/*@import url(http://i-date-u.com/us/lp66/css5d2a?family=Lato):*/
.btn,
h3 {
  text-transform: uppercase;
}
.bg,
.bg__item,
.bg__item:after {
  right: 0;
  bottom: 0;
  height: 100%;
}
* {
  box-sizing: border-box;
}
.btn {
  text-decoration: none;
}
a,
body,
div,
h3,
h4,
html,
img,
li,
p,
section,
span,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
h3,
h4 {
  line-height: 1.3em;
}
body {
  font-weight: 400;
}
section {
  display: block;
}
ul {
  list-style: none;
}
.bg__item:after {
  content: "";
}
body,
html {
  height: 100%;
}
body {
  min-width: 320px;
  overflow-x: hidden;
  font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #282828;
  z-index: 0;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.3125em;
}
.c--blue {
  color: #d5232f;
}
.btn {
  display: inline-block;
  border: none;
  color: #fff;
  background-color: #5cb85c;
  padding: 15px 50px;
  font-size: 14px;
  letter-spacing: 2px;
  border-radius: 3px;
  text-align: center;
  position: relative;
  vertical-align: middle;
  outline: 0;
  cursor: pointer;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}
.btn--accent,
.btn:active,
.btn:hover {
  background-color: #d5232f;
}
.btn--accent {
  opacity: 1;
}
.btn--accent:hover {
  background-color: #e84735;
}
.btn--accent:active {
  background-color: #e6321e;
}
.btn--accent.next {
  margin-right: 4px;
}
section.content {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  z-index: 1;
}
.step {
  width: 90%;
  max-width: 400px;
  display: none;
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: hsla(0, 0%, 100%, .9);
  border-radius: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, .4);
  overflow: hidden;
}
.step__body,
.step__header {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.step:first-child {
  display: block;
}
.step__header {
  text-align: center;
  padding: 15px 20px;
  background: #d5232f;
}
.step__header ul li {
  display: inline-block;
  background: rgba(235, 92, 76, .4);
  border-radius: 50em;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  padding: 0;
  margin: 0 2px;
  color: #eee;
}
.step__header ul li.active {
  background: #fff;
  color: #000;
}
.step__header {
  color: #fff;
}
.step__body {
  text-align: left;
  padding: 15px 20px;
}
.step__body p {
  font-size: 1em;
  margin-bottom: 15px;
  text-align: justify;
  text-indent: 1em;
}
.step.spiner .spinerbox p:first-child,
.step__body p:last-child {
  margin-bottom: 0;
}
.step__footer {
  text-align: center;
  padding: 15px 20px;
}
.step.spiner {
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translate(0);
  transform: translate(0);
  background: #fffef7;
  border-radius: 0;
  border: none;
  opacity: .9;
}
.step.spiner .spinerbox {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.5em;
}
.bg,
.bg__item,
.bg__item:after {
  left: 0;
  top: 0;
  width: 100%;
}
.step.spiner .spinerbox img {
  display: inline-block;
  max-width: 100%;
}
.bg {
  position: fixed;
  z-index: 0;
}
.bg__item {
  display: none;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
.bg__item:first-child {
  background-image: url(5cb8964c4b7e6_v.jpg);
}
.bg__item.active {
  display: block;
}
.bg__item:after {
  display: block;
  position: fixed;
  z-index: 0;
  background: rgba(0, 0, 0, .4);
}
@media (min-width: 320px) and (max-width: 767px) {
  .bg__item:first-child {
    background-image: url(5cb8964c4b7e6_v.jpg);
  }
}
