/*@media (min-width: 767px) { .borders > * { background: #FF1654 !important; }  }
@media (min-width: 992px) { .borders > * { background: #247BA0 !important; }  }
@media (min-width: 1200px) { .borders > * { background: #70C1B3  !important; }  }
@media (min-width: 1600px) { .borders > * { background: #F3FFBD!important; }  }*/


#menu {  left: 0 !important; }

.ocultar { display: none !important;  }

.s { clear: both; }
.s5 { height: 5px; clear: both; }
.s10 { height: 10px; clear: both; }
.s15 { height: 15px; clear: both; }
.s20 { height: 20px; clear: both; }
.s30 { height: 30px; clear: both; }
.s40 { height: 40px; clear: both; }
.s50 { height: 50px; clear: both; }
.s60 { height: 60px; clear: both; }
.s60 { height: 60px; clear: both; }
.s70 { height: 70px; clear: both; }
.s80 { height: 80px; clear: both; }
.s90 { height: 90px; clear: both; }
.s100 { height: 100px; clear: both; }
.s110 { height: 110px; clear: both; }
.s120 { height: 120px; clear: both; }
.s130 { height: 130px; clear: both; }
.s140 { height: 140px; clear: both; }
.s150 { height: 150px; clear: both; }
.s160 { height: 160px; clear: both; }
.s170 { height: 170px; clear: both; }
.s180 { height: 180px; clear: both; }
.s190 { height: 190px; clear: both; }
.s200 { height: 200px; clear: both; }

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/gilroy/gilroy-medium-webfont.woff2") format("woff2"), url("../fonts/gilroy/gilroy-medium-webfont.woff") format("woff");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/gilroy/gilroy-bold-webfont.woff2") format("woff2"), url("../fonts/gilroy/gilroy-bold-webfont.woff") format("woff");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/gilroy/gilroy-extrabold-webfont.woff2") format("woff2"), url("../fonts/gilroy/gilroy-extrabold-webfont.woff") format("woff");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/gilroy/gilroy-heavy-webfont.woff2") format("woff2"), url("../fonts/gilroy/gilroy-heavy-webfont.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat/Montserrat-Light.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-Light.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-Regular.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-Bold.woff") format("woff");
}


/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}


/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */


/*
 *  Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

header.header .navbar-brand {
  display: inline-block;
  position: absolute;
  top: 30px;
  z-index: 11;
  padding: 0px;
  height: 40px;
  line-height: 40px;
  left: 40px;
  margin: 0px;
  color: inherit;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: -moz-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}

@media (min-width: 767px) {
  header.header .navbar-brand {
    position: fixed;
    top: 0;
    z-index: 1000;
  }
}

@media (min-width: 1600px) {
  header.header .navbar-brand {
    height: 55px;
    line-height: 55px;
    left: 55px;
  }
}

@media (min-width: 767px) {
  .menuOpen header.header .navbar-brand {
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transform: translate(calc(16vw - 40px), 100%);
    -moz-transform: translate(calc(16vw - 40px), 100%);
    -ms-transform: translate(calc(16vw - 40px), 100%);
    -o-transform: translate(calc(16vw - 40px), 100%);
    transform: translate(calc(16vw - 40px), 100%);
  }
}

@media (min-width: 1200px) {
  .menuOpen header.header .navbar-brand {
    -webkit-transform: translate(calc(16vw - 60px), 100%);
    -moz-transform: translate(calc(16vw - 60px), 100%);
    -ms-transform: translate(calc(16vw - 60px), 100%);
    -o-transform: translate(calc(16vw - 60px), 100%);
    transform: translate(calc(16vw - 60px), 100%);
  }
}

header.header .navbar-brand svg {
  display: inline-block;
  vertical-align: middle;
}

header.header .navbar-brand svg path {
  -webkit-transition: fill 150ms linear 0ms;
  -moz-transition: fill 150ms linear 0ms;
  transition: fill 150ms linear 0ms;
}

header.header .navbar-brand .sub-page {
  position: relative;
  font-family: "Libre Baskerville", serif;
  font-size: 1.3rem;
  font-style: italic;
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 40px;
  overflow: hidden;
  -webkit-transition: opacity 50ms linear 200ms;
  -moz-transition: opacity 50ms linear 200ms;
  transition: opacity 50ms linear 200ms;
}

header.header .navbar-brand .sub-page>* {
  display: block;
  position: relative;
  top: 2px;
}

header.header .navbar-brand.dark svg path {
  fill: #1c1b20 !important;
}

header.header .scrolldown,
header.header .scrolltop {
  position: fixed;
  z-index: 9;
  line-height: 1;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  pointer-events: none;
  bottom: 25px;
  left: -5px;
  z-index: 101 !important;
  -webkit-transition: color 150ms linear 0ms, opacity 250ms linear 0ms;
  -moz-transition: color 150ms linear 0ms, opacity 250ms linear 0ms;
  transition: color 150ms linear 0ms, opacity 250ms linear 0ms;
}

@media (min-width: 767px) {
  header.header .scrolldown,
  header.header .scrolltop {
    left: 40px;
    bottom: 38px;
    z-index: 200;
  }
}

@media (min-width: 1600px) {
  header.header .scrolldown,
  header.header .scrolltop {
    bottom: 53px;
    left: 55px;
  }
}

header.header .scrolldown>*,
header.header .scrolltop>* {
  display: inline-block;
  vertical-align: middle;
}

header.header .scrolldown>.txt,
header.header .scrolltop>.txt {
  font-weight: 700;
  font-size: 0.8rem;
  margin-left: 10px;
}

header.header .scrolldown>.txt span,
header.header .scrolltop>.txt span {
  display: inline-block;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: -moz-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

header.header .scrolldown.dark,
header.header .scrolltop.dark {
  color: #1c1b20 !important;
}

header.header .scrolldown.dark svg>*,
header.header .scrolltop.dark svg>* {
  fill: #1c1b20 !important;
  -webkit-transition: fill 150ms linear 0ms;
  -moz-transition: fill 150ms linear 0ms;
  transition: fill 150ms linear 0ms;
}

header.header .scrolldown {
  -webkit-transition: bottom 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: bottom 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: bottom 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}

header.header .scrolldown .arrow {
/*  -webkit-animation: bounce 800ms cubic-bezier(0.7, 0, 0.3, 1) infinite alternate;
  -moz-animation: bounce 800ms cubic-bezier(0.7, 0, 0.3, 1) infinite alternate;
  animation: bounce 800ms cubic-bezier(0.7, 0, 0.3, 1) infinite alternate;*/
}

header.header .scrolltop {
  left: inherit;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  pointer-events: all;
  color: inherit;
  text-decoration: none !important;
  -webkit-transition: bottom 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: bottom 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: bottom 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  right: 5px;
  bottom: -100px;
}

@media (min-width: 767px) {
  header.header .scrolltop {
    right: 40px;
  }
}

@media (min-width: 1600px) {
  header.header .scrolltop {
    right: 55px;
  }
}

header.header .scrolltop.visible {
  opacity: 1;
  bottom: 25px;
  -webkit-transition: bottom 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: bottom 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: bottom 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}

@media (min-width: 767px) {
  header.header .scrolltop.visible {
    bottom: 38px;
  }
}

@media (min-width: 1600px) {
  header.header .scrolltop.visible {
    bottom: 53px;
  }
}

.menuOpen header.header .scrolltop {
  opacity: 0;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}

header.header .scrolltop>.txt {
  margin-left: 5px;
}

.list-socials {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

header.header .list-socials {
  position: fixed;
  z-index: 1000;
  top: 50%;
  right: 20px;
  z-index: 500;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: -moz-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}

@media (min-width: 1600px) {
  header.header .list-socials {
    right: 27.5px;
  }
}

.menuOpen header.header .list-socials {
  -webkit-transform: translate(-10px, -50%);
  -moz-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  -o-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}

#menu .list-socials li {
  display: inline-block;
}

.list-socials li a {
  height: 25px;
  width: 25px;
  line-height: 25px;
  display: block;
  text-align: center;
}

.list-socials li a .icon {
  display: inline-block;
  vertical-align: middle;
}

.list-socials li a .icon svg path {
  -webkit-transition: fill 150ms linear 0ms;
  -moz-transition: fill 150ms linear 0ms;
  transition: fill 150ms linear 0ms;
}

.switch-lang {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

header.header .switch-lang {
  position: fixed;
  z-index: 1000;
  top: 20px;
  right: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: -moz-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}

@media (min-width: 1600px) {
  header.header .switch-lang {
    top: 27.5px;
    right: 55px;
  }
}

.menuOpen header.header .switch-lang {
  -webkit-transform: translate(-40px, 40px);
  -moz-transform: translate(-40px, 40px);
  -ms-transform: translate(-40px, 40px);
  -o-transform: translate(-40px, 40px);
  transform: translate(-40px, 40px);
}

@media (min-width: 1600px) {
  .menuOpen header.header .switch-lang {
    -webkit-transform: translate(-55px, 55px);
    -moz-transform: translate(-55px, 55px);
    -ms-transform: translate(-55px, 55px);
    -o-transform: translate(-55px, 55px);
    transform: translate(-55px, 55px);
  }
}

.switch-lang li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}

.switch-lang li.active a {
  color: #1c1b20;
}

.switch-lang a {
  display: block;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #bcbcbc;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0.2em;
}

@media (min-width: 767px) {
  .switch-lang a {
    font-size: 0.9rem;
  }
}

@media (min-width: 1600px) {
  .switch-lang a {
    font-size: 1rem;
  }
}

.navbar-toggle {
  position: fixed;
  top: 28px;
  right: 28px;
  margin-left: -10px;
  text-align: center;
  font-size: 0px;
  z-index: 100;
  color: inherit !important;
  height: 45px;
  width: 45px;
  cursor: pointer;
  z-index: 1000;
  pointer-events: none;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: -moz-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  background: white;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

@media (min-width: 767px) {
  .navbar-toggle {
    top: 50%;
    left: 40px;
    right: inherit;
    margin-top: -20px;
    height: 40px;
    width: 40px;
    background: transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

@media (min-width: 1600px) {
  .navbar-toggle {
    left: 55px;
  }
}

@media (min-width: 767px) {
  .menuOpen .navbar-toggle {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@media (min-width: 992px) {
  .menuOpen .navbar-toggle {
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px);
  }
}

.loaded .navbar-toggle {
  pointer-events: all;
}

.navbar-toggle .icon {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: -moz-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}

@media (min-width: 767px) {
  .navbar-toggle .icon {
    right: 0;
    -webkit-transform: translate(-20px, -50%);
    -moz-transform: translate(-20px, -50%);
    -ms-transform: translate(-20px, -50%);
    -o-transform: translate(-20px, -50%);
    transform: translate(-20px, -50%);
  }
}

@media (max-width: 766px) {
  .menuOpen .navbar-toggle .icon {
    -webkit-transform: translate(50%, -1px);
    -moz-transform: translate(50%, -1px);
    -ms-transform: translate(50%, -1px);
    -o-transform: translate(50%, -1px);
    transform: translate(50%, -1px);
  }
}

@media (min-width: 767px) {
  .navbar-toggle:hover .line:nth-child(1) {
    width: 20px;
  }
  .navbar-toggle:hover .line:nth-child(2) {
    width: 32px;
  }
  .navbar-toggle:hover .line:nth-child(3) {
    width: 18px;
  }
  .navbar-toggle:hover .txt {
    -webkit-transform: rotate(-90deg) translateY(-8px);
    -moz-transform: rotate(-90deg) translateY(-8px);
    -ms-transform: rotate(-90deg) translateY(-8px);
    -o-transform: rotate(-90deg) translateY(-8px);
    transform: rotate(-90deg) translateY(-8px);
  }
  .navbar-toggle:hover .txt span:nth-child(1) {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .navbar-toggle:hover .txt span:nth-child(2) {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
  }
  .navbar-toggle:hover .txt span:nth-child(3) {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .navbar-toggle:hover .txt span:nth-child(4) {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
  }
}

.navbar-toggle .line {
  float: right;
  clear: right;
  height: 2px;
  background: #1c1b20;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, background 150ms linear 0ms;
  -moz-transition: -moz-transform 800ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, background 150ms linear 0ms;
  transition: transform 800ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, background 150ms linear 0ms;
  -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}

.navbar-toggle .line:nth-child(1) {
  width: 16px;
}

.menuOpen .navbar-toggle .line:nth-child(1) {
  width: 20px !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggle .line:nth-child(2) {
  width: 20px;
}

.menuOpen .navbar-toggle .line:nth-child(2) {
  width: 20px !important;
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-toggle .line:nth-child(3) {
  width: 12px;
}

.menuOpen .navbar-toggle .line:nth-child(3) {
  width: 0px;
}

.navbar-toggle .line+.line {
  margin-top: 2px;
}

@media (min-width: 767px) {
  .navbar-toggle .line+.line {
    margin-top: 3px;
  }
}

.navbar-toggle .txt {
  position: absolute;
  width: 100%;
  top: 15px;
  right: -25px;
  text-align: center;
  display: none;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 150ms linear 0ms, color 150ms linear 0ms;
  -moz-transition: -moz-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 150ms linear 0ms, color 150ms linear 0ms;
  transition: transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 150ms linear 0ms, color 150ms linear 0ms;
}

@media (min-width: 767px) {
  .navbar-toggle .txt {
    display: block;
  }
}

@media (min-width: 1600px) {
  .navbar-toggle .txt {
    font-size: 1rem;
    top: 12px;
  }
}

.menuOpen .navbar-toggle .txt {
  opacity: 0;
}

.navbar-toggle .txt span {
  display: inline-block;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: -moz-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}

#menu {
  position: fixed;
  top: 0;
  left: 0px;
  right: 80px;
  height: 100%;
  z-index: 500;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  -moz-transition: -moz-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  transition: transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: white;
  padding: 0px;
}

@media (min-width: 767px) {
  #menu {
    left: 40px;
    right: 20%;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    overflow: hidden;
  }
}

@media (min-width: 1600px) {
  #menu {
    left: 55px;
  }
}

@media (min-width: 767px) {
  .menuHover #menu {
    -webkit-transform: translateX(-95%);
    -moz-transform: translateX(-95%);
    -ms-transform: translateX(-95%);
    -o-transform: translateX(-95%);
    transform: translateX(-95%);
  }
}

.menuOpen #menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.menuOpen #menu>*:not(.color) {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

#menu>*:not(.color) {
  position: relative;
  z-index: 10;
}

#menu .switch-lang {
  margin: 40px 0px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(1, 0, 0, 1) 0ms, opacity 400ms linear 0ms;
  -moz-transition: -moz-transform 600ms cubic-bezier(1, 0, 0, 1) 0ms, opacity 400ms linear 0ms;
  transition: transform 600ms cubic-bezier(1, 0, 0, 1) 0ms, opacity 400ms linear 0ms;
}

.menuOpen #menu .switch-lang {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(1, 0, 0, 1) 200ms, opacity 400ms linear 350ms;
  -moz-transition: -moz-transform 600ms cubic-bezier(1, 0, 0, 1) 200ms, opacity 400ms linear 350ms;
  transition: transform 600ms cubic-bezier(1, 0, 0, 1) 200ms, opacity 400ms linear 350ms;
}

#menu .list-socials {
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(1, 0, 0, 1) 0ms, opacity 400ms linear 0ms;
  -moz-transition: -moz-transform 600ms cubic-bezier(1, 0, 0, 1) 0ms, opacity 400ms linear 0ms;
  transition: transform 600ms cubic-bezier(1, 0, 0, 1) 0ms, opacity 400ms linear 0ms;
}

.menuOpen #menu .list-socials {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(1, 0, 0, 1) 200ms, opacity 400ms linear 350ms;
  -moz-transition: -moz-transform 600ms cubic-bezier(1, 0, 0, 1) 200ms, opacity 400ms linear 350ms;
  transition: transform 600ms cubic-bezier(1, 0, 0, 1) 200ms, opacity 400ms linear 350ms;
}

#menu .menu-container {
  margin-left: 0px;
}

@media (max-width: 766px) {
  #menu .menu-container {
    min-height: 100%;
    padding-left: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    padding: 0px 40px;
  }
}

@media (min-width: 767px) {
  #menu .menu-container {
    padding: 0px;
    padding-left: calc(16vw - 40px);
  }
}

@media (min-width: 1200px) {
  #menu .menu-container {
    padding-left: calc(16vw - 60px);
  }
}

#menu .menu-container .menu-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 20px;
  margin-left: -10px;
  margin-top: 100px;
}

@media (min-width: 767px) {
  #menu .menu-container .menu-nav {
    margin-bottom: 60px;
    margin-top: 0px;
  }
}

@media (min-width: 1600px) {
  #menu .menu-container .menu-nav {
    margin-bottom: 100px;
  }
}

#menu .menu-container .menu-nav li .msk {
  padding: 0px;
  line-height: 1.1;
}

#menu .menu-container .menu-nav li .msk span {
  -webkit-transition: -webkit-transform 800ms cubic-bezier(1, 0, 0, 1) 0ms;
  -moz-transition: -moz-transform 800ms cubic-bezier(1, 0, 0, 1) 0ms;
  transition: transform 800ms cubic-bezier(1, 0, 0, 1) 0ms;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.menuOpen #menu .menu-container .menu-nav li:nth-child(1) .msk span {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  transition-delay: 300ms;
}

.menuOpen #menu .menu-container .menu-nav li:nth-child(2) .msk span {
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  transition-delay: 350ms;
}

.menuOpen #menu .menu-container .menu-nav li:nth-child(3) .msk span {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  transition-delay: 400ms;
}

.menuOpen #menu .menu-container .menu-nav li:nth-child(4) .msk span {
  -webkit-transition-delay: 450ms;
  -moz-transition-delay: 450ms;
  transition-delay: 450ms;
}

.menuOpen #menu .menu-container .menu-nav li:nth-child(5) .msk span {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  transition-delay: 500ms;
}

.menuOpen #menu .menu-container .menu-nav li:nth-child(6) .msk span {
  -webkit-transition-delay: 550ms;
  -moz-transition-delay: 550ms;
  transition-delay: 550ms;
}

.menuOpen #menu .menu-container .menu-nav li:nth-child(7) .msk span {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  transition-delay: 600ms;
}

.menuOpen #menu .menu-container .menu-nav li:nth-child(8) .msk span {
  -webkit-transition-delay: 650ms;
  -moz-transition-delay: 650ms;
  transition-delay: 650ms;
}

.menuOpen #menu .menu-container .menu-nav li:nth-child(9) .msk span {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  transition-delay: 700ms;
}

.menuOpen #menu .menu-container .menu-nav li:nth-child(10) .msk span {
  -webkit-transition-delay: 750ms;
  -moz-transition-delay: 750ms;
  transition-delay: 750ms;
}

.menuOpen #menu .menu-container .menu-nav li .msk span {
  position: relative;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  padding: 0 10px;
}

.menuOpen #menu .menu-container .menu-nav li .msk span:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  height: 15px;
  background: #6d6d6d;
  /*opacity: 0.5;*/
  z-index: -1;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0) translateY(-50%);
  -moz-transform: scaleX(0) translateY(-50%);
  -ms-transform: scaleX(0) translateY(-50%);
  -o-transform: scaleX(0) translateY(-50%);
  transform: scaleX(0) translateY(-50%);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(1, 0, 0, 1) 0ms;
  -moz-transition: -moz-transform 400ms cubic-bezier(1, 0, 0, 1) 0ms;
  transition: transform 400ms cubic-bezier(1, 0, 0, 1) 0ms;
}

#menu .menu-container .menu-nav li+li {
  margin-top: 6px;
}

#menu .menu-container .menu-nav li a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-family: "Gilroy", sans-serif;
  font-size: 2.1rem;
  line-height: 1.1;
  font-weight: 900;
  text-decoration: none !important;
  color: inherit;
}

@media (min-width: 360px) {
  #menu .menu-container .menu-nav li a {
    font-size: 2.4rem;
  }
}

@media (min-width: 767px) {
  #menu .menu-container .menu-nav li a {
    font-size: 3rem;
  }
}

@media (min-width: 1600px) {
  #menu .menu-container .menu-nav li a {
    font-size: 3.8rem;
  }
}

#menu .menu-container .menu-nav li a.active {
  pointer-events: none;
}

#menu .menu-container .menu-nav li a.page-home-link .msk span:before {
  background: #F59A1A;
}

#menu .menu-container .menu-nav li a.page-projects-link .msk span:before {
  background: #D43737;
}

#menu .menu-container .menu-nav li a.page-ideas-link .msk span:before {
  background: #32558F;
}

#menu .menu-container .menu-nav li a.page-careers-link .msk span:before {
  background: #349E67;
}
#menu .menu-container .menu-nav li a.page-how-to-apply-link .msk span:before {
  background: #00ffff;
}

#menu .menu-container .menu-nav li a.page-contacts-link .msk span:before {
  background: #9D9D9C;
}

#menu .menu-container .menu-nav li a.page-philo-link .msk span:before {
  background: #FFCC03;
}

#menu .menu-container .menu-nav li a:hover .msk span:before,
#menu .menu-container .menu-nav li a.active .msk span:before {
  -webkit-transform: scaleX(1) translateY(-50%);
  -moz-transform: scaleX(1) translateY(-50%);
  -ms-transform: scaleX(1) translateY(-50%);
  -o-transform: scaleX(1) translateY(-50%);
  transform: scaleX(1) translateY(-50%);
}

#menu .menu-container p {
  max-width: 240px;
  color: #7e7e7e;
  opacity: 0;
  -webkit-transform: translateX(-150px);
  -moz-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  -o-transform: translateX(-150px);
  transform: translateX(-150px);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(1, 0, 0, 1) 0ms, opacity 400ms linear 0ms;
  -moz-transition: -moz-transform 600ms cubic-bezier(1, 0, 0, 1) 0ms, opacity 400ms linear 0ms;
  transition: transform 600ms cubic-bezier(1, 0, 0, 1) 0ms, opacity 400ms linear 0ms;
}

.menuOpen #menu .menu-container p {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(1, 0, 0, 1) 200ms, opacity 400ms linear 350ms;
  -moz-transition: -moz-transform 600ms cubic-bezier(1, 0, 0, 1) 200ms, opacity 400ms linear 350ms;
  transition: transform 600ms cubic-bezier(1, 0, 0, 1) 200ms, opacity 400ms linear 350ms;
}

#menu .contact {
  width: 100%;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
  margin: 40px 0px;
  margin-top: auto;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(1, 0, 0, 1) 0ms, opacity 400ms linear 0ms;
  -moz-transition: -moz-transform 600ms cubic-bezier(1, 0, 0, 1) 0ms, opacity 400ms linear 0ms;
  transition: transform 600ms cubic-bezier(1, 0, 0, 1) 0ms, opacity 400ms linear 0ms;
}

.menuOpen #menu .contact {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(1, 0, 0, 1) 200ms, opacity 400ms linear 350ms;
  -moz-transition: -moz-transform 600ms cubic-bezier(1, 0, 0, 1) 200ms, opacity 400ms linear 350ms;
  transition: transform 600ms cubic-bezier(1, 0, 0, 1) 200ms, opacity 400ms linear 350ms;
}

#menu .briefLink {
  position: absolute;
  bottom: 80px;
  left: calc(16vw - 60px);
  margin-bottom: 0px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(1, 0, 0, 1) 0ms, opacity 400ms linear 0ms;
  -moz-transition: -moz-transform 600ms cubic-bezier(1, 0, 0, 1) 0ms, opacity 400ms linear 0ms;
  transition: transform 600ms cubic-bezier(1, 0, 0, 1) 0ms, opacity 400ms linear 0ms;
}

@media (min-width: 1600px) {
  #menu .briefLink {
    bottom: 110px;
  }
}

.menuOpen #menu .briefLink {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(1, 0, 0, 1) 250ms, opacity 400ms linear 400ms;
  -moz-transition: -moz-transform 600ms cubic-bezier(1, 0, 0, 1) 250ms, opacity 400ms linear 400ms;
  transition: transform 600ms cubic-bezier(1, 0, 0, 1) 250ms, opacity 400ms linear 400ms;
}

.menuColor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  -moz-transition: opacity 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  transition: opacity 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  background: red;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
}

.menuOpen .menuColor {
  opacity: 1;
  pointer-events: all;
}

@media (min-width: 767px) {
  .menuOpen .menuColor {
    opacity: 0.95;
  }
}



/* Footer */

footer.footer {
  position: relative;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 60px 40px;
  z-index: 0;
}

@media (min-width: 992px) {
  footer.footer {
    padding-left: 0px;
    padding-right: 0px;
  }
}



footer.footer .padding {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 1199px) {
  footer.footer .padding {
    padding-right: 40px;
    padding-left: 100px;
  }
}

@media (max-width: 991px) {
  footer.footer .padding {
    padding-left: 80px;
  }
}

@media (max-width: 766px) {
  footer.footer .padding {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 1200px) {
  footer.footer .padding {
    height: 30vh;
  }
}

footer.footer .credits {
  font-size: 0.9rem;
  color: #b4b4b4;
  text-align: right;
}


footer.footer .credits .wkn {
  display: block;
  margin-bottom: 10px;
  opacity: 0.8;
}

footer.footer .credits .wkn svg {
  display: inline-block;
}

footer.footer .credits .wkn svg>* {
  fill: none;
  stroke: #b4b4b4;
  stroke-width: 60px;
}

footer.footer .credits a {
  color: inherit;
  margin-left: 20px;
}

/*.briefLink { 

  box-sizing: 100%;
  clear: both;
}*/

/* Footer -Ed */
/*@media (max-width: 565px) {*/

/*footer.footer-xs > * {
  border: 1px solid red;
}*/

@media (max-width: 543px) {
  
  footer.footer-xs .separadorFooter {
    padding-bottom: 1px;
  }

  footer.footer-xs .texto-centrado {
    text-align: center;
  }
}

@media (min-width: 544px) {

  footer.footer-xs {
    display: none;
  }

}

/*}*/




html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  margin-top: 0px !important;
}

body {
  height: 100%;
  font-size: 1.3rem;
  font-family: "Montserrat", sans-serif;
  color: #1c1b20;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  min-height: 100vh;
}

body.loading {
  overflow: hidden;

}

body.loading>* {
  pointer-events: none;
}

body.openPopup,
body.menuOpen {
  overflow: hidden;
}

.borders>* {
  position: fixed;
  z-index: 100;
  background: white;
  height: 20px;
  width: 20px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: -moz-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(0, 0) scale(1);
  -moz-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.menuOpen .borders>* {
  -webkit-transform: translate(0, 0%) scale(1) !important;
  -moz-transform: translate(0, 0%) scale(1) !important;
  -ms-transform: translate(0, 0%) scale(1) !important;
  -o-transform: translate(0, 0%) scale(1) !important;
  transform: translate(0, 0%) scale(1) !important;
}

@media (min-width: 767px) {
  .menuOpen .borders>* {
    -webkit-transform: translate(0, 0%) scale(2) !important;
    -moz-transform: translate(0, 0%) scale(2) !important;
    -ms-transform: translate(0, 0%) scale(2) !important;
    -o-transform: translate(0, 0%) scale(2) !important;
    transform: translate(0, 0%) scale(2) !important;
  }
}

.borders>*.top {
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
}

@media (max-width: 766px) {
  .borders>*.top {
    -webkit-transform: translate(0, -100%) scale(1);
    -moz-transform: translate(0, -100%) scale(1);
    -ms-transform: translate(0, -100%) scale(1);
    -o-transform: translate(0, -100%) scale(1);
    transform: translate(0, -100%) scale(1);
  }
}

@media (min-width: 767px) {
  .borders>*.top {
    height: 40px;
  }
}

@media (min-width: 1600px) {
  .borders>*.top {
    height: 55px;
  }
}

.borders>*.bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
}

@media (max-width: 766px) {
  .borders>*.bottom {
    -webkit-transform: translate(0, 100%) scale(1);
    -moz-transform: translate(0, 100%) scale(1);
    -ms-transform: translate(0, 100%) scale(1);
    -o-transform: translate(0, 100%) scale(1);
    transform: translate(0, 100%) scale(1);
  }
}

@media (min-width: 767px) {
  .borders>*.bottom {
    height: 40px;
  }
}

@media (min-width: 1600px) {
  .borders>*.bottom {
    height: 55px;
  }
}

.borders>*.right {
  top: 0;
  right: 0;
  height: 100%;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

@media (max-width: 766px) {
  .borders>*.right {
    -webkit-transform: translate(100%, 0px) scale(1);
    -moz-transform: translate(100%, 0px) scale(1);
    -ms-transform: translate(100%, 0px) scale(1);
    -o-transform: translate(100%, 0px) scale(1);
    transform: translate(100%, 0px) scale(1);
  }
}

@media (min-width: 767px) {
  .borders>*.right {
    width: 40px;
  }
}

@media (min-width: 1600px) {
  .borders>*.right {
    width: 55px;
  }
}

.borders>*.left {
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

@media (max-width: 766px) {
  .borders>*.left {
    -webkit-transform: translate(-100%, 0px) scale(1);
    -moz-transform: translate(-100%, 0px) scale(1);
    -ms-transform: translate(-100%, 0px) scale(1);
    -o-transform: translate(-100%, 0px) scale(1);
    transform: translate(-100%, 0px) scale(1);
  }
}

@media (min-width: 767px) {
  .borders>*.left {
    width: 40px;
  }
}

@media (min-width: 1600px) {
  .borders>*.left {
    width: 55px;
  }
}

.app {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transform-origin: center 50vh;
  -moz-transform-origin: center 50vh;
  -ms-transform-origin: center 50vh;
  -o-transform-origin: center 50vh;
  transform-origin: center 50vh;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  -moz-transition: -moz-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  transition: transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  pointer-events: none;
  min-height: 100vh;
}

body:not(.page-home).menuOpen .app {
  overflow: hidden;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  transition-duration: 500ms;
}

@media (min-width: 767px) {
  body:not(.page-home).menuOpen .app {
    -webkit-transform: translateX(25%) scale(0.9);
    -moz-transform: translateX(25%) scale(0.9);
    -ms-transform: translateX(25%) scale(0.9);
    -o-transform: translateX(25%) scale(0.9);
    transform: translateX(25%) scale(0.9);
  }
}

.page-container {
  position: relative;
  background: #f8f8f8;
  /*background: black;*/
  overflow: hidden;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  -moz-transition: -moz-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  transition: transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  pointer-events: all;
  min-height: 100vh;
}

body.menuOpen .page-container {
  pointer-events: none;
}




.loader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 10;
  opacity: 1;
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(1, 0, 0, 1) 0ms, opacity 250ms cubic-bezier(1, 0, 0, 1) 0ms, visibility 1000ms cubic-bezier(1, 0, 0, 1) 0ms;
  -moz-transition: -moz-transform 1000ms cubic-bezier(1, 0, 0, 1) 0ms, opacity 250ms cubic-bezier(1, 0, 0, 1) 0ms, visibility 1000ms cubic-bezier(1, 0, 0, 1) 0ms;
  transition: transform 1000ms cubic-bezier(1, 0, 0, 1) 0ms, opacity 250ms cubic-bezier(1, 0, 0, 1) 0ms, visibility 1000ms cubic-bezier(1, 0, 0, 1) 0ms;
  visibility: hidden;
}

@media (min-width: 767px) {
  .loader {
    right: 0px;
    bottom: 0px;
  }
}

.loader .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0.2;
}

body.menuHover .loader .icon {
  display: none;
}

.loader .icon svg {
  fill: none;
  stroke: #FFF;
  stroke-width: 60px;
}

.loader .loader-visuel {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;

}

.loader .loader-visuel image {
  clip-path: url("main-v=1534932458.css#clipping");

}

.loader .color {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: #ff5851;*/
  /* -Ed */
  background: red;
  -webkit-transition: background 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  -moz-transition: background 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  transition: background 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  background-color: #f39a2e !important;
}

body.loaded.menuHover .loader,
body.loaded.menuOpen .loader {
  opacity: 0;
  visibility: hidden !important;
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

body.loading .loader {
  opacity: 1;
  visibility: visible !important;
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}






.page {
  position: relative;
  min-height: 100vh;
  z-index: 10;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(1, 0, 0, 1) 0ms, padding 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  -moz-transition: -moz-transform 1000ms cubic-bezier(1, 0, 0, 1) 0ms, padding 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  transition: transform 1000ms cubic-bezier(1, 0, 0, 1) 0ms, padding 500ms cubic-bezier(1, 0, 0, 1) 0ms;
}

.page>section.intro h1 {
  /*margin-bottom: 60px;*/
  /* -Ed */
  margin-bottom: 0 !important;
}

@media (min-width: 480px) {
  .page>section.intro h1 {
    position: absolute;
    top: 50vh;
    padding-bottom: 80px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .page>section.intro h1 {
    left: 15vw;
    margin-top: 0px;
    margin-top: -20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .page>section.intro h1 {
    left: 20%;
  }
}

@media (min-width: 1600px) {
  .page>section.intro h1 {
    left: 22%;
  }
}

.page>section.intro>.padding {
  padding-top: 30vh;
  padding-bottom: 60px;
}

@media (min-width: 480px) and (max-width: 991px) {
  .page>section.intro>.padding {
    padding-top: calc(60vh);
    padding-bottom: 100px;
  }
}

@media (min-width: 767px) {
  .page>section.intro>.padding {
    padding-right: 20vw;
    padding-top: calc(70vh);
  }
}

@media (min-width: 992px) {
  .page>section.intro>.padding {
    height: 100vh;
    padding-top: 50vh;
  }
}

@media (min-width: 1200px) {
  .page>section.intro>.padding {
    padding-right: 20%;
  }
}

@media (min-width: 1600px) {
  .page>section.intro>.padding {
    padding-right: 22%;
  }
}

.padding {
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 60px 40px;
}

@media (min-width: 480px) {
  .padding {
    padding: 100px 10vw;
  }
}

@media (min-width: 767px) {
  .padding {
    padding: 10vh 20vw;
  }
}

@media (min-width: 992px) {
  .padding {
    padding: 10vh 15vw;
  }
}

/*@media (min-width: 1200px) {
  .padding {
    padding: 20vh 165px 20vh 20%;
  }
}*/

/*@media (min-width: 1600px) {
  .padding {
    padding: 20vh 165px 20vh 22%;
  }
}*/

.padding a {
  pointer-events: all;
}

.page-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}

.hideNav .borders>*.top,
.first .borders>*.top {
  -webkit-transform: translate(0, -100%) scale(1);
  -moz-transform: translate(0, -100%) scale(1);
  -ms-transform: translate(0, -100%) scale(1);
  -o-transform: translate(0, -100%) scale(1);
  transform: translate(0, -100%) scale(1);
}

.hideNav .borders>*.bottom,
.first .borders>*.bottom {
  -webkit-transform: translate(0, 100%) scale(1);
  -moz-transform: translate(0, 100%) scale(1);
  -ms-transform: translate(0, 100%) scale(1);
  -o-transform: translate(0, 100%) scale(1);
  transform: translate(0, 100%) scale(1);
}

.hideNav .borders>*.left,
.first .borders>*.left {
  -webkit-transform: translate(-100%, 0%) scale(1);
  -moz-transform: translate(-100%, 0%) scale(1);
  -ms-transform: translate(-100%, 0%) scale(1);
  -o-transform: translate(-100%, 0%) scale(1);
  transform: translate(-100%, 0%) scale(1);
}

.hideNav .borders>*.right,
.first .borders>*.right {
  -webkit-transform: translate(100%, 0%) scale(1);
  -moz-transform: translate(100%, 0%) scale(1);
  -ms-transform: translate(100%, 0%) scale(1);
  -o-transform: translate(100%, 0%) scale(1);
  transform: translate(100%, 0%) scale(1);
}

.hideNav #menu,
.first #menu {
  left: 0px;
}

.hideNav header.header .navbar-brand,
.first header.header .navbar-brand {
  -webkit-transform: translate(0px, 10px);
  -moz-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  -o-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

@media (min-width: 767px) {
  .hideNav header.header .navbar-brand,
  .first header.header .navbar-brand {
    -webkit-transform: translate(40px, 40px);
    -moz-transform: translate(40px, 40px);
    -ms-transform: translate(40px, 40px);
    -o-transform: translate(40px, 40px);
    transform: translate(40px, 40px);
  }
}

.hideNav header.header .navbar-brand .sub-page,
.first header.header .navbar-brand .sub-page {
  opacity: 0;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}

.hideNav header.header .navbar-toggle,
.first header.header .navbar-toggle {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}

@media (min-width: 767px) {
  .hideNav header.header .navbar-toggle,
  .first header.header .navbar-toggle {
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

.hideNav header.header .switch-lang,
.first header.header .switch-lang {
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
}

.hideNav header.header .list-socials,
.first header.header .list-socials {
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -ms-transform: translateX(60px);
  -o-transform: translateX(60px);
  transform: translateX(60px);
}

.loadProject header.header .navbar-toggle {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}

@media (min-width: 767px) {
  .loadProject header.header .navbar-toggle {
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

.first header.header .navbar-brand {
  -webkit-transform: translate(0px, -40px);
  -moz-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  -o-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
  opacity: 0;
}

.first header.header .scrolldown {
  opacity: 0 !important;
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateX(0px);
  }
  to {
    -webkit-transform: translateX(10px);
  }
}

@-moz-keyframes bounce {
  from {
    -moz-transform: translateX(0px);
  }
  to {
    -moz-transform: translateX(10px);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  to {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
}

svg {
  display: block;
}

.icon {
  display: block;
}

.icon svg {
  display: block;
}

.icon.waves path {
  fill: #1c1b20;
}

img.img-fluid {
  width: 100%;
}

img.lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms linear 50ms;
  -moz-transition: opacity 400ms linear 50ms;
  transition: opacity 400ms linear 50ms;
}

img.lazy.lazyloaded {
  opacity: 1;
}

.phone_portrait {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  z-index: 24000;
  display: none;
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .phone_portrait {
    display: block;
  }
}

.phone_portrait .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.phone_portrait .inner .icon {
  display: block;
  width: 75px;
  margin: 0px auto 20px;
}

.phone_portrait .inner p {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.4;
}

.phone_portrait .inner p strong {
  color: #000;
  font-weight: 500;
}

h1 {
  line-height: 0.6;
  font-family: "Gilroy", sans-serif;
  font-weight: 900;
  margin: 0px;
  text-transform: uppercase;
  font-size: 8rem;
  margin-bottom: 40px;
  position: relative;
}

@media (min-width: 350px) {
  h1 {
    font-size: 10rem;
  }
}

@media (min-width: 767px) {
  h1 {
    font-size: 13.6rem;
    margin-bottom: 60px;
  }
}

@media (min-width: 1600px) {
  h1 {
    font-size: 13.6rem;
    margin-bottom: 80px;
  }
}

h1 .waves {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}

@media (min-width: 1600px) {
  h1 .waves {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

h1 .waves svg {
  width: 50px;
  height: 10px;
}

@media (min-width: 1600px) {
  h1 .waves svg {
    width: 70px;
    height: 15px;
  }
}

h1 .waves svg>* {
  fill: none;
  stroke: #1c1b20;
  stroke-width: 5px;
}

h2 {
  line-height: 0.6;
  font-family: "Gilroy", sans-serif;
  font-weight: 900;
  margin: 0px;
  text-transform: uppercase;
  font-size: 3.2rem;
}

@media (min-width: 1200px) {
  h2 {
    font-size: 4.7rem;
  }
}

@media (min-width: 1600px) {
  h2 {
    font-size: 6.2rem;
  }
}

h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 900;
  margin: 0px;
  margin-bottom: 40px;
  line-height: 1.2;
  font-size: 2.4rem;
}

@media (min-width: 767px) {
  h3 {
    font-size: 3.6rem;
    line-height: 1.1;
  }
}

@media (min-width: 992px) {
  h3 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}

@media (min-width: 1600px) {
  h3 {
    font-size: 3.8rem;
  }
}

h3 .dot {
  display: inline-block !important;
}

.block-title {
  display: inline-block;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.1rem;
  margin-bottom: 25px;
}

@media (min-width: 1600px) {
  .block-title {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

.block-title>* {
  display: inline-block;
  vertical-align: middle;
}

.block-title .mskd {
  overflow: hidden;
}

.block-title .txt {
  display: inline-block;
  position: relative;
}

.block-title .txt:after {
  content: '.';
}

.block-title .waves {
  margin-right: 5px;
}

.block-title .waves svg {
  width: 25px;
  height: 5px;
}

@media (min-width: 1600px) {
  .block-title .waves svg {
    width: 33px;
    height: 7px;
  }
}

.block-title .waves svg>* {
  fill: none;
  stroke: #1c1b20;
  stroke-width: 5px;
}

p {
  margin: 0px;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 0px;
  color: #606060;
}

@media (min-width: 480px) {
  p {
    font-size: 1.4rem;
  }
}

@media (min-width: 1600px) {
  p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

p+* {
  margin-top: 25px;
}

p i {
  font-family: "Libre Baskerville", serif;
  font-weight: 300;
  font-style: italic;
  display: inline-block;
}

p.intro {
  font-family: "Gilroy", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.2;
  color: #1c1b20;
}

@media (min-width: 1200px) {
  p.intro {
    font-size: 1.8rem;
  }
}

@media (min-width: 1600px) {
  p.intro {
    font-size: 2rem;
  }
}

p.intro .dot {
  display: inline-block !important;
}

.contact>* {
  display: inline-block;
  font-family: "Gilroy", sans-serif;
}

.contact .phone,
.contact .mail {
  color: #1c1b20;
  font-weight: 500;
}

@media (min-width: 1600px) {
  .contact .phone,
  .contact .mail {
    font-size: 1.4rem;
    margin-top: 6px;
  }
}

.contact .addresse {
  font-size: 1.1rem;
  line-height: 1.4;
  color: #1c1b20;
  margin: 0px;
  font-weight: 300;
}

.contact .addresse a {
  color: inherit;
  text-decoration: none;
}

span.msk {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  line-height: 0.8;
  padding-top: 10px;
}

span.msk span {
  display: block;
}

.btn-lined {
  display: inline-block;
  color: inherit !important;
  padding: 0px 25px;
  line-height: 32px;
  border: 2px solid #1c1b20;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: none !important;
}

.btn-lined.min {
  border-width: 1px;
  font-size: 0.7rem;
  padding: 0px 20px;
}

.btn-close {
  position: absolute;
  top: 40px;
  right: 40px;
  border: 1px solid #1c1b20;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  z-index: 100;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0, 0, 0.16, 1) 0ms, border 150ms linear 0ms;
  -moz-transition: -moz-transform 600ms cubic-bezier(0, 0, 0.16, 1) 0ms, border 150ms linear 0ms;
  transition: transform 600ms cubic-bezier(0, 0, 0.16, 1) 0ms, border 150ms linear 0ms;
}

@media (min-width: 1600px) {
  .btn-close {
    width: 60px;
    height: 60px;
  }
}

.btn-close.close-project {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
  border-color: white;
  position: fixed;
}

.btn-close.close-project svg>* {
  fill: white;
  -webkit-transition: all 150ms linear 0ms;
  -moz-transition: all 150ms linear 0ms;
  transition: all 150ms linear 0ms;
}

.btn-close.close-project.dark {
  border-color: #1c1b20;
}

.btn-close.close-project.dark svg>* {
  fill: #1c1b20;
}

.btn-close .cross {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-close .cross svg {
  width: 10px;
  height: 10px;
}

@media (min-width: 1600px) {
  .btn-close .cross svg {
    width: 14px;
    height: 14px;
  }
}

.link {
  position: relative;
  display: inline-block;
  font-family: "Libre Baskerville", serif;
  font-size: 1.6rem;
  font-style: italic;
  color: inherit !important;
  text-decoration: none !important;
  background: none;
  border: none;
}

@media (min-width: 1600px) {
  .link {
    font-size: 2rem;
  }
}

.link .txt {
  position: relative;
  z-index: 10;
}

.link:hover:after {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  transition-duration: 400ms;
}

.link:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}

.link:after,
.link:before {
  content: '';
  position: absolute;
  bottom: 0%;
  left: 0px;
  right: 0px;
  height: 2px;
  overflow: hidden;
  background: #1c1b20;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(1, 0, 0, 1) 0ms;
  -moz-transition: -moz-transform 400ms cubic-bezier(1, 0, 0, 1) 0ms;
  transition: transform 400ms cubic-bezier(1, 0, 0, 1) 0ms;
  z-index: 0;
}

.link:before {
  bottom: 8px;
  top: 8px;
  height: auto;
  opacity: 0.5;
  left: -5px;
  right: -5px;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  transition-duration: 400ms;
}

@media (min-width: 1600px) {
  .link:before {
    bottom: 10px;
    top: 10px;
  }
}

.link.min {
  font-size: 1.2rem;
}

.link.min:before {
  top: 5px;
  bottom: 7px;
}

.link.min:after {
  height: 1px;
}

.button,
form .form-actions button[type="submit"] {
  display: inline-block;
  background: white;
  position: relative;
  padding: 16px 20px;
  border: none;
  outline: none;
  overflow: hidden;
  color: #1c1b20 !important;
  text-decoration: none !important;
  margin-top: 40px;
  font-size: 1rem;
  font-weight: 700;
}

@media (min-width: 1600px) {
  .button,
  form .form-actions button[type="submit"] {
    padding: 20px;
    margin-top: 60px;
    font-size: 1.3rem;
  }
}

.button.disabled,
form .form-actions button.disabled[type="submit"] {
  background: url("disabled_bg.jpg") repeat-x #1e1f23;
  background-size: contain;
  padding-right: 80px;
  color: white !important;
  cursor: not-allowed;
  pointer-events: none !important;
}

.button .arrow-container,
form .form-actions button[type="submit"] .arrow-container {
  display: inline-block;
  position: relative;
  margin-left: 30px;
}

.button .arrow-container>*,
form .form-actions button[type="submit"] .arrow-container>* {
  -webkit-transition: all 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  -moz-transition: all 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  transition: all 500ms cubic-bezier(1, 0, 0, 1) 0ms;
}

.button .arrow-container .arrow_hover,
form .form-actions button[type="submit"] .arrow-container .arrow_hover {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}

.button:hover .arrow,
form .form-actions button[type="submit"]:hover .arrow {
  opacity: 0;
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -ms-transform: translateX(60px);
  -o-transform: translateX(60px);
  transform: translateX(60px);
}

.button:hover .arrow_hover,
form .form-actions button[type="submit"]:hover .arrow_hover {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  transition-delay: 50ms;
}

.animated .button,
.animated form .form-actions button[type="submit"],
form .form-actions .animated button[type="submit"] {
  position: relative;
  overflow: hidden;
}

.animated .button:after,
.animated form .form-actions button[type="submit"]:after,
form .form-actions .animated button[type="submit"]:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #1c1b20;
}

.animated .button .txt,
.animated form .form-actions button[type="submit"] .txt,
form .form-actions .animated button[type="submit"] .txt {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}

.animated .button .arrow-container,
.animated form .form-actions button[type="submit"] .arrow-container,
form .form-actions .animated button[type="submit"] .arrow-container {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}

.animated.visible .button:after,
.animated.visible form .form-actions button[type="submit"]:after,
form .form-actions .animated.visible button[type="submit"]:after {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(1, 0, 0, 1) 300ms;
  -moz-transition: -moz-transform 600ms cubic-bezier(1, 0, 0, 1) 300ms;
  transition: transform 600ms cubic-bezier(1, 0, 0, 1) 300ms;
}

.animated.visible .button .txt,
.animated.visible form .form-actions button[type="submit"] .txt,
form .form-actions .animated.visible button[type="submit"] .txt {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 250ms linear 400ms;
  -moz-transition: -moz-transform 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 250ms linear 400ms;
  transition: transform 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 250ms linear 400ms;
}

.animated.visible .button .arrow-container,
.animated.visible form .form-actions button[type="submit"] .arrow-container,
form .form-actions .animated.visible button[type="submit"] .arrow-container {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 250ms linear 400ms;
  -moz-transition: -moz-transform 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 250ms linear 400ms;
  transition: transform 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 250ms linear 400ms;
}

.briefLink {
  position: relative;
  display: inline-block;
  color: inherit !important;
  text-decoration: none !important;
  white-space: nowrap;
}

@media (min-width: 767px) {
  .briefLink {
    margin-left: 40px;
  }
}

@media (min-width: 1200px) {
  .briefLink {
    margin-left: 0px;
  }
}

.briefLink .block-title {
  margin-bottom: 0px;
  display: block;
}

.briefLink .arrow {
  display: none;
  position: absolute;
  width: 40px;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 600ms cubic-bezier(1, 0, 0, 1) 0ms;
  -moz-transition: all 600ms cubic-bezier(1, 0, 0, 1) 0ms;
  transition: all 600ms cubic-bezier(1, 0, 0, 1) 0ms;
  margin-right: 40px;
}

@media (min-width: 1200px) {
  .briefLink .arrow {
    margin-right: 80px;
  }
}

@media (min-width: 767px) {
  .briefLink .arrow {
    display: block;
  }
}

.briefLink .arrow .line {
  width: 100%;
  height: 2px;
  display: block;
  float: right;
  -webkit-transition: width 600ms cubic-bezier(1, 0, 0, 1) 0ms;
  -moz-transition: width 600ms cubic-bezier(1, 0, 0, 1) 0ms;
  transition: width 600ms cubic-bezier(1, 0, 0, 1) 0ms;
  overflow: hidden;
}

.briefLink .arrow .line .inner {
  background: #1c1b20;
  width: 100%;
  height: 2px;
  display: block;
  float: right;
  -webkit-transition: width 600ms cubic-bezier(1, 0, 0, 1) 0ms;
  -moz-transition: width 600ms cubic-bezier(1, 0, 0, 1) 0ms;
  transition: width 600ms cubic-bezier(1, 0, 0, 1) 0ms;
}

.briefLink .arrow svg {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(2px, -50%);
  -moz-transform: translate(2px, -50%);
  -ms-transform: translate(2px, -50%);
  -o-transform: translate(2px, -50%);
  transform: translate(2px, -50%);
}

.briefLink:hover .arrow {
  -webkit-transform: translate(20px, -50%);
  -moz-transform: translate(20px, -50%);
  -ms-transform: translate(20px, -50%);
  -o-transform: translate(20px, -50%);
  transform: translate(20px, -50%);
  width: 60px;
}

@media (min-width: 1200px) {
  .briefLink:hover .arrow {
    -webkit-transform: translate(40px, -50%);
    -moz-transform: translate(40px, -50%);
    -ms-transform: translate(40px, -50%);
    -o-transform: translate(40px, -50%);
    transform: translate(40px, -50%);
    width: 80px;
  }
}

.briefLink:hover .arrow .line .inner {
  width: 20px;
  -webkit-transition: width 800ms cubic-bezier(1, 0, 0, 1) 0ms;
  -moz-transition: width 800ms cubic-bezier(1, 0, 0, 1) 0ms;
  transition: width 800ms cubic-bezier(1, 0, 0, 1) 0ms;
}

@media (min-width: 1200px) {
  .briefLink:hover .arrow .line .inner {
    width: 40px;
  }
}

.briefLink .next-page-title {
  font-weight: 900;
  font-size: 2.4rem;
  font-family: "Gilroy", sans-serif;
  text-transform: uppercase;
  line-height: 1.4;
}

@media (min-width: 1600px) {
  .briefLink .next-page-title {
    font-size: 3rem;
  }
}

form {
  position: relative;
}

form .form-control,
form textarea {
  background: none !important;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.6rem;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  padding: 0px;
  height: 42px;
  color: white !important;
  outline: none !important;
}

@media (min-width: 1600px) {
  form .form-control,
  form textarea {
    font-size: 2rem;
    height: 50px;
  }
}

form .form-control:focus,
form textarea:focus {
  border-bottom-color: white;
}

form .form-control:focus::-webkit-input-placeholder,
form textarea:focus::-webkit-input-placeholder {
  color: white;
}

form .form-control:focus::-moz-placeholder,
form textarea:focus::-moz-placeholder {
  color: white;
}

form .form-control:focus:-moz-placeholder,
form textarea:focus:-moz-placeholder {
  color: white;
}

form .form-control:focus:-ms-input-placeholder,
form textarea:focus:-ms-input-placeholder {
  color: white;
}

form .form-control::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

form .form-control::-moz-placeholder,
form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

form .form-control:-moz-placeholder,
form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

form .form-control:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

form .form-control.parsley-error,
form textarea.parsley-error {
  color: #ff5851;
  border-bottom: 1px solid #ff5851;
}

form .form-control.parsley-error::-webkit-input-placeholder,
form textarea.parsley-error::-webkit-input-placeholder {
  color: #ff5851;
}

form .form-control.parsley-error::-moz-placeholder,
form textarea.parsley-error::-moz-placeholder {
  color: #ff5851;
}

form .form-control.parsley-error:-moz-placeholder,
form textarea.parsley-error:-moz-placeholder {
  color: #ff5851;
}

form .form-control.parsley-error:-ms-input-placeholder,
form textarea.parsley-error:-ms-input-placeholder {
  color: #ff5851;
}

form .upload-files {
  margin-top: 40px;
}

@media (min-width: 767px) {
  form .upload-files {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-left: -15px;
  }
}

form .custom-file {
  height: auto;
  width: 100%;
}

@media (min-width: 767px) {
  form .custom-file {
    width: 50%;
    margin-left: 15px;
  }
}

form .custom-file.filled .custom-file-control,
form .custom-file:hover .custom-file-control {
  border-color: #adc798;
}

form .custom-file.filled .custom-file-control .file-name,
form .custom-file:hover .custom-file-control .file-name {
  color: #adc798;
}

form .custom-file.filled .custom-file-control .icon-container .icon svg>*,
form .custom-file:hover .custom-file-control .icon-container .icon svg>* {
  fill: #adc798;
}

form .custom-file.filled {
  pointer-events: none;
}

form .custom-file.filled .custom-file-control .icon-container .icon.arrow {
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

form .custom-file.filled .custom-file-control .icon-container .icon.cross {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

form .custom-file .custom-file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

form .custom-file .custom-file-control {
  display: block;
  position: relative;
  height: 55px;
  line-height: 55px;
  width: 100%;
  border: 1px solid white;
  background: none;
  padding: 0 50px 0px 20px;
  border-radius: 0px;
  overflow: hidden;
  -webkit-transition: border 150ms linear 0ms;
  -moz-transition: border 150ms linear 0ms;
  transition: border 150ms linear 0ms;
}

form .custom-file .custom-file-control:after,
form .custom-file .custom-file-control:before {
  display: none;
}

form .custom-file .custom-file-control .file-name {
  color: white;
  font-weight: 700;
  -webkit-transition: color 150ms linear 0ms;
  -moz-transition: color 150ms linear 0ms;
  transition: color 150ms linear 0ms;
}

form .custom-file .custom-file-control .icon-container {
  position: absolute;
  top: 50%;
  right: 25px;
}

form .custom-file .custom-file-control .icon-container>* {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 150ms linear 0ms;
  -moz-transition: -moz-transform 250ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 150ms linear 0ms;
  transition: transform 250ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 150ms linear 0ms;
}

form .custom-file .custom-file-control .icon-container>*.cross {
  pointer-events: all !important;
  opacity: 0;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

form textarea {
  display: inline-block;
  width: 100%;
  min-height: 30px;
  height: auto;
  margin-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1600px) {
  form textarea {
    min-height: 40px;
  }
}

form .form-actions {
  text-align: right;
  margin-top: 40px;
}

@media (min-width: 767px) {
  form .form-actions {
    margin-top: 60px;
  }
}

@media (min-width: 1600px) {
  form .form-actions {
    margin-top: 80px;
  }
}

form .parsley-errors-list {
  list-style-type: none;
  color: #ff5851;
  padding: 0;
  margin: 0;
}

form .parsley-errors-list li {
  padding-top: 3px;
}






/*  */




.offers-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.offers-list .list-item {
  position: relative;
}

.offers-list .list-item:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  background: #1c1b20;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}

.join-team .offers-list .list-item:before {
  background: white;
}

.offers-list .list-item+.list-item {
  border-top: 1px solid #ececec;
}

.join-team .offers-list .list-item+.list-item {
  border-color: #363539;
}

.offers-list .offer.offer-link {
  display: block;
  text-decoration: none !important;
  position: relative;
  padding: 20px;
  color: #1c1b20;
  padding-right: 50px;
  cursor: pointer;
}

.offers-list .offer.offer-link.disabled {
  pointer-events: none;
}

@media (min-width: 1600px) {
  .offers-list .offer.offer-link {
    padding: 30px 20px;
    padding-right: 60px;
  }
}

.join-team .offers-list .offer.offer-link {
  color: white;
}

.offers-list .offer.offer-link>* {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  margin: 0px;
}

@media (min-width: 1200px) {
  .offers-list .offer.offer-link>* {
    font-size: 1.4rem;
  }
}

@media (min-width: 1600px) {
  .offers-list .offer.offer-link>* {
    font-size: 1.6rem;
  }
}

.offers-list .offer.offer-link .offer-job {
  font-weight: 900;
}

@media (max-width: 991px) {
  .offers-list .offer.offer-link .offer-job {
    display: block;
  }
}

.offers-list .offer.offer-link .offer-job:after {
  content: '.';
}

.offers-list .offer.offer-link .offer-what,
.offers-list .offer.offer-link .offer-when {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 300;
}

.offers-list .offer.offer-link .offer-what:after {
  content: '.';
}

.offers-list .offer.offer-link .offer-when:before {
  content: '';
}

.offers-list .offer.offer-link .arrow {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border: 1px solid #1c1b20;
  background: transparent;
  overflow: hidden;
  -webkit-transition: background 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: background 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: background 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}

@media (min-width: 1600px) {
  .offers-list .offer.offer-link .arrow {
    width: 40px;
    height: 40px;
  }
}

.join-team .offers-list .offer.offer-link .arrow {
  border-color: white;
}

.offers-list .offer.offer-link .arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 15px;
  height: 7px;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: -moz-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}

@media (min-width: 1600px) {
  .offers-list .offer.offer-link .arrow svg {
    width: 18px;
    height: 10px;
  }
}

.offers-list .offer.offer-link .arrow svg path {
  fill: #1c1b20;
}

.join-team .offers-list .offer.offer-link .arrow svg path {
  fill: white;
}

.offers-list .offer.offer-link .arrow svg.arrow_hover {
  -webkit-transform: translate(-30px, -50%);
  -moz-transform: translate(-30px, -50%);
  -ms-transform: translate(-30px, -50%);
  -o-transform: translate(-30px, -50%);
  transform: translate(-30px, -50%);
}

.offers-list .offer.offer-link .arrow svg.arrow_hover path {
  fill: white;
}

.join-team .offers-list .offer.offer-link .arrow svg.arrow_hover path {
  fill: #1c1b20;
}

.offers-list .offer.offer-link:hover .arrow {
  background: #1c1b20;
}

.offers-list .offer.offer-link:hover .arrow svg {
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.offers-list .offer.offer-link:hover .arrow svg.arrow_hover {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.join-team .offers-list .offer.offer-link:hover .arrow {
  background: white;
}

.single-annonce:after {
  display: none;
}

.single-annonce .header {
  position: relative;
  background: white;
  padding: 0 40px;
}

@media (min-width: 1600px) {
  .single-annonce .header {
    padding: 0 80px;
  }
}

.single-annonce .header .navbar-brand {
  position: relative;
  left: 0px !important;
  top: 0px !important;
  float: none;
}

.single-annonce .header .link {
  float: right;
  margin-top: 10px;
  margin-right: -20px;
}

@media (min-width: 767px) {
  .single-annonce .header .link {
    margin-right: 0px;
  }
}

@media (min-width: 1600px) {
  .single-annonce .header .link {
    margin-top: 16px;
  }
}

.single-annonce .header .link:before {
  background: #ff5851;
}

.single-annonce .footer {
  position: relative;
}

.single-annonce .footer .padding {
  display: block;
  padding-left: 0px;
}

@media (min-width: 767px) {
  .single-annonce .footer .padding {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
}

@media (min-width: 992px) {
  .single-annonce .footer .padding {
    padding: 0px 10vh;
  }
}

@media (min-width: 1200px) {
  .single-annonce .footer .padding {
    padding: 10vh;
  }
}

.single-annonce .footer .padding>*+* {
  margin-top: 20px;
}

@media (min-width: 767px) {
  .single-annonce .footer .padding>*+* {
    margin-top: 0px;
  }
}

.single-annonce .footer .contact {
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.single-annonce .footer .credits {
  text-align: left;
}

.single-annonce .footer .list-socials li {
  display: inline-block;
}

.annonce {
  background: white;
}

.annonce .content .padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 767px) {
  .annonce .content .padding {
    padding-top: 15vh;
    padding-bottom: 15vh;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    align-content: flex-start;
    -ms-flex-line-pack: start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    padding-right: 16%;
  }
}

.annonce .annonce-title {
  min-width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 767px) {
  .annonce .annonce-title {
    margin-bottom: 60px;
  }
}

.annonce .annonce-title .block-title {
  margin-bottom: 5px;
  color: #babcc1;
}

.annonce .annonce-title .block-title .waves svg>* {
  stroke: #babcc1;
}

.annonce .annonce-title h2 {
  font-size: 3.6rem;
  line-height: 1;
  text-transform: none;
  margin-bottom: 0px;
}

@media (min-width: 1600px) {
  .annonce .annonce-title h2 {
    font-size: 4.6rem;
  }
}

.annonce .annonce-infos {
  width: 220px;
}

@media (min-width: 1200px) {
  .annonce .annonce-description {
    width: calc(100% - 220px);
    padding-left: 110px;
  }
}

@media (min-width: 1600px) {
  .annonce .annonce-description {
    padding-left: 150px;
  }
}

.annonce .annonce-description p {
  font-size: 1.3rem;
  line-height: 1.8;
}

@media (min-width: 1600px) {
  .annonce .annonce-description p {
    font-size: 1.6rem;
  }
}

.annonce .infos {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
}

.annonce .infos li {
  display: block;
  margin-bottom: 5px;
}

@media (min-width: 767px) {
  .annonce .infos li {
    margin-bottom: 20px;
  }
}

.annonce .infos li+li {
  margin-top: 10px;
}

@media (min-width: 480px) {
  .annonce .infos li+li {
    margin-top: 20px;
  }
}

@media (min-width: 767px) {
  .annonce .infos li+li {
    margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .annonce .infos li+li {
    margin-top: 20px;
  }
}

@media (min-width: 1600px) {
  .annonce .infos li+li {
    margin-top: 30px;
  }
}

.annonce .infos li .block-title {
  display: block;
  margin-bottom: 0px;
}

@media (min-width: 1600px) {
  .annonce .infos li .block-title {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}

.annonce .infos li .block-title+span {
  font-weight: 900;
  font-size: 1rem;
}

@media (min-width: 1600px) {
  .annonce .infos li .block-title+span {
    font-size: 1.3rem;
  }
}

.annonce form.candidate {
  background: #1c1b20;
}

.annonce form.candidate h2 {
  color: white;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
}

.annonce form.candidate p {
  text-align: center;
}

.annonce form.candidate p a {
  color: white;
  font-weight: 700;
}

.annonce form.candidate fieldset p {
  margin-bottom: 60px;
}

@media (min-width: 767px) {
  .annonce form.candidate fieldset p {
    margin-left: -70px;
    margin-right: -70px;
  }
}

@media (min-width: 992px) {
  .annonce form.candidate .padding {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 440px;
    margin: 0 auto;
  }
}

.annonce form.candidate .form-actions {
  text-align: center;
}

.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translateY(100vh);
  -moz-transform: translateY(100vh);
  -ms-transform: translateY(100vh);
  -o-transform: translateY(100vh);
  transform: translateY(100vh);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, visibility 500ms linear 0ms;
  -moz-transition: -moz-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, visibility 500ms linear 0ms;
  transition: transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, visibility 500ms linear 0ms;
  background: white;
  display: none;
  visibility: hidden;
}

.page-careers .popup {
  display: block;
}
.page-how-to-apply .popup {
  display: block;
}


@media (min-width: 767px) {
  .popup {
    z-index: 100;
  }
}

.openPopup .popup {
  visibility: visible;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.popup .ajax-content {
  position: relative;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.list-rewards {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
  margin-left: -5px;
  white-space: nowrap;
}

@media (min-width: 767px) {
  .list-rewards {
    margin-left: -15px;
  }
}

.list-rewards .reward {
  display: inline-block;
  margin: 0 5px;
}

@media (min-width: 767px) {
  .list-rewards .reward {
    margin: 0 15px;
  }
}

.list-rewards .reward svg .leafs {
  fill: white;
  opacity: 0.3;
}

.list-rewards .reward svg .txt {
  fill: white;
}

.list-rewards .reward .awwwards svg {
  width: 80px;
  height: 60px;
}

.list-rewards .reward .awwwards svg {
  width: 60px;
  height: 40px;
}

@media (min-width: 767px) {
  .list-rewards .reward .awwwards svg {
    width: 80px;
    height: 60px;
  }
}

.list-rewards .reward .cssda svg {
  width: 63px;
  height: 40px;
}

@media (min-width: 767px) {
  .list-rewards .reward .cssda svg {
    width: 82px;
    height: 52px;
  }
}

.list-rewards .reward .awwwardsHM svg {
  width: 63px;
  height: 40px;
}

@media (min-width: 767px) {
  .list-rewards .reward .awwwardsHM svg {
    width: 85px;
    height: 60px;
  }
}








section.pre-footer {
  background: #414a6b;
}

@media (min-width: 480px) {
  section.pre-footer .padding {
    padding-right: 10vw;
  }
}

@media (min-width: 767px) {
  section.pre-footer .padding {
    padding-right: 20vw;
    padding-top: 45px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  section.pre-footer .padding {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}

section.pre-footer h3 {
  font-size: 3.5rem;
  color: white;
}

@media (min-width: 992px) {
  section.pre-footer h3 {
    margin-bottom: 0px;
  }
}

section.pre-footer h3 strong {
  font-family: "Libre Baskerville", serif;
  font-weight: 300;
}

section.pre-footer .content {
  max-width: 350px;
}

section.pre-footer p {
  color: white;
}

section.pre-footer .link .txt {
  color: white;
}

section.pre-footer .link:before,
section.pre-footer .link:after {
  background: white;
}



/* Pre-footer contenido */

section.pre-footer-contenido {
  background: #eeeeee;
}

@media (min-width: 480px) {
  section.pre-footer-contenido .padding {
    padding-right: 10vw;
  }
}

@media (min-width: 767px) {
  section.pre-footer-contenido .padding {
    padding-right: 20vw;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  section.pre-footer-contenido .padding {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}

section.pre-footer-contenido h3 {
  font-size: 3.5rem;
  color: black;
}

@media (min-width: 992px) {
  section.pre-footer-contenido h3 {
    margin-bottom: 0px;
  }
}

section.pre-footer-contenido h3 strong {
  font-family: "Libre Baskerville", serif;
  font-weight: 300;
}

section.pre-footer-contenido .content {
  max-width: 350px;
}

section.pre-footer-contenido p {
  color: black;
}

section.pre-footer-contenido .link .txt {
  color: black;
}

section.pre-footer-contenido .link:before,
section.pre-footer-contenido .link:after {
  background: white;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
