html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #130C0F;
  font-family: 'Lato', sans-serif;
  color: #CCAA7E;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  line-height: 1.6;
}.bjz-layout_r6b {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.bjz-page_r6b {
  min-height: 100vh;
  display: flex;
}.bjz-main_r6b {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width: 1082px) {.bjz-main_r6b {
  padding-left: 13.75rem;
}
}
@media (max-width: 1076px) {.bjz-main_r6b {
  padding-bottom: 72px;
}
}.bjz-gc_r6b {
  overflow: hidden;
  border-radius: 0.625rem;
  border: 1px solid rgba(255,255,255,0.05);
  background: #190F12;
  transition: transform .2s,border-color .2s;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  width: 8.75rem;
}
@media(min-width: 642px) {.bjz-gc_r6b {
  width: 9.75rem;
}
}
@media(min-width:1080px) {.bjz-gc_r6b {
  width: 168px;
}
}.bjz-gc_r6b:hover {
  transform: translateY(-3px);
  border-color: rgba(204,139,26,0.08);
}.bjz-gc_img_r6b {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.bjz-gc_img_r6b img {
  inset: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
}.bjz-gc_hover_r6b {
  inset: 0;
  background: rgba(9,4,6,0.74);
  transition: opacity .2s;
  position: absolute;
  justify-content: center;
  opacity: 0;
  align-items: center;
  display: flex;
}.bjz-gc_r6b:hover .bjz-gc_hover_r6b {
  opacity: 1;
}.bjz-gc_hover_btn_r6b {
  padding: 8px 16px;
  border-radius: 6px;
  background: #CC8B1A;
  color: #F4EAD0;
  font-size: 0.75rem;
  font-weight: 700;
}.bjz-gc_info_r6b {
  padding: 8px 10px 10px;
}.bjz-gc_name_r6b {
  overflow: hidden;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  max-width: 100%;
  font-weight: 600;
  margin-bottom: 3px;
  color: #CCAA7E;
  white-space: nowrap;
}.bjz-gc_prov_r6b {
  font-size: 0.625rem;
  color: #A07860;
}.bjz-gc_tag_r6b {
  border-radius: 4px;
  padding: 2px 0.438rem;
  left: 0.375rem;
  font-size: 0.563rem;
  text-transform: uppercase;
  z-index: 2;
  top: 6px;
  font-weight: 700;
  position: absolute;
  letter-spacing: .04em;
}.bjz-gc_tag_hot_r6b {
  background: #D93020;
  color: #fff;
}.bjz-gc_tag_new_r6b {
  background: #2AA86E;
  color: #130C0F;
}.bjz-gc_tag_jp_r6b {
  background: #F0B429;
  color: #130C0F;
}.bjz-gc_tag_ex_r6b {
  background: #8B1E30;
  color: #fff;
}.bjz-gc_tag_live_r6b {
  background: #D93020;
  color: #fff;
}.bjz-gr_r6b {
  padding: 2rem 1rem 0;
  background: #130C0F;
}
@media(min-width: 771px) {.bjz-gr_r6b {
  padding: 36px 1.5rem 0;
}
}.bjz-gr_in_r6b {
  margin: 0 auto;
  max-width: 1320px;
}.bjz-gr_head_r6b {
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}.bjz-gr_head_l_r6b {
  gap: 0.625rem;
  flex: 1;
  min-width: 0;
  align-items: center;
  display: flex;
}.bjz-gr_ic_r6b {
  border-radius: 10px;
  display: flex;
  height: 2rem;
  justify-content: center;
  align-items: center;
  width: 32px;
  flex-shrink: 0;
}.bjz-gr_ic_r6b svg {
  stroke-linecap: round;
  width: 16px;
  height: 1rem;
  stroke-linejoin: round;
}.bjz-gr_title_r6b {
  overflow-wrap: break-word;
  color: #F4EAD0;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width:768px) {.bjz-gr_title_r6b {
  font-size: 1.125rem;
}
}.bjz-gr_more_r6b {
  gap: 5px;
  transition: color .2s;
  color: #9A7458;
  flex-shrink: 0;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  align-items: center;
  white-space: nowrap;
}.bjz-gr_more_r6b:hover {
  color: #CC8B1A;
}.bjz-gr_more_r6b svg {
  stroke-linecap: round;
  width: 12px;
  stroke-linejoin: round;
  height: 0.75rem;
}.bjz-gr_arrows_r6b {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.bjz-gr_arr_r6b {
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.10);
  transition: background .15s,color .15s;
  background: rgba(255,255,255,0.05);
  height: 1.875rem;
  display: flex;
  justify-content: center;
  color: #A87E5A;
  width: 1.875rem;
  align-items: center;
}.bjz-gr_arr_r6b:hover {
  background: rgba(255,255,255,0.07);
  color: #F4EAD0;
}.bjz-gr_arr_r6b svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.813rem;
  height: 13px;
}.bjz-gr_seo_h_r6b {
  margin: 0 0 0.375rem;
  max-width: 42.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #CCAA7E;
  font-weight: 700;
}
@media(min-width: 769px) {.bjz-gr_seo_h_r6b {
  font-size: 14px;
}
}.bjz-gr_seo_r6b {
  overflow-wrap: break-word;
  color: #9A7458;
  max-width: 680px;
  margin-bottom: 12px;
  font-size: 0.75rem;
  line-height: 1.55;
}.bjz-gr_seo_r6b strong {
  font-weight: 600;
  color: #CCAA7E;
}.bjz-gr_scroll_r6b {
  gap: 10px;
  padding-bottom: 10px;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.bjz-gr_scroll_r6b::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.bjz-gr_scroll_r6b {
  gap: 12px;
}
}.bjz-tb_r6b {
  background: #0F0A0C;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  height: 56px;
  display: flex;
  right: 0;
  position: fixed;
  align-items: center;
  left: 0;
  top: 0;
  z-index: 80;
}.bjz-tb_in_r6b {
  gap: 0;
  padding: 0 14px;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}.bjz-tb_burger_r6b {
  border-radius: 0.625rem;
  gap: 5px;
  flex-direction: column;
  display: flex;
  flex-shrink: 0;
  margin-right: 8px;
  align-items: center;
  height: 2.375rem;
  justify-content: center;
  width: 38px;
}.bjz-tb_burger_r6b:hover {
  background: rgba(255,255,255,0.05);
}.bjz-tb_burger_line_r6b {
  border-radius: 1px;
  background: #A87E5A;
  display: block;
  width: 18px;
  height: 2px;
}
@media(min-width: 1083px) {.bjz-tb_burger_r6b {
  display: none;
}
}.bjz-tb_logo_r6b {
  gap: 0.563rem;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
  font-size: 18px;
  margin-right: 1.25rem;
  font-weight: 800;
  flex-shrink: 0;
  color: #F4EAD0;
  letter-spacing: -.01em;
}.bjz-tb_logo_mark_r6b {
  border-radius: 10px;
  overflow: hidden;
  width: 32px;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 32px;
}.bjz-tb_logo_mark_r6b img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.bjz-tb_nav_r6b {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 641px) {.bjz-tb_nav_r6b {
  display: flex;
}
}.bjz-tb_tab_r6b {
  padding: 8px 0.875rem;
  transition: background .15s,color .15s;
  border-radius: 10px;
  color: #A87E5A;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
}.bjz-tb_tab_r6b:hover {
  background: rgba(255,255,255,0.05);
  color: #F4EAD0;
}.bjz-tb_tab_r6b.bjz-state_active_r6b {
  background: rgba(204,139,26,0.18);
  color: #F4EAD0;
}.bjz-tb_right_r6b {
  gap: 0.5rem;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
}.bjz-tb_login_r6b {
  border-radius: 10px;
  padding: 9px 1rem;
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  font-size: 13px;
  font-weight: 600;
  color: #CCAA7E;
  display: none;
}.bjz-tb_login_r6b:hover {
  border-color: rgba(204,139,26,0.42);
  color: #F4EAD0;
}
@media(min-width: 482px) {.bjz-tb_login_r6b {
  display: block;
}
}.bjz-tb_reg_r6b {
  border-radius: 10px;
  transition: background .2s;
  background: #2AA86E;
  padding: 0.563rem 1.125rem;
  color: #0D0A0C;
  font-size: 0.813rem;
  font-weight: 700;
  white-space: nowrap;
}.bjz-tb_reg_r6b:hover {
  background: #32C47E;
}.bjz-sb_r6b {
  transition: transform .25s ease;
  border-right: 1px solid rgba(255,255,255,0.05);
  transform: translateX(-100%);
  background: #1F1316;
  bottom: 0;
  width: 220px;
  overflow-y: auto;
  top: 3.5rem;
  z-index: 70;
  position: fixed;
  left: 0;
}.bjz-sb_r6b.bjz-state_open_r6b {
  transform: translateX(0);
}.bjz-sb_r6b::-webkit-scrollbar {
  width: 0.25rem;
}.bjz-sb_r6b::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width:1080px) {.bjz-sb_r6b {
  transform: translateX(0);
}
}.bjz-sb_auth_r6b {
  padding: 14px 0.75rem 0.625rem;
}.bjz-sb_btn_reg_r6b {
  padding: 11px;
  transition: background .2s;
  border-radius: 10px;
  background: #2AA86E;
  display: block;
  text-align: center;
  font-size: 13px;
  margin-bottom: 8px;
  color: #0D0A0C;
  font-weight: 700;
}.bjz-sb_btn_reg_r6b:hover {
  background: #32C47E;
}.bjz-sb_btn_login_r6b {
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  padding: 10px;
  border-radius: 0.625rem;
  transition: border-color .2s;
  color: #CCAA7E;
  text-align: center;
  display: block;
  font-size: 0.813rem;
  font-weight: 600;
}.bjz-sb_btn_login_r6b:hover {
  border-color: rgba(204,139,26,0.42);
  color: #F4EAD0;
}.bjz-sb_promo_r6b {
  background: linear-gradient(135deg,#3C0E1C,#1F1316);
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(204,139,26,0.18);
  margin: 0 12px 0.625rem;
  padding: 0.75rem 0.875rem;
  position: relative;
}.bjz-sb_promo_r6b::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(204,139,26,0.18),transparent 70%);
  top: -20px;
  height: 80px;
  right: -20px;
  position: absolute;
  width: 5rem;
  content: '';
}.bjz-sb_promo_title_r6b {
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: #CC8B1A;
  margin-bottom: 4px;
}.bjz-sb_promo_text_r6b {
  line-height: 1.35;
  color: #F4EAD0;
  overflow-wrap: break-word;
  font-size: 12px;
  font-weight: 600;
}.bjz-sb_promo_sub_r6b {
  margin-top: 3px;
  font-size: 0.625rem;
  color: #9A7458;
}.bjz-sb_nav_r6b {
  padding: 0.375rem 8px 1rem;
}.bjz-sb_nav_lb_r6b {
  padding: 10px 0.5rem 0.375rem;
  font-weight: 700;
  color: #A07860;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.625rem;
}.bjz-sb_link_r6b {
  padding: 0.563rem 10px;
  border-radius: 6px;
  transition: background .15s,color .15s;
  gap: 0.625rem;
  cursor: pointer;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
  color: #A87E5A;
  font-size: 13px;
  font-weight: 500;
}.bjz-sb_link_r6b:hover {
  background: rgba(255,255,255,0.05);
  color: #F4EAD0;
}.bjz-sb_link_r6b.bjz-state_active_r6b {
  background: rgba(204,139,26,0.18);
  color: #F4EAD0;
}.bjz-sb_ic_r6b {
  border-radius: 0.375rem;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  flex-shrink: 0;
}.bjz-sb_ic_r6b svg {
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
}.bjz-sb_ic_1_r6b {
  background: rgba(204,139,26,0.08);
  color: #CC8B1A;
}.bjz-sb_ic_2_r6b {
  background: rgba(42,168,110,0.18);
  color: #2AA86E;
}.bjz-sb_ic_3_r6b {
  background: rgba(240,180,41,0.16);
  color: #F0B429;
}.bjz-sb_ic_4_r6b {
  background: rgba(139,30,48,0.22);
  color: #8B1E30;
}.bjz-sb_ic_5_r6b {
  background: rgba(204,139,26,0.08);
  color: #E04878;
}.bjz-sb_ic_6_r6b {
  background: rgba(139,30,48,0.22);
  color: #7A3FA5;
}.bjz-sb_badge_r6b {
  background: #F0B429;
  padding: 2px 7px;
  border-radius: 0.375rem;
  font-weight: 700;
  margin-left: auto;
  color: #0D0A0C;
  font-size: 9px;
}.bjz-sb_bot_r6b {
  padding: 12px;
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.5rem;
  display: flex;
}.bjz-sb_lang_r6b,.bjz-sb_help_r6b {
  border: 1px solid rgba(255,255,255,0.05);
  gap: 6px;
  transition: border-color .2s;
  border-radius: 0.375rem;
  flex: 1;
  padding: 0.563rem 6px;
  background: rgba(255,255,255,0.05);
  display: flex;
  font-size: 11px;
  justify-content: center;
  font-weight: 600;
  align-items: center;
  color: #A87E5A;
}.bjz-sb_lang_r6b:hover,.bjz-sb_help_r6b:hover {
  border-color: rgba(204,139,26,0.42);
  color: #F4EAD0;
}.bjz-sb_lang_r6b svg,.bjz-sb_help_r6b svg {
  width: 13px;
  height: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.bjz-sb_bd_r6b {
  background: rgba(9,4,6,0.74);
  inset: 0;
  z-index: 69;
  display: none;
  position: fixed;
}.bjz-sb_bd_r6b.bjz-state_on_r6b {
  display: block;
}
@media(min-width:1080px) {.bjz-sb_bd_r6b {
  display: none!important;
}
}.bjz-mob_nav_r6b {
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #1F1316;
  border-top: 1px solid rgba(255,255,255,0.10);
  position: fixed;
  left: 0;
  z-index: 80;
  bottom: 0;
  right: 0;
  display: flex;
}
@media(min-width: 1083px) {.bjz-mob_nav_r6b {
  display: none;
}
}.bjz-mob_nav_item_r6b {
  flex: 1;
  padding: 0.25rem 2px;
  gap: 4px;
  cursor: pointer;
  color: #A07860;
  align-items: center;
  flex-direction: column;
  display: flex;
}.bjz-mob_nav_ic_r6b {
  line-height: 1;
}.bjz-mob_nav_ic_r6b svg {
  height: 1.25rem;
  width: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.bjz-mob_nav_lb_r6b {
  color: #A07860;
  font-size: 10px;
  font-weight: 600;
}.bjz-mob_nav_item_r6b.bjz-state_active_r6b {
  color: #CC8B1A;
}.bjz-mob_nav_item_r6b.bjz-state_active_r6b .bjz-mob_nav_lb_r6b {
  color: #CC8B1A;
}.bjz-hero_r6b {
  background: #130C0F;
  padding: 20px 1rem 0;
}
@media(min-width: 770px) {.bjz-hero_r6b {
  padding: 24px 24px 0;
}
}.bjz-hero_in_r6b {
  margin: 0 auto;
  gap: 0.75rem;
  max-width: 1320px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.bjz-hero_in_r6b {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1103px) {.bjz-hero_in_r6b {
  grid-template-columns: 1fr 340px;
}
}.bjz-hero_promo_r6b {
  background: #190F12;
  overflow: hidden;
  border-radius: 16px;
  display: flex;
  position: relative;
  min-height: 220px;
  align-items: stretch;
}
@media(min-width: 767px) {.bjz-hero_promo_r6b {
  min-height: 280px;
}
}.bjz-hero_promo_bg_r6b {
  background-position: center;
  background: linear-gradient(120deg,#3C0E1C 0%,#130C0F 100%);
  inset: 0;
  background-size: cover;
  position: absolute;
}.bjz-hero_promo_bg_r6b::after {
  background: linear-gradient(90deg,#130C0F 0%,rgba(9,4,6,0.74) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.bjz-hero_promo_glow_r6b {
  background: radial-gradient(circle,rgba(139,30,48,0.22) 0%,transparent 65%);
  border-radius: 50%;
  right: 60px;
  position: absolute;
  width: 300px;
  pointer-events: none;
  top: -2.5rem;
  height: 300px;
}.bjz-hero_promo_ct_r6b {
  padding: 28px 24px 1.75rem 28px;
  z-index: 2;
  position: relative;
  flex-direction: column;
  display: flex;
  max-width: 480px;
  justify-content: center;
}
@media(min-width: 771px) {.bjz-hero_promo_ct_r6b {
  padding: 40px 32px;
}
}.bjz-hero_badge_r6b {
  border-radius: 1.25rem;
  border: 1px solid rgba(204,139,26,0.08);
  padding: 0.313rem 12px;
  background: rgba(204,139,26,0.18);
  color: #CC8B1A;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  letter-spacing: .08em;
  font-size: 0.625rem;
}.bjz-hero_h1_r6b {
  font-size: 1.625rem;
  line-height: 1.15;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.625rem;
  color: #F4EAD0;
}.bjz-hero_h1_r6b em {
  font-style: normal;
  color: #F0B429;
}
@media(min-width:768px) {.bjz-hero_h1_r6b {
  font-size: 2.25rem;
}
}.bjz-hero_sub_r6b {
  font-size: 0.813rem;
  line-height: 1.55;
  margin-bottom: 20px;
  color: #A87E5A;
}
@media(min-width: 767px) {.bjz-hero_sub_r6b {
  font-size: 14px;
}
}.bjz-hero_row_r6b {
  gap: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.bjz-hero_cta_r6b {
  border-radius: 10px;
  background: #2AA86E;
  transition: background .2s;
  padding: 0.813rem 26px;
  font-weight: 700;
  font-size: 0.875rem;
  color: #0D0A0C;
  box-shadow: 0 4px 1.125rem rgba(42,168,110,0.52), 0 1px 4px rgba(0,0,0,0.40);
}.bjz-hero_cta_r6b:hover {
  background: #32C47E;
}.bjz-hero_terms_r6b {
  color: #A07860;
  font-size: 0.688rem;
}.bjz-hero_game_r6b {
  border-radius: 1rem;
  background: #190F12;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.05);
  position: relative;
  display: flex;
  flex-direction: column;
}.bjz-hero_game_badge_r6b {
  border: 1px solid rgba(240,180,41,0.16);
  background: rgba(240,180,41,0.16);
  border-radius: 1.25rem;
  padding: 5px 10px;
  position: absolute;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.625rem;
  z-index: 3;
  letter-spacing: .06em;
  left: 12px;
  top: 12px;
  color: #F0B429;
}.bjz-hero_game_badge_r6b svg {
  height: 11px;
  vertical-align: -1px;
  width: 0.688rem;
  margin-right: 0.25rem;
}.bjz-hero_game_img_r6b {
  overflow: hidden;
  background: linear-gradient(135deg,#3C0E1C,#130C0F);
  position: relative;
  padding-bottom: 60%;
}.bjz-hero_game_img_r6b img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}.bjz-hero_game_play_r6b {
  inset: 0;
  background: rgba(9,4,6,0.74);
  transition: opacity .2s;
  opacity: 0;
  position: absolute;
  align-items: center;
  justify-content: center;
  display: flex;
}.bjz-hero_game_r6b:hover .bjz-hero_game_play_r6b {
  opacity: 1;
}.bjz-hero_game_play_r6b span {
  background: #CC8B1A;
  border-radius: 50%;
  align-items: center;
  height: 52px;
  justify-content: center;
  display: flex;
  width: 3.25rem;
}.bjz-hero_game_play_r6b span svg {
  width: 1.125rem;
  margin-left: 2px;
  height: 18px;
}.bjz-hero_game_info_r6b {
  padding: 14px 1rem;
}.bjz-hero_game_title_r6b {
  color: #F4EAD0;
  overflow-wrap: break-word;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0.25rem;
}.bjz-hero_game_provider_r6b {
  color: #9A7458;
  font-size: 0.688rem;
}.bjz-hero_game_btn_r6b {
  padding: 0.688rem;
  transition: background .2s;
  border-radius: 10px;
  margin: 12px 16px 16px;
  background: #CC8B1A;
  color: #F4EAD0;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 0.813rem;
}.bjz-hero_game_r6b:hover .bjz-hero_game_btn_r6b {
  background: #E09C28;
}.bjz-sbar_r6b {
  padding: 1rem 1rem 0;
  background: #130C0F;
}
@media(min-width: 769px) {.bjz-sbar_r6b {
  padding: 18px 1.5rem 0;
}
}.bjz-sbar_in_r6b {
  margin: 0 auto;
  max-width: 1320px;
}.bjz-sbar_row_r6b {
  gap: 10px;
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}.bjz-sbar_input_r6b {
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.10);
  gap: 10px;
  border-radius: 0.625rem;
  padding: 0.688rem 1rem;
  flex: 1;
  background: #190F12;
  color: #9A7458;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.813rem;
}.bjz-sbar_input_r6b:hover {
  border-color: rgba(204,139,26,0.42);
}.bjz-sbar_input_r6b svg {
  flex-shrink: 0;
  width: 0.938rem;
  height: 0.938rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.bjz-sbar_providers_r6b {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.625rem;
  transition: border-color .2s;
  gap: 0.5rem;
  background: #190F12;
  padding: 0.688rem 18px;
  font-weight: 600;
  font-size: 0.813rem;
  white-space: nowrap;
  align-items: center;
  display: flex;
  color: #CCAA7E;
}.bjz-sbar_providers_r6b:hover {
  border-color: rgba(204,139,26,0.42);
  color: #F4EAD0;
}.bjz-sbar_providers_r6b svg {
  stroke-linejoin: round;
  width: 14px;
  stroke-linecap: round;
  height: 14px;
}.bjz-sbar_tabs_r6b {
  gap: 0.375rem;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}.bjz-sbar_tabs_r6b::-webkit-scrollbar {
  display: none;
}.bjz-sbar_tab_r6b {
  transition: background .15s,color .15s,border-color .15s;
  background: rgba(255,255,255,0.05);
  border-radius: 1.25rem;
  gap: 7px;
  border: 1px solid rgba(255,255,255,0.05);
  padding: 8px 0.875rem;
  font-size: 12px;
  align-items: center;
  color: #A87E5A;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 600;
  display: flex;
}.bjz-sbar_tab_r6b:hover {
  border-color: rgba(204,139,26,0.42);
  background: rgba(255,255,255,0.07);
  color: #F4EAD0;
}.bjz-sbar_tab_r6b.bjz-state_active_r6b {
  border-color: rgba(204,139,26,0.08);
  background: rgba(204,139,26,0.18);
  color: #F4EAD0;
}.bjz-sbar_tab_ic_r6b svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
  width: 14px;
}.bjz-gcg_r6b {
  background: #130C0F;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.bjz-gcg_r6b {
  padding: 2.75rem 24px 0;
}
}.bjz-gcg_in_r6b {
  margin: 0 auto;
  max-width: 82.5rem;
}.bjz-gcg_head_r6b {
  margin-bottom: 20px;
  max-width: 45rem;
}.bjz-gcg_label_r6b {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  color: #CC8B1A;
  letter-spacing: .08em;
}.bjz-gcg_h2_r6b {
  overflow-wrap: break-word;
  font-size: 1.375rem;
  margin-bottom: 8px;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  color: #F4EAD0;
}
@media(min-width: 766px) {.bjz-gcg_h2_r6b {
  font-size: 1.75rem;
}
}.bjz-gcg_intro_r6b {
  font-size: 13px;
  line-height: 1.6;
  color: #9A7458;
}.bjz-gcg_grid_r6b {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.bjz-gcg_grid_r6b {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.bjz-gcg_grid_r6b {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.bjz-gcg_card_r6b {
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 1rem;
  padding: 1.25rem;
  overflow: hidden;
  min-height: 15rem;
  justify-content: flex-end;
  display: flex;
  position: relative;
  cursor: pointer;
  flex-direction: column;
}.bjz-gcg_card_r6b:hover {
  border-color: rgba(204,139,26,0.18);
  transform: translateY(-3px);
}.bjz-gcg_card_bg_r6b {
  inset: 0;
  z-index: 0;
  position: absolute;
}.bjz-gcg_card_bg_r6b::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.bjz-gcg_card_ic_r6b {
  border-radius: 6px;
  background: rgba(0,0,0,.45);
  height: 2.5rem;
  color: #F4EAD0;
  display: flex;
  align-items: center;
  right: 1.125rem;
  position: absolute;
  justify-content: center;
  width: 40px;
  z-index: 2;
  top: 1.125rem;
}.bjz-gcg_card_ic_r6b svg {
  height: 1.25rem;
  stroke-linejoin: round;
  width: 20px;
  stroke-linecap: round;
}.bjz-gcg_card_ct_r6b {
  z-index: 1;
  position: relative;
}.bjz-gcg_card_h_r6b {
  font-size: 18px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F4EAD0;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media(min-width: 770px) {.bjz-gcg_card_h_r6b {
  font-size: 1.25rem;
}
}.bjz-gcg_card_p_r6b {
  margin-bottom: 10px;
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 12px;
  color: rgba(255,255,255,.82);
}.bjz-gcg_card_p_r6b strong {
  color: #F4EAD0;
  font-weight: 600;
}.bjz-gcg_card_cta_r6b {
  gap: 4px;
  display: inline-flex;
  color: #CC8B1A;
  align-items: center;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 0.75rem;
}.bjz-gcg_card_cta_r6b svg {
  stroke-linejoin: round;
  height: 0.75rem;
  width: 12px;
  stroke-linecap: round;
}.bjz-ws_r6b {
  background: #130C0F;
  padding: 32px 16px 0;
}
@media(min-width: 767px) {.bjz-ws_r6b {
  padding: 36px 24px 0;
}
}.bjz-ws_in_r6b {
  margin: 0 auto;
  max-width: 82.5rem;
}.bjz-ws_head_r6b {
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 14px;
  align-items: center;
  justify-content: space-between;
  display: flex;
}.bjz-ws_title_r6b {
  gap: 10px;
  display: flex;
  font-weight: 700;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  align-items: center;
  color: #F4EAD0;
  flex-wrap: wrap;
  overflow-wrap: break-word;
}.bjz-ws_title_ic_r6b svg {
  height: 18px;
  stroke-linejoin: round;
  width: 18px;
  stroke-linecap: round;
  color: #F0B429;
}.bjz-ws_online_r6b {
  gap: 0.438rem;
  font-weight: 600;
  display: flex;
  color: #9A7458;
  font-size: 12px;
  align-items: center;
}.bjz-ws_online_dot_r6b {
  border-radius: 50%;
  background: #2AA86E;
  flex-shrink: 0;
  width: 0.5rem;
  box-shadow: 0 0 6px rgba(42,168,110,0.18);
  height: 0.5rem;
}.bjz-ws_scroll_r6b {
  gap: 0.5rem;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
  display: flex;
  overflow-x: auto;
}.bjz-ws_scroll_r6b::-webkit-scrollbar {
  display: none;
}.bjz-wc_r6b {
  border-radius: 10px;
  background: #190F12;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.10);
  gap: 0.625rem;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  min-width: 220px;
}.bjz-wc_img_r6b {
  background: #1F1316;
  overflow: hidden;
  border-radius: 6px;
  height: 36px;
  flex-shrink: 0;
  width: 2.25rem;
}.bjz-wc_img_r6b img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.bjz-wc_info_r6b {
  min-width: 0;
}.bjz-wc_game_r6b {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #CCAA7E;
  white-space: nowrap;
  font-weight: 600;
  font-size: 12px;
}.bjz-wc_player_r6b {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.625rem;
  text-overflow: ellipsis;
  color: #A07860;
}.bjz-wc_amount_r6b {
  color: #2AA86E;
  font-size: 13px;
  flex-shrink: 0;
  margin-left: auto;
  white-space: nowrap;
  font-weight: 700;
}.bjz-reg_r6b {
  background: #130C0F;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.bjz-reg_r6b {
  padding: 2.75rem 1.5rem 0;
}
}.bjz-reg_in_r6b {
  border-radius: 16px;
  padding: 28px 1.5rem;
  margin: 0 auto;
  background: #1F1316;
  border: 1px solid rgba(255,255,255,0.05);
  max-width: 1320px;
}
@media(min-width: 765px) {.bjz-reg_in_r6b {
  padding: 2.5rem;
}
}.bjz-reg_top_r6b {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 857px) {.bjz-reg_top_r6b {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.bjz-reg_label_r6b {
  color: #CC8B1A;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
}.bjz-reg_h2_r6b {
  margin-bottom: 0.75rem;
  font-family: 'Cormorant Garamond', serif;
  color: #F4EAD0;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 22px;
  line-height: 1.2;
}
@media(min-width: 770px) {.bjz-reg_h2_r6b {
  font-size: 28px;
}
}.bjz-reg_bonus_r6b {
  background: rgba(240,180,41,0.16);
  border-radius: 0.625rem;
  padding: 10px 1rem;
  gap: 8px;
  border: 1px solid rgba(240,180,41,0.16);
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}.bjz-reg_bonus_amount_r6b {
  font-size: 1.25rem;
  color: #F0B429;
  font-weight: 800;
}.bjz-reg_bonus_text_r6b {
  line-height: 1.35;
  font-size: 13px;
  color: #A87E5A;
}.bjz-reg_cta_btn_r6b {
  background: #2AA86E;
  border-radius: 10px;
  padding: 0.875rem 2rem;
  transition: background .2s;
  font-size: 0.938rem;
  color: #0D0A0C;
  font-weight: 700;
  margin-bottom: 0.75rem;
  display: inline-block;
  box-shadow: 0 0.25rem 1.125rem rgba(42,168,110,0.52), 0 1px 4px rgba(0,0,0,0.40);
}.bjz-reg_cta_btn_r6b:hover {
  background: #32C47E;
}.bjz-reg_terms_r6b {
  line-height: 1.5;
  color: #A07860;
  font-size: 11px;
}.bjz-reg_seo_r6b {
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #9A7458;
  font-size: 13px;
  overflow-wrap: break-word;
  padding-top: 20px;
  margin-top: 1.25rem;
  line-height: 1.65;
}.bjz-reg_seo_r6b p {
  margin-bottom: 0.625rem;
  color: #9A7458;
  font-size: 0.813rem;
  line-height: 1.65;
}.bjz-reg_seo_r6b p:last-child {
  margin-bottom: 0;
}.bjz-reg_seo_r6b strong {
  font-weight: 700;
  color: #CCAA7E;
}.bjz-reg_seo_r6b a {
  transition: color .2s;
  color: #CC8B1A;
  text-decoration: underline;
}.bjz-reg_seo_r6b a:hover {
  color: #E09C28;
}.bjz-reg_seo_r6b ul,.bjz-reg_seo_r6b ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.bjz-reg_seo_r6b ol {
  list-style: decimal;
}.bjz-reg_seo_r6b li {
  margin-bottom: 4px;
  line-height: 1.65;
  color: #9A7458;
  font-size: 0.813rem;
}.bjz-reg_seo_r6b table {
  width: 100%;
  font-size: 0.813rem;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  margin-bottom: 10px;
}
@media(min-width: 771px) {.bjz-reg_seo_r6b table {
  display: table;
}
}.bjz-reg_seo_r6b th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 8px;
  font-weight: 700;
  text-align: left;
  color: #CCAA7E;
}.bjz-reg_seo_r6b td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9A7458;
}.bjz-reg_steps_r6b {
  gap: 14px;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}
@media(min-width: 862px) {.bjz-reg_steps_r6b {
  margin-top: 0;
}
}.bjz-reg_step_r6b {
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  gap: 14px;
  border: 1px solid rgba(255,255,255,0.05);
  padding: 16px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.bjz-reg_step_num_r6b {
  border: 1px solid rgba(204,139,26,0.08);
  background: rgba(204,139,26,0.18);
  border-radius: 50%;
  color: #CC8B1A;
  height: 2.125rem;
  display: flex;
  font-size: 0.875rem;
  flex-shrink: 0;
  font-weight: 800;
  width: 34px;
  justify-content: center;
  align-items: center;
}.bjz-reg_step_title_r6b {
  font-size: 14px;
  font-weight: 700;
  color: #F4EAD0;
  margin-bottom: 3px;
}.bjz-reg_step_text_r6b {
  color: #9A7458;
  font-size: 12px;
  line-height: 1.5;
}.bjz-reg_trust_r6b {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.625rem;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}.bjz-reg_trust_item_r6b {
  gap: 7px;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
  color: #9A7458;
  font-size: 12px;
}.bjz-reg_trust_ic_r6b svg {
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
  color: #CC8B1A;
  width: 16px;
}.bjz-prov_r6b {
  background: #130C0F;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.bjz-prov_r6b {
  padding: 44px 1.5rem 0;
}
}.bjz-prov_in_r6b {
  margin: 0 auto;
  max-width: 82.5rem;
}.bjz-prov_head_r6b {
  margin-bottom: 16px;
}.bjz-prov_label_r6b {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  color: #CC8B1A;
}.bjz-prov_h2_r6b {
  color: #F4EAD0;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.bjz-prov_h2_r6b {
  font-size: 24px;
}
}.bjz-prov_seo_r6b {
  color: #9A7458;
  font-size: 0.813rem;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
  max-width: 38.75rem;
  line-height: 1.6;
}.bjz-prov_seo_r6b strong {
  font-weight: 700;
  color: #CCAA7E;
}.bjz-prov_seo_r6b a {
  color: #CC8B1A;
  text-decoration: underline;
}.bjz-prov_grid_r6b {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width:640px) {.bjz-prov_grid_r6b {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width:1080px) {.bjz-prov_grid_r6b {
  grid-template-columns: repeat(8,1fr);
}
}.bjz-prov_card_r6b {
  padding: 14px 0.625rem;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 10px;
  transition: border-color .2s,background .2s;
  gap: 0.438rem;
  background: #190F12;
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
}.bjz-prov_card_r6b:hover {
  background: #1F1316;
  border-color: rgba(204,139,26,0.42);
}.bjz-prov_logo_r6b {
  overflow: hidden;
  border-radius: 0.375rem;
  background: rgba(255,255,255,0.05);
  height: 44px;
  justify-content: center;
  width: 44px;
  display: flex;
  align-items: center;
}.bjz-prov_logo_r6b img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.bjz-prov_name_r6b {
  color: #A87E5A;
  font-weight: 600;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  text-align: center;
}.bjz-app_r6b {
  background: #130C0F;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.bjz-app_r6b {
  padding: 2.75rem 24px 0;
}
}.bjz-app_in_r6b {
  margin: 0 auto;
  max-width: 82.5rem;
}.bjz-app_head_r6b {
  margin-bottom: 16px;
}.bjz-app_label_r6b {
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #CC8B1A;
}.bjz-app_h2_r6b {
  overflow-wrap: break-word;
  color: #F4EAD0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  margin-bottom: 6px;
  font-weight: 800;
}
@media(min-width: 770px) {.bjz-app_h2_r6b {
  font-size: 1.5rem;
}
}.bjz-app_sub_r6b {
  font-size: 0.813rem;
  max-width: 37.5rem;
  overflow-wrap: break-word;
  color: #9A7458;
  line-height: 1.6;
}.bjz-app_sub_r6b strong {
  color: #CCAA7E;
  font-weight: 700;
}.bjz-app_cards_r6b {
  gap: 0.625rem;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:640px) {.bjz-app_cards_r6b {
  grid-template-columns: repeat(3,1fr);
}
}.bjz-app_card_r6b {
  border-radius: 10px;
  overflow: hidden;
  gap: 16px;
  padding: 20px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}.bjz-app_card_ios_r6b {
  background: linear-gradient(135deg,rgba(204,139,26,0.18) 0%,#1F1316 100%);
}.bjz-app_card_android_r6b {
  background: linear-gradient(135deg,rgba(42,168,110,0.18) 0%,#1F1316 100%);
}.bjz-app_card_win_r6b {
  background: linear-gradient(135deg,rgba(240,180,41,0.16) 0%,#1F1316 100%);
}.bjz-app_card_ic_r6b svg {
  stroke-linejoin: round;
  width: 2.125rem;
  stroke-linecap: round;
  height: 34px;
}.bjz-app_card_ic_r6b {
  flex-shrink: 0;
  color: #F4EAD0;
}.bjz-app_card_os_r6b {
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
  color: #9A7458;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
}.bjz-app_card_title_r6b {
  margin-bottom: 6px;
  color: #F4EAD0;
  font-size: 0.938rem;
  line-height: 1.2;
  font-weight: 700;
  overflow-wrap: break-word;
}.bjz-app_card_text_r6b {
  font-size: 0.75rem;
  color: #9A7458;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.5;
}.bjz-app_card_btn_r6b {
  padding: 10px 18px;
  background: rgba(255,255,255,0.12);
  gap: 0.438rem;
  border: 1px solid rgba(204,139,26,0.42);
  transition: background .2s;
  border-radius: 0.375rem;
  color: #F4EAD0;
  font-size: 0.813rem;
  align-items: center;
  display: inline-flex;
  font-weight: 700;
}.bjz-app_card_btn_r6b:hover {
  background: rgba(255,255,255,0.07);
}.bjz-htp_r6b {
  padding: 2.25rem 1rem 0;
  background: #130C0F;
}
@media(min-width: 770px) {.bjz-htp_r6b {
  padding: 44px 24px 0;
}
}.bjz-htp_in_r6b {
  margin: 0 auto;
  max-width: 1320px;
}.bjz-htp_head_r6b {
  max-width: 45rem;
  margin-bottom: 1.375rem;
}.bjz-htp_label_r6b {
  color: #CC8B1A;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.bjz-htp_h2_r6b {
  margin-bottom: 8px;
  font-size: 1.375rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  color: #F4EAD0;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.bjz-htp_h2_r6b {
  font-size: 1.75rem;
}
}.bjz-htp_intro_r6b {
  font-size: 14px;
  color: #9A7458;
  line-height: 1.6;
}.bjz-htp_steps_r6b {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0.75rem;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.bjz-htp_steps_r6b {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.bjz-htp_steps_r6b {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.bjz-htp_step_r6b {
  padding: 20px 1.125rem 1.125rem;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.10);
  background: #1F1316;
  position: relative;
  flex-direction: column;
  display: flex;
}.bjz-htp_step_num_r6b {
  background: #CC8B1A;
  border-radius: 50%;
  width: 28px;
  font-size: 13px;
  font-weight: 800;
  left: 20px;
  font-family: 'Cormorant Garamond', serif;
  color: #0D0A0C;
  height: 28px;
  justify-content: center;
  top: -12px;
  position: absolute;
  align-items: center;
  display: flex;
}.bjz-htp_step_ic_r6b {
  border-radius: 0.375rem;
  margin: 8px 0 12px;
  background: rgba(204,139,26,0.18);
  width: 2.25rem;
  display: flex;
  justify-content: center;
  color: #CC8B1A;
  height: 2.25rem;
  align-items: center;
}.bjz-htp_step_ic_r6b svg {
  stroke-linecap: round;
  height: 18px;
  stroke-linejoin: round;
  width: 18px;
}.bjz-htp_step_h_r6b {
  margin-bottom: 6px;
  color: #F4EAD0;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-weight: 700;
  font-size: 0.875rem;
}.bjz-htp_step_p_r6b {
  font-size: 0.813rem;
  color: #9A7458;
  overflow-wrap: break-word;
  line-height: 1.55;
}.bjz-htp_step_p_r6b strong {
  font-weight: 600;
  color: #CCAA7E;
}.bjz-htp_cta_r6b {
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  background: #2AA86E;
  border-radius: 10px;
  font-weight: 700;
  color: #0D0A0C;
  margin-top: 1.25rem;
  display: inline-block;
  font-size: 14px;
}.bjz-htp_cta_r6b:hover {
  background: #32C47E;
}.bjz-bon_r6b {
  background: #130C0F;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.bjz-bon_r6b {
  padding: 44px 24px 0;
}
}.bjz-bon_in_r6b {
  margin: 0 auto;
  max-width: 1320px;
}.bjz-bon_head_r6b {
  margin-bottom: 1.25rem;
}.bjz-bon_label_r6b {
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  color: #CC8B1A;
  letter-spacing: .08em;
}.bjz-bon_h2_r6b {
  color: #F4EAD0;
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 0.5rem;
  font-weight: 800;
}
@media(min-width: 771px) {.bjz-bon_h2_r6b {
  font-size: 24px;
}
}.bjz-bon_seo_r6b {
  max-width: 620px;
  color: #9A7458;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
}.bjz-bon_seo_r6b strong {
  color: #CCAA7E;
  font-weight: 700;
}.bjz-bon_seo_r6b a {
  text-decoration: underline;
  color: #CC8B1A;
}.bjz-bon_grid_r6b {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 643px) {.bjz-bon_grid_r6b {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.bjz-bon_grid_r6b {
  grid-template-columns: repeat(5,1fr);
}
}.bjz-bon_card_r6b {
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s,transform .2s;
  border-radius: 10px;
  background: #190F12;
}.bjz-bon_card_r6b:hover {
  border-color: rgba(204,139,26,0.08);
  transform: translateY(-2px);
}.bjz-bon_card_ic_r6b svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 26px;
  height: 26px;
}.bjz-bon_card_ic_r6b {
  margin-bottom: 10px;
}.bjz-bon_card_type_r6b {
  font-size: 10px;
  color: #9A7458;
  letter-spacing: .06em;
  font-weight: 700;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
}.bjz-bon_card_amount_r6b {
  font-size: 1.125rem;
  color: #F0B429;
  font-weight: 800;
  margin-bottom: 0.375rem;
  line-height: 1.1;
}.bjz-bon_card_name_r6b {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 0.813rem;
  color: #F4EAD0;
}.bjz-bon_card_detail_r6b {
  border-top: 1px solid rgba(255,255,255,0.05);
  line-height: 1.5;
  overflow-wrap: break-word;
  color: #A07860;
  padding-top: 8px;
  font-size: 0.688rem;
}.bjz-faq_r6b {
  background: #130C0F;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.bjz-faq_r6b {
  padding: 2.75rem 24px 0;
}
}.bjz-faq_in_r6b {
  margin: 0 auto;
  max-width: 82.5rem;
}.bjz-faq_head_r6b {
  margin-bottom: 20px;
}.bjz-faq_label_r6b {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #CC8B1A;
}.bjz-faq_h2_r6b {
  font-weight: 800;
  color: #F4EAD0;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 765px) {.bjz-faq_h2_r6b {
  font-size: 24px;
}
}.bjz-faq_list_r6b {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.bjz-faq_item_r6b {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  background: #1F1316;
}.bjz-faq_q_r6b {
  gap: 0.75rem;
  transition: color .2s;
  padding: 1rem 1.25rem;
  justify-content: space-between;
  color: #CCAA7E;
  flex-wrap: wrap;
  display: flex;
  cursor: pointer;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  align-items: center;
  font-weight: 600;
}.bjz-faq_q_r6b:hover {
  color: #F4EAD0;
}.bjz-faq_q_ic_r6b {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255,255,255,0.05);
  font-size: 1rem;
  color: #CC8B1A;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 24px;
  display: flex;
}.bjz-faq_item_r6b.bjz-state_open_r6b .bjz-faq_q_ic_r6b {
  transform: rotate(45deg);
}.bjz-faq_a_r6b {
  padding: 0 1.25rem 1rem;
  font-size: 13px;
  overflow-wrap: break-word;
  display: none;
  line-height: 1.7;
  color: #9A7458;
}.bjz-faq_item_r6b.bjz-state_open_r6b .bjz-faq_a_r6b {
  display: block;
}.bjz-faq_a_r6b strong {
  font-weight: 700;
  color: #CCAA7E;
}.bjz-faq_a_r6b a {
  text-decoration: underline;
  color: #CC8B1A;
}.bjz-faq_a_r6b ul,.bjz-faq_a_r6b ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.bjz-faq_a_r6b ol {
  list-style: decimal;
}.bjz-faq_a_r6b li {
  margin-bottom: 4px;
  line-height: 1.6;
}.bjz-faq_a_r6b table {
  margin: 0.5rem 0;
  font-size: 0.75rem;
  display: block;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 771px) {.bjz-faq_a_r6b table {
  display: table;
}
}.bjz-faq_a_r6b th {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #CCAA7E;
  text-align: left;
}.bjz-faq_a_r6b td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9A7458;
}.bjz-seo_r6b {
  padding: 2.25rem 1rem 0;
  background: #130C0F;
}
@media(min-width: 771px) {.bjz-seo_r6b {
  padding: 2.75rem 1.5rem 0;
}
}.bjz-seo_in_r6b {
  background: #1F1316;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  padding: 28px 24px;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 769px) {.bjz-seo_in_r6b {
  padding: 2.25rem 2.5rem;
}
}.bjz-seo_label_r6b {
  font-size: 11px;
  margin-bottom: 0.625rem;
  color: #CC8B1A;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.bjz-seo_h2_r6b {
  font-family: 'Cormorant Garamond', serif;
  color: #F4EAD0;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.bjz-seo_h2_r6b {
  font-size: 24px;
}
}.bjz-seo_body_r6b {
  color: #A87E5A;
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
}.bjz-seo_body_r6b p {
  font-size: 14px;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #A87E5A;
}.bjz-seo_body_r6b p:last-child {
  margin-bottom: 0;
}.bjz-seo_body_r6b strong {
  color: #CCAA7E;
  font-weight: 700;
}.bjz-seo_body_r6b a {
  transition: color .2s;
  color: #CC8B1A;
  text-decoration: underline;
}.bjz-seo_body_r6b a:hover {
  color: #E09C28;
}.bjz-seo_body_r6b ul,.bjz-seo_body_r6b ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.bjz-seo_body_r6b ol {
  list-style: decimal;
}.bjz-seo_body_r6b li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #A87E5A;
  font-size: 14px;
}.bjz-seo_body_r6b table {
  margin-bottom: 12px;
  font-size: 0.813rem;
  border-collapse: collapse;
  width: 100%;
  display: block;
  overflow-x: auto;
}
@media(min-width:768px) {.bjz-seo_body_r6b table {
  display: table;
}
}.bjz-seo_body_r6b th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #CCAA7E;
}.bjz-seo_body_r6b td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #A87E5A;
}.bjz-seo_cols_r6b {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.bjz-seo_cols_r6b {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.bjz-seo_cols_r6b {
  grid-template-columns: repeat(3,1fr);
}
}.bjz-seo_col_h_r6b {
  color: #CCAA7E;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
}.bjz-seo_col_p_r6b {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #9A7458;
}.bjz-seo_stats_r6b {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.bjz-seo_stat_r6b {
  padding: 14px 16px;
  flex: 1;
  border: 1px solid rgba(204,139,26,0.18);
  background: rgba(204,139,26,0.08);
  border-radius: 0.625rem;
  min-width: 140px;
}.bjz-seo_stat_val_r6b {
  font-size: 20px;
  margin-bottom: 0.25rem;
  color: #CC8B1A;
  font-weight: 800;
  overflow-wrap: break-word;
}.bjz-seo_stat_lb_r6b {
  color: #9A7458;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.bjz-seo_r6b {
  background: #130C0F;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.bjz-seo_r6b {
  padding: 44px 1.5rem 0;
}
}.bjz-seo_in_r6b {
  background: #1F1316;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 28px 1.5rem;
  margin: 0 auto;
  border-radius: 1rem;
  max-width: 1320px;
}
@media(min-width: 771px) {.bjz-seo_in_r6b {
  padding: 2.25rem 2.5rem;
}
}.bjz-seo_label_r6b {
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  color: #CC8B1A;
}.bjz-seo_h2_r6b {
  color: #F4EAD0;
  font-weight: 800;
  line-height: 1.25;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.bjz-seo_h2_r6b {
  font-size: 24px;
}
}.bjz-seo_body_r6b {
  color: #A87E5A;
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.bjz-seo_body_r6b p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.75;
  color: #A87E5A;
}.bjz-seo_body_r6b p:last-child {
  margin-bottom: 0;
}.bjz-seo_body_r6b strong {
  color: #CCAA7E;
  font-weight: 700;
}.bjz-seo_body_r6b a {
  transition: color .2s;
  color: #CC8B1A;
  text-decoration: underline;
}.bjz-seo_body_r6b a:hover {
  color: #E09C28;
}.bjz-seo_body_r6b ul,.bjz-seo_body_r6b ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.bjz-seo_body_r6b ol {
  list-style: decimal;
}.bjz-seo_body_r6b li {
  margin-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A87E5A;
}.bjz-seo_body_r6b table {
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
  display: block;
}
@media(min-width: 765px) {.bjz-seo_body_r6b table {
  display: table;
}
}.bjz-seo_body_r6b th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #CCAA7E;
}.bjz-seo_body_r6b td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #A87E5A;
}.bjz-seo_cols_r6b {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width:640px) {.bjz-seo_cols_r6b {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.bjz-seo_cols_r6b {
  grid-template-columns: repeat(3,1fr);
}
}.bjz-seo_col_h_r6b {
  color: #CCAA7E;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-size: 13px;
}.bjz-seo_col_p_r6b {
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #9A7458;
}.bjz-seo_stats_r6b {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.bjz-seo_stat_r6b {
  border: 1px solid rgba(204,139,26,0.18);
  padding: 14px 16px;
  border-radius: 10px;
  flex: 1;
  background: rgba(204,139,26,0.08);
  min-width: 8.75rem;
}.bjz-seo_stat_val_r6b {
  color: #CC8B1A;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 4px;
}.bjz-seo_stat_lb_r6b {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #9A7458;
}.bjz-seo_r6b {
  background: #130C0F;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.bjz-seo_r6b {
  padding: 44px 1.5rem 0;
}
}.bjz-seo_in_r6b {
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.10);
  background: #1F1316;
  padding: 28px 24px;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 771px) {.bjz-seo_in_r6b {
  padding: 2.25rem 2.5rem;
}
}.bjz-seo_label_r6b {
  color: #CC8B1A;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.bjz-seo_h2_r6b {
  margin-bottom: 14px;
  color: #F4EAD0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 770px) {.bjz-seo_h2_r6b {
  font-size: 1.5rem;
}
}.bjz-seo_body_r6b {
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #A87E5A;
}.bjz-seo_body_r6b p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  font-size: 14px;
  color: #A87E5A;
}.bjz-seo_body_r6b p:last-child {
  margin-bottom: 0;
}.bjz-seo_body_r6b strong {
  font-weight: 700;
  color: #CCAA7E;
}.bjz-seo_body_r6b a {
  transition: color .2s;
  text-decoration: underline;
  color: #CC8B1A;
}.bjz-seo_body_r6b a:hover {
  color: #E09C28;
}.bjz-seo_body_r6b ul,.bjz-seo_body_r6b ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.bjz-seo_body_r6b ol {
  list-style: decimal;
}.bjz-seo_body_r6b li {
  margin-bottom: 0.375rem;
  color: #A87E5A;
  line-height: 1.75;
  font-size: 0.875rem;
}.bjz-seo_body_r6b table {
  width: 100%;
  border-collapse: collapse;
  display: block;
  font-size: 13px;
  margin-bottom: 0.75rem;
  overflow-x: auto;
}
@media(min-width: 765px) {.bjz-seo_body_r6b table {
  display: table;
}
}.bjz-seo_body_r6b th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  font-weight: 700;
  color: #CCAA7E;
}.bjz-seo_body_r6b td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #A87E5A;
}.bjz-seo_cols_r6b {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 643px) {.bjz-seo_cols_r6b {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.bjz-seo_cols_r6b {
  grid-template-columns: repeat(3,1fr);
}
}.bjz-seo_col_h_r6b {
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.813rem;
  color: #CCAA7E;
}.bjz-seo_col_p_r6b {
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #9A7458;
}.bjz-seo_stats_r6b {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.bjz-seo_stat_r6b {
  border-radius: 10px;
  padding: 14px 1rem;
  flex: 1;
  background: rgba(204,139,26,0.08);
  border: 1px solid rgba(204,139,26,0.18);
  min-width: 140px;
}.bjz-seo_stat_val_r6b {
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  color: #CC8B1A;
  margin-bottom: 0.25rem;
}.bjz-seo_stat_lb_r6b {
  overflow-wrap: break-word;
  color: #9A7458;
  font-size: 0.688rem;
}.bjz-ft_r6b {
  background: #090508;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 48px;
}.bjz-ft_support_r6b {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 769px) {.bjz-ft_support_r6b {
  padding: 28px 1.5rem;
}
}.bjz-ft_support_in_r6b {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  max-width: 82.5rem;
  flex-wrap: wrap;
  display: flex;
}.bjz-ft_support_main_r6b {
  flex: 1;
  gap: 1rem;
  align-items: center;
  min-width: 13.75rem;
  flex-wrap: wrap;
  display: flex;
}.bjz-ft_support_ic_r6b {
  flex-shrink: 0;
  color: #CC8B1A;
}.bjz-ft_support_ic_r6b svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.875rem;
  height: 30px;
}.bjz-ft_support_text_title_r6b {
  overflow-wrap: break-word;
  font-size: 0.938rem;
  font-weight: 700;
  margin-bottom: 3px;
  color: #F4EAD0;
}.bjz-ft_support_text_sub_r6b {
  font-size: 12px;
  color: #9A7458;
  overflow-wrap: break-word;
}.bjz-ft_support_btn_r6b {
  border-radius: 10px;
  background: #CC8B1A;
  padding: 11px 22px;
  transition: background .2s;
  font-weight: 700;
  white-space: nowrap;
  color: #F4EAD0;
  font-size: 13px;
  flex-shrink: 0;
}.bjz-ft_support_btn_r6b:hover {
  background: #E09C28;
}.bjz-ft_support_contacts_r6b {
  gap: 1rem;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.bjz-ft_support_contact_r6b {
  line-height: 1.4;
  font-size: 0.75rem;
  color: #A07860;
}.bjz-ft_support_contact_r6b strong {
  margin-bottom: 2px;
  color: #A87E5A;
  font-size: 0.688rem;
  font-weight: 600;
  display: block;
}.bjz-ft_main_r6b {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 32px 1rem 1.5rem;
}
@media(min-width:768px) {.bjz-ft_main_r6b {
  padding: 2.5rem 24px 2rem;
}
}.bjz-ft_main_in_r6b {
  gap: 1.5rem;
  margin: 0 auto;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 643px) {.bjz-ft_main_in_r6b {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.bjz-ft_main_in_r6b {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.bjz-ft_col_logo_r6b {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.bjz-ft_col_logo_r6b {
  grid-column: auto;
}
}.bjz-ft_logo_r6b {
  gap: 0.563rem;
  align-items: center;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  display: flex;
  color: #F4EAD0;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 12px;
}.bjz-ft_logo_mark_r6b {
  overflow: hidden;
  border-radius: 6px;
  width: 1.875rem;
  height: 30px;
}.bjz-ft_logo_mark_r6b img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.bjz-ft_logo_sub_r6b {
  color: #A07860;
  line-height: 1.55;
  font-size: 12px;
  max-width: 200px;
  overflow-wrap: break-word;
}.bjz-ft_col_title_r6b {
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #A87E5A;
  font-weight: 700;
  margin-bottom: 0.875rem;
  font-size: 12px;
}.bjz-ft_col_links_r6b {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.bjz-ft_col_link_r6b {
  transition: color .2s;
  color: #A07860;
  font-size: 13px;
  overflow-wrap: break-word;
}.bjz-ft_col_link_r6b:hover {
  color: #CCAA7E;
}.bjz-ft_apps_r6b {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.bjz-ft_app_card_r6b {
  padding: 0.625rem 12px;
  border-radius: 0.375rem;
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s;
  gap: 0.625rem;
  background: rgba(255,255,255,0.05);
  align-items: center;
  display: flex;
}.bjz-ft_app_card_r6b:hover {
  border-color: rgba(204,139,26,0.42);
}.bjz-ft_app_card_ic_r6b svg {
  height: 1.375rem;
  width: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.bjz-ft_app_card_os_r6b {
  font-weight: 600;
  font-size: 0.625rem;
  color: #A07860;
}.bjz-ft_app_card_action_r6b {
  color: #CCAA7E;
  font-weight: 700;
  font-size: 12px;
}.bjz-ft_bot_r6b {
  padding: 20px 16px;
}
@media(min-width: 766px) {.bjz-ft_bot_r6b {
  padding: 20px 1.5rem;
}
}.bjz-ft_bot_in_r6b {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1320px;
  align-items: center;
}.bjz-ft_socials_r6b {
  gap: 8px;
  display: flex;
}.bjz-ft_soc_r6b {
  background: rgba(255,255,255,0.05);
  transition: background .2s;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 6px;
  display: flex;
  width: 2.25rem;
  justify-content: center;
  color: #A87E5A;
  align-items: center;
  height: 2.25rem;
}.bjz-ft_soc_r6b svg {
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
}.bjz-ft_soc_r6b:hover {
  background: rgba(255,255,255,0.07);
}.bjz-ft_legal_r6b {
  flex: 1;
  line-height: 1.6;
  font-size: 11px;
  overflow-wrap: break-word;
  color: #9C7C5A;
  min-width: 200px;
}.bjz-ft_legal_r6b strong {
  color: #A87E5A;
  font-weight: 700;
}.bjz-ft_legal_r6b a {
  text-decoration: underline;
  color: #A87E5A;
}.bjz-ft_age_r6b {
  border-radius: 50%;
  border: 2px solid #9C7C5A;
  align-items: center;
  height: 32px;
  font-weight: 800;
  color: #9C7C5A;
  margin-left: auto;
  width: 2rem;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  font-size: 0.688rem;
}