:root {
  --h1-size: 56px;
  --h2-size: 48px;
  --h3-size: 40px; }

@media screen and (max-width: 1400px) {
  :root {
    --h1-size: 44px;
    --h2-size: 38px;
    --h3-size: 32px; } }
@media screen and (max-width: 800px) {
  :root {
    --h1-size: 36px;
    --h2-size: 32px;
    --h3-size: 24px; } }
.show-in-mobile {
  display: none; }

video {
  -webkit-clip-path: inset(2px 2px);
  clip-path: inset(2px 2px); }

.edit-animation .edit-text {
  color: #a26eff;
  position: relative;
  margin-right: 10px; }
  .edit-animation .edit-text::after {
    position: absolute;
    right: -5px;
    top: 5%;
    content: ' ';
    display: inline-block;
    width: 2px;
    height: 90%;
    background: #a26eff; }

.btn.black.android,
.btn.black.mac,
.btn.black.ios {
  width: var(--btn-width);
  height: var(--btn-height); }

body {
  background-color: #fff;
  font-family: 'ProductSans'; }

.banner {
  padding-top: 70px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: #fff; }
  .banner .has-logo-tip {
    position: relative; }
    .banner .has-logo-tip::after {
      content: ' ';
      display: block;
      width: 60px;
      height: 30px;
      position: absolute;
      left: 0;
      top: -30px;
      background: url(../../images/page-functions/title-logo.png) center no-repeat;
      background-size: cover; }
  .banner .slogan {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    color: #333; }
    .banner .slogan span {
      background: linear-gradient(98deg, #ff4e62 13.55%, #ffab6a 90.9%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      color: #433dff; }
  .banner .title {
    font-size: var(--h1-size, 64px);
    font-weight: 700;
    color: #333; }
  .banner .desc {
    font-size: 20px;
    max-width: 764px;
    color: rgba(0, 0, 0, 0.5); }
  .banner .btn-group {
    display: flex;
    align-items: center;
    margin: 36px 24px; }
    .banner .btn-group .btn-wrapper .tip,
    .banner .btn-group .btn-wrapper .btn-video {
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      margin-top: 20px;
      color: rgba(255, 255, 255, 0.5); }
    .banner .btn-group .btn-wrapper .btn-video {
      flex-direction: row-reverse;
      padding: 4px 8px;
      border-radius: 37px;
      border: 1px solid #2f37ff;
      background: linear-gradient(93deg, #2f37ff 0%, #7b4bff 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      color: #2f37ff;
      font-weight: normal;
      font-size: 14px; }
      .banner .btn-group .btn-wrapper .btn-video span {
        background-image: url(../../images/page-functions/icon-video-play.png);
        margin-right: 4px; }
  .banner .tip {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-family: product sans; }
  .banner .banner-img {
    position: relative;
    margin-top: -60px; }
    .banner .banner-img .big-img {
      width: 95%;
      max-width: 1440px; }
    .banner .banner-img .img-01,
    .banner .banner-img .img-02 {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }

.btn-black-download {
  border-radius: 8px;
  border: 1px solid #fff;
  padding: 16px 0px;
  box-sizing: border-box;
  background: #000000; }

.pricing-wrapper {
  width: 100%;
  background: linear-gradient(180deg, #f0f4ff 0%, #fff 100%); }

.lang-ar .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item .item-text.item-link-desc {
  direction: ltr; }
.lang-ar .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item {
  justify-content: center;
  align-items: center; }
.lang-ar .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item .item-text.item-desc {
  text-align: center; }
.lang-ar .section-to-assist-wrapper .section-to-assist .section-title {
  text-align: right; }
.lang-ar .section-platforms .section-title {
  text-align: right; }

.section {
  width: 100%;
  max-width: 1400px; }
  .section .section-title {
    font-size: var(--h2-size);
    font-weight: bold;
    text-align: center;
    margin-top: 180px; }
    .section .section-title span {
      color: #a26eff; }
  .section .section-desc {
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
    color: #8a8a8a;
    margin: 0 auto; }
  .section.theme-white {
    max-width: 100%;
    background-color: #000; }
    .section.theme-white .section-title {
      color: #fff; }
    .section.theme-white .section-desc {
      color: #fff; }

.section-to-assist-wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 2; }
  .section-to-assist-wrapper .section-to-assist {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(95deg, #cb4eff 1.01%, #ff4e62 55.17%, #ffdc4e 100.46%);
    padding: 128px 0;
    width: 100%;
    overflow: hidden; }
    .section-to-assist-wrapper .section-to-assist .section-title {
      margin: auto;
      width: 1440px;
      text-align: left;
      color: #fff;
      font-size: 40px; }
    .section-to-assist-wrapper .section-to-assist .to-assist-container {
      width: 1440px;
      margin: 48px auto;
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap;
      position: relative;
      align-items: stretch; }
      .section-to-assist-wrapper .section-to-assist .to-assist-container > a {
        padding: 1px;
        text-decoration: none;
        transition: all 0.18s ease-in-out;
        transform: translate3d(0, 0, 0);
        box-sizing: border-box;
        position: relative;
        z-index: 1;
        height: auto;
        border-radius: 24px;
        overflow: hidden;
        min-width: 24%; }
        .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item {
          border: 1px solid rgba(255, 255, 255, 0);
          background: rgba(255, 255, 255, 0.1);
          border-radius: 24px;
          cursor: pointer;
          position: relative;
          height: 100%;
          z-index: 2;
          display: flex;
          flex-direction: column;
          transition: all 0.5s; }
          .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item .item-img {
            width: 150px;
            margin: 25px 0 0 12px;
            z-index: inherit;
            position: relative; }
          .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item .item-text {
            z-index: inherit;
            position: relative;
            margin: 0 40px; }
            .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item .item-text.item-title {
              color: #fff;
              font-size: 20px;
              font-weight: 700;
              line-height: 28px;
              margin-top: 23px; }
            .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item .item-text.item-desc {
              margin-top: 8px;
              max-width: 260px;
              color: #fff;
              font-size: 16px;
              font-weight: 400;
              line-height: normal;
              opacity: 0.5; }
            .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item .item-text.item-link-desc {
              margin: 42px 0 40px 44px;
              color: #fff;
              font-size: 16px;
              font-weight: 400;
              line-height: normal;
              display: flex;
              flex-direction: row;
              align-items: center;
              margin-top: auto;
              padding-top: 42px; }
              .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item .item-text.item-link-desc .more {
                display: block;
                position: relative;
                right: 0px;
                margin-left: 8px;
                bottom: 0;
                width: 40px;
                height: 40px;
                background: url(../../images/page-functions/icon-features-more-new.svg) center no-repeat;
                align-self: flex-end;
                background-size: cover;
                transform: translateX(0px);
                transition: all 0.5s; }
        .section-to-assist-wrapper .section-to-assist .to-assist-container > a:hover .item {
          transform: scale(1.05); }
          .section-to-assist-wrapper .section-to-assist .to-assist-container > a:hover .item .item-text.item-link-desc .more {
            animation: linkMore 2s forwards linear; }

.section-platforms {
  padding: 128px 50px;
  box-sizing: border-box;
  background: #000; }
  .section-platforms .section-title {
    max-width: 1440px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto;
    text-align: left; }
  .section-platforms .platforms-container {
    max-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 72px auto 0px; }
    .section-platforms .platforms-container .item {
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.1);
      width: 100%;
      max-width: 464px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 56px 0 32px;
      position: relative; }
      .section-platforms .platforms-container .item:nth-child(2) {
        margin: 0 24px; }
      .section-platforms .platforms-container .item > a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .section-platforms .platforms-container .item > p {
        display: flex;
        align-items: center;
        justify-content: center; }
        .section-platforms .platforms-container .item > p > span {
          margin-right: 8px;
          color: #FFF;
          text-align: right;
          font-size: 16px;
          font-weight: 400;
          line-height: normal; }
        .section-platforms .platforms-container .item > p > img {
          transition: all .5s;
          width: 40px; }
      .section-platforms .platforms-container .item > img {
        width: 128px; }
      .section-platforms .platforms-container .item:hover > p > img {
        animation: linkMore 2s forwards linear; }

.section-h2 {
  margin: 0 auto !important; }
  .section-h2 .section-title {
    padding-top: 180px;
    text-align: center;
    margin: 0 auto; }
    .section-h2 .section-title span {
      background: linear-gradient(180deg, #ffab6a 0%, #ff4e62 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

@media screen and (max-width: 1630px) {
  .lang-br .section-to-assist .section-title,
  .lang-de .section-to-assist .section-title,
  .lang-es .section-to-assist .section-title,
  .lang-fr .section-to-assist .section-title,
  .lang-kr .section-to-assist .section-title,
  .lang-jp .section-to-assist .section-title,
  .lang-it .section-to-assist .section-title,
  .lang-ar .section-to-assist .section-title {
    margin-left: 75px; }

  .section-to-assist-wrapper .section-to-assist .section-title {
    width: 90%; }
  .section-to-assist-wrapper .section-to-assist .to-assist-container {
    width: 90%; }
    .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item .item-img {
      width: 88px; }
    .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item .item-text {
      margin: 0 24px; }
      .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item .item-text.item-title {
        margin-top: 12px; }
      .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item .item-text.item-link-desc {
        margin: auto 0 30px 24px; }

  .section-platforms .section-title {
    max-width: 100%; }
  .section-platforms .platforms-container {
    max-width: 100%;
    justify-content: space-between; }
    .section-platforms .platforms-container .item {
      padding: 0 3% 0 1%;
      max-width: 25%; }
      .section-platforms .platforms-container .item > p > span {
        font-size: 14px; } }
@media screen and (max-width: 1530px) {
  .lang-br .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item .item-text.item-link-desc,
  .lang-fr .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item .item-text.item-link-desc {
    font-size: 12px; }
  .lang-br .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item,
  .lang-fr .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item {
    justify-content: space-between; }

  .lang-de .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item .item-text.item-desc {
    height: 40px; }

  .lang-ar .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item .item-text.item-desc {
    height: 30px; }
  .lang-ar .section-to-assist-wrapper .section-to-assist .section-title {
    margin-left: unset;
    margin-right: 5%; } }
@media screen and (max-width: 1488px) {
  .section-to-assist-wrapper .section-to-assist .to-assist-container {
    width: 90%; }
    .section-to-assist-wrapper .section-to-assist .to-assist-container > a {
      width: 24%; } }
@media screen and (max-width: 1400px) {
  .section-h2 .section-title {
    padding: 50px 0; }

  .section {
    width: 95%; } }
@media screen and (max-width: 1388px) {
  .section-platforms {
    padding: 5%;
    box-sizing: border-box; }
    .section-platforms .section-title {
      margin-left: 0;
      max-width: 100%;
      font-size: 32px; }
    .section-platforms .platforms-container {
      justify-content: space-between;
      width: 100%; }
      .section-platforms .platforms-container .item {
        border-radius: 16px;
        padding: 0 5% 0 3%;
        max-width: 22%; }
        .section-platforms .platforms-container .item > img {
          width: 88px; }
        .section-platforms .platforms-container .item > p > span {
          font-size: 14px;
          text-align: center;
          margin-right: 2px; }
        .section-platforms .platforms-container .item.item-02 {
          margin: 0 5%; }

  .section-to-assist-wrapper .section-to-assist .section-title {
    font-size: 32px; } }
@media screen and (max-width: 1252px) {
  .section-to-assist-wrapper {
    padding: 0; }
    .section-to-assist-wrapper .section-to-assist {
      padding: 52px 0; }
      .section-to-assist-wrapper .section-to-assist .section-title {
        text-align: center;
        margin: auto;
        width: 100%; }
      .section-to-assist-wrapper .section-to-assist .to-assist-container {
        align-items: stretch; }
        .section-to-assist-wrapper .section-to-assist .to-assist-container > a {
          width: 45%;
          margin: 1%; }

  .section-platforms .section-title {
    text-align: center; } }
@media screen and (max-width: 1088px) {
  .section-platforms .section-title {
    font-size: 28px;
    text-align: center; }
  .section-platforms .platforms-container {
    flex-wrap: wrap;
    margin-top: 52px; }
    .section-platforms .platforms-container .item {
      max-width: 85%;
      margin: 0px auto; }
      .section-platforms .platforms-container .item:nth-child(2) {
        margin: 12px auto; }

  .section-to-assist-wrapper .section-to-assist .section-title {
    font-size: 28px; } }
@media screen and (max-width: 1000px) {
  .banner {
    background-size: 800px auto, 800px auto; }
    .banner .banner-img {
      margin-top: 0; } }
@media screen and (max-width: 888px) {
  .section-to-assist-wrapper {
    transform: unset; }
    .section-to-assist-wrapper .section-to-assist .to-assist-container {
      width: 95%;
      margin: 24px auto; }
      .section-to-assist-wrapper .section-to-assist .to-assist-container > a {
        width: 47%; }
        .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item .item-img {
          margin: 12px 0 0 12px; }
        .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item .item-text {
          margin: 0 12px; }
          .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item .item-text.item-title {
            font-size: 18px; }
          .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item .item-text.item-desc {
            font-size: 14px;
            margin: 0 12px; }
          .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item .item-text.item-link-desc {
            font-size: 14px;
            margin: auto 12px 12px 12px; } }
@media screen and (max-width: 800px) {
  .show-in-pc {
    display: none; }

  .show-in-mobile {
    display: block; }

  .section .section-title {
    margin-top: 120px; }
  .section.section-h2 {
    width: 100%;
    padding: 0; }
    .section.section-h2 .section-title {
      margin-top: 0; }

  .banner .btn-group {
    flex-direction: column; }
    .banner .btn-group .btn-wrapper .tip,
    .banner .btn-group .btn-wrapper .btn-video {
      margin-top: 0; }
    .banner .btn-group .btn {
      margin: 10px 0; } }
@media screen and (max-width: 640px) {
  .section-platforms .section-title {
    font-size: 26px; }
  .section-platforms .platforms-container {
    margin-top: 24px;
    justify-content: center; }

  .section-to-assist-wrapper .section-to-assist {
    padding: 24px 0; }
    .section-to-assist-wrapper .section-to-assist .to-assist-container > a {
      margin: 12px auto;
      border-radius: 16px; }
      .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item .item-text.item-title {
        font-size: 16px; }
      .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item .item-text.item-desc {
        font-size: 13px; }
      .section-to-assist-wrapper .section-to-assist .to-assist-container > a .item .item-text.item-link-desc {
        font-size: 12px;
        margin: auto 8px 8px 12px;
        margin-top: auto; } }
@media screen and (max-width: 550px) {
  .lang-br .section-to-assist .section-title,
  .lang-de .section-to-assist .section-title,
  .lang-es .section-to-assist .section-title,
  .lang-fr .section-to-assist .section-title,
  .lang-kr .section-to-assist .section-title,
  .lang-jp .section-to-assist .section-title,
  .lang-it .section-to-assist .section-title,
  .lang-ar .section-to-assist .section-title {
    margin-left: 20px;
    font-size: 18px; }
  .lang-br .section-to-assist .to-assist-container > a .item .item-text.item-link-desc,
  .lang-de .section-to-assist .to-assist-container > a .item .item-text.item-link-desc,
  .lang-es .section-to-assist .to-assist-container > a .item .item-text.item-link-desc,
  .lang-fr .section-to-assist .to-assist-container > a .item .item-text.item-link-desc,
  .lang-kr .section-to-assist .to-assist-container > a .item .item-text.item-link-desc,
  .lang-jp .section-to-assist .to-assist-container > a .item .item-text.item-link-desc,
  .lang-it .section-to-assist .to-assist-container > a .item .item-text.item-link-desc,
  .lang-ar .section-to-assist .to-assist-container > a .item .item-text.item-link-desc {
    padding-top: 20px; }
  .lang-br .section-to-assist .to-assist-container > a .item .item-text.item-title,
  .lang-de .section-to-assist .to-assist-container > a .item .item-text.item-title,
  .lang-es .section-to-assist .to-assist-container > a .item .item-text.item-title,
  .lang-fr .section-to-assist .to-assist-container > a .item .item-text.item-title,
  .lang-kr .section-to-assist .to-assist-container > a .item .item-text.item-title,
  .lang-jp .section-to-assist .to-assist-container > a .item .item-text.item-title,
  .lang-it .section-to-assist .to-assist-container > a .item .item-text.item-title,
  .lang-ar .section-to-assist .to-assist-container > a .item .item-text.item-title {
    font-size: 12px; }
  .lang-br .section-to-assist .to-assist-container > a .item .item-text.item-link-desc,
  .lang-de .section-to-assist .to-assist-container > a .item .item-text.item-link-desc,
  .lang-es .section-to-assist .to-assist-container > a .item .item-text.item-link-desc,
  .lang-fr .section-to-assist .to-assist-container > a .item .item-text.item-link-desc,
  .lang-kr .section-to-assist .to-assist-container > a .item .item-text.item-link-desc,
  .lang-jp .section-to-assist .to-assist-container > a .item .item-text.item-link-desc,
  .lang-it .section-to-assist .to-assist-container > a .item .item-text.item-link-desc,
  .lang-ar .section-to-assist .to-assist-container > a .item .item-text.item-link-desc {
    padding-top: 22px; }
  .lang-br .section-to-assist .to-assist-container > a .item .item-text.item-desc,
  .lang-de .section-to-assist .to-assist-container > a .item .item-text.item-desc,
  .lang-es .section-to-assist .to-assist-container > a .item .item-text.item-desc,
  .lang-fr .section-to-assist .to-assist-container > a .item .item-text.item-desc,
  .lang-kr .section-to-assist .to-assist-container > a .item .item-text.item-desc,
  .lang-jp .section-to-assist .to-assist-container > a .item .item-text.item-desc,
  .lang-it .section-to-assist .to-assist-container > a .item .item-text.item-desc,
  .lang-ar .section-to-assist .to-assist-container > a .item .item-text.item-desc {
    height: 40px; } }
@media screen and (max-width: 425px) {
  .section-to-assist-wrapper .section-to-assist .section-title {
    max-width: 320px; } }
@keyframes animation-rotate {
  0% {
    transform: translateX(-40px) rotate(40deg) scale(0.7);
    opacity: 0; }
  100% {
    transform: rotate(0deg) scale(1);
    opacity: 1; } }

/*# sourceMappingURL=base.css.map */
