
@font-face {
    font-family: 'Inter';
    src: url('/help/fonts/Inter-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Inter Italic';
    src: url('/help/fonts/Inter-Italic.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Medium';
    src: url('/help/fonts/Inter-Medium.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter SemiBold';
    src: url('/help/fonts/Inter-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Bold';
    src: url('/help/fonts/Inter-Bold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.ht-page.ht-page--sidebaroff {
  padding-bottom: 0;
}

.icon-header {
  display: flex;
  justify-content: center;
  padding: 35px 0 16px;
}

.icon-header img {
  max-width: 340px;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.site-header {
  background: url('/help/images/front-page/bg-header.png') no-repeat center center;
  background-size: cover;
}

.site-header__bg {
  /* background: url('/help/images/front-page/bg-header-top.png') no-repeat center center; */
  /* background-size: cover; */
  background: #fff;
  color: #212121;
}

.site-header .site-header__search {
  padding-bottom: 60px;
  background: url(/help/images/front-page/bg-header-top.png) no-repeat center center;
  background-size: cover;
}

.text-bold {
  font-family: 'Inter Bold', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.text-semibold {
  font-family: 'Inter SemiBold', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.text-center {
  text-align: center;
}

.default-title {
  font-size: 28px;
  color: #2B3173;
  padding-bottom: 30px;
}

.default-padding {
  padding: 60px 0;
}

.default-btn {
  display: inline-block;
  padding: 12px 22px;
  font-family: 'Inter Bold', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #FFF;
  background: linear-gradient(90deg, #7849FC 0%, #4300FF 100%);
  box-shadow: 0px 8px 11.8px 0px #616CE66B;
  border-radius: 8px;
}

@media (min-width: 1366px) {
  .ht-container {
    max-width: 1300px;
  }
}

@media (max-width: 767px) {
  .default-title {
    font-size: 24px;
    padding-bottom: 24px;
  }

  .default-padding {
    padding: 30px 0;
  }
}

/*#region Start use*/
.start-use {
  padding: 50px 0 80px;
}

.start-use__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.start-use__item {
  background-color: #FFF;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
}

.start-use__item-title {
  color: #111;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .start-use {
    padding: 30px 0;
  }

  .start-use__content {
    grid-template-columns: repeat(1, 1fr);
  }

  .start-use__item {
    max-width: 390px;
    margin: 0 auto;
  }
}

/*#endregion*/

/* onb */
.onb-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 24px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #000;
}

.onb-main {
  width: 840px;
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.onb-title {
  font-size: 40px;
  font-family: 'Inter Bold';
  line-height: 1.2;
  word-break: break-word;
}

.onb-steps {
  display: flex;
  align-items: center;
  gap: 24px;
}

.onb-step {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: #000 !important;
}

.onb-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.onb-icon-img {}

.onb-step-text {
  text-align: center;
  font-size: 18px;
  font-family: 'Inter Medium', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 24px;
  word-break: break-word;
}

.onb-media {
  width: 408px;
  height: 250px;
  background: #F6F6F6;
  border-radius: 12px;
  overflow: hidden;
  flex: 0 0 auto;
  display: flex;
}

.onb-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 979px) {
  .onb-wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .onb-main {
    width: 100%;
    gap: 24px;
  }

  .onb-title {
    font-size: 32px;
  }

  .onb-steps {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .onb-step {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
  }

  .onb-step-text {
    text-align: left;
  }

  .onb-media {
    width: 100%;
    height: auto;
    aspect-ratio: 408 / 250;
  }
}

/* end onb */
/* nv */
.nv-wrap {
  width: 100%;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #111827;
}

.nv-layout {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 840px) minmax(0, 408px);
  gap: 24px;
  align-items: start;
}

.nv-main {
  display: grid;
  gap: 42px;
}

.nv-title {
  font-size: 40px;
  font-family: 'Inter Bold', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.2;
  color: #000;
}

.nv-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #fff;
}

.nv-tab {
  display: grid;
  place-items: center;
  padding: 19px 12px;
  border-bottom: 3px solid #E6E6E6;
  text-decoration: none;
}

.nv-tab.is-active {
  border-bottom-color: #5051DB;
}

.nv-tab-text {
  font-size: 18px;
  font-family: 'Inter Bold', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 24px;
  color: #374151;
  text-align: center;
}

.nv-tab.is-active .nv-tab-text {
  color: #5051DB;
}

.nv-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.nv-card {
  padding: 36px 24px;
  background: #fff;
  border-radius: 32px;
  border: 1.5px solid #EEF0F4;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 24px;
  min-height: 196px;
}
a.nv-card-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nv-icon {
  /* width: 80px; */
  /* height: 80px; */
  /* border-radius: 0; */
  /* background: rgba(80, 81, 219, 0.10); */
  display: grid;
  /* place-items: center; */
  /* overflow: hidden; */
}

.nv-icon-img {
  /* width: 50px; */
  /* height: 50px; */
  object-fit: cover;
  display: block;
}

.nv-card-label {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: 'Inter Bold', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 24px;
  color: #374151;
  display: grid;
  align-content: center;
  min-height: 48px;
}

.nv-aside {
  display: grid;
  gap: 20px;
}

.nv-aside-tile {
  width: 100%;
  min-height: 80px;
  padding: 16px;
  background: #F6F6F6;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: center;
  background-image: url(/help/images/front-page/bg-text.webp);
  background-size: cover;
  background-position: center;
}

.nv-aside-tile-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.nv-aside-tile-icon img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  display: block;
}

.nv-aside-tile-title {
  font-size: 20px;
  font-family: 'Inter Bold', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 32px;
  color: #374151;
}

.nv-aside-box {
  width: 100%;
  padding: 16px;
  background: #F6F6F6;
  border-radius: 8px;
  display: grid;
  gap: 16px;
}

.nv-aside-box-title {
  font-size: 20px;
  font-family: 'Inter Bold', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 32px;
  color: #374151;
}

.nv-aside-link {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #5051DB;
  text-decoration: none;
  display: inline-block;
}

.nv-aside-link:hover {
  text-decoration: underline;
}

.nv-contact {
  width: 100%;
  padding: 16px;
  background: #F6F6F6;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
}

.nv-contact-ico {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.nv-contact-ico img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  display: block;
}

.nv-contact-body {
  display: grid;
  gap: 4px;
}

.nv-contact-title {
  font-size: 20px;
  font-family: 'Inter Bold', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 32px;
  color: #374151;
}

.nv-contact-desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #374151;
}

.nv-contact-cta {
  justify-self: start;
  display: inline-grid;
  place-items: center;
  min-height: 32px;
  padding: 8px 12px;
  background: #5051DB;
  color: #fff !important;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
  font-family: 'Inter Medium', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 16px;
  margin-top: 8px;
}

@media (max-width: 979px) {
  .nv-layout {
    grid-template-columns: 1fr;
  }

  .nv-main {
    gap: 24px;
  }

  .nv-title {
    font-size: 32px;
  }

  .nv-grid {
    grid-template-columns: 1fr;
  }
}

/* end nv */
/* switch */
.app-platform-switch {
  width: 100%;
  padding: 8px;
  background: #F6F6F6;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 291px));
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.app-platform-switch__item {
  height: 62px;
  border-radius: 12px;
  background: #FFFFFF;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.app-platform-switch__item--active {
  background: #616CE6;
}

.app-platform-switch__label {
  font-family: 'Inter Bold', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #374151;
}

.app-platform-switch__item--active .app-platform-switch__label {
  color: #FFFFFF;
}

@media (max-width: 979px) {
  .app-platform-switch {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .app-platform-switch__item {
    width: 100%;
  }
}

/* end switch */

/* Mode display */
.mode-mobile {
  display: none;
}

/*#endregion*/
/* video custom */
 .guide {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .guide__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
  }

  .guide__title {
    flex: 1;
    font-family: 'Inter Bold', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 40px;
    line-height: 1.1;
    color: #000;
  }

  .guide__more {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    font-family: 'Inter Bold', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 18px;
    color: #5051db;
    text-decoration: none;
    line-height: 1.2;
  }

  .guide__body {
    width: 100%;
    max-width: 1272px;
    display: grid;
    grid-template-columns: 840px 408px;
    gap: 24px;
    align-items: stretch;
  }

  .guide__hero {
    border-radius: 32px;
    overflow: hidden;
    /* border: 4px solid rgba(116, 133, 170, 0.14); */
    /* background: linear-gradient(137deg, #4a83ff 0%, #0539e3 100%); */
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .guide__hero-media {
    grid-area: 1 / 1;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 28px;
  }

  .guide__hero-overlay {
    grid-area: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .guide__play {
    width: 88px;
    height: 88px;
    opacity: 0.95;
    display: block;
  }

  .guide__side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 24px;
    align-content: stretch;
  }

  .guide__card {
    border-radius: 32px;
    overflow: hidden;
    /* background: linear-gradient(137deg, #4a83ff 0%, #0539e3 100%), #f6f6f6; */
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    position: relative;
  }

  .guide__thumb {
    grid-area: 1 / 1;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 22px;
    object-fit: cover;
  }

  .guide__card .guide__hero-overlay {
    grid-area: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @media (max-width: 979px) {
    .guide__head {
      align-items: flex-start;
      flex-direction: column;
      gap: 12px;
    }

    .guide__title,
    .guide__more {
      flex: unset;
    }

    .guide__more {
      justify-content: flex-start;
    }

    .guide__body {
      max-width: 100%;
      grid-template-columns: 1fr;
    }

    .guide__hero {
      aspect-ratio: 16 / 9;
    }

    .guide__side {
      grid-template-rows: unset;
      grid-template-columns: 1fr;
    }

    .guide__card {
      aspect-ratio: 16 / 9;
    }
  }
/* end video custom */