*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #0D0820;
  color: #C5B6E8;
  line-height: 1.6;
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  color: inherit;
  text-decoration: none;
}button {
  border: none;
  background: none;
  font: inherit;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.zpj-layout_1qf {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.zpj-page_1qf {
  display: flex;
  min-height: 100vh;
}.zpj-main_1qf {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media(min-width:1080px) {.zpj-main_1qf {
  padding-left: 13.75rem;
}
}
@media(max-width: 1082px) {.zpj-main_1qf {
  padding-bottom: 72px;
}
}.zpj-gc_1qf {
  overflow: hidden;
  background: #130D2A;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .2s,border-color .2s;
  border-radius: 0.625rem;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  width: 140px;
}
@media(min-width: 638px) {.zpj-gc_1qf {
  width: 156px;
}
}
@media(min-width: 1077px) {.zpj-gc_1qf {
  width: 168px;
}
}.zpj-gc_1qf:hover {
  transform: translateY(-3px);
  border-color: rgba(114, 48, 232, 0.08);
}.zpj-gc_img_1qf {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.zpj-gc_img_1qf img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}.zpj-gc_hover_1qf {
  transition: opacity .2s;
  inset: 0;
  background: rgba(7, 4, 16, 0.72);
  justify-content: center;
  opacity: 0;
  position: absolute;
  align-items: center;
  display: flex;
}.zpj-gc_1qf:hover .zpj-gc_hover_1qf {
  opacity: 1;
}.zpj-gc_hover_btn_1qf {
  padding: 8px 16px;
  border-radius: 0.375rem;
  background: #7230E8;
  font-weight: 700;
  color: #F2EEFF;
  font-size: 0.75rem;
}.zpj-gc_info_1qf {
  padding: 8px 0.625rem 10px;
}.zpj-gc_name_1qf {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 12px;
  color: #C5B6E8;
  max-width: 100%;
  text-overflow: ellipsis;
}.zpj-gc_prov_1qf {
  font-size: 0.625rem;
  color: #5C4D7D;
}.zpj-gc_tag_1qf {
  padding: 2px 7px;
  border-radius: 4px;
  font-size: 9px;
  top: 6px;
  text-transform: uppercase;
  left: 0.375rem;
  letter-spacing: .04em;
  position: absolute;
  font-weight: 700;
  z-index: 2;
}.zpj-gc_tag_hot_1qf {
  background: #E8302A;
  color: #fff;
}.zpj-gc_tag_new_1qf {
  background: #22C55E;
  color: #0D0820;
}.zpj-gc_tag_jp_1qf {
  background: #F5B800;
  color: #0D0820;
}.zpj-gc_tag_ex_1qf {
  background: #4A1A9E;
  color: #fff;
}.zpj-gc_tag_live_1qf {
  background: #E8302A;
  color: #fff;
}.zpj-gr_1qf {
  background: #0D0820;
  padding: 32px 1rem 0;
}
@media(min-width: 766px) {.zpj-gr_1qf {
  padding: 2.25rem 1.5rem 0;
}
}.zpj-gr_in_1qf {
  margin: 0 auto;
  max-width: 82.5rem;
}.zpj-gr_head_1qf {
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
  display: flex;
}.zpj-gr_head_l_1qf {
  gap: 10px;
  flex: 1;
  min-width: 0;
  align-items: center;
  display: flex;
}.zpj-gr_ic_1qf {
  border-radius: 0.625rem;
  width: 2rem;
  height: 2rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}.zpj-gr_ic_1qf svg {
  stroke-linejoin: round;
  height: 16px;
  width: 1rem;
  stroke-linecap: round;
}.zpj-gr_title_1qf {
  overflow-wrap: break-word;
  font-size: 16px;
  color: #F2EEFF;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width: 770px) {.zpj-gr_title_1qf {
  font-size: 1.125rem;
}
}.zpj-gr_more_1qf {
  transition: color .2s;
  gap: 5px;
  flex-shrink: 0;
  color: #74619A;
  align-items: center;
  white-space: nowrap;
  display: flex;
  font-weight: 600;
  font-size: 12px;
}.zpj-gr_more_1qf:hover {
  color: #7230E8;
}.zpj-gr_more_1qf svg {
  stroke-linejoin: round;
  height: 12px;
  stroke-linecap: round;
  width: 0.75rem;
}.zpj-gr_arrows_1qf {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.zpj-gr_arr_1qf {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .15s,color .15s;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  height: 30px;
  color: #9A87C4;
  justify-content: center;
  display: flex;
  width: 30px;
}.zpj-gr_arr_1qf:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F2EEFF;
}.zpj-gr_arr_1qf svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.813rem;
  width: 0.813rem;
}.zpj-gr_seo_h_1qf {
  margin: 0 0 6px;
  color: #C5B6E8;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  max-width: 42.5rem;
  font-size: 0.813rem;
}
@media(min-width: 765px) {.zpj-gr_seo_h_1qf {
  font-size: 14px;
}
}.zpj-gr_seo_1qf {
  line-height: 1.55;
  margin-bottom: 12px;
  color: #74619A;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  font-size: 0.75rem;
}.zpj-gr_seo_1qf strong {
  font-weight: 600;
  color: #C5B6E8;
}.zpj-gr_scroll_1qf {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 10px;
  display: flex;
}.zpj-gr_scroll_1qf::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.zpj-gr_scroll_1qf {
  gap: 12px;
}
}.zpj-tb_1qf {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0D0820;
  align-items: center;
  height: 3.5rem;
  position: fixed;
  left: 0;
  display: flex;
  z-index: 80;
  top: 0;
  right: 0;
}.zpj-tb_in_1qf {
  padding: 0 0.875rem;
  gap: 0;
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
}.zpj-tb_burger_1qf {
  border-radius: 0.625rem;
  gap: 5px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 8px;
  justify-content: center;
  height: 2.375rem;
  width: 2.375rem;
}.zpj-tb_burger_1qf:hover {
  background: rgba(255, 255, 255, 0.05);
}.zpj-tb_burger_line_1qf {
  border-radius: 1px;
  background: #9A87C4;
  height: 2px;
  display: block;
  width: 1.125rem;
}
@media(min-width: 1077px) {.zpj-tb_burger_1qf {
  display: none;
}
}.zpj-tb_logo_1qf {
  gap: 9px;
  flex-shrink: 0;
  font-weight: 800;
  align-items: center;
  letter-spacing: -.01em;
  display: flex;
  font-size: 18px;
  margin-right: 20px;
  overflow-wrap: break-word;
  color: #F2EEFF;
}.zpj-tb_logo_mark_1qf {
  border-radius: 10px;
  overflow: hidden;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
}.zpj-tb_logo_mark_1qf img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.zpj-tb_nav_1qf {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width:640px) {.zpj-tb_nav_1qf {
  display: flex;
}
}.zpj-tb_tab_1qf {
  padding: 8px 0.875rem;
  transition: background .15s,color .15s;
  border-radius: 0.625rem;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #9A87C4;
  font-weight: 600;
}.zpj-tb_tab_1qf:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2EEFF;
}.zpj-tb_tab_1qf.zpj-state_active_1qf {
  background: rgba(114, 48, 232, 0.18);
  color: #F2EEFF;
}.zpj-tb_right_1qf {
  gap: 8px;
  flex-shrink: 0;
  align-items: center;
  margin-left: auto;
  display: flex;
}.zpj-tb_login_1qf {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.563rem 16px;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  display: none;
  font-weight: 600;
  color: #C5B6E8;
  font-size: 0.813rem;
}.zpj-tb_login_1qf:hover {
  border-color: rgba(255, 255, 255, 0.18);
  color: #F2EEFF;
}
@media(min-width: 477px) {.zpj-tb_login_1qf {
  display: block;
}
}.zpj-tb_reg_1qf {
  transition: background .2s;
  background: #22C55E;
  padding: 9px 18px;
  border-radius: 0.625rem;
  font-size: 13px;
  font-weight: 700;
  color: #0D0820;
  white-space: nowrap;
}.zpj-tb_reg_1qf:hover {
  background: #16A34A;
}.zpj-sb_1qf {
  background: #1A1235;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  transition: transform .25s ease;
  left: 0;
  position: fixed;
  bottom: 0;
  width: 13.75rem;
  z-index: 70;
  top: 56px;
  overflow-y: auto;
}.zpj-sb_1qf.zpj-state_open_1qf {
  transform: translateX(0);
}.zpj-sb_1qf::-webkit-scrollbar {
  width: 0.25rem;
}.zpj-sb_1qf::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1082px) {.zpj-sb_1qf {
  transform: translateX(0);
}
}.zpj-sb_auth_1qf {
  padding: 0.875rem 12px 0.625rem;
}.zpj-sb_btn_reg_1qf {
  transition: background .2s;
  background: #22C55E;
  border-radius: 10px;
  padding: 0.688rem;
  font-size: 0.813rem;
  color: #0D0820;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 700;
  display: block;
}.zpj-sb_btn_reg_1qf:hover {
  background: #16A34A;
}.zpj-sb_btn_login_1qf {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  padding: 0.625rem;
  display: block;
  font-weight: 600;
  font-size: 13px;
  color: #C5B6E8;
  text-align: center;
}.zpj-sb_btn_login_1qf:hover {
  border-color: rgba(255, 255, 255, 0.18);
  color: #F2EEFF;
}.zpj-sb_promo_1qf {
  padding: 0.75rem 14px;
  background: linear-gradient(135deg,#2D0F6E,#1A1235);
  border-radius: 0.625rem;
  overflow: hidden;
  border: 1px solid rgba(114, 48, 232, 0.18);
  margin: 0 12px 10px;
  position: relative;
}.zpj-sb_promo_1qf::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(114, 48, 232, 0.18),transparent 70%);
  position: absolute;
  content: '';
  height: 5rem;
  width: 5rem;
  right: -1.25rem;
  top: -1.25rem;
}.zpj-sb_promo_title_1qf {
  letter-spacing: .06em;
  color: #7230E8;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}.zpj-sb_promo_text_1qf {
  line-height: 1.35;
  color: #F2EEFF;
  font-size: 12px;
  overflow-wrap: break-word;
  font-weight: 600;
}.zpj-sb_promo_sub_1qf {
  font-size: 10px;
  color: #74619A;
  margin-top: 3px;
}.zpj-sb_nav_1qf {
  padding: 0.375rem 8px 16px;
}.zpj-sb_nav_lb_1qf {
  padding: 10px 0.5rem 0.375rem;
  letter-spacing: .08em;
  color: #5C4D7D;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}.zpj-sb_link_1qf {
  gap: 10px;
  padding: 9px 10px;
  border-radius: 6px;
  transition: background .15s,color .15s;
  overflow-wrap: break-word;
  cursor: pointer;
  display: flex;
  color: #9A87C4;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
}.zpj-sb_link_1qf:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2EEFF;
}.zpj-sb_link_1qf.zpj-state_active_1qf {
  background: rgba(114, 48, 232, 0.18);
  color: #F2EEFF;
}.zpj-sb_ic_1qf {
  border-radius: 0.375rem;
  display: flex;
  flex-shrink: 0;
  width: 30px;
  align-items: center;
  height: 1.875rem;
  justify-content: center;
}.zpj-sb_ic_1qf svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
  width: 16px;
}.zpj-sb_ic_1_1qf {
  background: rgba(114, 48, 232, 0.08);
  color: #7230E8;
}.zpj-sb_ic_2_1qf {
  background: rgba(34, 197, 94, 0.14);
  color: #22C55E;
}.zpj-sb_ic_3_1qf {
  background: rgba(245, 184, 0, 0.14);
  color: #F5B800;
}.zpj-sb_ic_4_1qf {
  background: rgba(74, 26, 158, 0.30);
  color: #4A1A9E;
}.zpj-sb_ic_5_1qf {
  background: rgba(114, 48, 232, 0.08);
  color: #E8358A;
}.zpj-sb_ic_6_1qf {
  background: rgba(74, 26, 158, 0.30);
  color: #9B4DEB;
}.zpj-sb_badge_1qf {
  border-radius: 6px;
  padding: 2px 7px;
  background: #F5B800;
  color: #0D0820;
  font-size: 0.563rem;
  margin-left: auto;
  font-weight: 700;
}.zpj-sb_bot_1qf {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 8px;
  padding: 12px;
  display: flex;
}.zpj-sb_lang_1qf,.zpj-sb_help_1qf {
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex: 1;
  padding: 9px 6px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  gap: 0.375rem;
  transition: border-color .2s;
  display: flex;
  color: #9A87C4;
  align-items: center;
  justify-content: center;
  font-size: 0.688rem;
  font-weight: 600;
}.zpj-sb_lang_1qf:hover,.zpj-sb_help_1qf:hover {
  border-color: rgba(255, 255, 255, 0.18);
  color: #F2EEFF;
}.zpj-sb_lang_1qf svg,.zpj-sb_help_1qf svg {
  height: 13px;
  width: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.zpj-sb_bd_1qf {
  background: rgba(7, 4, 16, 0.72);
  inset: 0;
  display: none;
  z-index: 69;
  position: fixed;
}.zpj-sb_bd_1qf.zpj-state_on_1qf {
  display: block;
}
@media(min-width: 1081px) {.zpj-sb_bd_1qf {
  display: none!important;
}
}.zpj-mob_nav_1qf {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #1A1235;
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  display: flex;
  left: 0;
  z-index: 80;
  right: 0;
  position: fixed;
  bottom: 0;
}
@media(min-width: 1082px) {.zpj-mob_nav_1qf {
  display: none;
}
}.zpj-mob_nav_item_1qf {
  gap: 0.25rem;
  padding: 0.25rem 2px;
  flex: 1;
  flex-direction: column;
  color: #5C4D7D;
  align-items: center;
  cursor: pointer;
  display: flex;
}.zpj-mob_nav_ic_1qf {
  line-height: 1;
}.zpj-mob_nav_ic_1qf svg {
  height: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.25rem;
}.zpj-mob_nav_lb_1qf {
  font-size: 10px;
  color: #5C4D7D;
  font-weight: 600;
}.zpj-mob_nav_item_1qf.zpj-state_active_1qf {
  color: #7230E8;
}.zpj-mob_nav_item_1qf.zpj-state_active_1qf .zpj-mob_nav_lb_1qf {
  color: #7230E8;
}.zpj-hero_1qf {
  background: #0D0820;
  padding: 20px 16px 0;
}
@media(min-width: 771px) {.zpj-hero_1qf {
  padding: 24px 1.5rem 0;
}
}.zpj-hero_in_1qf {
  margin: 0 auto;
  gap: 0.75rem;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.zpj-hero_in_1qf {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.zpj-hero_in_1qf {
  grid-template-columns: 1fr 21.25rem;
}
}.zpj-hero_promo_1qf {
  background: #130D2A;
  border-radius: 14px;
  overflow: hidden;
  min-height: 13.75rem;
  display: flex;
  align-items: stretch;
  position: relative;
}
@media(min-width: 766px) {.zpj-hero_promo_1qf {
  min-height: 280px;
}
}.zpj-hero_promo_bg_1qf {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#2D0F6E 0%,#0D0820 100%);
  background-size: cover;
  position: absolute;
}.zpj-hero_promo_bg_1qf::after {
  inset: 0;
  background: linear-gradient(90deg,#0D0820 0%,rgba(7, 4, 16, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.zpj-hero_promo_glow_1qf {
  background: radial-gradient(circle,rgba(74, 26, 158, 0.30) 0%,transparent 65%);
  border-radius: 50%;
  right: 3.75rem;
  top: -2.5rem;
  pointer-events: none;
  width: 18.75rem;
  position: absolute;
  height: 18.75rem;
}.zpj-hero_promo_ct_1qf {
  padding: 28px 1.5rem 28px 28px;
  flex-direction: column;
  max-width: 480px;
  position: relative;
  justify-content: center;
  z-index: 2;
  display: flex;
}
@media(min-width: 769px) {.zpj-hero_promo_ct_1qf {
  padding: 40px 2rem;
}
}.zpj-hero_badge_1qf {
  padding: 0.313rem 12px;
  border-radius: 1.25rem;
  background: rgba(114, 48, 232, 0.18);
  border: 1px solid rgba(114, 48, 232, 0.08);
  letter-spacing: .08em;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 0.875rem;
  display: inline-block;
  color: #7230E8;
  text-transform: uppercase;
}.zpj-hero_h1_1qf {
  margin-bottom: 10px;
  font-family: 'Rajdhani', sans-serif;
  color: #F2EEFF;
  font-size: 26px;
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1.15;
}.zpj-hero_h1_1qf em {
  font-style: normal;
  color: #F5B800;
}
@media(min-width: 771px) {.zpj-hero_h1_1qf {
  font-size: 36px;
}
}.zpj-hero_sub_1qf {
  line-height: 1.55;
  font-size: 13px;
  color: #9A87C4;
  margin-bottom: 1.25rem;
}
@media(min-width: 770px) {.zpj-hero_sub_1qf {
  font-size: 14px;
}
}.zpj-hero_row_1qf {
  gap: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.zpj-hero_cta_1qf {
  border-radius: 10px;
  padding: 0.813rem 1.625rem;
  background: #22C55E;
  transition: background .2s;
  color: #0D0820;
  font-weight: 700;
  font-size: 0.875rem;
  box-shadow: 0 4px 20px rgba(34, 197, 94, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}.zpj-hero_cta_1qf:hover {
  background: #16A34A;
}.zpj-hero_terms_1qf {
  color: #5C4D7D;
  font-size: 11px;
}.zpj-hero_game_1qf {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #130D2A;
  overflow: hidden;
  flex-direction: column;
  display: flex;
  position: relative;
}.zpj-hero_game_badge_1qf {
  border-radius: 1.25rem;
  padding: 5px 0.625rem;
  background: rgba(245, 184, 0, 0.14);
  border: 1px solid rgba(245, 184, 0, 0.14);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 0.625rem;
  top: 0.75rem;
  position: absolute;
  left: 0.75rem;
  color: #F5B800;
  font-weight: 700;
  z-index: 3;
}.zpj-hero_game_badge_1qf svg {
  margin-right: 4px;
  vertical-align: -1px;
  height: 11px;
  width: 11px;
}.zpj-hero_game_img_1qf {
  overflow: hidden;
  background: linear-gradient(135deg,#2D0F6E,#0D0820);
  position: relative;
  padding-bottom: 60%;
}.zpj-hero_game_img_1qf img {
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}.zpj-hero_game_play_1qf {
  inset: 0;
  background: rgba(7, 4, 16, 0.72);
  transition: opacity .2s;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}.zpj-hero_game_1qf:hover .zpj-hero_game_play_1qf {
  opacity: 1;
}.zpj-hero_game_play_1qf span {
  border-radius: 50%;
  background: #7230E8;
  justify-content: center;
  width: 3.25rem;
  align-items: center;
  display: flex;
  height: 3.25rem;
}.zpj-hero_game_play_1qf span svg {
  width: 18px;
  height: 18px;
  margin-left: 2px;
}.zpj-hero_game_info_1qf {
  padding: 14px 16px;
}.zpj-hero_game_title_1qf {
  color: #F2EEFF;
  margin-bottom: 4px;
  font-size: 0.938rem;
  font-weight: 700;
  overflow-wrap: break-word;
}.zpj-hero_game_provider_1qf {
  color: #74619A;
  font-size: 11px;
}.zpj-hero_game_btn_1qf {
  margin: 12px 1rem 1rem;
  transition: background .2s;
  padding: 0.688rem;
  border-radius: 0.625rem;
  background: #7230E8;
  text-align: center;
  font-size: 13px;
  display: block;
  color: #F2EEFF;
  font-weight: 700;
}.zpj-hero_game_1qf:hover .zpj-hero_game_btn_1qf {
  background: #8B48F5;
}.zpj-sbar_1qf {
  background: #0D0820;
  padding: 16px 1rem 0;
}
@media(min-width: 769px) {.zpj-sbar_1qf {
  padding: 1.125rem 1.5rem 0;
}
}.zpj-sbar_in_1qf {
  margin: 0 auto;
  max-width: 1320px;
}.zpj-sbar_row_1qf {
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  display: flex;
}.zpj-sbar_input_1qf {
  background: #130D2A;
  padding: 11px 1rem;
  gap: 0.625rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
  flex: 1;
  align-items: center;
  font-size: 0.813rem;
  cursor: pointer;
  display: flex;
  color: #74619A;
}.zpj-sbar_input_1qf:hover {
  border-color: rgba(255, 255, 255, 0.18);
}.zpj-sbar_input_1qf svg {
  stroke-linejoin: round;
  flex-shrink: 0;
  height: 15px;
  width: 15px;
  stroke-linecap: round;
}.zpj-sbar_providers_1qf {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  border-radius: 10px;
  padding: 11px 1.125rem;
  gap: 8px;
  background: #130D2A;
  color: #C5B6E8;
  align-items: center;
  white-space: nowrap;
  font-size: 0.813rem;
  display: flex;
  font-weight: 600;
}.zpj-sbar_providers_1qf:hover {
  border-color: rgba(255, 255, 255, 0.18);
  color: #F2EEFF;
}.zpj-sbar_providers_1qf svg {
  width: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 14px;
}.zpj-sbar_tabs_1qf {
  gap: 6px;
  display: flex;
  padding-bottom: 2px;
  overflow-x: auto;
  scrollbar-width: none;
}.zpj-sbar_tabs_1qf::-webkit-scrollbar {
  display: none;
}.zpj-sbar_tab_1qf {
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.438rem;
  transition: background .15s,color .15s,border-color .15s;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 0.875rem;
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  font-weight: 600;
  align-items: center;
  font-size: 0.75rem;
  color: #9A87C4;
  white-space: nowrap;
}.zpj-sbar_tab_1qf:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.18);
  color: #F2EEFF;
}.zpj-sbar_tab_1qf.zpj-state_active_1qf {
  border-color: rgba(114, 48, 232, 0.08);
  background: rgba(114, 48, 232, 0.18);
  color: #F2EEFF;
}.zpj-sbar_tab_ic_1qf svg {
  stroke-linecap: round;
  width: 14px;
  height: 0.875rem;
  stroke-linejoin: round;
}.zpj-gcg_1qf {
  padding: 2.25rem 16px 0;
  background: #0D0820;
}
@media(min-width: 765px) {.zpj-gcg_1qf {
  padding: 2.75rem 24px 0;
}
}.zpj-gcg_in_1qf {
  margin: 0 auto;
  max-width: 1320px;
}.zpj-gcg_head_1qf {
  max-width: 720px;
  margin-bottom: 20px;
}.zpj-gcg_label_1qf {
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  color: #7230E8;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.zpj-gcg_h2_1qf {
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.375rem;
  margin-bottom: 8px;
  color: #F2EEFF;
}
@media(min-width: 766px) {.zpj-gcg_h2_1qf {
  font-size: 1.75rem;
}
}.zpj-gcg_intro_1qf {
  font-size: 0.813rem;
  line-height: 1.6;
  color: #74619A;
}.zpj-gcg_grid_1qf {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.zpj-gcg_grid_1qf {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.zpj-gcg_grid_1qf {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.zpj-gcg_card_1qf {
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: transform .2s,border-color .2s;
  border-radius: 14px;
  justify-content: flex-end;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-height: 240px;
}.zpj-gcg_card_1qf:hover {
  border-color: rgba(114, 48, 232, 0.18);
  transform: translateY(-3px);
}.zpj-gcg_card_bg_1qf {
  inset: 0;
  z-index: 0;
  position: absolute;
}.zpj-gcg_card_bg_1qf::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.zpj-gcg_card_ic_1qf {
  background: rgba(0,0,0,.45);
  border-radius: 6px;
  color: #F2EEFF;
  position: absolute;
  z-index: 2;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 2.5rem;
  display: flex;
  top: 1.125rem;
  right: 1.125rem;
}.zpj-gcg_card_ic_1qf svg {
  stroke-linecap: round;
  height: 1.25rem;
  width: 20px;
  stroke-linejoin: round;
}.zpj-gcg_card_ct_1qf {
  z-index: 1;
  position: relative;
}.zpj-gcg_card_h_1qf {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-family: 'Rajdhani', sans-serif;
  color: #F2EEFF;
  line-height: 1.2;
  font-size: 1.125rem;
  font-weight: 800;
}
@media(min-width: 765px) {.zpj-gcg_card_h_1qf {
  font-size: 20px;
}
}.zpj-gcg_card_p_1qf {
  margin-bottom: 10px;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
}.zpj-gcg_card_p_1qf strong {
  color: #F2EEFF;
  font-weight: 600;
}.zpj-gcg_card_cta_1qf {
  gap: 0.25rem;
  font-size: 0.75rem;
  letter-spacing: .04em;
  align-items: center;
  color: #7230E8;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-flex;
}.zpj-gcg_card_cta_1qf svg {
  stroke-linecap: round;
  height: 12px;
  width: 0.75rem;
  stroke-linejoin: round;
}.zpj-ws_1qf {
  padding: 32px 1rem 0;
  background: #0D0820;
}
@media(min-width:768px) {.zpj-ws_1qf {
  padding: 2.25rem 1.5rem 0;
}
}.zpj-ws_in_1qf {
  margin: 0 auto;
  max-width: 82.5rem;
}.zpj-ws_head_1qf {
  gap: 0.75rem;
  margin-bottom: 0.875rem;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.zpj-ws_title_1qf {
  gap: 0.625rem;
  flex-wrap: wrap;
  font-size: 1rem;
  font-family: 'Rajdhani', sans-serif;
  color: #F2EEFF;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 700;
  align-items: center;
}.zpj-ws_title_ic_1qf svg {
  width: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.125rem;
  color: #F5B800;
}.zpj-ws_online_1qf {
  gap: 7px;
  align-items: center;
  color: #74619A;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}.zpj-ws_online_dot_1qf {
  background: #22C55E;
  border-radius: 50%;
  height: 0.5rem;
  flex-shrink: 0;
  width: 8px;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.14);
}.zpj-ws_scroll_1qf {
  gap: 8px;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 0.5rem;
  overflow-x: auto;
}.zpj-ws_scroll_1qf::-webkit-scrollbar {
  display: none;
}.zpj-wc_1qf {
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 10px;
  background: #130D2A;
  border-radius: 0.625rem;
  padding: 0.625rem 14px;
  display: flex;
  align-items: center;
  min-width: 13.75rem;
  flex-shrink: 0;
}.zpj-wc_img_1qf {
  background: #1A1235;
  border-radius: 0.375rem;
  overflow: hidden;
  height: 2.25rem;
  width: 36px;
  flex-shrink: 0;
}.zpj-wc_img_1qf img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.zpj-wc_info_1qf {
  min-width: 0;
}.zpj-wc_game_1qf {
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #C5B6E8;
}.zpj-wc_player_1qf {
  overflow: hidden;
  color: #5C4D7D;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 10px;
}.zpj-wc_amount_1qf {
  color: #22C55E;
  margin-left: auto;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0.813rem;
}.zpj-htp_1qf {
  background: #0D0820;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.zpj-htp_1qf {
  padding: 2.75rem 24px 0;
}
}.zpj-htp_in_1qf {
  margin: 0 auto;
  max-width: 1320px;
}.zpj-htp_head_1qf {
  margin-bottom: 22px;
  max-width: 720px;
}.zpj-htp_label_1qf {
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #7230E8;
  font-size: 11px;
  text-transform: uppercase;
}.zpj-htp_h2_1qf {
  overflow-wrap: break-word;
  color: #F2EEFF;
  font-size: 22px;
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 8px;
}
@media(min-width: 767px) {.zpj-htp_h2_1qf {
  font-size: 1.75rem;
}
}.zpj-htp_intro_1qf {
  line-height: 1.6;
  color: #74619A;
  font-size: 14px;
}.zpj-htp_steps_1qf {
  gap: 0.75rem;
  padding: 0;
  list-style: none;
  margin: 0;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width: 642px) {.zpj-htp_steps_1qf {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.zpj-htp_steps_1qf {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.zpj-htp_step_1qf {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 20px 1.125rem 18px;
  background: #1A1235;
  border-radius: 10px;
  flex-direction: column;
  position: relative;
  display: flex;
}.zpj-htp_step_num_1qf {
  border-radius: 50%;
  background: #7230E8;
  font-weight: 800;
  top: -0.75rem;
  color: #0D0820;
  display: flex;
  height: 1.75rem;
  position: absolute;
  font-family: 'Rajdhani', sans-serif;
  width: 1.75rem;
  font-size: 13px;
  justify-content: center;
  align-items: center;
  left: 1.25rem;
}.zpj-htp_step_ic_1qf {
  border-radius: 0.375rem;
  margin: 8px 0 0.75rem;
  background: rgba(114, 48, 232, 0.18);
  align-items: center;
  height: 36px;
  color: #7230E8;
  display: flex;
  justify-content: center;
  width: 2.25rem;
}.zpj-htp_step_ic_1qf svg {
  width: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.125rem;
}.zpj-htp_step_h_1qf {
  margin-bottom: 6px;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-weight: 700;
  color: #F2EEFF;
  font-size: 0.875rem;
}.zpj-htp_step_p_1qf {
  color: #74619A;
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: break-word;
}.zpj-htp_step_p_1qf strong {
  font-weight: 600;
  color: #C5B6E8;
}.zpj-htp_cta_1qf {
  border-radius: 10px;
  padding: 13px 26px;
  transition: background .2s;
  background: #22C55E;
  display: inline-block;
  margin-top: 1.25rem;
  font-size: 14px;
  font-weight: 700;
  color: #0D0820;
}.zpj-htp_cta_1qf:hover {
  background: #16A34A;
}.zpj-bon_1qf {
  padding: 2.25rem 1rem 0;
  background: #0D0820;
}
@media(min-width: 771px) {.zpj-bon_1qf {
  padding: 2.75rem 24px 0;
}
}.zpj-bon_in_1qf {
  margin: 0 auto;
  max-width: 82.5rem;
}.zpj-bon_head_1qf {
  margin-bottom: 20px;
}.zpj-bon_label_1qf {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #7230E8;
  font-size: 11px;
  margin-bottom: 0.5rem;
}.zpj-bon_h2_1qf {
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
  color: #F2EEFF;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 769px) {.zpj-bon_h2_1qf {
  font-size: 1.5rem;
}
}.zpj-bon_seo_1qf {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #74619A;
  max-width: 38.75rem;
  line-height: 1.6;
}.zpj-bon_seo_1qf strong {
  color: #C5B6E8;
  font-weight: 700;
}.zpj-bon_seo_1qf a {
  color: #7230E8;
  text-decoration: underline;
}.zpj-bon_grid_1qf {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 639px) {.zpj-bon_grid_1qf {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.zpj-bon_grid_1qf {
  grid-template-columns: repeat(5,1fr);
}
}.zpj-bon_card_1qf {
  padding: 16px;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #130D2A;
  border-radius: 10px;
}.zpj-bon_card_1qf:hover {
  transform: translateY(-2px);
  border-color: rgba(114, 48, 232, 0.08);
}.zpj-bon_card_ic_1qf svg {
  height: 1.625rem;
  stroke-linejoin: round;
  width: 26px;
  stroke-linecap: round;
}.zpj-bon_card_ic_1qf {
  margin-bottom: 0.625rem;
}.zpj-bon_card_type_1qf {
  font-size: 10px;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  color: #74619A;
  font-weight: 700;
  letter-spacing: .06em;
}.zpj-bon_card_amount_1qf {
  color: #F5B800;
  font-weight: 800;
  font-size: 1.125rem;
  margin-bottom: 0.375rem;
  line-height: 1.1;
}.zpj-bon_card_name_1qf {
  font-size: 13px;
  color: #F2EEFF;
  overflow-wrap: break-word;
  font-weight: 600;
  margin-bottom: 0.5rem;
}.zpj-bon_card_detail_1qf {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #5C4D7D;
  font-size: 11px;
  padding-top: 8px;
}.zpj-prov_1qf {
  background: #0D0820;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.zpj-prov_1qf {
  padding: 2.75rem 24px 0;
}
}.zpj-prov_in_1qf {
  margin: 0 auto;
  max-width: 1320px;
}.zpj-prov_head_1qf {
  margin-bottom: 1rem;
}.zpj-prov_label_1qf {
  font-weight: 700;
  color: #7230E8;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.zpj-prov_h2_1qf {
  font-size: 1.25rem;
  color: #F2EEFF;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 0.5rem;
  font-weight: 800;
}
@media(min-width: 765px) {.zpj-prov_h2_1qf {
  font-size: 24px;
}
}.zpj-prov_seo_1qf {
  color: #74619A;
  overflow-wrap: break-word;
  max-width: 38.75rem;
  margin-bottom: 16px;
  font-size: 0.813rem;
  line-height: 1.6;
}.zpj-prov_seo_1qf strong {
  color: #C5B6E8;
  font-weight: 700;
}.zpj-prov_seo_1qf a {
  color: #7230E8;
  text-decoration: underline;
}.zpj-prov_grid_1qf {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 642px) {.zpj-prov_grid_1qf {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.zpj-prov_grid_1qf {
  grid-template-columns: repeat(8,1fr);
}
}.zpj-prov_card_1qf {
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,background .2s;
  padding: 14px 0.625rem;
  border-radius: 0.625rem;
  background: #130D2A;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
  display: flex;
}.zpj-prov_card_1qf:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background: #1A1235;
}.zpj-prov_logo_1qf {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  width: 44px;
  height: 2.75rem;
  justify-content: center;
  display: flex;
  align-items: center;
}.zpj-prov_logo_1qf img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.zpj-prov_name_1qf {
  text-align: center;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #9A87C4;
  font-weight: 600;
}.zpj-reg_1qf {
  background: #0D0820;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.zpj-reg_1qf {
  padding: 2.75rem 1.5rem 0;
}
}.zpj-reg_in_1qf {
  border-radius: 14px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.75rem 1.5rem;
  background: #1A1235;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.zpj-reg_in_1qf {
  padding: 40px;
}
}.zpj-reg_top_1qf {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 862px) {.zpj-reg_top_1qf {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.zpj-reg_label_1qf {
  margin-bottom: 10px;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #7230E8;
  text-transform: uppercase;
  font-weight: 700;
}.zpj-reg_h2_1qf {
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 0.75rem;
  color: #F2EEFF;
  font-weight: 800;
  line-height: 1.2;
  font-size: 22px;
}
@media(min-width: 769px) {.zpj-reg_h2_1qf {
  font-size: 28px;
}
}.zpj-reg_bonus_1qf {
  background: rgba(245, 184, 0, 0.14);
  border: 1px solid rgba(245, 184, 0, 0.14);
  gap: 8px;
  border-radius: 10px;
  padding: 10px 1rem;
  align-items: center;
  margin-bottom: 1rem;
  display: inline-flex;
}.zpj-reg_bonus_amount_1qf {
  font-weight: 800;
  color: #F5B800;
  font-size: 20px;
}.zpj-reg_bonus_text_1qf {
  color: #9A87C4;
  line-height: 1.35;
  font-size: 0.813rem;
}.zpj-reg_cta_btn_1qf {
  border-radius: 0.625rem;
  background: #22C55E;
  padding: 14px 32px;
  transition: background .2s;
  margin-bottom: 12px;
  color: #0D0820;
  box-shadow: 0 0.25rem 1.25rem rgba(34, 197, 94, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: 0.938rem;
  font-weight: 700;
  display: inline-block;
}.zpj-reg_cta_btn_1qf:hover {
  background: #16A34A;
}.zpj-reg_terms_1qf {
  font-size: 0.688rem;
  line-height: 1.5;
  color: #5C4D7D;
}.zpj-reg_seo_1qf {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.65;
  font-size: 13px;
  color: #74619A;
  padding-top: 1.25rem;
  overflow-wrap: break-word;
  margin-top: 1.25rem;
}.zpj-reg_seo_1qf p {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.65;
  color: #74619A;
}.zpj-reg_seo_1qf p:last-child {
  margin-bottom: 0;
}.zpj-reg_seo_1qf strong {
  color: #C5B6E8;
  font-weight: 700;
}.zpj-reg_seo_1qf a {
  transition: color .2s;
  color: #7230E8;
  text-decoration: underline;
}.zpj-reg_seo_1qf a:hover {
  color: #8B48F5;
}.zpj-reg_seo_1qf ul,.zpj-reg_seo_1qf ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.zpj-reg_seo_1qf ol {
  list-style: decimal;
}.zpj-reg_seo_1qf li {
  line-height: 1.65;
  font-size: 13px;
  color: #74619A;
  margin-bottom: 0.25rem;
}.zpj-reg_seo_1qf table {
  border-collapse: collapse;
  margin-bottom: 0.625rem;
  width: 100%;
  display: block;
  overflow-x: auto;
  font-size: 0.813rem;
}
@media(min-width: 770px) {.zpj-reg_seo_1qf table {
  display: table;
}
}.zpj-reg_seo_1qf th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #C5B6E8;
  font-weight: 700;
}.zpj-reg_seo_1qf td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #74619A;
}.zpj-reg_steps_1qf {
  gap: 14px;
  flex-direction: column;
  display: flex;
  margin-top: 1.75rem;
}
@media(min-width: 863px) {.zpj-reg_steps_1qf {
  margin-top: 0;
}
}.zpj-reg_step_1qf {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  border-radius: 0.625rem;
  padding: 1rem;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.zpj-reg_step_num_1qf {
  background: rgba(114, 48, 232, 0.18);
  border-radius: 50%;
  border: 1px solid rgba(114, 48, 232, 0.08);
  flex-shrink: 0;
  height: 34px;
  color: #7230E8;
  justify-content: center;
  align-items: center;
  width: 34px;
  font-weight: 800;
  display: flex;
  font-size: 14px;
}.zpj-reg_step_title_1qf {
  font-size: 0.875rem;
  margin-bottom: 3px;
  color: #F2EEFF;
  font-weight: 700;
}.zpj-reg_step_text_1qf {
  font-size: 0.75rem;
  color: #74619A;
  line-height: 1.5;
}.zpj-reg_trust_1qf {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.25rem;
}.zpj-reg_trust_item_1qf {
  gap: 7px;
  align-items: center;
  display: flex;
  color: #74619A;
  overflow-wrap: break-word;
  font-size: 12px;
}.zpj-reg_trust_ic_1qf svg {
  color: #7230E8;
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
}.zpj-app_1qf {
  background: #0D0820;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.zpj-app_1qf {
  padding: 2.75rem 24px 0;
}
}.zpj-app_in_1qf {
  margin: 0 auto;
  max-width: 1320px;
}.zpj-app_head_1qf {
  margin-bottom: 1rem;
}.zpj-app_label_1qf {
  font-size: 11px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #7230E8;
}.zpj-app_h2_1qf {
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
  color: #F2EEFF;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-size: 1.25rem;
}
@media(min-width: 765px) {.zpj-app_h2_1qf {
  font-size: 24px;
}
}.zpj-app_sub_1qf {
  line-height: 1.6;
  color: #74619A;
  max-width: 600px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.zpj-app_sub_1qf strong {
  color: #C5B6E8;
  font-weight: 700;
}.zpj-app_cards_1qf {
  gap: 0.625rem;
  display: grid;
  margin-top: 1rem;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.zpj-app_cards_1qf {
  grid-template-columns: repeat(3,1fr);
}
}.zpj-app_card_1qf {
  border-radius: 0.625rem;
  gap: 16px;
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.zpj-app_card_ios_1qf {
  background: linear-gradient(135deg,rgba(114, 48, 232, 0.18) 0%,#1A1235 100%);
}.zpj-app_card_android_1qf {
  background: linear-gradient(135deg,rgba(34, 197, 94, 0.14) 0%,#1A1235 100%);
}.zpj-app_card_win_1qf {
  background: linear-gradient(135deg,rgba(245, 184, 0, 0.14) 0%,#1A1235 100%);
}.zpj-app_card_ic_1qf svg {
  height: 2.125rem;
  width: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.zpj-app_card_ic_1qf {
  color: #F2EEFF;
  flex-shrink: 0;
}.zpj-app_card_os_1qf {
  letter-spacing: .08em;
  color: #74619A;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.625rem;
}.zpj-app_card_title_1qf {
  font-size: 0.938rem;
  color: #F2EEFF;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.2;
}.zpj-app_card_text_1qf {
  overflow-wrap: break-word;
  line-height: 1.5;
  margin-bottom: 14px;
  color: #74619A;
  font-size: 12px;
}.zpj-app_card_btn_1qf {
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: background .2s;
  gap: 0.438rem;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 0.375rem;
  padding: 10px 1.125rem;
  font-size: 13px;
  color: #F2EEFF;
  align-items: center;
  display: inline-flex;
  font-weight: 700;
}.zpj-app_card_btn_1qf:hover {
  background: rgba(255, 255, 255, 0.07);
}.zpj-seo_1qf {
  background: #0D0820;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.zpj-seo_1qf {
  padding: 2.75rem 1.5rem 0;
}
}.zpj-seo_in_1qf {
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1A1235;
  margin: 0 auto;
  border-radius: 14px;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.zpj-seo_in_1qf {
  padding: 36px 40px;
}
}.zpj-seo_label_1qf {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #7230E8;
  margin-bottom: 10px;
  font-size: 11px;
}.zpj-seo_h2_1qf {
  line-height: 1.25;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  color: #F2EEFF;
}
@media(min-width: 769px) {.zpj-seo_h2_1qf {
  font-size: 1.5rem;
}
}.zpj-seo_body_1qf {
  color: #9A87C4;
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
}.zpj-seo_body_1qf p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  font-size: 14px;
  color: #9A87C4;
}.zpj-seo_body_1qf p:last-child {
  margin-bottom: 0;
}.zpj-seo_body_1qf strong {
  color: #C5B6E8;
  font-weight: 700;
}.zpj-seo_body_1qf a {
  transition: color .2s;
  text-decoration: underline;
  color: #7230E8;
}.zpj-seo_body_1qf a:hover {
  color: #8B48F5;
}.zpj-seo_body_1qf ul,.zpj-seo_body_1qf ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.zpj-seo_body_1qf ol {
  list-style: decimal;
}.zpj-seo_body_1qf li {
  font-size: 14px;
  color: #9A87C4;
  line-height: 1.75;
  margin-bottom: 6px;
}.zpj-seo_body_1qf table {
  overflow-x: auto;
  width: 100%;
  display: block;
  margin-bottom: 12px;
  border-collapse: collapse;
  font-size: 0.813rem;
}
@media(min-width: 766px) {.zpj-seo_body_1qf table {
  display: table;
}
}.zpj-seo_body_1qf th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C5B6E8;
  text-align: left;
  font-weight: 700;
}.zpj-seo_body_1qf td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #9A87C4;
}.zpj-seo_cols_1qf {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 637px) {.zpj-seo_cols_1qf {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.zpj-seo_cols_1qf {
  grid-template-columns: repeat(3,1fr);
}
}.zpj-seo_col_h_1qf {
  color: #C5B6E8;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
}.zpj-seo_col_p_1qf {
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
  color: #74619A;
}.zpj-seo_stats_1qf {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.zpj-seo_stat_1qf {
  border: 1px solid rgba(114, 48, 232, 0.18);
  background: rgba(114, 48, 232, 0.08);
  border-radius: 0.625rem;
  padding: 14px 16px;
  flex: 1;
  min-width: 8.75rem;
}.zpj-seo_stat_val_1qf {
  color: #7230E8;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-weight: 800;
}.zpj-seo_stat_lb_1qf {
  color: #74619A;
  overflow-wrap: break-word;
  font-size: 11px;
}.zpj-seo_1qf {
  padding: 36px 16px 0;
  background: #0D0820;
}
@media(min-width: 766px) {.zpj-seo_1qf {
  padding: 2.75rem 24px 0;
}
}.zpj-seo_in_1qf {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 28px 24px;
  margin: 0 auto;
  background: #1A1235;
  max-width: 1320px;
}
@media(min-width: 767px) {.zpj-seo_in_1qf {
  padding: 2.25rem 2.5rem;
}
}.zpj-seo_label_1qf {
  font-size: 11px;
  letter-spacing: .08em;
  color: #7230E8;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}.zpj-seo_h2_1qf {
  font-size: 20px;
  margin-bottom: 14px;
  font-family: 'Rajdhani', sans-serif;
  color: #F2EEFF;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 770px) {.zpj-seo_h2_1qf {
  font-size: 24px;
}
}.zpj-seo_body_1qf {
  font-size: 14px;
  color: #9A87C4;
  overflow-wrap: break-word;
  line-height: 1.75;
}.zpj-seo_body_1qf p {
  line-height: 1.75;
  color: #9A87C4;
  margin-bottom: 12px;
  font-size: 0.875rem;
}.zpj-seo_body_1qf p:last-child {
  margin-bottom: 0;
}.zpj-seo_body_1qf strong {
  font-weight: 700;
  color: #C5B6E8;
}.zpj-seo_body_1qf a {
  transition: color .2s;
  text-decoration: underline;
  color: #7230E8;
}.zpj-seo_body_1qf a:hover {
  color: #8B48F5;
}.zpj-seo_body_1qf ul,.zpj-seo_body_1qf ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.zpj-seo_body_1qf ol {
  list-style: decimal;
}.zpj-seo_body_1qf li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #9A87C4;
  font-size: 0.875rem;
}.zpj-seo_body_1qf table {
  display: block;
  font-size: 0.813rem;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 770px) {.zpj-seo_body_1qf table {
  display: table;
}
}.zpj-seo_body_1qf th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  font-weight: 700;
  color: #C5B6E8;
  text-align: left;
}.zpj-seo_body_1qf td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9A87C4;
}.zpj-seo_cols_1qf {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 642px) {.zpj-seo_cols_1qf {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.zpj-seo_cols_1qf {
  grid-template-columns: repeat(3,1fr);
}
}.zpj-seo_col_h_1qf {
  margin-bottom: 0.438rem;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #C5B6E8;
}.zpj-seo_col_p_1qf {
  overflow-wrap: break-word;
  color: #74619A;
  line-height: 1.65;
  font-size: 13px;
}.zpj-seo_stats_1qf {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.zpj-seo_stat_1qf {
  flex: 1;
  padding: 14px 1rem;
  border-radius: 10px;
  background: rgba(114, 48, 232, 0.08);
  border: 1px solid rgba(114, 48, 232, 0.18);
  min-width: 8.75rem;
}.zpj-seo_stat_val_1qf {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  color: #7230E8;
  font-weight: 800;
  overflow-wrap: break-word;
}.zpj-seo_stat_lb_1qf {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #74619A;
}.zpj-faq_1qf {
  background: #0D0820;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.zpj-faq_1qf {
  padding: 2.75rem 24px 0;
}
}.zpj-faq_in_1qf {
  margin: 0 auto;
  max-width: 82.5rem;
}.zpj-faq_head_1qf {
  margin-bottom: 1.25rem;
}.zpj-faq_label_1qf {
  text-transform: uppercase;
  color: #7230E8;
  font-size: 0.688rem;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
}.zpj-faq_h2_1qf {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F2EEFF;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.zpj-faq_h2_1qf {
  font-size: 1.5rem;
}
}.zpj-faq_list_1qf {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.zpj-faq_item_1qf {
  background: #1A1235;
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
  border-radius: 0.625rem;
}.zpj-faq_q_1qf {
  gap: 12px;
  transition: color .2s;
  padding: 16px 1.25rem;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  flex-wrap: wrap;
  color: #C5B6E8;
  overflow-wrap: break-word;
  align-items: center;
  justify-content: space-between;
  display: flex;
}.zpj-faq_q_1qf:hover {
  color: #F2EEFF;
}.zpj-faq_q_ic_1qf {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  height: 24px;
  flex-shrink: 0;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  color: #7230E8;
  font-size: 1rem;
}.zpj-faq_item_1qf.zpj-state_open_1qf .zpj-faq_q_ic_1qf {
  transform: rotate(45deg);
}.zpj-faq_a_1qf {
  padding: 0 20px 16px;
  line-height: 1.7;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #74619A;
  display: none;
}.zpj-faq_item_1qf.zpj-state_open_1qf .zpj-faq_a_1qf {
  display: block;
}.zpj-faq_a_1qf strong {
  color: #C5B6E8;
  font-weight: 700;
}.zpj-faq_a_1qf a {
  color: #7230E8;
  text-decoration: underline;
}.zpj-faq_a_1qf ul,.zpj-faq_a_1qf ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.zpj-faq_a_1qf ol {
  list-style: decimal;
}.zpj-faq_a_1qf li {
  line-height: 1.6;
  margin-bottom: 4px;
}.zpj-faq_a_1qf table {
  margin: 0.5rem 0;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  font-size: 12px;
  width: 100%;
}
@media(min-width: 771px) {.zpj-faq_a_1qf table {
  display: table;
}
}.zpj-faq_a_1qf th {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #C5B6E8;
}.zpj-faq_a_1qf td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #74619A;
}.zpj-pmt_1qf {
  padding: 36px 1rem 0;
  background: #0D0820;
}
@media(min-width: 769px) {.zpj-pmt_1qf {
  padding: 44px 24px 0;
}
}.zpj-pmt_in_1qf {
  margin: 0 auto;
  max-width: 1320px;
}.zpj-pmt_head_1qf {
  max-width: 45rem;
  margin-bottom: 22px;
}.zpj-pmt_label_1qf {
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #7230E8;
}.zpj-pmt_h2_1qf {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F2EEFF;
  font-size: 1.375rem;
  margin-bottom: 8px;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width: 769px) {.zpj-pmt_h2_1qf {
  font-size: 28px;
}
}.zpj-pmt_intro_1qf {
  overflow-wrap: break-word;
  color: #74619A;
  line-height: 1.6;
  font-size: 14px;
}.zpj-pmt_groups_1qf {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.zpj-pmt_group_1qf {
  background: #1A1235;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem;
  border-radius: 10px;
}.zpj-pmt_group_head_1qf {
  gap: 0.75rem;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.zpj-pmt_group_ic_1qf {
  border-radius: 0.375rem;
  background: rgba(114, 48, 232, 0.18);
  display: flex;
  color: #7230E8;
  justify-content: center;
  width: 2.25rem;
  align-items: center;
  flex-shrink: 0;
  height: 36px;
}.zpj-pmt_group_ic_1qf svg {
  stroke-linejoin: round;
  width: 18px;
  height: 1.125rem;
  stroke-linecap: round;
}.zpj-pmt_group_h_1qf {
  margin: 0;
  font-size: 16px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  color: #F2EEFF;
  overflow-wrap: break-word;
}.zpj-pmt_group_p_1qf {
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 14px;
  color: #74619A;
}.zpj-pmt_group_p_1qf strong {
  font-weight: 600;
  color: #C5B6E8;
}.zpj-pmt_table_wrap_1qf {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.zpj-pmt_table_1qf {
  font-size: 13px;
  min-width: 540px;
  border-collapse: collapse;
  width: 100%;
}.zpj-pmt_table_1qf th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  color: #C5B6E8;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  font-size: 11px;
}.zpj-pmt_table_1qf td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  color: #74619A;
}.zpj-pmt_table_1qf tbody tr:last-child td {
  border-bottom: none;
}.zpj-pmt_table_1qf tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C5B6E8;
}.zpj-seo_1qf {
  background: #0D0820;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.zpj-seo_1qf {
  padding: 2.75rem 24px 0;
}
}.zpj-seo_in_1qf {
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1A1235;
  border-radius: 14px;
  padding: 1.75rem 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.zpj-seo_in_1qf {
  padding: 2.25rem 2.5rem;
}
}.zpj-seo_label_1qf {
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #7230E8;
  letter-spacing: .08em;
}.zpj-seo_h2_1qf {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 14px;
  font-family: 'Rajdhani', sans-serif;
  color: #F2EEFF;
}
@media(min-width: 767px) {.zpj-seo_h2_1qf {
  font-size: 24px;
}
}.zpj-seo_body_1qf {
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
  color: #9A87C4;
}.zpj-seo_body_1qf p {
  line-height: 1.75;
  margin-bottom: 12px;
  color: #9A87C4;
  font-size: 14px;
}.zpj-seo_body_1qf p:last-child {
  margin-bottom: 0;
}.zpj-seo_body_1qf strong {
  color: #C5B6E8;
  font-weight: 700;
}.zpj-seo_body_1qf a {
  transition: color .2s;
  text-decoration: underline;
  color: #7230E8;
}.zpj-seo_body_1qf a:hover {
  color: #8B48F5;
}.zpj-seo_body_1qf ul,.zpj-seo_body_1qf ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.zpj-seo_body_1qf ol {
  list-style: decimal;
}.zpj-seo_body_1qf li {
  margin-bottom: 6px;
  color: #9A87C4;
  font-size: 14px;
  line-height: 1.75;
}.zpj-seo_body_1qf table {
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 0.75rem;
  display: block;
}
@media(min-width: 766px) {.zpj-seo_body_1qf table {
  display: table;
}
}.zpj-seo_body_1qf th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C5B6E8;
  text-align: left;
  font-weight: 700;
}.zpj-seo_body_1qf td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9A87C4;
}.zpj-seo_cols_1qf {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.zpj-seo_cols_1qf {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.zpj-seo_cols_1qf {
  grid-template-columns: repeat(3,1fr);
}
}.zpj-seo_col_h_1qf {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 700;
  margin-bottom: 7px;
  color: #C5B6E8;
}.zpj-seo_col_p_1qf {
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #74619A;
}.zpj-seo_stats_1qf {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.zpj-seo_stat_1qf {
  border: 1px solid rgba(114, 48, 232, 0.18);
  padding: 14px 16px;
  border-radius: 10px;
  flex: 1;
  background: rgba(114, 48, 232, 0.08);
  min-width: 140px;
}.zpj-seo_stat_val_1qf {
  font-size: 20px;
  overflow-wrap: break-word;
  color: #7230E8;
  font-weight: 800;
  margin-bottom: 0.25rem;
}.zpj-seo_stat_lb_1qf {
  font-size: 11px;
  color: #74619A;
  overflow-wrap: break-word;
}.zpj-ft_1qf {
  background: #070410;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.zpj-ft_support_1qf {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
}
@media(min-width: 771px) {.zpj-ft_support_1qf {
  padding: 28px 24px;
}
}.zpj-ft_support_in_1qf {
  margin: 0 auto;
  gap: 16px;
  max-width: 1320px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.zpj-ft_support_main_1qf {
  gap: 16px;
  flex: 1;
  min-width: 220px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.zpj-ft_support_ic_1qf {
  color: #7230E8;
  flex-shrink: 0;
}.zpj-ft_support_ic_1qf svg {
  width: 1.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.875rem;
}.zpj-ft_support_text_title_1qf {
  font-size: 0.938rem;
  margin-bottom: 3px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F2EEFF;
}.zpj-ft_support_text_sub_1qf {
  color: #74619A;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.zpj-ft_support_btn_1qf {
  padding: 0.688rem 1.375rem;
  transition: background .2s;
  background: #7230E8;
  border-radius: 10px;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 13px;
  color: #F2EEFF;
}.zpj-ft_support_btn_1qf:hover {
  background: #8B48F5;
}.zpj-ft_support_contacts_1qf {
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.zpj-ft_support_contact_1qf {
  font-size: 12px;
  line-height: 1.4;
  color: #5C4D7D;
}.zpj-ft_support_contact_1qf strong {
  font-size: 0.688rem;
  color: #9A87C4;
  font-weight: 600;
  margin-bottom: 2px;
  display: block;
}.zpj-ft_main_1qf {
  padding: 2rem 1rem 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.zpj-ft_main_1qf {
  padding: 40px 24px 32px;
}
}.zpj-ft_main_in_1qf {
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 82.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width:640px) {.zpj-ft_main_in_1qf {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.zpj-ft_main_in_1qf {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.zpj-ft_col_logo_1qf {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.zpj-ft_col_logo_1qf {
  grid-column: auto;
}
}.zpj-ft_logo_1qf {
  gap: 0.563rem;
  font-size: 1rem;
  color: #F2EEFF;
  margin-bottom: 0.75rem;
  font-weight: 800;
  flex-wrap: wrap;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
}.zpj-ft_logo_mark_1qf {
  border-radius: 0.375rem;
  overflow: hidden;
  height: 1.875rem;
  width: 30px;
}.zpj-ft_logo_mark_1qf img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.zpj-ft_logo_sub_1qf {
  max-width: 200px;
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #5C4D7D;
}.zpj-ft_col_title_1qf {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
  letter-spacing: .07em;
  color: #9A87C4;
  font-size: 0.75rem;
}.zpj-ft_col_links_1qf {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.zpj-ft_col_link_1qf {
  transition: color .2s;
  color: #5C4D7D;
  overflow-wrap: break-word;
  font-size: 13px;
}.zpj-ft_col_link_1qf:hover {
  color: #C5B6E8;
}.zpj-ft_apps_1qf {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.zpj-ft_app_card_1qf {
  gap: 10px;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  align-items: center;
  display: flex;
}.zpj-ft_app_card_1qf:hover {
  border-color: rgba(255, 255, 255, 0.18);
}.zpj-ft_app_card_ic_1qf svg {
  stroke-linecap: round;
  width: 1.375rem;
  height: 22px;
  stroke-linejoin: round;
}.zpj-ft_app_card_os_1qf {
  color: #5C4D7D;
  font-size: 0.625rem;
  font-weight: 600;
}.zpj-ft_app_card_action_1qf {
  color: #C5B6E8;
  font-size: 12px;
  font-weight: 700;
}.zpj-ft_bot_1qf {
  padding: 20px 1rem;
}
@media(min-width: 769px) {.zpj-ft_bot_1qf {
  padding: 1.25rem 1.5rem;
}
}.zpj-ft_bot_in_1qf {
  margin: 0 auto;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1320px;
  display: flex;
}.zpj-ft_socials_1qf {
  gap: 8px;
  display: flex;
}.zpj-ft_soc_1qf {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  width: 36px;
  height: 2.25rem;
  color: #9A87C4;
  display: flex;
  align-items: center;
  justify-content: center;
}.zpj-ft_soc_1qf svg {
  stroke-linejoin: round;
  width: 16px;
  height: 16px;
  stroke-linecap: round;
}.zpj-ft_soc_1qf:hover {
  background: rgba(255, 255, 255, 0.07);
}.zpj-ft_legal_1qf {
  flex: 1;
  font-size: 0.688rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #7A6AA0;
  min-width: 12.5rem;
}.zpj-ft_legal_1qf strong {
  font-weight: 700;
  color: #9A87C4;
}.zpj-ft_legal_1qf a {
  text-decoration: underline;
  color: #9A87C4;
}.zpj-ft_age_1qf {
  border: 2px solid #7A6AA0;
  border-radius: 50%;
  font-weight: 800;
  display: flex;
  flex-shrink: 0;
  height: 32px;
  color: #7A6AA0;
  align-items: center;
  width: 2rem;
  justify-content: center;
  margin-left: auto;
  font-size: 11px;
}