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 {
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #0D0906;
  line-height: 1.6;
  min-height: 100vh;
  color: #D8C49A;
  font-family: 'Josefin Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}.xhc-layout_acb {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.xhc-page_acb {
  min-height: 100vh;
  display: flex;
}.xhc-main_acb {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media (min-width: 1077px) {.xhc-main_acb {
  padding-left: 220px;
}
}
@media (max-width: 1078px) {.xhc-main_acb {
  padding-bottom: 4.5rem;
}
}.xhc-gc_acb {
  background: #130E07;
  border: 1px solid rgba(255, 210, 140, 0.07);
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  position: relative;
  flex-shrink: 0;
  width: 8.75rem;
  cursor: pointer;
}
@media(min-width: 638px) {.xhc-gc_acb {
  width: 9.75rem;
}
}
@media(min-width: 1078px) {.xhc-gc_acb {
  width: 10.5rem;
}
}.xhc-gc_acb:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 138, 44, 0.07);
}.xhc-gc_img_acb {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.xhc-gc_img_acb img {
  inset: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}.xhc-gc_hover_acb {
  transition: opacity .2s;
  background: rgba(8, 5, 2, 0.72);
  inset: 0;
  position: absolute;
  justify-content: center;
  opacity: 0;
  display: flex;
  align-items: center;
}.xhc-gc_acb:hover .xhc-gc_hover_acb {
  opacity: 1;
}.xhc-gc_hover_btn_acb {
  border-radius: 0.25rem;
  background: #C98A2C;
  padding: 0.5rem 16px;
  font-size: 0.75rem;
  color: #F6EDDA;
  font-weight: 700;
}.xhc-gc_info_acb {
  padding: 8px 10px 10px;
}.xhc-gc_name_acb {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  margin-bottom: 3px;
  color: #D8C49A;
  font-weight: 600;
  max-width: 100%;
}.xhc-gc_prov_acb {
  font-size: 10px;
  color: #6A5838;
}.xhc-gc_tag_acb {
  padding: 2px 7px;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: .04em;
  position: absolute;
  top: 6px;
  text-transform: uppercase;
  left: 0.375rem;
  z-index: 2;
  font-size: 9px;
}.xhc-gc_tag_hot_acb {
  background: #C43830;
  color: #fff;
}.xhc-gc_tag_new_acb {
  background: #3EB86A;
  color: #0D0906;
}.xhc-gc_tag_jp_acb {
  background: #D4A020;
  color: #0D0906;
}.xhc-gc_tag_ex_acb {
  background: #7A4E1E;
  color: #fff;
}.xhc-gc_tag_live_acb {
  background: #C43830;
  color: #fff;
}.xhc-gr_acb {
  padding: 2rem 16px 0;
  background: #0D0906;
}
@media(min-width: 771px) {.xhc-gr_acb {
  padding: 2.25rem 1.5rem 0;
}
}.xhc-gr_in_acb {
  margin: 0 auto;
  max-width: 82.5rem;
}.xhc-gr_head_acb {
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 0.625rem;
}.xhc-gr_head_l_acb {
  flex: 1;
  gap: 0.625rem;
  align-items: center;
  display: flex;
  min-width: 0;
}.xhc-gr_ic_acb {
  border-radius: 8px;
  display: flex;
  height: 32px;
  width: 2rem;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
}.xhc-gr_ic_acb svg {
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
  height: 16px;
}.xhc-gr_title_acb {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F6EDDA;
  font-weight: 700;
  font-size: 1rem;
}
@media(min-width: 769px) {.xhc-gr_title_acb {
  font-size: 18px;
}
}.xhc-gr_more_acb {
  transition: color .2s;
  gap: 5px;
  color: #7E6A48;
  align-items: center;
  font-weight: 600;
  display: flex;
  flex-shrink: 0;
  font-size: 12px;
  white-space: nowrap;
}.xhc-gr_more_acb:hover {
  color: #C98A2C;
}.xhc-gr_more_acb svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 12px;
  height: 0.75rem;
}.xhc-gr_arrows_acb {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.xhc-gr_arr_acb {
  transition: background .15s,color .15s;
  background: rgba(255, 220, 160, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(255, 210, 140, 0.13);
  width: 30px;
  align-items: center;
  height: 1.875rem;
  justify-content: center;
  display: flex;
  color: #AA9068;
}.xhc-gr_arr_acb:hover {
  background: rgba(255, 220, 160, 0.08);
  color: #F6EDDA;
}.xhc-gr_arr_acb svg {
  stroke-linejoin: round;
  width: 13px;
  stroke-linecap: round;
  height: 0.813rem;
}.xhc-gr_seo_h_acb {
  margin: 0 0 6px;
  max-width: 680px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #D8C49A;
  font-weight: 700;
  font-family: 'Cinzel', serif;
}
@media(min-width: 767px) {.xhc-gr_seo_h_acb {
  font-size: 0.875rem;
}
}.xhc-gr_seo_acb {
  color: #7E6A48;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  max-width: 680px;
  font-size: 0.75rem;
  line-height: 1.55;
}.xhc-gr_seo_acb strong {
  font-weight: 600;
  color: #D8C49A;
}.xhc-gr_scroll_acb {
  gap: 0.625rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  padding-bottom: 10px;
  scrollbar-width: none;
}.xhc-gr_scroll_acb::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.xhc-gr_scroll_acb {
  gap: 12px;
}
}.xhc-tb_acb {
  border-bottom: 1px solid rgba(255, 220, 160, 0.08);
  background: #0D0906;
  left: 0;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 80;
  height: 56px;
  right: 0;
  display: flex;
}.xhc-tb_in_acb {
  gap: 0;
  padding: 0 14px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}.xhc-tb_burger_acb {
  border-radius: 0.5rem;
  gap: 5px;
  height: 2.375rem;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 8px;
  flex-direction: column;
  align-items: center;
  width: 2.375rem;
  display: flex;
}.xhc-tb_burger_acb:hover {
  background: rgba(255, 220, 160, 0.05);
}.xhc-tb_burger_line_acb {
  border-radius: 1px;
  background: #AA9068;
  height: 2px;
  width: 1.125rem;
  display: block;
}
@media(min-width: 1079px) {.xhc-tb_burger_acb {
  display: none;
}
}.xhc-tb_logo_acb {
  gap: 0.563rem;
  letter-spacing: -.01em;
  font-size: 18px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-right: 20px;
  color: #F6EDDA;
}.xhc-tb_logo_mark_acb {
  border-radius: 0.5rem;
  overflow: hidden;
  justify-content: center;
  height: 2rem;
  align-items: center;
  display: flex;
  width: 32px;
}.xhc-tb_logo_mark_acb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.xhc-tb_nav_acb {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.xhc-tb_nav_acb {
  display: flex;
}
}.xhc-tb_tab_acb {
  transition: background .15s,color .15s;
  padding: 0.5rem 0.875rem;
  border-radius: 8px;
  font-weight: 600;
  color: #AA9068;
  white-space: nowrap;
  font-size: 13px;
}.xhc-tb_tab_acb:hover {
  background: rgba(255, 220, 160, 0.05);
  color: #F6EDDA;
}.xhc-tb_tab_acb.xhc-state_active_acb {
  background: rgba(201, 138, 44, 0.18);
  color: #F6EDDA;
}.xhc-tb_right_acb {
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
  align-items: center;
  display: flex;
}.xhc-tb_login_acb {
  background: rgba(255, 220, 160, 0.05);
  padding: 0.563rem 1rem;
  transition: border-color .2s,color .2s;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 210, 140, 0.13);
  font-size: 0.813rem;
  display: none;
  color: #D8C49A;
  font-weight: 600;
}.xhc-tb_login_acb:hover {
  border-color: rgba(210, 155, 55, 0.45);
  color: #F6EDDA;
}
@media(min-width: 479px) {.xhc-tb_login_acb {
  display: block;
}
}.xhc-tb_reg_acb {
  background: #3EB86A;
  padding: 9px 18px;
  border-radius: 0.5rem;
  transition: background .2s;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #0F0904;
  font-weight: 700;
}.xhc-tb_reg_acb:hover {
  background: #4FCC7C;
}.xhc-sb_acb {
  transition: transform .25s ease;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 220, 160, 0.05);
  background: #181108;
  width: 220px;
  position: fixed;
  left: 0;
  overflow-y: auto;
  top: 3.5rem;
  bottom: 0;
  z-index: 70;
}.xhc-sb_acb.xhc-state_open_acb {
  transform: translateX(0);
}.xhc-sb_acb::-webkit-scrollbar {
  width: 4px;
}.xhc-sb_acb::-webkit-scrollbar-thumb {
  background: rgba(255, 220, 160, 0.08);
  border-radius: 2px;
}
@media(min-width: 1082px) {.xhc-sb_acb {
  transform: translateX(0);
}
}.xhc-sb_auth_acb {
  padding: 14px 0.75rem 10px;
}.xhc-sb_btn_reg_acb {
  transition: background .2s;
  background: #3EB86A;
  padding: 0.688rem;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  color: #0F0904;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  display: block;
}.xhc-sb_btn_reg_acb:hover {
  background: #4FCC7C;
}.xhc-sb_btn_login_acb {
  background: rgba(255, 220, 160, 0.05);
  transition: border-color .2s;
  border-radius: 8px;
  border: 1px solid rgba(255, 210, 140, 0.13);
  padding: 10px;
  display: block;
  text-align: center;
  font-weight: 600;
  color: #D8C49A;
  font-size: 0.813rem;
}.xhc-sb_btn_login_acb:hover {
  border-color: rgba(210, 155, 55, 0.45);
  color: #F6EDDA;
}.xhc-sb_promo_acb {
  overflow: hidden;
  padding: 0.75rem 0.875rem;
  border: 1px solid rgba(201, 138, 44, 0.18);
  background: linear-gradient(135deg,#2C1604,#181108);
  margin: 0 12px 10px;
  border-radius: 8px;
  position: relative;
}.xhc-sb_promo_acb::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(201, 138, 44, 0.18),transparent 70%);
  position: absolute;
  content: '';
  top: -1.25rem;
  height: 5rem;
  width: 80px;
  right: -20px;
}.xhc-sb_promo_title_acb {
  color: #C98A2C;
  letter-spacing: .06em;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 4px;
  text-transform: uppercase;
}.xhc-sb_promo_text_acb {
  font-weight: 600;
  overflow-wrap: break-word;
  line-height: 1.35;
  font-size: 12px;
  color: #F6EDDA;
}.xhc-sb_promo_sub_acb {
  font-size: 10px;
  margin-top: 3px;
  color: #7E6A48;
}.xhc-sb_nav_acb {
  padding: 6px 8px 16px;
}.xhc-sb_nav_lb_acb {
  padding: 0.625rem 0.5rem 0.375rem;
  color: #6A5838;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: .08em;
  font-weight: 700;
}.xhc-sb_link_acb {
  transition: background .15s,color .15s;
  padding: 0.563rem 10px;
  gap: 0.625rem;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  color: #AA9068;
  font-size: 0.813rem;
}.xhc-sb_link_acb:hover {
  background: rgba(255, 220, 160, 0.05);
  color: #F6EDDA;
}.xhc-sb_link_acb.xhc-state_active_acb {
  background: rgba(201, 138, 44, 0.18);
  color: #F6EDDA;
}.xhc-sb_ic_acb {
  border-radius: 0.25rem;
  flex-shrink: 0;
  width: 1.875rem;
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
}.xhc-sb_ic_acb svg {
  stroke-linecap: round;
  height: 16px;
  width: 1rem;
  stroke-linejoin: round;
}.xhc-sb_ic_1_acb {
  background: rgba(201, 138, 44, 0.07);
  color: #C98A2C;
}.xhc-sb_ic_2_acb {
  background: rgba(62, 184, 106, 0.16);
  color: #3EB86A;
}.xhc-sb_ic_3_acb {
  background: rgba(212, 160, 32, 0.18);
  color: #D4A020;
}.xhc-sb_ic_4_acb {
  background: rgba(122, 78, 30, 0.28);
  color: #7A4E1E;
}.xhc-sb_ic_5_acb {
  background: rgba(201, 138, 44, 0.07);
  color: #CC3F7A;
}.xhc-sb_ic_6_acb {
  background: rgba(122, 78, 30, 0.28);
  color: #8B4FCC;
}.xhc-sb_badge_acb {
  padding: 2px 0.438rem;
  background: #D4A020;
  border-radius: 0.25rem;
  margin-left: auto;
  color: #0F0904;
  font-size: 0.563rem;
  font-weight: 700;
}.xhc-sb_bot_acb {
  border-top: 1px solid rgba(255, 220, 160, 0.05);
  gap: 8px;
  padding: 0.75rem;
  display: flex;
}.xhc-sb_lang_acb,.xhc-sb_help_acb {
  border-radius: 4px;
  border: 1px solid rgba(255, 210, 140, 0.07);
  gap: 0.375rem;
  flex: 1;
  padding: 9px 0.375rem;
  background: rgba(255, 220, 160, 0.05);
  transition: border-color .2s;
  display: flex;
  font-weight: 600;
  align-items: center;
  font-size: 0.688rem;
  color: #AA9068;
  justify-content: center;
}.xhc-sb_lang_acb:hover,.xhc-sb_help_acb:hover {
  border-color: rgba(210, 155, 55, 0.45);
  color: #F6EDDA;
}.xhc-sb_lang_acb svg,.xhc-sb_help_acb svg {
  width: 13px;
  stroke-linecap: round;
  height: 0.813rem;
  stroke-linejoin: round;
}.xhc-sb_bd_acb {
  background: rgba(8, 5, 2, 0.72);
  inset: 0;
  z-index: 69;
  display: none;
  position: fixed;
}.xhc-sb_bd_acb.xhc-state_on_acb {
  display: block;
}
@media(min-width: 1083px) {.xhc-sb_bd_acb {
  display: none!important;
}
}.xhc-mob_nav_acb {
  background: #181108;
  border-top: 1px solid rgba(255, 210, 140, 0.13);
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  display: flex;
  left: 0;
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 80;
}
@media(min-width: 1082px) {.xhc-mob_nav_acb {
  display: none;
}
}.xhc-mob_nav_item_acb {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 0.25rem;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  color: #6A5838;
  display: flex;
}.xhc-mob_nav_ic_acb {
  line-height: 1;
}.xhc-mob_nav_ic_acb svg {
  height: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 20px;
}.xhc-mob_nav_lb_acb {
  font-size: 0.625rem;
  color: #6A5838;
  font-weight: 600;
}.xhc-mob_nav_item_acb.xhc-state_active_acb {
  color: #C98A2C;
}.xhc-mob_nav_item_acb.xhc-state_active_acb .xhc-mob_nav_lb_acb {
  color: #C98A2C;
}.xhc-hero_acb {
  padding: 1.25rem 16px 0;
  background: #0D0906;
}
@media(min-width: 766px) {.xhc-hero_acb {
  padding: 1.5rem 24px 0;
}
}.xhc-hero_in_acb {
  gap: 0.75rem;
  margin: 0 auto;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 863px) {.xhc-hero_in_acb {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1103px) {.xhc-hero_in_acb {
  grid-template-columns: 1fr 21.25rem;
}
}.xhc-hero_promo_acb {
  overflow: hidden;
  background: #130E07;
  border-radius: 0.75rem;
  align-items: stretch;
  position: relative;
  display: flex;
  min-height: 220px;
}
@media(min-width: 765px) {.xhc-hero_promo_acb {
  min-height: 280px;
}
}.xhc-hero_promo_bg_acb {
  inset: 0;
  background: linear-gradient(120deg,#2C1604 0%,#0D0906 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.xhc-hero_promo_bg_acb::after {
  background: linear-gradient(90deg,#0D0906 0%,rgba(8, 5, 2, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.xhc-hero_promo_glow_acb {
  background: radial-gradient(circle,rgba(122, 78, 30, 0.28) 0%,transparent 65%);
  border-radius: 50%;
  width: 300px;
  top: -40px;
  position: absolute;
  pointer-events: none;
  right: 3.75rem;
  height: 300px;
}.xhc-hero_promo_ct_acb {
  padding: 28px 24px 1.75rem 28px;
  z-index: 2;
  max-width: 30rem;
  flex-direction: column;
  justify-content: center;
  position: relative;
  display: flex;
}
@media(min-width:768px) {.xhc-hero_promo_ct_acb {
  padding: 40px 2rem;
}
}.xhc-hero_badge_acb {
  border: 1px solid rgba(201, 138, 44, 0.07);
  background: rgba(201, 138, 44, 0.18);
  border-radius: 20px;
  padding: 5px 12px;
  font-weight: 700;
  margin-bottom: 0.875rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: .08em;
  color: #C98A2C;
}.xhc-hero_h1_acb {
  font-weight: 800;
  margin-bottom: 0.625rem;
  font-size: 26px;
  color: #F6EDDA;
  line-height: 1.15;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}.xhc-hero_h1_acb em {
  color: #D4A020;
  font-style: normal;
}
@media(min-width: 770px) {.xhc-hero_h1_acb {
  font-size: 36px;
}
}.xhc-hero_sub_acb {
  color: #AA9068;
  margin-bottom: 1.25rem;
  font-size: 13px;
  line-height: 1.55;
}
@media(min-width: 767px) {.xhc-hero_sub_acb {
  font-size: 14px;
}
}.xhc-hero_row_acb {
  gap: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.xhc-hero_cta_acb {
  padding: 0.813rem 1.625rem;
  transition: background .2s;
  background: #3EB86A;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #0F0904;
  box-shadow: 0 3px 14px rgba(62, 184, 106, 0.45), 0 1px 4px rgba(62, 184, 106, 0.20);
}.xhc-hero_cta_acb:hover {
  background: #4FCC7C;
}.xhc-hero_terms_acb {
  color: #6A5838;
  font-size: 11px;
}.xhc-hero_game_acb {
  border-radius: 12px;
  overflow: hidden;
  background: #130E07;
  border: 1px solid rgba(255, 210, 140, 0.07);
  flex-direction: column;
  display: flex;
  position: relative;
}.xhc-hero_game_badge_acb {
  padding: 5px 0.625rem;
  border: 1px solid rgba(212, 160, 32, 0.18);
  background: rgba(212, 160, 32, 0.18);
  border-radius: 1.25rem;
  font-weight: 700;
  letter-spacing: .06em;
  z-index: 3;
  text-transform: uppercase;
  position: absolute;
  left: 0.75rem;
  font-size: 10px;
  color: #D4A020;
  top: 12px;
}.xhc-hero_game_badge_acb svg {
  vertical-align: -1px;
  width: 11px;
  margin-right: 0.25rem;
  height: 0.688rem;
}.xhc-hero_game_img_acb {
  background: linear-gradient(135deg,#2C1604,#0D0906);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.xhc-hero_game_img_acb img {
  inset: 0;
  width: 100%;
  position: absolute;
  object-fit: cover;
  height: 100%;
}.xhc-hero_game_play_acb {
  transition: opacity .2s;
  background: rgba(8, 5, 2, 0.72);
  inset: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  align-items: center;
  opacity: 0;
}.xhc-hero_game_acb:hover .xhc-hero_game_play_acb {
  opacity: 1;
}.xhc-hero_game_play_acb span {
  background: #C98A2C;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 3.25rem;
  align-items: center;
  width: 3.25rem;
}.xhc-hero_game_play_acb span svg {
  height: 1.125rem;
  margin-left: 2px;
  width: 1.125rem;
}.xhc-hero_game_info_acb {
  padding: 0.875rem 16px;
}.xhc-hero_game_title_acb {
  font-size: 0.938rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #F6EDDA;
  overflow-wrap: break-word;
}.xhc-hero_game_provider_acb {
  color: #7E6A48;
  font-size: 11px;
}.xhc-hero_game_btn_acb {
  background: #C98A2C;
  padding: 0.688rem;
  border-radius: 0.5rem;
  margin: 12px 1rem 16px;
  transition: background .2s;
  font-weight: 700;
  text-align: center;
  color: #F6EDDA;
  font-size: 0.813rem;
  display: block;
}.xhc-hero_game_acb:hover .xhc-hero_game_btn_acb {
  background: #E0A03C;
}.xhc-sbar_acb {
  background: #0D0906;
  padding: 1rem 1rem 0;
}
@media(min-width: 769px) {.xhc-sbar_acb {
  padding: 18px 24px 0;
}
}.xhc-sbar_in_acb {
  margin: 0 auto;
  max-width: 1320px;
}.xhc-sbar_row_acb {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}.xhc-sbar_input_acb {
  gap: 10px;
  border: 1px solid rgba(255, 210, 140, 0.13);
  padding: 11px 16px;
  border-radius: 0.5rem;
  flex: 1;
  background: #130E07;
  transition: border-color .2s;
  display: flex;
  color: #7E6A48;
  font-size: 13px;
  align-items: center;
  cursor: pointer;
}.xhc-sbar_input_acb:hover {
  border-color: rgba(210, 155, 55, 0.45);
}.xhc-sbar_input_acb svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  flex-shrink: 0;
  height: 15px;
  width: 15px;
}.xhc-sbar_providers_acb {
  gap: 0.5rem;
  padding: 11px 1.125rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 210, 140, 0.13);
  background: #130E07;
  transition: border-color .2s;
  color: #D8C49A;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  font-size: 13px;
  display: flex;
}.xhc-sbar_providers_acb:hover {
  border-color: rgba(210, 155, 55, 0.45);
  color: #F6EDDA;
}.xhc-sbar_providers_acb svg {
  stroke-linecap: round;
  height: 14px;
  width: 0.875rem;
  stroke-linejoin: round;
}.xhc-sbar_tabs_acb {
  gap: 0.375rem;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  padding-bottom: 2px;
}.xhc-sbar_tabs_acb::-webkit-scrollbar {
  display: none;
}.xhc-sbar_tab_acb {
  transition: background .15s,color .15s,border-color .15s;
  padding: 0.5rem 0.875rem;
  border: 1px solid rgba(255, 210, 140, 0.07);
  gap: 0.438rem;
  border-radius: 1.25rem;
  background: rgba(255, 220, 160, 0.05);
  align-items: center;
  flex-shrink: 0;
  display: flex;
  color: #AA9068;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.75rem;
}.xhc-sbar_tab_acb:hover {
  border-color: rgba(210, 155, 55, 0.45);
  background: rgba(255, 220, 160, 0.08);
  color: #F6EDDA;
}.xhc-sbar_tab_acb.xhc-state_active_acb {
  border-color: rgba(201, 138, 44, 0.07);
  background: rgba(201, 138, 44, 0.18);
  color: #F6EDDA;
}.xhc-sbar_tab_ic_acb svg {
  height: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 14px;
}.xhc-ws_acb {
  background: #0D0906;
  padding: 2rem 1rem 0;
}
@media(min-width: 769px) {.xhc-ws_acb {
  padding: 36px 24px 0;
}
}.xhc-ws_in_acb {
  margin: 0 auto;
  max-width: 82.5rem;
}.xhc-ws_head_acb {
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}.xhc-ws_title_acb {
  gap: 10px;
  color: #F6EDDA;
  overflow-wrap: break-word;
  align-items: center;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}.xhc-ws_title_ic_acb svg {
  width: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #D4A020;
  height: 1.125rem;
}.xhc-ws_online_acb {
  gap: 7px;
  color: #7E6A48;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
  display: flex;
}.xhc-ws_online_dot_acb {
  background: #3EB86A;
  border-radius: 50%;
  width: 8px;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(62, 184, 106, 0.16);
  height: 8px;
}.xhc-ws_scroll_acb {
  gap: 8px;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  display: flex;
}.xhc-ws_scroll_acb::-webkit-scrollbar {
  display: none;
}.xhc-wc_acb {
  padding: 10px 14px;
  background: #130E07;
  border: 1px solid rgba(255, 210, 140, 0.13);
  gap: 10px;
  border-radius: 8px;
  align-items: center;
  min-width: 13.75rem;
  flex-shrink: 0;
  display: flex;
}.xhc-wc_img_acb {
  border-radius: 4px;
  overflow: hidden;
  background: #181108;
  height: 2.25rem;
  width: 36px;
  flex-shrink: 0;
}.xhc-wc_img_acb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.xhc-wc_info_acb {
  min-width: 0;
}.xhc-wc_game_acb {
  overflow: hidden;
  font-weight: 600;
  font-size: 12px;
  color: #D8C49A;
  white-space: nowrap;
  text-overflow: ellipsis;
}.xhc-wc_player_acb {
  overflow: hidden;
  color: #6A5838;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
}.xhc-wc_amount_acb {
  margin-left: auto;
  font-weight: 700;
  color: #3EB86A;
  white-space: nowrap;
  font-size: 13px;
  flex-shrink: 0;
}.xhc-bon_acb {
  padding: 2.25rem 1rem 0;
  background: #0D0906;
}
@media(min-width: 766px) {.xhc-bon_acb {
  padding: 44px 1.5rem 0;
}
}.xhc-bon_in_acb {
  margin: 0 auto;
  max-width: 82.5rem;
}.xhc-bon_head_acb {
  margin-bottom: 20px;
}.xhc-bon_label_acb {
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #C98A2C;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.xhc-bon_h2_acb {
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: 'Cinzel', serif;
  margin-bottom: 8px;
  color: #F6EDDA;
  font-weight: 800;
}
@media(min-width: 769px) {.xhc-bon_h2_acb {
  font-size: 24px;
}
}.xhc-bon_seo_acb {
  color: #7E6A48;
  font-size: 13px;
  overflow-wrap: break-word;
  max-width: 620px;
  line-height: 1.6;
}.xhc-bon_seo_acb strong {
  font-weight: 700;
  color: #D8C49A;
}.xhc-bon_seo_acb a {
  text-decoration: underline;
  color: #C98A2C;
}.xhc-bon_grid_acb {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 643px) {.xhc-bon_grid_acb {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.xhc-bon_grid_acb {
  grid-template-columns: repeat(5,1fr);
}
}.xhc-bon_card_acb {
  border-radius: 0.5rem;
  transition: border-color .2s,transform .2s;
  background: #130E07;
  border: 1px solid rgba(255, 210, 140, 0.13);
  padding: 16px;
}.xhc-bon_card_acb:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 138, 44, 0.07);
}.xhc-bon_card_ic_acb svg {
  stroke-linecap: round;
  height: 1.625rem;
  stroke-linejoin: round;
  width: 1.625rem;
}.xhc-bon_card_ic_acb {
  margin-bottom: 10px;
}.xhc-bon_card_type_acb {
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 0.375rem;
  font-weight: 700;
  color: #7E6A48;
  font-size: 10px;
}.xhc-bon_card_amount_acb {
  color: #D4A020;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 6px;
  font-size: 1.125rem;
}.xhc-bon_card_name_acb {
  font-size: 0.813rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #F6EDDA;
}.xhc-bon_card_detail_acb {
  border-top: 1px solid rgba(255, 220, 160, 0.05);
  line-height: 1.5;
  color: #6A5838;
  padding-top: 0.5rem;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.xhc-htp_acb {
  background: #0D0906;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.xhc-htp_acb {
  padding: 2.75rem 1.5rem 0;
}
}.xhc-htp_in_acb {
  margin: 0 auto;
  max-width: 1320px;
}.xhc-htp_head_acb {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.xhc-htp_label_acb {
  letter-spacing: .08em;
  font-weight: 700;
  color: #C98A2C;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 11px;
}.xhc-htp_h2_acb {
  font-weight: 800;
  font-size: 22px;
  font-family: 'Cinzel', serif;
  color: #F6EDDA;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.xhc-htp_h2_acb {
  font-size: 28px;
}
}.xhc-htp_intro_acb {
  color: #7E6A48;
  font-size: 14px;
  line-height: 1.6;
}.xhc-htp_steps_acb {
  list-style: none;
  padding: 0;
  gap: 0.75rem;
  margin: 0;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width: 639px) {.xhc-htp_steps_acb {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.xhc-htp_steps_acb {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.xhc-htp_step_acb {
  border: 1px solid rgba(255, 210, 140, 0.13);
  padding: 20px 1.125rem 18px;
  border-radius: 8px;
  background: #181108;
  position: relative;
  display: flex;
  flex-direction: column;
}.xhc-htp_step_num_acb {
  border-radius: 50%;
  background: #C98A2C;
  font-weight: 800;
  width: 28px;
  top: -12px;
  color: #0F0904;
  position: absolute;
  font-size: 13px;
  display: flex;
  justify-content: center;
  left: 1.25rem;
  align-items: center;
  height: 28px;
  font-family: 'Cinzel', serif;
}.xhc-htp_step_ic_acb {
  margin: 0.5rem 0 12px;
  background: rgba(201, 138, 44, 0.18);
  border-radius: 4px;
  color: #C98A2C;
  display: flex;
  justify-content: center;
  width: 2.25rem;
  align-items: center;
  height: 2.25rem;
}.xhc-htp_step_ic_acb svg {
  stroke-linecap: round;
  width: 1.125rem;
  height: 18px;
  stroke-linejoin: round;
}.xhc-htp_step_h_acb {
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.25;
  color: #F6EDDA;
  margin-bottom: 0.375rem;
  font-weight: 700;
}.xhc-htp_step_p_acb {
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #7E6A48;
}.xhc-htp_step_p_acb strong {
  font-weight: 600;
  color: #D8C49A;
}.xhc-htp_cta_acb {
  border-radius: 0.5rem;
  transition: background .2s;
  background: #3EB86A;
  padding: 13px 1.625rem;
  display: inline-block;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0F0904;
}.xhc-htp_cta_acb:hover {
  background: #4FCC7C;
}.xhc-prov_acb {
  background: #0D0906;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.xhc-prov_acb {
  padding: 2.75rem 1.5rem 0;
}
}.xhc-prov_in_acb {
  margin: 0 auto;
  max-width: 1320px;
}.xhc-prov_head_acb {
  margin-bottom: 16px;
}.xhc-prov_label_acb {
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #C98A2C;
  font-weight: 700;
}.xhc-prov_h2_acb {
  font-weight: 800;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  margin-bottom: 8px;
  color: #F6EDDA;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.xhc-prov_h2_acb {
  font-size: 24px;
}
}.xhc-prov_seo_acb {
  font-size: 13px;
  color: #7E6A48;
  max-width: 38.75rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
}.xhc-prov_seo_acb strong {
  font-weight: 700;
  color: #D8C49A;
}.xhc-prov_seo_acb a {
  text-decoration: underline;
  color: #C98A2C;
}.xhc-prov_grid_acb {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 638px) {.xhc-prov_grid_acb {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1082px) {.xhc-prov_grid_acb {
  grid-template-columns: repeat(8,1fr);
}
}.xhc-prov_card_acb {
  gap: 0.438rem;
  background: #130E07;
  padding: 14px 10px;
  border: 1px solid rgba(255, 210, 140, 0.13);
  border-radius: 8px;
  transition: border-color .2s,background .2s;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  display: flex;
}.xhc-prov_card_acb:hover {
  background: #181108;
  border-color: rgba(210, 155, 55, 0.45);
}.xhc-prov_logo_acb {
  border-radius: 0.25rem;
  background: rgba(255, 220, 160, 0.05);
  overflow: hidden;
  justify-content: center;
  width: 44px;
  align-items: center;
  height: 44px;
  display: flex;
}.xhc-prov_logo_acb img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.xhc-prov_name_acb {
  color: #AA9068;
  font-size: 11px;
  text-align: center;
  overflow-wrap: break-word;
  font-weight: 600;
}.xhc-reg_acb {
  background: #0D0906;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.xhc-reg_acb {
  padding: 44px 1.5rem 0;
}
}.xhc-reg_in_acb {
  padding: 1.75rem 1.5rem;
  background: #181108;
  border: 1px solid rgba(255, 210, 140, 0.07);
  margin: 0 auto;
  border-radius: 0.75rem;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.xhc-reg_in_acb {
  padding: 2.5rem;
}
}.xhc-reg_top_acb {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 862px) {.xhc-reg_top_acb {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.xhc-reg_label_acb {
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  color: #C98A2C;
}.xhc-reg_h2_acb {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.375rem;
  color: #F6EDDA;
  font-family: 'Cinzel', serif;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
@media(min-width: 765px) {.xhc-reg_h2_acb {
  font-size: 1.75rem;
}
}.xhc-reg_bonus_acb {
  background: rgba(212, 160, 32, 0.18);
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding: 10px 16px;
  border: 1px solid rgba(212, 160, 32, 0.18);
  align-items: center;
  display: inline-flex;
  margin-bottom: 1rem;
}.xhc-reg_bonus_amount_acb {
  color: #D4A020;
  font-weight: 800;
  font-size: 1.25rem;
}.xhc-reg_bonus_text_acb {
  font-size: 13px;
  line-height: 1.35;
  color: #AA9068;
}.xhc-reg_cta_btn_acb {
  transition: background .2s;
  background: #3EB86A;
  padding: 14px 32px;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
  color: #0F0904;
  display: inline-block;
  box-shadow: 0 3px 14px rgba(62, 184, 106, 0.45), 0 1px 0.25rem rgba(62, 184, 106, 0.20);
  font-size: 0.938rem;
}.xhc-reg_cta_btn_acb:hover {
  background: #4FCC7C;
}.xhc-reg_terms_acb {
  font-size: 11px;
  line-height: 1.5;
  color: #6A5838;
}.xhc-reg_seo_acb {
  border-top: 1px solid rgba(255, 220, 160, 0.05);
  font-size: 0.813rem;
  line-height: 1.65;
  padding-top: 20px;
  overflow-wrap: break-word;
  color: #7E6A48;
  margin-top: 20px;
}.xhc-reg_seo_acb p {
  color: #7E6A48;
  line-height: 1.65;
  font-size: 0.813rem;
  margin-bottom: 0.625rem;
}.xhc-reg_seo_acb p:last-child {
  margin-bottom: 0;
}.xhc-reg_seo_acb strong {
  font-weight: 700;
  color: #D8C49A;
}.xhc-reg_seo_acb a {
  transition: color .2s;
  text-decoration: underline;
  color: #C98A2C;
}.xhc-reg_seo_acb a:hover {
  color: #E0A03C;
}.xhc-reg_seo_acb ul,.xhc-reg_seo_acb ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.xhc-reg_seo_acb ol {
  list-style: decimal;
}.xhc-reg_seo_acb li {
  margin-bottom: 0.25rem;
  font-size: 0.813rem;
  color: #7E6A48;
  line-height: 1.65;
}.xhc-reg_seo_acb table {
  width: 100%;
  overflow-x: auto;
  display: block;
  margin-bottom: 0.625rem;
  font-size: 13px;
  border-collapse: collapse;
}
@media(min-width: 770px) {.xhc-reg_seo_acb table {
  display: table;
}
}.xhc-reg_seo_acb th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 220, 160, 0.08);
  text-align: left;
  font-weight: 700;
  color: #D8C49A;
}.xhc-reg_seo_acb td {
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
  padding: 0.5rem;
  color: #7E6A48;
}.xhc-reg_steps_acb {
  gap: 14px;
  flex-direction: column;
  margin-top: 28px;
  display: flex;
}
@media(min-width: 862px) {.xhc-reg_steps_acb {
  margin-top: 0;
}
}.xhc-reg_step_acb {
  gap: 0.875rem;
  border-radius: 0.5rem;
  padding: 16px;
  background: rgba(255, 220, 160, 0.05);
  border: 1px solid rgba(255, 210, 140, 0.07);
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.xhc-reg_step_num_acb {
  border: 1px solid rgba(201, 138, 44, 0.07);
  background: rgba(201, 138, 44, 0.18);
  border-radius: 50%;
  font-size: 0.875rem;
  align-items: center;
  font-weight: 800;
  height: 2.125rem;
  flex-shrink: 0;
  width: 34px;
  justify-content: center;
  color: #C98A2C;
  display: flex;
}.xhc-reg_step_title_acb {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 3px;
  color: #F6EDDA;
}.xhc-reg_step_text_acb {
  line-height: 1.5;
  color: #7E6A48;
  font-size: 12px;
}.xhc-reg_trust_acb {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 220, 160, 0.05);
  flex-wrap: wrap;
  margin-top: 20px;
  display: flex;
  padding-top: 20px;
}.xhc-reg_trust_item_acb {
  gap: 7px;
  font-size: 12px;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
  color: #7E6A48;
}.xhc-reg_trust_ic_acb svg {
  color: #C98A2C;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
  width: 1rem;
}.xhc-app_acb {
  background: #0D0906;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.xhc-app_acb {
  padding: 44px 24px 0;
}
}.xhc-app_in_acb {
  margin: 0 auto;
  max-width: 1320px;
}.xhc-app_head_acb {
  margin-bottom: 16px;
}.xhc-app_label_acb {
  font-size: 11px;
  font-weight: 700;
  color: #C98A2C;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}.xhc-app_h2_acb {
  color: #F6EDDA;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  margin-bottom: 6px;
  font-weight: 800;
}
@media(min-width: 767px) {.xhc-app_h2_acb {
  font-size: 24px;
}
}.xhc-app_sub_acb {
  line-height: 1.6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #7E6A48;
  max-width: 37.5rem;
}.xhc-app_sub_acb strong {
  font-weight: 700;
  color: #D8C49A;
}.xhc-app_cards_acb {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1rem;
}
@media(min-width:640px) {.xhc-app_cards_acb {
  grid-template-columns: repeat(3,1fr);
}
}.xhc-app_card_acb {
  border-radius: 8px;
  padding: 1.25rem;
  gap: 1rem;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}.xhc-app_card_ios_acb {
  background: linear-gradient(135deg,rgba(201, 138, 44, 0.18) 0%,#181108 100%);
}.xhc-app_card_android_acb {
  background: linear-gradient(135deg,rgba(62, 184, 106, 0.16) 0%,#181108 100%);
}.xhc-app_card_win_acb {
  background: linear-gradient(135deg,rgba(212, 160, 32, 0.18) 0%,#181108 100%);
}.xhc-app_card_ic_acb svg {
  height: 2.125rem;
  stroke-linecap: round;
  width: 34px;
  stroke-linejoin: round;
}.xhc-app_card_ic_acb {
  flex-shrink: 0;
  color: #F6EDDA;
}.xhc-app_card_os_acb {
  margin-bottom: 6px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #7E6A48;
  font-weight: 700;
  font-size: 0.625rem;
}.xhc-app_card_title_acb {
  line-height: 1.2;
  margin-bottom: 0.375rem;
  color: #F6EDDA;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.938rem;
}.xhc-app_card_text_acb {
  margin-bottom: 0.875rem;
  color: #7E6A48;
  line-height: 1.5;
  font-size: 12px;
  overflow-wrap: break-word;
}.xhc-app_card_btn_acb {
  gap: 0.438rem;
  background: rgba(255, 220, 160, 0.13);
  border: 1px solid rgba(210, 155, 55, 0.45);
  transition: background .2s;
  border-radius: 0.25rem;
  padding: 10px 1.125rem;
  font-weight: 700;
  color: #F6EDDA;
  align-items: center;
  display: inline-flex;
  font-size: 13px;
}.xhc-app_card_btn_acb:hover {
  background: rgba(255, 220, 160, 0.08);
}.xhc-pmt_acb {
  padding: 36px 1rem 0;
  background: #0D0906;
}
@media(min-width: 767px) {.xhc-pmt_acb {
  padding: 2.75rem 24px 0;
}
}.xhc-pmt_in_acb {
  margin: 0 auto;
  max-width: 1320px;
}.xhc-pmt_head_acb {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.xhc-pmt_label_acb {
  color: #C98A2C;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 11px;
}.xhc-pmt_h2_acb {
  margin-bottom: 8px;
  color: #F6EDDA;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 22px;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.xhc-pmt_h2_acb {
  font-size: 28px;
}
}.xhc-pmt_intro_acb {
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 14px;
  color: #7E6A48;
}.xhc-pmt_groups_acb {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.xhc-pmt_group_acb {
  border-radius: 8px;
  background: #181108;
  padding: 1.25rem;
  border: 1px solid rgba(255, 210, 140, 0.13);
}.xhc-pmt_group_head_acb {
  gap: 12px;
  margin-bottom: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.xhc-pmt_group_ic_acb {
  border-radius: 4px;
  background: rgba(201, 138, 44, 0.18);
  flex-shrink: 0;
  height: 36px;
  align-items: center;
  width: 2.25rem;
  display: flex;
  color: #C98A2C;
  justify-content: center;
}.xhc-pmt_group_ic_acb svg {
  stroke-linecap: round;
  height: 1.125rem;
  stroke-linejoin: round;
  width: 1.125rem;
}.xhc-pmt_group_h_acb {
  margin: 0;
  font-family: 'Cinzel', serif;
  font-size: 16px;
  overflow-wrap: break-word;
  color: #F6EDDA;
  font-weight: 700;
}.xhc-pmt_group_p_acb {
  line-height: 1.6;
  margin-bottom: 14px;
  color: #7E6A48;
  font-size: 13px;
  overflow-wrap: break-word;
}.xhc-pmt_group_p_acb strong {
  color: #D8C49A;
  font-weight: 600;
}.xhc-pmt_table_wrap_acb {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.xhc-pmt_table_acb {
  font-size: 13px;
  border-collapse: collapse;
  min-width: 540px;
  width: 100%;
}.xhc-pmt_table_acb th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 220, 160, 0.08);
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 700;
  font-size: 11px;
  white-space: nowrap;
  color: #D8C49A;
  text-align: left;
}.xhc-pmt_table_acb td {
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
  padding: 12px;
  color: #7E6A48;
}.xhc-pmt_table_acb tbody tr:last-child td {
  border-bottom: none;
}.xhc-pmt_table_acb tr:hover td {
  background: rgba(255, 220, 160, 0.05);
  color: #D8C49A;
}.xhc-rv_acb {
  background: #0D0906;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.xhc-rv_acb {
  padding: 2.75rem 24px 0;
}
}.xhc-rv_in_acb {
  margin: 0 auto;
  max-width: 82.5rem;
}.xhc-rv_head_acb {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.xhc-rv_label_acb {
  color: #C98A2C;
  margin-bottom: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
}.xhc-rv_h2_acb {
  margin-bottom: 0.625rem;
  font-family: 'Cinzel', serif;
  font-size: 22px;
  font-weight: 800;
  color: #F6EDDA;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.xhc-rv_h2_acb {
  font-size: 28px;
}
}.xhc-rv_stats_acb {
  gap: 1.125rem;
  font-size: 0.813rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  color: #7E6A48;
}.xhc-rv_stats_score_acb {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.xhc-rv_stats_score_val_acb {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 22px;
  color: #D4A020;
}.xhc-rv_stats_score_max_acb {
  color: #6A5838;
  font-size: 0.813rem;
}.xhc-rv_stats_badge_acb {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.xhc-rv_stats_badge_acb svg {
  color: #D4A020;
  width: 0.875rem;
  height: 0.875rem;
}.xhc-rv_grid_acb {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.xhc-rv_grid_acb {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.xhc-rv_grid_acb {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.xhc-rv_card_acb {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 210, 140, 0.13);
  background: #181108;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}.xhc-rv_card_stars_acb {
  gap: 2px;
  display: flex;
  color: #D4A020;
  margin-bottom: 0.625rem;
}.xhc-rv_card_stars_acb svg {
  height: 14px;
  width: 14px;
}.xhc-rv_card_h_acb {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #F6EDDA;
  line-height: 1.3;
  margin-bottom: 8px;
  font-weight: 700;
}.xhc-rv_card_body_acb {
  flex: 1;
  font-size: 13px;
  margin-bottom: 0.875rem;
  line-height: 1.65;
  color: #7E6A48;
  overflow-wrap: break-word;
}.xhc-rv_card_body_acb strong {
  color: #D8C49A;
  font-weight: 600;
}.xhc-rv_card_meta_acb {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 220, 160, 0.05);
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 0.75rem;
  display: flex;
}.xhc-rv_card_author_acb {
  font-size: 0.75rem;
  color: #D8C49A;
  font-weight: 600;
}.xhc-rv_card_date_acb {
  color: #6A5838;
  font-size: 11px;
}.xhc-seo_acb {
  background: #0D0906;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.xhc-seo_acb {
  padding: 44px 1.5rem 0;
}
}.xhc-seo_in_acb {
  margin: 0 auto;
  background: #181108;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 210, 140, 0.13);
  border-radius: 12px;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.xhc-seo_in_acb {
  padding: 2.25rem 2.5rem;
}
}.xhc-seo_label_acb {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  color: #C98A2C;
  font-weight: 700;
}.xhc-seo_h2_acb {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 14px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F6EDDA;
}
@media(min-width: 769px) {.xhc-seo_h2_acb {
  font-size: 24px;
}
}.xhc-seo_body_acb {
  font-size: 0.875rem;
  color: #AA9068;
  line-height: 1.75;
  overflow-wrap: break-word;
}.xhc-seo_body_acb p {
  color: #AA9068;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}.xhc-seo_body_acb p:last-child {
  margin-bottom: 0;
}.xhc-seo_body_acb strong {
  font-weight: 700;
  color: #D8C49A;
}.xhc-seo_body_acb a {
  transition: color .2s;
  text-decoration: underline;
  color: #C98A2C;
}.xhc-seo_body_acb a:hover {
  color: #E0A03C;
}.xhc-seo_body_acb ul,.xhc-seo_body_acb ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.xhc-seo_body_acb ol {
  list-style: decimal;
}.xhc-seo_body_acb li {
  font-size: 0.875rem;
  color: #AA9068;
  margin-bottom: 6px;
  line-height: 1.75;
}.xhc-seo_body_acb table {
  width: 100%;
  font-size: 13px;
  overflow-x: auto;
  display: block;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
}
@media(min-width: 765px) {.xhc-seo_body_acb table {
  display: table;
}
}.xhc-seo_body_acb th {
  border-bottom: 1px solid rgba(255, 220, 160, 0.08);
  padding: 10px 12px;
  color: #D8C49A;
  font-weight: 700;
  text-align: left;
}.xhc-seo_body_acb td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
  color: #AA9068;
}.xhc-seo_cols_acb {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 642px) {.xhc-seo_cols_acb {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.xhc-seo_cols_acb {
  grid-template-columns: repeat(3,1fr);
}
}.xhc-seo_col_h_acb {
  color: #D8C49A;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-size: 13px;
}.xhc-seo_col_p_acb {
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #7E6A48;
}.xhc-seo_stats_acb {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.xhc-seo_stat_acb {
  border-radius: 8px;
  border: 1px solid rgba(201, 138, 44, 0.18);
  flex: 1;
  background: rgba(201, 138, 44, 0.07);
  padding: 14px 16px;
  min-width: 8.75rem;
}.xhc-seo_stat_val_acb {
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #C98A2C;
  font-weight: 800;
}.xhc-seo_stat_lb_acb {
  color: #7E6A48;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.xhc-seo_acb {
  background: #0D0906;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.xhc-seo_acb {
  padding: 44px 1.5rem 0;
}
}.xhc-seo_in_acb {
  border-radius: 0.75rem;
  background: #181108;
  padding: 28px 1.5rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 210, 140, 0.13);
  max-width: 1320px;
}
@media(min-width: 769px) {.xhc-seo_in_acb {
  padding: 2.25rem 2.5rem;
}
}.xhc-seo_label_acb {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C98A2C;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 10px;
}.xhc-seo_h2_acb {
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #F6EDDA;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  line-height: 1.25;
}
@media(min-width:768px) {.xhc-seo_h2_acb {
  font-size: 24px;
}
}.xhc-seo_body_acb {
  color: #AA9068;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
}.xhc-seo_body_acb p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #AA9068;
  line-height: 1.75;
}.xhc-seo_body_acb p:last-child {
  margin-bottom: 0;
}.xhc-seo_body_acb strong {
  color: #D8C49A;
  font-weight: 700;
}.xhc-seo_body_acb a {
  transition: color .2s;
  text-decoration: underline;
  color: #C98A2C;
}.xhc-seo_body_acb a:hover {
  color: #E0A03C;
}.xhc-seo_body_acb ul,.xhc-seo_body_acb ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.xhc-seo_body_acb ol {
  list-style: decimal;
}.xhc-seo_body_acb li {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 6px;
  color: #AA9068;
}.xhc-seo_body_acb table {
  font-size: 0.813rem;
  overflow-x: auto;
  margin-bottom: 12px;
  border-collapse: collapse;
  width: 100%;
  display: block;
}
@media(min-width: 769px) {.xhc-seo_body_acb table {
  display: table;
}
}.xhc-seo_body_acb th {
  border-bottom: 1px solid rgba(255, 220, 160, 0.08);
  padding: 10px 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #D8C49A;
}.xhc-seo_body_acb td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
  color: #AA9068;
}.xhc-seo_cols_acb {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.xhc-seo_cols_acb {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.xhc-seo_cols_acb {
  grid-template-columns: repeat(3,1fr);
}
}.xhc-seo_col_h_acb {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  color: #D8C49A;
}.xhc-seo_col_p_acb {
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #7E6A48;
}.xhc-seo_stats_acb {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.xhc-seo_stat_acb {
  flex: 1;
  border-radius: 0.5rem;
  padding: 14px 16px;
  border: 1px solid rgba(201, 138, 44, 0.18);
  background: rgba(201, 138, 44, 0.07);
  min-width: 8.75rem;
}.xhc-seo_stat_val_acb {
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #C98A2C;
}.xhc-seo_stat_lb_acb {
  color: #7E6A48;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.xhc-seo_acb {
  padding: 2.25rem 16px 0;
  background: #0D0906;
}
@media(min-width: 770px) {.xhc-seo_acb {
  padding: 44px 1.5rem 0;
}
}.xhc-seo_in_acb {
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 210, 140, 0.13);
  margin: 0 auto;
  background: #181108;
  border-radius: 12px;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.xhc-seo_in_acb {
  padding: 2.25rem 2.5rem;
}
}.xhc-seo_label_acb {
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #C98A2C;
}.xhc-seo_h2_acb {
  font-family: 'Cinzel', serif;
  color: #F6EDDA;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.xhc-seo_h2_acb {
  font-size: 1.5rem;
}
}.xhc-seo_body_acb {
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #AA9068;
}.xhc-seo_body_acb p {
  line-height: 1.75;
  font-size: 14px;
  color: #AA9068;
  margin-bottom: 0.75rem;
}.xhc-seo_body_acb p:last-child {
  margin-bottom: 0;
}.xhc-seo_body_acb strong {
  font-weight: 700;
  color: #D8C49A;
}.xhc-seo_body_acb a {
  transition: color .2s;
  color: #C98A2C;
  text-decoration: underline;
}.xhc-seo_body_acb a:hover {
  color: #E0A03C;
}.xhc-seo_body_acb ul,.xhc-seo_body_acb ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.xhc-seo_body_acb ol {
  list-style: decimal;
}.xhc-seo_body_acb li {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 6px;
  color: #AA9068;
}.xhc-seo_body_acb table {
  font-size: 13px;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 12px;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 770px) {.xhc-seo_body_acb table {
  display: table;
}
}.xhc-seo_body_acb th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 220, 160, 0.08);
  font-weight: 700;
  text-align: left;
  color: #D8C49A;
}.xhc-seo_body_acb td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
  color: #AA9068;
}.xhc-seo_cols_acb {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.xhc-seo_cols_acb {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.xhc-seo_cols_acb {
  grid-template-columns: repeat(3,1fr);
}
}.xhc-seo_col_h_acb {
  font-weight: 700;
  color: #D8C49A;
  margin-bottom: 7px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.xhc-seo_col_p_acb {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #7E6A48;
  font-size: 0.813rem;
}.xhc-seo_stats_acb {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.xhc-seo_stat_acb {
  border-radius: 8px;
  flex: 1;
  background: rgba(201, 138, 44, 0.07);
  padding: 14px 16px;
  border: 1px solid rgba(201, 138, 44, 0.18);
  min-width: 8.75rem;
}.xhc-seo_stat_val_acb {
  color: #C98A2C;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
}.xhc-seo_stat_lb_acb {
  color: #7E6A48;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.xhc-faq_acb {
  padding: 2.25rem 16px 0;
  background: #0D0906;
}
@media(min-width: 765px) {.xhc-faq_acb {
  padding: 44px 1.5rem 0;
}
}.xhc-faq_in_acb {
  margin: 0 auto;
  max-width: 82.5rem;
}.xhc-faq_head_acb {
  margin-bottom: 1.25rem;
}.xhc-faq_label_acb {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C98A2C;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 8px;
}.xhc-faq_h2_acb {
  color: #F6EDDA;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
}
@media(min-width: 770px) {.xhc-faq_h2_acb {
  font-size: 1.5rem;
}
}.xhc-faq_list_acb {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.xhc-faq_item_acb {
  border: 1px solid rgba(255, 210, 140, 0.13);
  border-radius: 8px;
  background: #181108;
  overflow: hidden;
}.xhc-faq_q_acb {
  padding: 16px 20px;
  transition: color .2s;
  gap: 0.75rem;
  font-size: 14px;
  font-weight: 600;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  overflow-wrap: break-word;
  color: #D8C49A;
}.xhc-faq_q_acb:hover {
  color: #F6EDDA;
}.xhc-faq_q_ic_acb {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255, 220, 160, 0.05);
  align-items: center;
  display: flex;
  color: #C98A2C;
  justify-content: center;
  height: 1.5rem;
  font-size: 16px;
  flex-shrink: 0;
  width: 1.5rem;
}.xhc-faq_item_acb.xhc-state_open_acb .xhc-faq_q_ic_acb {
  transform: rotate(45deg);
}.xhc-faq_a_acb {
  padding: 0 20px 1rem;
  font-size: 0.813rem;
  line-height: 1.7;
  display: none;
  overflow-wrap: break-word;
  color: #7E6A48;
}.xhc-faq_item_acb.xhc-state_open_acb .xhc-faq_a_acb {
  display: block;
}.xhc-faq_a_acb strong {
  font-weight: 700;
  color: #D8C49A;
}.xhc-faq_a_acb a {
  text-decoration: underline;
  color: #C98A2C;
}.xhc-faq_a_acb ul,.xhc-faq_a_acb ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.xhc-faq_a_acb ol {
  list-style: decimal;
}.xhc-faq_a_acb li {
  margin-bottom: 4px;
  line-height: 1.6;
}.xhc-faq_a_acb table {
  margin: 0.5rem 0;
  width: 100%;
  font-size: 0.75rem;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 771px) {.xhc-faq_a_acb table {
  display: table;
}
}.xhc-faq_a_acb th {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 220, 160, 0.08);
  font-weight: 700;
  text-align: left;
  color: #D8C49A;
}.xhc-faq_a_acb td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
  color: #7E6A48;
}.xhc-ft_acb {
  border-top: 1px solid rgba(255, 220, 160, 0.05);
  background: #080503;
  margin-top: 48px;
}.xhc-ft_support_acb {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
}
@media(min-width: 771px) {.xhc-ft_support_acb {
  padding: 28px 1.5rem;
}
}.xhc-ft_support_in_acb {
  margin: 0 auto;
  gap: 1rem;
  align-items: center;
  max-width: 82.5rem;
  flex-wrap: wrap;
  display: flex;
}.xhc-ft_support_main_acb {
  gap: 1rem;
  flex: 1;
  align-items: center;
  display: flex;
  min-width: 220px;
  flex-wrap: wrap;
}.xhc-ft_support_ic_acb {
  color: #C98A2C;
  flex-shrink: 0;
}.xhc-ft_support_ic_acb svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.875rem;
  width: 30px;
}.xhc-ft_support_text_title_acb {
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F6EDDA;
  margin-bottom: 3px;
  font-size: 15px;
}.xhc-ft_support_text_sub_acb {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #7E6A48;
}.xhc-ft_support_btn_acb {
  border-radius: 8px;
  background: #C98A2C;
  transition: background .2s;
  padding: 11px 22px;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 13px;
  color: #F6EDDA;
  white-space: nowrap;
}.xhc-ft_support_btn_acb:hover {
  background: #E0A03C;
}.xhc-ft_support_contacts_acb {
  gap: 1rem;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.xhc-ft_support_contact_acb {
  color: #6A5838;
  font-size: 12px;
  line-height: 1.4;
}.xhc-ft_support_contact_acb strong {
  color: #AA9068;
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 11px;
}.xhc-ft_main_acb {
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
  padding: 32px 16px 24px;
}
@media(min-width: 770px) {.xhc-ft_main_acb {
  padding: 2.5rem 1.5rem 32px;
}
}.xhc-ft_main_in_acb {
  gap: 1.5rem;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 641px) {.xhc-ft_main_in_acb {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.xhc-ft_main_in_acb {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.xhc-ft_col_logo_acb {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.xhc-ft_col_logo_acb {
  grid-column: auto;
}
}.xhc-ft_logo_acb {
  gap: 0.563rem;
  color: #F6EDDA;
  align-items: center;
  font-size: 1rem;
  font-weight: 800;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 12px;
}.xhc-ft_logo_mark_acb {
  overflow: hidden;
  border-radius: 4px;
  width: 30px;
  height: 30px;
}.xhc-ft_logo_mark_acb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.xhc-ft_logo_sub_acb {
  line-height: 1.55;
  font-size: 0.75rem;
  max-width: 12.5rem;
  overflow-wrap: break-word;
  color: #6A5838;
}.xhc-ft_col_title_acb {
  font-size: 0.75rem;
  margin-bottom: 14px;
  color: #AA9068;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-weight: 700;
}.xhc-ft_col_links_acb {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.xhc-ft_col_link_acb {
  transition: color .2s;
  color: #6A5838;
  overflow-wrap: break-word;
  font-size: 13px;
}.xhc-ft_col_link_acb:hover {
  color: #D8C49A;
}.xhc-ft_apps_acb {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.xhc-ft_app_card_acb {
  background: rgba(255, 220, 160, 0.05);
  gap: 0.625rem;
  padding: 10px 0.75rem;
  border: 1px solid rgba(255, 210, 140, 0.13);
  border-radius: 4px;
  transition: border-color .2s;
  display: flex;
  align-items: center;
}.xhc-ft_app_card_acb:hover {
  border-color: rgba(210, 155, 55, 0.45);
}.xhc-ft_app_card_ic_acb svg {
  width: 22px;
  height: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.xhc-ft_app_card_os_acb {
  font-size: 0.625rem;
  color: #6A5838;
  font-weight: 600;
}.xhc-ft_app_card_action_acb {
  color: #D8C49A;
  font-weight: 700;
  font-size: 12px;
}.xhc-ft_bot_acb {
  padding: 1.25rem 1rem;
}
@media(min-width: 766px) {.xhc-ft_bot_acb {
  padding: 20px 24px;
}
}.xhc-ft_bot_in_acb {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 1320px;
}.xhc-ft_socials_acb {
  gap: 0.5rem;
  display: flex;
}.xhc-ft_soc_acb {
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 210, 140, 0.13);
  background: rgba(255, 220, 160, 0.05);
  transition: background .2s;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  color: #AA9068;
}.xhc-ft_soc_acb svg {
  width: 1rem;
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.xhc-ft_soc_acb:hover {
  background: rgba(255, 220, 160, 0.08);
}.xhc-ft_legal_acb {
  flex: 1;
  line-height: 1.6;
  font-size: 11px;
  overflow-wrap: break-word;
  min-width: 12.5rem;
  color: #8A7250;
}.xhc-ft_legal_acb strong {
  font-weight: 700;
  color: #AA9068;
}.xhc-ft_legal_acb a {
  color: #AA9068;
  text-decoration: underline;
}.xhc-ft_age_acb {
  border: 2px solid #8A7250;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  font-weight: 800;
  flex-shrink: 0;
  width: 32px;
  font-size: 11px;
  align-items: center;
  color: #8A7250;
  margin-left: auto;
  height: 2rem;
}