*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #160B1E;
  font-family: 'Barlow Condensed', sans-serif;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  color: #CFC0E0;
  line-height: 1.6;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  color: inherit;
  text-decoration: none;
}button {
  font: inherit;
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.bmt_layout_jnf {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.bmt_page_jnf {
  display: flex;
  min-height: 100vh;
}.bmt_main_jnf {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media(min-width: 1078px) {.bmt_main_jnf {
  padding-left: 220px;
}
}
@media(max-width: 1080px) {.bmt_main_jnf {
  padding-bottom: 4.5rem;
}
}.bmt_gc_jnf {
  transition: transform .2s,border-color .2s;
  border-radius: 0.5rem;
  background: #1A0D23;
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  width: 8.75rem;
}
@media(min-width: 639px) {.bmt_gc_jnf {
  width: 156px;
}
}
@media(min-width: 1078px) {.bmt_gc_jnf {
  width: 10.5rem;
}
}.bmt_gc_jnf:hover {
  transform: translateY(-3px);
  border-color: rgba(245,224,0,0.07);
}.bmt_gc_img_jnf {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.bmt_gc_img_jnf img {
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}.bmt_gc_hover_jnf {
  background: rgba(12,6,18,0.72);
  inset: 0;
  transition: opacity .2s;
  align-items: center;
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
}.bmt_gc_jnf:hover .bmt_gc_hover_jnf {
  opacity: 1;
}.bmt_gc_hover_btn_jnf {
  border-radius: 4px;
  padding: 0.5rem 16px;
  background: #F5E000;
  font-weight: 700;
  font-size: 12px;
  color: #F5EEFF;
}.bmt_gc_info_jnf {
  padding: 0.5rem 10px 0.625rem;
}.bmt_gc_name_jnf {
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  color: #CFC0E0;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 0.75rem;
}.bmt_gc_prov_jnf {
  font-size: 0.625rem;
  color: #9285AB;
}.bmt_gc_tag_jnf {
  border-radius: 0.25rem;
  padding: 2px 7px;
  font-size: 0.563rem;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: .04em;
  left: 6px;
  position: absolute;
  top: 0.375rem;
  font-weight: 700;
}.bmt_gc_tag_hot_jnf {
  background: #E8273A;
  color: #fff;
}.bmt_gc_tag_new_jnf {
  background: #22D46A;
  color: #160B1E;
}.bmt_gc_tag_jp_jnf {
  background: #F0A800;
  color: #160B1E;
}.bmt_gc_tag_ex_jnf {
  background: #8B1FD6;
  color: #fff;
}.bmt_gc_tag_live_jnf {
  background: #E8273A;
  color: #fff;
}.bmt_gr_jnf {
  background: #160B1E;
  padding: 32px 16px 0;
}
@media(min-width: 765px) {.bmt_gr_jnf {
  padding: 36px 24px 0;
}
}.bmt_gr_in_jnf {
  margin: 0 auto;
  max-width: 82.5rem;
}.bmt_gr_head_jnf {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
}.bmt_gr_head_l_jnf {
  gap: 0.625rem;
  flex: 1;
  display: flex;
  min-width: 0;
  align-items: center;
}.bmt_gr_ic_jnf {
  border-radius: 0.5rem;
  width: 2rem;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.bmt_gr_ic_jnf svg {
  stroke-linecap: round;
  height: 16px;
  width: 1rem;
  stroke-linejoin: round;
}.bmt_gr_title_jnf {
  font-size: 16px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F5EEFF;
}
@media(min-width: 766px) {.bmt_gr_title_jnf {
  font-size: 18px;
}
}.bmt_gr_more_jnf {
  transition: color .2s;
  gap: 0.313rem;
  white-space: nowrap;
  font-weight: 600;
  align-items: center;
  flex-shrink: 0;
  color: #7A6A94;
  display: flex;
  font-size: 0.75rem;
}.bmt_gr_more_jnf:hover {
  color: #F5E000;
}.bmt_gr_more_jnf svg {
  height: 0.75rem;
  width: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.bmt_gr_arrows_jnf {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.bmt_gr_arr_jnf {
  transition: background .15s,color .15s;
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  align-items: center;
  color: #9E8DB8;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
}.bmt_gr_arr_jnf:hover {
  background: rgba(255,255,255,0.07);
  color: #F5EEFF;
}.bmt_gr_arr_jnf svg {
  width: 13px;
  stroke-linecap: round;
  height: 0.813rem;
  stroke-linejoin: round;
}.bmt_gr_seo_h_jnf {
  margin: 0 0 6px;
  color: #CFC0E0;
  font-weight: 700;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-family: 'Bebas Neue', sans-serif;
  max-width: 680px;
}
@media(min-width: 769px) {.bmt_gr_seo_h_jnf {
  font-size: 14px;
}
}.bmt_gr_seo_jnf {
  max-width: 680px;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  color: #7A6A94;
  font-size: 0.75rem;
  line-height: 1.55;
}.bmt_gr_seo_jnf strong {
  font-weight: 600;
  color: #CFC0E0;
}.bmt_gr_scroll_jnf {
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  display: flex;
  padding-bottom: 0.625rem;
  scrollbar-width: none;
}.bmt_gr_scroll_jnf::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.bmt_gr_scroll_jnf {
  gap: 12px;
}
}.bmt_tb_jnf {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #130919;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  align-items: center;
  height: 56px;
}.bmt_tb_in_jnf {
  padding: 0 0.875rem;
  gap: 0;
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
}.bmt_tb_burger_jnf {
  gap: 0.313rem;
  border-radius: 0.5rem;
  margin-right: 8px;
  flex-shrink: 0;
  width: 38px;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 2.375rem;
  flex-direction: column;
}.bmt_tb_burger_jnf:hover {
  background: rgba(255,255,255,0.05);
}.bmt_tb_burger_line_jnf {
  background: #9E8DB8;
  border-radius: 1px;
  width: 1.125rem;
  display: block;
  height: 2px;
}
@media(min-width: 1081px) {.bmt_tb_burger_jnf {
  display: none;
}
}.bmt_tb_logo_jnf {
  gap: 9px;
  letter-spacing: -.01em;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F5EEFF;
  font-size: 1.125rem;
  flex-shrink: 0;
  margin-right: 1.25rem;
  display: flex;
  align-items: center;
}.bmt_tb_logo_mark_jnf {
  overflow: hidden;
  border-radius: 8px;
  height: 32px;
  display: flex;
  justify-content: center;
  width: 32px;
  align-items: center;
}.bmt_tb_logo_mark_jnf img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.bmt_tb_nav_jnf {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 639px) {.bmt_tb_nav_jnf {
  display: flex;
}
}.bmt_tb_tab_jnf {
  transition: background .15s,color .15s;
  padding: 0.5rem 0.875rem;
  border-radius: 8px;
  white-space: nowrap;
  font-weight: 600;
  color: #9E8DB8;
  font-size: 0.813rem;
}.bmt_tb_tab_jnf:hover {
  background: rgba(255,255,255,0.05);
  color: #F5EEFF;
}.bmt_tb_tab_jnf.bmt_state_active_jnf {
  background: rgba(245,224,0,0.15);
  color: #F5EEFF;
}.bmt_tb_right_jnf {
  gap: 8px;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.bmt_tb_login_jnf {
  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);
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 13px;
  display: none;
  color: #CFC0E0;
}.bmt_tb_login_jnf:hover {
  border-color: rgba(245,224,0,0.38);
  color: #F5EEFF;
}
@media(min-width:480px) {.bmt_tb_login_jnf {
  display: block;
}
}.bmt_tb_reg_jnf {
  background: #22D46A;
  transition: background .2s;
  padding: 9px 18px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  color: #1A0830;
}.bmt_tb_reg_jnf:hover {
  background: #2AE877;
}.bmt_sb_jnf {
  background: #1F1129;
  transform: translateX(-100%);
  transition: transform .25s ease;
  border-right: 1px solid rgba(255,255,255,0.05);
  position: fixed;
  top: 56px;
  width: 220px;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 70;
}.bmt_sb_jnf.bmt_state_open_jnf {
  transform: translateX(0);
}.bmt_sb_jnf::-webkit-scrollbar {
  width: 0.25rem;
}.bmt_sb_jnf::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width:1080px) {.bmt_sb_jnf {
  transform: translateX(0);
}
}.bmt_sb_auth_jnf {
  padding: 0.875rem 12px 0.625rem;
}.bmt_sb_btn_reg_jnf {
  background: #22D46A;
  padding: 11px;
  transition: background .2s;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  color: #1A0830;
  font-weight: 700;
  font-size: 0.813rem;
  display: block;
  text-align: center;
}.bmt_sb_btn_reg_jnf:hover {
  background: #2AE877;
}.bmt_sb_btn_login_jnf {
  border-radius: 8px;
  padding: 0.625rem;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  color: #CFC0E0;
  font-size: 13px;
  text-align: center;
  display: block;
  font-weight: 600;
}.bmt_sb_btn_login_jnf:hover {
  border-color: rgba(245,224,0,0.38);
  color: #F5EEFF;
}.bmt_sb_promo_jnf {
  background: linear-gradient(135deg,#3A0D5C,#1F1129);
  border: 1px solid rgba(245,224,0,0.15);
  padding: 0.75rem 0.875rem;
  overflow: hidden;
  margin: 0 12px 0.625rem;
  border-radius: 0.5rem;
  position: relative;
}.bmt_sb_promo_jnf::before {
  background: radial-gradient(circle,rgba(245,224,0,0.15),transparent 70%);
  border-radius: 50%;
  top: -20px;
  right: -1.25rem;
  height: 5rem;
  width: 5rem;
  content: '';
  position: absolute;
}.bmt_sb_promo_title_jnf {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: .06em;
  color: #F5E000;
  font-size: 0.688rem;
}.bmt_sb_promo_text_jnf {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  font-weight: 600;
  line-height: 1.35;
  color: #F5EEFF;
}.bmt_sb_promo_sub_jnf {
  margin-top: 3px;
  color: #7A6A94;
  font-size: 0.625rem;
}.bmt_sb_nav_jnf {
  padding: 0.375rem 8px 16px;
}.bmt_sb_nav_lb_jnf {
  padding: 10px 0.5rem 0.375rem;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #9285AB;
}.bmt_sb_link_jnf {
  padding: 9px 10px;
  transition: background .15s,color .15s;
  gap: 0.625rem;
  border-radius: 0.25rem;
  font-size: 0.813rem;
  color: #9E8DB8;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  overflow-wrap: break-word;
}.bmt_sb_link_jnf:hover {
  background: rgba(255,255,255,0.05);
  color: #F5EEFF;
}.bmt_sb_link_jnf.bmt_state_active_jnf {
  background: rgba(245,224,0,0.15);
  color: #F5EEFF;
}.bmt_sb_ic_jnf {
  border-radius: 4px;
  height: 1.875rem;
  align-items: center;
  justify-content: center;
  width: 30px;
  display: flex;
  flex-shrink: 0;
}.bmt_sb_ic_jnf svg {
  stroke-linecap: round;
  height: 1rem;
  width: 16px;
  stroke-linejoin: round;
}.bmt_sb_ic_1_jnf {
  background: rgba(245,224,0,0.07);
  color: #F5E000;
}.bmt_sb_ic_2_jnf {
  background: rgba(34,212,106,0.14);
  color: #22D46A;
}.bmt_sb_ic_3_jnf {
  background: rgba(240,168,0,0.16);
  color: #F0A800;
}.bmt_sb_ic_4_jnf {
  background: rgba(139,31,214,0.22);
  color: #8B1FD6;
}.bmt_sb_ic_5_jnf {
  background: rgba(245,224,0,0.07);
  color: #FF3DA8;
}.bmt_sb_ic_6_jnf {
  background: rgba(139,31,214,0.22);
  color: #C040FF;
}.bmt_sb_badge_jnf {
  border-radius: 4px;
  background: #F0A800;
  padding: 2px 0.438rem;
  font-size: 0.563rem;
  color: #1A0830;
  font-weight: 700;
  margin-left: auto;
}.bmt_sb_bot_jnf {
  padding: 12px;
  gap: 8px;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
}.bmt_sb_lang_jnf,.bmt_sb_help_jnf {
  flex: 1;
  border-radius: 4px;
  gap: 6px;
  padding: 9px 0.375rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  transition: border-color .2s;
  font-weight: 600;
  font-size: 0.688rem;
  align-items: center;
  display: flex;
  color: #9E8DB8;
  justify-content: center;
}.bmt_sb_lang_jnf:hover,.bmt_sb_help_jnf:hover {
  border-color: rgba(245,224,0,0.38);
  color: #F5EEFF;
}.bmt_sb_lang_jnf svg,.bmt_sb_help_jnf svg {
  height: 0.813rem;
  stroke-linecap: round;
  width: 0.813rem;
  stroke-linejoin: round;
}.bmt_sb_bd_jnf {
  background: rgba(12,6,18,0.72);
  inset: 0;
  display: none;
  z-index: 69;
  position: fixed;
}.bmt_sb_bd_jnf.bmt_state_on_jnf {
  display: block;
}
@media(min-width: 1082px) {.bmt_sb_bd_jnf {
  display: none!important;
}
}.bmt_mob_nav_jnf {
  background: #1F1129;
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,0.10);
  position: fixed;
  bottom: 0;
  display: flex;
  left: 0;
  right: 0;
  z-index: 80;
}
@media(min-width:1080px) {.bmt_mob_nav_jnf {
  display: none;
}
}.bmt_mob_nav_item_jnf {
  flex: 1;
  padding: 4px 2px;
  gap: 4px;
  color: #9285AB;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}.bmt_mob_nav_ic_jnf {
  line-height: 1;
}.bmt_mob_nav_ic_jnf svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.25rem;
  height: 1.25rem;
}.bmt_mob_nav_lb_jnf {
  font-weight: 600;
  font-size: 10px;
  color: #9285AB;
}.bmt_mob_nav_item_jnf.bmt_state_active_jnf {
  color: #F5E000;
}.bmt_mob_nav_item_jnf.bmt_state_active_jnf .bmt_mob_nav_lb_jnf {
  color: #F5E000;
}.bmt_hero_jnf {
  background: #160B1E;
  padding: 1.25rem 16px 0;
}
@media(min-width:768px) {.bmt_hero_jnf {
  padding: 24px 1.5rem 0;
}
}.bmt_hero_in_jnf {
  margin: 0 auto;
  gap: 12px;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.bmt_hero_in_jnf {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1102px) {.bmt_hero_in_jnf {
  grid-template-columns: 1fr 21.25rem;
}
}.bmt_hero_promo_jnf {
  border-radius: 0.75rem;
  background: #1A0D23;
  overflow: hidden;
  align-items: stretch;
  min-height: 220px;
  display: flex;
  position: relative;
}
@media(min-width: 770px) {.bmt_hero_promo_jnf {
  min-height: 17.5rem;
}
}.bmt_hero_promo_bg_jnf {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#3A0D5C 0%,#160B1E 100%);
  position: absolute;
  background-size: cover;
}.bmt_hero_promo_bg_jnf::after {
  background: linear-gradient(90deg,#160B1E 0%,rgba(12,6,18,0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.bmt_hero_promo_glow_jnf {
  background: radial-gradient(circle,rgba(139,31,214,0.22) 0%,transparent 65%);
  border-radius: 50%;
  width: 18.75rem;
  height: 18.75rem;
  top: -40px;
  right: 60px;
  pointer-events: none;
  position: absolute;
}.bmt_hero_promo_ct_jnf {
  padding: 1.75rem 1.5rem 1.75rem 28px;
  flex-direction: column;
  justify-content: center;
  max-width: 480px;
  z-index: 2;
  display: flex;
  position: relative;
}
@media(min-width: 769px) {.bmt_hero_promo_ct_jnf {
  padding: 2.5rem 2rem;
}
}.bmt_hero_badge_jnf {
  border: 1px solid rgba(245,224,0,0.07);
  border-radius: 1.25rem;
  padding: 5px 12px;
  background: rgba(245,224,0,0.15);
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #F5E000;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 0.875rem;
}.bmt_hero_h1_jnf {
  margin-bottom: 10px;
  line-height: 1.15;
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 26px;
  color: #F5EEFF;
}.bmt_hero_h1_jnf em {
  color: #F0A800;
  font-style: normal;
}
@media(min-width: 769px) {.bmt_hero_h1_jnf {
  font-size: 36px;
}
}.bmt_hero_sub_jnf {
  color: #9E8DB8;
  margin-bottom: 20px;
  line-height: 1.55;
  font-size: 0.813rem;
}
@media(min-width:768px) {.bmt_hero_sub_jnf {
  font-size: 14px;
}
}.bmt_hero_row_jnf {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.bmt_hero_cta_jnf {
  transition: background .2s;
  background: #22D46A;
  border-radius: 0.5rem;
  padding: 0.813rem 1.625rem;
  font-size: 14px;
  box-shadow: 0 6px 1.25rem rgba(34,212,106,0.45);
  color: #1A0830;
  font-weight: 700;
}.bmt_hero_cta_jnf:hover {
  background: #2AE877;
}.bmt_hero_terms_jnf {
  font-size: 11px;
  color: #9285AB;
}.bmt_hero_game_jnf {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  background: #1A0D23;
  position: relative;
  flex-direction: column;
  display: flex;
}.bmt_hero_game_badge_jnf {
  background: rgba(240,168,0,0.16);
  border: 1px solid rgba(240,168,0,0.16);
  padding: 5px 10px;
  border-radius: 1.25rem;
  position: absolute;
  color: #F0A800;
  font-size: 0.625rem;
  text-transform: uppercase;
  left: 12px;
  top: 12px;
  letter-spacing: .06em;
  z-index: 3;
  font-weight: 700;
}.bmt_hero_game_badge_jnf svg {
  margin-right: 0.25rem;
  width: 0.688rem;
  height: 11px;
  vertical-align: -1px;
}.bmt_hero_game_img_jnf {
  background: linear-gradient(135deg,#3A0D5C,#160B1E);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.bmt_hero_game_img_jnf img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}.bmt_hero_game_play_jnf {
  background: rgba(12,6,18,0.72);
  transition: opacity .2s;
  inset: 0;
  align-items: center;
  display: flex;
  position: absolute;
  opacity: 0;
  justify-content: center;
}.bmt_hero_game_jnf:hover .bmt_hero_game_play_jnf {
  opacity: 1;
}.bmt_hero_game_play_jnf span {
  background: #F5E000;
  border-radius: 50%;
  height: 52px;
  display: flex;
  align-items: center;
  width: 3.25rem;
  justify-content: center;
}.bmt_hero_game_play_jnf span svg {
  height: 1.125rem;
  width: 18px;
  margin-left: 2px;
}.bmt_hero_game_info_jnf {
  padding: 14px 16px;
}.bmt_hero_game_title_jnf {
  font-weight: 700;
  font-size: 15px;
  color: #F5EEFF;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.bmt_hero_game_provider_jnf {
  font-size: 0.688rem;
  color: #7A6A94;
}.bmt_hero_game_btn_jnf {
  background: #F5E000;
  transition: background .2s;
  margin: 12px 1rem 16px;
  padding: 11px;
  border-radius: 8px;
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 13px;
  color: #F5EEFF;
}.bmt_hero_game_jnf:hover .bmt_hero_game_btn_jnf {
  background: #FFE91C;
}.bmt_wy_jnf {
  background: #160B1E;
  padding: 32px 16px 0;
}
@media(min-width: 769px) {.bmt_wy_jnf {
  padding: 40px 24px 0;
}
}.bmt_wy_in_jnf {
  margin: 0 auto;
  max-width: 82.5rem;
}.bmt_wy_head_jnf {
  max-width: 45rem;
  margin-bottom: 1.125rem;
}.bmt_wy_label_jnf {
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #F5E000;
  letter-spacing: .08em;
}.bmt_wy_h2_jnf {
  color: #F5EEFF;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-family: 'Bebas Neue', sans-serif;
}
@media(min-width: 769px) {.bmt_wy_h2_jnf {
  font-size: 1.5rem;
}
}.bmt_wy_intro_jnf {
  margin: 0;
  color: #7A6A94;
  line-height: 1.6;
  font-size: 0.813rem;
}.bmt_wy_grid_jnf {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.bmt_wy_grid_jnf {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.bmt_wy_grid_jnf {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.bmt_wy_card_jnf {
  transition: border-color .2s,transform .2s;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 1.25rem;
  background: #1F1129;
}.bmt_wy_card_jnf:hover {
  border-color: rgba(245,224,0,0.07);
  transform: translateY(-2px);
}.bmt_wy_card_ic_jnf {
  background: rgba(245,224,0,0.15);
  border-radius: 50%;
  margin-bottom: 14px;
  color: #F5E000;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  display: flex;
}.bmt_wy_card_ic_jnf svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.375rem;
  height: 1.375rem;
}.bmt_wy_card_h_jnf {
  line-height: 1.25;
  margin-bottom: 6px;
  color: #F5EEFF;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  font-weight: 700;
}.bmt_wy_card_p_jnf {
  font-size: 0.813rem;
  line-height: 1.6;
  color: #7A6A94;
  overflow-wrap: break-word;
}.bmt_wy_card_p_jnf strong {
  color: #CFC0E0;
  font-weight: 600;
}.bmt_gcg_jnf {
  padding: 2.25rem 1rem 0;
  background: #160B1E;
}
@media(min-width: 767px) {.bmt_gcg_jnf {
  padding: 2.75rem 1.5rem 0;
}
}.bmt_gcg_in_jnf {
  margin: 0 auto;
  max-width: 82.5rem;
}.bmt_gcg_head_jnf {
  max-width: 45rem;
  margin-bottom: 20px;
}.bmt_gcg_label_jnf {
  letter-spacing: .08em;
  color: #F5E000;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}.bmt_gcg_h2_jnf {
  color: #F5EEFF;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  font-family: 'Bebas Neue', sans-serif;
}
@media(min-width: 769px) {.bmt_gcg_h2_jnf {
  font-size: 1.75rem;
}
}.bmt_gcg_intro_jnf {
  font-size: 13px;
  color: #7A6A94;
  line-height: 1.6;
}.bmt_gcg_grid_jnf {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.bmt_gcg_grid_jnf {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.bmt_gcg_grid_jnf {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.bmt_gcg_card_jnf {
  transition: transform .2s,border-color .2s;
  padding: 20px;
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid rgba(255,255,255,0.10);
  justify-content: flex-end;
  flex-direction: column;
  min-height: 240px;
  display: flex;
  position: relative;
  cursor: pointer;
}.bmt_gcg_card_jnf:hover {
  transform: translateY(-3px);
  border-color: rgba(245,224,0,0.15);
}.bmt_gcg_card_bg_jnf {
  inset: 0;
  z-index: 0;
  position: absolute;
}.bmt_gcg_card_bg_jnf::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.bmt_gcg_card_ic_jnf {
  border-radius: 4px;
  background: rgba(0,0,0,.45);
  color: #F5EEFF;
  align-items: center;
  z-index: 2;
  display: flex;
  top: 18px;
  height: 2.5rem;
  width: 2.5rem;
  right: 1.125rem;
  position: absolute;
  justify-content: center;
}.bmt_gcg_card_ic_jnf svg {
  stroke-linejoin: round;
  height: 20px;
  width: 20px;
  stroke-linecap: round;
}.bmt_gcg_card_ct_jnf {
  z-index: 1;
  position: relative;
}.bmt_gcg_card_h_jnf {
  color: #F5EEFF;
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 800;
  line-height: 1.2;
  font-size: 18px;
}
@media(min-width: 770px) {.bmt_gcg_card_h_jnf {
  font-size: 1.25rem;
}
}.bmt_gcg_card_p_jnf {
  color: rgba(255,255,255,.82);
  font-size: 0.75rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  margin-bottom: 10px;
}.bmt_gcg_card_p_jnf strong {
  font-weight: 600;
  color: #F5EEFF;
}.bmt_gcg_card_cta_jnf {
  gap: 4px;
  font-weight: 700;
  color: #F5E000;
  display: inline-flex;
  font-size: 0.75rem;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: .04em;
}.bmt_gcg_card_cta_jnf svg {
  height: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.75rem;
}.bmt_ws_jnf {
  background: #160B1E;
  padding: 32px 1rem 0;
}
@media(min-width: 766px) {.bmt_ws_jnf {
  padding: 36px 1.5rem 0;
}
}.bmt_ws_in_jnf {
  margin: 0 auto;
  max-width: 82.5rem;
}.bmt_ws_head_jnf {
  gap: 12px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
}.bmt_ws_title_jnf {
  gap: 0.625rem;
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
  color: #F5EEFF;
  align-items: center;
  font-weight: 700;
  flex-wrap: wrap;
  font-size: 16px;
  display: flex;
}.bmt_ws_title_ic_jnf svg {
  color: #F0A800;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.125rem;
  width: 18px;
}.bmt_ws_online_jnf {
  gap: 7px;
  align-items: center;
  font-weight: 600;
  color: #7A6A94;
  font-size: 12px;
  display: flex;
}.bmt_ws_online_dot_jnf {
  border-radius: 50%;
  background: #22D46A;
  height: 8px;
  flex-shrink: 0;
  width: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(34,212,106,0.14);
}.bmt_ws_scroll_jnf {
  gap: 0.5rem;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  display: flex;
}.bmt_ws_scroll_jnf::-webkit-scrollbar {
  display: none;
}.bmt_wc_jnf {
  gap: 0.625rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.10);
  background: #1A0D23;
  padding: 0.625rem 0.875rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  min-width: 220px;
}.bmt_wc_img_jnf {
  overflow: hidden;
  border-radius: 4px;
  background: #1F1129;
  flex-shrink: 0;
  height: 2.25rem;
  width: 36px;
}.bmt_wc_img_jnf img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.bmt_wc_info_jnf {
  min-width: 0;
}.bmt_wc_game_jnf {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #CFC0E0;
  font-size: 12px;
  font-weight: 600;
}.bmt_wc_player_jnf {
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  color: #9285AB;
  white-space: nowrap;
}.bmt_wc_amount_jnf {
  color: #22D46A;
  margin-left: auto;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}.bmt_bon_jnf {
  padding: 2.25rem 16px 0;
  background: #160B1E;
}
@media(min-width: 766px) {.bmt_bon_jnf {
  padding: 2.75rem 24px 0;
}
}.bmt_bon_in_jnf {
  margin: 0 auto;
  max-width: 1320px;
}.bmt_bon_head_jnf {
  margin-bottom: 1.25rem;
}.bmt_bon_label_jnf {
  color: #F5E000;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
}.bmt_bon_h2_jnf {
  margin-bottom: 8px;
  font-weight: 800;
  color: #F5EEFF;
  font-size: 1.25rem;
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.bmt_bon_h2_jnf {
  font-size: 24px;
}
}.bmt_bon_seo_jnf {
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #7A6A94;
  font-size: 13px;
  max-width: 620px;
}.bmt_bon_seo_jnf strong {
  font-weight: 700;
  color: #CFC0E0;
}.bmt_bon_seo_jnf a {
  color: #F5E000;
  text-decoration: underline;
}.bmt_bon_grid_jnf {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.bmt_bon_grid_jnf {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.bmt_bon_grid_jnf {
  grid-template-columns: repeat(5,1fr);
}
}.bmt_bon_card_jnf {
  background: #1A0D23;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
}.bmt_bon_card_jnf:hover {
  transform: translateY(-2px);
  border-color: rgba(245,224,0,0.07);
}.bmt_bon_card_ic_jnf svg {
  height: 26px;
  stroke-linejoin: round;
  width: 1.625rem;
  stroke-linecap: round;
}.bmt_bon_card_ic_jnf {
  margin-bottom: 10px;
}.bmt_bon_card_type_jnf {
  font-weight: 700;
  letter-spacing: .06em;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #7A6A94;
}.bmt_bon_card_amount_jnf {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 6px;
  color: #F0A800;
  line-height: 1.1;
}.bmt_bon_card_name_jnf {
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #F5EEFF;
  margin-bottom: 0.5rem;
}.bmt_bon_card_detail_jnf {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 0.5rem;
  line-height: 1.5;
  color: #9285AB;
  font-size: 11px;
  overflow-wrap: break-word;
}.bmt_htp_jnf {
  padding: 2.25rem 1rem 0;
  background: #160B1E;
}
@media(min-width:768px) {.bmt_htp_jnf {
  padding: 44px 1.5rem 0;
}
}.bmt_htp_in_jnf {
  margin: 0 auto;
  max-width: 1320px;
}.bmt_htp_head_jnf {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.bmt_htp_label_jnf {
  color: #F5E000;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.bmt_htp_h2_jnf {
  color: #F5EEFF;
  font-weight: 800;
  font-size: 22px;
  overflow-wrap: break-word;
  font-family: 'Bebas Neue', sans-serif;
  margin-bottom: 8px;
}
@media(min-width: 770px) {.bmt_htp_h2_jnf {
  font-size: 1.75rem;
}
}.bmt_htp_intro_jnf {
  line-height: 1.6;
  color: #7A6A94;
  font-size: 14px;
}.bmt_htp_steps_jnf {
  padding: 0;
  margin: 0;
  gap: 0.75rem;
  list-style: none;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.bmt_htp_steps_jnf {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.bmt_htp_steps_jnf {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.bmt_htp_step_jnf {
  border-radius: 0.5rem;
  background: #1F1129;
  padding: 20px 18px 1.125rem;
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  position: relative;
  flex-direction: column;
}.bmt_htp_step_num_jnf {
  border-radius: 50%;
  background: #F5E000;
  width: 28px;
  top: -0.75rem;
  color: #1A0830;
  font-family: 'Bebas Neue', sans-serif;
  justify-content: center;
  font-size: 0.813rem;
  height: 1.75rem;
  position: absolute;
  font-weight: 800;
  display: flex;
  left: 1.25rem;
  align-items: center;
}.bmt_htp_step_ic_jnf {
  border-radius: 0.25rem;
  background: rgba(245,224,0,0.15);
  margin: 8px 0 0.75rem;
  height: 2.25rem;
  align-items: center;
  width: 36px;
  color: #F5E000;
  justify-content: center;
  display: flex;
}.bmt_htp_step_ic_jnf svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 18px;
  width: 1.125rem;
}.bmt_htp_step_h_jnf {
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #F5EEFF;
  margin-bottom: 0.375rem;
  font-weight: 700;
  font-size: 14px;
}.bmt_htp_step_p_jnf {
  line-height: 1.55;
  color: #7A6A94;
  overflow-wrap: break-word;
  font-size: 13px;
}.bmt_htp_step_p_jnf strong {
  color: #CFC0E0;
  font-weight: 600;
}.bmt_htp_cta_jnf {
  padding: 13px 1.625rem;
  transition: background .2s;
  border-radius: 0.5rem;
  background: #22D46A;
  display: inline-block;
  color: #1A0830;
  margin-top: 20px;
  font-weight: 700;
  font-size: 0.875rem;
}.bmt_htp_cta_jnf:hover {
  background: #2AE877;
}.bmt_app_jnf {
  background: #160B1E;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.bmt_app_jnf {
  padding: 2.75rem 24px 0;
}
}.bmt_app_in_jnf {
  margin: 0 auto;
  max-width: 82.5rem;
}.bmt_app_head_jnf {
  margin-bottom: 1rem;
}.bmt_app_label_jnf {
  letter-spacing: .08em;
  color: #F5E000;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
}.bmt_app_h2_jnf {
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F5EEFF;
  margin-bottom: 0.375rem;
  font-size: 1.25rem;
}
@media(min-width: 767px) {.bmt_app_h2_jnf {
  font-size: 1.5rem;
}
}.bmt_app_sub_jnf {
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 600px;
  color: #7A6A94;
}.bmt_app_sub_jnf strong {
  font-weight: 700;
  color: #CFC0E0;
}.bmt_app_cards_jnf {
  gap: 10px;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 16px;
}
@media(min-width: 637px) {.bmt_app_cards_jnf {
  grid-template-columns: repeat(3,1fr);
}
}.bmt_app_card_jnf {
  padding: 1.25rem;
  border-radius: 0.5rem;
  overflow: hidden;
  gap: 1rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.bmt_app_card_ios_jnf {
  background: linear-gradient(135deg,rgba(245,224,0,0.15) 0%,#1F1129 100%);
}.bmt_app_card_android_jnf {
  background: linear-gradient(135deg,rgba(34,212,106,0.14) 0%,#1F1129 100%);
}.bmt_app_card_win_jnf {
  background: linear-gradient(135deg,rgba(240,168,0,0.16) 0%,#1F1129 100%);
}.bmt_app_card_ic_jnf svg {
  stroke-linejoin: round;
  height: 34px;
  stroke-linecap: round;
  width: 2.125rem;
}.bmt_app_card_ic_jnf {
  color: #F5EEFF;
  flex-shrink: 0;
}.bmt_app_card_os_jnf {
  color: #7A6A94;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 0.375rem;
}.bmt_app_card_title_jnf {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.375rem;
  font-size: 15px;
  color: #F5EEFF;
  overflow-wrap: break-word;
}.bmt_app_card_text_jnf {
  font-size: 12px;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #7A6A94;
}.bmt_app_card_btn_jnf {
  transition: background .2s;
  gap: 7px;
  border-radius: 4px;
  padding: 0.625rem 1.125rem;
  border: 1px solid rgba(245,224,0,0.38);
  background: rgba(255,255,255,0.12);
  font-size: 13px;
  color: #F5EEFF;
  display: inline-flex;
  font-weight: 700;
  align-items: center;
}.bmt_app_card_btn_jnf:hover {
  background: rgba(255,255,255,0.07);
}.bmt_reg_jnf {
  padding: 36px 16px 0;
  background: #160B1E;
}
@media(min-width: 766px) {.bmt_reg_jnf {
  padding: 2.75rem 1.5rem 0;
}
}.bmt_reg_in_jnf {
  background: #1F1129;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.75rem;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 766px) {.bmt_reg_in_jnf {
  padding: 2.5rem;
}
}.bmt_reg_top_jnf {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 863px) {.bmt_reg_top_jnf {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.bmt_reg_label_jnf {
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  color: #F5E000;
}.bmt_reg_h2_jnf {
  margin-bottom: 0.75rem;
  font-family: 'Bebas Neue', sans-serif;
  color: #F5EEFF;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-size: 22px;
  font-weight: 800;
}
@media(min-width: 767px) {.bmt_reg_h2_jnf {
  font-size: 28px;
}
}.bmt_reg_bonus_jnf {
  border-radius: 0.5rem;
  background: rgba(240,168,0,0.16);
  padding: 0.625rem 1rem;
  gap: 8px;
  border: 1px solid rgba(240,168,0,0.16);
  align-items: center;
  display: inline-flex;
  margin-bottom: 16px;
}.bmt_reg_bonus_amount_jnf {
  color: #F0A800;
  font-weight: 800;
  font-size: 1.25rem;
}.bmt_reg_bonus_text_jnf {
  line-height: 1.35;
  color: #9E8DB8;
  font-size: 0.813rem;
}.bmt_reg_cta_btn_jnf {
  background: #22D46A;
  padding: 14px 2rem;
  border-radius: 8px;
  transition: background .2s;
  color: #1A0830;
  font-weight: 700;
  margin-bottom: 0.75rem;
  display: inline-block;
  box-shadow: 0 0.375rem 20px rgba(34,212,106,0.45);
  font-size: 15px;
}.bmt_reg_cta_btn_jnf:hover {
  background: #2AE877;
}.bmt_reg_terms_jnf {
  color: #9285AB;
  font-size: 11px;
  line-height: 1.5;
}.bmt_reg_seo_jnf {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #7A6A94;
  margin-top: 20px;
  line-height: 1.65;
  padding-top: 20px;
}.bmt_reg_seo_jnf p {
  color: #7A6A94;
  line-height: 1.65;
  font-size: 13px;
  margin-bottom: 0.625rem;
}.bmt_reg_seo_jnf p:last-child {
  margin-bottom: 0;
}.bmt_reg_seo_jnf strong {
  font-weight: 700;
  color: #CFC0E0;
}.bmt_reg_seo_jnf a {
  transition: color .2s;
  text-decoration: underline;
  color: #F5E000;
}.bmt_reg_seo_jnf a:hover {
  color: #FFE91C;
}.bmt_reg_seo_jnf ul,.bmt_reg_seo_jnf ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.bmt_reg_seo_jnf ol {
  list-style: decimal;
}.bmt_reg_seo_jnf li {
  color: #7A6A94;
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 0.25rem;
}.bmt_reg_seo_jnf table {
  overflow-x: auto;
  font-size: 0.813rem;
  display: block;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
@media(min-width: 766px) {.bmt_reg_seo_jnf table {
  display: table;
}
}.bmt_reg_seo_jnf th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #CFC0E0;
}.bmt_reg_seo_jnf td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.5rem;
  color: #7A6A94;
}.bmt_reg_steps_jnf {
  gap: 0.875rem;
  margin-top: 1.75rem;
  flex-direction: column;
  display: flex;
}
@media(min-width: 857px) {.bmt_reg_steps_jnf {
  margin-top: 0;
}
}.bmt_reg_step_jnf {
  gap: 14px;
  border: 1px solid rgba(255,255,255,0.06);
  padding: 1rem;
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.bmt_reg_step_num_jnf {
  background: rgba(245,224,0,0.15);
  border-radius: 50%;
  border: 1px solid rgba(245,224,0,0.07);
  align-items: center;
  height: 2.125rem;
  flex-shrink: 0;
  display: flex;
  font-size: 0.875rem;
  font-weight: 800;
  width: 34px;
  justify-content: center;
  color: #F5E000;
}.bmt_reg_step_title_jnf {
  color: #F5EEFF;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 3px;
}.bmt_reg_step_text_jnf {
  line-height: 1.5;
  font-size: 12px;
  color: #7A6A94;
}.bmt_reg_trust_jnf {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 10px;
  padding-top: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
  display: flex;
}.bmt_reg_trust_item_jnf {
  gap: 0.438rem;
  display: flex;
  align-items: center;
  font-size: 12px;
  overflow-wrap: break-word;
  color: #7A6A94;
}.bmt_reg_trust_ic_jnf svg {
  color: #F5E000;
  stroke-linejoin: round;
  height: 16px;
  width: 1rem;
  stroke-linecap: round;
}.bmt_prov_jnf {
  background: #160B1E;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.bmt_prov_jnf {
  padding: 2.75rem 24px 0;
}
}.bmt_prov_in_jnf {
  margin: 0 auto;
  max-width: 82.5rem;
}.bmt_prov_head_jnf {
  margin-bottom: 16px;
}.bmt_prov_label_jnf {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #F5E000;
  letter-spacing: .08em;
}.bmt_prov_h2_jnf {
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  color: #F5EEFF;
  margin-bottom: 8px;
}
@media(min-width: 766px) {.bmt_prov_h2_jnf {
  font-size: 24px;
}
}.bmt_prov_seo_jnf {
  max-width: 620px;
  overflow-wrap: break-word;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #7A6A94;
  font-size: 0.813rem;
}.bmt_prov_seo_jnf strong {
  color: #CFC0E0;
  font-weight: 700;
}.bmt_prov_seo_jnf a {
  color: #F5E000;
  text-decoration: underline;
}.bmt_prov_grid_jnf {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width:640px) {.bmt_prov_grid_jnf {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width:1080px) {.bmt_prov_grid_jnf {
  grid-template-columns: repeat(8,1fr);
}
}.bmt_prov_card_jnf {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.5rem;
  background: #1A0D23;
  padding: 14px 10px;
  transition: border-color .2s,background .2s;
  gap: 0.438rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}.bmt_prov_card_jnf:hover {
  background: #1F1129;
  border-color: rgba(245,224,0,0.38);
}.bmt_prov_logo_jnf {
  overflow: hidden;
  border-radius: 0.25rem;
  background: rgba(255,255,255,0.05);
  width: 44px;
  align-items: center;
  justify-content: center;
  height: 44px;
  display: flex;
}.bmt_prov_logo_jnf img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.bmt_prov_name_jnf {
  font-size: 11px;
  font-weight: 600;
  overflow-wrap: break-word;
  color: #9E8DB8;
  text-align: center;
}.bmt_faq_jnf {
  background: #160B1E;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.bmt_faq_jnf {
  padding: 2.75rem 1.5rem 0;
}
}.bmt_faq_in_jnf {
  margin: 0 auto;
  max-width: 1320px;
}.bmt_faq_head_jnf {
  margin-bottom: 20px;
}.bmt_faq_label_jnf {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #F5E000;
  font-weight: 700;
  font-size: 0.688rem;
}.bmt_faq_h2_jnf {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-family: 'Bebas Neue', sans-serif;
  color: #F5EEFF;
}
@media(min-width: 765px) {.bmt_faq_h2_jnf {
  font-size: 1.5rem;
}
}.bmt_faq_list_jnf {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.bmt_faq_item_jnf {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  overflow: hidden;
  background: #1F1129;
}.bmt_faq_q_jnf {
  transition: color .2s;
  padding: 1rem 20px;
  gap: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 14px;
  justify-content: space-between;
  color: #CFC0E0;
}.bmt_faq_q_jnf:hover {
  color: #F5EEFF;
}.bmt_faq_q_ic_jnf {
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  border-radius: 50%;
  justify-content: center;
  font-size: 1rem;
  display: flex;
  width: 24px;
  color: #F5E000;
  align-items: center;
  height: 24px;
  flex-shrink: 0;
}.bmt_faq_item_jnf.bmt_state_open_jnf .bmt_faq_q_ic_jnf {
  transform: rotate(45deg);
}.bmt_faq_a_jnf {
  padding: 0 1.25rem 1rem;
  color: #7A6A94;
  overflow-wrap: break-word;
  display: none;
  font-size: 13px;
  line-height: 1.7;
}.bmt_faq_item_jnf.bmt_state_open_jnf .bmt_faq_a_jnf {
  display: block;
}.bmt_faq_a_jnf strong {
  color: #CFC0E0;
  font-weight: 700;
}.bmt_faq_a_jnf a {
  color: #F5E000;
  text-decoration: underline;
}.bmt_faq_a_jnf ul,.bmt_faq_a_jnf ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.bmt_faq_a_jnf ol {
  list-style: decimal;
}.bmt_faq_a_jnf li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.bmt_faq_a_jnf table {
  margin: 8px 0;
  border-collapse: collapse;
  font-size: 0.75rem;
  width: 100%;
  display: block;
  overflow-x: auto;
}
@media(min-width: 766px) {.bmt_faq_a_jnf table {
  display: table;
}
}.bmt_faq_a_jnf th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 6px 8px;
  text-align: left;
  color: #CFC0E0;
  font-weight: 700;
}.bmt_faq_a_jnf td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.375rem 8px;
  color: #7A6A94;
}.bmt_seo_jnf {
  background: #160B1E;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.bmt_seo_jnf {
  padding: 2.75rem 1.5rem 0;
}
}.bmt_seo_in_jnf {
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.75rem;
  background: #1F1129;
  padding: 28px 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.bmt_seo_in_jnf {
  padding: 36px 2.5rem;
}
}.bmt_seo_label_jnf {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #F5E000;
  margin-bottom: 10px;
}.bmt_seo_h2_jnf {
  line-height: 1.25;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.875rem;
  font-size: 20px;
  font-family: 'Bebas Neue', sans-serif;
  color: #F5EEFF;
}
@media(min-width:768px) {.bmt_seo_h2_jnf {
  font-size: 24px;
}
}.bmt_seo_body_jnf {
  overflow-wrap: break-word;
  color: #9E8DB8;
  font-size: 0.875rem;
  line-height: 1.75;
}.bmt_seo_body_jnf p {
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #9E8DB8;
  font-size: 14px;
}.bmt_seo_body_jnf p:last-child {
  margin-bottom: 0;
}.bmt_seo_body_jnf strong {
  color: #CFC0E0;
  font-weight: 700;
}.bmt_seo_body_jnf a {
  transition: color .2s;
  text-decoration: underline;
  color: #F5E000;
}.bmt_seo_body_jnf a:hover {
  color: #FFE91C;
}.bmt_seo_body_jnf ul,.bmt_seo_body_jnf ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.bmt_seo_body_jnf ol {
  list-style: decimal;
}.bmt_seo_body_jnf li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #9E8DB8;
}.bmt_seo_body_jnf table {
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 12px;
  display: block;
  font-size: 0.813rem;
  width: 100%;
}
@media(min-width: 767px) {.bmt_seo_body_jnf table {
  display: table;
}
}.bmt_seo_body_jnf th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  color: #CFC0E0;
  text-align: left;
}.bmt_seo_body_jnf td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 12px;
  color: #9E8DB8;
}.bmt_seo_cols_jnf {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.bmt_seo_cols_jnf {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.bmt_seo_cols_jnf {
  grid-template-columns: repeat(3,1fr);
}
}.bmt_seo_col_h_jnf {
  font-size: 13px;
  color: #CFC0E0;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.bmt_seo_col_p_jnf {
  line-height: 1.65;
  color: #7A6A94;
  font-size: 13px;
  overflow-wrap: break-word;
}.bmt_seo_stats_jnf {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.bmt_seo_stat_jnf {
  background: rgba(245,224,0,0.07);
  border-radius: 0.5rem;
  padding: 14px 16px;
  flex: 1;
  border: 1px solid rgba(245,224,0,0.15);
  min-width: 8.75rem;
}.bmt_seo_stat_val_jnf {
  margin-bottom: 4px;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #F5E000;
  font-weight: 800;
}.bmt_seo_stat_lb_jnf {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #7A6A94;
}.bmt_pmt_jnf {
  background: #160B1E;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.bmt_pmt_jnf {
  padding: 44px 1.5rem 0;
}
}.bmt_pmt_in_jnf {
  margin: 0 auto;
  max-width: 82.5rem;
}.bmt_pmt_head_jnf {
  max-width: 45rem;
  margin-bottom: 22px;
}.bmt_pmt_label_jnf {
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #F5E000;
  font-size: 0.688rem;
}.bmt_pmt_h2_jnf {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  color: #F5EEFF;
  margin-bottom: 8px;
  font-family: 'Bebas Neue', sans-serif;
}
@media(min-width: 769px) {.bmt_pmt_h2_jnf {
  font-size: 1.75rem;
}
}.bmt_pmt_intro_jnf {
  line-height: 1.6;
  font-size: 14px;
  overflow-wrap: break-word;
  color: #7A6A94;
}.bmt_pmt_groups_jnf {
  gap: 1.25rem;
  flex-direction: column;
  display: flex;
}.bmt_pmt_group_jnf {
  background: #1F1129;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 1.25rem;
  border-radius: 8px;
}.bmt_pmt_group_head_jnf {
  gap: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}.bmt_pmt_group_ic_jnf {
  border-radius: 0.25rem;
  background: rgba(245,224,0,0.15);
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  display: flex;
  height: 36px;
  align-items: center;
  color: #F5E000;
}.bmt_pmt_group_ic_jnf svg {
  width: 18px;
  height: 18px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.bmt_pmt_group_h_jnf {
  margin: 0;
  color: #F5EEFF;
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
}.bmt_pmt_group_p_jnf {
  color: #7A6A94;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 14px;
}.bmt_pmt_group_p_jnf strong {
  font-weight: 600;
  color: #CFC0E0;
}.bmt_pmt_table_wrap_jnf {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.bmt_pmt_table_jnf {
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
  min-width: 540px;
}.bmt_pmt_table_jnf th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  letter-spacing: .04em;
  text-align: left;
  text-transform: uppercase;
  font-size: 11px;
  color: #CFC0E0;
  white-space: nowrap;
  font-weight: 700;
}.bmt_pmt_table_jnf td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.75rem;
  color: #7A6A94;
}.bmt_pmt_table_jnf tbody tr:last-child td {
  border-bottom: none;
}.bmt_pmt_table_jnf tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #CFC0E0;
}.bmt_seo_jnf {
  padding: 36px 1rem 0;
  background: #160B1E;
}
@media(min-width: 769px) {.bmt_seo_jnf {
  padding: 44px 1.5rem 0;
}
}.bmt_seo_in_jnf {
  border: 1px solid rgba(255,255,255,0.10);
  background: #1F1129;
  padding: 1.75rem 1.5rem;
  border-radius: 12px;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 765px) {.bmt_seo_in_jnf {
  padding: 2.25rem 40px;
}
}.bmt_seo_label_jnf {
  color: #F5E000;
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.bmt_seo_h2_jnf {
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  color: #F5EEFF;
  line-height: 1.25;
  font-family: 'Bebas Neue', sans-serif;
}
@media(min-width: 765px) {.bmt_seo_h2_jnf {
  font-size: 1.5rem;
}
}.bmt_seo_body_jnf {
  color: #9E8DB8;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
}.bmt_seo_body_jnf p {
  margin-bottom: 12px;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9E8DB8;
}.bmt_seo_body_jnf p:last-child {
  margin-bottom: 0;
}.bmt_seo_body_jnf strong {
  color: #CFC0E0;
  font-weight: 700;
}.bmt_seo_body_jnf a {
  transition: color .2s;
  color: #F5E000;
  text-decoration: underline;
}.bmt_seo_body_jnf a:hover {
  color: #FFE91C;
}.bmt_seo_body_jnf ul,.bmt_seo_body_jnf ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.bmt_seo_body_jnf ol {
  list-style: decimal;
}.bmt_seo_body_jnf li {
  font-size: 14px;
  margin-bottom: 6px;
  color: #9E8DB8;
  line-height: 1.75;
}.bmt_seo_body_jnf table {
  margin-bottom: 12px;
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
  display: block;
  overflow-x: auto;
}
@media(min-width: 771px) {.bmt_seo_body_jnf table {
  display: table;
}
}.bmt_seo_body_jnf th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #CFC0E0;
  font-weight: 700;
  text-align: left;
}.bmt_seo_body_jnf td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 0.75rem;
  color: #9E8DB8;
}.bmt_seo_cols_jnf {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.bmt_seo_cols_jnf {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.bmt_seo_cols_jnf {
  grid-template-columns: repeat(3,1fr);
}
}.bmt_seo_col_h_jnf {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 13px;
  color: #CFC0E0;
}.bmt_seo_col_p_jnf {
  line-height: 1.65;
  font-size: 13px;
  color: #7A6A94;
  overflow-wrap: break-word;
}.bmt_seo_stats_jnf {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.bmt_seo_stat_jnf {
  background: rgba(245,224,0,0.07);
  flex: 1;
  border-radius: 0.5rem;
  padding: 14px 16px;
  border: 1px solid rgba(245,224,0,0.15);
  min-width: 140px;
}.bmt_seo_stat_val_jnf {
  margin-bottom: 4px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F5E000;
  font-size: 1.25rem;
}.bmt_seo_stat_lb_jnf {
  color: #7A6A94;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.bmt_seo_jnf {
  background: #160B1E;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.bmt_seo_jnf {
  padding: 2.75rem 24px 0;
}
}.bmt_seo_in_jnf {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.75rem;
  margin: 0 auto;
  background: #1F1129;
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 765px) {.bmt_seo_in_jnf {
  padding: 2.25rem 40px;
}
}.bmt_seo_label_jnf {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #F5E000;
}.bmt_seo_h2_jnf {
  margin-bottom: 0.875rem;
  font-weight: 800;
  color: #F5EEFF;
  font-size: 1.25rem;
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
  line-height: 1.25;
}
@media(min-width: 771px) {.bmt_seo_h2_jnf {
  font-size: 24px;
}
}.bmt_seo_body_jnf {
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #9E8DB8;
}.bmt_seo_body_jnf p {
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #9E8DB8;
  font-size: 0.875rem;
}.bmt_seo_body_jnf p:last-child {
  margin-bottom: 0;
}.bmt_seo_body_jnf strong {
  color: #CFC0E0;
  font-weight: 700;
}.bmt_seo_body_jnf a {
  transition: color .2s;
  text-decoration: underline;
  color: #F5E000;
}.bmt_seo_body_jnf a:hover {
  color: #FFE91C;
}.bmt_seo_body_jnf ul,.bmt_seo_body_jnf ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.bmt_seo_body_jnf ol {
  list-style: decimal;
}.bmt_seo_body_jnf li {
  color: #9E8DB8;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 6px;
}.bmt_seo_body_jnf table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  display: block;
  overflow-x: auto;
  font-size: 13px;
}
@media(min-width: 767px) {.bmt_seo_body_jnf table {
  display: table;
}
}.bmt_seo_body_jnf th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  text-align: left;
  color: #CFC0E0;
  font-weight: 700;
}.bmt_seo_body_jnf td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9E8DB8;
}.bmt_seo_cols_jnf {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 638px) {.bmt_seo_cols_jnf {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.bmt_seo_cols_jnf {
  grid-template-columns: repeat(3,1fr);
}
}.bmt_seo_col_h_jnf {
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 7px;
  color: #CFC0E0;
}.bmt_seo_col_p_jnf {
  font-size: 13px;
  line-height: 1.65;
  color: #7A6A94;
  overflow-wrap: break-word;
}.bmt_seo_stats_jnf {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.bmt_seo_stat_jnf {
  padding: 14px 1rem;
  border: 1px solid rgba(245,224,0,0.15);
  flex: 1;
  background: rgba(245,224,0,0.07);
  border-radius: 8px;
  min-width: 140px;
}.bmt_seo_stat_val_jnf {
  margin-bottom: 4px;
  font-size: 20px;
  color: #F5E000;
  overflow-wrap: break-word;
  font-weight: 800;
}.bmt_seo_stat_lb_jnf {
  color: #7A6A94;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.bmt_ft_jnf {
  background: #0C0612;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 48px;
}.bmt_ft_support_jnf {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 765px) {.bmt_ft_support_jnf {
  padding: 1.75rem 24px;
}
}.bmt_ft_support_in_jnf {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 1320px;
  display: flex;
  align-items: center;
}.bmt_ft_support_main_jnf {
  flex: 1;
  gap: 1rem;
  display: flex;
  min-width: 13.75rem;
  align-items: center;
  flex-wrap: wrap;
}.bmt_ft_support_ic_jnf {
  flex-shrink: 0;
  color: #F5E000;
}.bmt_ft_support_ic_jnf svg {
  stroke-linecap: round;
  height: 30px;
  width: 1.875rem;
  stroke-linejoin: round;
}.bmt_ft_support_text_title_jnf {
  font-weight: 700;
  margin-bottom: 3px;
  color: #F5EEFF;
  overflow-wrap: break-word;
  font-size: 0.938rem;
}.bmt_ft_support_text_sub_jnf {
  color: #7A6A94;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.bmt_ft_support_btn_jnf {
  border-radius: 0.5rem;
  background: #F5E000;
  transition: background .2s;
  padding: 11px 1.375rem;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 700;
  color: #F5EEFF;
}.bmt_ft_support_btn_jnf:hover {
  background: #FFE91C;
}.bmt_ft_support_contacts_jnf {
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.bmt_ft_support_contact_jnf {
  font-size: 12px;
  line-height: 1.4;
  color: #9285AB;
}.bmt_ft_support_contact_jnf strong {
  font-size: 11px;
  color: #9E8DB8;
  font-weight: 600;
  margin-bottom: 2px;
  display: block;
}.bmt_ft_main_jnf {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width:768px) {.bmt_ft_main_jnf {
  padding: 2.5rem 24px 2rem;
}
}.bmt_ft_main_in_jnf {
  margin: 0 auto;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 1320px;
}
@media(min-width: 641px) {.bmt_ft_main_in_jnf {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.bmt_ft_main_in_jnf {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.bmt_ft_col_logo_jnf {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.bmt_ft_col_logo_jnf {
  grid-column: auto;
}
}.bmt_ft_logo_jnf {
  gap: 0.563rem;
  flex-wrap: wrap;
  display: flex;
  font-size: 1rem;
  color: #F5EEFF;
  margin-bottom: 0.75rem;
  font-weight: 800;
  overflow-wrap: break-word;
  align-items: center;
}.bmt_ft_logo_mark_jnf {
  overflow: hidden;
  border-radius: 0.25rem;
  width: 1.875rem;
  height: 30px;
}.bmt_ft_logo_mark_jnf img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.bmt_ft_logo_sub_jnf {
  line-height: 1.55;
  max-width: 12.5rem;
  overflow-wrap: break-word;
  font-size: 12px;
  color: #9285AB;
}.bmt_ft_col_title_jnf {
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  color: #9E8DB8;
  font-weight: 700;
  letter-spacing: .07em;
  font-size: 12px;
}.bmt_ft_col_links_jnf {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.bmt_ft_col_link_jnf {
  transition: color .2s;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #9285AB;
}.bmt_ft_col_link_jnf:hover {
  color: #CFC0E0;
}.bmt_ft_apps_jnf {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.bmt_ft_app_card_jnf {
  border: 1px solid rgba(255,255,255,0.10);
  padding: 0.625rem 12px;
  background: rgba(255,255,255,0.05);
  border-radius: 0.25rem;
  transition: border-color .2s;
  gap: 10px;
  align-items: center;
  display: flex;
}.bmt_ft_app_card_jnf:hover {
  border-color: rgba(245,224,0,0.38);
}.bmt_ft_app_card_ic_jnf svg {
  height: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 22px;
}.bmt_ft_app_card_os_jnf {
  font-size: 10px;
  color: #9285AB;
  font-weight: 600;
}.bmt_ft_app_card_action_jnf {
  font-weight: 700;
  font-size: 0.75rem;
  color: #CFC0E0;
}.bmt_ft_bot_jnf {
  padding: 20px 1rem;
}
@media(min-width: 767px) {.bmt_ft_bot_jnf {
  padding: 20px 24px;
}
}.bmt_ft_bot_in_jnf {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1320px;
}.bmt_ft_socials_jnf {
  gap: 0.5rem;
  display: flex;
}.bmt_ft_soc_jnf {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 4px;
  transition: background .2s;
  height: 36px;
  display: flex;
  align-items: center;
  width: 36px;
  justify-content: center;
  color: #9E8DB8;
}.bmt_ft_soc_jnf svg {
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
  height: 1rem;
}.bmt_ft_soc_jnf:hover {
  background: rgba(255,255,255,0.07);
}.bmt_ft_legal_jnf {
  flex: 1;
  color: #8A7EA0;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.688rem;
  min-width: 12.5rem;
}.bmt_ft_legal_jnf strong {
  font-weight: 700;
  color: #9E8DB8;
}.bmt_ft_legal_jnf a {
  color: #9E8DB8;
  text-decoration: underline;
}.bmt_ft_age_jnf {
  border: 2px solid #8A7EA0;
  border-radius: 50%;
  font-size: 0.688rem;
  display: flex;
  font-weight: 800;
  margin-left: auto;
  width: 32px;
  color: #8A7EA0;
  align-items: center;
  height: 32px;
  justify-content: center;
  flex-shrink: 0;
}