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: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: inherit; }

/* 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; }

input, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  outline: none;
  background-color: transparent; }

* {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input[type="text"], input[type="email"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 15px 25px;
  background-color: white; }

input[type="checkbox"] {
  -webkit-appearance: checkbox; }

@-webkit-keyframes timeline-bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes timeline-bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@-webkit-keyframes timeline-bounce-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@keyframes timeline-bounce-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@-webkit-keyframes timeline-dot {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes timeline-dot {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes cta-arrow-bounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@keyframes cta-arrow-bounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@-webkit-keyframes cta-arrow-bounce-vertical {
  0% {
    -webkit-transform: rotate(90deg) translateX(0);
            transform: rotate(90deg) translateX(0); }
  50% {
    -webkit-transform: rotate(90deg) translateX(25%);
            transform: rotate(90deg) translateX(25%); }
  100% {
    -webkit-transform: rotate(90deg) translateX(0);
            transform: rotate(90deg) translateX(0); } }
@keyframes cta-arrow-bounce-vertical {
  0% {
    -webkit-transform: rotate(90deg) translateX(0);
            transform: rotate(90deg) translateX(0); }
  50% {
    -webkit-transform: rotate(90deg) translateX(25%);
            transform: rotate(90deg) translateX(25%); }
  100% {
    -webkit-transform: rotate(90deg) translateX(0);
            transform: rotate(90deg) translateX(0); } }
body, * {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.01em; }

h1, h2, h3, h4, h5, h6 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2; }

h1, .heading-1 {
  font-size: 4rem; }
  @media (max-width: 1280px) {
    h1, .heading-1 {
      font-size: 3.5rem; } }
  @media (max-width: 991px) {
    h1, .heading-1 {
      font-size: 3rem; } }
  @media (max-width: 767px) {
    h1, .heading-1 {
      font-size: 2.75rem; } }
  @media (max-width: 479px) {
    h1, .heading-1 {
      font-size: 2.5rem; } }
  @media (max-width: 350px) {
    h1, .heading-1 {
      font-size: 2.25rem; } }

h2, .heading-2 {
  font-size: 3rem; }
  @media (max-width: 1280px) {
    h2, .heading-2 {
      font-size: 2.75rem; } }
  @media (max-width: 991px) {
    h2, .heading-2 {
      font-size: 2.5rem; } }
  @media (max-width: 767px) {
    h2, .heading-2 {
      font-size: 2.25rem; } }
  @media (max-width: 479px) {
    h2, .heading-2 {
      font-size: 2rem; } }

h3, .heading-3 {
  font-size: 2.5rem; }
  @media (max-width: 479px) {
    h3, .heading-3 {
      font-size: 2rem; } }

h4, .heading-4 {
  font-size: 2rem; }
  @media (max-width: 1280px) {
    h4, .heading-4 {
      font-size: 1.75rem; } }
  @media (max-width: 991px) {
    h4, .heading-4 {
      font-size: 1.5rem; } }
  @media (max-width: 767px) {
    h4, .heading-4 {
      font-size: 1.25rem; } }

h5, .heading-5 {
  font-size: 1.8rem; }

h6, .heading-6 {
  font-size: 1.6rem; }

p {
  margin: 15px 0; }

.p-xl {
  font-size: 2.2rem;
  line-height: 1.8; }
  @media (max-width: 991px) {
    .p-xl {
      font-size: 2rem; } }
  @media (max-width: 767px) {
    .p-xl {
      font-size: 1.8rem; } }
  @media (max-width: 479px) {
    .p-xl {
      font-size: 1.4rem; } }

.p-l {
  font-size: 1.4rem; }

.strike {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left bottom, left top, color-stop(80%, #ffd000), color-stop(80%, rgba(255, 208, 0, 0))) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #ffd000 80%, rgba(255, 208, 0, 0) 80%) repeat scroll 0 0; }

.font-bold, strong {
  font-weight: 600; }

.font-upper {
  text-transform: uppercase; }

.font-brandon {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase; }

.font-source {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal; }

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

.boxed-1280 {
  width: 90%;
  margin: 0 auto;
  max-width: 1280px; }

.boxed-850 {
  width: 90%;
  margin: 0 auto;
  max-width: 850px; }

.section-padding {
  padding: 60px 0; }

.hide-scrollbars {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .hide-scrollbars::-webkit-scrollbar {
    display: none; }

.blog-archive {
  width: 90%;
  margin: 0 auto;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 650px) {
    .blog-archive {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.blog-archive__item {
  display: block;
  margin: 0 15px 50px;
  width: calc(33.3% - 30px);
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(33.3% - 30px);
          flex: 0 calc(33.3% - 30px); }
  @media (max-width: 991px) {
    .blog-archive__item {
      width: calc(50% - 30px);
      -webkit-box-flex: 0;
          -ms-flex: 0 calc(50% - 30px);
              flex: 0 calc(50% - 30px); } }
  @media (max-width: 650px) {
    .blog-archive__item {
      margin: 0 0 50px;
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 100%;
              flex: 0 100%;
      max-width: 450px; } }

.blog-archive__post {
  position: relative;
  background: #08090a; }

.blog-archive__post:hover .blog-archive__footer {
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.blog-archive__image {
  position: relative;
  padding-bottom: 56%;
  background: grey;
  border: 5px solid #08090a; }
  .blog-archive__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.blog-archive__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px; }

.blog-archive__category {
  color: #FFF;
  background: #08090a;
  padding: 3px 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin: 3px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 15px;
  line-height: 1; }
  .blog-archive__category:first-child {
    margin-left: 0; }

.blog-archive__content {
  color: #08090a;
  border: 5px solid #08090a;
  background: #ffd000;
  padding: 10px 15px 15px; }

.blog-archive__title {
  font-size: 1.5rem; }

.blog-archive__excerpt {
  font-size: 1rem; }
  .blog-archive__excerpt :last-child {
    margin-bottom: 0; }

.blog-archive__footer {
  color: #FFF;
  position: absolute;
  background: #08090a;
  bottom: 0;
  border: 5px solid #08090a;
  border-top: 0;
  height: 40px;
  width: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform ease-out 0.2s;
  transition: -webkit-transform ease-out 0.2s;
  transition: transform ease-out 0.2s;
  transition: transform ease-out 0.2s, -webkit-transform ease-out 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.blog-archive__read {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px; }
  .blog-archive__read img, .blog-archive__read p {
    margin: 0;
    display: inline-block; }
  .blog-archive__read img {
    height: 30px;
    margin-right: 5px; }
  .blog-archive__read p {
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 2px;
    line-height: 1; }

.blog-archive__readmore {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  font-size: 0.9rem;
  padding-right: 10px; }

.blog-hero {
  width: 100%;
  height: 750px;
  max-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.blog-hero__content {
  padding: 15px 65px 15px 5%;
  background: #ffd000;
  margin-bottom: 35px;
  -webkit-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1); }

.blog-hero__title {
  color: #08090a;
  line-height: 1.2; }

.blog-hero__excerpt {
  display: block;
  margin: 0;
  font-size: 1rem;
  max-width: 40vw; }

.blog-hero__categories {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.blog-hero__category {
  margin: 3px; }
  .blog-hero__category a {
    display: block;
    color: #FFF;
    background: #08090a;
    padding: 3px 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 15px;
    line-height: 1; }
  .blog-hero__category:first-child {
    margin-left: 0; }

.bullet-points {
  background: #F3F3F3; }

.bullet-points__title {
  margin-bottom: 25px; }

.bullet-points__list {
  margin-left: 45px; }

.bullet-points__item {
  list-style: disc; }
  .bullet-points__item:not(:last-of-type) {
    margin-bottom: 15px; }

.button {
  color: #FFF;
  background: #08090a;
  padding: 10px 25px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1rem;
  display: inline-block; }
  .button:hover {
    color: #ffd000; }

.button.button--image {
  position: relative;
  padding-left: 55px; }
  .button.button--image::before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .button.button--image.button--image-phone::before {
    background-image: url("../../img/icons/yellow/phone.svg"); }

.case-hero {
  width: 100%;
  height: 750px;
  max-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (max-width: 479px) {
    .case-hero {
      max-height: 75vh; } }

.case-hero__content {
  padding: 15px 65px 15px 5%;
  background: #ffd000;
  margin-bottom: 35px;
  -webkit-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1); }

.case-hero__title {
  color: #08090a;
  line-height: 1.2; }

.case-hero__tagline {
  display: block; }
  @media (max-width: 479px) {
    .case-hero__tagline {
      font-size: 1.25rem; } }

.case-studies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.case-studies + .cta-form {
  margin-top: 65px; }

.case-studies__link {
  -webkit-box-flex: 0;
      -ms-flex: 0 33.33%;
          flex: 0 33.33%;
  width: 33.33%;
  position: relative;
  height: 22.5vw;
  min-height: 350px;
  outline: 5px solid #08090a; }
  @media (max-width: 767px) {
    .case-studies__link {
      -webkit-box-flex: 0;
          -ms-flex: 0 100%;
              flex: 0 100%;
      width: 100%; } }
  .case-studies__link::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
    -webkit-transition: 0.3s ease-in-out opacity;
    transition: 0.3s ease-in-out opacity; }
  @media (min-width: 767px) {
    .case-studies__link.fixed {
      width: calc(33.33% - 5px); } }
  @media (min-width: 767px) {
    .case-studies__link.offset {
      height: calc(22.5vw - 5px);
      min-height: 345px;
      margin-top: 5px; } }

.case-studies__link:hover::before {
  opacity: 0.85; }

.case-studies__card {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.case-studies__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.case-studies__content {
  z-index: 2;
  text-align: center;
  padding: 15px; }

.case-studies__title {
  color: #FFF;
  font-size: 2rem; }
  @media (max-width: 991px) {
    .case-studies__title {
      font-size: 1.5rem; } }
  @media (max-width: 767px) {
    .case-studies__title {
      font-size: 2rem; } }
  @media (max-width: 479px) {
    .case-studies__title {
      font-size: 1.5rem; } }

.case-studies__tagline {
  color: #FFF;
  margin: 0;
  font-size: 1rem; }

.case-studies__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.case-studies__category {
  background: #ffd000;
  padding: 3px 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin: 5px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 15px;
  line-height: 1;
  -webkit-box-shadow: 0 2px 0 1px black;
          box-shadow: 0 2px 0 1px black;
  white-space: nowrap; }

.client-logos {
  background: #F3F3F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0; }
  @media (max-width: 991px) {
    .client-logos {
      padding: 65px 0; } }
  @media (max-width: 479px) {
    .client-logos {
      padding: 35px 0; } }

.client-logos__title {
  margin-bottom: 35px; }

.client-logos__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px; }
  @media (max-width: 479px) {
    .client-logos__logos {
      margin: 0 -10px; } }

.client-logos__logo {
  position: relative;
  margin: 20px;
  width: calc(25% - 40px);
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(25% - 40px);
          flex: 0 calc(25% - 40px);
  padding: 20px;
  background: #ffd000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 5px solid #08090a; }
  @media (max-width: 991px) {
    .client-logos__logo {
      margin: 10px;
      width: calc(25% - 20px);
      -webkit-box-flex: 0;
          -ms-flex: 0 calc(25% - 20px);
              flex: 0 calc(25% - 20px); } }
  @media (max-width: 767px) {
    .client-logos__logo {
      margin: 15px;
      width: calc(50% - 30px);
      -webkit-box-flex: 0;
          -ms-flex: 0 calc(50% - 30px);
              flex: 0 calc(50% - 30px); } }
  @media (max-width: 479px) {
    .client-logos__logo {
      margin: 10px;
      width: calc(50% - 20px);
      -webkit-box-flex: 0;
          -ms-flex: 0 calc(50% - 20px);
              flex: 0 calc(50% - 20px);
      border: 3px solid #08090a; } }
  .client-logos__logo::before {
    content: ' ';
    padding-top: 56%; }

.client-logos__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  max-height: 60%; }

.contact-us {
  margin: 65px auto;
  text-align: center; }

.contact-us__map {
  border-top: 5px solid #08090a;
  border-bottom: 5px solid #08090a;
  margin: 35px 0;
  width: 100%;
  height: 450px;
  background: grey; }
  .contact-us__map .location-card {
    text-align: left; }
  .contact-us__map .location-card__title {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.9rem; }
  .contact-us__map .location-card__contact {
    margin: 10px 0;
    padding-left: 27px; }
    .contact-us__map .location-card__contact a {
      text-decoration: underline; }
    .contact-us__map .location-card__contact:last-child {
      margin-bottom: 0; }
    .contact-us__map .location-card__contact::before {
      content: ' ';
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background: #08090a;
      width: 20px;
      height: 20px; }
  .contact-us__map .location-card__contact--address::before {
    background: #08090a url(../../img/icons/yellow/map-pin-dot.svg) no-repeat center/75%; }
  .contact-us__map .location-card__contact--email::before {
    background: #08090a url(../../img/icons/yellow/mail.svg) no-repeat center/55%; }
  .contact-us__map .location-card__contact--phone::before {
    background: #08090a url(../../img/icons/yellow/phone.svg) no-repeat center/60%; }

.contact-us__map .gm-style-iw-t {
  bottom: 75px !important; }
  .contact-us__map .gm-style-iw-t::after {
    display: none; }
.contact-us__map .gm-style-iw {
  background: #FFF;
  border: 5px solid #08090a;
  border-radius: 0 !important; }
.contact-us__map button.gm-ui-hover-effect,
.contact-us__map .gmnoprint,
.contact-us__map button.gm-fullscreen-control {
  display: none !important; }
.contact-us__map .gm-style-iw-d {
  max-height: none;
  overflow: visible; }

.content-editor h1, .content-editor h2, .content-editor h3, .content-editor h4, .content-editor h5, .content-editor h6 {
  margin: 30px 0 10px; }
.content-editor p {
  margin-bottom: 25px; }
.content-editor > *:first-child {
  margin-top: 0; }
.content-editor > *:last-child {
  margin-bottom: 0; }
.content-editor a {
  text-decoration: underline; }

.cta-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0; }
  @media (max-width: 991px) {
    .cta-form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 auto;
      padding: 65px 0; } }

.cta-form__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 65px;
  padding-right: 5%; }
  @media (max-width: 991px) {
    .cta-form__content {
      padding: 0;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .cta-form__content h2, .cta-form__content h4 {
    line-height: 1; }
  .cta-form__content h4 {
    margin-top: 25px;
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600; }
  .cta-form__content .button {
    margin-top: 45px; }
    @media (max-width: 479px) {
      .cta-form__content .button {
        margin-top: 25px; } }

.cta-form__form {
  -webkit-box-flex: 0;
      -ms-flex: 0 500px;
          flex: 0 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
  position: relative; }
  @media (max-width: 1280px) {
    .cta-form__form {
      -webkit-box-flex: 0;
          -ms-flex: 0 400px;
              flex: 0 400px; } }
  @media (max-width: 991px) {
    .cta-form__form {
      margin: 175px auto 0; } }
  @media (max-width: 767px) {
    .cta-form__form {
      width: 100%; } }
  @media (max-width: 479px) {
    .cta-form__form {
      margin: 40% auto 0; } }
  .cta-form__form .fluentform {
    z-index: 2;
    background: #FFF; }
    @media (max-width: 767px) {
      .cta-form__form .fluentform {
        width: 100%; } }

.cta-form__arrow {
  height: 100px;
  margin-top: 35px;
  -webkit-animation: 1.5s cta-arrow-bounce infinite cubic-bezier(0.46, 0.03, 0.52, 0.96);
          animation: 1.5s cta-arrow-bounce infinite cubic-bezier(0.46, 0.03, 0.52, 0.96); }
  @media (max-width: 991px) {
    .cta-form__arrow {
      -webkit-animation: 1.5s cta-arrow-bounce-vertical infinite cubic-bezier(0.46, 0.03, 0.52, 0.96);
              animation: 1.5s cta-arrow-bounce-vertical infinite cubic-bezier(0.46, 0.03, 0.52, 0.96); } }

.cta-form__glasses {
  position: absolute;
  bottom: 100%;
  left: 0;
  background: url("../../img/hero/glasses-vector.svg") no-repeat center/contain;
  width: 100%;
  height: 125px; }
  @media (max-width: 479px) {
    .cta-form__glasses {
      height: auto;
      padding-top: 30%; } }

.fluentform {
  border: 5px solid #08090a;
  padding: 15px; }
  .fluentform input[type="text"],
  .fluentform input[type="email"],
  .fluentform select,
  .fluentform textarea {
    border: 1px solid #08090a !important;
    border-radius: 0 !important;
    padding: 8px 10px !important; }
  .fluentform textarea {
    min-height: 100px;
    max-height: 200px;
    width: 100%;
    min-width: 100%;
    max-width: 444px !important; }
  .fluentform option {
    font-size: 1rem; }
  .fluentform label {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.95rem; }
  .fluentform .ff_submit_btn_wrapper,
  .fluentform .ff-el-input--label {
    margin-bottom: 0 !important; }
  .fluentform .ff-btn-submit {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1rem;
    background: #08090a !important;
    color: #FFF !important;
    width: 100%;
    border-radius: 0 !important;
    padding: 8px 10px !important; }
  .fluentform #fluentform_3_success,
  .fluentform #fluentform_3_errors {
    text-align: center; }

.highlights {
  padding: 160px 0; }
  @media (max-width: 991px) {
    .highlights {
      padding: 80px 0; } }
  @media (max-width: 479px) {
    .highlights {
      padding: 60px 0; } }

.highlights__title {
  margin-bottom: 35px; }

.highlights__content {
  margin: 45px 0 35px; }

.highlights__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px; }
  @media (max-width: 991px) {
    .highlights__cards {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 600px;
      margin: 80px auto 0; } }
  @media (max-width: 479px) {
    .highlights__cards {
      margin: 60px auto; } }

.highlights__card {
  margin: 0 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(25% - 50px);
          flex: 0 calc(25% - 50px);
  width: calc(25% - 50px);
  background-color: transparent;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  /* Remove this if you don't want the 3D effect */ }
  @media (max-width: 991px) {
    .highlights__card {
      margin: 15px;
      -webkit-box-flex: 0;
          -ms-flex: 0 calc(50% - 30px);
              flex: 0 calc(50% - 30px);
      width: calc(50% - 30px); } }
  @media (max-width: 479px) {
    .highlights__card {
      margin: 8px;
      -webkit-box-flex: 0;
          -ms-flex: 0 calc(50% - 16px);
              flex: 0 calc(50% - 16px);
      width: calc(50% - 16px); } }
  .highlights__card::before {
    content: ' ';
    display: block;
    padding-top: 100%; }

.highlights__card.flipped .highlights__card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.highlights__card-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.highlights__card-front,
.highlights__card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .highlights__card-front img,
  .highlights__card-back img {
    height: 35%; }

.highlights__card-front {
  background-color: #08090a;
  color: #FFF;
  border: 5px solid #ffd000; }
  @media (max-width: 479px) {
    .highlights__card-front {
      border: 3px solid #ffd000; } }

.highlights__card-back {
  background-color: #ffd000;
  color: #08090a;
  border: 5px solid #08090a;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }
  @media (max-width: 479px) {
    .highlights__card-back {
      border: 3px solid #08090a; } }

.highlights__service {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  margin-bottom: 0; }
  @media (max-width: 1280px) {
    .highlights__service {
      margin: 0;
      font-size: 1.5rem; } }
  @media (max-width: 350px) {
    .highlights__service {
      font-size: 1.25rem; } }

.homepage-hero {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 5px solid #08090a; }

.homepage-hero__section {
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
  height: 50%;
  max-height: 50%; }

.homepage-hero__section-top {
  background: #08090a;
  position: relative; }

.homepage-hero__section-bottom {
  background: #ffd000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.homepage-hero__logo {
  width: 90%;
  max-width: 200px;
  z-index: 22;
  margin-top: -60px;
  margin-bottom: -40px; }
  @media (max-width: 767px) {
    .homepage-hero__logo.desktop {
      display: none; } }
  .homepage-hero__logo.mobile {
    display: none; }
    @media (max-width: 767px) {
      .homepage-hero__logo.mobile {
        display: block; } }
  @media (max-width: 767px) {
    .homepage-hero__logo {
      top: 65%; } }

.homepage-hero__content {
  text-align: center;
  padding: 3rem 5%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media (max-width: 767px) {
    .homepage-hero__content {
      padding: 2rem 5%; } }
  @media (max-width: 479px) {
    .homepage-hero__content {
      padding: 1.5rem 5%; } }
  .homepage-hero__content h1 span {
    display: block;
    font-size: 0.65em;
    margin-top: 0.5em; }

.homepage-hero__glasses {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative; }
  .homepage-hero__glasses img {
    position: absolute;
    width: 90%;
    height: auto;
    max-height: 100%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.our-process {
  width: 90%;
  margin: 100px auto;
  max-width: 960px; }
  .our-process span {
    color: #08090a; }
  @media (max-width: 767px) {
    .our-process {
      margin: 150px auto 0; } }

.our-process__title {
  text-align: center; }

.our-process__accordion {
  width: 100%;
  margin: 65px 0 0; }
  @media (max-width: 767px) {
    .our-process__accordion {
      margin: 35px 0 0; } }

.our-process__accordion-item {
  width: 100%; }

.our-process__accordion-item:first-child .our-process__header {
  border-top: 2px solid #08090a; }

.our-process__accordion-item:last-child .our-process__panel {
  border-bottom: 2px solid #08090a; }
.our-process__accordion-item:last-child .our-process__header {
  border-bottom: 2px solid #08090a; }

.our-process__accordion-item.active .our-process__header {
  background: #ffd000;
  border-bottom: 1px solid #08090a; }
  .our-process__accordion-item.active .our-process__header span:first-child {
    color: #ffd000; }
.our-process__accordion-item.active .our-process__header::before {
  background: #08090a; }

.our-process__header {
  width: 100%;
  padding: 5px 23px;
  border: 2px solid #08090a;
  border-top: 1px solid #08090a;
  border-bottom: 1px solid #08090a;
  text-align: left;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  @media (max-width: 767px) {
    .our-process__header {
      font-size: 2rem; } }
  @media (max-width: 400px) {
    .our-process__header {
      font-size: 1.5rem;
      padding: 5px 20px; } }
  .our-process__header::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 100%;
    background: #ffd000;
    border-right: 2px solid #08090a; }
    @media (max-width: 767px) {
      .our-process__header::before {
        width: 100px; } }
    @media (max-width: 400px) {
      .our-process__header::before {
        width: 80px; } }
  .our-process__header span:first-child {
    font-size: 3.5rem; }
    @media (max-width: 767px) {
      .our-process__header span:first-child {
        font-size: 2.5rem; } }
    @media (max-width: 400px) {
      .our-process__header span:first-child {
        font-size: 2rem; } }

.our-process__panel {
  display: none;
  padding: 15px 15px 15px 145px;
  border-top: 1px solid #08090a;
  border-bottom: 1px solid #08090a;
  border-left: 2px solid #08090a;
  border-right: 2px solid #08090a; }
  @media (max-width: 767px) {
    .our-process__panel {
      padding-left: 125px; } }
  @media (max-width: 500px) {
    .our-process__panel {
      padding: 15px 25px 15px 25px; } }

.page-header {
  text-align: center;
  margin: 65px 0 45px; }
  .page-header h1 {
    margin-bottom: 25px; }

.page-header__filters {
  max-width: 90%;
  padding: 2px;
  bottom: 0;
  left: 0;
  border: 2px solid #08090a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .page-header__filters {
      border: none; } }

.page-header__filter {
  border: 2px solid #08090a;
  padding: 4px 12px 6px;
  font-size: 0.8rem;
  line-height: 1;
  cursor: pointer;
  margin: 2px;
  background: #08090a;
  color: #FFF;
  font-weight: 600; }
  .page-header__filter.active {
    color: #08090a;
    background: #ffd000; }

.pagination {
  text-align: center;
  padding: 25px 0 65px; }
  .pagination .pages {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .pagination li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 35px;
    height: 35px;
    border: 3px solid #08090a;
    position: relative;
    margin: 0 5px; }
    .pagination li.current {
      background: #ffd000; }
  .pagination a, .pagination span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.services {
  width: 90%;
  max-width: 1250px;
  margin: 65px auto;
  text-align: center;
  position: relative; }

.services__arrow.active::before {
  display: block; }

.services__arrow {
  position: absolute;
  width: 12.5%;
  top: 10%;
  left: 2.5%;
  padding-bottom: 15.4%; }
  @media (max-width: 767px) {
    .services__arrow {
      width: 17%;
      top: 20%;
      left: 0; } }
  @media (max-width: 500px) {
    .services__arrow {
      display: none; } }
  .services__arrow::before {
    content: ' ';
    display: none;
    position: absolute;
    top: 23%;
    left: 41%;
    width: 19%;
    padding-bottom: 19%;
    border-radius: 50%;
    background: #ffd000;
    -webkit-box-shadow: 0 0 20px 20px #f0dc9f;
            box-shadow: 0 0 20px 20px #f0dc9f; }
    @media (max-width: 767px) {
      .services__arrow::before {
        top: 37%;
        left: 39%; } }
  .services__arrow img {
    width: 100%; }

.services__background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #08090a;
  display: none;
  z-index: 998; }

.services__list {
  margin: 35px 0;
  padding-bottom: 68.5582822%; }
  @media (max-width: 767px) {
    .services__list {
      padding-bottom: 110%; } }
  @media (max-width: 500px) {
    .services__list {
      padding-bottom: 175%; } }

.services__item {
  cursor: pointer;
  position: absolute;
  margin-top: 150px;
  opacity: 0;
  -webkit-transition: margin 0.4s ease-out, opacity 0.6s ease-out;
  transition: margin 0.4s ease-out, opacity 0.6s ease-out; }
  .services__item.loaded {
    opacity: 1;
    margin-top: 0; }

.services__item:hover .services__front {
  -webkit-transform: scale(1.15) rotate(-10deg);
          transform: scale(1.15) rotate(-10deg); }

.services__item.active .services__inner {
  -webkit-transform: rotateY(180deg) scale(1.15) rotate(-10deg);
          transform: rotateY(180deg) scale(1.15) rotate(-10deg); }
.services__item.active .services__content {
  pointer-events: auto; }

.services__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.services__front,
.services__back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.services__front {
  padding: 15px;
  background: #ffd000;
  -webkit-transition: -webkit-transform 0.21s cubic-bezier(0.42, 1.04, 0.51, 1.34);
  transition: -webkit-transform 0.21s cubic-bezier(0.42, 1.04, 0.51, 1.34);
  transition: transform 0.21s cubic-bezier(0.42, 1.04, 0.51, 1.34);
  transition: transform 0.21s cubic-bezier(0.42, 1.04, 0.51, 1.34), -webkit-transform 0.21s cubic-bezier(0.42, 1.04, 0.51, 1.34);
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 1;
  text-align: center; }
  @media (max-width: 1200px) {
    .services__front {
      font-size: 1.5rem; } }
  @media (max-width: 1100px) {
    .services__front {
      font-size: 1.25rem; } }

.services__back {
  background: #111;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.services__content {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  color: white;
  pointer-events: none;
  text-align: left;
  width: 90%;
  max-width: 767px;
  max-height: 80%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  @media (max-width: 479px) {
    .services__content a, .services__content p {
      font-size: 1rem; } }
  .services__content::-webkit-scrollbar {
    display: none; }
  .services__content.active {
    opacity: 1; }

.services__item--design {
  top: 22.706935123%;
  left: 0;
  width: 22.929447853%;
  padding-bottom: 22.929447853%; }
  @media (max-width: 767px) {
    .services__item--design {
      top: 32.5%;
      left: 0.3%;
      width: 41.929%;
      padding-bottom: 40.929%; } }
  @media (max-width: 500px) {
    .services__item--design {
      top: 28%;
      left: 0;
      width: 41.929%;
      padding-bottom: 41.929%; } }
  @media (max-width: 767px) {
    .services__item--design .services__front {
      font-size: 2.5rem; } }
  @media (max-width: 600px) {
    .services__item--design .services__front {
      font-size: 2rem; } }
  @media (max-width: 450px) {
    .services__item--design .services__front {
      font-size: 1.6rem; } }
  @media (max-width: 400px) {
    .services__item--design .services__front {
      font-size: 1.35rem; } }

.services__item--ecommerce {
  top: 0.383435583%;
  left: 19.248466258%;
  width: 27.22392638%;
  padding-bottom: 27.22392638%; }
  @media (max-width: 767px) {
    .services__item--ecommerce {
      left: 20.848%;
      width: 41.224%;
      padding-bottom: 40.224%; } }
  @media (max-width: 500px) {
    .services__item--ecommerce {
      left: 7%;
      width: 48.224%;
      padding-bottom: 46.224%;
      top: 2%; } }
  @media (max-width: 767px) {
    .services__item--ecommerce .services__front {
      font-size: 1.75rem; } }
  @media (max-width: 600px) {
    .services__item--ecommerce .services__front {
      font-size: 1.5rem; } }
  @media (max-width: 450px) {
    .services__item--ecommerce .services__front {
      font-size: 1.25rem; } }
  @media (max-width: 400px) {
    .services__item--ecommerce .services__front {
      font-size: 1rem; } }

.services__item--content {
  top: 40.66599553%;
  left: 16.364417178%;
  width: 35.122699387%;
  padding-bottom: 35.122699387%; }
  @media (max-width: 767px) {
    .services__item--content {
      top: 76%;
      left: 68.2%;
      width: 35.122699387%;
      padding-bottom: 35.122699387%; } }
  @media (max-width: 500px) {
    .services__item--content {
      top: 57.6%;
      left: 53.2%;
      width: 47.123%;
      padding-bottom: 46.123%; } }
  @media (max-width: 767px) {
    .services__item--content .services__front {
      font-size: 1.5rem; } }
  @media (max-width: 600px) {
    .services__item--content .services__front {
      font-size: 1.1rem; } }
  @media (max-width: 500px) {
    .services__item--content .services__front {
      font-size: 1.4rem; } }
  @media (max-width: 450px) {
    .services__item--content .services__front {
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .services__item--content .services__front {
      font-size: 1rem; } }

.services__item--web {
  top: 13.982102908%;
  left: 44.325153374%;
  width: 30.521472393%;
  padding-bottom: 30.521472393%; }
  @media (max-width: 767px) {
    .services__item--web {
      top: 28.582%;
      left: 42.325%;
      width: 56.521%;
      padding-bottom: 54.521%; } }
  @media (max-width: 500px) {
    .services__item--web {
      top: 24%;
      left: 42.325%;
      width: 60.521%;
      padding-bottom: 58.521%; } }
  @media (max-width: 767px) {
    .services__item--web .services__front {
      font-size: 2rem; } }
  @media (max-width: 600px) {
    .services__item--web .services__front {
      font-size: 1.75rem; } }
  @media (max-width: 450px) {
    .services__item--web .services__front {
      font-size: 1.4rem; } }
  @media (max-width: 400px) {
    .services__item--web .services__front {
      font-size: 1.2rem; } }

.services__item--hosting {
  top: -0.4%;
  left: 71%;
  width: 22.622699387%;
  padding-bottom: 22.622699387%; }
  @media (max-width: 767px) {
    .services__item--hosting {
      top: -1%;
      left: 62%;
      width: 32.623%;
      padding-bottom: 32.623%; } }
  @media (max-width: 500px) {
    .services__item--hosting {
      top: 0;
      left: 55%;
      width: 42.623%;
      padding-bottom: 41.623%; } }
  @media (max-width: 600px) {
    .services__item--hosting .services__front {
      font-size: 1.1rem; } }
  @media (max-width: 500px) {
    .services__item--hosting .services__front {
      font-size: 1.2rem; } }
  @media (max-width: 450px) {
    .services__item--hosting .services__front {
      font-size: 1rem; } }
  @media (max-width: 400px) {
    .services__item--hosting .services__front {
      font-size: 0.9rem; } }

.services__item--mobile {
  top: 32.102908277%;
  left: 72.899386503%;
  width: 27.300613497%;
  padding-bottom: 27.300613497%; }
  @media (max-width: 767px) {
    .services__item--mobile {
      top: 72.103%;
      left: 21.8%;
      width: 46.301%;
      padding-bottom: 45.301%; } }
  @media (max-width: 500px) {
    .services__item--mobile {
      top: 52%;
      left: 0;
      width: 53.301%;
      padding-bottom: 53.301%; } }
  @media (max-width: 767px) {
    .services__item--mobile .services__front {
      font-size: 1.85rem; } }
  @media (max-width: 600px) {
    .services__item--mobile .services__front {
      font-size: 1.4rem; } }
  @media (max-width: 500px) {
    .services__item--mobile .services__front {
      font-size: 1.5rem; } }
  @media (max-width: 450px) {
    .services__item--mobile .services__front {
      font-size: 1.25rem; } }
  @media (max-width: 400px) {
    .services__item--mobile .services__front {
      font-size: 1.1rem; } }

.services__item--photography {
  top: 57.8%;
  left: 50.536809816%;
  width: 28.987730061%;
  padding-bottom: 28.987730061%; }
  @media (max-width: 767px) {
    .services__item--photography {
      top: 68.8%;
      left: 0;
      width: 24.5%;
      padding-bottom: 24.988%; } }
  @media (max-width: 500px) {
    .services__item--photography {
      top: 79.7%;
      left: 26.5%;
      width: 46.5%;
      padding-bottom: 44.988%; } }
  @media (max-width: 767px) {
    .services__item--photography .services__front {
      font-size: 1rem; } }
  @media (max-width: 600px) {
    .services__item--photography .services__front {
      font-size: 0.9rem; } }
  @media (max-width: 500px) {
    .services__item--photography .services__front {
      font-size: 1.25rem; } }
  @media (max-width: 450px) {
    .services__item--photography .services__front {
      font-size: 1.1rem; } }
  @media (max-width: 400px) {
    .services__item--photography .services__front {
      font-size: 0.9rem; } }

.timeline {
  position: relative;
  padding: 65px 0; }
  @media (max-width: 767px) {
    .timeline {
      padding: 35px 0;
      margin: 0 5% 0 35px;
      width: calc(95% - 35px); } }
  @media (max-width: 479px) {
    .timeline {
      padding: 10px 0; } }
  @media (max-width: 350px) {
    .timeline {
      margin: 0 5% 0 7px; } }

.timeline__line {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 4px;
  background: #08090a;
  margin-left: -2px; }
  @media (max-width: 767px) {
    .timeline__line {
      left: 0; } }
  @media (max-width: 479px) {
    .timeline__line {
      margin-left: -7px; } }
  .timeline__line::before, .timeline__line::after {
    content: ' ';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #08090a;
    border-radius: 50%;
    left: -3px; }
  .timeline__line::before {
    top: 0; }
  .timeline__line::after {
    bottom: 0; }

.timeline__cta {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%); }
  @media (max-width: 767px) {
    .timeline__cta {
      display: none; } }

.timeline__block {
  margin: 8rem 0; }
  @media (max-width: 767px) {
    .timeline__block {
      padding-left: 45px; } }
  @media (max-width: 479px) {
    .timeline__block {
      padding-left: 30px; } }
  .timeline__block:nth-of-type(2) {
    margin-top: 4rem; }
  .timeline__block:last-child {
    margin-bottom: 4rem; }

.timeline__dot {
  background: #FFF;
  border: 3px solid #08090a;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px; }
  @media (max-width: 991px) {
    .timeline__dot {
      width: 50px;
      height: 50px;
      margin-left: -25px; } }
  @media (max-width: 767px) {
    .timeline__dot {
      left: 0; } }
  @media (max-width: 479px) {
    .timeline__dot {
      width: 40px;
      height: 40px; } }
  .timeline__dot::before {
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    background: #ffd000;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%; }
    @media (max-width: 991px) {
      .timeline__dot::before {
        width: 15px;
        height: 15px; } }
    @media (max-width: 479px) {
      .timeline__dot::before {
        width: 12px;
        height: 12px; } }

.timeline__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767px) {
    .timeline__flex {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important; } }

.timeline__section {
  width: 45%;
  -webkit-box-flex: 0;
      -ms-flex: 0 45%;
          flex: 0 45%;
  max-width: 45%; }
  @media (max-width: 767px) {
    .timeline__section {
      width: auto;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: none; } }

.timeline__image {
  width: 100%;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%); }
  @media (max-width: 1280px) {
    .timeline__image {
      -webkit-transform: translateY(-25%);
              transform: translateY(-25%); } }
  @media (max-width: 991px) {
    .timeline__image {
      -webkit-transform: translateY(-15%);
              transform: translateY(-15%); } }
  @media (max-width: 767px) {
    .timeline__image {
      -webkit-transform: none;
              transform: none; } }
  .timeline__image img {
    width: 100%;
    max-height: 450px;
    -o-object-fit: contain;
       object-fit: contain; }

@media (max-width: 991px) {
  .timeline__content h3 {
    font-size: 2rem; } }

/* Animations */
.timeline__animated:not(.bounce-in) {
  opacity: 0; }

.timeline__block.is-hidden {
  -webkit-animation: fade-out 0.4s;
          animation: fade-out 0.4s; }

.timeline__block.bounce-in {
  visibility: visible; }
  .timeline__block.bounce-in .timeline__dot {
    -webkit-animation: timeline-dot 0.6s;
            animation: timeline-dot 0.6s; }
  .timeline__block.bounce-in .timeline__image {
    -webkit-animation: fade-in 1s;
            animation: fade-in 1s; }
  .timeline__block.bounce-in:nth-child(odd) .timeline__content {
    -webkit-animation: timeline-bounce 0.6s;
            animation: timeline-bounce 0.6s; }
    @media (max-width: 767px) {
      .timeline__block.bounce-in:nth-child(odd) .timeline__content {
        -webkit-animation: timeline-bounce-inverse 0.6s !important;
                animation: timeline-bounce-inverse 0.6s !important; } }
  .timeline__block.bounce-in:nth-child(even) .timeline__content {
    -webkit-animation: timeline-bounce-inverse 0.6s;
            animation: timeline-bounce-inverse 0.6s; }

.timeline__block:nth-of-type(2n) .timeline__flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.web-demo__laptop {
  width: 100%;
  position: relative;
  background: url(../../img/demos/macbook-demo-empty.png) no-repeat center/contain; }
  @media (max-width: 991px) {
    .web-demo__laptop {
      width: 120%;
      margin-left: -10%; } }
  @media (max-width: 479px) {
    .web-demo__laptop {
      width: 130%;
      margin-left: -15%; } }
  .web-demo__laptop::before {
    content: ' ';
    display: block;
    padding-top: 58%; }

.web-demo__scroll-image {
  position: absolute;
  top: 50%;
  right: -100px;
  width: 150px; }
  @media (max-width: 1100px) {
    .web-demo__scroll-image {
      width: 125px;
      right: -50px; } }
  @media (max-width: 991px) {
    .web-demo__scroll-image {
      display: none; } }

.web-demo__container {
  position: absolute;
  top: 8.1%;
  left: 13.3%;
  width: 73.6%;
  height: 79.4%;
  overflow-y: scroll;
  cursor: -webkit-grab;
  cursor: grab; }
  .web-demo__container img {
    width: 100%; }
  .web-demo__container .web-demo__loader {
    display: none;
    background: #08090a;
    position: fixed;
    top: 8.2%;
    left: 13.3%;
    width: 73.6%;
    height: 79.4%; }
    .web-demo__container .web-demo__loader .web-demo__loader-flex {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; }
    .web-demo__container .web-demo__loader p {
      color: #FFF;
      margin: 0;
      font-size: 1rem; }
    .web-demo__container .web-demo__loader .lds-heart div,
    .web-demo__container .web-demo__loader .lds-heart div::before,
    .web-demo__container .web-demo__loader .lds-heart div::after {
      background: #ffd000 !important; }

.web-demo__controls {
  display: inline-block; }

.web-demo__select {
  margin: 15px 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #F3F3F3 url(../../img/icons/black/down-arrow-line.svg) no-repeat 95%/5%;
  border: 2px solid #08090a;
  padding: 5px calc(10px + 10%) 5px 10px;
  font-size: 0.9rem;
  width: 100%;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  color: #08090a; }
  .web-demo__select option {
    color: #08090a;
    font-size: 0.9rem; }
  .web-demo__select::after {
    content: 'abc';
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.web-demo__buttons {
  text-align: center;
  margin: 8px -3px 15px;
  font-size: 0; }

.web-demo__navigate {
  color: #08090a;
  position: relative;
  background: #ffd000;
  margin: 0 2px;
  cursor: pointer;
  padding: 5px 8px 3px 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase; }
  .web-demo__navigate.web-demo__navigate--up::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .web-demo__navigate::after {
    content: ' ';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../../img/icons/black/down-arrow.svg) no-repeat center/contain;
    margin-left: 6px; }

.front-page .timeline {
  margin-top: 160px;
  margin-bottom: 160px; }
  @media (max-width: 767px) {
    .front-page .timeline {
      margin-top: 80px;
      margin-bottom: 80px; } }
@media (min-width: 991px) {
  .front-page .cta-form {
    margin-top: 80px; } }

html, body {
  height: 100%; }

#page::before {
  content: ' ';
  display: block;
  width: 100%;
  height: 51px;
  background: #08090a; }

.stop-scrolling {
  overflow: hidden; }

.site-header {
  width: 100%;
  position: fixed;
  z-index: 99;
  padding: 12px 15px;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; }
  .site-header.site-header--fade {
    background: rgba(8, 9, 10, 0); }
    @media (max-width: 767px) {
      .site-header.site-header--fade {
        background: rgba(8, 9, 10, 0.5); } }
  .site-header.hidden:not(.active) {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }

body:not(.header-fade) .site-header {
  background: #08090a; }

.site-header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 767px) {
    .site-header__flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 479px) {
    .site-header__flex {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.site-header__logo {
  position: relative;
  height: 35px; }

.site-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .site-header__nav {
      margin-top: 5px; } }
  @media (max-width: 479px) {
    .site-header__nav {
      width: 100%;
      margin-top: 10px; } }

.site-header__link {
  color: #FFF;
  margin: 0 20px;
  font-size: 0.95rem;
  text-shadow: 2px 2px black; }
  @media (max-width: 767px) {
    .site-header__link {
      margin: 0 10px; } }
  @media (max-width: 479px) {
    .site-header__link {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 0.85rem;
      text-align: center;
      margin: 0 5px;
      white-space: nowrap; } }
  .site-header__link:hover {
    color: #ffd000; }

@media (max-width: 767px) {
  .site-header__link:first-child {
    margin-left: 0; } }

.site-footer {
  background: #08090a;
  position: relative;
  margin-top: 10%;
  padding: 5px 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1280px) {
    .site-footer {
      padding-bottom: 10px; } }
  @media (max-width: 991px) {
    .site-footer {
      padding-top: 15px;
      padding-bottom: 25px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media (max-width: 767px) {
    .site-footer {
      margin-top: 15%; } }
  .site-footer::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    bottom: 99%;
    background: url("../../img/vector/footer-abstract.svg") no-repeat center/contain;
    width: 100%;
    padding-top: 5%; }

.site-footer__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (max-width: 1280px) {
    .site-footer__left {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media (max-width: 991px) {
    .site-footer__left {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.site-footer__form {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  max-width: 350px;
  overflow: hidden; }
  @media (max-width: 479px) {
    .site-footer__form {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 100%;
      max-width: none; } }
  .site-footer__form .frm-fluent-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .site-footer__form label {
    color: #FFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400 !important;
    text-transform: none;
    line-height: 1; }
  .site-footer__form input[type="email"] {
    min-width: 300px;
    padding: 5px 10px !important; }
    @media (max-width: 479px) {
      .site-footer__form input[type="email"] {
        min-width: 100%; } }
  .site-footer__form .fluentform {
    padding: 0 !important;
    border: none !important; }
  .site-footer__form .ff-el-group {
    margin-bottom: 0 !important; }
    @media (max-width: 479px) {
      .site-footer__form .ff-el-group {
        width: 100%;
        min-width: 90%; } }
  .site-footer__form .ff-el-input--label label::after {
    display: none; }
  .site-footer__form .ff-el-input--content {
    margin-top: -5px !important; }
    @media (max-width: 479px) {
      .site-footer__form .ff-el-input--content {
        width: 100%; } }
  .site-footer__form .ff-btn-submit {
    width: 34px;
    height: 34px;
    font-size: 0 !important;
    background: #ffd000 !important;
    position: relative;
    margin: 0 0 1px -1px; }
    .site-footer__form .ff-btn-submit::before {
      content: ' ';
      display: block;
      width: 25px;
      height: 25px;
      background: url("../../img/icons/black/bell.svg") no-repeat center/contain;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .site-footer__form .ff-message-success {
    color: white;
    min-width: 300px;
    font-size: 0.8rem;
    text-align: center;
    padding: 5px; }

.site-footer__legal {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (max-width: 1280px) {
    .site-footer__legal {
      margin-top: 10px; } }
  @media (max-width: 991px) {
    .site-footer__legal {
      -webkit-box-flex: 0;
          -ms-flex: 0;
              flex: 0; } }
  @media (max-width: 479px) {
    .site-footer__legal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-top: 25px; } }
  .site-footer__legal a, .site-footer__legal p {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    color: #FFF;
    font-size: 1rem;
    white-space: nowrap;
    margin: 0 0 0 35px;
    line-height: 1; }
    @media (max-width: 1280px) {
      .site-footer__legal a, .site-footer__legal p {
        margin: 0 8px; } }
    @media (max-width: 479px) {
      .site-footer__legal a, .site-footer__legal p {
        margin-left: 0;
        font-size: 0.9rem; } }
    .site-footer__legal a:first-of-type, .site-footer__legal p:first-of-type {
      margin-left: 0; }
      @media (max-width: 1280px) {
        .site-footer__legal a:first-of-type, .site-footer__legal p:first-of-type {
          margin-left: 0; } }
    .site-footer__legal a:hover, .site-footer__legal p:hover {
      color: #ffd000; }

.site-footer__right {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .site-footer__right {
      margin-bottom: 25px; } }
  @media (max-width: 479px) {
    .site-footer__right {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      margin-bottom: 0; } }

.site-footer__contact {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin-left: 10px; }
  @media (max-width: 479px) {
    .site-footer__contact {
      margin-left: 0;
      margin-bottom: 5px; } }
  @media (max-width: 991px) {
    .site-footer__contact:first-of-type {
      margin-left: 0; } }

.site-footer__contact-title {
  color: #FFF;
  margin: 0 0 3px;
  font-size: 1rem; }

.site-footer__contact-button {
  position: relative;
  display: inline-block;
  background: #ffd000;
  white-space: nowrap;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 8px 15px 8px 45px; }
  .site-footer__contact-button:hover {
    opacity: 0.8; }
  .site-footer__contact-button::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .site-footer__contact-button--email::before {
    width: 25px;
    height: 30px;
    background: url("../../img/icons/black/mail.svg") no-repeat center/contain; }
  .site-footer__contact-button--phone::before {
    width: 25px;
    height: 25px;
    background: url("../../img/icons/black/phone.svg") no-repeat center/contain; }

.lds-heart {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px; }

.lds-heart div {
  top: 32px;
  left: 32px;
  position: absolute;
  width: 32px;
  height: 32px;
  background: #fff;
  -webkit-animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

.lds-heart div:after,
.lds-heart div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  background: #fff; }

.lds-heart div:before {
  left: -24px;
  border-radius: 50% 0 0 50%; }

.lds-heart div:after {
  top: -24px;
  border-radius: 50% 50% 0 0; }

@-webkit-keyframes lds-heart {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  39% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85); }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); } }

@keyframes lds-heart {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  39% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85); }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); } }
