*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #090C16;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  color: #BCC6E0;
  font-family: 'Barlow', sans-serif;
  min-height: 100vh;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  color: inherit;
  text-decoration: none;
}button {
  background: none;
  border: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.xha_layout-248 {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.xha_page-248 {
  min-height: 100vh;
  display: flex;
}.xha_main-248 {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media(min-width: 1078px) {.xha_main-248 {
  padding-left: 13.75rem;
}
}
@media(max-width: 1076px) {.xha_main-248 {
  padding-bottom: 4.5rem;
}
}.xha_gc-248 {
  background: #0D1020;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform .2s,border-color .2s;
  flex-shrink: 0;
  position: relative;
  width: 8.75rem;
  cursor: pointer;
}
@media(min-width: 638px) {.xha_gc-248 {
  width: 156px;
}
}
@media(min-width: 1081px) {.xha_gc-248 {
  width: 10.5rem;
}
}.xha_gc-248:hover {
  border-color: rgba(41,121,255,0.08);
  transform: translateY(-3px);
}.xha_gc_img-248 {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.xha_gc_img-248 img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
}.xha_gc_hover-248 {
  inset: 0;
  transition: opacity .2s;
  background: rgba(5,7,16,0.72);
  position: absolute;
  display: flex;
  opacity: 0;
  align-items: center;
  justify-content: center;
}.xha_gc-248:hover .xha_gc_hover-248 {
  opacity: 1;
}.xha_gc_hover_btn-248 {
  padding: 0.5rem 1rem;
  background: #2979FF;
  border-radius: 0.25rem;
  color: #EDF1FF;
  font-size: 12px;
  font-weight: 700;
}.xha_gc_info-248 {
  padding: 0.5rem 10px 0.625rem;
}.xha_gc_name-248 {
  overflow: hidden;
  font-weight: 600;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  margin-bottom: 3px;
  color: #BCC6E0;
}.xha_gc_prov-248 {
  color: #505C74;
  font-size: 0.625rem;
}.xha_gc_tag-248 {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  top: 0.375rem;
  font-weight: 700;
  font-size: 9px;
  left: 6px;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: .04em;
  z-index: 2;
}.xha_gc_tag_hot-248 {
  background: #FF1744;
  color: #fff;
}.xha_gc_tag_new-248 {
  background: #00C853;
  color: #090C16;
}.xha_gc_tag_jp-248 {
  background: #FFB300;
  color: #090C16;
}.xha_gc_tag_ex-248 {
  background: #6A3FD4;
  color: #fff;
}.xha_gc_tag_live-248 {
  background: #FF1744;
  color: #fff;
}.xha_gr-248 {
  padding: 2rem 1rem 0;
  background: #090C16;
}
@media(min-width: 771px) {.xha_gr-248 {
  padding: 36px 1.5rem 0;
}
}.xha_gr_in-248 {
  margin: 0 auto;
  max-width: 82.5rem;
}.xha_gr_head-248 {
  gap: 0.75rem;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}.xha_gr_head_l-248 {
  gap: 10px;
  flex: 1;
  display: flex;
  min-width: 0;
  align-items: center;
}.xha_gr_ic-248 {
  border-radius: 8px;
  height: 32px;
  width: 2rem;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.xha_gr_ic-248 svg {
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
}.xha_gr_title-248 {
  color: #EDF1FF;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.xha_gr_title-248 {
  font-size: 1.125rem;
}
}.xha_gr_more-248 {
  transition: color .2s;
  gap: 5px;
  white-space: nowrap;
  font-size: 0.75rem;
  display: flex;
  flex-shrink: 0;
  font-weight: 600;
  color: #68758F;
  align-items: center;
}.xha_gr_more-248:hover {
  color: #2979FF;
}.xha_gr_more-248 svg {
  stroke-linecap: round;
  height: 12px;
  width: 12px;
  stroke-linejoin: round;
}.xha_gr_arrows-248 {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.xha_gr_arr-248 {
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  border-radius: 4px;
  transition: background .15s,color .15s;
  color: #8B97B8;
  width: 30px;
  display: flex;
  align-items: center;
  height: 30px;
  justify-content: center;
}.xha_gr_arr-248:hover {
  background: rgba(255,255,255,0.07);
  color: #EDF1FF;
}.xha_gr_arr-248 svg {
  height: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
}.xha_gr_seo_h-248 {
  margin: 0 0 0.375rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  font-family: 'Rajdhani', sans-serif;
  color: #BCC6E0;
  font-weight: 700;
}
@media(min-width: 770px) {.xha_gr_seo_h-248 {
  font-size: 14px;
}
}.xha_gr_seo-248 {
  line-height: 1.55;
  font-size: 0.75rem;
  color: #68758F;
  margin-bottom: 12px;
  max-width: 680px;
  overflow-wrap: break-word;
}.xha_gr_seo-248 strong {
  color: #BCC6E0;
  font-weight: 600;
}.xha_gr_scroll-248 {
  gap: 0.625rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 10px;
  display: flex;
}.xha_gr_scroll-248::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.xha_gr_scroll-248 {
  gap: 0.75rem;
}
}.xha_tb-248 {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #090C16;
  height: 3.5rem;
  display: flex;
  position: fixed;
  top: 0;
  align-items: center;
  left: 0;
  z-index: 80;
  right: 0;
}.xha_tb_in-248 {
  gap: 0;
  padding: 0 0.875rem;
  height: 100%;
  align-items: center;
  display: flex;
  width: 100%;
}.xha_tb_burger-248 {
  border-radius: 8px;
  gap: 5px;
  align-items: center;
  flex-direction: column;
  display: flex;
  height: 38px;
  flex-shrink: 0;
  width: 38px;
  justify-content: center;
  margin-right: 8px;
}.xha_tb_burger-248:hover {
  background: rgba(255,255,255,0.05);
}.xha_tb_burger_line-248 {
  background: #8B97B8;
  border-radius: 1px;
  height: 2px;
  width: 1.125rem;
  display: block;
}
@media(min-width: 1081px) {.xha_tb_burger-248 {
  display: none;
}
}.xha_tb_logo-248 {
  gap: 9px;
  font-weight: 800;
  color: #EDF1FF;
  margin-right: 1.25rem;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  font-size: 1.125rem;
}.xha_tb_logo_mark-248 {
  overflow: hidden;
  border-radius: 0.5rem;
  align-items: center;
  width: 32px;
  height: 32px;
  justify-content: center;
  display: flex;
}.xha_tb_logo_mark-248 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.xha_tb_nav-248 {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 643px) {.xha_tb_nav-248 {
  display: flex;
}
}.xha_tb_tab-248 {
  transition: background .15s,color .15s;
  border-radius: 0.5rem;
  padding: 0.5rem 0.875rem;
  white-space: nowrap;
  font-weight: 600;
  color: #8B97B8;
  font-size: 0.813rem;
}.xha_tb_tab-248:hover {
  background: rgba(255,255,255,0.05);
  color: #EDF1FF;
}.xha_tb_tab-248.xha_state_active-248 {
  background: rgba(41,121,255,0.18);
  color: #EDF1FF;
}.xha_tb_right-248 {
  gap: 0.5rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  margin-left: auto;
}.xha_tb_login-248 {
  padding: 0.563rem 16px;
  transition: border-color .2s,color .2s;
  background: rgba(255,255,255,0.05);
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.10);
  font-weight: 600;
  font-size: 0.813rem;
  color: #BCC6E0;
  display: none;
}.xha_tb_login-248:hover {
  border-color: rgba(255,255,255,0.22);
  color: #EDF1FF;
}
@media(min-width: 478px) {.xha_tb_login-248 {
  display: block;
}
}.xha_tb_reg-248 {
  background: #00C853;
  padding: 9px 1.125rem;
  border-radius: 0.5rem;
  transition: background .2s;
  color: #07091A;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
}.xha_tb_reg-248:hover {
  background: #00E676;
}.xha_sb-248 {
  transition: transform .25s ease;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255,255,255,0.05);
  background: #111828;
  top: 3.5rem;
  position: fixed;
  left: 0;
  overflow-y: auto;
  z-index: 70;
  width: 13.75rem;
  bottom: 0;
}.xha_sb-248.xha_state_open-248 {
  transform: translateX(0);
}.xha_sb-248::-webkit-scrollbar {
  width: 4px;
}.xha_sb-248::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1078px) {.xha_sb-248 {
  transform: translateX(0);
}
}.xha_sb_auth-248 {
  padding: 0.875rem 0.75rem 0.625rem;
}.xha_sb_btn_reg-248 {
  transition: background .2s;
  border-radius: 8px;
  padding: 11px;
  background: #00C853;
  font-size: 0.813rem;
  color: #07091A;
  margin-bottom: 0.5rem;
  text-align: center;
  font-weight: 700;
  display: block;
}.xha_sb_btn_reg-248:hover {
  background: #00E676;
}.xha_sb_btn_login-248 {
  padding: 10px;
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.10);
  display: block;
  color: #BCC6E0;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
}.xha_sb_btn_login-248:hover {
  border-color: rgba(255,255,255,0.22);
  color: #EDF1FF;
}.xha_sb_promo-248 {
  border-radius: 0.5rem;
  border: 1px solid rgba(41,121,255,0.18);
  padding: 12px 0.875rem;
  overflow: hidden;
  background: linear-gradient(135deg,#0D1F5C,#111828);
  margin: 0 0.75rem 10px;
  position: relative;
}.xha_sb_promo-248::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(41,121,255,0.18),transparent 70%);
  top: -1.25rem;
  position: absolute;
  content: '';
  right: -1.25rem;
  height: 80px;
  width: 80px;
}.xha_sb_promo_title-248 {
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #2979FF;
  margin-bottom: 4px;
}.xha_sb_promo_text-248 {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #EDF1FF;
  line-height: 1.35;
  font-weight: 600;
}.xha_sb_promo_sub-248 {
  color: #68758F;
  font-size: 10px;
  margin-top: 3px;
}.xha_sb_nav-248 {
  padding: 0.375rem 8px 16px;
}.xha_sb_nav_lb-248 {
  padding: 0.625rem 0.5rem 0.375rem;
  color: #505C74;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.625rem;
}.xha_sb_link-248 {
  padding: 9px 10px;
  gap: 10px;
  transition: background .15s,color .15s;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  overflow-wrap: break-word;
  display: flex;
  font-size: 0.813rem;
  align-items: center;
  color: #8B97B8;
}.xha_sb_link-248:hover {
  background: rgba(255,255,255,0.05);
  color: #EDF1FF;
}.xha_sb_link-248.xha_state_active-248 {
  background: rgba(41,121,255,0.18);
  color: #EDF1FF;
}.xha_sb_ic-248 {
  border-radius: 0.25rem;
  justify-content: center;
  width: 30px;
  flex-shrink: 0;
  height: 1.875rem;
  display: flex;
  align-items: center;
}.xha_sb_ic-248 svg {
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
  height: 1rem;
}.xha_sb_ic_1-248 {
  background: rgba(41,121,255,0.08);
  color: #2979FF;
}.xha_sb_ic_2-248 {
  background: rgba(0,200,83,0.16);
  color: #00C853;
}.xha_sb_ic_3-248 {
  background: rgba(255,179,0,0.16);
  color: #FFB300;
}.xha_sb_ic_4-248 {
  background: rgba(106,63,212,0.22);
  color: #6A3FD4;
}.xha_sb_ic_5-248 {
  background: rgba(41,121,255,0.08);
  color: #FF4D8A;
}.xha_sb_ic_6-248 {
  background: rgba(106,63,212,0.22);
  color: #9C27FF;
}.xha_sb_badge-248 {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  background: #FFB300;
  font-weight: 700;
  color: #07091A;
  margin-left: auto;
  font-size: 9px;
}.xha_sb_bot-248 {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 0.75rem;
  gap: 0.5rem;
  display: flex;
}.xha_sb_lang-248,.xha_sb_help-248 {
  background: rgba(255,255,255,0.05);
  border-radius: 0.25rem;
  padding: 9px 0.375rem;
  gap: 6px;
  border: 1px solid rgba(255,255,255,0.06);
  flex: 1;
  transition: border-color .2s;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 0.688rem;
  color: #8B97B8;
  font-weight: 600;
}.xha_sb_lang-248:hover,.xha_sb_help-248:hover {
  border-color: rgba(255,255,255,0.22);
  color: #EDF1FF;
}.xha_sb_lang-248 svg,.xha_sb_help-248 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.813rem;
  width: 13px;
}.xha_sb_bd-248 {
  background: rgba(5,7,16,0.72);
  inset: 0;
  position: fixed;
  z-index: 69;
  display: none;
}.xha_sb_bd-248.xha_state_on-248 {
  display: block;
}
@media(min-width: 1079px) {.xha_sb_bd-248 {
  display: none!important;
}
}.xha_mob_nav-248 {
  background: #111828;
  border-top: 1px solid rgba(255,255,255,0.10);
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  right: 0;
  display: flex;
  z-index: 80;
  left: 0;
  bottom: 0;
  position: fixed;
}
@media(min-width: 1082px) {.xha_mob_nav-248 {
  display: none;
}
}.xha_mob_nav_item-248 {
  gap: 4px;
  padding: 4px 2px;
  flex: 1;
  cursor: pointer;
  color: #505C74;
  align-items: center;
  flex-direction: column;
  display: flex;
}.xha_mob_nav_ic-248 {
  line-height: 1;
}.xha_mob_nav_ic-248 svg {
  width: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.25rem;
}.xha_mob_nav_lb-248 {
  color: #505C74;
  font-size: 0.625rem;
  font-weight: 600;
}.xha_mob_nav_item-248.xha_state_active-248 {
  color: #2979FF;
}.xha_mob_nav_item-248.xha_state_active-248 .xha_mob_nav_lb-248 {
  color: #2979FF;
}.xha_hero-248 {
  padding: 20px 16px 0;
  background: #090C16;
}
@media(min-width: 770px) {.xha_hero-248 {
  padding: 24px 24px 0;
}
}.xha_hero_in-248 {
  margin: 0 auto;
  gap: 0.75rem;
  max-width: 82.5rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 857px) {.xha_hero_in-248 {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.xha_hero_in-248 {
  grid-template-columns: 1fr 21.25rem;
}
}.xha_hero_promo-248 {
  background: #0D1020;
  overflow: hidden;
  border-radius: 0.75rem;
  display: flex;
  align-items: stretch;
  position: relative;
  min-height: 13.75rem;
}
@media(min-width: 766px) {.xha_hero_promo-248 {
  min-height: 280px;
}
}.xha_hero_promo_bg-248 {
  background-position: center;
  background: linear-gradient(120deg,#0D1F5C 0%,#090C16 100%);
  inset: 0;
  background-size: cover;
  position: absolute;
}.xha_hero_promo_bg-248::after {
  inset: 0;
  background: linear-gradient(90deg,#090C16 0%,rgba(5,7,16,0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.xha_hero_promo_glow-248 {
  background: radial-gradient(circle,rgba(106,63,212,0.22) 0%,transparent 65%);
  border-radius: 50%;
  width: 18.75rem;
  height: 300px;
  top: -2.5rem;
  right: 3.75rem;
  pointer-events: none;
  position: absolute;
}.xha_hero_promo_ct-248 {
  padding: 28px 24px 28px 28px;
  display: flex;
  position: relative;
  flex-direction: column;
  z-index: 2;
  justify-content: center;
  max-width: 30rem;
}
@media(min-width: 770px) {.xha_hero_promo_ct-248 {
  padding: 40px 2rem;
}
}.xha_hero_badge-248 {
  border: 1px solid rgba(41,121,255,0.08);
  padding: 5px 12px;
  background: rgba(41,121,255,0.18);
  border-radius: 1.25rem;
  font-size: 10px;
  display: inline-block;
  margin-bottom: 0.875rem;
  color: #2979FF;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.xha_hero_h1-248 {
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  font-size: 26px;
  line-height: 1.15;
  margin-bottom: 0.625rem;
  color: #EDF1FF;
  font-weight: 800;
}.xha_hero_h1-248 em {
  font-style: normal;
  color: #FFB300;
}
@media(min-width: 765px) {.xha_hero_h1-248 {
  font-size: 2.25rem;
}
}.xha_hero_sub-248 {
  line-height: 1.55;
  color: #8B97B8;
  font-size: 13px;
  margin-bottom: 20px;
}
@media(min-width: 767px) {.xha_hero_sub-248 {
  font-size: 0.875rem;
}
}.xha_hero_row-248 {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.xha_hero_cta-248 {
  padding: 13px 26px;
  background: #00C853;
  transition: background .2s;
  border-radius: 0.5rem;
  color: #07091A;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 0.25rem 18px rgba(0,200,83,0.42);
  font-weight: 700;
  font-size: 0.875rem;
}.xha_hero_cta-248:hover {
  background: #00E676;
}.xha_hero_terms-248 {
  color: #505C74;
  font-size: 11px;
}.xha_hero_game-248 {
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  overflow: hidden;
  background: #0D1020;
  flex-direction: column;
  position: relative;
  display: flex;
}.xha_hero_game_badge-248 {
  border: 1px solid rgba(255,179,0,0.16);
  padding: 0.313rem 0.625rem;
  background: rgba(255,179,0,0.16);
  border-radius: 1.25rem;
  letter-spacing: .06em;
  z-index: 3;
  text-transform: uppercase;
  top: 12px;
  font-size: 10px;
  color: #FFB300;
  font-weight: 700;
  left: 12px;
  position: absolute;
}.xha_hero_game_badge-248 svg {
  width: 0.688rem;
  margin-right: 4px;
  height: 11px;
  vertical-align: -1px;
}.xha_hero_game_img-248 {
  background: linear-gradient(135deg,#0D1F5C,#090C16);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.xha_hero_game_img-248 img {
  inset: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}.xha_hero_game_play-248 {
  inset: 0;
  transition: opacity .2s;
  background: rgba(5,7,16,0.72);
  align-items: center;
  opacity: 0;
  display: flex;
  justify-content: center;
  position: absolute;
}.xha_hero_game-248:hover .xha_hero_game_play-248 {
  opacity: 1;
}.xha_hero_game_play-248 span {
  border-radius: 50%;
  background: #2979FF;
  align-items: center;
  display: flex;
  height: 52px;
  width: 3.25rem;
  justify-content: center;
}.xha_hero_game_play-248 span svg {
  height: 1.125rem;
  width: 1.125rem;
  margin-left: 2px;
}.xha_hero_game_info-248 {
  padding: 0.875rem 1rem;
}.xha_hero_game_title-248 {
  margin-bottom: 0.25rem;
  font-weight: 700;
  color: #EDF1FF;
  font-size: 15px;
  overflow-wrap: break-word;
}.xha_hero_game_provider-248 {
  font-size: 0.688rem;
  color: #68758F;
}.xha_hero_game_btn-248 {
  padding: 11px;
  background: #2979FF;
  margin: 12px 16px 16px;
  transition: background .2s;
  border-radius: 8px;
  font-weight: 700;
  display: block;
  color: #EDF1FF;
  text-align: center;
  font-size: 0.813rem;
}.xha_hero_game-248:hover .xha_hero_game_btn-248 {
  background: #448AFF;
}.xha_sbar-248 {
  padding: 16px 1rem 0;
  background: #090C16;
}
@media(min-width: 770px) {.xha_sbar-248 {
  padding: 1.125rem 24px 0;
}
}.xha_sbar_in-248 {
  margin: 0 auto;
  max-width: 1320px;
}.xha_sbar_row-248 {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}.xha_sbar_input-248 {
  flex: 1;
  gap: 0.625rem;
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s;
  padding: 0.688rem 1rem;
  border-radius: 0.5rem;
  background: #0D1020;
  color: #68758F;
  font-size: 13px;
  align-items: center;
  cursor: pointer;
  display: flex;
}.xha_sbar_input-248:hover {
  border-color: rgba(255,255,255,0.22);
}.xha_sbar_input-248 svg {
  width: 15px;
  flex-shrink: 0;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.938rem;
}.xha_sbar_providers-248 {
  gap: 0.5rem;
  transition: border-color .2s;
  background: #0D1020;
  border-radius: 8px;
  padding: 11px 18px;
  border: 1px solid rgba(255,255,255,0.10);
  color: #BCC6E0;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  align-items: center;
  display: flex;
}.xha_sbar_providers-248:hover {
  border-color: rgba(255,255,255,0.22);
  color: #EDF1FF;
}.xha_sbar_providers-248 svg {
  width: 14px;
  stroke-linecap: round;
  height: 14px;
  stroke-linejoin: round;
}.xha_sbar_tabs-248 {
  gap: 6px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 2px;
}.xha_sbar_tabs-248::-webkit-scrollbar {
  display: none;
}.xha_sbar_tab-248 {
  transition: background .15s,color .15s,border-color .15s;
  gap: 0.438rem;
  border-radius: 1.25rem;
  padding: 0.5rem 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  flex-shrink: 0;
  white-space: nowrap;
  display: flex;
  font-size: 12px;
  color: #8B97B8;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}.xha_sbar_tab-248:hover {
  border-color: rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.07);
  color: #EDF1FF;
}.xha_sbar_tab-248.xha_state_active-248 {
  background: rgba(41,121,255,0.18);
  border-color: rgba(41,121,255,0.08);
  color: #EDF1FF;
}.xha_sbar_tab_ic-248 svg {
  stroke-linejoin: round;
  height: 14px;
  stroke-linecap: round;
  width: 0.875rem;
}.xha_wy-248 {
  padding: 2rem 16px 0;
  background: #090C16;
}
@media(min-width: 771px) {.xha_wy-248 {
  padding: 2.5rem 1.5rem 0;
}
}.xha_wy_in-248 {
  margin: 0 auto;
  max-width: 1320px;
}.xha_wy_head-248 {
  margin-bottom: 18px;
  max-width: 45rem;
}.xha_wy_label-248 {
  font-size: 11px;
  color: #2979FF;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}.xha_wy_h2-248 {
  color: #EDF1FF;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.xha_wy_h2-248 {
  font-size: 24px;
}
}.xha_wy_intro-248 {
  margin: 0;
  line-height: 1.6;
  font-size: 0.813rem;
  color: #68758F;
}.xha_wy_grid-248 {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.xha_wy_grid-248 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.xha_wy_grid-248 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.xha_wy_card-248 {
  border-radius: 0.5rem;
  background: #111828;
  padding: 20px;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255,255,255,0.10);
}.xha_wy_card-248:hover {
  transform: translateY(-2px);
  border-color: rgba(41,121,255,0.08);
}.xha_wy_card_ic-248 {
  background: rgba(41,121,255,0.18);
  border-radius: 50%;
  justify-content: center;
  margin-bottom: 14px;
  align-items: center;
  display: flex;
  color: #2979FF;
  height: 2.75rem;
  width: 2.75rem;
}.xha_wy_card_ic-248 svg {
  stroke-linejoin: round;
  height: 22px;
  width: 1.375rem;
  stroke-linecap: round;
}.xha_wy_card_h-248 {
  color: #EDF1FF;
  margin-bottom: 0.375rem;
  line-height: 1.25;
  font-size: 0.938rem;
  font-weight: 700;
  overflow-wrap: break-word;
}.xha_wy_card_p-248 {
  line-height: 1.6;
  font-size: 13px;
  color: #68758F;
  overflow-wrap: break-word;
}.xha_wy_card_p-248 strong {
  color: #BCC6E0;
  font-weight: 600;
}.xha_gcg-248 {
  background: #090C16;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.xha_gcg-248 {
  padding: 44px 1.5rem 0;
}
}.xha_gcg_in-248 {
  margin: 0 auto;
  max-width: 82.5rem;
}.xha_gcg_head-248 {
  margin-bottom: 20px;
  max-width: 45rem;
}.xha_gcg_label-248 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 8px;
  color: #2979FF;
}.xha_gcg_h2-248 {
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #EDF1FF;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  font-size: 22px;
}
@media(min-width: 767px) {.xha_gcg_h2-248 {
  font-size: 1.75rem;
}
}.xha_gcg_intro-248 {
  color: #68758F;
  font-size: 13px;
  line-height: 1.6;
}.xha_gcg_grid-248 {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.xha_gcg_grid-248 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.xha_gcg_grid-248 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.xha_gcg_card-248 {
  transition: transform .2s,border-color .2s;
  padding: 1.25rem;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  cursor: pointer;
  justify-content: flex-end;
  min-height: 15rem;
  flex-direction: column;
  position: relative;
  display: flex;
}.xha_gcg_card-248:hover {
  transform: translateY(-3px);
  border-color: rgba(41,121,255,0.18);
}.xha_gcg_card_bg-248 {
  inset: 0;
  z-index: 0;
  position: absolute;
}.xha_gcg_card_bg-248::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.xha_gcg_card_ic-248 {
  background: rgba(0,0,0,.45);
  border-radius: 4px;
  justify-content: center;
  width: 2.5rem;
  top: 18px;
  align-items: center;
  color: #EDF1FF;
  position: absolute;
  height: 40px;
  right: 18px;
  display: flex;
  z-index: 2;
}.xha_gcg_card_ic-248 svg {
  width: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 20px;
}.xha_gcg_card_ct-248 {
  z-index: 1;
  position: relative;
}.xha_gcg_card_h-248 {
  color: #EDF1FF;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
}
@media(min-width: 771px) {.xha_gcg_card_h-248 {
  font-size: 1.25rem;
}
}.xha_gcg_card_p-248 {
  font-size: 0.75rem;
  margin-bottom: 10px;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
}.xha_gcg_card_p-248 strong {
  font-weight: 600;
  color: #EDF1FF;
}.xha_gcg_card_cta-248 {
  gap: 4px;
  font-size: 0.75rem;
  display: inline-flex;
  text-transform: uppercase;
  align-items: center;
  font-weight: 700;
  letter-spacing: .04em;
  color: #2979FF;
}.xha_gcg_card_cta-248 svg {
  height: 12px;
  width: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.xha_ws-248 {
  padding: 32px 1rem 0;
  background: #090C16;
}
@media(min-width: 766px) {.xha_ws-248 {
  padding: 36px 1.5rem 0;
}
}.xha_ws_in-248 {
  margin: 0 auto;
  max-width: 82.5rem;
}.xha_ws_head-248 {
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  display: flex;
}.xha_ws_title-248 {
  gap: 10px;
  flex-wrap: wrap;
  color: #EDF1FF;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
  align-items: center;
}.xha_ws_title_ic-248 svg {
  color: #FFB300;
  width: 18px;
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.xha_ws_online-248 {
  gap: 7px;
  color: #68758F;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 12px;
}.xha_ws_online_dot-248 {
  background: #00C853;
  border-radius: 50%;
  flex-shrink: 0;
  height: 8px;
  box-shadow: 0 0 6px rgba(0,200,83,0.16);
  width: 0.5rem;
}.xha_ws_scroll-248 {
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 0.5rem;
}.xha_ws_scroll-248::-webkit-scrollbar {
  display: none;
}.xha_wc-248 {
  background: #0D1020;
  border: 1px solid rgba(255,255,255,0.10);
  gap: 10px;
  border-radius: 0.5rem;
  padding: 10px 14px;
  flex-shrink: 0;
  align-items: center;
  min-width: 13.75rem;
  display: flex;
}.xha_wc_img-248 {
  background: #111828;
  border-radius: 0.25rem;
  overflow: hidden;
  width: 2.25rem;
  flex-shrink: 0;
  height: 2.25rem;
}.xha_wc_img-248 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.xha_wc_info-248 {
  min-width: 0;
}.xha_wc_game-248 {
  overflow: hidden;
  color: #BCC6E0;
  font-weight: 600;
  font-size: 0.75rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}.xha_wc_player-248 {
  overflow: hidden;
  color: #505C74;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.625rem;
}.xha_wc_amount-248 {
  color: #00C853;
  white-space: nowrap;
  margin-left: auto;
  font-weight: 700;
  font-size: 0.813rem;
  flex-shrink: 0;
}.xha_reg-248 {
  background: #090C16;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.xha_reg-248 {
  padding: 44px 24px 0;
}
}.xha_reg_in-248 {
  margin: 0 auto;
  border-radius: 12px;
  padding: 1.75rem 1.5rem;
  background: #111828;
  border: 1px solid rgba(255,255,255,0.06);
  max-width: 82.5rem;
}
@media(min-width: 771px) {.xha_reg_in-248 {
  padding: 2.5rem;
}
}.xha_reg_top-248 {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 863px) {.xha_reg_top-248 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.xha_reg_label-248 {
  text-transform: uppercase;
  color: #2979FF;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-size: 0.688rem;
}.xha_reg_h2-248 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  margin-bottom: 0.75rem;
  font-size: 22px;
  overflow-wrap: break-word;
  line-height: 1.2;
  color: #EDF1FF;
}
@media(min-width: 767px) {.xha_reg_h2-248 {
  font-size: 1.75rem;
}
}.xha_reg_bonus-248 {
  border-radius: 0.5rem;
  background: rgba(255,179,0,0.16);
  gap: 8px;
  border: 1px solid rgba(255,179,0,0.16);
  padding: 0.625rem 1rem;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
}.xha_reg_bonus_amount-248 {
  font-weight: 800;
  font-size: 1.25rem;
  color: #FFB300;
}.xha_reg_bonus_text-248 {
  color: #8B97B8;
  line-height: 1.35;
  font-size: 0.813rem;
}.xha_reg_cta_btn-248 {
  background: #00C853;
  padding: 0.875rem 2rem;
  border-radius: 0.5rem;
  transition: background .2s;
  font-weight: 700;
  margin-bottom: 0.75rem;
  font-size: 0.938rem;
  display: inline-block;
  color: #07091A;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 0.25rem 1.125rem rgba(0,200,83,0.42);
}.xha_reg_cta_btn-248:hover {
  background: #00E676;
}.xha_reg_terms-248 {
  color: #505C74;
  font-size: 0.688rem;
  line-height: 1.5;
}.xha_reg_seo-248 {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 1.25rem;
  line-height: 1.65;
  color: #68758F;
  overflow-wrap: break-word;
  margin-top: 1.25rem;
  font-size: 13px;
}.xha_reg_seo-248 p {
  color: #68758F;
  font-size: 0.813rem;
  line-height: 1.65;
  margin-bottom: 0.625rem;
}.xha_reg_seo-248 p:last-child {
  margin-bottom: 0;
}.xha_reg_seo-248 strong {
  font-weight: 700;
  color: #BCC6E0;
}.xha_reg_seo-248 a {
  transition: color .2s;
  color: #2979FF;
  text-decoration: underline;
}.xha_reg_seo-248 a:hover {
  color: #448AFF;
}.xha_reg_seo-248 ul,.xha_reg_seo-248 ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.xha_reg_seo-248 ol {
  list-style: decimal;
}.xha_reg_seo-248 li {
  line-height: 1.65;
  font-size: 13px;
  color: #68758F;
  margin-bottom: 4px;
}.xha_reg_seo-248 table {
  margin-bottom: 10px;
  width: 100%;
  display: block;
  font-size: 13px;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 765px) {.xha_reg_seo-248 table {
  display: table;
}
}.xha_reg_seo-248 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.5rem;
  color: #BCC6E0;
  text-align: left;
  font-weight: 700;
}.xha_reg_seo-248 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.5rem;
  color: #68758F;
}.xha_reg_steps-248 {
  gap: 14px;
  display: flex;
  margin-top: 1.75rem;
  flex-direction: column;
}
@media(min-width:860px) {.xha_reg_steps-248 {
  margin-top: 0;
}
}.xha_reg_step-248 {
  border-radius: 0.5rem;
  gap: 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 16px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.xha_reg_step_num-248 {
  background: rgba(41,121,255,0.18);
  border-radius: 50%;
  border: 1px solid rgba(41,121,255,0.08);
  justify-content: center;
  height: 34px;
  color: #2979FF;
  font-size: 0.875rem;
  font-weight: 800;
  flex-shrink: 0;
  width: 34px;
  display: flex;
  align-items: center;
}.xha_reg_step_title-248 {
  margin-bottom: 3px;
  font-size: 14px;
  color: #EDF1FF;
  font-weight: 700;
}.xha_reg_step_text-248 {
  color: #68758F;
  line-height: 1.5;
  font-size: 0.75rem;
}.xha_reg_trust-248 {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  flex-wrap: wrap;
  margin-top: 1.25rem;
  padding-top: 20px;
  display: flex;
}.xha_reg_trust_item-248 {
  gap: 7px;
  display: flex;
  align-items: center;
  color: #68758F;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.xha_reg_trust_ic-248 svg {
  width: 16px;
  stroke-linejoin: round;
  color: #2979FF;
  height: 1rem;
  stroke-linecap: round;
}.xha_prov-248 {
  padding: 2.25rem 16px 0;
  background: #090C16;
}
@media(min-width: 771px) {.xha_prov-248 {
  padding: 44px 24px 0;
}
}.xha_prov_in-248 {
  margin: 0 auto;
  max-width: 82.5rem;
}.xha_prov_head-248 {
  margin-bottom: 1rem;
}.xha_prov_label-248 {
  color: #2979FF;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 8px;
  font-weight: 700;
}.xha_prov_h2-248 {
  margin-bottom: 8px;
  color: #EDF1FF;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width: 770px) {.xha_prov_h2-248 {
  font-size: 1.5rem;
}
}.xha_prov_seo-248 {
  line-height: 1.6;
  max-width: 38.75rem;
  font-size: 13px;
  color: #68758F;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
}.xha_prov_seo-248 strong {
  font-weight: 700;
  color: #BCC6E0;
}.xha_prov_seo-248 a {
  text-decoration: underline;
  color: #2979FF;
}.xha_prov_grid-248 {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 641px) {.xha_prov_grid-248 {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width:1080px) {.xha_prov_grid-248 {
  grid-template-columns: repeat(8,1fr);
}
}.xha_prov_card-248 {
  background: #0D1020;
  padding: 14px 10px;
  border-radius: 0.5rem;
  gap: 0.438rem;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
}.xha_prov_card-248:hover {
  border-color: rgba(255,255,255,0.22);
  background: #111828;
}.xha_prov_logo-248 {
  background: rgba(255,255,255,0.05);
  border-radius: 4px;
  overflow: hidden;
  width: 44px;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  display: flex;
}.xha_prov_logo-248 img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.xha_prov_name-248 {
  text-align: center;
  font-size: 0.688rem;
  font-weight: 600;
  overflow-wrap: break-word;
  color: #8B97B8;
}.xha_htp-248 {
  padding: 2.25rem 1rem 0;
  background: #090C16;
}
@media(min-width: 769px) {.xha_htp-248 {
  padding: 44px 1.5rem 0;
}
}.xha_htp_in-248 {
  margin: 0 auto;
  max-width: 82.5rem;
}.xha_htp_head-248 {
  max-width: 45rem;
  margin-bottom: 1.375rem;
}.xha_htp_label-248 {
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  color: #2979FF;
  text-transform: uppercase;
  font-weight: 700;
}.xha_htp_h2-248 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 22px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #EDF1FF;
  margin-bottom: 8px;
}
@media(min-width: 771px) {.xha_htp_h2-248 {
  font-size: 28px;
}
}.xha_htp_intro-248 {
  line-height: 1.6;
  font-size: 0.875rem;
  color: #68758F;
}.xha_htp_steps-248 {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 12px;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.xha_htp_steps-248 {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.xha_htp_steps-248 {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.xha_htp_step-248 {
  background: #111828;
  padding: 20px 18px 18px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  position: relative;
  flex-direction: column;
}.xha_htp_step_num-248 {
  background: #2979FF;
  border-radius: 50%;
  font-family: 'Rajdhani', sans-serif;
  width: 28px;
  align-items: center;
  color: #07091A;
  left: 20px;
  font-size: 0.813rem;
  justify-content: center;
  top: -0.75rem;
  height: 1.75rem;
  display: flex;
  position: absolute;
  font-weight: 800;
}.xha_htp_step_ic-248 {
  background: rgba(41,121,255,0.18);
  margin: 0.5rem 0 12px;
  border-radius: 0.25rem;
  align-items: center;
  justify-content: center;
  color: #2979FF;
  height: 2.25rem;
  display: flex;
  width: 2.25rem;
}.xha_htp_step_ic-248 svg {
  height: 18px;
  stroke-linejoin: round;
  width: 1.125rem;
  stroke-linecap: round;
}.xha_htp_step_h-248 {
  font-weight: 700;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-size: 0.875rem;
  color: #EDF1FF;
}.xha_htp_step_p-248 {
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #68758F;
  font-size: 13px;
}.xha_htp_step_p-248 strong {
  color: #BCC6E0;
  font-weight: 600;
}.xha_htp_cta-248 {
  border-radius: 8px;
  background: #00C853;
  padding: 0.813rem 26px;
  transition: background .2s;
  color: #07091A;
  font-size: 0.875rem;
  margin-top: 20px;
  display: inline-block;
  font-weight: 700;
}.xha_htp_cta-248:hover {
  background: #00E676;
}.xha_bon-248 {
  background: #090C16;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.xha_bon-248 {
  padding: 44px 1.5rem 0;
}
}.xha_bon_in-248 {
  margin: 0 auto;
  max-width: 82.5rem;
}.xha_bon_head-248 {
  margin-bottom: 1.25rem;
}.xha_bon_label-248 {
  text-transform: uppercase;
  font-size: 11px;
  color: #2979FF;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.xha_bon_h2-248 {
  overflow-wrap: break-word;
  color: #EDF1FF;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width: 771px) {.xha_bon_h2-248 {
  font-size: 1.5rem;
}
}.xha_bon_seo-248 {
  max-width: 620px;
  color: #68758F;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.6;
}.xha_bon_seo-248 strong {
  font-weight: 700;
  color: #BCC6E0;
}.xha_bon_seo-248 a {
  color: #2979FF;
  text-decoration: underline;
}.xha_bon_grid-248 {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 643px) {.xha_bon_grid-248 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.xha_bon_grid-248 {
  grid-template-columns: repeat(5,1fr);
}
}.xha_bon_card-248 {
  border: 1px solid rgba(255,255,255,0.10);
  padding: 1rem;
  border-radius: 8px;
  background: #0D1020;
  transition: border-color .2s,transform .2s;
}.xha_bon_card-248:hover {
  border-color: rgba(41,121,255,0.08);
  transform: translateY(-2px);
}.xha_bon_card_ic-248 svg {
  width: 1.625rem;
  stroke-linecap: round;
  height: 26px;
  stroke-linejoin: round;
}.xha_bon_card_ic-248 {
  margin-bottom: 0.625rem;
}.xha_bon_card_type-248 {
  color: #68758F;
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  letter-spacing: .06em;
}.xha_bon_card_amount-248 {
  margin-bottom: 0.375rem;
  line-height: 1.1;
  font-size: 1.125rem;
  color: #FFB300;
  font-weight: 800;
}.xha_bon_card_name-248 {
  overflow-wrap: break-word;
  color: #EDF1FF;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
}.xha_bon_card_detail-248 {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  padding-top: 8px;
  color: #505C74;
  line-height: 1.5;
  font-size: 11px;
}.xha_app-248 {
  background: #090C16;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.xha_app-248 {
  padding: 44px 24px 0;
}
}.xha_app_in-248 {
  margin: 0 auto;
  max-width: 82.5rem;
}.xha_app_head-248 {
  margin-bottom: 1rem;
}.xha_app_label-248 {
  color: #2979FF;
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
}.xha_app_h2-248 {
  color: #EDF1FF;
  font-size: 20px;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 770px) {.xha_app_h2-248 {
  font-size: 1.5rem;
}
}.xha_app_sub-248 {
  font-size: 0.813rem;
  line-height: 1.6;
  max-width: 37.5rem;
  color: #68758F;
  overflow-wrap: break-word;
}.xha_app_sub-248 strong {
  color: #BCC6E0;
  font-weight: 700;
}.xha_app_cards-248 {
  gap: 0.625rem;
  display: grid;
  margin-top: 16px;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.xha_app_cards-248 {
  grid-template-columns: repeat(3,1fr);
}
}.xha_app_card-248 {
  overflow: hidden;
  border-radius: 8px;
  padding: 1.25rem;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  display: flex;
}.xha_app_card_ios-248 {
  background: linear-gradient(135deg,rgba(41,121,255,0.18) 0%,#111828 100%);
}.xha_app_card_android-248 {
  background: linear-gradient(135deg,rgba(0,200,83,0.16) 0%,#111828 100%);
}.xha_app_card_win-248 {
  background: linear-gradient(135deg,rgba(255,179,0,0.16) 0%,#111828 100%);
}.xha_app_card_ic-248 svg {
  stroke-linejoin: round;
  width: 2.125rem;
  stroke-linecap: round;
  height: 34px;
}.xha_app_card_ic-248 {
  flex-shrink: 0;
  color: #EDF1FF;
}.xha_app_card_os-248 {
  margin-bottom: 6px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #68758F;
  letter-spacing: .08em;
}.xha_app_card_title-248 {
  line-height: 1.2;
  color: #EDF1FF;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-weight: 700;
}.xha_app_card_text-248 {
  margin-bottom: 14px;
  line-height: 1.5;
  color: #68758F;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.xha_app_card_btn-248 {
  padding: 10px 1.125rem;
  transition: background .2s;
  background: rgba(255,255,255,0.12);
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.22);
  gap: 7px;
  font-size: 0.813rem;
  font-weight: 700;
  align-items: center;
  color: #EDF1FF;
  display: inline-flex;
}.xha_app_card_btn-248:hover {
  background: rgba(255,255,255,0.07);
}.xha_seo-248 {
  padding: 2.25rem 1rem 0;
  background: #090C16;
}
@media(min-width: 769px) {.xha_seo-248 {
  padding: 44px 1.5rem 0;
}
}.xha_seo_in-248 {
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.75rem;
  padding: 28px 1.5rem;
  background: #111828;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.xha_seo_in-248 {
  padding: 36px 40px;
}
}.xha_seo_label-248 {
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .08em;
  color: #2979FF;
}.xha_seo_h2-248 {
  font-weight: 800;
  margin-bottom: 14px;
  color: #EDF1FF;
  line-height: 1.25;
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width:768px) {.xha_seo_h2-248 {
  font-size: 24px;
}
}.xha_seo_body-248 {
  color: #8B97B8;
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
}.xha_seo_body-248 p {
  margin-bottom: 12px;
  line-height: 1.75;
  color: #8B97B8;
  font-size: 14px;
}.xha_seo_body-248 p:last-child {
  margin-bottom: 0;
}.xha_seo_body-248 strong {
  color: #BCC6E0;
  font-weight: 700;
}.xha_seo_body-248 a {
  transition: color .2s;
  color: #2979FF;
  text-decoration: underline;
}.xha_seo_body-248 a:hover {
  color: #448AFF;
}.xha_seo_body-248 ul,.xha_seo_body-248 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.xha_seo_body-248 ol {
  list-style: decimal;
}.xha_seo_body-248 li {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #8B97B8;
  margin-bottom: 0.375rem;
}.xha_seo_body-248 table {
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  font-size: 0.813rem;
  width: 100%;
}
@media(min-width: 769px) {.xha_seo_body-248 table {
  display: table;
}
}.xha_seo_body-248 th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #BCC6E0;
}.xha_seo_body-248 td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #8B97B8;
}.xha_seo_cols-248 {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 638px) {.xha_seo_cols-248 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.xha_seo_cols-248 {
  grid-template-columns: repeat(3,1fr);
}
}.xha_seo_col_h-248 {
  color: #BCC6E0;
  margin-bottom: 0.438rem;
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 700;
}.xha_seo_col_p-248 {
  line-height: 1.65;
  color: #68758F;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.xha_seo_stats-248 {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.xha_seo_stat-248 {
  padding: 0.875rem 1rem;
  background: rgba(41,121,255,0.08);
  flex: 1;
  border: 1px solid rgba(41,121,255,0.18);
  border-radius: 0.5rem;
  min-width: 8.75rem;
}.xha_seo_stat_val-248 {
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  color: #2979FF;
}.xha_seo_stat_lb-248 {
  color: #68758F;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.xha_seo-248 {
  padding: 2.25rem 1rem 0;
  background: #090C16;
}
@media(min-width: 765px) {.xha_seo-248 {
  padding: 44px 1.5rem 0;
}
}.xha_seo_in-248 {
  margin: 0 auto;
  border-radius: 0.75rem;
  background: #111828;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 28px 24px;
  max-width: 1320px;
}
@media(min-width: 771px) {.xha_seo_in-248 {
  padding: 36px 40px;
}
}.xha_seo_label-248 {
  font-weight: 700;
  margin-bottom: 0.625rem;
  color: #2979FF;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}.xha_seo_h2-248 {
  margin-bottom: 14px;
  overflow-wrap: break-word;
  color: #EDF1FF;
  font-family: 'Rajdhani', sans-serif;
  line-height: 1.25;
  font-size: 1.25rem;
  font-weight: 800;
}
@media(min-width: 769px) {.xha_seo_h2-248 {
  font-size: 1.5rem;
}
}.xha_seo_body-248 {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #8B97B8;
  font-size: 0.875rem;
}.xha_seo_body-248 p {
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 14px;
  color: #8B97B8;
}.xha_seo_body-248 p:last-child {
  margin-bottom: 0;
}.xha_seo_body-248 strong {
  font-weight: 700;
  color: #BCC6E0;
}.xha_seo_body-248 a {
  transition: color .2s;
  text-decoration: underline;
  color: #2979FF;
}.xha_seo_body-248 a:hover {
  color: #448AFF;
}.xha_seo_body-248 ul,.xha_seo_body-248 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.xha_seo_body-248 ol {
  list-style: decimal;
}.xha_seo_body-248 li {
  color: #8B97B8;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 14px;
}.xha_seo_body-248 table {
  font-size: 0.813rem;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 12px;
  display: block;
}
@media(min-width: 769px) {.xha_seo_body-248 table {
  display: table;
}
}.xha_seo_body-248 th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  color: #BCC6E0;
  font-weight: 700;
}.xha_seo_body-248 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #8B97B8;
}.xha_seo_cols-248 {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 643px) {.xha_seo_cols-248 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.xha_seo_cols-248 {
  grid-template-columns: repeat(3,1fr);
}
}.xha_seo_col_h-248 {
  color: #BCC6E0;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.xha_seo_col_p-248 {
  overflow-wrap: break-word;
  color: #68758F;
  font-size: 0.813rem;
  line-height: 1.65;
}.xha_seo_stats-248 {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.xha_seo_stat-248 {
  background: rgba(41,121,255,0.08);
  padding: 0.875rem 1rem;
  border: 1px solid rgba(41,121,255,0.18);
  border-radius: 0.5rem;
  flex: 1;
  min-width: 8.75rem;
}.xha_seo_stat_val-248 {
  color: #2979FF;
  margin-bottom: 0.25rem;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
}.xha_seo_stat_lb-248 {
  color: #68758F;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.xha_pmt-248 {
  background: #090C16;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.xha_pmt-248 {
  padding: 44px 1.5rem 0;
}
}.xha_pmt_in-248 {
  margin: 0 auto;
  max-width: 82.5rem;
}.xha_pmt_head-248 {
  max-width: 45rem;
  margin-bottom: 22px;
}.xha_pmt_label-248 {
  font-weight: 700;
  text-transform: uppercase;
  color: #2979FF;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 8px;
}.xha_pmt_h2-248 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.375rem;
  color: #EDF1FF;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width: 770px) {.xha_pmt_h2-248 {
  font-size: 28px;
}
}.xha_pmt_intro-248 {
  font-size: 0.875rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #68758F;
}.xha_pmt_groups-248 {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.xha_pmt_group-248 {
  background: #111828;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 1.25rem;
  border-radius: 8px;
}.xha_pmt_group_head-248 {
  gap: 0.75rem;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.xha_pmt_group_ic-248 {
  background: rgba(41,121,255,0.18);
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  color: #2979FF;
  flex-shrink: 0;
  height: 36px;
  display: flex;
  width: 36px;
}.xha_pmt_group_ic-248 svg {
  height: 1.125rem;
  width: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.xha_pmt_group_h-248 {
  margin: 0;
  font-family: 'Rajdhani', sans-serif;
  color: #EDF1FF;
  font-weight: 700;
  font-size: 16px;
  overflow-wrap: break-word;
}.xha_pmt_group_p-248 {
  line-height: 1.6;
  margin-bottom: 14px;
  color: #68758F;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.xha_pmt_group_p-248 strong {
  font-weight: 600;
  color: #BCC6E0;
}.xha_pmt_table_wrap-248 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.xha_pmt_table-248 {
  width: 100%;
  min-width: 33.75rem;
  font-size: 13px;
  border-collapse: collapse;
}.xha_pmt_table-248 th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-size: 11px;
  white-space: nowrap;
  color: #BCC6E0;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .04em;
}.xha_pmt_table-248 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 12px;
  color: #68758F;
}.xha_pmt_table-248 tbody tr:last-child td {
  border-bottom: none;
}.xha_pmt_table-248 tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #BCC6E0;
}.xha_seo-248 {
  padding: 2.25rem 16px 0;
  background: #090C16;
}
@media(min-width:768px) {.xha_seo-248 {
  padding: 44px 24px 0;
}
}.xha_seo_in-248 {
  border: 1px solid rgba(255,255,255,0.10);
  margin: 0 auto;
  border-radius: 0.75rem;
  background: #111828;
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width:768px) {.xha_seo_in-248 {
  padding: 36px 2.5rem;
}
}.xha_seo_label-248 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #2979FF;
}.xha_seo_h2-248 {
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 14px;
  font-size: 20px;
  color: #EDF1FF;
  line-height: 1.25;
  font-weight: 800;
}
@media(min-width: 765px) {.xha_seo_h2-248 {
  font-size: 24px;
}
}.xha_seo_body-248 {
  font-size: 14px;
  line-height: 1.75;
  color: #8B97B8;
  overflow-wrap: break-word;
}.xha_seo_body-248 p {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #8B97B8;
  margin-bottom: 12px;
}.xha_seo_body-248 p:last-child {
  margin-bottom: 0;
}.xha_seo_body-248 strong {
  font-weight: 700;
  color: #BCC6E0;
}.xha_seo_body-248 a {
  transition: color .2s;
  text-decoration: underline;
  color: #2979FF;
}.xha_seo_body-248 a:hover {
  color: #448AFF;
}.xha_seo_body-248 ul,.xha_seo_body-248 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.xha_seo_body-248 ol {
  list-style: decimal;
}.xha_seo_body-248 li {
  color: #8B97B8;
  font-size: 14px;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.xha_seo_body-248 table {
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  display: block;
}
@media(min-width: 767px) {.xha_seo_body-248 table {
  display: table;
}
}.xha_seo_body-248 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #BCC6E0;
}.xha_seo_body-248 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 0.75rem;
  color: #8B97B8;
}.xha_seo_cols-248 {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.xha_seo_cols-248 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.xha_seo_cols-248 {
  grid-template-columns: repeat(3,1fr);
}
}.xha_seo_col_h-248 {
  color: #BCC6E0;
  font-weight: 700;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
}.xha_seo_col_p-248 {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #68758F;
}.xha_seo_stats-248 {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.xha_seo_stat-248 {
  border: 1px solid rgba(41,121,255,0.18);
  padding: 14px 16px;
  background: rgba(41,121,255,0.08);
  border-radius: 0.5rem;
  flex: 1;
  min-width: 140px;
}.xha_seo_stat_val-248 {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #2979FF;
  font-weight: 800;
  font-size: 20px;
}.xha_seo_stat_lb-248 {
  overflow-wrap: break-word;
  color: #68758F;
  font-size: 0.688rem;
}.xha_rv-248 {
  padding: 2.25rem 16px 0;
  background: #090C16;
}
@media(min-width: 771px) {.xha_rv-248 {
  padding: 44px 24px 0;
}
}.xha_rv_in-248 {
  margin: 0 auto;
  max-width: 1320px;
}.xha_rv_head-248 {
  max-width: 720px;
  margin-bottom: 20px;
}.xha_rv_label-248 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #2979FF;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.xha_rv_h2-248 {
  overflow-wrap: break-word;
  font-size: 22px;
  color: #EDF1FF;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  margin-bottom: 0.625rem;
}
@media(min-width: 769px) {.xha_rv_h2-248 {
  font-size: 28px;
}
}.xha_rv_stats-248 {
  gap: 1.125rem;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #68758F;
  flex-wrap: wrap;
}.xha_rv_stats_score-248 {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.xha_rv_stats_score_val-248 {
  color: #FFB300;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  font-size: 1.375rem;
}.xha_rv_stats_score_max-248 {
  color: #505C74;
  font-size: 0.813rem;
}.xha_rv_stats_badge-248 {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.xha_rv_stats_badge-248 svg {
  width: 14px;
  color: #FFB300;
  height: 14px;
}.xha_rv_grid-248 {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.xha_rv_grid-248 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.xha_rv_grid-248 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.xha_rv_card-248 {
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 1.25rem;
  background: #111828;
  flex-direction: column;
  display: flex;
}.xha_rv_card_stars-248 {
  gap: 2px;
  display: flex;
  color: #FFB300;
  margin-bottom: 0.625rem;
}.xha_rv_card_stars-248 svg {
  width: 0.875rem;
  height: 0.875rem;
}.xha_rv_card_h-248 {
  line-height: 1.3;
  color: #EDF1FF;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}.xha_rv_card_body-248 {
  flex: 1;
  color: #68758F;
  margin-bottom: 0.875rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
}.xha_rv_card_body-248 strong {
  font-weight: 600;
  color: #BCC6E0;
}.xha_rv_card_meta-248 {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  padding-top: 12px;
  justify-content: space-between;
}.xha_rv_card_author-248 {
  font-weight: 600;
  font-size: 12px;
  color: #BCC6E0;
}.xha_rv_card_date-248 {
  color: #505C74;
  font-size: 0.688rem;
}.xha_faq-248 {
  background: #090C16;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.xha_faq-248 {
  padding: 44px 1.5rem 0;
}
}.xha_faq_in-248 {
  margin: 0 auto;
  max-width: 82.5rem;
}.xha_faq_head-248 {
  margin-bottom: 20px;
}.xha_faq_label-248 {
  font-weight: 700;
  text-transform: uppercase;
  color: #2979FF;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-size: 11px;
}.xha_faq_h2-248 {
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.25rem;
  color: #EDF1FF;
}
@media(min-width:768px) {.xha_faq_h2-248 {
  font-size: 1.5rem;
}
}.xha_faq_list-248 {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.xha_faq_item-248 {
  overflow: hidden;
  background: #111828;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.10);
}.xha_faq_q-248 {
  gap: 0.75rem;
  transition: color .2s;
  padding: 16px 20px;
  align-items: center;
  font-weight: 600;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  color: #BCC6E0;
  display: flex;
  font-size: 0.875rem;
  justify-content: space-between;
  cursor: pointer;
}.xha_faq_q-248:hover {
  color: #EDF1FF;
}.xha_faq_q_ic-248 {
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  transition: transform .25s;
  height: 24px;
  justify-content: center;
  font-size: 16px;
  align-items: center;
  display: flex;
  color: #2979FF;
  width: 1.5rem;
  flex-shrink: 0;
}.xha_faq_item-248.xha_state_open-248 .xha_faq_q_ic-248 {
  transform: rotate(45deg);
}.xha_faq_a-248 {
  padding: 0 1.25rem 16px;
  font-size: 0.813rem;
  line-height: 1.7;
  display: none;
  overflow-wrap: break-word;
  color: #68758F;
}.xha_faq_item-248.xha_state_open-248 .xha_faq_a-248 {
  display: block;
}.xha_faq_a-248 strong {
  font-weight: 700;
  color: #BCC6E0;
}.xha_faq_a-248 a {
  text-decoration: underline;
  color: #2979FF;
}.xha_faq_a-248 ul,.xha_faq_a-248 ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.xha_faq_a-248 ol {
  list-style: decimal;
}.xha_faq_a-248 li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.xha_faq_a-248 table {
  margin: 8px 0;
  font-size: 12px;
  display: block;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 769px) {.xha_faq_a-248 table {
  display: table;
}
}.xha_faq_a-248 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.375rem 8px;
  color: #BCC6E0;
  font-weight: 700;
  text-align: left;
}.xha_faq_a-248 td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #68758F;
}.xha_ft-248 {
  border-top: 1px solid rgba(255,255,255,0.05);
  background: #050710;
  margin-top: 48px;
}.xha_ft_support-248 {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 766px) {.xha_ft_support-248 {
  padding: 28px 24px;
}
}.xha_ft_support_in-248 {
  margin: 0 auto;
  gap: 1rem;
  max-width: 1320px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.xha_ft_support_main-248 {
  flex: 1;
  gap: 16px;
  min-width: 220px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.xha_ft_support_ic-248 {
  color: #2979FF;
  flex-shrink: 0;
}.xha_ft_support_ic-248 svg {
  stroke-linecap: round;
  height: 30px;
  width: 1.875rem;
  stroke-linejoin: round;
}.xha_ft_support_text_title-248 {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 3px;
  color: #EDF1FF;
}.xha_ft_support_text_sub-248 {
  color: #68758F;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.xha_ft_support_btn-248 {
  background: #2979FF;
  border-radius: 8px;
  padding: 0.688rem 1.375rem;
  transition: background .2s;
  flex-shrink: 0;
  white-space: nowrap;
  color: #EDF1FF;
  font-weight: 700;
  font-size: 13px;
}.xha_ft_support_btn-248:hover {
  background: #448AFF;
}.xha_ft_support_contacts-248 {
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.xha_ft_support_contact-248 {
  color: #505C74;
  line-height: 1.4;
  font-size: 0.75rem;
}.xha_ft_support_contact-248 strong {
  display: block;
  font-weight: 600;
  color: #8B97B8;
  font-size: 11px;
  margin-bottom: 2px;
}.xha_ft_main-248 {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 32px 1rem 1.5rem;
}
@media(min-width: 765px) {.xha_ft_main-248 {
  padding: 40px 24px 32px;
}
}.xha_ft_main_in-248 {
  margin: 0 auto;
  gap: 24px;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 642px) {.xha_ft_main_in-248 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.xha_ft_main_in-248 {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.xha_ft_col_logo-248 {
  grid-column: 1/-1;
}
@media(min-width: 1082px) {.xha_ft_col_logo-248 {
  grid-column: auto;
}
}.xha_ft_logo-248 {
  gap: 9px;
  margin-bottom: 12px;
  font-size: 1rem;
  overflow-wrap: break-word;
  font-weight: 800;
  flex-wrap: wrap;
  color: #EDF1FF;
  align-items: center;
  display: flex;
}.xha_ft_logo_mark-248 {
  border-radius: 0.25rem;
  overflow: hidden;
  width: 30px;
  height: 1.875rem;
}.xha_ft_logo_mark-248 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.xha_ft_logo_sub-248 {
  color: #505C74;
  overflow-wrap: break-word;
  max-width: 12.5rem;
  line-height: 1.55;
  font-size: 12px;
}.xha_ft_col_title-248 {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: .07em;
  color: #8B97B8;
  margin-bottom: 0.875rem;
  font-weight: 700;
}.xha_ft_col_links-248 {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.xha_ft_col_link-248 {
  transition: color .2s;
  font-size: 0.813rem;
  color: #505C74;
  overflow-wrap: break-word;
}.xha_ft_col_link-248:hover {
  color: #BCC6E0;
}.xha_ft_apps-248 {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.xha_ft_app_card-248 {
  gap: 10px;
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s;
  background: rgba(255,255,255,0.05);
  border-radius: 4px;
  padding: 10px 12px;
  align-items: center;
  display: flex;
}.xha_ft_app_card-248:hover {
  border-color: rgba(255,255,255,0.22);
}.xha_ft_app_card_ic-248 svg {
  stroke-linecap: round;
  height: 1.375rem;
  width: 22px;
  stroke-linejoin: round;
}.xha_ft_app_card_os-248 {
  color: #505C74;
  font-weight: 600;
  font-size: 0.625rem;
}.xha_ft_app_card_action-248 {
  font-size: 0.75rem;
  font-weight: 700;
  color: #BCC6E0;
}.xha_ft_bot-248 {
  padding: 20px 1rem;
}
@media(min-width:768px) {.xha_ft_bot-248 {
  padding: 20px 24px;
}
}.xha_ft_bot_in-248 {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1320px;
}.xha_ft_socials-248 {
  gap: 8px;
  display: flex;
}.xha_ft_soc-248 {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 4px;
  transition: background .2s;
  background: rgba(255,255,255,0.05);
  display: flex;
  align-items: center;
  color: #8B97B8;
  justify-content: center;
  height: 36px;
  width: 2.25rem;
}.xha_ft_soc-248 svg {
  height: 16px;
  width: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.xha_ft_soc-248:hover {
  background: rgba(255,255,255,0.07);
}.xha_ft_legal-248 {
  flex: 1;
  overflow-wrap: break-word;
  font-size: 11px;
  color: #737F9C;
  line-height: 1.6;
  min-width: 12.5rem;
}.xha_ft_legal-248 strong {
  font-weight: 700;
  color: #8B97B8;
}.xha_ft_legal-248 a {
  color: #8B97B8;
  text-decoration: underline;
}.xha_ft_age-248 {
  border-radius: 50%;
  border: 2px solid #737F9C;
  font-weight: 800;
  height: 32px;
  margin-left: auto;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 11px;
  width: 32px;
  color: #737F9C;
}