*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background-color: #0C1018;
  font-family: 'Crimson Pro', serif;
  color: #C4BFAF;
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}a {
  text-decoration: none;
  color: inherit;
}.bkf-layout_20m {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.bkf-page_20m {
  display: flex;
  min-height: 100vh;
}.bkf-main_20m {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media screen and (min-width: 1081px) {.bkf-main_20m {
  padding-left: 220px;
}
}
@media screen and (max-width: 1077px) {.bkf-main_20m {
  padding-bottom: 72px;
}
}.bkf-gc_20m {
  overflow: hidden;
  border-radius: 0.5rem;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #111620;
  width: 8.75rem;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}
@media(min-width: 639px) {.bkf-gc_20m {
  width: 156px;
}
}
@media(min-width:1080px) {.bkf-gc_20m {
  width: 168px;
}
}.bkf-gc_20m:hover {
  border-color: rgba(200, 117, 28, 0.08);
  transform: translateY(-3px);
}.bkf-gc_img_20m {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.bkf-gc_img_20m img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}.bkf-gc_hover_20m {
  background: rgba(6, 8, 14, 0.72);
  transition: opacity .2s;
  inset: 0;
  display: flex;
  position: absolute;
  justify-content: center;
  opacity: 0;
  align-items: center;
}.bkf-gc_20m:hover .bkf-gc_hover_20m {
  opacity: 1;
}.bkf-gc_hover_btn_20m {
  padding: 8px 16px;
  border-radius: 4px;
  background: #C8751C;
  font-weight: 700;
  font-size: 0.75rem;
  color: #F0EDE6;
}.bkf-gc_info_20m {
  padding: 0.5rem 0.625rem 0.625rem;
}.bkf-gc_name_20m {
  overflow: hidden;
  color: #C4BFAF;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 0.75rem;
}.bkf-gc_prov_20m {
  font-size: 0.625rem;
  color: #6E6C65;
}.bkf-gc_tag_20m {
  padding: 2px 7px;
  border-radius: 0.25rem;
  letter-spacing: .04em;
  top: 0.375rem;
  z-index: 2;
  font-weight: 700;
  position: absolute;
  left: 0.375rem;
  text-transform: uppercase;
  font-size: 0.563rem;
}.bkf-gc_tag_hot_20m {
  background: #C03232;
  color: #fff;
}.bkf-gc_tag_new_20m {
  background: #2CA86C;
  color: #0C1018;
}.bkf-gc_tag_jp_20m {
  background: #D4A020;
  color: #0C1018;
}.bkf-gc_tag_ex_20m {
  background: #4E7FAF;
  color: #fff;
}.bkf-gc_tag_live_20m {
  background: #C03232;
  color: #fff;
}.bkf-gr_20m {
  background: #0C1018;
  padding: 32px 1rem 0;
}
@media(min-width: 766px) {.bkf-gr_20m {
  padding: 2.25rem 24px 0;
}
}.bkf-gr_in_20m {
  margin: 0 auto;
  max-width: 82.5rem;
}.bkf-gr_head_20m {
  gap: 0.75rem;
  display: flex;
  margin-bottom: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
}.bkf-gr_head_l_20m {
  gap: 10px;
  flex: 1;
  display: flex;
  min-width: 0;
  align-items: center;
}.bkf-gr_ic_20m {
  border-radius: 0.5rem;
  height: 32px;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 2rem;
  flex-shrink: 0;
}.bkf-gr_ic_20m svg {
  width: 1rem;
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
}.bkf-gr_title_20m {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F0EDE6;
  font-family: 'Cinzel', serif;
  font-size: 16px;
}
@media(min-width: 769px) {.bkf-gr_title_20m {
  font-size: 18px;
}
}.bkf-gr_more_20m {
  transition: color .2s;
  gap: 0.313rem;
  color: #9A9790;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  align-items: center;
}.bkf-gr_more_20m:hover {
  color: #C8751C;
}.bkf-gr_more_20m svg {
  height: 12px;
  width: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.bkf-gr_arrows_20m {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.bkf-gr_arr_20m {
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  align-items: center;
  color: #8E8B82;
  width: 1.875rem;
  height: 1.875rem;
  justify-content: center;
}.bkf-gr_arr_20m:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F0EDE6;
}.bkf-gr_arr_20m svg {
  stroke-linecap: round;
  height: 13px;
  stroke-linejoin: round;
  width: 13px;
}.bkf-gr_seo_h_20m {
  margin: 0 0 6px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #C4BFAF;
  max-width: 42.5rem;
  font-size: 13px;
  font-family: 'Cinzel', serif;
}
@media(min-width: 765px) {.bkf-gr_seo_h_20m {
  font-size: 0.875rem;
}
}.bkf-gr_seo_20m {
  overflow-wrap: break-word;
  color: #9A9790;
  line-height: 1.55;
  max-width: 680px;
  margin-bottom: 12px;
  font-size: 0.75rem;
}.bkf-gr_seo_20m strong {
  font-weight: 600;
  color: #C4BFAF;
}.bkf-gr_scroll_20m {
  gap: 10px;
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 10px;
}.bkf-gr_scroll_20m::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.bkf-gr_scroll_20m {
  gap: 0.75rem;
}
}.bkf-tb_20m {
  background: #0C1018;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  left: 0;
  right: 0;
  align-items: center;
  z-index: 80;
  display: flex;
  height: 3.5rem;
  position: fixed;
  top: 0;
}.bkf-tb_in_20m {
  padding: 0 14px;
  gap: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}.bkf-tb_burger_20m {
  border-radius: 0.5rem;
  gap: 0.313rem;
  flex-shrink: 0;
  flex-direction: column;
  height: 2.375rem;
  justify-content: center;
  width: 2.375rem;
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}.bkf-tb_burger_20m:hover {
  background: rgba(255, 255, 255, 0.05);
}.bkf-tb_burger_line_20m {
  background: #8E8B82;
  border-radius: 1px;
  width: 18px;
  height: 2px;
  display: block;
}
@media(min-width: 1082px) {.bkf-tb_burger_20m {
  display: none;
}
}.bkf-tb_logo_20m {
  gap: 9px;
  color: #F0EDE6;
  margin-right: 1.25rem;
  font-weight: 800;
  font-size: 1.125rem;
  flex-shrink: 0;
  align-items: center;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  display: flex;
}.bkf-tb_logo_mark_20m {
  overflow: hidden;
  border-radius: 8px;
  height: 32px;
  width: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}.bkf-tb_logo_mark_20m img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.bkf-tb_nav_20m {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 642px) {.bkf-tb_nav_20m {
  display: flex;
}
}.bkf-tb_tab_20m {
  border-radius: 0.5rem;
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s;
  font-size: 0.813rem;
  font-weight: 600;
  color: #8E8B82;
  white-space: nowrap;
}.bkf-tb_tab_20m:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0EDE6;
}.bkf-tb_tab_20m.bkf-state_active_20m {
  background: rgba(200, 117, 28, 0.18);
  color: #F0EDE6;
}.bkf-tb_right_20m {
  gap: 0.5rem;
  flex-shrink: 0;
  margin-left: auto;
  align-items: center;
  display: flex;
}.bkf-tb_login_20m {
  transition: border-color .2s,color .2s;
  padding: 0.563rem 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.813rem;
  display: none;
  color: #C4BFAF;
  font-weight: 600;
}.bkf-tb_login_20m:hover {
  border-color: rgba(200, 118, 28, 0.55);
  color: #F0EDE6;
}
@media(min-width: 481px) {.bkf-tb_login_20m {
  display: block;
}
}.bkf-tb_reg_20m {
  background: #2CA86C;
  transition: background .2s;
  border-radius: 8px;
  padding: 0.563rem 18px;
  white-space: nowrap;
  font-size: 13px;
  color: #0C0A06;
  font-weight: 700;
}.bkf-tb_reg_20m:hover {
  background: #34C47E;
}.bkf-sb_20m {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #161C28;
  transition: transform .25s ease;
  transform: translateX(-100%);
  overflow-y: auto;
  left: 0;
  z-index: 70;
  position: fixed;
  width: 220px;
  top: 56px;
  bottom: 0;
}.bkf-sb_20m.bkf-state_open_20m {
  transform: translateX(0);
}.bkf-sb_20m::-webkit-scrollbar {
  width: 0.25rem;
}.bkf-sb_20m::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1083px) {.bkf-sb_20m {
  transform: translateX(0);
}
}.bkf-sb_auth_20m {
  padding: 0.875rem 0.75rem 10px;
}.bkf-sb_btn_reg_20m {
  padding: 11px;
  border-radius: 8px;
  transition: background .2s;
  background: #2CA86C;
  color: #0C0A06;
  margin-bottom: 0.5rem;
  display: block;
  text-align: center;
  font-size: 0.813rem;
  font-weight: 700;
}.bkf-sb_btn_reg_20m:hover {
  background: #34C47E;
}.bkf-sb_btn_login_20m {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border-radius: 0.5rem;
  padding: 0.625rem;
  font-weight: 600;
  font-size: 13px;
  display: block;
  color: #C4BFAF;
  text-align: center;
}.bkf-sb_btn_login_20m:hover {
  border-color: rgba(200, 118, 28, 0.55);
  color: #F0EDE6;
}.bkf-sb_promo_20m {
  border: 1px solid rgba(200, 117, 28, 0.18);
  border-radius: 8px;
  background: linear-gradient(135deg,#1A0E08,#161C28);
  overflow: hidden;
  margin: 0 12px 10px;
  padding: 12px 0.875rem;
  position: relative;
}.bkf-sb_promo_20m::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200, 117, 28, 0.18),transparent 70%);
  width: 80px;
  content: '';
  height: 5rem;
  position: absolute;
  right: -20px;
  top: -20px;
}.bkf-sb_promo_title_20m {
  color: #C8751C;
  font-size: 0.688rem;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
}.bkf-sb_promo_text_20m {
  line-height: 1.35;
  font-weight: 600;
  font-size: 12px;
  overflow-wrap: break-word;
  color: #F0EDE6;
}.bkf-sb_promo_sub_20m {
  margin-top: 3px;
  font-size: 0.625rem;
  color: #9A9790;
}.bkf-sb_nav_20m {
  padding: 6px 8px 16px;
}.bkf-sb_nav_lb_20m {
  padding: 10px 0.5rem 0.375rem;
  color: #6E6C65;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10px;
  font-weight: 700;
}.bkf-sb_link_20m {
  transition: background .15s,color .15s;
  border-radius: 0.25rem;
  gap: 0.625rem;
  padding: 0.563rem 10px;
  cursor: pointer;
  align-items: center;
  color: #8E8B82;
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 500;
  display: flex;
}.bkf-sb_link_20m:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0EDE6;
}.bkf-sb_link_20m.bkf-state_active_20m {
  background: rgba(200, 117, 28, 0.18);
  color: #F0EDE6;
}.bkf-sb_ic_20m {
  border-radius: 4px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  width: 1.875rem;
  justify-content: center;
  height: 30px;
}.bkf-sb_ic_20m svg {
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
}.bkf-sb_ic_1_20m {
  background: rgba(200, 117, 28, 0.08);
  color: #C8751C;
}.bkf-sb_ic_2_20m {
  background: rgba(44, 168, 108, 0.16);
  color: #2CA86C;
}.bkf-sb_ic_3_20m {
  background: rgba(212, 160, 32, 0.16);
  color: #D4A020;
}.bkf-sb_ic_4_20m {
  background: rgba(78, 127, 175, 0.20);
  color: #4E7FAF;
}.bkf-sb_ic_5_20m {
  background: rgba(200, 117, 28, 0.08);
  color: #D94E7A;
}.bkf-sb_ic_6_20m {
  background: rgba(78, 127, 175, 0.20);
  color: #7B3EB8;
}.bkf-sb_badge_20m {
  background: #D4A020;
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  font-size: 9px;
  font-weight: 700;
  margin-left: auto;
  color: #0C0A06;
}.bkf-sb_bot_20m {
  padding: 0.75rem;
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.bkf-sb_lang_20m,.bkf-sb_help_20m {
  gap: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex: 1;
  padding: 0.563rem 6px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #8E8B82;
  font-weight: 600;
}.bkf-sb_lang_20m:hover,.bkf-sb_help_20m:hover {
  border-color: rgba(200, 118, 28, 0.55);
  color: #F0EDE6;
}.bkf-sb_lang_20m svg,.bkf-sb_help_20m svg {
  height: 13px;
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
}.bkf-sb_bd_20m {
  background: rgba(6, 8, 14, 0.72);
  inset: 0;
  z-index: 69;
  position: fixed;
  display: none;
}.bkf-sb_bd_20m.bkf-state_on_20m {
  display: block;
}
@media(min-width: 1079px) {.bkf-sb_bd_20m {
  display: none!important;
}
}.bkf-mob_nav_20m {
  background: #161C28;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  left: 0;
  position: fixed;
  right: 0;
  display: flex;
  z-index: 80;
  bottom: 0;
}
@media(min-width: 1077px) {.bkf-mob_nav_20m {
  display: none;
}
}.bkf-mob_nav_item_20m {
  gap: 4px;
  padding: 4px 2px;
  flex: 1;
  flex-direction: column;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #6E6C65;
}.bkf-mob_nav_ic_20m {
  line-height: 1;
}.bkf-mob_nav_ic_20m svg {
  width: 20px;
  height: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.bkf-mob_nav_lb_20m {
  font-weight: 600;
  color: #6E6C65;
  font-size: 0.625rem;
}.bkf-mob_nav_item_20m.bkf-state_active_20m {
  color: #C8751C;
}.bkf-mob_nav_item_20m.bkf-state_active_20m .bkf-mob_nav_lb_20m {
  color: #C8751C;
}.bkf-hero_20m {
  padding: 20px 16px 0;
  background: #0C1018;
}
@media(min-width: 767px) {.bkf-hero_20m {
  padding: 24px 1.5rem 0;
}
}.bkf-hero_in_20m {
  margin: 0 auto;
  gap: 0.75rem;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.bkf-hero_in_20m {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1103px) {.bkf-hero_in_20m {
  grid-template-columns: 1fr 340px;
}
}.bkf-hero_promo_20m {
  border-radius: 12px;
  background: #111620;
  overflow: hidden;
  min-height: 13.75rem;
  align-items: stretch;
  display: flex;
  position: relative;
}
@media(min-width: 765px) {.bkf-hero_promo_20m {
  min-height: 17.5rem;
}
}.bkf-hero_promo_bg_20m {
  background: linear-gradient(120deg,#1A0E08 0%,#0C1018 100%);
  background-position: center;
  inset: 0;
  position: absolute;
  background-size: cover;
}.bkf-hero_promo_bg_20m::after {
  background: linear-gradient(90deg,#0C1018 0%,rgba(6, 8, 14, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.bkf-hero_promo_glow_20m {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(78, 127, 175, 0.20) 0%,transparent 65%);
  right: 3.75rem;
  width: 300px;
  pointer-events: none;
  top: -2.5rem;
  position: absolute;
  height: 300px;
}.bkf-hero_promo_ct_20m {
  padding: 28px 24px 28px 28px;
  z-index: 2;
  display: flex;
  max-width: 480px;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
@media(min-width: 771px) {.bkf-hero_promo_ct_20m {
  padding: 2.5rem 32px;
}
}.bkf-hero_badge_20m {
  background: rgba(200, 117, 28, 0.18);
  padding: 5px 0.75rem;
  border-radius: 20px;
  border: 1px solid rgba(200, 117, 28, 0.08);
  margin-bottom: 14px;
  color: #C8751C;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem;
  display: inline-block;
  letter-spacing: .08em;
}.bkf-hero_h1_20m {
  margin-bottom: 10px;
  overflow-wrap: break-word;
  line-height: 1.15;
  color: #F0EDE6;
  font-weight: 800;
  font-size: 26px;
  font-family: 'Cinzel', serif;
}.bkf-hero_h1_20m em {
  color: #D4A020;
  font-style: normal;
}
@media(min-width: 771px) {.bkf-hero_h1_20m {
  font-size: 36px;
}
}.bkf-hero_sub_20m {
  margin-bottom: 20px;
  font-size: 0.813rem;
  line-height: 1.55;
  color: #8E8B82;
}
@media(min-width: 769px) {.bkf-hero_sub_20m {
  font-size: 0.875rem;
}
}.bkf-hero_row_20m {
  gap: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.bkf-hero_cta_20m {
  padding: 0.813rem 26px;
  border-radius: 0.5rem;
  transition: background .2s;
  background: #2CA86C;
  font-weight: 700;
  font-size: 14px;
  color: #0C0A06;
  box-shadow: 0.25rem 4px 0px #145C38, 0 0 14px rgba(44, 168, 108, 0.40);
}.bkf-hero_cta_20m:hover {
  background: #34C47E;
}.bkf-hero_terms_20m {
  color: #6E6C65;
  font-size: 11px;
}.bkf-hero_game_20m {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #111620;
  border-radius: 12px;
  position: relative;
  flex-direction: column;
  display: flex;
}.bkf-hero_game_badge_20m {
  border: 1px solid rgba(212, 160, 32, 0.16);
  padding: 0.313rem 10px;
  background: rgba(212, 160, 32, 0.16);
  border-radius: 20px;
  font-weight: 700;
  color: #D4A020;
  letter-spacing: .06em;
  position: absolute;
  z-index: 3;
  text-transform: uppercase;
  left: 12px;
  font-size: 0.625rem;
  top: 0.75rem;
}.bkf-hero_game_badge_20m svg {
  vertical-align: -1px;
  width: 11px;
  height: 11px;
  margin-right: 4px;
}.bkf-hero_game_img_20m {
  overflow: hidden;
  background: linear-gradient(135deg,#1A0E08,#0C1018);
  position: relative;
  padding-bottom: 60%;
}.bkf-hero_game_img_20m img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}.bkf-hero_game_play_20m {
  inset: 0;
  transition: opacity .2s;
  background: rgba(6, 8, 14, 0.72);
  justify-content: center;
  position: absolute;
  opacity: 0;
  display: flex;
  align-items: center;
}.bkf-hero_game_20m:hover .bkf-hero_game_play_20m {
  opacity: 1;
}.bkf-hero_game_play_20m span {
  border-radius: 50%;
  background: #C8751C;
  align-items: center;
  width: 52px;
  display: flex;
  justify-content: center;
  height: 3.25rem;
}.bkf-hero_game_play_20m span svg {
  height: 1.125rem;
  margin-left: 2px;
  width: 18px;
}.bkf-hero_game_info_20m {
  padding: 14px 16px;
}.bkf-hero_game_title_20m {
  font-size: 0.938rem;
  font-weight: 700;
  color: #F0EDE6;
  overflow-wrap: break-word;
  margin-bottom: 4px;
}.bkf-hero_game_provider_20m {
  color: #9A9790;
  font-size: 11px;
}.bkf-hero_game_btn_20m {
  margin: 0.75rem 1rem 1rem;
  background: #C8751C;
  transition: background .2s;
  border-radius: 8px;
  padding: 11px;
  font-weight: 700;
  font-size: 0.813rem;
  display: block;
  text-align: center;
  color: #F0EDE6;
}.bkf-hero_game_20m:hover .bkf-hero_game_btn_20m {
  background: #E0881E;
}.bkf-sbar_20m {
  background: #0C1018;
  padding: 16px 1rem 0;
}
@media(min-width: 770px) {.bkf-sbar_20m {
  padding: 18px 24px 0;
}
}.bkf-sbar_in_20m {
  margin: 0 auto;
  max-width: 1320px;
}.bkf-sbar_row_20m {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.75rem;
}.bkf-sbar_input_20m {
  transition: border-color .2s;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex: 1;
  border-radius: 0.5rem;
  background: #111620;
  padding: 0.688rem 1rem;
  display: flex;
  cursor: pointer;
  font-size: 0.813rem;
  align-items: center;
  color: #9A9790;
}.bkf-sbar_input_20m:hover {
  border-color: rgba(200, 118, 28, 0.55);
}.bkf-sbar_input_20m svg {
  height: 15px;
  stroke-linejoin: round;
  flex-shrink: 0;
  stroke-linecap: round;
  width: 0.938rem;
}.bkf-sbar_providers_20m {
  transition: border-color .2s;
  padding: 0.688rem 18px;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #111620;
  border-radius: 0.5rem;
  color: #C4BFAF;
  display: flex;
  font-weight: 600;
  align-items: center;
  font-size: 13px;
  white-space: nowrap;
}.bkf-sbar_providers_20m:hover {
  border-color: rgba(200, 118, 28, 0.55);
  color: #F0EDE6;
}.bkf-sbar_providers_20m svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 14px;
  height: 0.875rem;
}.bkf-sbar_tabs_20m {
  gap: 6px;
  scrollbar-width: none;
  padding-bottom: 2px;
  overflow-x: auto;
  display: flex;
}.bkf-sbar_tabs_20m::-webkit-scrollbar {
  display: none;
}.bkf-sbar_tab_20m {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  transition: background .15s,color .15s,border-color .15s;
  gap: 7px;
  padding: 0.5rem 14px;
  flex-shrink: 0;
  color: #8E8B82;
  align-items: center;
  font-weight: 600;
  display: flex;
  white-space: nowrap;
  font-size: 12px;
  cursor: pointer;
}.bkf-sbar_tab_20m:hover {
  border-color: rgba(200, 118, 28, 0.55);
  background: rgba(255, 255, 255, 0.07);
  color: #F0EDE6;
}.bkf-sbar_tab_20m.bkf-state_active_20m {
  background: rgba(200, 117, 28, 0.18);
  border-color: rgba(200, 117, 28, 0.08);
  color: #F0EDE6;
}.bkf-sbar_tab_ic_20m svg {
  height: 14px;
  stroke-linejoin: round;
  width: 0.875rem;
  stroke-linecap: round;
}.bkf-gr_jp_20m {
  overflow: hidden;
  background: linear-gradient(135deg,#160E28 0%,#0C1018 100%);
  padding: 1.25rem;
  border-radius: 12px;
  position: relative;
}.bkf-gr_jp_20m::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(78, 127, 175, 0.20) 0%,transparent 70%);
  position: absolute;
  left: -60px;
  width: 250px;
  top: -60px;
  height: 250px;
  content: '';
}.bkf-gr_jp_20m::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(212, 160, 32, 0.16) 0%,transparent 70%);
  height: 200px;
  position: absolute;
  right: 0;
  bottom: -2.5rem;
  content: '';
  width: 12.5rem;
}.bkf-gr_jp_head_20m {
  gap: 1rem;
  z-index: 1;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}.bkf-gr_jp_info_20m {
  flex: 1;
}.bkf-gr_jp_label_20m {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 0.688rem;
  color: #7B3EB8;
  letter-spacing: .08em;
}.bkf-gr_jp_label_20m svg {
  vertical-align: -2px;
  width: 14px;
  stroke-linecap: round;
  margin-right: 4px;
  stroke-linejoin: round;
  height: 14px;
}.bkf-gr_jp_amount_20m {
  font-size: 32px;
  line-height: 1;
  color: #F0EDE6;
  margin-bottom: 4px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 770px) {.bkf-gr_jp_amount_20m {
  font-size: 2.5rem;
}
}.bkf-gr_jp_amount_20m span {
  color: #D4A020;
}.bkf-gr_jp_seo_20m {
  font-size: 0.75rem;
  color: #8E8B82;
  line-height: 1.5;
  max-width: 30rem;
  overflow-wrap: break-word;
}.bkf-gr_jp_cta_20m {
  border: 1px solid rgba(78, 127, 175, 0.20);
  transition: background .2s;
  padding: 0.688rem 1.25rem;
  border-radius: 8px;
  background: rgba(78, 127, 175, 0.20);
  font-size: 13px;
  flex-shrink: 0;
  font-weight: 700;
  position: relative;
  color: #F0EDE6;
  align-self: flex-start;
  margin-top: 4px;
  z-index: 1;
  white-space: nowrap;
}.bkf-gr_jp_cta_20m:hover {
  background: #4E7FAF;
}.bkf-ws_20m {
  padding: 32px 16px 0;
  background: #0C1018;
}
@media(min-width: 767px) {.bkf-ws_20m {
  padding: 36px 24px 0;
}
}.bkf-ws_in_20m {
  margin: 0 auto;
  max-width: 1320px;
}.bkf-ws_head_20m {
  gap: 12px;
  display: flex;
  margin-bottom: 0.875rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}.bkf-ws_title_20m {
  gap: 10px;
  overflow-wrap: break-word;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  display: flex;
  font-family: 'Cinzel', serif;
  flex-wrap: wrap;
  color: #F0EDE6;
}.bkf-ws_title_ic_20m svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 18px;
  color: #D4A020;
  height: 18px;
}.bkf-ws_online_20m {
  gap: 7px;
  color: #9A9790;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
}.bkf-ws_online_dot_20m {
  border-radius: 50%;
  background: #2CA86C;
  box-shadow: 0 0 6px rgba(44, 168, 108, 0.16);
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
}.bkf-ws_scroll_20m {
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
  display: flex;
}.bkf-ws_scroll_20m::-webkit-scrollbar {
  display: none;
}.bkf-wc_20m {
  border-radius: 8px;
  gap: 10px;
  background: #111620;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.625rem 0.875rem;
  align-items: center;
  flex-shrink: 0;
  min-width: 13.75rem;
  display: flex;
}.bkf-wc_img_20m {
  background: #161C28;
  overflow: hidden;
  border-radius: 4px;
  width: 2.25rem;
  flex-shrink: 0;
  height: 2.25rem;
}.bkf-wc_img_20m img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.bkf-wc_info_20m {
  min-width: 0;
}.bkf-wc_game_20m {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #C4BFAF;
  white-space: nowrap;
  font-size: 0.75rem;
}.bkf-wc_player_20m {
  overflow: hidden;
  white-space: nowrap;
  color: #6E6C65;
  font-size: 10px;
  text-overflow: ellipsis;
}.bkf-wc_amount_20m {
  font-weight: 700;
  font-size: 13px;
  color: #2CA86C;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: auto;
}.bkf-reg_20m {
  background: #0C1018;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.bkf-reg_20m {
  padding: 44px 24px 0;
}
}.bkf-reg_in_20m {
  padding: 28px 24px;
  background: #161C28;
  margin: 0 auto;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  max-width: 82.5rem;
}
@media(min-width: 767px) {.bkf-reg_in_20m {
  padding: 40px;
}
}.bkf-reg_top_20m {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 858px) {.bkf-reg_top_20m {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.bkf-reg_label_20m {
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  color: #C8751C;
  font-size: 0.688rem;
}.bkf-reg_h2_20m {
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 12px;
  color: #F0EDE6;
  line-height: 1.2;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.bkf-reg_h2_20m {
  font-size: 28px;
}
}.bkf-reg_bonus_20m {
  padding: 0.625rem 1rem;
  gap: 0.5rem;
  border-radius: 8px;
  border: 1px solid rgba(212, 160, 32, 0.16);
  background: rgba(212, 160, 32, 0.16);
  align-items: center;
  display: inline-flex;
  margin-bottom: 16px;
}.bkf-reg_bonus_amount_20m {
  font-size: 20px;
  font-weight: 800;
  color: #D4A020;
}.bkf-reg_bonus_text_20m {
  color: #8E8B82;
  font-size: 0.813rem;
  line-height: 1.35;
}.bkf-reg_cta_btn_20m {
  padding: 0.875rem 2rem;
  border-radius: 0.5rem;
  background: #2CA86C;
  transition: background .2s;
  color: #0C0A06;
  font-size: 0.938rem;
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 700;
  box-shadow: 4px 4px 0px #145C38, 0 0 14px rgba(44, 168, 108, 0.40);
}.bkf-reg_cta_btn_20m:hover {
  background: #34C47E;
}.bkf-reg_terms_20m {
  line-height: 1.5;
  font-size: 0.688rem;
  color: #6E6C65;
}.bkf-reg_seo_20m {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #9A9790;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  padding-top: 20px;
  margin-top: 20px;
}.bkf-reg_seo_20m p {
  font-size: 13px;
  color: #9A9790;
  line-height: 1.65;
  margin-bottom: 0.625rem;
}.bkf-reg_seo_20m p:last-child {
  margin-bottom: 0;
}.bkf-reg_seo_20m strong {
  font-weight: 700;
  color: #C4BFAF;
}.bkf-reg_seo_20m a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8751C;
}.bkf-reg_seo_20m a:hover {
  color: #E0881E;
}.bkf-reg_seo_20m ul,.bkf-reg_seo_20m ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.bkf-reg_seo_20m ol {
  list-style: decimal;
}.bkf-reg_seo_20m li {
  font-size: 13px;
  margin-bottom: 0.25rem;
  color: #9A9790;
  line-height: 1.65;
}.bkf-reg_seo_20m table {
  border-collapse: collapse;
  display: block;
  width: 100%;
  font-size: 0.813rem;
  margin-bottom: 10px;
  overflow-x: auto;
}
@media(min-width:768px) {.bkf-reg_seo_20m table {
  display: table;
}
}.bkf-reg_seo_20m th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  font-weight: 700;
  text-align: left;
  color: #C4BFAF;
}.bkf-reg_seo_20m td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #9A9790;
}.bkf-reg_steps_20m {
  gap: 0.875rem;
  flex-direction: column;
  margin-top: 28px;
  display: flex;
}
@media(min-width: 863px) {.bkf-reg_steps_20m {
  margin-top: 0;
}
}.bkf-reg_step_20m {
  padding: 16px;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.bkf-reg_step_num_20m {
  background: rgba(200, 117, 28, 0.18);
  border-radius: 50%;
  border: 1px solid rgba(200, 117, 28, 0.08);
  display: flex;
  width: 34px;
  font-weight: 800;
  flex-shrink: 0;
  justify-content: center;
  font-size: 0.875rem;
  align-items: center;
  color: #C8751C;
  height: 2.125rem;
}.bkf-reg_step_title_20m {
  color: #F0EDE6;
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 0.875rem;
}.bkf-reg_step_text_20m {
  color: #9A9790;
  line-height: 1.5;
  font-size: 12px;
}.bkf-reg_trust_20m {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  padding-top: 20px;
  display: flex;
  margin-top: 20px;
}.bkf-reg_trust_item_20m {
  gap: 0.438rem;
  display: flex;
  overflow-wrap: break-word;
  color: #9A9790;
  font-size: 12px;
  align-items: center;
}.bkf-reg_trust_ic_20m svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
  color: #C8751C;
  height: 16px;
}.bkf-prov_20m {
  background: #0C1018;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.bkf-prov_20m {
  padding: 2.75rem 1.5rem 0;
}
}.bkf-prov_in_20m {
  margin: 0 auto;
  max-width: 1320px;
}.bkf-prov_head_20m {
  margin-bottom: 16px;
}.bkf-prov_label_20m {
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #C8751C;
  text-transform: uppercase;
}.bkf-prov_h2_20m {
  color: #F0EDE6;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 769px) {.bkf-prov_h2_20m {
  font-size: 24px;
}
}.bkf-prov_seo_20m {
  font-size: 13px;
  color: #9A9790;
  overflow-wrap: break-word;
  margin-bottom: 16px;
  max-width: 38.75rem;
  line-height: 1.6;
}.bkf-prov_seo_20m strong {
  font-weight: 700;
  color: #C4BFAF;
}.bkf-prov_seo_20m a {
  text-decoration: underline;
  color: #C8751C;
}.bkf-prov_grid_20m {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 637px) {.bkf-prov_grid_20m {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.bkf-prov_grid_20m {
  grid-template-columns: repeat(8,1fr);
}
}.bkf-prov_card_20m {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 0.438rem;
  transition: border-color .2s,background .2s;
  background: #111620;
  padding: 0.875rem 0.625rem;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  display: flex;
}.bkf-prov_card_20m:hover {
  background: #161C28;
  border-color: rgba(200, 118, 28, 0.55);
}.bkf-prov_logo_20m {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  width: 2.75rem;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 44px;
}.bkf-prov_logo_20m img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.bkf-prov_name_20m {
  text-align: center;
  font-size: 0.688rem;
  font-weight: 600;
  overflow-wrap: break-word;
  color: #8E8B82;
}.bkf-app_20m {
  background: #0C1018;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.bkf-app_20m {
  padding: 2.75rem 1.5rem 0;
}
}.bkf-app_in_20m {
  margin: 0 auto;
  max-width: 1320px;
}.bkf-app_head_20m {
  margin-bottom: 1rem;
}.bkf-app_label_20m {
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  color: #C8751C;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.bkf-app_h2_20m {
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-weight: 800;
  color: #F0EDE6;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
}
@media(min-width: 767px) {.bkf-app_h2_20m {
  font-size: 1.5rem;
}
}.bkf-app_sub_20m {
  max-width: 37.5rem;
  color: #9A9790;
  line-height: 1.6;
  font-size: 13px;
  overflow-wrap: break-word;
}.bkf-app_sub_20m strong {
  color: #C4BFAF;
  font-weight: 700;
}.bkf-app_cards_20m {
  gap: 0.625rem;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.bkf-app_cards_20m {
  grid-template-columns: repeat(3,1fr);
}
}.bkf-app_card_20m {
  border-radius: 0.5rem;
  overflow: hidden;
  gap: 16px;
  padding: 20px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}.bkf-app_card_ios_20m {
  background: linear-gradient(135deg,rgba(200, 117, 28, 0.18) 0%,#161C28 100%);
}.bkf-app_card_android_20m {
  background: linear-gradient(135deg,rgba(44, 168, 108, 0.16) 0%,#161C28 100%);
}.bkf-app_card_win_20m {
  background: linear-gradient(135deg,rgba(212, 160, 32, 0.16) 0%,#161C28 100%);
}.bkf-app_card_ic_20m svg {
  height: 34px;
  width: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.bkf-app_card_ic_20m {
  flex-shrink: 0;
  color: #F0EDE6;
}.bkf-app_card_os_20m {
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #9A9790;
  text-transform: uppercase;
}.bkf-app_card_title_20m {
  margin-bottom: 0.375rem;
  font-size: 0.938rem;
  color: #F0EDE6;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-weight: 700;
}.bkf-app_card_text_20m {
  overflow-wrap: break-word;
  color: #9A9790;
  line-height: 1.5;
  margin-bottom: 0.875rem;
  font-size: 0.75rem;
}.bkf-app_card_btn_20m {
  border-radius: 4px;
  transition: background .2s;
  padding: 0.625rem 1.125rem;
  gap: 7px;
  border: 1px solid rgba(200, 118, 28, 0.55);
  background: rgba(255, 255, 255, 0.12);
  color: #F0EDE6;
  display: inline-flex;
  font-weight: 700;
  font-size: 0.813rem;
  align-items: center;
}.bkf-app_card_btn_20m:hover {
  background: rgba(255, 255, 255, 0.07);
}.bkf-htp_20m {
  padding: 2.25rem 16px 0;
  background: #0C1018;
}
@media(min-width:768px) {.bkf-htp_20m {
  padding: 44px 1.5rem 0;
}
}.bkf-htp_in_20m {
  margin: 0 auto;
  max-width: 82.5rem;
}.bkf-htp_head_20m {
  margin-bottom: 22px;
  max-width: 45rem;
}.bkf-htp_label_20m {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #C8751C;
  letter-spacing: .08em;
  font-weight: 700;
}.bkf-htp_h2_20m {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F0EDE6;
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
}
@media(min-width: 765px) {.bkf-htp_h2_20m {
  font-size: 28px;
}
}.bkf-htp_intro_20m {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #9A9790;
}.bkf-htp_steps_20m {
  padding: 0;
  margin: 0;
  gap: 0.75rem;
  list-style: none;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.bkf-htp_steps_20m {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.bkf-htp_steps_20m {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.bkf-htp_step_20m {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: #161C28;
  padding: 20px 1.125rem 18px;
  display: flex;
  position: relative;
  flex-direction: column;
}.bkf-htp_step_num_20m {
  background: #C8751C;
  border-radius: 50%;
  top: -12px;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  height: 28px;
  color: #0C0A06;
  font-size: 13px;
  position: absolute;
  justify-content: center;
  left: 1.25rem;
  width: 1.75rem;
  display: flex;
  align-items: center;
}.bkf-htp_step_ic_20m {
  background: rgba(200, 117, 28, 0.18);
  border-radius: 4px;
  margin: 8px 0 0.75rem;
  color: #C8751C;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 36px;
}.bkf-htp_step_ic_20m svg {
  stroke-linecap: round;
  width: 18px;
  height: 1.125rem;
  stroke-linejoin: round;
}.bkf-htp_step_h_20m {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #F0EDE6;
}.bkf-htp_step_p_20m {
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #9A9790;
}.bkf-htp_step_p_20m strong {
  color: #C4BFAF;
  font-weight: 600;
}.bkf-htp_cta_20m {
  background: #2CA86C;
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 0.813rem 1.625rem;
  margin-top: 1.25rem;
  color: #0C0A06;
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
}.bkf-htp_cta_20m:hover {
  background: #34C47E;
}.bkf-bon_20m {
  background: #0C1018;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.bkf-bon_20m {
  padding: 44px 1.5rem 0;
}
}.bkf-bon_in_20m {
  margin: 0 auto;
  max-width: 1320px;
}.bkf-bon_head_20m {
  margin-bottom: 20px;
}.bkf-bon_label_20m {
  color: #C8751C;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
}.bkf-bon_h2_20m {
  overflow-wrap: break-word;
  color: #F0EDE6;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 8px;
}
@media(min-width: 766px) {.bkf-bon_h2_20m {
  font-size: 24px;
}
}.bkf-bon_seo_20m {
  font-size: 0.813rem;
  color: #9A9790;
  line-height: 1.6;
  max-width: 38.75rem;
  overflow-wrap: break-word;
}.bkf-bon_seo_20m strong {
  color: #C4BFAF;
  font-weight: 700;
}.bkf-bon_seo_20m a {
  color: #C8751C;
  text-decoration: underline;
}.bkf-bon_grid_20m {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 643px) {.bkf-bon_grid_20m {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.bkf-bon_grid_20m {
  grid-template-columns: repeat(5,1fr);
}
}.bkf-bon_card_20m {
  background: #111620;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
  padding: 16px;
}.bkf-bon_card_20m:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 117, 28, 0.08);
}.bkf-bon_card_ic_20m svg {
  stroke-linejoin: round;
  height: 26px;
  stroke-linecap: round;
  width: 1.625rem;
}.bkf-bon_card_ic_20m {
  margin-bottom: 0.625rem;
}.bkf-bon_card_type_20m {
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #9A9790;
  font-weight: 700;
  font-size: 0.625rem;
  margin-bottom: 0.375rem;
}.bkf-bon_card_amount_20m {
  font-weight: 800;
  margin-bottom: 0.375rem;
  line-height: 1.1;
  color: #D4A020;
  font-size: 1.125rem;
}.bkf-bon_card_name_20m {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #F0EDE6;
  margin-bottom: 8px;
  font-weight: 600;
}.bkf-bon_card_detail_20m {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  font-size: 0.688rem;
  color: #6E6C65;
  padding-top: 8px;
  overflow-wrap: break-word;
}.bkf-rv_20m {
  padding: 2.25rem 16px 0;
  background: #0C1018;
}
@media(min-width: 771px) {.bkf-rv_20m {
  padding: 2.75rem 1.5rem 0;
}
}.bkf-rv_in_20m {
  margin: 0 auto;
  max-width: 82.5rem;
}.bkf-rv_head_20m {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.bkf-rv_label_20m {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  color: #C8751C;
  margin-bottom: 0.5rem;
}.bkf-rv_h2_20m {
  color: #F0EDE6;
  font-weight: 800;
  font-size: 1.375rem;
  margin-bottom: 0.625rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.bkf-rv_h2_20m {
  font-size: 28px;
}
}.bkf-rv_stats_20m {
  gap: 1.125rem;
  font-size: 0.813rem;
  align-items: center;
  display: flex;
  color: #9A9790;
  flex-wrap: wrap;
}.bkf-rv_stats_score_20m {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.bkf-rv_stats_score_val_20m {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 1.375rem;
  color: #D4A020;
}.bkf-rv_stats_score_max_20m {
  font-size: 13px;
  color: #6E6C65;
}.bkf-rv_stats_badge_20m {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.bkf-rv_stats_badge_20m svg {
  width: 14px;
  color: #D4A020;
  height: 0.875rem;
}.bkf-rv_grid_20m {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.bkf-rv_grid_20m {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.bkf-rv_grid_20m {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.bkf-rv_card_20m {
  padding: 20px;
  border-radius: 0.5rem;
  background: #161C28;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex-direction: column;
  display: flex;
}.bkf-rv_card_stars_20m {
  gap: 2px;
  display: flex;
  margin-bottom: 10px;
  color: #D4A020;
}.bkf-rv_card_stars_20m svg {
  height: 14px;
  width: 0.875rem;
}.bkf-rv_card_h_20m {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  color: #F0EDE6;
  line-height: 1.3;
  overflow-wrap: break-word;
  font-weight: 700;
}.bkf-rv_card_body_20m {
  flex: 1;
  overflow-wrap: break-word;
  color: #9A9790;
  line-height: 1.65;
  margin-bottom: 14px;
  font-size: 13px;
}.bkf-rv_card_body_20m strong {
  font-weight: 600;
  color: #C4BFAF;
}.bkf-rv_card_meta_20m {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  flex-wrap: wrap;
  align-items: center;
}.bkf-rv_card_author_20m {
  font-size: 0.75rem;
  color: #C4BFAF;
  font-weight: 600;
}.bkf-rv_card_date_20m {
  font-size: 0.688rem;
  color: #6E6C65;
}.bkf-seo_20m {
  padding: 2.25rem 16px 0;
  background: #0C1018;
}
@media(min-width: 765px) {.bkf-seo_20m {
  padding: 44px 1.5rem 0;
}
}.bkf-seo_in_20m {
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  background: #161C28;
  padding: 28px 24px;
  border-radius: 12px;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.bkf-seo_in_20m {
  padding: 36px 2.5rem;
}
}.bkf-seo_label_20m {
  text-transform: uppercase;
  color: #C8751C;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
}.bkf-seo_h2_20m {
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.875rem;
  color: #F0EDE6;
  overflow-wrap: break-word;
  line-height: 1.25;
}
@media(min-width:768px) {.bkf-seo_h2_20m {
  font-size: 1.5rem;
}
}.bkf-seo_body_20m {
  line-height: 1.75;
  color: #8E8B82;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.bkf-seo_body_20m p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #8E8B82;
}.bkf-seo_body_20m p:last-child {
  margin-bottom: 0;
}.bkf-seo_body_20m strong {
  font-weight: 700;
  color: #C4BFAF;
}.bkf-seo_body_20m a {
  transition: color .2s;
  color: #C8751C;
  text-decoration: underline;
}.bkf-seo_body_20m a:hover {
  color: #E0881E;
}.bkf-seo_body_20m ul,.bkf-seo_body_20m ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.bkf-seo_body_20m ol {
  list-style: decimal;
}.bkf-seo_body_20m li {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #8E8B82;
}.bkf-seo_body_20m table {
  margin-bottom: 0.75rem;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
}
@media(min-width: 765px) {.bkf-seo_body_20m table {
  display: table;
}
}.bkf-seo_body_20m th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C4BFAF;
  text-align: left;
}.bkf-seo_body_20m td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8E8B82;
}.bkf-seo_cols_20m {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 643px) {.bkf-seo_cols_20m {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.bkf-seo_cols_20m {
  grid-template-columns: repeat(3,1fr);
}
}.bkf-seo_col_h_20m {
  margin-bottom: 0.438rem;
  color: #C4BFAF;
  font-weight: 700;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.bkf-seo_col_p_20m {
  color: #9A9790;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
}.bkf-seo_stats_20m {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.bkf-seo_stat_20m {
  background: rgba(200, 117, 28, 0.08);
  border: 1px solid rgba(200, 117, 28, 0.18);
  flex: 1;
  padding: 0.875rem 1rem;
  border-radius: 0.5rem;
  min-width: 8.75rem;
}.bkf-seo_stat_val_20m {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #C8751C;
}.bkf-seo_stat_lb_20m {
  font-size: 11px;
  color: #9A9790;
  overflow-wrap: break-word;
}.bkf-seo_20m {
  background: #0C1018;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.bkf-seo_20m {
  padding: 44px 24px 0;
}
}.bkf-seo_in_20m {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.75rem 1.5rem;
  background: #161C28;
  border-radius: 12px;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 765px) {.bkf-seo_in_20m {
  padding: 2.25rem 2.5rem;
}
}.bkf-seo_label_20m {
  text-transform: uppercase;
  color: #C8751C;
  font-size: 11px;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-weight: 700;
}.bkf-seo_h2_20m {
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #F0EDE6;
  margin-bottom: 0.875rem;
  font-weight: 800;
}
@media(min-width: 770px) {.bkf-seo_h2_20m {
  font-size: 1.5rem;
}
}.bkf-seo_body_20m {
  color: #8E8B82;
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.75;
}.bkf-seo_body_20m p {
  line-height: 1.75;
  margin-bottom: 12px;
  color: #8E8B82;
  font-size: 0.875rem;
}.bkf-seo_body_20m p:last-child {
  margin-bottom: 0;
}.bkf-seo_body_20m strong {
  color: #C4BFAF;
  font-weight: 700;
}.bkf-seo_body_20m a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8751C;
}.bkf-seo_body_20m a:hover {
  color: #E0881E;
}.bkf-seo_body_20m ul,.bkf-seo_body_20m ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.bkf-seo_body_20m ol {
  list-style: decimal;
}.bkf-seo_body_20m li {
  font-size: 14px;
  color: #8E8B82;
  margin-bottom: 6px;
  line-height: 1.75;
}.bkf-seo_body_20m table {
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  margin-bottom: 12px;
  font-size: 0.813rem;
  width: 100%;
}
@media(min-width: 771px) {.bkf-seo_body_20m table {
  display: table;
}
}.bkf-seo_body_20m th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  font-weight: 700;
  color: #C4BFAF;
}.bkf-seo_body_20m td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #8E8B82;
}.bkf-seo_cols_20m {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 639px) {.bkf-seo_cols_20m {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.bkf-seo_cols_20m {
  grid-template-columns: repeat(3,1fr);
}
}.bkf-seo_col_h_20m {
  overflow-wrap: break-word;
  color: #C4BFAF;
  font-size: 0.813rem;
  margin-bottom: 7px;
  font-weight: 700;
}.bkf-seo_col_p_20m {
  line-height: 1.65;
  color: #9A9790;
  font-size: 13px;
  overflow-wrap: break-word;
}.bkf-seo_stats_20m {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.bkf-seo_stat_20m {
  background: rgba(200, 117, 28, 0.08);
  flex: 1;
  padding: 0.875rem 16px;
  border: 1px solid rgba(200, 117, 28, 0.18);
  border-radius: 0.5rem;
  min-width: 140px;
}.bkf-seo_stat_val_20m {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.25rem;
  color: #C8751C;
  font-size: 20px;
}.bkf-seo_stat_lb_20m {
  color: #9A9790;
  font-size: 11px;
  overflow-wrap: break-word;
}.bkf-faq_20m {
  padding: 36px 16px 0;
  background: #0C1018;
}
@media(min-width: 769px) {.bkf-faq_20m {
  padding: 44px 24px 0;
}
}.bkf-faq_in_20m {
  margin: 0 auto;
  max-width: 82.5rem;
}.bkf-faq_head_20m {
  margin-bottom: 1.25rem;
}.bkf-faq_label_20m {
  color: #C8751C;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 11px;
}.bkf-faq_h2_20m {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #F0EDE6;
}
@media(min-width: 769px) {.bkf-faq_h2_20m {
  font-size: 24px;
}
}.bkf-faq_list_20m {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.bkf-faq_item_20m {
  border-radius: 0.5rem;
  background: #161C28;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.bkf-faq_q_20m {
  padding: 16px 20px;
  gap: 12px;
  transition: color .2s;
  color: #C4BFAF;
  cursor: pointer;
  font-weight: 600;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  display: flex;
}.bkf-faq_q_20m:hover {
  color: #F0EDE6;
}.bkf-faq_q_ic_20m {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  height: 24px;
  flex-shrink: 0;
  align-items: center;
  font-size: 1rem;
  width: 24px;
  color: #C8751C;
  justify-content: center;
}.bkf-faq_item_20m.bkf-state_open_20m .bkf-faq_q_ic_20m {
  transform: rotate(45deg);
}.bkf-faq_a_20m {
  padding: 0 1.25rem 1rem;
  display: none;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.7;
  color: #9A9790;
}.bkf-faq_item_20m.bkf-state_open_20m .bkf-faq_a_20m {
  display: block;
}.bkf-faq_a_20m strong {
  font-weight: 700;
  color: #C4BFAF;
}.bkf-faq_a_20m a {
  text-decoration: underline;
  color: #C8751C;
}.bkf-faq_a_20m ul,.bkf-faq_a_20m ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.bkf-faq_a_20m ol {
  list-style: decimal;
}.bkf-faq_a_20m li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.bkf-faq_a_20m table {
  margin: 8px 0;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: 100%;
  font-size: 0.75rem;
}
@media(min-width: 770px) {.bkf-faq_a_20m table {
  display: table;
}
}.bkf-faq_a_20m th {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C4BFAF;
  text-align: left;
  font-weight: 700;
}.bkf-faq_a_20m td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 8px;
  color: #9A9790;
}.bkf-seo_20m {
  padding: 2.25rem 16px 0;
  background: #0C1018;
}
@media(min-width: 765px) {.bkf-seo_20m {
  padding: 2.75rem 1.5rem 0;
}
}.bkf-seo_in_20m {
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.75rem;
  background: #161C28;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 769px) {.bkf-seo_in_20m {
  padding: 36px 2.5rem;
}
}.bkf-seo_label_20m {
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-size: 11px;
  font-weight: 700;
  color: #C8751C;
  letter-spacing: .08em;
}.bkf-seo_h2_20m {
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #F0EDE6;
  margin-bottom: 0.875rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
}
@media(min-width:768px) {.bkf-seo_h2_20m {
  font-size: 24px;
}
}.bkf-seo_body_20m {
  line-height: 1.75;
  font-size: 14px;
  color: #8E8B82;
  overflow-wrap: break-word;
}.bkf-seo_body_20m p {
  line-height: 1.75;
  color: #8E8B82;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}.bkf-seo_body_20m p:last-child {
  margin-bottom: 0;
}.bkf-seo_body_20m strong {
  font-weight: 700;
  color: #C4BFAF;
}.bkf-seo_body_20m a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8751C;
}.bkf-seo_body_20m a:hover {
  color: #E0881E;
}.bkf-seo_body_20m ul,.bkf-seo_body_20m ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.bkf-seo_body_20m ol {
  list-style: decimal;
}.bkf-seo_body_20m li {
  color: #8E8B82;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
}.bkf-seo_body_20m table {
  display: block;
  width: 100%;
  font-size: 0.813rem;
  border-collapse: collapse;
  margin-bottom: 12px;
  overflow-x: auto;
}
@media(min-width: 769px) {.bkf-seo_body_20m table {
  display: table;
}
}.bkf-seo_body_20m th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  color: #C4BFAF;
  font-weight: 700;
  text-align: left;
}.bkf-seo_body_20m td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #8E8B82;
}.bkf-seo_cols_20m {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width:640px) {.bkf-seo_cols_20m {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.bkf-seo_cols_20m {
  grid-template-columns: repeat(3,1fr);
}
}.bkf-seo_col_h_20m {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 700;
  color: #C4BFAF;
  margin-bottom: 7px;
}.bkf-seo_col_p_20m {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #9A9790;
  line-height: 1.65;
}.bkf-seo_stats_20m {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.bkf-seo_stat_20m {
  border: 1px solid rgba(200, 117, 28, 0.18);
  border-radius: 0.5rem;
  background: rgba(200, 117, 28, 0.08);
  padding: 0.875rem 16px;
  flex: 1;
  min-width: 8.75rem;
}.bkf-seo_stat_val_20m {
  color: #C8751C;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-weight: 800;
}.bkf-seo_stat_lb_20m {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #9A9790;
}.bkf-ft_20m {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #080B12;
  margin-top: 3rem;
}.bkf-ft_support_20m {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 766px) {.bkf-ft_support_20m {
  padding: 28px 24px;
}
}.bkf-ft_support_in_20m {
  margin: 0 auto;
  gap: 16px;
  max-width: 1320px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.bkf-ft_support_main_20m {
  gap: 16px;
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 220px;
  flex-wrap: wrap;
}.bkf-ft_support_ic_20m {
  color: #C8751C;
  flex-shrink: 0;
}.bkf-ft_support_ic_20m svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.875rem;
  width: 30px;
}.bkf-ft_support_text_title_20m {
  margin-bottom: 3px;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  color: #F0EDE6;
}.bkf-ft_support_text_sub_20m {
  overflow-wrap: break-word;
  color: #9A9790;
  font-size: 0.75rem;
}.bkf-ft_support_btn_20m {
  background: #C8751C;
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 0.688rem 22px;
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
  font-size: 13px;
  color: #F0EDE6;
}.bkf-ft_support_btn_20m:hover {
  background: #E0881E;
}.bkf-ft_support_contacts_20m {
  gap: 16px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.bkf-ft_support_contact_20m {
  font-size: 12px;
  color: #6E6C65;
  line-height: 1.4;
}.bkf-ft_support_contact_20m strong {
  color: #8E8B82;
  font-weight: 600;
  font-size: 0.688rem;
  margin-bottom: 2px;
  display: block;
}.bkf-ft_main_20m {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 1rem 1.5rem;
}
@media(min-width: 767px) {.bkf-ft_main_20m {
  padding: 2.5rem 1.5rem 32px;
}
}.bkf-ft_main_in_20m {
  margin: 0 auto;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 641px) {.bkf-ft_main_in_20m {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.bkf-ft_main_in_20m {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.bkf-ft_col_logo_20m {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.bkf-ft_col_logo_20m {
  grid-column: auto;
}
}.bkf-ft_logo_20m {
  gap: 0.563rem;
  display: flex;
  font-size: 1rem;
  flex-wrap: wrap;
  font-weight: 800;
  align-items: center;
  overflow-wrap: break-word;
  color: #F0EDE6;
  margin-bottom: 0.75rem;
}.bkf-ft_logo_mark_20m {
  border-radius: 4px;
  overflow: hidden;
  width: 30px;
  height: 30px;
}.bkf-ft_logo_mark_20m img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.bkf-ft_logo_sub_20m {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  max-width: 200px;
  color: #6E6C65;
  line-height: 1.55;
}.bkf-ft_col_title_20m {
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  letter-spacing: .07em;
  font-size: 0.75rem;
  color: #8E8B82;
  font-weight: 700;
}.bkf-ft_col_links_20m {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.bkf-ft_col_link_20m {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #6E6C65;
  font-size: 0.813rem;
}.bkf-ft_col_link_20m:hover {
  color: #C4BFAF;
}.bkf-ft_apps_20m {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.bkf-ft_app_card_20m {
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 4px;
  transition: border-color .2s;
  display: flex;
  align-items: center;
}.bkf-ft_app_card_20m:hover {
  border-color: rgba(200, 118, 28, 0.55);
}.bkf-ft_app_card_ic_20m svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.375rem;
  height: 1.375rem;
}.bkf-ft_app_card_os_20m {
  font-size: 10px;
  color: #6E6C65;
  font-weight: 600;
}.bkf-ft_app_card_action_20m {
  font-size: 12px;
  font-weight: 700;
  color: #C4BFAF;
}.bkf-ft_bot_20m {
  padding: 20px 16px;
}
@media(min-width: 765px) {.bkf-ft_bot_20m {
  padding: 20px 1.5rem;
}
}.bkf-ft_bot_in_20m {
  margin: 0 auto;
  gap: 1rem;
  align-items: center;
  max-width: 82.5rem;
  display: flex;
  flex-wrap: wrap;
}.bkf-ft_socials_20m {
  gap: 8px;
  display: flex;
}.bkf-ft_soc_20m {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .2s;
  color: #8E8B82;
  display: flex;
  align-items: center;
  height: 36px;
  justify-content: center;
  width: 2.25rem;
}.bkf-ft_soc_20m svg {
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
}.bkf-ft_soc_20m:hover {
  background: rgba(255, 255, 255, 0.07);
}.bkf-ft_legal_20m {
  flex: 1;
  color: #797570;
  overflow-wrap: break-word;
  line-height: 1.6;
  min-width: 12.5rem;
  font-size: 11px;
}.bkf-ft_legal_20m strong {
  color: #8E8B82;
  font-weight: 700;
}.bkf-ft_legal_20m a {
  text-decoration: underline;
  color: #8E8B82;
}.bkf-ft_age_20m {
  border: 2px solid #797570;
  border-radius: 50%;
  justify-content: center;
  width: 2rem;
  color: #797570;
  display: flex;
  margin-left: auto;
  height: 2rem;
  font-size: 0.688rem;
  font-weight: 800;
  flex-shrink: 0;
  align-items: center;
}