.hero-ttp-section-n8lj {
  position: relative;
  width: 100%;
  min-height: 870px;
  color: #000000;
  background-color: #ffe600;
  background-image: url(https://http2.mlstatic.com/storage/pog-cm-admin/calm-assets/point-tap-mobile--639def06.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 95%;
  padding-top: 50px;
}

.hero-ttp-content-n8lj {
  max-width: 320px;
  margin: 0 auto;
  padding: 64px 16px 0;
  text-align: center;
}

.hero-ttp-title-n8lj {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  color: #000000;
}

.hero-ttp-subtitle-n8lj {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
  color: #000000;
}

.hero-ttp-description-n8lj {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 14px 0 0;
  color: #000000;
}

.hero-ttp-button-n8lj {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(100% - 80px);
  padding: 0 24px;
  min-height: 48px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  background: #3483fa;
  border-radius: 6px;
  white-space: nowrap;
  transition: background-color 0.18s ease-out;
}

.hero-ttp-button-n8lj:hover {
  background: #2968c8;
  color: #ffffff;
}

.hero-ttp-button-n8lj:active {
  background: #1f4e96;
  color: #ffffff;
}

@media (min-width: 1024px) {
  .hero-ttp-section-n8lj {
    min-height: calc(140vh + 100px);
    background-image: url(https://http2.mlstatic.com/storage/pog-cm-admin/calm-assets/hand-iphone-desktop--9cd5faf1.png);
    background-position: center 90%;
    padding-top: 100px;
  }

  .hero-ttp-content-n8lj {
    max-width: 1040px;
    margin: 0 auto;
    padding: 64px 24px 0;
  }

  .hero-ttp-title-n8lj {
    font-size: 48px;
    line-height: 56px;
  }

  .hero-ttp-subtitle-n8lj {
    font-size: 48px;
    line-height: 56px;
  }

  .hero-ttp-description-n8lj {
    font-size: 20px;
    line-height: 25px;
    max-width: 720px;
    margin: 24px auto 49px;
  }

  .hero-ttp-button-n8lj {
    margin-top: 12px;
  }
}
