html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #17120D;
  line-height: 1.6;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #D6C4A0;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}.vcu-layout_nbt {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.vcu-page_nbt {
  display: flex;
  min-height: 100vh;
}.vcu-main_nbt {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media (min-width: 1081px) {.vcu-main_nbt {
  padding-left: 220px;
}
}
@media (max-width: 1076px) {.vcu-main_nbt {
  padding-bottom: 4.5rem;
}
}.vcu-gc_nbt {
  transition: transform .2s,border-color .2s;
  background: #1F1811;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  overflow: hidden;
  width: 140px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}
@media(min-width: 643px) {.vcu-gc_nbt {
  width: 156px;
}
}
@media(min-width: 1079px) {.vcu-gc_nbt {
  width: 168px;
}
}.vcu-gc_nbt:hover {
  transform: translateY(-3px);
  border-color: rgba(200,138,30,0.08);
}.vcu-gc_img_nbt {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.vcu-gc_img_nbt img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
}.vcu-gc_hover_nbt {
  background: rgba(10,7,4,0.72);
  inset: 0;
  transition: opacity .2s;
  position: absolute;
  align-items: center;
  display: flex;
  opacity: 0;
  justify-content: center;
}.vcu-gc_nbt:hover .vcu-gc_hover_nbt {
  opacity: 1;
}.vcu-gc_hover_btn_nbt {
  padding: 8px 16px;
  border-radius: 0.25rem;
  background: #C88A1E;
  font-size: 0.75rem;
  font-weight: 700;
  color: #F4E9CC;
}.vcu-gc_info_nbt {
  padding: 0.5rem 10px 10px;
}.vcu-gc_name_nbt {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  max-width: 100%;
  margin-bottom: 3px;
  color: #D6C4A0;
}.vcu-gc_prov_nbt {
  color: #8C7860;
  font-size: 10px;
}.vcu-gc_tag_nbt {
  padding: 2px 7px;
  border-radius: 0.25rem;
  top: 0.375rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 700;
  z-index: 2;
  font-size: 0.563rem;
  left: 0.375rem;
  position: absolute;
}.vcu-gc_tag_hot_nbt {
  background: #C43520;
  color: #fff;
}.vcu-gc_tag_new_nbt {
  background: #4A9649;
  color: #17120D;
}.vcu-gc_tag_jp_nbt {
  background: #D4A024;
  color: #17120D;
}.vcu-gc_tag_ex_nbt {
  background: #9B4E1A;
  color: #fff;
}.vcu-gc_tag_live_nbt {
  background: #C43520;
  color: #fff;
}.vcu-gr_nbt {
  background: #17120D;
  padding: 2rem 16px 0;
}
@media(min-width:768px) {.vcu-gr_nbt {
  padding: 2.25rem 24px 0;
}
}.vcu-gr_in_nbt {
  margin: 0 auto;
  max-width: 1340px;
}.vcu-gr_head_nbt {
  gap: 12px;
  align-items: center;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
  display: flex;
}.vcu-gr_head_l_nbt {
  gap: 10px;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}.vcu-gr_ic_nbt {
  border-radius: 0.5rem;
  width: 32px;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  height: 2rem;
}.vcu-gr_ic_nbt svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
  width: 1rem;
}.vcu-gr_title_nbt {
  overflow-wrap: break-word;
  color: #F4E9CC;
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Abril Fatface', serif;
}
@media(min-width: 769px) {.vcu-gr_title_nbt {
  font-size: 1.125rem;
}
}.vcu-gr_more_nbt {
  gap: 0.313rem;
  transition: color .2s;
  white-space: nowrap;
  color: #9A8268;
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}.vcu-gr_more_nbt:hover {
  color: #C88A1E;
}.vcu-gr_more_nbt svg {
  width: 12px;
  stroke-linejoin: round;
  height: 0.75rem;
  stroke-linecap: round;
}.vcu-gr_arrows_nbt {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.vcu-gr_arr_nbt {
  border-radius: 0.25rem;
  border: 1px solid rgba(255,255,255,0.11);
  background: rgba(255,255,255,0.05);
  transition: background .15s,color .15s;
  height: 1.875rem;
  color: #B09872;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
}.vcu-gr_arr_nbt:hover {
  background: rgba(255,255,255,0.07);
  color: #F4E9CC;
}.vcu-gr_arr_nbt svg {
  stroke-linecap: round;
  width: 0.813rem;
  stroke-linejoin: round;
  height: 13px;
}.vcu-gr_seo_h_nbt {
  margin: 0 0 6px;
  max-width: 42.5rem;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #D6C4A0;
  font-size: 13px;
  font-family: 'Abril Fatface', serif;
}
@media(min-width: 770px) {.vcu-gr_seo_h_nbt {
  font-size: 14px;
}
}.vcu-gr_seo_nbt {
  line-height: 1.55;
  margin-bottom: 0.75rem;
  color: #9A8268;
  max-width: 680px;
  font-size: 12px;
  overflow-wrap: break-word;
}.vcu-gr_seo_nbt strong {
  color: #D6C4A0;
  font-weight: 600;
}.vcu-gr_scroll_nbt {
  gap: 0.625rem;
  display: flex;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}.vcu-gr_scroll_nbt::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.vcu-gr_scroll_nbt {
  gap: 12px;
}
}.vcu-tb_nbt {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #17120D;
  z-index: 80;
  height: 56px;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  align-items: center;
  display: flex;
}.vcu-tb_in_nbt {
  padding: 0 14px;
  gap: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}.vcu-tb_burger_nbt {
  gap: 0.313rem;
  border-radius: 8px;
  flex-direction: column;
  margin-right: 8px;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 2.375rem;
  height: 38px;
}.vcu-tb_burger_nbt:hover {
  background: rgba(255,255,255,0.05);
}.vcu-tb_burger_line_nbt {
  background: #B09872;
  border-radius: 1px;
  display: block;
  width: 18px;
  height: 2px;
}
@media(min-width: 1081px) {.vcu-tb_burger_nbt {
  display: none;
}
}.vcu-tb_logo_nbt {
  gap: 0.563rem;
  display: flex;
  font-size: 18px;
  color: #F4E9CC;
  align-items: center;
  letter-spacing: -.01em;
  font-weight: 800;
  flex-shrink: 0;
  overflow-wrap: break-word;
  margin-right: 20px;
}.vcu-tb_logo_mark_nbt {
  border-radius: 8px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  height: 2rem;
  display: flex;
  width: 32px;
}.vcu-tb_logo_mark_nbt img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.vcu-tb_nav_nbt {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 642px) {.vcu-tb_nav_nbt {
  display: flex;
}
}.vcu-tb_tab_nbt {
  border-radius: 8px;
  transition: background .15s,color .15s;
  padding: 8px 0.875rem;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  color: #B09872;
}.vcu-tb_tab_nbt:hover {
  background: rgba(255,255,255,0.05);
  color: #F4E9CC;
}.vcu-tb_tab_nbt.vcu-state_active_nbt {
  background: rgba(200,138,30,0.18);
  color: #F4E9CC;
}.vcu-tb_right_nbt {
  gap: 0.5rem;
  margin-left: auto;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.vcu-tb_login_nbt {
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s,color .2s;
  padding: 9px 16px;
  background: rgba(255,255,255,0.05);
  font-size: 13px;
  display: none;
  color: #D6C4A0;
  font-weight: 600;
}.vcu-tb_login_nbt:hover {
  border-color: rgba(200,138,30,0.55);
  color: #F4E9CC;
}
@media(min-width: 482px) {.vcu-tb_login_nbt {
  display: block;
}
}.vcu-tb_reg_nbt {
  background: #4A9649;
  transition: background .2s;
  border-radius: 8px;
  padding: 0.563rem 1.125rem;
  font-weight: 700;
  font-size: 0.813rem;
  color: #14100A;
  white-space: nowrap;
}.vcu-tb_reg_nbt:hover {
  background: #5AAD58;
}.vcu-sb_nbt {
  background: #271E14;
  border-right: 1px solid rgba(255,255,255,0.05);
  transition: transform .25s ease;
  transform: translateX(-100%);
  left: 0;
  z-index: 70;
  width: 220px;
  position: fixed;
  overflow-y: auto;
  top: 56px;
  bottom: 0;
}.vcu-sb_nbt.vcu-state_open_nbt {
  transform: translateX(0);
}.vcu-sb_nbt::-webkit-scrollbar {
  width: 0.25rem;
}.vcu-sb_nbt::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1078px) {.vcu-sb_nbt {
  transform: translateX(0);
}
}.vcu-sb_auth_nbt {
  padding: 0.875rem 12px 0.625rem;
}.vcu-sb_btn_reg_nbt {
  padding: 0.688rem;
  background: #4A9649;
  transition: background .2s;
  border-radius: 8px;
  text-align: center;
  color: #14100A;
  font-size: 0.813rem;
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.vcu-sb_btn_reg_nbt:hover {
  background: #5AAD58;
}.vcu-sb_btn_login_nbt {
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 10px;
  border-radius: 0.5rem;
  text-align: center;
  color: #D6C4A0;
  font-weight: 600;
  font-size: 13px;
  display: block;
}.vcu-sb_btn_login_nbt:hover {
  border-color: rgba(200,138,30,0.55);
  color: #F4E9CC;
}.vcu-sb_promo_nbt {
  overflow: hidden;
  background: linear-gradient(135deg,#2A1B0A,#271E14);
  margin: 0 0.75rem 0.625rem;
  border: 1px solid rgba(200,138,30,0.18);
  padding: 12px 0.875rem;
  border-radius: 0.5rem;
  position: relative;
}.vcu-sb_promo_nbt::before {
  background: radial-gradient(circle,rgba(200,138,30,0.18),transparent 70%);
  border-radius: 50%;
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  height: 5rem;
  width: 5rem;
}.vcu-sb_promo_title_nbt {
  color: #C88A1E;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 0.688rem;
}.vcu-sb_promo_text_nbt {
  overflow-wrap: break-word;
  color: #F4E9CC;
  line-height: 1.35;
  font-weight: 600;
  font-size: 0.75rem;
}.vcu-sb_promo_sub_nbt {
  margin-top: 3px;
  color: #9A8268;
  font-size: 0.625rem;
}.vcu-sb_nav_nbt {
  padding: 6px 0.5rem 1rem;
}.vcu-sb_nav_lb_nbt {
  padding: 10px 8px 0.375rem;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.625rem;
  color: #8C7860;
  text-transform: uppercase;
}.vcu-sb_link_nbt {
  transition: background .15s,color .15s;
  gap: 10px;
  border-radius: 0.25rem;
  padding: 0.563rem 0.625rem;
  overflow-wrap: break-word;
  align-items: center;
  color: #B09872;
  font-weight: 500;
  font-size: 0.813rem;
  display: flex;
  cursor: pointer;
}.vcu-sb_link_nbt:hover {
  background: rgba(255,255,255,0.05);
  color: #F4E9CC;
}.vcu-sb_link_nbt.vcu-state_active_nbt {
  background: rgba(200,138,30,0.18);
  color: #F4E9CC;
}.vcu-sb_ic_nbt {
  border-radius: 4px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
}.vcu-sb_ic_nbt svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
  height: 1rem;
}.vcu-sb_ic_1_nbt {
  background: rgba(200,138,30,0.08);
  color: #C88A1E;
}.vcu-sb_ic_2_nbt {
  background: rgba(74,150,73,0.18);
  color: #4A9649;
}.vcu-sb_ic_3_nbt {
  background: rgba(212,160,36,0.16);
  color: #D4A024;
}.vcu-sb_ic_4_nbt {
  background: rgba(155,78,26,0.22);
  color: #9B4E1A;
}.vcu-sb_ic_5_nbt {
  background: rgba(200,138,30,0.08);
  color: #C0506A;
}.vcu-sb_ic_6_nbt {
  background: rgba(155,78,26,0.22);
  color: #7B4FA0;
}.vcu-sb_badge_nbt {
  background: #D4A024;
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  margin-left: auto;
  font-size: 9px;
  color: #14100A;
  font-weight: 700;
}.vcu-sb_bot_nbt {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 8px;
  padding: 0.75rem;
  display: flex;
}.vcu-sb_lang_nbt,.vcu-sb_help_nbt {
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.25rem;
  background: rgba(255,255,255,0.05);
  flex: 1;
  gap: 6px;
  padding: 9px 0.375rem;
  transition: border-color .2s;
  justify-content: center;
  display: flex;
  font-weight: 600;
  align-items: center;
  color: #B09872;
  font-size: 11px;
}.vcu-sb_lang_nbt:hover,.vcu-sb_help_nbt:hover {
  border-color: rgba(200,138,30,0.55);
  color: #F4E9CC;
}.vcu-sb_lang_nbt svg,.vcu-sb_help_nbt svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 13px;
  width: 0.813rem;
}.vcu-sb_bd_nbt {
  background: rgba(10,7,4,0.72);
  inset: 0;
  display: none;
  z-index: 69;
  position: fixed;
}.vcu-sb_bd_nbt.vcu-state_on_nbt {
  display: block;
}
@media(min-width:1080px) {.vcu-sb_bd_nbt {
  display: none!important;
}
}.vcu-mob_nav_nbt {
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,0.11);
  background: #271E14;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 80;
  display: flex;
  bottom: 0;
}
@media(min-width:1080px) {.vcu-mob_nav_nbt {
  display: none;
}
}.vcu-mob_nav_item_nbt {
  padding: 4px 2px;
  flex: 1;
  gap: 4px;
  flex-direction: column;
  color: #8C7860;
  cursor: pointer;
  align-items: center;
  display: flex;
}.vcu-mob_nav_ic_nbt {
  line-height: 1;
}.vcu-mob_nav_ic_nbt svg {
  height: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 20px;
}.vcu-mob_nav_lb_nbt {
  font-weight: 600;
  font-size: 0.625rem;
  color: #8C7860;
}.vcu-mob_nav_item_nbt.vcu-state_active_nbt {
  color: #C88A1E;
}.vcu-mob_nav_item_nbt.vcu-state_active_nbt .vcu-mob_nav_lb_nbt {
  color: #C88A1E;
}.vcu-hero_nbt {
  padding: 20px 16px 0;
  background: #17120D;
}
@media(min-width: 769px) {.vcu-hero_nbt {
  padding: 1.5rem 24px 0;
}
}.vcu-hero_in_nbt {
  gap: 0.75rem;
  margin: 0 auto;
  max-width: 83.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.vcu-hero_in_nbt {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width:1100px) {.vcu-hero_in_nbt {
  grid-template-columns: 1fr 340px;
}
}.vcu-hero_promo_nbt {
  border-radius: 12px;
  overflow: hidden;
  background: #1F1811;
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: stretch;
}
@media(min-width: 769px) {.vcu-hero_promo_nbt {
  min-height: 17.5rem;
}
}.vcu-hero_promo_bg_nbt {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#2A1B0A 0%,#17120D 100%);
  background-size: cover;
  position: absolute;
}.vcu-hero_promo_bg_nbt::after {
  inset: 0;
  background: linear-gradient(90deg,#17120D 0%,rgba(10,7,4,0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.vcu-hero_promo_glow_nbt {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(155,78,26,0.22) 0%,transparent 65%);
  height: 18.75rem;
  right: 3.75rem;
  width: 300px;
  top: -2.5rem;
  pointer-events: none;
  position: absolute;
}.vcu-hero_promo_ct_nbt {
  padding: 1.75rem 1.5rem 1.75rem 1.75rem;
  flex-direction: column;
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 480px;
  z-index: 2;
}
@media(min-width: 769px) {.vcu-hero_promo_ct_nbt {
  padding: 40px 32px;
}
}.vcu-hero_badge_nbt {
  border-radius: 20px;
  background: rgba(200,138,30,0.18);
  border: 1px solid rgba(200,138,30,0.08);
  padding: 5px 12px;
  letter-spacing: .08em;
  font-size: 10px;
  font-weight: 700;
  color: #C88A1E;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
}.vcu-hero_h1_nbt {
  margin-bottom: 10px;
  font-weight: 800;
  line-height: 1.15;
  font-size: 26px;
  font-family: 'Abril Fatface', serif;
  overflow-wrap: break-word;
  color: #F4E9CC;
}.vcu-hero_h1_nbt em {
  font-style: normal;
  color: #D4A024;
}
@media(min-width:768px) {.vcu-hero_h1_nbt {
  font-size: 36px;
}
}.vcu-hero_sub_nbt {
  color: #B09872;
  margin-bottom: 20px;
  font-size: 0.813rem;
  line-height: 1.55;
}
@media(min-width: 766px) {.vcu-hero_sub_nbt {
  font-size: 14px;
}
}.vcu-hero_row_nbt {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.vcu-hero_cta_nbt {
  padding: 0.813rem 1.625rem;
  background: #4A9649;
  border-radius: 8px;
  transition: background .2s;
  font-size: 0.875rem;
  box-shadow: 0 0 0 2px rgba(74,150,73,0.28), 0 5px 20px rgba(74,150,73,0.38);
  color: #14100A;
  font-weight: 700;
}.vcu-hero_cta_nbt:hover {
  background: #5AAD58;
}.vcu-hero_terms_nbt {
  color: #8C7860;
  font-size: 11px;
}.vcu-hero_game_nbt {
  border: 1px solid rgba(255,255,255,0.06);
  background: #1F1811;
  border-radius: 0.75rem;
  overflow: hidden;
  flex-direction: column;
  display: flex;
  position: relative;
}.vcu-hero_game_badge_nbt {
  padding: 5px 0.625rem;
  border-radius: 20px;
  border: 1px solid rgba(212,160,36,0.16);
  background: rgba(212,160,36,0.16);
  font-weight: 700;
  letter-spacing: .06em;
  top: 0.75rem;
  left: 0.75rem;
  font-size: 10px;
  z-index: 3;
  text-transform: uppercase;
  position: absolute;
  color: #D4A024;
}.vcu-hero_game_badge_nbt svg {
  width: 0.688rem;
  height: 0.688rem;
  vertical-align: -1px;
  margin-right: 0.25rem;
}.vcu-hero_game_img_nbt {
  overflow: hidden;
  background: linear-gradient(135deg,#2A1B0A,#17120D);
  padding-bottom: 60%;
  position: relative;
}.vcu-hero_game_img_nbt img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}.vcu-hero_game_play_nbt {
  background: rgba(10,7,4,0.72);
  inset: 0;
  transition: opacity .2s;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}.vcu-hero_game_nbt:hover .vcu-hero_game_play_nbt {
  opacity: 1;
}.vcu-hero_game_play_nbt span {
  background: #C88A1E;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  display: flex;
  height: 3.25rem;
}.vcu-hero_game_play_nbt span svg {
  width: 1.125rem;
  height: 18px;
  margin-left: 2px;
}.vcu-hero_game_info_nbt {
  padding: 0.875rem 16px;
}.vcu-hero_game_title_nbt {
  color: #F4E9CC;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 15px;
}.vcu-hero_game_provider_nbt {
  color: #9A8268;
  font-size: 0.688rem;
}.vcu-hero_game_btn_nbt {
  padding: 0.688rem;
  background: #C88A1E;
  transition: background .2s;
  border-radius: 8px;
  margin: 0.75rem 16px 1rem;
  font-size: 13px;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #F4E9CC;
}.vcu-hero_game_nbt:hover .vcu-hero_game_btn_nbt {
  background: #D9A030;
}.vcu-sbar_nbt {
  background: #17120D;
  padding: 16px 1rem 0;
}
@media(min-width: 767px) {.vcu-sbar_nbt {
  padding: 18px 1.5rem 0;
}
}.vcu-sbar_in_nbt {
  margin: 0 auto;
  max-width: 1340px;
}.vcu-sbar_row_nbt {
  gap: 10px;
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
}.vcu-sbar_input_nbt {
  border: 1px solid rgba(255,255,255,0.11);
  background: #1F1811;
  transition: border-color .2s;
  padding: 0.688rem 16px;
  gap: 10px;
  border-radius: 8px;
  flex: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #9A8268;
  font-size: 13px;
}.vcu-sbar_input_nbt:hover {
  border-color: rgba(200,138,30,0.55);
}.vcu-sbar_input_nbt svg {
  flex-shrink: 0;
  width: 15px;
  stroke-linejoin: round;
  height: 15px;
  stroke-linecap: round;
}.vcu-sbar_providers_nbt {
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  background: #1F1811;
  gap: 0.5rem;
  padding: 11px 18px;
  display: flex;
  color: #D6C4A0;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
  font-size: 13px;
}.vcu-sbar_providers_nbt:hover {
  border-color: rgba(200,138,30,0.55);
  color: #F4E9CC;
}.vcu-sbar_providers_nbt svg {
  height: 0.875rem;
  width: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.vcu-sbar_tabs_nbt {
  gap: 0.375rem;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}.vcu-sbar_tabs_nbt::-webkit-scrollbar {
  display: none;
}.vcu-sbar_tab_nbt {
  border: 1px solid rgba(255,255,255,0.06);
  padding: 8px 14px;
  gap: 7px;
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  transition: background .15s,color .15s,border-color .15s;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  color: #B09872;
  display: flex;
  align-items: center;
}.vcu-sbar_tab_nbt:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(200,138,30,0.55);
  color: #F4E9CC;
}.vcu-sbar_tab_nbt.vcu-state_active_nbt {
  border-color: rgba(200,138,30,0.08);
  background: rgba(200,138,30,0.18);
  color: #F4E9CC;
}.vcu-sbar_tab_ic_nbt svg {
  stroke-linejoin: round;
  width: 0.875rem;
  height: 14px;
  stroke-linecap: round;
}.vcu-gcg_nbt {
  background: #17120D;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.vcu-gcg_nbt {
  padding: 44px 24px 0;
}
}.vcu-gcg_in_nbt {
  margin: 0 auto;
  max-width: 83.75rem;
}.vcu-gcg_head_nbt {
  max-width: 720px;
  margin-bottom: 1.25rem;
}.vcu-gcg_label_nbt {
  font-weight: 700;
  margin-bottom: 8px;
  color: #C88A1E;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.vcu-gcg_h2_nbt {
  overflow-wrap: break-word;
  font-family: 'Abril Fatface', serif;
  color: #F4E9CC;
  font-size: 1.375rem;
  margin-bottom: 8px;
  font-weight: 800;
}
@media(min-width: 770px) {.vcu-gcg_h2_nbt {
  font-size: 28px;
}
}.vcu-gcg_intro_nbt {
  line-height: 1.6;
  color: #9A8268;
  font-size: 13px;
}.vcu-gcg_grid_nbt {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.vcu-gcg_grid_nbt {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.vcu-gcg_grid_nbt {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.vcu-gcg_card_nbt {
  padding: 20px;
  overflow: hidden;
  border-radius: 0.75rem;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255,255,255,0.11);
  cursor: pointer;
  min-height: 240px;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  position: relative;
}.vcu-gcg_card_nbt:hover {
  border-color: rgba(200,138,30,0.18);
  transform: translateY(-3px);
}.vcu-gcg_card_bg_nbt {
  inset: 0;
  position: absolute;
  z-index: 0;
}.vcu-gcg_card_bg_nbt::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.vcu-gcg_card_ic_nbt {
  background: rgba(0,0,0,.45);
  border-radius: 0.25rem;
  z-index: 2;
  justify-content: center;
  top: 18px;
  color: #F4E9CC;
  display: flex;
  height: 2.5rem;
  position: absolute;
  width: 2.5rem;
  right: 18px;
  align-items: center;
}.vcu-gcg_card_ic_nbt svg {
  height: 20px;
  width: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.vcu-gcg_card_ct_nbt {
  position: relative;
  z-index: 1;
}.vcu-gcg_card_h_nbt {
  font-family: 'Abril Fatface', serif;
  font-weight: 800;
  line-height: 1.2;
  font-size: 18px;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #F4E9CC;
}
@media(min-width: 767px) {.vcu-gcg_card_h_nbt {
  font-size: 20px;
}
}.vcu-gcg_card_p_nbt {
  color: rgba(255,255,255,.82);
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  line-height: 1.55;
}.vcu-gcg_card_p_nbt strong {
  color: #F4E9CC;
  font-weight: 600;
}.vcu-gcg_card_cta_nbt {
  gap: 4px;
  align-items: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-flex;
  letter-spacing: .04em;
  color: #C88A1E;
}.vcu-gcg_card_cta_nbt svg {
  stroke-linecap: round;
  height: 0.75rem;
  width: 0.75rem;
  stroke-linejoin: round;
}.vcu-ws_nbt {
  background: #17120D;
  padding: 2rem 1rem 0;
}
@media(min-width: 770px) {.vcu-ws_nbt {
  padding: 36px 1.5rem 0;
}
}.vcu-ws_in_nbt {
  margin: 0 auto;
  max-width: 1340px;
}.vcu-ws_head_nbt {
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.875rem;
  flex-wrap: wrap;
  display: flex;
}.vcu-ws_title_nbt {
  gap: 10px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F4E9CC;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: 'Abril Fatface', serif;
  font-size: 1rem;
}.vcu-ws_title_ic_nbt svg {
  width: 18px;
  height: 1.125rem;
  stroke-linejoin: round;
  color: #D4A024;
  stroke-linecap: round;
}.vcu-ws_online_nbt {
  gap: 0.438rem;
  display: flex;
  font-size: 12px;
  align-items: center;
  font-weight: 600;
  color: #9A8268;
}.vcu-ws_online_dot_nbt {
  background: #4A9649;
  border-radius: 50%;
  width: 8px;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(74,150,73,0.18);
  height: 8px;
}.vcu-ws_scroll_nbt {
  gap: 0.5rem;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  padding-bottom: 8px;
}.vcu-ws_scroll_nbt::-webkit-scrollbar {
  display: none;
}.vcu-wc_nbt {
  border: 1px solid rgba(255,255,255,0.11);
  background: #1F1811;
  padding: 10px 14px;
  gap: 0.625rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  min-width: 13.75rem;
  flex-shrink: 0;
}.vcu-wc_img_nbt {
  border-radius: 0.25rem;
  overflow: hidden;
  background: #271E14;
  width: 2.25rem;
  height: 36px;
  flex-shrink: 0;
}.vcu-wc_img_nbt img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.vcu-wc_info_nbt {
  min-width: 0;
}.vcu-wc_game_nbt {
  overflow: hidden;
  font-size: 12px;
  color: #D6C4A0;
  white-space: nowrap;
  font-weight: 600;
  text-overflow: ellipsis;
}.vcu-wc_player_nbt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #8C7860;
  font-size: 0.625rem;
}.vcu-wc_amount_nbt {
  flex-shrink: 0;
  font-size: 0.813rem;
  margin-left: auto;
  white-space: nowrap;
  font-weight: 700;
  color: #4A9649;
}.vcu-reg_nbt {
  padding: 2.25rem 1rem 0;
  background: #17120D;
}
@media(min-width: 765px) {.vcu-reg_nbt {
  padding: 44px 1.5rem 0;
}
}.vcu-reg_in_nbt {
  border: 1px solid rgba(255,255,255,0.06);
  background: #271E14;
  margin: 0 auto;
  border-radius: 0.75rem;
  padding: 1.75rem 24px;
  max-width: 83.75rem;
}
@media(min-width: 767px) {.vcu-reg_in_nbt {
  padding: 2.5rem;
}
}.vcu-reg_top_nbt {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:860px) {.vcu-reg_top_nbt {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.vcu-reg_label_nbt {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  color: #C88A1E;
  letter-spacing: .08em;
  font-size: 11px;
}.vcu-reg_h2_nbt {
  margin-bottom: 12px;
  color: #F4E9CC;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.2;
  font-family: 'Abril Fatface', serif;
  font-size: 1.375rem;
}
@media(min-width: 771px) {.vcu-reg_h2_nbt {
  font-size: 28px;
}
}.vcu-reg_bonus_nbt {
  background: rgba(212,160,36,0.16);
  gap: 0.5rem;
  border: 1px solid rgba(212,160,36,0.16);
  padding: 10px 16px;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 1rem;
  display: inline-flex;
}.vcu-reg_bonus_amount_nbt {
  font-size: 20px;
  color: #D4A024;
  font-weight: 800;
}.vcu-reg_bonus_text_nbt {
  font-size: 0.813rem;
  line-height: 1.35;
  color: #B09872;
}.vcu-reg_cta_btn_nbt {
  transition: background .2s;
  border-radius: 8px;
  background: #4A9649;
  padding: 14px 32px;
  font-size: 15px;
  margin-bottom: 0.75rem;
  font-weight: 700;
  display: inline-block;
  box-shadow: 0 0 0 2px rgba(74,150,73,0.28), 0 5px 1.25rem rgba(74,150,73,0.38);
  color: #14100A;
}.vcu-reg_cta_btn_nbt:hover {
  background: #5AAD58;
}.vcu-reg_terms_nbt {
  line-height: 1.5;
  color: #8C7860;
  font-size: 0.688rem;
}.vcu-reg_seo_nbt {
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 13px;
  color: #9A8268;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  overflow-wrap: break-word;
  line-height: 1.65;
}.vcu-reg_seo_nbt p {
  font-size: 13px;
  line-height: 1.65;
  color: #9A8268;
  margin-bottom: 10px;
}.vcu-reg_seo_nbt p:last-child {
  margin-bottom: 0;
}.vcu-reg_seo_nbt strong {
  font-weight: 700;
  color: #D6C4A0;
}.vcu-reg_seo_nbt a {
  transition: color .2s;
  color: #C88A1E;
  text-decoration: underline;
}.vcu-reg_seo_nbt a:hover {
  color: #D9A030;
}.vcu-reg_seo_nbt ul,.vcu-reg_seo_nbt ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.vcu-reg_seo_nbt ol {
  list-style: decimal;
}.vcu-reg_seo_nbt li {
  color: #9A8268;
  font-size: 0.813rem;
  margin-bottom: 4px;
  line-height: 1.65;
}.vcu-reg_seo_nbt table {
  font-size: 13px;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}
@media(min-width: 769px) {.vcu-reg_seo_nbt table {
  display: table;
}
}.vcu-reg_seo_nbt th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.5rem;
  font-weight: 700;
  text-align: left;
  color: #D6C4A0;
}.vcu-reg_seo_nbt td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.5rem;
  color: #9A8268;
}.vcu-reg_steps_nbt {
  gap: 0.875rem;
  flex-direction: column;
  margin-top: 28px;
  display: flex;
}
@media(min-width: 863px) {.vcu-reg_steps_nbt {
  margin-top: 0;
}
}.vcu-reg_step_nbt {
  padding: 1rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  gap: 0.875rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.vcu-reg_step_num_nbt {
  background: rgba(200,138,30,0.18);
  border: 1px solid rgba(200,138,30,0.08);
  border-radius: 50%;
  font-weight: 800;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  color: #C88A1E;
  width: 2.125rem;
  font-size: 14px;
  height: 34px;
}.vcu-reg_step_title_nbt {
  color: #F4E9CC;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
}.vcu-reg_step_text_nbt {
  color: #9A8268;
  line-height: 1.5;
  font-size: 0.75rem;
}.vcu-reg_trust_nbt {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 1.25rem;
  display: flex;
}.vcu-reg_trust_item_nbt {
  gap: 7px;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #9A8268;
  display: flex;
  align-items: center;
}.vcu-reg_trust_ic_nbt svg {
  stroke-linecap: round;
  color: #C88A1E;
  stroke-linejoin: round;
  width: 1rem;
  height: 1rem;
}.vcu-app_nbt {
  background: #17120D;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.vcu-app_nbt {
  padding: 44px 1.5rem 0;
}
}.vcu-app_in_nbt {
  margin: 0 auto;
  max-width: 83.75rem;
}.vcu-app_head_nbt {
  margin-bottom: 16px;
}.vcu-app_label_nbt {
  margin-bottom: 8px;
  color: #C88A1E;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.vcu-app_h2_nbt {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F4E9CC;
  margin-bottom: 6px;
  font-family: 'Abril Fatface', serif;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.vcu-app_h2_nbt {
  font-size: 24px;
}
}.vcu-app_sub_nbt {
  max-width: 37.5rem;
  font-size: 13px;
  color: #9A8268;
  overflow-wrap: break-word;
  line-height: 1.6;
}.vcu-app_sub_nbt strong {
  color: #D6C4A0;
  font-weight: 700;
}.vcu-app_cards_nbt {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 16px;
}
@media(min-width: 639px) {.vcu-app_cards_nbt {
  grid-template-columns: repeat(3,1fr);
}
}.vcu-app_card_nbt {
  border-radius: 8px;
  gap: 1rem;
  overflow: hidden;
  padding: 20px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
}.vcu-app_card_ios_nbt {
  background: linear-gradient(135deg,rgba(200,138,30,0.18) 0%,#271E14 100%);
}.vcu-app_card_android_nbt {
  background: linear-gradient(135deg,rgba(74,150,73,0.18) 0%,#271E14 100%);
}.vcu-app_card_win_nbt {
  background: linear-gradient(135deg,rgba(212,160,36,0.16) 0%,#271E14 100%);
}.vcu-app_card_ic_nbt svg {
  height: 2.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 2.125rem;
}.vcu-app_card_ic_nbt {
  color: #F4E9CC;
  flex-shrink: 0;
}.vcu-app_card_os_nbt {
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #9A8268;
  margin-bottom: 0.375rem;
}.vcu-app_card_title_nbt {
  font-size: 15px;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-weight: 700;
  color: #F4E9CC;
  margin-bottom: 6px;
}.vcu-app_card_text_nbt {
  overflow-wrap: break-word;
  font-size: 12px;
  color: #9A8268;
  line-height: 1.5;
  margin-bottom: 14px;
}.vcu-app_card_btn_nbt {
  gap: 7px;
  border-radius: 0.25rem;
  border: 1px solid rgba(200,138,30,0.55);
  transition: background .2s;
  background: rgba(255,255,255,0.12);
  padding: 10px 18px;
  display: inline-flex;
  font-weight: 700;
  align-items: center;
  color: #F4E9CC;
  font-size: 0.813rem;
}.vcu-app_card_btn_nbt:hover {
  background: rgba(255,255,255,0.07);
}.vcu-bon_nbt {
  background: #17120D;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.vcu-bon_nbt {
  padding: 2.75rem 24px 0;
}
}.vcu-bon_in_nbt {
  margin: 0 auto;
  max-width: 83.75rem;
}.vcu-bon_head_nbt {
  margin-bottom: 1.25rem;
}.vcu-bon_label_nbt {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  color: #C88A1E;
  text-transform: uppercase;
  font-weight: 700;
}.vcu-bon_h2_nbt {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #F4E9CC;
  font-family: 'Abril Fatface', serif;
  font-weight: 800;
}
@media(min-width: 771px) {.vcu-bon_h2_nbt {
  font-size: 24px;
}
}.vcu-bon_seo_nbt {
  font-size: 0.813rem;
  color: #9A8268;
  overflow-wrap: break-word;
  max-width: 620px;
  line-height: 1.6;
}.vcu-bon_seo_nbt strong {
  color: #D6C4A0;
  font-weight: 700;
}.vcu-bon_seo_nbt a {
  color: #C88A1E;
  text-decoration: underline;
}.vcu-bon_grid_nbt {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 639px) {.vcu-bon_grid_nbt {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.vcu-bon_grid_nbt {
  grid-template-columns: repeat(5,1fr);
}
}.vcu-bon_card_nbt {
  border-radius: 8px;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255,255,255,0.11);
  background: #1F1811;
  padding: 1rem;
}.vcu-bon_card_nbt:hover {
  transform: translateY(-2px);
  border-color: rgba(200,138,30,0.08);
}.vcu-bon_card_ic_nbt svg {
  stroke-linecap: round;
  width: 26px;
  height: 1.625rem;
  stroke-linejoin: round;
}.vcu-bon_card_ic_nbt {
  margin-bottom: 0.625rem;
}.vcu-bon_card_type_nbt {
  font-size: 0.625rem;
  font-weight: 700;
  color: #9A8268;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 0.375rem;
}.vcu-bon_card_amount_nbt {
  color: #D4A024;
  font-weight: 800;
  font-size: 1.125rem;
  margin-bottom: 6px;
  line-height: 1.1;
}.vcu-bon_card_name_nbt {
  margin-bottom: 0.5rem;
  font-weight: 600;
  overflow-wrap: break-word;
  color: #F4E9CC;
  font-size: 13px;
}.vcu-bon_card_detail_nbt {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  padding-top: 0.5rem;
  line-height: 1.5;
  font-size: 11px;
  color: #8C7860;
}.vcu-htp_nbt {
  background: #17120D;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.vcu-htp_nbt {
  padding: 44px 1.5rem 0;
}
}.vcu-htp_in_nbt {
  margin: 0 auto;
  max-width: 1340px;
}.vcu-htp_head_nbt {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.vcu-htp_label_nbt {
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #C88A1E;
  text-transform: uppercase;
}.vcu-htp_h2_nbt {
  font-family: 'Abril Fatface', serif;
  font-weight: 800;
  color: #F4E9CC;
  margin-bottom: 0.5rem;
  font-size: 22px;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.vcu-htp_h2_nbt {
  font-size: 28px;
}
}.vcu-htp_intro_nbt {
  color: #9A8268;
  line-height: 1.6;
  font-size: 0.875rem;
}.vcu-htp_steps_nbt {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.vcu-htp_steps_nbt {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.vcu-htp_steps_nbt {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.vcu-htp_step_nbt {
  border-radius: 8px;
  background: #271E14;
  padding: 20px 18px 18px;
  border: 1px solid rgba(255,255,255,0.11);
  position: relative;
  display: flex;
  flex-direction: column;
}.vcu-htp_step_num_nbt {
  border-radius: 50%;
  background: #C88A1E;
  width: 1.75rem;
  justify-content: center;
  font-family: 'Abril Fatface', serif;
  position: absolute;
  font-weight: 800;
  color: #14100A;
  display: flex;
  font-size: 0.813rem;
  left: 20px;
  align-items: center;
  height: 1.75rem;
  top: -12px;
}.vcu-htp_step_ic_nbt {
  margin: 8px 0 12px;
  background: rgba(200,138,30,0.18);
  border-radius: 0.25rem;
  width: 2.25rem;
  display: flex;
  align-items: center;
  height: 36px;
  justify-content: center;
  color: #C88A1E;
}.vcu-htp_step_ic_nbt svg {
  stroke-linecap: round;
  height: 1.125rem;
  width: 18px;
  stroke-linejoin: round;
}.vcu-htp_step_h_nbt {
  font-weight: 700;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  color: #F4E9CC;
}.vcu-htp_step_p_nbt {
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #9A8268;
  font-size: 0.813rem;
}.vcu-htp_step_p_nbt strong {
  color: #D6C4A0;
  font-weight: 600;
}.vcu-htp_cta_nbt {
  background: #4A9649;
  padding: 13px 1.625rem;
  border-radius: 0.5rem;
  transition: background .2s;
  font-size: 0.875rem;
  color: #14100A;
  margin-top: 20px;
  display: inline-block;
  font-weight: 700;
}.vcu-htp_cta_nbt:hover {
  background: #5AAD58;
}.vcu-prov_nbt {
  background: #17120D;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.vcu-prov_nbt {
  padding: 2.75rem 24px 0;
}
}.vcu-prov_in_nbt {
  margin: 0 auto;
  max-width: 1340px;
}.vcu-prov_head_nbt {
  margin-bottom: 16px;
}.vcu-prov_label_nbt {
  font-size: 11px;
  letter-spacing: .08em;
  color: #C88A1E;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.vcu-prov_h2_nbt {
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: 'Abril Fatface', serif;
  margin-bottom: 8px;
  font-weight: 800;
  color: #F4E9CC;
}
@media(min-width: 767px) {.vcu-prov_h2_nbt {
  font-size: 1.5rem;
}
}.vcu-prov_seo_nbt {
  font-size: 0.813rem;
  margin-bottom: 1rem;
  max-width: 38.75rem;
  color: #9A8268;
  line-height: 1.6;
  overflow-wrap: break-word;
}.vcu-prov_seo_nbt strong {
  font-weight: 700;
  color: #D6C4A0;
}.vcu-prov_seo_nbt a {
  text-decoration: underline;
  color: #C88A1E;
}.vcu-prov_grid_nbt {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.vcu-prov_grid_nbt {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.vcu-prov_grid_nbt {
  grid-template-columns: repeat(8,1fr);
}
}.vcu-prov_card_nbt {
  border: 1px solid rgba(255,255,255,0.11);
  background: #1F1811;
  gap: 7px;
  padding: 0.875rem 0.625rem;
  border-radius: 0.5rem;
  transition: border-color .2s,background .2s;
  flex-direction: column;
  cursor: pointer;
  display: flex;
  align-items: center;
}.vcu-prov_card_nbt:hover {
  background: #271E14;
  border-color: rgba(200,138,30,0.55);
}.vcu-prov_logo_nbt {
  overflow: hidden;
  border-radius: 0.25rem;
  background: rgba(255,255,255,0.05);
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
}.vcu-prov_logo_nbt img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.vcu-prov_name_nbt {
  overflow-wrap: break-word;
  font-size: 11px;
  font-weight: 600;
  color: #B09872;
  text-align: center;
}.vcu-seo_nbt {
  background: #17120D;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.vcu-seo_nbt {
  padding: 44px 1.5rem 0;
}
}.vcu-seo_in_nbt {
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 1.75rem 1.5rem;
  background: #271E14;
  border-radius: 12px;
  max-width: 1340px;
}
@media(min-width: 771px) {.vcu-seo_in_nbt {
  padding: 36px 2.5rem;
}
}.vcu-seo_label_nbt {
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #C88A1E;
  font-weight: 700;
}.vcu-seo_h2_nbt {
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-size: 20px;
  color: #F4E9CC;
  font-family: 'Abril Fatface', serif;
  margin-bottom: 0.875rem;
}
@media(min-width: 771px) {.vcu-seo_h2_nbt {
  font-size: 24px;
}
}.vcu-seo_body_nbt {
  color: #B09872;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
}.vcu-seo_body_nbt p {
  margin-bottom: 12px;
  color: #B09872;
  line-height: 1.75;
  font-size: 0.875rem;
}.vcu-seo_body_nbt p:last-child {
  margin-bottom: 0;
}.vcu-seo_body_nbt strong {
  font-weight: 700;
  color: #D6C4A0;
}.vcu-seo_body_nbt a {
  transition: color .2s;
  color: #C88A1E;
  text-decoration: underline;
}.vcu-seo_body_nbt a:hover {
  color: #D9A030;
}.vcu-seo_body_nbt ul,.vcu-seo_body_nbt ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.vcu-seo_body_nbt ol {
  list-style: decimal;
}.vcu-seo_body_nbt li {
  font-size: 0.875rem;
  color: #B09872;
  margin-bottom: 6px;
  line-height: 1.75;
}.vcu-seo_body_nbt table {
  margin-bottom: 12px;
  overflow-x: auto;
  font-size: 0.813rem;
  display: block;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 769px) {.vcu-seo_body_nbt table {
  display: table;
}
}.vcu-seo_body_nbt th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #D6C4A0;
  font-weight: 700;
  text-align: left;
}.vcu-seo_body_nbt td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 12px;
  color: #B09872;
}.vcu-seo_cols_nbt {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 642px) {.vcu-seo_cols_nbt {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.vcu-seo_cols_nbt {
  grid-template-columns: repeat(3,1fr);
}
}.vcu-seo_col_h_nbt {
  font-size: 0.813rem;
  font-weight: 700;
  color: #D6C4A0;
  margin-bottom: 7px;
  overflow-wrap: break-word;
}.vcu-seo_col_p_nbt {
  overflow-wrap: break-word;
  color: #9A8268;
  line-height: 1.65;
  font-size: 0.813rem;
}.vcu-seo_stats_nbt {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.vcu-seo_stat_nbt {
  border-radius: 8px;
  flex: 1;
  background: rgba(200,138,30,0.08);
  padding: 14px 16px;
  border: 1px solid rgba(200,138,30,0.18);
  min-width: 140px;
}.vcu-seo_stat_val_nbt {
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #C88A1E;
  font-weight: 800;
  font-size: 1.25rem;
}.vcu-seo_stat_lb_nbt {
  color: #9A8268;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.vcu-rv_nbt {
  background: #17120D;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.vcu-rv_nbt {
  padding: 44px 1.5rem 0;
}
}.vcu-rv_in_nbt {
  margin: 0 auto;
  max-width: 1340px;
}.vcu-rv_head_nbt {
  margin-bottom: 20px;
  max-width: 45rem;
}.vcu-rv_label_nbt {
  font-weight: 700;
  letter-spacing: .08em;
  color: #C88A1E;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
}.vcu-rv_h2_nbt {
  font-weight: 800;
  font-size: 1.375rem;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  color: #F4E9CC;
  font-family: 'Abril Fatface', serif;
}
@media(min-width: 769px) {.vcu-rv_h2_nbt {
  font-size: 28px;
}
}.vcu-rv_stats_nbt {
  gap: 18px;
  display: flex;
  font-size: 0.813rem;
  align-items: center;
  flex-wrap: wrap;
  color: #9A8268;
}.vcu-rv_stats_score_nbt {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.vcu-rv_stats_score_val_nbt {
  font-weight: 800;
  font-size: 1.375rem;
  font-family: 'Abril Fatface', serif;
  color: #D4A024;
}.vcu-rv_stats_score_max_nbt {
  color: #8C7860;
  font-size: 0.813rem;
}.vcu-rv_stats_badge_nbt {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.vcu-rv_stats_badge_nbt svg {
  width: 0.875rem;
  color: #D4A024;
  height: 0.875rem;
}.vcu-rv_grid_nbt {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:640px) {.vcu-rv_grid_nbt {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.vcu-rv_grid_nbt {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.vcu-rv_card_nbt {
  padding: 1.25rem;
  background: #271E14;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}.vcu-rv_card_stars_nbt {
  gap: 2px;
  display: flex;
  margin-bottom: 0.625rem;
  color: #D4A024;
}.vcu-rv_card_stars_nbt svg {
  width: 0.875rem;
  height: 0.875rem;
}.vcu-rv_card_h_nbt {
  overflow-wrap: break-word;
  line-height: 1.3;
  color: #F4E9CC;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.vcu-rv_card_body_nbt {
  flex: 1;
  margin-bottom: 14px;
  font-size: 13px;
  color: #9A8268;
  overflow-wrap: break-word;
  line-height: 1.65;
}.vcu-rv_card_body_nbt strong {
  color: #D6C4A0;
  font-weight: 600;
}.vcu-rv_card_meta_nbt {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 12px;
}.vcu-rv_card_author_nbt {
  font-weight: 600;
  color: #D6C4A0;
  font-size: 12px;
}.vcu-rv_card_date_nbt {
  color: #8C7860;
  font-size: 11px;
}.vcu-faq_nbt {
  background: #17120D;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.vcu-faq_nbt {
  padding: 2.75rem 1.5rem 0;
}
}.vcu-faq_in_nbt {
  margin: 0 auto;
  max-width: 83.75rem;
}.vcu-faq_head_nbt {
  margin-bottom: 1.25rem;
}.vcu-faq_label_nbt {
  color: #C88A1E;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-weight: 700;
}.vcu-faq_h2_nbt {
  color: #F4E9CC;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Abril Fatface', serif;
}
@media(min-width: 769px) {.vcu-faq_h2_nbt {
  font-size: 1.5rem;
}
}.vcu-faq_list_nbt {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.vcu-faq_item_nbt {
  background: #271E14;
  border: 1px solid rgba(255,255,255,0.11);
  overflow: hidden;
  border-radius: 8px;
}.vcu-faq_q_nbt {
  gap: 12px;
  transition: color .2s;
  padding: 16px 1.25rem;
  display: flex;
  cursor: pointer;
  flex-wrap: wrap;
  font-size: 0.875rem;
  font-weight: 600;
  align-items: center;
  overflow-wrap: break-word;
  color: #D6C4A0;
  justify-content: space-between;
}.vcu-faq_q_nbt:hover {
  color: #F4E9CC;
}.vcu-faq_q_ic_nbt {
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  flex-shrink: 0;
  display: flex;
  color: #C88A1E;
  height: 1.5rem;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  width: 24px;
}.vcu-faq_item_nbt.vcu-state_open_nbt .vcu-faq_q_ic_nbt {
  transform: rotate(45deg);
}.vcu-faq_a_nbt {
  padding: 0 20px 1rem;
  overflow-wrap: break-word;
  display: none;
  font-size: 0.813rem;
  color: #9A8268;
  line-height: 1.7;
}.vcu-faq_item_nbt.vcu-state_open_nbt .vcu-faq_a_nbt {
  display: block;
}.vcu-faq_a_nbt strong {
  font-weight: 700;
  color: #D6C4A0;
}.vcu-faq_a_nbt a {
  text-decoration: underline;
  color: #C88A1E;
}.vcu-faq_a_nbt ul,.vcu-faq_a_nbt ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.vcu-faq_a_nbt ol {
  list-style: decimal;
}.vcu-faq_a_nbt li {
  margin-bottom: 4px;
  line-height: 1.6;
}.vcu-faq_a_nbt table {
  margin: 8px 0;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  font-size: 12px;
}
@media(min-width: 769px) {.vcu-faq_a_nbt table {
  display: table;
}
}.vcu-faq_a_nbt th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.375rem 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #D6C4A0;
}.vcu-faq_a_nbt td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9A8268;
}.vcu-seo_nbt {
  padding: 2.25rem 1rem 0;
  background: #17120D;
}
@media(min-width: 770px) {.vcu-seo_nbt {
  padding: 44px 1.5rem 0;
}
}.vcu-seo_in_nbt {
  border: 1px solid rgba(255,255,255,0.11);
  padding: 1.75rem 1.5rem;
  background: #271E14;
  border-radius: 0.75rem;
  margin: 0 auto;
  max-width: 83.75rem;
}
@media(min-width: 770px) {.vcu-seo_in_nbt {
  padding: 2.25rem 40px;
}
}.vcu-seo_label_nbt {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #C88A1E;
  letter-spacing: .08em;
  font-size: 11px;
}.vcu-seo_h2_nbt {
  color: #F4E9CC;
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-family: 'Abril Fatface', serif;
  margin-bottom: 14px;
  font-size: 20px;
}
@media(min-width: 770px) {.vcu-seo_h2_nbt {
  font-size: 1.5rem;
}
}.vcu-seo_body_nbt {
  font-size: 14px;
  color: #B09872;
  overflow-wrap: break-word;
  line-height: 1.75;
}.vcu-seo_body_nbt p {
  margin-bottom: 12px;
  font-size: 14px;
  color: #B09872;
  line-height: 1.75;
}.vcu-seo_body_nbt p:last-child {
  margin-bottom: 0;
}.vcu-seo_body_nbt strong {
  font-weight: 700;
  color: #D6C4A0;
}.vcu-seo_body_nbt a {
  transition: color .2s;
  color: #C88A1E;
  text-decoration: underline;
}.vcu-seo_body_nbt a:hover {
  color: #D9A030;
}.vcu-seo_body_nbt ul,.vcu-seo_body_nbt ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.vcu-seo_body_nbt ol {
  list-style: decimal;
}.vcu-seo_body_nbt li {
  font-size: 0.875rem;
  color: #B09872;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.vcu-seo_body_nbt table {
  overflow-x: auto;
  margin-bottom: 12px;
  display: block;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.vcu-seo_body_nbt table {
  display: table;
}
}.vcu-seo_body_nbt th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #D6C4A0;
  text-align: left;
  font-weight: 700;
}.vcu-seo_body_nbt td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 0.75rem;
  color: #B09872;
}.vcu-seo_cols_nbt {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width:640px) {.vcu-seo_cols_nbt {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.vcu-seo_cols_nbt {
  grid-template-columns: repeat(3,1fr);
}
}.vcu-seo_col_h_nbt {
  color: #D6C4A0;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.vcu-seo_col_p_nbt {
  line-height: 1.65;
  color: #9A8268;
  overflow-wrap: break-word;
  font-size: 13px;
}.vcu-seo_stats_nbt {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.vcu-seo_stat_nbt {
  background: rgba(200,138,30,0.08);
  border: 1px solid rgba(200,138,30,0.18);
  flex: 1;
  padding: 14px 1rem;
  border-radius: 0.5rem;
  min-width: 140px;
}.vcu-seo_stat_val_nbt {
  color: #C88A1E;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
}.vcu-seo_stat_lb_nbt {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #9A8268;
}.vcu-seo_nbt {
  background: #17120D;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.vcu-seo_nbt {
  padding: 44px 24px 0;
}
}.vcu-seo_in_nbt {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.75rem;
  background: #271E14;
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  max-width: 83.75rem;
}
@media(min-width: 765px) {.vcu-seo_in_nbt {
  padding: 36px 40px;
}
}.vcu-seo_label_nbt {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  color: #C88A1E;
  margin-bottom: 10px;
  letter-spacing: .08em;
}.vcu-seo_h2_nbt {
  color: #F4E9CC;
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.25;
  font-size: 20px;
  font-family: 'Abril Fatface', serif;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.vcu-seo_h2_nbt {
  font-size: 24px;
}
}.vcu-seo_body_nbt {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #B09872;
  font-size: 0.875rem;
}.vcu-seo_body_nbt p {
  line-height: 1.75;
  color: #B09872;
  margin-bottom: 0.75rem;
  font-size: 14px;
}.vcu-seo_body_nbt p:last-child {
  margin-bottom: 0;
}.vcu-seo_body_nbt strong {
  color: #D6C4A0;
  font-weight: 700;
}.vcu-seo_body_nbt a {
  transition: color .2s;
  text-decoration: underline;
  color: #C88A1E;
}.vcu-seo_body_nbt a:hover {
  color: #D9A030;
}.vcu-seo_body_nbt ul,.vcu-seo_body_nbt ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.vcu-seo_body_nbt ol {
  list-style: decimal;
}.vcu-seo_body_nbt li {
  margin-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #B09872;
}.vcu-seo_body_nbt table {
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 12px;
  display: block;
  width: 100%;
}
@media(min-width: 767px) {.vcu-seo_body_nbt table {
  display: table;
}
}.vcu-seo_body_nbt th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #D6C4A0;
}.vcu-seo_body_nbt td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #B09872;
}.vcu-seo_cols_nbt {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.vcu-seo_cols_nbt {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.vcu-seo_cols_nbt {
  grid-template-columns: repeat(3,1fr);
}
}.vcu-seo_col_h_nbt {
  overflow-wrap: break-word;
  color: #D6C4A0;
  font-size: 13px;
  margin-bottom: 7px;
  font-weight: 700;
}.vcu-seo_col_p_nbt {
  line-height: 1.65;
  color: #9A8268;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.vcu-seo_stats_nbt {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.vcu-seo_stat_nbt {
  border: 1px solid rgba(200,138,30,0.18);
  padding: 14px 16px;
  background: rgba(200,138,30,0.08);
  flex: 1;
  border-radius: 0.5rem;
  min-width: 140px;
}.vcu-seo_stat_val_nbt {
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 0.25rem;
  font-weight: 800;
  color: #C88A1E;
}.vcu-seo_stat_lb_nbt {
  color: #9A8268;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.vcu-ft_nbt {
  background: #0F0C09;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 48px;
}.vcu-ft_support_nbt {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 767px) {.vcu-ft_support_nbt {
  padding: 1.75rem 24px;
}
}.vcu-ft_support_in_nbt {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 83.75rem;
}.vcu-ft_support_main_nbt {
  gap: 1rem;
  flex: 1;
  display: flex;
  min-width: 13.75rem;
  align-items: center;
  flex-wrap: wrap;
}.vcu-ft_support_ic_nbt {
  flex-shrink: 0;
  color: #C88A1E;
}.vcu-ft_support_ic_nbt svg {
  height: 1.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.875rem;
}.vcu-ft_support_text_title_nbt {
  font-size: 0.938rem;
  margin-bottom: 3px;
  color: #F4E9CC;
  font-weight: 700;
  overflow-wrap: break-word;
}.vcu-ft_support_text_sub_nbt {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #9A8268;
}.vcu-ft_support_btn_nbt {
  transition: background .2s;
  padding: 11px 1.375rem;
  background: #C88A1E;
  border-radius: 0.5rem;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #F4E9CC;
  flex-shrink: 0;
}.vcu-ft_support_btn_nbt:hover {
  background: #D9A030;
}.vcu-ft_support_contacts_nbt {
  gap: 16px;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.vcu-ft_support_contact_nbt {
  line-height: 1.4;
  color: #8C7860;
  font-size: 0.75rem;
}.vcu-ft_support_contact_nbt strong {
  color: #B09872;
  font-size: 11px;
  margin-bottom: 2px;
  display: block;
  font-weight: 600;
}.vcu-ft_main_nbt {
  padding: 32px 1rem 24px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 770px) {.vcu-ft_main_nbt {
  padding: 40px 1.5rem 32px;
}
}.vcu-ft_main_in_nbt {
  gap: 24px;
  margin: 0 auto;
  display: grid;
  max-width: 83.75rem;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 643px) {.vcu-ft_main_in_nbt {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.vcu-ft_main_in_nbt {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.vcu-ft_col_logo_nbt {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.vcu-ft_col_logo_nbt {
  grid-column: auto;
}
}.vcu-ft_logo_nbt {
  gap: 9px;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  color: #F4E9CC;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1rem;
  display: flex;
}.vcu-ft_logo_mark_nbt {
  overflow: hidden;
  border-radius: 4px;
  width: 30px;
  height: 30px;
}.vcu-ft_logo_mark_nbt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.vcu-ft_logo_sub_nbt {
  overflow-wrap: break-word;
  color: #8C7860;
  line-height: 1.55;
  font-size: 0.75rem;
  max-width: 200px;
}.vcu-ft_col_title_nbt {
  letter-spacing: .07em;
  font-size: 0.75rem;
  color: #B09872;
  margin-bottom: 14px;
  font-weight: 700;
  text-transform: uppercase;
}.vcu-ft_col_links_nbt {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.vcu-ft_col_link_nbt {
  transition: color .2s;
  color: #8C7860;
  font-size: 13px;
  overflow-wrap: break-word;
}.vcu-ft_col_link_nbt:hover {
  color: #D6C4A0;
}.vcu-ft_apps_nbt {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.vcu-ft_app_card_nbt {
  border-radius: 0.25rem;
  padding: 0.625rem 12px;
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s;
  gap: 10px;
  background: rgba(255,255,255,0.05);
  align-items: center;
  display: flex;
}.vcu-ft_app_card_nbt:hover {
  border-color: rgba(200,138,30,0.55);
}.vcu-ft_app_card_ic_nbt svg {
  height: 22px;
  width: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.vcu-ft_app_card_os_nbt {
  font-size: 10px;
  color: #8C7860;
  font-weight: 600;
}.vcu-ft_app_card_action_nbt {
  font-size: 12px;
  font-weight: 700;
  color: #D6C4A0;
}.vcu-ft_bot_nbt {
  padding: 20px 1rem;
}
@media(min-width: 765px) {.vcu-ft_bot_nbt {
  padding: 1.25rem 1.5rem;
}
}.vcu-ft_bot_in_nbt {
  gap: 1rem;
  margin: 0 auto;
  max-width: 1340px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.vcu-ft_socials_nbt {
  gap: 0.5rem;
  display: flex;
}.vcu-ft_soc_nbt {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 4px;
  transition: background .2s;
  background: rgba(255,255,255,0.05);
  display: flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  color: #B09872;
}.vcu-ft_soc_nbt svg {
  stroke-linecap: round;
  height: 16px;
  stroke-linejoin: round;
  width: 1rem;
}.vcu-ft_soc_nbt:hover {
  background: rgba(255,255,255,0.07);
}.vcu-ft_legal_nbt {
  flex: 1;
  overflow-wrap: break-word;
  font-size: 11px;
  line-height: 1.6;
  color: #8A7560;
  min-width: 200px;
}.vcu-ft_legal_nbt strong {
  font-weight: 700;
  color: #B09872;
}.vcu-ft_legal_nbt a {
  color: #B09872;
  text-decoration: underline;
}.vcu-ft_age_nbt {
  border-radius: 50%;
  border: 2px solid #8A7560;
  display: flex;
  height: 2rem;
  align-items: center;
  margin-left: auto;
  color: #8A7560;
  justify-content: center;
  font-size: 0.688rem;
  font-weight: 800;
  width: 2rem;
  flex-shrink: 0;
}