@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;700&display=swap");
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-sm-height {
    display: table-row; }

  .col-sm-height {
    display: table-cell;
    float: none; } }
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-md-height {
    display: table-row; }

  .col-md-height {
    display: table-cell;
    float: none; } }
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-lg-height {
    display: table-row; }

  .col-lg-height {
    display: table-cell;
    float: none; } }
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

:root {
  scroll-behavior: auto; }

html {
  overflow-x: hidden;
  font-size: 16px;
  cursor: none; }
  @media only screen and (max-width: 767px) {
    html {
      font-size: 18px; } }

body {
  font-family: 'Work Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  overflow-x: hidden; }

.cursor {
  pointer-events: none;
  position: fixed;
  width: 75px;
  height: 75px;
  border: 0.5px solid #00ee94;
  border-radius: 50%;
  z-index: 98;
  transition: width .7s, height .7s, margin .7s; }
  .cursor.hover {
    animation: spin 6s infinite linear;
    width: 150px;
    height: 150px;
    margin: -38px 0 0 -38px; }

@media (max-width: 1200px) {
  .cursor {
    display: none; } }
a {
  color: inherit;
  text-decoration: none;
  cursor: none !important; }
  a:hover {
    color: inherit; }
  a:active {
    color: inherit; }

button {
  cursor: none !important; }

p {
  margin: 0; }

.slick-slider *:focus {
  outline: 0; }

.container {
  max-width: none;
  width: 90%; }
  @media only screen and (max-width: 767px) {
    .container {
      width: 100%; } }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px; }
  .loading.active {
    transition: 1s;
    opacity: 0;
    visibility: hidden; }
  .loading.load {
    transition: 1s;
    opacity: 1;
    visibility: visible; }
  .loading.work {
    width: 0;
    opacity: 1;
    transition: .5s; }
    .loading.work.load {
      width: 100%;
      transition: .5s; }
  .loading.detail {
    right: 0;
    left: auto;
    transition: .5s; }
    .loading.detail.active {
      opacity: 1;
      width: 0;
      visibility: visible;
      transition: .5s; }
  .loading.back {
    transition: .5s; }
    .loading.back.active {
      opacity: 1;
      width: 0;
      visibility: visible;
      transition: .5s; }

.cookies {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  z-index: 12; }
  .cookies .box {
    position: absolute;
    bottom: 90px;
    right: 80px;
    left: 80px;
    background: #F40865;
    padding: 25px 45px;
    font-size: 14px;
    color: #fff;
    font-weight: 500; }
    .cookies .box .txt {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 235px); }
    .cookies .box .buttons {
      display: inline-block;
      vertical-align: middle;
      margin-left: 100px; }
      .cookies .box .buttons .cls {
        display: inline-block;
        margin-left: 15px; }
        .cookies .box .buttons .cls img {
          width: 50px; }
        .cookies .box .buttons .cls .hov {
          display: none; }
        .cookies .box .buttons .cls:hover .def {
          display: none; }
        .cookies .box .buttons .cls:hover .hov {
          display: inline; }
  .cookies.active {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 1400px) {
    .cookies .box {
      bottom: 50px;
      right: 50px;
      left: 50px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .cookies .box {
      bottom: 30px;
      right: 30px;
      left: 30px; } }
  @media only screen and (max-width: 767px) {
    .cookies .box {
      bottom: 30px;
      right: 12px;
      left: 12px;
      padding: 24px 12px;
      text-align: center; }
      .cookies .box .txt {
        display: block;
        width: 100%;
        margin-bottom: 24px; }
      .cookies .box .buttons {
        display: block;
        margin-left: 0; }
        .cookies .box .buttons .cls {
          margin: 0 10px; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7;
  line-height: 140px;
  color: #fff;
  font-family: "urbane", sans-serif;
  font-weight: 600;
  padding: 0 calc(5% + 12px); }
  header .col {
    height: 120px;
    overflow: hidden; }
  header span {
    display: block;
    position: relative;
    line-height: 120px; }
  header .glitch {
    width: 100%;
    display: block;
    margin: 0; }
  header .logo {
    display: block; }
    header .logo img {
      width: 101.8%;
      position: relative;
      left: -1.8%; }
    header .logo .bl {
      display: none; }
  header.bl {
    color: #000 !important; }
    header.bl .logo .bl {
      display: inline-block; }
    header.bl .logo .wh {
      display: none; }
  @media only screen and (max-width: 767px) {
    header {
      line-height: 70px;
      padding: 0 12px; } }

button.menu {
  position: fixed;
  z-index: 11;
  bottom: 100px;
  /*right: calc((100% - 1296px) / 2);*/
  right: calc(5% + 12px);
  padding: 0;
  border: 0;
  background-color: #00ee94;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: background .4s; }
  button.menu span {
    width: 24px;
    height: 4px;
    background: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    transition: .7s; }
    button.menu span:nth-of-type(1) {
      top: 18px; }
    button.menu span:nth-of-type(2) {
      top: 28px; }
    button.menu span:nth-of-type(3) {
      top: 38px; }
  button.menu:after {
    content: '';
    position: absolute;
    width: 104%;
    height: 104%;
    border-radius: 50%;
    top: -2%;
    left: -2%;
    background-color: #00ee94;
    animation: spin 4s infinite linear;
    opacity: 0;
    transition: .4s; }
  button.menu:hover:after {
    opacity: 1; }
  button.menu.active span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 28px; }
  button.menu.active span:nth-of-type(2) {
    opacity: 0;
    left: 60px;
    right: auto; }
  button.menu.active span:nth-of-type(3) {
    top: 28px;
    transform: rotate(-45deg); }
  @media (min-width: 992px) and (max-width: 1199px) {
    button.menu {
      bottom: 60px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    button.menu {
      bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    button.menu {
      right: 12px;
      bottom: 30px; }
      button.menu:after {
        display: none; } }

nav.main {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  transform: translate(100%, 0);
  width: 50%;
  height: 100%;
  background: #fff;
  padding: 120px;
  transition: 1s; }
  nav.main .top a {
    display: block;
    font-size: 60px;
    font-family: "urbane", sans-serif;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase; }
  nav.main .top .item {
    transition: 1s;
    opacity: 0; }
  nav.main .bottom {
    position: absolute;
    left: 120px;
    bottom: 90px;
    opacity: 0;
    transition: opacity 1s; }
    nav.main .bottom a {
      display: block; }
    nav.main .bottom .email {
      margin-top: 30px; }
    nav.main .bottom .lang {
      margin-bottom: 30px; }
      nav.main .bottom .lang a {
        display: inline-block; }
      nav.main .bottom .lang span {
        display: inline-block;
        margin: 0 10px; }
  nav.main a {
    transition: .4s; }
    nav.main a:hover {
      color: #00ee94; }
  nav.main.active {
    transform: translate(0, 0); }
    nav.main.active .top .item {
      opacity: 1; }
      nav.main.active .top .item:nth-of-type(1) {
        transition-delay: .4s; }
      nav.main.active .top .item:nth-of-type(2) {
        transition-delay: .55s; }
      nav.main.active .top .item:nth-of-type(3) {
        transition-delay: .7s; }
      nav.main.active .top .item:nth-of-type(4) {
        transition-delay: .85s; }
      nav.main.active .top .item:nth-of-type(5) {
        transition-delay: 1s; }
    nav.main.active .bottom {
      opacity: 1;
      transition-delay: 1s; }
  @media (max-height: 800px) {
    nav.main {
      padding: 60px; }
      nav.main .top a {
        font-size: 50px; }
      nav.main .bottom {
        left: 60px;
        bottom: 60px; } }
  @media (max-height: 650px) {
    nav.main .top a {
      font-size: 35px; } }
  @media (max-height: 550px) {
    nav.main {
      overflow: auto; }
      nav.main .bottom {
        position: static;
        margin-top: 30px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    nav.main {
      padding: 60px; }
      nav.main .top a {
        font-size: 50px; }
      nav.main .bottom {
        left: 60px;
        bottom: 60px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    nav.main {
      padding: 30px; }
      nav.main .top a {
        font-size: 40px; }
      nav.main .bottom {
        left: 30px;
        bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    nav.main {
      padding: 30px 20px;
      width: 100%;
      top: 70px;
      height: calc(100% - 70px); }
      nav.main .top a {
        font-size: 35px; }
      nav.main .bottom {
        left: 20px;
        bottom: 30px; }
        nav.main .bottom .email {
          margin-top: 30px; } }

footer {
  background: #0D2F41;
  color: #fff;
  line-height: 120px;
  position: relative;
  z-index: 1; }
  footer a {
    display: inline-block;
    margin: 0 20px; }
  @media only screen and (max-width: 767px) {
    footer {
      display: none;
      padding: 30px 0 10px 0;
      line-height: normal; }
      footer img {
        margin-bottom: 20px; }
      footer .text-center {
        text-align: left !important; }
      footer a {
        display: block;
        margin: 20px 0; } }

main.home .section {
  position: relative;
  background: #000;
  overflow: hidden; }
  main.home .section:after {
    content: '';
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #000;
    transition: 1s; }
  main.home .section .img {
    background-position: center;
    background-size: cover;
    height: 100vh;
    transform: scale(1.02);
    transition: 1s; }
    main.home .section .img:after {
      content: '';
      position: absolute;
      height: 100vh;
      top: 0;
      left: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.3); }
  main.home .section video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; }
  main.home .section .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100vh;
    z-index: 1;
    opacity: 0;
    transition: 1s; }
    main.home .section .txt h1, main.home .section .txt h2 {
      font-weight: 600;
      font-family: "urbane", sans-serif;
      font-size: 80px;
      color: #fff;
      margin: 0 0 30px 0; }
    main.home .section .txt a {
      font-size: 20px;
      font-weight: 500;
      color: #00ee94;
      transition: .4s; }
      main.home .section .txt a:before {
        content: '';
        width: 26px;
        height: 2px;
        background: #00ee94;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        transition: .4s; }
      main.home .section .txt a:hover:before {
        width: 40px; }
  main.home .section.active:after {
    opacity: 0;
    visibility: hidden;
    transition: 1s; }
  main.home .section.active .img, main.home .section.active video {
    opacity: 1;
    transform: scale(1);
    transition: 2s;
    transition-delay: 1s; }
  main.home .section.active .txt {
    opacity: 1;
    transition-delay: 1.8s; }

.home-slider {
  background: #000; }
  .home-slider h1, .home-slider h2 {
    font-weight: 600;
    font-family: "urbane", sans-serif;
    font-size: 80px;
    color: #fff;
    margin: 0 0 10px 0; }
  .home-slider .desc {
    margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 1.1rem; }
    .home-slider .desc:empty {
      display: none; }
  .home-slider .ms-btn--slider {
    font-size: 20px;
    font-weight: 500;
    color: #00ee94;
    transition: .4s; }
    .home-slider .ms-btn--slider:before {
      content: '';
      width: 26px;
      height: 2px;
      background: #00ee94;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      transition: .4s; }
    .home-slider .ms-btn--slider:hover:before {
      width: 40px; }
  .home-slider video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; }
  @media only screen and (max-width: 767px) {
    .home-slider h1, .home-slider h2 {
      font-size: 30px; } }

main.home + footer {
  display: none; }

.boxes {
  min-height: 100vh; }
  @media (min-width: 1921px) {
    .boxes .col-md-4 {
      width: 25%; } }
  .boxes .anim {
    transition: .5s; }
  .boxes .box {
    display: block;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden; }
    .boxes .box .img {
      height: 100%;
      background-position: center;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      transform: scale(1.02);
      transition: .7s; }
    .boxes .box video {
      width: 100%;
      height: 100%;
      position: absolute;
      object-fit: cover;
      top: 0;
      left: 0; }
    .boxes .box .txt {
      height: 100%;
      display: flex;
      justify-content: flex-end;
      flex-direction: column;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: rgba(255, 255, 255, 0.8);
      background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
      text-align: center;
      padding: 0 15px 50px 15px;
      font-size: 18px;
      opacity: 0;
      visibility: hidden;
      transition: .4s; }
      .boxes .box .txt .title {
        color: #00ee94;
        font-size: 40px;
        font-weight: 600;
        line-height: 1.2;
        font-family: "urbane", sans-serif;
        top: 30px;
        opacity: 0;
        position: relative;
        transition: .7s; }
      .boxes .box .txt .tags {
        font-weight: 400;
        position: relative;
        top: 30px;
        opacity: 0;
        transition: .7s; }
    @media (min-width: 1200px) {
      .boxes .box:hover .img {
        transform: scale(1); }
      .boxes .box:hover .txt {
        opacity: 1;
        visibility: visible; }
      .boxes .box:hover .title {
        opacity: 1;
        top: 0;
        transition-delay: .1s; }
      .boxes .box:hover .tags {
        opacity: 1;
        top: 0;
        transition-delay: .2s; } }

.filter-button {
  position: fixed;
  z-index: 9;
  bottom: 100px;
  right: calc(5% + 12px);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 0;
  border: 0;
  margin-right: 0;
  background-color: #000;
  transform: scale(0.7);
  /*&:hover{
  	&:after{
  		opacity: 1;
  	}
  }*/ }
  .filter-button span {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid #fff;
    border-radius: 50%;
    transition: .4s;
    z-index: 1; }
    .filter-button span.blob {
      opacity: 0; }
    .filter-button span.close {
      opacity: 0;
      width: 24px;
      height: 4px;
      border-radius: 0;
      background: #fff;
      border: 0;
      top: 28px;
      bottom: auto; }
  .filter-button:after {
    content: '';
    position: absolute;
    width: 104%;
    height: 104%;
    border-radius: 50%;
    top: -2%;
    left: -2%;
    background-color: #000;
    animation: spin 4s infinite linear;
    transition: .4s; }
  .filter-button.load {
    margin-right: 90px;
    transform: scale(1);
    transition: 1s;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .filter-button.active .blob, .filter-button.active .circle {
    opacity: 0;
    height: 0; }
  .filter-button.active .close {
    opacity: 1;
    transform: rotate(-45deg); }
  .filter-button.active .close:last-of-type {
    transform: rotate(45deg); }
  @media (min-width: 992px) and (max-width: 1199px) {
    .filter-button {
      bottom: 60px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .filter-button {
      bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .filter-button {
      bottom: 30px;
      right: 12px; }
      .filter-button.load {
        margin-right: 80px; } }

@keyframes spin {
  0% {
    border-radius: 43% 77% 80% 40% / 40% 40% 80% 80%; }
  20% {
    border-radius: 47% 73% 61% 59% / 47% 75% 45% 73%; }
  40% {
    border-radius: 46% 74% 74% 46% / 74% 58% 62% 46%; }
  60% {
    border-radius: 47% 73% 61% 59% / 40% 40% 80% 80%; }
  80% {
    border-radius: 50% 70% 52% 68% / 51% 61% 59% 69%; }
  100% {
    border-radius: 43% 77% 80% 40% / 40% 40% 80% 80%;
    transform: rotate(-360deg); } }
.filtered {
  position: fixed;
  z-index: 9;
  bottom: 100px;
  right: calc(5% + 12px);
  padding: 0 40px;
  line-height: 60px;
  border-radius: 30px;
  margin-right: 180px;
  background: #000;
  color: #fff;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .filtered .load {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #FF0F6A;
    transition: .3s; }
  .filtered span {
    position: relative;
    z-index: 1; }
  .filtered img {
    margin-left: 30px;
    position: relative;
    z-index: 1; }
  .filtered.active {
    opacity: 1;
    visibility: visible; }
    .filtered.active .load {
      width: 0;
      transition: 1s;
      transition-delay: .2s; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .filtered {
      bottom: 60px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .filtered {
      bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .filtered {
      right: 12px;
      bottom: 30px;
      width: 191px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 16px;
      padding: 0 30px 0 12px;
      margin-right: 160px; }
      .filtered img {
        position: absolute;
        top: 24px;
        right: 12px; } }

.filter {
  position: fixed;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  background: #fff;
  padding: 60px 0;
  height: 360px;
  z-index: 7;
  transition: .7s; }
  .filter .container {
    margin: 0 0 0 5%;
    max-width: 1200px; }
    .filter .container .col-md-4 {
      display: inline-block;
      width: auto;
      margin-right: 50px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .filter .container .col-md-4 {
          width: 33.3%;
          margin-right: 0; } }
  .filter a {
    display: block;
    line-height: 2.2; }
  .filter input {
    font-size: 20px;
    border: 0;
    width: 100%;
    height: 50px;
    padding: 0;
    font-weight: 300; }
    .filter input::-webkit-input-placeholder {
      /* Edge */
      color: #000; }
    .filter input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #000; }
    .filter input::placeholder {
      color: #000; }
    .filter input.typing::-webkit-input-placeholder {
      /* Edge */
      color: #ccc; }
    .filter input.typing:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #ccc; }
    .filter input.typing::placeholder {
      color: #ccc; }
    @media (min-width: 768px) and (max-width: 991px) {
      .filter input {
        font-size: 1rem;
        height: 40px; } }
  .filter .left a {
    line-height: 2.5;
    font-size: 20px;
    position: relative; }
    .filter .left a:after {
      content: '';
      position: absolute;
      width: 0;
      height: 1px;
      background: #000;
      left: 180px;
      top: 0;
      bottom: 0;
      margin: auto;
      opacity: 0;
      transition: .7s; }
      @media (max-width: 1500px) {
        .filter .left a:after {
          left: 160px; } }
    .filter .left a.active:after {
      opacity: 1;
      width: 50px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .filter .left a:after {
        left: 150px; }
      .filter .left a.active:after {
        width: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .filter .left a {
        font-size: 1rem;
        line-height: 40px; }
        .filter .left a:after {
          left: 115px; }
        .filter .left a.active:after {
          width: 25px; } }
  .filter .left .item {
    opacity: 0;
    transition: opacity .7s; }
    .filter .left .item.search-item {
      position: relative; }
      .filter .left .item.search-item input {
        padding-right: 30px; }
      .filter .left .item.search-item button {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        line-height: 50px;
        border: 0;
        padding: 0;
        text-align: center;
        background: #fff; }
        .filter .left .item.search-item button img {
          width: 24px; }
      @media only screen and (max-width: 767px) {
        .filter .left .item.search-item button {
          display: block; } }
  .filter .right {
    position: relative; }
  .filter .sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    transition: .7s; }
    .filter .sub a {
      position: relative;
      transition: .4s; }
      .filter .sub a .img {
        width: 250px;
        height: 250px;
        background-size: cover;
        background-position: center;
        position: absolute;
        bottom: 100%;
        left: -30px;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.8);
        transition: .4s; }
      .filter .sub a:hover {
        color: #00ee94; }
        .filter .sub a:hover .img {
          left: 0;
          transform: scale(1);
          opacity: 1;
          visibility: visible; }
      .filter .sub a.active {
        color: #00ee94; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .filter .sub a {
          line-height: 2;
          font-size: 1rem; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .filter .sub a {
          line-height: 2;
          font-size: .8rem; } }
    .filter .sub.mobile-sub {
      display: none;
      padding-left: 20px;
      position: static; }
      .filter .sub.mobile-sub a {
        font-size: 16px; }
    .filter .sub.active {
      opacity: 1;
      visibility: visible;
      transition-delay: .4s; }
  .filter.active {
    transform: translateY(0); }
    .filter.active .item {
      opacity: 1; }
      .filter.active .item:nth-of-type(1) {
        transition-delay: 0.4s; }
      .filter.active .item:nth-of-type(2) {
        transition-delay: 0.4s; }
      .filter.active .item:nth-of-type(3) {
        transition-delay: 0.55s; }
      .filter.active .item:nth-of-type(4) {
        transition-delay: 0.7s; }
      .filter.active .item:nth-of-type(5) {
        transition-delay: 0.85s; }
  @media only screen and (max-width: 767px) {
    .filter {
      height: calc(100% - 70px);
      padding: 30px 8px;
      overflow: auto; }
      .filter .container {
        margin: 0;
        width: 100%; }
      .filter .sub {
        display: none; }
        .filter .sub.mobile-sub.active {
          display: block; } }

.intro {
  margin-top: 250px;
  margin-bottom: 160px; }
  .intro h1 {
    color: #00ee94;
    font-size: 50px;
    font-weight: 600;
    font-family: "urbane", sans-serif;
    margin: 0 0 30px 0; }
  .intro h2 {
    font-size: 40px;
    font-weight: 600;
    font-family: "urbane", sans-serif;
    margin: 0 0 30px 0; }
  .intro .email {
    display: block;
    width: 230px;
    font-size: 24px;
    font-weight: 600;
    margin-top: -29px; }
  .intro img {
    width: 100%;
    margin-top: 60px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .intro h1 {
      font-size: 40px; }
    .intro h2 {
      font-size: 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intro h1 {
      font-size: 30px; }
    .intro h2 {
      font-size: 20px; } }
  @media only screen and (max-width: 767px) {
    .intro {
      margin: 100px 0 70px 0; }
      .intro h1 {
        font-size: 35px; }
      .intro h2 {
        font-size: 25px; }
      .intro .tags {
        margin-bottom: 30px; } }

.detail .back {
  position: fixed;
  left: 0;
  top: 170px;
  font-size: 18px;
  background: #fff;
  z-index: 1;
  padding: 10px 20px 10px 0;
  transition: .4s; }
  .detail .back:before {
    content: '';
    width: 27px;
    height: 1px;
    background: #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    transition: .4s; }
  .detail .back:hover {
    color: #00ee94; }
    .detail .back:hover:before {
      background: #00ee94; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .detail .back {
      top: 150px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .detail .back {
      top: 150px; } }
  @media only screen and (max-width: 767px) {
    .detail .back {
      position: static;
      display: block;
      margin-top: 80px;
      margin-bottom: -50px; } }
.detail .desc {
  display: none; }
  .detail .desc .more {
    margin-top: 30px; }
.detail .more {
  display: block;
  color: #00ee94; }
  .detail .more:after {
    content: '';
    width: 22px;
    height: 1px;
    background: #00ee94;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }
.detail .images img, .detail .images video, .detail .images iframe {
  display: block;
  width: 100%; }
.detail .images iframe {
  height: 53vw; }
.detail .other {
  padding: 90px 0; }
  .detail .other h3 {
    font-size: 26px;
    font-weight: 600;
    font-family: "urbane", sans-serif;
    margin: 0 0 60px 0; }
  .detail .other .img {
    padding-bottom: 80%;
    background-position: center;
    background-size: cover;
    margin-bottom: 40px;
    position: relative; }
    .detail .other .img video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media only screen and (max-width: 767px) {
      .detail .other .img {
        margin-bottom: 20px; } }
  .detail .other .txt {
    text-align: center; }
  @media (min-width: 1200px) {
    .detail .other .col-xl-2 {
      width: 20%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .detail .other .col-xl-2:last-of-type {
      display: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .detail .other .col-xl-2:nth-of-type(4) {
      display: none; }
    .detail .other .col-xl-2:last-of-type {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .detail .other .col-xl-2:nth-of-type(3) {
      display: none; }
    .detail .other .col-xl-2:nth-of-type(4) {
      display: none; }
    .detail .other .col-xl-2:last-of-type {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .detail .other {
      padding: 60px 0; }
      .detail .other h3 {
        font-size: 20px;
        margin: 0 0 40px 0; } }

.services .img {
  padding-bottom: 100%;
  position: relative;
  overflow: hidden; }
  .services .img div {
    position: absolute;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 200px); }
    .services .img div video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media only screen and (max-width: 767px) {
      .services .img div {
        height: 100%;
        top: 0 !important; } }
.services h1, .services h2 {
  font-size: 40px;
  font-weight: 600;
  font-family: "urbane", sans-serif;
  margin: 0 0 30px 0; }
.services .txt {
  padding: 0 calc(10% + 12px); }
.services a {
  display: block;
  margin-top: 60px; }
  .services a img {
    margin-left: 10px; }
@media (max-width: 1400px) {
  .services h1, .services h2 {
    font-size: 30px; }
  .services a {
    margin-top: 30px; }
  .services .txt {
    font-size: 14px; } }
@media (max-width: 1300px) {
  .services h1, .services h2 {
    font-size: 20px; }
  .services a {
    margin-top: 15px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .services h1, .services h2 {
    font-size: 18px;
    margin: 0 0 15px 0; }
  .services .txt {
    font-size: 12px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .services .txt {
    padding: 60px; } }
@media only screen and (max-width: 767px) {
  .services h1, .services h2 {
    font-size: 30px; }
  .services .txt {
    padding: 30px 12px;
    font-size: 1rem; } }

.team {
  margin-bottom: 50px; }
  .team .img {
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    margin-bottom: 40px; }
  .team .txt {
    text-align: center;
    margin: 30px 0 40px 0; }
    .team .txt b {
      font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .team {
      margin-bottom: 0; } }

@media only screen and (max-width: 767px) {
  .team + .intro {
    margin-top: 50px; } }

.brands {
  margin-bottom: 120px; }
  .brands .intro {
    margin-bottom: 60px; }
  .brands .logos .logo img {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    .brands h2 {
      margin-bottom: 0; } }

.contact h1 {
  color: #00ee94;
  font-family: "urbane", sans-serif;
  font-size: 150px;
  font-weight: 600;
  margin: 0 0 210px 0;
  line-height: 1; }
.contact h2 {
  font-family: "urbane", sans-serif;
  font-size: 40px;
  font-weight: 600;
  margin: 0; }
.contact .intro {
  margin-bottom: 0; }
  .contact .intro .bottom {
    text-align: center; }
    .contact .intro .bottom h2 {
      margin: 0 0 10px 0; }
    .contact .intro .bottom .cities {
      font-weight: 500; }
      .contact .intro .bottom .cities span, .contact .intro .bottom .cities a {
        display: inline-block;
        margin: 0 20px; }
      .contact .intro .bottom .cities:after {
        content: '';
        width: 1px;
        height: 75px;
        background: #000;
        margin: 0 auto;
        margin-top: 45px;
        display: block; }
.contact .img {
  padding-bottom: 100%;
  position: relative;
  overflow: hidden; }
  .contact .img div {
    position: absolute;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 200px); }
.contact .txt {
  padding: 0 12px;
  text-align: center;
  font-weight: 500; }
  .contact .txt h2:after {
    content: '';
    width: 1px;
    height: 75px;
    background: #000;
    margin: 35px auto;
    display: block; }
.contact .contact-boxes {
  background: #F3F4F0; }
@media (min-width: 992px) and (max-width: 1199px) {
  .contact h1 {
    font-size: 70px;
    margin: 0 0 190px 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .contact h1 {
    font-size: 70px; }
  .contact .txt {
    padding: 60px 12px; } }
@media only screen and (max-width: 767px) {
  .contact h1 {
    font-size: 40px;
    margin: 0 0 120px 0;
    text-align: center; }
  .contact h2 {
    font-size: 30px; }
  .contact .txt {
    padding: 40px 12px; } }

.anim {
  opacity: 0;
  position: relative;
  top: 30px; }
  .anim.anim-txt {
    top: 0;
    overflow: hidden; }
    .anim.anim-txt span {
      opacity: 0;
      display: inline-block;
      transform: translateY(100%); }
  .anim.anim-txt-long {
    top: 0;
    overflow: hidden; }
    .anim.anim-txt-long span {
      opacity: 0;
      display: inline-block;
      transform: translateY(60px); }
  .anim.play {
    transition: 1s;
    opacity: 1;
    top: 0; }
    .anim.play.anim-del-2 {
      transition-delay: .2s; }
    .anim.play.anim-del-4 {
      transition-delay: .4s; }
    .anim.play.anim-del-6 {
      transition-delay: .6s; }
    .anim.play.anim-del-8 {
      transition-delay: .8s; }
    .anim.play.anim-txt span, .anim.play.anim-txt-long span {
      opacity: 1;
      transition: 1.5s;
      transform: translateY(0); }

/*# sourceMappingURL=style.css.map */
