*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #0F0C09;
  min-height: 100vh;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  color: #CEBFA8;
  font-family: 'Raleway', sans-serif;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  color: inherit;
  text-decoration: none;
}button {
  font: inherit;
  border: none;
  background: none;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.lgw-layout_pbe {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.lgw-page_pbe {
  display: flex;
  min-height: 100vh;
}.lgw-main_pbe {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media(min-width: 1082px) {.lgw-main_pbe {
  padding-left: 13.75rem;
}
}
@media(max-width: 1076px) {.lgw-main_pbe {
  padding-bottom: 72px;
}
}.lgw-gc_pbe {
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  background: #181310;
  width: 8.75rem;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
@media(min-width: 639px) {.lgw-gc_pbe {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.lgw-gc_pbe {
  width: 10.5rem;
}
}.lgw-gc_pbe:hover {
  transform: translateY(-3px);
  border-color: rgba(200,154,46,0.08);
}.lgw-gc_img_pbe {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.lgw-gc_img_pbe img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.lgw-gc_hover_pbe {
  background: rgba(9,7,5,0.74);
  inset: 0;
  transition: opacity .2s;
  align-items: center;
  position: absolute;
  opacity: 0;
  justify-content: center;
  display: flex;
}.lgw-gc_pbe:hover .lgw-gc_hover_pbe {
  opacity: 1;
}.lgw-gc_hover_btn_pbe {
  padding: 0.5rem 16px;
  border-radius: 0.25rem;
  background: #C89A2E;
  font-weight: 700;
  color: #F5EFE6;
  font-size: 12px;
}.lgw-gc_info_pbe {
  padding: 0.5rem 10px 10px;
}.lgw-gc_name_pbe {
  overflow: hidden;
  max-width: 100%;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
  color: #CEBFA8;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}.lgw-gc_prov_pbe {
  font-size: 10px;
  color: #6B5E50;
}.lgw-gc_tag_pbe {
  border-radius: 4px;
  padding: 2px 0.438rem;
  letter-spacing: .04em;
  left: 6px;
  z-index: 2;
  font-size: 9px;
  top: 0.375rem;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
}.lgw-gc_tag_hot_pbe {
  background: #C0362A;
  color: #fff;
}.lgw-gc_tag_new_pbe {
  background: #2E9E5C;
  color: #0F0C09;
}.lgw-gc_tag_jp_pbe {
  background: #D4A020;
  color: #0F0C09;
}.lgw-gc_tag_ex_pbe {
  background: #8C1C2C;
  color: #fff;
}.lgw-gc_tag_live_pbe {
  background: #C0362A;
  color: #fff;
}.lgw-gr_pbe {
  background: #0F0C09;
  padding: 2rem 16px 0;
}
@media(min-width: 769px) {.lgw-gr_pbe {
  padding: 36px 1.5rem 0;
}
}.lgw-gr_in_pbe {
  margin: 0 auto;
  max-width: 1340px;
}.lgw-gr_head_pbe {
  gap: 0.75rem;
  align-items: center;
  display: flex;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
}.lgw-gr_head_l_pbe {
  gap: 0.625rem;
  flex: 1;
  align-items: center;
  min-width: 0;
  display: flex;
}.lgw-gr_ic_pbe {
  border-radius: 8px;
  height: 2rem;
  align-items: center;
  justify-content: center;
  width: 2rem;
  display: flex;
  flex-shrink: 0;
}.lgw-gr_ic_pbe svg {
  width: 1rem;
  stroke-linecap: round;
  height: 16px;
  stroke-linejoin: round;
}.lgw-gr_title_pbe {
  color: #F5EFE6;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 1rem;
}
@media(min-width: 770px) {.lgw-gr_title_pbe {
  font-size: 18px;
}
}.lgw-gr_more_pbe {
  gap: 5px;
  transition: color .2s;
  font-size: 0.75rem;
  align-items: center;
  white-space: nowrap;
  display: flex;
  color: #7A6B58;
  font-weight: 600;
  flex-shrink: 0;
}.lgw-gr_more_pbe:hover {
  color: #C89A2E;
}.lgw-gr_more_pbe svg {
  width: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.75rem;
}.lgw-gr_arrows_pbe {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.lgw-gr_arr_pbe {
  transition: background .15s,color .15s;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  width: 30px;
  color: #A08C74;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}.lgw-gr_arr_pbe:hover {
  background: rgba(255,255,255,0.07);
  color: #F5EFE6;
}.lgw-gr_arr_pbe svg {
  stroke-linecap: round;
  height: 0.813rem;
  stroke-linejoin: round;
  width: 13px;
}.lgw-gr_seo_h_pbe {
  margin: 0 0 0.375rem;
  overflow-wrap: break-word;
  color: #CEBFA8;
  font-weight: 700;
  font-size: 0.813rem;
  font-family: 'Cinzel', serif;
  max-width: 680px;
}
@media(min-width: 769px) {.lgw-gr_seo_h_pbe {
  font-size: 14px;
}
}.lgw-gr_seo_pbe {
  max-width: 680px;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  margin-bottom: 0.75rem;
  color: #7A6B58;
}.lgw-gr_seo_pbe strong {
  font-weight: 600;
  color: #CEBFA8;
}.lgw-gr_scroll_pbe {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 10px;
  overflow-x: auto;
  display: flex;
}.lgw-gr_scroll_pbe::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.lgw-gr_scroll_pbe {
  gap: 12px;
}
}.lgw-tb_pbe {
  background: #110E0B;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  display: flex;
  top: 0;
  left: 0;
  height: 56px;
  align-items: center;
  position: fixed;
  right: 0;
  z-index: 80;
}.lgw-tb_in_pbe {
  padding: 0 14px;
  gap: 0;
  width: 100%;
  align-items: center;
  height: 100%;
  display: flex;
}.lgw-tb_burger_pbe {
  border-radius: 8px;
  gap: 0.313rem;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0.5rem;
  justify-content: center;
  width: 38px;
  height: 2.375rem;
  display: flex;
}.lgw-tb_burger_pbe:hover {
  background: rgba(255,255,255,0.05);
}.lgw-tb_burger_line_pbe {
  background: #A08C74;
  border-radius: 1px;
  height: 2px;
  display: block;
  width: 18px;
}
@media(min-width: 1081px) {.lgw-tb_burger_pbe {
  display: none;
}
}.lgw-tb_logo_pbe {
  gap: 0.563rem;
  align-items: center;
  font-weight: 800;
  color: #F5EFE6;
  font-size: 1.125rem;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  flex-shrink: 0;
  margin-right: 1.25rem;
  display: flex;
}.lgw-tb_logo_mark_pbe {
  overflow: hidden;
  border-radius: 0.5rem;
  width: 2rem;
  display: flex;
  align-items: center;
  height: 32px;
  justify-content: center;
}.lgw-tb_logo_mark_pbe img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.lgw-tb_nav_pbe {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 637px) {.lgw-tb_nav_pbe {
  display: flex;
}
}.lgw-tb_tab_pbe {
  transition: background .15s,color .15s;
  border-radius: 8px;
  padding: 0.5rem 0.875rem;
  font-weight: 600;
  color: #A08C74;
  white-space: nowrap;
  font-size: 0.813rem;
}.lgw-tb_tab_pbe:hover {
  background: rgba(255,255,255,0.05);
  color: #F5EFE6;
}.lgw-tb_tab_pbe.lgw-state_active_pbe {
  background: rgba(200,154,46,0.18);
  color: #F5EFE6;
}.lgw-tb_right_pbe {
  gap: 0.5rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}.lgw-tb_login_pbe {
  border: 1px solid rgba(255,255,255,0.11);
  background: rgba(255,255,255,0.05);
  transition: border-color .2s,color .2s;
  padding: 0.563rem 1rem;
  border-radius: 0.5rem;
  color: #CEBFA8;
  font-weight: 600;
  font-size: 13px;
  display: none;
}.lgw-tb_login_pbe:hover {
  border-color: rgba(200,154,46,0.45);
  color: #F5EFE6;
}
@media(min-width: 483px) {.lgw-tb_login_pbe {
  display: block;
}
}.lgw-tb_reg_pbe {
  padding: 9px 18px;
  border-radius: 8px;
  background: #2E9E5C;
  transition: background .2s;
  font-weight: 700;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #0D0B08;
}.lgw-tb_reg_pbe:hover {
  background: #35B268;
}.lgw-sb_pbe {
  border-right: 1px solid rgba(255,255,255,0.05);
  transition: transform .25s ease;
  background: #201915;
  transform: translateX(-100%);
  position: fixed;
  left: 0;
  top: 56px;
  z-index: 70;
  overflow-y: auto;
  width: 220px;
  bottom: 0;
}.lgw-sb_pbe.lgw-state_open_pbe {
  transform: translateX(0);
}.lgw-sb_pbe::-webkit-scrollbar {
  width: 0.25rem;
}.lgw-sb_pbe::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1079px) {.lgw-sb_pbe {
  transform: translateX(0);
}
}.lgw-sb_auth_pbe {
  padding: 14px 0.75rem 10px;
}.lgw-sb_btn_reg_pbe {
  padding: 0.688rem;
  border-radius: 8px;
  transition: background .2s;
  background: #2E9E5C;
  font-weight: 700;
  display: block;
  color: #0D0B08;
  text-align: center;
  margin-bottom: 8px;
  font-size: 13px;
}.lgw-sb_btn_reg_pbe:hover {
  background: #35B268;
}.lgw-sb_btn_login_pbe {
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s;
  border-radius: 8px;
  padding: 0.625rem;
  background: rgba(255,255,255,0.05);
  text-align: center;
  font-weight: 600;
  display: block;
  font-size: 0.813rem;
  color: #CEBFA8;
}.lgw-sb_btn_login_pbe:hover {
  border-color: rgba(200,154,46,0.45);
  color: #F5EFE6;
}.lgw-sb_promo_pbe {
  padding: 12px 14px;
  border-radius: 0.5rem;
  border: 1px solid rgba(200,154,46,0.18);
  overflow: hidden;
  margin: 0 0.75rem 10px;
  background: linear-gradient(135deg,#1E0A0E,#201915);
  position: relative;
}.lgw-sb_promo_pbe::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200,154,46,0.18),transparent 70%);
  height: 80px;
  right: -20px;
  width: 5rem;
  position: absolute;
  content: '';
  top: -1.25rem;
}.lgw-sb_promo_title_pbe {
  color: #C89A2E;
  margin-bottom: 4px;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
}.lgw-sb_promo_text_pbe {
  overflow-wrap: break-word;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  color: #F5EFE6;
}.lgw-sb_promo_sub_pbe {
  color: #7A6B58;
  margin-top: 3px;
  font-size: 0.625rem;
}.lgw-sb_nav_pbe {
  padding: 0.375rem 8px 1rem;
}.lgw-sb_nav_lb_pbe {
  padding: 0.625rem 8px 6px;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  color: #6B5E50;
  letter-spacing: .08em;
}.lgw-sb_link_pbe {
  gap: 10px;
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  padding: 9px 10px;
  color: #A08C74;
  font-weight: 500;
  display: flex;
  font-size: 0.813rem;
  cursor: pointer;
  align-items: center;
  overflow-wrap: break-word;
}.lgw-sb_link_pbe:hover {
  background: rgba(255,255,255,0.05);
  color: #F5EFE6;
}.lgw-sb_link_pbe.lgw-state_active_pbe {
  background: rgba(200,154,46,0.18);
  color: #F5EFE6;
}.lgw-sb_ic_pbe {
  border-radius: 0.25rem;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  height: 1.875rem;
  width: 30px;
  justify-content: center;
}.lgw-sb_ic_pbe svg {
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
}.lgw-sb_ic_1_pbe {
  background: rgba(200,154,46,0.08);
  color: #C89A2E;
}.lgw-sb_ic_2_pbe {
  background: rgba(46,158,92,0.18);
  color: #2E9E5C;
}.lgw-sb_ic_3_pbe {
  background: rgba(212,160,32,0.18);
  color: #D4A020;
}.lgw-sb_ic_4_pbe {
  background: rgba(140,28,44,0.22);
  color: #8C1C2C;
}.lgw-sb_ic_5_pbe {
  background: rgba(200,154,46,0.08);
  color: #C4365E;
}.lgw-sb_ic_6_pbe {
  background: rgba(140,28,44,0.22);
  color: #7B3FC8;
}.lgw-sb_badge_pbe {
  padding: 2px 7px;
  border-radius: 4px;
  background: #D4A020;
  font-weight: 700;
  margin-left: auto;
  font-size: 0.563rem;
  color: #0D0B08;
}.lgw-sb_bot_pbe {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 8px;
  padding: 0.75rem;
  display: flex;
}.lgw-sb_lang_pbe,.lgw-sb_help_pbe {
  border-radius: 4px;
  padding: 9px 0.375rem;
  gap: 0.375rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  flex: 1;
  transition: border-color .2s;
  display: flex;
  align-items: center;
  color: #A08C74;
  font-size: 11px;
  justify-content: center;
  font-weight: 600;
}.lgw-sb_lang_pbe:hover,.lgw-sb_help_pbe:hover {
  border-color: rgba(200,154,46,0.45);
  color: #F5EFE6;
}.lgw-sb_lang_pbe svg,.lgw-sb_help_pbe svg {
  width: 13px;
  stroke-linejoin: round;
  height: 13px;
  stroke-linecap: round;
}.lgw-sb_bd_pbe {
  background: rgba(9,7,5,0.74);
  inset: 0;
  position: fixed;
  display: none;
  z-index: 69;
}.lgw-sb_bd_pbe.lgw-state_on_pbe {
  display: block;
}
@media(min-width: 1078px) {.lgw-sb_bd_pbe {
  display: none!important;
}
}.lgw-mob_nav_pbe {
  border-top: 1px solid rgba(255,255,255,0.11);
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  background: #201915;
  display: flex;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 80;
  right: 0;
}
@media(min-width: 1077px) {.lgw-mob_nav_pbe {
  display: none;
}
}.lgw-mob_nav_item_pbe {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 0.25rem;
  cursor: pointer;
  align-items: center;
  color: #6B5E50;
  flex-direction: column;
  display: flex;
}.lgw-mob_nav_ic_pbe {
  line-height: 1;
}.lgw-mob_nav_ic_pbe svg {
  height: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.25rem;
}.lgw-mob_nav_lb_pbe {
  font-size: 0.625rem;
  color: #6B5E50;
  font-weight: 600;
}.lgw-mob_nav_item_pbe.lgw-state_active_pbe {
  color: #C89A2E;
}.lgw-mob_nav_item_pbe.lgw-state_active_pbe .lgw-mob_nav_lb_pbe {
  color: #C89A2E;
}.lgw-hero_pbe {
  background: #0F0C09;
  padding: 20px 16px 0;
}
@media(min-width: 769px) {.lgw-hero_pbe {
  padding: 24px 1.5rem 0;
}
}.lgw-hero_in_pbe {
  margin: 0 auto;
  gap: 12px;
  max-width: 83.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 859px) {.lgw-hero_in_pbe {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.lgw-hero_in_pbe {
  grid-template-columns: 1fr 21.25rem;
}
}.lgw-hero_promo_pbe {
  overflow: hidden;
  background: #181310;
  border-radius: 0.875rem;
  display: flex;
  align-items: stretch;
  position: relative;
  min-height: 220px;
}
@media(min-width: 765px) {.lgw-hero_promo_pbe {
  min-height: 17.5rem;
}
}.lgw-hero_promo_bg_pbe {
  inset: 0;
  background: linear-gradient(120deg,#1E0A0E 0%,#0F0C09 100%);
  background-position: center;
  background-size: cover;
  position: absolute;
}.lgw-hero_promo_bg_pbe::after {
  background: linear-gradient(90deg,#0F0C09 0%,rgba(9,7,5,0.74) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.lgw-hero_promo_glow_pbe {
  background: radial-gradient(circle,rgba(140,28,44,0.22) 0%,transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  width: 300px;
  right: 3.75rem;
  height: 18.75rem;
  position: absolute;
  top: -40px;
}.lgw-hero_promo_ct_pbe {
  padding: 1.75rem 24px 28px 28px;
  justify-content: center;
  max-width: 30rem;
  flex-direction: column;
  display: flex;
  position: relative;
  z-index: 2;
}
@media(min-width: 770px) {.lgw-hero_promo_ct_pbe {
  padding: 40px 2rem;
}
}.lgw-hero_badge_pbe {
  border-radius: 1.25rem;
  padding: 0.313rem 12px;
  border: 1px solid rgba(200,154,46,0.08);
  background: rgba(200,154,46,0.18);
  margin-bottom: 14px;
  font-weight: 700;
  color: #C89A2E;
  font-size: 0.625rem;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: .08em;
}.lgw-hero_h1_pbe {
  overflow-wrap: break-word;
  color: #F5EFE6;
  font-size: 1.625rem;
  line-height: 1.15;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.625rem;
}.lgw-hero_h1_pbe em {
  color: #D4A020;
  font-style: normal;
}
@media(min-width: 767px) {.lgw-hero_h1_pbe {
  font-size: 2.25rem;
}
}.lgw-hero_sub_pbe {
  margin-bottom: 20px;
  line-height: 1.55;
  font-size: 13px;
  color: #A08C74;
}
@media(min-width: 767px) {.lgw-hero_sub_pbe {
  font-size: 0.875rem;
}
}.lgw-hero_row_pbe {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.lgw-hero_cta_pbe {
  border-radius: 8px;
  transition: background .2s;
  background: #2E9E5C;
  padding: 13px 26px;
  font-size: 0.875rem;
  box-shadow: 0 0.25rem 1.125rem rgba(46,158,92,0.42), 0 1px 0 rgba(0,0,0,0.55);
  color: #0D0B08;
  font-weight: 700;
}.lgw-hero_cta_pbe:hover {
  background: #35B268;
}.lgw-hero_terms_pbe {
  font-size: 0.688rem;
  color: #6B5E50;
}.lgw-hero_game_pbe {
  border-radius: 0.875rem;
  background: #181310;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  flex-direction: column;
  display: flex;
  position: relative;
}.lgw-hero_game_badge_pbe {
  padding: 0.313rem 0.625rem;
  border: 1px solid rgba(212,160,32,0.18);
  background: rgba(212,160,32,0.18);
  border-radius: 20px;
  position: absolute;
  font-weight: 700;
  top: 0.75rem;
  font-size: 10px;
  text-transform: uppercase;
  z-index: 3;
  letter-spacing: .06em;
  left: 0.75rem;
  color: #D4A020;
}.lgw-hero_game_badge_pbe svg {
  vertical-align: -1px;
  margin-right: 0.25rem;
  height: 11px;
  width: 0.688rem;
}.lgw-hero_game_img_pbe {
  overflow: hidden;
  background: linear-gradient(135deg,#1E0A0E,#0F0C09);
  position: relative;
  padding-bottom: 60%;
}.lgw-hero_game_img_pbe img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}.lgw-hero_game_play_pbe {
  inset: 0;
  transition: opacity .2s;
  background: rgba(9,7,5,0.74);
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
}.lgw-hero_game_pbe:hover .lgw-hero_game_play_pbe {
  opacity: 1;
}.lgw-hero_game_play_pbe span {
  background: #C89A2E;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 3.25rem;
  display: flex;
}.lgw-hero_game_play_pbe span svg {
  height: 1.125rem;
  margin-left: 2px;
  width: 1.125rem;
}.lgw-hero_game_info_pbe {
  padding: 0.875rem 16px;
}.lgw-hero_game_title_pbe {
  font-weight: 700;
  font-size: 15px;
  color: #F5EFE6;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
}.lgw-hero_game_provider_pbe {
  font-size: 11px;
  color: #7A6B58;
}.lgw-hero_game_btn_pbe {
  border-radius: 8px;
  padding: 11px;
  transition: background .2s;
  background: #C89A2E;
  margin: 12px 16px 16px;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  color: #F5EFE6;
  display: block;
}.lgw-hero_game_pbe:hover .lgw-hero_game_btn_pbe {
  background: #D8AA3A;
}.lgw-sbar_pbe {
  padding: 16px 16px 0;
  background: #0F0C09;
}
@media(min-width: 769px) {.lgw-sbar_pbe {
  padding: 1.125rem 1.5rem 0;
}
}.lgw-sbar_in_pbe {
  margin: 0 auto;
  max-width: 1340px;
}.lgw-sbar_row_pbe {
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  display: flex;
}.lgw-sbar_input_pbe {
  transition: border-color .2s;
  gap: 10px;
  border-radius: 8px;
  padding: 11px 16px;
  background: #181310;
  flex: 1;
  border: 1px solid rgba(255,255,255,0.11);
  color: #7A6B58;
  align-items: center;
  cursor: pointer;
  font-size: 0.813rem;
  display: flex;
}.lgw-sbar_input_pbe:hover {
  border-color: rgba(200,154,46,0.45);
}.lgw-sbar_input_pbe svg {
  stroke-linecap: round;
  flex-shrink: 0;
  stroke-linejoin: round;
  width: 0.938rem;
  height: 15px;
}.lgw-sbar_providers_pbe {
  border-radius: 0.5rem;
  padding: 0.688rem 18px;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.11);
  gap: 8px;
  background: #181310;
  display: flex;
  font-weight: 600;
  color: #CEBFA8;
  font-size: 0.813rem;
  align-items: center;
  white-space: nowrap;
}.lgw-sbar_providers_pbe:hover {
  border-color: rgba(200,154,46,0.45);
  color: #F5EFE6;
}.lgw-sbar_providers_pbe svg {
  stroke-linecap: round;
  height: 14px;
  stroke-linejoin: round;
  width: 14px;
}.lgw-sbar_tabs_pbe {
  gap: 6px;
  padding-bottom: 2px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}.lgw-sbar_tabs_pbe::-webkit-scrollbar {
  display: none;
}.lgw-sbar_tab_pbe {
  border: 1px solid rgba(255,255,255,0.06);
  gap: 7px;
  background: rgba(255,255,255,0.05);
  border-radius: 20px;
  padding: 8px 14px;
  transition: background .15s,color .15s,border-color .15s;
  cursor: pointer;
  display: flex;
  white-space: nowrap;
  font-size: 12px;
  align-items: center;
  color: #A08C74;
  flex-shrink: 0;
  font-weight: 600;
}.lgw-sbar_tab_pbe:hover {
  border-color: rgba(200,154,46,0.45);
  background: rgba(255,255,255,0.07);
  color: #F5EFE6;
}.lgw-sbar_tab_pbe.lgw-state_active_pbe {
  background: rgba(200,154,46,0.18);
  border-color: rgba(200,154,46,0.08);
  color: #F5EFE6;
}.lgw-sbar_tab_ic_pbe svg {
  stroke-linecap: round;
  width: 0.875rem;
  height: 0.875rem;
  stroke-linejoin: round;
}.lgw-gcg_pbe {
  background: #0F0C09;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.lgw-gcg_pbe {
  padding: 44px 1.5rem 0;
}
}.lgw-gcg_in_pbe {
  margin: 0 auto;
  max-width: 1340px;
}.lgw-gcg_head_pbe {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.lgw-gcg_label_pbe {
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  color: #C89A2E;
}.lgw-gcg_h2_pbe {
  color: #F5EFE6;
  margin-bottom: 8px;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 1.375rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.lgw-gcg_h2_pbe {
  font-size: 28px;
}
}.lgw-gcg_intro_pbe {
  color: #7A6B58;
  font-size: 0.813rem;
  line-height: 1.6;
}.lgw-gcg_grid_pbe {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.lgw-gcg_grid_pbe {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.lgw-gcg_grid_pbe {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.lgw-gcg_card_pbe {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.11);
  transition: transform .2s,border-color .2s;
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  min-height: 15rem;
}.lgw-gcg_card_pbe:hover {
  transform: translateY(-3px);
  border-color: rgba(200,154,46,0.18);
}.lgw-gcg_card_bg_pbe {
  inset: 0;
  z-index: 0;
  position: absolute;
}.lgw-gcg_card_bg_pbe::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.lgw-gcg_card_ic_pbe {
  border-radius: 0.25rem;
  background: rgba(0,0,0,.45);
  position: absolute;
  height: 2.5rem;
  width: 40px;
  align-items: center;
  right: 1.125rem;
  color: #F5EFE6;
  top: 1.125rem;
  justify-content: center;
  z-index: 2;
  display: flex;
}.lgw-gcg_card_ic_pbe svg {
  width: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 20px;
}.lgw-gcg_card_ct_pbe {
  position: relative;
  z-index: 1;
}.lgw-gcg_card_h_pbe {
  font-family: 'Cinzel', serif;
  color: #F5EFE6;
  font-size: 18px;
  line-height: 1.2;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 800;
}
@media(min-width: 769px) {.lgw-gcg_card_h_pbe {
  font-size: 1.25rem;
}
}.lgw-gcg_card_p_pbe {
  color: rgba(255,255,255,.82);
  margin-bottom: 0.625rem;
  font-size: 12px;
  line-height: 1.55;
  overflow-wrap: break-word;
}.lgw-gcg_card_p_pbe strong {
  font-weight: 600;
  color: #F5EFE6;
}.lgw-gcg_card_cta_pbe {
  gap: 4px;
  color: #C89A2E;
  font-weight: 700;
  text-transform: uppercase;
  align-items: center;
  font-size: 0.75rem;
  letter-spacing: .04em;
  display: inline-flex;
}.lgw-gcg_card_cta_pbe svg {
  height: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 12px;
}.lgw-gr_jp_pbe {
  padding: 1.25rem;
  background: linear-gradient(135deg,#1A0A28 0%,#0D0A14 100%);
  border-radius: 0.875rem;
  overflow: hidden;
  position: relative;
}.lgw-gr_jp_pbe::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(140,28,44,0.22) 0%,transparent 70%);
  height: 250px;
  top: -3.75rem;
  position: absolute;
  width: 15.625rem;
  content: '';
  left: -3.75rem;
}.lgw-gr_jp_pbe::after {
  background: radial-gradient(circle,rgba(212,160,32,0.18) 0%,transparent 70%);
  border-radius: 50%;
  bottom: -40px;
  right: 0;
  position: absolute;
  width: 12.5rem;
  height: 12.5rem;
  content: '';
}.lgw-gr_jp_head_pbe {
  gap: 1rem;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 16px;
  z-index: 1;
}.lgw-gr_jp_info_pbe {
  flex: 1;
}.lgw-gr_jp_label_pbe {
  font-weight: 700;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  color: #7B3FC8;
  font-size: 11px;
  text-transform: uppercase;
}.lgw-gr_jp_label_pbe svg {
  width: 14px;
  stroke-linecap: round;
  margin-right: 4px;
  height: 0.875rem;
  stroke-linejoin: round;
  vertical-align: -2px;
}.lgw-gr_jp_amount_pbe {
  font-family: 'Cinzel', serif;
  line-height: 1;
  margin-bottom: 0.25rem;
  font-size: 2rem;
  color: #F5EFE6;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.lgw-gr_jp_amount_pbe {
  font-size: 2.5rem;
}
}.lgw-gr_jp_amount_pbe span {
  color: #D4A020;
}.lgw-gr_jp_seo_pbe {
  max-width: 480px;
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #A08C74;
  font-size: 0.75rem;
}.lgw-gr_jp_cta_pbe {
  border: 1px solid rgba(140,28,44,0.22);
  border-radius: 0.5rem;
  padding: 11px 20px;
  background: rgba(140,28,44,0.22);
  transition: background .2s;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  color: #F5EFE6;
  margin-top: 4px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 13px;
  align-self: flex-start;
}.lgw-gr_jp_cta_pbe:hover {
  background: #8C1C2C;
}.lgw-ws_pbe {
  padding: 32px 16px 0;
  background: #0F0C09;
}
@media(min-width: 766px) {.lgw-ws_pbe {
  padding: 2.25rem 1.5rem 0;
}
}.lgw-ws_in_pbe {
  margin: 0 auto;
  max-width: 1340px;
}.lgw-ws_head_pbe {
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  flex-wrap: wrap;
  display: flex;
}.lgw-ws_title_pbe {
  gap: 0.625rem;
  flex-wrap: wrap;
  font-size: 1rem;
  display: flex;
  font-weight: 700;
  color: #F5EFE6;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  align-items: center;
}.lgw-ws_title_ic_pbe svg {
  color: #D4A020;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 18px;
  width: 1.125rem;
}.lgw-ws_online_pbe {
  gap: 7px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  color: #7A6B58;
  align-items: center;
}.lgw-ws_online_dot_pbe {
  background: #2E9E5C;
  border-radius: 50%;
  box-shadow: 0 0 0.375rem rgba(46,158,92,0.18);
  height: 8px;
  width: 0.5rem;
  flex-shrink: 0;
}.lgw-ws_scroll_pbe {
  gap: 8px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 8px;
}.lgw-ws_scroll_pbe::-webkit-scrollbar {
  display: none;
}.lgw-wc_pbe {
  gap: 0.625rem;
  background: #181310;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 0.625rem 14px;
  border-radius: 0.5rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  min-width: 220px;
}.lgw-wc_img_pbe {
  border-radius: 4px;
  background: #201915;
  overflow: hidden;
  height: 36px;
  width: 36px;
  flex-shrink: 0;
}.lgw-wc_img_pbe img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.lgw-wc_info_pbe {
  min-width: 0;
}.lgw-wc_game_pbe {
  overflow: hidden;
  font-size: 0.75rem;
  font-weight: 600;
  color: #CEBFA8;
  white-space: nowrap;
  text-overflow: ellipsis;
}.lgw-wc_player_pbe {
  overflow: hidden;
  white-space: nowrap;
  font-size: 10px;
  color: #6B5E50;
  text-overflow: ellipsis;
}.lgw-wc_amount_pbe {
  white-space: nowrap;
  font-size: 0.813rem;
  flex-shrink: 0;
  color: #2E9E5C;
  margin-left: auto;
  font-weight: 700;
}.lgw-reg_pbe {
  padding: 2.25rem 16px 0;
  background: #0F0C09;
}
@media(min-width: 767px) {.lgw-reg_pbe {
  padding: 2.75rem 24px 0;
}
}.lgw-reg_in_pbe {
  background: #201915;
  margin: 0 auto;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  max-width: 1340px;
}
@media(min-width: 766px) {.lgw-reg_in_pbe {
  padding: 2.5rem;
}
}.lgw-reg_top_pbe {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.lgw-reg_top_pbe {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.lgw-reg_label_pbe {
  font-weight: 700;
  color: #C89A2E;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
  text-transform: uppercase;
}.lgw-reg_h2_pbe {
  overflow-wrap: break-word;
  font-size: 1.375rem;
  color: #F5EFE6;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
@media(min-width: 767px) {.lgw-reg_h2_pbe {
  font-size: 1.75rem;
}
}.lgw-reg_bonus_pbe {
  background: rgba(212,160,32,0.18);
  padding: 0.625rem 16px;
  border: 1px solid rgba(212,160,32,0.18);
  border-radius: 0.5rem;
  gap: 8px;
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
}.lgw-reg_bonus_amount_pbe {
  font-size: 1.25rem;
  font-weight: 800;
  color: #D4A020;
}.lgw-reg_bonus_text_pbe {
  color: #A08C74;
  line-height: 1.35;
  font-size: 0.813rem;
}.lgw-reg_cta_btn_pbe {
  background: #2E9E5C;
  padding: 14px 2rem;
  transition: background .2s;
  border-radius: 0.5rem;
  font-weight: 700;
  box-shadow: 0 4px 1.125rem rgba(46,158,92,0.42), 0 1px 0 rgba(0,0,0,0.55);
  color: #0D0B08;
  display: inline-block;
  margin-bottom: 12px;
  font-size: 15px;
}.lgw-reg_cta_btn_pbe:hover {
  background: #35B268;
}.lgw-reg_terms_pbe {
  font-size: 11px;
  line-height: 1.5;
  color: #6B5E50;
}.lgw-reg_seo_pbe {
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 20px;
  font-size: 13px;
  color: #7A6B58;
  overflow-wrap: break-word;
  padding-top: 1.25rem;
  line-height: 1.65;
}.lgw-reg_seo_pbe p {
  margin-bottom: 10px;
  font-size: 0.813rem;
  line-height: 1.65;
  color: #7A6B58;
}.lgw-reg_seo_pbe p:last-child {
  margin-bottom: 0;
}.lgw-reg_seo_pbe strong {
  font-weight: 700;
  color: #CEBFA8;
}.lgw-reg_seo_pbe a {
  transition: color .2s;
  color: #C89A2E;
  text-decoration: underline;
}.lgw-reg_seo_pbe a:hover {
  color: #D8AA3A;
}.lgw-reg_seo_pbe ul,.lgw-reg_seo_pbe ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.lgw-reg_seo_pbe ol {
  list-style: decimal;
}.lgw-reg_seo_pbe li {
  color: #7A6B58;
  line-height: 1.65;
  margin-bottom: 0.25rem;
  font-size: 0.813rem;
}.lgw-reg_seo_pbe table {
  font-size: 0.813rem;
  margin-bottom: 10px;
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 769px) {.lgw-reg_seo_pbe table {
  display: table;
}
}.lgw-reg_seo_pbe th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 8px;
  text-align: left;
  color: #CEBFA8;
  font-weight: 700;
}.lgw-reg_seo_pbe td {
  padding: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #7A6B58;
}.lgw-reg_steps_pbe {
  gap: 14px;
  flex-direction: column;
  margin-top: 1.75rem;
  display: flex;
}
@media(min-width: 858px) {.lgw-reg_steps_pbe {
  margin-top: 0;
}
}.lgw-reg_step_pbe {
  background: rgba(255,255,255,0.05);
  gap: 14px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.lgw-reg_step_num_pbe {
  border-radius: 50%;
  border: 1px solid rgba(200,154,46,0.08);
  background: rgba(200,154,46,0.18);
  width: 34px;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  align-items: center;
  color: #C89A2E;
  flex-shrink: 0;
  font-size: 0.875rem;
  display: flex;
}.lgw-reg_step_title_pbe {
  margin-bottom: 3px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #F5EFE6;
}.lgw-reg_step_text_pbe {
  font-size: 12px;
  line-height: 1.5;
  color: #7A6B58;
}.lgw-reg_trust_pbe {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 10px;
  display: flex;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  flex-wrap: wrap;
}.lgw-reg_trust_item_pbe {
  gap: 0.438rem;
  align-items: center;
  font-size: 0.75rem;
  display: flex;
  color: #7A6B58;
  overflow-wrap: break-word;
}.lgw-reg_trust_ic_pbe svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #C89A2E;
  height: 16px;
  width: 1rem;
}.lgw-app_pbe {
  padding: 2.25rem 1rem 0;
  background: #0F0C09;
}
@media(min-width:768px) {.lgw-app_pbe {
  padding: 2.75rem 24px 0;
}
}.lgw-app_in_pbe {
  margin: 0 auto;
  max-width: 83.75rem;
}.lgw-app_head_pbe {
  margin-bottom: 1rem;
}.lgw-app_label_pbe {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #C89A2E;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.lgw-app_h2_pbe {
  margin-bottom: 0.375rem;
  color: #F5EFE6;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 771px) {.lgw-app_h2_pbe {
  font-size: 24px;
}
}.lgw-app_sub_pbe {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #7A6B58;
  max-width: 37.5rem;
}.lgw-app_sub_pbe strong {
  font-weight: 700;
  color: #CEBFA8;
}.lgw-app_cards_pbe {
  gap: 10px;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.lgw-app_cards_pbe {
  grid-template-columns: repeat(3,1fr);
}
}.lgw-app_card_pbe {
  gap: 16px;
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 20px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
}.lgw-app_card_ios_pbe {
  background: linear-gradient(135deg,rgba(200,154,46,0.18) 0%,#201915 100%);
}.lgw-app_card_android_pbe {
  background: linear-gradient(135deg,rgba(46,158,92,0.18) 0%,#201915 100%);
}.lgw-app_card_win_pbe {
  background: linear-gradient(135deg,rgba(212,160,32,0.18) 0%,#201915 100%);
}.lgw-app_card_ic_pbe svg {
  stroke-linejoin: round;
  width: 2.125rem;
  stroke-linecap: round;
  height: 2.125rem;
}.lgw-app_card_ic_pbe {
  flex-shrink: 0;
  color: #F5EFE6;
}.lgw-app_card_os_pbe {
  color: #7A6B58;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  font-size: 10px;
}.lgw-app_card_title_pbe {
  line-height: 1.2;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  margin-bottom: 0.375rem;
  color: #F5EFE6;
}.lgw-app_card_text_pbe {
  color: #7A6B58;
  line-height: 1.5;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-size: 12px;
}.lgw-app_card_btn_pbe {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(200,154,46,0.45);
  transition: background .2s;
  padding: 10px 18px;
  gap: 7px;
  border-radius: 0.25rem;
  display: inline-flex;
  font-weight: 700;
  font-size: 13px;
  color: #F5EFE6;
  align-items: center;
}.lgw-app_card_btn_pbe:hover {
  background: rgba(255,255,255,0.07);
}.lgw-bon_pbe {
  background: #0F0C09;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.lgw-bon_pbe {
  padding: 2.75rem 24px 0;
}
}.lgw-bon_in_pbe {
  margin: 0 auto;
  max-width: 1340px;
}.lgw-bon_head_pbe {
  margin-bottom: 1.25rem;
}.lgw-bon_label_pbe {
  color: #C89A2E;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.lgw-bon_h2_pbe {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  color: #F5EFE6;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.lgw-bon_h2_pbe {
  font-size: 1.5rem;
}
}.lgw-bon_seo_pbe {
  overflow-wrap: break-word;
  max-width: 38.75rem;
  color: #7A6B58;
  line-height: 1.6;
  font-size: 13px;
}.lgw-bon_seo_pbe strong {
  color: #CEBFA8;
  font-weight: 700;
}.lgw-bon_seo_pbe a {
  text-decoration: underline;
  color: #C89A2E;
}.lgw-bon_grid_pbe {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 639px) {.lgw-bon_grid_pbe {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.lgw-bon_grid_pbe {
  grid-template-columns: repeat(5,1fr);
}
}.lgw-bon_card_pbe {
  border: 1px solid rgba(255,255,255,0.11);
  background: #181310;
  border-radius: 8px;
  transition: border-color .2s,transform .2s;
  padding: 1rem;
}.lgw-bon_card_pbe:hover {
  border-color: rgba(200,154,46,0.08);
  transform: translateY(-2px);
}.lgw-bon_card_ic_pbe svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 26px;
  width: 26px;
}.lgw-bon_card_ic_pbe {
  margin-bottom: 0.625rem;
}.lgw-bon_card_type_pbe {
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
  color: #7A6B58;
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
}.lgw-bon_card_amount_pbe {
  margin-bottom: 0.375rem;
  color: #D4A020;
  font-size: 1.125rem;
  line-height: 1.1;
  font-weight: 800;
}.lgw-bon_card_name_pbe {
  overflow-wrap: break-word;
  color: #F5EFE6;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 0.813rem;
}.lgw-bon_card_detail_pbe {
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #6B5E50;
  overflow-wrap: break-word;
  font-size: 11px;
  padding-top: 8px;
  line-height: 1.5;
}.lgw-prov_pbe {
  padding: 2.25rem 16px 0;
  background: #0F0C09;
}
@media(min-width: 769px) {.lgw-prov_pbe {
  padding: 44px 1.5rem 0;
}
}.lgw-prov_in_pbe {
  margin: 0 auto;
  max-width: 1340px;
}.lgw-prov_head_pbe {
  margin-bottom: 1rem;
}.lgw-prov_label_pbe {
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  color: #C89A2E;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.lgw-prov_h2_pbe {
  font-size: 1.25rem;
  color: #F5EFE6;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.lgw-prov_h2_pbe {
  font-size: 24px;
}
}.lgw-prov_seo_pbe {
  max-width: 620px;
  margin-bottom: 1rem;
  font-size: 13px;
  color: #7A6B58;
  line-height: 1.6;
  overflow-wrap: break-word;
}.lgw-prov_seo_pbe strong {
  color: #CEBFA8;
  font-weight: 700;
}.lgw-prov_seo_pbe a {
  text-decoration: underline;
  color: #C89A2E;
}.lgw-prov_grid_pbe {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 639px) {.lgw-prov_grid_pbe {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.lgw-prov_grid_pbe {
  grid-template-columns: repeat(8,1fr);
}
}.lgw-prov_card_pbe {
  background: #181310;
  transition: border-color .2s,background .2s;
  gap: 0.438rem;
  padding: 14px 0.625rem;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.11);
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  display: flex;
}.lgw-prov_card_pbe:hover {
  background: #201915;
  border-color: rgba(200,154,46,0.45);
}.lgw-prov_logo_pbe {
  border-radius: 4px;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  height: 2.75rem;
  width: 44px;
  justify-content: center;
  align-items: center;
  display: flex;
}.lgw-prov_logo_pbe img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.lgw-prov_name_pbe {
  overflow-wrap: break-word;
  color: #A08C74;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
}.lgw-htp_pbe {
  padding: 2.25rem 1rem 0;
  background: #0F0C09;
}
@media(min-width: 767px) {.lgw-htp_pbe {
  padding: 44px 24px 0;
}
}.lgw-htp_in_pbe {
  margin: 0 auto;
  max-width: 1340px;
}.lgw-htp_head_pbe {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.lgw-htp_label_pbe {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #C89A2E;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.lgw-htp_h2_pbe {
  font-family: 'Cinzel', serif;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #F5EFE6;
  font-weight: 800;
  font-size: 22px;
}
@media(min-width: 769px) {.lgw-htp_h2_pbe {
  font-size: 28px;
}
}.lgw-htp_intro_pbe {
  line-height: 1.6;
  color: #7A6B58;
  font-size: 14px;
}.lgw-htp_steps_pbe {
  margin: 0;
  padding: 0;
  gap: 12px;
  list-style: none;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width: 643px) {.lgw-htp_steps_pbe {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.lgw-htp_steps_pbe {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.lgw-htp_step_pbe {
  background: #201915;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.5rem;
  padding: 20px 18px 18px;
  display: flex;
  position: relative;
  flex-direction: column;
}.lgw-htp_step_num_pbe {
  background: #C89A2E;
  border-radius: 50%;
  color: #0D0B08;
  align-items: center;
  height: 1.75rem;
  top: -0.75rem;
  left: 1.25rem;
  font-family: 'Cinzel', serif;
  font-size: 13px;
  display: flex;
  width: 1.75rem;
  justify-content: center;
  position: absolute;
  font-weight: 800;
}.lgw-htp_step_ic_pbe {
  margin: 8px 0 0.75rem;
  background: rgba(200,154,46,0.18);
  border-radius: 4px;
  display: flex;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  color: #C89A2E;
  width: 36px;
}.lgw-htp_step_ic_pbe svg {
  width: 1.125rem;
  stroke-linejoin: round;
  height: 1.125rem;
  stroke-linecap: round;
}.lgw-htp_step_h_pbe {
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #F5EFE6;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.375rem;
}.lgw-htp_step_p_pbe {
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #7A6B58;
  font-size: 13px;
}.lgw-htp_step_p_pbe strong {
  font-weight: 600;
  color: #CEBFA8;
}.lgw-htp_cta_pbe {
  transition: background .2s;
  border-radius: 8px;
  padding: 0.813rem 26px;
  background: #2E9E5C;
  margin-top: 20px;
  color: #0D0B08;
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-block;
}.lgw-htp_cta_pbe:hover {
  background: #35B268;
}.lgw-faq_pbe {
  padding: 2.25rem 16px 0;
  background: #0F0C09;
}
@media(min-width: 767px) {.lgw-faq_pbe {
  padding: 44px 24px 0;
}
}.lgw-faq_in_pbe {
  margin: 0 auto;
  max-width: 1340px;
}.lgw-faq_head_pbe {
  margin-bottom: 1.25rem;
}.lgw-faq_label_pbe {
  font-size: 11px;
  color: #C89A2E;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.lgw-faq_h2_pbe {
  color: #F5EFE6;
  font-size: 20px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.lgw-faq_h2_pbe {
  font-size: 24px;
}
}.lgw-faq_list_pbe {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.lgw-faq_item_pbe {
  background: #201915;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  overflow: hidden;
}.lgw-faq_q_pbe {
  transition: color .2s;
  gap: 12px;
  padding: 16px 20px;
  display: flex;
  color: #CEBFA8;
  flex-wrap: wrap;
  font-size: 0.875rem;
  cursor: pointer;
  align-items: center;
  overflow-wrap: break-word;
  font-weight: 600;
  justify-content: space-between;
}.lgw-faq_q_pbe:hover {
  color: #F5EFE6;
}.lgw-faq_q_ic_pbe {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255,255,255,0.05);
  color: #C89A2E;
  width: 24px;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  height: 1.5rem;
  display: flex;
  align-items: center;
}.lgw-faq_item_pbe.lgw-state_open_pbe .lgw-faq_q_ic_pbe {
  transform: rotate(45deg);
}.lgw-faq_a_pbe {
  padding: 0 1.25rem 16px;
  font-size: 0.813rem;
  display: none;
  line-height: 1.7;
  overflow-wrap: break-word;
  color: #7A6B58;
}.lgw-faq_item_pbe.lgw-state_open_pbe .lgw-faq_a_pbe {
  display: block;
}.lgw-faq_a_pbe strong {
  font-weight: 700;
  color: #CEBFA8;
}.lgw-faq_a_pbe a {
  text-decoration: underline;
  color: #C89A2E;
}.lgw-faq_a_pbe ul,.lgw-faq_a_pbe ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.lgw-faq_a_pbe ol {
  list-style: decimal;
}.lgw-faq_a_pbe li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.lgw-faq_a_pbe table {
  margin: 0.5rem 0;
  font-size: 0.75rem;
  overflow-x: auto;
  display: block;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 766px) {.lgw-faq_a_pbe table {
  display: table;
}
}.lgw-faq_a_pbe th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.375rem 0.5rem;
  color: #CEBFA8;
  text-align: left;
  font-weight: 700;
}.lgw-faq_a_pbe td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 6px 0.5rem;
  color: #7A6B58;
}.lgw-pmt_pbe {
  background: #0F0C09;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.lgw-pmt_pbe {
  padding: 2.75rem 24px 0;
}
}.lgw-pmt_in_pbe {
  margin: 0 auto;
  max-width: 83.75rem;
}.lgw-pmt_head_pbe {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.lgw-pmt_label_pbe {
  color: #C89A2E;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
}.lgw-pmt_h2_pbe {
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  color: #F5EFE6;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.lgw-pmt_h2_pbe {
  font-size: 1.75rem;
}
}.lgw-pmt_intro_pbe {
  line-height: 1.6;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #7A6B58;
}.lgw-pmt_groups_pbe {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.lgw-pmt_group_pbe {
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  background: #201915;
  padding: 1.25rem;
}.lgw-pmt_group_head_pbe {
  gap: 0.75rem;
  margin-bottom: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.lgw-pmt_group_ic_pbe {
  border-radius: 0.25rem;
  background: rgba(200,154,46,0.18);
  width: 2.25rem;
  align-items: center;
  flex-shrink: 0;
  color: #C89A2E;
  display: flex;
  justify-content: center;
  height: 2.25rem;
}.lgw-pmt_group_ic_pbe svg {
  width: 18px;
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.lgw-pmt_group_h_pbe {
  margin: 0;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  color: #F5EFE6;
  overflow-wrap: break-word;
  font-size: 1rem;
}.lgw-pmt_group_p_pbe {
  font-size: 0.813rem;
  line-height: 1.6;
  margin-bottom: 14px;
  color: #7A6B58;
  overflow-wrap: break-word;
}.lgw-pmt_group_p_pbe strong {
  font-weight: 600;
  color: #CEBFA8;
}.lgw-pmt_table_wrap_pbe {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.lgw-pmt_table_pbe {
  border-collapse: collapse;
  min-width: 33.75rem;
  width: 100%;
  font-size: 13px;
}.lgw-pmt_table_pbe th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  letter-spacing: .04em;
  font-weight: 700;
  white-space: nowrap;
  color: #CEBFA8;
  text-align: left;
  text-transform: uppercase;
  font-size: 11px;
}.lgw-pmt_table_pbe td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.75rem;
  color: #7A6B58;
}.lgw-pmt_table_pbe tbody tr:last-child td {
  border-bottom: none;
}.lgw-pmt_table_pbe tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #CEBFA8;
}.lgw-seo_pbe {
  background: #0F0C09;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.lgw-seo_pbe {
  padding: 44px 1.5rem 0;
}
}.lgw-seo_in_pbe {
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.11);
  margin: 0 auto;
  background: #201915;
  padding: 1.75rem 1.5rem;
  max-width: 1340px;
}
@media(min-width: 766px) {.lgw-seo_in_pbe {
  padding: 36px 2.5rem;
}
}.lgw-seo_label_pbe {
  margin-bottom: 0.625rem;
  color: #C89A2E;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.lgw-seo_h2_pbe {
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  margin-bottom: 14px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F5EFE6;
  line-height: 1.25;
}
@media(min-width: 769px) {.lgw-seo_h2_pbe {
  font-size: 24px;
}
}.lgw-seo_body_pbe {
  color: #A08C74;
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.lgw-seo_body_pbe p {
  color: #A08C74;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 0.875rem;
}.lgw-seo_body_pbe p:last-child {
  margin-bottom: 0;
}.lgw-seo_body_pbe strong {
  font-weight: 700;
  color: #CEBFA8;
}.lgw-seo_body_pbe a {
  transition: color .2s;
  text-decoration: underline;
  color: #C89A2E;
}.lgw-seo_body_pbe a:hover {
  color: #D8AA3A;
}.lgw-seo_body_pbe ul,.lgw-seo_body_pbe ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.lgw-seo_body_pbe ol {
  list-style: decimal;
}.lgw-seo_body_pbe li {
  color: #A08C74;
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 0.875rem;
}.lgw-seo_body_pbe table {
  font-size: 13px;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 769px) {.lgw-seo_body_pbe table {
  display: table;
}
}.lgw-seo_body_pbe th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #CEBFA8;
  text-align: left;
}.lgw-seo_body_pbe td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #A08C74;
}.lgw-seo_cols_pbe {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.lgw-seo_cols_pbe {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.lgw-seo_cols_pbe {
  grid-template-columns: repeat(3,1fr);
}
}.lgw-seo_col_h_pbe {
  color: #CEBFA8;
  margin-bottom: 0.438rem;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 13px;
}.lgw-seo_col_p_pbe {
  color: #7A6B58;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
}.lgw-seo_stats_pbe {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.lgw-seo_stat_pbe {
  background: rgba(200,154,46,0.08);
  border: 1px solid rgba(200,154,46,0.18);
  flex: 1;
  border-radius: 0.5rem;
  padding: 14px 16px;
  min-width: 8.75rem;
}.lgw-seo_stat_val_pbe {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  color: #C89A2E;
  font-size: 20px;
  font-weight: 800;
}.lgw-seo_stat_lb_pbe {
  overflow-wrap: break-word;
  color: #7A6B58;
  font-size: 11px;
}.lgw-seo_pbe {
  padding: 36px 1rem 0;
  background: #0F0C09;
}
@media(min-width: 767px) {.lgw-seo_pbe {
  padding: 44px 1.5rem 0;
}
}.lgw-seo_in_pbe {
  border: 1px solid rgba(255,255,255,0.11);
  margin: 0 auto;
  padding: 1.75rem 24px;
  background: #201915;
  border-radius: 14px;
  max-width: 83.75rem;
}
@media(min-width: 770px) {.lgw-seo_in_pbe {
  padding: 36px 2.5rem;
}
}.lgw-seo_label_pbe {
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  color: #C89A2E;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}.lgw-seo_h2_pbe {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F5EFE6;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  margin-bottom: 0.875rem;
}
@media(min-width: 767px) {.lgw-seo_h2_pbe {
  font-size: 1.5rem;
}
}.lgw-seo_body_pbe {
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
  color: #A08C74;
}.lgw-seo_body_pbe p {
  margin-bottom: 12px;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A08C74;
}.lgw-seo_body_pbe p:last-child {
  margin-bottom: 0;
}.lgw-seo_body_pbe strong {
  font-weight: 700;
  color: #CEBFA8;
}.lgw-seo_body_pbe a {
  transition: color .2s;
  text-decoration: underline;
  color: #C89A2E;
}.lgw-seo_body_pbe a:hover {
  color: #D8AA3A;
}.lgw-seo_body_pbe ul,.lgw-seo_body_pbe ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.lgw-seo_body_pbe ol {
  list-style: decimal;
}.lgw-seo_body_pbe li {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A08C74;
  margin-bottom: 0.375rem;
}.lgw-seo_body_pbe table {
  display: block;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 12px;
  border-collapse: collapse;
  font-size: 13px;
}
@media(min-width: 765px) {.lgw-seo_body_pbe table {
  display: table;
}
}.lgw-seo_body_pbe th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  text-align: left;
  font-weight: 700;
  color: #CEBFA8;
}.lgw-seo_body_pbe td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #A08C74;
}.lgw-seo_cols_pbe {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.lgw-seo_cols_pbe {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.lgw-seo_cols_pbe {
  grid-template-columns: repeat(3,1fr);
}
}.lgw-seo_col_h_pbe {
  font-weight: 700;
  color: #CEBFA8;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.lgw-seo_col_p_pbe {
  line-height: 1.65;
  color: #7A6B58;
  overflow-wrap: break-word;
  font-size: 13px;
}.lgw-seo_stats_pbe {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.lgw-seo_stat_pbe {
  background: rgba(200,154,46,0.08);
  border-radius: 0.5rem;
  border: 1px solid rgba(200,154,46,0.18);
  flex: 1;
  padding: 0.875rem 1rem;
  min-width: 8.75rem;
}.lgw-seo_stat_val_pbe {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 4px;
  color: #C89A2E;
}.lgw-seo_stat_lb_pbe {
  color: #7A6B58;
  font-size: 11px;
  overflow-wrap: break-word;
}.lgw-rv_pbe {
  padding: 36px 1rem 0;
  background: #0F0C09;
}
@media(min-width: 765px) {.lgw-rv_pbe {
  padding: 44px 24px 0;
}
}.lgw-rv_in_pbe {
  margin: 0 auto;
  max-width: 1340px;
}.lgw-rv_head_pbe {
  max-width: 45rem;
  margin-bottom: 20px;
}.lgw-rv_label_pbe {
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #C89A2E;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.lgw-rv_h2_pbe {
  margin-bottom: 10px;
  font-family: 'Cinzel', serif;
  color: #F5EFE6;
  overflow-wrap: break-word;
  font-size: 22px;
  font-weight: 800;
}
@media(min-width: 766px) {.lgw-rv_h2_pbe {
  font-size: 28px;
}
}.lgw-rv_stats_pbe {
  gap: 18px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  color: #7A6B58;
}.lgw-rv_stats_score_pbe {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.lgw-rv_stats_score_val_pbe {
  color: #D4A020;
  font-weight: 800;
  font-size: 22px;
  font-family: 'Cinzel', serif;
}.lgw-rv_stats_score_max_pbe {
  font-size: 0.813rem;
  color: #6B5E50;
}.lgw-rv_stats_badge_pbe {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.lgw-rv_stats_badge_pbe svg {
  height: 0.875rem;
  width: 14px;
  color: #D4A020;
}.lgw-rv_grid_pbe {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.lgw-rv_grid_pbe {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.lgw-rv_grid_pbe {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.lgw-rv_card_pbe {
  background: #201915;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 20px;
  flex-direction: column;
  display: flex;
}.lgw-rv_card_stars_pbe {
  gap: 2px;
  margin-bottom: 0.625rem;
  display: flex;
  color: #D4A020;
}.lgw-rv_card_stars_pbe svg {
  height: 0.875rem;
  width: 14px;
}.lgw-rv_card_h_pbe {
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  color: #F5EFE6;
  font-size: 14px;
  line-height: 1.3;
}.lgw-rv_card_body_pbe {
  flex: 1;
  overflow-wrap: break-word;
  line-height: 1.65;
  margin-bottom: 14px;
  color: #7A6B58;
  font-size: 13px;
}.lgw-rv_card_body_pbe strong {
  color: #CEBFA8;
  font-weight: 600;
}.lgw-rv_card_meta_pbe {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  flex-wrap: wrap;
  align-items: center;
  padding-top: 0.75rem;
  display: flex;
  justify-content: space-between;
}.lgw-rv_card_author_pbe {
  font-size: 0.75rem;
  font-weight: 600;
  color: #CEBFA8;
}.lgw-rv_card_date_pbe {
  font-size: 11px;
  color: #6B5E50;
}.lgw-seo_pbe {
  background: #0F0C09;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.lgw-seo_pbe {
  padding: 2.75rem 24px 0;
}
}.lgw-seo_in_pbe {
  padding: 28px 24px;
  margin: 0 auto;
  background: #201915;
  border-radius: 0.875rem;
  border: 1px solid rgba(255,255,255,0.11);
  max-width: 83.75rem;
}
@media(min-width: 769px) {.lgw-seo_in_pbe {
  padding: 2.25rem 40px;
}
}.lgw-seo_label_pbe {
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-size: 0.688rem;
  color: #C89A2E;
  text-transform: uppercase;
  font-weight: 700;
}.lgw-seo_h2_pbe {
  font-weight: 800;
  color: #F5EFE6;
  line-height: 1.25;
  font-size: 1.25rem;
  margin-bottom: 14px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.lgw-seo_h2_pbe {
  font-size: 24px;
}
}.lgw-seo_body_pbe {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #A08C74;
  font-size: 14px;
}.lgw-seo_body_pbe p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A08C74;
  margin-bottom: 0.75rem;
}.lgw-seo_body_pbe p:last-child {
  margin-bottom: 0;
}.lgw-seo_body_pbe strong {
  color: #CEBFA8;
  font-weight: 700;
}.lgw-seo_body_pbe a {
  transition: color .2s;
  text-decoration: underline;
  color: #C89A2E;
}.lgw-seo_body_pbe a:hover {
  color: #D8AA3A;
}.lgw-seo_body_pbe ul,.lgw-seo_body_pbe ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.lgw-seo_body_pbe ol {
  list-style: decimal;
}.lgw-seo_body_pbe li {
  color: #A08C74;
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 14px;
}.lgw-seo_body_pbe table {
  margin-bottom: 0.75rem;
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
}
@media(min-width: 766px) {.lgw-seo_body_pbe table {
  display: table;
}
}.lgw-seo_body_pbe th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #CEBFA8;
}.lgw-seo_body_pbe td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #A08C74;
}.lgw-seo_cols_pbe {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.lgw-seo_cols_pbe {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.lgw-seo_cols_pbe {
  grid-template-columns: repeat(3,1fr);
}
}.lgw-seo_col_h_pbe {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 7px;
  color: #CEBFA8;
  overflow-wrap: break-word;
}.lgw-seo_col_p_pbe {
  line-height: 1.65;
  color: #7A6B58;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.lgw-seo_stats_pbe {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.lgw-seo_stat_pbe {
  background: rgba(200,154,46,0.08);
  border-radius: 8px;
  flex: 1;
  border: 1px solid rgba(200,154,46,0.18);
  padding: 14px 16px;
  min-width: 8.75rem;
}.lgw-seo_stat_val_pbe {
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  color: #C89A2E;
}.lgw-seo_stat_lb_pbe {
  color: #7A6B58;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.lgw-ft_pbe {
  border-top: 1px solid rgba(255,255,255,0.05);
  background: #090705;
  margin-top: 48px;
}.lgw-ft_support_pbe {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 769px) {.lgw-ft_support_pbe {
  padding: 28px 1.5rem;
}
}.lgw-ft_support_in_pbe {
  margin: 0 auto;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1340px;
  display: flex;
}.lgw-ft_support_main_pbe {
  flex: 1;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  min-width: 220px;
}.lgw-ft_support_ic_pbe {
  flex-shrink: 0;
  color: #C89A2E;
}.lgw-ft_support_ic_pbe svg {
  width: 1.875rem;
  stroke-linejoin: round;
  height: 1.875rem;
  stroke-linecap: round;
}.lgw-ft_support_text_title_pbe {
  overflow-wrap: break-word;
  font-size: 0.938rem;
  font-weight: 700;
  margin-bottom: 3px;
  color: #F5EFE6;
}.lgw-ft_support_text_sub_pbe {
  overflow-wrap: break-word;
  font-size: 12px;
  color: #7A6B58;
}.lgw-ft_support_btn_pbe {
  transition: background .2s;
  padding: 0.688rem 1.375rem;
  background: #C89A2E;
  border-radius: 0.5rem;
  color: #F5EFE6;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
}.lgw-ft_support_btn_pbe:hover {
  background: #D8AA3A;
}.lgw-ft_support_contacts_pbe {
  gap: 16px;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.lgw-ft_support_contact_pbe {
  color: #6B5E50;
  line-height: 1.4;
  font-size: 12px;
}.lgw-ft_support_contact_pbe strong {
  font-size: 11px;
  margin-bottom: 2px;
  color: #A08C74;
  display: block;
  font-weight: 600;
}.lgw-ft_main_pbe {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 2rem 16px 24px;
}
@media(min-width: 765px) {.lgw-ft_main_pbe {
  padding: 2.5rem 24px 2rem;
}
}.lgw-ft_main_in_pbe {
  margin: 0 auto;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 1340px;
}
@media(min-width:640px) {.lgw-ft_main_in_pbe {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.lgw-ft_main_in_pbe {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.lgw-ft_col_logo_pbe {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.lgw-ft_col_logo_pbe {
  grid-column: auto;
}
}.lgw-ft_logo_pbe {
  gap: 9px;
  overflow-wrap: break-word;
  font-size: 1rem;
  align-items: center;
  font-weight: 800;
  flex-wrap: wrap;
  color: #F5EFE6;
  display: flex;
  margin-bottom: 12px;
}.lgw-ft_logo_mark_pbe {
  overflow: hidden;
  border-radius: 0.25rem;
  width: 30px;
  height: 1.875rem;
}.lgw-ft_logo_mark_pbe img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.lgw-ft_logo_sub_pbe {
  max-width: 12.5rem;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #6B5E50;
  line-height: 1.55;
}.lgw-ft_col_title_pbe {
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 0.875rem;
  color: #A08C74;
  font-size: 0.75rem;
  font-weight: 700;
}.lgw-ft_col_links_pbe {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.lgw-ft_col_link_pbe {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #6B5E50;
  font-size: 0.813rem;
}.lgw-ft_col_link_pbe:hover {
  color: #CEBFA8;
}.lgw-ft_apps_pbe {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.lgw-ft_app_card_pbe {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.25rem;
  padding: 0.625rem 0.75rem;
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  gap: 10px;
  align-items: center;
  display: flex;
}.lgw-ft_app_card_pbe:hover {
  border-color: rgba(200,154,46,0.45);
}.lgw-ft_app_card_ic_pbe svg {
  stroke-linecap: round;
  width: 1.375rem;
  height: 1.375rem;
  stroke-linejoin: round;
}.lgw-ft_app_card_os_pbe {
  color: #6B5E50;
  font-weight: 600;
  font-size: 10px;
}.lgw-ft_app_card_action_pbe {
  color: #CEBFA8;
  font-weight: 700;
  font-size: 0.75rem;
}.lgw-ft_bot_pbe {
  padding: 20px 1rem;
}
@media(min-width: 766px) {.lgw-ft_bot_pbe {
  padding: 1.25rem 1.5rem;
}
}.lgw-ft_bot_in_pbe {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: 1340px;
  display: flex;
  align-items: center;
}.lgw-ft_socials_pbe {
  gap: 0.5rem;
  display: flex;
}.lgw-ft_soc_pbe {
  transition: background .2s;
  border: 1px solid rgba(255,255,255,0.11);
  background: rgba(255,255,255,0.05);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  color: #A08C74;
  width: 36px;
  height: 36px;
  align-items: center;
}.lgw-ft_soc_pbe svg {
  stroke-linecap: round;
  width: 16px;
  height: 1rem;
  stroke-linejoin: round;
}.lgw-ft_soc_pbe:hover {
  background: rgba(255,255,255,0.07);
}.lgw-ft_legal_pbe {
  flex: 1;
  min-width: 200px;
  color: #8A7A6A;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.lgw-ft_legal_pbe strong {
  font-weight: 700;
  color: #A08C74;
}.lgw-ft_legal_pbe a {
  color: #A08C74;
  text-decoration: underline;
}.lgw-ft_age_pbe {
  border: 2px solid #8A7A6A;
  border-radius: 50%;
  margin-left: auto;
  font-size: 11px;
  justify-content: center;
  height: 32px;
  width: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #8A7A6A;
  font-weight: 800;
}