h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 51px;
  font-weight: 300;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
}

p {
  margin-top: 21px;
  margin-bottom: 21px;
  line-height: 26px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section.hero {
  overflow: hidden;
  height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
}

.section.intro {
  overflow: hidden;
  min-height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.services {
  position: relative;
  min-height: 100vh;
  background-image: -webkit-linear-gradient(270deg, rgba(105, 211, 105, .54), rgba(105, 211, 105, .54)), url('../images/10002543853_89dc196ac1_o-w.jpg');
  background-image: linear-gradient(180deg, rgba(105, 211, 105, .54), rgba(105, 211, 105, .54)), url('../images/10002543853_89dc196ac1_o-w.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  box-shadow: inset 0 30px 50px -25px rgba(0, 0, 0, .29);
}

.section.recruitment {
  min-height: 70vh;
}

.section.contact {
  min-height: 100vh;
  background-color: #d4f5ee;
  background-image: -webkit-linear-gradient(270deg, rgba(212, 245, 238, .79), rgba(212, 245, 238, .79)), url('../images/2338019873_fff2dced9f_o-w.jpg');
  background-image: linear-gradient(180deg, rgba(212, 245, 238, .79), rgba(212, 245, 238, .79)), url('../images/2338019873_fff2dced9f_o-w.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-bcg {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(315deg, rgba(0, 0, 0, .39), rgba(63, 63, 63, .26) 43%, rgba(29, 29, 29, .12)), url('../images/pexels-photo-268819.jpeg');
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .39), rgba(63, 63, 63, .26) 43%, rgba(29, 29, 29, .12)), url('../images/pexels-photo-268819.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.motto {
  width: 75%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 5vw;
  line-height: 5.5vw;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 0 47px rgba(54, 54, 54, .54);
}

.nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: 1920px;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 21px;
  margin-left: 21px;
  padding-top: 19px;
  padding-bottom: 19px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2e3438;
  cursor: pointer;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.logo {
  margin-bottom: 2px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
}

.hamburger-line {
  width: 24px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #fff;
}

.cta {
  margin-top: 53px;
  margin-bottom: 25px;
  padding: 19px 17px 17px 23px;
  border-radius: 10px;
  background-color: #4bff6f;
  box-shadow: 2px 2px 17px 0 rgba(0, 0, 0, .24);
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta:hover {
  background-color: #a4eb58;
}

.cta.w--current:hover {
  background-color: #86b7d3;
}

.cta.contact {
  background-color: #22dee6;
  box-shadow: none;
}

.cta.contact:hover {
  background-color: #a2fbff;
}

.cta.contact.w--current {
  background-color: #8aec7c;
  box-shadow: none;
}

.cta.team {
  background-color: #ffc83c;
  box-shadow: none;
}

.cta.team:hover {
  background-color: #ffd874;
}

.cta.submit {
  margin-top: 22px;
  padding-left: 17px;
  background-color: #ffc83c;
  box-shadow: none;
}

.cta.submit:hover {
  background-color: #ffa366;
}

.container {
  height: 100%;
  margin-top: 60px;
  margin-bottom: 135px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.no-bottom {
  margin-bottom: 0px;
}

.container.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.rich-text-block {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.rich-text-block.white {
  color: #fff;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.iphone {
  width: 370px;
}

.image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 400px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column {
  width: 100%;
}

.loading {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 15;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

.hero-bottom-nav {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.down-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
}

.arrow-link {
  text-decoration: none;
}

.desc {
  margin-top: 4px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 2px;
}

.text-field {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.first-line {
  width: 24px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #fff;
}

.third-line {
  width: 24px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #fff;
}

.menu {
  position: fixed;
  left: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  width: 257px;
  height: 100%;
  border-left: 1px solid #cecece;
  background-color: #fff;
  box-shadow: 16px 0 42px -17px rgba(0, 0, 0, .09);
}

.menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 49px;
  margin-left: 40px;
  padding-top: 61px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.close-menu {
  position: absolute;
  top: 32px;
  right: 32px;
  display: inline-block;
  padding: 3px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 700;
  cursor: pointer;
}

.link {
  margin-right: 23px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  text-decoration: underline;
}

.link.en {
  position: relative;
  left: 0px;
  bottom: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 13px;
  font-weight: 600;
}

.link.en._2 {
  margin-right: 0px;
}

.link._2 {
  color: #fff;
  font-weight: 400;
}

.link._2.en {
  margin-right: 6px;
}

.divider {
  height: 26px;
  background-color: transparent;
}

.menu-wrapper-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-wrapper-block.full {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.x {
  color: #000;
}

.flag {
  height: 14px;
  margin-right: 5px;
}

.dropdown {
  padding-left: 10px;
}

.dropdown-toggle {
  padding: 0px 32px 0px 0px;
}

.link-dropdown-icon {
  color: #fff;
}

.dropdown-link {
  padding: 2px 0px;
  color: #fff;
  letter-spacing: 1px;
}

.dropdown-link:hover {
  text-decoration: underline;
}

.dropdown-link.w--current {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.dropdown-list.w--open {
  margin-top: 7px;
  background-color: transparent;
}

.scroll-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99;
  display: none;
  padding: 21px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 0;
}

.mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mail-img {
  margin-left: 5px;
}

.mail-par {
  margin-top: 1px;
  margin-bottom: 0px;
  font-size: 16px;
}

.contact-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.success-message {
  background-color: #bae9e0;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
}

.humano {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-radio-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.captcha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.captchainput {
  margin-right: 23px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

@media (max-width: 991px) {
  .iphone {
    right: 84px;
    bottom: -190px;
    width: 250px;
  }
  .image-wrap {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .iphone {
    right: 44px;
    bottom: -180px;
    width: 200px;
  }
  .image-wrap {
    height: 250px;
  }
  .menu {
    left: 100%;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 25px;
    line-height: 32px;
  }
  .motto {
    margin-top: 40px;
    font-size: 8vw;
    line-height: 10vw;
  }
  .logo {
    margin-bottom: 0px;
    font-size: 30px;
  }
  .iphone {
    left: 21px;
    top: 2px;
    right: 21px;
    display: block;
    width: 150px;
    margin-right: auto;
    margin-left: auto;
  }
  .image-wrap {
    height: 200px;
    margin-top: 36px;
  }
  .desc {
    font-size: 9px;
    line-height: 12px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

