html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

input:focus {
  outline: none; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  height: auto; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-size: 16px;
  line-height: 1.42857143;
  color: #FFF;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

@font-face {
  font-family: 'Graphik-Light';
  src: url("../fonts/Graphik-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Light.otf") format("opentype"), url("../fonts/Graphik-Light.woff") format("woff"), url("Graphik-Light.ttf") format("truetype"), url("../fonts/Graphik-Light.svg#Graphik-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik-Regular';
  src: url("../fonts/Graphik-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Regular.otf") format("opentype"), url("../fonts/Graphik-Regular.woff") format("woff"), url("../fonts/Graphik-Regular.ttf") format("truetype"), url("Graphik-Regular.svg#Graphik-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik-Medium';
  src: url("../fonts/Graphik-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Medium.otf") format("opentype"), url("../fonts/Graphik-Medium.woff") format("woff"), url("../fonts/Graphik-Medium.ttf") format("truetype"), url("Graphik-Medium.svg#Graphik-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik-Semibold';
  src: url("../fonts/Graphik-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Semibold.otf") format("opentype"), url("../fonts/Graphik-Semibold.woff") format("woff"), url("../fonts/Graphik-Semibold.ttf") format("truetype"), url("Graphik-Semibold.svg#Graphik-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

h3 {
  font-family: "Graphik-Light", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 38px;
  line-height: 45px;
  font-size: 3.8rem;
  line-height: 4.5rem;
  letter-spacing: -0.74px; }

h4 {
  margin: 0; }

.landing {
  height: 100%;
  overflow-x: hidden; }

.mainWrap {
  width: 94%;
  max-width: 1250px;
  margin: 0 auto;
  position: relative; }

.landing--wrap {
  max-width: 615px;
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.landing--hero {
  background: url(../img/bg.jpg) no-repeat center center;
  background-size: cover;
  height: 106vh;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .landing--hero p {
    font-family: "Graphik-Light", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 550px;
    width: 100%;
    margin: 0 auto; }
  .landing--hero .arrow {
    position: absolute;
    background: url("../img/angle-down.svg") center center no-repeat;
    width: 32px;
    height: 32px;
    margin: 0 0 0 -16px;
    z-index: 5;
    left: 50%;
    bottom: 90px;
    transition: all 0.3s ease-out; }
    .landing--hero .arrow:hover {
      cursor: pointer; }
    .landing--hero .arrow.bounce {
      -webkit-animation: bounce 1.5s infinite;
      animation: bounce 1.5s infinite; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    bottom: 90px; }
  40% {
    bottom: 100px; }
  60% {
    bottom: 80px; } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    bottom: 90px; }
  40% {
    bottom: 100px; }
  60% {
    bottom: 80px; } }

.hiring {
  text-transform: uppercase;
  font-family: "Graphik-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.95rem;
  color: #FFF;
  padding: 13px 25px;
  text-decoration: none;
  letter-spacing: 1px;
  border: 2px solid #515C77;
  float: right;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 2;
  transition: all 0.3s ease-out; }

@-webkit-keyframes glowing {
  from {
    -webkit-box-shadow: 0 0 0 #333; }
  50% {
    -webkit-box-shadow: 0 0 18px rgba(255, 255, 255, 0.4); }
  to {
    -webkit-box-shadow: 0 0 0 #333; } }

@keyframes glowing {
  from {
    -webkit-box-shadow: 0 0 0 #333; }
  50% {
    -webkit-box-shadow: 0 0 18px rgba(255, 255, 255, 0.4); }
  to {
    -webkit-box-shadow: 0 0 0 #333; } }

@-webkit-keyframes glowing_hover {
  from {
    -webkit-box-shadow: 0 0 0 #333; }
  50% {
    -webkit-box-shadow: 0 0 25px rgba(255, 255, 255, 0.5); }
  to {
    -webkit-box-shadow: 0 0 0 #333; } }

@keyframes glowing_hover {
  from {
    -webkit-box-shadow: 0 0 0 #333; }
  50% {
    -webkit-box-shadow: 0 0 25px rgba(255, 255, 255, 0.5); }
  to {
    -webkit-box-shadow: 0 0 0 #333; } }

.glowing {
  -webkit-animation: glowing 2s infinite;
  animation: glowing 2s infinite; }
  .glowing:hover {
    -webkit-animation: glowing_hover 1s infinite;
    animation: glowing_hover 1s infinite;
    background-color: rgba(255, 255, 255, 0.35);
    border: 2px solid #9fa7ba; }

.landing--form_transform {
  background-color: #F4F6F7;
  padding: 100px 0;
  margin: 0;
  top: 0;
  width: 100%;
  position: absolute; }
  .landing--form_transform:before {
    content: "";
    position: absolute;
    left: 0;
    top: -55px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #F4F6F7 transparent transparent;
    border-width: 60px 100vw 0 0; }

.landing--form {
  background-color: #F4F6F7;
  min-height: 70%;
  height: 555px;
  padding: 0;
  position: relative;
  margin: 0; }
  .landing--form h4 {
    color: #000;
    font-family: "Graphik-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 23px;
    line-height: 36px;
    font-size: 2.3rem;
    line-height: 3.6rem;
    letter-spacing: -0.28px; }
  .landing--form p {
    color: #9699A8;
    font-family: "Graphik-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 28px;
    font-size: 1.7rem;
    line-height: 2.8rem;
    letter-spacing: -0.22px;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .landing--form form {
    max-width: 430px;
    margin: 50px auto 0; }
    .landing--form form input {
      width: 100%;
      margin: 16px auto; }
    .landing--form form input[type="email"] {
      position: relative;
      display: block;
      border: none;
      border-radius: 0;
      -webkit-appearance: none;
      background: transparent;
      border-bottom: 1px solid #ACB0C2;
      font-family: "Graphik-Regular", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 17px;
      line-height: 25.5px;
      font-size: 1.7rem;
      line-height: 2.55rem;
      padding: 8px 0 8px 50px;
      color: #6E7287; }
      .landing--form form input[type="email"].mce_inline_error {
        border-bottom: 3px solid yellow; }
      .landing--form form input[type="email"].mce_inline_error ~ .invalid-email {
        display: block !important; }
    .landing--form form label {
      color: #ACB0C2;
      font-family: "Graphik-Medium", sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 11px;
      line-height: 16.5px;
      font-size: 1.1rem;
      line-height: 1.65rem;
      text-transform: uppercase;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      position: absolute;
      bottom: 9px;
      left: 0;
      text-align: left;
      width: 100%;
      pointer-events: none; }
  .landing--form input[type="submit"] {
    background-color: #00D79F;
    border: 0 none;
    color: #FFF;
    text-transform: uppercase;
    font-family: "Graphik-Semibold", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    line-height: 13px;
    font-size: 1.3rem;
    line-height: 1.3rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 4px;
    height: 64px;
    line-height: 64px;
    box-shadow: 0 4px #00A87C; }
    .landing--form input[type="submit"]:active {
      background-color: #00A87C;
      -webkit-transform: translateY(4px);
              transform: translateY(4px);
      height: 61px;
      line-height: 61px; }

.input-block {
  position: relative; }

#notification_container {
  margin: 30px auto;
  width: 450px;
  overflow: auto; }
  #notification_container .alert, #notification_container .success {
    float: left;
    width: 100%;
    text-align: center; }
  #notification_container .alert {
    color: #DD0912; }
  #notification_container .success {
    color: #989BA4;
    font-size: 22px; }

.mainFooter {
  border-top: 1px solid transparent;
  border-image: linear-gradient(to right, #2A3FD1 0%, #00D79F 100%);
  border-image-slice: 1;
  border-left: 0 none;
  border-right: 0 none;
  border-bottom: 0 none;
  padding: 24px 0;
  height: 71px; }
  .mainFooter .mainWrap {
    overflow: hidden; }
  .mainFooter p {
    margin: 0;
    float: left;
    font-family: "Graphik-Semibold", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 11px;
    line-height: 20px;
    font-size: 1.1rem;
    line-height: 2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ACB0C2; }

.mainFooter-social {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0; }
  .mainFooter-social li {
    display: inline-block;
    border: 1px solid #00D79F;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    margin-right: 8px; }
    .mainFooter-social li:last-of-type {
      margin-right: 0; }
    .mainFooter-social li a {
      display: block; }
    .mainFooter-social li img {
      vertical-align: middle; }

/* =========================================================================
    Spinner
   ========================================================================= */
.spinner {
  position: absolute;
  left: calc(50% - 75px);
  top: calc(50%);
  z-index: 10;
  /*margin: 100px auto 0;*/
  width: 150px;
  text-align: center; }

.spinner > div {
  width: 35px;
  height: 35px;
  background-color: #00D79F;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* =========================================================================
   Responsive
   ========================================================================= */
@media screen and (max-width: 1280px) {
  .landing--form_transform:before {
    border-width: 40px 100vw 0 0;
    top: -40px; } }

@media screen and (max-width: 680px) {
  .landing--wrap {
    width: 90%; }
  .landing--hero {
    height: 900px; }
  .landing--form .landing--wrap {
    width: 90%; }
  .landing--form_transform {
    padding-bottom: 30px;
    position: static;
    padding: 70px 0; }
    .landing--form_transform:before {
      border-width: 25px 100vw 0 0;
      top: -25px; }
  #notification_container {
    width: 254px; }
  .mainFooter-social {
    float: none;
    margin-top: 20px;
    width: 53px;
    margin: 0 auto; }
  .mainFooter p {
    float: none;
    margin: 0 auto;
    text-align: center; } }
