/* Row 1 */
.row1 {
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  position: relative;
  justify-content: center;
  flex-direction: column;
}
.row1 .mainHeadline {
  margin-top: var(--unit_x35);
  margin-bottom: var(--unit_x35);
}
.row1 .card {
  padding: var(--unit_x18);
  width: 90%;
  max-width: 500px;
  margin-bottom: var(--unit_x35);
}

.row1 .card .subhead {
  margin-bottom: var(--unit_x15);
}
.row1 .card .button {
  width: 100%;
}
.row1 .card .button .ico {
  width: 25px;
  height: 25px;
}

@media only screen and (max-width: 700px) {
  .row1 {
    flex-direction: column;
  }
  .row1 .card:not(:last-child) {
    width: 100%;
    margin-right: 0px;
    margin-bottom: var(--unit_x35);
  }
}

/* Row 2 */





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