* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 100%;
  outline: none;
  line-height: 1em;
  position: relative;
}
*:first-of-type {
  margin-bottom: 0;
}
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 {
  opacity: .9;
  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;
}
a {
  text-decoration: none;
}
body {
  color: #212121;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #212121;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
body p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 14px;
  line-height: 19.5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  letter-spacing: .3px;
  font-weight: 300;
}
.button {
  border: 2px solid #1de9b6;
  width: 305px;
  height: 53px;
  color: black;
  padding: 2px;
  display: block;
  margin: 32px auto 0;
}
.button span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1de9b6;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: black;
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
}
.button:hover span {
  background-color: transparent;
  color: #1de9b6;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
.button.img-button:hover span {
  background-color: #1de9b6;
  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;
}
.button.img-button:hover img {
  transform: translate(0,-50%) scale(1.1) !important;
  -webkit-transform: translate(0,-50%) scale(1.1) !important;
  -moz-transform: translate(0,-50%) scale(1.1) !important;
  -o-transform: translate(0,-50%) scale(1.1) !important;
  -ms-transform: translate(0,-50%) scale(1.1) !important;
}
.ticker {
  background-color: #1de9b6;
  width: 100%;
  height: 34px;
  border-bottom: 5px solid white;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  letter-spacing: 1.6px;
  display: flex;
  align-items: center;
}
.ticker h3 {
  position: absolute;
  z-index: 100;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  letter-spacing: 1.6px;
  display: flex;
  align-items: center;
  padding-left: 78px;
  background-color: #1de9b6;
  height: 100%;
  padding-right: 40px;
}
.ticker h3 img {
  width: 58px;
  float: right;
  left: 10px;
  top: -8px;
}
@media screen and (max-width: 599px) {
  .ticker h3 {
    padding-left: 15px;
    padding-right: 10px;
  }
  .ticker h3 img {
    width: 30px;
    left: 3px;
    top: 0px;
  }
}
.ticker a {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
.ticker ul {
  list-style: none;
  height: 100%;
  background-color: #1de9b6;
}
.ticker ul li {
  background-color: #1de9b6;
  position: absolute;
  min-width: 1042px;
  left: 227px;
  margin: 0;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  height: 100%;
  line-height: 29px;
}
.ticker ul li:before {
  display: none;
}
@media screen and (max-width: 599px) {
  .ticker {
    overflow-x: hidden;
  }
}
ul li {
  margin-top: 23px;
  font-weight: 100;
  line-height: 22px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
ul li:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: -21px;
  top: 3px;
  background-size: 13px;
  background-repeat: no-repeat;
  background-image: url(../img/bullets_dark.png);
}
ul li strong,
ul li span {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  text-transform: none;
  font-family: 'Montserrat', sans-serif;
}
nav {
  z-index: 101;
  height: 72px;
  position: fixed;
  width: 100%;
  overflow: hidden;
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
}
nav .topbar {
  z-index: 1;
  background-color: rgba(33,33,33,0.9);
  height: 60px;
  width: 100%;
  -moz-box-shadow: 0 0 8px 4px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 8px 4px rgba(0,0,0,0.3);
  box-shadow: 0 0 8px 4px rgba(0,0,0,0.3);
}
nav .topbar aside {
  height: 60px;
  line-height: 60px;
  position: absolute;
  right: 6%;
}
nav .topbar aside a {
  line-height: 60px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  float: left;
  margin-left: 17px;
  letter-spacing: .8px;
}
nav .topbar aside ul {
  float: left;
  padding-left: 17px;
  border-left: 1px solid white;
}
nav .topbar aside ul li {
  float: left;
  margin: 0;
  color: white;
  line-height: 60px;
}
nav .topbar aside ul li:before {
  display: none;
}
nav .topbar aside ul li:nth-of-type(2) {
  margin: 0 10px;
}
nav .topbar aside ul li.active a {
  color: #1de9b6;
}
nav .topbar aside ul li a:first-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  nav .topbar aside {
    display: none;
  }
}
nav .buttons {
  z-index: 1;
  width: 201px;
  position: absolute;
  height: 63px;
  background-color: #1de9b6;
  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);
  -moz-box-shadow: 0 0 8px 4px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 0 8px 4px rgba(0,0,0,0.15);
  box-shadow: 0 0 8px 4px rgba(0,0,0,0.15);
}
nav .buttons a {
  height: 100%;
  width: 67px;
  border-right: 2px solid white;
  float: left;
}
nav .buttons a:first-of-type {
  border-left: 2px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav .buttons a:first-of-type img {
  width: 28px;
}
@media screen and (max-width: 479px) {
  nav .buttons a:first-of-type {
    display: none;
  }
}
nav .buttons a:last-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
}
nav .buttons a:last-of-type img {
  width: 33px;
}
@media screen and (max-width: 479px) {
  nav .buttons a:last-of-type {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  nav .buttons {
    right: 4%;
    left: initial;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
}
@media screen and (max-width: 479px) {
  nav .buttons {
    width: 67px;
    border-left: 2px solid white;
  }
}
@media screen and (max-width: 329px) {
  nav .buttons {
    right: 0;
  }
}
nav .menu-button span {
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: .125s ease-out;
  -webkit-transition: .125s ease-out;
  -moz-transition: .125s ease-out;
  -o-transition: .125s ease-out;
  -ms-transition: .125s ease-out;
  display: block;
  width: 33px;
  height: 2px;
  background-color: white;
  margin: 0 auto;
  border-radius: 5px;
}
nav .menu-button span:first-of-type {
  margin-top: 21px;
}
nav .menu-button span:nth-of-type(2) {
  margin: 7px auto;
}
nav .menubar {
  height: 59px;
  position: relative;
  top: -59px;
  background-color: rgba(29,233,182,0.9);
  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-y: scroll;
}
nav .menubar .inner {
  width: 100%;
  height: 100vh;
  min-height: 700px;
}
nav .menubar .menu {
  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%);
  width: 100%;
}
nav .menubar .menu li {
  margin-top: 0;
  height: 51px;
  width: 190px;
  left: 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%);
}
nav .menubar .menu li:before {
  display: none;
}
nav .menubar .menu li .before {
  transition: .15s ease-out;
  -webkit-transition: .15s ease-out;
  -moz-transition: .15s ease-out;
  -o-transition: .15s ease-out;
  -ms-transition: .15s ease-out;
  display: block;
  max-width: 2000px;
  height: 2px;
  background-color: black;
  width: 50px;
  top: 53px;
  left: -43px;
}
nav .menubar .menu li a {
  position: absolute;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  font-size: 15px;
  font-weight: 700;
  line-height: 51px;
  text-transform: uppercase;
  color: black;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  transform-origin: left;
  left: 5px;
  top: 27px;
}
nav .menubar .menu li a:hover {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
nav .menubar .menu li:nth-last-of-type(2) {
  margin-top: 60px;
}
nav .menubar .menu li:nth-of-type(5) {
  margin-top: 60px;
}
nav .menubar .menu li:nth-last-of-type(2):before,
nav .menubar .menu li:last-of-type:before {
  display: none;
}
nav .menubar .menu li:nth-last-of-type(2) a,
nav .menubar .menu li:last-of-type a {
  font-weight: 300;
}
@media screen and (min-width: 600px) {
  nav .menubar .menu li:hover .before {
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
  }
}
nav .menubar .contact {
  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);
  position: absolute;
  bottom: 55px;
}
nav .menubar .contact li {
  float: left;
  margin: 0;
}
nav .menubar .contact li img {
  width: 35px;
}
nav .menubar .contact li:before {
  display: none;
}
nav .menubar .contact li:nth-of-type(2) {
  margin: 0 20px;
}
@media screen and (max-width: 599px) {
  nav .menubar .contact {
    bottom: 50px;
  }
}
header {
  min-height: 700px;
  height: 100vh;
  z-index: 1;
}
header .text {
  min-height: 272px;
  width: 100%;
  padding: 40px 10px 34px;
  background-color: rgba(255,255,255,0.6);
  bottom: 110px;
  position: absolute;
  padding-left: 10%;
}
header .text h1 {
  font-weight: 600;
  font-size: 31px;
  line-height: 37px;
  letter-spacing: 0;
  width: 700px;
}
header .text h1 strong {
  display: initial;
  font-weight: 700;
  font-size: 31px;
  line-height: 37px;
  letter-spacing: 0;
  width: 700px;
}
header .text p {
  margin-top: 11px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  width: 645px;
}
header .text h6,
header .text span {
  font-family: 'Rajdhani', sans-serif;
  display: block;
  margin-top: 5px;
  font-size: 17px;
  line-height: 36px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 839px) {
  header .text {
    padding: 40px 30px 34px;
  }
  header .text p {
    width: 100%;
  }
}
.logo {
  display: flex;
  align-items: center;
  left: 4%;
  height: 60px;
  text-transform: uppercase;
  position: absolute;
  font-family: 'Rajdhani', sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: white;
  letter-spacing: 1.4px;
}
.logo img {
  height: 49px;
  float: left;
  margin-right: 15px;
}
.logo span {
  line-height: 60px;
  display: block;
  float: left;
}
.logo strong {
  font-weight: 400;
}
.open {
  overflow: hidden;
}
.open body {
  height: 100%;
  overflow: hidden;
}
.open .wrapper {
  overflow: hidden;
  height: 100%;
}
.open .menu-button span {
  transition: .25s ease-in;
  -webkit-transition: .25s ease-in;
  -moz-transition: .25s ease-in;
  -o-transition: .25s ease-in;
  -ms-transition: .25s ease-in;
  left: 4px;
}
.open .menu-button span:first-of-type {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: -3px;
}
.open .menu-button span:last-of-type {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: 2px;
}
.open .menu-button span:nth-of-type(2) {
  opacity: 0;
}
.open nav {
  height: 100vh;
  transition: .4s ease-in;
  -webkit-transition: .4s ease-in;
  -moz-transition: .4s ease-in;
  -o-transition: .4s ease-in;
  -ms-transition: .4s ease-in;
}
.open nav .menubar {
  height: 100%;
  transition: .4s ease-in;
  -webkit-transition: .4s ease-in;
  -moz-transition: .4s ease-in;
  -o-transition: .4s ease-in;
  -ms-transition: .4s ease-in;
}
h1 {
  font-size: 49px;
  line-height: 59px;
  letter-spacing: 1.6px;
  font-weight: 400;
}
h1 strong {
  font-weight: 700;
}
h1,
h2,
h3,
h5,
h6,
strong {
  text-transform: uppercase;
  font-family: 'Rajdhani', sans-serif;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
h3 {
  letter-spacing: 1.8px;
}
h4 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.parallax {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../img/planet.jpg);
  background-size: cover;
  background-position: center;
  position: fixed;
}
section {
  z-index: 1;
}
section h2 {
  font-size: 49px;
  line-height: 59px;
  letter-spacing: 1.6px;
  font-weight: 400;
}
section h2 strong {
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  section h2 {
    font-size: 34px;
    line-height: 39px;
    letter-spacing: .6px;
  }
}
@media screen and (max-width: 379px) {
  section h2 {
    font-size: 24px;
    line-height: 29px;
  }
  section h2 strong,
  section h2 span {
    font-size: 24px;
    line-height: 29px;
  }
}
section.section-1 {
  min-height: 483px;
  background-color: white;
  padding-top: 150px;
}
section.section-1 div {
  position: absolute;
}
section.section-1 .left {
  width: 374px;
  text-align: right;
  left: calc(50% - 25px);
  transform: translate(-100%,0);
  -webkit-transform: translate(-100%,0);
  -moz-transform: translate(-100%,0);
  -o-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
}
section.section-1 .right {
  width: 454px;
  padding-top: 10px;
  left: calc(50% + 50px);
}
section.section-1 .right h4:nth-of-type(2) {
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  section.section-1 {
    padding-bottom: 60px;
  }
  section.section-1 .left,
  section.section-1 .right {
    width: 75%;
    position: relative;
    left: unset;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    margin: 0 auto;
  }
  section.section-1 .left {
    text-align: center;
    width: 374px;
  }
}
section.section-2 {
  background-color: transparent;
  border-bottom: 50px solid rgba(33,33,33,0.9);
}
section.section-2 .section-top {
  overflow: hidden;
  min-height: 700px;
  padding: 70px 10px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  color: white;
}
section.section-2 .section-top div {
  background-color: rgba(69,90,100,0.68);
  width: 560px;
  padding: 40px;
  margin: 0 1px;
}
@media screen and (max-width: 479px) {
  section.section-2 .section-top div {
    padding: 40px 30px;
  }
}
section.section-2 .section-top img {
  width: 47px;
  margin: 0 auto;
}
section.section-2 .section-top .image {
  background-color: transparent;
  padding: 0;
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto 0;
  flex-wrap: nowrap;
}
section.section-2 .section-top .left {
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  section.section-2 .section-top .left {
    margin-top: 70px;
  }
}
section.section-2 .section-top .right img {
  width: 36px;
}
section.section-2 .section-top h3 {
  font-size: 16px;
  line-height: 35px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  letter-spacing: 1.8px;
  text-align: center;
}
section.section-2 .section-top h2 {
  font-size: 36px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.2px;
}
section.section-2 .section-top ul {
  width: 304px;
  margin: 0 auto;
  min-height: 272px;
}
section.section-2 .section-top ul li {
  font-weight: 400;
  line-height: 20px;
}
section.section-2 .section-top ul li:before {
  background-image: url(../img/bullets_light.png);
}
@media screen and (max-width: 959px) {
  section.section-2 .section-top {
    flex-wrap: wrap;
  }
  section.section-2 .section-top div {
    margin: 1px 0;
  }
}
@media screen and (max-width: 959px) {
  section.section-2 .section-top {
    padding-top: 0;
  }
}
section.section-2 .section-top .background {
  height: 100%;
  width: 100%;
  position: absolute;
  display: none;
}
@media screen and (max-width: 839px) {
  section.section-2 .section-top .background {
    display: block;
  }
}
section.section-2 .section-bottom {
  min-height: 550px;
  background-color: rgba(33,33,33,0.9);
  padding: 52px 0;
  color: white;
  text-align: center;
}
section.section-2 .section-bottom h3 {
  font-size: 21px;
  line-height: 36px;
  font-weight: 800;
  letter-spacing: 1.8px;
}
section.section-2 .section-bottom p {
  font-size: 14px;
  line-height: 19px;
  font-weight: 100;
  width: 940px;
  padding: 0 20px;
  margin: 8px auto 0;
}
@media screen and (max-width: 959px) {
  section.section-2 .section-bottom p {
    margin: 20px auto 35px;
    padding: 0 100px;
  }
}
@media screen and (max-width: 699px) {
  section.section-2 .section-bottom p {
    padding: 0 50px;
  }
}
section.section-2 .section-bottom .find {
  width: 865px;
  margin: 42px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
section.section-2 .section-bottom .find .circle {
  width: 138px;
  height: 138px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e3e3e3;
  border-radius: 50%;
}
section.section-2 .section-bottom .find .circle img {
  width: 58px;
}
section.section-2 .section-bottom .find .circle:after {
  display: block;
  content: "";
  background-image: url(../img/arrow_right.png);
  background-size: 43px;
  width: 43px;
  height: 16px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: calc(100% + 22px);
  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: 839px) {
  section.section-2 .section-bottom .find .circle {
    margin: 0 auto;
  }
  section.section-2 .section-bottom .find .circle:after {
    top: calc(100% + 90px);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    left: 47px;
  }
}
@media screen and (max-width: 839px) {
  section.section-2 .section-bottom .find {
    display: block;
  }
}
section.section-2 .section-bottom .find .step {
  text-align: center;
}
section.section-2 .section-bottom .find .step span {
  width: 110px;
  margin: 23px auto 0;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .4px;
}
section.section-2 .section-bottom .find .step:first-of-type .circle img {
  left: 9px;
  top: -7px;
}
section.section-2 .section-bottom .find .step:nth-of-type(2) .circle img {
  left: 9px;
  top: 6px;
}
section.section-2 .section-bottom .find .step:nth-of-type(3) .circle img {
  width: 51px;
}
section.section-2 .section-bottom .find .step:last-of-type .circle img {
  width: 41px;
}
section.section-2 .section-bottom .find .step:last-of-type .circle:after {
  display: none;
}
@media screen and (max-width: 839px) {
  section.section-2 .section-bottom .find .step {
    margin: 90px auto 0;
  }
  section.section-2 .section-bottom .find .step:first-of-type {
    margin: 0 auto;
  }
}
section.section-2 .section-bottom .button {
  margin-top: 51px;
}
section.section-3 {
  min-height: 507px;
  background-color: white;
  padding-top: 118px;
}
section.section-3 div {
  position: absolute;
}
section.section-3 h2:nth-of-type(2) {
  font-weight: 700;
}
section.section-3 .left {
  width: 374px;
  text-align: right;
  left: calc(50% - 25px);
  transform: translate(-100%,0);
  -webkit-transform: translate(-100%,0);
  -moz-transform: translate(-100%,0);
  -o-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
}
section.section-3 .right {
  width: 454px;
  padding-top: 10px;
  left: calc(50% + 25px);
  font-weight: 100;
}
section.section-3 .right p {
  margin-top: 22px;
}
section.section-3 .right p:first-of-type {
  margin-top: 61px;
}
section.section-3 .button {
  margin-top: 242px;
}
@media screen and (max-width: 959px) {
  section.section-3 .button {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 959px) {
  section.section-3 {
    padding-bottom: 50px;
  }
  section.section-3 .left,
  section.section-3 .right {
    width: 75%;
    position: relative;
    left: unset;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    margin: 0 auto;
  }
  section.section-3 .left {
    text-align: center;
    width: 374px;
  }
}
section.section-4 {
  min-height: 687px;
  display: flex;
  align-items: stretch;
  background-size: cover;
  background-position: center 25%;
}
section.section-4 .text {
  background-color: rgba(69,90,100,0.68);
  width: 50%;
  color: #e3e3e3;
  padding-top: 145px;
}
section.section-4 .text img {
  width: 49px;
  margin: 35px auto 0;
}
section.section-4 .text h3 {
  font-size: 16px;
  line-height: 35px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  letter-spacing: 1.8px;
  text-align: center;
}
section.section-4 .text h2 {
  font-size: 36px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
}
section.section-4 .text p {
  width: 316px;
  margin: 32px auto 0;
}
@media screen and (max-width: 959px) {
  section.section-4 .text {
    margin: 0 auto;
    padding: 18% 10% 15%;
    width: 90%;
    max-width: 537px;
  }
}
@media screen and (max-width: 959px) {
  section.section-4 {
    padding: 140px 0 106px;
  }
}
section.section-5 {
  min-height: 810px;
  background-color: white;
  padding-top: 122px;
  padding-bottom: 92px;
}
section.section-5 div {
  position: absolute;
}
section.section-5 .clear {
  position: relative;
}
section.section-5 .left {
  width: 400px;
  text-align: right;
  left: calc(50% - 25px);
  transform: translate(-100%,0);
  -webkit-transform: translate(-100%,0);
  -moz-transform: translate(-100%,0);
  -o-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
}
section.section-5 .left .button {
  float: right;
}
section.section-5 .left .button img {
  position: absolute;
  left: 22px;
  z-index: 1;
  width: 27px;
  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%);
}
section.section-5 .left .button:first-of-type {
  margin-top: 26px;
}
section.section-5 .left .button:last-of-type {
  margin-top: 12px;
}
section.section-5 .left .button:last-of-type img {
  width: 23px;
}
@media screen and (max-width: 959px) {
  section.section-5 .left .button {
    float: none;
  }
}
section.section-5 .right {
  width: 454px;
  max-width: 38%;
  padding-top: 10px;
  left: calc(50% + 25px);
}
section.section-5 .right form input {
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-bottom: 7px;
  width: 100%;
  height: 29px;
  line-height: 29px;
  padding-left: 8px;
  background-color: #e3e3e3;
  border: 1px solid transparent;
}
section.section-5 .right form input.half {
  width: calc(50% - 1px);
  float: left;
}
section.section-5 .right form input.half:last-of-type {
  float: right;
}
section.section-5 .right form .checkbox {
  position: relative;
  margin: 15px 0;
}
section.section-5 .right form .checkbox input {
  background-color: transparent;
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid black;
  border-radius: 50%;
  margin-right: 10px;
}
section.section-5 .right form .checkbox label {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}
section.section-5 .right form .checkbox input:checked {
  background-color: black;
}
section.section-5 .right form .checkbox.data {
  margin-top: 15px;
  display: block;
  line-height: 20px;
}
section.section-5 .right form .checkbox.data input {
  margin-bottom: 50px;
  top: 3px;
}
@media screen and (max-width: 599px) {
  section.section-5 .right form .checkbox.data input {
    margin-bottom: 150px;
  }
}
section.section-5 .right form .checkbox.data label {
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  section.section-5 .right form .checkbox.data {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
section.section-5 .right form .checkbox a {
  text-decoration: underline;
  color: black;
}
section.section-5 .right form textarea {
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-bottom: 7px;
  width: 100%;
  height: 29px;
  line-height: 29px;
  padding-left: 8px;
  background-color: #e3e3e3;
  border: none;
  resize: none;
  height: 75px;
}
section.section-5 .right form ::-webkit-input-placeholder {
  color: black;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1.35px;
}
section.section-5 .right form ::-moz-placeholder {
  color: black;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1.35px;
}
section.section-5 .right form :-ms-input-placeholder {
  color: black;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1.35px;
}
@media screen and (max-width: 959px) {
  section.section-5 .right form {
    margin-top: 75px;
  }
}
section.section-5 .right form .button {
  margin-left: 0;
}
section.section-5 .right form .button input[type="submit"] {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  color: transparent;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  z-index: 1000;
}
@media screen and (max-width: 959px) {
  section.section-5 .left,
  section.section-5 .right {
    width: 75%;
    max-width: 90%;
    position: relative;
    left: unset;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    margin: 0 auto;
  }
  section.section-5 .left {
    text-align: center;
    width: 400px;
  }
}
.line {
  top: -28px;
  z-index: 100;
  display: block;
  width: 2px;
  height: 272px;
  background-color: #1de9b6;
  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);
}
@media screen and (max-width: 959px) {
  .line {
    display: none;
  }
}
footer {
  min-height: 53px;
  background-color: white;
}
footer .login {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .login {
    display: block;
  }
}
footer .line {
  top: initial;
  bottom: 0;
}
footer .footer-top {
  min-height: 384px;
  padding: 31px 0;
  background-color: #212121;
}
footer .footer-top .logo {
  display: block;
  margin: 0 auto;
  left: 50%;
  height: 88px;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
}
footer .footer-top .logo img,
footer .footer-top .logo span {
  float: none;
}
footer .footer-top .logo img {
  margin: 0 auto 20px;
}
footer .footer-top .logo span {
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  footer .footer-top .logo {
    position: relative;
  }
}
footer .footer-top div {
  position: absolute;
}
footer .footer-top .left {
  top: 191px;
  width: 374px;
  text-align: right;
  left: calc(50% - 15px);
  transform: translate(-100%,0);
  -webkit-transform: translate(-100%,0);
  -moz-transform: translate(-100%,0);
  -o-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
}
footer .footer-top .left ul {
  top: -25px;
}
footer .footer-top .left ul li {
  margin-top: 17px;
}
footer .footer-top .left ul li:before {
  display: none;
}
footer .footer-top .left ul li a:not(.download) {
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .8px;
  text-decoration: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  background-image: linear-gradient(to right,#1de9b6,#1de9b6 50%,white 50%);
  transition: .175s ease-out;
  -webkit-transition: .175s ease-out;
  -moz-transition: .175s ease-out;
  -o-transition: .175s ease-out;
  -ms-transition: .175s ease-out;
}
footer .footer-top .left ul li a:not(.download):hover {
  transition: .35s ease-in;
  -webkit-transition: .35s ease-in;
  -moz-transition: .35s ease-in;
  -o-transition: .35s ease-in;
  -ms-transition: .35s ease-in;
  background-position: 0%;
}
footer .footer-top .left ul li:first-of-type {
  margin-top: 0;
}
footer .footer-top .left ul li:last-of-type {
  margin-top: 41px;
}
@media screen and (max-width: 959px) {
  footer .footer-top .left ul li:last-of-type {
    display: flex;
    justify-content: center;
  }
  footer .footer-top .left ul li:last-of-type a {
    float: none;
  }
}
footer .footer-top .left ul .download {
  color: #1de9b6;
  width: 245px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  float: right;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .8px;
}
footer .footer-top .left ul .download img {
  width: 29px;
  float: left;
  margin-right: 8px;
}
footer .footer-top .right {
  width: 454px;
  left: calc(50% + 15px);
  font-weight: 100;
  top: 165px;
}
footer .footer-top .right .button {
  margin: 15px 0;
}
footer .footer-top .right .button:first-of-type {
  margin-top: 0;
}
footer .footer-top .right ul {
  margin-top: 33px;
  min-height: 36px;
}
footer .footer-top .right ul li {
  float: left;
  margin: 0;
}
footer .footer-top .right ul li:nth-of-type(2) {
  margin: 0 20px;
}
@media screen and (max-width: 959px) {
  footer .footer-top .right ul li:nth-of-type(2) {
    margin: 0;
  }
}
footer .footer-top .right ul li a {
  width: 35px;
}
footer .footer-top .right ul li a img {
  width: 35px;
}
@media screen and (max-width: 959px) {
  footer .footer-top .right ul li {
    float: none;
  }
}
@media screen and (max-width: 959px) {
  footer .footer-top .right ul {
    display: flex;
    justify-content: space-between;
    width: 250px;
    margin: 36px auto 0;
  }
}
@media screen and (max-width: 959px) {
  footer .footer-top .left,
  footer .footer-top .right {
    top: 0;
    width: 75%;
    position: relative;
    left: unset;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    margin: 0 auto;
  }
  footer .footer-top .left {
    text-align: center;
    width: 400px;
    min-height: 128px;
  }
  footer .footer-top .left ul {
    margin-top: 50px;
  }
  footer .footer-top .left ul li:last-of-type {
    float: none;
    margin: 20px auto;
  }
  footer .footer-top .right {
    width: 305px;
  }
}
footer .footer-bottom {
  min-height: 53px;
  background-color: white;
}
footer .footer-bottom a {
  text-align: right;
  width: 130px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 53px;
  font-weight: 700;
  text-transform: uppercase;
  left: calc(50% - 22px);
  color: black;
  transform: translate(-100%,0);
  -webkit-transform: translate(-100%,0);
  -moz-transform: translate(-100%,0);
  -o-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
  position: absolute;
}
footer .footer-bottom a:nth-of-type(2) {
  text-align: left;
  left: calc(50% + 22px);
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
}
.overlay {
  display: none;
  z-index: 10000000;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact-form,
.become-form,
.login-form,
.questionnaire-form,
.sign-form {
  display: none;
  padding: 50px 50px;
  z-index: 10000000;
  background-color: white;
  opacity: 0;
  width: 90%;
  max-width: 550px;
  max-height: 650px;
  height: 90%;
  overflow-x: hidden;
  overflow-y: scroll;
  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%);
  position: fixed;
}
.contact-form .close,
.become-form .close,
.login-form .close,
.questionnaire-form .close,
.sign-form .close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 125px;
  padding-top: 8px;
  height: 30px;
  text-transform: uppercase;
}
.contact-form .close:before,
.contact-form .close:after,
.become-form .close:before,
.become-form .close:after,
.login-form .close:before,
.login-form .close:after,
.questionnaire-form .close:before,
.questionnaire-form .close:after,
.sign-form .close:before,
.sign-form .close:after {
  top: 50%;
  right: 5px;
  transform: translate(0,-50%) rotate(45deg);
  -webkit-transform: translate(0,-50%) rotate(45deg);
  -moz-transform: translate(0,-50%) rotate(45deg);
  -o-transform: translate(0,-50%) rotate(45deg);
  -ms-transform: translate(0,-50%) rotate(45deg);
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #1de9b6;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.contact-form .close:after,
.become-form .close:after,
.login-form .close:after,
.questionnaire-form .close:after,
.sign-form .close:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: calc(50% - 1px);
}
.contact-form h2,
.become-form h2,
.login-form h2,
.questionnaire-form h2,
.sign-form h2 {
  margin-bottom: 25px;
  font-size: 49px;
  line-height: 59px;
  letter-spacing: 1.6px;
  font-weight: 700;
}
.contact-form form,
.become-form form,
.login-form form,
.questionnaire-form form,
.sign-form form {
  margin-top: 50px;
  padding-bottom: 50px;
}
.contact-form form input,
.become-form form input,
.login-form form input,
.questionnaire-form form input,
.sign-form form input {
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-bottom: 7px;
  width: 100%;
  height: 29px;
  line-height: 29px;
  padding-left: 8px;
  background-color: #e3e3e3;
  border: 1px solid transparent;
}
.contact-form form input.half,
.become-form form input.half,
.login-form form input.half,
.questionnaire-form form input.half,
.sign-form form input.half {
  width: calc(50% - 1px);
  float: left;
}
.contact-form form input.half:last-of-type,
.become-form form input.half:last-of-type,
.login-form form input.half:last-of-type,
.questionnaire-form form input.half:last-of-type,
.sign-form form input.half:last-of-type {
  float: right;
}
.contact-form form .checkbox,
.become-form form .checkbox,
.login-form form .checkbox,
.questionnaire-form form .checkbox,
.sign-form form .checkbox {
  position: relative;
  margin: 15px 0;
}
.contact-form form .checkbox input,
.become-form form .checkbox input,
.login-form form .checkbox input,
.questionnaire-form form .checkbox input,
.sign-form form .checkbox input {
  background-color: transparent;
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid black;
  border-radius: 50%;
  margin-right: 10px;
}
.contact-form form .checkbox label,
.become-form form .checkbox label,
.login-form form .checkbox label,
.questionnaire-form form .checkbox label,
.sign-form form .checkbox label {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}
.contact-form form .checkbox input:checked,
.become-form form .checkbox input:checked,
.login-form form .checkbox input:checked,
.questionnaire-form form .checkbox input:checked,
.sign-form form .checkbox input:checked {
  background-color: black;
}
.contact-form form .checkbox.bill label,
.become-form form .checkbox.bill label,
.login-form form .checkbox.bill label,
.questionnaire-form form .checkbox.bill label,
.sign-form form .checkbox.bill label {
  font-family: 'Rajdhani', sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .6px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.contact-form form .checkbox.data,
.become-form form .checkbox.data,
.login-form form .checkbox.data,
.questionnaire-form form .checkbox.data,
.sign-form form .checkbox.data {
  margin-top: 15px;
  display: block;
  line-height: 20px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-weight: 100;
}
.contact-form form .checkbox.data label,
.become-form form .checkbox.data label,
.login-form form .checkbox.data label,
.questionnaire-form form .checkbox.data label,
.sign-form form .checkbox.data label {
  font-weight: 100;
}
.contact-form form .checkbox.data input,
.become-form form .checkbox.data input,
.login-form form .checkbox.data input,
.questionnaire-form form .checkbox.data input,
.sign-form form .checkbox.data input {
  margin-bottom: 90px;
  top: 3px;
}
@media screen and (max-width: 479px) {
  .contact-form form .checkbox.data input,
  .become-form form .checkbox.data input,
  .login-form form .checkbox.data input,
  .questionnaire-form form .checkbox.data input,
  .sign-form form .checkbox.data input {
    margin-bottom: 150px;
  }
}
.contact-form form .checkbox a,
.become-form form .checkbox a,
.login-form form .checkbox a,
.questionnaire-form form .checkbox a,
.sign-form form .checkbox a {
  text-decoration: underline;
  color: black;
}
.contact-form form textarea,
.become-form form textarea,
.login-form form textarea,
.questionnaire-form form textarea,
.sign-form form textarea {
  max-width: 750px;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-bottom: 7px;
  width: 100%;
  height: 29px;
  line-height: 29px;
  padding-left: 8px;
  background-color: #e3e3e3;
  border: none;
  resize: none;
  height: 75px;
}
.contact-form form ::-webkit-input-placeholder,
.become-form form ::-webkit-input-placeholder,
.login-form form ::-webkit-input-placeholder,
.questionnaire-form form ::-webkit-input-placeholder,
.sign-form form ::-webkit-input-placeholder {
  color: black;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1.35px;
}
.contact-form form ::-moz-placeholder,
.become-form form ::-moz-placeholder,
.login-form form ::-moz-placeholder,
.questionnaire-form form ::-moz-placeholder,
.sign-form form ::-moz-placeholder {
  color: black;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1.35px;
}
.contact-form form :-ms-input-placeholder,
.become-form form :-ms-input-placeholder,
.login-form form :-ms-input-placeholder,
.questionnaire-form form :-ms-input-placeholder,
.sign-form form :-ms-input-placeholder {
  color: black;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1.35px;
}
@media screen and (max-width: 959px) {
  .contact-form form,
  .become-form form,
  .login-form form,
  .questionnaire-form form,
  .sign-form form {
    margin-top: 75px;
  }
}
.contact-form form .button input[type="submit"],
.become-form form .button input[type="submit"],
.login-form form .button input[type="submit"],
.questionnaire-form form .button input[type="submit"],
.sign-form form .button input[type="submit"] {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  color: transparent;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  z-index: 1000;
}
@media screen and (max-width: 599px) {
  .contact-form form,
  .become-form form,
  .login-form form,
  .questionnaire-form form,
  .sign-form form {
    margin-top: 20px;
  }
}
.contact-form p a,
.become-form p a,
.login-form p a,
.questionnaire-form p a,
.sign-form p a {
  color: #1de9b6;
}
@media screen and (max-width: 599px) {
  .contact-form,
  .become-form,
  .login-form,
  .questionnaire-form,
  .sign-form {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 379px) {
  .contact-form,
  .become-form,
  .login-form,
  .questionnaire-form,
  .sign-form {
    padding: 75px 25px;
  }
}
.questionnaire-form img {
  width: 45px;
  margin: 0 auto 25px;
}
.questionnaire-form h2 {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: 400;
  margin-bottom: 4px;
}
.questionnaire-form h2 strong {
  font-weight: 700;
}
.questionnaire-form h3 {
  font-size: 14px;
  line-height: 14px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1.2px;
}
.contact-overlay {
  overflow: hidden;
}
.contact-overlay .wrapper {
  filter: blur(2px);
  transition: .5s ease-in;
  -webkit-transition: .5s ease-in;
  -moz-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  -ms-transition: .5s ease-in;
}
.contact-overlay .overlay {
  z-index: 10000000;
  opacity: 1;
}
.contact-overlay .contact-form {
  z-index: 10000000;
  opacity: 1;
}
.become-overlay {
  overflow: hidden;
}
.become-overlay .wrapper .section-1,
.become-overlay .wrapper .section-2,
.become-overlay .wrapper .section-3,
.become-overlay .wrapper header,
.become-overlay .wrapper nav,
.become-overlay .wrapper .section-4,
.become-overlay .wrapper .section-5,
.become-overlay .wrapper footer {
  filter: blur(2px);
  transition: .5s ease-in;
  -webkit-transition: .5s ease-in;
  -moz-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  -ms-transition: .5s ease-in;
}
.become-overlay .overlay {
  z-index: 10000000;
  opacity: 1;
}
.become-overlay .become-form {
  z-index: 10000000;
  opacity: 1;
}
.sign-form {
  overflow-x: hidden;
  overflow-y: scroll;
  height: calc(100% - 125px);
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.sign-form .close {
  text-align: left;
  background-color: rgba(29,233,182,0.9);
  width: 69px;
  height: 69px;
  right: 0;
  top: -6px;
}
.sign-form .close:after,
.sign-form .close:before {
  background-color: #212121;
  transform: translate(-50%,-50%) rotate(45deg);
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  -moz-transform: translate(-50%,-50%) rotate(45deg);
  -o-transform: translate(-50%,-50%) rotate(45deg);
  -ms-transform: translate(-50%,-50%) rotate(45deg);
  left: 50%;
  top: 50%;
}
.sign-form .close:after {
  transform: translate(-50%,-50%) rotate(-45deg);
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  -moz-transform: translate(-50%,-50%) rotate(-45deg);
  -o-transform: translate(-50%,-50%) rotate(-45deg);
  -ms-transform: translate(-50%,-50%) rotate(-45deg);
}
.sign-form h3 {
  margin: 0 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.6px;
}
.sign-form h3.background {
  margin: 0;
  background-color: #1de9b6;
  padding: 0 20px;
  font-weight: 600;
  margin-bottom: 4px;
}
.sign-form h3.background.last {
  margin-bottom: 25px;
}
.sign-form h3.background:first-of-type {
  margin-top: 35px;
}
.sign-form h3.label {
  font-weight: 600;
}
.sign-form h3.label label {
  font-weight: 100;
}
.sign-form h1 {
  margin: 0 20px;
  font-size: 48px;
  line-height: 49px;
}
.sign-form h1:before {
  background-image: url(../img/logo.png);
  display: block;
  content: "";
  width: 49px;
  height: 49px;
  position: absolute;
  background-size: cover;
  left: -65px;
}
.sign-form form {
  margin-top: 55px;
  padding-bottom: 50px;
}
.sign-form form input,
.sign-form form textarea {
  border: 1px solid #3c3c3b;
  background-color: transparent;
}
.sign-form form input:disabled {
  border: 1px solid #e3e3e3;
}
.sign-form form input:disabled::-webkit-input-placeholder {
  color: #e3e3e3;
}
.sign-form form input:disabled::-moz-placeholder {
  color: #e3e3e3;
}
.sign-form form input:disabled:-ms-input-placeholder {
  color: #e3e3e3;
}
.sign-form form .button input {
  border: 1px solid transparent !important;
}
.sign-form form ::-webkit-input-placeholder {
  font-weight: 100;
}
.sign-form form ::-moz-placeholder {
  font-weight: 100;
}
.sign-form form :-ms-input-placeholder {
  font-weight: 100;
}
.sign-form .employees {
  margin: 25px 0 27px;
}
.sign-form .employer {
  margin-bottom: 20px;
}
.sign-form .employer .delete-employee {
  float: right;
}
.sign-form .employer:after {
  display: block;
  content: "";
  clear: both;
}
.sign-form .add-employee {
  display: block;
  margin: 20px 20px 33px;
  font-weight: 600;
  letter-spacing: .6px;
  font-size: 17px;
  line-height: 48px;
  text-transform: uppercase;
  font-family: 'Rajdhani', sans-serif;
}
.sign-form .add-employee img {
  width: 48px;
  height: 48px;
  margin-right: 15px;
  float: left;
}
.sign-form .message {
  margin: 20px;
}
.sign-form,
.questionnaire-form {
  background-color: transparent;
  padding: 6px 0 0;
  overflow: hidden;
  position: fixed;
}
.sign-form .close,
.questionnaire-form .close {
  z-index: 1000;
  box-shadow: 10px 5px 10px 2px rgba(0,0,0,0.7);
}
.sign-form .container,
.questionnaire-form .container {
  background-color: white;
  padding: 50px;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  display: block;
  overflow-x: hidden;
}
.sign-form .container .inner-container,
.questionnaire-form .container .inner-container {
  width: 495px;
  margin: 0 auto;
}
.sign-form .container .inner-container input,
.questionnaire-form .container .inner-container input {
  margin: 0 20px 7px;
}
.sign-overlay {
  overflow: hidden;
}
.sign-overlay .wrapper .section-1,
.sign-overlay .wrapper header,
.sign-overlay .wrapper nav,
.sign-overlay .wrapper .section-4,
.sign-overlay .wrapper .section-5,
.sign-overlay .wrapper footer {
  filter: blur(2px);
  transition: .5s ease-in;
  -webkit-transition: .5s ease-in;
  -moz-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  -ms-transition: .5s ease-in;
}
.sign-overlay .sign-form {
  display: block;
  z-index: 10000000;
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .sign-overlay {
    position: fixed;
  }
}
.login-overlay {
  overflow: hidden;
}
.login-overlay .wrapper .section-1,
.login-overlay .wrapper header,
.login-overlay .wrapper nav,
.login-overlay .wrapper .section-4,
.login-overlay .wrapper .section-5,
.login-overlay .wrapper footer {
  filter: blur(2px);
  transition: .5s ease-in;
  -webkit-transition: .5s ease-in;
  -moz-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  -ms-transition: .5s ease-in;
}
.login-overlay .overlay {
  z-index: 10000000;
  opacity: 1;
}
.login-overlay .login-form {
  display: block;
  z-index: 10000000;
  opacity: 1;
  height: 425px;
  position: fixed;
}
.login-overlay .login-form .login,
.login-overlay .login-form .forgotten {
  width: 100%;
  position: absolute;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  left: 0;
  padding: 0 50px;
}
@media screen and (max-width: 599px) {
  .login-overlay .login-form .login,
  .login-overlay .login-form .forgotten {
    padding: 0 20px 20px;
  }
}
.login-overlay .login-form .forgotten .forgot-passwd {
  position: absolute;
  top: -27px;
  text-transform: uppercase;
}
.login-overlay .login-form .left {
  left: -100%;
}
.login-overlay .login-form .right {
  left: 100%;
}
@media screen and (max-width: 599px) {
  .login-overlay {
    position: fixed;
  }
}
.questionnaire-overlay {
  overflow: hidden;
  text-align: center;
}
.questionnaire-overlay .close {
  text-align: left;
  background-color: rgba(29,233,182,0.9);
  width: 69px;
  height: 69px;
  right: 0;
  top: -6px;
}
.questionnaire-overlay .close:after,
.questionnaire-overlay .close:before {
  background-color: #212121;
  transform: translate(-50%,-50%) rotate(45deg);
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  -moz-transform: translate(-50%,-50%) rotate(45deg);
  -o-transform: translate(-50%,-50%) rotate(45deg);
  -ms-transform: translate(-50%,-50%) rotate(45deg);
  left: 50%;
  top: 50%;
}
.questionnaire-overlay .close:after {
  transform: translate(-50%,-50%) rotate(-45deg);
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  -moz-transform: translate(-50%,-50%) rotate(-45deg);
  -o-transform: translate(-50%,-50%) rotate(-45deg);
  -ms-transform: translate(-50%,-50%) rotate(-45deg);
}
.questionnaire-overlay .wrapper .section-1,
.questionnaire-overlay .wrapper header,
.questionnaire-overlay .wrapper nav,
.questionnaire-overlay .wrapper .section-4,
.questionnaire-overlay .wrapper .section-5,
.questionnaire-overlay .wrapper footer {
  filter: blur(2px);
  transition: .5s ease-in;
  -webkit-transition: .5s ease-in;
  -moz-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  -ms-transition: .5s ease-in;
}
.questionnaire-overlay .overlay {
  z-index: 10000000;
  opacity: 1;
  display: block;
}
.questionnaire-overlay .questionnaire-form {
  display: block;
  z-index: 10000000;
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 1;
  height: calc(100% - 125px);
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.questionnaire-overlay .questionnaire-form p {
  margin-top: 35px;
}
@media screen and (max-width: 357px) {
  .questionnaire-overlay .questionnaire-form p {
    margin-top: 75px;
  }
}
@media screen and (max-width: 619px) {
  .questionnaire-overlay .questionnaire-form {
    height: 92.5vh;
  }
}
.questionnaire-overlay h1 {
  font-size: 33px;
  line-height: 33px;
}
@media screen and (max-width: 619px) {
  .questionnaire-overlay .container  
        .card {
    position: relative;
  }
}
@media screen and (max-width: 619px) {
  .questionnaire-overlay .container {
    height: 800px;
  }
}
@media screen and (max-width: 599px) {
  .questionnaire-overlay {
    position: fixed;
  }
}
input {
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
}
.required {
  border: 1px solid rgba(200,0,0,0.8) !important;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
.wrapper {
  transition: .25s ease-out;
  -webkit-transition: .25s ease-out;
  -moz-transition: .25s ease-out;
  -o-transition: .25s ease-out;
  -ms-transition: .25s ease-out;
}
.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.legal body {
  background-color: white;
}
.legal body main {
  padding-top: 100px;
  padding-bottom: 150px;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
.legal body main a {
  color: #1de9b6;
}
.legal body main h1 {
  margin-bottom: 50px;
}
.legal body main h2 {
  margin-top: 20px;
}
.legal body main p {
  margin-top: 20px;
}
.legal body main strong {
  margin-top: 10px;
  font-size: 24px;
  display: block;
}
.legal body main ul {
  width: 70%;
  margin: 0 auto;
  text-align: left;
}
.legal body main ul li {
  margin-top: 10px;
}
main .size {
  margin: 50px auto;
  width: 80%;
  max-width: 454px;
}
.profile .data:not(.checkbox) {
  padding-top: 242px;
}
.profile .data:not(.checkbox) .button-change {
  width: 148px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1de9b6;
  color: black;
  margin-top: 25px;
  font-weight: 400;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 14px;
  border: 2px solid #1de9b6;
}
.profile .data:not(.checkbox) .button-change:hover {
  background-color: transparent;
  color: #1de9b6;
}
.profile .data:not(.checkbox):after {
  top: 0;
  position: absolute;
  z-index: -1;
  opacity: .08;
  display: block;
  content: "";
  width: 100%;
  height: 680px;
  background-image: url(../img/Kontakt-iStock-626103976.jpg);
  background-size: cover;
  background-position: center;
}
.profile .data:not(.checkbox) .line {
  height: 756px;
  top: 150px;
}
@media screen and (max-width: 959px) {
  .profile .data:not(.checkbox) .line {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .profile .data:not(.checkbox) .line {
    display: none;
  }
}
.profile .data:not(.checkbox) ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
}
.profile .data:not(.checkbox) ul li {
  flex-basis: 49%;
  padding-left: 30px;
}
.profile .data:not(.checkbox) ul li:before {
  display: none;
}
.profile .data:not(.checkbox) ul li h3 {
  text-align: right;
  font-size: 17px;
  line-height: 36px;
  letter-spacing: .6px;
  font-weight: 600;
}
.profile .data:not(.checkbox) ul .right {
  text-align: left;
  margin-top: 17px;
}
.profile .data:not(.checkbox) ul .right h3 {
  text-align: left;
  margin-bottom: 6px;
}
.profile .data:not(.checkbox) ul .right h3:nth-of-type(2),
.profile .data:not(.checkbox) ul .right h3:nth-of-type(3) {
  margin-top: 15px;
}
.profile .data:not(.checkbox) ul .right ul {
  display: block;
}
.profile .data:not(.checkbox) ul .right ul li {
  padding: 0;
  margin-top: 6px;
}
.profile .data:not(.checkbox) ul .right ul:nth-of-type(2) {
  margin-top: 0;
}
.profile .data:not(.checkbox) ul .left {
  text-align: right;
  padding-right: 30px;
}
.profile .data:not(.checkbox) ul .left h2 {
  font-size: 49px;
  line-height: 59px;
  letter-spacing: 1.6px;
  font-weight: 700;
  margin: 0;
}
.profile .data:not(.checkbox) ul .left h2 strong {
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .profile .data:not(.checkbox) ul .left h2 {
    font-size: 34px;
    line-height: 39px;
    letter-spacing: .6px;
  }
}
@media screen and (max-width: 379px) {
  .profile .data:not(.checkbox) ul .left h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .profile .data:not(.checkbox) ul .left h2 strong,
  .profile .data:not(.checkbox) ul .left h2 span {
    font-size: 24px;
    line-height: 29px;
  }
}
.profile .data:not(.checkbox) ul:first-of-type .right {
  text-align: left;
  padding-top: 133px;
  margin-top: 10px;
}
.profile .data:not(.checkbox) ul:nth-of-type(2) {
  margin-top: 25px;
  margin-bottom: 65px;
}
@media screen and (max-width: 599px) {
  .profile .data:not(.checkbox) ul {
    flex-wrap: wrap;
  }
  .profile .data:not(.checkbox) ul li {
    flex-basis: 100%;
    padding: 30px;
  }
  .profile .data:not(.checkbox) ul li.left {
    text-align: left;
  }
  .profile .data:not(.checkbox) ul li.left h2,
  .profile .data:not(.checkbox) ul li.left h3 {
    text-align: left;
  }
  .profile .data:not(.checkbox) ul li.right {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 599px) {
  .profile .data:not(.checkbox) {
    padding-top: 0;
  }
}
.profile .message {
  color: #1de9b6;
  width: 80%;
  max-width: 454px;
  margin: 50px auto;
}
.profile body main {
  width: 100%;
  max-width: 100%;
  padding-top: 50px;
  min-height: 1000px;
}
.profile label {
  font-size: 17px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
  display: block;
  margin-bottom: 21px;
  margin-top: 26px;
}
.profile form input {
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-bottom: 7px;
  width: 100%;
  height: 29px;
  line-height: 29px;
  padding-left: 8px;
  background-color: #e3e3e3;
  border: 1px solid transparent;
}
.profile form input.half {
  width: calc(50% - 1px);
  float: left;
}
.profile form input.half:last-of-type {
  float: right;
}
.profile form .checkbox {
  position: relative;
  margin: 15px;
}
.profile form .checkbox input {
  background-color: transparent;
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid black;
  border-radius: 50%;
  margin: 4px 10px;
}
.profile form .checkbox label {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}
.profile form .checkbox input:checked {
  background-color: black;
}
.profile form .checkbox.data {
  margin-top: 15px;
  display: block;
  line-height: 20px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.profile form .checkbox.data input {
  margin-bottom: 90px;
  top: 3px;
}
@media screen and (max-width: 479px) {
  .profile form .checkbox.data input {
    margin-bottom: 150px;
  }
}
.profile form .checkbox a {
  text-decoration: underline;
  color: black;
}
.profile form textarea {
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-bottom: 7px;
  width: 100%;
  height: 29px;
  line-height: 29px;
  padding-left: 8px;
  background-color: #e3e3e3;
  border: none;
  resize: none;
  height: 75px;
}
.profile form ::-webkit-input-placeholder {
  color: black;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1.35px;
}
.profile form ::-moz-placeholder {
  color: black;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1.35px;
}
.profile form :-ms-input-placeholder {
  color: black;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1.35px;
}
@media screen and (max-width: 959px) {
  .profile form {
    margin-top: 75px;
  }
}
.profile form .button input[type="submit"] {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  color: transparent;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  z-index: 1000;
}
.profile textarea {
  max-width: 750px;
  margin: 15px auto;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-bottom: 7px;
  width: 100%;
  min-height: 200px;
  line-height: 29px;
  padding-left: 8px;
  background-color: #e3e3e3;
  border: none;
  resize: none;
}
.profile ::-webkit-input-placeholder {
  color: black;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1.35px;
}
.profile ::-moz-placeholder {
  color: black;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1.35px;
}
.profile :-ms-input-placeholder {
  color: black;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1.35px;
}
.profile.edit body main {
  width: 100%;
  max-width: 454px;
  padding-top: 50px;
  min-height: 1000px;
}
.profile.edit body main ul {
  list-style: none;
  width: 100%;
  margin-bottom: 50px;
}
.profile.edit body main ul li {
  clear: both;
  margin-top: 12px;
  min-height: 22px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.profile.edit body main ul li:before {
  display: none;
}
.profile.edit body main ul li label {
  float: left;
  margin: 0;
  width: auto;
}
.profile.edit body main ul li.margin {
  margin-top: 36px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile.edit body main ul li h3 {
  width: auto;
  font-size: 17px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
}
.profile.edit body main ul li a {
  cursor: pointer;
  margin-left: 15px;
  background-color: #1de9b6;
  color: #212121;
  height: 42px;
  width: auto;
  padding: 0 15px;
  min-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  float: right;
  margin: 0;
}
.profile.edit body main ul li a input {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.profile.edit body main ul li.long-label label {
  width: 770px;
}
.profile.edit body main ul li.long-label .checkbox {
  margin: 0;
}
.file {
  max-width: 250px;
  cursor: pointer;
  margin-left: 15px;
  background-color: #1de9b6;
  color: #212121;
  height: 42px;
  width: auto;
  padding: 0 15px;
  min-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 auto;
}
.file input {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
input {
  max-width: 750px;
  margin: 0 auto;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-bottom: 7px;
  width: 100%;
  height: 29px;
  line-height: 29px;
  padding-left: 8px;
  background-color: #e3e3e3;
  border: 1px solid transparent;
}
input.half {
  width: calc(50% - 1px);
  float: left;
}
input.half:last-of-type {
  float: right;
}
.slider {
  cursor: grab;
  margin-top: 6px;
  background-color: #212121;
  border: none;
  border-radius: 0;
  height: 3px;
}
.slider:after,
.slider:before {
  display: block;
  content: "";
  background-image: url(/assets/img/rocketeers_arrow.png);
  width: 14px;
  height: 14px;
  background-position: center;
  background-size: 8px;
  background-repeat: no-repeat;
  position: absolute;
  top: -5px;
  left: 100%;
}
.slider:before {
  left: -5px;
}
.slider:after {
  left: calc(100% - 9px);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  top: -6px;
}
.slider .ui-widget-content {
  background: none;
}
.slider .ui-slider-handle {
  color: transparent;
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  background: none !important;
  background-color: #1de9b6 !important;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: none;
  cursor: grab;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  margin: 0;
  top: -9px;
}
.slider .ui-slider-handle:active {
  cursor: grabbing;
  transform: translate(-50%,0) scale(1.15);
  -webkit-transform: translate(-50%,0) scale(1.15);
  -moz-transform: translate(-50%,0) scale(1.15);
  -o-transform: translate(-50%,0) scale(1.15);
  -ms-transform: translate(-50%,0) scale(1.15);
}
.slider .ui-slider-handle:active:before {
  width: 40px;
  height: 40px;
  transition: .3s ease-in;
  -webkit-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  -ms-transition: .3s ease-in;
}
.slider .ui-slider-handle:before {
  display: block;
  content: "";
  border: 2px solid #1de9b6;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  position: absolute;
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
}
.slider .ui-slider-handle:hover {
  transform: translate(-50%,0) scale(1.15);
  -webkit-transform: translate(-50%,0) scale(1.15);
  -moz-transform: translate(-50%,0) scale(1.15);
  -o-transform: translate(-50%,0) scale(1.15);
  -ms-transform: translate(-50%,0) scale(1.15);
  transition: .3s ease-in;
  -webkit-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  -ms-transition: .3s ease-in;
}
.slider:active {
  cursor: grabbing;
}
.button-top {
  position: absolute;
  right: 0;
  top: 123px;
}
.time {
  color: #1de9b6;
  font-size: 68px;
  line-height: 68px;
  width: 122px;
  height: 105px;
  border: 2px solid #1de9b6;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  text-transform: uppercase;
  font-family: 'Rajdhani', sans-serif;
  letter-spacing: .6px;
  font-size: 82px;
  line-height: 111px;
  margin: 0 18px;
}
@media screen and (max-width: 357px) {
  .time {
    margin: 0 -15px;
  }
}
.time-wrapper {
  width: 347px;
  color: #1de9b6;
  font-family: 'Rajdhani', sans-serif;
  font-size: 17px;
  line-height: 17px;
  display: flex;
  justify-content: space-around;
  text-transform: uppercase;
  align-items: center;
  margin: 0 auto;
  font-weight: 600;
}
.time-wrapper span {
  width: 120px;
  text-align: right;
}
.time-wrapper span:last-of-type {
  text-align: left;
}
@media screen and (max-width: 357px) {
  .time-wrapper span {
    color: transparent;
  }
}
.time-wrapper .circle {
  position: absolute;
  cursor: pointer;
  z-index: 11;
  width: 130px;
  height: 130px;
  left: 50%;
  background-color: transparent;
  border-radius: 50%;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  transform: rotate(-90deg) translate(0,-50%);
  -webkit-transform: rotate(-90deg) translate(0,-50%);
  -moz-transform: rotate(-90deg) translate(0,-50%);
  -o-transform: rotate(-90deg) translate(0,-50%);
  -ms-transform: rotate(-90deg) translate(0,-50%);
}
.time-wrapper .circle .inner-circle {
  stroke-linecap: round;
  cursor: pointer;
  cx: 65;
  cy: 64.5;
  r: 57.5;
  fill: transparent;
  stroke-width: 5px;
  animation-timing-function: linear;
  stroke-dasharray: 400;
  stroke-dashoffset: 810;
  transition: stroke-dashoffset 1.5s;
}
.time-wrapper .circle line {
  stroke-linecap: round;
}
.card {
  left: 105vw;
  position: absolute;
  top: 0;
  transition: .3s ease-in;
  -webkit-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  -ms-transition: .3s ease-in;
  height: calc(100% - 200px);
  top: 180px;
  width: 100%;
}
.card.active {
  opacity: 1;
  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);
}
.card.active .circle .inner-circle {
  animation: timeRuns 10s linear;
}
.card.time-done .circle .inner-circle {
  stroke-dasharray: 595;
}
.card.left {
  left: -100vw;
}
.card .question {
  max-width: 750px;
  line-height: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 17px;
  margin: 0 auto;
}
.card .slider-wrapper {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  margin-top: 55px;
}
.card .slider-wrapper .slider {
  width: 542px;
  float: left;
}
@media screen and (max-width: 959px) {
  .card .slider-wrapper .slider {
    float: none;
    margin: 0 auto;
  }
}
.card .slider-wrapper span:not(.ui-slider-handle) {
  float: left;
  width: 200px;
  text-align: right;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  left: 1.6px;
  font-size: 14px;
}
.card .slider-wrapper span:not(.ui-slider-handle):last-of-type {
  text-align: left;
}
@media screen and (max-width: 959px) {
  .card .slider-wrapper span:not(.ui-slider-handle):last-of-type {
    left: calc(100% - 200px);
    text-align: right;
    padding-right: 20px;
  }
}
@media screen and (max-width: 959px) {
  .card .slider-wrapper span:not(.ui-slider-handle) {
    top: 20px;
    float: none;
    position: absolute;
    text-align: left;
    padding-left: 20px;
    left: 0;
  }
}
@media screen and (max-width: 399px) {
  .card .slider-wrapper span:not(.ui-slider-handle) {
    font-size: 10px;
  }
}
.card .slider-wrapper:after {
  display: block;
  content: "";
  clear: both;
}
@media screen and (max-width: 959px) {
  .card .button {
    margin: 75px auto 0;
  }
}
@media screen and (max-width: 619px) {
  .card {
    padding: 0 20px;
  }
}
@keyframes timeRuns {
  from {
    stroke-dasharray: 400;
  }
  to {
    stroke-dasharray: 595;
  }
}
.we_are .parallax {
  background-image: none;
}
.we_are header {
  min-height: 100vh;
  padding-top: 190px;
  height: auto;
  padding-bottom: 50px;
}
.we_are header .text {
  position: relative;
  width: 537px;
  left: 50%;
  transform: translate(-100%,0);
  -webkit-transform: translate(-100%,0);
  -moz-transform: translate(-100%,0);
  -o-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
  padding: 120px 66px 70px 80px;
  bottom: initial;
  max-width: 90%;
}
.we_are header .text h1 {
  margin-bottom: 6px;
  font-size: 49px;
  line-height: 49px;
  font-weight: 600;
}
.we_are header .text h1 span {
  font-size: 49px;
  line-height: 49px;
  font-weight: 600;
}
.we_are header .text h1 strong {
  font-size: 49px;
  margin: 0;
  line-height: 49px;
  letter-spacing: 1.6px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: 'Rajdhani', sans-serif;
}
@media screen and (max-width: 599px) {
  .we_are header .text h1 {
    font-size: 39px;
    line-height: 39px;
  }
  .we_are header .text h1 strong,
  .we_are header .text h1 span {
    font-size: 39px;
    line-height: 39px;
  }
}
@media screen and (max-width: 379px) {
  .we_are header .text h1 {
    font-size: 24px;
    line-height: 29px;
  }
  .we_are header .text h1 strong,
  .we_are header .text h1 span {
    font-size: 24px;
    line-height: 29px;
  }
}
.we_are header .text strong {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: .6px;
}
.we_are header .text p {
  margin-top: 11px;
}
.we_are header .text a {
  color: #212121;
  clear: both;
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.we_are header .text a:first-of-type {
  margin-top: 26px;
}
.we_are header .text a img {
  width: 37px;
  float: left;
  margin-right: 13px;
}
.we_are header .text a:after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (max-width: 1100px) {
  .we_are header .text {
    left: 122px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
}
@media screen and (max-width: 767px) {
  .we_are header .text {
    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);
    padding: 18% 10% 15%;
  }
}
@media screen and (max-width: 767px) {
  .we_are header {
    padding-top: 90px;
  }
}
.we_are header.contact .text {
  left: 50%;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
@media screen and (max-width: 1100px) {
  .we_are header.contact .text {
    left: 122px;
  }
}
@media screen and (max-width: 767px) {
  .we_are header.contact .text {
    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);
    margin: 0;
  }
}
.we_are section.section-1 .right {
  padding: 0 0 102px 0;
  margin-top: 72px;
  position: relative;
  width: 491px;
  max-width: 38%;
}
.we_are section.section-1 .right h3 {
  font-size: 17px;
  line-height: 36px;
  letter-spacing: .4px;
  font-weight: 600;
}
.we_are section.section-1 .right h3:nth-of-type(2) {
  margin-top: 15px;
}
.we_are section.section-1 .right p {
  line-height: 22px;
}
.we_are section.section-1 .right p strong {
  line-height: 22px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  display: block;
  text-transform: none;
}
@media screen and (max-width: 959px) {
  .we_are section.section-1 .right {
    max-width: 80%;
  }
}
.we_are section.section-2 {
  border-bottom-color: #455a64;
}
.we_are section.section-2 .section-bottom {
  background-color: #455a64;
}
.we_are section.section-2 .find .circle {
  border: 2px solid #1de9b6;
}
.we_are section.section-4 {
  padding: 140px 0 76px 0;
}
.we_are section.section-4 .backstretch {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
.we_are section.section-4 .line {
  top: -114px;
  height: 221px;
}
.we_are section.section-4 .text {
  width: 537px;
  min-height: 537px;
  position: relative;
  padding: 44px 78px 45px 71px;
  max-width: 90%;
  left: 50%;
  transform: translate(-100%,0);
  -webkit-transform: translate(-100%,0);
  -moz-transform: translate(-100%,0);
  -o-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
}
@media screen and (max-width: 959px) {
  .we_are section.section-4 .text {
    margin: 0 auto;
    padding: 4% 6% 4%;
    width: 60%;
  }
}
@media screen and (max-width: 599px) {
  .we_are section.section-4 .text {
    margin: 0 auto;
    padding: 18% 10% 15%;
    width: 90%;
    left: initial;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
}
.we_are section.section-4 .text img {
  margin-top: 28px;
}
@media screen and (max-width: 959px) {
  .we_are section.section-4 {
    padding: 140px 0 106px;
  }
}
.news .button {
  margin: 32px 0 0;
}
@media screen and (max-width: 959px) {
  .news .button {
    margin: 32px auto;
  }
}
.news header {
  padding-top: 400px;
}
.news header .text {
  padding: 41px 73px 29px;
  min-height: auto;
  text-align: right;
  position: absolute;
  bottom: 50px;
}
.news section.section-1 .right h3 {
  margin-top: 0;
  line-height: 22px;
}
.news section.section-1 .right h3:nth-of-type(2) {
  margin-top: 0;
  background-color: #1de9b6;
  padding: 1px 2px;
  display: inline-block;
}
.news section.section-1 .right h3:nth-of-type(3),
.news section.section-1 .right h3:last-of-type {
  margin-bottom: 20px;
}
.news section.section-4 {
  padding: 0;
  min-height: auto;
}
.news section.section-4 .text {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 156px 0 170px;
  text-align: center;
  left: 0;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
.news section.section-4 .text img {
  margin-top: 38px;
}
.news section.section-4 .text ul {
  display: flex;
  justify-content: space-between;
  width: 306px;
  list-style: none;
  margin: 0 auto;
}
.news section.section-4 .text ul li:before {
  display: none;
}
.word-counter {
  max-width: 750px;
  margin: 0 auto;
  text-align: right;
}
.counter {
  color: #1de9b6;
  width: 30px;
}
.news p,
form p,
form p {
  margin: 0 auto !important;
  text-align: center;
}
.news .button,
form .button,
form .button {
  margin: 32px auto;
}
