*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  font-family: 'Source Sans 3', sans-serif;
  min-height: 100vh;
  line-height: 1.6;
  color: #D4C8B0;
  background-color: #0E0A07;
  -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;
  cursor: pointer;
  color: inherit;
}a {
  text-decoration: none;
  color: inherit;
}.bvp-layout-snf {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.bvp-page-snf {
  min-height: 100vh;
  display: flex;
}.bvp-main-snf {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media screen and (min-width: 1079px) {.bvp-main-snf {
  padding-left: 13.75rem;
}
}
@media screen and (max-width: 1080px) {.bvp-main-snf {
  padding-bottom: 4.5rem;
}
}.bvp-gc-snf {
  overflow: hidden;
  border-radius: 0.5rem;
  background: #12100A;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .2s,border-color .2s;
  flex-shrink: 0;
  cursor: pointer;
  width: 140px;
  position: relative;
}
@media(min-width: 641px) {.bvp-gc-snf {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.bvp-gc-snf {
  width: 168px;
}
}.bvp-gc-snf:hover {
  transform: translateY(-3px);
  border-color: rgba(224, 124, 26, 0.08);
}.bvp-gc_img-snf {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.bvp-gc_img-snf img {
  inset: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}.bvp-gc_hover-snf {
  transition: opacity .2s;
  inset: 0;
  background: rgba(8, 5, 2, 0.72);
  justify-content: center;
  position: absolute;
  opacity: 0;
  display: flex;
  align-items: center;
}.bvp-gc-snf:hover .bvp-gc_hover-snf {
  opacity: 1;
}.bvp-gc_hover_btn-snf {
  background: #E07C1A;
  padding: 8px 16px;
  border-radius: 0.25rem;
  color: #F5EEE0;
  font-weight: 700;
  font-size: 12px;
}.bvp-gc_info-snf {
  padding: 0.5rem 10px 0.625rem;
}.bvp-gc_name-snf {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  white-space: nowrap;
  max-width: 100%;
  margin-bottom: 3px;
  color: #D4C8B0;
  font-weight: 600;
}.bvp-gc_prov-snf {
  color: #584E40;
  font-size: 0.625rem;
}.bvp-gc_tag-snf {
  border-radius: 0.25rem;
  padding: 2px 7px;
  left: 0.375rem;
  top: 0.375rem;
  letter-spacing: .04em;
  font-weight: 700;
  font-size: 0.563rem;
  position: absolute;
  z-index: 2;
  text-transform: uppercase;
}.bvp-gc_tag_hot-snf {
  background: #CC3018;
  color: #fff;
}.bvp-gc_tag_new-snf {
  background: #3A9E52;
  color: #0E0A07;
}.bvp-gc_tag_jp-snf {
  background: #F0B030;
  color: #0E0A07;
}.bvp-gc_tag_ex-snf {
  background: #4A2490;
  color: #fff;
}.bvp-gc_tag_live-snf {
  background: #CC3018;
  color: #fff;
}.bvp-gr-snf {
  background: #0E0A07;
  padding: 2rem 1rem 0;
}
@media(min-width: 769px) {.bvp-gr-snf {
  padding: 36px 24px 0;
}
}.bvp-gr_in-snf {
  margin: 0 auto;
  max-width: 1320px;
}.bvp-gr_head-snf {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}.bvp-gr_head_l-snf {
  flex: 1;
  gap: 0.625rem;
  align-items: center;
  display: flex;
  min-width: 0;
}.bvp-gr_ic-snf {
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: 32px;
  justify-content: center;
  flex-shrink: 0;
  height: 2rem;
}.bvp-gr_ic-snf svg {
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
}.bvp-gr_title-snf {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  overflow-wrap: break-word;
  color: #F5EEE0;
}
@media(min-width: 766px) {.bvp-gr_title-snf {
  font-size: 18px;
}
}.bvp-gr_more-snf {
  transition: color .2s;
  gap: 5px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  color: #7A6C58;
  font-weight: 600;
  font-size: 0.75rem;
}.bvp-gr_more-snf:hover {
  color: #E07C1A;
}.bvp-gr_more-snf svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.75rem;
  height: 0.75rem;
}.bvp-gr_arrows-snf {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.bvp-gr_arr-snf {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  height: 1.875rem;
  justify-content: center;
  align-items: center;
  color: #A89880;
  width: 1.875rem;
  display: flex;
}.bvp-gr_arr-snf:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F5EEE0;
}.bvp-gr_arr-snf svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.813rem;
  height: 13px;
}.bvp-gr_seo_h-snf {
  margin: 0 0 0.375rem;
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
  color: #D4C8B0;
  max-width: 42.5rem;
  font-size: 13px;
  font-weight: 700;
}
@media(min-width: 769px) {.bvp-gr_seo_h-snf {
  font-size: 14px;
}
}.bvp-gr_seo-snf {
  color: #7A6C58;
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.55;
  max-width: 42.5rem;
  margin-bottom: 0.75rem;
}.bvp-gr_seo-snf strong {
  color: #D4C8B0;
  font-weight: 600;
}.bvp-gr_scroll-snf {
  gap: 10px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 0.625rem;
  -webkit-overflow-scrolling: touch;
}.bvp-gr_scroll-snf::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.bvp-gr_scroll-snf {
  gap: 12px;
}
}.bvp-tb-snf {
  background: #0C0805;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  top: 0;
  align-items: center;
  height: 56px;
  right: 0;
  position: fixed;
  left: 0;
  z-index: 80;
}.bvp-tb_in-snf {
  padding: 0 14px;
  gap: 0;
  align-items: center;
  height: 100%;
  display: flex;
  width: 100%;
}.bvp-tb_burger-snf {
  gap: 5px;
  border-radius: 0.5rem;
  align-items: center;
  flex-shrink: 0;
  margin-right: 8px;
  flex-direction: column;
  justify-content: center;
  height: 38px;
  display: flex;
  width: 38px;
}.bvp-tb_burger-snf:hover {
  background: rgba(255, 255, 255, 0.05);
}.bvp-tb_burger_line-snf {
  border-radius: 1px;
  background: #A89880;
  width: 1.125rem;
  display: block;
  height: 2px;
}
@media(min-width: 1081px) {.bvp-tb_burger-snf {
  display: none;
}
}.bvp-tb_logo-snf {
  gap: 9px;
  color: #F5EEE0;
  display: flex;
  overflow-wrap: break-word;
  flex-shrink: 0;
  font-size: 18px;
  margin-right: 1.25rem;
  letter-spacing: -.01em;
  align-items: center;
  font-weight: 800;
}.bvp-tb_logo_mark-snf {
  overflow: hidden;
  border-radius: 8px;
  align-items: center;
  width: 2rem;
  display: flex;
  justify-content: center;
  height: 2rem;
}.bvp-tb_logo_mark-snf img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.bvp-tb_nav-snf {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 643px) {.bvp-tb_nav-snf {
  display: flex;
}
}.bvp-tb_tab-snf {
  border-radius: 8px;
  transition: background .15s,color .15s;
  padding: 8px 14px;
  font-size: 0.813rem;
  color: #A89880;
  font-weight: 600;
  white-space: nowrap;
}.bvp-tb_tab-snf:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EEE0;
}.bvp-tb_tab-snf.bvp-state_active-snf {
  background: rgba(224, 124, 26, 0.18);
  color: #F5EEE0;
}.bvp-tb_right-snf {
  gap: 8px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  margin-left: auto;
}.bvp-tb_login-snf {
  padding: 0.563rem 16px;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,color .2s;
  display: none;
  font-weight: 600;
  font-size: 0.813rem;
  color: #D4C8B0;
}.bvp-tb_login-snf:hover {
  border-color: rgba(224, 124, 28, 0.45);
  color: #F5EEE0;
}
@media(min-width: 482px) {.bvp-tb_login-snf {
  display: block;
}
}.bvp-tb_reg-snf {
  border-radius: 0.5rem;
  background: #3A9E52;
  transition: background .2s;
  padding: 9px 1.125rem;
  white-space: nowrap;
  color: #120D06;
  font-size: 0.813rem;
  font-weight: 700;
}.bvp-tb_reg-snf:hover {
  background: #48B862;
}.bvp-sb-snf {
  transition: transform .25s ease;
  transform: translateX(-100%);
  background: #171108;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  overflow-y: auto;
  bottom: 0;
  width: 13.75rem;
  z-index: 70;
  left: 0;
  top: 56px;
  position: fixed;
}.bvp-sb-snf.bvp-state_open-snf {
  transform: translateX(0);
}.bvp-sb-snf::-webkit-scrollbar {
  width: 0.25rem;
}.bvp-sb-snf::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1078px) {.bvp-sb-snf {
  transform: translateX(0);
}
}.bvp-sb_auth-snf {
  padding: 14px 12px 0.625rem;
}.bvp-sb_btn_reg-snf {
  background: #3A9E52;
  padding: 11px;
  transition: background .2s;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-align: center;
  display: block;
  color: #120D06;
  font-size: 13px;
}.bvp-sb_btn_reg-snf:hover {
  background: #48B862;
}.bvp-sb_btn_login-snf {
  padding: 0.625rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
  display: block;
  color: #D4C8B0;
  text-align: center;
  font-size: 13px;
}.bvp-sb_btn_login-snf:hover {
  border-color: rgba(224, 124, 28, 0.45);
  color: #F5EEE0;
}.bvp-sb_promo-snf {
  border-radius: 8px;
  overflow: hidden;
  padding: 12px 0.875rem;
  border: 1px solid rgba(224, 124, 26, 0.18);
  margin: 0 12px 0.625rem;
  background: linear-gradient(135deg,#3A1A04,#171108);
  position: relative;
}.bvp-sb_promo-snf::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(224, 124, 26, 0.18),transparent 70%);
  position: absolute;
  content: '';
  width: 80px;
  right: -20px;
  height: 80px;
  top: -20px;
}.bvp-sb_promo_title-snf {
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  color: #E07C1A;
  letter-spacing: .06em;
  font-weight: 700;
  font-size: 0.688rem;
}.bvp-sb_promo_text-snf {
  font-weight: 600;
  font-size: 0.75rem;
  color: #F5EEE0;
  overflow-wrap: break-word;
  line-height: 1.35;
}.bvp-sb_promo_sub-snf {
  font-size: 0.625rem;
  margin-top: 3px;
  color: #7A6C58;
}.bvp-sb_nav-snf {
  padding: 0.375rem 8px 1rem;
}.bvp-sb_nav_lb-snf {
  padding: 10px 8px 6px;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #584E40;
}.bvp-sb_link-snf {
  transition: background .15s,color .15s;
  padding: 0.563rem 10px;
  border-radius: 0.25rem;
  gap: 10px;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  font-size: 13px;
  color: #A89880;
  display: flex;
  overflow-wrap: break-word;
}.bvp-sb_link-snf:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EEE0;
}.bvp-sb_link-snf.bvp-state_active-snf {
  background: rgba(224, 124, 26, 0.18);
  color: #F5EEE0;
}.bvp-sb_ic-snf {
  border-radius: 4px;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
}.bvp-sb_ic-snf svg {
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
}.bvp-sb_ic_1-snf {
  background: rgba(224, 124, 26, 0.08);
  color: #E07C1A;
}.bvp-sb_ic_2-snf {
  background: rgba(58, 158, 82, 0.18);
  color: #3A9E52;
}.bvp-sb_ic_3-snf {
  background: rgba(240, 176, 48, 0.15);
  color: #F0B030;
}.bvp-sb_ic_4-snf {
  background: rgba(74, 36, 144, 0.22);
  color: #4A2490;
}.bvp-sb_ic_5-snf {
  background: rgba(224, 124, 26, 0.08);
  color: #D84070;
}.bvp-sb_ic_6-snf {
  background: rgba(74, 36, 144, 0.22);
  color: #7B30C8;
}.bvp-sb_badge-snf {
  background: #F0B030;
  border-radius: 4px;
  padding: 2px 7px;
  font-weight: 700;
  margin-left: auto;
  color: #120D06;
  font-size: 0.563rem;
}.bvp-sb_bot-snf {
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  display: flex;
}.bvp-sb_lang-snf,.bvp-sb_help-snf {
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex: 1;
  padding: 9px 6px;
  gap: 0.375rem;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.688rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  color: #A89880;
  align-items: center;
}.bvp-sb_lang-snf:hover,.bvp-sb_help-snf:hover {
  border-color: rgba(224, 124, 28, 0.45);
  color: #F5EEE0;
}.bvp-sb_lang-snf svg,.bvp-sb_help-snf svg {
  width: 0.813rem;
  stroke-linejoin: round;
  height: 0.813rem;
  stroke-linecap: round;
}.bvp-sb_bd-snf {
  inset: 0;
  background: rgba(8, 5, 2, 0.72);
  z-index: 69;
  position: fixed;
  display: none;
}.bvp-sb_bd-snf.bvp-state_on-snf {
  display: block;
}
@media(min-width: 1081px) {.bvp-sb_bd-snf {
  display: none!important;
}
}.bvp-mob_nav-snf {
  background: #171108;
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  z-index: 80;
  display: flex;
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed;
}
@media(min-width: 1081px) {.bvp-mob_nav-snf {
  display: none;
}
}.bvp-mob_nav_item-snf {
  gap: 4px;
  padding: 4px 2px;
  flex: 1;
  cursor: pointer;
  display: flex;
  color: #584E40;
  align-items: center;
  flex-direction: column;
}.bvp-mob_nav_ic-snf {
  line-height: 1;
}.bvp-mob_nav_ic-snf svg {
  height: 1.25rem;
  width: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.bvp-mob_nav_lb-snf {
  color: #584E40;
  font-size: 0.625rem;
  font-weight: 600;
}.bvp-mob_nav_item-snf.bvp-state_active-snf {
  color: #E07C1A;
}.bvp-mob_nav_item-snf.bvp-state_active-snf .bvp-mob_nav_lb-snf {
  color: #E07C1A;
}.bvp-hero-snf {
  background: #0E0A07;
  padding: 1.25rem 16px 0;
}
@media(min-width: 769px) {.bvp-hero-snf {
  padding: 1.5rem 24px 0;
}
}.bvp-hero_in-snf {
  gap: 12px;
  margin: 0 auto;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.bvp-hero_in-snf {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1099px) {.bvp-hero_in-snf {
  grid-template-columns: 1fr 340px;
}
}.bvp-hero_promo-snf {
  background: #12100A;
  border-radius: 0.75rem;
  overflow: hidden;
  display: flex;
  position: relative;
  align-items: stretch;
  min-height: 13.75rem;
}
@media(min-width:768px) {.bvp-hero_promo-snf {
  min-height: 280px;
}
}.bvp-hero_promo_bg-snf {
  background: linear-gradient(120deg,#3A1A04 0%,#0E0A07 100%);
  inset: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
}.bvp-hero_promo_bg-snf::after {
  background: linear-gradient(90deg,#0E0A07 0%,rgba(8, 5, 2, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.bvp-hero_promo_glow-snf {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(74, 36, 144, 0.22) 0%,transparent 65%);
  right: 3.75rem;
  pointer-events: none;
  width: 300px;
  height: 300px;
  position: absolute;
  top: -2.5rem;
}.bvp-hero_promo_ct-snf {
  padding: 28px 1.5rem 1.75rem 28px;
  display: flex;
  position: relative;
  flex-direction: column;
  max-width: 480px;
  z-index: 2;
  justify-content: center;
}
@media(min-width:768px) {.bvp-hero_promo_ct-snf {
  padding: 40px 32px;
}
}.bvp-hero_badge-snf {
  border: 1px solid rgba(224, 124, 26, 0.08);
  border-radius: 18px;
  padding: 5px 12px;
  background: rgba(224, 124, 26, 0.18);
  display: inline-block;
  color: #E07C1A;
  font-size: 10px;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.bvp-hero_h1-snf {
  font-size: 1.625rem;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  color: #F5EEE0;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  line-height: 1.15;
}.bvp-hero_h1-snf em {
  font-style: normal;
  color: #F0B030;
}
@media(min-width:768px) {.bvp-hero_h1-snf {
  font-size: 2.25rem;
}
}.bvp-hero_sub-snf {
  line-height: 1.55;
  font-size: 0.813rem;
  margin-bottom: 1.25rem;
  color: #A89880;
}
@media(min-width: 767px) {.bvp-hero_sub-snf {
  font-size: 14px;
}
}.bvp-hero_row-snf {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.bvp-hero_cta-snf {
  border-radius: 0.5rem;
  transition: background .2s;
  background: #3A9E52;
  padding: 0.813rem 26px;
  font-weight: 700;
  font-size: 14px;
  color: #120D06;
  box-shadow: 0 2px 0.75rem rgba(58, 158, 82, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.10);
}.bvp-hero_cta-snf:hover {
  background: #48B862;
}.bvp-hero_terms-snf {
  color: #584E40;
  font-size: 11px;
}.bvp-hero_game-snf {
  border-radius: 12px;
  background: #12100A;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  flex-direction: column;
  position: relative;
  display: flex;
}.bvp-hero_game_badge-snf {
  border-radius: 18px;
  padding: 5px 10px;
  background: rgba(240, 176, 48, 0.15);
  border: 1px solid rgba(240, 176, 48, 0.15);
  font-weight: 700;
  color: #F0B030;
  font-size: 10px;
  letter-spacing: .06em;
  z-index: 3;
  left: 12px;
  position: absolute;
  top: 12px;
  text-transform: uppercase;
}.bvp-hero_game_badge-snf svg {
  margin-right: 4px;
  height: 11px;
  vertical-align: -1px;
  width: 0.688rem;
}.bvp-hero_game_img-snf {
  background: linear-gradient(135deg,#3A1A04,#0E0A07);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.bvp-hero_game_img-snf img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}.bvp-hero_game_play-snf {
  inset: 0;
  background: rgba(8, 5, 2, 0.72);
  transition: opacity .2s;
  justify-content: center;
  display: flex;
  opacity: 0;
  position: absolute;
  align-items: center;
}.bvp-hero_game-snf:hover .bvp-hero_game_play-snf {
  opacity: 1;
}.bvp-hero_game_play-snf span {
  border-radius: 50%;
  background: #E07C1A;
  justify-content: center;
  display: flex;
  width: 52px;
  align-items: center;
  height: 3.25rem;
}.bvp-hero_game_play-snf span svg {
  width: 18px;
  margin-left: 2px;
  height: 18px;
}.bvp-hero_game_info-snf {
  padding: 14px 16px;
}.bvp-hero_game_title-snf {
  margin-bottom: 4px;
  color: #F5EEE0;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  font-weight: 700;
}.bvp-hero_game_provider-snf {
  color: #7A6C58;
  font-size: 11px;
}.bvp-hero_game_btn-snf {
  background: #E07C1A;
  border-radius: 8px;
  transition: background .2s;
  padding: 11px;
  margin: 12px 16px 1rem;
  color: #F5EEE0;
  font-weight: 700;
  text-align: center;
  font-size: 0.813rem;
  display: block;
}.bvp-hero_game-snf:hover .bvp-hero_game_btn-snf {
  background: #F28E2A;
}.bvp-sbar-snf {
  background: #0E0A07;
  padding: 16px 16px 0;
}
@media(min-width: 766px) {.bvp-sbar-snf {
  padding: 18px 1.5rem 0;
}
}.bvp-sbar_in-snf {
  margin: 0 auto;
  max-width: 1320px;
}.bvp-sbar_row-snf {
  gap: 10px;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  display: flex;
}.bvp-sbar_input-snf {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  padding: 11px 1rem;
  transition: border-color .2s;
  gap: 0.625rem;
  background: #12100A;
  flex: 1;
  align-items: center;
  display: flex;
  font-size: 13px;
  color: #7A6C58;
  cursor: pointer;
}.bvp-sbar_input-snf:hover {
  border-color: rgba(224, 124, 28, 0.45);
}.bvp-sbar_input-snf svg {
  height: 15px;
  flex-shrink: 0;
  stroke-linecap: round;
  width: 15px;
  stroke-linejoin: round;
}.bvp-sbar_providers-snf {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  gap: 0.5rem;
  background: #12100A;
  border-radius: 8px;
  padding: 11px 18px;
  color: #D4C8B0;
  align-items: center;
  display: flex;
  font-weight: 600;
  font-size: 0.813rem;
  white-space: nowrap;
}.bvp-sbar_providers-snf:hover {
  border-color: rgba(224, 124, 28, 0.45);
  color: #F5EEE0;
}.bvp-sbar_providers-snf svg {
  stroke-linejoin: round;
  width: 14px;
  height: 14px;
  stroke-linecap: round;
}.bvp-sbar_tabs-snf {
  gap: 0.375rem;
  scrollbar-width: none;
  padding-bottom: 2px;
  display: flex;
  overflow-x: auto;
}.bvp-sbar_tabs-snf::-webkit-scrollbar {
  display: none;
}.bvp-sbar_tab-snf {
  padding: 8px 14px;
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 18px;
  gap: 0.438rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
  font-weight: 600;
  flex-shrink: 0;
  align-items: center;
  color: #A89880;
  display: flex;
  font-size: 0.75rem;
  white-space: nowrap;
}.bvp-sbar_tab-snf:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(224, 124, 28, 0.45);
  color: #F5EEE0;
}.bvp-sbar_tab-snf.bvp-state_active-snf {
  background: rgba(224, 124, 26, 0.18);
  border-color: rgba(224, 124, 26, 0.08);
  color: #F5EEE0;
}.bvp-sbar_tab_ic-snf svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.875rem;
  width: 0.875rem;
}.bvp-gr_jp-snf {
  background: linear-gradient(135deg,#1E0A38 0%,#0A0614 100%);
  border-radius: 12px;
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
}.bvp-gr_jp-snf::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(74, 36, 144, 0.22) 0%,transparent 70%);
  position: absolute;
  left: -3.75rem;
  width: 250px;
  height: 250px;
  content: '';
  top: -3.75rem;
}.bvp-gr_jp-snf::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(240, 176, 48, 0.15) 0%,transparent 70%);
  content: '';
  height: 12.5rem;
  position: absolute;
  bottom: -2.5rem;
  width: 12.5rem;
  right: 0;
}.bvp-gr_jp_head-snf {
  gap: 1rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  z-index: 1;
  flex-wrap: wrap;
}.bvp-gr_jp_info-snf {
  flex: 1;
}.bvp-gr_jp_label-snf {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  color: #7B30C8;
  text-transform: uppercase;
}.bvp-gr_jp_label-snf svg {
  height: 0.875rem;
  stroke-linecap: round;
  vertical-align: -2px;
  margin-right: 4px;
  width: 0.875rem;
  stroke-linejoin: round;
}.bvp-gr_jp_amount-snf {
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  overflow-wrap: break-word;
  font-size: 32px;
  color: #F5EEE0;
  margin-bottom: 4px;
  font-weight: 800;
}
@media(min-width: 767px) {.bvp-gr_jp_amount-snf {
  font-size: 40px;
}
}.bvp-gr_jp_amount-snf span {
  color: #F0B030;
}.bvp-gr_jp_seo-snf {
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #A89880;
  font-size: 12px;
  max-width: 480px;
}.bvp-gr_jp_cta-snf {
  padding: 11px 1.25rem;
  border: 1px solid rgba(74, 36, 144, 0.22);
  transition: background .2s;
  border-radius: 8px;
  background: rgba(74, 36, 144, 0.22);
  white-space: nowrap;
  color: #F5EEE0;
  font-weight: 700;
  margin-top: 4px;
  z-index: 1;
  position: relative;
  align-self: flex-start;
  flex-shrink: 0;
  font-size: 0.813rem;
}.bvp-gr_jp_cta-snf:hover {
  background: #4A2490;
}.bvp-ws-snf {
  background: #0E0A07;
  padding: 32px 16px 0;
}
@media(min-width: 769px) {.bvp-ws-snf {
  padding: 2.25rem 1.5rem 0;
}
}.bvp-ws_in-snf {
  margin: 0 auto;
  max-width: 1320px;
}.bvp-ws_head-snf {
  gap: 12px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  flex-wrap: wrap;
}.bvp-ws_title-snf {
  gap: 0.625rem;
  align-items: center;
  font-weight: 700;
  color: #F5EEE0;
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  overflow-wrap: break-word;
  display: flex;
  flex-wrap: wrap;
}.bvp-ws_title_ic-snf svg {
  stroke-linecap: round;
  width: 1.125rem;
  stroke-linejoin: round;
  height: 18px;
  color: #F0B030;
}.bvp-ws_online-snf {
  gap: 7px;
  font-weight: 600;
  font-size: 12px;
  align-items: center;
  display: flex;
  color: #7A6C58;
}.bvp-ws_online_dot-snf {
  background: #3A9E52;
  border-radius: 50%;
  width: 8px;
  box-shadow: 0 0 6px rgba(58, 158, 82, 0.18);
  height: 0.5rem;
  flex-shrink: 0;
}.bvp-ws_scroll-snf {
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 8px;
  display: flex;
}.bvp-ws_scroll-snf::-webkit-scrollbar {
  display: none;
}.bvp-wc-snf {
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.625rem 14px;
  border-radius: 0.5rem;
  background: #12100A;
  min-width: 220px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}.bvp-wc_img-snf {
  background: #171108;
  overflow: hidden;
  border-radius: 4px;
  flex-shrink: 0;
  height: 36px;
  width: 2.25rem;
}.bvp-wc_img-snf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.bvp-wc_info-snf {
  min-width: 0;
}.bvp-wc_game-snf {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #D4C8B0;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}.bvp-wc_player-snf {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.625rem;
  white-space: nowrap;
  color: #584E40;
}.bvp-wc_amount-snf {
  font-size: 0.813rem;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: auto;
  color: #3A9E52;
  font-weight: 700;
}.bvp-htp-snf {
  background: #0E0A07;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.bvp-htp-snf {
  padding: 2.75rem 24px 0;
}
}.bvp-htp_in-snf {
  margin: 0 auto;
  max-width: 1320px;
}.bvp-htp_head-snf {
  margin-bottom: 22px;
  max-width: 720px;
}.bvp-htp_label-snf {
  letter-spacing: .08em;
  color: #E07C1A;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}.bvp-htp_h2-snf {
  color: #F5EEE0;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: 1.375rem;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.bvp-htp_h2-snf {
  font-size: 1.75rem;
}
}.bvp-htp_intro-snf {
  line-height: 1.6;
  color: #7A6C58;
  font-size: 14px;
}.bvp-htp_steps-snf {
  list-style: none;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.bvp-htp_steps-snf {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.bvp-htp_steps-snf {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.bvp-htp_step-snf {
  border-radius: 0.5rem;
  background: #171108;
  padding: 20px 1.125rem 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex-direction: column;
  position: relative;
  display: flex;
}.bvp-htp_step_num-snf {
  border-radius: 50%;
  background: #E07C1A;
  color: #120D06;
  display: flex;
  align-items: center;
  width: 1.75rem;
  font-size: 0.813rem;
  justify-content: center;
  font-weight: 800;
  height: 1.75rem;
  position: absolute;
  top: -12px;
  left: 1.25rem;
  font-family: 'Oswald', sans-serif;
}.bvp-htp_step_ic-snf {
  background: rgba(224, 124, 26, 0.18);
  border-radius: 4px;
  margin: 8px 0 12px;
  display: flex;
  color: #E07C1A;
  height: 36px;
  width: 36px;
  align-items: center;
  justify-content: center;
}.bvp-htp_step_ic-snf svg {
  height: 18px;
  stroke-linecap: round;
  width: 18px;
  stroke-linejoin: round;
}.bvp-htp_step_h-snf {
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-weight: 700;
  line-height: 1.25;
  color: #F5EEE0;
  font-size: 14px;
}.bvp-htp_step_p-snf {
  line-height: 1.55;
  color: #7A6C58;
  font-size: 13px;
  overflow-wrap: break-word;
}.bvp-htp_step_p-snf strong {
  color: #D4C8B0;
  font-weight: 600;
}.bvp-htp_cta-snf {
  transition: background .2s;
  background: #3A9E52;
  border-radius: 0.5rem;
  padding: 13px 1.625rem;
  color: #120D06;
  margin-top: 1.25rem;
  font-weight: 700;
  display: inline-block;
  font-size: 0.875rem;
}.bvp-htp_cta-snf:hover {
  background: #48B862;
}.bvp-prov-snf {
  background: #0E0A07;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.bvp-prov-snf {
  padding: 2.75rem 24px 0;
}
}.bvp-prov_in-snf {
  margin: 0 auto;
  max-width: 82.5rem;
}.bvp-prov_head-snf {
  margin-bottom: 1rem;
}.bvp-prov_label-snf {
  color: #E07C1A;
  margin-bottom: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}.bvp-prov_h2-snf {
  font-weight: 800;
  color: #F5EEE0;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
}
@media(min-width: 766px) {.bvp-prov_h2-snf {
  font-size: 24px;
}
}.bvp-prov_seo-snf {
  color: #7A6C58;
  max-width: 620px;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
  margin-bottom: 1rem;
}.bvp-prov_seo-snf strong {
  font-weight: 700;
  color: #D4C8B0;
}.bvp-prov_seo-snf a {
  text-decoration: underline;
  color: #E07C1A;
}.bvp-prov_grid-snf {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 642px) {.bvp-prov_grid-snf {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.bvp-prov_grid-snf {
  grid-template-columns: repeat(8,1fr);
}
}.bvp-prov_card-snf {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  gap: 0.438rem;
  padding: 0.875rem 0.625rem;
  background: #12100A;
  transition: border-color .2s,background .2s;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  align-items: center;
}.bvp-prov_card-snf:hover {
  background: #171108;
  border-color: rgba(224, 124, 28, 0.45);
}.bvp-prov_logo-snf {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  width: 44px;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 2.75rem;
}.bvp-prov_logo-snf img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.bvp-prov_name-snf {
  font-weight: 600;
  text-align: center;
  font-size: 11px;
  color: #A89880;
  overflow-wrap: break-word;
}.bvp-reg-snf {
  padding: 2.25rem 1rem 0;
  background: #0E0A07;
}
@media(min-width: 769px) {.bvp-reg-snf {
  padding: 44px 1.5rem 0;
}
}.bvp-reg_in-snf {
  padding: 28px 24px;
  border-radius: 12px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #171108;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.bvp-reg_in-snf {
  padding: 40px;
}
}.bvp-reg_top-snf {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.bvp-reg_top-snf {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.bvp-reg_label-snf {
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  color: #E07C1A;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.bvp-reg_h2-snf {
  overflow-wrap: break-word;
  color: #F5EEE0;
  font-size: 1.375rem;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
}
@media(min-width:768px) {.bvp-reg_h2-snf {
  font-size: 28px;
}
}.bvp-reg_bonus-snf {
  padding: 10px 1rem;
  background: rgba(240, 176, 48, 0.15);
  gap: 0.5rem;
  border: 1px solid rgba(240, 176, 48, 0.15);
  border-radius: 0.5rem;
  margin-bottom: 16px;
  align-items: center;
  display: inline-flex;
}.bvp-reg_bonus_amount-snf {
  font-weight: 800;
  color: #F0B030;
  font-size: 20px;
}.bvp-reg_bonus_text-snf {
  font-size: 13px;
  line-height: 1.35;
  color: #A89880;
}.bvp-reg_cta_btn-snf {
  background: #3A9E52;
  border-radius: 0.5rem;
  padding: 14px 2rem;
  transition: background .2s;
  font-weight: 700;
  font-size: 0.938rem;
  margin-bottom: 0.75rem;
  display: inline-block;
  color: #120D06;
  box-shadow: 0 2px 12px rgba(58, 158, 82, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.10);
}.bvp-reg_cta_btn-snf:hover {
  background: #48B862;
}.bvp-reg_terms-snf {
  font-size: 0.688rem;
  color: #584E40;
  line-height: 1.5;
}.bvp-reg_seo-snf {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  color: #7A6C58;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  margin-top: 1.25rem;
}.bvp-reg_seo-snf p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.65;
  color: #7A6C58;
}.bvp-reg_seo-snf p:last-child {
  margin-bottom: 0;
}.bvp-reg_seo-snf strong {
  color: #D4C8B0;
  font-weight: 700;
}.bvp-reg_seo-snf a {
  transition: color .2s;
  text-decoration: underline;
  color: #E07C1A;
}.bvp-reg_seo-snf a:hover {
  color: #F28E2A;
}.bvp-reg_seo-snf ul,.bvp-reg_seo-snf ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.bvp-reg_seo-snf ol {
  list-style: decimal;
}.bvp-reg_seo-snf li {
  color: #7A6C58;
  line-height: 1.65;
  margin-bottom: 0.25rem;
  font-size: 13px;
}.bvp-reg_seo-snf table {
  display: block;
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 10px;
}
@media(min-width: 771px) {.bvp-reg_seo-snf table {
  display: table;
}
}.bvp-reg_seo-snf th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  color: #D4C8B0;
  font-weight: 700;
  text-align: left;
}.bvp-reg_seo-snf td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #7A6C58;
}.bvp-reg_steps-snf {
  gap: 14px;
  flex-direction: column;
  display: flex;
  margin-top: 1.75rem;
}
@media(min-width:860px) {.bvp-reg_steps-snf {
  margin-top: 0;
}
}.bvp-reg_step-snf {
  border-radius: 0.5rem;
  gap: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.bvp-reg_step_num-snf {
  border: 1px solid rgba(224, 124, 26, 0.08);
  border-radius: 50%;
  background: rgba(224, 124, 26, 0.18);
  width: 2.125rem;
  justify-content: center;
  font-weight: 800;
  align-items: center;
  height: 34px;
  font-size: 0.875rem;
  color: #E07C1A;
  flex-shrink: 0;
  display: flex;
}.bvp-reg_step_title-snf {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 0.875rem;
  color: #F5EEE0;
}.bvp-reg_step_text-snf {
  color: #7A6C58;
  font-size: 0.75rem;
  line-height: 1.5;
}.bvp-reg_trust-snf {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  flex-wrap: wrap;
  display: flex;
}.bvp-reg_trust_item-snf {
  gap: 7px;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  color: #7A6C58;
  overflow-wrap: break-word;
}.bvp-reg_trust_ic-snf svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #E07C1A;
  height: 16px;
  width: 1rem;
}.bvp-app-snf {
  background: #0E0A07;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.bvp-app-snf {
  padding: 44px 1.5rem 0;
}
}.bvp-app_in-snf {
  margin: 0 auto;
  max-width: 1320px;
}.bvp-app_head-snf {
  margin-bottom: 1rem;
}.bvp-app_label-snf {
  margin-bottom: 0.5rem;
  color: #E07C1A;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.bvp-app_h2-snf {
  margin-bottom: 6px;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
  color: #F5EEE0;
}
@media(min-width:768px) {.bvp-app_h2-snf {
  font-size: 1.5rem;
}
}.bvp-app_sub-snf {
  max-width: 37.5rem;
  font-size: 0.813rem;
  color: #7A6C58;
  line-height: 1.6;
  overflow-wrap: break-word;
}.bvp-app_sub-snf strong {
  font-weight: 700;
  color: #D4C8B0;
}.bvp-app_cards-snf {
  gap: 10px;
  display: grid;
  margin-top: 1rem;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.bvp-app_cards-snf {
  grid-template-columns: repeat(3,1fr);
}
}.bvp-app_card-snf {
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 1.25rem;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  align-items: flex-start;
}.bvp-app_card_ios-snf {
  background: linear-gradient(135deg,rgba(224, 124, 26, 0.18) 0%,#171108 100%);
}.bvp-app_card_android-snf {
  background: linear-gradient(135deg,rgba(58, 158, 82, 0.18) 0%,#171108 100%);
}.bvp-app_card_win-snf {
  background: linear-gradient(135deg,rgba(240, 176, 48, 0.15) 0%,#171108 100%);
}.bvp-app_card_ic-snf svg {
  stroke-linejoin: round;
  height: 34px;
  width: 2.125rem;
  stroke-linecap: round;
}.bvp-app_card_ic-snf {
  color: #F5EEE0;
  flex-shrink: 0;
}.bvp-app_card_os-snf {
  color: #7A6C58;
  font-size: 0.625rem;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.bvp-app_card_title-snf {
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  color: #F5EEE0;
}.bvp-app_card_text-snf {
  margin-bottom: 14px;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #7A6C58;
  line-height: 1.5;
}.bvp-app_card_btn-snf {
  background: rgba(255, 255, 255, 0.12);
  transition: background .2s;
  border-radius: 0.25rem;
  padding: 0.625rem 1.125rem;
  border: 1px solid rgba(224, 124, 28, 0.45);
  gap: 7px;
  color: #F5EEE0;
  align-items: center;
  font-size: 0.813rem;
  display: inline-flex;
  font-weight: 700;
}.bvp-app_card_btn-snf:hover {
  background: rgba(255, 255, 255, 0.07);
}.bvp-bon-snf {
  padding: 2.25rem 1rem 0;
  background: #0E0A07;
}
@media(min-width: 770px) {.bvp-bon-snf {
  padding: 44px 24px 0;
}
}.bvp-bon_in-snf {
  margin: 0 auto;
  max-width: 82.5rem;
}.bvp-bon_head-snf {
  margin-bottom: 20px;
}.bvp-bon_label-snf {
  margin-bottom: 8px;
  font-size: 0.688rem;
  color: #E07C1A;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.bvp-bon_h2-snf {
  font-family: 'Oswald', sans-serif;
  color: #F5EEE0;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 800;
}
@media(min-width: 766px) {.bvp-bon_h2-snf {
  font-size: 1.5rem;
}
}.bvp-bon_seo-snf {
  line-height: 1.6;
  max-width: 620px;
  color: #7A6C58;
  overflow-wrap: break-word;
  font-size: 13px;
}.bvp-bon_seo-snf strong {
  font-weight: 700;
  color: #D4C8B0;
}.bvp-bon_seo-snf a {
  color: #E07C1A;
  text-decoration: underline;
}.bvp-bon_grid-snf {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width:640px) {.bvp-bon_grid-snf {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.bvp-bon_grid-snf {
  grid-template-columns: repeat(5,1fr);
}
}.bvp-bon_card-snf {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,transform .2s;
  padding: 16px;
  border-radius: 0.5rem;
  background: #12100A;
}.bvp-bon_card-snf:hover {
  border-color: rgba(224, 124, 26, 0.08);
  transform: translateY(-2px);
}.bvp-bon_card_ic-snf svg {
  height: 26px;
  width: 26px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.bvp-bon_card_ic-snf {
  margin-bottom: 0.625rem;
}.bvp-bon_card_type-snf {
  color: #7A6C58;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 6px;
}.bvp-bon_card_amount-snf {
  font-size: 18px;
  color: #F0B030;
  line-height: 1.1;
  margin-bottom: 0.375rem;
  font-weight: 800;
}.bvp-bon_card_name-snf {
  font-size: 0.813rem;
  font-weight: 600;
  overflow-wrap: break-word;
  color: #F5EEE0;
  margin-bottom: 0.5rem;
}.bvp-bon_card_detail-snf {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  padding-top: 0.5rem;
  overflow-wrap: break-word;
  color: #584E40;
  font-size: 11px;
}.bvp-seo-snf {
  background: #0E0A07;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.bvp-seo-snf {
  padding: 44px 24px 0;
}
}.bvp-seo_in-snf {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  padding: 1.75rem 24px;
  margin: 0 auto;
  background: #171108;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.bvp-seo_in-snf {
  padding: 36px 2.5rem;
}
}.bvp-seo_label-snf {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #E07C1A;
  margin-bottom: 10px;
}.bvp-seo_h2-snf {
  overflow-wrap: break-word;
  margin-bottom: 14px;
  color: #F5EEE0;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
}
@media(min-width: 767px) {.bvp-seo_h2-snf {
  font-size: 1.5rem;
}
}.bvp-seo_body-snf {
  overflow-wrap: break-word;
  color: #A89880;
  font-size: 14px;
  line-height: 1.75;
}.bvp-seo_body-snf p {
  line-height: 1.75;
  margin-bottom: 12px;
  color: #A89880;
  font-size: 0.875rem;
}.bvp-seo_body-snf p:last-child {
  margin-bottom: 0;
}.bvp-seo_body-snf strong {
  font-weight: 700;
  color: #D4C8B0;
}.bvp-seo_body-snf a {
  transition: color .2s;
  color: #E07C1A;
  text-decoration: underline;
}.bvp-seo_body-snf a:hover {
  color: #F28E2A;
}.bvp-seo_body-snf ul,.bvp-seo_body-snf ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.bvp-seo_body-snf ol {
  list-style: decimal;
}.bvp-seo_body-snf li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  color: #A89880;
}.bvp-seo_body-snf table {
  border-collapse: collapse;
  display: block;
  margin-bottom: 12px;
  font-size: 0.813rem;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 770px) {.bvp-seo_body-snf table {
  display: table;
}
}.bvp-seo_body-snf th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #D4C8B0;
}.bvp-seo_body-snf td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #A89880;
}.bvp-seo_cols-snf {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.bvp-seo_cols-snf {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.bvp-seo_cols-snf {
  grid-template-columns: repeat(3,1fr);
}
}.bvp-seo_col_h-snf {
  color: #D4C8B0;
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 0.438rem;
  font-weight: 700;
}.bvp-seo_col_p-snf {
  color: #7A6C58;
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
}.bvp-seo_stats-snf {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.bvp-seo_stat-snf {
  border-radius: 0.5rem;
  background: rgba(224, 124, 26, 0.08);
  padding: 14px 16px;
  flex: 1;
  border: 1px solid rgba(224, 124, 26, 0.18);
  min-width: 140px;
}.bvp-seo_stat_val-snf {
  font-weight: 800;
  color: #E07C1A;
  margin-bottom: 0.25rem;
  font-size: 20px;
  overflow-wrap: break-word;
}.bvp-seo_stat_lb-snf {
  overflow-wrap: break-word;
  color: #7A6C58;
  font-size: 11px;
}.bvp-seo-snf {
  padding: 2.25rem 1rem 0;
  background: #0E0A07;
}
@media(min-width: 766px) {.bvp-seo-snf {
  padding: 44px 24px 0;
}
}.bvp-seo_in-snf {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  background: #171108;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.bvp-seo_in-snf {
  padding: 2.25rem 2.5rem;
}
}.bvp-seo_label-snf {
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  color: #E07C1A;
}.bvp-seo_h2-snf {
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #F5EEE0;
  font-size: 1.25rem;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 0.875rem;
  font-weight: 800;
}
@media(min-width:768px) {.bvp-seo_h2-snf {
  font-size: 24px;
}
}.bvp-seo_body-snf {
  color: #A89880;
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: break-word;
}.bvp-seo_body-snf p {
  line-height: 1.75;
  color: #A89880;
  font-size: 14px;
  margin-bottom: 0.75rem;
}.bvp-seo_body-snf p:last-child {
  margin-bottom: 0;
}.bvp-seo_body-snf strong {
  color: #D4C8B0;
  font-weight: 700;
}.bvp-seo_body-snf a {
  transition: color .2s;
  color: #E07C1A;
  text-decoration: underline;
}.bvp-seo_body-snf a:hover {
  color: #F28E2A;
}.bvp-seo_body-snf ul,.bvp-seo_body-snf ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.bvp-seo_body-snf ol {
  list-style: decimal;
}.bvp-seo_body-snf li {
  font-size: 0.875rem;
  margin-bottom: 6px;
  line-height: 1.75;
  color: #A89880;
}.bvp-seo_body-snf table {
  margin-bottom: 0.75rem;
  width: 100%;
  display: block;
  font-size: 0.813rem;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 767px) {.bvp-seo_body-snf table {
  display: table;
}
}.bvp-seo_body-snf th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #D4C8B0;
}.bvp-seo_body-snf td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A89880;
}.bvp-seo_cols-snf {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 639px) {.bvp-seo_cols-snf {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.bvp-seo_cols-snf {
  grid-template-columns: repeat(3,1fr);
}
}.bvp-seo_col_h-snf {
  overflow-wrap: break-word;
  color: #D4C8B0;
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 13px;
}.bvp-seo_col_p-snf {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #7A6C58;
  font-size: 13px;
}.bvp-seo_stats-snf {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.bvp-seo_stat-snf {
  border-radius: 8px;
  background: rgba(224, 124, 26, 0.08);
  border: 1px solid rgba(224, 124, 26, 0.18);
  padding: 14px 16px;
  flex: 1;
  min-width: 140px;
}.bvp-seo_stat_val-snf {
  font-weight: 800;
  margin-bottom: 4px;
  font-size: 20px;
  color: #E07C1A;
  overflow-wrap: break-word;
}.bvp-seo_stat_lb-snf {
  color: #7A6C58;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.bvp-seo-snf {
  background: #0E0A07;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.bvp-seo-snf {
  padding: 2.75rem 24px 0;
}
}.bvp-seo_in-snf {
  margin: 0 auto;
  background: #171108;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.bvp-seo_in-snf {
  padding: 36px 2.5rem;
}
}.bvp-seo_label-snf {
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  color: #E07C1A;
}.bvp-seo_h2-snf {
  line-height: 1.25;
  font-weight: 800;
  font-size: 20px;
  color: #F5EEE0;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-family: 'Oswald', sans-serif;
}
@media(min-width: 767px) {.bvp-seo_h2-snf {
  font-size: 24px;
}
}.bvp-seo_body-snf {
  color: #A89880;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
}.bvp-seo_body-snf p {
  line-height: 1.75;
  font-size: 14px;
  color: #A89880;
  margin-bottom: 12px;
}.bvp-seo_body-snf p:last-child {
  margin-bottom: 0;
}.bvp-seo_body-snf strong {
  color: #D4C8B0;
  font-weight: 700;
}.bvp-seo_body-snf a {
  transition: color .2s;
  color: #E07C1A;
  text-decoration: underline;
}.bvp-seo_body-snf a:hover {
  color: #F28E2A;
}.bvp-seo_body-snf ul,.bvp-seo_body-snf ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.bvp-seo_body-snf ol {
  list-style: decimal;
}.bvp-seo_body-snf li {
  margin-bottom: 6px;
  color: #A89880;
  line-height: 1.75;
  font-size: 0.875rem;
}.bvp-seo_body-snf table {
  overflow-x: auto;
  margin-bottom: 12px;
  border-collapse: collapse;
  display: block;
  font-size: 13px;
  width: 100%;
}
@media(min-width: 770px) {.bvp-seo_body-snf table {
  display: table;
}
}.bvp-seo_body-snf th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  color: #D4C8B0;
  font-weight: 700;
  text-align: left;
}.bvp-seo_body-snf td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A89880;
}.bvp-seo_cols-snf {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width:640px) {.bvp-seo_cols-snf {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.bvp-seo_cols-snf {
  grid-template-columns: repeat(3,1fr);
}
}.bvp-seo_col_h-snf {
  color: #D4C8B0;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.bvp-seo_col_p-snf {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #7A6C58;
  overflow-wrap: break-word;
}.bvp-seo_stats-snf {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.bvp-seo_stat-snf {
  border: 1px solid rgba(224, 124, 26, 0.18);
  flex: 1;
  background: rgba(224, 124, 26, 0.08);
  padding: 14px 16px;
  border-radius: 8px;
  min-width: 140px;
}.bvp-seo_stat_val-snf {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 4px;
  color: #E07C1A;
  font-size: 20px;
}.bvp-seo_stat_lb-snf {
  overflow-wrap: break-word;
  color: #7A6C58;
  font-size: 0.688rem;
}.bvp-faq-snf {
  background: #0E0A07;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.bvp-faq-snf {
  padding: 2.75rem 1.5rem 0;
}
}.bvp-faq_in-snf {
  margin: 0 auto;
  max-width: 1320px;
}.bvp-faq_head-snf {
  margin-bottom: 1.25rem;
}.bvp-faq_label-snf {
  font-weight: 700;
  margin-bottom: 8px;
  color: #E07C1A;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.bvp-faq_h2-snf {
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  color: #F5EEE0;
  font-size: 20px;
}
@media(min-width: 766px) {.bvp-faq_h2-snf {
  font-size: 1.5rem;
}
}.bvp-faq_list-snf {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.bvp-faq_item-snf {
  background: #171108;
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
  border-radius: 0.5rem;
}.bvp-faq_q-snf {
  gap: 0.75rem;
  transition: color .2s;
  padding: 16px 20px;
  overflow-wrap: break-word;
  cursor: pointer;
  color: #D4C8B0;
  flex-wrap: wrap;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
  display: flex;
  font-size: 0.875rem;
}.bvp-faq_q-snf:hover {
  color: #F5EEE0;
}.bvp-faq_q_ic-snf {
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  align-items: center;
  color: #E07C1A;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  width: 1.5rem;
  display: flex;
  height: 1.5rem;
}.bvp-faq_item-snf.bvp-state_open-snf .bvp-faq_q_ic-snf {
  transform: rotate(45deg);
}.bvp-faq_a-snf {
  padding: 0 20px 1rem;
  overflow-wrap: break-word;
  line-height: 1.7;
  color: #7A6C58;
  font-size: 13px;
  display: none;
}.bvp-faq_item-snf.bvp-state_open-snf .bvp-faq_a-snf {
  display: block;
}.bvp-faq_a-snf strong {
  font-weight: 700;
  color: #D4C8B0;
}.bvp-faq_a-snf a {
  color: #E07C1A;
  text-decoration: underline;
}.bvp-faq_a-snf ul,.bvp-faq_a-snf ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.bvp-faq_a-snf ol {
  list-style: decimal;
}.bvp-faq_a-snf li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.bvp-faq_a-snf table {
  margin: 0.5rem 0;
  display: block;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.75rem;
}
@media(min-width: 766px) {.bvp-faq_a-snf table {
  display: table;
}
}.bvp-faq_a-snf th {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D4C8B0;
  font-weight: 700;
  text-align: left;
}.bvp-faq_a-snf td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A6C58;
}.bvp-ft-snf {
  background: #080502;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.bvp-ft_support-snf {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 765px) {.bvp-ft_support-snf {
  padding: 28px 1.5rem;
}
}.bvp-ft_support_in-snf {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1320px;
}.bvp-ft_support_main-snf {
  gap: 1rem;
  flex: 1;
  flex-wrap: wrap;
  min-width: 220px;
  align-items: center;
  display: flex;
}.bvp-ft_support_ic-snf {
  flex-shrink: 0;
  color: #E07C1A;
}.bvp-ft_support_ic-snf svg {
  stroke-linecap: round;
  height: 1.875rem;
  width: 1.875rem;
  stroke-linejoin: round;
}.bvp-ft_support_text_title-snf {
  color: #F5EEE0;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  margin-bottom: 3px;
  font-weight: 700;
}.bvp-ft_support_text_sub-snf {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #7A6C58;
}.bvp-ft_support_btn-snf {
  border-radius: 0.5rem;
  padding: 11px 1.375rem;
  background: #E07C1A;
  transition: background .2s;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.813rem;
  flex-shrink: 0;
  color: #F5EEE0;
}.bvp-ft_support_btn-snf:hover {
  background: #F28E2A;
}.bvp-ft_support_contacts-snf {
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.bvp-ft_support_contact-snf {
  font-size: 0.75rem;
  color: #584E40;
  line-height: 1.4;
}.bvp-ft_support_contact-snf strong {
  font-size: 11px;
  margin-bottom: 2px;
  display: block;
  font-weight: 600;
  color: #A89880;
}.bvp-ft_main-snf {
  padding: 2rem 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 770px) {.bvp-ft_main-snf {
  padding: 40px 1.5rem 32px;
}
}.bvp-ft_main_in-snf {
  margin: 0 auto;
  gap: 24px;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 638px) {.bvp-ft_main_in-snf {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.bvp-ft_main_in-snf {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.bvp-ft_col_logo-snf {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.bvp-ft_col_logo-snf {
  grid-column: auto;
}
}.bvp-ft_logo-snf {
  gap: 0.563rem;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  margin-bottom: 0.75rem;
  color: #F5EEE0;
  overflow-wrap: break-word;
  flex-wrap: wrap;
}.bvp-ft_logo_mark-snf {
  overflow: hidden;
  border-radius: 0.25rem;
  height: 1.875rem;
  width: 30px;
}.bvp-ft_logo_mark-snf img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.bvp-ft_logo_sub-snf {
  max-width: 12.5rem;
  font-size: 0.75rem;
  color: #584E40;
  overflow-wrap: break-word;
  line-height: 1.55;
}.bvp-ft_col_title-snf {
  color: #A89880;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 14px;
}.bvp-ft_col_links-snf {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.bvp-ft_col_link-snf {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #584E40;
  font-size: 13px;
}.bvp-ft_col_link-snf:hover {
  color: #D4C8B0;
}.bvp-ft_apps-snf {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.bvp-ft_app_card-snf {
  border-radius: 4px;
  gap: 0.625rem;
  padding: 10px 12px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  display: flex;
}.bvp-ft_app_card-snf:hover {
  border-color: rgba(224, 124, 28, 0.45);
}.bvp-ft_app_card_ic-snf svg {
  stroke-linecap: round;
  height: 1.375rem;
  stroke-linejoin: round;
  width: 22px;
}.bvp-ft_app_card_os-snf {
  font-size: 10px;
  font-weight: 600;
  color: #584E40;
}.bvp-ft_app_card_action-snf {
  font-size: 12px;
  font-weight: 700;
  color: #D4C8B0;
}.bvp-ft_bot-snf {
  padding: 20px 16px;
}
@media(min-width: 771px) {.bvp-ft_bot-snf {
  padding: 1.25rem 1.5rem;
}
}.bvp-ft_bot_in-snf {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1320px;
  display: flex;
}.bvp-ft_socials-snf {
  gap: 8px;
  display: flex;
}.bvp-ft_soc-snf {
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  justify-content: center;
  width: 36px;
  display: flex;
  align-items: center;
  color: #A89880;
  height: 2.25rem;
}.bvp-ft_soc-snf svg {
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
}.bvp-ft_soc-snf:hover {
  background: rgba(255, 255, 255, 0.07);
}.bvp-ft_legal-snf {
  flex: 1;
  overflow-wrap: break-word;
  color: #6A5E4C;
  line-height: 1.6;
  min-width: 200px;
  font-size: 11px;
}.bvp-ft_legal-snf strong {
  font-weight: 700;
  color: #A89880;
}.bvp-ft_legal-snf a {
  color: #A89880;
  text-decoration: underline;
}.bvp-ft_age-snf {
  border: 2px solid #6A5E4C;
  border-radius: 50%;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  width: 32px;
  height: 32px;
  color: #6A5E4C;
}