/* Row 1 */
.row1 {
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  position: relative;
  justify-content: space-between;
  margin: 0px auto;
}
.row1 .contentLine {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-start;
}
.row1 .leftBlock {
  display: flex;
  align-items: center;
}
.row1 .leftBlock .head {
  font-size: var(--unit_x14);
  text-transform: uppercase;
  max-width: var(--unit_x250);
  letter-spacing: var(--unit_x4);
  margin-bottom: var(--unit_x5);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  font-family: 'RobotoMono';
  font-weight: normal;
  transform: translateX(30%);
  white-space: nowrap;
}
.row1 .leftBlock .subhead {
  font-size: var(--unit_x58);
  font-family: 'Roboto';
  font-weight: bold;
  text-transform: uppercase;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  transform: translateX(0%);
  color: var(--col_pl10);
  line-height: calc(var(--unit_x58)*1.125);
}
.row1 .leftBlock .body p {
  transform: translateX(10%);
  max-width: var(--unit_x368);
  margin-bottom: var(--unit_x15);
}
.row1 .leftBlock .buttons {
  transform: translateX(10%);
}
.row1 .leftBlock .buttons button {
  margin-bottom: var(--unit_x15);
  min-width: var(--unit_x230);
}

@media only screen and (max-width: 768px) {
  .headline {
    text-align: center;
  }
  .row1 {
    align-items: flex-start;
    margin-top: var(--unit_x30);
  }
  .row1 .leftBlock {
    text-align: center;
    margin: 0px auto;
  }
  .row1 .leftBlock * {
    text-align: center;
    transform: none !important;
  }
  .row1 .leftBlock > div {
    width: 100%;
  }
  .row1 .leftBlock .head,
  .row1 .leftBlock .body p {
    max-width: 100%;
  }
  .row1 .leftBlock .buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .row1 .button {
    margin: 0px auto;
  }
  .row1_bg {
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
  }
  .row1_bg .car {
    width: 80% !important;
    right: 10% !important;
  }
}

.row1 .rightBlock {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.row1 .rightBlock .couponCard {
  position: relative;
  max-width: var(--unit_x209);
  background-color: var(--col_pd80_75a);
}
.row1 .rightBlock .couponCard .headline {
  font-family: 'RobotoMono';
  font-weight: bold;
  letter-spacing: var(--unit_x3);
  color: var(--col_pr60);
  text-transform: uppercase;
}
.row1 .rightBlock .couponCard .lnk {
  margin-top: var(--unit_x5);
}
.row1 .rightBlock .couponCard .circleBadge {
  position: absolute;
  right: 0px;
  top: 0px;
  width: var(--unit_x75);
  height: var(--unit_x75);
  border-radius: 50%;
  font-size: var(--unit_x25);
  font-family: 'RobotoMono';
  background-color: var(--col_pr60);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(50%, -50%);
}

@media only screen and (max-width: 768px) {
  .row1 .rightBlock {
    display: none;
  }
  .row1_bg .battery {
    display: none !important;
  }
}

.row1_bg {
  position: fixed;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.row1_bg .room {
  left: 0%;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .row1_bg {
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
  }
}

/* Row 2 */
.row2 {
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  position: relative;
}
.row2 .infocard {
  padding-top: var(--unit_x55);
  padding-bottom: var(--unit_x28);
}
.row2 .infocard .subhead {
  text-align: center;
}
.row2 .infocard .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.row2 .infocard .buttons > div {
  display: flex;
}
.row2 .steps {
  margin-top: var(--unit_x92);
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
}
.row2 .steps .step {
  width: 100%;
  padding: 0% 4%;
  max-width: 500px;
}
.row2 .steps .step .stepImg {
  width: auto;
  height: auto;
  margin-top: var(--unit_x35);
  margin-bottom: var(--unit_x35);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  opacity: 1;
}
.row2 .steps .step .img {
  width: auto;
  height: 180px;
  margin-bottom: var(--unit_x25);
}
.row2 .steps .step .subhead {
  margin-bottom: var(--unit_x15);
}
.row2 .steps .step:last-child {
  margin-right: 0;
}
.row2 .buttons {
  margin-top: var(--unit_x58);
  text-transform: uppercase;
}
.row2 .buttons .link {
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .row2 .steps {
    margin-top: 0px;
    max-width: auto;
    justify-content: space-between;
  }
  .row2 .steps .step {
    width: 33%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1500px) {
  .row2 .steps {
    margin-top: 0px;
    max-width: auto;
  }
  .row2 .steps .step {
    width: 33%;
    margin-left: 0;
    max-width: 500px;
  }
}




.nav_scrollElm {
  display: block;
  z-index: 3;
}
@media (max-height:720px) and (min-width:998px) {
  .nav_scrollElm {
    display: none;
  }
}
