.marketer .header-content {
  height: 800px;
  color: white;
  padding: 130px 0 363px 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(https://lofty.com/hubfs/ai-new-banner.png);
}
.marketer .header-content .page-header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.marketer .header-content .page-header .main-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.marketer .header-content .page-header .main-content .header-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.marketer .header-content .page-header .main-content .header-left .banner-subtitle {
  color: #fafbfd;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 20px;
  font-family: Manrope;
  font-style: Regular;
}
.marketer .header-content .page-header .main-content .header-left .banner-title {
  color: #ffffff;
  font-weight: 500;
  font-size: 50px;
  line-height: 58px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 30px;
}
.marketer .header-content .page-header .main-content .header-left .banner-descript {
  color: #e1e2e6;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto 40px;
  width: 850px;
}
.marketer .header-content .page-header .main-content .header-left .md-button {
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border-radius: 30px;
  width: 300px;
  height: 50px;
  background: linear-gradient(160.37deg, #3b5cde -6.2%, #6e03ff 109.58%);
  border: 2px solid #ffffff;
}
.marketer .page-content .video-content {
  margin: -303px auto 100px auto;
  max-width: 1200px;
  border-radius: 20px;
}
.marketer .page-content .video-content .header-right {
  width: 100%;
  height: 600px;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.marketer .page-content .video-content .header-right .banner-video {
  position: relative;
  width: 100%;
  height: 100%;
}
.marketer .page-content .video-content .header-right .banner-video video {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  box-shadow: 0px 30px 60px 0px rgba(22, 6, 135, 0.15);
}
.marketer .page-content .video-content .header-right .banner-video .header-play-btn {
  display: none;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: absolute;
  background-image: url("https://lofty.com/hubfs/play-button.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  left: 50%;
  cursor: pointer;
}
.marketer .page-content .video-content .header-right .banner-video .header-play-btn:hover {
  background-image: url("https://lofty.com/hubfs/play-button-hover.png");
}
.marketer .page-content .introduce {
  margin-top: 100px;
}
.marketer .page-content .introduce h1 {
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  color: rgb(32, 36, 55);
}
.marketer .page-content .introduce .container {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.marketer .page-content .introduce .container .ai-img {
  width: 550px;
}
.marketer .page-content .introduce .container .ai-img img {
  width: 100%;
}
.marketer .page-content .introduce .container .ai-des {
  width: 510px;
}
.marketer .page-content .introduce .container .ai-des h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: rgb(32, 36, 55);
}
.marketer .page-content .introduce .container .ai-des h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
  color: rgb(32, 36, 55);
}
.marketer .page-content .introduce .container .ai-des p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgb(81, 86, 102);
  margin-top: 20px;
  font-family: Manrope;
  font-style: Regular;
}
.marketer .page-content .introduce .container .ai-des p + p {
  margin-top: 32px;
}
.marketer .page-content .introduce .container .ai-des p.mini {
  margin-top: 12px;
}
.marketer .page-content .introduce .container .ai-des .button .md-button.normal {
  font-weight: 500;
  line-height: 24px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  height: 44px;
  width: 32%;
  margin-top: 30px;
  background: rgb(59, 92, 222);
}
.marketer .page-content .introduce .social {
  margin-top: 60px;
}
.marketer .page-content ._new_cards {
  width: 100%;
  height: 330px;
  justify-content: center;
  align-items: center;
  background: #ebeffc;
  display: flex;
  gap: 20px;
  margin-top: 100px;
}
.marketer .page-content ._new_cards ._cards_item {
  width: 285px;
  height: 170px;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.0784313725);
}
.marketer .page-content ._new_cards ._cards_item ._card_title {
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 45px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 20px;
  color: #3b5cde;
}
.marketer .page-content ._new_cards ._cards_item ._card_desc {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 17px;
  line-height: 150%;
  text-align: center;
  color: #202437;
  opacity: 0.6;
}
.marketer .page-content .info {
  width: 100%;
  height: 462px;
  max-width: 1200px;
  margin: 80px auto;
  background: url(https://go.lofty.com/hubfs/ai-market/image3.png) center center/cover no-repeat;
  border-radius: 40px;
  display: flex;
  align-items: center;
}
.marketer .page-content .info .info-details {
  max-width: 643px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  margin-left: 60px;
}
.marketer .page-content .info .info-details .info-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0px;
}
.marketer .page-content .info .info-details .info-descript {
  display: flex;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
.marketer .page-content .info .info-details .info-descript .info-img {
  margin-right: 10px;
  display: inline-block;
}
.marketer .page-content .info .info-details .info-descript .info-icon-20 {
  width: 16px;
  height: 24px;
}
.marketer .page-content .info .info-details .info-descript span {
  font-weight: 500px;
  font-size: 18px;
  line-height: 24px;
  color: rgb(250, 251, 253);
}
.marketer .page-content .info .market-img {
  display: none;
}

.mp-register-form .mrf-description p:last-of-type {
  margin-top: 23px;
}

@media (max-width: 800px) {
  .marketer .header-content {
    padding: 90px 20px 142px 20px;
    height: auto;
  }
  .marketer .header-content .page-header .main-title {
    text-align: left;
    margin-bottom: 20px;
  }
  .marketer .header-content .page-header .main-title span {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .marketer .header-content .page-header .main-content {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .marketer .header-content .page-header .main-content .header-right {
    width: 100%;
  }
  .marketer .header-content .page-header .main-content .header-left {
    width: 100%;
    gap: 10px;
    align-items: flex-start;
  }
  .marketer .header-content .page-header .main-content .header-left .banner-subtitle {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-align: left;
  }
  .marketer .header-content .page-header .main-content .header-left .banner-title {
    color: #ffffff;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 20px;
  }
  .marketer .header-content .page-header .main-content .header-left .banner-descript {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 30px;
    text-align: left;
    width: 100%;
  }
  .marketer .header-content .page-header .main-content .header-left .banner-btn-wrap .md-button {
    width: 180px;
    height: 40px;
  }
  .marketer .page-content {
    padding: 0;
  }
  .marketer .page-content .video-content {
    margin: -108px auto 50px;
    width: 90vw;
  }
  .marketer .page-content .video-content .header-right {
    height: auto;
  }
  .marketer .page-content .video-content video {
    box-shadow: 0px 0px 13.96px 0px rgba(0, 0, 0, 0.15);
  }
  .marketer .page-content .introduce {
    padding: 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 50px;
  }
  .marketer .page-content .introduce > h1 {
    color: #202437;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 10px;
  }
  .marketer .page-content .introduce > p {
    color: #202437;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0;
  }
  .marketer .page-content .introduce p + p {
    margin-top: 8px !important;
  }
  .marketer .page-content .introduce .container {
    margin-top: 50px;
    flex-direction: column;
    gap: 30px;
  }
  .marketer .page-content .introduce .container .ai-img {
    height: auto;
    width: 100%;
  }
  .marketer .page-content .introduce .container .ai-des {
    height: auto;
    width: 100%;
  }
  .marketer .page-content .introduce .container .ai-des h2 {
    color: #202437;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 12px;
  }
  .marketer .page-content .introduce .container .ai-des .ai-title {
    padding: 20px;
    border-radius: 12px;
    background: #f9fafe;
  }
  .marketer .page-content .introduce .container .ai-des .ai-title h3 {
    color: #202437;
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0px;
    margin-top: 0;
    margin-bottom: 8px;
    text-align: left;
  }
  .marketer .page-content .introduce .container .ai-des .ai-title p {
    color: #515666;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 0px;
  }
  .marketer .page-content .introduce .container .ai-des .button .md-button.normal {
    width: 180px;
    height: 40px;
  }
  .marketer .page-content .introduce .listing {
    flex-direction: column-reverse;
  }
  .marketer .page-content ._new_cards {
    flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 50px 0;
    margin-top: 40px;
    gap: 15px 0;
  }
  .marketer .page-content ._new_cards ._cards_item {
    width: calc(100% - 40px);
    padding: 28px 20px;
  }
  .marketer .page-content ._new_cards ._cards_item ._card_desc {
    font-size: 15px;
  }
  .marketer .page-content .info {
    width: calc(100% - 40px);
    background: url(https://go.lofty.com/hubfs/ai-market/image5.png) center center/cover no-repeat;
    height: 828px;
    flex-direction: column;
    margin: 40px auto 50px;
    border-radius: 20px;
    padding: 20px 20px 30px 20px;
  }
  .marketer .page-content .info .info-details {
    width: 100%;
    gap: 20px;
    margin: 0;
  }
  .marketer .page-content .info .info-details .info-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    text-align: left;
  }
  .marketer .page-content .info .info-details .info-descript span {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0;
  }
  .marketer .page-content .info .market-img {
    display: block;
    width: 295px;
    height: 280px;
    margin: 20px auto 0;
  }
  .marketer .page-content .info .market-img img {
    width: 100%;
  }
}

/*# sourceMappingURL=index.css.map */
