*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #100D0A;
  min-height: 100vh;
  color: #D4C09A;
  font-family: 'Source Sans 3', sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  color: inherit;
  text-decoration: none;
}button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.bgd_layout_wo7 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.bgd_page_wo7 {
  display: flex;
  min-height: 100vh;
}.bgd_main_wo7 {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media(min-width: 1083px) {.bgd_main_wo7 {
  padding-left: 13.75rem;
}
}
@media(max-width: 1076px) {.bgd_main_wo7 {
  padding-bottom: 4.5rem;
}
}.bgd_gc_wo7 {
  border: 1px solid rgba(255,228,160,0.06);
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border-radius: 8px;
  background: #161209;
  width: 8.75rem;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}
@media(min-width: 641px) {.bgd_gc_wo7 {
  width: 9.75rem;
}
}
@media(min-width: 1078px) {.bgd_gc_wo7 {
  width: 168px;
}
}.bgd_gc_wo7:hover {
  border-color: rgba(196,150,62,0.08);
  transform: translateY(-3px);
}.bgd_gc_img_wo7 {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.bgd_gc_img_wo7 img {
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}.bgd_gc_hover_wo7 {
  inset: 0;
  background: rgba(8,6,4,0.72);
  transition: opacity .2s;
  display: flex;
  position: absolute;
  justify-content: center;
  opacity: 0;
  align-items: center;
}.bgd_gc_wo7:hover .bgd_gc_hover_wo7 {
  opacity: 1;
}.bgd_gc_hover_btn_wo7 {
  background: #C4963E;
  padding: 0.5rem 16px;
  border-radius: 4px;
  font-size: 0.75rem;
  color: #F5EDD8;
  font-weight: 700;
}.bgd_gc_info_wo7 {
  padding: 0.5rem 10px 0.625rem;
}.bgd_gc_name_wo7 {
  overflow: hidden;
  margin-bottom: 3px;
  white-space: nowrap;
  font-weight: 600;
  font-size: 12px;
  max-width: 100%;
  text-overflow: ellipsis;
  color: #D4C09A;
}.bgd_gc_prov_wo7 {
  color: #9A8A72;
  font-size: 10px;
}.bgd_gc_tag_wo7 {
  padding: 2px 7px;
  border-radius: 4px;
  font-size: 0.563rem;
  z-index: 2;
  letter-spacing: .04em;
  position: absolute;
  left: 6px;
  font-weight: 700;
  text-transform: uppercase;
  top: 6px;
}.bgd_gc_tag_hot_wo7 {
  background: #C84040;
  color: #fff;
}.bgd_gc_tag_new_wo7 {
  background: #4CAF72;
  color: #100D0A;
}.bgd_gc_tag_jp_wo7 {
  background: #C9A030;
  color: #100D0A;
}.bgd_gc_tag_ex_wo7 {
  background: #7A5C28;
  color: #fff;
}.bgd_gc_tag_live_wo7 {
  background: #C84040;
  color: #fff;
}.bgd_gr_wo7 {
  padding: 32px 16px 0;
  background: #100D0A;
}
@media(min-width: 769px) {.bgd_gr_wo7 {
  padding: 2.25rem 1.5rem 0;
}
}.bgd_gr_in_wo7 {
  margin: 0 auto;
  max-width: 82.5rem;
}.bgd_gr_head_wo7 {
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
}.bgd_gr_head_l_wo7 {
  flex: 1;
  gap: 0.625rem;
  display: flex;
  align-items: center;
  min-width: 0;
}.bgd_gr_ic_wo7 {
  border-radius: 0.5rem;
  justify-content: center;
  height: 2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 32px;
}.bgd_gr_ic_wo7 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
  height: 1rem;
}.bgd_gr_title_wo7 {
  color: #F5EDD8;
  font-weight: 700;
  font-size: 1rem;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 769px) {.bgd_gr_title_wo7 {
  font-size: 1.125rem;
}
}.bgd_gr_more_wo7 {
  gap: 0.313rem;
  transition: color .2s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: #8A7258;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 12px;
}.bgd_gr_more_wo7:hover {
  color: #C4963E;
}.bgd_gr_more_wo7 svg {
  stroke-linejoin: round;
  height: 0.75rem;
  width: 0.75rem;
  stroke-linecap: round;
}.bgd_gr_arrows_wo7 {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.bgd_gr_arr_wo7 {
  background: rgba(255,240,200,0.05);
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  border: 1px solid rgba(255,228,160,0.12);
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: center;
  color: #AA9070;
  width: 30px;
}.bgd_gr_arr_wo7:hover {
  background: rgba(255,240,200,0.07);
  color: #F5EDD8;
}.bgd_gr_arr_wo7 svg {
  stroke-linejoin: round;
  height: 0.813rem;
  width: 13px;
  stroke-linecap: round;
}.bgd_gr_seo_h_wo7 {
  margin: 0 0 6px;
  max-width: 42.5rem;
  color: #D4C09A;
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 700;
}
@media(min-width: 767px) {.bgd_gr_seo_h_wo7 {
  font-size: 14px;
}
}.bgd_gr_seo_wo7 {
  max-width: 680px;
  font-size: 0.75rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  color: #8A7258;
}.bgd_gr_seo_wo7 strong {
  font-weight: 600;
  color: #D4C09A;
}.bgd_gr_scroll_wo7 {
  gap: 10px;
  display: flex;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 0.625rem;
}.bgd_gr_scroll_wo7::-webkit-scrollbar {
  display: none;
}
@media(min-width: 770px) {.bgd_gr_scroll_wo7 {
  gap: 12px;
}
}.bgd_tb_wo7 {
  background: #0D0A07;
  border-bottom: 1px solid rgba(255,240,200,0.07);
  align-items: center;
  position: fixed;
  height: 56px;
  z-index: 80;
  top: 0;
  left: 0;
  display: flex;
  right: 0;
}.bgd_tb_in_wo7 {
  padding: 0 14px;
  gap: 0;
  height: 100%;
  align-items: center;
  width: 100%;
  display: flex;
}.bgd_tb_burger_wo7 {
  gap: 5px;
  border-radius: 8px;
  display: flex;
  flex-shrink: 0;
  height: 2.375rem;
  flex-direction: column;
  margin-right: 0.5rem;
  justify-content: center;
  width: 38px;
  align-items: center;
}.bgd_tb_burger_wo7:hover {
  background: rgba(255,240,200,0.05);
}.bgd_tb_burger_line_wo7 {
  background: #AA9070;
  border-radius: 1px;
  width: 18px;
  height: 2px;
  display: block;
}
@media(min-width: 1078px) {.bgd_tb_burger_wo7 {
  display: none;
}
}.bgd_tb_logo_wo7 {
  gap: 9px;
  letter-spacing: -.01em;
  display: flex;
  overflow-wrap: break-word;
  font-size: 18px;
  margin-right: 20px;
  font-weight: 800;
  flex-shrink: 0;
  color: #F5EDD8;
  align-items: center;
}.bgd_tb_logo_mark_wo7 {
  border-radius: 0.5rem;
  overflow: hidden;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 32px;
  height: 2rem;
}.bgd_tb_logo_mark_wo7 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.bgd_tb_nav_wo7 {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.bgd_tb_nav_wo7 {
  display: flex;
}
}.bgd_tb_tab_wo7 {
  border-radius: 0.5rem;
  transition: background .15s,color .15s;
  padding: 0.5rem 0.875rem;
  font-weight: 600;
  font-size: 13px;
  color: #AA9070;
  white-space: nowrap;
}.bgd_tb_tab_wo7:hover {
  background: rgba(255,240,200,0.05);
  color: #F5EDD8;
}.bgd_tb_tab_wo7.bgd_state_active_wo7 {
  background: rgba(196,150,62,0.18);
  color: #F5EDD8;
}.bgd_tb_right_wo7 {
  gap: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: auto;
}.bgd_tb_login_wo7 {
  background: rgba(255,240,200,0.05);
  border: 1px solid rgba(255,228,160,0.12);
  border-radius: 8px;
  padding: 9px 16px;
  transition: border-color .2s,color .2s;
  font-size: 0.813rem;
  display: none;
  color: #D4C09A;
  font-weight: 600;
}.bgd_tb_login_wo7:hover {
  border-color: rgba(196,150,62,0.40);
  color: #F5EDD8;
}
@media(min-width: 483px) {.bgd_tb_login_wo7 {
  display: block;
}
}.bgd_tb_reg_wo7 {
  transition: background .2s;
  border-radius: 8px;
  background: #4CAF72;
  padding: 0.563rem 18px;
  font-weight: 700;
  white-space: nowrap;
  font-size: 13px;
  color: #0D0906;
}.bgd_tb_reg_wo7:hover {
  background: #5CC482;
}.bgd_sb_wo7 {
  border-right: 1px solid rgba(255,240,200,0.05);
  background: #1C1610;
  transition: transform .25s ease;
  transform: translateX(-100%);
  width: 220px;
  left: 0;
  overflow-y: auto;
  position: fixed;
  bottom: 0;
  top: 56px;
  z-index: 70;
}.bgd_sb_wo7.bgd_state_open_wo7 {
  transform: translateX(0);
}.bgd_sb_wo7::-webkit-scrollbar {
  width: 0.25rem;
}.bgd_sb_wo7::-webkit-scrollbar-thumb {
  background: rgba(255,240,200,0.07);
  border-radius: 2px;
}
@media(min-width: 1079px) {.bgd_sb_wo7 {
  transform: translateX(0);
}
}.bgd_sb_auth_wo7 {
  padding: 0.875rem 0.75rem 0.625rem;
}.bgd_sb_btn_reg_wo7 {
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 0.688rem;
  background: #4CAF72;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.813rem;
  color: #0D0906;
}.bgd_sb_btn_reg_wo7:hover {
  background: #5CC482;
}.bgd_sb_btn_login_wo7 {
  padding: 0.625rem;
  border: 1px solid rgba(255,228,160,0.12);
  border-radius: 0.5rem;
  transition: border-color .2s;
  background: rgba(255,240,200,0.05);
  font-size: 13px;
  color: #D4C09A;
  display: block;
  text-align: center;
  font-weight: 600;
}.bgd_sb_btn_login_wo7:hover {
  border-color: rgba(196,150,62,0.40);
  color: #F5EDD8;
}.bgd_sb_promo_wo7 {
  background: linear-gradient(135deg,#2A1A08,#1C1610);
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(196,150,62,0.18);
  padding: 0.75rem 0.875rem;
  margin: 0 0.75rem 10px;
  position: relative;
}.bgd_sb_promo_wo7::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(196,150,62,0.18),transparent 70%);
  position: absolute;
  content: '';
  height: 5rem;
  right: -20px;
  top: -20px;
  width: 5rem;
}.bgd_sb_promo_title_wo7 {
  color: #C4963E;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 4px;
}.bgd_sb_promo_text_wo7 {
  font-weight: 600;
  font-size: 12px;
  color: #F5EDD8;
  line-height: 1.35;
  overflow-wrap: break-word;
}.bgd_sb_promo_sub_wo7 {
  margin-top: 3px;
  font-size: 0.625rem;
  color: #8A7258;
}.bgd_sb_nav_wo7 {
  padding: 0.375rem 8px 16px;
}.bgd_sb_nav_lb_wo7 {
  padding: 0.625rem 0.5rem 6px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #9A8A72;
  font-size: 10px;
}.bgd_sb_link_wo7 {
  gap: 10px;
  padding: 0.563rem 0.625rem;
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  cursor: pointer;
  overflow-wrap: break-word;
  font-weight: 500;
  font-size: 0.813rem;
  color: #AA9070;
  display: flex;
  align-items: center;
}.bgd_sb_link_wo7:hover {
  background: rgba(255,240,200,0.05);
  color: #F5EDD8;
}.bgd_sb_link_wo7.bgd_state_active_wo7 {
  background: rgba(196,150,62,0.18);
  color: #F5EDD8;
}.bgd_sb_ic_wo7 {
  border-radius: 0.25rem;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
}.bgd_sb_ic_wo7 svg {
  height: 1rem;
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.bgd_sb_ic_1_wo7 {
  background: rgba(196,150,62,0.08);
  color: #C4963E;
}.bgd_sb_ic_2_wo7 {
  background: rgba(76,175,114,0.18);
  color: #4CAF72;
}.bgd_sb_ic_3_wo7 {
  background: rgba(201,160,48,0.20);
  color: #C9A030;
}.bgd_sb_ic_4_wo7 {
  background: rgba(122,92,40,0.28);
  color: #7A5C28;
}.bgd_sb_ic_5_wo7 {
  background: rgba(196,150,62,0.08);
  color: #E0607A;
}.bgd_sb_ic_6_wo7 {
  background: rgba(122,92,40,0.28);
  color: #9B6FD4;
}.bgd_sb_badge_wo7 {
  border-radius: 4px;
  padding: 2px 0.438rem;
  background: #C9A030;
  color: #0D0906;
  margin-left: auto;
  font-weight: 700;
  font-size: 0.563rem;
}.bgd_sb_bot_wo7 {
  padding: 12px;
  gap: 8px;
  border-top: 1px solid rgba(255,240,200,0.05);
  display: flex;
}.bgd_sb_lang_wo7,.bgd_sb_help_wo7 {
  padding: 0.563rem 0.375rem;
  border: 1px solid rgba(255,228,160,0.06);
  background: rgba(255,240,200,0.05);
  gap: 6px;
  transition: border-color .2s;
  flex: 1;
  border-radius: 4px;
  justify-content: center;
  font-size: 0.688rem;
  align-items: center;
  display: flex;
  font-weight: 600;
  color: #AA9070;
}.bgd_sb_lang_wo7:hover,.bgd_sb_help_wo7:hover {
  border-color: rgba(196,150,62,0.40);
  color: #F5EDD8;
}.bgd_sb_lang_wo7 svg,.bgd_sb_help_wo7 svg {
  height: 13px;
  stroke-linejoin: round;
  width: 13px;
  stroke-linecap: round;
}.bgd_sb_bd_wo7 {
  inset: 0;
  background: rgba(8,6,4,0.72);
  display: none;
  position: fixed;
  z-index: 69;
}.bgd_sb_bd_wo7.bgd_state_on_wo7 {
  display: block;
}
@media(min-width: 1077px) {.bgd_sb_bd_wo7 {
  display: none!important;
}
}.bgd_mob_nav_wo7 {
  border-top: 1px solid rgba(255,228,160,0.12);
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  background: #1C1610;
  left: 0;
  position: fixed;
  bottom: 0;
  display: flex;
  z-index: 80;
  right: 0;
}
@media(min-width:1080px) {.bgd_mob_nav_wo7 {
  display: none;
}
}.bgd_mob_nav_item_wo7 {
  flex: 1;
  gap: 4px;
  padding: 0.25rem 2px;
  cursor: pointer;
  color: #9A8A72;
  flex-direction: column;
  align-items: center;
  display: flex;
}.bgd_mob_nav_ic_wo7 {
  line-height: 1;
}.bgd_mob_nav_ic_wo7 svg {
  stroke-linecap: round;
  height: 1.25rem;
  stroke-linejoin: round;
  width: 1.25rem;
}.bgd_mob_nav_lb_wo7 {
  font-weight: 600;
  font-size: 10px;
  color: #9A8A72;
}.bgd_mob_nav_item_wo7.bgd_state_active_wo7 {
  color: #C4963E;
}.bgd_mob_nav_item_wo7.bgd_state_active_wo7 .bgd_mob_nav_lb_wo7 {
  color: #C4963E;
}.bgd_hero_wo7 {
  padding: 20px 16px 0;
  background: #100D0A;
}
@media(min-width: 767px) {.bgd_hero_wo7 {
  padding: 1.5rem 24px 0;
}
}.bgd_hero_in_wo7 {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
}
@media(min-width: 858px) {.bgd_hero_in_wo7 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1097px) {.bgd_hero_in_wo7 {
  grid-template-columns: 1fr 340px;
}
}.bgd_hero_promo_wo7 {
  border-radius: 14px;
  background: #161209;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  min-height: 13.75rem;
  position: relative;
}
@media(min-width: 769px) {.bgd_hero_promo_wo7 {
  min-height: 280px;
}
}.bgd_hero_promo_bg_wo7 {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#2A1A08 0%,#100D0A 100%);
  background-size: cover;
  position: absolute;
}.bgd_hero_promo_bg_wo7::after {
  inset: 0;
  background: linear-gradient(90deg,#100D0A 0%,rgba(8,6,4,0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.bgd_hero_promo_glow_wo7 {
  background: radial-gradient(circle,rgba(122,92,40,0.28) 0%,transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  width: 300px;
  top: -2.5rem;
  right: 60px;
  height: 300px;
  position: absolute;
}.bgd_hero_promo_ct_wo7 {
  padding: 28px 1.5rem 1.75rem 28px;
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  z-index: 2;
  max-width: 30rem;
}
@media(min-width: 770px) {.bgd_hero_promo_ct_wo7 {
  padding: 2.5rem 2rem;
}
}.bgd_hero_badge_wo7 {
  padding: 0.313rem 0.75rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(196,150,62,0.08);
  background: rgba(196,150,62,0.18);
  color: #C4963E;
  font-size: 0.625rem;
  margin-bottom: 0.875rem;
  font-weight: 700;
  letter-spacing: .08em;
  display: inline-block;
  text-transform: uppercase;
}.bgd_hero_h1_wo7 {
  font-family: 'Cormorant Garamond', serif;
  color: #F5EDD8;
  line-height: 1.15;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.625rem;
  margin-bottom: 0.625rem;
}.bgd_hero_h1_wo7 em {
  color: #C9A030;
  font-style: normal;
}
@media(min-width: 769px) {.bgd_hero_h1_wo7 {
  font-size: 2.25rem;
}
}.bgd_hero_sub_wo7 {
  font-size: 0.813rem;
  line-height: 1.55;
  margin-bottom: 20px;
  color: #AA9070;
}
@media(min-width: 770px) {.bgd_hero_sub_wo7 {
  font-size: 14px;
}
}.bgd_hero_row_wo7 {
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.bgd_hero_cta_wo7 {
  border-radius: 0.5rem;
  background: #4CAF72;
  transition: background .2s;
  padding: 13px 26px;
  font-size: 0.875rem;
  color: #0D0906;
  font-weight: 700;
  box-shadow: 0 4px 1.25rem rgba(76,175,114,0.40), 0 1px 0.25rem rgba(0,0,0,0.65);
}.bgd_hero_cta_wo7:hover {
  background: #5CC482;
}.bgd_hero_terms_wo7 {
  color: #9A8A72;
  font-size: 0.688rem;
}.bgd_hero_game_wo7 {
  border: 1px solid rgba(255,228,160,0.06);
  background: #161209;
  overflow: hidden;
  border-radius: 14px;
  flex-direction: column;
  position: relative;
  display: flex;
}.bgd_hero_game_badge_wo7 {
  border: 1px solid rgba(201,160,48,0.20);
  background: rgba(201,160,48,0.20);
  padding: 5px 0.625rem;
  border-radius: 20px;
  font-size: 0.625rem;
  text-transform: uppercase;
  left: 0.75rem;
  top: 12px;
  position: absolute;
  z-index: 3;
  color: #C9A030;
  font-weight: 700;
  letter-spacing: .06em;
}.bgd_hero_game_badge_wo7 svg {
  width: 11px;
  vertical-align: -1px;
  height: 11px;
  margin-right: 4px;
}.bgd_hero_game_img_wo7 {
  background: linear-gradient(135deg,#2A1A08,#100D0A);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.bgd_hero_game_img_wo7 img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}.bgd_hero_game_play_wo7 {
  background: rgba(8,6,4,0.72);
  transition: opacity .2s;
  inset: 0;
  display: flex;
  opacity: 0;
  align-items: center;
  position: absolute;
  justify-content: center;
}.bgd_hero_game_wo7:hover .bgd_hero_game_play_wo7 {
  opacity: 1;
}.bgd_hero_game_play_wo7 span {
  background: #C4963E;
  border-radius: 50%;
  justify-content: center;
  height: 52px;
  align-items: center;
  display: flex;
  width: 52px;
}.bgd_hero_game_play_wo7 span svg {
  width: 1.125rem;
  margin-left: 2px;
  height: 18px;
}.bgd_hero_game_info_wo7 {
  padding: 14px 1rem;
}.bgd_hero_game_title_wo7 {
  color: #F5EDD8;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  font-weight: 700;
  margin-bottom: 4px;
}.bgd_hero_game_provider_wo7 {
  color: #8A7258;
  font-size: 0.688rem;
}.bgd_hero_game_btn_wo7 {
  transition: background .2s;
  border-radius: 0.5rem;
  background: #C4963E;
  margin: 0.75rem 16px 16px;
  padding: 0.688rem;
  text-align: center;
  color: #F5EDD8;
  display: block;
  font-weight: 700;
  font-size: 13px;
}.bgd_hero_game_wo7:hover .bgd_hero_game_btn_wo7 {
  background: #D4A84E;
}.bgd_sbar_wo7 {
  padding: 1rem 1rem 0;
  background: #100D0A;
}
@media(min-width: 769px) {.bgd_sbar_wo7 {
  padding: 1.125rem 24px 0;
}
}.bgd_sbar_in_wo7 {
  margin: 0 auto;
  max-width: 82.5rem;
}.bgd_sbar_row_wo7 {
  gap: 10px;
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
}.bgd_sbar_input_wo7 {
  border-radius: 0.5rem;
  background: #161209;
  gap: 0.625rem;
  transition: border-color .2s;
  border: 1px solid rgba(255,228,160,0.12);
  flex: 1;
  padding: 0.688rem 16px;
  align-items: center;
  display: flex;
  color: #8A7258;
  font-size: 0.813rem;
  cursor: pointer;
}.bgd_sbar_input_wo7:hover {
  border-color: rgba(196,150,62,0.40);
}.bgd_sbar_input_wo7 svg {
  stroke-linejoin: round;
  width: 0.938rem;
  flex-shrink: 0;
  height: 15px;
  stroke-linecap: round;
}.bgd_sbar_providers_wo7 {
  border: 1px solid rgba(255,228,160,0.12);
  transition: border-color .2s;
  border-radius: 8px;
  background: #161209;
  padding: 11px 1.125rem;
  gap: 8px;
  align-items: center;
  font-size: 0.813rem;
  color: #D4C09A;
  white-space: nowrap;
  font-weight: 600;
  display: flex;
}.bgd_sbar_providers_wo7:hover {
  border-color: rgba(196,150,62,0.40);
  color: #F5EDD8;
}.bgd_sbar_providers_wo7 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
  width: 14px;
}.bgd_sbar_tabs_wo7 {
  gap: 6px;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 2px;
  overflow-x: auto;
}.bgd_sbar_tabs_wo7::-webkit-scrollbar {
  display: none;
}.bgd_sbar_tab_wo7 {
  border: 1px solid rgba(255,228,160,0.06);
  gap: 0.438rem;
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 20px;
  padding: 0.5rem 14px;
  background: rgba(255,240,200,0.05);
  color: #AA9070;
  font-weight: 600;
  display: flex;
  cursor: pointer;
  font-size: 0.75rem;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
}.bgd_sbar_tab_wo7:hover {
  background: rgba(255,240,200,0.07);
  border-color: rgba(196,150,62,0.40);
  color: #F5EDD8;
}.bgd_sbar_tab_wo7.bgd_state_active_wo7 {
  background: rgba(196,150,62,0.18);
  border-color: rgba(196,150,62,0.08);
  color: #F5EDD8;
}.bgd_sbar_tab_ic_wo7 svg {
  width: 0.875rem;
  stroke-linecap: round;
  height: 0.875rem;
  stroke-linejoin: round;
}.bgd_wy_wo7 {
  background: #100D0A;
  padding: 2rem 16px 0;
}
@media(min-width: 771px) {.bgd_wy_wo7 {
  padding: 2.5rem 1.5rem 0;
}
}.bgd_wy_in_wo7 {
  margin: 0 auto;
  max-width: 82.5rem;
}.bgd_wy_head_wo7 {
  max-width: 720px;
  margin-bottom: 18px;
}.bgd_wy_label_wo7 {
  letter-spacing: .08em;
  font-size: 11px;
  color: #C4963E;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}.bgd_wy_h2_wo7 {
  margin-bottom: 8px;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  color: #F5EDD8;
}
@media(min-width: 769px) {.bgd_wy_h2_wo7 {
  font-size: 24px;
}
}.bgd_wy_intro_wo7 {
  margin: 0;
  color: #8A7258;
  font-size: 0.813rem;
  line-height: 1.6;
}.bgd_wy_grid_wo7 {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.bgd_wy_grid_wo7 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.bgd_wy_grid_wo7 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.bgd_wy_card_wo7 {
  border: 1px solid rgba(255,228,160,0.12);
  background: #1C1610;
  border-radius: 8px;
  padding: 20px;
  transition: border-color .2s,transform .2s;
}.bgd_wy_card_wo7:hover {
  transform: translateY(-2px);
  border-color: rgba(196,150,62,0.08);
}.bgd_wy_card_ic_wo7 {
  background: rgba(196,150,62,0.18);
  border-radius: 50%;
  margin-bottom: 14px;
  align-items: center;
  color: #C4963E;
  justify-content: center;
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
}.bgd_wy_card_ic_wo7 svg {
  height: 1.375rem;
  width: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.bgd_wy_card_h_wo7 {
  font-size: 15px;
  line-height: 1.25;
  margin-bottom: 0.375rem;
  font-weight: 700;
  color: #F5EDD8;
  overflow-wrap: break-word;
}.bgd_wy_card_p_wo7 {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #8A7258;
}.bgd_wy_card_p_wo7 strong {
  font-weight: 600;
  color: #D4C09A;
}.bgd_gr_jp_wo7 {
  overflow: hidden;
  background: linear-gradient(135deg,#1E1030 0%,#0E0818 100%);
  border-radius: 14px;
  padding: 1.25rem;
  position: relative;
}.bgd_gr_jp_wo7::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(122,92,40,0.28) 0%,transparent 70%);
  top: -60px;
  content: '';
  height: 15.625rem;
  position: absolute;
  left: -3.75rem;
  width: 250px;
}.bgd_gr_jp_wo7::after {
  background: radial-gradient(circle,rgba(201,160,48,0.20) 0%,transparent 70%);
  border-radius: 50%;
  width: 200px;
  bottom: -40px;
  right: 0;
  content: '';
  height: 12.5rem;
  position: absolute;
}.bgd_gr_jp_head_wo7 {
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  position: relative;
  display: flex;
  z-index: 1;
}.bgd_gr_jp_info_wo7 {
  flex: 1;
}.bgd_gr_jp_label_wo7 {
  color: #9B6FD4;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.bgd_gr_jp_label_wo7 svg {
  width: 0.875rem;
  vertical-align: -2px;
  margin-right: 0.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.875rem;
}.bgd_gr_jp_amount_wo7 {
  color: #F5EDD8;
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.bgd_gr_jp_amount_wo7 {
  font-size: 2.5rem;
}
}.bgd_gr_jp_amount_wo7 span {
  color: #C9A030;
}.bgd_gr_jp_seo_wo7 {
  max-width: 480px;
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.5;
  color: #AA9070;
}.bgd_gr_jp_cta_wo7 {
  padding: 11px 1.25rem;
  transition: background .2s;
  border: 1px solid rgba(122,92,40,0.28);
  border-radius: 8px;
  background: rgba(122,92,40,0.28);
  z-index: 1;
  font-weight: 700;
  color: #F5EDD8;
  position: relative;
  margin-top: 4px;
  flex-shrink: 0;
  font-size: 13px;
  white-space: nowrap;
  align-self: flex-start;
}.bgd_gr_jp_cta_wo7:hover {
  background: #7A5C28;
}.bgd_ws_wo7 {
  background: #100D0A;
  padding: 2rem 16px 0;
}
@media(min-width: 769px) {.bgd_ws_wo7 {
  padding: 2.25rem 24px 0;
}
}.bgd_ws_in_wo7 {
  margin: 0 auto;
  max-width: 82.5rem;
}.bgd_ws_head_wo7 {
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
}.bgd_ws_title_wo7 {
  gap: 0.625rem;
  color: #F5EDD8;
  align-items: center;
  font-size: 1rem;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 700;
  font-family: 'Cormorant Garamond', serif;
}.bgd_ws_title_ic_wo7 svg {
  stroke-linecap: round;
  height: 1.125rem;
  stroke-linejoin: round;
  width: 18px;
  color: #C9A030;
}.bgd_ws_online_wo7 {
  gap: 0.438rem;
  color: #8A7258;
  font-weight: 600;
  align-items: center;
  display: flex;
  font-size: 12px;
}.bgd_ws_online_dot_wo7 {
  background: #4CAF72;
  border-radius: 50%;
  box-shadow: 0 0 0.375rem rgba(76,175,114,0.18);
  height: 8px;
  width: 8px;
  flex-shrink: 0;
}.bgd_ws_scroll_wo7 {
  gap: 0.5rem;
  scrollbar-width: none;
  padding-bottom: 8px;
  overflow-x: auto;
  display: flex;
}.bgd_ws_scroll_wo7::-webkit-scrollbar {
  display: none;
}.bgd_wc_wo7 {
  background: #161209;
  border-radius: 8px;
  padding: 10px 0.875rem;
  gap: 0.625rem;
  border: 1px solid rgba(255,228,160,0.12);
  min-width: 13.75rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.bgd_wc_img_wo7 {
  border-radius: 0.25rem;
  background: #1C1610;
  overflow: hidden;
  flex-shrink: 0;
  width: 36px;
  height: 2.25rem;
}.bgd_wc_img_wo7 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.bgd_wc_info_wo7 {
  min-width: 0;
}.bgd_wc_game_wo7 {
  overflow: hidden;
  font-size: 0.75rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #D4C09A;
  font-weight: 600;
}.bgd_wc_player_wo7 {
  overflow: hidden;
  white-space: nowrap;
  color: #9A8A72;
  font-size: 0.625rem;
  text-overflow: ellipsis;
}.bgd_wc_amount_wo7 {
  color: #4CAF72;
  margin-left: auto;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
}.bgd_app_wo7 {
  padding: 2.25rem 16px 0;
  background: #100D0A;
}
@media(min-width: 769px) {.bgd_app_wo7 {
  padding: 2.75rem 24px 0;
}
}.bgd_app_in_wo7 {
  margin: 0 auto;
  max-width: 82.5rem;
}.bgd_app_head_wo7 {
  margin-bottom: 16px;
}.bgd_app_label_wo7 {
  color: #C4963E;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 11px;
}.bgd_app_h2_wo7 {
  font-size: 20px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  color: #F5EDD8;
}
@media(min-width:768px) {.bgd_app_h2_wo7 {
  font-size: 1.5rem;
}
}.bgd_app_sub_wo7 {
  max-width: 37.5rem;
  font-size: 13px;
  line-height: 1.6;
  color: #8A7258;
  overflow-wrap: break-word;
}.bgd_app_sub_wo7 strong {
  color: #D4C09A;
  font-weight: 700;
}.bgd_app_cards_wo7 {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 16px;
}
@media(min-width: 642px) {.bgd_app_cards_wo7 {
  grid-template-columns: repeat(3,1fr);
}
}.bgd_app_card_wo7 {
  gap: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 20px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
}.bgd_app_card_ios_wo7 {
  background: linear-gradient(135deg,rgba(196,150,62,0.18) 0%,#1C1610 100%);
}.bgd_app_card_android_wo7 {
  background: linear-gradient(135deg,rgba(76,175,114,0.18) 0%,#1C1610 100%);
}.bgd_app_card_win_wo7 {
  background: linear-gradient(135deg,rgba(201,160,48,0.20) 0%,#1C1610 100%);
}.bgd_app_card_ic_wo7 svg {
  height: 34px;
  stroke-linejoin: round;
  width: 34px;
  stroke-linecap: round;
}.bgd_app_card_ic_wo7 {
  flex-shrink: 0;
  color: #F5EDD8;
}.bgd_app_card_os_wo7 {
  font-size: 10px;
  margin-bottom: 6px;
  letter-spacing: .08em;
  color: #8A7258;
  font-weight: 700;
  text-transform: uppercase;
}.bgd_app_card_title_wo7 {
  line-height: 1.2;
  overflow-wrap: break-word;
  color: #F5EDD8;
  margin-bottom: 0.375rem;
  font-weight: 700;
  font-size: 15px;
}.bgd_app_card_text_wo7 {
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-size: 0.75rem;
  color: #8A7258;
  line-height: 1.5;
}.bgd_app_card_btn_wo7 {
  border-radius: 0.25rem;
  padding: 0.625rem 1.125rem;
  background: rgba(255,240,200,0.12);
  border: 1px solid rgba(196,150,62,0.40);
  gap: 7px;
  transition: background .2s;
  font-weight: 700;
  align-items: center;
  display: inline-flex;
  font-size: 0.813rem;
  color: #F5EDD8;
}.bgd_app_card_btn_wo7:hover {
  background: rgba(255,240,200,0.07);
}.bgd_bon_wo7 {
  background: #100D0A;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.bgd_bon_wo7 {
  padding: 2.75rem 24px 0;
}
}.bgd_bon_in_wo7 {
  margin: 0 auto;
  max-width: 1320px;
}.bgd_bon_head_wo7 {
  margin-bottom: 1.25rem;
}.bgd_bon_label_wo7 {
  color: #C4963E;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.bgd_bon_h2_wo7 {
  font-size: 1.25rem;
  color: #F5EDD8;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.bgd_bon_h2_wo7 {
  font-size: 1.5rem;
}
}.bgd_bon_seo_wo7 {
  font-size: 13px;
  max-width: 38.75rem;
  color: #8A7258;
  line-height: 1.6;
  overflow-wrap: break-word;
}.bgd_bon_seo_wo7 strong {
  color: #D4C09A;
  font-weight: 700;
}.bgd_bon_seo_wo7 a {
  color: #C4963E;
  text-decoration: underline;
}.bgd_bon_grid_wo7 {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.bgd_bon_grid_wo7 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.bgd_bon_grid_wo7 {
  grid-template-columns: repeat(5,1fr);
}
}.bgd_bon_card_wo7 {
  transition: border-color .2s,transform .2s;
  border-radius: 8px;
  background: #161209;
  border: 1px solid rgba(255,228,160,0.12);
  padding: 16px;
}.bgd_bon_card_wo7:hover {
  border-color: rgba(196,150,62,0.08);
  transform: translateY(-2px);
}.bgd_bon_card_ic_wo7 svg {
  height: 1.625rem;
  width: 26px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.bgd_bon_card_ic_wo7 {
  margin-bottom: 10px;
}.bgd_bon_card_type_wo7 {
  font-size: 0.625rem;
  letter-spacing: .06em;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #8A7258;
  font-weight: 700;
}.bgd_bon_card_amount_wo7 {
  font-weight: 800;
  margin-bottom: 0.375rem;
  font-size: 1.125rem;
  line-height: 1.1;
  color: #C9A030;
}.bgd_bon_card_name_wo7 {
  margin-bottom: 8px;
  color: #F5EDD8;
  font-size: 13px;
  font-weight: 600;
  overflow-wrap: break-word;
}.bgd_bon_card_detail_wo7 {
  border-top: 1px solid rgba(255,240,200,0.05);
  font-size: 0.688rem;
  padding-top: 8px;
  overflow-wrap: break-word;
  color: #9A8A72;
  line-height: 1.5;
}.bgd_prov_wo7 {
  padding: 36px 1rem 0;
  background: #100D0A;
}
@media(min-width:768px) {.bgd_prov_wo7 {
  padding: 44px 1.5rem 0;
}
}.bgd_prov_in_wo7 {
  margin: 0 auto;
  max-width: 1320px;
}.bgd_prov_head_wo7 {
  margin-bottom: 16px;
}.bgd_prov_label_wo7 {
  font-size: 11px;
  color: #C4963E;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
}.bgd_prov_h2_wo7 {
  color: #F5EDD8;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 800;
}
@media(min-width: 767px) {.bgd_prov_h2_wo7 {
  font-size: 24px;
}
}.bgd_prov_seo_wo7 {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #8A7258;
  margin-bottom: 16px;
  line-height: 1.6;
  max-width: 620px;
}.bgd_prov_seo_wo7 strong {
  font-weight: 700;
  color: #D4C09A;
}.bgd_prov_seo_wo7 a {
  color: #C4963E;
  text-decoration: underline;
}.bgd_prov_grid_wo7 {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 638px) {.bgd_prov_grid_wo7 {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.bgd_prov_grid_wo7 {
  grid-template-columns: repeat(8,1fr);
}
}.bgd_prov_card_wo7 {
  gap: 0.438rem;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255,228,160,0.12);
  background: #161209;
  padding: 14px 0.625rem;
  border-radius: 0.5rem;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  display: flex;
}.bgd_prov_card_wo7:hover {
  background: #1C1610;
  border-color: rgba(196,150,62,0.40);
}.bgd_prov_logo_wo7 {
  overflow: hidden;
  background: rgba(255,240,200,0.05);
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  width: 44px;
}.bgd_prov_logo_wo7 img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.bgd_prov_name_wo7 {
  font-weight: 600;
  overflow-wrap: break-word;
  text-align: center;
  color: #AA9070;
  font-size: 11px;
}.bgd_reg_wo7 {
  padding: 36px 16px 0;
  background: #100D0A;
}
@media(min-width: 765px) {.bgd_reg_wo7 {
  padding: 44px 24px 0;
}
}.bgd_reg_in_wo7 {
  background: #1C1610;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255,228,160,0.06);
  border-radius: 14px;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 766px) {.bgd_reg_in_wo7 {
  padding: 40px;
}
}.bgd_reg_top_wo7 {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 858px) {.bgd_reg_top_wo7 {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.bgd_reg_label_wo7 {
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
  color: #C4963E;
  text-transform: uppercase;
}.bgd_reg_h2_wo7 {
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.2;
  font-weight: 800;
  font-size: 1.375rem;
}
@media(min-width: 770px) {.bgd_reg_h2_wo7 {
  font-size: 1.75rem;
}
}.bgd_reg_bonus_wo7 {
  border: 1px solid rgba(201,160,48,0.20);
  background: rgba(201,160,48,0.20);
  gap: 0.5rem;
  padding: 0.625rem 16px;
  border-radius: 8px;
  align-items: center;
  display: inline-flex;
  margin-bottom: 16px;
}.bgd_reg_bonus_amount_wo7 {
  font-size: 20px;
  color: #C9A030;
  font-weight: 800;
}.bgd_reg_bonus_text_wo7 {
  line-height: 1.35;
  font-size: 0.813rem;
  color: #AA9070;
}.bgd_reg_cta_btn_wo7 {
  border-radius: 8px;
  background: #4CAF72;
  padding: 14px 32px;
  transition: background .2s;
  color: #0D0906;
  display: inline-block;
  font-weight: 700;
  box-shadow: 0 0.25rem 20px rgba(76,175,114,0.40), 0 1px 0.25rem rgba(0,0,0,0.65);
  font-size: 0.938rem;
  margin-bottom: 12px;
}.bgd_reg_cta_btn_wo7:hover {
  background: #5CC482;
}.bgd_reg_terms_wo7 {
  line-height: 1.5;
  font-size: 11px;
  color: #9A8A72;
}.bgd_reg_seo_wo7 {
  border-top: 1px solid rgba(255,240,200,0.05);
  font-size: 13px;
  padding-top: 20px;
  line-height: 1.65;
  margin-top: 20px;
  color: #8A7258;
  overflow-wrap: break-word;
}.bgd_reg_seo_wo7 p {
  font-size: 0.813rem;
  line-height: 1.65;
  color: #8A7258;
  margin-bottom: 10px;
}.bgd_reg_seo_wo7 p:last-child {
  margin-bottom: 0;
}.bgd_reg_seo_wo7 strong {
  font-weight: 700;
  color: #D4C09A;
}.bgd_reg_seo_wo7 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4963E;
}.bgd_reg_seo_wo7 a:hover {
  color: #D4A84E;
}.bgd_reg_seo_wo7 ul,.bgd_reg_seo_wo7 ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.bgd_reg_seo_wo7 ol {
  list-style: decimal;
}.bgd_reg_seo_wo7 li {
  margin-bottom: 0.25rem;
  color: #8A7258;
  line-height: 1.65;
  font-size: 0.813rem;
}.bgd_reg_seo_wo7 table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
  font-size: 0.813rem;
}
@media(min-width: 766px) {.bgd_reg_seo_wo7 table {
  display: table;
}
}.bgd_reg_seo_wo7 th {
  padding: 8px;
  border-bottom: 1px solid rgba(255,240,200,0.07);
  text-align: left;
  font-weight: 700;
  color: #D4C09A;
}.bgd_reg_seo_wo7 td {
  border-bottom: 1px solid rgba(255,240,200,0.05);
  padding: 0.5rem;
  color: #8A7258;
}.bgd_reg_steps_wo7 {
  gap: 0.875rem;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}
@media(min-width: 861px) {.bgd_reg_steps_wo7 {
  margin-top: 0;
}
}.bgd_reg_step_wo7 {
  border-radius: 0.5rem;
  background: rgba(255,240,200,0.05);
  gap: 14px;
  padding: 1rem;
  border: 1px solid rgba(255,228,160,0.06);
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.bgd_reg_step_num_wo7 {
  border-radius: 50%;
  border: 1px solid rgba(196,150,62,0.08);
  background: rgba(196,150,62,0.18);
  justify-content: center;
  align-items: center;
  width: 34px;
  flex-shrink: 0;
  height: 34px;
  color: #C4963E;
  font-weight: 800;
  display: flex;
  font-size: 14px;
}.bgd_reg_step_title_wo7 {
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 0.875rem;
  color: #F5EDD8;
}.bgd_reg_step_text_wo7 {
  line-height: 1.5;
  color: #8A7258;
  font-size: 0.75rem;
}.bgd_reg_trust_wo7 {
  border-top: 1px solid rgba(255,240,200,0.05);
  gap: 10px;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  flex-wrap: wrap;
  display: flex;
}.bgd_reg_trust_item_wo7 {
  gap: 0.438rem;
  overflow-wrap: break-word;
  font-size: 12px;
  display: flex;
  color: #8A7258;
  align-items: center;
}.bgd_reg_trust_ic_wo7 svg {
  color: #C4963E;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
  width: 1rem;
}.bgd_htp_wo7 {
  padding: 2.25rem 1rem 0;
  background: #100D0A;
}
@media(min-width: 766px) {.bgd_htp_wo7 {
  padding: 2.75rem 24px 0;
}
}.bgd_htp_in_wo7 {
  margin: 0 auto;
  max-width: 1320px;
}.bgd_htp_head_wo7 {
  margin-bottom: 22px;
  max-width: 720px;
}.bgd_htp_label_wo7 {
  font-size: 0.688rem;
  color: #C4963E;
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.bgd_htp_h2_wo7 {
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  color: #F5EDD8;
  margin-bottom: 8px;
  font-size: 1.375rem;
}
@media(min-width: 767px) {.bgd_htp_h2_wo7 {
  font-size: 28px;
}
}.bgd_htp_intro_wo7 {
  color: #8A7258;
  font-size: 0.875rem;
  line-height: 1.6;
}.bgd_htp_steps_wo7 {
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  grid-template-columns: 1fr;
  counter-reset: none;
  display: grid;
}
@media(min-width: 638px) {.bgd_htp_steps_wo7 {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.bgd_htp_steps_wo7 {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.bgd_htp_step_wo7 {
  padding: 20px 1.125rem 1.125rem;
  border-radius: 8px;
  background: #1C1610;
  border: 1px solid rgba(255,228,160,0.12);
  position: relative;
  flex-direction: column;
  display: flex;
}.bgd_htp_step_num_wo7 {
  background: #C4963E;
  border-radius: 50%;
  left: 1.25rem;
  position: absolute;
  display: flex;
  width: 1.75rem;
  color: #0D0906;
  align-items: center;
  font-weight: 800;
  top: -0.75rem;
  font-size: 13px;
  height: 28px;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
}.bgd_htp_step_ic_wo7 {
  margin: 0.5rem 0 0.75rem;
  border-radius: 4px;
  background: rgba(196,150,62,0.18);
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  color: #C4963E;
  width: 36px;
}.bgd_htp_step_ic_wo7 svg {
  width: 18px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.125rem;
}.bgd_htp_step_h_wo7 {
  font-size: 0.875rem;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  color: #F5EDD8;
  font-weight: 700;
}.bgd_htp_step_p_wo7 {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #8A7258;
}.bgd_htp_step_p_wo7 strong {
  font-weight: 600;
  color: #D4C09A;
}.bgd_htp_cta_wo7 {
  padding: 0.813rem 1.625rem;
  border-radius: 8px;
  background: #4CAF72;
  transition: background .2s;
  display: inline-block;
  font-weight: 700;
  margin-top: 1.25rem;
  color: #0D0906;
  font-size: 14px;
}.bgd_htp_cta_wo7:hover {
  background: #5CC482;
}.bgd_seo_wo7 {
  padding: 2.25rem 1rem 0;
  background: #100D0A;
}
@media(min-width:768px) {.bgd_seo_wo7 {
  padding: 44px 1.5rem 0;
}
}.bgd_seo_in_wo7 {
  padding: 1.75rem 24px;
  border: 1px solid rgba(255,228,160,0.12);
  background: #1C1610;
  border-radius: 0.875rem;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.bgd_seo_in_wo7 {
  padding: 2.25rem 2.5rem;
}
}.bgd_seo_label_wo7 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-size: 11px;
  color: #C4963E;
}.bgd_seo_h2_wo7 {
  color: #F5EDD8;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
}
@media(min-width:768px) {.bgd_seo_h2_wo7 {
  font-size: 24px;
}
}.bgd_seo_body_wo7 {
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
  color: #AA9070;
}.bgd_seo_body_wo7 p {
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 14px;
  color: #AA9070;
}.bgd_seo_body_wo7 p:last-child {
  margin-bottom: 0;
}.bgd_seo_body_wo7 strong {
  font-weight: 700;
  color: #D4C09A;
}.bgd_seo_body_wo7 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4963E;
}.bgd_seo_body_wo7 a:hover {
  color: #D4A84E;
}.bgd_seo_body_wo7 ul,.bgd_seo_body_wo7 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.bgd_seo_body_wo7 ol {
  list-style: decimal;
}.bgd_seo_body_wo7 li {
  line-height: 1.75;
  color: #AA9070;
  margin-bottom: 6px;
  font-size: 0.875rem;
}.bgd_seo_body_wo7 table {
  font-size: 13px;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  display: block;
}
@media(min-width: 771px) {.bgd_seo_body_wo7 table {
  display: table;
}
}.bgd_seo_body_wo7 th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,240,200,0.07);
  text-align: left;
  color: #D4C09A;
  font-weight: 700;
}.bgd_seo_body_wo7 td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,240,200,0.05);
  color: #AA9070;
}.bgd_seo_cols_wo7 {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 637px) {.bgd_seo_cols_wo7 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.bgd_seo_cols_wo7 {
  grid-template-columns: repeat(3,1fr);
}
}.bgd_seo_col_h_wo7 {
  color: #D4C09A;
  font-size: 13px;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-weight: 700;
}.bgd_seo_col_p_wo7 {
  font-size: 0.813rem;
  color: #8A7258;
  overflow-wrap: break-word;
  line-height: 1.65;
}.bgd_seo_stats_wo7 {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.bgd_seo_stat_wo7 {
  border: 1px solid rgba(196,150,62,0.18);
  background: rgba(196,150,62,0.08);
  border-radius: 8px;
  flex: 1;
  padding: 14px 1rem;
  min-width: 140px;
}.bgd_seo_stat_val_wo7 {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #C4963E;
  font-weight: 800;
  font-size: 1.25rem;
}.bgd_seo_stat_lb_wo7 {
  font-size: 0.688rem;
  color: #8A7258;
  overflow-wrap: break-word;
}.bgd_seo_wo7 {
  background: #100D0A;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.bgd_seo_wo7 {
  padding: 2.75rem 1.5rem 0;
}
}.bgd_seo_in_wo7 {
  border: 1px solid rgba(255,228,160,0.12);
  margin: 0 auto;
  border-radius: 0.875rem;
  padding: 28px 1.5rem;
  background: #1C1610;
  max-width: 1320px;
}
@media(min-width: 770px) {.bgd_seo_in_wo7 {
  padding: 2.25rem 2.5rem;
}
}.bgd_seo_label_wo7 {
  margin-bottom: 10px;
  font-size: 0.688rem;
  color: #C4963E;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.bgd_seo_h2_wo7 {
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 0.875rem;
  font-family: 'Cormorant Garamond', serif;
  color: #F5EDD8;
  font-weight: 800;
}
@media(min-width: 765px) {.bgd_seo_h2_wo7 {
  font-size: 1.5rem;
}
}.bgd_seo_body_wo7 {
  color: #AA9070;
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.75;
}.bgd_seo_body_wo7 p {
  line-height: 1.75;
  color: #AA9070;
  margin-bottom: 12px;
  font-size: 14px;
}.bgd_seo_body_wo7 p:last-child {
  margin-bottom: 0;
}.bgd_seo_body_wo7 strong {
  color: #D4C09A;
  font-weight: 700;
}.bgd_seo_body_wo7 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4963E;
}.bgd_seo_body_wo7 a:hover {
  color: #D4A84E;
}.bgd_seo_body_wo7 ul,.bgd_seo_body_wo7 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.bgd_seo_body_wo7 ol {
  list-style: decimal;
}.bgd_seo_body_wo7 li {
  font-size: 14px;
  line-height: 1.75;
  color: #AA9070;
  margin-bottom: 6px;
}.bgd_seo_body_wo7 table {
  font-size: 13px;
  border-collapse: collapse;
  display: block;
  margin-bottom: 12px;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 765px) {.bgd_seo_body_wo7 table {
  display: table;
}
}.bgd_seo_body_wo7 th {
  border-bottom: 1px solid rgba(255,240,200,0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  color: #D4C09A;
  text-align: left;
}.bgd_seo_body_wo7 td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,240,200,0.05);
  color: #AA9070;
}.bgd_seo_cols_wo7 {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.bgd_seo_cols_wo7 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.bgd_seo_cols_wo7 {
  grid-template-columns: repeat(3,1fr);
}
}.bgd_seo_col_h_wo7 {
  font-weight: 700;
  color: #D4C09A;
  margin-bottom: 7px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.bgd_seo_col_p_wo7 {
  color: #8A7258;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
}.bgd_seo_stats_wo7 {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.bgd_seo_stat_wo7 {
  padding: 0.875rem 1rem;
  border: 1px solid rgba(196,150,62,0.18);
  background: rgba(196,150,62,0.08);
  border-radius: 0.5rem;
  flex: 1;
  min-width: 8.75rem;
}.bgd_seo_stat_val_wo7 {
  font-size: 20px;
  font-weight: 800;
  color: #C4963E;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
}.bgd_seo_stat_lb_wo7 {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #8A7258;
}.bgd_rv_wo7 {
  padding: 2.25rem 16px 0;
  background: #100D0A;
}
@media(min-width: 770px) {.bgd_rv_wo7 {
  padding: 44px 1.5rem 0;
}
}.bgd_rv_in_wo7 {
  margin: 0 auto;
  max-width: 1320px;
}.bgd_rv_head_wo7 {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}.bgd_rv_label_wo7 {
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #C4963E;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.bgd_rv_h2_wo7 {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.375rem;
  margin-bottom: 10px;
  color: #F5EDD8;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 766px) {.bgd_rv_h2_wo7 {
  font-size: 1.75rem;
}
}.bgd_rv_stats_wo7 {
  gap: 18px;
  align-items: center;
  font-size: 13px;
  color: #8A7258;
  display: flex;
  flex-wrap: wrap;
}.bgd_rv_stats_score_wo7 {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.bgd_rv_stats_score_val_wo7 {
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.375rem;
  color: #C9A030;
}.bgd_rv_stats_score_max_wo7 {
  font-size: 13px;
  color: #9A8A72;
}.bgd_rv_stats_badge_wo7 {
  gap: 4px;
  align-items: center;
  display: flex;
}.bgd_rv_stats_badge_wo7 svg {
  color: #C9A030;
  height: 14px;
  width: 0.875rem;
}.bgd_rv_grid_wo7 {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.bgd_rv_grid_wo7 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.bgd_rv_grid_wo7 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.bgd_rv_card_wo7 {
  border-radius: 8px;
  background: #1C1610;
  padding: 20px;
  border: 1px solid rgba(255,228,160,0.12);
  flex-direction: column;
  display: flex;
}.bgd_rv_card_stars_wo7 {
  gap: 2px;
  color: #C9A030;
  margin-bottom: 10px;
  display: flex;
}.bgd_rv_card_stars_wo7 svg {
  height: 14px;
  width: 0.875rem;
}.bgd_rv_card_h_wo7 {
  color: #F5EDD8;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.bgd_rv_card_body_wo7 {
  flex: 1;
  color: #8A7258;
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
}.bgd_rv_card_body_wo7 strong {
  color: #D4C09A;
  font-weight: 600;
}.bgd_rv_card_meta_wo7 {
  border-top: 1px solid rgba(255,240,200,0.05);
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  padding-top: 12px;
  justify-content: space-between;
  align-items: center;
}.bgd_rv_card_author_wo7 {
  font-size: 0.75rem;
  font-weight: 600;
  color: #D4C09A;
}.bgd_rv_card_date_wo7 {
  font-size: 11px;
  color: #9A8A72;
}.bgd_seo_wo7 {
  background: #100D0A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.bgd_seo_wo7 {
  padding: 44px 24px 0;
}
}.bgd_seo_in_wo7 {
  border: 1px solid rgba(255,228,160,0.12);
  background: #1C1610;
  border-radius: 14px;
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.bgd_seo_in_wo7 {
  padding: 2.25rem 2.5rem;
}
}.bgd_seo_label_wo7 {
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  color: #C4963E;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
}.bgd_seo_h2_wo7 {
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  color: #F5EDD8;
  font-size: 20px;
}
@media(min-width: 765px) {.bgd_seo_h2_wo7 {
  font-size: 24px;
}
}.bgd_seo_body_wo7 {
  overflow-wrap: break-word;
  color: #AA9070;
  line-height: 1.75;
  font-size: 0.875rem;
}.bgd_seo_body_wo7 p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.75;
  color: #AA9070;
}.bgd_seo_body_wo7 p:last-child {
  margin-bottom: 0;
}.bgd_seo_body_wo7 strong {
  font-weight: 700;
  color: #D4C09A;
}.bgd_seo_body_wo7 a {
  transition: color .2s;
  color: #C4963E;
  text-decoration: underline;
}.bgd_seo_body_wo7 a:hover {
  color: #D4A84E;
}.bgd_seo_body_wo7 ul,.bgd_seo_body_wo7 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.bgd_seo_body_wo7 ol {
  list-style: decimal;
}.bgd_seo_body_wo7 li {
  color: #AA9070;
  line-height: 1.75;
  margin-bottom: 6px;
  font-size: 14px;
}.bgd_seo_body_wo7 table {
  margin-bottom: 0.75rem;
  display: block;
  overflow-x: auto;
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 769px) {.bgd_seo_body_wo7 table {
  display: table;
}
}.bgd_seo_body_wo7 th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,240,200,0.07);
  color: #D4C09A;
  font-weight: 700;
  text-align: left;
}.bgd_seo_body_wo7 td {
  border-bottom: 1px solid rgba(255,240,200,0.05);
  padding: 0.625rem 0.75rem;
  color: #AA9070;
}.bgd_seo_cols_wo7 {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 638px) {.bgd_seo_cols_wo7 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.bgd_seo_cols_wo7 {
  grid-template-columns: repeat(3,1fr);
}
}.bgd_seo_col_h_wo7 {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-weight: 700;
  color: #D4C09A;
}.bgd_seo_col_p_wo7 {
  color: #8A7258;
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}.bgd_seo_stats_wo7 {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.bgd_seo_stat_wo7 {
  background: rgba(196,150,62,0.08);
  border: 1px solid rgba(196,150,62,0.18);
  border-radius: 0.5rem;
  flex: 1;
  padding: 14px 16px;
  min-width: 8.75rem;
}.bgd_seo_stat_val_wo7 {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-weight: 800;
  color: #C4963E;
  font-size: 1.25rem;
}.bgd_seo_stat_lb_wo7 {
  color: #8A7258;
  font-size: 11px;
  overflow-wrap: break-word;
}.bgd_faq_wo7 {
  background: #100D0A;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.bgd_faq_wo7 {
  padding: 44px 24px 0;
}
}.bgd_faq_in_wo7 {
  margin: 0 auto;
  max-width: 82.5rem;
}.bgd_faq_head_wo7 {
  margin-bottom: 1.25rem;
}.bgd_faq_label_wo7 {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #C4963E;
  font-size: 11px;
}.bgd_faq_h2_wo7 {
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F5EDD8;
  font-size: 20px;
}
@media(min-width: 767px) {.bgd_faq_h2_wo7 {
  font-size: 24px;
}
}.bgd_faq_list_wo7 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.bgd_faq_item_wo7 {
  background: #1C1610;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,228,160,0.12);
  overflow: hidden;
}.bgd_faq_q_wo7 {
  padding: 1rem 20px;
  transition: color .2s;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  color: #D4C09A;
  font-size: 14px;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  font-weight: 600;
  display: flex;
}.bgd_faq_q_wo7:hover {
  color: #F5EDD8;
}.bgd_faq_q_ic_wo7 {
  background: rgba(255,240,200,0.05);
  border-radius: 50%;
  transition: transform .25s;
  font-size: 16px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #C4963E;
}.bgd_faq_item_wo7.bgd_state_open_wo7 .bgd_faq_q_ic_wo7 {
  transform: rotate(45deg);
}.bgd_faq_a_wo7 {
  padding: 0 20px 1rem;
  overflow-wrap: break-word;
  color: #8A7258;
  font-size: 13px;
  display: none;
  line-height: 1.7;
}.bgd_faq_item_wo7.bgd_state_open_wo7 .bgd_faq_a_wo7 {
  display: block;
}.bgd_faq_a_wo7 strong {
  color: #D4C09A;
  font-weight: 700;
}.bgd_faq_a_wo7 a {
  color: #C4963E;
  text-decoration: underline;
}.bgd_faq_a_wo7 ul,.bgd_faq_a_wo7 ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.bgd_faq_a_wo7 ol {
  list-style: decimal;
}.bgd_faq_a_wo7 li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.bgd_faq_a_wo7 table {
  margin: 0.5rem 0;
  border-collapse: collapse;
  width: 100%;
  display: block;
  font-size: 12px;
  overflow-x: auto;
}
@media(min-width: 770px) {.bgd_faq_a_wo7 table {
  display: table;
}
}.bgd_faq_a_wo7 th {
  border-bottom: 1px solid rgba(255,240,200,0.07);
  padding: 6px 0.5rem;
  color: #D4C09A;
  text-align: left;
  font-weight: 700;
}.bgd_faq_a_wo7 td {
  border-bottom: 1px solid rgba(255,240,200,0.05);
  padding: 0.375rem 8px;
  color: #8A7258;
}.bgd_ft_wo7 {
  background: #080604;
  border-top: 1px solid rgba(255,240,200,0.05);
  margin-top: 3rem;
}.bgd_ft_support_wo7 {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255,240,200,0.05);
}
@media(min-width: 765px) {.bgd_ft_support_wo7 {
  padding: 28px 24px;
}
}.bgd_ft_support_in_wo7 {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1320px;
  display: flex;
}.bgd_ft_support_main_wo7 {
  gap: 1rem;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
  min-width: 220px;
  display: flex;
}.bgd_ft_support_ic_wo7 {
  color: #C4963E;
  flex-shrink: 0;
}.bgd_ft_support_ic_wo7 svg {
  height: 30px;
  stroke-linejoin: round;
  width: 30px;
  stroke-linecap: round;
}.bgd_ft_support_text_title_wo7 {
  margin-bottom: 3px;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  color: #F5EDD8;
  font-weight: 700;
}.bgd_ft_support_text_sub_wo7 {
  overflow-wrap: break-word;
  color: #8A7258;
  font-size: 12px;
}.bgd_ft_support_btn_wo7 {
  padding: 11px 22px;
  border-radius: 0.5rem;
  background: #C4963E;
  transition: background .2s;
  font-weight: 700;
  font-size: 0.813rem;
  flex-shrink: 0;
  color: #F5EDD8;
  white-space: nowrap;
}.bgd_ft_support_btn_wo7:hover {
  background: #D4A84E;
}.bgd_ft_support_contacts_wo7 {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.bgd_ft_support_contact_wo7 {
  color: #9A8A72;
  font-size: 0.75rem;
  line-height: 1.4;
}.bgd_ft_support_contact_wo7 strong {
  display: block;
  color: #AA9070;
  font-weight: 600;
  font-size: 11px;
  margin-bottom: 2px;
}.bgd_ft_main_wo7 {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255,240,200,0.05);
}
@media(min-width: 767px) {.bgd_ft_main_wo7 {
  padding: 2.5rem 1.5rem 2rem;
}
}.bgd_ft_main_in_wo7 {
  gap: 1.5rem;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 1320px;
}
@media(min-width: 639px) {.bgd_ft_main_in_wo7 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.bgd_ft_main_in_wo7 {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.bgd_ft_col_logo_wo7 {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.bgd_ft_col_logo_wo7 {
  grid-column: auto;
}
}.bgd_ft_logo_wo7 {
  gap: 9px;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  color: #F5EDD8;
  overflow-wrap: break-word;
}.bgd_ft_logo_mark_wo7 {
  overflow: hidden;
  border-radius: 4px;
  height: 1.875rem;
  width: 1.875rem;
}.bgd_ft_logo_mark_wo7 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.bgd_ft_logo_sub_wo7 {
  color: #9A8A72;
  max-width: 200px;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.55;
}.bgd_ft_col_title_wo7 {
  font-weight: 700;
  letter-spacing: .07em;
  color: #AA9070;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-size: 12px;
}.bgd_ft_col_links_wo7 {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.bgd_ft_col_link_wo7 {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #9A8A72;
  font-size: 13px;
}.bgd_ft_col_link_wo7:hover {
  color: #D4C09A;
}.bgd_ft_apps_wo7 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.bgd_ft_app_card_wo7 {
  background: rgba(255,240,200,0.05);
  border: 1px solid rgba(255,228,160,0.12);
  padding: 10px 12px;
  gap: 10px;
  transition: border-color .2s;
  border-radius: 4px;
  align-items: center;
  display: flex;
}.bgd_ft_app_card_wo7:hover {
  border-color: rgba(196,150,62,0.40);
}.bgd_ft_app_card_ic_wo7 svg {
  width: 22px;
  stroke-linecap: round;
  height: 1.375rem;
  stroke-linejoin: round;
}.bgd_ft_app_card_os_wo7 {
  font-size: 10px;
  font-weight: 600;
  color: #9A8A72;
}.bgd_ft_app_card_action_wo7 {
  font-weight: 700;
  color: #D4C09A;
  font-size: 0.75rem;
}.bgd_ft_bot_wo7 {
  padding: 1.25rem 1rem;
}
@media(min-width: 769px) {.bgd_ft_bot_wo7 {
  padding: 1.25rem 24px;
}
}.bgd_ft_bot_in_wo7 {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  max-width: 1320px;
  align-items: center;
  flex-wrap: wrap;
}.bgd_ft_socials_wo7 {
  gap: 8px;
  display: flex;
}.bgd_ft_soc_wo7 {
  transition: background .2s;
  background: rgba(255,240,200,0.05);
  border: 1px solid rgba(255,228,160,0.12);
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 2.25rem;
  color: #AA9070;
  justify-content: center;
  width: 36px;
}.bgd_ft_soc_wo7 svg {
  height: 16px;
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
}.bgd_ft_soc_wo7:hover {
  background: rgba(255,240,200,0.07);
}.bgd_ft_legal_wo7 {
  flex: 1;
  font-size: 11px;
  overflow-wrap: break-word;
  min-width: 200px;
  line-height: 1.6;
  color: #8A7A64;
}.bgd_ft_legal_wo7 strong {
  font-weight: 700;
  color: #AA9070;
}.bgd_ft_legal_wo7 a {
  text-decoration: underline;
  color: #AA9070;
}.bgd_ft_age_wo7 {
  border: 2px solid #8A7A64;
  border-radius: 50%;
  font-weight: 800;
  margin-left: auto;
  align-items: center;
  flex-shrink: 0;
  font-size: 11px;
  color: #8A7A64;
  width: 32px;
  height: 32px;
  justify-content: center;
  display: flex;
}