.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear; }

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #FFFFFF;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@font-face {
  font-family: "Circular Book";
  src: url(../fonts/circular/Circular-Std-Book.ttf); }

@font-face {
  font-family: "Circular Bold";
  src: url(../fonts/circular/Circular-Std-Bold.ttf); }

@font-face {
  font-family: "Circular Medium";
  src: url(../fonts/circular/Circular-Std-Medium.ttf); }

@font-face {
  font-family: "Circular Black";
  src: url(../fonts/circular/Circular-Std-Black.ttf); }

.about .container {
  width: 800px; }
  @media screen and (max-width: 992px) {
    .about .container {
      width: 100%; } }

.about .about-1 {
  height: 100vh;
  background-color: #221E1F;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  position: relative; }
  .about .about-1 h1 {
    font-size: 50px;
    font-family: "Circular Bold";
    line-height: 55px; }
    @media screen and (max-width: 992px) {
      .about .about-1 h1 {
        font-size: 28px;
        line-height: 33px; } }
  .about .about-1 h3 {
    font-family: "Circular Book";
    font-size: 20px;
    line-height: 30px; }
    @media screen and (max-width: 992px) {
      .about .about-1 h3 {
        font-size: 16px;
        line-height: 24px; } }

.about .about-2 {
  height: 100vh;
  background-color: #F6F7F8;
  background: url(../img/about/bg-about-2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #221E1F; }

.about .about-3 {
  height: 100vh;
  background-color: #F6F7F8;
  background: url(../img/about/bg-about-3.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #221E1F; }

.about .about-4 {
  height: 100vh;
  background-color: #F6F7F8;
  background: url(../img/about/bg-about-4.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #221E1F; }

.about .about-2,
.about .about-3,
.about .about-4 {
  position: relative; }
  .about .about-2 h1,
  .about .about-3 h1,
  .about .about-4 h1 {
    font-size: 45px;
    font-family: "Circular Black";
    line-height: 40px; }
    @media screen and (max-width: 992px) {
      .about .about-2 h1,
      .about .about-3 h1,
      .about .about-4 h1 {
        font-size: 35px; } }
  .about .about-2 h3,
  .about .about-3 h3,
  .about .about-4 h3 {
    font-size: 18px;
    color: #221E1F;
    line-height: 30px;
    font-family: "Circular Book"; }
    @media screen and (max-width: 992px) {
      .about .about-2 h3,
      .about .about-3 h3,
      .about .about-4 h3 {
        font-size: 15px;
        line-height: 25px; } }
  .about .about-2 h5,
  .about .about-3 h5,
  .about .about-4 h5 {
    font-size: 16px;
    font-family: "Circular Bold";
    letter-spacing: 2px; }
    .about .about-2 h5 img,
    .about .about-3 h5 img,
    .about .about-4 h5 img {
      margin-left: 16px; }
      @media screen and (max-width: 992px) {
        .about .about-2 h5 img,
        .about .about-3 h5 img,
        .about .about-4 h5 img {
          margin-left: 5px; } }
    @media screen and (max-width: 992px) {
      .about .about-2 h5,
      .about .about-3 h5,
      .about .about-4 h5 {
        font-size: 12px; } }

.about .left-text {
  color: white;
  font-size: 0.9em;
  font-weight: 500;
  left: -75px;
  letter-spacing: 6px;
  margin-right: -28px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 250px; }
  .about .left-text.light {
    color: #fff; }
    .about .left-text.light underline {
      border-bottom: 1px solid #fff;
      padding-bottom: 8px; }
    .about .left-text.light span {
      color: #E984BB; }
  .about .left-text.dark {
    color: #221E1F; }
    .about .left-text.dark underline {
      border-bottom: 1px solid #221E1F;
      padding-bottom: 8px; }
    .about .left-text.dark span {
      color: #E984BB; }

.work .top {
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  color: white; }
  .work .top.amstel {
    background-color: #A9212A; }
  .work .top.skinnygirl {
    background-color: #FD5F65; }
  .work .top.streicher {
    background-color: #7F1299; }
  .work .top.nike {
    background-color: #FF6953; }
  .work .top.main {
    align-items: center;
    justify-content: center;
    background: url(../../assets/img/work/bg-work-main.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .work .top .title {
    margin-left: 100px;
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .work .top .title {
        margin-left: 20px; } }
  .work .top h1 {
    font-family: "Circular Bold";
    font-size: 55px;
    letter-spacing: -2px;
    margin-top: 5px; }
    @media screen and (max-width: 768px) {
      .work .top h1 {
        font-size: 40px; } }
    .work .top h1.large {
      font-size: 90px; }
      @media screen and (max-width: 768px) {
        .work .top h1.large {
          font-size: 35px; } }
  .work .top p {
    font-size: 16px;
    letter-spacing: -0.3px; }
    .work .top p img {
      margin-left: 14px; }

.work .body-text {
  background-color: #F2F3F5;
  padding-top: 200px;
  padding-bottom: 150px; }
  @media screen and (max-width: 768px) {
    .work .body-text {
      padding-top: 100px;
      padding-bottom: 75px; } }
  .work .body-text.amstel {
    background-color: #A9212A; }
    .work .body-text.amstel h1,
    .work .body-text.amstel p {
      color: #fff; }
  .work .body-text.skinnygirl {
    background-color: #FD5F65; }
    .work .body-text.skinnygirl h1,
    .work .body-text.skinnygirl p {
      color: #fff; }
  .work .body-text.streicher {
    background-color: #7F1299; }
    .work .body-text.streicher h1,
    .work .body-text.streicher p {
      color: #fff; }
  .work .body-text.nike {
    background-color: #FF6953; }
    .work .body-text.nike h1,
    .work .body-text.nike p {
      color: #fff; }
    .work .body-text.nike.gray {
      background-color: #4B4B4B; }
  .work .body-text.results {
    padding-top: 75px;
    padding-bottom: 75px; }
    .work .body-text.results p {
      margin-top: 20px;
      margin-bottom: 20px; }
  .work .body-text h1 {
    font-family: "Circular Bold";
    font-size: 45px;
    color: #4A4A4A; }
    @media screen and (max-width: 768px) {
      .work .body-text h1 {
        font-size: 33px; } }
  .work .body-text p {
    color: #4A4A4A;
    font-family: "Circular Book";
    font-size: 20px;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .work .body-text p {
        font-size: 17px;
        line-height: 27px; } }

.work .work-cases {
  background-color: #FFFFFF;
  padding: 100px; }
  @media screen and (max-width: 768px) {
    .work .work-cases {
      padding: 100px 35px; } }
  .work .work-cases .col-sm-3 {
    margin: 30px 0; }
  .work .work-cases h4 {
    color: #E984BB;
    font-family: "Circular Medium";
    font-size: 12px;
    letter-spacing: 4px; }
    .work .work-cases h4 img {
      margin-left: 9px;
      margin-bottom: 4px; }
  .work .work-cases h3 {
    font-family: "Circular Bold";
    font-size: 12px;
    letter-spacing: 4px; }
  .work .work-cases p {
    font-family: "Circular Book";
    font-size: 13px; }
  .work .work-cases a {
    color: #E984BB;
    font-family: "Circular Bold"; }

.work .macbook {
  background-color: #F2F3F5;
  padding-bottom: 150px; }
  @media screen and (max-width: 768px) {
    .work .macbook {
      padding-bottom: 75px; } }

.work .spread-1,
.work .spread-2 {
  background-color: #F2F3F5; }
  .work .spread-1 img,
  .work .spread-2 img {
    width: 100%; }

.contact section {
  background-color: #F8E71C;
  height: 95vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center; }

.contact .simform ol::before {
  position: relative;
  background-color: transparent; }

.contact .questions li > span label {
  color: #fff;
  font-size: 42px; }
  @media screen and (max-width: 992px) {
    .contact .questions li > span label {
      font-size: 28px; } }

.contact .simform .progress {
  background: black none repeat scroll 0 0; }

@media screen and (max-width: 992px) {
  .contact .simform .number {
    font-size: 12px; } }

@media screen and (max-width: 992px) {
  .contact .next {
    bottom: 3.5em; } }

@media screen and (max-width: 992px) {
  .contact .next.show img {
    width: 18px; } }

.btn-more {
  position: absolute;
  right: 41px;
  margin-top: -140px;
  z-index: 100;
  cursor: pointer;
  background-color: #fff;
  padding: 15px 23px;
  border-radius: 50%;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.5s ease; }
  .btn-more:hover, .btn-more:focus {
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.3); }

.btn-menu {
  position: fixed;
  right: 45px;
  top: 30px;
  z-index: 100;
  cursor: pointer;
  background-color: #fff;
  padding: 15px 14px;
  border-radius: 50%;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.5s ease;
  z-index: 500; }
  .btn-menu:hover, .btn-menu:focus {
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.3); }

#nav-hamburger {
  width: 16px;
  height: 14px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #221E1F;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-hamburger span:nth-child(1) {
  top: 0px; }

#nav-hamburger span:nth-child(2) {
  top: 6px; }

#nav-hamburger span:nth-child(3) {
  top: 12px; }

#nav-hamburger.open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

#nav-hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

#nav-hamburger.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

@font-face {
  font-family: "Circular Book";
  src: url(../fonts/circular/Circular-Std-Book.ttf); }

@font-face {
  font-family: "Circular Bold";
  src: url(../fonts/circular/Circular-Std-Bold.ttf); }

@font-face {
  font-family: "Circular Medium";
  src: url(../fonts/circular/Circular-Std-Medium.ttf); }

@font-face {
  font-family: "Circular Black";
  src: url(../fonts/circular/Circular-Std-Black.ttf); }

body {
  background-color: #221E1F;
  color: #221E1F;
  font-family: "Circular Book";
  min-height: 100%;
  position: relative; }

.logo {
  position: absolute;
  top: 40px;
  left: 50px;
  z-index: 200;
  height: 31px;
  width: 135px;
  object-fit: contain; }

.menu {
  position: fixed;
  transition: all 0.3s ease;
  right: 0;
  transform: translateX(100%);
  z-index: 90;
  background-color: #F8E71C;
  box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, 0.25);
  max-width: 90%;
  width: 320px; }
  .menu .content {
    padding: 220px 30px;
    height: 100vh;
    font-family: "Circular Bold"; }
    @media only screen and (max-width: 992px) {
      .menu .content {
        padding: 40px 30px; } }
    @media screen and (orientation: landscape) and (max-width: 768px) {
      .menu .content {
        padding: 20px 30px; } }
    .menu .content h1 {
      margin: 30px 0; }
      @media screen and (orientation: landscape) and (max-width: 768px) {
        .menu .content h1 {
          margin: 10px 0; } }
    @media screen and (orientation: landscape) and (max-width: 768px) {
      .menu .content h3 {
        margin: 10px 0; } }
    .menu .content .footer {
      bottom: 20px;
      position: absolute; }
    .menu .content .menu-link {
      cursor: pointer;
      color: #221E1F;
      text-decoration: none; }
      .menu .content .menu-link.active {
        text-decoration: underline;
        color: #fff; }
      .menu .content .menu-link:hover, .menu .content .menu-link:focus {
        text-decoration: underline; }
      .menu .content .menu-link:active {
        color: black; }

#lazy-river-modal {
  z-index: 10;
  height: 60vh;
  width: 43.75vw;
  min-width: 300px; }
  @media only screen and (max-width: 768px) {
    #lazy-river-modal {
      height: auto;
      padding: 15px; } }
  #lazy-river-modal h1 {
    font-size: 36px; }
    @media only screen and (max-width: 768px) {
      #lazy-river-modal h1 {
        font-size: 24px; } }
  #lazy-river-modal #modal-text {
    height: 80%; }
    #lazy-river-modal #modal-text #canvas-vimeo-embed {
      height: 100%; }
    #lazy-river-modal #modal-text #canvas-youtube-embed {
      height: 100%; }

#mobile-modal {
  z-index: 10;
  top: 100vh;
  position: absolute;
  height: auto;
  width: 90%;
  left: 50%;
  transform: translateX(-50%); }

.page {
  transition: all 0.3s ease;
  background-image: linear-gradient(-99deg, #F08C0D 0%, #FF0CC2 49%, #22C0DE 99%); }
  .page .hero {
    position: relative;
    background-color: #F8E71C;
    height: 100vh;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #F8E71C;
    height: 100vh; }
    @media only screen and (max-width: 768px) {
      .page .hero {
        background-color: #F8E71C;
        height: 85vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center; } }
    .page .hero .hero-landing {
      width: 100%;
      height: calc(100% - 400px); }
      @media only screen and (max-width: 768px) {
        .page .hero .hero-landing {
          height: 100%; } }
      .page .hero .hero-landing .hero-title {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media only screen and (max-width: 768px) {
          .page .hero .hero-landing .hero-title {
            position: absolute; } }
        .page .hero .hero-landing .hero-title h1 {
          font-size: 100px;
          font-family: "Circular Bold";
          min-width: 500px; }
          .page .hero .hero-landing .hero-title h1 span {
            color: #fff;
            text-decoration: underline; }
          @media only screen and (max-width: 992px) {
            .page .hero .hero-landing .hero-title h1 {
              font-size: 55px; } }
          @media only screen and (max-width: 768px) {
            .page .hero .hero-landing .hero-title h1 {
              font-size: 38px;
              min-width: 300px; } }
        .page .hero .hero-landing .hero-title h3 {
          font-size: 30px;
          padding: 0 10px; }
          @media only screen and (max-width: 992px) {
            .page .hero .hero-landing .hero-title h3 {
              font-size: 18px; } }
          @media only screen and (max-width: 768px) {
            .page .hero .hero-landing .hero-title h3 {
              font-size: 14px; } }
      .page .hero .hero-landing #allow-scroll {
        position: absolute;
        height: 400px;
        width: 100%;
        left: 0;
        bottom: 100px;
        z-index: 500;
        display: none; }
      .page .hero .hero-landing .loading-animation {
        position: absolute;
        bottom: 100px;
        left: 50%;
        transform: translateX(-50%); }
        @media only screen and (max-width: 768px) {
          .page .hero .hero-landing .loading-animation {
            display: none; } }
      .page .hero .hero-landing #client-bounce {
        position: absolute;
        height: 400px;
        width: 100%;
        left: 0;
        bottom: 100px; }
        @media only screen and (max-width: 768px) {
          .page .hero .hero-landing #client-bounce {
            display: none; } }
  .page .mobile-content-display {
    display: none;
    height: 400px;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .page .mobile-content-display {
        display: block;
        height: 360px;
        background-color: #F7F7F7; } }
    .page .mobile-content-display .slick-element-wrapper {
      height: 360px;
      width: 100%;
      position: relative; }
      .page .mobile-content-display .slick-element-wrapper .circle-element {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 250px;
        height: 250px;
        -webkit-border-radius: 125px;
        -moz-border-radius: 125px;
        border-radius: 125px;
        background: red; }
        .page .mobile-content-display .slick-element-wrapper .circle-element img {
          height: 100%; }
  .page .grid-section {
    background-color: #fff; }
    .page .grid-section .grid {
      background-color: #fff;
      display: flex;
      flex-direction: row;
      position: relative;
      flex-wrap: wrap;
      left: 50%;
      bottom: 100px;
      width: 80%;
      transform: translateX(-50%); }
      @media only screen and (max-width: 1200px) {
        .page .grid-section .grid {
          flex-direction: column;
          bottom: 0px; } }
      @media only screen and (max-width: 992px) {
        .page .grid-section .grid {
          width: 750px; } }
      @media only screen and (max-width: 768px) {
        .page .grid-section .grid {
          width: 100%;
          position: relative;
          margin-top: 0px; } }
      .page .grid-section .grid .quote {
        background-image: url("../img/homepage/homepage-quote.png");
        height: 150px;
        width: 300px;
        position: absolute;
        bottom: 0;
        right: 0; }
      .page .grid-section .grid .grid-item {
        min-width: 300px;
        width: 33.3333%;
        position: relative; }
        @media only screen and (max-width: 1200px) {
          .page .grid-section .grid .grid-item {
            width: 100%; } }
        .page .grid-section .grid .grid-item a {
          color: inherit; }
          .page .grid-section .grid .grid-item a:hover {
            color: inherit;
            text-decoration: none; }
          .page .grid-section .grid .grid-item a img {
            display: block;
            height: 100%;
            width: 100%;
            object-fit: cover; }
          .page .grid-section .grid .grid-item a .tall-grid-item {
            height: 650px;
            color: #221E1F;
            background-color: #FFFFFF;
            left: 0;
            display: flex;
            flex-direction: column;
            position: relative; }
            .page .grid-section .grid .grid-item a .tall-grid-item .grid-item-title {
              font-family: "Circular Bold";
              font-size: 38px;
              margin: 70px 56px 0px; }
            .page .grid-section .grid .grid-item a .tall-grid-item .grid-item-small-text {
              position: absolute;
              bottom: 150px;
              left: 56px;
              color: #E984BB; }
          .page .grid-section .grid .grid-item a .short-grid-item {
            height: 300px;
            position: relative; }
          .page .grid-section .grid .grid-item a .text-box {
            line-height: 1;
            font-family: "Circular Book"; }
            .page .grid-section .grid .grid-item a .text-box .grid-dot {
              width: 36px !important; }
            .page .grid-section .grid .grid-item a .text-box.intro {
              height: 241px;
              background-color: #221E1F;
              padding: 30px;
              width: 100%; }
              @media (min-width: 768px) and (max-width: 992px) {
                .page .grid-section .grid .grid-item a .text-box.intro {
                  height: 179px;
                  padding: 20px; } }
              .page .grid-section .grid .grid-item a .text-box.intro h4 {
                color: #F8E71C;
                font-size: 24px;
                margin-top: 12px; }
                @media (min-width: 768px) and (max-width: 992px) {
                  .page .grid-section .grid .grid-item a .text-box.intro h4 {
                    font-size: 20px; } }
              .page .grid-section .grid .grid-item a .text-box.intro p {
                color: #888888;
                font-size: 16px;
                line-height: 26px;
                margin-top: 16px; }
                @media (min-width: 768px) and (max-width: 992px) {
                  .page .grid-section .grid .grid-item a .text-box.intro p {
                    font-size: 13px;
                    line-height: 18px;
                    margin-top: 9px; } }
              .page .grid-section .grid .grid-item a .text-box.intro h5 {
                color: #fff;
                font-family: "Circular Bold";
                font-size: 13px; }
                @media (min-width: 768px) and (max-width: 992px) {
                  .page .grid-section .grid .grid-item a .text-box.intro h5 {
                    margin-top: 0px; } }
            .page .grid-section .grid .grid-item a .text-box.client {
              height: 261px;
              background-color: #fff;
              padding: 30px;
              padding-top: 40px; }
              @media (min-width: 768px) and (max-width: 992px) {
                .page .grid-section .grid .grid-item a .text-box.client {
                  height: 196px;
                  padding: 20px; } }
              .page .grid-section .grid .grid-item a .text-box.client h4 {
                color: #221E1F;
                font-size: 24px;
                margin-top: 12px; }
                @media (min-width: 768px) and (max-width: 992px) {
                  .page .grid-section .grid .grid-item a .text-box.client h4 {
                    font-size: 20px; } }
              .page .grid-section .grid .grid-item a .text-box.client p {
                color: #666666;
                font-size: 16px;
                line-height: 26px;
                margin-top: 16px; }
                @media (min-width: 768px) and (max-width: 992px) {
                  .page .grid-section .grid .grid-item a .text-box.client p {
                    font-size: 13px;
                    line-height: 18px;
                    margin-top: 9px; } }
              .page .grid-section .grid .grid-item a .text-box.client h5 {
                font-family: "Circular Bold";
                font-size: 13px; }
              .page .grid-section .grid .grid-item a .text-box.client a {
                color: #221E1F;
                text-decoration: none; }
  .page .clients {
    padding: 120px 0;
    background-color: #fff; }
    .page .clients h4 {
      font-family: "Circular Medium";
      font-size: 16px;
      color: #999999;
      letter-spacing: 4px;
      line-height: 14px;
      margin-bottom: 100px; }
      .page .clients h4 img {
        margin-left: 10px; }
    .page .clients hr {
      margin: 70px 0; }
    .page .clients .img-brand {
      margin-top: 35px;
      margin-bottom: 35px; }
    @media screen and (min-width: 992px) {
      .page .clients .logo-center {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-left: -4px; } }
  .page .footer {
    position: relative;
    background-color: #fff; }
    .page .footer .img-footer {
      width: 100vw; }
    .page .footer .email {
      color: #FFFA01;
      font-family: "Circular Medium";
      font-size: 12px;
      letter-spacing: 4.29px; }
      @media screen and (max-width: 992px) {
        .page .footer .email {
          font-size: 9px; } }
    .page .footer .footer-main {
      background-color: #221E1F;
      padding: 60px 0; }
      @media screen and (max-width: 992px) {
        .page .footer .footer-main {
          padding: 45px 0; } }
      .page .footer .footer-main .logo-footer {
        margin-left: 100px;
        height: 31px;
        width: 135px; }
        @media screen and (max-width: 992px) {
          .page .footer .footer-main .logo-footer {
            display: block;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px; } }
      @media screen and (max-width: 992px) {
        .page .footer .footer-main .footer-links {
          text-align: center; } }
      .page .footer .footer-main .footer-links a {
        margin: 0 40px;
        line-height: 37px;
        color: #F8E71C; }
        @media screen and (max-width: 992px) {
          .page .footer .footer-main .footer-links a {
            margin: 0 20px; } }
      .page .footer .footer-main .footer-img-social img {
        margin: 12px 10px; }

.blink {
  animation: cursorBlink 3s infinite step-end;
  transition: none; }

@keyframes cursorBlink {
  0% {
    border-right: 0.08em solid #fff; }
  25% {
    border-right: 0.08em solid #F8E71C; }
  50% {
    border-right: 0.08em solid #fff; }
  75% {
    border-right: 0.08em solid #F8E71C; } }
