/* Minification failed. Returning unminified contents.
(511,1): run-time error CSS1019: Unexpected token, found '}'
(513,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(514,8): run-time error CSS1035: Expected colon, found '{'
(522,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(523,8): run-time error CSS1035: Expected colon, found '{'
(531,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(532,7): run-time error CSS1035: Expected colon, found ','
(542,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(543,7): run-time error CSS1035: Expected colon, found ','
(1778,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1779,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1789,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1790,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1800,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1801,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1811,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1812,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1822,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1823,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1833,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1834,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
@import "https://fonts.googleapis.com/css2?family=Commissioner&display=swap";
/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */

.header {
  z-index: 99;
}

/* All the snapping stuff 
.scroll-wrapper {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
  }
  section {
	height: 100vh;
	scroll-snap-align: center;
}*/
.h-about {
  position: relative;
  box-sizing: border-box;
  background-color: #FF1F64;
  color: #000;
  min-height: auto;
  height: auto;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .h-about {
    height: auto;
    min-height: auto;
  }
}

.h-about .inner {
  position: relative;
  max-width: 1240px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.h-about .inner h1 {
  position: relative;
  font-family: "metropolisblack", sans-serif;
  font-weight: 900;
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  text-align: left;
  color: #FFF;
  margin-bottom: -14px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .h-about .inner h1 {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 0;
  }
}

.h-about .inner h1 span {
  position: relative;
  top: -15px;
  display: block;
  color: #000;
}

@media screen and (max-width: 767px) {
  .h-about .inner h1 span {
    top: -5px;
  }
}

.h-about .inner .intro {
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 30px;
  margin-bottom: 40px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  font-family: "metropolisregular", sans-serif;
  color: #FFF;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .h-about .inner .intro {
    font-size: 16px;
    line-height: 20px;
  }
}

.h-about .inner .intro p {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .h-about .inner .intro p {
    margin-bottom: 8px;
  }
}

.h-about .hgroup .inner {
  display: inline-block;
  width: auto;
  position: relative;
}

.h-about h1 {
  font-family: "metropolisblack", sans-serif;
  font-size: 83px;
  line-height: 100px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .h-about h1 {
    font-size: 72px;
  }
}

.h-about .tagline {
  position: absolute;
  top: 32%;
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .2em;
  line-height: 2.6em;
}

@media screen and (max-width: 767px) {
  .h-about .tagline {
    top: 23%;
  }
}

.anim-text {
  position: relative;
  width: 100%;
  min-height: 370px;
}

@media screen and (max-width: 768px) {
  .anim-text {
    min-height: 200px;
  }
}

.anim-text h1 {
  position: relative;
  margin-top: 60px;
  margin-left: 90px;
  display: block;
  text-align: left;
  font-family: "metropolisextra_bold",sans-serif;
  font-size: 56px;
  line-height: 60px;
  text-transform: uppercase;
  color: #000;
  z-index: 10;
  mix-blend-mode: soft-light;
  z-index: 10;
  width: 75%;
}

@media screen and (max-width: 768px) {
  .anim-text h1 {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 680px) {
  .anim-text h1 {
    top: 10px;
    left: 10px;
    font-size: 20px;
    mix-blend-mode: normal;
  }
}

.anim-text h1:nth-child(2) {
  margin-top: 70px;
  margin-left: 180px;
  mix-blend-mode: soft-light;
  width: 60%;
}

@media screen and (max-width: 1080px) {
  .anim-text h1:nth-child(2) {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .anim-text h1:nth-child(2) {
    margin-top: 50px;
    margin-left: 20px;
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 680px) {
  .anim-text h1:nth-child(2) {
    margin-top: 30px;
    margin-left: 20px;
    font-size: 20px;
    mix-blend-mode: normal;
  }
}

.anim-text h1:nth-child(3) {
  margin-top: 130px;
  margin-left: 360px;
  mix-blend-mode: soft-light;
}

@media screen and (max-width: 768px) {
  .anim-text h1:nth-child(3) {
    margin-top: 60px;
    margin-left: 40px;
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 680px) {
  .anim-text h1:nth-child(3) {
    margin-top: 40px;
    margin-left: 20px;
    font-size: 24px;
    mix-blend-mode: normal;
  }
}

.anim-text .home-logo {
  position: absolute;
  top: -221px;
  right: -175px;
  width: 50%;
  opacity: 1;
  z-index: 0;
}

@media screen and (max-width: 1300px) {
  .anim-text .home-logo {
    top: -90px;
    right: -175px;
  }
}

@media screen and (max-width: 1024px) {
  .anim-text .home-logo {
    width: 43%;
    top: 23px;
    right: -61px;
  }
}

@media screen and (max-width: 1180px) {
  .anim-text .home-logo {
    top: -70px;
    right: -175px;
  }
}

@media screen and (max-width: 768px) {
  .anim-text .home-logo {
    width: 43%;
    top: -60px;
    right: -46px;
  }
}

@media screen and (max-width: 680px) {
  .anim-text .home-logo {
    top: 0px;
    right: -20px;
  }
}

@media screen and (max-width: 520px) {
  .anim-text .home-logo {
    width: 200px;
    top: -21px;
    right: -26px;
  }
}

@media screen and (max-width: 480px) {
  .anim-text .home-logo {
    width: 150px;
    top: -21px;
    right: -26px;
  }
}

.anim-text .regular-text {
  width: 68%;
}

@media screen and (max-width: 1700px) {
  .anim-text .regular-text {
    width: 65%;
  }
}

@media screen and (max-width: 1200px) {
  .anim-text .regular-text {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .anim-text .regular-text {
    width: 70%;
  }
}

@media screen and (max-width: 640px) {
  .anim-text .regular-text {
    width: 65%;
  }
}

@media screen and (max-width: 480px) {
  .anim-text .regular-text {
    width: 70%;
  }
}

.anim-text .regular-text h1 {
  width: calc(100% - 90px);
}

@media screen and (max-width: 1700px) {
  .anim-text .regular-text h1 {
    width: calc(100% - 90px);
  }
}

@media screen and (max-width: 1200px) {
  .anim-text .regular-text h1 {
    width: calc(100% - 90px);
  }
}

@media screen and (max-width: 768px) {
  .anim-text .regular-text h1 {
    width: calc(100% - 20px);
    top: 0;
    left: 0;
  }
}

.anim-text .regular-text h1:nth-child(2) {
  width: calc(100% - 310px);
}

@media screen and (max-width: 1700px) {
  .anim-text .regular-text h1:nth-child(2) {
    width: calc(100% - 180px);
  }
}

@media screen and (max-width: 1200px) {
  .anim-text .regular-text h1:nth-child(2) {
    width: calc(100% - 180px);
  }
}

@media screen and (max-width: 768px) {
  .anim-text .regular-text h1:nth-child(2) {
    width: calc(100% - 20px);
    top: 0;
    left: 0;
  }
}

.anim-text .regular-text .blue {
  color: #01c5f5;
}

.anim-text .regular-text .red {
  color: #ff1f64;
}

.anim-text .bouncer-holder {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .anim-text .bouncer-holder {
    height: 10px;
    width: 100%;
  }
}

.anim-text .bouncer-holder {
  -webkit-animation: travel 3s ease-in infinite alternate;
  -o-animation: travel 3s ease-in infinite alternate;
  animation: travel 3s ease-in infinite alternate;
}

.anim-text .bouncer {
  position: absolute;
  bottom: 0;
  height: 465px;
  width: 650px;
  -webkit-animation: bounce 3.5s infinite;
  -o-animation: bounce 3.5s infinite;
  animation: bounce 3.5s infinite;
}

@media screen and (max-width: 767px) {
  .anim-text .bouncer {
    height: 65px;
    width: 250px;
  }
}

.anim-text .bouncer img {
  max-width: 650px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .anim-text .bouncer img {
    max-width: 250px;
  }
}

@media screen and (max-width: 680px) {
  @-webkit-keyframes travel {
    from {
      left: 0px;
    }
    to {
      left: calc(100% - 1250px) !important;
    }
  }
  @keyframes travel {
    from {
      left: 0px;
    }
    to {
      left: calc(100% - 1250px) !important;
    }
  }
  @-webkit-keyframes bounce {
    from, to {
      bottom: 0;
      -webkit-animation-timing-function: ease-out;
    }
    50% {
      bottom: 5px;
      -webkit-animation-timing-function: ease-in;
    }
  }
  @keyframes bounce {
    from, to {
      bottom: 0px;
      animation-timing-function: ease-out;
    }
    50% {
      bottom: calc(100% - 5px) !important;
      animation-timing-function: ease-in;
    }
  }
}

@-webkit-keyframes travel {
  from {
    left: 0px;
  }
  to {
    left: calc(100% - 650px);
  }
}

@keyframes travel {
  from {
    left: 0px;
  }
  to {
    left: calc(100% - 650px);
  }
}

@-webkit-keyframes bounce {
  from, to {
    bottom: 0;
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    bottom: 465px;
    -webkit-animation-timing-function: ease-in;
  }
}

@keyframes bounce {
  from, to {
    bottom: 0px;
    animation-timing-function: ease-out;
  }
  50% {
    bottom: calc(100% - 465px);
    animation-timing-function: ease-in;
  }
}

.h-work {
  position: relative;
  width: 100%;
  background: #000;
  z-index: 10;
}

.h-work .inner {
  padding-top: 50px;
}

@media screen and (max-width: 680px) {
  .h-work .inner {
    font-size: 60px;
  }
}

.h-work .inner h1 {
  display: block;
  text-align: left;
  font-family: "metropolisextra_bold",sans-serif;
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  color: #fff;
}

.h-work .inner h1 span {
  color: #01c5f5;
}

@media screen and (max-width: 680px) {
  .h-work .inner h1 {
    font-size: 60px;
    line-height: 60px;
  }
}

.h-work .inner .cards {
  box-sizing: border-box;
  display: flex;
  flex-flow: column wrap;
  height: 940px;
  margin-bottom: 5vh;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .h-work .inner .cards {
    height: 640px;
  }
}

@media screen and (max-width: 680px) {
  .h-work .inner .cards {
    margin-top: 50px;
    height: 100%;
    display: block;
  }
}

.h-work .inner .card {
  position: relative;
  align-items: center;
  background: #000;
  background-size: cover;
  background-position: center;
  border: 10px solid #000;
  box-sizing: border-box;
  color: white;
  display: flex;
  flex-grow: 0;
  height: 50%;
  justify-content: center;
  cursor: pointer;
}

@media screen and (max-width: 680px) {
  .h-work .inner .card {
    display: block;
  }
}

.h-work .inner .card .card-video {
  width: 100%;
  height: 100%;
  position: relative;
}

.h-work .inner .card .card-video .vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.h-work .inner .card:hover .card-over {
  background: rgba(255, 31, 100, 0.6);
  border-color: transparent;
}

@media screen and (max-width: 680px) {
  .h-work .inner .card:hover .card-over {
    opacity: 0;
  }
}

.h-work .inner .card:hover .card-link {
  opacity: 1;
}

.h-work .inner .card-over {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 5px);
  width: 100%;
  z-index: 5;
  transition: all .3s;
  -webkit-transition: all .3s;
  border-top: 5px solid;
  border-color: transparent;
}

.h-work .inner .card-link {
  line-height: 1.3em;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  color: #000;
  padding: 30px 10px 30px 10px;
  font-size: 15px;
  text-transform: uppercase;
  z-index: 10;
  text-decoration: none;
  opacity: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  font-weight: 600;
}

@media screen and (max-width: 680px) {
  .h-work .inner .card-link {
    opacity: 1;
  }
}

.h-work .inner .card:nth-child(7n-6) {
  height: 66.666%;
}

@media screen and (max-width: 680px) {
  .h-work .inner .card:nth-child(7n-6) {
    height: 300px;
  }
}

.h-work .inner .card:nth-child(7n-6) .card-over {
  border-color: #00c5f4;
}

.h-work .inner .card:nth-child(7n-6):hover .card-over {
  border-color: transparent;
}

.h-work .inner .card:nth-child(7n-5) {
  height: 33.333%;
}

@media screen and (max-width: 680px) {
  .h-work .inner .card:nth-child(7n-5) {
    height: 300px;
  }
}

.h-work .inner .card:nth-child(7n-5) .card-over {
  border-color: #ff1f64;
}

.h-work .inner .card:nth-child(7n-5):hover .card-over {
  border-color: transparent;
}

.h-work .inner .card:nth-child(7n-4) {
  height: 33.333%;
}

@media screen and (max-width: 680px) {
  .h-work .inner .card:nth-child(7n-4) {
    height: 300px;
  }
}

.h-work .inner .card:nth-child(7n-4) .card-over {
  border-color: #00c5f4;
}

.h-work .inner .card:nth-child(7n-4):hover .card-over {
  border-color: transparent;
}

.h-work .inner .card:nth-child(7n-3) {
  height: 33.333%;
}

@media screen and (max-width: 680px) {
  .h-work .inner .card:nth-child(7n-3) {
    height: 300px;
  }
}

.h-work .inner .card:nth-child(7n-3) .card-over {
  border-color: #ff1f64;
}

.h-work .inner .card:nth-child(7n-3):hover .card-over {
  border-color: transparent;
}

.h-work .inner .card:nth-child(7n-2) {
  height: 33.333%;
}

@media screen and (max-width: 680px) {
  .h-work .inner .card:nth-child(7n-2) {
    height: 300px;
  }
}

.h-work .inner .card:nth-child(7n-2) .card-over {
  border-color: #00c5f4;
}

.h-work .inner .card:nth-child(7n-2):hover .card-over {
  border-color: transparent;
}

.h-work .inner .card:nth-child(7n-1) {
  height: 33.333%;
}

@media screen and (max-width: 680px) {
  .h-work .inner .card:nth-child(7n-1) {
    height: 300px;
  }
}

.h-work .inner .card:nth-child(7n-1) .card-over {
  border-color: #ff1f64;
}

.h-work .inner .card:nth-child(7n-1):hover .card-over {
  border-color: transparent;
}

.h-work .inner .card:nth-child(7n) {
  height: 66.666%;
}

@media screen and (max-width: 680px) {
  .h-work .inner .card:nth-child(7n) {
    height: 300px;
  }
}

.h-work .inner .card:nth-child(7n) .card-over {
  border-color: #00c5f4;
}

.h-work .inner .card:nth-child(7n):hover .card-over {
  border-color: transparent;
}

.work-btn {
  width: 200px;
  height: 40px;
  background-color: #00c5f4;
  color: #fff;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 39px;
  font-size: 16px;
}

.work-grid {
  display: flex;
  flex-wrap: wrap;
  width: 4840px;
}

@media screen and (max-width: 767px) {
  .work-grid {
    flex-wrap: nowrap;
    width: auto;
    min-width: 6000px;
  }
}

.wg-item {
  mix-blend-mode: luminosity;
  height: 330px;
  margin: 12px;
  cursor: pointer;
}

.wg-item:hover {
  mix-blend-mode: normal;
}

@media screen and (max-width: 767px) {
  .wg-item {
    width: 270px;
    height: 270px;
    margin: 5px;
  }
}

.wg-fig {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.wg-fig figcaption {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  line-height: 1.4em;
  padding: 1em;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity .5s, transform .5s;
}

.wg-fig:before {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, transparent 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, transparent 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, transparent 100%);
  bottom: 0;
  content: '';
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s;
}

.wg-fig img.object-fit {
  transition: transform 1s;
}

.wg-fig:hover:before {
  opacity: 1;
}

.wg-fig:hover figcaption {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.wg-fig:hover img.object-fit {
  transform: scale(1.05);
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .wg-fig img.object-fit {
    transform: scale(1) !important;
  }
}

.scroll-cursor {
  -webkit-filter: drop-shadow(0 0 0.1em rgba(0, 0, 0, 0.95));
  -moz-filter: drop-shadow(0 0 0.1em rgba(0, 0, 0, 0.95));
  -ms-filter: drop-shadow(0 0 0.1em rgba(0, 0, 0, 0.95));
  -o-filter: drop-shadow(0 0 0.1em rgba(0, 0, 0, 0.95));
  filter: drop-shadow(0 0 0.1em rgba(0, 0, 0, 0.95));
  position: absolute;
  top: 23%;
  left: 50%;
  z-index: 3;
  width: 54px;
  height: 44px;
  margin-left: -22px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .2em;
  text-align: center;
  transition: opacity .5s ease;
  pointer-events: none;
}

.scroll-cursor i {
  display: block;
  width: 43px;
  height: 21px;
  margin: 0 auto .75em;
  background: url(/images/layout/scroll-cursor.png) center no-repeat;
}

.scroll-cursor.is-hidden {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .scroll-cursor:before {
    content: '';
    width: 86px;
    height: 86px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -51%);
    border-radius: 50%;
    z-index: -1;
  }
}

.scroll-ele {
  opacity: 0;
  transform: translate3d(0, 0px, 0);
  transition: opacity .75s ease-in, transform .6s ease-in-out;
}

.scroll-ele.is-active {
  opacity: 1;
  transform: translate3d(0, 30px, 0);
}

.clients {
  height: auto;
  min-height: 100vh;
  box-sizing: border-box;
  padding: 110px 0;
  background-color: #000;
}

.clients > .inner {
  max-width: 1280px;
}

@media screen and (max-width: 767px) {
  .clients > .inner {
    position: relative;
    margin-top: 120px;
  }
}

.clients > .inner .title-wrapper {
  width: 100%;
  margin-top: 75px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 1280px) {
  .clients > .inner .title-wrapper .pointer {
    width: 200px;
  }
}

@media screen and (max-width: 1024px) {
  .clients > .inner .title-wrapper .pointer {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .clients > .inner .title-wrapper .pointer {
    width: 90px;
  }
}

@media screen and (max-width: 550px) {
  .clients > .inner .title-wrapper .pointer {
    width: 60px;
  }
}

@media screen and (max-width: 450px) {
  .clients > .inner .title-wrapper .pointer {
    width: 50px;
  }
}

@media screen and (max-width: 400px) {
  .clients > .inner .title-wrapper .pointer {
    width: 40px;
  }
}

@media screen and (max-width: 320px) {
  .clients > .inner .title-wrapper .pointer {
    display: none;
  }
}

.clients > .inner .title-wrapper h2 {
  position: relative;
  font-family: "metropolisblack", sans-serif;
  font-weight: 900;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 15px;
  padding-right: 15px;
  color: #00C6F4;
  z-index: 3;
}

@media screen and (max-width: 1024px) {
  .clients > .inner .title-wrapper h2 {
    font-size: 45px;
    line-height: 55px;
  }
}

@media screen and (max-width: 767px) {
  .clients > .inner .title-wrapper h2 {
    font-size: 40px;
    line-height: 50px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 480px) {
  .clients > .inner .title-wrapper h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .clients > .inner {
    width: 90%;
  }
}

.clients .pagingInfo {
  display: none;
}

@media screen and (max-width: 767px) {
  .clients .pagingInfo {
    display: block;
    width: 100%;
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
    height: 30px;
  }
}

.clients h2 {
  font-family: "metropolisblack", sans-serif;
  font-size: 32px;
  text-transform: none;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: .5em;
  color: #000;
}

@media screen and (max-width: 767px) {
  .clients h2 {
    font-size: 24px;
  }
}

.clients .subhead {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .clients {
    padding: 40px 0;
  }
}

.clients-grid {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .clients-grid .slick-dots {
    display: none !important;
  }
  .clients-grid .slick-arrow {
    z-index: 3;
    top: unset;
    bottom: -60px;
  }
  .clients-grid .slick-arrow:hover {
    color: transparent;
  }
  .clients-grid .slick-arrow:before, .clients-grid .slick-arrow:after {
    background-color: transparent;
  }
  .clients-grid .slick-prev {
    color: transparent;
  }
  .clients-grid .slick-prev:hover:after {
    border: solid #FF1F64;
    border-width: 0 1px 1px 0;
  }
  .clients-grid .slick-prev:hover:before {
    border-bottom: 1px solid #FF1F64;
  }
  .clients-grid .slick-prev:before {
    border-bottom: 1px solid #FFF;
    transform: translate(8px, 8px) rotate(180deg);
    -webkit-transform: translate(8px, 8px) rotate(180deg);
  }
  .clients-grid .slick-prev:after {
    height: 5px;
    width: 5px;
    border: solid #FFF;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .clients-grid .slick-next {
    color: transparent;
  }
  .clients-grid .slick-next:hover:after {
    border: solid #FF1F64;
    border-width: 0 1px 1px 0;
  }
  .clients-grid .slick-next:hover:before {
    border-bottom: 1px solid #FF1F64;
  }
  .clients-grid .slick-next:before {
    border-bottom: 1px solid #FFF;
    transform: translate(-8px, 8px) rotate(180deg);
    -webkit-transform: translate(-8px, 8px) rotate(180deg);
  }
  .clients-grid .slick-next:after {
    height: 5px;
    width: 5px;
    border: solid #FFF;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(313deg);
    -webkit-transform: rotate(313deg);
  }
}

.tg-item {
  box-sizing: border-box;
  width: 20%;
  padding: 25px;
}

@media screen and (max-width: 1100px) {
  .tg-item {
    padding: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .tg-item {
    width: 33.3333333333%;
  }
}

@media screen and (max-width: 768px) {
  .tg-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .tg-item {
    width: 50%;
    padding: 20px;
  }
}

.tg-item .object-fit {
  object-fit: contain;
}

.tg-box {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  position: relative;
}

.tg-box .tg-fig {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all .3s ease;
}

.tg-box .cli-name {
  font-family: "metropolisregular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #868686;
  opacity: 0;
  transition: all .3s ease;
}

@media screen and (max-width: 767px) {
  .tg-box .cli-name {
    padding-top: 0;
    display: none;
  }
}

.h-contact {
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  background-size: 15px;
  color: #000;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .h-contact {
    min-height: 400px;
    height: 400px;
  }
}

.h-contact .inner {
  position: relative;
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .h-contact .inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.h-contact .inner h3 {
  margin-bottom: 0;
  position: relative;
  left: -30px;
  font-family: "metropolisextra_bold", sans-serif;
  font-size: 110px;
  line-height: 110px;
  text-transform: uppercase;
  color: #000;
}

@media screen and (max-width: 980px) {
  .h-contact .inner h3 {
    left: 0;
    font-size: 50px;
    line-height: 50px;
  }
}

@media screen and (max-width: 319px) {
  .h-contact .inner h3 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .h-contact .inner {
    padding: 90px 0;
  }
}

.contact-cta {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  width: 665px;
  height: 322px;
  z-index: 10;
  transition: all .3s ease;
}

@media screen and (max-width: 980px) {
  .contact-cta {
    width: 400px;
    height: 192px;
  }
}

@media screen and (max-width: 480px) {
  .contact-cta {
    width: 250px;
    height: 170px;
  }
}

@media screen and (max-width: 319px) {
  .contact-cta {
    width: 100%;
    height: auto;
    padding: 0 10px 0 0;
    margin: 0 auto;
    min-height: 170px;
  }
}

.contact-cta:hover .content-wrapper .content .button {
  background-color: #FF1F64;
}

.contact-cta:hover .content-wrapper .content .red {
  color: #FF1F64;
}

.contact-cta:hover .content-wrapper .content .blue {
  color: #00C6F4;
}

.contact-cta .content-wrapper {
  box-sizing: border-box;
  position: absolute;
  bottom: -1px;
  right: 0;
  background-color: #000;
  width: 96.2%;
  height: 89.5%;
  z-index: 4;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 980px) {
  .contact-cta .content-wrapper {
    width: 383px;
    height: 174px;
  }
}

@media screen and (max-width: 480px) {
  .contact-cta .content-wrapper {
    width: 242px;
    height: 163px;
  }
}

@media screen and (max-width: 319px) {
  .contact-cta .content-wrapper {
    display: block;
    width: 90%;
  }
}

.contact-cta .content-wrapper .content {
  text-align: center;
  margin: 30px auto;
  transition: all .3s ease;
}

@media screen and (max-width: 319px) {
  .contact-cta .content-wrapper .content {
    width: 90%;
  }
}

.contact-cta .content-wrapper .content .cta-text {
  font-family: 'Commissioner', sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #FFF;
  text-align: center;
  margin-bottom: 40px;
  transition: all .3s ease;
}

@media screen and (max-width: 980px) {
  .contact-cta .content-wrapper .content .cta-text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .contact-cta .content-wrapper .content .cta-text {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 319px) {
  .contact-cta .content-wrapper .content .cta-text {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 30px;
  }
}

.contact-cta .content-wrapper .content .cta-text .red {
  transition: all .3s ease;
}

.contact-cta .content-wrapper .content .cta-text .blue {
  transition: all .3s ease;
}

.contact-cta .content-wrapper .content .button {
  color: #000;
  background-color: #fff;
  font-family: "metropolisextra_bold", sans-serif;
  font-size: 12px;
  line-height: 14px;
  padding: 10px 15px;
  max-width: 82px;
  transition: all .3s ease;
  margin-bottom: 0;
  margin: 0 auto;
}

.contact-cta a {
  font-weight: 600;
  color: currentColor;
}

.contact-cta a.email {
  text-decoration: underline;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .contact-cta h3 {
    background: none;
    color: #01a5b0;
  }
}

.site-footer {
  background-color: #fff;
  color: #000;
  padding: 30px 0 80px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: normal;
  overflow: hidden;
  font-family: 'Commissioner', sans-serif;
}

.site-footer > .inner {
  display: flex;
  width: 100%;
  max-width: 1240px;
}

@media screen and (max-width: 1000px) {
  .site-footer > .inner {
    display: block;
  }
}

.site-footer > .inner .contant-wrapper {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
}

.site-footer > .inner .ftr-col-75 {
  display: flex;
  width: 80%;
}

@media screen and (max-width: 1000px) {
  .site-footer > .inner .ftr-col-75 {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .site-footer > .inner .ftr-col-75 {
    display: block;
  }
}

.site-footer > .inner .ftr-col-75 .ftr-col-33 {
  width: 33%;
  align-self: flex-end;
  margin: 15px;
}

@media screen and (max-width: 768px) {
  .site-footer > .inner .ftr-col-75 .ftr-col-33 {
    width: 100%;
  }
}

.site-footer > .inner .ftr-col-75 .ftr-col-33 .dotted-spaced {
  display: none;
}

@media screen and (max-width: 768px) {
  .site-footer > .inner .ftr-col-75 .ftr-col-33 .dotted-spaced {
    display: block;
    margin-top: 20px;
    padding: 10px 50px;
    background-image: linear-gradient(to right, #000 10%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 8px 1px;
    background-repeat: repeat-x;
  }
}

.site-footer > .inner .ftr-col-75 .ftr-col-33 .title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 22px;
}

.site-footer > .inner .ftr-col-75 .ftr-col-33 .ftr-logo {
  width: 46px;
  margin-bottom: 3px;
}

.site-footer > .inner .ftr-col-75 .ftr-col-33 ul {
  margin: 0;
  list-style: none;
}

.site-footer > .inner .ftr-col-75 .ftr-col-33 a {
  color: #000;
}

.site-footer > .inner .ftr-col-75 .ftr-col-33 a:hover {
  color: #FF1F64;
}

.site-footer > .inner .ftr-col-25 {
  width: 20%;
  align-self: center;
  text-align: right;
}

@media screen and (max-width: 1000px) {
  .site-footer > .inner .ftr-col-25 {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

.site-footer > .inner .ftr-col-25 .ftr-social {
  margin: 0;
  list-style-type: none;
}

@media screen and (max-width: 1023px) {
  .site-footer > .inner .ftr-col-25 .ftr-social {
    position: relative;
    top: auto;
    left: auto;
    text-align: right;
    margin: 40px 30px 10px;
  }
}

.site-footer > .inner .ftr-col-25 .ftr-social li {
  display: inline-block;
  margin: 0 25px 0 0;
}

.site-footer > .inner .ftr-col-25 .ftr-social li:last-child {
  margin: 0;
}

.site-footer > .inner .ftr-col-25 .ftr-social i:before {
  margin: 0;
}

.site-footer > .inner .ftr-col-25 .ftr-social a {
  color: #000;
  font-size: 20px;
}

.site-footer > .inner .ftr-col-25 .ftr-social a:hover {
  color: #FF1F64;
}

.ftr-tag {
  display: inline-block;
  vertical-align: middle;
  color: #5bbc74;
  position: relative;
  padding-right: 20px;
}

@media screen and (max-width: 1023px) {
  .ftr-tag {
    display: block;
    padding: 0 0 10px;
  }
}

.ftr-tag li {
  line-height: 31px;
}

.ftr-tag li:not(:first-child):before {
  content: '\00B7';
  padding: 0 .5em 0 .25em;
}

@media screen and (max-width: 767px) {
  .ftr-tag li:not(:first-child):before {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .ftr-tag li {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .ftr-tag:before {
    content: '...';
    display: block;
    padding-bottom: 1em;
    letter-spacing: .5em;
  }
}

.msnry-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.msnry {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.msnry-item {
  margin-bottom: 1em;
}

.msnry-item img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .msry-10 {
    width: 10%;
  }
  .msry-20 {
    width: 20%;
  }
  .msry-30 {
    width: 30%;
  }
  .msry-40 {
    width: 40%;
  }
  .msry-50 {
    width: 50%;
  }
  .msry-60 {
    width: 60%;
  }
  .msry-70 {
    width: 70%;
  }
  .msry-80 {
    width: 80%;
  }
  .msry-90 {
    width: 90%;
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translate(50%, 50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInleft {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInRight {
  0% {
    opacity: 1;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInRightclients {
  0% {
    opacity: 0;
    transform: translateX(-200%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

[data-animation] {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: both;
  animation-duration: 1s;
}

.animations-disabled, .animations-disabled [data-animation] {
  animation: none !important;
  opacity: 1 !important;
}

.slideInUp {
  animation-name: slideInUp;
}

.slideInDown {
  animation-name: slideInDown;
}

.slideInLeft {
  animation-name: slideInleft;
}

.slideInRight {
  animation-name: slideInRight;
}

.slideInRightclients {
  animation-name: slideInRightclients;
}

.fadeIn {
  animation-name: fadeIn;
}

.fadeOut {
  animation-name: fadeIn;
  animation-direction: reverse;
}
