html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #0F0F0C;
  min-height: 100vh;
  color: #D4C9A8;
  font-family: 'DM Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}.xkj_layout-6xh {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.xkj_page-6xh {
  display: flex;
  min-height: 100vh;
}.xkj_main-6xh {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media (min-width: 1077px) {.xkj_main-6xh {
  padding-left: 220px;
}
}
@media (max-width: 1081px) {.xkj_main-6xh {
  padding-bottom: 4.5rem;
}
}.xkj_gc-6xh {
  border-radius: 8px;
  background: #181810;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.06);
  width: 8.75rem;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}
@media(min-width: 641px) {.xkj_gc-6xh {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.xkj_gc-6xh {
  width: 10.5rem;
}
}.xkj_gc-6xh:hover {
  border-color: rgba(201, 168, 76, 0.07);
  transform: translateY(-3px);
}.xkj_gc_img-6xh {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.xkj_gc_img-6xh img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}.xkj_gc_hover-6xh {
  background: rgba(10, 10, 8, 0.74);
  transition: opacity .2s;
  inset: 0;
  display: flex;
  align-items: center;
  position: absolute;
  opacity: 0;
  justify-content: center;
}.xkj_gc-6xh:hover .xkj_gc_hover-6xh {
  opacity: 1;
}.xkj_gc_hover_btn-6xh {
  padding: 8px 16px;
  background: #C9A84C;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #F2EDD8;
}.xkj_gc_info-6xh {
  padding: 0.5rem 0.625rem 10px;
}.xkj_gc_name-6xh {
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 3px;
  color: #D4C9A8;
  max-width: 100%;
  text-overflow: ellipsis;
}.xkj_gc_prov-6xh {
  font-size: 0.625rem;
  color: #8A8070;
}.xkj_gc_tag-6xh {
  border-radius: 4px;
  padding: 2px 7px;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .04em;
  z-index: 2;
  position: absolute;
  top: 6px;
  left: 0.375rem;
}.xkj_gc_tag_hot-6xh {
  background: #D94040;
  color: #fff;
}.xkj_gc_tag_new-6xh {
  background: #3D9B6A;
  color: #0F0F0C;
}.xkj_gc_tag_jp-6xh {
  background: #E8A020;
  color: #0F0F0C;
}.xkj_gc_tag_ex-6xh {
  background: #2E6B4F;
  color: #fff;
}.xkj_gc_tag_live-6xh {
  background: #D94040;
  color: #fff;
}.xkj_gr-6xh {
  padding: 32px 16px 0;
  background: #0F0F0C;
}
@media(min-width: 770px) {.xkj_gr-6xh {
  padding: 36px 24px 0;
}
}.xkj_gr_in-6xh {
  margin: 0 auto;
  max-width: 1320px;
}.xkj_gr_head-6xh {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}.xkj_gr_head_l-6xh {
  flex: 1;
  gap: 0.625rem;
  min-width: 0;
  display: flex;
  align-items: center;
}.xkj_gr_ic-6xh {
  border-radius: 0.5rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 32px;
  align-items: center;
  height: 32px;
}.xkj_gr_ic-6xh svg {
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
  width: 1rem;
}.xkj_gr_title-6xh {
  overflow-wrap: break-word;
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  color: #F2EDD8;
  font-weight: 700;
}
@media(min-width: 770px) {.xkj_gr_title-6xh {
  font-size: 18px;
}
}.xkj_gr_more-6xh {
  gap: 5px;
  transition: color .2s;
  white-space: nowrap;
  color: #A09080;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
}.xkj_gr_more-6xh:hover {
  color: #C9A84C;
}.xkj_gr_more-6xh svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 12px;
  width: 12px;
}.xkj_gr_arrows-6xh {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.xkj_gr_arr-6xh {
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  color: #B0A484;
  align-items: center;
  height: 30px;
  justify-content: center;
  display: flex;
  width: 30px;
}.xkj_gr_arr-6xh:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F2EDD8;
}.xkj_gr_arr-6xh svg {
  stroke-linejoin: round;
  height: 13px;
  stroke-linecap: round;
  width: 13px;
}.xkj_gr_seo_h-6xh {
  margin: 0 0 0.375rem;
  overflow-wrap: break-word;
  font-size: 13px;
  max-width: 680px;
  font-family: 'Playfair Display', serif;
  color: #D4C9A8;
  font-weight: 700;
}
@media(min-width: 766px) {.xkj_gr_seo_h-6xh {
  font-size: 14px;
}
}.xkj_gr_seo-6xh {
  font-size: 12px;
  line-height: 1.55;
  max-width: 42.5rem;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  color: #A09080;
}.xkj_gr_seo-6xh strong {
  font-weight: 600;
  color: #D4C9A8;
}.xkj_gr_scroll-6xh {
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.625rem;
  display: flex;
}.xkj_gr_scroll-6xh::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.xkj_gr_scroll-6xh {
  gap: 0.75rem;
}
}.xkj_tb-6xh {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0F0F0C;
  top: 0;
  z-index: 80;
  right: 0;
  height: 56px;
  align-items: center;
  left: 0;
  display: flex;
  position: fixed;
}.xkj_tb_in-6xh {
  padding: 0 14px;
  gap: 0;
  align-items: center;
  height: 100%;
  width: 100%;
  display: flex;
}.xkj_tb_burger-6xh {
  border-radius: 8px;
  gap: 5px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-right: 0.5rem;
  display: flex;
  flex-shrink: 0;
  height: 2.375rem;
  width: 38px;
}.xkj_tb_burger-6xh:hover {
  background: rgba(255, 255, 255, 0.05);
}.xkj_tb_burger_line-6xh {
  border-radius: 1px;
  background: #B0A484;
  display: block;
  width: 18px;
  height: 2px;
}
@media(min-width: 1081px) {.xkj_tb_burger-6xh {
  display: none;
}
}.xkj_tb_logo-6xh {
  gap: 9px;
  font-size: 1.125rem;
  display: flex;
  margin-right: 20px;
  flex-shrink: 0;
  font-weight: 800;
  overflow-wrap: break-word;
  align-items: center;
  letter-spacing: -.01em;
  color: #F2EDD8;
}.xkj_tb_logo_mark-6xh {
  border-radius: 0.5rem;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 32px;
  height: 2rem;
}.xkj_tb_logo_mark-6xh img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.xkj_tb_nav-6xh {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 639px) {.xkj_tb_nav-6xh {
  display: flex;
}
}.xkj_tb_tab-6xh {
  border-radius: 0.5rem;
  transition: background .15s,color .15s;
  padding: 8px 14px;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 600;
  color: #B0A484;
}.xkj_tb_tab-6xh:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2EDD8;
}.xkj_tb_tab-6xh.xkj_state_active-6xh {
  background: rgba(201, 168, 76, 0.18);
  color: #F2EDD8;
}.xkj_tb_right-6xh {
  gap: 0.5rem;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.xkj_tb_login-6xh {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0.563rem 16px;
  transition: border-color .2s,color .2s;
  border-radius: 8px;
  font-size: 0.813rem;
  font-weight: 600;
  display: none;
  color: #D4C9A8;
}.xkj_tb_login-6xh:hover {
  border-color: rgba(201, 168, 76, 0.48);
  color: #F2EDD8;
}
@media(min-width: 481px) {.xkj_tb_login-6xh {
  display: block;
}
}.xkj_tb_reg-6xh {
  transition: background .2s;
  border-radius: 8px;
  padding: 9px 18px;
  background: #3D9B6A;
  font-weight: 700;
  font-size: 13px;
  color: #0D0D0A;
  white-space: nowrap;
}.xkj_tb_reg-6xh:hover {
  background: #4DB87E;
}.xkj_sb-6xh {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  background: #1E1E16;
  transform: translateX(-100%);
  z-index: 70;
  bottom: 0;
  overflow-y: auto;
  left: 0;
  width: 220px;
  position: fixed;
  top: 56px;
}.xkj_sb-6xh.xkj_state_open-6xh {
  transform: translateX(0);
}.xkj_sb-6xh::-webkit-scrollbar {
  width: 4px;
}.xkj_sb-6xh::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1083px) {.xkj_sb-6xh {
  transform: translateX(0);
}
}.xkj_sb_auth-6xh {
  padding: 14px 0.75rem 10px;
}.xkj_sb_btn_reg-6xh {
  transition: background .2s;
  background: #3D9B6A;
  padding: 0.688rem;
  border-radius: 0.5rem;
  display: block;
  font-size: 13px;
  color: #0D0D0A;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-align: center;
}.xkj_sb_btn_reg-6xh:hover {
  background: #4DB87E;
}.xkj_sb_btn_login-6xh {
  padding: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  color: #D4C9A8;
  display: block;
  font-size: 0.813rem;
  font-weight: 600;
  text-align: center;
}.xkj_sb_btn_login-6xh:hover {
  border-color: rgba(201, 168, 76, 0.48);
  color: #F2EDD8;
}.xkj_sb_promo-6xh {
  padding: 12px 0.875rem;
  background: linear-gradient(135deg,#1A3020,#1E1E16);
  margin: 0 0.75rem 10px;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.18);
  position: relative;
}.xkj_sb_promo-6xh::before {
  background: radial-gradient(circle,rgba(201, 168, 76, 0.18),transparent 70%);
  border-radius: 50%;
  top: -20px;
  content: '';
  height: 80px;
  width: 5rem;
  position: absolute;
  right: -20px;
}.xkj_sb_promo_title-6xh {
  font-weight: 700;
  margin-bottom: 0.25rem;
  letter-spacing: .06em;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #C9A84C;
}.xkj_sb_promo_text-6xh {
  font-weight: 600;
  color: #F2EDD8;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.35;
}.xkj_sb_promo_sub-6xh {
  color: #A09080;
  margin-top: 3px;
  font-size: 0.625rem;
}.xkj_sb_nav-6xh {
  padding: 0.375rem 0.5rem 1rem;
}.xkj_sb_nav_lb-6xh {
  padding: 10px 0.5rem 0.375rem;
  color: #8A8070;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
}.xkj_sb_link-6xh {
  transition: background .15s,color .15s;
  gap: 0.625rem;
  padding: 9px 0.625rem;
  border-radius: 4px;
  display: flex;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #B0A484;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
}.xkj_sb_link-6xh:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2EDD8;
}.xkj_sb_link-6xh.xkj_state_active-6xh {
  background: rgba(201, 168, 76, 0.18);
  color: #F2EDD8;
}.xkj_sb_ic-6xh {
  border-radius: 4px;
  display: flex;
  justify-content: center;
  height: 1.875rem;
  width: 1.875rem;
  flex-shrink: 0;
  align-items: center;
}.xkj_sb_ic-6xh svg {
  height: 16px;
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
}.xkj_sb_ic_1-6xh {
  background: rgba(201, 168, 76, 0.07);
  color: #C9A84C;
}.xkj_sb_ic_2-6xh {
  background: rgba(61, 155, 106, 0.16);
  color: #3D9B6A;
}.xkj_sb_ic_3-6xh {
  background: rgba(232, 160, 32, 0.16);
  color: #E8A020;
}.xkj_sb_ic_4-6xh {
  background: rgba(46, 107, 79, 0.26);
  color: #2E6B4F;
}.xkj_sb_ic_5-6xh {
  background: rgba(201, 168, 76, 0.07);
  color: #E8609A;
}.xkj_sb_ic_6-6xh {
  background: rgba(46, 107, 79, 0.26);
  color: #8B5CF6;
}.xkj_sb_badge-6xh {
  border-radius: 4px;
  padding: 2px 0.438rem;
  background: #E8A020;
  margin-left: auto;
  color: #0D0D0A;
  font-weight: 700;
  font-size: 0.563rem;
}.xkj_sb_bot-6xh {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  gap: 0.5rem;
  display: flex;
}.xkj_sb_lang-6xh,.xkj_sb_help-6xh {
  padding: 0.563rem 0.375rem;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 0.375rem;
  border-radius: 0.25rem;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.688rem;
  justify-content: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #B0A484;
}.xkj_sb_lang-6xh:hover,.xkj_sb_help-6xh:hover {
  border-color: rgba(201, 168, 76, 0.48);
  color: #F2EDD8;
}.xkj_sb_lang-6xh svg,.xkj_sb_help-6xh svg {
  width: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.813rem;
}.xkj_sb_bd-6xh {
  inset: 0;
  background: rgba(10, 10, 8, 0.74);
  z-index: 69;
  display: none;
  position: fixed;
}.xkj_sb_bd-6xh.xkj_state_on-6xh {
  display: block;
}
@media(min-width: 1078px) {.xkj_sb_bd-6xh {
  display: none!important;
}
}.xkj_mob_nav-6xh {
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  background: #1E1E16;
  display: flex;
  right: 0;
  left: 0;
  z-index: 80;
  position: fixed;
  bottom: 0;
}
@media(min-width: 1081px) {.xkj_mob_nav-6xh {
  display: none;
}
}.xkj_mob_nav_item-6xh {
  flex: 1;
  gap: 0.25rem;
  padding: 0.25rem 2px;
  color: #8A8070;
  align-items: center;
  flex-direction: column;
  display: flex;
  cursor: pointer;
}.xkj_mob_nav_ic-6xh {
  line-height: 1;
}.xkj_mob_nav_ic-6xh svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.25rem;
  width: 20px;
}.xkj_mob_nav_lb-6xh {
  font-weight: 600;
  font-size: 10px;
  color: #8A8070;
}.xkj_mob_nav_item-6xh.xkj_state_active-6xh {
  color: #C9A84C;
}.xkj_mob_nav_item-6xh.xkj_state_active-6xh .xkj_mob_nav_lb-6xh {
  color: #C9A84C;
}.xkj_hero-6xh {
  background: #0F0F0C;
  padding: 1.25rem 1rem 0;
}
@media(min-width: 767px) {.xkj_hero-6xh {
  padding: 24px 1.5rem 0;
}
}.xkj_hero_in-6xh {
  gap: 12px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 1320px;
}
@media(min-width:860px) {.xkj_hero_in-6xh {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.xkj_hero_in-6xh {
  grid-template-columns: 1fr 21.25rem;
}
}.xkj_hero_promo-6xh {
  border-radius: 14px;
  overflow: hidden;
  background: #181810;
  min-height: 220px;
  display: flex;
  position: relative;
  align-items: stretch;
}
@media(min-width: 766px) {.xkj_hero_promo-6xh {
  min-height: 17.5rem;
}
}.xkj_hero_promo_bg-6xh {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#1A3020 0%,#0F0F0C 100%);
  background-size: cover;
  position: absolute;
}.xkj_hero_promo_bg-6xh::after {
  inset: 0;
  background: linear-gradient(90deg,#0F0F0C 0%,rgba(10, 10, 8, 0.74) 60%,transparent 100%);
  position: absolute;
  content: '';
}.xkj_hero_promo_glow-6xh {
  background: radial-gradient(circle,rgba(46, 107, 79, 0.26) 0%,transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  height: 18.75rem;
  top: -2.5rem;
  width: 18.75rem;
  right: 60px;
  position: absolute;
}.xkj_hero_promo_ct-6xh {
  padding: 28px 1.5rem 1.75rem 28px;
  z-index: 2;
  display: flex;
  max-width: 30rem;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
@media(min-width: 767px) {.xkj_hero_promo_ct-6xh {
  padding: 40px 32px;
}
}.xkj_hero_badge-6xh {
  border: 1px solid rgba(201, 168, 76, 0.07);
  padding: 0.313rem 12px;
  background: rgba(201, 168, 76, 0.18);
  border-radius: 20px;
  color: #C9A84C;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.625rem;
  display: inline-block;
}.xkj_hero_h1-6xh {
  font-size: 26px;
  font-family: 'Playfair Display', serif;
  line-height: 1.15;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  color: #F2EDD8;
  font-weight: 800;
}.xkj_hero_h1-6xh em {
  font-style: normal;
  color: #E8A020;
}
@media(min-width:768px) {.xkj_hero_h1-6xh {
  font-size: 2.25rem;
}
}.xkj_hero_sub-6xh {
  color: #B0A484;
  line-height: 1.55;
  font-size: 0.813rem;
  margin-bottom: 1.25rem;
}
@media(min-width:768px) {.xkj_hero_sub-6xh {
  font-size: 14px;
}
}.xkj_hero_row-6xh {
  gap: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.xkj_hero_cta-6xh {
  border-radius: 8px;
  padding: 0.813rem 26px;
  background: #3D9B6A;
  transition: background .2s;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 3px 0.875rem rgba(61, 155, 106, 0.55);
  color: #0D0D0A;
}.xkj_hero_cta-6xh:hover {
  background: #4DB87E;
}.xkj_hero_terms-6xh {
  color: #8A8070;
  font-size: 0.688rem;
}.xkj_hero_game-6xh {
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #181810;
  overflow: hidden;
  border-radius: 0.875rem;
  position: relative;
  flex-direction: column;
  display: flex;
}.xkj_hero_game_badge-6xh {
  border-radius: 20px;
  background: rgba(232, 160, 32, 0.16);
  border: 1px solid rgba(232, 160, 32, 0.16);
  padding: 0.313rem 0.625rem;
  font-size: 10px;
  color: #E8A020;
  text-transform: uppercase;
  letter-spacing: .06em;
  z-index: 3;
  left: 0.75rem;
  font-weight: 700;
  position: absolute;
  top: 12px;
}.xkj_hero_game_badge-6xh svg {
  margin-right: 4px;
  vertical-align: -1px;
  height: 11px;
  width: 0.688rem;
}.xkj_hero_game_img-6xh {
  overflow: hidden;
  background: linear-gradient(135deg,#1A3020,#0F0F0C);
  padding-bottom: 60%;
  position: relative;
}.xkj_hero_game_img-6xh img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}.xkj_hero_game_play-6xh {
  transition: opacity .2s;
  background: rgba(10, 10, 8, 0.74);
  inset: 0;
  opacity: 0;
  align-items: center;
  position: absolute;
  justify-content: center;
  display: flex;
}.xkj_hero_game-6xh:hover .xkj_hero_game_play-6xh {
  opacity: 1;
}.xkj_hero_game_play-6xh span {
  border-radius: 50%;
  background: #C9A84C;
  height: 52px;
  justify-content: center;
  display: flex;
  width: 3.25rem;
  align-items: center;
}.xkj_hero_game_play-6xh span svg {
  width: 1.125rem;
  height: 18px;
  margin-left: 2px;
}.xkj_hero_game_info-6xh {
  padding: 14px 1rem;
}.xkj_hero_game_title-6xh {
  font-size: 15px;
  margin-bottom: 0.25rem;
  color: #F2EDD8;
  overflow-wrap: break-word;
  font-weight: 700;
}.xkj_hero_game_provider-6xh {
  font-size: 0.688rem;
  color: #A09080;
}.xkj_hero_game_btn-6xh {
  transition: background .2s;
  padding: 0.688rem;
  background: #C9A84C;
  margin: 12px 1rem 16px;
  border-radius: 8px;
  color: #F2EDD8;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 0.813rem;
}.xkj_hero_game-6xh:hover .xkj_hero_game_btn-6xh {
  background: #D9BC6A;
}.xkj_sbar-6xh {
  background: #0F0F0C;
  padding: 1rem 16px 0;
}
@media(min-width: 769px) {.xkj_sbar-6xh {
  padding: 1.125rem 24px 0;
}
}.xkj_sbar_in-6xh {
  margin: 0 auto;
  max-width: 82.5rem;
}.xkj_sbar_row-6xh {
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap;
  display: flex;
}.xkj_sbar_input-6xh {
  border-radius: 8px;
  transition: border-color .2s;
  gap: 10px;
  background: #181810;
  padding: 11px 1rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  flex: 1;
  color: #A09080;
  font-size: 0.813rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}.xkj_sbar_input-6xh:hover {
  border-color: rgba(201, 168, 76, 0.48);
}.xkj_sbar_input-6xh svg {
  flex-shrink: 0;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.938rem;
  height: 0.938rem;
}.xkj_sbar_providers-6xh {
  background: #181810;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s;
  padding: 0.688rem 1.125rem;
  gap: 8px;
  border-radius: 0.5rem;
  white-space: nowrap;
  font-weight: 600;
  align-items: center;
  display: flex;
  font-size: 13px;
  color: #D4C9A8;
}.xkj_sbar_providers-6xh:hover {
  border-color: rgba(201, 168, 76, 0.48);
  color: #F2EDD8;
}.xkj_sbar_providers-6xh svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 14px;
  width: 0.875rem;
}.xkj_sbar_tabs-6xh {
  gap: 0.375rem;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 2px;
}.xkj_sbar_tabs-6xh::-webkit-scrollbar {
  display: none;
}.xkj_sbar_tab-6xh {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: background .15s,color .15s,border-color .15s;
  padding: 8px 14px;
  gap: 7px;
  color: #B0A484;
  font-weight: 600;
  display: flex;
  flex-shrink: 0;
  font-size: 12px;
  white-space: nowrap;
  align-items: center;
  cursor: pointer;
}.xkj_sbar_tab-6xh:hover {
  border-color: rgba(201, 168, 76, 0.48);
  background: rgba(255, 255, 255, 0.07);
  color: #F2EDD8;
}.xkj_sbar_tab-6xh.xkj_state_active-6xh {
  background: rgba(201, 168, 76, 0.18);
  border-color: rgba(201, 168, 76, 0.07);
  color: #F2EDD8;
}.xkj_sbar_tab_ic-6xh svg {
  width: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
}.xkj_wy-6xh {
  background: #0F0F0C;
  padding: 2rem 16px 0;
}
@media(min-width: 766px) {.xkj_wy-6xh {
  padding: 40px 1.5rem 0;
}
}.xkj_wy_in-6xh {
  margin: 0 auto;
  max-width: 1320px;
}.xkj_wy_head-6xh {
  max-width: 45rem;
  margin-bottom: 1.125rem;
}.xkj_wy_label-6xh {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.5rem;
  color: #C9A84C;
}.xkj_wy_h2-6xh {
  font-weight: 800;
  color: #F2EDD8;
  margin-bottom: 8px;
  font-size: 1.25rem;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.xkj_wy_h2-6xh {
  font-size: 24px;
}
}.xkj_wy_intro-6xh {
  margin: 0;
  line-height: 1.6;
  color: #A09080;
  font-size: 0.813rem;
}.xkj_wy_grid-6xh {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.xkj_wy_grid-6xh {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.xkj_wy_grid-6xh {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.xkj_wy_card-6xh {
  border-radius: 8px;
  background: #1E1E16;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 20px;
  transition: border-color .2s,transform .2s;
}.xkj_wy_card-6xh:hover {
  border-color: rgba(201, 168, 76, 0.07);
  transform: translateY(-2px);
}.xkj_wy_card_ic-6xh {
  background: rgba(201, 168, 76, 0.18);
  border-radius: 50%;
  width: 44px;
  justify-content: center;
  margin-bottom: 14px;
  height: 2.75rem;
  color: #C9A84C;
  display: flex;
  align-items: center;
}.xkj_wy_card_ic-6xh svg {
  stroke-linejoin: round;
  height: 22px;
  width: 22px;
  stroke-linecap: round;
}.xkj_wy_card_h-6xh {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  color: #F2EDD8;
  line-height: 1.25;
}.xkj_wy_card_p-6xh {
  color: #A09080;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
}.xkj_wy_card_p-6xh strong {
  color: #D4C9A8;
  font-weight: 600;
}.xkj_gcg-6xh {
  padding: 36px 16px 0;
  background: #0F0F0C;
}
@media(min-width: 769px) {.xkj_gcg-6xh {
  padding: 44px 24px 0;
}
}.xkj_gcg_in-6xh {
  margin: 0 auto;
  max-width: 82.5rem;
}.xkj_gcg_head-6xh {
  max-width: 45rem;
  margin-bottom: 20px;
}.xkj_gcg_label-6xh {
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #C9A84C;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
}.xkj_gcg_h2-6xh {
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  color: #F2EDD8;
  margin-bottom: 0.5rem;
  font-size: 22px;
}
@media(min-width: 766px) {.xkj_gcg_h2-6xh {
  font-size: 28px;
}
}.xkj_gcg_intro-6xh {
  color: #A09080;
  font-size: 13px;
  line-height: 1.6;
}.xkj_gcg_grid-6xh {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.xkj_gcg_grid-6xh {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.xkj_gcg_grid-6xh {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.xkj_gcg_card-6xh {
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 20px;
  transition: transform .2s,border-color .2s;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  position: relative;
  flex-direction: column;
  cursor: pointer;
  min-height: 240px;
}.xkj_gcg_card-6xh:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 168, 76, 0.18);
}.xkj_gcg_card_bg-6xh {
  inset: 0;
  z-index: 0;
  position: absolute;
}.xkj_gcg_card_bg-6xh::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.xkj_gcg_card_ic-6xh {
  border-radius: 0.25rem;
  background: rgba(0,0,0,.45);
  height: 2.5rem;
  display: flex;
  top: 18px;
  color: #F2EDD8;
  z-index: 2;
  right: 1.125rem;
  justify-content: center;
  position: absolute;
  width: 40px;
  align-items: center;
}.xkj_gcg_card_ic-6xh svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 20px;
  width: 20px;
}.xkj_gcg_card_ct-6xh {
  position: relative;
  z-index: 1;
}.xkj_gcg_card_h-6xh {
  margin-bottom: 0.5rem;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-size: 1.125rem;
  color: #F2EDD8;
  font-weight: 800;
}
@media(min-width: 770px) {.xkj_gcg_card_h-6xh {
  font-size: 1.25rem;
}
}.xkj_gcg_card_p-6xh {
  line-height: 1.55;
  font-size: 12px;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  color: rgba(255,255,255,.82);
}.xkj_gcg_card_p-6xh strong {
  color: #F2EDD8;
  font-weight: 600;
}.xkj_gcg_card_cta-6xh {
  gap: 0.25rem;
  font-size: 0.75rem;
  letter-spacing: .04em;
  color: #C9A84C;
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 700;
  align-items: center;
}.xkj_gcg_card_cta-6xh svg {
  stroke-linecap: round;
  height: 0.75rem;
  stroke-linejoin: round;
  width: 0.75rem;
}.xkj_ws-6xh {
  background: #0F0F0C;
  padding: 32px 1rem 0;
}
@media(min-width: 767px) {.xkj_ws-6xh {
  padding: 2.25rem 24px 0;
}
}.xkj_ws_in-6xh {
  margin: 0 auto;
  max-width: 1320px;
}.xkj_ws_head-6xh {
  gap: 12px;
  margin-bottom: 0.875rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}.xkj_ws_title-6xh {
  gap: 0.625rem;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 1rem;
  align-items: center;
  display: flex;
  color: #F2EDD8;
  font-family: 'Playfair Display', serif;
  flex-wrap: wrap;
}.xkj_ws_title_ic-6xh svg {
  stroke-linecap: round;
  height: 18px;
  width: 1.125rem;
  stroke-linejoin: round;
  color: #E8A020;
}.xkj_ws_online-6xh {
  gap: 7px;
  display: flex;
  font-size: 12px;
  align-items: center;
  color: #A09080;
  font-weight: 600;
}.xkj_ws_online_dot-6xh {
  background: #3D9B6A;
  border-radius: 50%;
  height: 0.5rem;
  width: 8px;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(61, 155, 106, 0.16);
}.xkj_ws_scroll-6xh {
  gap: 0.5rem;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 8px;
}.xkj_ws_scroll-6xh::-webkit-scrollbar {
  display: none;
}.xkj_wc-6xh {
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 10px;
  background: #181810;
  border-radius: 8px;
  padding: 10px 0.875rem;
  align-items: center;
  flex-shrink: 0;
  min-width: 220px;
  display: flex;
}.xkj_wc_img-6xh {
  border-radius: 4px;
  background: #1E1E16;
  overflow: hidden;
  flex-shrink: 0;
  height: 36px;
  width: 36px;
}.xkj_wc_img-6xh img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.xkj_wc_info-6xh {
  min-width: 0;
}.xkj_wc_game-6xh {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 0.75rem;
  color: #D4C9A8;
  white-space: nowrap;
}.xkj_wc_player-6xh {
  overflow: hidden;
  white-space: nowrap;
  color: #8A8070;
  text-overflow: ellipsis;
  font-size: 10px;
}.xkj_wc_amount-6xh {
  white-space: nowrap;
  color: #3D9B6A;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 0.813rem;
  margin-left: auto;
}.xkj_prov-6xh {
  padding: 2.25rem 16px 0;
  background: #0F0F0C;
}
@media(min-width: 767px) {.xkj_prov-6xh {
  padding: 44px 24px 0;
}
}.xkj_prov_in-6xh {
  margin: 0 auto;
  max-width: 82.5rem;
}.xkj_prov_head-6xh {
  margin-bottom: 1rem;
}.xkj_prov_label-6xh {
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 0.5rem;
  color: #C9A84C;
  text-transform: uppercase;
  font-weight: 700;
}.xkj_prov_h2-6xh {
  font-size: 20px;
  color: #F2EDD8;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.xkj_prov_h2-6xh {
  font-size: 1.5rem;
}
}.xkj_prov_seo-6xh {
  margin-bottom: 16px;
  max-width: 38.75rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #A09080;
  font-size: 0.813rem;
}.xkj_prov_seo-6xh strong {
  font-weight: 700;
  color: #D4C9A8;
}.xkj_prov_seo-6xh a {
  color: #C9A84C;
  text-decoration: underline;
}.xkj_prov_grid-6xh {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 637px) {.xkj_prov_grid-6xh {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width:1080px) {.xkj_prov_grid-6xh {
  grid-template-columns: repeat(8,1fr);
}
}.xkj_prov_card-6xh {
  border-radius: 8px;
  gap: 0.438rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 14px 10px;
  transition: border-color .2s,background .2s;
  background: #181810;
  align-items: center;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}.xkj_prov_card-6xh:hover {
  border-color: rgba(201, 168, 76, 0.48);
  background: #1E1E16;
}.xkj_prov_logo-6xh {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  height: 44px;
  width: 44px;
  align-items: center;
  justify-content: center;
  display: flex;
}.xkj_prov_logo-6xh img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.xkj_prov_name-6xh {
  font-weight: 600;
  overflow-wrap: break-word;
  color: #B0A484;
  font-size: 0.688rem;
  text-align: center;
}.xkj_htp-6xh {
  background: #0F0F0C;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.xkj_htp-6xh {
  padding: 44px 1.5rem 0;
}
}.xkj_htp_in-6xh {
  margin: 0 auto;
  max-width: 1320px;
}.xkj_htp_head-6xh {
  margin-bottom: 22px;
  max-width: 720px;
}.xkj_htp_label-6xh {
  text-transform: uppercase;
  font-weight: 700;
  color: #C9A84C;
  margin-bottom: 0.5rem;
  font-size: 11px;
  letter-spacing: .08em;
}.xkj_htp_h2-6xh {
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  margin-bottom: 8px;
  color: #F2EDD8;
}
@media(min-width: 769px) {.xkj_htp_h2-6xh {
  font-size: 1.75rem;
}
}.xkj_htp_intro-6xh {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #A09080;
}.xkj_htp_steps-6xh {
  list-style: none;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.xkj_htp_steps-6xh {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.xkj_htp_steps-6xh {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.xkj_htp_step-6xh {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #1E1E16;
  padding: 20px 1.125rem 1.125rem;
  position: relative;
  flex-direction: column;
  display: flex;
}.xkj_htp_step_num-6xh {
  background: #C9A84C;
  border-radius: 50%;
  font-size: 0.813rem;
  color: #0D0D0A;
  top: -12px;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  height: 1.75rem;
  align-items: center;
  position: absolute;
  justify-content: center;
  left: 20px;
  width: 1.75rem;
  display: flex;
}.xkj_htp_step_ic-6xh {
  margin: 0.5rem 0 0.75rem;
  background: rgba(201, 168, 76, 0.18);
  border-radius: 0.25rem;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  justify-content: center;
  display: flex;
  color: #C9A84C;
}.xkj_htp_step_ic-6xh svg {
  stroke-linecap: round;
  height: 18px;
  stroke-linejoin: round;
  width: 1.125rem;
}.xkj_htp_step_h-6xh {
  color: #F2EDD8;
  line-height: 1.25;
  font-size: 0.875rem;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
}.xkj_htp_step_p-6xh {
  overflow-wrap: break-word;
  color: #A09080;
  font-size: 0.813rem;
  line-height: 1.55;
}.xkj_htp_step_p-6xh strong {
  font-weight: 600;
  color: #D4C9A8;
}.xkj_htp_cta-6xh {
  background: #3D9B6A;
  padding: 13px 26px;
  transition: background .2s;
  border-radius: 8px;
  font-size: 0.875rem;
  color: #0D0D0A;
  display: inline-block;
  margin-top: 1.25rem;
  font-weight: 700;
}.xkj_htp_cta-6xh:hover {
  background: #4DB87E;
}.xkj_bon-6xh {
  background: #0F0F0C;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.xkj_bon-6xh {
  padding: 44px 1.5rem 0;
}
}.xkj_bon_in-6xh {
  margin: 0 auto;
  max-width: 82.5rem;
}.xkj_bon_head-6xh {
  margin-bottom: 1.25rem;
}.xkj_bon_label-6xh {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #C9A84C;
  font-size: 0.688rem;
  font-weight: 700;
}.xkj_bon_h2-6xh {
  font-family: 'Playfair Display', serif;
  color: #F2EDD8;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 769px) {.xkj_bon_h2-6xh {
  font-size: 24px;
}
}.xkj_bon_seo-6xh {
  color: #A09080;
  font-size: 0.813rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  max-width: 620px;
}.xkj_bon_seo-6xh strong {
  font-weight: 700;
  color: #D4C9A8;
}.xkj_bon_seo-6xh a {
  text-decoration: underline;
  color: #C9A84C;
}.xkj_bon_grid-6xh {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 637px) {.xkj_bon_grid-6xh {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.xkj_bon_grid-6xh {
  grid-template-columns: repeat(5,1fr);
}
}.xkj_bon_card-6xh {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #181810;
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
  padding: 16px;
}.xkj_bon_card-6xh:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 168, 76, 0.07);
}.xkj_bon_card_ic-6xh svg {
  width: 1.625rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 26px;
}.xkj_bon_card_ic-6xh {
  margin-bottom: 0.625rem;
}.xkj_bon_card_type-6xh {
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  font-size: 10px;
  font-weight: 700;
  color: #A09080;
}.xkj_bon_card_amount-6xh {
  color: #E8A020;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 0.375rem;
}.xkj_bon_card_name-6xh {
  font-size: 13px;
  margin-bottom: 0.5rem;
  color: #F2EDD8;
  font-weight: 600;
  overflow-wrap: break-word;
}.xkj_bon_card_detail-6xh {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #8A8070;
  font-size: 11px;
  line-height: 1.5;
  padding-top: 8px;
  overflow-wrap: break-word;
}.xkj_app-6xh {
  background: #0F0F0C;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.xkj_app-6xh {
  padding: 2.75rem 24px 0;
}
}.xkj_app_in-6xh {
  margin: 0 auto;
  max-width: 1320px;
}.xkj_app_head-6xh {
  margin-bottom: 16px;
}.xkj_app_label-6xh {
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #C9A84C;
}.xkj_app_h2-6xh {
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  color: #F2EDD8;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 769px) {.xkj_app_h2-6xh {
  font-size: 1.5rem;
}
}.xkj_app_sub-6xh {
  line-height: 1.6;
  overflow-wrap: break-word;
  max-width: 600px;
  color: #A09080;
  font-size: 0.813rem;
}.xkj_app_sub-6xh strong {
  color: #D4C9A8;
  font-weight: 700;
}.xkj_app_cards-6xh {
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}
@media(min-width: 641px) {.xkj_app_cards-6xh {
  grid-template-columns: repeat(3,1fr);
}
}.xkj_app_card-6xh {
  gap: 16px;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 20px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
}.xkj_app_card_ios-6xh {
  background: linear-gradient(135deg,rgba(201, 168, 76, 0.18) 0%,#1E1E16 100%);
}.xkj_app_card_android-6xh {
  background: linear-gradient(135deg,rgba(61, 155, 106, 0.16) 0%,#1E1E16 100%);
}.xkj_app_card_win-6xh {
  background: linear-gradient(135deg,rgba(232, 160, 32, 0.16) 0%,#1E1E16 100%);
}.xkj_app_card_ic-6xh svg {
  height: 34px;
  width: 2.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.xkj_app_card_ic-6xh {
  color: #F2EDD8;
  flex-shrink: 0;
}.xkj_app_card_os-6xh {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 6px;
  font-size: 0.625rem;
  font-weight: 700;
  color: #A09080;
}.xkj_app_card_title-6xh {
  line-height: 1.2;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.938rem;
  color: #F2EDD8;
}.xkj_app_card_text-6xh {
  color: #A09080;
  margin-bottom: 14px;
  line-height: 1.5;
  font-size: 12px;
  overflow-wrap: break-word;
}.xkj_app_card_btn-6xh {
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 1.125rem;
  border: 1px solid rgba(201, 168, 76, 0.48);
  border-radius: 4px;
  transition: background .2s;
  gap: 7px;
  color: #F2EDD8;
  align-items: center;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
}.xkj_app_card_btn-6xh:hover {
  background: rgba(255, 255, 255, 0.07);
}.xkj_reg-6xh {
  padding: 36px 1rem 0;
  background: #0F0F0C;
}
@media(min-width: 769px) {.xkj_reg-6xh {
  padding: 44px 1.5rem 0;
}
}.xkj_reg_in-6xh {
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.75rem 24px;
  border-radius: 0.875rem;
  margin: 0 auto;
  background: #1E1E16;
  max-width: 1320px;
}
@media(min-width: 771px) {.xkj_reg_in-6xh {
  padding: 40px;
}
}.xkj_reg_top-6xh {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 859px) {.xkj_reg_top-6xh {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.xkj_reg_label-6xh {
  color: #C9A84C;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
}.xkj_reg_h2-6xh {
  font-weight: 800;
  line-height: 1.2;
  color: #F2EDD8;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  font-family: 'Playfair Display', serif;
  font-size: 1.375rem;
}
@media(min-width: 767px) {.xkj_reg_h2-6xh {
  font-size: 28px;
}
}.xkj_reg_bonus-6xh {
  background: rgba(232, 160, 32, 0.16);
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  border: 1px solid rgba(232, 160, 32, 0.16);
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}.xkj_reg_bonus_amount-6xh {
  color: #E8A020;
  font-size: 20px;
  font-weight: 800;
}.xkj_reg_bonus_text-6xh {
  line-height: 1.35;
  color: #B0A484;
  font-size: 13px;
}.xkj_reg_cta_btn-6xh {
  background: #3D9B6A;
  padding: 0.875rem 32px;
  border-radius: 0.5rem;
  transition: background .2s;
  font-weight: 700;
  margin-bottom: 12px;
  box-shadow: 0 3px 14px rgba(61, 155, 106, 0.55);
  display: inline-block;
  color: #0D0D0A;
  font-size: 15px;
}.xkj_reg_cta_btn-6xh:hover {
  background: #4DB87E;
}.xkj_reg_terms-6xh {
  color: #8A8070;
  line-height: 1.5;
  font-size: 11px;
}.xkj_reg_seo-6xh {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 1.25rem;
  padding-top: 20px;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
  color: #A09080;
}.xkj_reg_seo-6xh p {
  color: #A09080;
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 10px;
}.xkj_reg_seo-6xh p:last-child {
  margin-bottom: 0;
}.xkj_reg_seo-6xh strong {
  color: #D4C9A8;
  font-weight: 700;
}.xkj_reg_seo-6xh a {
  transition: color .2s;
  color: #C9A84C;
  text-decoration: underline;
}.xkj_reg_seo-6xh a:hover {
  color: #D9BC6A;
}.xkj_reg_seo-6xh ul,.xkj_reg_seo-6xh ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.xkj_reg_seo-6xh ol {
  list-style: decimal;
}.xkj_reg_seo-6xh li {
  line-height: 1.65;
  margin-bottom: 0.25rem;
  color: #A09080;
  font-size: 13px;
}.xkj_reg_seo-6xh table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
  overflow-x: auto;
}
@media(min-width: 766px) {.xkj_reg_seo-6xh table {
  display: table;
}
}.xkj_reg_seo-6xh th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  font-weight: 700;
  text-align: left;
  color: #D4C9A8;
}.xkj_reg_seo-6xh td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A09080;
}.xkj_reg_steps-6xh {
  gap: 0.875rem;
  display: flex;
  flex-direction: column;
  margin-top: 1.75rem;
}
@media(min-width: 863px) {.xkj_reg_steps-6xh {
  margin-top: 0;
}
}.xkj_reg_step-6xh {
  background: rgba(255, 255, 255, 0.05);
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.5rem;
  padding: 16px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.xkj_reg_step_num-6xh {
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.07);
  background: rgba(201, 168, 76, 0.18);
  height: 34px;
  font-weight: 800;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  color: #C9A84C;
  justify-content: center;
  font-size: 14px;
  width: 34px;
}.xkj_reg_step_title-6xh {
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 14px;
  color: #F2EDD8;
}.xkj_reg_step_text-6xh {
  font-size: 12px;
  line-height: 1.5;
  color: #A09080;
}.xkj_reg_trust-6xh {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}.xkj_reg_trust_item-6xh {
  gap: 7px;
  color: #A09080;
  font-size: 0.75rem;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
}.xkj_reg_trust_ic-6xh svg {
  height: 16px;
  color: #C9A84C;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
}.xkj_seo-6xh {
  background: #0F0F0C;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.xkj_seo-6xh {
  padding: 44px 1.5rem 0;
}
}.xkj_seo_in-6xh {
  background: #1E1E16;
  border: 1px solid rgba(255, 255, 255, 0.10);
  margin: 0 auto;
  border-radius: 0.875rem;
  padding: 28px 24px;
  max-width: 1320px;
}
@media(min-width: 770px) {.xkj_seo_in-6xh {
  padding: 36px 2.5rem;
}
}.xkj_seo_label-6xh {
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  color: #C9A84C;
  letter-spacing: .08em;
}.xkj_seo_h2-6xh {
  font-size: 20px;
  color: #F2EDD8;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-weight: 800;
  line-height: 1.25;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 770px) {.xkj_seo_h2-6xh {
  font-size: 1.5rem;
}
}.xkj_seo_body-6xh {
  color: #B0A484;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
}.xkj_seo_body-6xh p {
  line-height: 1.75;
  color: #B0A484;
  margin-bottom: 12px;
  font-size: 0.875rem;
}.xkj_seo_body-6xh p:last-child {
  margin-bottom: 0;
}.xkj_seo_body-6xh strong {
  color: #D4C9A8;
  font-weight: 700;
}.xkj_seo_body-6xh a {
  transition: color .2s;
  color: #C9A84C;
  text-decoration: underline;
}.xkj_seo_body-6xh a:hover {
  color: #D9BC6A;
}.xkj_seo_body-6xh ul,.xkj_seo_body-6xh ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.xkj_seo_body-6xh ol {
  list-style: decimal;
}.xkj_seo_body-6xh li {
  line-height: 1.75;
  color: #B0A484;
  margin-bottom: 6px;
  font-size: 0.875rem;
}.xkj_seo_body-6xh table {
  display: block;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  width: 100%;
  font-size: 13px;
}
@media(min-width:768px) {.xkj_seo_body-6xh table {
  display: table;
}
}.xkj_seo_body-6xh th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D4C9A8;
  text-align: left;
  font-weight: 700;
}.xkj_seo_body-6xh td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #B0A484;
}.xkj_seo_cols-6xh {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.xkj_seo_cols-6xh {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.xkj_seo_cols-6xh {
  grid-template-columns: repeat(3,1fr);
}
}.xkj_seo_col_h-6xh {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  color: #D4C9A8;
}.xkj_seo_col_p-6xh {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #A09080;
  font-size: 13px;
}.xkj_seo_stats-6xh {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.xkj_seo_stat-6xh {
  padding: 0.875rem 1rem;
  border: 1px solid rgba(201, 168, 76, 0.18);
  background: rgba(201, 168, 76, 0.07);
  flex: 1;
  border-radius: 0.5rem;
  min-width: 140px;
}.xkj_seo_stat_val-6xh {
  font-weight: 800;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  color: #C9A84C;
  overflow-wrap: break-word;
}.xkj_seo_stat_lb-6xh {
  color: #A09080;
  font-size: 11px;
  overflow-wrap: break-word;
}.xkj_faq-6xh {
  background: #0F0F0C;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.xkj_faq-6xh {
  padding: 2.75rem 1.5rem 0;
}
}.xkj_faq_in-6xh {
  margin: 0 auto;
  max-width: 1320px;
}.xkj_faq_head-6xh {
  margin-bottom: 1.25rem;
}.xkj_faq_label-6xh {
  color: #C9A84C;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.xkj_faq_h2-6xh {
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  color: #F2EDD8;
}
@media(min-width: 767px) {.xkj_faq_h2-6xh {
  font-size: 1.5rem;
}
}.xkj_faq_list-6xh {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.xkj_faq_item-6xh {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  overflow: hidden;
  background: #1E1E16;
}.xkj_faq_q-6xh {
  padding: 1rem 1.25rem;
  gap: 0.75rem;
  transition: color .2s;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  color: #D4C9A8;
  font-weight: 600;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}.xkj_faq_q-6xh:hover {
  color: #F2EDD8;
}.xkj_faq_q_ic-6xh {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  color: #C9A84C;
  height: 24px;
  flex-shrink: 0;
  justify-content: center;
  font-size: 1rem;
  width: 24px;
  align-items: center;
  display: flex;
}.xkj_faq_item-6xh.xkj_state_open-6xh .xkj_faq_q_ic-6xh {
  transform: rotate(45deg);
}.xkj_faq_a-6xh {
  padding: 0 20px 1rem;
  font-size: 0.813rem;
  color: #A09080;
  display: none;
  line-height: 1.7;
  overflow-wrap: break-word;
}.xkj_faq_item-6xh.xkj_state_open-6xh .xkj_faq_a-6xh {
  display: block;
}.xkj_faq_a-6xh strong {
  color: #D4C9A8;
  font-weight: 700;
}.xkj_faq_a-6xh a {
  color: #C9A84C;
  text-decoration: underline;
}.xkj_faq_a-6xh ul,.xkj_faq_a-6xh ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 1.25rem;
}.xkj_faq_a-6xh ol {
  list-style: decimal;
}.xkj_faq_a-6xh li {
  margin-bottom: 4px;
  line-height: 1.6;
}.xkj_faq_a-6xh table {
  margin: 0.5rem 0;
  font-size: 0.75rem;
  width: 100%;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 769px) {.xkj_faq_a-6xh table {
  display: table;
}
}.xkj_faq_a-6xh th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 8px;
  font-weight: 700;
  color: #D4C9A8;
  text-align: left;
}.xkj_faq_a-6xh td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 0.5rem;
  color: #A09080;
}.xkj_seo-6xh {
  padding: 36px 1rem 0;
  background: #0F0F0C;
}
@media(min-width: 769px) {.xkj_seo-6xh {
  padding: 44px 1.5rem 0;
}
}.xkj_seo_in-6xh {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #1E1E16;
  padding: 28px 24px;
  margin: 0 auto;
  border-radius: 0.875rem;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.xkj_seo_in-6xh {
  padding: 2.25rem 2.5rem;
}
}.xkj_seo_label-6xh {
  color: #C9A84C;
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-weight: 700;
}.xkj_seo_h2-6xh {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #F2EDD8;
}
@media(min-width:768px) {.xkj_seo_h2-6xh {
  font-size: 1.5rem;
}
}.xkj_seo_body-6xh {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #B0A484;
}.xkj_seo_body-6xh p {
  margin-bottom: 0.75rem;
  color: #B0A484;
  line-height: 1.75;
  font-size: 0.875rem;
}.xkj_seo_body-6xh p:last-child {
  margin-bottom: 0;
}.xkj_seo_body-6xh strong {
  font-weight: 700;
  color: #D4C9A8;
}.xkj_seo_body-6xh a {
  transition: color .2s;
  color: #C9A84C;
  text-decoration: underline;
}.xkj_seo_body-6xh a:hover {
  color: #D9BC6A;
}.xkj_seo_body-6xh ul,.xkj_seo_body-6xh ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.xkj_seo_body-6xh ol {
  list-style: decimal;
}.xkj_seo_body-6xh li {
  line-height: 1.75;
  color: #B0A484;
  font-size: 14px;
  margin-bottom: 0.375rem;
}.xkj_seo_body-6xh table {
  border-collapse: collapse;
  font-size: 0.813rem;
  overflow-x: auto;
  width: 100%;
  display: block;
  margin-bottom: 0.75rem;
}
@media(min-width: 765px) {.xkj_seo_body-6xh table {
  display: table;
}
}.xkj_seo_body-6xh th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  color: #D4C9A8;
  font-weight: 700;
}.xkj_seo_body-6xh td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #B0A484;
}.xkj_seo_cols-6xh {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width:640px) {.xkj_seo_cols-6xh {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.xkj_seo_cols-6xh {
  grid-template-columns: repeat(3,1fr);
}
}.xkj_seo_col_h-6xh {
  color: #D4C9A8;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 7px;
}.xkj_seo_col_p-6xh {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #A09080;
  font-size: 13px;
}.xkj_seo_stats-6xh {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.xkj_seo_stat-6xh {
  background: rgba(201, 168, 76, 0.07);
  padding: 14px 16px;
  flex: 1;
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: 8px;
  min-width: 140px;
}.xkj_seo_stat_val-6xh {
  color: #C9A84C;
  font-size: 20px;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
}.xkj_seo_stat_lb-6xh {
  overflow-wrap: break-word;
  color: #A09080;
  font-size: 11px;
}.xkj_rv-6xh {
  background: #0F0F0C;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.xkj_rv-6xh {
  padding: 2.75rem 1.5rem 0;
}
}.xkj_rv_in-6xh {
  margin: 0 auto;
  max-width: 82.5rem;
}.xkj_rv_head-6xh {
  max-width: 45rem;
  margin-bottom: 20px;
}.xkj_rv_label-6xh {
  color: #C9A84C;
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
}.xkj_rv_h2-6xh {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 1.375rem;
  color: #F2EDD8;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.xkj_rv_h2-6xh {
  font-size: 28px;
}
}.xkj_rv_stats-6xh {
  gap: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.813rem;
  color: #A09080;
}.xkj_rv_stats_score-6xh {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.xkj_rv_stats_score_val-6xh {
  font-size: 1.375rem;
  font-family: 'Playfair Display', serif;
  color: #E8A020;
  font-weight: 800;
}.xkj_rv_stats_score_max-6xh {
  color: #8A8070;
  font-size: 0.813rem;
}.xkj_rv_stats_badge-6xh {
  gap: 4px;
  display: flex;
  align-items: center;
}.xkj_rv_stats_badge-6xh svg {
  height: 14px;
  color: #E8A020;
  width: 0.875rem;
}.xkj_rv_grid-6xh {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.xkj_rv_grid-6xh {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.xkj_rv_grid-6xh {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.xkj_rv_card-6xh {
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1.25rem;
  border-radius: 0.5rem;
  background: #1E1E16;
  display: flex;
  flex-direction: column;
}.xkj_rv_card_stars-6xh {
  gap: 2px;
  margin-bottom: 0.625rem;
  color: #E8A020;
  display: flex;
}.xkj_rv_card_stars-6xh svg {
  height: 14px;
  width: 14px;
}.xkj_rv_card_h-6xh {
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 700;
  color: #F2EDD8;
}.xkj_rv_card_body-6xh {
  flex: 1;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
  color: #A09080;
  margin-bottom: 0.875rem;
}.xkj_rv_card_body-6xh strong {
  color: #D4C9A8;
  font-weight: 600;
}.xkj_rv_card_meta-6xh {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}.xkj_rv_card_author-6xh {
  font-size: 12px;
  font-weight: 600;
  color: #D4C9A8;
}.xkj_rv_card_date-6xh {
  color: #8A8070;
  font-size: 0.688rem;
}.xkj_seo-6xh {
  background: #0F0F0C;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.xkj_seo-6xh {
  padding: 2.75rem 24px 0;
}
}.xkj_seo_in-6xh {
  background: #1E1E16;
  border-radius: 14px;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 770px) {.xkj_seo_in-6xh {
  padding: 2.25rem 40px;
}
}.xkj_seo_label-6xh {
  color: #C9A84C;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
}.xkj_seo_h2-6xh {
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  color: #F2EDD8;
  margin-bottom: 14px;
  line-height: 1.25;
}
@media(min-width: 767px) {.xkj_seo_h2-6xh {
  font-size: 24px;
}
}.xkj_seo_body-6xh {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #B0A484;
  font-size: 14px;
}.xkj_seo_body-6xh p {
  color: #B0A484;
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 14px;
}.xkj_seo_body-6xh p:last-child {
  margin-bottom: 0;
}.xkj_seo_body-6xh strong {
  color: #D4C9A8;
  font-weight: 700;
}.xkj_seo_body-6xh a {
  transition: color .2s;
  color: #C9A84C;
  text-decoration: underline;
}.xkj_seo_body-6xh a:hover {
  color: #D9BC6A;
}.xkj_seo_body-6xh ul,.xkj_seo_body-6xh ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.xkj_seo_body-6xh ol {
  list-style: decimal;
}.xkj_seo_body-6xh li {
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #B0A484;
}.xkj_seo_body-6xh table {
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 13px;
  width: 100%;
  display: block;
}
@media(min-width: 769px) {.xkj_seo_body-6xh table {
  display: table;
}
}.xkj_seo_body-6xh th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #D4C9A8;
}.xkj_seo_body-6xh td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #B0A484;
}.xkj_seo_cols-6xh {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 638px) {.xkj_seo_cols-6xh {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.xkj_seo_cols-6xh {
  grid-template-columns: repeat(3,1fr);
}
}.xkj_seo_col_h-6xh {
  font-size: 13px;
  margin-bottom: 7px;
  color: #D4C9A8;
  overflow-wrap: break-word;
  font-weight: 700;
}.xkj_seo_col_p-6xh {
  color: #A09080;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
}.xkj_seo_stats-6xh {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.xkj_seo_stat-6xh {
  flex: 1;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(201, 168, 76, 0.18);
  background: rgba(201, 168, 76, 0.07);
  border-radius: 0.5rem;
  min-width: 8.75rem;
}.xkj_seo_stat_val-6xh {
  overflow-wrap: break-word;
  color: #C9A84C;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: 800;
}.xkj_seo_stat_lb-6xh {
  font-size: 0.688rem;
  color: #A09080;
  overflow-wrap: break-word;
}.xkj_ft-6xh {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #0A0A08;
  margin-top: 3rem;
}.xkj_ft_support-6xh {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width: 769px) {.xkj_ft_support-6xh {
  padding: 28px 1.5rem;
}
}.xkj_ft_support_in-6xh {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  max-width: 1320px;
  align-items: center;
}.xkj_ft_support_main-6xh {
  flex: 1;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 13.75rem;
}.xkj_ft_support_ic-6xh {
  color: #C9A84C;
  flex-shrink: 0;
}.xkj_ft_support_ic-6xh svg {
  height: 1.875rem;
  width: 30px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.xkj_ft_support_text_title-6xh {
  font-size: 0.938rem;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 3px;
  color: #F2EDD8;
}.xkj_ft_support_text_sub-6xh {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #A09080;
}.xkj_ft_support_btn-6xh {
  border-radius: 8px;
  padding: 0.688rem 1.375rem;
  background: #C9A84C;
  transition: background .2s;
  color: #F2EDD8;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0.813rem;
}.xkj_ft_support_btn-6xh:hover {
  background: #D9BC6A;
}.xkj_ft_support_contacts-6xh {
  gap: 16px;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.xkj_ft_support_contact-6xh {
  color: #8A8070;
  line-height: 1.4;
  font-size: 12px;
}.xkj_ft_support_contact-6xh strong {
  font-size: 0.688rem;
  color: #B0A484;
  margin-bottom: 2px;
  display: block;
  font-weight: 600;
}.xkj_ft_main-6xh {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 1rem 24px;
}
@media(min-width: 765px) {.xkj_ft_main-6xh {
  padding: 40px 24px 32px;
}
}.xkj_ft_main_in-6xh {
  margin: 0 auto;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width:640px) {.xkj_ft_main_in-6xh {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.xkj_ft_main_in-6xh {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.xkj_ft_col_logo-6xh {
  grid-column: 1/-1;
}
@media(min-width: 1082px) {.xkj_ft_col_logo-6xh {
  grid-column: auto;
}
}.xkj_ft_logo-6xh {
  gap: 0.563rem;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F2EDD8;
  display: flex;
  font-size: 1rem;
  margin-bottom: 12px;
}.xkj_ft_logo_mark-6xh {
  overflow: hidden;
  border-radius: 0.25rem;
  width: 1.875rem;
  height: 1.875rem;
}.xkj_ft_logo_mark-6xh img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.xkj_ft_logo_sub-6xh {
  overflow-wrap: break-word;
  line-height: 1.55;
  max-width: 12.5rem;
  color: #8A8070;
  font-size: 12px;
}.xkj_ft_col_title-6xh {
  font-size: 0.75rem;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .07em;
  color: #B0A484;
}.xkj_ft_col_links-6xh {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.xkj_ft_col_link-6xh {
  transition: color .2s;
  color: #8A8070;
  overflow-wrap: break-word;
  font-size: 13px;
}.xkj_ft_col_link-6xh:hover {
  color: #D4C9A8;
}.xkj_ft_apps-6xh {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.xkj_ft_app_card-6xh {
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  border-radius: 0.25rem;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  align-items: center;
  display: flex;
}.xkj_ft_app_card-6xh:hover {
  border-color: rgba(201, 168, 76, 0.48);
}.xkj_ft_app_card_ic-6xh svg {
  stroke-linejoin: round;
  width: 22px;
  stroke-linecap: round;
  height: 22px;
}.xkj_ft_app_card_os-6xh {
  font-weight: 600;
  color: #8A8070;
  font-size: 10px;
}.xkj_ft_app_card_action-6xh {
  color: #D4C9A8;
  font-weight: 700;
  font-size: 12px;
}.xkj_ft_bot-6xh {
  padding: 20px 1rem;
}
@media(min-width: 769px) {.xkj_ft_bot-6xh {
  padding: 1.25rem 1.5rem;
}
}.xkj_ft_bot_in-6xh {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 1320px;
}.xkj_ft_socials-6xh {
  gap: 8px;
  display: flex;
}.xkj_ft_soc-6xh {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: background .2s;
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  color: #B0A484;
  display: flex;
  width: 2.25rem;
}.xkj_ft_soc-6xh svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
  height: 1rem;
}.xkj_ft_soc-6xh:hover {
  background: rgba(255, 255, 255, 0.07);
}.xkj_ft_legal-6xh {
  flex: 1;
  line-height: 1.6;
  min-width: 200px;
  overflow-wrap: break-word;
  font-size: 11px;
  color: #807870;
}.xkj_ft_legal-6xh strong {
  font-weight: 700;
  color: #B0A484;
}.xkj_ft_legal-6xh a {
  color: #B0A484;
  text-decoration: underline;
}.xkj_ft_age-6xh {
  border-radius: 50%;
  border: 2px solid #807870;
  font-weight: 800;
  flex-shrink: 0;
  font-size: 11px;
  height: 32px;
  align-items: center;
  justify-content: center;
  color: #807870;
  width: 2rem;
  margin-left: auto;
  display: flex;
}