@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Bangers);
/* css reset */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  background: white;
  height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
html {
  box-sizing: border-box;
  height: 100%;
}
*, *:before, *:after {
  box-sizing: border-box;
}
a {
  transition: all 0.3s;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.clear {
  clear: both;
}
.step {
  position: absolute;
}
a, a:visited {
  color: rgba(0,96,11,1.00)}
main {
  width: 100%;
  height: 100%;
}
.questionWrap {
  position: relative;
  text-align: center;
  margin: 0 auto;
  top: 30%;
  width: 70%;
  max-width: 1600px;
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  -ms-transform-origin: top center;
  transform-origin: bottom center;
}
.question {
  font-size: 5em;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 0.9em;
  font-family: "Bangers", sans-serif;
  line-height: 1.1em;
  margin-bottom: 50px;
  text-align: center;
  color: white;
  display: block;
  text-shadow: 0px 3px 2px rgba(0,0,0,0.4);
  letter-spacing: 4px;
}
#q4 .question {
  font-size: 2.4em;
}
#q4 .question span {
  font-size: 2em;
  line-height: 100%;
}
.question > span {
  background-image: -moz-linear-gradient( 90deg, rgb(0,139,16) 0%, rgb(0,198,23) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,139,16) 0%, rgb(0,198,23) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,139,16) 0%, rgb(0,198,23) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  display: block;
}
.overlay {
  background-color: rgba(0,0,0,0.4);
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/******** btn *********/
.btn {
  z-index: 10;
  width: calc(50% - 5px); display: inline-block;
      height: 80px;
      line-height: 80px;
      border-style: solid;
      text-transform: uppercase;
      font-size: 34px;
      font-weight: 700;
      margin: 0;
      border: 1px solid rgba(255,255,255,0);
      max-width: 300px;
      cursor: pointer;
      border-radius: 5px;
      margin-bottom: 10px;
      margin-right: 10px;
      background-color: white;
      box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
      transform: skewX(-10deg) scale(1);
      margin-bottom: 10px;
    }
.btn:hover {
  z-index: 100;
  color: white;
  border: 1px solid rgb(0, 160, 19);
  background-image: -moz-linear-gradient( 90deg, rgb(0,139,16) 0%, rgb(0,198,23) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,139,16) 0%, rgb(0,198,23) 100%);
  transform: scale(0.9) skewX(-10deg);
  background-image: -ms-linear-gradient( 90deg, rgb(0,139,16) 0%, rgb(0,198,23) 100%);
  -webkit-font-smoothing: antialiased;
}
.questionaire {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
}
#q1, #q2, #q3, #q4, #q5 {
  position: relative;
  min-height: 100%;
  width: 100%!important;
  height: 100%!important;
  background-size: cover!important;
  display: none;
}
#q1 {
  display: block;
}
.questionaireWrap {
  height: 100%;
  margin: 0;
  background: black;
  padding: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  clear: both;
  overflow: hidden;
}
#q1 {
  background: url(/landings/140618/1716208585/images/step1.jpg) center center no-repeat;
}
#q2 {
  background: url(/landings/140618/1716208585/images/step2.jpg) center center no-repeat;
}
#q3 {
  background: url(/landings/140618/1716208585/images/step3.jpg) center center no-repeat;
}
#q4 {
  background: url(/landings/140618/1716208585/images/step4.jpg) center center no-repeat;
}
#q5 {
  background: url(/landings/140618/1716208585/images/step5.jpg) center center no-repeat;
}
@media only screen and (max-width: 720px) {
  .questionWrap {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
  }
  .question {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 0.9em;
    text-align: center;
  }
  .btn {
    display: inline-block;
    max-width: 300px;
    min-width: 200px;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 24px;
  }
  #q4 .question {
    font-size: 2em;
    line-height: normal;
  }
  #q4 .question span {
    font-size: 1.5em;
  }
  .btn {
    height: 70px;
    line-height: 70px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  #q2 {
    background: url(/landings/140618/1716208585/images/mstep2.jpg) center center no-repeat;
    background-size: 100% 100%!important;
  }
  #q3 {
    background: url(/landings/140618/1716208585/images/mstep3.jpg) center center no-repeat;
  }
  #q4 {
    background: url(/landings/140618/1716208585/images/mstep4.jpg) center center no-repeat;
  }
}
