*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  background-color: #0D0E1A;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  color: #C6C8EE;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: inherit;
}a {
  text-decoration: none;
  color: inherit;
}.hkr-layout_yxx {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.hkr-page_yxx {
  min-height: 100vh;
  display: flex;
}.hkr-main_yxx {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media screen and (min-width: 1077px) {.hkr-main_yxx {
  padding-left: 13.75rem;
}
}
@media screen and (max-width: 1080px) {.hkr-main_yxx {
  padding-bottom: 4.5rem;
}
}.hkr-gc_yxx {
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #131526;
  border: 1px solid rgba(255,255,255,0.05);
  width: 8.75rem;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
@media(min-width: 641px) {.hkr-gc_yxx {
  width: 9.75rem;
}
}
@media(min-width: 1082px) {.hkr-gc_yxx {
  width: 168px;
}
}.hkr-gc_yxx:hover {
  border-color: rgba(123,127,232,0.08);
  transform: translateY(-3px);
}.hkr-gc_img_yxx {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.hkr-gc_img_yxx img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}.hkr-gc_hover_yxx {
  inset: 0;
  background: rgba(8,9,16,0.72);
  transition: opacity .2s;
  opacity: 0;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}.hkr-gc_yxx:hover .hkr-gc_hover_yxx {
  opacity: 1;
}.hkr-gc_hover_btn_yxx {
  padding: 0.5rem 16px;
  background: #7B7FE8;
  border-radius: 0.313rem;
  font-size: 0.75rem;
  color: #F0F0FF;
  font-weight: 700;
}.hkr-gc_info_yxx {
  padding: 8px 0.625rem 0.625rem;
}.hkr-gc_name_yxx {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  color: #C6C8EE;
  white-space: nowrap;
  max-width: 100%;
  font-size: 0.75rem;
  font-weight: 600;
}.hkr-gc_prov_yxx {
  font-size: 10px;
  color: #515478;
}.hkr-gc_tag_yxx {
  border-radius: 4px;
  padding: 2px 7px;
  top: 6px;
  z-index: 2;
  font-weight: 700;
  font-size: 0.563rem;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: .04em;
  left: 6px;
}.hkr-gc_tag_hot_yxx {
  background: #E83950;
  color: #fff;
}.hkr-gc_tag_new_yxx {
  background: #24D98A;
  color: #0D0E1A;
}.hkr-gc_tag_jp_yxx {
  background: #F5B83D;
  color: #0D0E1A;
}.hkr-gc_tag_ex_yxx {
  background: #5540CC;
  color: #fff;
}.hkr-gc_tag_live_yxx {
  background: #E83950;
  color: #fff;
}.hkr-gr_yxx {
  background: #0D0E1A;
  padding: 32px 16px 0;
}
@media(min-width: 765px) {.hkr-gr_yxx {
  padding: 2.25rem 1.5rem 0;
}
}.hkr-gr_in_yxx {
  margin: 0 auto;
  max-width: 82.5rem;
}.hkr-gr_head_yxx {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  align-items: center;
}.hkr-gr_head_l_yxx {
  gap: 0.625rem;
  flex: 1;
  align-items: center;
  min-width: 0;
  display: flex;
}.hkr-gr_ic_yxx {
  border-radius: 0.5rem;
  width: 32px;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 2rem;
  flex-shrink: 0;
}.hkr-gr_ic_yxx svg {
  width: 1rem;
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
}.hkr-gr_title_yxx {
  overflow-wrap: break-word;
  font-size: 16px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0F0FF;
  font-weight: 700;
}
@media(min-width: 765px) {.hkr-gr_title_yxx {
  font-size: 18px;
}
}.hkr-gr_more_yxx {
  gap: 0.313rem;
  transition: color .2s;
  white-space: nowrap;
  color: #6C6E9A;
  flex-shrink: 0;
  font-weight: 600;
  align-items: center;
  font-size: 12px;
  display: flex;
}.hkr-gr_more_yxx:hover {
  color: #7B7FE8;
}.hkr-gr_more_yxx svg {
  stroke-linecap: round;
  height: 12px;
  stroke-linejoin: round;
  width: 12px;
}.hkr-gr_arrows_yxx {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.hkr-gr_arr_yxx {
  transition: background .15s,color .15s;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.313rem;
  color: #9496C4;
  align-items: center;
  justify-content: center;
  height: 30px;
  display: flex;
  width: 30px;
}.hkr-gr_arr_yxx:hover {
  background: rgba(255,255,255,0.07);
  color: #F0F0FF;
}.hkr-gr_arr_yxx svg {
  width: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 13px;
}.hkr-gr_seo_h_yxx {
  margin: 0 0 0.375rem;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  max-width: 680px;
  font-size: 13px;
  color: #C6C8EE;
}
@media(min-width: 766px) {.hkr-gr_seo_h_yxx {
  font-size: 14px;
}
}.hkr-gr_seo_yxx {
  max-width: 680px;
  margin-bottom: 0.75rem;
  color: #6C6E9A;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.55;
}.hkr-gr_seo_yxx strong {
  font-weight: 600;
  color: #C6C8EE;
}.hkr-gr_scroll_yxx {
  gap: 0.625rem;
  display: flex;
  padding-bottom: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}.hkr-gr_scroll_yxx::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.hkr-gr_scroll_yxx {
  gap: 12px;
}
}.hkr-tb_yxx {
  background: #0E0F1C;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  display: flex;
  top: 0;
  z-index: 80;
  height: 3.5rem;
  align-items: center;
  right: 0;
  position: fixed;
  left: 0;
}.hkr-tb_in_yxx {
  padding: 0 0.875rem;
  gap: 0;
  height: 100%;
  align-items: center;
  display: flex;
  width: 100%;
}.hkr-tb_burger_yxx {
  border-radius: 0.5rem;
  gap: 0.313rem;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  height: 38px;
  justify-content: center;
  width: 38px;
  margin-right: 0.5rem;
  display: flex;
}.hkr-tb_burger_yxx:hover {
  background: rgba(255,255,255,0.05);
}.hkr-tb_burger_line_yxx {
  background: #9496C4;
  border-radius: 1px;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width: 1081px) {.hkr-tb_burger_yxx {
  display: none;
}
}.hkr-tb_logo_yxx {
  gap: 9px;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  align-items: center;
  margin-right: 1.25rem;
  letter-spacing: -.01em;
  color: #F0F0FF;
  flex-shrink: 0;
  display: flex;
  font-weight: 800;
}.hkr-tb_logo_mark_yxx {
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 2rem;
  justify-content: center;
  width: 32px;
}.hkr-tb_logo_mark_yxx img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.hkr-tb_nav_yxx {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 643px) {.hkr-tb_nav_yxx {
  display: flex;
}
}.hkr-tb_tab_yxx {
  transition: background .15s,color .15s;
  padding: 8px 0.875rem;
  border-radius: 8px;
  font-weight: 600;
  color: #9496C4;
  font-size: 0.813rem;
  white-space: nowrap;
}.hkr-tb_tab_yxx:hover {
  background: rgba(255,255,255,0.05);
  color: #F0F0FF;
}.hkr-tb_tab_yxx.hkr-state_active_yxx {
  background: rgba(123,127,232,0.18);
  color: #F0F0FF;
}.hkr-tb_right_yxx {
  gap: 0.5rem;
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
}.hkr-tb_login_yxx {
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 9px 1rem;
  transition: border-color .2s,color .2s;
  background: rgba(255,255,255,0.05);
  font-weight: 600;
  display: none;
  color: #C6C8EE;
  font-size: 13px;
}.hkr-tb_login_yxx:hover {
  border-color: rgba(123,127,232,0.55);
  color: #F0F0FF;
}
@media(min-width: 478px) {.hkr-tb_login_yxx {
  display: block;
}
}.hkr-tb_reg_yxx {
  padding: 0.563rem 18px;
  border-radius: 0.5rem;
  background: #24D98A;
  transition: background .2s;
  white-space: nowrap;
  font-size: 13px;
  color: #0A0B15;
  font-weight: 700;
}.hkr-tb_reg_yxx:hover {
  background: #2FEEA0;
}.hkr-sb_yxx {
  transition: transform .25s ease;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255,255,255,0.05);
  background: #181A2E;
  position: fixed;
  width: 13.75rem;
  overflow-y: auto;
  left: 0;
  bottom: 0;
  z-index: 70;
  top: 3.5rem;
}.hkr-sb_yxx.hkr-state_open_yxx {
  transform: translateX(0);
}.hkr-sb_yxx::-webkit-scrollbar {
  width: 4px;
}.hkr-sb_yxx::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1081px) {.hkr-sb_yxx {
  transform: translateX(0);
}
}.hkr-sb_auth_yxx {
  padding: 0.875rem 12px 10px;
}.hkr-sb_btn_reg_yxx {
  background: #24D98A;
  border-radius: 8px;
  padding: 11px;
  transition: background .2s;
  font-size: 13px;
  display: block;
  color: #0A0B15;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
}.hkr-sb_btn_reg_yxx:hover {
  background: #2FEEA0;
}.hkr-sb_btn_login_yxx {
  padding: 0.625rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.5rem;
  transition: border-color .2s;
  text-align: center;
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #C6C8EE;
}.hkr-sb_btn_login_yxx:hover {
  border-color: rgba(123,127,232,0.55);
  color: #F0F0FF;
}.hkr-sb_promo_yxx {
  overflow: hidden;
  padding: 0.75rem 14px;
  margin: 0 12px 0.625rem;
  border-radius: 8px;
  background: linear-gradient(135deg,#1A1060,#181A2E);
  border: 1px solid rgba(123,127,232,0.18);
  position: relative;
}.hkr-sb_promo_yxx::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(123,127,232,0.18),transparent 70%);
  position: absolute;
  right: -20px;
  top: -20px;
  width: 80px;
  height: 80px;
  content: '';
}.hkr-sb_promo_title_yxx {
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #7B7FE8;
  letter-spacing: .06em;
  margin-bottom: 4px;
}.hkr-sb_promo_text_yxx {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.35;
  color: #F0F0FF;
  overflow-wrap: break-word;
}.hkr-sb_promo_sub_yxx {
  margin-top: 3px;
  font-size: 10px;
  color: #6C6E9A;
}.hkr-sb_nav_yxx {
  padding: 6px 0.5rem 16px;
}.hkr-sb_nav_lb_yxx {
  padding: 0.625rem 8px 0.375rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.625rem;
  color: #515478;
}.hkr-sb_link_yxx {
  transition: background .15s,color .15s;
  border-radius: 5px;
  padding: 9px 10px;
  gap: 10px;
  font-weight: 500;
  display: flex;
  font-size: 13px;
  align-items: center;
  color: #9496C4;
  overflow-wrap: break-word;
  cursor: pointer;
}.hkr-sb_link_yxx:hover {
  background: rgba(255,255,255,0.05);
  color: #F0F0FF;
}.hkr-sb_link_yxx.hkr-state_active_yxx {
  background: rgba(123,127,232,0.18);
  color: #F0F0FF;
}.hkr-sb_ic_yxx {
  border-radius: 0.313rem;
  height: 30px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 1.875rem;
  align-items: center;
}.hkr-sb_ic_yxx svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
  height: 1rem;
}.hkr-sb_ic_1_yxx {
  background: rgba(123,127,232,0.08);
  color: #7B7FE8;
}.hkr-sb_ic_2_yxx {
  background: rgba(36,217,138,0.15);
  color: #24D98A;
}.hkr-sb_ic_3_yxx {
  background: rgba(245,184,61,0.14);
  color: #F5B83D;
}.hkr-sb_ic_4_yxx {
  background: rgba(85,64,204,0.22);
  color: #5540CC;
}.hkr-sb_ic_5_yxx {
  background: rgba(123,127,232,0.08);
  color: #F06292;
}.hkr-sb_ic_6_yxx {
  background: rgba(85,64,204,0.22);
  color: #A855F7;
}.hkr-sb_badge_yxx {
  padding: 2px 0.438rem;
  background: #F5B83D;
  border-radius: 0.313rem;
  font-size: 0.563rem;
  margin-left: auto;
  font-weight: 700;
  color: #0A0B15;
}.hkr-sb_bot_yxx {
  padding: 12px;
  gap: 8px;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
}.hkr-sb_lang_yxx,.hkr-sb_help_yxx {
  border: 1px solid rgba(255,255,255,0.05);
  transition: border-color .2s;
  padding: 9px 0.375rem;
  background: rgba(255,255,255,0.05);
  border-radius: 0.313rem;
  flex: 1;
  gap: 0.375rem;
  font-weight: 600;
  font-size: 11px;
  align-items: center;
  justify-content: center;
  color: #9496C4;
  display: flex;
}.hkr-sb_lang_yxx:hover,.hkr-sb_help_yxx:hover {
  border-color: rgba(123,127,232,0.55);
  color: #F0F0FF;
}.hkr-sb_lang_yxx svg,.hkr-sb_help_yxx svg {
  stroke-linecap: round;
  height: 13px;
  stroke-linejoin: round;
  width: 13px;
}.hkr-sb_bd_yxx {
  inset: 0;
  background: rgba(8,9,16,0.72);
  display: none;
  position: fixed;
  z-index: 69;
}.hkr-sb_bd_yxx.hkr-state_on_yxx {
  display: block;
}
@media(min-width: 1077px) {.hkr-sb_bd_yxx {
  display: none!important;
}
}.hkr-mob_nav_yxx {
  background: #181A2E;
  border-top: 1px solid rgba(255,255,255,0.09);
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  right: 0;
  z-index: 80;
  bottom: 0;
  position: fixed;
  left: 0;
  display: flex;
}
@media(min-width: 1077px) {.hkr-mob_nav_yxx {
  display: none;
}
}.hkr-mob_nav_item_yxx {
  gap: 0.25rem;
  padding: 4px 2px;
  flex: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  color: #515478;
  cursor: pointer;
}.hkr-mob_nav_ic_yxx {
  line-height: 1;
}.hkr-mob_nav_ic_yxx svg {
  height: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 20px;
}.hkr-mob_nav_lb_yxx {
  font-weight: 600;
  color: #515478;
  font-size: 0.625rem;
}.hkr-mob_nav_item_yxx.hkr-state_active_yxx {
  color: #7B7FE8;
}.hkr-mob_nav_item_yxx.hkr-state_active_yxx .hkr-mob_nav_lb_yxx {
  color: #7B7FE8;
}.hkr-hero_yxx {
  background: #0D0E1A;
  padding: 1.25rem 1rem 0;
}
@media(min-width: 769px) {.hkr-hero_yxx {
  padding: 24px 24px 0;
}
}.hkr-hero_in_yxx {
  margin: 0 auto;
  gap: 0.75rem;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.hkr-hero_in_yxx {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1097px) {.hkr-hero_in_yxx {
  grid-template-columns: 1fr 340px;
}
}.hkr-hero_promo_yxx {
  border-radius: 0.875rem;
  overflow: hidden;
  background: #131526;
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: stretch;
}
@media(min-width: 766px) {.hkr-hero_promo_yxx {
  min-height: 280px;
}
}.hkr-hero_promo_bg_yxx {
  inset: 0;
  background: linear-gradient(120deg,#1A1060 0%,#0D0E1A 100%);
  background-position: center;
  background-size: cover;
  position: absolute;
}.hkr-hero_promo_bg_yxx::after {
  inset: 0;
  background: linear-gradient(90deg,#0D0E1A 0%,rgba(8,9,16,0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.hkr-hero_promo_glow_yxx {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(85,64,204,0.22) 0%,transparent 65%);
  right: 60px;
  position: absolute;
  pointer-events: none;
  width: 300px;
  height: 300px;
  top: -2.5rem;
}.hkr-hero_promo_ct_yxx {
  padding: 28px 1.5rem 28px 1.75rem;
  justify-content: center;
  z-index: 2;
  flex-direction: column;
  max-width: 30rem;
  display: flex;
  position: relative;
}
@media(min-width: 769px) {.hkr-hero_promo_ct_yxx {
  padding: 2.5rem 2rem;
}
}.hkr-hero_badge_yxx {
  border: 1px solid rgba(123,127,232,0.08);
  background: rgba(123,127,232,0.18);
  border-radius: 20px;
  padding: 0.313rem 0.75rem;
  font-size: 10px;
  display: inline-block;
  color: #7B7FE8;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.hkr-hero_h1_yxx {
  margin-bottom: 0.625rem;
  color: #F0F0FF;
  font-size: 26px;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  line-height: 1.15;
}.hkr-hero_h1_yxx em {
  font-style: normal;
  color: #F5B83D;
}
@media(min-width: 769px) {.hkr-hero_h1_yxx {
  font-size: 2.25rem;
}
}.hkr-hero_sub_yxx {
  color: #9496C4;
  font-size: 0.813rem;
  line-height: 1.55;
  margin-bottom: 20px;
}
@media(min-width: 770px) {.hkr-hero_sub_yxx {
  font-size: 0.875rem;
}
}.hkr-hero_row_yxx {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.hkr-hero_cta_yxx {
  transition: background .2s;
  border-radius: 0.5rem;
  background: #24D98A;
  padding: 13px 1.625rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 4px 1.125rem rgba(36,217,138,0.48);
  font-size: 0.875rem;
  font-weight: 700;
  color: #0A0B15;
}.hkr-hero_cta_yxx:hover {
  background: #2FEEA0;
}.hkr-hero_terms_yxx {
  color: #515478;
  font-size: 11px;
}.hkr-hero_game_yxx {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 0.875rem;
  background: #131526;
  flex-direction: column;
  position: relative;
  display: flex;
}.hkr-hero_game_badge_yxx {
  padding: 0.313rem 10px;
  background: rgba(245,184,61,0.14);
  border-radius: 20px;
  border: 1px solid rgba(245,184,61,0.14);
  left: 0.75rem;
  color: #F5B83D;
  text-transform: uppercase;
  position: absolute;
  font-size: 0.625rem;
  font-weight: 700;
  z-index: 3;
  letter-spacing: .06em;
  top: 0.75rem;
}.hkr-hero_game_badge_yxx svg {
  width: 0.688rem;
  height: 0.688rem;
  margin-right: 0.25rem;
  vertical-align: -1px;
}.hkr-hero_game_img_yxx {
  background: linear-gradient(135deg,#1A1060,#0D0E1A);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.hkr-hero_game_img_yxx img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}.hkr-hero_game_play_yxx {
  transition: opacity .2s;
  background: rgba(8,9,16,0.72);
  inset: 0;
  position: absolute;
  opacity: 0;
  justify-content: center;
  display: flex;
  align-items: center;
}.hkr-hero_game_yxx:hover .hkr-hero_game_play_yxx {
  opacity: 1;
}.hkr-hero_game_play_yxx span {
  background: #7B7FE8;
  border-radius: 50%;
  justify-content: center;
  width: 3.25rem;
  display: flex;
  align-items: center;
  height: 3.25rem;
}.hkr-hero_game_play_yxx span svg {
  width: 18px;
  margin-left: 2px;
  height: 1.125rem;
}.hkr-hero_game_info_yxx {
  padding: 14px 16px;
}.hkr-hero_game_title_yxx {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 15px;
  margin-bottom: 0.25rem;
  color: #F0F0FF;
}.hkr-hero_game_provider_yxx {
  font-size: 0.688rem;
  color: #6C6E9A;
}.hkr-hero_game_btn_yxx {
  border-radius: 0.5rem;
  background: #7B7FE8;
  margin: 0.75rem 1rem 16px;
  transition: background .2s;
  padding: 0.688rem;
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #F0F0FF;
}.hkr-hero_game_yxx:hover .hkr-hero_game_btn_yxx {
  background: #9598F2;
}.hkr-sbar_yxx {
  padding: 1rem 1rem 0;
  background: #0D0E1A;
}
@media(min-width: 770px) {.hkr-sbar_yxx {
  padding: 18px 24px 0;
}
}.hkr-sbar_in_yxx {
  margin: 0 auto;
  max-width: 1320px;
}.hkr-sbar_row_yxx {
  gap: 10px;
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}.hkr-sbar_input_yxx {
  gap: 10px;
  flex: 1;
  transition: border-color .2s;
  padding: 0.688rem 1rem;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.09);
  background: #131526;
  display: flex;
  font-size: 13px;
  align-items: center;
  color: #6C6E9A;
  cursor: pointer;
}.hkr-sbar_input_yxx:hover {
  border-color: rgba(123,127,232,0.55);
}.hkr-sbar_input_yxx svg {
  flex-shrink: 0;
  width: 15px;
  stroke-linejoin: round;
  height: 0.938rem;
  stroke-linecap: round;
}.hkr-sbar_providers_yxx {
  padding: 0.688rem 18px;
  transition: border-color .2s;
  background: #131526;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.5rem;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  color: #C6C8EE;
  align-items: center;
}.hkr-sbar_providers_yxx:hover {
  border-color: rgba(123,127,232,0.55);
  color: #F0F0FF;
}.hkr-sbar_providers_yxx svg {
  height: 0.875rem;
  width: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.hkr-sbar_tabs_yxx {
  gap: 6px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}.hkr-sbar_tabs_yxx::-webkit-scrollbar {
  display: none;
}.hkr-sbar_tab_yxx {
  padding: 8px 14px;
  background: rgba(255,255,255,0.05);
  border-radius: 20px;
  transition: background .15s,color .15s,border-color .15s;
  border: 1px solid rgba(255,255,255,0.05);
  gap: 7px;
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  white-space: nowrap;
  color: #9496C4;
  font-size: 0.75rem;
  font-weight: 600;
}.hkr-sbar_tab_yxx:hover {
  border-color: rgba(123,127,232,0.55);
  background: rgba(255,255,255,0.07);
  color: #F0F0FF;
}.hkr-sbar_tab_yxx.hkr-state_active_yxx {
  border-color: rgba(123,127,232,0.08);
  background: rgba(123,127,232,0.18);
  color: #F0F0FF;
}.hkr-sbar_tab_ic_yxx svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.875rem;
  height: 14px;
}.hkr-wy_yxx {
  padding: 32px 16px 0;
  background: #0D0E1A;
}
@media(min-width: 766px) {.hkr-wy_yxx {
  padding: 2.5rem 24px 0;
}
}.hkr-wy_in_yxx {
  margin: 0 auto;
  max-width: 82.5rem;
}.hkr-wy_head_yxx {
  max-width: 45rem;
  margin-bottom: 18px;
}.hkr-wy_label_yxx {
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #7B7FE8;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
}.hkr-wy_h2_yxx {
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0F0FF;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.hkr-wy_h2_yxx {
  font-size: 1.5rem;
}
}.hkr-wy_intro_yxx {
  margin: 0;
  color: #6C6E9A;
  font-size: 0.813rem;
  line-height: 1.6;
}.hkr-wy_grid_yxx {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.hkr-wy_grid_yxx {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.hkr-wy_grid_yxx {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.hkr-wy_card_yxx {
  background: #181A2E;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  padding: 1.25rem;
}.hkr-wy_card_yxx:hover {
  transform: translateY(-2px);
  border-color: rgba(123,127,232,0.08);
}.hkr-wy_card_ic_yxx {
  border-radius: 50%;
  background: rgba(123,127,232,0.18);
  width: 2.75rem;
  justify-content: center;
  color: #7B7FE8;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  height: 44px;
}.hkr-wy_card_ic_yxx svg {
  width: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.375rem;
}.hkr-wy_card_h_yxx {
  line-height: 1.25;
  font-size: 15px;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F0F0FF;
}.hkr-wy_card_p_yxx {
  color: #6C6E9A;
  font-size: 0.813rem;
  line-height: 1.6;
  overflow-wrap: break-word;
}.hkr-wy_card_p_yxx strong {
  font-weight: 600;
  color: #C6C8EE;
}.hkr-gcg_yxx {
  background: #0D0E1A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.hkr-gcg_yxx {
  padding: 44px 1.5rem 0;
}
}.hkr-gcg_in_yxx {
  margin: 0 auto;
  max-width: 1320px;
}.hkr-gcg_head_yxx {
  margin-bottom: 20px;
  max-width: 45rem;
}.hkr-gcg_label_yxx {
  color: #7B7FE8;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.hkr-gcg_h2_yxx {
  color: #F0F0FF;
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 770px) {.hkr-gcg_h2_yxx {
  font-size: 1.75rem;
}
}.hkr-gcg_intro_yxx {
  line-height: 1.6;
  font-size: 13px;
  color: #6C6E9A;
}.hkr-gcg_grid_yxx {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.hkr-gcg_grid_yxx {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.hkr-gcg_grid_yxx {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.hkr-gcg_card_yxx {
  border-radius: 0.875rem;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.09);
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  display: flex;
  min-height: 240px;
}.hkr-gcg_card_yxx:hover {
  transform: translateY(-3px);
  border-color: rgba(123,127,232,0.18);
}.hkr-gcg_card_bg_yxx {
  inset: 0;
  z-index: 0;
  position: absolute;
}.hkr-gcg_card_bg_yxx::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.hkr-gcg_card_ic_yxx {
  border-radius: 5px;
  background: rgba(0,0,0,.45);
  justify-content: center;
  width: 40px;
  z-index: 2;
  height: 2.5rem;
  top: 1.125rem;
  position: absolute;
  display: flex;
  right: 1.125rem;
  align-items: center;
  color: #F0F0FF;
}.hkr-gcg_card_ic_yxx svg {
  height: 1.25rem;
  width: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.hkr-gcg_card_ct_yxx {
  position: relative;
  z-index: 1;
}.hkr-gcg_card_h_yxx {
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  color: #F0F0FF;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  line-height: 1.2;
}
@media(min-width: 766px) {.hkr-gcg_card_h_yxx {
  font-size: 1.25rem;
}
}.hkr-gcg_card_p_yxx {
  color: rgba(255,255,255,.82);
  font-size: 12px;
  line-height: 1.55;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
}.hkr-gcg_card_p_yxx strong {
  color: #F0F0FF;
  font-weight: 600;
}.hkr-gcg_card_cta_yxx {
  gap: 0.25rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: .04em;
  align-items: center;
  display: inline-flex;
  color: #7B7FE8;
}.hkr-gcg_card_cta_yxx svg {
  height: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.75rem;
}.hkr-ws_yxx {
  padding: 32px 16px 0;
  background: #0D0E1A;
}
@media(min-width: 767px) {.hkr-ws_yxx {
  padding: 2.25rem 24px 0;
}
}.hkr-ws_in_yxx {
  margin: 0 auto;
  max-width: 1320px;
}.hkr-ws_head_yxx {
  gap: 12px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.875rem;
}.hkr-ws_title_yxx {
  gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  display: flex;
  font-weight: 700;
  color: #F0F0FF;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1rem;
}.hkr-ws_title_ic_yxx svg {
  height: 1.125rem;
  stroke-linejoin: round;
  color: #F5B83D;
  width: 1.125rem;
  stroke-linecap: round;
}.hkr-ws_online_yxx {
  gap: 0.438rem;
  color: #6C6E9A;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
}.hkr-ws_online_dot_yxx {
  background: #24D98A;
  border-radius: 50%;
  flex-shrink: 0;
  height: 8px;
  box-shadow: 0 0 0.375rem rgba(36,217,138,0.15);
  width: 0.5rem;
}.hkr-ws_scroll_yxx {
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
}.hkr-ws_scroll_yxx::-webkit-scrollbar {
  display: none;
}.hkr-wc_yxx {
  border-radius: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.09);
  gap: 0.625rem;
  background: #131526;
  display: flex;
  min-width: 220px;
  align-items: center;
  flex-shrink: 0;
}.hkr-wc_img_yxx {
  background: #181A2E;
  border-radius: 0.313rem;
  overflow: hidden;
  width: 36px;
  flex-shrink: 0;
  height: 36px;
}.hkr-wc_img_yxx img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.hkr-wc_info_yxx {
  min-width: 0;
}.hkr-wc_game_yxx {
  overflow: hidden;
  font-weight: 600;
  color: #C6C8EE;
  text-overflow: ellipsis;
  font-size: 12px;
  white-space: nowrap;
}.hkr-wc_player_yxx {
  overflow: hidden;
  white-space: nowrap;
  font-size: 10px;
  color: #515478;
  text-overflow: ellipsis;
}.hkr-wc_amount_yxx {
  color: #24D98A;
  white-space: nowrap;
  font-size: 0.813rem;
  margin-left: auto;
  flex-shrink: 0;
  font-weight: 700;
}.hkr-prov_yxx {
  padding: 2.25rem 1rem 0;
  background: #0D0E1A;
}
@media(min-width: 769px) {.hkr-prov_yxx {
  padding: 2.75rem 24px 0;
}
}.hkr-prov_in_yxx {
  margin: 0 auto;
  max-width: 1320px;
}.hkr-prov_head_yxx {
  margin-bottom: 16px;
}.hkr-prov_label_yxx {
  letter-spacing: .08em;
  font-weight: 700;
  color: #7B7FE8;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 8px;
}.hkr-prov_h2_yxx {
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  color: #F0F0FF;
}
@media(min-width: 769px) {.hkr-prov_h2_yxx {
  font-size: 1.5rem;
}
}.hkr-prov_seo_yxx {
  overflow-wrap: break-word;
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 0.813rem;
  color: #6C6E9A;
  max-width: 38.75rem;
}.hkr-prov_seo_yxx strong {
  font-weight: 700;
  color: #C6C8EE;
}.hkr-prov_seo_yxx a {
  color: #7B7FE8;
  text-decoration: underline;
}.hkr-prov_grid_yxx {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 638px) {.hkr-prov_grid_yxx {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.hkr-prov_grid_yxx {
  grid-template-columns: repeat(8,1fr);
}
}.hkr-prov_card_yxx {
  background: #131526;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.09);
  gap: 7px;
  transition: border-color .2s,background .2s;
  padding: 14px 0.625rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}.hkr-prov_card_yxx:hover {
  border-color: rgba(123,127,232,0.55);
  background: #181A2E;
}.hkr-prov_logo_yxx {
  border-radius: 5px;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  align-items: center;
  width: 2.75rem;
  display: flex;
  height: 2.75rem;
  justify-content: center;
}.hkr-prov_logo_yxx img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.hkr-prov_name_yxx {
  font-weight: 600;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  text-align: center;
  color: #9496C4;
}.hkr-bon_yxx {
  background: #0D0E1A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.hkr-bon_yxx {
  padding: 44px 1.5rem 0;
}
}.hkr-bon_in_yxx {
  margin: 0 auto;
  max-width: 1320px;
}.hkr-bon_head_yxx {
  margin-bottom: 1.25rem;
}.hkr-bon_label_yxx {
  font-size: 11px;
  text-transform: uppercase;
  color: #7B7FE8;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.hkr-bon_h2_yxx {
  overflow-wrap: break-word;
  color: #F0F0FF;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
}
@media(min-width: 766px) {.hkr-bon_h2_yxx {
  font-size: 24px;
}
}.hkr-bon_seo_yxx {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #6C6E9A;
  max-width: 38.75rem;
  line-height: 1.6;
}.hkr-bon_seo_yxx strong {
  color: #C6C8EE;
  font-weight: 700;
}.hkr-bon_seo_yxx a {
  color: #7B7FE8;
  text-decoration: underline;
}.hkr-bon_grid_yxx {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 642px) {.hkr-bon_grid_yxx {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.hkr-bon_grid_yxx {
  grid-template-columns: repeat(5,1fr);
}
}.hkr-bon_card_yxx {
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 16px;
  transition: border-color .2s,transform .2s;
  background: #131526;
}.hkr-bon_card_yxx:hover {
  transform: translateY(-2px);
  border-color: rgba(123,127,232,0.08);
}.hkr-bon_card_ic_yxx svg {
  stroke-linecap: round;
  width: 1.625rem;
  stroke-linejoin: round;
  height: 1.625rem;
}.hkr-bon_card_ic_yxx {
  margin-bottom: 0.625rem;
}.hkr-bon_card_type_yxx {
  letter-spacing: .06em;
  font-size: 10px;
  color: #6C6E9A;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.375rem;
}.hkr-bon_card_amount_yxx {
  line-height: 1.1;
  color: #F5B83D;
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 0.375rem;
}.hkr-bon_card_name_yxx {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #F0F0FF;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.hkr-bon_card_detail_yxx {
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 0.688rem;
  color: #515478;
  overflow-wrap: break-word;
  padding-top: 0.5rem;
  line-height: 1.5;
}.hkr-reg_yxx {
  background: #0D0E1A;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.hkr-reg_yxx {
  padding: 44px 1.5rem 0;
}
}.hkr-reg_in_yxx {
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.05);
  background: #181A2E;
  padding: 1.75rem 1.5rem;
  border-radius: 0.875rem;
  max-width: 1320px;
}
@media(min-width: 771px) {.hkr-reg_in_yxx {
  padding: 40px;
}
}.hkr-reg_top_yxx {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.hkr-reg_top_yxx {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.hkr-reg_label_yxx {
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  color: #7B7FE8;
  margin-bottom: 0.625rem;
}.hkr-reg_h2_yxx {
  overflow-wrap: break-word;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 0.75rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0F0FF;
  font-size: 1.375rem;
}
@media(min-width: 769px) {.hkr-reg_h2_yxx {
  font-size: 1.75rem;
}
}.hkr-reg_bonus_yxx {
  border-radius: 0.5rem;
  gap: 0.5rem;
  background: rgba(245,184,61,0.14);
  padding: 10px 16px;
  border: 1px solid rgba(245,184,61,0.14);
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}.hkr-reg_bonus_amount_yxx {
  color: #F5B83D;
  font-weight: 800;
  font-size: 20px;
}.hkr-reg_bonus_text_yxx {
  line-height: 1.35;
  font-size: 0.813rem;
  color: #9496C4;
}.hkr-reg_cta_btn_yxx {
  transition: background .2s;
  border-radius: 0.5rem;
  background: #24D98A;
  padding: 14px 32px;
  color: #0A0B15;
  margin-bottom: 12px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 4px 18px rgba(36,217,138,0.48);
  font-weight: 700;
  display: inline-block;
  font-size: 15px;
}.hkr-reg_cta_btn_yxx:hover {
  background: #2FEEA0;
}.hkr-reg_terms_yxx {
  line-height: 1.5;
  color: #515478;
  font-size: 11px;
}.hkr-reg_seo_yxx {
  border-top: 1px solid rgba(255,255,255,0.05);
  line-height: 1.65;
  overflow-wrap: break-word;
  margin-top: 20px;
  color: #6C6E9A;
  font-size: 13px;
  padding-top: 20px;
}.hkr-reg_seo_yxx p {
  line-height: 1.65;
  color: #6C6E9A;
  margin-bottom: 10px;
  font-size: 13px;
}.hkr-reg_seo_yxx p:last-child {
  margin-bottom: 0;
}.hkr-reg_seo_yxx strong {
  color: #C6C8EE;
  font-weight: 700;
}.hkr-reg_seo_yxx a {
  transition: color .2s;
  color: #7B7FE8;
  text-decoration: underline;
}.hkr-reg_seo_yxx a:hover {
  color: #9598F2;
}.hkr-reg_seo_yxx ul,.hkr-reg_seo_yxx ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.hkr-reg_seo_yxx ol {
  list-style: decimal;
}.hkr-reg_seo_yxx li {
  line-height: 1.65;
  font-size: 13px;
  color: #6C6E9A;
  margin-bottom: 0.25rem;
}.hkr-reg_seo_yxx table {
  display: block;
  width: 100%;
  margin-bottom: 0.625rem;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.813rem;
}
@media(min-width: 770px) {.hkr-reg_seo_yxx table {
  display: table;
}
}.hkr-reg_seo_yxx th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 8px;
  text-align: left;
  color: #C6C8EE;
  font-weight: 700;
}.hkr-reg_seo_yxx td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #6C6E9A;
}.hkr-reg_steps_yxx {
  gap: 0.875rem;
  display: flex;
  margin-top: 1.75rem;
  flex-direction: column;
}
@media(min-width: 858px) {.hkr-reg_steps_yxx {
  margin-top: 0;
}
}.hkr-reg_step_yxx {
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 0.5rem;
  background: rgba(255,255,255,0.05);
  gap: 0.875rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.hkr-reg_step_num_yxx {
  border: 1px solid rgba(123,127,232,0.08);
  border-radius: 50%;
  background: rgba(123,127,232,0.18);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-weight: 800;
  color: #7B7FE8;
  height: 2.125rem;
  justify-content: center;
  font-size: 14px;
  width: 34px;
}.hkr-reg_step_title_yxx {
  font-weight: 700;
  font-size: 14px;
  color: #F0F0FF;
  margin-bottom: 3px;
}.hkr-reg_step_text_yxx {
  line-height: 1.5;
  color: #6C6E9A;
  font-size: 12px;
}.hkr-reg_trust_yxx {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}.hkr-reg_trust_item_yxx {
  gap: 7px;
  align-items: center;
  color: #6C6E9A;
  font-size: 12px;
  display: flex;
  overflow-wrap: break-word;
}.hkr-reg_trust_ic_yxx svg {
  width: 1rem;
  color: #7B7FE8;
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
}.hkr-app_yxx {
  background: #0D0E1A;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.hkr-app_yxx {
  padding: 2.75rem 1.5rem 0;
}
}.hkr-app_in_yxx {
  margin: 0 auto;
  max-width: 1320px;
}.hkr-app_head_yxx {
  margin-bottom: 16px;
}.hkr-app_label_yxx {
  margin-bottom: 8px;
  font-size: 11px;
  text-transform: uppercase;
  color: #7B7FE8;
  letter-spacing: .08em;
  font-weight: 700;
}.hkr-app_h2_yxx {
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0F0FF;
  font-size: 20px;
}
@media(min-width: 769px) {.hkr-app_h2_yxx {
  font-size: 24px;
}
}.hkr-app_sub_yxx {
  max-width: 37.5rem;
  color: #6C6E9A;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
}.hkr-app_sub_yxx strong {
  color: #C6C8EE;
  font-weight: 700;
}.hkr-app_cards_yxx {
  gap: 0.625rem;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.hkr-app_cards_yxx {
  grid-template-columns: repeat(3,1fr);
}
}.hkr-app_card_yxx {
  overflow: hidden;
  gap: 1rem;
  border-radius: 0.5rem;
  padding: 20px;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.hkr-app_card_ios_yxx {
  background: linear-gradient(135deg,rgba(123,127,232,0.18) 0%,#181A2E 100%);
}.hkr-app_card_android_yxx {
  background: linear-gradient(135deg,rgba(36,217,138,0.15) 0%,#181A2E 100%);
}.hkr-app_card_win_yxx {
  background: linear-gradient(135deg,rgba(245,184,61,0.14) 0%,#181A2E 100%);
}.hkr-app_card_ic_yxx svg {
  height: 2.125rem;
  stroke-linecap: round;
  width: 2.125rem;
  stroke-linejoin: round;
}.hkr-app_card_ic_yxx {
  flex-shrink: 0;
  color: #F0F0FF;
}.hkr-app_card_os_yxx {
  font-weight: 700;
  color: #6C6E9A;
  margin-bottom: 6px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.625rem;
}.hkr-app_card_title_yxx {
  overflow-wrap: break-word;
  color: #F0F0FF;
  line-height: 1.2;
  font-size: 0.938rem;
  margin-bottom: 6px;
  font-weight: 700;
}.hkr-app_card_text_yxx {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #6C6E9A;
  line-height: 1.5;
  margin-bottom: 0.875rem;
}.hkr-app_card_btn_yxx {
  gap: 7px;
  background: rgba(255,255,255,0.12);
  border-radius: 0.313rem;
  transition: background .2s;
  border: 1px solid rgba(123,127,232,0.55);
  padding: 10px 1.125rem;
  font-size: 0.813rem;
  font-weight: 700;
  color: #F0F0FF;
  display: inline-flex;
  align-items: center;
}.hkr-app_card_btn_yxx:hover {
  background: rgba(255,255,255,0.07);
}.hkr-htp_yxx {
  padding: 2.25rem 1rem 0;
  background: #0D0E1A;
}
@media(min-width:768px) {.hkr-htp_yxx {
  padding: 44px 24px 0;
}
}.hkr-htp_in_yxx {
  margin: 0 auto;
  max-width: 82.5rem;
}.hkr-htp_head_yxx {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.hkr-htp_label_yxx {
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #7B7FE8;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.hkr-htp_h2_yxx {
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #F0F0FF;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-size: 22px;
}
@media(min-width: 771px) {.hkr-htp_h2_yxx {
  font-size: 1.75rem;
}
}.hkr-htp_intro_yxx {
  line-height: 1.6;
  font-size: 0.875rem;
  color: #6C6E9A;
}.hkr-htp_steps_yxx {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width: 639px) {.hkr-htp_steps_yxx {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.hkr-htp_steps_yxx {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.hkr-htp_step_yxx {
  border-radius: 0.5rem;
  background: #181A2E;
  padding: 1.25rem 18px 18px;
  border: 1px solid rgba(255,255,255,0.09);
  position: relative;
  flex-direction: column;
  display: flex;
}.hkr-htp_step_num_yxx {
  border-radius: 50%;
  background: #7B7FE8;
  font-family: 'Barlow Condensed', sans-serif;
  color: #0A0B15;
  top: -12px;
  justify-content: center;
  left: 1.25rem;
  width: 1.75rem;
  align-items: center;
  height: 1.75rem;
  font-weight: 800;
  display: flex;
  font-size: 0.813rem;
  position: absolute;
}.hkr-htp_step_ic_yxx {
  margin: 8px 0 0.75rem;
  background: rgba(123,127,232,0.18);
  border-radius: 5px;
  width: 2.25rem;
  color: #7B7FE8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
}.hkr-htp_step_ic_yxx svg {
  width: 18px;
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.hkr-htp_step_h_yxx {
  margin-bottom: 0.375rem;
  color: #F0F0FF;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-weight: 700;
}.hkr-htp_step_p_yxx {
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #6C6E9A;
}.hkr-htp_step_p_yxx strong {
  font-weight: 600;
  color: #C6C8EE;
}.hkr-htp_cta_yxx {
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  border-radius: 0.5rem;
  background: #24D98A;
  color: #0A0B15;
  margin-top: 1.25rem;
  font-weight: 700;
  font-size: 0.875rem;
  display: inline-block;
}.hkr-htp_cta_yxx:hover {
  background: #2FEEA0;
}.hkr-pmt_yxx {
  padding: 2.25rem 16px 0;
  background: #0D0E1A;
}
@media(min-width: 765px) {.hkr-pmt_yxx {
  padding: 2.75rem 24px 0;
}
}.hkr-pmt_in_yxx {
  margin: 0 auto;
  max-width: 82.5rem;
}.hkr-pmt_head_yxx {
  max-width: 45rem;
  margin-bottom: 22px;
}.hkr-pmt_label_yxx {
  color: #7B7FE8;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 11px;
}.hkr-pmt_h2_yxx {
  font-size: 1.375rem;
  margin-bottom: 8px;
  font-weight: 800;
  color: #F0F0FF;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 770px) {.hkr-pmt_h2_yxx {
  font-size: 28px;
}
}.hkr-pmt_intro_yxx {
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 14px;
  color: #6C6E9A;
}.hkr-pmt_groups_yxx {
  gap: 1.25rem;
  flex-direction: column;
  display: flex;
}.hkr-pmt_group_yxx {
  padding: 1.25rem;
  background: #181A2E;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.09);
}.hkr-pmt_group_head_yxx {
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.625rem;
}.hkr-pmt_group_ic_yxx {
  border-radius: 0.313rem;
  background: rgba(123,127,232,0.18);
  flex-shrink: 0;
  justify-content: center;
  color: #7B7FE8;
  align-items: center;
  display: flex;
  width: 36px;
  height: 36px;
}.hkr-pmt_group_ic_yxx svg {
  stroke-linejoin: round;
  height: 18px;
  width: 18px;
  stroke-linecap: round;
}.hkr-pmt_group_h_yxx {
  margin: 0;
  font-weight: 700;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  color: #F0F0FF;
}.hkr-pmt_group_p_yxx {
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #6C6E9A;
  margin-bottom: 14px;
  font-size: 0.813rem;
}.hkr-pmt_group_p_yxx strong {
  font-weight: 600;
  color: #C6C8EE;
}.hkr-pmt_table_wrap_yxx {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.hkr-pmt_table_yxx {
  width: 100%;
  min-width: 33.75rem;
  font-size: 13px;
  border-collapse: collapse;
}.hkr-pmt_table_yxx th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  color: #C6C8EE;
  font-size: 0.688rem;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  letter-spacing: .04em;
  white-space: nowrap;
}.hkr-pmt_table_yxx td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #6C6E9A;
}.hkr-pmt_table_yxx tbody tr:last-child td {
  border-bottom: none;
}.hkr-pmt_table_yxx tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #C6C8EE;
}.hkr-seo_yxx {
  background: #0D0E1A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.hkr-seo_yxx {
  padding: 44px 24px 0;
}
}.hkr-seo_in_yxx {
  border: 1px solid rgba(255,255,255,0.09);
  padding: 28px 1.5rem;
  border-radius: 0.875rem;
  margin: 0 auto;
  background: #181A2E;
  max-width: 1320px;
}
@media(min-width: 767px) {.hkr-seo_in_yxx {
  padding: 36px 40px;
}
}.hkr-seo_label_yxx {
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  color: #7B7FE8;
  font-weight: 700;
}.hkr-seo_h2_yxx {
  font-size: 1.25rem;
  color: #F0F0FF;
  overflow-wrap: break-word;
  line-height: 1.25;
  margin-bottom: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
}
@media(min-width: 766px) {.hkr-seo_h2_yxx {
  font-size: 24px;
}
}.hkr-seo_body_yxx {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #9496C4;
  font-size: 14px;
}.hkr-seo_body_yxx p {
  margin-bottom: 12px;
  color: #9496C4;
  font-size: 14px;
  line-height: 1.75;
}.hkr-seo_body_yxx p:last-child {
  margin-bottom: 0;
}.hkr-seo_body_yxx strong {
  color: #C6C8EE;
  font-weight: 700;
}.hkr-seo_body_yxx a {
  transition: color .2s;
  text-decoration: underline;
  color: #7B7FE8;
}.hkr-seo_body_yxx a:hover {
  color: #9598F2;
}.hkr-seo_body_yxx ul,.hkr-seo_body_yxx ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.hkr-seo_body_yxx ol {
  list-style: decimal;
}.hkr-seo_body_yxx li {
  color: #9496C4;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.75;
}.hkr-seo_body_yxx table {
  overflow-x: auto;
  width: 100%;
  font-size: 13px;
  margin-bottom: 12px;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 771px) {.hkr-seo_body_yxx table {
  display: table;
}
}.hkr-seo_body_yxx th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #C6C8EE;
}.hkr-seo_body_yxx td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9496C4;
}.hkr-seo_cols_yxx {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.hkr-seo_cols_yxx {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.hkr-seo_cols_yxx {
  grid-template-columns: repeat(3,1fr);
}
}.hkr-seo_col_h_yxx {
  overflow-wrap: break-word;
  color: #C6C8EE;
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 7px;
}.hkr-seo_col_p_yxx {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
  color: #6C6E9A;
}.hkr-seo_stats_yxx {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.hkr-seo_stat_yxx {
  background: rgba(123,127,232,0.08);
  border-radius: 8px;
  padding: 14px 1rem;
  border: 1px solid rgba(123,127,232,0.18);
  flex: 1;
  min-width: 140px;
}.hkr-seo_stat_val_yxx {
  font-weight: 800;
  color: #7B7FE8;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}.hkr-seo_stat_lb_yxx {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #6C6E9A;
}.hkr-seo_yxx {
  padding: 2.25rem 1rem 0;
  background: #0D0E1A;
}
@media(min-width:768px) {.hkr-seo_yxx {
  padding: 2.75rem 24px 0;
}
}.hkr-seo_in_yxx {
  padding: 28px 1.5rem;
  border: 1px solid rgba(255,255,255,0.09);
  background: #181A2E;
  border-radius: 0.875rem;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.hkr-seo_in_yxx {
  padding: 2.25rem 2.5rem;
}
}.hkr-seo_label_yxx {
  margin-bottom: 10px;
  font-weight: 700;
  color: #7B7FE8;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
}.hkr-seo_h2_yxx {
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F0F0FF;
  font-weight: 800;
  margin-bottom: 0.875rem;
}
@media(min-width:768px) {.hkr-seo_h2_yxx {
  font-size: 1.5rem;
}
}.hkr-seo_body_yxx {
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #9496C4;
}.hkr-seo_body_yxx p {
  color: #9496C4;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 12px;
}.hkr-seo_body_yxx p:last-child {
  margin-bottom: 0;
}.hkr-seo_body_yxx strong {
  font-weight: 700;
  color: #C6C8EE;
}.hkr-seo_body_yxx a {
  transition: color .2s;
  color: #7B7FE8;
  text-decoration: underline;
}.hkr-seo_body_yxx a:hover {
  color: #9598F2;
}.hkr-seo_body_yxx ul,.hkr-seo_body_yxx ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.hkr-seo_body_yxx ol {
  list-style: decimal;
}.hkr-seo_body_yxx li {
  color: #9496C4;
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.75;
}.hkr-seo_body_yxx table {
  width: 100%;
  font-size: 13px;
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  display: block;
}
@media(min-width: 770px) {.hkr-seo_body_yxx table {
  display: table;
}
}.hkr-seo_body_yxx th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #C6C8EE;
}.hkr-seo_body_yxx td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #9496C4;
}.hkr-seo_cols_yxx {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.hkr-seo_cols_yxx {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.hkr-seo_cols_yxx {
  grid-template-columns: repeat(3,1fr);
}
}.hkr-seo_col_h_yxx {
  color: #C6C8EE;
  margin-bottom: 7px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.hkr-seo_col_p_yxx {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #6C6E9A;
  font-size: 0.813rem;
}.hkr-seo_stats_yxx {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.hkr-seo_stat_yxx {
  flex: 1;
  border-radius: 8px;
  border: 1px solid rgba(123,127,232,0.18);
  background: rgba(123,127,232,0.08);
  padding: 0.875rem 1rem;
  min-width: 140px;
}.hkr-seo_stat_val_yxx {
  font-size: 20px;
  color: #7B7FE8;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 4px;
}.hkr-seo_stat_lb_yxx {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #6C6E9A;
}.hkr-faq_yxx {
  background: #0D0E1A;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.hkr-faq_yxx {
  padding: 44px 24px 0;
}
}.hkr-faq_in_yxx {
  margin: 0 auto;
  max-width: 1320px;
}.hkr-faq_head_yxx {
  margin-bottom: 1.25rem;
}.hkr-faq_label_yxx {
  text-transform: uppercase;
  font-weight: 700;
  color: #7B7FE8;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-size: 11px;
}.hkr-faq_h2_yxx {
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0F0FF;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.hkr-faq_h2_yxx {
  font-size: 1.5rem;
}
}.hkr-faq_list_yxx {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.hkr-faq_item_yxx {
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  background: #181A2E;
  overflow: hidden;
}.hkr-faq_q_yxx {
  transition: color .2s;
  padding: 1rem 1.25rem;
  gap: 0.75rem;
  color: #C6C8EE;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  cursor: pointer;
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}.hkr-faq_q_yxx:hover {
  color: #F0F0FF;
}.hkr-faq_q_ic_yxx {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  height: 24px;
  justify-content: center;
  flex-shrink: 0;
  display: flex;
  color: #7B7FE8;
  width: 1.5rem;
  align-items: center;
  font-size: 16px;
}.hkr-faq_item_yxx.hkr-state_open_yxx .hkr-faq_q_ic_yxx {
  transform: rotate(45deg);
}.hkr-faq_a_yxx {
  padding: 0 20px 1rem;
  display: none;
  overflow-wrap: break-word;
  color: #6C6E9A;
  line-height: 1.7;
  font-size: 13px;
}.hkr-faq_item_yxx.hkr-state_open_yxx .hkr-faq_a_yxx {
  display: block;
}.hkr-faq_a_yxx strong {
  font-weight: 700;
  color: #C6C8EE;
}.hkr-faq_a_yxx a {
  color: #7B7FE8;
  text-decoration: underline;
}.hkr-faq_a_yxx ul,.hkr-faq_a_yxx ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.hkr-faq_a_yxx ol {
  list-style: decimal;
}.hkr-faq_a_yxx li {
  line-height: 1.6;
  margin-bottom: 4px;
}.hkr-faq_a_yxx table {
  margin: 8px 0;
  border-collapse: collapse;
  display: block;
  width: 100%;
  font-size: 12px;
  overflow-x: auto;
}
@media(min-width: 769px) {.hkr-faq_a_yxx table {
  display: table;
}
}.hkr-faq_a_yxx th {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #C6C8EE;
  text-align: left;
}.hkr-faq_a_yxx td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 6px 0.5rem;
  color: #6C6E9A;
}.hkr-seo_yxx {
  padding: 2.25rem 16px 0;
  background: #0D0E1A;
}
@media(min-width: 765px) {.hkr-seo_yxx {
  padding: 44px 1.5rem 0;
}
}.hkr-seo_in_yxx {
  padding: 1.75rem 24px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.875rem;
  margin: 0 auto;
  background: #181A2E;
  max-width: 82.5rem;
}
@media(min-width:768px) {.hkr-seo_in_yxx {
  padding: 2.25rem 2.5rem;
}
}.hkr-seo_label_yxx {
  color: #7B7FE8;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-size: 11px;
}.hkr-seo_h2_yxx {
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.875rem;
  font-weight: 800;
  font-size: 20px;
  color: #F0F0FF;
  overflow-wrap: break-word;
  line-height: 1.25;
}
@media(min-width: 766px) {.hkr-seo_h2_yxx {
  font-size: 24px;
}
}.hkr-seo_body_yxx {
  overflow-wrap: break-word;
  color: #9496C4;
  line-height: 1.75;
  font-size: 0.875rem;
}.hkr-seo_body_yxx p {
  font-size: 14px;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #9496C4;
}.hkr-seo_body_yxx p:last-child {
  margin-bottom: 0;
}.hkr-seo_body_yxx strong {
  font-weight: 700;
  color: #C6C8EE;
}.hkr-seo_body_yxx a {
  transition: color .2s;
  color: #7B7FE8;
  text-decoration: underline;
}.hkr-seo_body_yxx a:hover {
  color: #9598F2;
}.hkr-seo_body_yxx ul,.hkr-seo_body_yxx ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.hkr-seo_body_yxx ol {
  list-style: decimal;
}.hkr-seo_body_yxx li {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9496C4;
  margin-bottom: 0.375rem;
}.hkr-seo_body_yxx table {
  font-size: 0.813rem;
  margin-bottom: 12px;
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
}
@media(min-width: 770px) {.hkr-seo_body_yxx table {
  display: table;
}
}.hkr-seo_body_yxx th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #C6C8EE;
  text-align: left;
}.hkr-seo_body_yxx td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #9496C4;
}.hkr-seo_cols_yxx {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.hkr-seo_cols_yxx {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.hkr-seo_cols_yxx {
  grid-template-columns: repeat(3,1fr);
}
}.hkr-seo_col_h_yxx {
  font-size: 0.813rem;
  color: #C6C8EE;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.hkr-seo_col_p_yxx {
  line-height: 1.65;
  color: #6C6E9A;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.hkr-seo_stats_yxx {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.hkr-seo_stat_yxx {
  border-radius: 0.5rem;
  border: 1px solid rgba(123,127,232,0.18);
  padding: 14px 1rem;
  flex: 1;
  background: rgba(123,127,232,0.08);
  min-width: 8.75rem;
}.hkr-seo_stat_val_yxx {
  color: #7B7FE8;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 4px;
}.hkr-seo_stat_lb_yxx {
  overflow-wrap: break-word;
  color: #6C6E9A;
  font-size: 0.688rem;
}.hkr-ft_yxx {
  border-top: 1px solid rgba(255,255,255,0.05);
  background: #080910;
  margin-top: 3rem;
}.hkr-ft_support_yxx {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 767px) {.hkr-ft_support_yxx {
  padding: 28px 1.5rem;
}
}.hkr-ft_support_in_yxx {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 82.5rem;
}.hkr-ft_support_main_yxx {
  gap: 16px;
  flex: 1;
  min-width: 13.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.hkr-ft_support_ic_yxx {
  color: #7B7FE8;
  flex-shrink: 0;
}.hkr-ft_support_ic_yxx svg {
  width: 1.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.875rem;
}.hkr-ft_support_text_title_yxx {
  margin-bottom: 3px;
  color: #F0F0FF;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 15px;
}.hkr-ft_support_text_sub_yxx {
  font-size: 0.75rem;
  color: #6C6E9A;
  overflow-wrap: break-word;
}.hkr-ft_support_btn_yxx {
  border-radius: 8px;
  padding: 0.688rem 1.375rem;
  background: #7B7FE8;
  transition: background .2s;
  white-space: nowrap;
  color: #F0F0FF;
  font-size: 0.813rem;
  font-weight: 700;
  flex-shrink: 0;
}.hkr-ft_support_btn_yxx:hover {
  background: #9598F2;
}.hkr-ft_support_contacts_yxx {
  gap: 1rem;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.hkr-ft_support_contact_yxx {
  font-size: 12px;
  color: #515478;
  line-height: 1.4;
}.hkr-ft_support_contact_yxx strong {
  font-size: 0.688rem;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
  color: #9496C4;
}.hkr-ft_main_yxx {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 32px 1rem 1.5rem;
}
@media(min-width: 769px) {.hkr-ft_main_yxx {
  padding: 40px 1.5rem 2rem;
}
}.hkr-ft_main_in_yxx {
  margin: 0 auto;
  gap: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
}
@media(min-width: 638px) {.hkr-ft_main_in_yxx {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.hkr-ft_main_in_yxx {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.hkr-ft_col_logo_yxx {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.hkr-ft_col_logo_yxx {
  grid-column: auto;
}
}.hkr-ft_logo_yxx {
  gap: 9px;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  font-size: 16px;
  display: flex;
  color: #F0F0FF;
  align-items: center;
  font-weight: 800;
}.hkr-ft_logo_mark_yxx {
  border-radius: 5px;
  overflow: hidden;
  width: 30px;
  height: 30px;
}.hkr-ft_logo_mark_yxx img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.hkr-ft_logo_sub_yxx {
  overflow-wrap: break-word;
  color: #515478;
  font-size: 12px;
  line-height: 1.55;
  max-width: 200px;
}.hkr-ft_col_title_yxx {
  color: #9496C4;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 14px;
  letter-spacing: .07em;
  font-weight: 700;
}.hkr-ft_col_links_yxx {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.hkr-ft_col_link_yxx {
  transition: color .2s;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #515478;
}.hkr-ft_col_link_yxx:hover {
  color: #C6C8EE;
}.hkr-ft_apps_yxx {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.hkr-ft_app_card_yxx {
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.05);
  gap: 0.625rem;
  transition: border-color .2s;
  border-radius: 0.313rem;
  padding: 10px 0.75rem;
  display: flex;
  align-items: center;
}.hkr-ft_app_card_yxx:hover {
  border-color: rgba(123,127,232,0.55);
}.hkr-ft_app_card_ic_yxx svg {
  width: 22px;
  height: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.hkr-ft_app_card_os_yxx {
  font-size: 0.625rem;
  font-weight: 600;
  color: #515478;
}.hkr-ft_app_card_action_yxx {
  font-size: 0.75rem;
  color: #C6C8EE;
  font-weight: 700;
}.hkr-ft_bot_yxx {
  padding: 1.25rem 1rem;
}
@media(min-width: 767px) {.hkr-ft_bot_yxx {
  padding: 20px 24px;
}
}.hkr-ft_bot_in_yxx {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  max-width: 82.5rem;
  align-items: center;
}.hkr-ft_socials_yxx {
  gap: 8px;
  display: flex;
}.hkr-ft_soc_yxx {
  background: rgba(255,255,255,0.05);
  border-radius: 0.313rem;
  transition: background .2s;
  border: 1px solid rgba(255,255,255,0.09);
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  color: #9496C4;
}.hkr-ft_soc_yxx svg {
  height: 1rem;
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.hkr-ft_soc_yxx:hover {
  background: rgba(255,255,255,0.07);
}.hkr-ft_legal_yxx {
  flex: 1;
  overflow-wrap: break-word;
  min-width: 12.5rem;
  font-size: 0.688rem;
  color: #6D76B8;
  line-height: 1.6;
}.hkr-ft_legal_yxx strong {
  font-weight: 700;
  color: #9496C4;
}.hkr-ft_legal_yxx a {
  color: #9496C4;
  text-decoration: underline;
}.hkr-ft_age_yxx {
  border-radius: 50%;
  border: 2px solid #6D76B8;
  color: #6D76B8;
  justify-content: center;
  font-weight: 800;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 0.688rem;
}