* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 100%;
  outline: none;
  line-height: 1em;
  position: relative;
}
ul {
  list-style: none;
}
body {
  overflow-x: hidden;
}
img {
  max-width: 100%;
  display: block;
}
.clear {
  clear: both;
}
input[type="radio"],
a,
button,
input[type="submit"] {
  cursor: pointer;
}
a:not(.logo) {
  text-decoration: none;
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
}
a:not(.logo) img {
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
}
a:not(.logo):hover {
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
a:not(.logo):hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}
@font-face {
  font-family: 'America';
  src: url('../fonts/GT-America-Compressed-Black.otf');
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 23px;
  color: black;
}
a {
  -webkit-font-smoothing: antialiased;
  font-family: 'America';
  color: black;
  font-size: 17px;
  letter-spacing: .4px;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'America', sans-serif;
  color: white;
}
h1 {
  color: black;
  line-height: 155px;
  font-size: 155px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media screen and (max-width: 839px) {
  h1 {
    font-size: 16.5vw;
    line-height: 16.5vw;
    text-align: center;
  }
}
h2 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.logo {
  display: flex;
  justify-content: center;
  width: 140px;
  flex-wrap: wrap;
}
.logo .images {
  display: flex;
  justify-content: space-between;
  width: 134px;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 9px;
}
.logo .images img:first-of-type {
  flex-basis: 53.434px;
  width: 53.434px;
}
.logo .images img:nth-of-type(2) {
  flex-basis: 10px;
  width: 10px;
}
.logo .images img:last-of-type {
  flex-basis: 54.782px;
  width: 54.782px;
}
.menu-wrapper {
  top: 110px;
  z-index: 1000;
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  overflow: hidden;
  display: block;
  background-color: black;
  width: 0;
  height: 44.75vw;
  left: 37px;
  position: absolute;
  text-align: right;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.menu-wrapper ul {
  padding: 62px 118px;
  width: 48.75vw;
  max-width: 48.75vw;
}
@media screen and (max-width: 839px) {
  .menu-wrapper ul {
    width: 600px;
    max-width: none;
  }
}
@media screen and (max-width: 799px) {
  .menu-wrapper ul {
    width: 560px;
    padding: 92px 0;
  }
}
@media screen and (max-width: 699px) {
  .menu-wrapper ul {
    width: 500px;
    padding: 92px 0;
  }
}
@media screen and (max-width: 599px) {
  .menu-wrapper ul {
    width: 400px;
    padding: 92px 0;
    left: 9px;
  }
}
@media screen and (max-width: 479px) {
  .menu-wrapper ul {
    padding: 92px 34px;
  }
  .menu-wrapper ul li {
    text-align: left;
  }
}
@media screen and (max-width: 1250px) {
  .menu-wrapper ul {
    width: 54vw;
    max-width: 70vw;
  }
}
@media screen and (max-width: 1110px) {
  .menu-wrapper ul {
    width: 65vw;
    max-width: 70vw;
  }
}
@media screen and (max-width: 929px) {
  .menu-wrapper ul {
    width: 70vw;
    max-width: 70vw;
  }
}
@media screen and (max-width: 839px) {
  .menu-wrapper ul {
    width: 75vw;
    max-width: 75vw;
  }
}
.menu-wrapper li {
  margin-top: 80px;
}
.menu-wrapper li:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .menu-wrapper li {
    margin-top: 100px;
  }
}
.menu-wrapper a {
  font-size: 64px;
  color: white;
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
}
.menu-wrapper a:hover {
  text-decoration: underline;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
@media screen and (max-width: 599px) {
  .menu-wrapper a {
    font-size: 41px;
  }
}
@media screen and (max-width: 479px) {
  .menu-wrapper {
    left: 9px;
  }
}
@media screen and (max-height: 886px) {
  .menu-wrapper ul {
    padding: 7vh;
  }
  .menu-wrapper ul li {
    margin-top: 7vh;
  }
}
@media screen and (max-height: 599px) {
  .menu-wrapper {
    height: 70vh !important;
  }
}
@media screen and (max-width: 599px) {
  .menu-wrapper {
    left: 9px;
    height: auto;
  }
}
@media screen and (min-width: 1279px) {
  .menu-wrapper::-webkit-scrollbar {
    display: none;
  }
  .menu-wrapper::-webkit-scrollbar-track {
    display: none;
  }
  .menu-wrapper::-webkit-scrollbar-thumb {
    display: none;
  }
  .menu-wrapper::-webkit-scrollbar-thumb:hover {
    display: none;
  }
  .menu-wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .menu-wrapper {
    height: 767px;
  }
}
@media screen and (min-height: 850px) {
  .menu-wrapper {
    min-height: 765px;
  }
}
.menu-hover {
  transition: .3s ease-out;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  opacity: 0;
  background-color: white;
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  height: 44.75vw;
  z-index: 999;
  top: 0;
  position: absolute;
  left: 37px;
}
.menu-hover .hover-image {
  background-color: black;
  width: 100%;
  height: 100%;
  background-position: right;
  background-size: cover;
}
.menu-hover .text {
  color: white;
  text-shadow: 3px 1px 40px rgba(0,0,0,0.3);
  font-size: 100px;
  line-height: 100px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'America', sans-serif;
  opacity: 1 !important;
  left: 9.375vw !important;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  max-width: none;
  width: auto;
}
@media screen and (max-width: 1240px) {
  .menu-hover {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .menu-hover {
    height: 767px;
  }
}
@media screen and (min-height: 850px) {
  .menu-hover {
    min-height: 765px;
  }
}
.menu {
  z-index: 1000;
  left: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -80px;
}
.menu span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: black;
  transition: .15s ease-out;
  -webkit-transition: .15s ease-out;
  -moz-transition: .15s ease-out;
  -o-transition: .15s ease-out;
  -ms-transition: .15s ease-out;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  transform-origin: left;
}
.menu span:nth-of-type(2) {
  margin: 7px 0;
  width: 32px;
}
.menu .line-wrapper {
  width: 32px;
  height: 21px;
}
.menu:hover span {
  transition: .3s ease-in;
  -webkit-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  -ms-transition: .3s ease-in;
  width: 27px;
}
.menu:hover span:nth-of-type(2) {
  width: 23px;
}
.menu:hover span:last-of-type {
  width: 32px;
}
@media screen and (max-width: 599px) {
  .menu {
    left: 9px;
  }
}
.open {
  height: 100vh;
}
.open .fixed {
  background-color: transparent;
  opacity: 1 !important;
}
.open .fixed .logo {
  display: none;
}
.open nav {
  position: fixed;
}
.open .menu-hover {
  top: 110px;
  position: fixed;
  opacity: 0;
  transition: .6s ease-in;
  -webkit-transition: .6s ease-in;
  -moz-transition: .6s ease-in;
  -o-transition: .6s ease-in;
  -ms-transition: .6s ease-in;
  width: 48.75vw;
  z-index: 100;
  left: 48.75vw;
  padding: 53px 0 53px 108px;
  box-sizing: border-box;
}
@media screen and (min-width: 1281px) {
  .open .menu-hover {
    width: 47.875vw;
    left: 47.875vw;
  }
}
.open .menu-hover .text {
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
}
.open .menu-hover.hovered {
  opacity: 1;
  transition: .6s ease-in;
  -webkit-transition: .6s ease-in;
  -moz-transition: .6s ease-in;
  -o-transition: .6s ease-in;
  -ms-transition: .6s ease-in;
}
.open .menu-wrapper {
  width: 48.75vw;
  transition: .6s ease-in;
  -webkit-transition: .6s ease-in;
  -moz-transition: .6s ease-in;
  -o-transition: .6s ease-in;
  -ms-transition: .6s ease-in;
  position: fixed;
}
@media screen and (min-width: 1281px) {
  .open .menu-wrapper {
    width: 47.875vw;
  }
  .open .menu-wrapper ul {
    width: 47.875vw;
  }
}
@media screen and (max-width: 1239px) {
  .open .menu-wrapper {
    width: 766px;
  }
}
@media screen and (max-width: 839px) {
  .open .menu-wrapper {
    width: calc(100% - 100px);
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .open .menu-wrapper {
    width: calc(100% - 18px);
    left: 9px;
  }
}
.open .menu {
  background-color: black;
}
.open .menu span {
  background-color: white;
  width: 31px;
}
.open .menu span:first-of-type {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  left: 5px;
  top: -2px;
}
.open .menu span:nth-of-type(2) {
  opacity: 0;
}
.open .menu span:last-of-type {
  width: 31px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  left: 5px;
  top: 2px;
}
.open .menu:hover span {
  width: 31px;
}
.open .overlay {
  width: 100%;
  transition: .5s ease-in;
  -webkit-transition: .5s ease-in;
  -moz-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  -ms-transition: .5s ease-in;
}
aside {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  position: absolute;
  width: 195px;
  display: flex;
  justify-content: space-between;
  bottom: 90px;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  transform-origin: left;
  left: 42px;
}
aside a:fist-of-type {
  margin-right: 20px;
}
@media screen and (max-width: 839px) {
  aside {
    display: none;
  }
}
header {
  height: 100vh;
  min-height: 700px;
  margin-top: 110px;
}
header .image,
header .image-overlay,
header .image-overlay-two,
header .image-overlay-three {
  width: 62.93%;
  height: 72.82vh;
  right: 0;
  background-color: black;
  float: right;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 839px) {
  header .image,
  header .image-overlay,
  header .image-overlay-two,
  header .image-overlay-three {
    width: 76.8vw;
    max-height: 555px;
  }
}
@media screen and (max-width: 599px) {
  header .image,
  header .image-overlay,
  header .image-overlay-two,
  header .image-overlay-three {
    max-height: 305px;
    background-position: left;
  }
}
header .image-overlay {
  -webkit-transform: translateY(25px);
}
header .image-overlay-two {
  -webkit-transform: translateY(-18px);
}
header .bob {
  animation: bob 15s cubic-bezier(.45,0,.45,1) .2s;
}
header .bob-final {
  -webkit-transform: translateY(0px);
}
header .bob-neg {
  animation: bob-neg 15s cubic-bezier(.45,0,.45,1) .2s;
}
header .image-overlay,
header .image-overlay-two,
header .image-overlay-three {
  background-color: transparent;
  position: absolute;
  z-index: 1;
}
header h1 {
  top: 52.19%;
  z-index: 10;
  left: 84px;
  opacity: 0;
  position: absolute;
  max-width: 54vw;
  text-align: right;
  text-shadow: 3px 1px 40px rgba(255,255,255,0.3);
  -webkit-font-smoothing: auto;
}
header h1.visible {
  top: 50.19%;
}
@media screen and (max-width: 839px) {
  header h1 {
    top: 33.19%;
    font-size: 100px;
    line-height: 102px;
    left: 36px;
    width: 455px;
  }
  header h1.visible {
    top: 32.19%;
  }
}
@media screen and (max-width: 699px) {
  header h1 {
    font-size: 80px;
    line-height: 80px;
    width: 372px;
    max-width: 60vw;
  }
}
@media screen and (max-width: 599px) {
  header h1 {
    text-align: left;
    font-size: 50px;
    line-height: 50px;
    width: 264px;
    left: 31px;
    top: 24.19%;
  }
  header h1.visible {
    top: 23.19%;
  }
}
@media screen and (min-width: 1281px) {
  header h1 {
    font-size: 9.65vw;
    line-height: 9.65vw;
    max-width: 43.5vw;
  }
}
@media screen and (max-width: 599px) {
  header h1 {
    text-shadow: 3px 1px 40px rgba(255,255,255,0.75);
  }
}
@media screen and (max-width: 429px) {
  header h1 {
    width: 244px;
    max-width: 80vw;
  }
}
header .text {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  max-width: 440px;
  opacity: 0;
  top: calc(53.85% - 44px);
  transform: translate(0,-100%);
  -webkit-transform: translate(0,-100%);
  -moz-transform: translate(0,-100%);
  -o-transform: translate(0,-100%);
  -ms-transform: translate(0,-100%);
  z-index: 10;
  left: 94px;
  position: absolute;
  text-decoration: underline;
  font-size: 18px;
  line-height: 29px;
  width: 27.5vw;
}
@media screen and (max-width: 839px) {
  header .text {
    position: relative;
    top: 39px;
    left: 23.2vw;
    width: 65.73vw;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
}
@media screen and (max-width: 379px) {
  header {
    height: 800px;
  }
}
@media screen and (max-width: 599px) {
  header {
    padding-bottom: 25px;
  }
}
@media screen and (min-height: 460px) and (max-width: 767px) {
  header {
    min-height: auto;
    height: auto;
  }
}
@media screen and (min-width: 1279px) {
  header {
    height: calc(100vh - 110px);
    min-height: 600px;
  }
  header .image {
    height: 72.82vh;
  }
  header h1 {
    top: 32.85%;
  }
  header h1.visible {
    top: 32.85%;
  }
  header .text {
    top: calc(36.85% - 44px);
  }
}
header nav {
  position: absolute;
  top: -110px;
  transition: .3s ease-out;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  z-index: 100;
  background-color: white;
}
header nav.fixed {
  top: 0;
  position: fixed;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
  background-color: white;
  opacity: 0;
  z-index: 99;
  top: -110px;
}
header nav.fixed .menu {
  position: relative;
  top: 0;
}
@media screen and (max-width: 599px) {
  header nav.fixed {
    height: 55px;
  }
  header nav.fixed .logo {
    transform: scale(.8) translate(-50%,0);
    -webkit-transform: scale(.8) translate(-50%,0);
    -moz-transform: scale(.8) translate(-50%,0);
    -o-transform: scale(.8) translate(-50%,0);
    -ms-transform: scale(.8) translate(-50%,0);
  }
}
@keyframes bob {
  0% {
    -webkit-transform: translateY(25px);
  }
  15% {
    -webkit-transform: translateY(-25px);
  }
  31% {
    -webkit-transform: translateY(14px);
  }
  48% {
    -webkit-transform: translateY(-14px);
  }
  66% {
    -webkit-transform: translateY(9px);
  }
  84% {
    -webkit-transform: translateY(-9px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@keyframes bob-neg {
  0% {
    -webkit-transform: translateY(-18px);
  }
  15% {
    -webkit-transform: translateY(18px);
  }
  31% {
    -webkit-transform: translateY(-11px);
  }
  48% {
    -webkit-transform: translateY(11px);
  }
  66% {
    -webkit-transform: translateY(-5px);
  }
  84% {
    -webkit-transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
.home header h1 {
  text-align: right;
  width: auto;
  max-width: none;
  display: inline-block;
  left: 88px;
}
@media screen and (min-width: 1400px) {
  .home header h1 {
    left: 87px;
  }
}
@media screen and (min-width: 1800px) {
  .home header h1 {
    left: 84px;
  }
}
@media screen and (max-width: 599px) {
  .home header h1 {
    left: 31px;
  }
}
@media screen and (max-width: 599px) {
  .home main {
    margin-top: 100px;
  }
}
.visible {
  opacity: 1 !important;
  transition: .8s ease-in;
  -webkit-transition: .8s ease-in;
  -moz-transition: .8s ease-in;
  -o-transition: .8s ease-in;
  -ms-transition: .8s ease-in;
}
@media screen and (max-width: 599px) {
  .visible {
    transition: .4s ease-in;
    -webkit-transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    -o-transition: .4s ease-in;
    -ms-transition: .4s ease-in;
  }
}
.overlay {
  position: fixed;
  background-color: rgba(0,0,0,0.7);
  width: 0;
  height: 100%;
  z-index: 90;
  top: 0;
  left: 0;
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
}
.down {
  width: 50px;
  height: 50px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 3.55vh;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
}
.down img {
  width: 20px;
}
@media screen and (max-width: 839px) {
  .down {
    bottom: initial;
    position: relative;
    margin-top: 80px;
  }
}
nav {
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
}
nav .logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
}
.square {
  display: block;
  width: 26px;
  height: 26px;
  background-color: black;
}
form {
  width: 1065px;
  margin: 0 auto;
  max-width: 80%;
}
form ul {
  display: flex;
  justify-content: space-between;
}
form ul li {
  flex-basis: calc(50% - 50px);
}
@media screen and (max-width: 839px) {
  form ul li {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 768px) {
  form ul li {
    flex-basis: 100%;
  }
  form ul li:nth-of-type(2) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  form ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 839px) {
  form {
    max-width: 90%;
  }
}
@media screen and (max-width: 667px) {
  form {
    max-width: 70%;
  }
}
@media screen and (max-width: 379px) {
  form {
    max-width: 85%;
  }
}
form h1,
form label,
form input {
  color: white;
}
form label {
  font-family: 'America', sans-serif;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: white;
}
form h1 {
  font-weight: 900;
  width: 536px;
  letter-spacing: 2px;
  margin: 0 auto;
}
form h1:before,
form h1:after {
  display: block;
  content: "";
  height: 3px;
  width: 130px;
  position: absolute;
  top: 15px;
  left: -199px;
  background-color: white;
}
form h1:after {
  right: -199px;
  left: initial;
}
@media screen and (max-width: 959px) {
  form h1:before,
  form h1:after {
    width: 129px;
    left: -149px;
  }
  form h1:after {
    left: initial;
    right: -149px;
  }
}
@media screen and (max-width: 839px) {
  form h1 {
    width: 305px;
    line-height: 40px;
    text-align: center;
  }
  form h1:before,
  form h1:after {
    top: 35px;
  }
}
@media screen and (max-width: 599px) {
  form h1 {
    width: 270px;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }
  form h1:after {
    display: block;
    content: "";
    height: 3px;
    position: absolute;
    background-color: white;
  }
  form h1:before,
  form h1:after {
    top: 38px;
    width: 60px;
    left: -60px;
  }
  form h1:after {
    right: -60px;
    left: initial;
  }
}
@media screen and (max-width: 424px) {
  form h1:before,
  form h1:after {
    display: none;
  }
}
form input[type="submit"],
form button {
  transform: translate(calc(-50% - 50px),0);
  -webkit-transform: translate(calc(-50% - 50px),0);
  -moz-transform: translate(calc(-50% - 50px),0);
  -o-transform: translate(calc(-50% - 50px),0);
  -ms-transform: translate(calc(-50% - 50px),0);
  font-family: 'America', sans-serif;
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
  background-color: transparent;
  width: 265px;
  height: 72px;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  margin: 65px 0 0;
  letter-spacing: .5px;
}
form input[type="submit"]:hover,
form button:hover {
  background-color: white;
  color: black;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
@media screen and (max-width: 768px) {
  form input[type="submit"],
  form button {
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    width: 100%;
  }
}
form input {
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
form input[type="text"] {
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
  width: 100%;
  position: absolute;
  bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid white;
  padding-bottom: 3px;
  font-size: 16px;
}
form label {
  top: 0;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
  font-size: 16px;
  line-height: 25px;
  position: absolute;
}
form .row {
  position: relative;
  height: 40px;
  margin-top: 20px;
}
form .row:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  form .row {
    width: 100%;
  }
}
form .row.text.active label,
form .row.textarea.active label {
  font-size: 14px;
  top: -5px !important;
  transition: .15s ease-out;
  -webkit-transition: .15s ease-out;
  -moz-transition: .15s ease-out;
  -o-transition: .15s ease-out;
  -ms-transition: .15s ease-out;
  color: white;
}
form .row.text.active:before,
form .row.textarea.active:before {
  color: white !important;
}
form .row.text.active input,
form .row.textarea.active input {
  border-bottom-color: white;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
form input[type="checkbox"] {
  width: 25px;
  height: 25px;
  border: 1px solid white;
  display: block;
  background-color: transparent;
  cursor: pointer;
}
form input[type="checkbox"]:checked {
  padding: 3px;
  background-color: white;
}
form .row.box {
  display: flex;
  align-items: center;
  margin-top: 0;
  height: 97px;
  margin-top: 20px;
}
form .row.box input {
  display: block;
  position: absolute;
  top: 5px;
}
form .row.box label {
  left: 45px;
  color: white;
  line-height: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 23px;
}
form textarea {
  background-color: transparent;
  resize: none;
  width: 100%;
  height: 186px;
  border: none;
  color: white;
}
form .row.textarea {
  width: 100%;
  height: auto;
  margin-top: -6px;
  overflow: hidden;
  margin-bottom: 10px;
}
form .row.textarea textarea {
  font-size: 16px;
  line-height: 60px;
  top: 5px;
}
form .row.textarea label {
  top: 6px;
}
form .row.textarea:before {
  display: block;
  content: "____________________________________________________________________________________________________________________\A____________________________________________________________________________________________________________________\A____________________________________________________________________________________________________________________";
  color: white;
  position: absolute;
  top: 9px;
  left: 0;
  line-height: 60px;
  font-weight: 500;
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
}
form .row.textarea.active label {
  top: 0px;
  color: white;
}
form .row.textarea.active:before {
  color: black;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
form .left {
  float: left;
  width: 260px;
}
form .right {
  float: right;
  width: 484px;
}
form .row.box.first {
  margin-top: 45px;
}
@media screen and (max-width: 839px) {
  form {
    padding-bottom: 70px;
  }
  form .left,
  form .right {
    width: 524px;
    padding: 0 20px;
    margin: 0 auto;
    float: none;
  }
  form .right {
    margin-top: 55px;
  }
}
@media screen and (max-width: 599px) {
  form {
    padding-bottom: 0;
  }
}
footer {
  color: white;
}
footer .center {
  text-transform: uppercase;
  margin-bottom: 62px;
}
footer .footer-top {
  padding: 110px 10px;
  background-color: black;
}
@media screen and (max-width: 599px) {
  footer .footer-top {
    padding-bottom: 100px;
  }
}
footer .footer-bottom {
  display: flex;
  justify-content: center;
  height: 80px;
  align-items: center;
}
footer .footer-bottom-inner {
  width: 320px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer h2,
footer p {
  width: 280px;
  margin: 0 auto;
  text-align: center;
  color: white;
}
footer h2 {
  margin-bottom: 20px;
}
footer.white-black {
  color: black;
}
footer.white-black input {
  color: black;
}
footer.white-black input[type="checkbox"] {
  border-color: black;
}
footer.white-black input[type="checkbox"]:checked {
  background-color: black;
}
footer.white-black h2,
footer.white-black p {
  color: black;
}
footer.white-black .footer-top {
  background-color: white;
}
footer.white-black label {
  color: black !important;
}
footer.white-black label.data {
  color: black;
}
footer.white-black input {
  border-bottom-color: black !important;
}
footer.white-black .footer-bottom {
  background-color: black;
}
footer.white-black a {
  color: white;
}
footer.white-black .square {
  background-color: white;
}
footer.white-black .row.textarea:before {
  color: black;
}
footer.white-black input[type="submit"],
footer.white-black button {
  border: 1px solid black;
  color: black;
}
footer.white-black input[type="submit"]:hover,
footer.white-black button:hover {
  background-color: black;
  color: white;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
footer.white-black .row.textarea:before {
  color: black !important;
}
footer.white-black .row.textarea textarea {
  color: black !important;
}
section.contact {
  padding: 110px 10px 110px;
}
section.contact .wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
  margin: 0 auto;
  justify-content: space-between;
}
section.contact .wrapper h1 {
  left: -7px;
  margin-top: -25px;
}
@media screen and (max-width: 839px) {
  section.contact .wrapper h1 {
    font-size: 100px;
    line-height: 102px;
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  section.contact .wrapper h1 {
    text-align: center;
    font-size: 16.5vw;
    line-height: 16.5vw;
  }
}
section.contact .wrapper .text {
  flex-basis: 573px;
}
section.contact .wrapper .text p {
  margin-top: 13px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  section.contact .wrapper .text p.address {
    margin-top: 40px;
  }
}
section.contact .wrapper .text a {
  text-transform: none;
  display: block;
}
section.contact .wrapper .text a:last-of-type {
  font-size: 26px;
  line-height: 26px;
  margin-top: 25px;
}
@media screen and (max-width: 599px) {
  section.contact .wrapper .text {
    text-align: center;
  }
}
section.contact .wrapper .address {
  font-size: 18px;
  line-height: 25px;
  font-family: 'America', sans-serif;
}
@media screen and (max-width: 839px) {
  section.contact .wrapper {
    width: 650px;
  }
  section.contact .wrapper .text {
    flex-basis: 380px;
    top: 10px;
  }
}
@media screen and (max-width: 639px) {
  section.contact .wrapper {
    justify-content: center;
    width: 565px;
  }
  section.contact .wrapper .text {
    flex-basis: 380px;
    margin-top: 75px;
  }
}
section.contact.white-black {
  background-color: black;
}
section.contact.white-black h1,
section.contact.white-black p,
section.contact.white-black a {
  color: white;
}
section.contact.white-black .speech-bouble {
  background-color: white;
}
section.contact.white-black .speech-bouble:after {
  border-right-color: white;
}
@media screen and (max-width: 959px) {
  section.contact {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  section.contact {
    padding-top: 100px;
  }
}
section p {
  font-size: 16px;
  line-height: 24px;
}
section.links {
  background-color: black;
  padding: 105px 0px;
  color: white;
}
section.links h2 {
  text-align: center;
}
section.links p {
  margin: 0 auto;
  width: 630px;
  text-align: center;
  padding: 0 20px;
}
section.links ul {
  width: 80.25%;
  max-width: 1284px;
  margin: 66px auto 0;
  display: flex;
  justify-content: space-between;
}
section.links ul li {
  opacity: 0;
  top: 20px;
  overflow: hidden;
  background-color: white;
  flex-basis: 24%;
  height: 305px;
}
section.links ul li a {
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  opacity: .6;
  background-size: cover;
  background-position: center;
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
  width: 110%;
  height: 110%;
  max-width: 110%;
  max-height: 110%;
  display: flex;
  color: white;
  font-size: 42px;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 30px;
}
section.links ul li:hover a {
  text-decoration: underline;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
  opacity: 1;
}
@media screen and (max-width: 1099px) {
  section.links ul li {
    margin-top: 10px;
  }
}
section.links ul li.visible {
  top: 0;
  opacity: 1;
  transition: 1.2s ease-in;
  -webkit-transition: 1.2s ease-in;
  -moz-transition: 1.2s ease-in;
  -o-transition: 1.2s ease-in;
  -ms-transition: 1.2s ease-in;
}
@media screen and (max-width: 599px) {
  section.links ul li.visible {
    transition: .6s ease-in !important;
    -webkit-transition: .6s ease-in !important;
    -moz-transition: .6s ease-in !important;
    -o-transition: .6s ease-in !important;
    -ms-transition: .6s ease-in !important;
  }
}
section.links ul li:nth-of-type(2) {
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}
section.links ul li:nth-of-type(3) {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}
section.links ul li:nth-of-type(4) {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
@media screen and (max-width: 1400px) {
  section.links ul {
    width: 90%;
  }
}
@media screen and (max-width: 1279px) {
  section.links ul {
    width: 95%;
  }
}
@media screen and (max-width: 699px) {
  section.links ul {
    width: 100%;
  }
}
@media screen and (max-width: 1099px) {
  section.links ul {
    flex-wrap: wrap;
  }
  section.links ul li {
    flex-basis: 49%;
    margin-top: 20px;
  }
  section.links ul li:first-of-type,
  section.links ul li:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 699px) {
  section.links ul li {
    flex-basis: 100%;
    margin-top: 0 !important;
  }
  section.links ul li:first-of-type,
  section.links ul li:nth-of-type(2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 699px) {
  section.links {
    padding-bottom: 0;
  }
}
section.contact-text,
section.team-text,
section.offer-text,
section.views-text {
  padding: 105px 20px;
}
section.contact-text h2,
section.team-text h2,
section.offer-text h2,
section.views-text h2 {
  text-align: center;
  color: black;
}
section.contact-text p,
section.team-text p,
section.offer-text p,
section.views-text p {
  margin: 0 auto;
  width: 630px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  section.contact-text,
  section.team-text,
  section.offer-text,
  section.views-text {
    padding: 100px 20px;
  }
}
section.contact-text {
  padding-top: 130px;
}
@media screen and (max-width: 599px) {
  section.contact-text {
    padding-top: 100px;
  }
}
section.views-text {
  padding-bottom: 0;
}
section.clients {
  background-color: black;
  padding: 106px 20px 116px;
}
section.clients h2 {
  text-align: center;
  color: white;
}
section.clients ul {
  max-width: 819px;
  width: 66.625%;
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
}
section.clients ul li {
  margin-top: 100px;
  flex-basis: 164px;
  height: 60px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
section.clients ul li:nth-of-type(-n+4) {
  margin-top: 20px;
}
@media screen and (max-width: 839px) {
  section.clients ul li {
    flex-basis: 32%;
  }
}
@media screen and (max-width: 599px) {
  section.clients ul li {
    flex-basis: 40%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 379px) {
  section.clients ul li {
    flex-basis: 164px;
  }
}
@media screen and (max-width: 1120px) {
  section.clients ul {
    width: 80%;
  }
}
@media screen and (max-width: 959px) {
  section.clients ul {
    width: 90%;
  }
}
section.employees,
section.blocks {
  margin-bottom: 56px;
}
section.employees ul,
section.blocks ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
section.employees ul li,
section.blocks ul li {
  min-height: 684px;
  flex-basis: 50vw;
  height: 48vw;
  position: relative;
}
section.employees ul li .wrapper,
section.blocks ul li .wrapper {
  padding-top: 5.625vw;
  padding-left: 18.18vw;
}
@media screen and (max-width: 1100px) {
  section.employees ul li .wrapper,
  section.blocks ul li .wrapper {
    padding-left: 15vw;
  }
}
@media screen and (max-width: 959px) {
  section.employees ul li .wrapper,
  section.blocks ul li .wrapper {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media screen and (max-width: 767px) {
  section.employees ul li .wrapper,
  section.blocks ul li .wrapper {
    padding-top: 75px;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 125px;
  }
}
section.employees ul li .plus,
section.blocks ul li .plus {
  width: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  display: block;
  height: 92px;
  background-color: black;
}
section.employees ul li .plus:after,
section.blocks ul li .plus:after {
  display: block;
  content: "";
  width: 28px;
  height: 40px;
  position: absolute;
  background-color: black;
  right: -28px;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
}
@media screen and (max-width: 767px) {
  section.employees ul li .plus,
  section.blocks ul li .plus {
    top: 0;
    left: 50% !important;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    width: 92px;
    height: 18px;
  }
  section.employees ul li .plus:after,
  section.blocks ul li .plus:after {
    left: 50%;
    top: 18px;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    width: 40px;
    height: 28px;
  }
}
section.employees ul li h1,
section.blocks ul li h1 {
  left: calc(15vw + 5px);
  top: calc(31.1vw - 40px);
  position: absolute;
  text-align: right;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: 1px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  transform-origin: left;
}
@media screen and (max-width: 1500px) {
  section.employees ul li h1,
  section.blocks ul li h1 {
    left: 15vw;
  }
}
@media screen and (max-width: 1300px) {
  section.employees ul li h1,
  section.blocks ul li h1 {
    left: 14.5vw;
  }
}
@media screen and (max-width: 1100px) {
  section.employees ul li h1,
  section.blocks ul li h1 {
    left: 10vw;
  }
}
section.employees ul li h2,
section.blocks ul li h2 {
  margin-top: 30px;
  color: black;
  font-size: 22px;
  font-weight: 200;
  letter-spacing: .25px;
  font-family: 'Open-Sans', sans-serif;
}
section.employees ul li p,
section.blocks ul li p {
  width: 24.375vw;
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  section.employees ul li p,
  section.blocks ul li p {
    width: 100%;
  }
}
section.employees ul li .image,
section.blocks ul li .image {
  width: 25.87vw;
  height: 25.87vw;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 959px) {
  section.employees ul li .image,
  section.blocks ul li .image {
    width: 33vw;
  }
}
@media screen and (max-width: 767px) {
  section.employees ul li .image,
  section.blocks ul li .image {
    width: 100%;
    height: 250px;
  }
}
section.employees ul li:first-of-type,
section.employees ul li:nth-of-type(4),
section.employees ul li:nth-of-type(5),
section.employees ul li:nth-of-type(8),
section.blocks ul li:first-of-type,
section.blocks ul li:nth-of-type(4),
section.blocks ul li:nth-of-type(5),
section.blocks ul li:nth-of-type(8) {
  background-color: black;
  color: white;
}
section.employees ul li:first-of-type .wrapper,
section.employees ul li:nth-of-type(4) .wrapper,
section.employees ul li:nth-of-type(5) .wrapper,
section.employees ul li:nth-of-type(8) .wrapper,
section.blocks ul li:first-of-type .wrapper,
section.blocks ul li:nth-of-type(4) .wrapper,
section.blocks ul li:nth-of-type(5) .wrapper,
section.blocks ul li:nth-of-type(8) .wrapper {
  padding-left: 5.93vw;
}
@media screen and (max-width: 959px) {
  section.employees ul li:first-of-type .wrapper,
  section.employees ul li:nth-of-type(4) .wrapper,
  section.employees ul li:nth-of-type(5) .wrapper,
  section.employees ul li:nth-of-type(8) .wrapper,
  section.blocks ul li:first-of-type .wrapper,
  section.blocks ul li:nth-of-type(4) .wrapper,
  section.blocks ul li:nth-of-type(5) .wrapper,
  section.blocks ul li:nth-of-type(8) .wrapper {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media screen and (max-width: 767px) {
  section.employees ul li:first-of-type .wrapper,
  section.employees ul li:nth-of-type(4) .wrapper,
  section.employees ul li:nth-of-type(5) .wrapper,
  section.employees ul li:nth-of-type(8) .wrapper,
  section.blocks ul li:first-of-type .wrapper,
  section.blocks ul li:nth-of-type(4) .wrapper,
  section.blocks ul li:nth-of-type(5) .wrapper,
  section.blocks ul li:nth-of-type(8) .wrapper {
    padding-top: 75px;
    padding-left: 15%;
    padding-right: 15%;
  }
}
section.employees ul li:first-of-type h1,
section.employees ul li:nth-of-type(4) h1,
section.employees ul li:nth-of-type(5) h1,
section.employees ul li:nth-of-type(8) h1,
section.blocks ul li:first-of-type h1,
section.blocks ul li:nth-of-type(4) h1,
section.blocks ul li:nth-of-type(5) h1,
section.blocks ul li:nth-of-type(8) h1 {
  -ms-transform-origin: bottom;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  top: 6vw;
  left: calc(32.31vw - 15px);
}
section.employees ul li:first-of-type h1,
section.employees ul li:first-of-type h2,
section.employees ul li:nth-of-type(4) h1,
section.employees ul li:nth-of-type(4) h2,
section.employees ul li:nth-of-type(5) h1,
section.employees ul li:nth-of-type(5) h2,
section.employees ul li:nth-of-type(8) h1,
section.employees ul li:nth-of-type(8) h2,
section.blocks ul li:first-of-type h1,
section.blocks ul li:first-of-type h2,
section.blocks ul li:nth-of-type(4) h1,
section.blocks ul li:nth-of-type(4) h2,
section.blocks ul li:nth-of-type(5) h1,
section.blocks ul li:nth-of-type(5) h2,
section.blocks ul li:nth-of-type(8) h1,
section.blocks ul li:nth-of-type(8) h2 {
  color: white;
}
section.employees ul li:first-of-type .plus,
section.employees ul li:nth-of-type(4) .plus,
section.employees ul li:nth-of-type(5) .plus,
section.employees ul li:nth-of-type(8) .plus,
section.blocks ul li:first-of-type .plus,
section.blocks ul li:nth-of-type(4) .plus,
section.blocks ul li:nth-of-type(5) .plus,
section.blocks ul li:nth-of-type(8) .plus {
  background-color: white;
  right: 0;
  left: initial;
}
section.employees ul li:first-of-type .plus:after,
section.employees ul li:nth-of-type(4) .plus:after,
section.employees ul li:nth-of-type(5) .plus:after,
section.employees ul li:nth-of-type(8) .plus:after,
section.blocks ul li:first-of-type .plus:after,
section.blocks ul li:nth-of-type(4) .plus:after,
section.blocks ul li:nth-of-type(5) .plus:after,
section.blocks ul li:nth-of-type(8) .plus:after {
  background-color: white;
  left: -28px;
}
@media screen and (max-width: 767px) {
  section.employees ul li:first-of-type .plus,
  section.employees ul li:nth-of-type(4) .plus,
  section.employees ul li:nth-of-type(5) .plus,
  section.employees ul li:nth-of-type(8) .plus,
  section.blocks ul li:first-of-type .plus,
  section.blocks ul li:nth-of-type(4) .plus,
  section.blocks ul li:nth-of-type(5) .plus,
  section.blocks ul li:nth-of-type(8) .plus {
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    top: initial;
    bottom: 0;
  }
  section.employees ul li:first-of-type .plus:after,
  section.employees ul li:nth-of-type(4) .plus:after,
  section.employees ul li:nth-of-type(5) .plus:after,
  section.employees ul li:nth-of-type(8) .plus:after,
  section.blocks ul li:first-of-type .plus:after,
  section.blocks ul li:nth-of-type(4) .plus:after,
  section.blocks ul li:nth-of-type(5) .plus:after,
  section.blocks ul li:nth-of-type(8) .plus:after {
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    top: -28px;
  }
}
@media screen and (max-width: 767px) {
  section.employees ul li,
  section.blocks ul li {
    flex-basis: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  section.employees ul,
  section.blocks ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  section.employees,
  section.blocks {
    margin-bottom: 0;
  }
}
section.employees ul li h1 {
  opacity: 0;
  top: calc(30.5vw - 40px);
}
section.employees ul li h1.visible {
  top: calc(31.1vw  - 40px);
}
section.employees ul li:first-of-type h1,
section.employees ul li:nth-of-type(4) h1,
section.employees ul li:nth-of-type(5) h1,
section.employees ul li:nth-of-type(8) h1 {
  top: 8vw;
  line-height: 71px;
}
section.employees ul li:first-of-type h1.visible,
section.employees ul li:nth-of-type(4) h1.visible,
section.employees ul li:nth-of-type(5) h1.visible,
section.employees ul li:nth-of-type(8) h1.visible {
  top: calc(6vw + 12px);
}
@media screen and (max-width: 959px) {
  section.employees ul li:first-of-type h1,
  section.employees ul li:nth-of-type(4) h1,
  section.employees ul li:nth-of-type(5) h1,
  section.employees ul li:nth-of-type(8) h1 {
    top: 100px;
  }
}
@media screen and (max-width: 767px) {
  section.employees ul li:nth-of-type(2n) .image {
    float: right;
  }
}
@media screen and (max-width: 599px) {
  section.employees ul li .wrapper  {
    width: 90%;
  }
}
@media screen and (max-width: 959px) {
  section.employees ul {
    flex-wrap: wrap;
  }
  section.employees ul li {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    height: auto;
  }
  section.employees ul li h1 {
    left: -51px;
    top: 433px;
    opacity: 0;
  }
  section.employees ul li h1.visible {
    top: 453px;
  }
  section.employees ul li .wrapper {
    padding-top: 100px !important;
    width: 493px;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
  }
  section.employees ul li .wrapper .image {
    width: 399px;
    height: 399px;
  }
  section.employees ul li .plus {
    top: 0;
    left: 50% !important;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    width: 92px;
    height: 18px;
  }
  section.employees ul li .plus:after {
    left: 50%;
    top: 18px;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    width: 40px;
    height: 28px;
  }
  section.employees ul li:first-of-type,
  section.employees ul li:nth-of-type(4),
  section.employees ul li:nth-of-type(5),
  section.employees ul li:nth-of-type(8) {
    height: auto;
  }
  section.employees ul li:first-of-type .wrapper,
  section.employees ul li:nth-of-type(4) .wrapper,
  section.employees ul li:nth-of-type(5) .wrapper,
  section.employees ul li:nth-of-type(8) .wrapper {
    padding-top: 100px !important;
    width: 493px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
  }
  section.employees ul li:first-of-type .wrapper .image,
  section.employees ul li:nth-of-type(4) .wrapper .image,
  section.employees ul li:nth-of-type(5) .wrapper .image,
  section.employees ul li:nth-of-type(8) .wrapper .image {
    width: 399px;
    height: 399px;
  }
  section.employees ul li:first-of-type .plus,
  section.employees ul li:nth-of-type(4) .plus,
  section.employees ul li:nth-of-type(5) .plus,
  section.employees ul li:nth-of-type(8) .plus {
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    top: initial;
    bottom: 0;
  }
  section.employees ul li:first-of-type .plus:after,
  section.employees ul li:nth-of-type(4) .plus:after,
  section.employees ul li:nth-of-type(5) .plus:after,
  section.employees ul li:nth-of-type(8) .plus:after {
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    top: -28px;
  }
  section.employees ul li:first-of-type h1,
  section.employees ul li:nth-of-type(4) h1,
  section.employees ul li:nth-of-type(5) h1,
  section.employees ul li:nth-of-type(8) h1 {
    left: initial;
    top: 130px;
    right: -104px;
    opacity: 0;
  }
  section.employees ul li:first-of-type h1.visible,
  section.employees ul li:nth-of-type(4) h1.visible,
  section.employees ul li:nth-of-type(5) h1.visible,
  section.employees ul li:nth-of-type(8) h1.visible {
    top: 118px;
  }
}
@media screen and (max-width: 959px) and screen and (max-width: 959px) {
  section.employees ul li .wrapper {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 959px) and screen and (max-width: 959px) {
  section.employees ul li:first-of-type .wrapper,
  section.employees ul li:nth-of-type(4) .wrapper,
  section.employees ul li:nth-of-type(5) .wrapper,
  section.employees ul li:nth-of-type(8) .wrapper {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 959px) and screen and (max-width: 959px) {
  section.employees ul li {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  section.employees ul li h1 {
    left: 33px;
  }
}
@media screen and (max-width: 599px) {
  section.employees ul li .image {
    width: 80% !important;
  }
}
@media screen and (max-width: 419px) {
  section.employees ul li .image {
    width: 80% !important;
  }
  section.employees ul li h1 {
    font-size: 60px;
    left: 22px;
  }
  section.employees ul li:first-of-type h1 {
    right: -74px;
    top: 93px !important;
  }
  section.employees ul li:first-of-type h1.visible {
    top: 83px !important;
  }
}
section.blocks ul li {
  padding-left: 0 !important;
  padding-top: 15%;
}
section.blocks ul li .plus {
  top: 33%;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  background-color: black;
}
@media screen and (max-width: 1199px) {
  section.blocks ul li .plus {
    top: 24%;
  }
}
@media screen and (max-width: 839px) {
  section.blocks ul li .plus {
    top: 0;
    left: 50% !important;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    width: 92px;
    height: 18px;
  }
  section.blocks ul li .plus:after {
    background-color: black;
    left: 50%;
    top: 18px;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    width: 40px;
    height: 28px;
  }
}
section.blocks ul li h1 {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  section.blocks ul li h1 {
    font-size: 60px;
  }
}
section.blocks ul li p {
  width: 488px;
  margin: 0 auto;
  text-align: center;
  margin-top: 45px;
}
@media screen and (max-width: 1199px) {
  section.blocks ul li p {
    width: 90%;
  }
}
@media screen and (max-width: 1199px) {
  section.blocks ul li {
    padding-top: 10%;
  }
}
@media screen and (max-width: 839px) {
  section.blocks ul li {
    min-height: 400px;
    flex-basis: 100%;
    height: auto;
    padding-bottom: 10%;
  }
  section.blocks ul li:first-of-type .plus,
  section.blocks ul li:nth-of-type(4) .plus,
  section.blocks ul li:nth-of-type(5) .plus,
  section.blocks ul li:nth-of-type(8) .plus {
    bottom: 0;
    top: initial;
  }
  section.blocks ul li:first-of-type .plus:after,
  section.blocks ul li:nth-of-type(4) .plus:after,
  section.blocks ul li:nth-of-type(5) .plus:after,
  section.blocks ul li:nth-of-type(8) .plus:after {
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    top: -28px;
  }
}
@media screen and (max-width: 379px) {
  section.blocks ul li {
    padding-bottom: 20%;
  }
}
@media screen and (max-width: 839px) {
  section.blocks ul li {
    min-height: 355px;
    padding-bottom: 100px;
  }
  section.blocks ul li:first-of-type {
    padding-bottom: 80px;
  }
}
section.blocks ul li:first-of-type {
  background-color: white;
  color: black;
}
section.blocks ul li:first-of-type h1 {
  color: black;
}
section.blocks ul li:first-of-type .plus {
  background-color: black;
}
section.blocks ul li:first-of-type .plus:after {
  background-color: black;
}
section.blocks ul li:nth-of-type(2) {
  background-color: black;
  color: white;
}
section.blocks ul li:nth-of-type(2) h1 {
  color: white;
}
section.blocks ul li:nth-of-type(2) .plus {
  background-color: white;
}
section.blocks ul li:nth-of-type(2) .plus:after {
  background-color: white;
}
section.offer {
  margin-bottom: 186px;
}
section.offer ul {
  max-width: 1284px;
  width: 80.25%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.offer ul li {
  flex-basis: 32.25%;
  height: auto;
  opacity: 0;
  top: 50px;
}
section.offer ul li .image {
  width: 100%;
  height: 415px;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  section.offer ul li .image {
    height: 315px;
  }
}
section.offer ul li h2 {
  margin-top: 40px;
  font-size: 22px;
  line-height: 26px;
  font-family: 'America', sans-serif;
  color: black;
  width: 230px;
}
@media screen and (max-width: 839px) {
  section.offer ul li h2 {
    margin-top: 20px;
  }
}
section.offer ul li p {
  max-width: 414px;
}
section.offer ul li:first-of-type,
section.offer ul li:nth-of-type(4),
section.offer ul li:nth-of-type(5),
section.offer ul li:nth-of-type(8) {
  flex-basis: 57.75%;
}
@media screen and (max-width: 839px) {
  section.offer ul li:nth-of-type(odd) {
    margin-top: 58px;
  }
}
section.offer ul li:nth-of-type(even) {
  margin-top: 158px;
}
@media screen and (max-width: 839px) {
  section.offer ul li:nth-of-type(even) {
    margin-top: 58px;
  }
}
@media screen and (max-width: 839px) {
  section.offer ul li:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 839px) {
  section.offer ul li {
    flex-basis: 100% !important;
  }
  section.offer ul li .image {
    width: calc(100% - 36px);
  }
  section.offer ul li .wrapper h2,
  section.offer ul li .wrapper p {
    margin-left: 15vw;
  }
  section.offer ul li .wrapper p {
    padding-right: 15px;
  }
  section.offer ul li:nth-of-type(2n) .image {
    float: right;
  }
}
section.offer ul li.visible {
  opacity: 1;
  top: 0;
}
@media screen and (max-width: 959px) {
  section.offer ul {
    width: 95%;
  }
}
@media screen and (max-width: 839px) {
  section.offer ul {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  section.offer {
    margin-bottom: 50px;
  }
}
section.gallery {
  padding: 100px 0 116px;
}
section.gallery ul {
  margin: 0 auto;
  max-width: 1284px;
  width: 80.25%;
}
section.gallery ul li {
  width: 100%;
  height: 844px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  flex-wrap: wrap;
}
section.gallery ul li .left,
section.gallery ul li .right {
  height: 100%;
  flex-basis: calc(33% - 5px);
  display: flex;
  flex-wrap: wrap;
}
section.gallery ul li .left div,
section.gallery ul li .right div {
  opacity: 0;
  top: 50px;
  width: 100%;
  background-position: center;
  background-size: cover;
}
section.gallery ul li .left div.visible,
section.gallery ul li .right div.visible {
  top: 0;
  opacity: 1;
  transition: 1.2s ease-in;
  -webkit-transition: 1.2s ease-in;
  -moz-transition: 1.2s ease-in;
  -o-transition: 1.2s ease-in;
  -ms-transition: 1.2s ease-in;
}
@media screen and (max-width: 599px) {
  section.gallery ul li .left div.visible,
  section.gallery ul li .right div.visible {
    transition: .6s ease-in !important;
    -webkit-transition: .6s ease-in !important;
    -moz-transition: .6s ease-in !important;
    -o-transition: .6s ease-in !important;
    -ms-transition: .6s ease-in !important;
  }
}
@media screen and (max-width: 699px) {
  section.gallery ul li .left div,
  section.gallery ul li .right div {
    height: 500px !important;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 699px) {
  section.gallery ul li .left,
  section.gallery ul li .right {
    flex-basis: 100% !important;
    height: auto;
  }
}
section.gallery ul li .left div {
  height: calc(50% - 5px);
}
@media screen and (max-width: 699px) {
  section.gallery ul li .left div {
    height: 500px !important;
    margin-bottom: 35px;
  }
}
section.gallery ul li .left div:last-of-type {
  align-self: flex-end;
}
section.gallery ul li .right {
  flex-basis: calc(67% - 5px);
}
section.gallery ul li .right div {
  width: 100%;
  height: 100%;
}
section.gallery ul li .right div.visible {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}
@media screen and (max-width: 699px) {
  section.gallery ul li .right div.visible {
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
  }
}
section.gallery ul li .right div:last-of-type {
  align-self: flex-end;
}
section.gallery ul li:nth-of-type(2n) {
  height: 1270px;
}
section.gallery ul li:nth-of-type(2n) .right {
  flex-basis: calc(33% - 5px);
}
section.gallery ul li:nth-of-type(2n) .right div {
  height: calc(50% - 5px);
}
@media screen and (max-width: 699px) {
  section.gallery ul li:nth-of-type(2n) .right div {
    height: 500px !important;
    margin-bottom: 35px;
  }
}
section.gallery ul li:nth-of-type(2n) .left {
  flex-basis: calc(67% - 5px);
}
section.gallery ul li:nth-of-type(2n) .left div {
  height: calc(33% - 5px);
}
@media screen and (max-width: 699px) {
  section.gallery ul li:nth-of-type(2n) .left div {
    height: 500px !important;
    margin-bottom: 35px;
  }
}
section.gallery ul li:nth-of-type(2n) .left div:last-of-type {
  height: calc(67% - 5px);
}
@media screen and (max-width: 959px) {
  section.gallery ul li:nth-of-type(2n) {
    height: 800px;
  }
}
@media screen and (max-width: 699px) {
  section.gallery ul li:nth-of-type(2n) {
    height: auto;
  }
}
section.gallery ul li:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  section.gallery ul li {
    height: 644px;
  }
}
@media screen and (max-width: 699px) {
  section.gallery ul li {
    height: auto;
    margin-top: 0;
  }
}
section.gallery ul li .active .description .text {
  opacity: 1;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
section.gallery ul li .active .description .button:after {
  opacity: 0;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
section.gallery ul li .active:before {
  opacity: 1;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
section.gallery ul li .description {
  position: absolute;
  bottom: 0;
  color: white;
  font-family: 'America', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 26px;
  width: 100%;
  padding: 22px;
  padding-right: 73px;
  z-index: 101;
}
section.gallery ul li .description .text {
  float: right;
  opacity: 0;
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
}
section.gallery ul li .description .button-wrapper {
  padding: 20px;
  bottom: 0;
  position: absolute;
  right: 0;
}
section.gallery ul li .description .button {
  display: block;
  content: "";
  width: 15px;
  height: 4px;
  background-color: white;
  float: right;
}
section.gallery ul li .description .button:after {
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
  opacity: 1;
  display: block;
  content: "";
  width: 4px;
  height: 15px;
  background-color: white;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
section.gallery ul li .img:before {
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
  opacity: 0;
  display: block;
  content: "";
  background: linear-gradient(to bottom,transparent,rgba(0,0,0,0.5));
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.gallery ul li .img.active:before {
  opacity: 1;
}
@media screen and (max-width: 1140px) {
  section.gallery ul {
    width: 90%;
  }
}
.speech-bouble {
  width: 197px;
  height: 197px;
  background-color: black;
}
.speech-bouble:after {
  display: block;
  content: "";
  border-right: 25px solid black;
  border-bottom: 40px solid transparent;
  position: absolute;
  bottom: -39px;
  right: 25px;
}
.contact header h1,
.offer header h1,
.team header h1 {
  text-align: left;
}
.offer main {
  margin-top: 100px;
}
@media screen and (max-width: 599px) {
  .offer main {
    margin-top: 100px;
  }
}
.offer section.blocks ul li {
  padding-left: 0 !important;
  padding-top: 15%;
}
.offer section.blocks ul li .wrapper {
  padding: 0 !important;
}
.offer section.blocks ul li h1 {
  position: relative;
  margin: 0 auto;
  left: initial;
  top: initial;
}
@media screen and (max-width: 839px) {
  .offer section.blocks ul li {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 599px) {
  .offer section.blocks ul li {
    padding-top: 100px;
  }
}
@media screen and (max-width: 839px) {
  .offer section.blocks ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .offer section.blocks ul {
    padding-top: 0;
  }
  .offer section.blocks ul li:first-of-type {
    padding-top: 0;
  }
}
.default header {
  height: auto;
  min-height: auto;
}
.default main {
  min-height: calc(100vh - 110px - 80px);
  min-height: 200px;
}
.default main .inner {
  max-width: 600px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 80px;
}
.default main .inner h1 {
  text-align: center;
  font-size: 100px;
}
@media screen and (max-width: 839px) {
  .default main .inner h1 {
    font-size: 16.5vw;
    line-height: 16.5vw;
    text-align: center;
    margin-bottom: 25px;
  }
}
.default main .inner h3 {
  margin-bottom: 15px;
  margin-top: 20px;
  color: black;
  font-size: 20px;
}
.default main .inner p {
  margin-bottom: 10px;
  line-height: 1.5em;
}
.default main .inner a {
  font-size: 14px;
  text-transform: none;
}
.default h1,
.default h2,
.default h3 {
  color: black;
}
.default main ul {
  list-style: disc;
  padding: 0 25px;
  margin-bottom: 25px;
}
.default main ul li {
  line-height: 1.5em;
}
@media screen and (max-width: 839px) {
  .offer header h1 {
    width: 550px;
  }
}
@media screen and (max-width: 599px) {
  .offer header h1 {
    width: 280px;
  }
}
.offer header h1,
.offer header .text {
  left: 168px;
}
@media screen and (max-width: 1280px) {
  .offer header h1,
  .offer header .text {
    left: 97px;
  }
}
@media screen and (max-width: 839px) {
  .offer header h1,
  .offer header .text {
    left: 31px;
  }
}
.offer header .text {
  left: 172px;
  width: 23.5vw;
}
@media screen and (max-width: 1280px) {
  .offer header .text {
    left: 100px;
  }
}
@media screen and (max-width: 839px) {
  .offer header .text {
    left: 23.2vw;
    width: 65.73vw;
  }
}
@media screen and (max-width: 599px) {
  .offer header {
    min-height: auto;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .offer header main {
    margin-top: 100px;
  }
}
.team header h1,
.team header .text {
  left: 67px;
  transition: 1.3s ease-in;
  -webkit-transition: 1.3s ease-in;
  -moz-transition: 1.3s ease-in;
  -o-transition: 1.3s ease-in;
  -ms-transition: 1.3s ease-in;
}
.team header h1 {
  max-width: 60vw;
}
@media screen and (max-width: 839px) {
  .team header h1 {
    width: 372px;
  }
}
@media screen and (max-width: 599px) {
  .team header h1 {
    left: 31px;
    width: 280px;
  }
}
.team header h1.visible {
  transition: 1.6s ease-in;
  -webkit-transition: 1.6s ease-in;
  -moz-transition: 1.6s ease-in;
  -o-transition: 1.6s ease-in;
  -ms-transition: 1.6s ease-in;
}
@media screen and (max-width: 839px) {
  .team header h1.visible {
    transition: .8s ease-in;
    -webkit-transition: .8s ease-in;
    -moz-transition: .8s ease-in;
    -o-transition: .8s ease-in;
    -ms-transition: .8s ease-in;
  }
}
.team header .text {
  left: 72px;
}
@media screen and (max-width: 839px) {
  .team header .text {
    left: 23.2vw;
    width: 65.73vw;
  }
}
@media screen and (max-width: 599px) {
  .team header {
    min-height: auto;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .team header main {
    margin-top: 100px;
  }
}
@media screen and (max-width: 599px) {
  .team header h1 {
    text-shadow: 3px 1px 40px rgba(255,255,255,0.3);
  }
}
.contact header .image,
.team header .image,
.offer header .image {
  background-position: center;
}
label a {
  color: white;
}
.white-black label a {
  color: black;
}
.cookie-accept {
  z-index: 100000;
  display: none;
  position: fixed;
  justify-content: center;
  align-content: center;
  min-height: 100px;
  width: 100%;
  background-color: rgba(0,0,0,0.9);
  color: white;
  bottom: 0;
}
.cookie-accept .cookie-accept-button {
  display: block;
  color: white;
  border: 2px solid white;
  padding: 10px 50px;
  width: 200px;
  margin: 25px auto;
}
.cookie-accept .cookie-accept-button:hover {
  background-color: white;
  color: black;
}
.cookie-accept a {
  color: white;
}
.cookie-accept .static-page-wrap {
  width: 80%;
  margin: 0 auto;
  padding-top: 25px;
}
.cookie-accept .static-page-wrap p {
  line-height: 22px;
}
