body.mobile-banner #hero {
  padding-top: 120px;
}

#hero {
  padding-top: 100px;
  overflow-x: hidden;
}
#hero.hero_flex_container {
  padding-top: 64px;
}
#hero.hero_flex_container .hero_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#hero.hero_flex_container .hero_container .button {
  margin-top: 24px;
}
#hero.hero_flex_container .hero_container .img_holder video {
  all: unset;
}
#hero.hero_flex_container .flex_img_holder {
  position: relative;
}
#hero.hero_flex_container .flex_img_holder .demo_btn {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
#hero.hero_flex_container .flex_img_holder .demo_btn a {
  color: #614efa;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: block;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid #a59afc;
  border-radius: 48px;
}
#hero .ctas_holder {
  display: flex;
  gap: 16px;
}
#hero .cta_sub {
  display: flex;
  align-items: center;
  margin-top: 24px;
  gap: 12px;
}
#hero .cta_sub div {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
#hero .cta_sub div strong {
  color: #4a3bbe !important;
  display: inline-block;
}
#hero .cta_list {
  margin-top: 24px;
}
#hero .cta_list .cta_list_item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
}
#hero .cta_list .cta_list_item:last-child {
  margin-bottom: 0;
}
#hero .img_holder {
  text-align: right;
  position: relative;
  z-index: -1;
  height: 850px;
  margin-top: -250px;
  width: 100%;
  max-width: 100vw;
}
#hero .img_holder img {
  display: none;
}
#hero .img_holder video {
  position: absolute;
  z-index: -1;
  right: calc((100% - 1366px) / 2);
  bottom: 0;
  max-width: 100%;
}
#hero .hero_container {
  position: relative;
}
#hero .hero_container h1 {
  font-size: 58px;
  margin-bottom: 32px;
  font-weight: 600;
  line-height: 72px;
}
#hero .hero_container h1 strong {
  font-weight: 600;
  font-size: 58px;
  line-height: 68px;
  background: linear-gradient(90deg, #614efa 22.93%, #62c8ff 76.42%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hero .hero_container p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
}
#hero .hero_container p strong {
  font-weight: 700;
}
#hero .hero_container .button {
  margin-top: 56px;
}
#hero .hero_container .apps_tag {
  padding: 4px 12px;
  border-radius: 20px;
  background: #f7f7f8;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 28px;
  color: #75738b;
}
#hero .hero_container .apps_tag .logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .hero_container .apps_tag .logos .icon {
  height: 26px;
}

@media screen and (max-width: 1280px) {
  #hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #hero.hero_flex_container .hero_container {
    flex-direction: column;
    gap: 40px;
  }
  #hero.hero_flex_container .hero_container .flex_img_holder {
    position: relative;
  }
  #hero.hero_flex_container .hero_container .flex_img_holder img {
    max-width: 100%;
    height: auto;
  }
  #hero.hero_flex_container .hero_container .flex_img_holder video {
    max-width: 100%;
    height: auto;
  }
  #hero .hero_container h1 {
    font-size: 48px;
    margin-bottom: 32px;
    line-height: 60px;
  }
  #hero .hero_container h1 strong {
    font-size: 48px;
    margin-bottom: 32px;
  }
  #hero .img_holder {
    margin-top: 30px;
    max-width: 728px;
    margin: 0 auto;
    height: auto;
  }
  #hero .img_holder img,
  #hero .img_holder video {
    max-width: 100%;
    height: auto;
    position: relative;
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #hero {
    padding-top: 60px;
  }
  #hero .ctas_holder {
    flex-direction: column;
    gap: 12px;
  }
  #hero .ctas_holder .button:last-child {
    margin-top: 0;
  }
  #hero.hero_flex_container {
    padding-bottom: 0;
  }
  #hero.hero_flex_container .hero_container {
    flex-direction: column;
    gap: 40px;
  }
  #hero.hero_flex_container .hero_container .flex_img_holder .demo_btn {
    display: none;
  }
  #hero.hero_flex_container .hero_container .flex_img_holder video {
    max-width: 100%;
    height: auto;
  }
  #hero.small_padding {
    padding-bottom: 0;
  }
  #hero .img_holder {
    margin: 30px auto;
    max-width: 360px;
  }
  #hero .img_holder img {
    display: block;
    max-width: 100%;
  }
  #hero .img_holder video {
    display: none;
  }
  #hero .hero_container h1 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 32px;
  }
  #hero .hero_container h1 br {
    display: none;
  }
  #hero .hero_container h1 strong {
    font-size: 36px;
    line-height: 48px;
  }
  #hero .hero_container p {
    font-size: 16px;
    line-height: 28px;
  }
  #hero .hero_container .button {
    margin-top: 32px;
  }
  #hero .hero_container .apps_tag .logos .icon {
    display: flex;
    align-items: center;
  }
  #hero .hero_container .apps_tag .logos .icon img {
    width: 18px;
    height: 18px;
  }
}