*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  font-family: 'Barlow', sans-serif;
  background-color: #110C05;
  color: #CEBFA0;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
}a {
  color: inherit;
  text-decoration: none;
}.ldm_layout_dfh {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.ldm_page_dfh {
  min-height: 100vh;
  display: flex;
}.ldm_main_dfh {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media screen and (min-width: 1082px) {.ldm_main_dfh {
  padding-left: 13.75rem;
}
}
@media screen and (max-width: 1080px) {.ldm_main_dfh {
  padding-bottom: 4.5rem;
}
}.ldm_gc_dfh {
  transition: transform .2s,border-color .2s;
  background: #171009;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  width: 8.75rem;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
@media(min-width: 642px) {.ldm_gc_dfh {
  width: 9.75rem;
}
}
@media(min-width: 1077px) {.ldm_gc_dfh {
  width: 168px;
}
}.ldm_gc_dfh:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 146, 30, 0.07);
}.ldm_gc_img_dfh {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.ldm_gc_img_dfh img {
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
}.ldm_gc_hover_dfh {
  transition: opacity .2s;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  opacity: 0;
}.ldm_gc_dfh:hover .ldm_gc_hover_dfh {
  opacity: 1;
}.ldm_gc_hover_btn_dfh {
  padding: 8px 1rem;
  border-radius: 4px;
  background: #C9921E;
  font-weight: 700;
  font-size: 0.75rem;
  color: #F5EDD8;
}.ldm_gc_info_dfh {
  padding: 0.5rem 0.625rem 0.625rem;
}.ldm_gc_name_dfh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  font-weight: 600;
  color: #CEBFA0;
  margin-bottom: 3px;
  font-size: 12px;
}.ldm_gc_prov_dfh {
  font-size: 0.625rem;
  color: #6E5E4E;
}.ldm_gc_tag_dfh {
  padding: 2px 0.438rem;
  border-radius: 4px;
  letter-spacing: .04em;
  font-weight: 700;
  position: absolute;
  z-index: 2;
  left: 6px;
  text-transform: uppercase;
  top: 6px;
  font-size: 9px;
}.ldm_gc_tag_hot_dfh {
  background: #D94040;
  color: #fff;
}.ldm_gc_tag_new_dfh {
  background: #2DB87A;
  color: #110C05;
}.ldm_gc_tag_jp_dfh {
  background: #E8A020;
  color: #110C05;
}.ldm_gc_tag_ex_dfh {
  background: #8A9BAE;
  color: #fff;
}.ldm_gc_tag_live_dfh {
  background: #D94040;
  color: #fff;
}.ldm_gr_dfh {
  background: #110C05;
  padding: 2rem 16px 0;
}
@media(min-width: 767px) {.ldm_gr_dfh {
  padding: 2.25rem 24px 0;
}
}.ldm_gr_in_dfh {
  margin: 0 auto;
  max-width: 1320px;
}.ldm_gr_head_dfh {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}.ldm_gr_head_l_dfh {
  gap: 0.625rem;
  flex: 1;
  align-items: center;
  display: flex;
  min-width: 0;
}.ldm_gr_ic_dfh {
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  flex-shrink: 0;
  height: 2rem;
}.ldm_gr_ic_dfh svg {
  stroke-linecap: round;
  width: 16px;
  height: 1rem;
  stroke-linejoin: round;
}.ldm_gr_title_dfh {
  font-family: 'Cinzel', serif;
  font-size: 16px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F5EDD8;
}
@media(min-width: 769px) {.ldm_gr_title_dfh {
  font-size: 1.125rem;
}
}.ldm_gr_more_dfh {
  gap: 0.313rem;
  transition: color .2s;
  white-space: nowrap;
  font-weight: 600;
  color: #887464;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  font-size: 12px;
}.ldm_gr_more_dfh:hover {
  color: #C9921E;
}.ldm_gr_more_dfh svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 12px;
  width: 12px;
}.ldm_gr_arrows_dfh {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.ldm_gr_arr_dfh {
  border-radius: 4px;
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  align-items: center;
  width: 1.875rem;
  color: #A8957A;
  height: 1.875rem;
  justify-content: center;
  display: flex;
}.ldm_gr_arr_dfh:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F5EDD8;
}.ldm_gr_arr_dfh svg {
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
  height: 0.813rem;
}.ldm_gr_seo_h_dfh {
  margin: 0 0 6px;
  color: #CEBFA0;
  max-width: 680px;
  font-size: 13px;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.ldm_gr_seo_h_dfh {
  font-size: 0.875rem;
}
}.ldm_gr_seo_dfh {
  font-size: 0.75rem;
  line-height: 1.55;
  color: #887464;
  max-width: 42.5rem;
  overflow-wrap: break-word;
  margin-bottom: 12px;
}.ldm_gr_seo_dfh strong {
  font-weight: 600;
  color: #CEBFA0;
}.ldm_gr_scroll_dfh {
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  display: flex;
  scrollbar-width: none;
}.ldm_gr_scroll_dfh::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.ldm_gr_scroll_dfh {
  gap: 12px;
}
}.ldm_tb_dfh {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #110C05;
  align-items: center;
  z-index: 80;
  top: 0;
  display: flex;
  position: fixed;
  height: 3.5rem;
  right: 0;
  left: 0;
}.ldm_tb_in_dfh {
  padding: 0 0.875rem;
  gap: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}.ldm_tb_burger_dfh {
  border-radius: 0.5rem;
  gap: 5px;
  display: flex;
  flex-shrink: 0;
  margin-right: 0.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
}.ldm_tb_burger_dfh:hover {
  background: rgba(255, 255, 255, 0.05);
}.ldm_tb_burger_line_dfh {
  border-radius: 1px;
  background: #A8957A;
  width: 1.125rem;
  height: 2px;
  display: block;
}
@media(min-width: 1078px) {.ldm_tb_burger_dfh {
  display: none;
}
}.ldm_tb_logo_dfh {
  gap: 0.563rem;
  letter-spacing: -.01em;
  font-size: 18px;
  margin-right: 1.25rem;
  align-items: center;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F5EDD8;
  display: flex;
  flex-shrink: 0;
}.ldm_tb_logo_mark_dfh {
  border-radius: 0.5rem;
  overflow: hidden;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  display: flex;
}.ldm_tb_logo_mark_dfh img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.ldm_tb_nav_dfh {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 642px) {.ldm_tb_nav_dfh {
  display: flex;
}
}.ldm_tb_tab_dfh {
  border-radius: 0.5rem;
  padding: 8px 0.875rem;
  transition: background .15s,color .15s;
  color: #A8957A;
  font-size: 13px;
  white-space: nowrap;
  font-weight: 600;
}.ldm_tb_tab_dfh:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDD8;
}.ldm_tb_tab_dfh.ldm_state_active_dfh {
  background: rgba(201, 146, 30, 0.18);
  color: #F5EDD8;
}.ldm_tb_right_dfh {
  gap: 0.5rem;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.ldm_tb_login_dfh {
  padding: 0.563rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 0.813rem;
  display: none;
  font-weight: 600;
  color: #CEBFA0;
}.ldm_tb_login_dfh:hover {
  border-color: rgba(201, 146, 30, 0.55);
  color: #F5EDD8;
}
@media(min-width: 477px) {.ldm_tb_login_dfh {
  display: block;
}
}.ldm_tb_reg_dfh {
  border-radius: 0.5rem;
  padding: 9px 18px;
  background: #2DB87A;
  transition: background .2s;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 700;
  color: #0D0900;
}.ldm_tb_reg_dfh:hover {
  background: #35D48E;
}.ldm_sb_dfh {
  background: #1C1509;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  z-index: 70;
  position: fixed;
  top: 56px;
  bottom: 0;
  width: 220px;
  overflow-y: auto;
  left: 0;
}.ldm_sb_dfh.ldm_state_open_dfh {
  transform: translateX(0);
}.ldm_sb_dfh::-webkit-scrollbar {
  width: 4px;
}.ldm_sb_dfh::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.ldm_sb_dfh {
  transform: translateX(0);
}
}.ldm_sb_auth_dfh {
  padding: 0.875rem 12px 0.625rem;
}.ldm_sb_btn_reg_dfh {
  padding: 0.688rem;
  transition: background .2s;
  background: #2DB87A;
  border-radius: 0.5rem;
  text-align: center;
  margin-bottom: 8px;
  color: #0D0900;
  display: block;
  font-weight: 700;
  font-size: 0.813rem;
}.ldm_sb_btn_reg_dfh:hover {
  background: #35D48E;
}.ldm_sb_btn_login_dfh {
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 10px;
  color: #CEBFA0;
  font-weight: 600;
  display: block;
  text-align: center;
  font-size: 0.813rem;
}.ldm_sb_btn_login_dfh:hover {
  border-color: rgba(201, 146, 30, 0.55);
  color: #F5EDD8;
}.ldm_sb_promo_dfh {
  overflow: hidden;
  background: linear-gradient(135deg,#1E1206,#1C1509);
  border-radius: 8px;
  margin: 0 12px 10px;
  border: 1px solid rgba(201, 146, 30, 0.18);
  padding: 0.75rem 14px;
  position: relative;
}.ldm_sb_promo_dfh::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(201, 146, 30, 0.18),transparent 70%);
  width: 80px;
  height: 5rem;
  position: absolute;
  top: -20px;
  content: '';
  right: -20px;
}.ldm_sb_promo_title_dfh {
  letter-spacing: .06em;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #C9921E;
  text-transform: uppercase;
}.ldm_sb_promo_text_dfh {
  line-height: 1.35;
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-weight: 600;
  font-size: 12px;
}.ldm_sb_promo_sub_dfh {
  color: #887464;
  font-size: 0.625rem;
  margin-top: 3px;
}.ldm_sb_nav_dfh {
  padding: 6px 8px 16px;
}.ldm_sb_nav_lb_dfh {
  padding: 0.625rem 8px 0.375rem;
  letter-spacing: .08em;
  font-size: 10px;
  font-weight: 700;
  color: #6E5E4E;
  text-transform: uppercase;
}.ldm_sb_link_dfh {
  transition: background .15s,color .15s;
  padding: 9px 10px;
  gap: 10px;
  border-radius: 0.25rem;
  display: flex;
  color: #A8957A;
  cursor: pointer;
  font-weight: 500;
  align-items: center;
  overflow-wrap: break-word;
  font-size: 13px;
}.ldm_sb_link_dfh:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDD8;
}.ldm_sb_link_dfh.ldm_state_active_dfh {
  background: rgba(201, 146, 30, 0.18);
  color: #F5EDD8;
}.ldm_sb_ic_dfh {
  border-radius: 0.25rem;
  align-items: center;
  flex-shrink: 0;
  height: 30px;
  justify-content: center;
  display: flex;
  width: 30px;
}.ldm_sb_ic_dfh svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
  height: 16px;
}.ldm_sb_ic_1_dfh {
  background: rgba(201, 146, 30, 0.07);
  color: #C9921E;
}.ldm_sb_ic_2_dfh {
  background: rgba(45, 184, 122, 0.15);
  color: #2DB87A;
}.ldm_sb_ic_3_dfh {
  background: rgba(232, 160, 32, 0.15);
  color: #E8A020;
}.ldm_sb_ic_4_dfh {
  background: rgba(138, 155, 174, 0.14);
  color: #8A9BAE;
}.ldm_sb_ic_5_dfh {
  background: rgba(201, 146, 30, 0.07);
  color: #E0507A;
}.ldm_sb_ic_6_dfh {
  background: rgba(138, 155, 174, 0.14);
  color: #9B5FCF;
}.ldm_sb_badge_dfh {
  background: #E8A020;
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  color: #0D0900;
  font-weight: 700;
  margin-left: auto;
  font-size: 0.563rem;
}.ldm_sb_bot_dfh {
  padding: 0.75rem;
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.ldm_sb_lang_dfh,.ldm_sb_help_dfh {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  gap: 6px;
  padding: 0.563rem 6px;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color .2s;
  color: #A8957A;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 0.688rem;
  font-weight: 600;
}.ldm_sb_lang_dfh:hover,.ldm_sb_help_dfh:hover {
  border-color: rgba(201, 146, 30, 0.55);
  color: #F5EDD8;
}.ldm_sb_lang_dfh svg,.ldm_sb_help_dfh svg {
  width: 13px;
  height: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.ldm_sb_bd_dfh {
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  position: fixed;
  display: none;
  z-index: 69;
}.ldm_sb_bd_dfh.ldm_state_on_dfh {
  display: block;
}
@media(min-width: 1081px) {.ldm_sb_bd_dfh {
  display: none!important;
}
}.ldm_mob_nav_dfh {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  background: #1C1509;
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  z-index: 80;
  position: fixed;
  display: flex;
  left: 0;
  bottom: 0;
  right: 0;
}
@media(min-width: 1081px) {.ldm_mob_nav_dfh {
  display: none;
}
}.ldm_mob_nav_item_dfh {
  padding: 4px 2px;
  gap: 4px;
  flex: 1;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  color: #6E5E4E;
  align-items: center;
}.ldm_mob_nav_ic_dfh {
  line-height: 1;
}.ldm_mob_nav_ic_dfh svg {
  stroke-linecap: round;
  height: 1.25rem;
  width: 1.25rem;
  stroke-linejoin: round;
}.ldm_mob_nav_lb_dfh {
  color: #6E5E4E;
  font-size: 10px;
  font-weight: 600;
}.ldm_mob_nav_item_dfh.ldm_state_active_dfh {
  color: #C9921E;
}.ldm_mob_nav_item_dfh.ldm_state_active_dfh .ldm_mob_nav_lb_dfh {
  color: #C9921E;
}.ldm_hero_dfh {
  background: #110C05;
  padding: 20px 1rem 0;
}
@media(min-width: 771px) {.ldm_hero_dfh {
  padding: 1.5rem 24px 0;
}
}.ldm_hero_in_dfh {
  margin: 0 auto;
  gap: 12px;
  grid-template-columns: 1fr;
  max-width: 1320px;
  display: grid;
}
@media(min-width: 857px) {.ldm_hero_in_dfh {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1099px) {.ldm_hero_in_dfh {
  grid-template-columns: 1fr 21.25rem;
}
}.ldm_hero_promo_dfh {
  overflow: hidden;
  border-radius: 0.75rem;
  background: #171009;
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 13.75rem;
}
@media(min-width: 769px) {.ldm_hero_promo_dfh {
  min-height: 17.5rem;
}
}.ldm_hero_promo_bg_dfh {
  inset: 0;
  background: linear-gradient(120deg,#1E1206 0%,#110C05 100%);
  background-position: center;
  background-size: cover;
  position: absolute;
}.ldm_hero_promo_bg_dfh::after {
  background: linear-gradient(90deg,#110C05 0%,rgba(0, 0, 0, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.ldm_hero_promo_glow_dfh {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(138, 155, 174, 0.14) 0%,transparent 65%);
  right: 60px;
  pointer-events: none;
  position: absolute;
  height: 300px;
  top: -40px;
  width: 18.75rem;
}.ldm_hero_promo_ct_dfh {
  padding: 1.75rem 1.5rem 1.75rem 28px;
  display: flex;
  z-index: 2;
  justify-content: center;
  position: relative;
  flex-direction: column;
  max-width: 480px;
}
@media(min-width: 766px) {.ldm_hero_promo_ct_dfh {
  padding: 40px 32px;
}
}.ldm_hero_badge_dfh {
  background: rgba(201, 146, 30, 0.18);
  border-radius: 1.25rem;
  padding: 5px 0.75rem;
  border: 1px solid rgba(201, 146, 30, 0.07);
  letter-spacing: .08em;
  font-size: 10px;
  font-weight: 700;
  color: #C9921E;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
}.ldm_hero_h1_dfh {
  color: #F5EDD8;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.625rem;
  font-weight: 800;
  line-height: 1.15;
  font-size: 1.625rem;
}.ldm_hero_h1_dfh em {
  color: #E8A020;
  font-style: normal;
}
@media(min-width: 770px) {.ldm_hero_h1_dfh {
  font-size: 36px;
}
}.ldm_hero_sub_dfh {
  font-size: 13px;
  color: #A8957A;
  line-height: 1.55;
  margin-bottom: 20px;
}
@media(min-width: 771px) {.ldm_hero_sub_dfh {
  font-size: 14px;
}
}.ldm_hero_row_dfh {
  gap: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.ldm_hero_cta_dfh {
  transition: background .2s;
  border-radius: 8px;
  padding: 0.813rem 1.625rem;
  background: #2DB87A;
  font-weight: 700;
  color: #0D0900;
  font-size: 14px;
  box-shadow: 0 4px 18px rgba(45, 184, 122, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.10);
}.ldm_hero_cta_dfh:hover {
  background: #35D48E;
}.ldm_hero_terms_dfh {
  color: #6E5E4E;
  font-size: 0.688rem;
}.ldm_hero_game_dfh {
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  background: #171009;
  border-radius: 0.75rem;
  display: flex;
  position: relative;
  flex-direction: column;
}.ldm_hero_game_badge_dfh {
  border: 1px solid rgba(232, 160, 32, 0.15);
  border-radius: 20px;
  padding: 5px 0.625rem;
  background: rgba(232, 160, 32, 0.15);
  z-index: 3;
  left: 12px;
  text-transform: uppercase;
  font-weight: 700;
  top: 0.75rem;
  position: absolute;
  color: #E8A020;
  letter-spacing: .06em;
  font-size: 10px;
}.ldm_hero_game_badge_dfh svg {
  margin-right: 0.25rem;
  width: 11px;
  vertical-align: -1px;
  height: 0.688rem;
}.ldm_hero_game_img_dfh {
  background: linear-gradient(135deg,#1E1206,#110C05);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.ldm_hero_game_img_dfh img {
  inset: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  object-fit: cover;
}.ldm_hero_game_play_dfh {
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  transition: opacity .2s;
  display: flex;
  justify-content: center;
  opacity: 0;
  position: absolute;
  align-items: center;
}.ldm_hero_game_dfh:hover .ldm_hero_game_play_dfh {
  opacity: 1;
}.ldm_hero_game_play_dfh span {
  background: #C9921E;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
}.ldm_hero_game_play_dfh span svg {
  margin-left: 2px;
  width: 18px;
  height: 18px;
}.ldm_hero_game_info_dfh {
  padding: 0.875rem 1rem;
}.ldm_hero_game_title_dfh {
  font-size: 0.938rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: #F5EDD8;
  overflow-wrap: break-word;
}.ldm_hero_game_provider_dfh {
  color: #887464;
  font-size: 11px;
}.ldm_hero_game_btn_dfh {
  margin: 0.75rem 16px 16px;
  background: #C9921E;
  padding: 0.688rem;
  transition: background .2s;
  border-radius: 0.5rem;
  text-align: center;
  display: block;
  color: #F5EDD8;
  font-size: 0.813rem;
  font-weight: 700;
}.ldm_hero_game_dfh:hover .ldm_hero_game_btn_dfh {
  background: #DBA830;
}.ldm_wy_dfh {
  padding: 2rem 16px 0;
  background: #110C05;
}
@media(min-width:768px) {.ldm_wy_dfh {
  padding: 40px 1.5rem 0;
}
}.ldm_wy_in_dfh {
  margin: 0 auto;
  max-width: 1320px;
}.ldm_wy_head_dfh {
  margin-bottom: 18px;
  max-width: 45rem;
}.ldm_wy_label_dfh {
  color: #C9921E;
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}.ldm_wy_h2_dfh {
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #F5EDD8;
}
@media(min-width: 770px) {.ldm_wy_h2_dfh {
  font-size: 1.5rem;
}
}.ldm_wy_intro_dfh {
  margin: 0;
  line-height: 1.6;
  color: #887464;
  font-size: 13px;
}.ldm_wy_grid_dfh {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.ldm_wy_grid_dfh {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.ldm_wy_grid_dfh {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.ldm_wy_card_dfh {
  border-radius: 0.5rem;
  padding: 1.25rem;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1C1509;
}.ldm_wy_card_dfh:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 146, 30, 0.07);
}.ldm_wy_card_ic_dfh {
  border-radius: 50%;
  background: rgba(201, 146, 30, 0.18);
  display: flex;
  margin-bottom: 14px;
  color: #C9921E;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  width: 44px;
}.ldm_wy_card_ic_dfh svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.375rem;
  width: 22px;
}.ldm_wy_card_h_dfh {
  line-height: 1.25;
  font-size: 15px;
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-weight: 700;
  margin-bottom: 6px;
}.ldm_wy_card_p_dfh {
  color: #887464;
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.ldm_wy_card_p_dfh strong {
  color: #CEBFA0;
  font-weight: 600;
}.ldm_gr_jp_dfh {
  overflow: hidden;
  padding: 20px;
  background: linear-gradient(135deg,#1A0F1E 0%,#0F0A14 100%);
  border-radius: 12px;
  position: relative;
}.ldm_gr_jp_dfh::before {
  background: radial-gradient(circle,rgba(138, 155, 174, 0.14) 0%,transparent 70%);
  border-radius: 50%;
  position: absolute;
  height: 15.625rem;
  content: '';
  top: -3.75rem;
  left: -60px;
  width: 15.625rem;
}.ldm_gr_jp_dfh::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(232, 160, 32, 0.15) 0%,transparent 70%);
  height: 12.5rem;
  bottom: -40px;
  width: 200px;
  position: absolute;
  right: 0;
  content: '';
}.ldm_gr_jp_head_dfh {
  gap: 1rem;
  z-index: 1;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  align-items: flex-start;
}.ldm_gr_jp_info_dfh {
  flex: 1;
}.ldm_gr_jp_label_dfh {
  font-size: 11px;
  letter-spacing: .08em;
  color: #9B5FCF;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.375rem;
}.ldm_gr_jp_label_dfh svg {
  width: 0.875rem;
  margin-right: 0.25rem;
  stroke-linejoin: round;
  vertical-align: -2px;
  stroke-linecap: round;
  height: 0.875rem;
}.ldm_gr_jp_amount_dfh {
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-size: 2rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  line-height: 1;
}
@media(min-width: 771px) {.ldm_gr_jp_amount_dfh {
  font-size: 2.5rem;
}
}.ldm_gr_jp_amount_dfh span {
  color: #E8A020;
}.ldm_gr_jp_seo_dfh {
  overflow-wrap: break-word;
  max-width: 30rem;
  line-height: 1.5;
  color: #A8957A;
  font-size: 12px;
}.ldm_gr_jp_cta_dfh {
  border-radius: 0.5rem;
  border: 1px solid rgba(138, 155, 174, 0.14);
  padding: 0.688rem 1.25rem;
  transition: background .2s;
  background: rgba(138, 155, 174, 0.14);
  font-size: 13px;
  color: #F5EDD8;
  z-index: 1;
  font-weight: 700;
  margin-top: 4px;
  position: relative;
  align-self: flex-start;
  flex-shrink: 0;
  white-space: nowrap;
}.ldm_gr_jp_cta_dfh:hover {
  background: #8A9BAE;
}.ldm_gcg_dfh {
  padding: 36px 1rem 0;
  background: #110C05;
}
@media(min-width: 769px) {.ldm_gcg_dfh {
  padding: 2.75rem 24px 0;
}
}.ldm_gcg_in_dfh {
  margin: 0 auto;
  max-width: 1320px;
}.ldm_gcg_head_dfh {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}.ldm_gcg_label_dfh {
  color: #C9921E;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
}.ldm_gcg_h2_dfh {
  font-weight: 800;
  color: #F5EDD8;
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
  font-size: 1.375rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.ldm_gcg_h2_dfh {
  font-size: 28px;
}
}.ldm_gcg_intro_dfh {
  font-size: 13px;
  line-height: 1.6;
  color: #887464;
}.ldm_gcg_grid_dfh {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.ldm_gcg_grid_dfh {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.ldm_gcg_grid_dfh {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.ldm_gcg_card_dfh {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.75rem;
  transition: transform .2s,border-color .2s;
  padding: 1.25rem;
  flex-direction: column;
  display: flex;
  min-height: 15rem;
  position: relative;
  cursor: pointer;
  justify-content: flex-end;
}.ldm_gcg_card_dfh:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 146, 30, 0.18);
}.ldm_gcg_card_bg_dfh {
  inset: 0;
  z-index: 0;
  position: absolute;
}.ldm_gcg_card_bg_dfh::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.ldm_gcg_card_ic_dfh {
  border-radius: 4px;
  background: rgba(0,0,0,.45);
  position: absolute;
  height: 2.5rem;
  justify-content: center;
  right: 1.125rem;
  top: 1.125rem;
  color: #F5EDD8;
  width: 2.5rem;
  z-index: 2;
  align-items: center;
  display: flex;
}.ldm_gcg_card_ic_dfh svg {
  width: 20px;
  stroke-linecap: round;
  height: 20px;
  stroke-linejoin: round;
}.ldm_gcg_card_ct_dfh {
  z-index: 1;
  position: relative;
}.ldm_gcg_card_h_dfh {
  font-family: 'Cinzel', serif;
  font-size: 1.125rem;
  color: #F5EDD8;
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media(min-width: 769px) {.ldm_gcg_card_h_dfh {
  font-size: 20px;
}
}.ldm_gcg_card_p_dfh {
  color: rgba(255,255,255,.82);
  font-size: 12px;
  margin-bottom: 0.625rem;
  line-height: 1.55;
  overflow-wrap: break-word;
}.ldm_gcg_card_p_dfh strong {
  font-weight: 600;
  color: #F5EDD8;
}.ldm_gcg_card_cta_dfh {
  gap: 4px;
  letter-spacing: .04em;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  display: inline-flex;
  color: #C9921E;
}.ldm_gcg_card_cta_dfh svg {
  height: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.75rem;
}.ldm_ws_dfh {
  padding: 32px 16px 0;
  background: #110C05;
}
@media(min-width: 765px) {.ldm_ws_dfh {
  padding: 36px 1.5rem 0;
}
}.ldm_ws_in_dfh {
  margin: 0 auto;
  max-width: 1320px;
}.ldm_ws_head_dfh {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
}.ldm_ws_title_dfh {
  gap: 10px;
  color: #F5EDD8;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  font-size: 16px;
}.ldm_ws_title_ic_dfh svg {
  stroke-linejoin: round;
  width: 1.125rem;
  height: 18px;
  color: #E8A020;
  stroke-linecap: round;
}.ldm_ws_online_dfh {
  gap: 0.438rem;
  color: #887464;
  font-weight: 600;
  font-size: 0.75rem;
  align-items: center;
  display: flex;
}.ldm_ws_online_dot_dfh {
  background: #2DB87A;
  border-radius: 50%;
  box-shadow: 0 0 0.375rem rgba(45, 184, 122, 0.15);
  width: 0.5rem;
  height: 0.5rem;
  flex-shrink: 0;
}.ldm_ws_scroll_dfh {
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
  display: flex;
}.ldm_ws_scroll_dfh::-webkit-scrollbar {
  display: none;
}.ldm_wc_dfh {
  gap: 10px;
  padding: 10px 0.875rem;
  border-radius: 0.5rem;
  background: #171009;
  border: 1px solid rgba(255, 255, 255, 0.11);
  min-width: 220px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.ldm_wc_img_dfh {
  border-radius: 0.25rem;
  background: #1C1509;
  overflow: hidden;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}.ldm_wc_img_dfh img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.ldm_wc_info_dfh {
  min-width: 0;
}.ldm_wc_game_dfh {
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  color: #CEBFA0;
  font-size: 0.75rem;
  text-overflow: ellipsis;
}.ldm_wc_player_dfh {
  overflow: hidden;
  color: #6E5E4E;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 10px;
}.ldm_wc_amount_dfh {
  flex-shrink: 0;
  margin-left: auto;
  font-size: 13px;
  color: #2DB87A;
  font-weight: 700;
  white-space: nowrap;
}.ldm_app_dfh {
  padding: 2.25rem 16px 0;
  background: #110C05;
}
@media(min-width: 766px) {.ldm_app_dfh {
  padding: 44px 1.5rem 0;
}
}.ldm_app_in_dfh {
  margin: 0 auto;
  max-width: 1320px;
}.ldm_app_head_dfh {
  margin-bottom: 16px;
}.ldm_app_label_dfh {
  margin-bottom: 8px;
  color: #C9921E;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.ldm_app_h2_dfh {
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-weight: 800;
  color: #F5EDD8;
}
@media(min-width: 766px) {.ldm_app_h2_dfh {
  font-size: 24px;
}
}.ldm_app_sub_dfh {
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #887464;
  font-size: 13px;
  max-width: 600px;
}.ldm_app_sub_dfh strong {
  color: #CEBFA0;
  font-weight: 700;
}.ldm_app_cards_dfh {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1rem;
}
@media(min-width: 638px) {.ldm_app_cards_dfh {
  grid-template-columns: repeat(3,1fr);
}
}.ldm_app_card_dfh {
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
  display: flex;
}.ldm_app_card_ios_dfh {
  background: linear-gradient(135deg,rgba(201, 146, 30, 0.18) 0%,#1C1509 100%);
}.ldm_app_card_android_dfh {
  background: linear-gradient(135deg,rgba(45, 184, 122, 0.15) 0%,#1C1509 100%);
}.ldm_app_card_win_dfh {
  background: linear-gradient(135deg,rgba(232, 160, 32, 0.15) 0%,#1C1509 100%);
}.ldm_app_card_ic_dfh svg {
  height: 34px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 34px;
}.ldm_app_card_ic_dfh {
  flex-shrink: 0;
  color: #F5EDD8;
}.ldm_app_card_os_dfh {
  font-weight: 700;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .08em;
  color: #887464;
}.ldm_app_card_title_dfh {
  margin-bottom: 0.375rem;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-size: 0.938rem;
}.ldm_app_card_text_dfh {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  margin-bottom: 0.875rem;
  line-height: 1.5;
  color: #887464;
}.ldm_app_card_btn_dfh {
  border: 1px solid rgba(201, 146, 30, 0.55);
  padding: 10px 18px;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.12);
  transition: background .2s;
  gap: 0.438rem;
  color: #F5EDD8;
  align-items: center;
  font-size: 13px;
  display: inline-flex;
  font-weight: 700;
}.ldm_app_card_btn_dfh:hover {
  background: rgba(255, 255, 255, 0.07);
}.ldm_bon_dfh {
  padding: 2.25rem 16px 0;
  background: #110C05;
}
@media(min-width: 766px) {.ldm_bon_dfh {
  padding: 44px 24px 0;
}
}.ldm_bon_in_dfh {
  margin: 0 auto;
  max-width: 1320px;
}.ldm_bon_head_dfh {
  margin-bottom: 20px;
}.ldm_bon_label_dfh {
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  color: #C9921E;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.ldm_bon_h2_dfh {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #F5EDD8;
  font-size: 20px;
  font-family: 'Cinzel', serif;
}
@media(min-width: 766px) {.ldm_bon_h2_dfh {
  font-size: 1.5rem;
}
}.ldm_bon_seo_dfh {
  overflow-wrap: break-word;
  color: #887464;
  max-width: 620px;
  font-size: 13px;
  line-height: 1.6;
}.ldm_bon_seo_dfh strong {
  font-weight: 700;
  color: #CEBFA0;
}.ldm_bon_seo_dfh a {
  color: #C9921E;
  text-decoration: underline;
}.ldm_bon_grid_dfh {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 643px) {.ldm_bon_grid_dfh {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.ldm_bon_grid_dfh {
  grid-template-columns: repeat(5,1fr);
}
}.ldm_bon_card_dfh {
  border-radius: 0.5rem;
  background: #171009;
  padding: 1rem;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.ldm_bon_card_dfh:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 146, 30, 0.07);
}.ldm_bon_card_ic_dfh svg {
  stroke-linejoin: round;
  width: 26px;
  height: 1.625rem;
  stroke-linecap: round;
}.ldm_bon_card_ic_dfh {
  margin-bottom: 10px;
}.ldm_bon_card_type_dfh {
  font-weight: 700;
  color: #887464;
  margin-bottom: 6px;
  letter-spacing: .06em;
  font-size: 10px;
  text-transform: uppercase;
}.ldm_bon_card_amount_dfh {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-bottom: 6px;
  color: #E8A020;
  font-weight: 800;
}.ldm_bon_card_name_dfh {
  color: #F5EDD8;
  overflow-wrap: break-word;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 13px;
}.ldm_bon_card_detail_dfh {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  padding-top: 8px;
  overflow-wrap: break-word;
  font-size: 11px;
  color: #6E5E4E;
}.ldm_prov_dfh {
  background: #110C05;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.ldm_prov_dfh {
  padding: 44px 24px 0;
}
}.ldm_prov_in_dfh {
  margin: 0 auto;
  max-width: 82.5rem;
}.ldm_prov_head_dfh {
  margin-bottom: 1rem;
}.ldm_prov_label_dfh {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #C9921E;
  font-size: 0.688rem;
}.ldm_prov_h2_dfh {
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-size: 1.25rem;
}
@media(min-width: 766px) {.ldm_prov_h2_dfh {
  font-size: 1.5rem;
}
}.ldm_prov_seo_dfh {
  line-height: 1.6;
  max-width: 620px;
  color: #887464;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 1rem;
}.ldm_prov_seo_dfh strong {
  color: #CEBFA0;
  font-weight: 700;
}.ldm_prov_seo_dfh a {
  color: #C9921E;
  text-decoration: underline;
}.ldm_prov_grid_dfh {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.ldm_prov_grid_dfh {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.ldm_prov_grid_dfh {
  grid-template-columns: repeat(8,1fr);
}
}.ldm_prov_card_dfh {
  gap: 7px;
  background: #171009;
  border-radius: 0.5rem;
  padding: 0.875rem 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s,background .2s;
  flex-direction: column;
  align-items: center;
  display: flex;
  cursor: pointer;
}.ldm_prov_card_dfh:hover {
  border-color: rgba(201, 146, 30, 0.55);
  background: #1C1509;
}.ldm_prov_logo_dfh {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  overflow: hidden;
  justify-content: center;
  height: 44px;
  align-items: center;
  width: 2.75rem;
  display: flex;
}.ldm_prov_logo_dfh img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.ldm_prov_name_dfh {
  color: #A8957A;
  font-weight: 600;
  text-align: center;
  overflow-wrap: break-word;
  font-size: 11px;
}.ldm_reg_dfh {
  background: #110C05;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.ldm_reg_dfh {
  padding: 2.75rem 1.5rem 0;
}
}.ldm_reg_in_dfh {
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin: 0 auto;
  border-radius: 0.75rem;
  padding: 1.75rem 1.5rem;
  background: #1C1509;
  max-width: 1320px;
}
@media(min-width: 771px) {.ldm_reg_in_dfh {
  padding: 2.5rem;
}
}.ldm_reg_top_dfh {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:860px) {.ldm_reg_top_dfh {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.ldm_reg_label_dfh {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #C9921E;
}.ldm_reg_h2_dfh {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: #F5EDD8;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.ldm_reg_h2_dfh {
  font-size: 28px;
}
}.ldm_reg_bonus_dfh {
  padding: 0.625rem 16px;
  border: 1px solid rgba(232, 160, 32, 0.15);
  border-radius: 8px;
  gap: 8px;
  background: rgba(232, 160, 32, 0.15);
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}.ldm_reg_bonus_amount_dfh {
  font-weight: 800;
  font-size: 20px;
  color: #E8A020;
}.ldm_reg_bonus_text_dfh {
  color: #A8957A;
  font-size: 0.813rem;
  line-height: 1.35;
}.ldm_reg_cta_btn_dfh {
  transition: background .2s;
  background: #2DB87A;
  border-radius: 8px;
  padding: 0.875rem 32px;
  box-shadow: 0 4px 1.125rem rgba(45, 184, 122, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.10);
  font-weight: 700;
  font-size: 0.938rem;
  margin-bottom: 0.75rem;
  color: #0D0900;
  display: inline-block;
}.ldm_reg_cta_btn_dfh:hover {
  background: #35D48E;
}.ldm_reg_terms_dfh {
  line-height: 1.5;
  font-size: 0.688rem;
  color: #6E5E4E;
}.ldm_reg_seo_dfh {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  line-height: 1.65;
  margin-top: 1.25rem;
  font-size: 0.813rem;
  color: #887464;
  padding-top: 20px;
}.ldm_reg_seo_dfh p {
  line-height: 1.65;
  margin-bottom: 0.625rem;
  font-size: 13px;
  color: #887464;
}.ldm_reg_seo_dfh p:last-child {
  margin-bottom: 0;
}.ldm_reg_seo_dfh strong {
  font-weight: 700;
  color: #CEBFA0;
}.ldm_reg_seo_dfh a {
  transition: color .2s;
  text-decoration: underline;
  color: #C9921E;
}.ldm_reg_seo_dfh a:hover {
  color: #DBA830;
}.ldm_reg_seo_dfh ul,.ldm_reg_seo_dfh ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.ldm_reg_seo_dfh ol {
  list-style: decimal;
}.ldm_reg_seo_dfh li {
  margin-bottom: 0.25rem;
  color: #887464;
  font-size: 0.813rem;
  line-height: 1.65;
}.ldm_reg_seo_dfh table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.813rem;
  margin-bottom: 0.625rem;
}
@media(min-width:768px) {.ldm_reg_seo_dfh table {
  display: table;
}
}.ldm_reg_seo_dfh th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  color: #CEBFA0;
  font-weight: 700;
  text-align: left;
}.ldm_reg_seo_dfh td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #887464;
}.ldm_reg_steps_dfh {
  gap: 14px;
  flex-direction: column;
  display: flex;
  margin-top: 28px;
}
@media(min-width: 859px) {.ldm_reg_steps_dfh {
  margin-top: 0;
}
}.ldm_reg_step_dfh {
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.ldm_reg_step_num_dfh {
  border: 1px solid rgba(201, 146, 30, 0.07);
  border-radius: 50%;
  background: rgba(201, 146, 30, 0.18);
  font-size: 0.875rem;
  color: #C9921E;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 2.125rem;
  width: 34px;
  justify-content: center;
  font-weight: 800;
}.ldm_reg_step_title_dfh {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #F5EDD8;
}.ldm_reg_step_text_dfh {
  color: #887464;
  line-height: 1.5;
  font-size: 0.75rem;
}.ldm_reg_trust_dfh {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 1.25rem;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  display: flex;
}.ldm_reg_trust_item_dfh {
  gap: 7px;
  font-size: 0.75rem;
  display: flex;
  overflow-wrap: break-word;
  color: #887464;
  align-items: center;
}.ldm_reg_trust_ic_dfh svg {
  width: 1rem;
  height: 1rem;
  color: #C9921E;
  stroke-linecap: round;
  stroke-linejoin: round;
}.ldm_faq_dfh {
  padding: 36px 1rem 0;
  background: #110C05;
}
@media(min-width: 769px) {.ldm_faq_dfh {
  padding: 2.75rem 24px 0;
}
}.ldm_faq_in_dfh {
  margin: 0 auto;
  max-width: 82.5rem;
}.ldm_faq_head_dfh {
  margin-bottom: 20px;
}.ldm_faq_label_dfh {
  color: #C9921E;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.ldm_faq_h2_dfh {
  font-size: 20px;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F5EDD8;
}
@media(min-width: 770px) {.ldm_faq_h2_dfh {
  font-size: 24px;
}
}.ldm_faq_list_dfh {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.ldm_faq_item_dfh {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1C1509;
  overflow: hidden;
}.ldm_faq_q_dfh {
  gap: 12px;
  padding: 1rem 1.25rem;
  transition: color .2s;
  font-size: 0.875rem;
  color: #CEBFA0;
  display: flex;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  cursor: pointer;
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
}.ldm_faq_q_dfh:hover {
  color: #F5EDD8;
}.ldm_faq_q_ic_dfh {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: transform .25s;
  justify-content: center;
  align-items: center;
  color: #C9921E;
  font-size: 16px;
  display: flex;
  flex-shrink: 0;
  height: 1.5rem;
  width: 24px;
}.ldm_faq_item_dfh.ldm_state_open_dfh .ldm_faq_q_ic_dfh {
  transform: rotate(45deg);
}.ldm_faq_a_dfh {
  padding: 0 1.25rem 16px;
  overflow-wrap: break-word;
  line-height: 1.7;
  display: none;
  color: #887464;
  font-size: 0.813rem;
}.ldm_faq_item_dfh.ldm_state_open_dfh .ldm_faq_a_dfh {
  display: block;
}.ldm_faq_a_dfh strong {
  font-weight: 700;
  color: #CEBFA0;
}.ldm_faq_a_dfh a {
  color: #C9921E;
  text-decoration: underline;
}.ldm_faq_a_dfh ul,.ldm_faq_a_dfh ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.ldm_faq_a_dfh ol {
  list-style: decimal;
}.ldm_faq_a_dfh li {
  margin-bottom: 4px;
  line-height: 1.6;
}.ldm_faq_a_dfh table {
  margin: 8px 0;
  display: block;
  font-size: 0.75rem;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
}
@media(min-width:768px) {.ldm_faq_a_dfh table {
  display: table;
}
}.ldm_faq_a_dfh th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 8px;
  color: #CEBFA0;
  font-weight: 700;
  text-align: left;
}.ldm_faq_a_dfh td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 8px;
  color: #887464;
}.ldm_seo_dfh {
  padding: 2.25rem 16px 0;
  background: #110C05;
}
@media(min-width: 766px) {.ldm_seo_dfh {
  padding: 44px 1.5rem 0;
}
}.ldm_seo_in_dfh {
  background: #1C1509;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.75rem;
  margin: 0 auto;
  padding: 1.75rem 24px;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.ldm_seo_in_dfh {
  padding: 36px 2.5rem;
}
}.ldm_seo_label_dfh {
  color: #C9921E;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 10px;
}.ldm_seo_h2_dfh {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  margin-bottom: 14px;
  font-weight: 800;
  font-size: 1.25rem;
  color: #F5EDD8;
  line-height: 1.25;
}
@media(min-width:768px) {.ldm_seo_h2_dfh {
  font-size: 24px;
}
}.ldm_seo_body_dfh {
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #A8957A;
}.ldm_seo_body_dfh p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 12px;
  color: #A8957A;
}.ldm_seo_body_dfh p:last-child {
  margin-bottom: 0;
}.ldm_seo_body_dfh strong {
  color: #CEBFA0;
  font-weight: 700;
}.ldm_seo_body_dfh a {
  transition: color .2s;
  color: #C9921E;
  text-decoration: underline;
}.ldm_seo_body_dfh a:hover {
  color: #DBA830;
}.ldm_seo_body_dfh ul,.ldm_seo_body_dfh ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.ldm_seo_body_dfh ol {
  list-style: decimal;
}.ldm_seo_body_dfh li {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #A8957A;
}.ldm_seo_body_dfh table {
  width: 100%;
  margin-bottom: 12px;
  display: block;
  border-collapse: collapse;
  font-size: 13px;
  overflow-x: auto;
}
@media(min-width: 771px) {.ldm_seo_body_dfh table {
  display: table;
}
}.ldm_seo_body_dfh th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #CEBFA0;
}.ldm_seo_body_dfh td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #A8957A;
}.ldm_seo_cols_dfh {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 643px) {.ldm_seo_cols_dfh {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.ldm_seo_cols_dfh {
  grid-template-columns: repeat(3,1fr);
}
}.ldm_seo_col_h_dfh {
  font-weight: 700;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  color: #CEBFA0;
}.ldm_seo_col_p_dfh {
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #887464;
}.ldm_seo_stats_dfh {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.ldm_seo_stat_dfh {
  background: rgba(201, 146, 30, 0.07);
  border-radius: 8px;
  border: 1px solid rgba(201, 146, 30, 0.18);
  flex: 1;
  padding: 0.875rem 1rem;
  min-width: 8.75rem;
}.ldm_seo_stat_val_dfh {
  overflow-wrap: break-word;
  color: #C9921E;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}.ldm_seo_stat_lb_dfh {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #887464;
}.ldm_seo_dfh {
  padding: 36px 1rem 0;
  background: #110C05;
}
@media(min-width: 769px) {.ldm_seo_dfh {
  padding: 2.75rem 1.5rem 0;
}
}.ldm_seo_in_dfh {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 28px 1.5rem;
  margin: 0 auto;
  background: #1C1509;
  border-radius: 0.75rem;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.ldm_seo_in_dfh {
  padding: 2.25rem 40px;
}
}.ldm_seo_label_dfh {
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C9921E;
}.ldm_seo_h2_dfh {
  margin-bottom: 0.875rem;
  color: #F5EDD8;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.25;
  font-family: 'Cinzel', serif;
}
@media(min-width: 771px) {.ldm_seo_h2_dfh {
  font-size: 24px;
}
}.ldm_seo_body_dfh {
  color: #A8957A;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
}.ldm_seo_body_dfh p {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #A8957A;
}.ldm_seo_body_dfh p:last-child {
  margin-bottom: 0;
}.ldm_seo_body_dfh strong {
  font-weight: 700;
  color: #CEBFA0;
}.ldm_seo_body_dfh a {
  transition: color .2s;
  color: #C9921E;
  text-decoration: underline;
}.ldm_seo_body_dfh a:hover {
  color: #DBA830;
}.ldm_seo_body_dfh ul,.ldm_seo_body_dfh ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.ldm_seo_body_dfh ol {
  list-style: decimal;
}.ldm_seo_body_dfh li {
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  color: #A8957A;
  line-height: 1.75;
}.ldm_seo_body_dfh table {
  display: block;
  font-size: 0.813rem;
  border-collapse: collapse;
  margin-bottom: 12px;
  width: 100%;
  overflow-x: auto;
}
@media(min-width:768px) {.ldm_seo_body_dfh table {
  display: table;
}
}.ldm_seo_body_dfh th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #CEBFA0;
  text-align: left;
  font-weight: 700;
}.ldm_seo_body_dfh td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A8957A;
}.ldm_seo_cols_dfh {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.ldm_seo_cols_dfh {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.ldm_seo_cols_dfh {
  grid-template-columns: repeat(3,1fr);
}
}.ldm_seo_col_h_dfh {
  font-size: 0.813rem;
  font-weight: 700;
  margin-bottom: 0.438rem;
  color: #CEBFA0;
  overflow-wrap: break-word;
}.ldm_seo_col_p_dfh {
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #887464;
}.ldm_seo_stats_dfh {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.ldm_seo_stat_dfh {
  flex: 1;
  border: 1px solid rgba(201, 146, 30, 0.18);
  background: rgba(201, 146, 30, 0.07);
  padding: 0.875rem 1rem;
  border-radius: 8px;
  min-width: 8.75rem;
}.ldm_seo_stat_val_dfh {
  font-size: 1.25rem;
  margin-bottom: 4px;
  font-weight: 800;
  color: #C9921E;
  overflow-wrap: break-word;
}.ldm_seo_stat_lb_dfh {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #887464;
}.ldm_seo_dfh {
  background: #110C05;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.ldm_seo_dfh {
  padding: 2.75rem 24px 0;
}
}.ldm_seo_in_dfh {
  padding: 28px 24px;
  margin: 0 auto;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1C1509;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.ldm_seo_in_dfh {
  padding: 2.25rem 40px;
}
}.ldm_seo_label_dfh {
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #C9921E;
  font-weight: 700;
}.ldm_seo_h2_dfh {
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 14px;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  font-weight: 800;
  color: #F5EDD8;
}
@media(min-width: 766px) {.ldm_seo_h2_dfh {
  font-size: 1.5rem;
}
}.ldm_seo_body_dfh {
  font-size: 14px;
  color: #A8957A;
  line-height: 1.75;
  overflow-wrap: break-word;
}.ldm_seo_body_dfh p {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #A8957A;
}.ldm_seo_body_dfh p:last-child {
  margin-bottom: 0;
}.ldm_seo_body_dfh strong {
  color: #CEBFA0;
  font-weight: 700;
}.ldm_seo_body_dfh a {
  transition: color .2s;
  color: #C9921E;
  text-decoration: underline;
}.ldm_seo_body_dfh a:hover {
  color: #DBA830;
}.ldm_seo_body_dfh ul,.ldm_seo_body_dfh ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.ldm_seo_body_dfh ol {
  list-style: decimal;
}.ldm_seo_body_dfh li {
  margin-bottom: 6px;
  line-height: 1.75;
  color: #A8957A;
  font-size: 0.875rem;
}.ldm_seo_body_dfh table {
  font-size: 0.813rem;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  display: block;
  margin-bottom: 0.75rem;
}
@media(min-width: 766px) {.ldm_seo_body_dfh table {
  display: table;
}
}.ldm_seo_body_dfh th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  font-weight: 700;
  color: #CEBFA0;
  text-align: left;
}.ldm_seo_body_dfh td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A8957A;
}.ldm_seo_cols_dfh {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 637px) {.ldm_seo_cols_dfh {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.ldm_seo_cols_dfh {
  grid-template-columns: repeat(3,1fr);
}
}.ldm_seo_col_h_dfh {
  font-size: 0.813rem;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  color: #CEBFA0;
}.ldm_seo_col_p_dfh {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
  color: #887464;
}.ldm_seo_stats_dfh {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.ldm_seo_stat_dfh {
  padding: 0.875rem 1rem;
  background: rgba(201, 146, 30, 0.07);
  border-radius: 0.5rem;
  flex: 1;
  border: 1px solid rgba(201, 146, 30, 0.18);
  min-width: 140px;
}.ldm_seo_stat_val_dfh {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #C9921E;
  margin-bottom: 4px;
}.ldm_seo_stat_lb_dfh {
  color: #887464;
  overflow-wrap: break-word;
  font-size: 11px;
}.ldm_ft_dfh {
  background: #0D0900;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.ldm_ft_support_dfh {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 767px) {.ldm_ft_support_dfh {
  padding: 28px 1.5rem;
}
}.ldm_ft_support_in_dfh {
  gap: 1rem;
  margin: 0 auto;
  max-width: 1320px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.ldm_ft_support_main_dfh {
  gap: 1rem;
  flex: 1;
  align-items: center;
  min-width: 220px;
  display: flex;
  flex-wrap: wrap;
}.ldm_ft_support_ic_dfh {
  color: #C9921E;
  flex-shrink: 0;
}.ldm_ft_support_ic_dfh svg {
  width: 30px;
  stroke-linejoin: round;
  height: 1.875rem;
  stroke-linecap: round;
}.ldm_ft_support_text_title_dfh {
  font-weight: 700;
  color: #F5EDD8;
  overflow-wrap: break-word;
  font-size: 15px;
  margin-bottom: 3px;
}.ldm_ft_support_text_sub_dfh {
  overflow-wrap: break-word;
  color: #887464;
  font-size: 12px;
}.ldm_ft_support_btn_dfh {
  padding: 0.688rem 1.375rem;
  border-radius: 8px;
  transition: background .2s;
  background: #C9921E;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #F5EDD8;
  flex-shrink: 0;
  font-weight: 700;
}.ldm_ft_support_btn_dfh:hover {
  background: #DBA830;
}.ldm_ft_support_contacts_dfh {
  gap: 1rem;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.ldm_ft_support_contact_dfh {
  line-height: 1.4;
  font-size: 0.75rem;
  color: #6E5E4E;
}.ldm_ft_support_contact_dfh strong {
  margin-bottom: 2px;
  color: #A8957A;
  display: block;
  font-weight: 600;
  font-size: 0.688rem;
}.ldm_ft_main_dfh {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 1rem 1.5rem;
}
@media(min-width: 770px) {.ldm_ft_main_dfh {
  padding: 40px 24px 32px;
}
}.ldm_ft_main_in_dfh {
  gap: 1.5rem;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 1320px;
}
@media(min-width: 638px) {.ldm_ft_main_in_dfh {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.ldm_ft_main_in_dfh {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.ldm_ft_col_logo_dfh {
  grid-column: 1/-1;
}
@media(min-width:1080px) {.ldm_ft_col_logo_dfh {
  grid-column: auto;
}
}.ldm_ft_logo_dfh {
  gap: 9px;
  align-items: center;
  font-size: 1rem;
  display: flex;
  margin-bottom: 0.75rem;
  color: #F5EDD8;
  flex-wrap: wrap;
  font-weight: 800;
  overflow-wrap: break-word;
}.ldm_ft_logo_mark_dfh {
  overflow: hidden;
  border-radius: 0.25rem;
  width: 30px;
  height: 1.875rem;
}.ldm_ft_logo_mark_dfh img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.ldm_ft_logo_sub_dfh {
  line-height: 1.55;
  color: #6E5E4E;
  max-width: 12.5rem;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.ldm_ft_col_title_dfh {
  color: #A8957A;
  font-size: 12px;
  margin-bottom: 0.875rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-weight: 700;
}.ldm_ft_col_links_dfh {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.ldm_ft_col_link_dfh {
  transition: color .2s;
  color: #6E5E4E;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.ldm_ft_col_link_dfh:hover {
  color: #CEBFA0;
}.ldm_ft_apps_dfh {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.ldm_ft_app_card_dfh {
  border-radius: 0.25rem;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  display: flex;
  align-items: center;
}.ldm_ft_app_card_dfh:hover {
  border-color: rgba(201, 146, 30, 0.55);
}.ldm_ft_app_card_ic_dfh svg {
  height: 22px;
  width: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.ldm_ft_app_card_os_dfh {
  color: #6E5E4E;
  font-size: 0.625rem;
  font-weight: 600;
}.ldm_ft_app_card_action_dfh {
  color: #CEBFA0;
  font-size: 0.75rem;
  font-weight: 700;
}.ldm_ft_bot_dfh {
  padding: 1.25rem 1rem;
}
@media(min-width: 771px) {.ldm_ft_bot_dfh {
  padding: 20px 24px;
}
}.ldm_ft_bot_in_dfh {
  margin: 0 auto;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  max-width: 1320px;
}.ldm_ft_socials_dfh {
  gap: 8px;
  display: flex;
}.ldm_ft_soc_dfh {
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  width: 2.25rem;
  justify-content: center;
  display: flex;
  height: 2.25rem;
  color: #A8957A;
  align-items: center;
}.ldm_ft_soc_dfh svg {
  width: 16px;
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.ldm_ft_soc_dfh:hover {
  background: rgba(255, 255, 255, 0.07);
}.ldm_ft_legal_dfh {
  flex: 1;
  font-size: 0.688rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #8C7B68;
  min-width: 200px;
}.ldm_ft_legal_dfh strong {
  color: #A8957A;
  font-weight: 700;
}.ldm_ft_legal_dfh a {
  text-decoration: underline;
  color: #A8957A;
}.ldm_ft_age_dfh {
  border-radius: 50%;
  border: 2px solid #8C7B68;
  color: #8C7B68;
  font-weight: 800;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
  height: 32px;
  width: 32px;
  display: flex;
  font-size: 0.688rem;
  justify-content: center;
}