*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  font-family: 'Mulish', sans-serif;
  line-height: 1.6;
  background-color: #0B1020;
  color: #C9BFA6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: inherit;
}a {
  color: inherit;
  text-decoration: none;
}.bsp_layout_vfa {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.bsp_page_vfa {
  min-height: 100vh;
  display: flex;
}.bsp_main_vfa {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media screen and (min-width: 1079px) {.bsp_main_vfa {
  padding-left: 220px;
}
}
@media screen and (max-width: 1080px) {.bsp_main_vfa {
  padding-bottom: 72px;
}
}.bsp_gc_vfa {
  overflow: hidden;
  background: #0F1528;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .2s,border-color .2s;
  position: relative;
  cursor: pointer;
  width: 140px;
  flex-shrink: 0;
}
@media(min-width: 641px) {.bsp_gc_vfa {
  width: 156px;
}
}
@media(min-width: 1081px) {.bsp_gc_vfa {
  width: 168px;
}
}.bsp_gc_vfa:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 132, 26, 0.07);
}.bsp_gc_img_vfa {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.bsp_gc_img_vfa img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}.bsp_gc_hover_vfa {
  inset: 0;
  transition: opacity .2s;
  background: rgba(7, 12, 24, 0.72);
  display: flex;
  opacity: 0;
  position: absolute;
  align-items: center;
  justify-content: center;
}.bsp_gc_vfa:hover .bsp_gc_hover_vfa {
  opacity: 1;
}.bsp_gc_hover_btn_vfa {
  border-radius: 0.375rem;
  background: #C4841A;
  padding: 0.5rem 1rem;
  font-weight: 700;
  color: #F2EDD8;
  font-size: 12px;
}.bsp_gc_info_vfa {
  padding: 0.5rem 0.625rem 10px;
}.bsp_gc_name_vfa {
  overflow: hidden;
  font-weight: 600;
  color: #C9BFA6;
  font-size: 12px;
  white-space: nowrap;
  margin-bottom: 3px;
  max-width: 100%;
  text-overflow: ellipsis;
}.bsp_gc_prov_vfa {
  color: #635A4C;
  font-size: 0.625rem;
}.bsp_gc_tag_vfa {
  padding: 2px 0.438rem;
  border-radius: 4px;
  font-size: 9px;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
  letter-spacing: .04em;
  font-weight: 700;
  top: 6px;
  left: 6px;
}.bsp_gc_tag_hot_vfa {
  background: #D04030;
  color: #fff;
}.bsp_gc_tag_new_vfa {
  background: #2EAA70;
  color: #0B1020;
}.bsp_gc_tag_jp_vfa {
  background: #E8A020;
  color: #0B1020;
}.bsp_gc_tag_ex_vfa {
  background: #7B4E20;
  color: #fff;
}.bsp_gc_tag_live_vfa {
  background: #D04030;
  color: #fff;
}.bsp_gr_vfa {
  padding: 32px 1rem 0;
  background: #0B1020;
}
@media(min-width: 769px) {.bsp_gr_vfa {
  padding: 2.25rem 24px 0;
}
}.bsp_gr_in_vfa {
  margin: 0 auto;
  max-width: 82.5rem;
}.bsp_gr_head_vfa {
  gap: 0.75rem;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.bsp_gr_head_l_vfa {
  flex: 1;
  gap: 0.625rem;
  min-width: 0;
  align-items: center;
  display: flex;
}.bsp_gr_ic_vfa {
  border-radius: 10px;
  height: 32px;
  flex-shrink: 0;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}.bsp_gr_ic_vfa svg {
  width: 16px;
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.bsp_gr_title_vfa {
  font-size: 1rem;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F2EDD8;
}
@media(min-width: 769px) {.bsp_gr_title_vfa {
  font-size: 18px;
}
}.bsp_gr_more_vfa {
  gap: 5px;
  transition: color .2s;
  align-items: center;
  white-space: nowrap;
  display: flex;
  font-weight: 600;
  flex-shrink: 0;
  font-size: 0.75rem;
  color: #7A7060;
}.bsp_gr_more_vfa:hover {
  color: #C4841A;
}.bsp_gr_more_vfa svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 12px;
  height: 0.75rem;
}.bsp_gr_arrows_vfa {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.bsp_gr_arr_vfa {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.375rem;
  transition: background .15s,color .15s;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  color: #9A8E76;
  height: 30px;
  display: flex;
}.bsp_gr_arr_vfa:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F2EDD8;
}.bsp_gr_arr_vfa svg {
  height: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.813rem;
}.bsp_gr_seo_h_vfa {
  margin: 0 0 0.375rem;
  font-weight: 700;
  color: #C9BFA6;
  font-family: 'Cinzel', serif;
  max-width: 680px;
  overflow-wrap: break-word;
  font-size: 13px;
}
@media(min-width: 769px) {.bsp_gr_seo_h_vfa {
  font-size: 0.875rem;
}
}.bsp_gr_seo_vfa {
  max-width: 42.5rem;
  font-size: 12px;
  color: #7A7060;
  overflow-wrap: break-word;
  line-height: 1.55;
  margin-bottom: 12px;
}.bsp_gr_seo_vfa strong {
  font-weight: 600;
  color: #C9BFA6;
}.bsp_gr_scroll_vfa {
  gap: 0.625rem;
  overflow-x: auto;
  padding-bottom: 0.625rem;
  scrollbar-width: none;
  display: flex;
  -webkit-overflow-scrolling: touch;
}.bsp_gr_scroll_vfa::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.bsp_gr_scroll_vfa {
  gap: 0.75rem;
}
}.bsp_tb_vfa {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0C1122;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 80;
  height: 3.5rem;
  align-items: center;
  left: 0;
  display: flex;
}.bsp_tb_in_vfa {
  gap: 0;
  padding: 0 14px;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
}.bsp_tb_burger_vfa {
  gap: 0.313rem;
  border-radius: 0.625rem;
  width: 38px;
  height: 2.375rem;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  margin-right: 0.5rem;
  align-items: center;
  flex-direction: column;
}.bsp_tb_burger_vfa:hover {
  background: rgba(255, 255, 255, 0.05);
}.bsp_tb_burger_line_vfa {
  background: #9A8E76;
  border-radius: 1px;
  display: block;
  width: 18px;
  height: 2px;
}
@media(min-width:1080px) {.bsp_tb_burger_vfa {
  display: none;
}
}.bsp_tb_logo_vfa {
  gap: 0.563rem;
  overflow-wrap: break-word;
  margin-right: 20px;
  align-items: center;
  display: flex;
  color: #F2EDD8;
  letter-spacing: -.01em;
  flex-shrink: 0;
  font-weight: 800;
  font-size: 18px;
}.bsp_tb_logo_mark_vfa {
  overflow: hidden;
  border-radius: 0.625rem;
  align-items: center;
  width: 32px;
  height: 32px;
  justify-content: center;
  display: flex;
}.bsp_tb_logo_mark_vfa img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.bsp_tb_nav_vfa {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 641px) {.bsp_tb_nav_vfa {
  display: flex;
}
}.bsp_tb_tab_vfa {
  border-radius: 0.625rem;
  padding: 0.5rem 14px;
  transition: background .15s,color .15s;
  font-size: 13px;
  white-space: nowrap;
  font-weight: 600;
  color: #9A8E76;
}.bsp_tb_tab_vfa:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2EDD8;
}.bsp_tb_tab_vfa.bsp_state_active_vfa {
  background: rgba(196, 132, 26, 0.18);
  color: #F2EDD8;
}.bsp_tb_right_vfa {
  gap: 0.5rem;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  margin-left: auto;
}.bsp_tb_login_vfa {
  background: rgba(255, 255, 255, 0.05);
  padding: 0.563rem 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  transition: border-color .2s,color .2s;
  color: #C9BFA6;
  font-weight: 600;
  font-size: 0.813rem;
  display: none;
}.bsp_tb_login_vfa:hover {
  border-color: rgba(196, 132, 26, 0.45);
  color: #F2EDD8;
}
@media(min-width: 477px) {.bsp_tb_login_vfa {
  display: block;
}
}.bsp_tb_reg_vfa {
  border-radius: 10px;
  background: #2EAA70;
  transition: background .2s;
  padding: 0.563rem 1.125rem;
  color: #0D1020;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
}.bsp_tb_reg_vfa:hover {
  background: #38C480;
}.bsp_sb_vfa {
  background: #141C30;
  transition: transform .25s ease;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  top: 56px;
  bottom: 0;
  overflow-y: auto;
  width: 13.75rem;
  position: fixed;
  left: 0;
  z-index: 70;
}.bsp_sb_vfa.bsp_state_open_vfa {
  transform: translateX(0);
}.bsp_sb_vfa::-webkit-scrollbar {
  width: 4px;
}.bsp_sb_vfa::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.bsp_sb_vfa {
  transform: translateX(0);
}
}.bsp_sb_auth_vfa {
  padding: 14px 12px 10px;
}.bsp_sb_btn_reg_vfa {
  border-radius: 10px;
  transition: background .2s;
  background: #2EAA70;
  padding: 11px;
  margin-bottom: 8px;
  display: block;
  text-align: center;
  font-size: 0.813rem;
  color: #0D1020;
  font-weight: 700;
}.bsp_sb_btn_reg_vfa:hover {
  background: #38C480;
}.bsp_sb_btn_login_vfa {
  transition: border-color .2s;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  color: #C9BFA6;
  display: block;
}.bsp_sb_btn_login_vfa:hover {
  border-color: rgba(196, 132, 26, 0.45);
  color: #F2EDD8;
}.bsp_sb_promo_vfa {
  border: 1px solid rgba(196, 132, 26, 0.18);
  border-radius: 0.625rem;
  padding: 12px 14px;
  margin: 0 0.75rem 0.625rem;
  background: linear-gradient(135deg,#1A0E06,#141C30);
  overflow: hidden;
  position: relative;
}.bsp_sb_promo_vfa::before {
  background: radial-gradient(circle,rgba(196, 132, 26, 0.18),transparent 70%);
  border-radius: 50%;
  content: '';
  right: -1.25rem;
  top: -20px;
  width: 5rem;
  height: 80px;
  position: absolute;
}.bsp_sb_promo_title_vfa {
  color: #C4841A;
  margin-bottom: 4px;
  letter-spacing: .06em;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}.bsp_sb_promo_text_vfa {
  line-height: 1.35;
  color: #F2EDD8;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  font-weight: 600;
}.bsp_sb_promo_sub_vfa {
  color: #7A7060;
  margin-top: 3px;
  font-size: 10px;
}.bsp_sb_nav_vfa {
  padding: 6px 8px 16px;
}.bsp_sb_nav_lb_vfa {
  padding: 0.625rem 0.5rem 0.375rem;
  font-size: 0.625rem;
  font-weight: 700;
  color: #635A4C;
  text-transform: uppercase;
  letter-spacing: .08em;
}.bsp_sb_link_vfa {
  padding: 9px 10px;
  transition: background .15s,color .15s;
  gap: 10px;
  border-radius: 0.375rem;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  color: #9A8E76;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
}.bsp_sb_link_vfa:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2EDD8;
}.bsp_sb_link_vfa.bsp_state_active_vfa {
  background: rgba(196, 132, 26, 0.18);
  color: #F2EDD8;
}.bsp_sb_ic_vfa {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  flex-shrink: 0;
  display: flex;
}.bsp_sb_ic_vfa svg {
  height: 16px;
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
}.bsp_sb_ic_1_vfa {
  background: rgba(196, 132, 26, 0.07);
  color: #C4841A;
}.bsp_sb_ic_2_vfa {
  background: rgba(46, 170, 112, 0.16);
  color: #2EAA70;
}.bsp_sb_ic_3_vfa {
  background: rgba(232, 160, 32, 0.16);
  color: #E8A020;
}.bsp_sb_ic_4_vfa {
  background: rgba(123, 78, 32, 0.28);
  color: #7B4E20;
}.bsp_sb_ic_5_vfa {
  background: rgba(196, 132, 26, 0.07);
  color: #E0488A;
}.bsp_sb_ic_6_vfa {
  background: rgba(123, 78, 32, 0.28);
  color: #8B44C8;
}.bsp_sb_badge_vfa {
  padding: 2px 0.438rem;
  background: #E8A020;
  border-radius: 0.375rem;
  font-weight: 700;
  font-size: 0.563rem;
  margin-left: auto;
  color: #0D1020;
}.bsp_sb_bot_vfa {
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  display: flex;
}.bsp_sb_lang_vfa,.bsp_sb_help_vfa {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  flex: 1;
  padding: 9px 0.375rem;
  transition: border-color .2s;
  gap: 0.375rem;
  justify-content: center;
  font-size: 0.688rem;
  color: #9A8E76;
  font-weight: 600;
  display: flex;
  align-items: center;
}.bsp_sb_lang_vfa:hover,.bsp_sb_help_vfa:hover {
  border-color: rgba(196, 132, 26, 0.45);
  color: #F2EDD8;
}.bsp_sb_lang_vfa svg,.bsp_sb_help_vfa svg {
  stroke-linecap: round;
  width: 0.813rem;
  stroke-linejoin: round;
  height: 13px;
}.bsp_sb_bd_vfa {
  background: rgba(7, 12, 24, 0.72);
  inset: 0;
  display: none;
  position: fixed;
  z-index: 69;
}.bsp_sb_bd_vfa.bsp_state_on_vfa {
  display: block;
}
@media(min-width: 1079px) {.bsp_sb_bd_vfa {
  display: none!important;
}
}.bsp_mob_nav_vfa {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  background: #141C30;
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  z-index: 80;
  position: fixed;
}
@media(min-width: 1082px) {.bsp_mob_nav_vfa {
  display: none;
}
}.bsp_mob_nav_item_vfa {
  flex: 1;
  gap: 4px;
  padding: 4px 2px;
  display: flex;
  color: #635A4C;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}.bsp_mob_nav_ic_vfa {
  line-height: 1;
}.bsp_mob_nav_ic_vfa svg {
  height: 1.25rem;
  stroke-linejoin: round;
  width: 1.25rem;
  stroke-linecap: round;
}.bsp_mob_nav_lb_vfa {
  font-weight: 600;
  font-size: 0.625rem;
  color: #635A4C;
}.bsp_mob_nav_item_vfa.bsp_state_active_vfa {
  color: #C4841A;
}.bsp_mob_nav_item_vfa.bsp_state_active_vfa .bsp_mob_nav_lb_vfa {
  color: #C4841A;
}.bsp_hero_vfa {
  padding: 1.25rem 16px 0;
  background: #0B1020;
}
@media(min-width: 770px) {.bsp_hero_vfa {
  padding: 1.5rem 24px 0;
}
}.bsp_hero_in_vfa {
  margin: 0 auto;
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 1320px;
}
@media(min-width: 857px) {.bsp_hero_in_vfa {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.bsp_hero_in_vfa {
  grid-template-columns: 1fr 21.25rem;
}
}.bsp_hero_promo_vfa {
  border-radius: 16px;
  background: #0F1528;
  overflow: hidden;
  display: flex;
  position: relative;
  align-items: stretch;
  min-height: 220px;
}
@media(min-width:768px) {.bsp_hero_promo_vfa {
  min-height: 280px;
}
}.bsp_hero_promo_bg_vfa {
  background: linear-gradient(120deg,#1A0E06 0%,#0B1020 100%);
  background-position: center;
  inset: 0;
  position: absolute;
  background-size: cover;
}.bsp_hero_promo_bg_vfa::after {
  background: linear-gradient(90deg,#0B1020 0%,rgba(7, 12, 24, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.bsp_hero_promo_glow_vfa {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(123, 78, 32, 0.28) 0%,transparent 65%);
  top: -2.5rem;
  position: absolute;
  height: 300px;
  width: 18.75rem;
  pointer-events: none;
  right: 3.75rem;
}.bsp_hero_promo_ct_vfa {
  padding: 28px 24px 28px 28px;
  z-index: 2;
  justify-content: center;
  position: relative;
  display: flex;
  max-width: 480px;
  flex-direction: column;
}
@media(min-width: 769px) {.bsp_hero_promo_ct_vfa {
  padding: 40px 2rem;
}
}.bsp_hero_badge_vfa {
  border-radius: 20px;
  border: 1px solid rgba(196, 132, 26, 0.07);
  padding: 5px 0.75rem;
  background: rgba(196, 132, 26, 0.18);
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  color: #C4841A;
  margin-bottom: 14px;
  font-size: 10px;
  letter-spacing: .08em;
}.bsp_hero_h1_vfa {
  line-height: 1.15;
  font-size: 26px;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F2EDD8;
  font-family: 'Cinzel', serif;
}.bsp_hero_h1_vfa em {
  color: #E8A020;
  font-style: normal;
}
@media(min-width: 771px) {.bsp_hero_h1_vfa {
  font-size: 2.25rem;
}
}.bsp_hero_sub_vfa {
  margin-bottom: 1.25rem;
  font-size: 13px;
  line-height: 1.55;
  color: #9A8E76;
}
@media(min-width: 769px) {.bsp_hero_sub_vfa {
  font-size: 14px;
}
}.bsp_hero_row_vfa {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.bsp_hero_cta_vfa {
  padding: 13px 26px;
  background: #2EAA70;
  transition: background .2s;
  border-radius: 10px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(46, 170, 112, 0.40), 0 1px 0 rgba(0,0,0,0.50);
  font-size: 0.875rem;
  color: #0D1020;
}.bsp_hero_cta_vfa:hover {
  background: #38C480;
}.bsp_hero_terms_vfa {
  color: #635A4C;
  font-size: 11px;
}.bsp_hero_game_vfa {
  overflow: hidden;
  background: #0F1528;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  position: relative;
  flex-direction: column;
}.bsp_hero_game_badge_vfa {
  background: rgba(232, 160, 32, 0.16);
  padding: 0.313rem 0.625rem;
  border: 1px solid rgba(232, 160, 32, 0.16);
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  left: 0.75rem;
  letter-spacing: .06em;
  z-index: 3;
  color: #E8A020;
  top: 12px;
  text-transform: uppercase;
  position: absolute;
}.bsp_hero_game_badge_vfa svg {
  margin-right: 0.25rem;
  width: 11px;
  height: 0.688rem;
  vertical-align: -1px;
}.bsp_hero_game_img_vfa {
  background: linear-gradient(135deg,#1A0E06,#0B1020);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.bsp_hero_game_img_vfa img {
  inset: 0;
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}.bsp_hero_game_play_vfa {
  background: rgba(7, 12, 24, 0.72);
  transition: opacity .2s;
  inset: 0;
  opacity: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
}.bsp_hero_game_vfa:hover .bsp_hero_game_play_vfa {
  opacity: 1;
}.bsp_hero_game_play_vfa span {
  border-radius: 50%;
  background: #C4841A;
  width: 3.25rem;
  justify-content: center;
  height: 52px;
  align-items: center;
  display: flex;
}.bsp_hero_game_play_vfa span svg {
  margin-left: 2px;
  height: 18px;
  width: 1.125rem;
}.bsp_hero_game_info_vfa {
  padding: 14px 16px;
}.bsp_hero_game_title_vfa {
  overflow-wrap: break-word;
  font-size: 15px;
  font-weight: 700;
  color: #F2EDD8;
  margin-bottom: 0.25rem;
}.bsp_hero_game_provider_vfa {
  font-size: 11px;
  color: #7A7060;
}.bsp_hero_game_btn_vfa {
  padding: 11px;
  background: #C4841A;
  transition: background .2s;
  border-radius: 10px;
  margin: 0.75rem 1rem 1rem;
  display: block;
  font-weight: 700;
  text-align: center;
  color: #F2EDD8;
  font-size: 0.813rem;
}.bsp_hero_game_vfa:hover .bsp_hero_game_btn_vfa {
  background: #DA982C;
}.bsp_wy_vfa {
  background: #0B1020;
  padding: 2rem 1rem 0;
}
@media(min-width: 769px) {.bsp_wy_vfa {
  padding: 2.5rem 24px 0;
}
}.bsp_wy_in_vfa {
  margin: 0 auto;
  max-width: 82.5rem;
}.bsp_wy_head_vfa {
  max-width: 720px;
  margin-bottom: 18px;
}.bsp_wy_label_vfa {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #C4841A;
}.bsp_wy_h2_vfa {
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  color: #F2EDD8;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
@media(min-width: 769px) {.bsp_wy_h2_vfa {
  font-size: 24px;
}
}.bsp_wy_intro_vfa {
  margin: 0;
  color: #7A7060;
  line-height: 1.6;
  font-size: 0.813rem;
}.bsp_wy_grid_vfa {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.bsp_wy_grid_vfa {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.bsp_wy_grid_vfa {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.bsp_wy_card_vfa {
  transition: border-color .2s,transform .2s;
  background: #141C30;
  border-radius: 0.625rem;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
}.bsp_wy_card_vfa:hover {
  transform: translateY(-2px);
  border-color: rgba(196, 132, 26, 0.07);
}.bsp_wy_card_ic_vfa {
  border-radius: 50%;
  background: rgba(196, 132, 26, 0.18);
  width: 2.75rem;
  align-items: center;
  color: #C4841A;
  justify-content: center;
  display: flex;
  margin-bottom: 14px;
  height: 44px;
}.bsp_wy_card_ic_vfa svg {
  height: 1.375rem;
  stroke-linejoin: round;
  width: 22px;
  stroke-linecap: round;
}.bsp_wy_card_h_vfa {
  line-height: 1.25;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-size: 0.938rem;
  color: #F2EDD8;
}.bsp_wy_card_p_vfa {
  line-height: 1.6;
  color: #7A7060;
  overflow-wrap: break-word;
  font-size: 13px;
}.bsp_wy_card_p_vfa strong {
  color: #C9BFA6;
  font-weight: 600;
}.bsp_gr_jp_vfa {
  overflow: hidden;
  border-radius: 1rem;
  background: linear-gradient(135deg,#1C0E2E 0%,#0A0C1C 100%);
  padding: 1.25rem;
  position: relative;
}.bsp_gr_jp_vfa::before {
  background: radial-gradient(circle,rgba(123, 78, 32, 0.28) 0%,transparent 70%);
  border-radius: 50%;
  left: -60px;
  height: 15.625rem;
  content: '';
  position: absolute;
  width: 250px;
  top: -60px;
}.bsp_gr_jp_vfa::after {
  background: radial-gradient(circle,rgba(232, 160, 32, 0.16) 0%,transparent 70%);
  border-radius: 50%;
  position: absolute;
  height: 12.5rem;
  content: '';
  right: 0;
  width: 12.5rem;
  bottom: -40px;
}.bsp_gr_jp_head_vfa {
  gap: 1rem;
  z-index: 1;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}.bsp_gr_jp_info_vfa {
  flex: 1;
}.bsp_gr_jp_label_vfa {
  margin-bottom: 6px;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #8B44C8;
  text-transform: uppercase;
}.bsp_gr_jp_label_vfa svg {
  stroke-linejoin: round;
  height: 0.875rem;
  width: 14px;
  stroke-linecap: round;
  margin-right: 0.25rem;
  vertical-align: -2px;
}.bsp_gr_jp_amount_vfa {
  color: #F2EDD8;
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  margin-bottom: 4px;
}
@media(min-width: 765px) {.bsp_gr_jp_amount_vfa {
  font-size: 40px;
}
}.bsp_gr_jp_amount_vfa span {
  color: #E8A020;
}.bsp_gr_jp_seo_vfa {
  max-width: 480px;
  overflow-wrap: break-word;
  color: #9A8E76;
  font-size: 12px;
  line-height: 1.5;
}.bsp_gr_jp_cta_vfa {
  border-radius: 0.625rem;
  border: 1px solid rgba(123, 78, 32, 0.28);
  background: rgba(123, 78, 32, 0.28);
  transition: background .2s;
  padding: 11px 1.25rem;
  white-space: nowrap;
  color: #F2EDD8;
  font-size: 0.813rem;
  flex-shrink: 0;
  align-self: flex-start;
  font-weight: 700;
  position: relative;
  margin-top: 0.25rem;
  z-index: 1;
}.bsp_gr_jp_cta_vfa:hover {
  background: #7B4E20;
}.bsp_gcg_vfa {
  background: #0B1020;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.bsp_gcg_vfa {
  padding: 44px 24px 0;
}
}.bsp_gcg_in_vfa {
  margin: 0 auto;
  max-width: 1320px;
}.bsp_gcg_head_vfa {
  margin-bottom: 20px;
  max-width: 720px;
}.bsp_gcg_label_vfa {
  text-transform: uppercase;
  font-weight: 700;
  color: #C4841A;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 11px;
}.bsp_gcg_h2_vfa {
  font-size: 22px;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
  color: #F2EDD8;
}
@media(min-width: 767px) {.bsp_gcg_h2_vfa {
  font-size: 28px;
}
}.bsp_gcg_intro_vfa {
  font-size: 0.813rem;
  color: #7A7060;
  line-height: 1.6;
}.bsp_gcg_grid_vfa {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.bsp_gcg_grid_vfa {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.bsp_gcg_grid_vfa {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.bsp_gcg_card_vfa {
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 16px;
  padding: 20px;
  overflow: hidden;
  cursor: pointer;
  flex-direction: column;
  position: relative;
  justify-content: flex-end;
  min-height: 15rem;
  display: flex;
}.bsp_gcg_card_vfa:hover {
  border-color: rgba(196, 132, 26, 0.18);
  transform: translateY(-3px);
}.bsp_gcg_card_bg_vfa {
  inset: 0;
  z-index: 0;
  position: absolute;
}.bsp_gcg_card_bg_vfa::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.bsp_gcg_card_ic_vfa {
  background: rgba(0,0,0,.45);
  border-radius: 6px;
  align-items: center;
  display: flex;
  z-index: 2;
  right: 18px;
  position: absolute;
  top: 18px;
  height: 2.5rem;
  justify-content: center;
  color: #F2EDD8;
  width: 40px;
}.bsp_gcg_card_ic_vfa svg {
  width: 20px;
  stroke-linejoin: round;
  height: 20px;
  stroke-linecap: round;
}.bsp_gcg_card_ct_vfa {
  position: relative;
  z-index: 1;
}.bsp_gcg_card_h_vfa {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-size: 1.125rem;
  color: #F2EDD8;
  font-weight: 800;
}
@media(min-width: 770px) {.bsp_gcg_card_h_vfa {
  font-size: 20px;
}
}.bsp_gcg_card_p_vfa {
  margin-bottom: 0.625rem;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  overflow-wrap: break-word;
}.bsp_gcg_card_p_vfa strong {
  color: #F2EDD8;
  font-weight: 600;
}.bsp_gcg_card_cta_vfa {
  gap: 0.25rem;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #C4841A;
  letter-spacing: .04em;
  display: inline-flex;
  font-size: 0.75rem;
}.bsp_gcg_card_cta_vfa svg {
  stroke-linecap: round;
  height: 12px;
  width: 0.75rem;
  stroke-linejoin: round;
}.bsp_ws_vfa {
  background: #0B1020;
  padding: 32px 16px 0;
}
@media(min-width: 771px) {.bsp_ws_vfa {
  padding: 2.25rem 1.5rem 0;
}
}.bsp_ws_in_vfa {
  margin: 0 auto;
  max-width: 1320px;
}.bsp_ws_head_vfa {
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 14px;
  display: flex;
}.bsp_ws_title_vfa {
  gap: 10px;
  font-family: 'Cinzel', serif;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  color: #F2EDD8;
  font-weight: 700;
  overflow-wrap: break-word;
}.bsp_ws_title_ic_vfa svg {
  color: #E8A020;
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 18px;
}.bsp_ws_online_vfa {
  gap: 0.438rem;
  font-weight: 600;
  font-size: 0.75rem;
  color: #7A7060;
  display: flex;
  align-items: center;
}.bsp_ws_online_dot_vfa {
  background: #2EAA70;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(46, 170, 112, 0.16);
  width: 8px;
  height: 0.5rem;
}.bsp_ws_scroll_vfa {
  gap: 0.5rem;
  scrollbar-width: none;
  padding-bottom: 8px;
  display: flex;
  overflow-x: auto;
}.bsp_ws_scroll_vfa::-webkit-scrollbar {
  display: none;
}.bsp_wc_vfa {
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #0F1528;
  gap: 10px;
  padding: 0.625rem 14px;
  flex-shrink: 0;
  display: flex;
  min-width: 220px;
  align-items: center;
}.bsp_wc_img_vfa {
  background: #141C30;
  overflow: hidden;
  border-radius: 6px;
  height: 36px;
  flex-shrink: 0;
  width: 36px;
}.bsp_wc_img_vfa img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.bsp_wc_info_vfa {
  min-width: 0;
}.bsp_wc_game_vfa {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  color: #C9BFA6;
}.bsp_wc_player_vfa {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.625rem;
  color: #635A4C;
}.bsp_wc_amount_vfa {
  flex-shrink: 0;
  margin-left: auto;
  color: #2EAA70;
  font-weight: 700;
  white-space: nowrap;
  font-size: 13px;
}.bsp_app_vfa {
  padding: 2.25rem 16px 0;
  background: #0B1020;
}
@media(min-width: 769px) {.bsp_app_vfa {
  padding: 44px 24px 0;
}
}.bsp_app_in_vfa {
  margin: 0 auto;
  max-width: 1320px;
}.bsp_app_head_vfa {
  margin-bottom: 16px;
}.bsp_app_label_vfa {
  color: #C4841A;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.bsp_app_h2_vfa {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0.375rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F2EDD8;
}
@media(min-width: 766px) {.bsp_app_h2_vfa {
  font-size: 1.5rem;
}
}.bsp_app_sub_vfa {
  line-height: 1.6;
  max-width: 600px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #7A7060;
}.bsp_app_sub_vfa strong {
  color: #C9BFA6;
  font-weight: 700;
}.bsp_app_cards_vfa {
  gap: 10px;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.bsp_app_cards_vfa {
  grid-template-columns: repeat(3,1fr);
}
}.bsp_app_card_vfa {
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
  position: relative;
}.bsp_app_card_ios_vfa {
  background: linear-gradient(135deg,rgba(196, 132, 26, 0.18) 0%,#141C30 100%);
}.bsp_app_card_android_vfa {
  background: linear-gradient(135deg,rgba(46, 170, 112, 0.16) 0%,#141C30 100%);
}.bsp_app_card_win_vfa {
  background: linear-gradient(135deg,rgba(232, 160, 32, 0.16) 0%,#141C30 100%);
}.bsp_app_card_ic_vfa svg {
  width: 2.125rem;
  stroke-linecap: round;
  height: 2.125rem;
  stroke-linejoin: round;
}.bsp_app_card_ic_vfa {
  flex-shrink: 0;
  color: #F2EDD8;
}.bsp_app_card_os_vfa {
  font-size: 0.625rem;
  font-weight: 700;
  color: #7A7060;
  letter-spacing: .08em;
  margin-bottom: 6px;
  text-transform: uppercase;
}.bsp_app_card_title_vfa {
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F2EDD8;
  line-height: 1.2;
  margin-bottom: 0.375rem;
  font-size: 15px;
}.bsp_app_card_text_vfa {
  margin-bottom: 0.875rem;
  line-height: 1.5;
  color: #7A7060;
  font-size: 12px;
  overflow-wrap: break-word;
}.bsp_app_card_btn_vfa {
  border-radius: 0.375rem;
  gap: 0.438rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(196, 132, 26, 0.45);
  padding: 10px 1.125rem;
  transition: background .2s;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  color: #F2EDD8;
  align-items: center;
}.bsp_app_card_btn_vfa:hover {
  background: rgba(255, 255, 255, 0.07);
}.bsp_prov_vfa {
  padding: 2.25rem 16px 0;
  background: #0B1020;
}
@media(min-width: 771px) {.bsp_prov_vfa {
  padding: 44px 1.5rem 0;
}
}.bsp_prov_in_vfa {
  margin: 0 auto;
  max-width: 1320px;
}.bsp_prov_head_vfa {
  margin-bottom: 1rem;
}.bsp_prov_label_vfa {
  font-size: 0.688rem;
  margin-bottom: 8px;
  color: #C4841A;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.bsp_prov_h2_vfa {
  color: #F2EDD8;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.bsp_prov_h2_vfa {
  font-size: 24px;
}
}.bsp_prov_seo_vfa {
  line-height: 1.6;
  max-width: 620px;
  overflow-wrap: break-word;
  margin-bottom: 1rem;
  color: #7A7060;
  font-size: 13px;
}.bsp_prov_seo_vfa strong {
  color: #C9BFA6;
  font-weight: 700;
}.bsp_prov_seo_vfa a {
  color: #C4841A;
  text-decoration: underline;
}.bsp_prov_grid_vfa {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 641px) {.bsp_prov_grid_vfa {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.bsp_prov_grid_vfa {
  grid-template-columns: repeat(8,1fr);
}
}.bsp_prov_card_vfa {
  transition: border-color .2s,background .2s;
  padding: 0.875rem 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  background: #0F1528;
  gap: 0.438rem;
  flex-direction: column;
  display: flex;
  align-items: center;
  cursor: pointer;
}.bsp_prov_card_vfa:hover {
  background: #141C30;
  border-color: rgba(196, 132, 26, 0.45);
}.bsp_prov_logo_vfa {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  width: 2.75rem;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 44px;
}.bsp_prov_logo_vfa img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.bsp_prov_name_vfa {
  text-align: center;
  color: #9A8E76;
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 0.688rem;
}.bsp_reg_vfa {
  background: #0B1020;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.bsp_reg_vfa {
  padding: 44px 1.5rem 0;
}
}.bsp_reg_in_vfa {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  background: #141C30;
  padding: 28px 24px;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.bsp_reg_in_vfa {
  padding: 2.5rem;
}
}.bsp_reg_top_vfa {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 859px) {.bsp_reg_top_vfa {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.bsp_reg_label_vfa {
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  color: #C4841A;
}.bsp_reg_h2_vfa {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  font-family: 'Cinzel', serif;
  color: #F2EDD8;
  line-height: 1.2;
  font-size: 22px;
}
@media(min-width:768px) {.bsp_reg_h2_vfa {
  font-size: 28px;
}
}.bsp_reg_bonus_vfa {
  padding: 0.625rem 1rem;
  background: rgba(232, 160, 32, 0.16);
  border: 1px solid rgba(232, 160, 32, 0.16);
  border-radius: 0.625rem;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  display: inline-flex;
}.bsp_reg_bonus_amount_vfa {
  color: #E8A020;
  font-size: 20px;
  font-weight: 800;
}.bsp_reg_bonus_text_vfa {
  line-height: 1.35;
  color: #9A8E76;
  font-size: 13px;
}.bsp_reg_cta_btn_vfa {
  border-radius: 10px;
  padding: 14px 32px;
  background: #2EAA70;
  transition: background .2s;
  font-size: 15px;
  display: inline-block;
  color: #0D1020;
  box-shadow: 0 4px 12px rgba(46, 170, 112, 0.40), 0 1px 0 rgba(0,0,0,0.50);
  font-weight: 700;
  margin-bottom: 12px;
}.bsp_reg_cta_btn_vfa:hover {
  background: #38C480;
}.bsp_reg_terms_vfa {
  color: #635A4C;
  line-height: 1.5;
  font-size: 11px;
}.bsp_reg_seo_vfa {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A7060;
  margin-top: 20px;
  padding-top: 20px;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.bsp_reg_seo_vfa p {
  margin-bottom: 0.625rem;
  color: #7A7060;
  line-height: 1.65;
  font-size: 13px;
}.bsp_reg_seo_vfa p:last-child {
  margin-bottom: 0;
}.bsp_reg_seo_vfa strong {
  font-weight: 700;
  color: #C9BFA6;
}.bsp_reg_seo_vfa a {
  transition: color .2s;
  color: #C4841A;
  text-decoration: underline;
}.bsp_reg_seo_vfa a:hover {
  color: #DA982C;
}.bsp_reg_seo_vfa ul,.bsp_reg_seo_vfa ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.bsp_reg_seo_vfa ol {
  list-style: decimal;
}.bsp_reg_seo_vfa li {
  line-height: 1.65;
  font-size: 13px;
  margin-bottom: 4px;
  color: #7A7060;
}.bsp_reg_seo_vfa table {
  display: block;
  margin-bottom: 10px;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.813rem;
}
@media(min-width: 766px) {.bsp_reg_seo_vfa table {
  display: table;
}
}.bsp_reg_seo_vfa th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C9BFA6;
  text-align: left;
  font-weight: 700;
}.bsp_reg_seo_vfa td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A7060;
}.bsp_reg_steps_vfa {
  gap: 0.875rem;
  display: flex;
  margin-top: 1.75rem;
  flex-direction: column;
}
@media(min-width: 857px) {.bsp_reg_steps_vfa {
  margin-top: 0;
}
}.bsp_reg_step_vfa {
  border-radius: 10px;
  gap: 14px;
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.bsp_reg_step_num_vfa {
  background: rgba(196, 132, 26, 0.18);
  border: 1px solid rgba(196, 132, 26, 0.07);
  border-radius: 50%;
  width: 2.125rem;
  color: #C4841A;
  align-items: center;
  display: flex;
  height: 34px;
  font-weight: 800;
  font-size: 14px;
  flex-shrink: 0;
  justify-content: center;
}.bsp_reg_step_title_vfa {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 0.875rem;
  color: #F2EDD8;
}.bsp_reg_step_text_vfa {
  font-size: 0.75rem;
  color: #7A7060;
  line-height: 1.5;
}.bsp_reg_trust_vfa {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}.bsp_reg_trust_item_vfa {
  gap: 7px;
  align-items: center;
  font-size: 0.75rem;
  color: #7A7060;
  overflow-wrap: break-word;
  display: flex;
}.bsp_reg_trust_ic_vfa svg {
  width: 1rem;
  color: #C4841A;
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.bsp_bon_vfa {
  padding: 2.25rem 16px 0;
  background: #0B1020;
}
@media(min-width: 769px) {.bsp_bon_vfa {
  padding: 2.75rem 24px 0;
}
}.bsp_bon_in_vfa {
  margin: 0 auto;
  max-width: 82.5rem;
}.bsp_bon_head_vfa {
  margin-bottom: 20px;
}.bsp_bon_label_vfa {
  font-size: 0.688rem;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #C4841A;
  font-weight: 700;
  letter-spacing: .08em;
}.bsp_bon_h2_vfa {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  color: #F2EDD8;
}
@media(min-width: 769px) {.bsp_bon_h2_vfa {
  font-size: 1.5rem;
}
}.bsp_bon_seo_vfa {
  overflow-wrap: break-word;
  color: #7A7060;
  max-width: 620px;
  font-size: 0.813rem;
  line-height: 1.6;
}.bsp_bon_seo_vfa strong {
  font-weight: 700;
  color: #C9BFA6;
}.bsp_bon_seo_vfa a {
  color: #C4841A;
  text-decoration: underline;
}.bsp_bon_grid_vfa {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width:640px) {.bsp_bon_grid_vfa {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.bsp_bon_grid_vfa {
  grid-template-columns: repeat(5,1fr);
}
}.bsp_bon_card_vfa {
  border-radius: 0.625rem;
  transition: border-color .2s,transform .2s;
  background: #0F1528;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
}.bsp_bon_card_vfa:hover {
  border-color: rgba(196, 132, 26, 0.07);
  transform: translateY(-2px);
}.bsp_bon_card_ic_vfa svg {
  stroke-linecap: round;
  width: 26px;
  stroke-linejoin: round;
  height: 1.625rem;
}.bsp_bon_card_ic_vfa {
  margin-bottom: 10px;
}.bsp_bon_card_type_vfa {
  letter-spacing: .06em;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 700;
  color: #7A7060;
}.bsp_bon_card_amount_vfa {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-bottom: 0.375rem;
  color: #E8A020;
  font-weight: 800;
}.bsp_bon_card_name_vfa {
  color: #F2EDD8;
  font-weight: 600;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 13px;
}.bsp_bon_card_detail_vfa {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #635A4C;
  padding-top: 0.5rem;
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.bsp_seo_vfa {
  padding: 36px 1rem 0;
  background: #0B1020;
}
@media(min-width:768px) {.bsp_seo_vfa {
  padding: 2.75rem 1.5rem 0;
}
}.bsp_seo_in_vfa {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 1rem;
  margin: 0 auto;
  padding: 28px 1.5rem;
  background: #141C30;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.bsp_seo_in_vfa {
  padding: 36px 40px;
}
}.bsp_seo_label_vfa {
  color: #C4841A;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-weight: 700;
}.bsp_seo_h2_vfa {
  overflow-wrap: break-word;
  color: #F2EDD8;
  margin-bottom: 14px;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
}
@media(min-width: 769px) {.bsp_seo_h2_vfa {
  font-size: 1.5rem;
}
}.bsp_seo_body_vfa {
  line-height: 1.75;
  color: #9A8E76;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.bsp_seo_body_vfa p {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.75;
  color: #9A8E76;
}.bsp_seo_body_vfa p:last-child {
  margin-bottom: 0;
}.bsp_seo_body_vfa strong {
  color: #C9BFA6;
  font-weight: 700;
}.bsp_seo_body_vfa a {
  transition: color .2s;
  color: #C4841A;
  text-decoration: underline;
}.bsp_seo_body_vfa a:hover {
  color: #DA982C;
}.bsp_seo_body_vfa ul,.bsp_seo_body_vfa ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.bsp_seo_body_vfa ol {
  list-style: decimal;
}.bsp_seo_body_vfa li {
  line-height: 1.75;
  color: #9A8E76;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
}.bsp_seo_body_vfa table {
  overflow-x: auto;
  width: 100%;
  font-size: 13px;
  display: block;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
}
@media(min-width:768px) {.bsp_seo_body_vfa table {
  display: table;
}
}.bsp_seo_body_vfa th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  font-weight: 700;
  color: #C9BFA6;
  text-align: left;
}.bsp_seo_body_vfa td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9A8E76;
}.bsp_seo_cols_vfa {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.bsp_seo_cols_vfa {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.bsp_seo_cols_vfa {
  grid-template-columns: repeat(3,1fr);
}
}.bsp_seo_col_h_vfa {
  margin-bottom: 7px;
  overflow-wrap: break-word;
  color: #C9BFA6;
  font-weight: 700;
  font-size: 0.813rem;
}.bsp_seo_col_p_vfa {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #7A7060;
  font-size: 0.813rem;
}.bsp_seo_stats_vfa {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.bsp_seo_stat_vfa {
  border-radius: 10px;
  padding: 14px 16px;
  background: rgba(196, 132, 26, 0.07);
  flex: 1;
  border: 1px solid rgba(196, 132, 26, 0.18);
  min-width: 140px;
}.bsp_seo_stat_val_vfa {
  font-size: 1.25rem;
  font-weight: 800;
  color: #C4841A;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
}.bsp_seo_stat_lb_vfa {
  color: #7A7060;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.bsp_seo_vfa {
  background: #0B1020;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.bsp_seo_vfa {
  padding: 44px 1.5rem 0;
}
}.bsp_seo_in_vfa {
  margin: 0 auto;
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #141C30;
  max-width: 1320px;
}
@media(min-width: 767px) {.bsp_seo_in_vfa {
  padding: 36px 40px;
}
}.bsp_seo_label_vfa {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-size: 11px;
  color: #C4841A;
}.bsp_seo_h2_vfa {
  font-weight: 800;
  font-size: 20px;
  color: #F2EDD8;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  margin-bottom: 14px;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.bsp_seo_h2_vfa {
  font-size: 1.5rem;
}
}.bsp_seo_body_vfa {
  overflow-wrap: break-word;
  color: #9A8E76;
  font-size: 0.875rem;
  line-height: 1.75;
}.bsp_seo_body_vfa p {
  color: #9A8E76;
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 12px;
}.bsp_seo_body_vfa p:last-child {
  margin-bottom: 0;
}.bsp_seo_body_vfa strong {
  font-weight: 700;
  color: #C9BFA6;
}.bsp_seo_body_vfa a {
  transition: color .2s;
  color: #C4841A;
  text-decoration: underline;
}.bsp_seo_body_vfa a:hover {
  color: #DA982C;
}.bsp_seo_body_vfa ul,.bsp_seo_body_vfa ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.bsp_seo_body_vfa ol {
  list-style: decimal;
}.bsp_seo_body_vfa li {
  color: #9A8E76;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 14px;
}.bsp_seo_body_vfa table {
  width: 100%;
  overflow-x: auto;
  display: block;
  margin-bottom: 12px;
  font-size: 0.813rem;
  border-collapse: collapse;
}
@media(min-width: 767px) {.bsp_seo_body_vfa table {
  display: table;
}
}.bsp_seo_body_vfa th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  color: #C9BFA6;
  font-weight: 700;
  text-align: left;
}.bsp_seo_body_vfa td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9A8E76;
}.bsp_seo_cols_vfa {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.bsp_seo_cols_vfa {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.bsp_seo_cols_vfa {
  grid-template-columns: repeat(3,1fr);
}
}.bsp_seo_col_h_vfa {
  margin-bottom: 7px;
  color: #C9BFA6;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 13px;
}.bsp_seo_col_p_vfa {
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #7A7060;
}.bsp_seo_stats_vfa {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.bsp_seo_stat_vfa {
  border-radius: 10px;
  background: rgba(196, 132, 26, 0.07);
  border: 1px solid rgba(196, 132, 26, 0.18);
  padding: 14px 16px;
  flex: 1;
  min-width: 8.75rem;
}.bsp_seo_stat_val_vfa {
  font-weight: 800;
  font-size: 20px;
  color: #C4841A;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.bsp_seo_stat_lb_vfa {
  color: #7A7060;
  overflow-wrap: break-word;
  font-size: 11px;
}.bsp_seo_vfa {
  padding: 36px 1rem 0;
  background: #0B1020;
}
@media(min-width: 766px) {.bsp_seo_vfa {
  padding: 44px 1.5rem 0;
}
}.bsp_seo_in_vfa {
  background: #141C30;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 28px 1.5rem;
  border-radius: 16px;
  max-width: 1320px;
}
@media(min-width: 765px) {.bsp_seo_in_vfa {
  padding: 2.25rem 2.5rem;
}
}.bsp_seo_label_vfa {
  margin-bottom: 10px;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #C4841A;
  letter-spacing: .08em;
  font-weight: 700;
}.bsp_seo_h2_vfa {
  font-size: 1.25rem;
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F2EDD8;
  font-weight: 800;
  margin-bottom: 0.875rem;
}
@media(min-width: 769px) {.bsp_seo_h2_vfa {
  font-size: 1.5rem;
}
}.bsp_seo_body_vfa {
  font-size: 0.875rem;
  color: #9A8E76;
  line-height: 1.75;
  overflow-wrap: break-word;
}.bsp_seo_body_vfa p {
  color: #9A8E76;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 12px;
}.bsp_seo_body_vfa p:last-child {
  margin-bottom: 0;
}.bsp_seo_body_vfa strong {
  font-weight: 700;
  color: #C9BFA6;
}.bsp_seo_body_vfa a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4841A;
}.bsp_seo_body_vfa a:hover {
  color: #DA982C;
}.bsp_seo_body_vfa ul,.bsp_seo_body_vfa ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.bsp_seo_body_vfa ol {
  list-style: decimal;
}.bsp_seo_body_vfa li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #9A8E76;
  font-size: 14px;
}.bsp_seo_body_vfa table {
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: 100%;
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
}
@media(min-width:768px) {.bsp_seo_body_vfa table {
  display: table;
}
}.bsp_seo_body_vfa th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #C9BFA6;
  font-weight: 700;
  text-align: left;
}.bsp_seo_body_vfa td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #9A8E76;
}.bsp_seo_cols_vfa {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.bsp_seo_cols_vfa {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.bsp_seo_cols_vfa {
  grid-template-columns: repeat(3,1fr);
}
}.bsp_seo_col_h_vfa {
  font-weight: 700;
  font-size: 13px;
  color: #C9BFA6;
  overflow-wrap: break-word;
  margin-bottom: 7px;
}.bsp_seo_col_p_vfa {
  line-height: 1.65;
  color: #7A7060;
  overflow-wrap: break-word;
  font-size: 13px;
}.bsp_seo_stats_vfa {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.bsp_seo_stat_vfa {
  border: 1px solid rgba(196, 132, 26, 0.18);
  padding: 14px 1rem;
  background: rgba(196, 132, 26, 0.07);
  flex: 1;
  border-radius: 10px;
  min-width: 8.75rem;
}.bsp_seo_stat_val_vfa {
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #C4841A;
}.bsp_seo_stat_lb_vfa {
  color: #7A7060;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.bsp_faq_vfa {
  background: #0B1020;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.bsp_faq_vfa {
  padding: 44px 24px 0;
}
}.bsp_faq_in_vfa {
  margin: 0 auto;
  max-width: 82.5rem;
}.bsp_faq_head_vfa {
  margin-bottom: 20px;
}.bsp_faq_label_vfa {
  margin-bottom: 0.5rem;
  color: #C4841A;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.bsp_faq_h2_vfa {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #F2EDD8;
  font-weight: 800;
}
@media(min-width: 769px) {.bsp_faq_h2_vfa {
  font-size: 1.5rem;
}
}.bsp_faq_list_vfa {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.bsp_faq_item_vfa {
  background: #141C30;
  overflow: hidden;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
}.bsp_faq_q_vfa {
  gap: 12px;
  padding: 1rem 20px;
  transition: color .2s;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  flex-wrap: wrap;
  display: flex;
  font-weight: 600;
  color: #C9BFA6;
}.bsp_faq_q_vfa:hover {
  color: #F2EDD8;
}.bsp_faq_q_ic_vfa {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  color: #C4841A;
  flex-shrink: 0;
  display: flex;
  width: 1.5rem;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  height: 1.5rem;
}.bsp_faq_item_vfa.bsp_state_open_vfa .bsp_faq_q_ic_vfa {
  transform: rotate(45deg);
}.bsp_faq_a_vfa {
  padding: 0 20px 16px;
  font-size: 0.813rem;
  line-height: 1.7;
  overflow-wrap: break-word;
  color: #7A7060;
  display: none;
}.bsp_faq_item_vfa.bsp_state_open_vfa .bsp_faq_a_vfa {
  display: block;
}.bsp_faq_a_vfa strong {
  font-weight: 700;
  color: #C9BFA6;
}.bsp_faq_a_vfa a {
  color: #C4841A;
  text-decoration: underline;
}.bsp_faq_a_vfa ul,.bsp_faq_a_vfa ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.bsp_faq_a_vfa ol {
  list-style: decimal;
}.bsp_faq_a_vfa li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.bsp_faq_a_vfa table {
  margin: 0.5rem 0;
  font-size: 0.75rem;
  display: block;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 766px) {.bsp_faq_a_vfa table {
  display: table;
}
}.bsp_faq_a_vfa th {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #C9BFA6;
}.bsp_faq_a_vfa td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A7060;
}.bsp_rv_vfa {
  background: #0B1020;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.bsp_rv_vfa {
  padding: 2.75rem 24px 0;
}
}.bsp_rv_in_vfa {
  margin: 0 auto;
  max-width: 1320px;
}.bsp_rv_head_vfa {
  max-width: 720px;
  margin-bottom: 20px;
}.bsp_rv_label_vfa {
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #C4841A;
}.bsp_rv_h2_vfa {
  margin-bottom: 0.625rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  color: #F2EDD8;
}
@media(min-width: 769px) {.bsp_rv_h2_vfa {
  font-size: 28px;
}
}.bsp_rv_stats_vfa {
  gap: 18px;
  font-size: 13px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #7A7060;
}.bsp_rv_stats_score_vfa {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.bsp_rv_stats_score_val_vfa {
  font-size: 22px;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  color: #E8A020;
}.bsp_rv_stats_score_max_vfa {
  font-size: 0.813rem;
  color: #635A4C;
}.bsp_rv_stats_badge_vfa {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.bsp_rv_stats_badge_vfa svg {
  width: 14px;
  color: #E8A020;
  height: 0.875rem;
}.bsp_rv_grid_vfa {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.bsp_rv_grid_vfa {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.bsp_rv_grid_vfa {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.bsp_rv_card_vfa {
  background: #141C30;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}.bsp_rv_card_stars_vfa {
  gap: 2px;
  margin-bottom: 0.625rem;
  display: flex;
  color: #E8A020;
}.bsp_rv_card_stars_vfa svg {
  width: 14px;
  height: 14px;
}.bsp_rv_card_h_vfa {
  line-height: 1.3;
  color: #F2EDD8;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  margin-bottom: 8px;
}.bsp_rv_card_body_vfa {
  flex: 1;
  font-size: 0.813rem;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #7A7060;
}.bsp_rv_card_body_vfa strong {
  font-weight: 600;
  color: #C9BFA6;
}.bsp_rv_card_meta_vfa {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  flex-wrap: wrap;
  display: flex;
}.bsp_rv_card_author_vfa {
  color: #C9BFA6;
  font-size: 12px;
  font-weight: 600;
}.bsp_rv_card_date_vfa {
  font-size: 0.688rem;
  color: #635A4C;
}.bsp_ft_vfa {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #070C18;
  margin-top: 3rem;
}.bsp_ft_support_vfa {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 770px) {.bsp_ft_support_vfa {
  padding: 28px 24px;
}
}.bsp_ft_support_in_vfa {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  max-width: 82.5rem;
  flex-wrap: wrap;
  align-items: center;
}.bsp_ft_support_main_vfa {
  gap: 16px;
  flex: 1;
  align-items: center;
  display: flex;
  min-width: 220px;
  flex-wrap: wrap;
}.bsp_ft_support_ic_vfa {
  color: #C4841A;
  flex-shrink: 0;
}.bsp_ft_support_ic_vfa svg {
  width: 30px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 30px;
}.bsp_ft_support_text_title_vfa {
  margin-bottom: 3px;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 15px;
  color: #F2EDD8;
}.bsp_ft_support_text_sub_vfa {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #7A7060;
}.bsp_ft_support_btn_vfa {
  transition: background .2s;
  background: #C4841A;
  border-radius: 10px;
  padding: 0.688rem 1.375rem;
  flex-shrink: 0;
  color: #F2EDD8;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.813rem;
}.bsp_ft_support_btn_vfa:hover {
  background: #DA982C;
}.bsp_ft_support_contacts_vfa {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.bsp_ft_support_contact_vfa {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #635A4C;
}.bsp_ft_support_contact_vfa strong {
  font-weight: 600;
  font-size: 11px;
  display: block;
  color: #9A8E76;
  margin-bottom: 2px;
}.bsp_ft_main_vfa {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 1rem 24px;
}
@media(min-width: 770px) {.bsp_ft_main_vfa {
  padding: 40px 24px 2rem;
}
}.bsp_ft_main_in_vfa {
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 638px) {.bsp_ft_main_in_vfa {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.bsp_ft_main_in_vfa {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.bsp_ft_col_logo_vfa {
  grid-column: 1/-1;
}
@media(min-width:1080px) {.bsp_ft_col_logo_vfa {
  grid-column: auto;
}
}.bsp_ft_logo_vfa {
  gap: 9px;
  align-items: center;
  color: #F2EDD8;
  font-weight: 800;
  display: flex;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  font-size: 1rem;
  margin-bottom: 12px;
}.bsp_ft_logo_mark_vfa {
  border-radius: 0.375rem;
  overflow: hidden;
  width: 30px;
  height: 1.875rem;
}.bsp_ft_logo_mark_vfa img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.bsp_ft_logo_sub_vfa {
  color: #635A4C;
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  max-width: 200px;
}.bsp_ft_col_title_vfa {
  font-weight: 700;
  color: #9A8E76;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 14px;
  font-size: 12px;
}.bsp_ft_col_links_vfa {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.bsp_ft_col_link_vfa {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #635A4C;
}.bsp_ft_col_link_vfa:hover {
  color: #C9BFA6;
}.bsp_ft_apps_vfa {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.bsp_ft_app_card_vfa {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 0.625rem;
  transition: border-color .2s;
  padding: 0.625rem 12px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
}.bsp_ft_app_card_vfa:hover {
  border-color: rgba(196, 132, 26, 0.45);
}.bsp_ft_app_card_ic_vfa svg {
  height: 1.375rem;
  width: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.bsp_ft_app_card_os_vfa {
  font-size: 10px;
  color: #635A4C;
  font-weight: 600;
}.bsp_ft_app_card_action_vfa {
  font-size: 0.75rem;
  font-weight: 700;
  color: #C9BFA6;
}.bsp_ft_bot_vfa {
  padding: 1.25rem 16px;
}
@media(min-width: 765px) {.bsp_ft_bot_vfa {
  padding: 1.25rem 24px;
}
}.bsp_ft_bot_in_vfa {
  margin: 0 auto;
  gap: 1rem;
  max-width: 1320px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.bsp_ft_socials_vfa {
  gap: 8px;
  display: flex;
}.bsp_ft_soc_vfa {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  width: 36px;
  align-items: center;
  display: flex;
  height: 2.25rem;
  justify-content: center;
  color: #9A8E76;
}.bsp_ft_soc_vfa svg {
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
  height: 1rem;
}.bsp_ft_soc_vfa:hover {
  background: rgba(255, 255, 255, 0.07);
}.bsp_ft_legal_vfa {
  flex: 1;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #8C8070;
  min-width: 12.5rem;
}.bsp_ft_legal_vfa strong {
  font-weight: 700;
  color: #9A8E76;
}.bsp_ft_legal_vfa a {
  text-decoration: underline;
  color: #9A8E76;
}.bsp_ft_age_vfa {
  border: 2px solid #8C8070;
  border-radius: 50%;
  display: flex;
  width: 32px;
  flex-shrink: 0;
  align-items: center;
  font-weight: 800;
  justify-content: center;
  height: 2rem;
  font-size: 0.688rem;
  color: #8C8070;
  margin-left: auto;
}