*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #0D0A15;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  line-height: 1.6;
  font-family: 'Barlow', sans-serif;
  color: #C8BEDF;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  text-decoration: none;
  color: inherit;
}button {
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.lwh_layout_aos {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.lwh_page_aos {
  display: flex;
  min-height: 100vh;
}.lwh_main_aos {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media(min-width:1080px) {.lwh_main_aos {
  padding-left: 13.75rem;
}
}
@media(max-width: 1081px) {.lwh_main_aos {
  padding-bottom: 72px;
}
}.lwh_gc_aos {
  overflow: hidden;
  border-radius: 10px;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255,255,255,0.06);
  background: #120E1F;
  position: relative;
  width: 8.75rem;
  flex-shrink: 0;
  cursor: pointer;
}
@media(min-width: 637px) {.lwh_gc_aos {
  width: 9.75rem;
}
}
@media(min-width: 1078px) {.lwh_gc_aos {
  width: 168px;
}
}.lwh_gc_aos:hover {
  border-color: rgba(144,72,248,0.08);
  transform: translateY(-3px);
}.lwh_gc_img_aos {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.lwh_gc_img_aos img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}.lwh_gc_hover_aos {
  inset: 0;
  transition: opacity .2s;
  background: rgba(7,5,9,0.72);
  display: flex;
  align-items: center;
  opacity: 0;
  position: absolute;
  justify-content: center;
}.lwh_gc_aos:hover .lwh_gc_hover_aos {
  opacity: 1;
}.lwh_gc_hover_btn_aos {
  background: #9048F8;
  padding: 0.5rem 16px;
  border-radius: 0.375rem;
  font-weight: 700;
  color: #F2EEFF;
  font-size: 12px;
}.lwh_gc_info_aos {
  padding: 8px 10px 10px;
}.lwh_gc_name_aos {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #C8BEDF;
  font-size: 12px;
  margin-bottom: 3px;
  font-weight: 600;
  white-space: nowrap;
}.lwh_gc_prov_aos {
  color: #504870;
  font-size: 10px;
}.lwh_gc_tag_aos {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  top: 0.375rem;
  z-index: 2;
  left: 0.375rem;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  letter-spacing: .04em;
  font-size: 0.563rem;
}.lwh_gc_tag_hot_aos {
  background: #F03A52;
  color: #fff;
}.lwh_gc_tag_new_aos {
  background: #1FCC7A;
  color: #0D0A15;
}.lwh_gc_tag_jp_aos {
  background: #F5A623;
  color: #0D0A15;
}.lwh_gc_tag_ex_aos {
  background: #D63FA8;
  color: #fff;
}.lwh_gc_tag_live_aos {
  background: #F03A52;
  color: #fff;
}.lwh_gr_aos {
  padding: 2rem 16px 0;
  background: #0D0A15;
}
@media(min-width: 767px) {.lwh_gr_aos {
  padding: 36px 24px 0;
}
}.lwh_gr_in_aos {
  margin: 0 auto;
  max-width: 83.75rem;
}.lwh_gr_head_aos {
  gap: 0.75rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}.lwh_gr_head_l_aos {
  flex: 1;
  gap: 10px;
  align-items: center;
  display: flex;
  min-width: 0;
}.lwh_gr_ic_aos {
  border-radius: 0.625rem;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}.lwh_gr_ic_aos svg {
  stroke-linecap: round;
  width: 16px;
  height: 16px;
  stroke-linejoin: round;
}.lwh_gr_title_aos {
  overflow-wrap: break-word;
  font-size: 1rem;
  font-weight: 700;
  color: #F2EEFF;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width:768px) {.lwh_gr_title_aos {
  font-size: 1.125rem;
}
}.lwh_gr_more_aos {
  gap: 5px;
  transition: color .2s;
  font-size: 12px;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 600;
  display: flex;
  color: #6E6492;
}.lwh_gr_more_aos:hover {
  color: #9048F8;
}.lwh_gr_more_aos svg {
  stroke-linecap: round;
  width: 0.75rem;
  stroke-linejoin: round;
  height: 0.75rem;
}.lwh_gr_arrows_aos {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.lwh_gr_arr_aos {
  background: rgba(255,255,255,0.05);
  transition: background .15s,color .15s;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.375rem;
  display: flex;
  justify-content: center;
  height: 1.875rem;
  color: #9589B8;
  align-items: center;
  width: 30px;
}.lwh_gr_arr_aos:hover {
  background: rgba(255,255,255,0.07);
  color: #F2EEFF;
}.lwh_gr_arr_aos svg {
  stroke-linejoin: round;
  height: 13px;
  stroke-linecap: round;
  width: 0.813rem;
}.lwh_gr_seo_h_aos {
  margin: 0 0 0.375rem;
  font-size: 0.813rem;
  font-weight: 700;
  color: #C8BEDF;
  max-width: 680px;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.lwh_gr_seo_h_aos {
  font-size: 0.875rem;
}
}.lwh_gr_seo_aos {
  color: #6E6492;
  max-width: 42.5rem;
  line-height: 1.55;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
}.lwh_gr_seo_aos strong {
  font-weight: 600;
  color: #C8BEDF;
}.lwh_gr_scroll_aos {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: none;
  display: flex;
}.lwh_gr_scroll_aos::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.lwh_gr_scroll_aos {
  gap: 0.75rem;
}
}.lwh_tb_aos {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #0D0A15;
  align-items: center;
  right: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 56px;
  display: flex;
  z-index: 80;
}.lwh_tb_in_aos {
  padding: 0 0.875rem;
  gap: 0;
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
}.lwh_tb_burger_aos {
  border-radius: 10px;
  gap: 5px;
  align-items: center;
  margin-right: 0.5rem;
  flex-direction: column;
  height: 2.375rem;
  width: 38px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}.lwh_tb_burger_aos:hover {
  background: rgba(255,255,255,0.05);
}.lwh_tb_burger_line_aos {
  border-radius: 1px;
  background: #9589B8;
  height: 2px;
  width: 1.125rem;
  display: block;
}
@media(min-width: 1082px) {.lwh_tb_burger_aos {
  display: none;
}
}.lwh_tb_logo_aos {
  gap: 9px;
  font-weight: 800;
  display: flex;
  letter-spacing: -.01em;
  margin-right: 20px;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  flex-shrink: 0;
  align-items: center;
  color: #F2EEFF;
}.lwh_tb_logo_mark_aos {
  overflow: hidden;
  border-radius: 10px;
  width: 32px;
  justify-content: center;
  height: 2rem;
  display: flex;
  align-items: center;
}.lwh_tb_logo_mark_aos img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.lwh_tb_nav_aos {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 638px) {.lwh_tb_nav_aos {
  display: flex;
}
}.lwh_tb_tab_aos {
  transition: background .15s,color .15s;
  padding: 0.5rem 14px;
  border-radius: 0.625rem;
  color: #9589B8;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 600;
}.lwh_tb_tab_aos:hover {
  background: rgba(255,255,255,0.05);
  color: #F2EEFF;
}.lwh_tb_tab_aos.lwh_state_active_aos {
  background: rgba(144,72,248,0.18);
  color: #F2EEFF;
}.lwh_tb_right_aos {
  gap: 0.5rem;
  align-items: center;
  margin-left: auto;
  display: flex;
  flex-shrink: 0;
}.lwh_tb_login_aos {
  transition: border-color .2s,color .2s;
  background: rgba(255,255,255,0.05);
  padding: 0.563rem 1rem;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 10px;
  font-size: 0.813rem;
  display: none;
  font-weight: 600;
  color: #C8BEDF;
}.lwh_tb_login_aos:hover {
  border-color: rgba(149,72,248,0.55);
  color: #F2EEFF;
}
@media(min-width: 481px) {.lwh_tb_login_aos {
  display: block;
}
}.lwh_tb_reg_aos {
  background: #1FCC7A;
  transition: background .2s;
  padding: 9px 18px;
  border-radius: 10px;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 700;
  color: #0E0818;
}.lwh_tb_reg_aos:hover {
  background: #2EDE8A;
}.lwh_sb_aos {
  transform: translateX(-100%);
  background: #171228;
  border-right: 1px solid rgba(255,255,255,0.05);
  transition: transform .25s ease;
  bottom: 0;
  top: 3.5rem;
  left: 0;
  position: fixed;
  overflow-y: auto;
  z-index: 70;
  width: 220px;
}.lwh_sb_aos.lwh_state_open_aos {
  transform: translateX(0);
}.lwh_sb_aos::-webkit-scrollbar {
  width: 0.25rem;
}.lwh_sb_aos::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
}
@media(min-width: 1077px) {.lwh_sb_aos {
  transform: translateX(0);
}
}.lwh_sb_auth_aos {
  padding: 0.875rem 12px 0.625rem;
}.lwh_sb_btn_reg_aos {
  background: #1FCC7A;
  border-radius: 0.625rem;
  padding: 11px;
  transition: background .2s;
  margin-bottom: 0.5rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.813rem;
  color: #0E0818;
  display: block;
}.lwh_sb_btn_reg_aos:hover {
  background: #2EDE8A;
}.lwh_sb_btn_login_aos {
  transition: border-color .2s;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.625rem;
  background: rgba(255,255,255,0.05);
  font-weight: 600;
  display: block;
  color: #C8BEDF;
  font-size: 13px;
  text-align: center;
}.lwh_sb_btn_login_aos:hover {
  border-color: rgba(149,72,248,0.55);
  color: #F2EEFF;
}.lwh_sb_promo_aos {
  overflow: hidden;
  margin: 0 0.75rem 10px;
  padding: 0.75rem 14px;
  border-radius: 0.625rem;
  border: 1px solid rgba(144,72,248,0.18);
  background: linear-gradient(135deg,#1A0A30,#171228);
  position: relative;
}.lwh_sb_promo_aos::before {
  background: radial-gradient(circle,rgba(144,72,248,0.18),transparent 70%);
  border-radius: 50%;
  content: '';
  position: absolute;
  width: 80px;
  top: -20px;
  right: -1.25rem;
  height: 80px;
}.lwh_sb_promo_title_aos {
  letter-spacing: .06em;
  font-size: 0.688rem;
  font-weight: 700;
  color: #9048F8;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}.lwh_sb_promo_text_aos {
  line-height: 1.35;
  font-size: 12px;
  color: #F2EEFF;
  font-weight: 600;
  overflow-wrap: break-word;
}.lwh_sb_promo_sub_aos {
  color: #6E6492;
  margin-top: 3px;
  font-size: 0.625rem;
}.lwh_sb_nav_aos {
  padding: 0.375rem 8px 16px;
}.lwh_sb_nav_lb_aos {
  padding: 0.625rem 8px 0.375rem;
  color: #504870;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase;
}.lwh_sb_link_aos {
  padding: 0.563rem 0.625rem;
  gap: 10px;
  transition: background .15s,color .15s;
  border-radius: 6px;
  color: #9589B8;
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  overflow-wrap: break-word;
}.lwh_sb_link_aos:hover {
  background: rgba(255,255,255,0.05);
  color: #F2EEFF;
}.lwh_sb_link_aos.lwh_state_active_aos {
  background: rgba(144,72,248,0.18);
  color: #F2EEFF;
}.lwh_sb_ic_aos {
  border-radius: 6px;
  display: flex;
  flex-shrink: 0;
  width: 30px;
  align-items: center;
  justify-content: center;
  height: 1.875rem;
}.lwh_sb_ic_aos svg {
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
}.lwh_sb_ic_1_aos {
  background: rgba(144,72,248,0.08);
  color: #9048F8;
}.lwh_sb_ic_2_aos {
  background: rgba(31,204,122,0.16);
  color: #1FCC7A;
}.lwh_sb_ic_3_aos {
  background: rgba(245,166,35,0.15);
  color: #F5A623;
}.lwh_sb_ic_4_aos {
  background: rgba(214,63,168,0.20);
  color: #D63FA8;
}.lwh_sb_ic_5_aos {
  background: rgba(144,72,248,0.08);
  color: #E040AF;
}.lwh_sb_ic_6_aos {
  background: rgba(214,63,168,0.20);
  color: #B44FF5;
}.lwh_sb_badge_aos {
  border-radius: 6px;
  padding: 2px 7px;
  background: #F5A623;
  font-weight: 700;
  color: #0E0818;
  margin-left: auto;
  font-size: 0.563rem;
}.lwh_sb_bot_aos {
  gap: 8px;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 0.75rem;
  display: flex;
}.lwh_sb_lang_aos,.lwh_sb_help_aos {
  padding: 0.563rem 0.375rem;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  border-radius: 6px;
  gap: 0.375rem;
  flex: 1;
  align-items: center;
  display: flex;
  font-size: 11px;
  justify-content: center;
  font-weight: 600;
  color: #9589B8;
}.lwh_sb_lang_aos:hover,.lwh_sb_help_aos:hover {
  border-color: rgba(149,72,248,0.55);
  color: #F2EEFF;
}.lwh_sb_lang_aos svg,.lwh_sb_help_aos svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.813rem;
  height: 0.813rem;
}.lwh_sb_bd_aos {
  background: rgba(7,5,9,0.72);
  inset: 0;
  z-index: 69;
  display: none;
  position: fixed;
}.lwh_sb_bd_aos.lwh_state_on_aos {
  display: block;
}
@media(min-width: 1082px) {.lwh_sb_bd_aos {
  display: none!important;
}
}.lwh_mob_nav_aos {
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  background: #171228;
  border-top: 1px solid rgba(255,255,255,0.11);
  left: 0;
  display: flex;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 80;
}
@media(min-width: 1077px) {.lwh_mob_nav_aos {
  display: none;
}
}.lwh_mob_nav_item_aos {
  gap: 4px;
  padding: 4px 2px;
  flex: 1;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  color: #504870;
}.lwh_mob_nav_ic_aos {
  line-height: 1;
}.lwh_mob_nav_ic_aos svg {
  stroke-linejoin: round;
  height: 1.25rem;
  stroke-linecap: round;
  width: 1.25rem;
}.lwh_mob_nav_lb_aos {
  font-weight: 600;
  color: #504870;
  font-size: 10px;
}.lwh_mob_nav_item_aos.lwh_state_active_aos {
  color: #9048F8;
}.lwh_mob_nav_item_aos.lwh_state_active_aos .lwh_mob_nav_lb_aos {
  color: #9048F8;
}.lwh_hero_aos {
  background: #0D0A15;
  padding: 20px 16px 0;
}
@media(min-width: 767px) {.lwh_hero_aos {
  padding: 1.5rem 1.5rem 0;
}
}.lwh_hero_in_aos {
  gap: 0.75rem;
  margin: 0 auto;
  max-width: 83.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.lwh_hero_in_aos {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1102px) {.lwh_hero_in_aos {
  grid-template-columns: 1fr 340px;
}
}.lwh_hero_promo_aos {
  background: #120E1F;
  overflow: hidden;
  border-radius: 14px;
  min-height: 220px;
  display: flex;
  position: relative;
  align-items: stretch;
}
@media(min-width: 770px) {.lwh_hero_promo_aos {
  min-height: 280px;
}
}.lwh_hero_promo_bg_aos {
  inset: 0;
  background: linear-gradient(120deg,#1A0A30 0%,#0D0A15 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.lwh_hero_promo_bg_aos::after {
  inset: 0;
  background: linear-gradient(90deg,#0D0A15 0%,rgba(7,5,9,0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.lwh_hero_promo_glow_aos {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(214,63,168,0.20) 0%,transparent 65%);
  height: 300px;
  top: -2.5rem;
  right: 3.75rem;
  position: absolute;
  width: 18.75rem;
  pointer-events: none;
}.lwh_hero_promo_ct_aos {
  padding: 1.75rem 24px 1.75rem 1.75rem;
  justify-content: center;
  position: relative;
  max-width: 30rem;
  display: flex;
  z-index: 2;
  flex-direction: column;
}
@media(min-width: 765px) {.lwh_hero_promo_ct_aos {
  padding: 2.5rem 32px;
}
}.lwh_hero_badge_aos {
  border-radius: 1.25rem;
  background: rgba(144,72,248,0.18);
  padding: 0.313rem 0.75rem;
  border: 1px solid rgba(144,72,248,0.08);
  display: inline-block;
  letter-spacing: .08em;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #9048F8;
  font-size: 0.625rem;
}.lwh_hero_h1_aos {
  margin-bottom: 0.625rem;
  color: #F2EEFF;
  font-weight: 800;
  line-height: 1.15;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-size: 26px;
}.lwh_hero_h1_aos em {
  font-style: normal;
  color: #F5A623;
}
@media(min-width: 769px) {.lwh_hero_h1_aos {
  font-size: 36px;
}
}.lwh_hero_sub_aos {
  line-height: 1.55;
  margin-bottom: 1.25rem;
  color: #9589B8;
  font-size: 13px;
}
@media(min-width: 767px) {.lwh_hero_sub_aos {
  font-size: 14px;
}
}.lwh_hero_row_aos {
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.lwh_hero_cta_aos {
  padding: 13px 1.625rem;
  border-radius: 0.625rem;
  transition: background .2s;
  background: #1FCC7A;
  font-size: 0.875rem;
  color: #0E0818;
  box-shadow: 0 4px 1.5rem rgba(31,204,122,0.38), 0 1px 0.25rem rgba(0,0,0,0.6);
  font-weight: 700;
}.lwh_hero_cta_aos:hover {
  background: #2EDE8A;
}.lwh_hero_terms_aos {
  font-size: 11px;
  color: #504870;
}.lwh_hero_game_aos {
  overflow: hidden;
  border-radius: 0.875rem;
  border: 1px solid rgba(255,255,255,0.06);
  background: #120E1F;
  flex-direction: column;
  position: relative;
  display: flex;
}.lwh_hero_game_badge_aos {
  border-radius: 20px;
  padding: 0.313rem 0.625rem;
  background: rgba(245,166,35,0.15);
  border: 1px solid rgba(245,166,35,0.15);
  text-transform: uppercase;
  font-weight: 700;
  color: #F5A623;
  letter-spacing: .06em;
  font-size: 10px;
  top: 12px;
  position: absolute;
  z-index: 3;
  left: 0.75rem;
}.lwh_hero_game_badge_aos svg {
  height: 0.688rem;
  width: 11px;
  vertical-align: -1px;
  margin-right: 4px;
}.lwh_hero_game_img_aos {
  overflow: hidden;
  background: linear-gradient(135deg,#1A0A30,#0D0A15);
  padding-bottom: 60%;
  position: relative;
}.lwh_hero_game_img_aos img {
  inset: 0;
  height: 100%;
  position: absolute;
  object-fit: cover;
  width: 100%;
}.lwh_hero_game_play_aos {
  inset: 0;
  background: rgba(7,5,9,0.72);
  transition: opacity .2s;
  position: absolute;
  opacity: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}.lwh_hero_game_aos:hover .lwh_hero_game_play_aos {
  opacity: 1;
}.lwh_hero_game_play_aos span {
  border-radius: 50%;
  background: #9048F8;
  align-items: center;
  display: flex;
  width: 52px;
  justify-content: center;
  height: 3.25rem;
}.lwh_hero_game_play_aos span svg {
  width: 18px;
  margin-left: 2px;
  height: 18px;
}.lwh_hero_game_info_aos {
  padding: 14px 16px;
}.lwh_hero_game_title_aos {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 15px;
  margin-bottom: 0.25rem;
  color: #F2EEFF;
}.lwh_hero_game_provider_aos {
  color: #6E6492;
  font-size: 11px;
}.lwh_hero_game_btn_aos {
  padding: 11px;
  transition: background .2s;
  background: #9048F8;
  border-radius: 10px;
  margin: 0.75rem 16px 16px;
  font-weight: 700;
  text-align: center;
  color: #F2EEFF;
  font-size: 13px;
  display: block;
}.lwh_hero_game_aos:hover .lwh_hero_game_btn_aos {
  background: #A562FF;
}.lwh_wy_aos {
  padding: 2rem 1rem 0;
  background: #0D0A15;
}
@media(min-width: 767px) {.lwh_wy_aos {
  padding: 2.5rem 24px 0;
}
}.lwh_wy_in_aos {
  margin: 0 auto;
  max-width: 83.75rem;
}.lwh_wy_head_aos {
  margin-bottom: 18px;
  max-width: 45rem;
}.lwh_wy_label_aos {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #9048F8;
  margin-bottom: 8px;
  font-size: 0.688rem;
  font-weight: 700;
}.lwh_wy_h2_aos {
  color: #F2EEFF;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.5rem;
}
@media(min-width:768px) {.lwh_wy_h2_aos {
  font-size: 1.5rem;
}
}.lwh_wy_intro_aos {
  margin: 0;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #6E6492;
}.lwh_wy_grid_aos {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.lwh_wy_grid_aos {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.lwh_wy_grid_aos {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.lwh_wy_card_aos {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.625rem;
  transition: border-color .2s,transform .2s;
  background: #171228;
  padding: 20px;
}.lwh_wy_card_aos:hover {
  transform: translateY(-2px);
  border-color: rgba(144,72,248,0.08);
}.lwh_wy_card_ic_aos {
  border-radius: 50%;
  background: rgba(144,72,248,0.18);
  margin-bottom: 14px;
  display: flex;
  height: 44px;
  width: 2.75rem;
  align-items: center;
  color: #9048F8;
  justify-content: center;
}.lwh_wy_card_ic_aos svg {
  stroke-linecap: round;
  height: 1.375rem;
  width: 22px;
  stroke-linejoin: round;
}.lwh_wy_card_h_aos {
  font-size: 0.938rem;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-weight: 700;
  line-height: 1.25;
  color: #F2EEFF;
}.lwh_wy_card_p_aos {
  color: #6E6492;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
}.lwh_wy_card_p_aos strong {
  font-weight: 600;
  color: #C8BEDF;
}.lwh_gcg_aos {
  background: #0D0A15;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.lwh_gcg_aos {
  padding: 44px 1.5rem 0;
}
}.lwh_gcg_in_aos {
  margin: 0 auto;
  max-width: 83.75rem;
}.lwh_gcg_head_aos {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.lwh_gcg_label_aos {
  margin-bottom: 0.5rem;
  color: #9048F8;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
}.lwh_gcg_h2_aos {
  color: #F2EEFF;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-size: 22px;
}
@media(min-width: 765px) {.lwh_gcg_h2_aos {
  font-size: 28px;
}
}.lwh_gcg_intro_aos {
  font-size: 0.813rem;
  color: #6E6492;
  line-height: 1.6;
}.lwh_gcg_grid_aos {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.lwh_gcg_grid_aos {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.lwh_gcg_grid_aos {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.lwh_gcg_card_aos {
  border: 1px solid rgba(255,255,255,0.11);
  overflow: hidden;
  border-radius: 0.875rem;
  transition: transform .2s,border-color .2s;
  padding: 20px;
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
  position: relative;
  min-height: 240px;
  cursor: pointer;
}.lwh_gcg_card_aos:hover {
  border-color: rgba(144,72,248,0.18);
  transform: translateY(-3px);
}.lwh_gcg_card_bg_aos {
  inset: 0;
  z-index: 0;
  position: absolute;
}.lwh_gcg_card_bg_aos::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.lwh_gcg_card_ic_aos {
  background: rgba(0,0,0,.45);
  border-radius: 0.375rem;
  justify-content: center;
  position: absolute;
  width: 40px;
  top: 18px;
  right: 18px;
  z-index: 2;
  color: #F2EEFF;
  align-items: center;
  height: 40px;
  display: flex;
}.lwh_gcg_card_ic_aos svg {
  width: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 20px;
}.lwh_gcg_card_ct_aos {
  position: relative;
  z-index: 1;
}.lwh_gcg_card_h_aos {
  color: #F2EEFF;
  font-size: 18px;
  margin-bottom: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.lwh_gcg_card_h_aos {
  font-size: 20px;
}
}.lwh_gcg_card_p_aos {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  margin-bottom: 10px;
}.lwh_gcg_card_p_aos strong {
  font-weight: 600;
  color: #F2EEFF;
}.lwh_gcg_card_cta_aos {
  gap: 0.25rem;
  align-items: center;
  display: inline-flex;
  letter-spacing: .04em;
  font-size: 12px;
  font-weight: 700;
  color: #9048F8;
  text-transform: uppercase;
}.lwh_gcg_card_cta_aos svg {
  height: 0.75rem;
  stroke-linecap: round;
  width: 0.75rem;
  stroke-linejoin: round;
}.lwh_gr_jp_aos {
  overflow: hidden;
  background: linear-gradient(135deg,#1E0B38 0%,#0A0714 100%);
  padding: 1.25rem;
  border-radius: 14px;
  position: relative;
}.lwh_gr_jp_aos::before {
  background: radial-gradient(circle,rgba(214,63,168,0.20) 0%,transparent 70%);
  border-radius: 50%;
  left: -3.75rem;
  width: 15.625rem;
  height: 250px;
  content: '';
  position: absolute;
  top: -3.75rem;
}.lwh_gr_jp_aos::after {
  background: radial-gradient(circle,rgba(245,166,35,0.15) 0%,transparent 70%);
  border-radius: 50%;
  content: '';
  width: 200px;
  bottom: -2.5rem;
  right: 0;
  position: absolute;
  height: 200px;
}.lwh_gr_jp_head_aos {
  gap: 1rem;
  margin-bottom: 16px;
  z-index: 1;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.lwh_gr_jp_info_aos {
  flex: 1;
}.lwh_gr_jp_label_aos {
  margin-bottom: 6px;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #B44FF5;
}.lwh_gr_jp_label_aos svg {
  stroke-linejoin: round;
  height: 0.875rem;
  vertical-align: -2px;
  stroke-linecap: round;
  width: 0.875rem;
  margin-right: 4px;
}.lwh_gr_jp_amount_aos {
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1;
  color: #F2EEFF;
  font-weight: 800;
  font-size: 2rem;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
}
@media(min-width: 769px) {.lwh_gr_jp_amount_aos {
  font-size: 40px;
}
}.lwh_gr_jp_amount_aos span {
  color: #F5A623;
}.lwh_gr_jp_seo_aos {
  color: #9589B8;
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  max-width: 480px;
}.lwh_gr_jp_cta_aos {
  background: rgba(214,63,168,0.20);
  border-radius: 10px;
  transition: background .2s;
  padding: 0.688rem 1.25rem;
  border: 1px solid rgba(214,63,168,0.20);
  font-size: 13px;
  position: relative;
  align-self: flex-start;
  z-index: 1;
  font-weight: 700;
  margin-top: 4px;
  color: #F2EEFF;
  flex-shrink: 0;
  white-space: nowrap;
}.lwh_gr_jp_cta_aos:hover {
  background: #D63FA8;
}.lwh_ws_aos {
  background: #0D0A15;
  padding: 2rem 1rem 0;
}
@media(min-width: 769px) {.lwh_ws_aos {
  padding: 36px 1.5rem 0;
}
}.lwh_ws_in_aos {
  margin: 0 auto;
  max-width: 1340px;
}.lwh_ws_head_aos {
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 14px;
  display: flex;
}.lwh_ws_title_aos {
  gap: 0.625rem;
  font-size: 1rem;
  font-family: 'Barlow Condensed', sans-serif;
  display: flex;
  color: #F2EEFF;
  font-weight: 700;
  align-items: center;
  overflow-wrap: break-word;
  flex-wrap: wrap;
}.lwh_ws_title_ic_aos svg {
  stroke-linecap: round;
  color: #F5A623;
  height: 18px;
  width: 18px;
  stroke-linejoin: round;
}.lwh_ws_online_aos {
  gap: 0.438rem;
  color: #6E6492;
  font-size: 0.75rem;
  align-items: center;
  font-weight: 600;
  display: flex;
}.lwh_ws_online_dot_aos {
  background: #1FCC7A;
  border-radius: 50%;
  box-shadow: 0 0 0.375rem rgba(31,204,122,0.16);
  flex-shrink: 0;
  height: 8px;
  width: 8px;
}.lwh_ws_scroll_aos {
  gap: 8px;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 8px;
  overflow-x: auto;
}.lwh_ws_scroll_aos::-webkit-scrollbar {
  display: none;
}.lwh_wc_aos {
  padding: 10px 0.875rem;
  border: 1px solid rgba(255,255,255,0.11);
  background: #120E1F;
  border-radius: 10px;
  gap: 0.625rem;
  align-items: center;
  min-width: 13.75rem;
  display: flex;
  flex-shrink: 0;
}.lwh_wc_img_aos {
  border-radius: 6px;
  overflow: hidden;
  background: #171228;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}.lwh_wc_img_aos img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.lwh_wc_info_aos {
  min-width: 0;
}.lwh_wc_game_aos {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  white-space: nowrap;
  color: #C8BEDF;
  font-size: 12px;
}.lwh_wc_player_aos {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #504870;
  font-size: 10px;
  white-space: nowrap;
}.lwh_wc_amount_aos {
  flex-shrink: 0;
  font-size: 13px;
  white-space: nowrap;
  margin-left: auto;
  color: #1FCC7A;
  font-weight: 700;
}.lwh_bon_aos {
  padding: 36px 1rem 0;
  background: #0D0A15;
}
@media(min-width: 766px) {.lwh_bon_aos {
  padding: 44px 1.5rem 0;
}
}.lwh_bon_in_aos {
  margin: 0 auto;
  max-width: 83.75rem;
}.lwh_bon_head_aos {
  margin-bottom: 20px;
}.lwh_bon_label_aos {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #9048F8;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
}.lwh_bon_h2_aos {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #F2EEFF;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.lwh_bon_h2_aos {
  font-size: 1.5rem;
}
}.lwh_bon_seo_aos {
  font-size: 0.813rem;
  line-height: 1.6;
  max-width: 620px;
  color: #6E6492;
  overflow-wrap: break-word;
}.lwh_bon_seo_aos strong {
  font-weight: 700;
  color: #C8BEDF;
}.lwh_bon_seo_aos a {
  color: #9048F8;
  text-decoration: underline;
}.lwh_bon_grid_aos {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 638px) {.lwh_bon_grid_aos {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.lwh_bon_grid_aos {
  grid-template-columns: repeat(5,1fr);
}
}.lwh_bon_card_aos {
  border-radius: 0.625rem;
  padding: 1rem;
  background: #120E1F;
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s,transform .2s;
}.lwh_bon_card_aos:hover {
  border-color: rgba(144,72,248,0.08);
  transform: translateY(-2px);
}.lwh_bon_card_ic_aos svg {
  stroke-linecap: round;
  width: 1.625rem;
  height: 26px;
  stroke-linejoin: round;
}.lwh_bon_card_ic_aos {
  margin-bottom: 10px;
}.lwh_bon_card_type_aos {
  color: #6E6492;
  letter-spacing: .06em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 0.375rem;
}.lwh_bon_card_amount_aos {
  font-size: 18px;
  color: #F5A623;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0.375rem;
}.lwh_bon_card_name_aos {
  font-weight: 600;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #F2EEFF;
  margin-bottom: 0.5rem;
}.lwh_bon_card_detail_aos {
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #504870;
  line-height: 1.5;
  font-size: 11px;
  overflow-wrap: break-word;
  padding-top: 8px;
}.lwh_htp_aos {
  padding: 36px 1rem 0;
  background: #0D0A15;
}
@media(min-width:768px) {.lwh_htp_aos {
  padding: 44px 1.5rem 0;
}
}.lwh_htp_in_aos {
  margin: 0 auto;
  max-width: 83.75rem;
}.lwh_htp_head_aos {
  max-width: 45rem;
  margin-bottom: 22px;
}.lwh_htp_label_aos {
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #9048F8;
  letter-spacing: .08em;
}.lwh_htp_h2_aos {
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
  color: #F2EEFF;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.lwh_htp_h2_aos {
  font-size: 28px;
}
}.lwh_htp_intro_aos {
  line-height: 1.6;
  font-size: 14px;
  color: #6E6492;
}.lwh_htp_steps_aos {
  padding: 0;
  list-style: none;
  margin: 0;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width: 643px) {.lwh_htp_steps_aos {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.lwh_htp_steps_aos {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.lwh_htp_step_aos {
  padding: 20px 1.125rem 18px;
  border: 1px solid rgba(255,255,255,0.11);
  background: #171228;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  position: relative;
}.lwh_htp_step_num_aos {
  background: #9048F8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  top: -0.75rem;
  height: 28px;
  font-size: 0.813rem;
  font-family: 'Barlow Condensed', sans-serif;
  position: absolute;
  color: #0E0818;
  font-weight: 800;
  width: 28px;
  display: flex;
  left: 1.25rem;
}.lwh_htp_step_ic_aos {
  background: rgba(144,72,248,0.18);
  border-radius: 6px;
  margin: 0.5rem 0 0.75rem;
  height: 36px;
  justify-content: center;
  align-items: center;
  color: #9048F8;
  display: flex;
  width: 36px;
}.lwh_htp_step_ic_aos svg {
  stroke-linecap: round;
  height: 18px;
  width: 18px;
  stroke-linejoin: round;
}.lwh_htp_step_h_aos {
  line-height: 1.25;
  font-size: 14px;
  color: #F2EEFF;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-weight: 700;
}.lwh_htp_step_p_aos {
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 13px;
  color: #6E6492;
}.lwh_htp_step_p_aos strong {
  color: #C8BEDF;
  font-weight: 600;
}.lwh_htp_cta_aos {
  padding: 13px 26px;
  background: #1FCC7A;
  transition: background .2s;
  border-radius: 10px;
  color: #0E0818;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-block;
}.lwh_htp_cta_aos:hover {
  background: #2EDE8A;
}.lwh_prov_aos {
  background: #0D0A15;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.lwh_prov_aos {
  padding: 44px 1.5rem 0;
}
}.lwh_prov_in_aos {
  margin: 0 auto;
  max-width: 1340px;
}.lwh_prov_head_aos {
  margin-bottom: 1rem;
}.lwh_prov_label_aos {
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  color: #9048F8;
}.lwh_prov_h2_aos {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  margin-bottom: 8px;
  font-weight: 800;
  color: #F2EEFF;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.lwh_prov_h2_aos {
  font-size: 24px;
}
}.lwh_prov_seo_aos {
  color: #6E6492;
  margin-bottom: 16px;
  overflow-wrap: break-word;
  max-width: 38.75rem;
  line-height: 1.6;
  font-size: 0.813rem;
}.lwh_prov_seo_aos strong {
  color: #C8BEDF;
  font-weight: 700;
}.lwh_prov_seo_aos a {
  text-decoration: underline;
  color: #9048F8;
}.lwh_prov_grid_aos {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.lwh_prov_grid_aos {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.lwh_prov_grid_aos {
  grid-template-columns: repeat(8,1fr);
}
}.lwh_prov_card_aos {
  padding: 0.875rem 0.625rem;
  transition: border-color .2s,background .2s;
  border-radius: 10px;
  gap: 7px;
  border: 1px solid rgba(255,255,255,0.11);
  background: #120E1F;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
  display: flex;
}.lwh_prov_card_aos:hover {
  border-color: rgba(149,72,248,0.55);
  background: #171228;
}.lwh_prov_logo_aos {
  border-radius: 6px;
  background: rgba(255,255,255,0.05);
  overflow: hidden;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
}.lwh_prov_logo_aos img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.lwh_prov_name_aos {
  overflow-wrap: break-word;
  text-align: center;
  font-size: 0.688rem;
  font-weight: 600;
  color: #9589B8;
}.lwh_reg_aos {
  padding: 36px 16px 0;
  background: #0D0A15;
}
@media(min-width: 766px) {.lwh_reg_aos {
  padding: 44px 1.5rem 0;
}
}.lwh_reg_in_aos {
  background: #171228;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255,255,255,0.06);
  margin: 0 auto;
  border-radius: 14px;
  max-width: 83.75rem;
}
@media(min-width: 766px) {.lwh_reg_in_aos {
  padding: 40px;
}
}.lwh_reg_top_aos {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 858px) {.lwh_reg_top_aos {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.lwh_reg_label_aos {
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #9048F8;
  margin-bottom: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
}.lwh_reg_h2_aos {
  font-size: 22px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F2EEFF;
  line-height: 1.2;
  margin-bottom: 12px;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 765px) {.lwh_reg_h2_aos {
  font-size: 28px;
}
}.lwh_reg_bonus_aos {
  gap: 0.5rem;
  background: rgba(245,166,35,0.15);
  border: 1px solid rgba(245,166,35,0.15);
  padding: 10px 1rem;
  border-radius: 0.625rem;
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
}.lwh_reg_bonus_amount_aos {
  font-size: 1.25rem;
  color: #F5A623;
  font-weight: 800;
}.lwh_reg_bonus_text_aos {
  line-height: 1.35;
  color: #9589B8;
  font-size: 0.813rem;
}.lwh_reg_cta_btn_aos {
  padding: 14px 32px;
  border-radius: 0.625rem;
  background: #1FCC7A;
  transition: background .2s;
  box-shadow: 0 0.25rem 24px rgba(31,204,122,0.38), 0 1px 4px rgba(0,0,0,0.6);
  font-size: 15px;
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 700;
  color: #0E0818;
}.lwh_reg_cta_btn_aos:hover {
  background: #2EDE8A;
}.lwh_reg_terms_aos {
  color: #504870;
  font-size: 11px;
  line-height: 1.5;
}.lwh_reg_seo_aos {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  padding-top: 1.25rem;
  line-height: 1.65;
  margin-top: 20px;
  font-size: 0.813rem;
  color: #6E6492;
}.lwh_reg_seo_aos p {
  color: #6E6492;
  font-size: 0.813rem;
  margin-bottom: 0.625rem;
  line-height: 1.65;
}.lwh_reg_seo_aos p:last-child {
  margin-bottom: 0;
}.lwh_reg_seo_aos strong {
  font-weight: 700;
  color: #C8BEDF;
}.lwh_reg_seo_aos a {
  transition: color .2s;
  color: #9048F8;
  text-decoration: underline;
}.lwh_reg_seo_aos a:hover {
  color: #A562FF;
}.lwh_reg_seo_aos ul,.lwh_reg_seo_aos ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.lwh_reg_seo_aos ol {
  list-style: decimal;
}.lwh_reg_seo_aos li {
  margin-bottom: 0.25rem;
  color: #6E6492;
  line-height: 1.65;
  font-size: 0.813rem;
}.lwh_reg_seo_aos table {
  border-collapse: collapse;
  margin-bottom: 0.625rem;
  width: 100%;
  font-size: 0.813rem;
  display: block;
  overflow-x: auto;
}
@media(min-width: 770px) {.lwh_reg_seo_aos table {
  display: table;
}
}.lwh_reg_seo_aos th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.5rem;
  font-weight: 700;
  text-align: left;
  color: #C8BEDF;
}.lwh_reg_seo_aos td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.5rem;
  color: #6E6492;
}.lwh_reg_steps_aos {
  gap: 14px;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}
@media(min-width: 861px) {.lwh_reg_steps_aos {
  margin-top: 0;
}
}.lwh_reg_step_aos {
  padding: 16px;
  border-radius: 10px;
  gap: 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.lwh_reg_step_num_aos {
  border: 1px solid rgba(144,72,248,0.08);
  border-radius: 50%;
  background: rgba(144,72,248,0.18);
  font-size: 14px;
  justify-content: center;
  height: 2.125rem;
  align-items: center;
  font-weight: 800;
  flex-shrink: 0;
  display: flex;
  width: 2.125rem;
  color: #9048F8;
}.lwh_reg_step_title_aos {
  font-size: 0.875rem;
  margin-bottom: 3px;
  color: #F2EEFF;
  font-weight: 700;
}.lwh_reg_step_text_aos {
  font-size: 12px;
  line-height: 1.5;
  color: #6E6492;
}.lwh_reg_trust_aos {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.25rem;
}.lwh_reg_trust_item_aos {
  gap: 0.438rem;
  align-items: center;
  display: flex;
  font-size: 12px;
  color: #6E6492;
  overflow-wrap: break-word;
}.lwh_reg_trust_ic_aos svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #9048F8;
  height: 1rem;
  width: 16px;
}.lwh_app_aos {
  background: #0D0A15;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.lwh_app_aos {
  padding: 2.75rem 1.5rem 0;
}
}.lwh_app_in_aos {
  margin: 0 auto;
  max-width: 1340px;
}.lwh_app_head_aos {
  margin-bottom: 1rem;
}.lwh_app_label_aos {
  color: #9048F8;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
}.lwh_app_h2_aos {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F2EEFF;
  margin-bottom: 6px;
}
@media(min-width: 769px) {.lwh_app_h2_aos {
  font-size: 1.5rem;
}
}.lwh_app_sub_aos {
  max-width: 600px;
  color: #6E6492;
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.lwh_app_sub_aos strong {
  color: #C8BEDF;
  font-weight: 700;
}.lwh_app_cards_aos {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1rem;
}
@media(min-width: 639px) {.lwh_app_cards_aos {
  grid-template-columns: repeat(3,1fr);
}
}.lwh_app_card_aos {
  padding: 20px;
  gap: 16px;
  border-radius: 10px;
  overflow: hidden;
  align-items: flex-start;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}.lwh_app_card_ios_aos {
  background: linear-gradient(135deg,rgba(144,72,248,0.18) 0%,#171228 100%);
}.lwh_app_card_android_aos {
  background: linear-gradient(135deg,rgba(31,204,122,0.16) 0%,#171228 100%);
}.lwh_app_card_win_aos {
  background: linear-gradient(135deg,rgba(245,166,35,0.15) 0%,#171228 100%);
}.lwh_app_card_ic_aos svg {
  stroke-linejoin: round;
  height: 34px;
  width: 2.125rem;
  stroke-linecap: round;
}.lwh_app_card_ic_aos {
  flex-shrink: 0;
  color: #F2EEFF;
}.lwh_app_card_os_aos {
  font-size: 10px;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  color: #6E6492;
  letter-spacing: .08em;
  font-weight: 700;
}.lwh_app_card_title_aos {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 6px;
  font-weight: 700;
  color: #F2EEFF;
  overflow-wrap: break-word;
}.lwh_app_card_text_aos {
  font-size: 0.75rem;
  color: #6E6492;
  overflow-wrap: break-word;
  line-height: 1.5;
  margin-bottom: 14px;
}.lwh_app_card_btn_aos {
  gap: 7px;
  background: rgba(255,255,255,0.12);
  transition: background .2s;
  border: 1px solid rgba(149,72,248,0.55);
  padding: 10px 18px;
  border-radius: 6px;
  align-items: center;
  color: #F2EEFF;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
}.lwh_app_card_btn_aos:hover {
  background: rgba(255,255,255,0.07);
}.lwh_seo_aos {
  padding: 36px 16px 0;
  background: #0D0A15;
}
@media(min-width: 767px) {.lwh_seo_aos {
  padding: 2.75rem 24px 0;
}
}.lwh_seo_in_aos {
  border-radius: 0.875rem;
  margin: 0 auto;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255,255,255,0.11);
  background: #171228;
  max-width: 1340px;
}
@media(min-width:768px) {.lwh_seo_in_aos {
  padding: 2.25rem 2.5rem;
}
}.lwh_seo_label_aos {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 10px;
  color: #9048F8;
}.lwh_seo_h2_aos {
  line-height: 1.25;
  font-size: 20px;
  color: #F2EEFF;
  margin-bottom: 0.875rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.lwh_seo_h2_aos {
  font-size: 1.5rem;
}
}.lwh_seo_body_aos {
  overflow-wrap: break-word;
  font-size: 14px;
  color: #9589B8;
  line-height: 1.75;
}.lwh_seo_body_aos p {
  color: #9589B8;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 12px;
}.lwh_seo_body_aos p:last-child {
  margin-bottom: 0;
}.lwh_seo_body_aos strong {
  font-weight: 700;
  color: #C8BEDF;
}.lwh_seo_body_aos a {
  transition: color .2s;
  color: #9048F8;
  text-decoration: underline;
}.lwh_seo_body_aos a:hover {
  color: #A562FF;
}.lwh_seo_body_aos ul,.lwh_seo_body_aos ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.lwh_seo_body_aos ol {
  list-style: decimal;
}.lwh_seo_body_aos li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #9589B8;
  font-size: 14px;
}.lwh_seo_body_aos table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
}
@media(min-width: 771px) {.lwh_seo_body_aos table {
  display: table;
}
}.lwh_seo_body_aos th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  color: #C8BEDF;
  font-weight: 700;
  text-align: left;
}.lwh_seo_body_aos td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9589B8;
}.lwh_seo_cols_aos {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 639px) {.lwh_seo_cols_aos {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.lwh_seo_cols_aos {
  grid-template-columns: repeat(3,1fr);
}
}.lwh_seo_col_h_aos {
  color: #C8BEDF;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 7px;
}.lwh_seo_col_p_aos {
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #6E6492;
}.lwh_seo_stats_aos {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.lwh_seo_stat_aos {
  padding: 14px 16px;
  background: rgba(144,72,248,0.08);
  border: 1px solid rgba(144,72,248,0.18);
  border-radius: 10px;
  flex: 1;
  min-width: 140px;
}.lwh_seo_stat_val_aos {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #9048F8;
  margin-bottom: 0.25rem;
}.lwh_seo_stat_lb_aos {
  color: #6E6492;
  font-size: 11px;
  overflow-wrap: break-word;
}.lwh_seo_aos {
  padding: 2.25rem 1rem 0;
  background: #0D0A15;
}
@media(min-width: 765px) {.lwh_seo_aos {
  padding: 2.75rem 24px 0;
}
}.lwh_seo_in_aos {
  padding: 1.75rem 1.5rem;
  background: #171228;
  border-radius: 0.875rem;
  border: 1px solid rgba(255,255,255,0.11);
  margin: 0 auto;
  max-width: 83.75rem;
}
@media(min-width: 771px) {.lwh_seo_in_aos {
  padding: 36px 40px;
}
}.lwh_seo_label_aos {
  color: #9048F8;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}.lwh_seo_h2_aos {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #F2EEFF;
  margin-bottom: 14px;
  line-height: 1.25;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width:768px) {.lwh_seo_h2_aos {
  font-size: 1.5rem;
}
}.lwh_seo_body_aos {
  overflow-wrap: break-word;
  color: #9589B8;
  line-height: 1.75;
  font-size: 14px;
}.lwh_seo_body_aos p {
  font-size: 14px;
  line-height: 1.75;
  color: #9589B8;
  margin-bottom: 12px;
}.lwh_seo_body_aos p:last-child {
  margin-bottom: 0;
}.lwh_seo_body_aos strong {
  color: #C8BEDF;
  font-weight: 700;
}.lwh_seo_body_aos a {
  transition: color .2s;
  text-decoration: underline;
  color: #9048F8;
}.lwh_seo_body_aos a:hover {
  color: #A562FF;
}.lwh_seo_body_aos ul,.lwh_seo_body_aos ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.lwh_seo_body_aos ol {
  list-style: decimal;
}.lwh_seo_body_aos li {
  color: #9589B8;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.75;
}.lwh_seo_body_aos table {
  font-size: 0.813rem;
  border-collapse: collapse;
  width: 100%;
  display: block;
  overflow-x: auto;
  margin-bottom: 0.75rem;
}
@media(min-width: 770px) {.lwh_seo_body_aos table {
  display: table;
}
}.lwh_seo_body_aos th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #C8BEDF;
  text-align: left;
}.lwh_seo_body_aos td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #9589B8;
}.lwh_seo_cols_aos {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width:640px) {.lwh_seo_cols_aos {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.lwh_seo_cols_aos {
  grid-template-columns: repeat(3,1fr);
}
}.lwh_seo_col_h_aos {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #C8BEDF;
  font-weight: 700;
  margin-bottom: 0.438rem;
}.lwh_seo_col_p_aos {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #6E6492;
}.lwh_seo_stats_aos {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.lwh_seo_stat_aos {
  border-radius: 10px;
  flex: 1;
  background: rgba(144,72,248,0.08);
  padding: 14px 1rem;
  border: 1px solid rgba(144,72,248,0.18);
  min-width: 8.75rem;
}.lwh_seo_stat_val_aos {
  color: #9048F8;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 4px;
}.lwh_seo_stat_lb_aos {
  font-size: 11px;
  color: #6E6492;
  overflow-wrap: break-word;
}.lwh_seo_aos {
  padding: 2.25rem 16px 0;
  background: #0D0A15;
}
@media(min-width: 766px) {.lwh_seo_aos {
  padding: 44px 1.5rem 0;
}
}.lwh_seo_in_aos {
  border-radius: 14px;
  background: #171228;
  border: 1px solid rgba(255,255,255,0.11);
  margin: 0 auto;
  padding: 28px 1.5rem;
  max-width: 83.75rem;
}
@media(min-width: 771px) {.lwh_seo_in_aos {
  padding: 2.25rem 40px;
}
}.lwh_seo_label_aos {
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #9048F8;
}.lwh_seo_h2_aos {
  line-height: 1.25;
  font-size: 20px;
  margin-bottom: 0.875rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F2EEFF;
}
@media(min-width: 769px) {.lwh_seo_h2_aos {
  font-size: 1.5rem;
}
}.lwh_seo_body_aos {
  line-height: 1.75;
  color: #9589B8;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.lwh_seo_body_aos p {
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #9589B8;
}.lwh_seo_body_aos p:last-child {
  margin-bottom: 0;
}.lwh_seo_body_aos strong {
  font-weight: 700;
  color: #C8BEDF;
}.lwh_seo_body_aos a {
  transition: color .2s;
  text-decoration: underline;
  color: #9048F8;
}.lwh_seo_body_aos a:hover {
  color: #A562FF;
}.lwh_seo_body_aos ul,.lwh_seo_body_aos ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.lwh_seo_body_aos ol {
  list-style: decimal;
}.lwh_seo_body_aos li {
  line-height: 1.75;
  color: #9589B8;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
}.lwh_seo_body_aos table {
  overflow-x: auto;
  font-size: 0.813rem;
  border-collapse: collapse;
  display: block;
  width: 100%;
  margin-bottom: 0.75rem;
}
@media(min-width: 765px) {.lwh_seo_body_aos table {
  display: table;
}
}.lwh_seo_body_aos th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 12px;
  color: #C8BEDF;
  font-weight: 700;
  text-align: left;
}.lwh_seo_body_aos td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9589B8;
}.lwh_seo_cols_aos {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.lwh_seo_cols_aos {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.lwh_seo_cols_aos {
  grid-template-columns: repeat(3,1fr);
}
}.lwh_seo_col_h_aos {
  font-weight: 700;
  color: #C8BEDF;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-size: 13px;
}.lwh_seo_col_p_aos {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #6E6492;
  font-size: 0.813rem;
}.lwh_seo_stats_aos {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.lwh_seo_stat_aos {
  padding: 14px 16px;
  flex: 1;
  background: rgba(144,72,248,0.08);
  border: 1px solid rgba(144,72,248,0.18);
  border-radius: 10px;
  min-width: 8.75rem;
}.lwh_seo_stat_val_aos {
  font-weight: 800;
  font-size: 1.25rem;
  color: #9048F8;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
}.lwh_seo_stat_lb_aos {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #6E6492;
}.lwh_rv_aos {
  background: #0D0A15;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.lwh_rv_aos {
  padding: 2.75rem 1.5rem 0;
}
}.lwh_rv_in_aos {
  margin: 0 auto;
  max-width: 83.75rem;
}.lwh_rv_head_aos {
  max-width: 720px;
  margin-bottom: 20px;
}.lwh_rv_label_aos {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #9048F8;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.lwh_rv_h2_aos {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.375rem;
  color: #F2EEFF;
  margin-bottom: 10px;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.lwh_rv_h2_aos {
  font-size: 1.75rem;
}
}.lwh_rv_stats_aos {
  gap: 1.125rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  align-items: center;
  color: #6E6492;
}.lwh_rv_stats_score_aos {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.lwh_rv_stats_score_val_aos {
  font-weight: 800;
  color: #F5A623;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.375rem;
}.lwh_rv_stats_score_max_aos {
  font-size: 13px;
  color: #504870;
}.lwh_rv_stats_badge_aos {
  gap: 4px;
  display: flex;
  align-items: center;
}.lwh_rv_stats_badge_aos svg {
  width: 0.875rem;
  height: 14px;
  color: #F5A623;
}.lwh_rv_grid_aos {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.lwh_rv_grid_aos {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.lwh_rv_grid_aos {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.lwh_rv_card_aos {
  background: #171228;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.11);
  display: flex;
  flex-direction: column;
}.lwh_rv_card_stars_aos {
  gap: 2px;
  color: #F5A623;
  display: flex;
  margin-bottom: 0.625rem;
}.lwh_rv_card_stars_aos svg {
  width: 0.875rem;
  height: 0.875rem;
}.lwh_rv_card_h_aos {
  line-height: 1.3;
  color: #F2EEFF;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 8px;
}.lwh_rv_card_body_aos {
  flex: 1;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #6E6492;
  margin-bottom: 14px;
}.lwh_rv_card_body_aos strong {
  font-weight: 600;
  color: #C8BEDF;
}.lwh_rv_card_meta_aos {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.75rem;
  display: flex;
}.lwh_rv_card_author_aos {
  font-weight: 600;
  color: #C8BEDF;
  font-size: 12px;
}.lwh_rv_card_date_aos {
  font-size: 0.688rem;
  color: #504870;
}.lwh_faq_aos {
  padding: 2.25rem 1rem 0;
  background: #0D0A15;
}
@media(min-width: 767px) {.lwh_faq_aos {
  padding: 2.75rem 1.5rem 0;
}
}.lwh_faq_in_aos {
  margin: 0 auto;
  max-width: 83.75rem;
}.lwh_faq_head_aos {
  margin-bottom: 1.25rem;
}.lwh_faq_label_aos {
  font-weight: 700;
  font-size: 0.688rem;
  color: #9048F8;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}.lwh_faq_h2_aos {
  font-weight: 800;
  color: #F2EEFF;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.lwh_faq_h2_aos {
  font-size: 1.5rem;
}
}.lwh_faq_list_aos {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.lwh_faq_item_aos {
  overflow: hidden;
  background: #171228;
  border-radius: 0.625rem;
  border: 1px solid rgba(255,255,255,0.11);
}.lwh_faq_q_aos {
  padding: 1rem 20px;
  gap: 0.75rem;
  transition: color .2s;
  color: #C8BEDF;
  font-size: 14px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
  font-weight: 600;
  cursor: pointer;
}.lwh_faq_q_aos:hover {
  color: #F2EEFF;
}.lwh_faq_q_ic_aos {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  color: #9048F8;
  display: flex;
  width: 1.5rem;
  justify-content: center;
  height: 1.5rem;
  flex-shrink: 0;
  align-items: center;
  font-size: 1rem;
}.lwh_faq_item_aos.lwh_state_open_aos .lwh_faq_q_ic_aos {
  transform: rotate(45deg);
}.lwh_faq_a_aos {
  padding: 0 20px 1rem;
  display: none;
  color: #6E6492;
  line-height: 1.7;
  font-size: 13px;
  overflow-wrap: break-word;
}.lwh_faq_item_aos.lwh_state_open_aos .lwh_faq_a_aos {
  display: block;
}.lwh_faq_a_aos strong {
  font-weight: 700;
  color: #C8BEDF;
}.lwh_faq_a_aos a {
  color: #9048F8;
  text-decoration: underline;
}.lwh_faq_a_aos ul,.lwh_faq_a_aos ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.lwh_faq_a_aos ol {
  list-style: decimal;
}.lwh_faq_a_aos li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.lwh_faq_a_aos table {
  margin: 0.5rem 0;
  font-size: 0.75rem;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  display: block;
}
@media(min-width: 769px) {.lwh_faq_a_aos table {
  display: table;
}
}.lwh_faq_a_aos th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  font-weight: 700;
  color: #C8BEDF;
}.lwh_faq_a_aos td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #6E6492;
}.lwh_ft_aos {
  border-top: 1px solid rgba(255,255,255,0.05);
  background: #070509;
  margin-top: 3rem;
}.lwh_ft_support_aos {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 24px 1rem;
}
@media(min-width: 765px) {.lwh_ft_support_aos {
  padding: 1.75rem 24px;
}
}.lwh_ft_support_in_aos {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  align-items: center;
  max-width: 1340px;
  flex-wrap: wrap;
}.lwh_ft_support_main_aos {
  flex: 1;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  min-width: 13.75rem;
}.lwh_ft_support_ic_aos {
  color: #9048F8;
  flex-shrink: 0;
}.lwh_ft_support_ic_aos svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.875rem;
  height: 1.875rem;
}.lwh_ft_support_text_title_aos {
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F2EEFF;
  margin-bottom: 3px;
  font-size: 15px;
}.lwh_ft_support_text_sub_aos {
  font-size: 0.75rem;
  color: #6E6492;
  overflow-wrap: break-word;
}.lwh_ft_support_btn_aos {
  padding: 11px 1.375rem;
  transition: background .2s;
  background: #9048F8;
  border-radius: 10px;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #F2EEFF;
  font-weight: 700;
}.lwh_ft_support_btn_aos:hover {
  background: #A562FF;
}.lwh_ft_support_contacts_aos {
  gap: 16px;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.lwh_ft_support_contact_aos {
  line-height: 1.4;
  color: #504870;
  font-size: 0.75rem;
}.lwh_ft_support_contact_aos strong {
  color: #9589B8;
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 600;
  display: block;
}.lwh_ft_main_aos {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 32px 16px 24px;
}
@media(min-width: 765px) {.lwh_ft_main_aos {
  padding: 40px 24px 32px;
}
}.lwh_ft_main_in_aos {
  gap: 1.5rem;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1340px;
  display: grid;
}
@media(min-width: 639px) {.lwh_ft_main_in_aos {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.lwh_ft_main_in_aos {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.lwh_ft_col_logo_aos {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.lwh_ft_col_logo_aos {
  grid-column: auto;
}
}.lwh_ft_logo_aos {
  gap: 9px;
  margin-bottom: 12px;
  font-weight: 800;
  font-size: 1rem;
  color: #F2EEFF;
  display: flex;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  align-items: center;
}.lwh_ft_logo_mark_aos {
  overflow: hidden;
  border-radius: 0.375rem;
  width: 30px;
  height: 30px;
}.lwh_ft_logo_mark_aos img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.lwh_ft_logo_sub_aos {
  color: #504870;
  max-width: 12.5rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 12px;
}.lwh_ft_col_title_aos {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 14px;
  color: #9589B8;
  font-size: 12px;
  letter-spacing: .07em;
}.lwh_ft_col_links_aos {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.lwh_ft_col_link_aos {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #504870;
  font-size: 0.813rem;
}.lwh_ft_col_link_aos:hover {
  color: #C8BEDF;
}.lwh_ft_apps_aos {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.lwh_ft_app_card_aos {
  gap: 10px;
  background: rgba(255,255,255,0.05);
  border-radius: 0.375rem;
  padding: 0.625rem 12px;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.11);
  display: flex;
  align-items: center;
}.lwh_ft_app_card_aos:hover {
  border-color: rgba(149,72,248,0.55);
}.lwh_ft_app_card_ic_aos svg {
  stroke-linejoin: round;
  height: 1.375rem;
  stroke-linecap: round;
  width: 1.375rem;
}.lwh_ft_app_card_os_aos {
  color: #504870;
  font-size: 10px;
  font-weight: 600;
}.lwh_ft_app_card_action_aos {
  font-weight: 700;
  font-size: 12px;
  color: #C8BEDF;
}.lwh_ft_bot_aos {
  padding: 20px 16px;
}
@media(min-width: 767px) {.lwh_ft_bot_aos {
  padding: 1.25rem 24px;
}
}.lwh_ft_bot_in_aos {
  gap: 16px;
  margin: 0 auto;
  max-width: 83.75rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.lwh_ft_socials_aos {
  gap: 0.5rem;
  display: flex;
}.lwh_ft_soc_aos {
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.11);
  transition: background .2s;
  background: rgba(255,255,255,0.05);
  justify-content: center;
  width: 36px;
  color: #9589B8;
  height: 2.25rem;
  align-items: center;
  display: flex;
}.lwh_ft_soc_aos svg {
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
  width: 1rem;
}.lwh_ft_soc_aos:hover {
  background: rgba(255,255,255,0.07);
}.lwh_ft_legal_aos {
  flex: 1;
  line-height: 1.6;
  color: #837A9E;
  min-width: 200px;
  font-size: 11px;
  overflow-wrap: break-word;
}.lwh_ft_legal_aos strong {
  color: #9589B8;
  font-weight: 700;
}.lwh_ft_legal_aos a {
  color: #9589B8;
  text-decoration: underline;
}.lwh_ft_age_aos {
  border: 2px solid #837A9E;
  border-radius: 50%;
  font-weight: 800;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  display: flex;
  margin-left: auto;
  flex-shrink: 0;
  color: #837A9E;
  font-size: 11px;
}