.wrapper {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.header {
  width: 100%;
  height: 130px;
  background: white;
  display: flex;
  flex-direction: row;
}

.header img {
  object-fit: contain;
  padding-left: 25px;
  width: 17vw;
}
.main {
  height: auto;
  position: relative;
  width: 100%;
}

.main img {
  width: 100%;
}
.main .main-text {
  position: absolute;
  bottom: 25px;
  left: 120px;
  font-size: 3.6vw;
  font-weight: 700;
  line-height: 67px;
  color: white;
  font-family: "DinPRObold";
}
.main .iphone-img {
  position: absolute;
  width: 25.65vw;
  top: 50%;
  right: 0px;
  transform: translate(-30%, -46%);
  z-index: 10;
}

.download {
  height: 170px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: flex-start;
  padding-top: 25px;
  position: relative;
}

.download img {
  object-fit: contain;
  padding-left: 20px;
}

.download .wiggle-right {
  position: absolute;
  padding: 0px;
  left: 0px;
  top: 90px;
}

.download span {
  padding-left: 65px;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  font-family: "DinPRObold";
  height: 45px;
  display: flex;
  align-items: center;
}
.benefits {
  height: 620px;
  position: relative;
}

.benefits .bg-img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
}
.benefits .title {
  font-family: "DinPRObold";
  font-size: 3.8vw;
  font-weight: 700;
  line-height: 67px;
  padding-left: 60px;
  display: flex;
}
.benefits .subtitle {
  font-family: "DinPROregular";
  font-size: 2.4vw;
  font-weight: 400;
  line-height: 42px;
  padding-left: 60px;
}
.benefits-spot {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.benefits-spot .benefit {
  width: 450px;
  height: 350px;
}
.benefit-logo {
  width: 100%;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefit-logo img {
  object-fit: contain;
}
.benefit-text {
  width: 100%;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "DinPROregular";
  font-size: 2.4vw;
  font-weight: 400;
  line-height: 42px;
}

.steps {
  height: 548px;
  position: relative;
}

.steps .bg-img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
}

.steps-title {
  font-family: "DinPRObold";
  font-size: 3.8vw;
  font-weight: 700;
  line-height: 67px;
  padding-left: 60px;
}

.steps-desktop {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 78px;
}

.steps-desktop img {
  width: 7vw;
  object-fit: contain;
}

.steps-desktop .separator {
  width: 20.3vw;
  height: 2px;
  background: rgba(0, 0, 0, 0.15);
  margin: 0 2.9vw;
}
.steps .steps-mobile {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
}
.steps .steps-mobile .step {
  width: 25%;
}
.steps .steps-mobile .mobile-image {
  display: none;
}

.steps-mobile .step span {
  font-family: "DinPRObold";
  font-weight: 700;
}

.steps .steps-mobile .step p {
  width: 24.8vw;
  height: 135px;
  font-family: "DinPROregular";
  font-size: 2.1vw;
  font-weight: 400px;
  line-height: 42px;
  text-align: center;
}

.footer {
  height: 240px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  font-family: "DinPRObold";
}

.download-cta {
  width: 590px;
  height: 90px;
  text-transform: uppercase;
  color: white;
  background: #ffca2c;
  font-size: 2.8vw;
  font-weight: 700;
  line-height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; margin: 5rem 0rem 0rem 0rem;
}

.footer span {
  width: 400px;
  font-size: 2.4vw;
  font-weight: 700;
  line-height: 42px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px; margin: 5rem 0rem 0rem 0rem
}

.steps .steps-mobile .mob-bg {
  display: none;
}

.benefits .mob-bg {
  display: none;
}
.main .show-mob {
  display: none;
}
@media (max-width: 768px) {
  .wrapper {
    overflow: hidden;
  }

  .footer {
    flex-direction: column;
    align-items: center;
  }

  .steps {
    height: 760px;
  }

  .steps-desktop {
    display: none;
  }

  .steps .steps-mobile {
    display: flex;
    flex-direction: column;
  }

  .steps .steps-mobile .mob-bg {
    display: block;
    position: absolute;
    width: 100%;
    z-index: -1;
  }

  .steps .steps-mobile .mobile-image {
    display: block;
    width: 60px;
    margin-bottom: 20px;
  }

  .steps .steps-mobile .step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .steps .steps-mobile .step p {
    font-size: 16px;
    line-height: 20px;
  }

  .download-cta {
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .steps-title {
    font-size: 28px;
    padding-left: 20px;
  }

  .footer span {
    font-size: 16px;
  }

  .benefits {
    display: flex;
    flex-direction: column;
    height: 1000px;
    position: relative;
  }

  .benefit {
    height: 280px !important;
  }

  .benefits .bg-img {
    display: none;
  }
  .benefits .mob-bg {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
  }

  .benefits .benefits-spot {
    flex-direction: column;
  }

  .benefits .title {
    font-size: 28px;
    padding-left: 20px;
    line-height: 25px;
  }

  .benefits .subtitle {
    font-size: 16px;
    padding-left: 20px;
    line-height: 22px;
  }

  .benefit-text {
    font-size: 16px;
    line-height: 20px;
    height: 100px;
  }
  .header {
    height: 90px;
  }
  .header img {
    width: 120px;
  }
  .download {
    margin-top: 20px;
  }
  .download span {
    padding-left: 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .download img {
    width: 120px;
    padding: 0 10px;
  }
  .main {
    height: 511px;
  }
  .main .hide-mob {
    display: none;
  }
  .main .show-mob {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .main .iphone-img {
    transform: translate(-20%, -35%);
    width: 250px;
  }
  .main .main-text {
    top: 20px;
    line-height: 25px;
    text-align: center;
    font-size: 24px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
}

div.video {text-align: center;
margin: 0rem 0rem 15rem 0rem}
.videoresponsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.videoresponsive iframe,
.videoresponsive object,
.videoresponsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@font-face {
  font-family: "DinPROregular";
  src: url("fonts/DINProregular.otf");
}
@font-face {
  font-family: "DinPRObold";
  src: url("fonts/DINProbold.otf");
}
