*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #0D0A07;
  color: #D4C4A8;
  font-family: 'Barlow', sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  line-height: 1.6;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  color: inherit;
  text-decoration: none;
}button {
  background: none;
  border: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.khy_layout-8eq {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.khy_page-8eq {
  display: flex;
  min-height: 100vh;
}.khy_main-8eq {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media(min-width: 1081px) {.khy_main-8eq {
  padding-left: 13.75rem;
}
}
@media(max-width: 1077px) {.khy_main-8eq {
  padding-bottom: 4.5rem;
}
}.khy_gc-8eq {
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border-radius: 0.625rem;
  background: #131008;
  position: relative;
  cursor: pointer;
  width: 140px;
  flex-shrink: 0;
}
@media(min-width: 643px) {.khy_gc-8eq {
  width: 9.75rem;
}
}
@media(min-width: 1082px) {.khy_gc-8eq {
  width: 10.5rem;
}
}.khy_gc-8eq:hover {
  border-color: rgba(200, 133, 42, 0.08);
  transform: translateY(-3px);
}.khy_gc_img-8eq {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.khy_gc_img-8eq img {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}.khy_gc_hover-8eq {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8, 6, 4, 0.74);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
}.khy_gc-8eq:hover .khy_gc_hover-8eq {
  opacity: 1;
}.khy_gc_hover_btn-8eq {
  padding: 8px 1rem;
  border-radius: 5px;
  background: #C8852A;
  font-weight: 700;
  font-size: 0.75rem;
  color: #F2E8D8;
}.khy_gc_info-8eq {
  padding: 8px 10px 10px;
}.khy_gc_name-8eq {
  overflow: hidden;
  max-width: 100%;
  color: #D4C4A8;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  font-size: 0.75rem;
  white-space: nowrap;
  font-weight: 600;
}.khy_gc_prov-8eq {
  color: #957A55;
  font-size: 0.625rem;
}.khy_gc_tag-8eq {
  padding: 2px 7px;
  border-radius: 0.25rem;
  text-transform: uppercase;
  position: absolute;
  top: 0.375rem;
  letter-spacing: .04em;
  font-size: 9px;
  z-index: 2;
  left: 6px;
  font-weight: 700;
}.khy_gc_tag_hot-8eq {
  background: #D63838;
  color: #fff;
}.khy_gc_tag_new-8eq {
  background: #2DB55D;
  color: #0D0A07;
}.khy_gc_tag_jp-8eq {
  background: #D4A017;
  color: #0D0A07;
}.khy_gc_tag_ex-8eq {
  background: #7C3D0F;
  color: #fff;
}.khy_gc_tag_live-8eq {
  background: #D63838;
  color: #fff;
}.khy_gr-8eq {
  background: #0D0A07;
  padding: 2rem 1rem 0;
}
@media(min-width: 769px) {.khy_gr-8eq {
  padding: 2.25rem 24px 0;
}
}.khy_gr_in-8eq {
  margin: 0 auto;
  max-width: 1320px;
}.khy_gr_head-8eq {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}.khy_gr_head_l-8eq {
  flex: 1;
  gap: 0.625rem;
  align-items: center;
  display: flex;
  min-width: 0;
}.khy_gr_ic-8eq {
  border-radius: 0.625rem;
  flex-shrink: 0;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
}.khy_gr_ic-8eq svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
  height: 1rem;
}.khy_gr_title-8eq {
  font-weight: 700;
  color: #F2E8D8;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 1rem;
}
@media(min-width: 769px) {.khy_gr_title-8eq {
  font-size: 1.125rem;
}
}.khy_gr_more-8eq {
  gap: 0.313rem;
  transition: color .2s;
  font-weight: 600;
  flex-shrink: 0;
  white-space: nowrap;
  display: flex;
  color: #A88C68;
  font-size: 12px;
  align-items: center;
}.khy_gr_more-8eq:hover {
  color: #C8852A;
}.khy_gr_more-8eq svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.75rem;
  width: 0.75rem;
}.khy_gr_arrows-8eq {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.khy_gr_arr-8eq {
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 5px;
  display: flex;
  height: 1.875rem;
  align-items: center;
  width: 30px;
  justify-content: center;
  color: #B89870;
}.khy_gr_arr-8eq:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F2E8D8;
}.khy_gr_arr-8eq svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.813rem;
  height: 13px;
}.khy_gr_seo_h-8eq {
  margin: 0 0 6px;
  font-family: 'Cinzel', serif;
  font-size: 0.813rem;
  color: #D4C4A8;
  overflow-wrap: break-word;
  font-weight: 700;
  max-width: 680px;
}
@media(min-width: 769px) {.khy_gr_seo_h-8eq {
  font-size: 14px;
}
}.khy_gr_seo-8eq {
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  max-width: 42.5rem;
  color: #A88C68;
  line-height: 1.55;
  font-size: 0.75rem;
}.khy_gr_seo-8eq strong {
  font-weight: 600;
  color: #D4C4A8;
}.khy_gr_scroll-8eq {
  gap: 0.625rem;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}.khy_gr_scroll-8eq::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.khy_gr_scroll-8eq {
  gap: 0.75rem;
}
}.khy_tb-8eq {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0D0A07;
  right: 0;
  display: flex;
  z-index: 80;
  align-items: center;
  height: 56px;
  top: 0;
  position: fixed;
  left: 0;
}.khy_tb_in-8eq {
  gap: 0;
  padding: 0 0.875rem;
  width: 100%;
  align-items: center;
  height: 100%;
  display: flex;
}.khy_tb_burger-8eq {
  border-radius: 0.625rem;
  gap: 5px;
  margin-right: 0.5rem;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  justify-content: center;
  width: 38px;
  flex-direction: column;
  display: flex;
}.khy_tb_burger-8eq:hover {
  background: rgba(255, 255, 255, 0.05);
}.khy_tb_burger_line-8eq {
  border-radius: 1px;
  background: #B89870;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width: 1083px) {.khy_tb_burger-8eq {
  display: none;
}
}.khy_tb_logo-8eq {
  gap: 9px;
  letter-spacing: -.01em;
  flex-shrink: 0;
  color: #F2E8D8;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  margin-right: 20px;
  align-items: center;
  font-weight: 800;
  display: flex;
}.khy_tb_logo_mark-8eq {
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  width: 2rem;
  justify-content: center;
  align-items: center;
  height: 2rem;
}.khy_tb_logo_mark-8eq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.khy_tb_nav-8eq {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 639px) {.khy_tb_nav-8eq {
  display: flex;
}
}.khy_tb_tab-8eq {
  border-radius: 10px;
  transition: background .15s,color .15s;
  padding: 8px 0.875rem;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #B89870;
  font-weight: 600;
}.khy_tb_tab-8eq:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2E8D8;
}.khy_tb_tab-8eq.khy_state_active-8eq {
  background: rgba(200, 133, 42, 0.20);
  color: #F2E8D8;
}.khy_tb_right-8eq {
  gap: 0.5rem;
  flex-shrink: 0;
  margin-left: auto;
  align-items: center;
  display: flex;
}.khy_tb_login-8eq {
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 9px 16px;
  transition: border-color .2s,color .2s;
  display: none;
  font-weight: 600;
  color: #D4C4A8;
  font-size: 13px;
}.khy_tb_login-8eq:hover {
  border-color: rgba(255, 255, 255, 0.18);
  color: #F2E8D8;
}
@media(min-width: 483px) {.khy_tb_login-8eq {
  display: block;
}
}.khy_tb_reg-8eq {
  padding: 0.563rem 18px;
  background: #2DB55D;
  transition: background .2s;
  border-radius: 0.625rem;
  color: #0D0A07;
  font-size: 0.813rem;
  font-weight: 700;
  white-space: nowrap;
}.khy_tb_reg-8eq:hover {
  background: #34C866;
}.khy_sb-8eq {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  background: #1C1610;
  transform: translateX(-100%);
  width: 220px;
  overflow-y: auto;
  position: fixed;
  bottom: 0;
  top: 3.5rem;
  left: 0;
  z-index: 70;
}.khy_sb-8eq.khy_state_open-8eq {
  transform: translateX(0);
}.khy_sb-8eq::-webkit-scrollbar {
  width: 0.25rem;
}.khy_sb-8eq::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.khy_sb-8eq {
  transform: translateX(0);
}
}.khy_sb_auth-8eq {
  padding: 0.875rem 0.75rem 10px;
}.khy_sb_btn_reg-8eq {
  border-radius: 10px;
  padding: 0.688rem;
  background: #2DB55D;
  transition: background .2s;
  font-weight: 700;
  display: block;
  color: #0D0A07;
  margin-bottom: 8px;
  text-align: center;
  font-size: 0.813rem;
}.khy_sb_btn_reg-8eq:hover {
  background: #34C866;
}.khy_sb_btn_login-8eq {
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem;
  padding: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #D4C4A8;
  font-size: 13px;
  display: block;
  font-weight: 600;
  text-align: center;
}.khy_sb_btn_login-8eq:hover {
  border-color: rgba(255, 255, 255, 0.18);
  color: #F2E8D8;
}.khy_sb_promo-8eq {
  padding: 0.75rem 0.875rem;
  margin: 0 0.75rem 0.625rem;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(135deg,#1A0E06,#1C1610);
  border: 1px solid rgba(200, 133, 42, 0.20);
  position: relative;
}.khy_sb_promo-8eq::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200, 133, 42, 0.20),transparent 70%);
  width: 80px;
  top: -1.25rem;
  position: absolute;
  height: 5rem;
  right: -1.25rem;
  content: '';
}.khy_sb_promo_title-8eq {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 11px;
  margin-bottom: 4px;
  color: #C8852A;
}.khy_sb_promo_text-8eq {
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 0.75rem;
  color: #F2E8D8;
  line-height: 1.35;
}.khy_sb_promo_sub-8eq {
  color: #A88C68;
  font-size: 0.625rem;
  margin-top: 3px;
}.khy_sb_nav-8eq {
  padding: 6px 8px 16px;
}.khy_sb_nav_lb-8eq {
  padding: 0.625rem 0.5rem 0.375rem;
  color: #957A55;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem;
}.khy_sb_link-8eq {
  gap: 0.625rem;
  border-radius: 5px;
  padding: 9px 0.625rem;
  transition: background .15s,color .15s;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  color: #B89870;
  cursor: pointer;
  overflow-wrap: break-word;
  display: flex;
}.khy_sb_link-8eq:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2E8D8;
}.khy_sb_link-8eq.khy_state_active-8eq {
  background: rgba(200, 133, 42, 0.20);
  color: #F2E8D8;
}.khy_sb_ic-8eq {
  border-radius: 0.313rem;
  height: 1.875rem;
  display: flex;
  width: 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}.khy_sb_ic-8eq svg {
  stroke-linejoin: round;
  width: 16px;
  height: 1rem;
  stroke-linecap: round;
}.khy_sb_ic_1-8eq {
  background: rgba(200, 133, 42, 0.08);
  color: #C8852A;
}.khy_sb_ic_2-8eq {
  background: rgba(45, 181, 93, 0.18);
  color: #2DB55D;
}.khy_sb_ic_3-8eq {
  background: rgba(212, 160, 23, 0.18);
  color: #D4A017;
}.khy_sb_ic_4-8eq {
  background: rgba(124, 61, 15, 0.28);
  color: #7C3D0F;
}.khy_sb_ic_5-8eq {
  background: rgba(200, 133, 42, 0.08);
  color: #E0508C;
}.khy_sb_ic_6-8eq {
  background: rgba(124, 61, 15, 0.28);
  color: #8B45D6;
}.khy_sb_badge-8eq {
  border-radius: 5px;
  background: #D4A017;
  padding: 2px 0.438rem;
  font-weight: 700;
  color: #0D0A07;
  margin-left: auto;
  font-size: 9px;
}.khy_sb_bot-8eq {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  gap: 8px;
  display: flex;
}.khy_sb_lang-8eq,.khy_sb_help-8eq {
  transition: border-color .2s;
  padding: 0.563rem 0.375rem;
  flex: 1;
  border-radius: 0.313rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  font-size: 11px;
  color: #B89870;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}.khy_sb_lang-8eq:hover,.khy_sb_help-8eq:hover {
  border-color: rgba(255, 255, 255, 0.18);
  color: #F2E8D8;
}.khy_sb_lang-8eq svg,.khy_sb_help-8eq svg {
  stroke-linejoin: round;
  width: 13px;
  stroke-linecap: round;
  height: 0.813rem;
}.khy_sb_bd-8eq {
  inset: 0;
  background: rgba(8, 6, 4, 0.74);
  display: none;
  position: fixed;
  z-index: 69;
}.khy_sb_bd-8eq.khy_state_on-8eq {
  display: block;
}
@media(min-width: 1078px) {.khy_sb_bd-8eq {
  display: none!important;
}
}.khy_mob_nav-8eq {
  background: #1C1610;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  right: 0;
  display: flex;
  bottom: 0;
  left: 0;
  z-index: 80;
  position: fixed;
}
@media(min-width:1080px) {.khy_mob_nav-8eq {
  display: none;
}
}.khy_mob_nav_item-8eq {
  flex: 1;
  padding: 0.25rem 2px;
  gap: 0.25rem;
  color: #957A55;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
}.khy_mob_nav_ic-8eq {
  line-height: 1;
}.khy_mob_nav_ic-8eq svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 20px;
  height: 1.25rem;
}.khy_mob_nav_lb-8eq {
  color: #957A55;
  font-size: 0.625rem;
  font-weight: 600;
}.khy_mob_nav_item-8eq.khy_state_active-8eq {
  color: #C8852A;
}.khy_mob_nav_item-8eq.khy_state_active-8eq .khy_mob_nav_lb-8eq {
  color: #C8852A;
}.khy_hero-8eq {
  padding: 20px 16px 0;
  background: #0D0A07;
}
@media(min-width:768px) {.khy_hero-8eq {
  padding: 1.5rem 1.5rem 0;
}
}.khy_hero_in-8eq {
  gap: 12px;
  margin: 0 auto;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
}
@media(min-width: 857px) {.khy_hero_in-8eq {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width:1100px) {.khy_hero_in-8eq {
  grid-template-columns: 1fr 340px;
}
}.khy_hero_promo-8eq {
  border-radius: 16px;
  overflow: hidden;
  background: #131008;
  min-height: 13.75rem;
  align-items: stretch;
  display: flex;
  position: relative;
}
@media(min-width: 770px) {.khy_hero_promo-8eq {
  min-height: 280px;
}
}.khy_hero_promo_bg-8eq {
  background: linear-gradient(120deg,#1A0E06 0%,#0D0A07 100%);
  background-position: center;
  inset: 0;
  background-size: cover;
  position: absolute;
}.khy_hero_promo_bg-8eq::after {
  background: linear-gradient(90deg,#0D0A07 0%,rgba(8, 6, 4, 0.74) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.khy_hero_promo_glow-8eq {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(124, 61, 15, 0.28) 0%,transparent 65%);
  right: 3.75rem;
  position: absolute;
  width: 300px;
  top: -2.5rem;
  height: 18.75rem;
  pointer-events: none;
}.khy_hero_promo_ct-8eq {
  padding: 1.75rem 24px 1.75rem 1.75rem;
  justify-content: center;
  max-width: 480px;
  position: relative;
  display: flex;
  z-index: 2;
  flex-direction: column;
}
@media(min-width: 769px) {.khy_hero_promo_ct-8eq {
  padding: 40px 32px;
}
}.khy_hero_badge-8eq {
  border: 1px solid rgba(200, 133, 42, 0.08);
  padding: 0.313rem 12px;
  background: rgba(200, 133, 42, 0.20);
  border-radius: 1.25rem;
  display: inline-block;
  margin-bottom: 0.875rem;
  font-size: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #C8852A;
}.khy_hero_h1-8eq {
  font-family: 'Cinzel', serif;
  margin-bottom: 10px;
  color: #F2E8D8;
  font-size: 26px;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.15;
}.khy_hero_h1-8eq em {
  font-style: normal;
  color: #D4A017;
}
@media(min-width: 770px) {.khy_hero_h1-8eq {
  font-size: 36px;
}
}.khy_hero_sub-8eq {
  line-height: 1.55;
  color: #B89870;
  font-size: 13px;
  margin-bottom: 20px;
}
@media(min-width: 766px) {.khy_hero_sub-8eq {
  font-size: 0.875rem;
}
}.khy_hero_row-8eq {
  gap: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.khy_hero_cta-8eq {
  background: #2DB55D;
  border-radius: 10px;
  transition: background .2s;
  padding: 13px 26px;
  font-weight: 700;
  font-size: 0.875rem;
  box-shadow: 0 0.25rem 20px rgba(45, 181, 93, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  color: #0D0A07;
}.khy_hero_cta-8eq:hover {
  background: #34C866;
}.khy_hero_terms-8eq {
  font-size: 11px;
  color: #957A55;
}.khy_hero_game-8eq {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #131008;
  border-radius: 1rem;
  flex-direction: column;
  display: flex;
  position: relative;
}.khy_hero_game_badge-8eq {
  border: 1px solid rgba(212, 160, 23, 0.18);
  padding: 5px 10px;
  background: rgba(212, 160, 23, 0.18);
  border-radius: 1.25rem;
  z-index: 3;
  color: #D4A017;
  font-size: 10px;
  top: 12px;
  left: 0.75rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
}.khy_hero_game_badge-8eq svg {
  height: 11px;
  width: 11px;
  vertical-align: -1px;
  margin-right: 4px;
}.khy_hero_game_img-8eq {
  overflow: hidden;
  background: linear-gradient(135deg,#1A0E06,#0D0A07);
  padding-bottom: 60%;
  position: relative;
}.khy_hero_game_img-8eq img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.khy_hero_game_play-8eq {
  transition: opacity .2s;
  inset: 0;
  background: rgba(8, 6, 4, 0.74);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  opacity: 0;
}.khy_hero_game-8eq:hover .khy_hero_game_play-8eq {
  opacity: 1;
}.khy_hero_game_play-8eq span {
  background: #C8852A;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  height: 3.25rem;
  width: 3.25rem;
  align-items: center;
}.khy_hero_game_play-8eq span svg {
  height: 1.125rem;
  width: 18px;
  margin-left: 2px;
}.khy_hero_game_info-8eq {
  padding: 0.875rem 16px;
}.khy_hero_game_title-8eq {
  color: #F2E8D8;
  overflow-wrap: break-word;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0.25rem;
}.khy_hero_game_provider-8eq {
  font-size: 0.688rem;
  color: #A88C68;
}.khy_hero_game_btn-8eq {
  margin: 12px 16px 16px;
  background: #C8852A;
  transition: background .2s;
  border-radius: 0.625rem;
  padding: 11px;
  color: #F2E8D8;
  font-size: 13px;
  display: block;
  font-weight: 700;
  text-align: center;
}.khy_hero_game-8eq:hover .khy_hero_game_btn-8eq {
  background: #D99635;
}.khy_sbar-8eq {
  padding: 16px 16px 0;
  background: #0D0A07;
}
@media(min-width: 770px) {.khy_sbar-8eq {
  padding: 18px 24px 0;
}
}.khy_sbar_in-8eq {
  margin: 0 auto;
  max-width: 82.5rem;
}.khy_sbar_row-8eq {
  gap: 0.625rem;
  display: flex;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}.khy_sbar_input-8eq {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex: 1;
  background: #131008;
  transition: border-color .2s;
  padding: 11px 1rem;
  gap: 0.625rem;
  display: flex;
  align-items: center;
  font-size: 0.813rem;
  cursor: pointer;
  color: #A88C68;
}.khy_sbar_input-8eq:hover {
  border-color: rgba(255, 255, 255, 0.18);
}.khy_sbar_input-8eq svg {
  height: 0.938rem;
  stroke-linejoin: round;
  width: 0.938rem;
  stroke-linecap: round;
  flex-shrink: 0;
}.khy_sbar_providers-8eq {
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 8px;
  padding: 11px 18px;
  background: #131008;
  border-radius: 10px;
  white-space: nowrap;
  align-items: center;
  font-weight: 600;
  color: #D4C4A8;
  display: flex;
  font-size: 13px;
}.khy_sbar_providers-8eq:hover {
  border-color: rgba(255, 255, 255, 0.18);
  color: #F2E8D8;
}.khy_sbar_providers-8eq svg {
  width: 14px;
  height: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.khy_sbar_tabs-8eq {
  gap: 0.375rem;
  padding-bottom: 2px;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
}.khy_sbar_tabs-8eq::-webkit-scrollbar {
  display: none;
}.khy_sbar_tab-8eq {
  transition: background .15s,color .15s,border-color .15s;
  gap: 7px;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 14px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  font-size: 0.75rem;
  white-space: nowrap;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
  font-weight: 600;
  color: #B89870;
}.khy_sbar_tab-8eq:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.18);
  color: #F2E8D8;
}.khy_sbar_tab-8eq.khy_state_active-8eq {
  background: rgba(200, 133, 42, 0.20);
  border-color: rgba(200, 133, 42, 0.08);
  color: #F2E8D8;
}.khy_sbar_tab_ic-8eq svg {
  height: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 14px;
}.khy_ws-8eq {
  background: #0D0A07;
  padding: 32px 16px 0;
}
@media(min-width: 765px) {.khy_ws-8eq {
  padding: 36px 24px 0;
}
}.khy_ws_in-8eq {
  margin: 0 auto;
  max-width: 1320px;
}.khy_ws_head-8eq {
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 14px;
}.khy_ws_title-8eq {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  color: #F2E8D8;
  font-family: 'Cinzel', serif;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  overflow-wrap: break-word;
}.khy_ws_title_ic-8eq svg {
  stroke-linecap: round;
  width: 18px;
  color: #D4A017;
  stroke-linejoin: round;
  height: 1.125rem;
}.khy_ws_online-8eq {
  gap: 7px;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  align-items: center;
  color: #A88C68;
}.khy_ws_online_dot-8eq {
  background: #2DB55D;
  border-radius: 50%;
  height: 0.5rem;
  width: 8px;
  box-shadow: 0 0 6px rgba(45, 181, 93, 0.18);
  flex-shrink: 0;
}.khy_ws_scroll-8eq {
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 8px;
  display: flex;
}.khy_ws_scroll-8eq::-webkit-scrollbar {
  display: none;
}.khy_wc-8eq {
  border-radius: 10px;
  padding: 10px 14px;
  gap: 0.625rem;
  background: #131008;
  border: 1px solid rgba(255, 255, 255, 0.09);
  min-width: 220px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.khy_wc_img-8eq {
  overflow: hidden;
  border-radius: 5px;
  background: #1C1610;
  flex-shrink: 0;
  height: 36px;
  width: 36px;
}.khy_wc_img-8eq img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.khy_wc_info-8eq {
  min-width: 0;
}.khy_wc_game-8eq {
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #D4C4A8;
}.khy_wc_player-8eq {
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #957A55;
}.khy_wc_amount-8eq {
  color: #2DB55D;
  flex-shrink: 0;
  font-weight: 700;
  margin-left: auto;
  white-space: nowrap;
  font-size: 13px;
}.khy_htp-8eq {
  padding: 2.25rem 1rem 0;
  background: #0D0A07;
}
@media(min-width: 770px) {.khy_htp-8eq {
  padding: 2.75rem 24px 0;
}
}.khy_htp_in-8eq {
  margin: 0 auto;
  max-width: 82.5rem;
}.khy_htp_head-8eq {
  max-width: 45rem;
  margin-bottom: 22px;
}.khy_htp_label-8eq {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #C8852A;
  font-size: 11px;
}.khy_htp_h2-8eq {
  margin-bottom: 0.5rem;
  color: #F2E8D8;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 1.375rem;
  font-weight: 800;
}
@media(min-width: 771px) {.khy_htp_h2-8eq {
  font-size: 28px;
}
}.khy_htp_intro-8eq {
  font-size: 0.875rem;
  color: #A88C68;
  line-height: 1.6;
}.khy_htp_steps-8eq {
  padding: 0;
  list-style: none;
  margin: 0;
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width: 639px) {.khy_htp_steps-8eq {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.khy_htp_steps-8eq {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.khy_htp_step-8eq {
  border-radius: 10px;
  background: #1C1610;
  padding: 20px 1.125rem 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  flex-direction: column;
  position: relative;
}.khy_htp_step_num-8eq {
  border-radius: 50%;
  background: #C8852A;
  font-size: 13px;
  font-weight: 800;
  align-items: center;
  font-family: 'Cinzel', serif;
  color: #0D0A07;
  top: -12px;
  height: 28px;
  justify-content: center;
  left: 1.25rem;
  position: absolute;
  width: 1.75rem;
  display: flex;
}.khy_htp_step_ic-8eq {
  margin: 0.5rem 0 0.75rem;
  background: rgba(200, 133, 42, 0.20);
  border-radius: 5px;
  align-items: center;
  color: #C8852A;
  display: flex;
  justify-content: center;
  height: 2.25rem;
  width: 2.25rem;
}.khy_htp_step_ic-8eq svg {
  stroke-linecap: round;
  height: 1.125rem;
  stroke-linejoin: round;
  width: 1.125rem;
}.khy_htp_step_h-8eq {
  line-height: 1.25;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #F2E8D8;
  overflow-wrap: break-word;
}.khy_htp_step_p-8eq {
  font-size: 0.813rem;
  color: #A88C68;
  line-height: 1.55;
  overflow-wrap: break-word;
}.khy_htp_step_p-8eq strong {
  color: #D4C4A8;
  font-weight: 600;
}.khy_htp_cta-8eq {
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  border-radius: 0.625rem;
  background: #2DB55D;
  display: inline-block;
  font-size: 0.875rem;
  margin-top: 1.25rem;
  font-weight: 700;
  color: #0D0A07;
}.khy_htp_cta-8eq:hover {
  background: #34C866;
}.khy_app-8eq {
  padding: 36px 16px 0;
  background: #0D0A07;
}
@media(min-width: 765px) {.khy_app-8eq {
  padding: 2.75rem 1.5rem 0;
}
}.khy_app_in-8eq {
  margin: 0 auto;
  max-width: 1320px;
}.khy_app_head-8eq {
  margin-bottom: 1rem;
}.khy_app_label-8eq {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C8852A;
}.khy_app_h2-8eq {
  font-family: 'Cinzel', serif;
  color: #F2E8D8;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.khy_app_h2-8eq {
  font-size: 1.5rem;
}
}.khy_app_sub-8eq {
  color: #A88C68;
  overflow-wrap: break-word;
  max-width: 37.5rem;
  line-height: 1.6;
  font-size: 0.813rem;
}.khy_app_sub-8eq strong {
  color: #D4C4A8;
  font-weight: 700;
}.khy_app_cards-8eq {
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 16px;
  display: grid;
}
@media(min-width: 643px) {.khy_app_cards-8eq {
  grid-template-columns: repeat(3,1fr);
}
}.khy_app_card-8eq {
  padding: 20px;
  border-radius: 0.625rem;
  overflow: hidden;
  gap: 16px;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.khy_app_card_ios-8eq {
  background: linear-gradient(135deg,rgba(200, 133, 42, 0.20) 0%,#1C1610 100%);
}.khy_app_card_android-8eq {
  background: linear-gradient(135deg,rgba(45, 181, 93, 0.18) 0%,#1C1610 100%);
}.khy_app_card_win-8eq {
  background: linear-gradient(135deg,rgba(212, 160, 23, 0.18) 0%,#1C1610 100%);
}.khy_app_card_ic-8eq svg {
  stroke-linecap: round;
  width: 34px;
  height: 2.125rem;
  stroke-linejoin: round;
}.khy_app_card_ic-8eq {
  color: #F2E8D8;
  flex-shrink: 0;
}.khy_app_card_os-8eq {
  color: #A88C68;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 0.625rem;
}.khy_app_card_title-8eq {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  margin-bottom: 6px;
  line-height: 1.2;
  color: #F2E8D8;
}.khy_app_card_text-8eq {
  color: #A88C68;
  margin-bottom: 0.875rem;
  line-height: 1.5;
  font-size: 12px;
  overflow-wrap: break-word;
}.khy_app_card_btn-8eq {
  transition: background .2s;
  gap: 0.438rem;
  padding: 0.625rem 1.125rem;
  border-radius: 0.313rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  font-weight: 700;
  font-size: 0.813rem;
  align-items: center;
  display: inline-flex;
  color: #F2E8D8;
}.khy_app_card_btn-8eq:hover {
  background: rgba(255, 255, 255, 0.07);
}.khy_bon-8eq {
  background: #0D0A07;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.khy_bon-8eq {
  padding: 2.75rem 24px 0;
}
}.khy_bon_in-8eq {
  margin: 0 auto;
  max-width: 1320px;
}.khy_bon_head-8eq {
  margin-bottom: 1.25rem;
}.khy_bon_label-8eq {
  color: #C8852A;
  margin-bottom: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}.khy_bon_h2-8eq {
  margin-bottom: 8px;
  color: #F2E8D8;
  font-weight: 800;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.khy_bon_h2-8eq {
  font-size: 1.5rem;
}
}.khy_bon_seo-8eq {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #A88C68;
  max-width: 620px;
  line-height: 1.6;
}.khy_bon_seo-8eq strong {
  font-weight: 700;
  color: #D4C4A8;
}.khy_bon_seo-8eq a {
  text-decoration: underline;
  color: #C8852A;
}.khy_bon_grid-8eq {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 642px) {.khy_bon_grid-8eq {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.khy_bon_grid-8eq {
  grid-template-columns: repeat(5,1fr);
}
}.khy_bon_card-8eq {
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #131008;
  padding: 16px;
  border-radius: 10px;
}.khy_bon_card-8eq:hover {
  border-color: rgba(200, 133, 42, 0.08);
  transform: translateY(-2px);
}.khy_bon_card_ic-8eq svg {
  width: 26px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 26px;
}.khy_bon_card_ic-8eq {
  margin-bottom: 10px;
}.khy_bon_card_type-8eq {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
  color: #A88C68;
  margin-bottom: 6px;
}.khy_bon_card_amount-8eq {
  color: #D4A017;
  font-weight: 800;
  line-height: 1.1;
  font-size: 18px;
  margin-bottom: 0.375rem;
}.khy_bon_card_name-8eq {
  font-weight: 600;
  color: #F2E8D8;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.khy_bon_card_detail-8eq {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  padding-top: 0.5rem;
  overflow-wrap: break-word;
  color: #957A55;
  font-size: 0.688rem;
}.khy_prov-8eq {
  padding: 2.25rem 1rem 0;
  background: #0D0A07;
}
@media(min-width: 769px) {.khy_prov-8eq {
  padding: 44px 24px 0;
}
}.khy_prov_in-8eq {
  margin: 0 auto;
  max-width: 82.5rem;
}.khy_prov_head-8eq {
  margin-bottom: 16px;
}.khy_prov_label-8eq {
  font-size: 0.688rem;
  color: #C8852A;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.khy_prov_h2-8eq {
  overflow-wrap: break-word;
  color: #F2E8D8;
  font-size: 1.25rem;
  margin-bottom: 8px;
  font-weight: 800;
  font-family: 'Cinzel', serif;
}
@media(min-width: 771px) {.khy_prov_h2-8eq {
  font-size: 1.5rem;
}
}.khy_prov_seo-8eq {
  overflow-wrap: break-word;
  margin-bottom: 16px;
  font-size: 0.813rem;
  color: #A88C68;
  max-width: 38.75rem;
  line-height: 1.6;
}.khy_prov_seo-8eq strong {
  font-weight: 700;
  color: #D4C4A8;
}.khy_prov_seo-8eq a {
  text-decoration: underline;
  color: #C8852A;
}.khy_prov_grid-8eq {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 638px) {.khy_prov_grid-8eq {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.khy_prov_grid-8eq {
  grid-template-columns: repeat(8,1fr);
}
}.khy_prov_card-8eq {
  transition: border-color .2s,background .2s;
  border-radius: 10px;
  padding: 14px 0.625rem;
  gap: 0.438rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #131008;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  display: flex;
}.khy_prov_card-8eq:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background: #1C1610;
}.khy_prov_logo-8eq {
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 2.75rem;
}.khy_prov_logo-8eq img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.khy_prov_name-8eq {
  text-align: center;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #B89870;
  font-weight: 600;
}.khy_reg-8eq {
  padding: 36px 1rem 0;
  background: #0D0A07;
}
@media(min-width: 771px) {.khy_reg-8eq {
  padding: 2.75rem 24px 0;
}
}.khy_reg_in-8eq {
  margin: 0 auto;
  background: #1C1610;
  padding: 28px 24px;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  max-width: 1320px;
}
@media(min-width: 771px) {.khy_reg_in-8eq {
  padding: 2.5rem;
}
}.khy_reg_top-8eq {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 859px) {.khy_reg_top-8eq {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.khy_reg_label-8eq {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #C8852A;
  letter-spacing: .08em;
  font-weight: 700;
}.khy_reg_h2-8eq {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  font-family: 'Cinzel', serif;
  line-height: 1.2;
  color: #F2E8D8;
  font-size: 22px;
}
@media(min-width: 765px) {.khy_reg_h2-8eq {
  font-size: 28px;
}
}.khy_reg_bonus-8eq {
  background: rgba(212, 160, 23, 0.18);
  gap: 8px;
  border-radius: 0.625rem;
  padding: 10px 1rem;
  border: 1px solid rgba(212, 160, 23, 0.18);
  align-items: center;
  display: inline-flex;
  margin-bottom: 16px;
}.khy_reg_bonus_amount-8eq {
  color: #D4A017;
  font-size: 20px;
  font-weight: 800;
}.khy_reg_bonus_text-8eq {
  font-size: 13px;
  line-height: 1.35;
  color: #B89870;
}.khy_reg_cta_btn-8eq {
  border-radius: 10px;
  transition: background .2s;
  padding: 0.875rem 2rem;
  background: #2DB55D;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 12px;
  box-shadow: 0 0.25rem 1.25rem rgba(45, 181, 93, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  color: #0D0A07;
  font-weight: 700;
}.khy_reg_cta_btn-8eq:hover {
  background: #34C866;
}.khy_reg_terms-8eq {
  font-size: 11px;
  color: #957A55;
  line-height: 1.5;
}.khy_reg_seo-8eq {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.65;
  padding-top: 1.25rem;
  overflow-wrap: break-word;
  margin-top: 20px;
  color: #A88C68;
  font-size: 13px;
}.khy_reg_seo-8eq p {
  margin-bottom: 0.625rem;
  color: #A88C68;
  font-size: 13px;
  line-height: 1.65;
}.khy_reg_seo-8eq p:last-child {
  margin-bottom: 0;
}.khy_reg_seo-8eq strong {
  color: #D4C4A8;
  font-weight: 700;
}.khy_reg_seo-8eq a {
  transition: color .2s;
  color: #C8852A;
  text-decoration: underline;
}.khy_reg_seo-8eq a:hover {
  color: #D99635;
}.khy_reg_seo-8eq ul,.khy_reg_seo-8eq ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.khy_reg_seo-8eq ol {
  list-style: decimal;
}.khy_reg_seo-8eq li {
  margin-bottom: 4px;
  line-height: 1.65;
  font-size: 13px;
  color: #A88C68;
}.khy_reg_seo-8eq table {
  width: 100%;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 0.625rem;
  font-size: 0.813rem;
}
@media(min-width: 770px) {.khy_reg_seo-8eq table {
  display: table;
}
}.khy_reg_seo-8eq th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D4C4A8;
  text-align: left;
  font-weight: 700;
}.khy_reg_seo-8eq td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A88C68;
}.khy_reg_steps-8eq {
  gap: 14px;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}
@media(min-width:860px) {.khy_reg_steps-8eq {
  margin-top: 0;
}
}.khy_reg_step-8eq {
  border-radius: 10px;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.khy_reg_step_num-8eq {
  border: 1px solid rgba(200, 133, 42, 0.08);
  border-radius: 50%;
  background: rgba(200, 133, 42, 0.20);
  font-weight: 800;
  flex-shrink: 0;
  height: 34px;
  display: flex;
  font-size: 14px;
  width: 2.125rem;
  align-items: center;
  justify-content: center;
  color: #C8852A;
}.khy_reg_step_title-8eq {
  margin-bottom: 3px;
  color: #F2E8D8;
  font-weight: 700;
  font-size: 14px;
}.khy_reg_step_text-8eq {
  color: #A88C68;
  line-height: 1.5;
  font-size: 12px;
}.khy_reg_trust-8eq {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  padding-top: 20px;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  display: flex;
}.khy_reg_trust_item-8eq {
  gap: 0.438rem;
  display: flex;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #A88C68;
  align-items: center;
}.khy_reg_trust_ic-8eq svg {
  stroke-linecap: round;
  width: 16px;
  color: #C8852A;
  height: 16px;
  stroke-linejoin: round;
}.khy_seo-8eq {
  padding: 2.25rem 16px 0;
  background: #0D0A07;
}
@media(min-width: 766px) {.khy_seo-8eq {
  padding: 2.75rem 1.5rem 0;
}
}.khy_seo_in-8eq {
  padding: 1.75rem 24px;
  border-radius: 16px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1C1610;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.khy_seo_in-8eq {
  padding: 2.25rem 40px;
}
}.khy_seo_label-8eq {
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #C8852A;
  letter-spacing: .08em;
  margin-bottom: 10px;
}.khy_seo_h2-8eq {
  font-size: 20px;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  color: #F2E8D8;
  font-weight: 800;
  line-height: 1.25;
}
@media(min-width: 769px) {.khy_seo_h2-8eq {
  font-size: 1.5rem;
}
}.khy_seo_body-8eq {
  font-size: 0.875rem;
  color: #B89870;
  overflow-wrap: break-word;
  line-height: 1.75;
}.khy_seo_body-8eq p {
  margin-bottom: 12px;
  line-height: 1.75;
  color: #B89870;
  font-size: 0.875rem;
}.khy_seo_body-8eq p:last-child {
  margin-bottom: 0;
}.khy_seo_body-8eq strong {
  font-weight: 700;
  color: #D4C4A8;
}.khy_seo_body-8eq a {
  transition: color .2s;
  color: #C8852A;
  text-decoration: underline;
}.khy_seo_body-8eq a:hover {
  color: #D99635;
}.khy_seo_body-8eq ul,.khy_seo_body-8eq ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.khy_seo_body-8eq ol {
  list-style: decimal;
}.khy_seo_body-8eq li {
  margin-bottom: 6px;
  color: #B89870;
  line-height: 1.75;
  font-size: 0.875rem;
}.khy_seo_body-8eq table {
  margin-bottom: 0.75rem;
  display: block;
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
}
@media(min-width:768px) {.khy_seo_body-8eq table {
  display: table;
}
}.khy_seo_body-8eq th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #D4C4A8;
}.khy_seo_body-8eq td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #B89870;
}.khy_seo_cols-8eq {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.khy_seo_cols-8eq {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.khy_seo_cols-8eq {
  grid-template-columns: repeat(3,1fr);
}
}.khy_seo_col_h-8eq {
  margin-bottom: 7px;
  overflow-wrap: break-word;
  color: #D4C4A8;
  font-size: 0.813rem;
  font-weight: 700;
}.khy_seo_col_p-8eq {
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #A88C68;
}.khy_seo_stats-8eq {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.khy_seo_stat-8eq {
  background: rgba(200, 133, 42, 0.08);
  border: 1px solid rgba(200, 133, 42, 0.20);
  border-radius: 10px;
  padding: 14px 1rem;
  flex: 1;
  min-width: 8.75rem;
}.khy_seo_stat_val-8eq {
  color: #C8852A;
  font-weight: 800;
  margin-bottom: 0.25rem;
  font-size: 20px;
  overflow-wrap: break-word;
}.khy_seo_stat_lb-8eq {
  color: #A88C68;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.khy_seo-8eq {
  background: #0D0A07;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.khy_seo-8eq {
  padding: 44px 24px 0;
}
}.khy_seo_in-8eq {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 28px 1.5rem;
  border-radius: 1rem;
  background: #1C1610;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 769px) {.khy_seo_in-8eq {
  padding: 2.25rem 2.5rem;
}
}.khy_seo_label-8eq {
  margin-bottom: 0.625rem;
  font-weight: 700;
  color: #C8852A;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.khy_seo_h2-8eq {
  color: #F2E8D8;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 0.875rem;
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 766px) {.khy_seo_h2-8eq {
  font-size: 1.5rem;
}
}.khy_seo_body-8eq {
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
  color: #B89870;
}.khy_seo_body-8eq p {
  font-size: 0.875rem;
  color: #B89870;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.khy_seo_body-8eq p:last-child {
  margin-bottom: 0;
}.khy_seo_body-8eq strong {
  font-weight: 700;
  color: #D4C4A8;
}.khy_seo_body-8eq a {
  transition: color .2s;
  color: #C8852A;
  text-decoration: underline;
}.khy_seo_body-8eq a:hover {
  color: #D99635;
}.khy_seo_body-8eq ul,.khy_seo_body-8eq ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.khy_seo_body-8eq ol {
  list-style: decimal;
}.khy_seo_body-8eq li {
  margin-bottom: 0.375rem;
  color: #B89870;
  line-height: 1.75;
  font-size: 0.875rem;
}.khy_seo_body-8eq table {
  font-size: 13px;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
@media(min-width: 771px) {.khy_seo_body-8eq table {
  display: table;
}
}.khy_seo_body-8eq th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D4C4A8;
  text-align: left;
  font-weight: 700;
}.khy_seo_body-8eq td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #B89870;
}.khy_seo_cols-8eq {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width:640px) {.khy_seo_cols-8eq {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.khy_seo_cols-8eq {
  grid-template-columns: repeat(3,1fr);
}
}.khy_seo_col_h-8eq {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #D4C4A8;
  font-weight: 700;
  margin-bottom: 7px;
}.khy_seo_col_p-8eq {
  color: #A88C68;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
}.khy_seo_stats-8eq {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.khy_seo_stat-8eq {
  border-radius: 10px;
  padding: 0.875rem 1rem;
  flex: 1;
  background: rgba(200, 133, 42, 0.08);
  border: 1px solid rgba(200, 133, 42, 0.20);
  min-width: 8.75rem;
}.khy_seo_stat_val-8eq {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 4px;
  font-size: 20px;
  color: #C8852A;
}.khy_seo_stat_lb-8eq {
  overflow-wrap: break-word;
  color: #A88C68;
  font-size: 11px;
}.khy_faq-8eq {
  background: #0D0A07;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.khy_faq-8eq {
  padding: 2.75rem 1.5rem 0;
}
}.khy_faq_in-8eq {
  margin: 0 auto;
  max-width: 1320px;
}.khy_faq_head-8eq {
  margin-bottom: 20px;
}.khy_faq_label-8eq {
  font-size: 11px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #C8852A;
  text-transform: uppercase;
  letter-spacing: .08em;
}.khy_faq_h2-8eq {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F2E8D8;
  font-size: 20px;
  font-family: 'Cinzel', serif;
}
@media(min-width: 765px) {.khy_faq_h2-8eq {
  font-size: 24px;
}
}.khy_faq_list-8eq {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.khy_faq_item-8eq {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
  background: #1C1610;
  overflow: hidden;
}.khy_faq_q-8eq {
  padding: 16px 1.25rem;
  transition: color .2s;
  gap: 12px;
  font-size: 14px;
  color: #D4C4A8;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 600;
}.khy_faq_q-8eq:hover {
  color: #F2E8D8;
}.khy_faq_q_ic-8eq {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  color: #C8852A;
  align-items: center;
  flex-shrink: 0;
  width: 24px;
  justify-content: center;
  height: 24px;
  display: flex;
  font-size: 16px;
}.khy_faq_item-8eq.khy_state_open-8eq .khy_faq_q_ic-8eq {
  transform: rotate(45deg);
}.khy_faq_a-8eq {
  padding: 0 1.25rem 16px;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.7;
  display: none;
  color: #A88C68;
}.khy_faq_item-8eq.khy_state_open-8eq .khy_faq_a-8eq {
  display: block;
}.khy_faq_a-8eq strong {
  font-weight: 700;
  color: #D4C4A8;
}.khy_faq_a-8eq a {
  text-decoration: underline;
  color: #C8852A;
}.khy_faq_a-8eq ul,.khy_faq_a-8eq ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.khy_faq_a-8eq ol {
  list-style: decimal;
}.khy_faq_a-8eq li {
  margin-bottom: 4px;
  line-height: 1.6;
}.khy_faq_a-8eq table {
  margin: 0.5rem 0;
  font-size: 12px;
  overflow-x: auto;
  display: block;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 769px) {.khy_faq_a-8eq table {
  display: table;
}
}.khy_faq_a-8eq th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #D4C4A8;
}.khy_faq_a-8eq td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 8px;
  color: #A88C68;
}.khy_seo-8eq {
  background: #0D0A07;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.khy_seo-8eq {
  padding: 44px 24px 0;
}
}.khy_seo_in-8eq {
  background: #1C1610;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.khy_seo_in-8eq {
  padding: 36px 40px;
}
}.khy_seo_label-8eq {
  margin-bottom: 0.625rem;
  color: #C8852A;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
}.khy_seo_h2-8eq {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F2E8D8;
  font-family: 'Cinzel', serif;
}
@media(min-width: 765px) {.khy_seo_h2-8eq {
  font-size: 1.5rem;
}
}.khy_seo_body-8eq {
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #B89870;
}.khy_seo_body-8eq p {
  color: #B89870;
  font-size: 14px;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.khy_seo_body-8eq p:last-child {
  margin-bottom: 0;
}.khy_seo_body-8eq strong {
  color: #D4C4A8;
  font-weight: 700;
}.khy_seo_body-8eq a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8852A;
}.khy_seo_body-8eq a:hover {
  color: #D99635;
}.khy_seo_body-8eq ul,.khy_seo_body-8eq ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.khy_seo_body-8eq ol {
  list-style: decimal;
}.khy_seo_body-8eq li {
  margin-bottom: 0.375rem;
  color: #B89870;
  line-height: 1.75;
  font-size: 0.875rem;
}.khy_seo_body-8eq table {
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  width: 100%;
  font-size: 13px;
  display: block;
}
@media(min-width: 770px) {.khy_seo_body-8eq table {
  display: table;
}
}.khy_seo_body-8eq th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  text-align: left;
  color: #D4C4A8;
  font-weight: 700;
}.khy_seo_body-8eq td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #B89870;
}.khy_seo_cols-8eq {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.khy_seo_cols-8eq {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.khy_seo_cols-8eq {
  grid-template-columns: repeat(3,1fr);
}
}.khy_seo_col_h-8eq {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #D4C4A8;
}.khy_seo_col_p-8eq {
  color: #A88C68;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
}.khy_seo_stats-8eq {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.khy_seo_stat-8eq {
  padding: 14px 1rem;
  background: rgba(200, 133, 42, 0.08);
  flex: 1;
  border-radius: 0.625rem;
  border: 1px solid rgba(200, 133, 42, 0.20);
  min-width: 8.75rem;
}.khy_seo_stat_val-8eq {
  font-size: 1.25rem;
  color: #C8852A;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 800;
}.khy_seo_stat_lb-8eq {
  overflow-wrap: break-word;
  color: #A88C68;
  font-size: 11px;
}.khy_ft-8eq {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #080604;
  margin-top: 3rem;
}.khy_ft_support-8eq {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 1rem;
}
@media(min-width: 771px) {.khy_ft_support-8eq {
  padding: 28px 1.5rem;
}
}.khy_ft_support_in-8eq {
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  max-width: 82.5rem;
}.khy_ft_support_main-8eq {
  flex: 1;
  gap: 16px;
  min-width: 220px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.khy_ft_support_ic-8eq {
  flex-shrink: 0;
  color: #C8852A;
}.khy_ft_support_ic-8eq svg {
  stroke-linejoin: round;
  width: 1.875rem;
  stroke-linecap: round;
  height: 30px;
}.khy_ft_support_text_title-8eq {
  color: #F2E8D8;
  overflow-wrap: break-word;
  font-size: 15px;
  margin-bottom: 3px;
  font-weight: 700;
}.khy_ft_support_text_sub-8eq {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #A88C68;
}.khy_ft_support_btn-8eq {
  transition: background .2s;
  border-radius: 10px;
  padding: 11px 1.375rem;
  background: #C8852A;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  color: #F2E8D8;
  font-size: 0.813rem;
}.khy_ft_support_btn-8eq:hover {
  background: #D99635;
}.khy_ft_support_contacts-8eq {
  gap: 16px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.khy_ft_support_contact-8eq {
  font-size: 12px;
  color: #957A55;
  line-height: 1.4;
}.khy_ft_support_contact-8eq strong {
  margin-bottom: 2px;
  display: block;
  font-weight: 600;
  font-size: 11px;
  color: #B89870;
}.khy_ft_main-8eq {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 16px 24px;
}
@media(min-width: 770px) {.khy_ft_main-8eq {
  padding: 2.5rem 24px 2rem;
}
}.khy_ft_main_in-8eq {
  gap: 24px;
  margin: 0 auto;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.khy_ft_main_in-8eq {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.khy_ft_main_in-8eq {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.khy_ft_col_logo-8eq {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.khy_ft_col_logo-8eq {
  grid-column: auto;
}
}.khy_ft_logo-8eq {
  gap: 9px;
  font-weight: 800;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1rem;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  color: #F2E8D8;
}.khy_ft_logo_mark-8eq {
  overflow: hidden;
  border-radius: 5px;
  height: 1.875rem;
  width: 1.875rem;
}.khy_ft_logo_mark-8eq img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.khy_ft_logo_sub-8eq {
  overflow-wrap: break-word;
  max-width: 200px;
  color: #957A55;
  font-size: 0.75rem;
  line-height: 1.55;
}.khy_ft_col_title-8eq {
  text-transform: uppercase;
  color: #B89870;
  margin-bottom: 14px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .07em;
}.khy_ft_col_links-8eq {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.khy_ft_col_link-8eq {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #957A55;
}.khy_ft_col_link-8eq:hover {
  color: #D4C4A8;
}.khy_ft_apps-8eq {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.khy_ft_app_card-8eq {
  border-radius: 5px;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 10px 12px;
  gap: 10px;
  align-items: center;
  display: flex;
}.khy_ft_app_card-8eq:hover {
  border-color: rgba(255, 255, 255, 0.18);
}.khy_ft_app_card_ic-8eq svg {
  stroke-linejoin: round;
  width: 22px;
  height: 1.375rem;
  stroke-linecap: round;
}.khy_ft_app_card_os-8eq {
  font-weight: 600;
  font-size: 0.625rem;
  color: #957A55;
}.khy_ft_app_card_action-8eq {
  font-size: 0.75rem;
  font-weight: 700;
  color: #D4C4A8;
}.khy_ft_bot-8eq {
  padding: 1.25rem 1rem;
}
@media(min-width: 767px) {.khy_ft_bot-8eq {
  padding: 1.25rem 24px;
}
}.khy_ft_bot_in-8eq {
  margin: 0 auto;
  gap: 1rem;
  max-width: 1320px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.khy_ft_socials-8eq {
  gap: 0.5rem;
  display: flex;
}.khy_ft_soc-8eq {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .2s;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  color: #B89870;
  width: 36px;
  display: flex;
}.khy_ft_soc-8eq svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
  height: 16px;
}.khy_ft_soc-8eq:hover {
  background: rgba(255, 255, 255, 0.07);
}.khy_ft_legal-8eq {
  flex: 1;
  overflow-wrap: break-word;
  font-size: 11px;
  line-height: 1.6;
  min-width: 200px;
  color: #9A7F5C;
}.khy_ft_legal-8eq strong {
  font-weight: 700;
  color: #B89870;
}.khy_ft_legal-8eq a {
  text-decoration: underline;
  color: #B89870;
}.khy_ft_age-8eq {
  border-radius: 50%;
  border: 2px solid #9A7F5C;
  font-size: 11px;
  color: #9A7F5C;
  height: 32px;
  align-items: center;
  margin-left: auto;
  width: 2rem;
  justify-content: center;
  font-weight: 800;
  display: flex;
  flex-shrink: 0;
}