*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #100E08;
  -webkit-font-smoothing: antialiased;
  color: #D8CAAB;
  min-height: 100vh;
  line-height: 1.6;
  font-family: 'Lato', sans-serif;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  color: inherit;
  text-decoration: none;
}button {
  font: inherit;
  border: none;
  background: none;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.xht_layout_lgd {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.xht_page_lgd {
  min-height: 100vh;
  display: flex;
}.xht_main_lgd {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media(min-width: 1078px) {.xht_main_lgd {
  padding-left: 13.75rem;
}
}
@media(max-width: 1080px) {.xht_main_lgd {
  padding-bottom: 4.5rem;
}
}.xht_gc_lgd {
  transition: transform .2s,border-color .2s;
  border-radius: 0.563rem;
  overflow: hidden;
  background: #161209;
  border: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  cursor: pointer;
  width: 140px;
  flex-shrink: 0;
}
@media(min-width: 643px) {.xht_gc_lgd {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.xht_gc_lgd {
  width: 10.5rem;
}
}.xht_gc_lgd:hover {
  border-color: rgba(200, 155, 58, 0.08);
  transform: translateY(-3px);
}.xht_gc_img_lgd {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.xht_gc_img_lgd img {
  inset: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}.xht_gc_hover_lgd {
  background: rgba(6, 5, 3, 0.72);
  transition: opacity .2s;
  inset: 0;
  justify-content: center;
  display: flex;
  opacity: 0;
  align-items: center;
  position: absolute;
}.xht_gc_lgd:hover .xht_gc_hover_lgd {
  opacity: 1;
}.xht_gc_hover_btn_lgd {
  background: #C89B3A;
  padding: 0.5rem 16px;
  border-radius: 0.313rem;
  font-size: 12px;
  font-weight: 700;
  color: #F6EDD8;
}.xht_gc_info_lgd {
  padding: 0.5rem 0.625rem 10px;
}.xht_gc_name_lgd {
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 3px;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #D8CAAB;
  font-weight: 600;
}.xht_gc_prov_lgd {
  font-size: 10px;
  color: #5C5140;
}.xht_gc_tag_lgd {
  border-radius: 4px;
  padding: 2px 0.438rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  left: 0.375rem;
  z-index: 2;
  font-size: 9px;
  position: absolute;
  font-weight: 700;
  top: 0.375rem;
}.xht_gc_tag_hot_lgd {
  background: #D43B3B;
  color: #fff;
}.xht_gc_tag_new_lgd {
  background: #3DBF7A;
  color: #100E08;
}.xht_gc_tag_jp_lgd {
  background: #E8B830;
  color: #100E08;
}.xht_gc_tag_ex_lgd {
  background: #8C5E18;
  color: #fff;
}.xht_gc_tag_live_lgd {
  background: #D43B3B;
  color: #fff;
}.xht_gr_lgd {
  padding: 2rem 16px 0;
  background: #100E08;
}
@media(min-width: 766px) {.xht_gr_lgd {
  padding: 36px 24px 0;
}
}.xht_gr_in_lgd {
  margin: 0 auto;
  max-width: 1320px;
}.xht_gr_head_lgd {
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  align-items: center;
  display: flex;
}.xht_gr_head_l_lgd {
  gap: 0.625rem;
  flex: 1;
  align-items: center;
  min-width: 0;
  display: flex;
}.xht_gr_ic_lgd {
  border-radius: 0.563rem;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 32px;
  flex-shrink: 0;
  height: 32px;
}.xht_gr_ic_lgd svg {
  height: 1rem;
  width: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.xht_gr_title_lgd {
  font-weight: 700;
  font-size: 16px;
  color: #F6EDD8;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.xht_gr_title_lgd {
  font-size: 1.125rem;
}
}.xht_gr_more_lgd {
  transition: color .2s;
  gap: 5px;
  font-weight: 600;
  color: #7A6C54;
  font-size: 12px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
}.xht_gr_more_lgd:hover {
  color: #C89B3A;
}.xht_gr_more_lgd svg {
  width: 0.75rem;
  height: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.xht_gr_arrows_lgd {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.xht_gr_arr_lgd {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.313rem;
  transition: background .15s,color .15s;
  display: flex;
  align-items: center;
  width: 1.875rem;
  color: #A8967A;
  justify-content: center;
  height: 30px;
}.xht_gr_arr_lgd:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F6EDD8;
}.xht_gr_arr_lgd svg {
  stroke-linecap: round;
  width: 13px;
  height: 13px;
  stroke-linejoin: round;
}.xht_gr_seo_h_lgd {
  margin: 0 0 6px;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  font-family: 'Playfair Display', serif;
  font-size: 0.813rem;
  color: #D8CAAB;
  font-weight: 700;
}
@media(min-width: 765px) {.xht_gr_seo_h_lgd {
  font-size: 0.875rem;
}
}.xht_gr_seo_lgd {
  overflow-wrap: break-word;
  line-height: 1.55;
  margin-bottom: 12px;
  max-width: 42.5rem;
  color: #7A6C54;
  font-size: 0.75rem;
}.xht_gr_seo_lgd strong {
  color: #D8CAAB;
  font-weight: 600;
}.xht_gr_scroll_lgd {
  gap: 10px;
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 0.625rem;
}.xht_gr_scroll_lgd::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.xht_gr_scroll_lgd {
  gap: 0.75rem;
}
}.xht_tb_lgd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #100E08;
  right: 0;
  z-index: 80;
  top: 0;
  display: flex;
  height: 56px;
  left: 0;
  position: fixed;
  align-items: center;
}.xht_tb_in_lgd {
  gap: 0;
  padding: 0 14px;
  height: 100%;
  align-items: center;
  display: flex;
  width: 100%;
}.xht_tb_burger_lgd {
  gap: 0.313rem;
  border-radius: 0.563rem;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 38px;
  width: 2.375rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}.xht_tb_burger_lgd:hover {
  background: rgba(255, 255, 255, 0.05);
}.xht_tb_burger_line_lgd {
  border-radius: 1px;
  background: #A8967A;
  width: 18px;
  height: 2px;
  display: block;
}
@media(min-width: 1083px) {.xht_tb_burger_lgd {
  display: none;
}
}.xht_tb_logo_lgd {
  gap: 9px;
  overflow-wrap: break-word;
  font-size: 18px;
  font-weight: 800;
  flex-shrink: 0;
  color: #F6EDD8;
  margin-right: 20px;
  letter-spacing: -.01em;
  display: flex;
  align-items: center;
}.xht_tb_logo_mark_lgd {
  border-radius: 9px;
  overflow: hidden;
  height: 32px;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 32px;
}.xht_tb_logo_mark_lgd img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.xht_tb_nav_lgd {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.xht_tb_nav_lgd {
  display: flex;
}
}.xht_tb_tab_lgd {
  transition: background .15s,color .15s;
  padding: 8px 14px;
  border-radius: 9px;
  color: #A8967A;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
}.xht_tb_tab_lgd:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6EDD8;
}.xht_tb_tab_lgd.xht_state_active_lgd {
  background: rgba(200, 155, 58, 0.18);
  color: #F6EDD8;
}.xht_tb_right_lgd {
  gap: 8px;
  flex-shrink: 0;
  align-items: center;
  margin-left: auto;
  display: flex;
}.xht_tb_login_lgd {
  border-radius: 0.563rem;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 0.813rem;
  display: none;
  font-weight: 600;
  color: #D8CAAB;
}.xht_tb_login_lgd:hover {
  border-color: rgba(200, 155, 58, 0.45);
  color: #F6EDD8;
}
@media(min-width: 479px) {.xht_tb_login_lgd {
  display: block;
}
}.xht_tb_reg_lgd {
  background: #3DBF7A;
  transition: background .2s;
  border-radius: 9px;
  padding: 0.563rem 18px;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.813rem;
  color: #0C0B06;
}.xht_tb_reg_lgd:hover {
  background: #4ED48A;
}.xht_sb_lgd {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  transition: transform .25s ease;
  background: #1C180F;
  z-index: 70;
  left: 0;
  width: 13.75rem;
  bottom: 0;
  position: fixed;
  top: 3.5rem;
  overflow-y: auto;
}.xht_sb_lgd.xht_state_open_lgd {
  transform: translateX(0);
}.xht_sb_lgd::-webkit-scrollbar {
  width: 0.25rem;
}.xht_sb_lgd::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1077px) {.xht_sb_lgd {
  transform: translateX(0);
}
}.xht_sb_auth_lgd {
  padding: 0.875rem 12px 0.625rem;
}.xht_sb_btn_reg_lgd {
  padding: 11px;
  background: #3DBF7A;
  transition: background .2s;
  border-radius: 0.563rem;
  display: block;
  font-weight: 700;
  text-align: center;
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
  color: #0C0B06;
}.xht_sb_btn_reg_lgd:hover {
  background: #4ED48A;
}.xht_sb_btn_login_lgd {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 9px;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  display: block;
  color: #D8CAAB;
}.xht_sb_btn_login_lgd:hover {
  border-color: rgba(200, 155, 58, 0.45);
  color: #F6EDD8;
}.xht_sb_promo_lgd {
  border-radius: 9px;
  overflow: hidden;
  padding: 12px 14px;
  background: linear-gradient(135deg,#2A1E06,#1C180F);
  margin: 0 12px 10px;
  border: 1px solid rgba(200, 155, 58, 0.18);
  position: relative;
}.xht_sb_promo_lgd::before {
  background: radial-gradient(circle,rgba(200, 155, 58, 0.18),transparent 70%);
  border-radius: 50%;
  right: -1.25rem;
  content: '';
  position: absolute;
  top: -1.25rem;
  height: 5rem;
  width: 5rem;
}.xht_sb_promo_title_lgd {
  color: #C89B3A;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 11px;
  margin-bottom: 0.25rem;
}.xht_sb_promo_text_lgd {
  color: #F6EDD8;
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.35;
}.xht_sb_promo_sub_lgd {
  margin-top: 3px;
  color: #7A6C54;
  font-size: 0.625rem;
}.xht_sb_nav_lgd {
  padding: 6px 8px 16px;
}.xht_sb_nav_lb_lgd {
  padding: 0.625rem 0.5rem 6px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  color: #5C5140;
}.xht_sb_link_lgd {
  gap: 10px;
  transition: background .15s,color .15s;
  border-radius: 5px;
  padding: 9px 0.625rem;
  align-items: center;
  font-weight: 500;
  display: flex;
  cursor: pointer;
  color: #A8967A;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.xht_sb_link_lgd:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6EDD8;
}.xht_sb_link_lgd.xht_state_active_lgd {
  background: rgba(200, 155, 58, 0.18);
  color: #F6EDD8;
}.xht_sb_ic_lgd {
  border-radius: 5px;
  height: 30px;
  width: 1.875rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}.xht_sb_ic_lgd svg {
  height: 16px;
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.xht_sb_ic_1_lgd {
  background: rgba(200, 155, 58, 0.08);
  color: #C89B3A;
}.xht_sb_ic_2_lgd {
  background: rgba(61, 191, 122, 0.16);
  color: #3DBF7A;
}.xht_sb_ic_3_lgd {
  background: rgba(232, 184, 48, 0.15);
  color: #E8B830;
}.xht_sb_ic_4_lgd {
  background: rgba(140, 94, 24, 0.22);
  color: #8C5E18;
}.xht_sb_ic_5_lgd {
  background: rgba(200, 155, 58, 0.08);
  color: #E0527C;
}.xht_sb_ic_6_lgd {
  background: rgba(140, 94, 24, 0.22);
  color: #9B5EE8;
}.xht_sb_badge_lgd {
  background: #E8B830;
  border-radius: 5px;
  padding: 2px 7px;
  color: #0C0B06;
  margin-left: auto;
  font-weight: 700;
  font-size: 9px;
}.xht_sb_bot_lgd {
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  display: flex;
}.xht_sb_lang_lgd,.xht_sb_help_lgd {
  border-radius: 5px;
  gap: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 9px 0.375rem;
  flex: 1;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-weight: 600;
  font-size: 0.688rem;
  color: #A8967A;
  display: flex;
  justify-content: center;
  align-items: center;
}.xht_sb_lang_lgd:hover,.xht_sb_help_lgd:hover {
  border-color: rgba(200, 155, 58, 0.45);
  color: #F6EDD8;
}.xht_sb_lang_lgd svg,.xht_sb_help_lgd svg {
  stroke-linecap: round;
  height: 13px;
  stroke-linejoin: round;
  width: 13px;
}.xht_sb_bd_lgd {
  background: rgba(6, 5, 3, 0.72);
  inset: 0;
  z-index: 69;
  display: none;
  position: fixed;
}.xht_sb_bd_lgd.xht_state_on_lgd {
  display: block;
}
@media(min-width: 1082px) {.xht_sb_bd_lgd {
  display: none!important;
}
}.xht_mob_nav_lgd {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  background: #1C180F;
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  right: 0;
  position: fixed;
  z-index: 80;
  display: flex;
  left: 0;
  bottom: 0;
}
@media(min-width: 1081px) {.xht_mob_nav_lgd {
  display: none;
}
}.xht_mob_nav_item_lgd {
  gap: 0.25rem;
  flex: 1;
  padding: 0.25rem 2px;
  align-items: center;
  flex-direction: column;
  color: #5C5140;
  cursor: pointer;
  display: flex;
}.xht_mob_nav_ic_lgd {
  line-height: 1;
}.xht_mob_nav_ic_lgd svg {
  height: 20px;
  width: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.xht_mob_nav_lb_lgd {
  color: #5C5140;
  font-size: 0.625rem;
  font-weight: 600;
}.xht_mob_nav_item_lgd.xht_state_active_lgd {
  color: #C89B3A;
}.xht_mob_nav_item_lgd.xht_state_active_lgd .xht_mob_nav_lb_lgd {
  color: #C89B3A;
}.xht_hero_lgd {
  background: #100E08;
  padding: 1.25rem 16px 0;
}
@media(min-width: 770px) {.xht_hero_lgd {
  padding: 24px 24px 0;
}
}.xht_hero_in_lgd {
  margin: 0 auto;
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1320px;
}
@media(min-width: 858px) {.xht_hero_in_lgd {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1099px) {.xht_hero_in_lgd {
  grid-template-columns: 1fr 340px;
}
}.xht_hero_promo_lgd {
  border-radius: 0.875rem;
  background: #161209;
  overflow: hidden;
  position: relative;
  min-height: 13.75rem;
  align-items: stretch;
  display: flex;
}
@media(min-width:768px) {.xht_hero_promo_lgd {
  min-height: 280px;
}
}.xht_hero_promo_bg_lgd {
  background: linear-gradient(120deg,#2A1E06 0%,#100E08 100%);
  background-position: center;
  inset: 0;
  position: absolute;
  background-size: cover;
}.xht_hero_promo_bg_lgd::after {
  background: linear-gradient(90deg,#100E08 0%,rgba(6, 5, 3, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.xht_hero_promo_glow_lgd {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(140, 94, 24, 0.22) 0%,transparent 65%);
  top: -40px;
  position: absolute;
  height: 300px;
  width: 300px;
  pointer-events: none;
  right: 3.75rem;
}.xht_hero_promo_ct_lgd {
  padding: 1.75rem 1.5rem 1.75rem 1.75rem;
  max-width: 30rem;
  flex-direction: column;
  display: flex;
  z-index: 2;
  position: relative;
  justify-content: center;
}
@media(min-width: 769px) {.xht_hero_promo_ct_lgd {
  padding: 40px 2rem;
}
}.xht_hero_badge_lgd {
  border-radius: 20px;
  padding: 5px 0.75rem;
  border: 1px solid rgba(200, 155, 58, 0.08);
  background: rgba(200, 155, 58, 0.18);
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #C89B3A;
  font-size: 10px;
  margin-bottom: 0.875rem;
  letter-spacing: .08em;
}.xht_hero_h1_lgd {
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.625rem;
  line-height: 1.15;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 26px;
  color: #F6EDD8;
}.xht_hero_h1_lgd em {
  font-style: normal;
  color: #E8B830;
}
@media(min-width: 767px) {.xht_hero_h1_lgd {
  font-size: 36px;
}
}.xht_hero_sub_lgd {
  color: #A8967A;
  line-height: 1.55;
  font-size: 13px;
  margin-bottom: 1.25rem;
}
@media(min-width: 769px) {.xht_hero_sub_lgd {
  font-size: 0.875rem;
}
}.xht_hero_row_lgd {
  gap: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.xht_hero_cta_lgd {
  border-radius: 0.563rem;
  padding: 0.813rem 1.625rem;
  background: #3DBF7A;
  transition: background .2s;
  font-weight: 700;
  color: #0C0B06;
  font-size: 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 0.25rem 18px rgba(61, 191, 122, 0.42);
}.xht_hero_cta_lgd:hover {
  background: #4ED48A;
}.xht_hero_terms_lgd {
  color: #5C5140;
  font-size: 0.688rem;
}.xht_hero_game_lgd {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  background: #161209;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}.xht_hero_game_badge_lgd {
  border: 1px solid rgba(232, 184, 48, 0.15);
  border-radius: 20px;
  background: rgba(232, 184, 48, 0.15);
  padding: 5px 0.625rem;
  font-weight: 700;
  color: #E8B830;
  font-size: 0.625rem;
  left: 12px;
  z-index: 3;
  letter-spacing: .06em;
  top: 12px;
  position: absolute;
  text-transform: uppercase;
}.xht_hero_game_badge_lgd svg {
  height: 0.688rem;
  margin-right: 0.25rem;
  width: 0.688rem;
  vertical-align: -1px;
}.xht_hero_game_img_lgd {
  overflow: hidden;
  background: linear-gradient(135deg,#2A1E06,#100E08);
  position: relative;
  padding-bottom: 60%;
}.xht_hero_game_img_lgd img {
  inset: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}.xht_hero_game_play_lgd {
  background: rgba(6, 5, 3, 0.72);
  inset: 0;
  transition: opacity .2s;
  position: absolute;
  opacity: 0;
  justify-content: center;
  display: flex;
  align-items: center;
}.xht_hero_game_lgd:hover .xht_hero_game_play_lgd {
  opacity: 1;
}.xht_hero_game_play_lgd span {
  border-radius: 50%;
  background: #C89B3A;
  width: 52px;
  justify-content: center;
  align-items: center;
  height: 3.25rem;
  display: flex;
}.xht_hero_game_play_lgd span svg {
  width: 18px;
  height: 18px;
  margin-left: 2px;
}.xht_hero_game_info_lgd {
  padding: 0.875rem 1rem;
}.xht_hero_game_title_lgd {
  color: #F6EDD8;
  font-size: 0.938rem;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 4px;
}.xht_hero_game_provider_lgd {
  font-size: 0.688rem;
  color: #7A6C54;
}.xht_hero_game_btn_lgd {
  border-radius: 0.563rem;
  transition: background .2s;
  background: #C89B3A;
  padding: 0.688rem;
  margin: 0.75rem 16px 1rem;
  text-align: center;
  font-size: 13px;
  display: block;
  font-weight: 700;
  color: #F6EDD8;
}.xht_hero_game_lgd:hover .xht_hero_game_btn_lgd {
  background: #D8AE4E;
}.xht_wy_lgd {
  padding: 32px 1rem 0;
  background: #100E08;
}
@media(min-width: 769px) {.xht_wy_lgd {
  padding: 2.5rem 24px 0;
}
}.xht_wy_in_lgd {
  margin: 0 auto;
  max-width: 82.5rem;
}.xht_wy_head_lgd {
  margin-bottom: 1.125rem;
  max-width: 720px;
}.xht_wy_label_lgd {
  margin-bottom: 0.5rem;
  color: #C89B3A;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.xht_wy_h2_lgd {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  color: #F6EDD8;
  font-family: 'Playfair Display', serif;
  margin-bottom: 8px;
}
@media(min-width: 770px) {.xht_wy_h2_lgd {
  font-size: 24px;
}
}.xht_wy_intro_lgd {
  margin: 0;
  line-height: 1.6;
  font-size: 13px;
  color: #7A6C54;
}.xht_wy_grid_lgd {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.xht_wy_grid_lgd {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.xht_wy_grid_lgd {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.xht_wy_card_lgd {
  background: #1C180F;
  padding: 1.25rem;
  transition: border-color .2s,transform .2s;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.xht_wy_card_lgd:hover {
  border-color: rgba(200, 155, 58, 0.08);
  transform: translateY(-2px);
}.xht_wy_card_ic_lgd {
  background: rgba(200, 155, 58, 0.18);
  border-radius: 50%;
  align-items: center;
  margin-bottom: 0.875rem;
  height: 2.75rem;
  width: 44px;
  display: flex;
  justify-content: center;
  color: #C89B3A;
}.xht_wy_card_ic_lgd svg {
  height: 22px;
  stroke-linecap: round;
  width: 1.375rem;
  stroke-linejoin: round;
}.xht_wy_card_h_lgd {
  margin-bottom: 0.375rem;
  color: #F6EDD8;
  line-height: 1.25;
  font-weight: 700;
  font-size: 15px;
  overflow-wrap: break-word;
}.xht_wy_card_p_lgd {
  line-height: 1.6;
  color: #7A6C54;
  overflow-wrap: break-word;
  font-size: 13px;
}.xht_wy_card_p_lgd strong {
  color: #D8CAAB;
  font-weight: 600;
}.xht_gcg_lgd {
  padding: 2.25rem 16px 0;
  background: #100E08;
}
@media(min-width: 766px) {.xht_gcg_lgd {
  padding: 44px 1.5rem 0;
}
}.xht_gcg_in_lgd {
  margin: 0 auto;
  max-width: 82.5rem;
}.xht_gcg_head_lgd {
  margin-bottom: 20px;
  max-width: 720px;
}.xht_gcg_label_lgd {
  letter-spacing: .08em;
  font-weight: 700;
  color: #C89B3A;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
}.xht_gcg_h2_lgd {
  font-size: 22px;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  color: #F6EDD8;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width: 769px) {.xht_gcg_h2_lgd {
  font-size: 1.75rem;
}
}.xht_gcg_intro_lgd {
  color: #7A6C54;
  font-size: 13px;
  line-height: 1.6;
}.xht_gcg_grid_lgd {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.xht_gcg_grid_lgd {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.xht_gcg_grid_lgd {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.xht_gcg_card_lgd {
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 14px;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  min-height: 240px;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  display: flex;
  position: relative;
}.xht_gcg_card_lgd:hover {
  border-color: rgba(200, 155, 58, 0.18);
  transform: translateY(-3px);
}.xht_gcg_card_bg_lgd {
  inset: 0;
  z-index: 0;
  position: absolute;
}.xht_gcg_card_bg_lgd::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.xht_gcg_card_ic_lgd {
  border-radius: 5px;
  background: rgba(0,0,0,.45);
  top: 18px;
  z-index: 2;
  height: 2.5rem;
  justify-content: center;
  color: #F6EDD8;
  display: flex;
  position: absolute;
  align-items: center;
  right: 18px;
  width: 2.5rem;
}.xht_gcg_card_ic_lgd svg {
  height: 20px;
  width: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.xht_gcg_card_ct_lgd {
  z-index: 1;
  position: relative;
}.xht_gcg_card_h_lgd {
  line-height: 1.2;
  overflow-wrap: break-word;
  color: #F6EDD8;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 1.125rem;
}
@media(min-width: 766px) {.xht_gcg_card_h_lgd {
  font-size: 20px;
}
}.xht_gcg_card_p_lgd {
  margin-bottom: 0.625rem;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.xht_gcg_card_p_lgd strong {
  color: #F6EDD8;
  font-weight: 600;
}.xht_gcg_card_cta_lgd {
  gap: 4px;
  display: inline-flex;
  align-items: center;
  letter-spacing: .04em;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #C89B3A;
}.xht_gcg_card_cta_lgd svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.75rem;
  height: 12px;
}.xht_ws_lgd {
  background: #100E08;
  padding: 32px 16px 0;
}
@media(min-width: 771px) {.xht_ws_lgd {
  padding: 36px 24px 0;
}
}.xht_ws_in_lgd {
  margin: 0 auto;
  max-width: 82.5rem;
}.xht_ws_head_lgd {
  gap: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}.xht_ws_title_lgd {
  gap: 0.625rem;
  font-weight: 700;
  align-items: center;
  font-family: 'Playfair Display', serif;
  color: #F6EDD8;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  display: flex;
  font-size: 1rem;
}.xht_ws_title_ic_lgd svg {
  width: 1.125rem;
  height: 18px;
  color: #E8B830;
  stroke-linecap: round;
  stroke-linejoin: round;
}.xht_ws_online_lgd {
  gap: 0.438rem;
  align-items: center;
  font-size: 12px;
  display: flex;
  color: #7A6C54;
  font-weight: 600;
}.xht_ws_online_dot_lgd {
  background: #3DBF7A;
  border-radius: 50%;
  box-shadow: 0 0 0.375rem rgba(61, 191, 122, 0.16);
  flex-shrink: 0;
  width: 8px;
  height: 0.5rem;
}.xht_ws_scroll_lgd {
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
  display: flex;
  scrollbar-width: none;
}.xht_ws_scroll_lgd::-webkit-scrollbar {
  display: none;
}.xht_wc_lgd {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #161209;
  border-radius: 9px;
  padding: 0.625rem 14px;
  gap: 0.625rem;
  flex-shrink: 0;
  display: flex;
  min-width: 220px;
  align-items: center;
}.xht_wc_img_lgd {
  overflow: hidden;
  background: #1C180F;
  border-radius: 5px;
  height: 2.25rem;
  flex-shrink: 0;
  width: 2.25rem;
}.xht_wc_img_lgd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.xht_wc_info_lgd {
  min-width: 0;
}.xht_wc_game_lgd {
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  color: #D8CAAB;
  text-overflow: ellipsis;
  font-size: 12px;
}.xht_wc_player_lgd {
  overflow: hidden;
  font-size: 0.625rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #5C5140;
}.xht_wc_amount_lgd {
  margin-left: auto;
  flex-shrink: 0;
  white-space: nowrap;
  color: #3DBF7A;
  font-weight: 700;
  font-size: 0.813rem;
}.xht_prov_lgd {
  padding: 2.25rem 1rem 0;
  background: #100E08;
}
@media(min-width: 771px) {.xht_prov_lgd {
  padding: 2.75rem 1.5rem 0;
}
}.xht_prov_in_lgd {
  margin: 0 auto;
  max-width: 1320px;
}.xht_prov_head_lgd {
  margin-bottom: 1rem;
}.xht_prov_label_lgd {
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  color: #C89B3A;
  font-size: 0.688rem;
}.xht_prov_h2_lgd {
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F6EDD8;
  margin-bottom: 0.5rem;
}
@media(min-width: 771px) {.xht_prov_h2_lgd {
  font-size: 24px;
}
}.xht_prov_seo_lgd {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  max-width: 620px;
  color: #7A6C54;
  margin-bottom: 1rem;
  line-height: 1.6;
}.xht_prov_seo_lgd strong {
  color: #D8CAAB;
  font-weight: 700;
}.xht_prov_seo_lgd a {
  text-decoration: underline;
  color: #C89B3A;
}.xht_prov_grid_lgd {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 638px) {.xht_prov_grid_lgd {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.xht_prov_grid_lgd {
  grid-template-columns: repeat(8,1fr);
}
}.xht_prov_card_lgd {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.875rem 10px;
  gap: 0.438rem;
  border-radius: 0.563rem;
  background: #161209;
  transition: border-color .2s,background .2s;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}.xht_prov_card_lgd:hover {
  border-color: rgba(200, 155, 58, 0.45);
  background: #1C180F;
}.xht_prov_logo_lgd {
  overflow: hidden;
  border-radius: 0.313rem;
  background: rgba(255, 255, 255, 0.05);
  width: 44px;
  justify-content: center;
  display: flex;
  height: 2.75rem;
  align-items: center;
}.xht_prov_logo_lgd img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.xht_prov_name_lgd {
  text-align: center;
  font-size: 11px;
  overflow-wrap: break-word;
  color: #A8967A;
  font-weight: 600;
}.xht_app_lgd {
  padding: 36px 1rem 0;
  background: #100E08;
}
@media(min-width: 770px) {.xht_app_lgd {
  padding: 2.75rem 24px 0;
}
}.xht_app_in_lgd {
  margin: 0 auto;
  max-width: 82.5rem;
}.xht_app_head_lgd {
  margin-bottom: 1rem;
}.xht_app_label_lgd {
  letter-spacing: .08em;
  color: #C89B3A;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 0.688rem;
}.xht_app_h2_lgd {
  font-weight: 800;
  margin-bottom: 6px;
  color: #F6EDD8;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
}
@media(min-width: 767px) {.xht_app_h2_lgd {
  font-size: 24px;
}
}.xht_app_sub_lgd {
  font-size: 13px;
  color: #7A6C54;
  line-height: 1.6;
  max-width: 600px;
  overflow-wrap: break-word;
}.xht_app_sub_lgd strong {
  font-weight: 700;
  color: #D8CAAB;
}.xht_app_cards_lgd {
  gap: 10px;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.xht_app_cards_lgd {
  grid-template-columns: repeat(3,1fr);
}
}.xht_app_card_lgd {
  padding: 1.25rem;
  gap: 1rem;
  border-radius: 0.563rem;
  overflow: hidden;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  display: flex;
}.xht_app_card_ios_lgd {
  background: linear-gradient(135deg,rgba(200, 155, 58, 0.18) 0%,#1C180F 100%);
}.xht_app_card_android_lgd {
  background: linear-gradient(135deg,rgba(61, 191, 122, 0.16) 0%,#1C180F 100%);
}.xht_app_card_win_lgd {
  background: linear-gradient(135deg,rgba(232, 184, 48, 0.15) 0%,#1C180F 100%);
}.xht_app_card_ic_lgd svg {
  stroke-linejoin: round;
  width: 34px;
  height: 2.125rem;
  stroke-linecap: round;
}.xht_app_card_ic_lgd {
  flex-shrink: 0;
  color: #F6EDD8;
}.xht_app_card_os_lgd {
  margin-bottom: 0.375rem;
  font-size: 10px;
  font-weight: 700;
  color: #7A6C54;
  letter-spacing: .08em;
  text-transform: uppercase;
}.xht_app_card_title_lgd {
  line-height: 1.2;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  font-weight: 700;
  color: #F6EDD8;
  margin-bottom: 0.375rem;
}.xht_app_card_text_lgd {
  margin-bottom: 0.875rem;
  color: #7A6C54;
  font-size: 0.75rem;
  line-height: 1.5;
  overflow-wrap: break-word;
}.xht_app_card_btn_lgd {
  padding: 0.625rem 18px;
  transition: background .2s;
  gap: 0.438rem;
  border-radius: 0.313rem;
  border: 1px solid rgba(200, 155, 58, 0.45);
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.813rem;
  color: #F6EDD8;
  font-weight: 700;
  align-items: center;
  display: inline-flex;
}.xht_app_card_btn_lgd:hover {
  background: rgba(255, 255, 255, 0.07);
}.xht_htp_lgd {
  padding: 36px 1rem 0;
  background: #100E08;
}
@media(min-width: 767px) {.xht_htp_lgd {
  padding: 44px 1.5rem 0;
}
}.xht_htp_in_lgd {
  margin: 0 auto;
  max-width: 1320px;
}.xht_htp_head_lgd {
  margin-bottom: 22px;
  max-width: 720px;
}.xht_htp_label_lgd {
  color: #C89B3A;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.xht_htp_h2_lgd {
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  color: #F6EDD8;
}
@media(min-width:768px) {.xht_htp_h2_lgd {
  font-size: 28px;
}
}.xht_htp_intro_lgd {
  color: #7A6C54;
  line-height: 1.6;
  font-size: 0.875rem;
}.xht_htp_steps_lgd {
  padding: 0;
  gap: 12px;
  list-style: none;
  margin: 0;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.xht_htp_steps_lgd {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.xht_htp_steps_lgd {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.xht_htp_step_lgd {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.563rem;
  background: #1C180F;
  padding: 1.25rem 18px 1.125rem;
  flex-direction: column;
  position: relative;
  display: flex;
}.xht_htp_step_num_lgd {
  border-radius: 50%;
  background: #C89B3A;
  font-size: 0.813rem;
  justify-content: center;
  width: 1.75rem;
  top: -12px;
  left: 20px;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  align-items: center;
  position: absolute;
  color: #0C0B06;
  display: flex;
  height: 1.75rem;
}.xht_htp_step_ic_lgd {
  background: rgba(200, 155, 58, 0.18);
  border-radius: 5px;
  margin: 0.5rem 0 12px;
  align-items: center;
  height: 2.25rem;
  width: 36px;
  color: #C89B3A;
  justify-content: center;
  display: flex;
}.xht_htp_step_ic_lgd svg {
  width: 1.125rem;
  height: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.xht_htp_step_h_lgd {
  line-height: 1.25;
  font-size: 14px;
  overflow-wrap: break-word;
  color: #F6EDD8;
  font-weight: 700;
  margin-bottom: 0.375rem;
}.xht_htp_step_p_lgd {
  overflow-wrap: break-word;
  color: #7A6C54;
  font-size: 0.813rem;
  line-height: 1.55;
}.xht_htp_step_p_lgd strong {
  color: #D8CAAB;
  font-weight: 600;
}.xht_htp_cta_lgd {
  border-radius: 0.563rem;
  padding: 13px 1.625rem;
  transition: background .2s;
  background: #3DBF7A;
  display: inline-block;
  font-size: 0.875rem;
  margin-top: 20px;
  font-weight: 700;
  color: #0C0B06;
}.xht_htp_cta_lgd:hover {
  background: #4ED48A;
}.xht_reg_lgd {
  padding: 36px 1rem 0;
  background: #100E08;
}
@media(min-width: 770px) {.xht_reg_lgd {
  padding: 44px 24px 0;
}
}.xht_reg_in_lgd {
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #1C180F;
  border-radius: 14px;
  padding: 28px 24px;
  max-width: 1320px;
}
@media(min-width: 766px) {.xht_reg_in_lgd {
  padding: 2.5rem;
}
}.xht_reg_top_lgd {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 857px) {.xht_reg_top_lgd {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.xht_reg_label_lgd {
  font-weight: 700;
  color: #C89B3A;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
}.xht_reg_h2_lgd {
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #F6EDD8;
  line-height: 1.2;
}
@media(min-width: 769px) {.xht_reg_h2_lgd {
  font-size: 1.75rem;
}
}.xht_reg_bonus_lgd {
  padding: 0.625rem 1rem;
  background: rgba(232, 184, 48, 0.15);
  border: 1px solid rgba(232, 184, 48, 0.15);
  border-radius: 0.563rem;
  gap: 8px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}.xht_reg_bonus_amount_lgd {
  color: #E8B830;
  font-size: 1.25rem;
  font-weight: 800;
}.xht_reg_bonus_text_lgd {
  line-height: 1.35;
  font-size: 13px;
  color: #A8967A;
}.xht_reg_cta_btn_lgd {
  padding: 14px 2rem;
  border-radius: 0.563rem;
  transition: background .2s;
  background: #3DBF7A;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 0.25rem 1.125rem rgba(61, 191, 122, 0.42);
  display: inline-block;
  margin-bottom: 0.75rem;
  font-weight: 700;
  font-size: 0.938rem;
  color: #0C0B06;
}.xht_reg_cta_btn_lgd:hover {
  background: #4ED48A;
}.xht_reg_terms_lgd {
  line-height: 1.5;
  color: #5C5140;
  font-size: 0.688rem;
}.xht_reg_seo_lgd {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  margin-top: 1.25rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #7A6C54;
  font-size: 0.813rem;
}.xht_reg_seo_lgd p {
  color: #7A6C54;
  font-size: 0.813rem;
  line-height: 1.65;
  margin-bottom: 0.625rem;
}.xht_reg_seo_lgd p:last-child {
  margin-bottom: 0;
}.xht_reg_seo_lgd strong {
  font-weight: 700;
  color: #D8CAAB;
}.xht_reg_seo_lgd a {
  transition: color .2s;
  color: #C89B3A;
  text-decoration: underline;
}.xht_reg_seo_lgd a:hover {
  color: #D8AE4E;
}.xht_reg_seo_lgd ul,.xht_reg_seo_lgd ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 18px;
}.xht_reg_seo_lgd ol {
  list-style: decimal;
}.xht_reg_seo_lgd li {
  margin-bottom: 0.25rem;
  font-size: 0.813rem;
  color: #7A6C54;
  line-height: 1.65;
}.xht_reg_seo_lgd table {
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 0.625rem;
  display: block;
  width: 100%;
  font-size: 13px;
}
@media(min-width: 769px) {.xht_reg_seo_lgd table {
  display: table;
}
}.xht_reg_seo_lgd th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  color: #D8CAAB;
  text-align: left;
  font-weight: 700;
}.xht_reg_seo_lgd td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #7A6C54;
}.xht_reg_steps_lgd {
  gap: 0.875rem;
  display: flex;
  margin-top: 28px;
  flex-direction: column;
}
@media(min-width: 863px) {.xht_reg_steps_lgd {
  margin-top: 0;
}
}.xht_reg_step_lgd {
  border-radius: 0.563rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.xht_reg_step_num_lgd {
  border: 1px solid rgba(200, 155, 58, 0.08);
  background: rgba(200, 155, 58, 0.18);
  border-radius: 50%;
  align-items: center;
  font-size: 14px;
  height: 34px;
  flex-shrink: 0;
  display: flex;
  color: #C89B3A;
  justify-content: center;
  width: 2.125rem;
  font-weight: 800;
}.xht_reg_step_title_lgd {
  color: #F6EDD8;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
}.xht_reg_step_text_lgd {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #7A6C54;
}.xht_reg_trust_lgd {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  display: flex;
  padding-top: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}.xht_reg_trust_item_lgd {
  gap: 0.438rem;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
  color: #7A6C54;
  font-size: 12px;
}.xht_reg_trust_ic_lgd svg {
  width: 1rem;
  color: #C89B3A;
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.xht_bon_lgd {
  background: #100E08;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.xht_bon_lgd {
  padding: 44px 1.5rem 0;
}
}.xht_bon_in_lgd {
  margin: 0 auto;
  max-width: 1320px;
}.xht_bon_head_lgd {
  margin-bottom: 20px;
}.xht_bon_label_lgd {
  font-size: 0.688rem;
  font-weight: 700;
  color: #C89B3A;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}.xht_bon_h2_lgd {
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-size: 1.25rem;
  color: #F6EDD8;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.xht_bon_h2_lgd {
  font-size: 1.5rem;
}
}.xht_bon_seo_lgd {
  line-height: 1.6;
  overflow-wrap: break-word;
  max-width: 38.75rem;
  font-size: 13px;
  color: #7A6C54;
}.xht_bon_seo_lgd strong {
  font-weight: 700;
  color: #D8CAAB;
}.xht_bon_seo_lgd a {
  color: #C89B3A;
  text-decoration: underline;
}.xht_bon_grid_lgd {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 638px) {.xht_bon_grid_lgd {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.xht_bon_grid_lgd {
  grid-template-columns: repeat(5,1fr);
}
}.xht_bon_card_lgd {
  border-radius: 9px;
  background: #161209;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 16px;
}.xht_bon_card_lgd:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 155, 58, 0.08);
}.xht_bon_card_ic_lgd svg {
  width: 26px;
  height: 26px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.xht_bon_card_ic_lgd {
  margin-bottom: 10px;
}.xht_bon_card_type_lgd {
  text-transform: uppercase;
  font-size: 0.625rem;
  margin-bottom: 6px;
  font-weight: 700;
  color: #7A6C54;
  letter-spacing: .06em;
}.xht_bon_card_amount_lgd {
  font-weight: 800;
  font-size: 1.125rem;
  color: #E8B830;
  margin-bottom: 6px;
  line-height: 1.1;
}.xht_bon_card_name_lgd {
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #F6EDD8;
  font-size: 13px;
  font-weight: 600;
}.xht_bon_card_detail_lgd {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 0.5rem;
  font-size: 0.688rem;
  color: #5C5140;
  overflow-wrap: break-word;
  line-height: 1.5;
}.xht_seo_lgd {
  background: #100E08;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.xht_seo_lgd {
  padding: 2.75rem 1.5rem 0;
}
}.xht_seo_in_lgd {
  padding: 28px 24px;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  margin: 0 auto;
  background: #1C180F;
  max-width: 1320px;
}
@media(min-width: 767px) {.xht_seo_in_lgd {
  padding: 36px 40px;
}
}.xht_seo_label_lgd {
  color: #C89B3A;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}.xht_seo_h2_lgd {
  line-height: 1.25;
  color: #F6EDD8;
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.xht_seo_h2_lgd {
  font-size: 1.5rem;
}
}.xht_seo_body_lgd {
  color: #A8967A;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
}.xht_seo_body_lgd p {
  font-size: 14px;
  margin-bottom: 0.75rem;
  color: #A8967A;
  line-height: 1.75;
}.xht_seo_body_lgd p:last-child {
  margin-bottom: 0;
}.xht_seo_body_lgd strong {
  color: #D8CAAB;
  font-weight: 700;
}.xht_seo_body_lgd a {
  transition: color .2s;
  text-decoration: underline;
  color: #C89B3A;
}.xht_seo_body_lgd a:hover {
  color: #D8AE4E;
}.xht_seo_body_lgd ul,.xht_seo_body_lgd ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.xht_seo_body_lgd ol {
  list-style: decimal;
}.xht_seo_body_lgd li {
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #A8967A;
}.xht_seo_body_lgd table {
  font-size: 0.813rem;
  overflow-x: auto;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  width: 100%;
  display: block;
}
@media(min-width: 769px) {.xht_seo_body_lgd table {
  display: table;
}
}.xht_seo_body_lgd th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #D8CAAB;
}.xht_seo_body_lgd td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A8967A;
}.xht_seo_cols_lgd {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 639px) {.xht_seo_cols_lgd {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.xht_seo_cols_lgd {
  grid-template-columns: repeat(3,1fr);
}
}.xht_seo_col_h_lgd {
  color: #D8CAAB;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 7px;
}.xht_seo_col_p_lgd {
  line-height: 1.65;
  color: #7A6C54;
  overflow-wrap: break-word;
  font-size: 13px;
}.xht_seo_stats_lgd {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.xht_seo_stat_lgd {
  flex: 1;
  background: rgba(200, 155, 58, 0.08);
  border-radius: 9px;
  border: 1px solid rgba(200, 155, 58, 0.18);
  padding: 0.875rem 16px;
  min-width: 8.75rem;
}.xht_seo_stat_val_lgd {
  font-weight: 800;
  color: #C89B3A;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-size: 1.25rem;
}.xht_seo_stat_lb_lgd {
  overflow-wrap: break-word;
  color: #7A6C54;
  font-size: 11px;
}.xht_seo_lgd {
  background: #100E08;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.xht_seo_lgd {
  padding: 2.75rem 1.5rem 0;
}
}.xht_seo_in_lgd {
  border: 1px solid rgba(255, 255, 255, 0.11);
  margin: 0 auto;
  background: #1C180F;
  border-radius: 0.875rem;
  padding: 28px 24px;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.xht_seo_in_lgd {
  padding: 2.25rem 2.5rem;
}
}.xht_seo_label_lgd {
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #C89B3A;
  font-weight: 700;
  margin-bottom: 0.625rem;
}.xht_seo_h2_lgd {
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  line-height: 1.25;
  font-size: 20px;
  color: #F6EDD8;
  margin-bottom: 0.875rem;
  font-weight: 800;
}
@media(min-width: 766px) {.xht_seo_h2_lgd {
  font-size: 1.5rem;
}
}.xht_seo_body_lgd {
  color: #A8967A;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
}.xht_seo_body_lgd p {
  margin-bottom: 0.75rem;
  font-size: 14px;
  color: #A8967A;
  line-height: 1.75;
}.xht_seo_body_lgd p:last-child {
  margin-bottom: 0;
}.xht_seo_body_lgd strong {
  color: #D8CAAB;
  font-weight: 700;
}.xht_seo_body_lgd a {
  transition: color .2s;
  text-decoration: underline;
  color: #C89B3A;
}.xht_seo_body_lgd a:hover {
  color: #D8AE4E;
}.xht_seo_body_lgd ul,.xht_seo_body_lgd ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.xht_seo_body_lgd ol {
  list-style: decimal;
}.xht_seo_body_lgd li {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #A8967A;
}.xht_seo_body_lgd table {
  margin-bottom: 12px;
  overflow-x: auto;
  display: block;
  width: 100%;
  font-size: 0.813rem;
  border-collapse: collapse;
}
@media(min-width: 769px) {.xht_seo_body_lgd table {
  display: table;
}
}.xht_seo_body_lgd th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  text-align: left;
  color: #D8CAAB;
  font-weight: 700;
}.xht_seo_body_lgd td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #A8967A;
}.xht_seo_cols_lgd {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 638px) {.xht_seo_cols_lgd {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.xht_seo_cols_lgd {
  grid-template-columns: repeat(3,1fr);
}
}.xht_seo_col_h_lgd {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 7px;
  color: #D8CAAB;
}.xht_seo_col_p_lgd {
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #7A6C54;
}.xht_seo_stats_lgd {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.xht_seo_stat_lgd {
  padding: 14px 16px;
  border: 1px solid rgba(200, 155, 58, 0.18);
  border-radius: 9px;
  background: rgba(200, 155, 58, 0.08);
  flex: 1;
  min-width: 8.75rem;
}.xht_seo_stat_val_lgd {
  margin-bottom: 0.25rem;
  font-weight: 800;
  color: #C89B3A;
  font-size: 20px;
  overflow-wrap: break-word;
}.xht_seo_stat_lb_lgd {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #7A6C54;
}.xht_rv_lgd {
  background: #100E08;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.xht_rv_lgd {
  padding: 2.75rem 1.5rem 0;
}
}.xht_rv_in_lgd {
  margin: 0 auto;
  max-width: 1320px;
}.xht_rv_head_lgd {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}.xht_rv_label_lgd {
  text-transform: uppercase;
  color: #C89B3A;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-size: 11px;
  font-weight: 700;
}.xht_rv_h2_lgd {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 10px;
  color: #F6EDD8;
}
@media(min-width: 771px) {.xht_rv_h2_lgd {
  font-size: 1.75rem;
}
}.xht_rv_stats_lgd {
  gap: 1.125rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  color: #7A6C54;
}.xht_rv_stats_score_lgd {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.xht_rv_stats_score_val_lgd {
  color: #E8B830;
  font-size: 1.375rem;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
}.xht_rv_stats_score_max_lgd {
  font-size: 13px;
  color: #5C5140;
}.xht_rv_stats_badge_lgd {
  gap: 4px;
  display: flex;
  align-items: center;
}.xht_rv_stats_badge_lgd svg {
  width: 14px;
  color: #E8B830;
  height: 14px;
}.xht_rv_grid_lgd {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.xht_rv_grid_lgd {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.xht_rv_grid_lgd {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.xht_rv_card_lgd {
  padding: 1.25rem;
  background: #1C180F;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.563rem;
  display: flex;
  flex-direction: column;
}.xht_rv_card_stars_lgd {
  gap: 2px;
  margin-bottom: 10px;
  display: flex;
  color: #E8B830;
}.xht_rv_card_stars_lgd svg {
  width: 0.875rem;
  height: 0.875rem;
}.xht_rv_card_h_lgd {
  line-height: 1.3;
  overflow-wrap: break-word;
  color: #F6EDD8;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
}.xht_rv_card_body_lgd {
  flex: 1;
  margin-bottom: 14px;
  color: #7A6C54;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.xht_rv_card_body_lgd strong {
  font-weight: 600;
  color: #D8CAAB;
}.xht_rv_card_meta_lgd {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.75rem;
  display: flex;
  align-items: center;
}.xht_rv_card_author_lgd {
  font-weight: 600;
  color: #D8CAAB;
  font-size: 0.75rem;
}.xht_rv_card_date_lgd {
  color: #5C5140;
  font-size: 11px;
}.xht_faq_lgd {
  background: #100E08;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.xht_faq_lgd {
  padding: 44px 24px 0;
}
}.xht_faq_in_lgd {
  margin: 0 auto;
  max-width: 1320px;
}.xht_faq_head_lgd {
  margin-bottom: 1.25rem;
}.xht_faq_label_lgd {
  font-size: 11px;
  text-transform: uppercase;
  color: #C89B3A;
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: .08em;
}.xht_faq_h2_lgd {
  color: #F6EDD8;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
}
@media(min-width: 765px) {.xht_faq_h2_lgd {
  font-size: 1.5rem;
}
}.xht_faq_list_lgd {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.xht_faq_item_lgd {
  background: #1C180F;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 9px;
}.xht_faq_q_lgd {
  gap: 12px;
  padding: 1rem 20px;
  transition: color .2s;
  cursor: pointer;
  justify-content: space-between;
  display: flex;
  color: #D8CAAB;
  font-size: 0.875rem;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 600;
  overflow-wrap: break-word;
}.xht_faq_q_lgd:hover {
  color: #F6EDD8;
}.xht_faq_q_ic_lgd {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  font-size: 1rem;
  justify-content: center;
  height: 24px;
  width: 1.5rem;
  flex-shrink: 0;
  color: #C89B3A;
  display: flex;
}.xht_faq_item_lgd.xht_state_open_lgd .xht_faq_q_ic_lgd {
  transform: rotate(45deg);
}.xht_faq_a_lgd {
  padding: 0 20px 1rem;
  line-height: 1.7;
  color: #7A6C54;
  display: none;
  font-size: 13px;
  overflow-wrap: break-word;
}.xht_faq_item_lgd.xht_state_open_lgd .xht_faq_a_lgd {
  display: block;
}.xht_faq_a_lgd strong {
  color: #D8CAAB;
  font-weight: 700;
}.xht_faq_a_lgd a {
  color: #C89B3A;
  text-decoration: underline;
}.xht_faq_a_lgd ul,.xht_faq_a_lgd ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.xht_faq_a_lgd ol {
  list-style: decimal;
}.xht_faq_a_lgd li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.xht_faq_a_lgd table {
  margin: 8px 0;
  overflow-x: auto;
  width: 100%;
  font-size: 0.75rem;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 769px) {.xht_faq_a_lgd table {
  display: table;
}
}.xht_faq_a_lgd th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #D8CAAB;
}.xht_faq_a_lgd td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A6C54;
}.xht_seo_lgd {
  padding: 36px 16px 0;
  background: #100E08;
}
@media(min-width: 766px) {.xht_seo_lgd {
  padding: 44px 1.5rem 0;
}
}.xht_seo_in_lgd {
  padding: 28px 1.5rem;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  margin: 0 auto;
  background: #1C180F;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.xht_seo_in_lgd {
  padding: 36px 40px;
}
}.xht_seo_label_lgd {
  margin-bottom: 0.625rem;
  color: #C89B3A;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.xht_seo_h2_lgd {
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  color: #F6EDD8;
  font-weight: 800;
  line-height: 1.25;
  font-size: 1.25rem;
}
@media(min-width: 765px) {.xht_seo_h2_lgd {
  font-size: 1.5rem;
}
}.xht_seo_body_lgd {
  color: #A8967A;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
}.xht_seo_body_lgd p {
  line-height: 1.75;
  margin-bottom: 12px;
  color: #A8967A;
  font-size: 14px;
}.xht_seo_body_lgd p:last-child {
  margin-bottom: 0;
}.xht_seo_body_lgd strong {
  color: #D8CAAB;
  font-weight: 700;
}.xht_seo_body_lgd a {
  transition: color .2s;
  color: #C89B3A;
  text-decoration: underline;
}.xht_seo_body_lgd a:hover {
  color: #D8AE4E;
}.xht_seo_body_lgd ul,.xht_seo_body_lgd ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.xht_seo_body_lgd ol {
  list-style: decimal;
}.xht_seo_body_lgd li {
  margin-bottom: 6px;
  font-size: 14px;
  color: #A8967A;
  line-height: 1.75;
}.xht_seo_body_lgd table {
  overflow-x: auto;
  font-size: 0.813rem;
  display: block;
  margin-bottom: 12px;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 771px) {.xht_seo_body_lgd table {
  display: table;
}
}.xht_seo_body_lgd th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  color: #D8CAAB;
  text-align: left;
  font-weight: 700;
}.xht_seo_body_lgd td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A8967A;
}.xht_seo_cols_lgd {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 639px) {.xht_seo_cols_lgd {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.xht_seo_cols_lgd {
  grid-template-columns: repeat(3,1fr);
}
}.xht_seo_col_h_lgd {
  margin-bottom: 7px;
  color: #D8CAAB;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 13px;
}.xht_seo_col_p_lgd {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  color: #7A6C54;
}.xht_seo_stats_lgd {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.xht_seo_stat_lgd {
  padding: 0.875rem 16px;
  flex: 1;
  background: rgba(200, 155, 58, 0.08);
  border-radius: 0.563rem;
  border: 1px solid rgba(200, 155, 58, 0.18);
  min-width: 8.75rem;
}.xht_seo_stat_val_lgd {
  color: #C89B3A;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
}.xht_seo_stat_lb_lgd {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #7A6C54;
}.xht_ft_lgd {
  background: #090705;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.xht_ft_support_lgd {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width:768px) {.xht_ft_support_lgd {
  padding: 28px 24px;
}
}.xht_ft_support_in_lgd {
  margin: 0 auto;
  gap: 1rem;
  max-width: 1320px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.xht_ft_support_main_lgd {
  flex: 1;
  gap: 1rem;
  flex-wrap: wrap;
  min-width: 220px;
  align-items: center;
  display: flex;
}.xht_ft_support_ic_lgd {
  color: #C89B3A;
  flex-shrink: 0;
}.xht_ft_support_ic_lgd svg {
  height: 30px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.875rem;
}.xht_ft_support_text_title_lgd {
  color: #F6EDD8;
  font-size: 15px;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 3px;
}.xht_ft_support_text_sub_lgd {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #7A6C54;
}.xht_ft_support_btn_lgd {
  padding: 11px 1.375rem;
  background: #C89B3A;
  border-radius: 9px;
  transition: background .2s;
  font-size: 0.813rem;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
  color: #F6EDD8;
}.xht_ft_support_btn_lgd:hover {
  background: #D8AE4E;
}.xht_ft_support_contacts_lgd {
  gap: 1rem;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.xht_ft_support_contact_lgd {
  font-size: 12px;
  color: #5C5140;
  line-height: 1.4;
}.xht_ft_support_contact_lgd strong {
  font-size: 11px;
  margin-bottom: 2px;
  font-weight: 600;
  display: block;
  color: #A8967A;
}.xht_ft_main_lgd {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.xht_ft_main_lgd {
  padding: 2.5rem 24px 2rem;
}
}.xht_ft_main_in_lgd {
  gap: 24px;
  margin: 0 auto;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 638px) {.xht_ft_main_in_lgd {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.xht_ft_main_in_lgd {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.xht_ft_col_logo_lgd {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.xht_ft_col_logo_lgd {
  grid-column: auto;
}
}.xht_ft_logo_lgd {
  gap: 9px;
  color: #F6EDD8;
  margin-bottom: 12px;
  font-weight: 800;
  align-items: center;
  overflow-wrap: break-word;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
}.xht_ft_logo_mark_lgd {
  overflow: hidden;
  border-radius: 0.313rem;
  height: 30px;
  width: 1.875rem;
}.xht_ft_logo_mark_lgd img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.xht_ft_logo_sub_lgd {
  font-size: 12px;
  line-height: 1.55;
  color: #5C5140;
  overflow-wrap: break-word;
  max-width: 12.5rem;
}.xht_ft_col_title_lgd {
  text-transform: uppercase;
  font-size: 12px;
  color: #A8967A;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: .07em;
}.xht_ft_col_links_lgd {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.xht_ft_col_link_lgd {
  transition: color .2s;
  font-size: 13px;
  color: #5C5140;
  overflow-wrap: break-word;
}.xht_ft_col_link_lgd:hover {
  color: #D8CAAB;
}.xht_ft_apps_lgd {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.xht_ft_app_card_lgd {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 10px 12px;
  transition: border-color .2s;
  border-radius: 0.313rem;
  gap: 10px;
  align-items: center;
  display: flex;
}.xht_ft_app_card_lgd:hover {
  border-color: rgba(200, 155, 58, 0.45);
}.xht_ft_app_card_ic_lgd svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 22px;
  width: 22px;
}.xht_ft_app_card_os_lgd {
  font-weight: 600;
  color: #5C5140;
  font-size: 10px;
}.xht_ft_app_card_action_lgd {
  color: #D8CAAB;
  font-weight: 700;
  font-size: 12px;
}.xht_ft_bot_lgd {
  padding: 1.25rem 1rem;
}
@media(min-width: 769px) {.xht_ft_bot_lgd {
  padding: 1.25rem 24px;
}
}.xht_ft_bot_in_lgd {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 1320px;
  align-items: center;
  display: flex;
}.xht_ft_socials_lgd {
  gap: 0.5rem;
  display: flex;
}.xht_ft_soc_lgd {
  border-radius: 5px;
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  width: 36px;
  align-items: center;
  height: 36px;
  color: #A8967A;
  display: flex;
  justify-content: center;
}.xht_ft_soc_lgd svg {
  height: 1rem;
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.xht_ft_soc_lgd:hover {
  background: rgba(255, 255, 255, 0.07);
}.xht_ft_legal_lgd {
  flex: 1;
  min-width: 200px;
  line-height: 1.6;
  color: #8C7E65;
  overflow-wrap: break-word;
  font-size: 11px;
}.xht_ft_legal_lgd strong {
  font-weight: 700;
  color: #A8967A;
}.xht_ft_legal_lgd a {
  color: #A8967A;
  text-decoration: underline;
}.xht_ft_age_lgd {
  border: 2px solid #8C7E65;
  border-radius: 50%;
  color: #8C7E65;
  align-items: center;
  font-size: 0.688rem;
  margin-left: auto;
  width: 32px;
  display: flex;
  font-weight: 800;
  height: 2rem;
  justify-content: center;
  flex-shrink: 0;
}