html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #100C08;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  line-height: 1.6;
  font-family: 'Lato', sans-serif;
  color: #CEBFA4;
}.lhg-layout_2e3 {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.lhg-page_2e3 {
  min-height: 100vh;
  display: flex;
}.lhg-main_2e3 {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1079px) {.lhg-main_2e3 {
  padding-left: 13.75rem;
}
}
@media (max-width: 1082px) {.lhg-main_2e3 {
  padding-bottom: 4.5rem;
}
}.lhg-gc_2e3 {
  background: #161009;
  transition: transform .2s,border-color .2s;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  cursor: pointer;
  width: 140px;
  flex-shrink: 0;
  position: relative;
}
@media(min-width: 641px) {.lhg-gc_2e3 {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.lhg-gc_2e3 {
  width: 10.5rem;
}
}.lhg-gc_2e3:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 147, 43, 0.07);
}.lhg-gc_img_2e3 {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.lhg-gc_img_2e3 img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
}.lhg-gc_hover_2e3 {
  transition: opacity .2s;
  background: rgba(8, 5, 3, 0.72);
  inset: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  display: flex;
  position: absolute;
}.lhg-gc_2e3:hover .lhg-gc_hover_2e3 {
  opacity: 1;
}.lhg-gc_hover_btn_2e3 {
  padding: 0.5rem 1rem;
  background: #C8932B;
  border-radius: 0.25rem;
  color: #F6EED8;
  font-weight: 700;
  font-size: 12px;
}.lhg-gc_info_2e3 {
  padding: 8px 0.625rem 0.625rem;
}.lhg-gc_name_2e3 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  margin-bottom: 3px;
  color: #CEBFA4;
  font-size: 0.75rem;
  white-space: nowrap;
  max-width: 100%;
}.lhg-gc_prov_2e3 {
  color: #6A5A4A;
  font-size: 0.625rem;
}.lhg-gc_tag_2e3 {
  padding: 2px 0.438rem;
  border-radius: 4px;
  z-index: 2;
  font-weight: 700;
  font-size: 0.563rem;
  left: 0.375rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  position: absolute;
  top: 6px;
}.lhg-gc_tag_hot_2e3 {
  background: #C43030;
  color: #fff;
}.lhg-gc_tag_new_2e3 {
  background: #2E9E5A;
  color: #100C08;
}.lhg-gc_tag_jp_2e3 {
  background: #D4A020;
  color: #100C08;
}.lhg-gc_tag_ex_2e3 {
  background: #7B4E2C;
  color: #fff;
}.lhg-gc_tag_live_2e3 {
  background: #C43030;
  color: #fff;
}.lhg-gr_2e3 {
  padding: 32px 1rem 0;
  background: #100C08;
}
@media(min-width: 767px) {.lhg-gr_2e3 {
  padding: 2.25rem 1.5rem 0;
}
}.lhg-gr_in_2e3 {
  margin: 0 auto;
  max-width: 1320px;
}.lhg-gr_head_2e3 {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.625rem;
}.lhg-gr_head_l_2e3 {
  flex: 1;
  gap: 10px;
  align-items: center;
  min-width: 0;
  display: flex;
}.lhg-gr_ic_2e3 {
  border-radius: 0.5rem;
  align-items: center;
  height: 32px;
  display: flex;
  width: 2rem;
  flex-shrink: 0;
  justify-content: center;
}.lhg-gr_ic_2e3 svg {
  stroke-linejoin: round;
  width: 16px;
  height: 1rem;
  stroke-linecap: round;
}.lhg-gr_title_2e3 {
  font-weight: 700;
  color: #F6EED8;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.lhg-gr_title_2e3 {
  font-size: 18px;
}
}.lhg-gr_more_2e3 {
  transition: color .2s;
  gap: 5px;
  color: #7A6858;
  font-weight: 600;
  align-items: center;
  flex-shrink: 0;
  font-size: 12px;
  display: flex;
  white-space: nowrap;
}.lhg-gr_more_2e3:hover {
  color: #C8932B;
}.lhg-gr_more_2e3 svg {
  height: 12px;
  width: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.lhg-gr_arrows_2e3 {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.lhg-gr_arr_2e3 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  width: 1.875rem;
  height: 30px;
  justify-content: center;
  color: #A08870;
  display: flex;
  align-items: center;
}.lhg-gr_arr_2e3:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F6EED8;
}.lhg-gr_arr_2e3 svg {
  stroke-linecap: round;
  width: 0.813rem;
  stroke-linejoin: round;
  height: 0.813rem;
}.lhg-gr_seo_h_2e3 {
  margin: 0 0 0.375rem;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 700;
  color: #CEBFA4;
  max-width: 680px;
}
@media(min-width: 767px) {.lhg-gr_seo_h_2e3 {
  font-size: 14px;
}
}.lhg-gr_seo_2e3 {
  font-size: 12px;
  line-height: 1.55;
  max-width: 42.5rem;
  color: #7A6858;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
}.lhg-gr_seo_2e3 strong {
  font-weight: 600;
  color: #CEBFA4;
}.lhg-gr_scroll_2e3 {
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.625rem;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
}.lhg-gr_scroll_2e3::-webkit-scrollbar {
  display: none;
}
@media(min-width: 770px) {.lhg-gr_scroll_2e3 {
  gap: 12px;
}
}.lhg-tb_2e3 {
  background: #100C08;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  position: fixed;
  right: 0;
  height: 56px;
  align-items: center;
  display: flex;
  top: 0;
  z-index: 80;
  left: 0;
}.lhg-tb_in_2e3 {
  gap: 0;
  padding: 0 14px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}.lhg-tb_burger_2e3 {
  border-radius: 0.5rem;
  gap: 5px;
  width: 2.375rem;
  height: 2.375rem;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  margin-right: 8px;
}.lhg-tb_burger_2e3:hover {
  background: rgba(255, 255, 255, 0.05);
}.lhg-tb_burger_line_2e3 {
  border-radius: 1px;
  background: #A08870;
  display: block;
  width: 18px;
  height: 2px;
}
@media(min-width: 1081px) {.lhg-tb_burger_2e3 {
  display: none;
}
}.lhg-tb_logo_2e3 {
  gap: 0.563rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  color: #F6EED8;
  margin-right: 1.25rem;
  letter-spacing: -.01em;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}.lhg-tb_logo_mark_2e3 {
  border-radius: 8px;
  overflow: hidden;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 2rem;
  width: 32px;
}.lhg-tb_logo_mark_2e3 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.lhg-tb_nav_2e3 {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 643px) {.lhg-tb_nav_2e3 {
  display: flex;
}
}.lhg-tb_tab_2e3 {
  border-radius: 8px;
  transition: background .15s,color .15s;
  padding: 0.5rem 0.875rem;
  font-weight: 600;
  font-size: 13px;
  color: #A08870;
  white-space: nowrap;
}.lhg-tb_tab_2e3:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6EED8;
}.lhg-tb_tab_2e3.lhg-state_active_2e3 {
  background: rgba(200, 147, 43, 0.18);
  color: #F6EED8;
}.lhg-tb_right_2e3 {
  gap: 0.5rem;
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
}.lhg-tb_login_2e3 {
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 9px 16px;
  display: none;
  font-weight: 600;
  color: #CEBFA4;
  font-size: 0.813rem;
}.lhg-tb_login_2e3:hover {
  border-color: rgba(200, 148, 44, 0.55);
  color: #F6EED8;
}
@media(min-width: 482px) {.lhg-tb_login_2e3 {
  display: block;
}
}.lhg-tb_reg_2e3 {
  transition: background .2s;
  background: #2E9E5A;
  padding: 9px 1.125rem;
  border-radius: 8px;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 700;
  color: #0D0A06;
}.lhg-tb_reg_2e3:hover {
  background: #38B568;
}.lhg-sb_2e3 {
  background: #1C1610;
  transition: transform .25s ease;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 70;
  width: 220px;
  left: 0;
  top: 3.5rem;
  position: fixed;
  bottom: 0;
  overflow-y: auto;
}.lhg-sb_2e3.lhg-state_open_2e3 {
  transform: translateX(0);
}.lhg-sb_2e3::-webkit-scrollbar {
  width: 4px;
}.lhg-sb_2e3::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.lhg-sb_2e3 {
  transform: translateX(0);
}
}.lhg-sb_auth_2e3 {
  padding: 14px 0.75rem 10px;
}.lhg-sb_btn_reg_2e3 {
  border-radius: 0.5rem;
  background: #2E9E5A;
  transition: background .2s;
  padding: 11px;
  font-weight: 700;
  color: #0D0A06;
  display: block;
  text-align: center;
  font-size: 13px;
  margin-bottom: 0.5rem;
}.lhg-sb_btn_reg_2e3:hover {
  background: #38B568;
}.lhg-sb_btn_login_2e3 {
  transition: border-color .2s;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: #CEBFA4;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  display: block;
}.lhg-sb_btn_login_2e3:hover {
  border-color: rgba(200, 148, 44, 0.55);
  color: #F6EED8;
}.lhg-sb_promo_2e3 {
  margin: 0 12px 10px;
  overflow: hidden;
  background: linear-gradient(135deg,#2C1A06,#1C1610);
  padding: 0.75rem 14px;
  border: 1px solid rgba(200, 147, 43, 0.18);
  border-radius: 8px;
  position: relative;
}.lhg-sb_promo_2e3::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200, 147, 43, 0.18),transparent 70%);
  top: -20px;
  width: 80px;
  position: absolute;
  content: '';
  right: -1.25rem;
  height: 80px;
}.lhg-sb_promo_title_2e3 {
  color: #C8932B;
  margin-bottom: 0.25rem;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
}.lhg-sb_promo_text_2e3 {
  line-height: 1.35;
  color: #F6EED8;
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 12px;
}.lhg-sb_promo_sub_2e3 {
  font-size: 10px;
  margin-top: 3px;
  color: #7A6858;
}.lhg-sb_nav_2e3 {
  padding: 0.375rem 8px 16px;
}.lhg-sb_nav_lb_2e3 {
  padding: 0.625rem 8px 6px;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #6A5A4A;
  font-weight: 700;
}.lhg-sb_link_2e3 {
  gap: 0.625rem;
  transition: background .15s,color .15s;
  padding: 0.563rem 0.625rem;
  border-radius: 4px;
  overflow-wrap: break-word;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  align-items: center;
  cursor: pointer;
  color: #A08870;
}.lhg-sb_link_2e3:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6EED8;
}.lhg-sb_link_2e3.lhg-state_active_2e3 {
  background: rgba(200, 147, 43, 0.18);
  color: #F6EED8;
}.lhg-sb_ic_2e3 {
  border-radius: 0.25rem;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}.lhg-sb_ic_2e3 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
  width: 1rem;
}.lhg-sb_ic_1_2e3 {
  background: rgba(200, 147, 43, 0.07);
  color: #C8932B;
}.lhg-sb_ic_2_2e3 {
  background: rgba(46, 158, 90, 0.18);
  color: #2E9E5A;
}.lhg-sb_ic_3_2e3 {
  background: rgba(212, 160, 32, 0.18);
  color: #D4A020;
}.lhg-sb_ic_4_2e3 {
  background: rgba(123, 78, 44, 0.28);
  color: #7B4E2C;
}.lhg-sb_ic_5_2e3 {
  background: rgba(200, 147, 43, 0.07);
  color: #C44A7A;
}.lhg-sb_ic_6_2e3 {
  background: rgba(123, 78, 44, 0.28);
  color: #8B50C4;
}.lhg-sb_badge_2e3 {
  background: #D4A020;
  padding: 2px 7px;
  border-radius: 4px;
  color: #0D0A06;
  margin-left: auto;
  font-size: 9px;
  font-weight: 700;
}.lhg-sb_bot_2e3 {
  gap: 8px;
  padding: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.lhg-sb_lang_2e3,.lhg-sb_help_2e3 {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.25rem;
  gap: 6px;
  padding: 0.563rem 6px;
  transition: border-color .2s;
  flex: 1;
  align-items: center;
  display: flex;
  font-size: 11px;
  color: #A08870;
  font-weight: 600;
  justify-content: center;
}.lhg-sb_lang_2e3:hover,.lhg-sb_help_2e3:hover {
  border-color: rgba(200, 148, 44, 0.55);
  color: #F6EED8;
}.lhg-sb_lang_2e3 svg,.lhg-sb_help_2e3 svg {
  stroke-linejoin: round;
  width: 0.813rem;
  height: 13px;
  stroke-linecap: round;
}.lhg-sb_bd_2e3 {
  background: rgba(8, 5, 3, 0.72);
  inset: 0;
  z-index: 69;
  position: fixed;
  display: none;
}.lhg-sb_bd_2e3.lhg-state_on_2e3 {
  display: block;
}
@media(min-width: 1083px) {.lhg-sb_bd_2e3 {
  display: none!important;
}
}.lhg-mob_nav_2e3 {
  background: #1C1610;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  display: flex;
  bottom: 0;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 80;
}
@media(min-width:1080px) {.lhg-mob_nav_2e3 {
  display: none;
}
}.lhg-mob_nav_item_2e3 {
  flex: 1;
  gap: 4px;
  padding: 4px 2px;
  color: #6A5A4A;
  align-items: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}.lhg-mob_nav_ic_2e3 {
  line-height: 1;
}.lhg-mob_nav_ic_2e3 svg {
  width: 1.25rem;
  stroke-linecap: round;
  height: 1.25rem;
  stroke-linejoin: round;
}.lhg-mob_nav_lb_2e3 {
  font-weight: 600;
  font-size: 10px;
  color: #6A5A4A;
}.lhg-mob_nav_item_2e3.lhg-state_active_2e3 {
  color: #C8932B;
}.lhg-mob_nav_item_2e3.lhg-state_active_2e3 .lhg-mob_nav_lb_2e3 {
  color: #C8932B;
}.lhg-hero_2e3 {
  background: #100C08;
  padding: 20px 1rem 0;
}
@media(min-width: 770px) {.lhg-hero_2e3 {
  padding: 24px 1.5rem 0;
}
}.lhg-hero_in_2e3 {
  gap: 12px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 1320px;
}
@media(min-width:860px) {.lhg-hero_in_2e3 {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1102px) {.lhg-hero_in_2e3 {
  grid-template-columns: 1fr 340px;
}
}.lhg-hero_promo_2e3 {
  background: #161009;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  display: flex;
  min-height: 220px;
  align-items: stretch;
}
@media(min-width: 769px) {.lhg-hero_promo_2e3 {
  min-height: 280px;
}
}.lhg-hero_promo_bg_2e3 {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#2C1A06 0%,#100C08 100%);
  position: absolute;
  background-size: cover;
}.lhg-hero_promo_bg_2e3::after {
  inset: 0;
  background: linear-gradient(90deg,#100C08 0%,rgba(8, 5, 3, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.lhg-hero_promo_glow_2e3 {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(123, 78, 44, 0.28) 0%,transparent 65%);
  right: 3.75rem;
  width: 18.75rem;
  pointer-events: none;
  position: absolute;
  height: 18.75rem;
  top: -2.5rem;
}.lhg-hero_promo_ct_2e3 {
  padding: 28px 1.5rem 28px 1.75rem;
  flex-direction: column;
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 480px;
  z-index: 2;
}
@media(min-width:768px) {.lhg-hero_promo_ct_2e3 {
  padding: 2.5rem 32px;
}
}.lhg-hero_badge_2e3 {
  padding: 0.313rem 12px;
  background: rgba(200, 147, 43, 0.18);
  border-radius: 1.25rem;
  border: 1px solid rgba(200, 147, 43, 0.07);
  font-size: 10px;
  letter-spacing: .08em;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  display: inline-block;
  color: #C8932B;
  font-weight: 700;
}.lhg-hero_h1_2e3 {
  line-height: 1.15;
  font-size: 1.625rem;
  margin-bottom: 0.625rem;
  font-family: 'Playfair Display', serif;
  color: #F6EED8;
  overflow-wrap: break-word;
  font-weight: 800;
}.lhg-hero_h1_2e3 em {
  font-style: normal;
  color: #D4A020;
}
@media(min-width: 770px) {.lhg-hero_h1_2e3 {
  font-size: 36px;
}
}.lhg-hero_sub_2e3 {
  margin-bottom: 1.25rem;
  color: #A08870;
  font-size: 0.813rem;
  line-height: 1.55;
}
@media(min-width: 765px) {.lhg-hero_sub_2e3 {
  font-size: 0.875rem;
}
}.lhg-hero_row_2e3 {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.lhg-hero_cta_2e3 {
  padding: 0.813rem 1.625rem;
  border-radius: 0.5rem;
  transition: background .2s;
  background: #2E9E5A;
  box-shadow: 0 0.25rem 22px rgba(46, 158, 90, 0.44), inset 0 1px 0 rgba(255, 255, 255, 0.10);
  color: #0D0A06;
  font-size: 0.875rem;
  font-weight: 700;
}.lhg-hero_cta_2e3:hover {
  background: #38B568;
}.lhg-hero_terms_2e3 {
  font-size: 11px;
  color: #6A5A4A;
}.lhg-hero_game_2e3 {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #161009;
  border-radius: 0.875rem;
  display: flex;
  flex-direction: column;
  position: relative;
}.lhg-hero_game_badge_2e3 {
  background: rgba(212, 160, 32, 0.18);
  padding: 0.313rem 0.625rem;
  border: 1px solid rgba(212, 160, 32, 0.18);
  border-radius: 1.25rem;
  font-size: 10px;
  color: #D4A020;
  position: absolute;
  left: 0.75rem;
  font-weight: 700;
  letter-spacing: .06em;
  z-index: 3;
  text-transform: uppercase;
  top: 0.75rem;
}.lhg-hero_game_badge_2e3 svg {
  margin-right: 4px;
  height: 0.688rem;
  vertical-align: -1px;
  width: 11px;
}.lhg-hero_game_img_2e3 {
  overflow: hidden;
  background: linear-gradient(135deg,#2C1A06,#100C08);
  position: relative;
  padding-bottom: 60%;
}.lhg-hero_game_img_2e3 img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}.lhg-hero_game_play_2e3 {
  background: rgba(8, 5, 3, 0.72);
  inset: 0;
  transition: opacity .2s;
  justify-content: center;
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
}.lhg-hero_game_2e3:hover .lhg-hero_game_play_2e3 {
  opacity: 1;
}.lhg-hero_game_play_2e3 span {
  background: #C8932B;
  border-radius: 50%;
  height: 52px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 3.25rem;
}.lhg-hero_game_play_2e3 span svg {
  width: 18px;
  height: 18px;
  margin-left: 2px;
}.lhg-hero_game_info_2e3 {
  padding: 14px 1rem;
}.lhg-hero_game_title_2e3 {
  font-size: 15px;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  color: #F6EED8;
}.lhg-hero_game_provider_2e3 {
  font-size: 0.688rem;
  color: #7A6858;
}.lhg-hero_game_btn_2e3 {
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 0.688rem;
  margin: 12px 16px 1rem;
  background: #C8932B;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 0.813rem;
  color: #F6EED8;
}.lhg-hero_game_2e3:hover .lhg-hero_game_btn_2e3 {
  background: #DBA83E;
}.lhg-gr_jp_2e3 {
  border-radius: 14px;
  background: linear-gradient(135deg,#1E0E2C 0%,#100C08 100%);
  padding: 1.25rem;
  overflow: hidden;
  position: relative;
}.lhg-gr_jp_2e3::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(123, 78, 44, 0.28) 0%,transparent 70%);
  width: 15.625rem;
  left: -60px;
  content: '';
  top: -60px;
  position: absolute;
  height: 15.625rem;
}.lhg-gr_jp_2e3::after {
  background: radial-gradient(circle,rgba(212, 160, 32, 0.18) 0%,transparent 70%);
  border-radius: 50%;
  width: 200px;
  height: 12.5rem;
  position: absolute;
  bottom: -40px;
  right: 0;
  content: '';
}.lhg-gr_jp_head_2e3 {
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  position: relative;
  margin-bottom: 16px;
  z-index: 1;
  align-items: flex-start;
}.lhg-gr_jp_info_2e3 {
  flex: 1;
}.lhg-gr_jp_label_2e3 {
  text-transform: uppercase;
  font-size: 11px;
  color: #8B50C4;
  margin-bottom: 6px;
  letter-spacing: .08em;
  font-weight: 700;
}.lhg-gr_jp_label_2e3 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
  vertical-align: -2px;
  width: 0.875rem;
  margin-right: 4px;
}.lhg-gr_jp_amount_2e3 {
  font-weight: 800;
  color: #F6EED8;
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.25rem;
  font-size: 2rem;
  line-height: 1;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.lhg-gr_jp_amount_2e3 {
  font-size: 2.5rem;
}
}.lhg-gr_jp_amount_2e3 span {
  color: #D4A020;
}.lhg-gr_jp_seo_2e3 {
  font-size: 0.75rem;
  color: #A08870;
  overflow-wrap: break-word;
  max-width: 480px;
  line-height: 1.5;
}.lhg-gr_jp_cta_2e3 {
  border-radius: 8px;
  transition: background .2s;
  border: 1px solid rgba(123, 78, 44, 0.28);
  background: rgba(123, 78, 44, 0.28);
  padding: 11px 20px;
  color: #F6EED8;
  align-self: flex-start;
  margin-top: 0.25rem;
  flex-shrink: 0;
  font-size: 0.813rem;
  white-space: nowrap;
  z-index: 1;
  position: relative;
  font-weight: 700;
}.lhg-gr_jp_cta_2e3:hover {
  background: #7B4E2C;
}.lhg-gcg_2e3 {
  background: #100C08;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.lhg-gcg_2e3 {
  padding: 2.75rem 1.5rem 0;
}
}.lhg-gcg_in_2e3 {
  margin: 0 auto;
  max-width: 1320px;
}.lhg-gcg_head_2e3 {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.lhg-gcg_label_2e3 {
  letter-spacing: .08em;
  color: #C8932B;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.lhg-gcg_h2_2e3 {
  font-size: 22px;
  font-family: 'Playfair Display', serif;
  color: #F6EED8;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width:768px) {.lhg-gcg_h2_2e3 {
  font-size: 1.75rem;
}
}.lhg-gcg_intro_2e3 {
  color: #7A6858;
  font-size: 13px;
  line-height: 1.6;
}.lhg-gcg_grid_2e3 {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.lhg-gcg_grid_2e3 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.lhg-gcg_grid_2e3 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.lhg-gcg_card_2e3 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 20px;
  border-radius: 0.875rem;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  min-height: 15rem;
  justify-content: flex-end;
  flex-direction: column;
}.lhg-gcg_card_2e3:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 147, 43, 0.18);
}.lhg-gcg_card_bg_2e3 {
  inset: 0;
  position: absolute;
  z-index: 0;
}.lhg-gcg_card_bg_2e3::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.lhg-gcg_card_ic_2e3 {
  border-radius: 4px;
  background: rgba(0,0,0,.45);
  right: 18px;
  position: absolute;
  justify-content: center;
  top: 1.125rem;
  display: flex;
  height: 40px;
  align-items: center;
  color: #F6EED8;
  width: 40px;
  z-index: 2;
}.lhg-gcg_card_ic_2e3 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 20px;
  height: 20px;
}.lhg-gcg_card_ct_2e3 {
  position: relative;
  z-index: 1;
}.lhg-gcg_card_h_2e3 {
  color: #F6EED8;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  margin-bottom: 8px;
  line-height: 1.2;
}
@media(min-width: 769px) {.lhg-gcg_card_h_2e3 {
  font-size: 1.25rem;
}
}.lhg-gcg_card_p_2e3 {
  line-height: 1.55;
  margin-bottom: 0.625rem;
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
  font-size: 12px;
}.lhg-gcg_card_p_2e3 strong {
  font-weight: 600;
  color: #F6EED8;
}.lhg-gcg_card_cta_2e3 {
  gap: 0.25rem;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #C8932B;
}.lhg-gcg_card_cta_2e3 svg {
  stroke-linejoin: round;
  height: 0.75rem;
  stroke-linecap: round;
  width: 12px;
}.lhg-ws_2e3 {
  padding: 2rem 16px 0;
  background: #100C08;
}
@media(min-width: 770px) {.lhg-ws_2e3 {
  padding: 2.25rem 24px 0;
}
}.lhg-ws_in_2e3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.lhg-ws_head_2e3 {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  align-items: center;
  justify-content: space-between;
  display: flex;
}.lhg-ws_title_2e3 {
  gap: 0.625rem;
  font-weight: 700;
  align-items: center;
  font-size: 16px;
  display: flex;
  color: #F6EED8;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
}.lhg-ws_title_ic_2e3 svg {
  color: #D4A020;
  stroke-linecap: round;
  width: 18px;
  height: 18px;
  stroke-linejoin: round;
}.lhg-ws_online_2e3 {
  gap: 0.438rem;
  align-items: center;
  color: #7A6858;
  font-size: 12px;
  display: flex;
  font-weight: 600;
}.lhg-ws_online_dot_2e3 {
  border-radius: 50%;
  background: #2E9E5A;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(46, 158, 90, 0.18);
  width: 8px;
  height: 0.5rem;
}.lhg-ws_scroll_2e3 {
  gap: 0.5rem;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  padding-bottom: 8px;
}.lhg-ws_scroll_2e3::-webkit-scrollbar {
  display: none;
}.lhg-wc_2e3 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: #161009;
  padding: 0.625rem 14px;
  gap: 0.625rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  min-width: 220px;
}.lhg-wc_img_2e3 {
  border-radius: 0.25rem;
  background: #1C1610;
  overflow: hidden;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
}.lhg-wc_img_2e3 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.lhg-wc_info_2e3 {
  min-width: 0;
}.lhg-wc_game_2e3 {
  overflow: hidden;
  font-size: 12px;
  color: #CEBFA4;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
}.lhg-wc_player_2e3 {
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6A5A4A;
}.lhg-wc_amount_2e3 {
  flex-shrink: 0;
  color: #2E9E5A;
  white-space: nowrap;
  margin-left: auto;
  font-size: 0.813rem;
  font-weight: 700;
}.lhg-prov_2e3 {
  padding: 36px 1rem 0;
  background: #100C08;
}
@media(min-width: 765px) {.lhg-prov_2e3 {
  padding: 2.75rem 1.5rem 0;
}
}.lhg-prov_in_2e3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.lhg-prov_head_2e3 {
  margin-bottom: 1rem;
}.lhg-prov_label_2e3 {
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #C8932B;
}.lhg-prov_h2_2e3 {
  font-weight: 800;
  color: #F6EED8;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
}
@media(min-width: 767px) {.lhg-prov_h2_2e3 {
  font-size: 24px;
}
}.lhg-prov_seo_2e3 {
  max-width: 620px;
  color: #7A6858;
  margin-bottom: 16px;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 13px;
}.lhg-prov_seo_2e3 strong {
  font-weight: 700;
  color: #CEBFA4;
}.lhg-prov_seo_2e3 a {
  color: #C8932B;
  text-decoration: underline;
}.lhg-prov_grid_2e3 {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 638px) {.lhg-prov_grid_2e3 {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width:1080px) {.lhg-prov_grid_2e3 {
  grid-template-columns: repeat(8,1fr);
}
}.lhg-prov_card_2e3 {
  gap: 0.438rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.5rem;
  padding: 14px 0.625rem;
  transition: border-color .2s,background .2s;
  background: #161009;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  display: flex;
}.lhg-prov_card_2e3:hover {
  border-color: rgba(200, 148, 44, 0.55);
  background: #1C1610;
}.lhg-prov_logo_2e3 {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  height: 44px;
  align-items: center;
  width: 2.75rem;
}.lhg-prov_logo_2e3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.lhg-prov_name_2e3 {
  text-align: center;
  font-weight: 600;
  color: #A08870;
  overflow-wrap: break-word;
  font-size: 11px;
}.lhg-bon_2e3 {
  padding: 36px 16px 0;
  background: #100C08;
}
@media(min-width: 769px) {.lhg-bon_2e3 {
  padding: 2.75rem 1.5rem 0;
}
}.lhg-bon_in_2e3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.lhg-bon_head_2e3 {
  margin-bottom: 20px;
}.lhg-bon_label_2e3 {
  letter-spacing: .08em;
  color: #C8932B;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0.5rem;
}.lhg-bon_h2_2e3 {
  font-family: 'Playfair Display', serif;
  color: #F6EED8;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 8px;
}
@media(min-width:768px) {.lhg-bon_h2_2e3 {
  font-size: 24px;
}
}.lhg-bon_seo_2e3 {
  line-height: 1.6;
  font-size: 13px;
  color: #7A6858;
  max-width: 38.75rem;
  overflow-wrap: break-word;
}.lhg-bon_seo_2e3 strong {
  color: #CEBFA4;
  font-weight: 700;
}.lhg-bon_seo_2e3 a {
  color: #C8932B;
  text-decoration: underline;
}.lhg-bon_grid_2e3 {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.lhg-bon_grid_2e3 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.lhg-bon_grid_2e3 {
  grid-template-columns: repeat(5,1fr);
}
}.lhg-bon_card_2e3 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s,transform .2s;
  border-radius: 8px;
  padding: 1rem;
  background: #161009;
}.lhg-bon_card_2e3:hover {
  border-color: rgba(200, 147, 43, 0.07);
  transform: translateY(-2px);
}.lhg-bon_card_ic_2e3 svg {
  width: 1.625rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.625rem;
}.lhg-bon_card_ic_2e3 {
  margin-bottom: 0.625rem;
}.lhg-bon_card_type_2e3 {
  margin-bottom: 6px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 0.625rem;
  color: #7A6858;
}.lhg-bon_card_amount_2e3 {
  line-height: 1.1;
  font-size: 18px;
  margin-bottom: 0.375rem;
  font-weight: 800;
  color: #D4A020;
}.lhg-bon_card_name_2e3 {
  font-weight: 600;
  color: #F6EED8;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 8px;
}.lhg-bon_card_detail_2e3 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  padding-top: 0.5rem;
  color: #6A5A4A;
}.lhg-reg_2e3 {
  background: #100C08;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.lhg-reg_2e3 {
  padding: 44px 24px 0;
}
}.lhg-reg_in_2e3 {
  margin: 0 auto;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.75rem 24px;
  background: #1C1610;
  max-width: 1320px;
}
@media(min-width: 769px) {.lhg-reg_in_2e3 {
  padding: 40px;
}
}.lhg-reg_top_2e3 {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 858px) {.lhg-reg_top_2e3 {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.lhg-reg_label_2e3 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #C8932B;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
}.lhg-reg_h2_2e3 {
  font-family: 'Playfair Display', serif;
  line-height: 1.2;
  color: #F6EED8;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  font-weight: 800;
  font-size: 22px;
}
@media(min-width: 766px) {.lhg-reg_h2_2e3 {
  font-size: 1.75rem;
}
}.lhg-reg_bonus_2e3 {
  padding: 10px 1rem;
  border: 1px solid rgba(212, 160, 32, 0.18);
  border-radius: 0.5rem;
  gap: 0.5rem;
  background: rgba(212, 160, 32, 0.18);
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}.lhg-reg_bonus_amount_2e3 {
  font-weight: 800;
  font-size: 20px;
  color: #D4A020;
}.lhg-reg_bonus_text_2e3 {
  color: #A08870;
  font-size: 13px;
  line-height: 1.35;
}.lhg-reg_cta_btn_2e3 {
  padding: 14px 2rem;
  transition: background .2s;
  border-radius: 8px;
  background: #2E9E5A;
  color: #0D0A06;
  box-shadow: 0 0.25rem 22px rgba(46, 158, 90, 0.44), inset 0 1px 0 rgba(255, 255, 255, 0.10);
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 0.938rem;
  display: inline-block;
}.lhg-reg_cta_btn_2e3:hover {
  background: #38B568;
}.lhg-reg_terms_2e3 {
  font-size: 0.688rem;
  color: #6A5A4A;
  line-height: 1.5;
}.lhg-reg_seo_2e3 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13px;
  padding-top: 20px;
  overflow-wrap: break-word;
  line-height: 1.65;
  margin-top: 1.25rem;
  color: #7A6858;
}.lhg-reg_seo_2e3 p {
  margin-bottom: 10px;
  color: #7A6858;
  font-size: 0.813rem;
  line-height: 1.65;
}.lhg-reg_seo_2e3 p:last-child {
  margin-bottom: 0;
}.lhg-reg_seo_2e3 strong {
  font-weight: 700;
  color: #CEBFA4;
}.lhg-reg_seo_2e3 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8932B;
}.lhg-reg_seo_2e3 a:hover {
  color: #DBA83E;
}.lhg-reg_seo_2e3 ul,.lhg-reg_seo_2e3 ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 18px;
}.lhg-reg_seo_2e3 ol {
  list-style: decimal;
}.lhg-reg_seo_2e3 li {
  line-height: 1.65;
  color: #7A6858;
  margin-bottom: 0.25rem;
  font-size: 0.813rem;
}.lhg-reg_seo_2e3 table {
  margin-bottom: 0.625rem;
  border-collapse: collapse;
  font-size: 13px;
  display: block;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 771px) {.lhg-reg_seo_2e3 table {
  display: table;
}
}.lhg-reg_seo_2e3 th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #CEBFA4;
}.lhg-reg_seo_2e3 td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A6858;
}.lhg-reg_steps_2e3 {
  gap: 14px;
  flex-direction: column;
  display: flex;
  margin-top: 1.75rem;
}
@media(min-width: 858px) {.lhg-reg_steps_2e3 {
  margin-top: 0;
}
}.lhg-reg_step_2e3 {
  padding: 1rem;
  gap: 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.lhg-reg_step_num_2e3 {
  border-radius: 50%;
  border: 1px solid rgba(200, 147, 43, 0.07);
  background: rgba(200, 147, 43, 0.18);
  align-items: center;
  font-weight: 800;
  display: flex;
  font-size: 0.875rem;
  color: #C8932B;
  width: 2.125rem;
  flex-shrink: 0;
  justify-content: center;
  height: 34px;
}.lhg-reg_step_title_2e3 {
  font-weight: 700;
  font-size: 14px;
  color: #F6EED8;
  margin-bottom: 3px;
}.lhg-reg_step_text_2e3 {
  color: #7A6858;
  font-size: 12px;
  line-height: 1.5;
}.lhg-reg_trust_2e3 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  padding-top: 20px;
  flex-wrap: wrap;
  display: flex;
  margin-top: 1.25rem;
}.lhg-reg_trust_item_2e3 {
  gap: 7px;
  align-items: center;
  color: #7A6858;
  display: flex;
  font-size: 12px;
  overflow-wrap: break-word;
}.lhg-reg_trust_ic_2e3 svg {
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
  color: #C8932B;
  height: 16px;
}.lhg-htp_2e3 {
  background: #100C08;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.lhg-htp_2e3 {
  padding: 2.75rem 24px 0;
}
}.lhg-htp_in_2e3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.lhg-htp_head_2e3 {
  max-width: 45rem;
  margin-bottom: 22px;
}.lhg-htp_label_2e3 {
  color: #C8932B;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 8px;
}.lhg-htp_h2_2e3 {
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  color: #F6EED8;
}
@media(min-width: 769px) {.lhg-htp_h2_2e3 {
  font-size: 28px;
}
}.lhg-htp_intro_2e3 {
  line-height: 1.6;
  font-size: 0.875rem;
  color: #7A6858;
}.lhg-htp_steps_2e3 {
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.lhg-htp_steps_2e3 {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.lhg-htp_steps_2e3 {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.lhg-htp_step_2e3 {
  padding: 1.25rem 1.125rem 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: #1C1610;
  display: flex;
  flex-direction: column;
  position: relative;
}.lhg-htp_step_num_2e3 {
  background: #C8932B;
  border-radius: 50%;
  position: absolute;
  display: flex;
  font-weight: 800;
  font-size: 13px;
  color: #0D0A06;
  height: 28px;
  justify-content: center;
  align-items: center;
  font-family: 'Playfair Display', serif;
  left: 1.25rem;
  width: 1.75rem;
  top: -12px;
}.lhg-htp_step_ic_2e3 {
  margin: 0.5rem 0 12px;
  background: rgba(200, 147, 43, 0.18);
  border-radius: 0.25rem;
  height: 36px;
  width: 36px;
  color: #C8932B;
  justify-content: center;
  display: flex;
  align-items: center;
}.lhg-htp_step_ic_2e3 svg {
  stroke-linecap: round;
  height: 1.125rem;
  width: 18px;
  stroke-linejoin: round;
}.lhg-htp_step_h_2e3 {
  line-height: 1.25;
  font-weight: 700;
  color: #F6EED8;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
}.lhg-htp_step_p_2e3 {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #7A6858;
}.lhg-htp_step_p_2e3 strong {
  color: #CEBFA4;
  font-weight: 600;
}.lhg-htp_cta_2e3 {
  padding: 0.813rem 1.625rem;
  transition: background .2s;
  background: #2E9E5A;
  border-radius: 0.5rem;
  margin-top: 1.25rem;
  font-weight: 700;
  display: inline-block;
  font-size: 0.875rem;
  color: #0D0A06;
}.lhg-htp_cta_2e3:hover {
  background: #38B568;
}.lhg-app_2e3 {
  background: #100C08;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.lhg-app_2e3 {
  padding: 44px 24px 0;
}
}.lhg-app_in_2e3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.lhg-app_head_2e3 {
  margin-bottom: 16px;
}.lhg-app_label_2e3 {
  color: #C8932B;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
}.lhg-app_h2_2e3 {
  color: #F6EED8;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 0.375rem;
}
@media(min-width: 765px) {.lhg-app_h2_2e3 {
  font-size: 24px;
}
}.lhg-app_sub_2e3 {
  line-height: 1.6;
  overflow-wrap: break-word;
  max-width: 600px;
  font-size: 0.813rem;
  color: #7A6858;
}.lhg-app_sub_2e3 strong {
  color: #CEBFA4;
  font-weight: 700;
}.lhg-app_cards_2e3 {
  gap: 0.625rem;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.lhg-app_cards_2e3 {
  grid-template-columns: repeat(3,1fr);
}
}.lhg-app_card_2e3 {
  padding: 1.25rem;
  gap: 16px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.lhg-app_card_ios_2e3 {
  background: linear-gradient(135deg,rgba(200, 147, 43, 0.18) 0%,#1C1610 100%);
}.lhg-app_card_android_2e3 {
  background: linear-gradient(135deg,rgba(46, 158, 90, 0.18) 0%,#1C1610 100%);
}.lhg-app_card_win_2e3 {
  background: linear-gradient(135deg,rgba(212, 160, 32, 0.18) 0%,#1C1610 100%);
}.lhg-app_card_ic_2e3 svg {
  width: 34px;
  height: 34px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.lhg-app_card_ic_2e3 {
  color: #F6EED8;
  flex-shrink: 0;
}.lhg-app_card_os_2e3 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
  color: #7A6858;
  font-size: 10px;
}.lhg-app_card_title_2e3 {
  color: #F6EED8;
  font-weight: 700;
  font-size: 0.938rem;
  line-height: 1.2;
  overflow-wrap: break-word;
  margin-bottom: 6px;
}.lhg-app_card_text_2e3 {
  line-height: 1.5;
  color: #7A6858;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.lhg-app_card_btn_2e3 {
  padding: 0.625rem 18px;
  gap: 0.438rem;
  background: rgba(255, 255, 255, 0.12);
  transition: background .2s;
  border-radius: 0.25rem;
  border: 1px solid rgba(200, 148, 44, 0.55);
  align-items: center;
  display: inline-flex;
  font-weight: 700;
  font-size: 0.813rem;
  color: #F6EED8;
}.lhg-app_card_btn_2e3:hover {
  background: rgba(255, 255, 255, 0.07);
}.lhg-seo_2e3 {
  background: #100C08;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.lhg-seo_2e3 {
  padding: 2.75rem 1.5rem 0;
}
}.lhg-seo_in_2e3 {
  background: #1C1610;
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.lhg-seo_in_2e3 {
  padding: 2.25rem 2.5rem;
}
}.lhg-seo_label_2e3 {
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  color: #C8932B;
}.lhg-seo_h2_2e3 {
  margin-bottom: 14px;
  font-family: 'Playfair Display', serif;
  color: #F6EED8;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.25;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.lhg-seo_h2_2e3 {
  font-size: 24px;
}
}.lhg-seo_body_2e3 {
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #A08870;
}.lhg-seo_body_2e3 p {
  font-size: 14px;
  line-height: 1.75;
  color: #A08870;
  margin-bottom: 0.75rem;
}.lhg-seo_body_2e3 p:last-child {
  margin-bottom: 0;
}.lhg-seo_body_2e3 strong {
  font-weight: 700;
  color: #CEBFA4;
}.lhg-seo_body_2e3 a {
  transition: color .2s;
  color: #C8932B;
  text-decoration: underline;
}.lhg-seo_body_2e3 a:hover {
  color: #DBA83E;
}.lhg-seo_body_2e3 ul,.lhg-seo_body_2e3 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.lhg-seo_body_2e3 ol {
  list-style: decimal;
}.lhg-seo_body_2e3 li {
  margin-bottom: 6px;
  color: #A08870;
  font-size: 0.875rem;
  line-height: 1.75;
}.lhg-seo_body_2e3 table {
  margin-bottom: 0.75rem;
  font-size: 13px;
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 767px) {.lhg-seo_body_2e3 table {
  display: table;
}
}.lhg-seo_body_2e3 th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #CEBFA4;
}.lhg-seo_body_2e3 td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A08870;
}.lhg-seo_cols_2e3 {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.lhg-seo_cols_2e3 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.lhg-seo_cols_2e3 {
  grid-template-columns: repeat(3,1fr);
}
}.lhg-seo_col_h_2e3 {
  color: #CEBFA4;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
}.lhg-seo_col_p_2e3 {
  color: #7A6858;
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}.lhg-seo_stats_2e3 {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.lhg-seo_stat_2e3 {
  padding: 0.875rem 16px;
  border-radius: 8px;
  background: rgba(200, 147, 43, 0.07);
  border: 1px solid rgba(200, 147, 43, 0.18);
  flex: 1;
  min-width: 140px;
}.lhg-seo_stat_val_2e3 {
  font-size: 20px;
  font-weight: 800;
  color: #C8932B;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.lhg-seo_stat_lb_2e3 {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #7A6858;
}.lhg-rv_2e3 {
  padding: 2.25rem 16px 0;
  background: #100C08;
}
@media(min-width: 769px) {.lhg-rv_2e3 {
  padding: 2.75rem 1.5rem 0;
}
}.lhg-rv_in_2e3 {
  margin: 0 auto;
  max-width: 1320px;
}.lhg-rv_head_2e3 {
  max-width: 45rem;
  margin-bottom: 20px;
}.lhg-rv_label_2e3 {
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #C8932B;
  margin-bottom: 8px;
}.lhg-rv_h2_2e3 {
  font-size: 1.375rem;
  color: #F6EED8;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
}
@media(min-width: 769px) {.lhg-rv_h2_2e3 {
  font-size: 28px;
}
}.lhg-rv_stats_2e3 {
  gap: 1.125rem;
  display: flex;
  font-size: 13px;
  color: #7A6858;
  flex-wrap: wrap;
  align-items: center;
}.lhg-rv_stats_score_2e3 {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.lhg-rv_stats_score_val_2e3 {
  font-size: 22px;
  font-weight: 800;
  color: #D4A020;
  font-family: 'Playfair Display', serif;
}.lhg-rv_stats_score_max_2e3 {
  font-size: 13px;
  color: #6A5A4A;
}.lhg-rv_stats_badge_2e3 {
  gap: 4px;
  display: flex;
  align-items: center;
}.lhg-rv_stats_badge_2e3 svg {
  color: #D4A020;
  height: 0.875rem;
  width: 14px;
}.lhg-rv_grid_2e3 {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.lhg-rv_grid_2e3 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.lhg-rv_grid_2e3 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.lhg-rv_card_2e3 {
  border-radius: 8px;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1C1610;
  flex-direction: column;
  display: flex;
}.lhg-rv_card_stars_2e3 {
  gap: 2px;
  display: flex;
  color: #D4A020;
  margin-bottom: 0.625rem;
}.lhg-rv_card_stars_2e3 svg {
  width: 14px;
  height: 14px;
}.lhg-rv_card_h_2e3 {
  margin-bottom: 0.5rem;
  line-height: 1.3;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F6EED8;
  font-size: 0.875rem;
}.lhg-rv_card_body_2e3 {
  flex: 1;
  color: #7A6858;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
  margin-bottom: 14px;
}.lhg-rv_card_body_2e3 strong {
  color: #CEBFA4;
  font-weight: 600;
}.lhg-rv_card_meta_2e3 {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.75rem;
  align-items: center;
  display: flex;
}.lhg-rv_card_author_2e3 {
  color: #CEBFA4;
  font-size: 12px;
  font-weight: 600;
}.lhg-rv_card_date_2e3 {
  color: #6A5A4A;
  font-size: 0.688rem;
}.lhg-faq_2e3 {
  padding: 2.25rem 1rem 0;
  background: #100C08;
}
@media(min-width: 770px) {.lhg-faq_2e3 {
  padding: 2.75rem 24px 0;
}
}.lhg-faq_in_2e3 {
  margin: 0 auto;
  max-width: 1320px;
}.lhg-faq_head_2e3 {
  margin-bottom: 20px;
}.lhg-faq_label_2e3 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #C8932B;
  font-size: 11px;
  letter-spacing: .08em;
}.lhg-faq_h2_2e3 {
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  color: #F6EED8;
}
@media(min-width:768px) {.lhg-faq_h2_2e3 {
  font-size: 1.5rem;
}
}.lhg-faq_list_2e3 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.lhg-faq_item_2e3 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.5rem;
  overflow: hidden;
  background: #1C1610;
}.lhg-faq_q_2e3 {
  transition: color .2s;
  padding: 16px 20px;
  gap: 0.75rem;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
  color: #CEBFA4;
  flex-wrap: wrap;
  overflow-wrap: break-word;
}.lhg-faq_q_2e3:hover {
  color: #F6EED8;
}.lhg-faq_q_ic_2e3 {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  height: 1.5rem;
  font-size: 16px;
  color: #C8932B;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  width: 1.5rem;
}.lhg-faq_item_2e3.lhg-state_open_2e3 .lhg-faq_q_ic_2e3 {
  transform: rotate(45deg);
}.lhg-faq_a_2e3 {
  padding: 0 20px 1rem;
  font-size: 0.813rem;
  color: #7A6858;
  line-height: 1.7;
  display: none;
  overflow-wrap: break-word;
}.lhg-faq_item_2e3.lhg-state_open_2e3 .lhg-faq_a_2e3 {
  display: block;
}.lhg-faq_a_2e3 strong {
  color: #CEBFA4;
  font-weight: 700;
}.lhg-faq_a_2e3 a {
  text-decoration: underline;
  color: #C8932B;
}.lhg-faq_a_2e3 ul,.lhg-faq_a_2e3 ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.lhg-faq_a_2e3 ol {
  list-style: decimal;
}.lhg-faq_a_2e3 li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.lhg-faq_a_2e3 table {
  margin: 8px 0;
  overflow-x: auto;
  font-size: 0.75rem;
  border-collapse: collapse;
  width: 100%;
  display: block;
}
@media(min-width: 766px) {.lhg-faq_a_2e3 table {
  display: table;
}
}.lhg-faq_a_2e3 th {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #CEBFA4;
  font-weight: 700;
  text-align: left;
}.lhg-faq_a_2e3 td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A6858;
}.lhg-seo_2e3 {
  background: #100C08;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.lhg-seo_2e3 {
  padding: 44px 24px 0;
}
}.lhg-seo_in_2e3 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  margin: 0 auto;
  padding: 28px 24px;
  border-radius: 0.875rem;
  background: #1C1610;
  max-width: 1320px;
}
@media(min-width: 769px) {.lhg-seo_in_2e3 {
  padding: 2.25rem 2.5rem;
}
}.lhg-seo_label_2e3 {
  color: #C8932B;
  font-size: 11px;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.lhg-seo_h2_2e3 {
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  color: #F6EED8;
}
@media(min-width:768px) {.lhg-seo_h2_2e3 {
  font-size: 24px;
}
}.lhg-seo_body_2e3 {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #A08870;
  font-size: 14px;
}.lhg-seo_body_2e3 p {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 12px;
  color: #A08870;
}.lhg-seo_body_2e3 p:last-child {
  margin-bottom: 0;
}.lhg-seo_body_2e3 strong {
  font-weight: 700;
  color: #CEBFA4;
}.lhg-seo_body_2e3 a {
  transition: color .2s;
  color: #C8932B;
  text-decoration: underline;
}.lhg-seo_body_2e3 a:hover {
  color: #DBA83E;
}.lhg-seo_body_2e3 ul,.lhg-seo_body_2e3 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.lhg-seo_body_2e3 ol {
  list-style: decimal;
}.lhg-seo_body_2e3 li {
  color: #A08870;
  margin-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.75;
}.lhg-seo_body_2e3 table {
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  display: block;
  overflow-x: auto;
  font-size: 13px;
  width: 100%;
}
@media(min-width: 769px) {.lhg-seo_body_2e3 table {
  display: table;
}
}.lhg-seo_body_2e3 th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #CEBFA4;
}.lhg-seo_body_2e3 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #A08870;
}.lhg-seo_cols_2e3 {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.lhg-seo_cols_2e3 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.lhg-seo_cols_2e3 {
  grid-template-columns: repeat(3,1fr);
}
}.lhg-seo_col_h_2e3 {
  font-weight: 700;
  color: #CEBFA4;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.lhg-seo_col_p_2e3 {
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #7A6858;
}.lhg-seo_stats_2e3 {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.lhg-seo_stat_2e3 {
  background: rgba(200, 147, 43, 0.07);
  flex: 1;
  padding: 0.875rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(200, 147, 43, 0.18);
  min-width: 8.75rem;
}.lhg-seo_stat_val_2e3 {
  color: #C8932B;
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
}.lhg-seo_stat_lb_2e3 {
  color: #7A6858;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.lhg-seo_2e3 {
  padding: 2.25rem 1rem 0;
  background: #100C08;
}
@media(min-width: 766px) {.lhg-seo_2e3 {
  padding: 2.75rem 24px 0;
}
}.lhg-seo_in_2e3 {
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 28px 1.5rem;
  background: #1C1610;
  border-radius: 0.875rem;
  max-width: 1320px;
}
@media(min-width:768px) {.lhg-seo_in_2e3 {
  padding: 2.25rem 40px;
}
}.lhg-seo_label_2e3 {
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C8932B;
}.lhg-seo_h2_2e3 {
  color: #F6EED8;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  margin-bottom: 0.875rem;
}
@media(min-width: 766px) {.lhg-seo_h2_2e3 {
  font-size: 1.5rem;
}
}.lhg-seo_body_2e3 {
  color: #A08870;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
}.lhg-seo_body_2e3 p {
  margin-bottom: 0.75rem;
  color: #A08870;
  line-height: 1.75;
  font-size: 14px;
}.lhg-seo_body_2e3 p:last-child {
  margin-bottom: 0;
}.lhg-seo_body_2e3 strong {
  color: #CEBFA4;
  font-weight: 700;
}.lhg-seo_body_2e3 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8932B;
}.lhg-seo_body_2e3 a:hover {
  color: #DBA83E;
}.lhg-seo_body_2e3 ul,.lhg-seo_body_2e3 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.lhg-seo_body_2e3 ol {
  list-style: decimal;
}.lhg-seo_body_2e3 li {
  margin-bottom: 0.375rem;
  color: #A08870;
  line-height: 1.75;
  font-size: 0.875rem;
}.lhg-seo_body_2e3 table {
  width: 100%;
  margin-bottom: 12px;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 0.813rem;
  display: block;
}
@media(min-width: 769px) {.lhg-seo_body_2e3 table {
  display: table;
}
}.lhg-seo_body_2e3 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  color: #CEBFA4;
  text-align: left;
}.lhg-seo_body_2e3 td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A08870;
}.lhg-seo_cols_2e3 {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.lhg-seo_cols_2e3 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.lhg-seo_cols_2e3 {
  grid-template-columns: repeat(3,1fr);
}
}.lhg-seo_col_h_2e3 {
  font-size: 0.813rem;
  color: #CEBFA4;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.438rem;
}.lhg-seo_col_p_2e3 {
  overflow-wrap: break-word;
  color: #7A6858;
  font-size: 0.813rem;
  line-height: 1.65;
}.lhg-seo_stats_2e3 {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.lhg-seo_stat_2e3 {
  flex: 1;
  background: rgba(200, 147, 43, 0.07);
  padding: 0.875rem 16px;
  border-radius: 8px;
  border: 1px solid rgba(200, 147, 43, 0.18);
  min-width: 140px;
}.lhg-seo_stat_val_2e3 {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  color: #C8932B;
  font-weight: 800;
  font-size: 1.25rem;
}.lhg-seo_stat_lb_2e3 {
  font-size: 11px;
  color: #7A6858;
  overflow-wrap: break-word;
}.lhg-ft_2e3 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #080503;
  margin-top: 3rem;
}.lhg-ft_support_2e3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 1rem;
}
@media(min-width: 769px) {.lhg-ft_support_2e3 {
  padding: 1.75rem 24px;
}
}.lhg-ft_support_in_2e3 {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  max-width: 1320px;
  flex-wrap: wrap;
  align-items: center;
}.lhg-ft_support_main_2e3 {
  gap: 16px;
  flex: 1;
  min-width: 220px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.lhg-ft_support_ic_2e3 {
  color: #C8932B;
  flex-shrink: 0;
}.lhg-ft_support_ic_2e3 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.875rem;
  height: 1.875rem;
}.lhg-ft_support_text_title_2e3 {
  overflow-wrap: break-word;
  margin-bottom: 3px;
  color: #F6EED8;
  font-weight: 700;
  font-size: 0.938rem;
}.lhg-ft_support_text_sub_2e3 {
  color: #7A6858;
  overflow-wrap: break-word;
  font-size: 12px;
}.lhg-ft_support_btn_2e3 {
  padding: 11px 1.375rem;
  background: #C8932B;
  transition: background .2s;
  border-radius: 8px;
  white-space: nowrap;
  color: #F6EED8;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 0.813rem;
}.lhg-ft_support_btn_2e3:hover {
  background: #DBA83E;
}.lhg-ft_support_contacts_2e3 {
  gap: 16px;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.lhg-ft_support_contact_2e3 {
  line-height: 1.4;
  font-size: 0.75rem;
  color: #6A5A4A;
}.lhg-ft_support_contact_2e3 strong {
  color: #A08870;
  font-weight: 600;
  margin-bottom: 2px;
  display: block;
  font-size: 11px;
}.lhg-ft_main_2e3 {
  padding: 2rem 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 765px) {.lhg-ft_main_2e3 {
  padding: 40px 1.5rem 32px;
}
}.lhg-ft_main_in_2e3 {
  gap: 24px;
  margin: 0 auto;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.lhg-ft_main_in_2e3 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.lhg-ft_main_in_2e3 {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.lhg-ft_col_logo_2e3 {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.lhg-ft_col_logo_2e3 {
  grid-column: auto;
}
}.lhg-ft_logo_2e3 {
  gap: 0.563rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 0.75rem;
  color: #F6EED8;
}.lhg-ft_logo_mark_2e3 {
  overflow: hidden;
  border-radius: 4px;
  height: 30px;
  width: 1.875rem;
}.lhg-ft_logo_mark_2e3 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.lhg-ft_logo_sub_2e3 {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.55;
  color: #6A5A4A;
  max-width: 200px;
}.lhg-ft_col_title_2e3 {
  letter-spacing: .07em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 0.875rem;
  color: #A08870;
}.lhg-ft_col_links_2e3 {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.lhg-ft_col_link_2e3 {
  transition: color .2s;
  font-size: 0.813rem;
  color: #6A5A4A;
  overflow-wrap: break-word;
}.lhg-ft_col_link_2e3:hover {
  color: #CEBFA4;
}.lhg-ft_apps_2e3 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.lhg-ft_app_card_2e3 {
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  gap: 0.625rem;
  padding: 10px 0.75rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
}.lhg-ft_app_card_2e3:hover {
  border-color: rgba(200, 148, 44, 0.55);
}.lhg-ft_app_card_ic_2e3 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.375rem;
  height: 22px;
}.lhg-ft_app_card_os_2e3 {
  color: #6A5A4A;
  font-weight: 600;
  font-size: 0.625rem;
}.lhg-ft_app_card_action_2e3 {
  color: #CEBFA4;
  font-size: 12px;
  font-weight: 700;
}.lhg-ft_bot_2e3 {
  padding: 20px 1rem;
}
@media(min-width: 766px) {.lhg-ft_bot_2e3 {
  padding: 20px 1.5rem;
}
}.lhg-ft_bot_in_2e3 {
  gap: 1rem;
  margin: 0 auto;
  max-width: 82.5rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.lhg-ft_socials_2e3 {
  gap: 0.5rem;
  display: flex;
}.lhg-ft_soc_2e3 {
  transition: background .2s;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: #A08870;
  display: flex;
  height: 2.25rem;
  justify-content: center;
  width: 2.25rem;
  align-items: center;
}.lhg-ft_soc_2e3 svg {
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
}.lhg-ft_soc_2e3:hover {
  background: rgba(255, 255, 255, 0.07);
}.lhg-ft_legal_2e3 {
  flex: 1;
  min-width: 200px;
  font-size: 11px;
  overflow-wrap: break-word;
  color: #8C7C6C;
  line-height: 1.6;
}.lhg-ft_legal_2e3 strong {
  color: #A08870;
  font-weight: 700;
}.lhg-ft_legal_2e3 a {
  color: #A08870;
  text-decoration: underline;
}.lhg-ft_age_2e3 {
  border: 2px solid #8C7C6C;
  border-radius: 50%;
  height: 2rem;
  font-weight: 800;
  justify-content: center;
  color: #8C7C6C;
  margin-left: auto;
  flex-shrink: 0;
  width: 2rem;
  font-size: 0.688rem;
  align-items: center;
  display: flex;
}