*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  font-family: 'Inter', sans-serif;
  color: #C9C3B8;
  min-height: 100vh;
  background-color: #0E1118;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}a {
  color: inherit;
  text-decoration: none;
}.vwy-layout_vfy {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.vwy-page_vfy {
  display: flex;
  min-height: 100vh;
}.vwy-main_vfy {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media screen and (min-width: 1077px) {.vwy-main_vfy {
  padding-left: 220px;
}
}
@media screen and (max-width: 1078px) {.vwy-main_vfy {
  padding-bottom: 72px;
}
}.vwy-gc_vfy {
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  background: #131720;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.5rem;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  width: 8.75rem;
}
@media(min-width: 641px) {.vwy-gc_vfy {
  width: 9.75rem;
}
}
@media(min-width: 1083px) {.vwy-gc_vfy {
  width: 168px;
}
}.vwy-gc_vfy:hover {
  border-color: rgba(201,168,76,0.08);
  transform: translateY(-3px);
}.vwy-gc_img_vfy {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.vwy-gc_img_vfy img {
  inset: 0;
  width: 100%;
  position: absolute;
  object-fit: cover;
  height: 100%;
}.vwy-gc_hover_vfy {
  transition: opacity .2s;
  background: rgba(8,10,14,0.74);
  inset: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  display: flex;
  opacity: 0;
}.vwy-gc_vfy:hover .vwy-gc_hover_vfy {
  opacity: 1;
}.vwy-gc_hover_btn_vfy {
  border-radius: 0.25rem;
  padding: 8px 1rem;
  background: #C9A84C;
  font-size: 0.75rem;
  color: #F0EDE6;
  font-weight: 700;
}.vwy-gc_info_vfy {
  padding: 0.5rem 0.625rem 0.625rem;
}.vwy-gc_name_vfy {
  overflow: hidden;
  white-space: nowrap;
  color: #C9C3B8;
  max-width: 100%;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  font-size: 0.75rem;
  font-weight: 600;
}.vwy-gc_prov_vfy {
  color: #565049;
  font-size: 0.625rem;
}.vwy-gc_tag_vfy {
  padding: 2px 7px;
  border-radius: 0.25rem;
  font-size: 0.563rem;
  font-weight: 700;
  top: 6px;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  letter-spacing: .04em;
  left: 0.375rem;
}.vwy-gc_tag_hot_vfy {
  background: #D94040;
  color: #fff;
}.vwy-gc_tag_new_vfy {
  background: #3DAA6A;
  color: #0E1118;
}.vwy-gc_tag_jp_vfy {
  background: #E8B84B;
  color: #0E1118;
}.vwy-gc_tag_ex_vfy {
  background: #7B6B9A;
  color: #fff;
}.vwy-gc_tag_live_vfy {
  background: #D94040;
  color: #fff;
}.vwy-gr_vfy {
  padding: 2rem 16px 0;
  background: #0E1118;
}
@media(min-width: 767px) {.vwy-gr_vfy {
  padding: 2.25rem 24px 0;
}
}.vwy-gr_in_vfy {
  margin: 0 auto;
  max-width: 82.5rem;
}.vwy-gr_head_vfy {
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 10px;
}.vwy-gr_head_l_vfy {
  flex: 1;
  gap: 10px;
  display: flex;
  align-items: center;
  min-width: 0;
}.vwy-gr_ic_vfy {
  border-radius: 8px;
  height: 2rem;
  align-items: center;
  justify-content: center;
  width: 2rem;
  display: flex;
  flex-shrink: 0;
}.vwy-gr_ic_vfy svg {
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
  height: 1rem;
}.vwy-gr_title_vfy {
  overflow-wrap: break-word;
  color: #F0EDE6;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 1rem;
}
@media(min-width: 767px) {.vwy-gr_title_vfy {
  font-size: 18px;
}
}.vwy-gr_more_vfy {
  transition: color .2s;
  gap: 0.313rem;
  font-size: 12px;
  flex-shrink: 0;
  white-space: nowrap;
  display: flex;
  font-weight: 600;
  color: #706A62;
  align-items: center;
}.vwy-gr_more_vfy:hover {
  color: #C9A84C;
}.vwy-gr_more_vfy svg {
  stroke-linejoin: round;
  height: 0.75rem;
  stroke-linecap: round;
  width: 0.75rem;
}.vwy-gr_arrows_vfy {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.vwy-gr_arr_vfy {
  border-radius: 0.25rem;
  border: 1px solid rgba(255,255,255,0.11);
  transition: background .15s,color .15s;
  background: rgba(255,255,255,0.05);
  display: flex;
  width: 1.875rem;
  color: #9A9188;
  align-items: center;
  justify-content: center;
  height: 1.875rem;
}.vwy-gr_arr_vfy:hover {
  background: rgba(255,255,255,0.07);
  color: #F0EDE6;
}.vwy-gr_arr_vfy svg {
  width: 0.813rem;
  height: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.vwy-gr_seo_h_vfy {
  margin: 0 0 0.375rem;
  max-width: 680px;
  font-size: 0.813rem;
  font-weight: 700;
  color: #C9C3B8;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.vwy-gr_seo_h_vfy {
  font-size: 14px;
}
}.vwy-gr_seo_vfy {
  max-width: 680px;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #706A62;
  line-height: 1.55;
  margin-bottom: 0.75rem;
}.vwy-gr_seo_vfy strong {
  color: #C9C3B8;
  font-weight: 600;
}.vwy-gr_scroll_vfy {
  gap: 10px;
  overflow-x: auto;
  display: flex;
  padding-bottom: 0.625rem;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}.vwy-gr_scroll_vfy::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.vwy-gr_scroll_vfy {
  gap: 12px;
}
}.vwy-tb_vfy {
  background: #0E1118;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  left: 0;
  top: 0;
  position: fixed;
  height: 3.5rem;
  align-items: center;
  display: flex;
  z-index: 80;
  right: 0;
}.vwy-tb_in_vfy {
  gap: 0;
  padding: 0 14px;
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
}.vwy-tb_burger_vfy {
  border-radius: 0.5rem;
  gap: 0.313rem;
  height: 2.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 2.375rem;
  margin-right: 8px;
  justify-content: center;
  flex-shrink: 0;
}.vwy-tb_burger_vfy:hover {
  background: rgba(255,255,255,0.05);
}.vwy-tb_burger_line_vfy {
  border-radius: 1px;
  background: #9A9188;
  height: 2px;
  width: 1.125rem;
  display: block;
}
@media(min-width: 1083px) {.vwy-tb_burger_vfy {
  display: none;
}
}.vwy-tb_logo_vfy {
  gap: 0.563rem;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  align-items: center;
  flex-shrink: 0;
  font-weight: 800;
  display: flex;
  font-size: 18px;
  margin-right: 20px;
  color: #F0EDE6;
}.vwy-tb_logo_mark_vfy {
  overflow: hidden;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  display: flex;
  width: 2rem;
}.vwy-tb_logo_mark_vfy img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.vwy-tb_nav_vfy {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 637px) {.vwy-tb_nav_vfy {
  display: flex;
}
}.vwy-tb_tab_vfy {
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s;
  border-radius: 8px;
  font-weight: 600;
  white-space: nowrap;
  font-size: 13px;
  color: #9A9188;
}.vwy-tb_tab_vfy:hover {
  background: rgba(255,255,255,0.05);
  color: #F0EDE6;
}.vwy-tb_tab_vfy.vwy-state_active_vfy {
  background: rgba(201,168,76,0.18);
  color: #F0EDE6;
}.vwy-tb_right_vfy {
  gap: 8px;
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}.vwy-tb_login_vfy {
  background: rgba(255,255,255,0.05);
  border-radius: 0.5rem;
  transition: border-color .2s,color .2s;
  padding: 0.563rem 1rem;
  border: 1px solid rgba(255,255,255,0.11);
  color: #C9C3B8;
  font-size: 13px;
  font-weight: 600;
  display: none;
}.vwy-tb_login_vfy:hover {
  border-color: rgba(201,168,76,0.48);
  color: #F0EDE6;
}
@media(min-width: 481px) {.vwy-tb_login_vfy {
  display: block;
}
}.vwy-tb_reg_vfy {
  padding: 0.563rem 1.125rem;
  border-radius: 8px;
  transition: background .2s;
  background: #3DAA6A;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #100D08;
  font-weight: 700;
}.vwy-tb_reg_vfy:hover {
  background: #4DBF7A;
}.vwy-sb_vfy {
  background: #171C26;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255,255,255,0.05);
  transition: transform .25s ease;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  width: 220px;
  top: 3.5rem;
  position: fixed;
  z-index: 70;
}.vwy-sb_vfy.vwy-state_open_vfy {
  transform: translateX(0);
}.vwy-sb_vfy::-webkit-scrollbar {
  width: 4px;
}.vwy-sb_vfy::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
}
@media(min-width: 1082px) {.vwy-sb_vfy {
  transform: translateX(0);
}
}.vwy-sb_auth_vfy {
  padding: 14px 12px 0.625rem;
}.vwy-sb_btn_reg_vfy {
  border-radius: 8px;
  transition: background .2s;
  padding: 0.688rem;
  background: #3DAA6A;
  display: block;
  color: #100D08;
  margin-bottom: 8px;
  font-size: 0.813rem;
  font-weight: 700;
  text-align: center;
}.vwy-sb_btn_reg_vfy:hover {
  background: #4DBF7A;
}.vwy-sb_btn_login_vfy {
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s;
  padding: 0.625rem;
  border-radius: 0.5rem;
  background: rgba(255,255,255,0.05);
  font-size: 13px;
  font-weight: 600;
  color: #C9C3B8;
  display: block;
  text-align: center;
}.vwy-sb_btn_login_vfy:hover {
  border-color: rgba(201,168,76,0.48);
  color: #F0EDE6;
}.vwy-sb_promo_vfy {
  background: linear-gradient(135deg,#1A1428,#171C26);
  overflow: hidden;
  margin: 0 0.75rem 10px;
  padding: 12px 0.875rem;
  border: 1px solid rgba(201,168,76,0.18);
  border-radius: 0.5rem;
  position: relative;
}.vwy-sb_promo_vfy::before {
  background: radial-gradient(circle,rgba(201,168,76,0.18),transparent 70%);
  border-radius: 50%;
  content: '';
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: -20px;
  right: -1.25rem;
}.vwy-sb_promo_title_vfy {
  color: #C9A84C;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 0.688rem;
}.vwy-sb_promo_text_vfy {
  font-size: 12px;
  color: #F0EDE6;
  overflow-wrap: break-word;
  font-weight: 600;
  line-height: 1.35;
}.vwy-sb_promo_sub_vfy {
  margin-top: 3px;
  font-size: 0.625rem;
  color: #706A62;
}.vwy-sb_nav_vfy {
  padding: 0.375rem 0.5rem 1rem;
}.vwy-sb_nav_lb_vfy {
  padding: 10px 0.5rem 0.375rem;
  color: #565049;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}.vwy-sb_link_vfy {
  gap: 0.625rem;
  transition: background .15s,color .15s;
  padding: 0.563rem 10px;
  border-radius: 0.25rem;
  display: flex;
  cursor: pointer;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 500;
  align-items: center;
  color: #9A9188;
}.vwy-sb_link_vfy:hover {
  background: rgba(255,255,255,0.05);
  color: #F0EDE6;
}.vwy-sb_link_vfy.vwy-state_active_vfy {
  background: rgba(201,168,76,0.18);
  color: #F0EDE6;
}.vwy-sb_ic_vfy {
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  height: 1.875rem;
  width: 1.875rem;
  flex-shrink: 0;
  justify-content: center;
}.vwy-sb_ic_vfy svg {
  width: 16px;
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
}.vwy-sb_ic_1_vfy {
  background: rgba(201,168,76,0.08);
  color: #C9A84C;
}.vwy-sb_ic_2_vfy {
  background: rgba(61,170,106,0.16);
  color: #3DAA6A;
}.vwy-sb_ic_3_vfy {
  background: rgba(232,184,75,0.15);
  color: #E8B84B;
}.vwy-sb_ic_4_vfy {
  background: rgba(123,107,154,0.22);
  color: #7B6B9A;
}.vwy-sb_ic_5_vfy {
  background: rgba(201,168,76,0.08);
  color: #E0558A;
}.vwy-sb_ic_6_vfy {
  background: rgba(123,107,154,0.22);
  color: #8B5CF6;
}.vwy-sb_badge_vfy {
  border-radius: 4px;
  background: #E8B84B;
  padding: 2px 0.438rem;
  font-size: 0.563rem;
  color: #100D08;
  margin-left: auto;
  font-weight: 700;
}.vwy-sb_bot_vfy {
  padding: 12px;
  gap: 0.5rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
}.vwy-sb_lang_vfy,.vwy-sb_help_vfy {
  flex: 1;
  border-radius: 0.25rem;
  background: rgba(255,255,255,0.05);
  gap: 0.375rem;
  padding: 9px 0.375rem;
  border: 1px solid rgba(255,255,255,0.06);
  transition: border-color .2s;
  align-items: center;
  display: flex;
  color: #9A9188;
  font-size: 0.688rem;
  font-weight: 600;
  justify-content: center;
}.vwy-sb_lang_vfy:hover,.vwy-sb_help_vfy:hover {
  border-color: rgba(201,168,76,0.48);
  color: #F0EDE6;
}.vwy-sb_lang_vfy svg,.vwy-sb_help_vfy svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.813rem;
  width: 0.813rem;
}.vwy-sb_bd_vfy {
  background: rgba(8,10,14,0.74);
  inset: 0;
  display: none;
  position: fixed;
  z-index: 69;
}.vwy-sb_bd_vfy.vwy-state_on_vfy {
  display: block;
}
@media(min-width: 1082px) {.vwy-sb_bd_vfy {
  display: none!important;
}
}.vwy-mob_nav_vfy {
  border-top: 1px solid rgba(255,255,255,0.11);
  background: #171C26;
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  z-index: 80;
  display: flex;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
}
@media(min-width: 1082px) {.vwy-mob_nav_vfy {
  display: none;
}
}.vwy-mob_nav_item_vfy {
  padding: 0.25rem 2px;
  gap: 4px;
  flex: 1;
  color: #565049;
  flex-direction: column;
  align-items: center;
  display: flex;
  cursor: pointer;
}.vwy-mob_nav_ic_vfy {
  line-height: 1;
}.vwy-mob_nav_ic_vfy svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.25rem;
  height: 20px;
}.vwy-mob_nav_lb_vfy {
  color: #565049;
  font-weight: 600;
  font-size: 0.625rem;
}.vwy-mob_nav_item_vfy.vwy-state_active_vfy {
  color: #C9A84C;
}.vwy-mob_nav_item_vfy.vwy-state_active_vfy .vwy-mob_nav_lb_vfy {
  color: #C9A84C;
}.vwy-hero_vfy {
  padding: 20px 16px 0;
  background: #0E1118;
}
@media(min-width: 769px) {.vwy-hero_vfy {
  padding: 1.5rem 1.5rem 0;
}
}.vwy-hero_in_vfy {
  margin: 0 auto;
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 862px) {.vwy-hero_in_vfy {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1103px) {.vwy-hero_in_vfy {
  grid-template-columns: 1fr 340px;
}
}.vwy-hero_promo_vfy {
  background: #131720;
  overflow: hidden;
  border-radius: 0.875rem;
  display: flex;
  align-items: stretch;
  position: relative;
  min-height: 220px;
}
@media(min-width: 770px) {.vwy-hero_promo_vfy {
  min-height: 280px;
}
}.vwy-hero_promo_bg_vfy {
  background-position: center;
  background: linear-gradient(120deg,#1A1428 0%,#0E1118 100%);
  inset: 0;
  background-size: cover;
  position: absolute;
}.vwy-hero_promo_bg_vfy::after {
  inset: 0;
  background: linear-gradient(90deg,#0E1118 0%,rgba(8,10,14,0.74) 60%,transparent 100%);
  position: absolute;
  content: '';
}.vwy-hero_promo_glow_vfy {
  background: radial-gradient(circle,rgba(123,107,154,0.22) 0%,transparent 65%);
  border-radius: 50%;
  top: -40px;
  width: 300px;
  position: absolute;
  height: 300px;
  right: 60px;
  pointer-events: none;
}.vwy-hero_promo_ct_vfy {
  padding: 1.75rem 24px 1.75rem 1.75rem;
  max-width: 30rem;
  display: flex;
  z-index: 2;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media(min-width: 771px) {.vwy-hero_promo_ct_vfy {
  padding: 40px 2rem;
}
}.vwy-hero_badge_vfy {
  padding: 0.313rem 12px;
  border-radius: 20px;
  border: 1px solid rgba(201,168,76,0.08);
  background: rgba(201,168,76,0.18);
  color: #C9A84C;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.875rem;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 10px;
}.vwy-hero_h1_vfy {
  color: #F0EDE6;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 26px;
  line-height: 1.15;
  margin-bottom: 10px;
}.vwy-hero_h1_vfy em {
  font-style: normal;
  color: #E8B84B;
}
@media(min-width: 766px) {.vwy-hero_h1_vfy {
  font-size: 2.25rem;
}
}.vwy-hero_sub_vfy {
  color: #9A9188;
  line-height: 1.55;
  font-size: 13px;
  margin-bottom: 1.25rem;
}
@media(min-width: 766px) {.vwy-hero_sub_vfy {
  font-size: 0.875rem;
}
}.vwy-hero_row_vfy {
  gap: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.vwy-hero_cta_vfy {
  border-radius: 8px;
  padding: 13px 26px;
  transition: background .2s;
  background: #3DAA6A;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 4px 18px rgba(61,170,106,0.45);
  font-weight: 700;
  color: #100D08;
  font-size: 14px;
}.vwy-hero_cta_vfy:hover {
  background: #4DBF7A;
}.vwy-hero_terms_vfy {
  font-size: 11px;
  color: #565049;
}.vwy-hero_game_vfy {
  border: 1px solid rgba(255,255,255,0.06);
  background: #131720;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}.vwy-hero_game_badge_vfy {
  background: rgba(232,184,75,0.15);
  border-radius: 1.25rem;
  padding: 5px 0.625rem;
  border: 1px solid rgba(232,184,75,0.15);
  font-weight: 700;
  position: absolute;
  left: 12px;
  top: 0.75rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #E8B84B;
  z-index: 3;
  letter-spacing: .06em;
}.vwy-hero_game_badge_vfy svg {
  height: 11px;
  width: 11px;
  vertical-align: -1px;
  margin-right: 0.25rem;
}.vwy-hero_game_img_vfy {
  background: linear-gradient(135deg,#1A1428,#0E1118);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.vwy-hero_game_img_vfy img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.vwy-hero_game_play_vfy {
  background: rgba(8,10,14,0.74);
  inset: 0;
  transition: opacity .2s;
  position: absolute;
  justify-content: center;
  align-items: center;
  display: flex;
  opacity: 0;
}.vwy-hero_game_vfy:hover .vwy-hero_game_play_vfy {
  opacity: 1;
}.vwy-hero_game_play_vfy span {
  border-radius: 50%;
  background: #C9A84C;
  align-items: center;
  justify-content: center;
  width: 52px;
  display: flex;
  height: 52px;
}.vwy-hero_game_play_vfy span svg {
  height: 1.125rem;
  width: 18px;
  margin-left: 2px;
}.vwy-hero_game_info_vfy {
  padding: 14px 16px;
}.vwy-hero_game_title_vfy {
  color: #F0EDE6;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 0.938rem;
  font-weight: 700;
}.vwy-hero_game_provider_vfy {
  color: #706A62;
  font-size: 11px;
}.vwy-hero_game_btn_vfy {
  padding: 0.688rem;
  margin: 12px 16px 1rem;
  border-radius: 0.5rem;
  transition: background .2s;
  background: #C9A84C;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #F0EDE6;
  display: block;
}.vwy-hero_game_vfy:hover .vwy-hero_game_btn_vfy {
  background: #DEBB5E;
}.vwy-wy_vfy {
  background: #0E1118;
  padding: 32px 1rem 0;
}
@media(min-width: 771px) {.vwy-wy_vfy {
  padding: 2.5rem 24px 0;
}
}.vwy-wy_in_vfy {
  margin: 0 auto;
  max-width: 1320px;
}.vwy-wy_head_vfy {
  max-width: 720px;
  margin-bottom: 1.125rem;
}.vwy-wy_label_vfy {
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #C9A84C;
  text-transform: uppercase;
}.vwy-wy_h2_vfy {
  font-size: 1.25rem;
  margin-bottom: 8px;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F0EDE6;
}
@media(min-width: 767px) {.vwy-wy_h2_vfy {
  font-size: 24px;
}
}.vwy-wy_intro_vfy {
  margin: 0;
  color: #706A62;
  line-height: 1.6;
  font-size: 13px;
}.vwy-wy_grid_vfy {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.vwy-wy_grid_vfy {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.vwy-wy_grid_vfy {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.vwy-wy_card_vfy {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.5rem;
  padding: 20px;
  transition: border-color .2s,transform .2s;
  background: #171C26;
}.vwy-wy_card_vfy:hover {
  transform: translateY(-2px);
  border-color: rgba(201,168,76,0.08);
}.vwy-wy_card_ic_vfy {
  border-radius: 50%;
  background: rgba(201,168,76,0.18);
  width: 2.75rem;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
  color: #C9A84C;
  margin-bottom: 14px;
}.vwy-wy_card_ic_vfy svg {
  width: 1.375rem;
  height: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.vwy-wy_card_h_vfy {
  overflow-wrap: break-word;
  line-height: 1.25;
  color: #F0EDE6;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 15px;
}.vwy-wy_card_p_vfy {
  line-height: 1.6;
  color: #706A62;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.vwy-wy_card_p_vfy strong {
  font-weight: 600;
  color: #C9C3B8;
}.vwy-gcg_vfy {
  background: #0E1118;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.vwy-gcg_vfy {
  padding: 2.75rem 1.5rem 0;
}
}.vwy-gcg_in_vfy {
  margin: 0 auto;
  max-width: 1320px;
}.vwy-gcg_head_vfy {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.vwy-gcg_label_vfy {
  font-size: 11px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #C9A84C;
  letter-spacing: .08em;
}.vwy-gcg_h2_vfy {
  font-size: 1.375rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F0EDE6;
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
}
@media(min-width: 766px) {.vwy-gcg_h2_vfy {
  font-size: 1.75rem;
}
}.vwy-gcg_intro_vfy {
  font-size: 0.813rem;
  color: #706A62;
  line-height: 1.6;
}.vwy-gcg_grid_vfy {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.vwy-gcg_grid_vfy {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.vwy-gcg_grid_vfy {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.vwy-gcg_card_vfy {
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  padding: 20px;
  border-radius: 0.875rem;
  border: 1px solid rgba(255,255,255,0.11);
  cursor: pointer;
  justify-content: flex-end;
  position: relative;
  flex-direction: column;
  display: flex;
  min-height: 15rem;
}.vwy-gcg_card_vfy:hover {
  transform: translateY(-3px);
  border-color: rgba(201,168,76,0.18);
}.vwy-gcg_card_bg_vfy {
  inset: 0;
  position: absolute;
  z-index: 0;
}.vwy-gcg_card_bg_vfy::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.vwy-gcg_card_ic_vfy {
  border-radius: 0.25rem;
  background: rgba(0,0,0,.45);
  display: flex;
  z-index: 2;
  align-items: center;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  top: 18px;
  right: 1.125rem;
  color: #F0EDE6;
}.vwy-gcg_card_ic_vfy svg {
  height: 1.25rem;
  stroke-linejoin: round;
  width: 20px;
  stroke-linecap: round;
}.vwy-gcg_card_ct_vfy {
  z-index: 1;
  position: relative;
}.vwy-gcg_card_h_vfy {
  color: #F0EDE6;
  margin-bottom: 8px;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-size: 18px;
  font-weight: 800;
  font-family: 'Cinzel', serif;
}
@media(min-width: 767px) {.vwy-gcg_card_h_vfy {
  font-size: 1.25rem;
}
}.vwy-gcg_card_p_vfy {
  color: rgba(255,255,255,.82);
  font-size: 12px;
  margin-bottom: 0.625rem;
  line-height: 1.55;
  overflow-wrap: break-word;
}.vwy-gcg_card_p_vfy strong {
  color: #F0EDE6;
  font-weight: 600;
}.vwy-gcg_card_cta_vfy {
  gap: 0.25rem;
  font-weight: 700;
  display: inline-flex;
  color: #C9A84C;
  font-size: 12px;
  letter-spacing: .04em;
  align-items: center;
  text-transform: uppercase;
}.vwy-gcg_card_cta_vfy svg {
  width: 12px;
  stroke-linejoin: round;
  height: 12px;
  stroke-linecap: round;
}.vwy-gr_jp_vfy {
  border-radius: 14px;
  background: linear-gradient(135deg,#1C1035 0%,#0D0A1A 100%);
  padding: 20px;
  overflow: hidden;
  position: relative;
}.vwy-gr_jp_vfy::before {
  background: radial-gradient(circle,rgba(123,107,154,0.22) 0%,transparent 70%);
  border-radius: 50%;
  top: -60px;
  height: 250px;
  left: -3.75rem;
  content: '';
  position: absolute;
  width: 15.625rem;
}.vwy-gr_jp_vfy::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(232,184,75,0.15) 0%,transparent 70%);
  position: absolute;
  content: '';
  bottom: -2.5rem;
  width: 12.5rem;
  right: 0;
  height: 12.5rem;
}.vwy-gr_jp_head_vfy {
  gap: 1rem;
  z-index: 1;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  display: flex;
  position: relative;
  align-items: flex-start;
}.vwy-gr_jp_info_vfy {
  flex: 1;
}.vwy-gr_jp_label_vfy {
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  font-weight: 700;
  color: #8B5CF6;
  text-transform: uppercase;
  font-size: 11px;
}.vwy-gr_jp_label_vfy svg {
  width: 0.875rem;
  height: 14px;
  stroke-linejoin: round;
  vertical-align: -2px;
  margin-right: 4px;
  stroke-linecap: round;
}.vwy-gr_jp_amount_vfy {
  font-size: 32px;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.25rem;
  font-family: 'Cinzel', serif;
  color: #F0EDE6;
}
@media(min-width: 769px) {.vwy-gr_jp_amount_vfy {
  font-size: 40px;
}
}.vwy-gr_jp_amount_vfy span {
  color: #E8B84B;
}.vwy-gr_jp_seo_vfy {
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.5;
  max-width: 480px;
  color: #9A9188;
}.vwy-gr_jp_cta_vfy {
  transition: background .2s;
  padding: 11px 20px;
  border-radius: 0.5rem;
  background: rgba(123,107,154,0.22);
  border: 1px solid rgba(123,107,154,0.22);
  font-weight: 700;
  z-index: 1;
  flex-shrink: 0;
  position: relative;
  font-size: 0.813rem;
  margin-top: 4px;
  white-space: nowrap;
  align-self: flex-start;
  color: #F0EDE6;
}.vwy-gr_jp_cta_vfy:hover {
  background: #7B6B9A;
}.vwy-ws_vfy {
  background: #0E1118;
  padding: 2rem 1rem 0;
}
@media(min-width: 770px) {.vwy-ws_vfy {
  padding: 36px 1.5rem 0;
}
}.vwy-ws_in_vfy {
  margin: 0 auto;
  max-width: 82.5rem;
}.vwy-ws_head_vfy {
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  margin-bottom: 14px;
  align-items: center;
}.vwy-ws_title_vfy {
  gap: 0.625rem;
  overflow-wrap: break-word;
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: #F0EDE6;
  font-family: 'Cinzel', serif;
  flex-wrap: wrap;
  font-weight: 700;
}.vwy-ws_title_ic_vfy svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #E8B84B;
  width: 1.125rem;
  height: 1.125rem;
}.vwy-ws_online_vfy {
  gap: 0.438rem;
  display: flex;
  font-size: 0.75rem;
  align-items: center;
  font-weight: 600;
  color: #706A62;
}.vwy-ws_online_dot_vfy {
  background: #3DAA6A;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(61,170,106,0.16);
  width: 0.5rem;
  height: 8px;
}.vwy-ws_scroll_vfy {
  gap: 8px;
  padding-bottom: 8px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}.vwy-ws_scroll_vfy::-webkit-scrollbar {
  display: none;
}.vwy-wc_vfy {
  background: #131720;
  padding: 0.625rem 0.875rem;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.11);
  gap: 0.625rem;
  align-items: center;
  display: flex;
  min-width: 13.75rem;
  flex-shrink: 0;
}.vwy-wc_img_vfy {
  overflow: hidden;
  background: #171C26;
  border-radius: 4px;
  height: 2.25rem;
  width: 36px;
  flex-shrink: 0;
}.vwy-wc_img_vfy img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.vwy-wc_info_vfy {
  min-width: 0;
}.vwy-wc_game_vfy {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  color: #C9C3B8;
}.vwy-wc_player_vfy {
  overflow: hidden;
  font-size: 0.625rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #565049;
}.vwy-wc_amount_vfy {
  flex-shrink: 0;
  font-size: 13px;
  color: #3DAA6A;
  font-weight: 700;
  margin-left: auto;
  white-space: nowrap;
}.vwy-htp_vfy {
  padding: 2.25rem 1rem 0;
  background: #0E1118;
}
@media(min-width: 769px) {.vwy-htp_vfy {
  padding: 44px 24px 0;
}
}.vwy-htp_in_vfy {
  margin: 0 auto;
  max-width: 82.5rem;
}.vwy-htp_head_vfy {
  max-width: 720px;
  margin-bottom: 22px;
}.vwy-htp_label_vfy {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  color: #C9A84C;
  margin-bottom: 0.5rem;
}.vwy-htp_h2_vfy {
  margin-bottom: 8px;
  font-size: 1.375rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F0EDE6;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.vwy-htp_h2_vfy {
  font-size: 1.75rem;
}
}.vwy-htp_intro_vfy {
  line-height: 1.6;
  color: #706A62;
  font-size: 14px;
}.vwy-htp_steps_vfy {
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.vwy-htp_steps_vfy {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.vwy-htp_steps_vfy {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.vwy-htp_step_vfy {
  border-radius: 0.5rem;
  background: #171C26;
  padding: 1.25rem 1.125rem 18px;
  border: 1px solid rgba(255,255,255,0.11);
  flex-direction: column;
  position: relative;
  display: flex;
}.vwy-htp_step_num_vfy {
  background: #C9A84C;
  border-radius: 50%;
  width: 1.75rem;
  color: #100D08;
  height: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -0.75rem;
  font-family: 'Cinzel', serif;
  font-size: 13px;
  font-weight: 800;
  left: 1.25rem;
  position: absolute;
}.vwy-htp_step_ic_vfy {
  border-radius: 0.25rem;
  background: rgba(201,168,76,0.18);
  margin: 0.5rem 0 12px;
  justify-content: center;
  height: 36px;
  width: 36px;
  align-items: center;
  display: flex;
  color: #C9A84C;
}.vwy-htp_step_ic_vfy svg {
  stroke-linecap: round;
  width: 18px;
  height: 18px;
  stroke-linejoin: round;
}.vwy-htp_step_h_vfy {
  font-weight: 700;
  margin-bottom: 0.375rem;
  line-height: 1.25;
  font-size: 14px;
  overflow-wrap: break-word;
  color: #F0EDE6;
}.vwy-htp_step_p_vfy {
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 13px;
  color: #706A62;
}.vwy-htp_step_p_vfy strong {
  color: #C9C3B8;
  font-weight: 600;
}.vwy-htp_cta_vfy {
  padding: 13px 1.625rem;
  background: #3DAA6A;
  border-radius: 0.5rem;
  transition: background .2s;
  font-size: 14px;
  font-weight: 700;
  margin-top: 1.25rem;
  display: inline-block;
  color: #100D08;
}.vwy-htp_cta_vfy:hover {
  background: #4DBF7A;
}.vwy-bon_vfy {
  padding: 2.25rem 1rem 0;
  background: #0E1118;
}
@media(min-width: 766px) {.vwy-bon_vfy {
  padding: 44px 24px 0;
}
}.vwy-bon_in_vfy {
  margin: 0 auto;
  max-width: 1320px;
}.vwy-bon_head_vfy {
  margin-bottom: 20px;
}.vwy-bon_label_vfy {
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C9A84C;
}.vwy-bon_h2_vfy {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #F0EDE6;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width: 765px) {.vwy-bon_h2_vfy {
  font-size: 24px;
}
}.vwy-bon_seo_vfy {
  color: #706A62;
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
  max-width: 38.75rem;
}.vwy-bon_seo_vfy strong {
  font-weight: 700;
  color: #C9C3B8;
}.vwy-bon_seo_vfy a {
  color: #C9A84C;
  text-decoration: underline;
}.vwy-bon_grid_vfy {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width:640px) {.vwy-bon_grid_vfy {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.vwy-bon_grid_vfy {
  grid-template-columns: repeat(5,1fr);
}
}.vwy-bon_card_vfy {
  border: 1px solid rgba(255,255,255,0.11);
  padding: 16px;
  transition: border-color .2s,transform .2s;
  background: #131720;
  border-radius: 8px;
}.vwy-bon_card_vfy:hover {
  border-color: rgba(201,168,76,0.08);
  transform: translateY(-2px);
}.vwy-bon_card_ic_vfy svg {
  height: 26px;
  width: 1.625rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.vwy-bon_card_ic_vfy {
  margin-bottom: 0.625rem;
}.vwy-bon_card_type_vfy {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
  color: #706A62;
  letter-spacing: .06em;
}.vwy-bon_card_amount_vfy {
  margin-bottom: 0.375rem;
  color: #E8B84B;
  line-height: 1.1;
  font-size: 18px;
  font-weight: 800;
}.vwy-bon_card_name_vfy {
  color: #F0EDE6;
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 0.813rem;
  margin-bottom: 8px;
}.vwy-bon_card_detail_vfy {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 0.688rem;
  padding-top: 8px;
  color: #565049;
}.vwy-app_vfy {
  padding: 36px 1rem 0;
  background: #0E1118;
}
@media(min-width: 770px) {.vwy-app_vfy {
  padding: 44px 1.5rem 0;
}
}.vwy-app_in_vfy {
  margin: 0 auto;
  max-width: 1320px;
}.vwy-app_head_vfy {
  margin-bottom: 16px;
}.vwy-app_label_vfy {
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C9A84C;
  font-size: 11px;
  font-weight: 700;
}.vwy-app_h2_vfy {
  margin-bottom: 6px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 20px;
  color: #F0EDE6;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.vwy-app_h2_vfy {
  font-size: 1.5rem;
}
}.vwy-app_sub_vfy {
  color: #706A62;
  max-width: 37.5rem;
  line-height: 1.6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.vwy-app_sub_vfy strong {
  font-weight: 700;
  color: #C9C3B8;
}.vwy-app_cards_vfy {
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}
@media(min-width: 638px) {.vwy-app_cards_vfy {
  grid-template-columns: repeat(3,1fr);
}
}.vwy-app_card_vfy {
  overflow: hidden;
  border-radius: 8px;
  gap: 1rem;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.vwy-app_card_ios_vfy {
  background: linear-gradient(135deg,rgba(201,168,76,0.18) 0%,#171C26 100%);
}.vwy-app_card_android_vfy {
  background: linear-gradient(135deg,rgba(61,170,106,0.16) 0%,#171C26 100%);
}.vwy-app_card_win_vfy {
  background: linear-gradient(135deg,rgba(232,184,75,0.15) 0%,#171C26 100%);
}.vwy-app_card_ic_vfy svg {
  stroke-linecap: round;
  width: 34px;
  height: 2.125rem;
  stroke-linejoin: round;
}.vwy-app_card_ic_vfy {
  flex-shrink: 0;
  color: #F0EDE6;
}.vwy-app_card_os_vfy {
  color: #706A62;
  font-size: 10px;
  margin-bottom: 6px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.vwy-app_card_title_vfy {
  font-size: 0.938rem;
  line-height: 1.2;
  margin-bottom: 6px;
  color: #F0EDE6;
  font-weight: 700;
  overflow-wrap: break-word;
}.vwy-app_card_text_vfy {
  margin-bottom: 0.875rem;
  color: #706A62;
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 12px;
}.vwy-app_card_btn_vfy {
  background: rgba(255,255,255,0.12);
  border-radius: 0.25rem;
  padding: 10px 18px;
  transition: background .2s;
  gap: 0.438rem;
  border: 1px solid rgba(201,168,76,0.48);
  color: #F0EDE6;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}.vwy-app_card_btn_vfy:hover {
  background: rgba(255,255,255,0.07);
}.vwy-prov_vfy {
  padding: 36px 16px 0;
  background: #0E1118;
}
@media(min-width: 771px) {.vwy-prov_vfy {
  padding: 44px 24px 0;
}
}.vwy-prov_in_vfy {
  margin: 0 auto;
  max-width: 1320px;
}.vwy-prov_head_vfy {
  margin-bottom: 1rem;
}.vwy-prov_label_vfy {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #C9A84C;
  font-weight: 700;
}.vwy-prov_h2_vfy {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  color: #F0EDE6;
  font-weight: 800;
  margin-bottom: 8px;
}
@media(min-width: 769px) {.vwy-prov_h2_vfy {
  font-size: 1.5rem;
}
}.vwy-prov_seo_vfy {
  font-size: 0.813rem;
  color: #706A62;
  max-width: 38.75rem;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
  line-height: 1.6;
}.vwy-prov_seo_vfy strong {
  color: #C9C3B8;
  font-weight: 700;
}.vwy-prov_seo_vfy a {
  color: #C9A84C;
  text-decoration: underline;
}.vwy-prov_grid_vfy {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width:640px) {.vwy-prov_grid_vfy {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1082px) {.vwy-prov_grid_vfy {
  grid-template-columns: repeat(8,1fr);
}
}.vwy-prov_card_vfy {
  background: #131720;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 14px 0.625rem;
  gap: 7px;
  transition: border-color .2s,background .2s;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  align-items: center;
}.vwy-prov_card_vfy:hover {
  border-color: rgba(201,168,76,0.48);
  background: #171C26;
}.vwy-prov_logo_vfy {
  border-radius: 0.25rem;
  background: rgba(255,255,255,0.05);
  overflow: hidden;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  display: flex;
}.vwy-prov_logo_vfy img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.vwy-prov_name_vfy {
  font-size: 11px;
  color: #9A9188;
  text-align: center;
  font-weight: 600;
  overflow-wrap: break-word;
}.vwy-reg_vfy {
  padding: 2.25rem 16px 0;
  background: #0E1118;
}
@media(min-width: 767px) {.vwy-reg_vfy {
  padding: 2.75rem 24px 0;
}
}.vwy-reg_in_vfy {
  border-radius: 14px;
  padding: 1.75rem 1.5rem;
  background: #171C26;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.06);
  max-width: 82.5rem;
}
@media(min-width:768px) {.vwy-reg_in_vfy {
  padding: 2.5rem;
}
}.vwy-reg_top_vfy {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.vwy-reg_top_vfy {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.vwy-reg_label_vfy {
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #C9A84C;
  font-size: 0.688rem;
}.vwy-reg_h2_vfy {
  font-size: 1.375rem;
  color: #F0EDE6;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  line-height: 1.2;
}
@media(min-width: 766px) {.vwy-reg_h2_vfy {
  font-size: 28px;
}
}.vwy-reg_bonus_vfy {
  padding: 10px 1rem;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(232,184,75,0.15);
  background: rgba(232,184,75,0.15);
  margin-bottom: 1rem;
  align-items: center;
  display: inline-flex;
}.vwy-reg_bonus_amount_vfy {
  color: #E8B84B;
  font-size: 1.25rem;
  font-weight: 800;
}.vwy-reg_bonus_text_vfy {
  color: #9A9188;
  font-size: 0.813rem;
  line-height: 1.35;
}.vwy-reg_cta_btn_vfy {
  padding: 14px 32px;
  background: #3DAA6A;
  transition: background .2s;
  border-radius: 8px;
  font-size: 0.938rem;
  color: #100D08;
  font-weight: 700;
  margin-bottom: 12px;
  display: inline-block;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 4px 18px rgba(61,170,106,0.45);
}.vwy-reg_cta_btn_vfy:hover {
  background: #4DBF7A;
}.vwy-reg_terms_vfy {
  font-size: 0.688rem;
  line-height: 1.5;
  color: #565049;
}.vwy-reg_seo_vfy {
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #706A62;
  padding-top: 20px;
  font-size: 0.813rem;
  line-height: 1.65;
  margin-top: 1.25rem;
  overflow-wrap: break-word;
}.vwy-reg_seo_vfy p {
  color: #706A62;
  font-size: 0.813rem;
  margin-bottom: 0.625rem;
  line-height: 1.65;
}.vwy-reg_seo_vfy p:last-child {
  margin-bottom: 0;
}.vwy-reg_seo_vfy strong {
  font-weight: 700;
  color: #C9C3B8;
}.vwy-reg_seo_vfy a {
  transition: color .2s;
  color: #C9A84C;
  text-decoration: underline;
}.vwy-reg_seo_vfy a:hover {
  color: #DEBB5E;
}.vwy-reg_seo_vfy ul,.vwy-reg_seo_vfy ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.vwy-reg_seo_vfy ol {
  list-style: decimal;
}.vwy-reg_seo_vfy li {
  font-size: 13px;
  margin-bottom: 0.25rem;
  line-height: 1.65;
  color: #706A62;
}.vwy-reg_seo_vfy table {
  border-collapse: collapse;
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 771px) {.vwy-reg_seo_vfy table {
  display: table;
}
}.vwy-reg_seo_vfy th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.5rem;
  color: #C9C3B8;
  font-weight: 700;
  text-align: left;
}.vwy-reg_seo_vfy td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #706A62;
}.vwy-reg_steps_vfy {
  gap: 14px;
  margin-top: 1.75rem;
  flex-direction: column;
  display: flex;
}
@media(min-width: 861px) {.vwy-reg_steps_vfy {
  margin-top: 0;
}
}.vwy-reg_step_vfy {
  border-radius: 8px;
  gap: 14px;
  border: 1px solid rgba(255,255,255,0.06);
  padding: 16px;
  background: rgba(255,255,255,0.05);
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.vwy-reg_step_num_vfy {
  border-radius: 50%;
  background: rgba(201,168,76,0.18);
  border: 1px solid rgba(201,168,76,0.08);
  width: 2.125rem;
  flex-shrink: 0;
  font-size: 14px;
  justify-content: center;
  font-weight: 800;
  display: flex;
  color: #C9A84C;
  align-items: center;
  height: 34px;
}.vwy-reg_step_title_vfy {
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 14px;
  color: #F0EDE6;
}.vwy-reg_step_text_vfy {
  font-size: 12px;
  line-height: 1.5;
  color: #706A62;
}.vwy-reg_trust_vfy {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 20px;
  flex-wrap: wrap;
  display: flex;
  padding-top: 1.25rem;
}.vwy-reg_trust_item_vfy {
  gap: 7px;
  font-size: 12px;
  overflow-wrap: break-word;
  display: flex;
  color: #706A62;
  align-items: center;
}.vwy-reg_trust_ic_vfy svg {
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
  color: #C9A84C;
}.vwy-faq_vfy {
  padding: 36px 1rem 0;
  background: #0E1118;
}
@media(min-width:768px) {.vwy-faq_vfy {
  padding: 44px 24px 0;
}
}.vwy-faq_in_vfy {
  margin: 0 auto;
  max-width: 1320px;
}.vwy-faq_head_vfy {
  margin-bottom: 20px;
}.vwy-faq_label_vfy {
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  color: #C9A84C;
  font-weight: 700;
  letter-spacing: .08em;
}.vwy-faq_h2_vfy {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #F0EDE6;
}
@media(min-width: 766px) {.vwy-faq_h2_vfy {
  font-size: 1.5rem;
}
}.vwy-faq_list_vfy {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.vwy-faq_item_vfy {
  overflow: hidden;
  background: #171C26;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
}.vwy-faq_q_vfy {
  transition: color .2s;
  gap: 12px;
  padding: 16px 1.25rem;
  display: flex;
  flex-wrap: wrap;
  color: #C9C3B8;
  font-size: 0.875rem;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  overflow-wrap: break-word;
  font-weight: 600;
}.vwy-faq_q_vfy:hover {
  color: #F0EDE6;
}.vwy-faq_q_ic_vfy {
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  border-radius: 50%;
  width: 1.5rem;
  flex-shrink: 0;
  justify-content: center;
  color: #C9A84C;
  height: 1.5rem;
  align-items: center;
  display: flex;
  font-size: 1rem;
}.vwy-faq_item_vfy.vwy-state_open_vfy .vwy-faq_q_ic_vfy {
  transform: rotate(45deg);
}.vwy-faq_a_vfy {
  padding: 0 20px 16px;
  color: #706A62;
  line-height: 1.7;
  overflow-wrap: break-word;
  font-size: 13px;
  display: none;
}.vwy-faq_item_vfy.vwy-state_open_vfy .vwy-faq_a_vfy {
  display: block;
}.vwy-faq_a_vfy strong {
  font-weight: 700;
  color: #C9C3B8;
}.vwy-faq_a_vfy a {
  color: #C9A84C;
  text-decoration: underline;
}.vwy-faq_a_vfy ul,.vwy-faq_a_vfy ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.vwy-faq_a_vfy ol {
  list-style: decimal;
}.vwy-faq_a_vfy li {
  margin-bottom: 4px;
  line-height: 1.6;
}.vwy-faq_a_vfy table {
  margin: 0.5rem 0;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  width: 100%;
  font-size: 0.75rem;
}
@media(min-width: 770px) {.vwy-faq_a_vfy table {
  display: table;
}
}.vwy-faq_a_vfy th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.375rem 8px;
  text-align: left;
  color: #C9C3B8;
  font-weight: 700;
}.vwy-faq_a_vfy td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #706A62;
}.vwy-rv_vfy {
  background: #0E1118;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.vwy-rv_vfy {
  padding: 2.75rem 1.5rem 0;
}
}.vwy-rv_in_vfy {
  margin: 0 auto;
  max-width: 1320px;
}.vwy-rv_head_vfy {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.vwy-rv_label_vfy {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 11px;
  color: #C9A84C;
  letter-spacing: .08em;
  font-weight: 700;
}.vwy-rv_h2_vfy {
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  font-size: 1.375rem;
  font-weight: 800;
  color: #F0EDE6;
  font-family: 'Cinzel', serif;
}
@media(min-width:768px) {.vwy-rv_h2_vfy {
  font-size: 28px;
}
}.vwy-rv_stats_vfy {
  gap: 1.125rem;
  display: flex;
  font-size: 13px;
  flex-wrap: wrap;
  color: #706A62;
  align-items: center;
}.vwy-rv_stats_score_vfy {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.vwy-rv_stats_score_val_vfy {
  font-size: 22px;
  color: #E8B84B;
  font-weight: 800;
  font-family: 'Cinzel', serif;
}.vwy-rv_stats_score_max_vfy {
  color: #565049;
  font-size: 0.813rem;
}.vwy-rv_stats_badge_vfy {
  gap: 4px;
  display: flex;
  align-items: center;
}.vwy-rv_stats_badge_vfy svg {
  height: 14px;
  color: #E8B84B;
  width: 14px;
}.vwy-rv_grid_vfy {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.vwy-rv_grid_vfy {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.vwy-rv_grid_vfy {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.vwy-rv_card_vfy {
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  background: #171C26;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}.vwy-rv_card_stars_vfy {
  gap: 2px;
  display: flex;
  color: #E8B84B;
  margin-bottom: 0.625rem;
}.vwy-rv_card_stars_vfy svg {
  height: 14px;
  width: 14px;
}.vwy-rv_card_h_vfy {
  margin-bottom: 0.5rem;
  line-height: 1.3;
  color: #F0EDE6;
  font-size: 14px;
  overflow-wrap: break-word;
  font-weight: 700;
}.vwy-rv_card_body_vfy {
  flex: 1;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #706A62;
  margin-bottom: 14px;
  line-height: 1.65;
}.vwy-rv_card_body_vfy strong {
  font-weight: 600;
  color: #C9C3B8;
}.vwy-rv_card_meta_vfy {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding-top: 12px;
}.vwy-rv_card_author_vfy {
  font-weight: 600;
  color: #C9C3B8;
  font-size: 12px;
}.vwy-rv_card_date_vfy {
  font-size: 0.688rem;
  color: #565049;
}.vwy-seo_vfy {
  padding: 2.25rem 1rem 0;
  background: #0E1118;
}
@media(min-width: 769px) {.vwy-seo_vfy {
  padding: 44px 1.5rem 0;
}
}.vwy-seo_in_vfy {
  border-radius: 14px;
  margin: 0 auto;
  background: #171C26;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 1.75rem 24px;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.vwy-seo_in_vfy {
  padding: 2.25rem 2.5rem;
}
}.vwy-seo_label_vfy {
  font-size: 11px;
  color: #C9A84C;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}.vwy-seo_h2_vfy {
  font-size: 20px;
  font-weight: 800;
  color: #F0EDE6;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
}
@media(min-width: 769px) {.vwy-seo_h2_vfy {
  font-size: 1.5rem;
}
}.vwy-seo_body_vfy {
  color: #9A9188;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
}.vwy-seo_body_vfy p {
  color: #9A9188;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}.vwy-seo_body_vfy p:last-child {
  margin-bottom: 0;
}.vwy-seo_body_vfy strong {
  font-weight: 700;
  color: #C9C3B8;
}.vwy-seo_body_vfy a {
  transition: color .2s;
  color: #C9A84C;
  text-decoration: underline;
}.vwy-seo_body_vfy a:hover {
  color: #DEBB5E;
}.vwy-seo_body_vfy ul,.vwy-seo_body_vfy ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.vwy-seo_body_vfy ol {
  list-style: decimal;
}.vwy-seo_body_vfy li {
  margin-bottom: 0.375rem;
  color: #9A9188;
  font-size: 14px;
  line-height: 1.75;
}.vwy-seo_body_vfy table {
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  font-size: 0.813rem;
  display: block;
  margin-bottom: 0.75rem;
}
@media(min-width: 769px) {.vwy-seo_body_vfy table {
  display: table;
}
}.vwy-seo_body_vfy th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #C9C3B8;
  text-align: left;
  font-weight: 700;
}.vwy-seo_body_vfy td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 0.75rem;
  color: #9A9188;
}.vwy-seo_cols_vfy {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 637px) {.vwy-seo_cols_vfy {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.vwy-seo_cols_vfy {
  grid-template-columns: repeat(3,1fr);
}
}.vwy-seo_col_h_vfy {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #C9C3B8;
  margin-bottom: 7px;
}.vwy-seo_col_p_vfy {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  color: #706A62;
}.vwy-seo_stats_vfy {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.vwy-seo_stat_vfy {
  border-radius: 8px;
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.18);
  padding: 0.875rem 1rem;
  flex: 1;
  min-width: 8.75rem;
}.vwy-seo_stat_val_vfy {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 4px;
  color: #C9A84C;
}.vwy-seo_stat_lb_vfy {
  color: #706A62;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.vwy-seo_vfy {
  padding: 36px 1rem 0;
  background: #0E1118;
}
@media(min-width: 769px) {.vwy-seo_vfy {
  padding: 2.75rem 24px 0;
}
}.vwy-seo_in_vfy {
  margin: 0 auto;
  border-radius: 14px;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  background: #171C26;
  max-width: 1320px;
}
@media(min-width:768px) {.vwy-seo_in_vfy {
  padding: 36px 40px;
}
}.vwy-seo_label_vfy {
  font-weight: 700;
  margin-bottom: 0.625rem;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C9A84C;
}.vwy-seo_h2_vfy {
  font-size: 1.25rem;
  color: #F0EDE6;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-weight: 800;
}
@media(min-width: 771px) {.vwy-seo_h2_vfy {
  font-size: 24px;
}
}.vwy-seo_body_vfy {
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #9A9188;
}.vwy-seo_body_vfy p {
  color: #9A9188;
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 14px;
}.vwy-seo_body_vfy p:last-child {
  margin-bottom: 0;
}.vwy-seo_body_vfy strong {
  color: #C9C3B8;
  font-weight: 700;
}.vwy-seo_body_vfy a {
  transition: color .2s;
  color: #C9A84C;
  text-decoration: underline;
}.vwy-seo_body_vfy a:hover {
  color: #DEBB5E;
}.vwy-seo_body_vfy ul,.vwy-seo_body_vfy ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.vwy-seo_body_vfy ol {
  list-style: decimal;
}.vwy-seo_body_vfy li {
  margin-bottom: 6px;
  font-size: 0.875rem;
  color: #9A9188;
  line-height: 1.75;
}.vwy-seo_body_vfy table {
  border-collapse: collapse;
  width: 100%;
  display: block;
  margin-bottom: 12px;
  font-size: 0.813rem;
  overflow-x: auto;
}
@media(min-width: 766px) {.vwy-seo_body_vfy table {
  display: table;
}
}.vwy-seo_body_vfy th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  font-weight: 700;
  color: #C9C3B8;
}.vwy-seo_body_vfy td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #9A9188;
}.vwy-seo_cols_vfy {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.vwy-seo_cols_vfy {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.vwy-seo_cols_vfy {
  grid-template-columns: repeat(3,1fr);
}
}.vwy-seo_col_h_vfy {
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #C9C3B8;
}.vwy-seo_col_p_vfy {
  color: #706A62;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.vwy-seo_stats_vfy {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.vwy-seo_stat_vfy {
  flex: 1;
  border-radius: 0.5rem;
  border: 1px solid rgba(201,168,76,0.18);
  padding: 0.875rem 1rem;
  background: rgba(201,168,76,0.08);
  min-width: 8.75rem;
}.vwy-seo_stat_val_vfy {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #C9A84C;
  margin-bottom: 4px;
}.vwy-seo_stat_lb_vfy {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #706A62;
}.vwy-seo_vfy {
  padding: 2.25rem 1rem 0;
  background: #0E1118;
}
@media(min-width: 771px) {.vwy-seo_vfy {
  padding: 44px 24px 0;
}
}.vwy-seo_in_vfy {
  background: #171C26;
  margin: 0 auto;
  border-radius: 14px;
  padding: 28px 24px;
  border: 1px solid rgba(255,255,255,0.11);
  max-width: 82.5rem;
}
@media(min-width: 769px) {.vwy-seo_in_vfy {
  padding: 36px 2.5rem;
}
}.vwy-seo_label_vfy {
  color: #C9A84C;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .08em;
}.vwy-seo_h2_vfy {
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-weight: 800;
  color: #F0EDE6;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  font-size: 20px;
}
@media(min-width: 769px) {.vwy-seo_h2_vfy {
  font-size: 1.5rem;
}
}.vwy-seo_body_vfy {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #9A9188;
  font-size: 0.875rem;
}.vwy-seo_body_vfy p {
  color: #9A9188;
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 12px;
}.vwy-seo_body_vfy p:last-child {
  margin-bottom: 0;
}.vwy-seo_body_vfy strong {
  font-weight: 700;
  color: #C9C3B8;
}.vwy-seo_body_vfy a {
  transition: color .2s;
  color: #C9A84C;
  text-decoration: underline;
}.vwy-seo_body_vfy a:hover {
  color: #DEBB5E;
}.vwy-seo_body_vfy ul,.vwy-seo_body_vfy ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.vwy-seo_body_vfy ol {
  list-style: decimal;
}.vwy-seo_body_vfy li {
  font-size: 14px;
  color: #9A9188;
  margin-bottom: 6px;
  line-height: 1.75;
}.vwy-seo_body_vfy table {
  width: 100%;
  display: block;
  overflow-x: auto;
  margin-bottom: 12px;
  border-collapse: collapse;
  font-size: 13px;
}
@media(min-width: 766px) {.vwy-seo_body_vfy table {
  display: table;
}
}.vwy-seo_body_vfy th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #C9C3B8;
  font-weight: 700;
  text-align: left;
}.vwy-seo_body_vfy td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 0.75rem;
  color: #9A9188;
}.vwy-seo_cols_vfy {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 637px) {.vwy-seo_cols_vfy {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.vwy-seo_cols_vfy {
  grid-template-columns: repeat(3,1fr);
}
}.vwy-seo_col_h_vfy {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #C9C3B8;
  font-size: 13px;
  margin-bottom: 7px;
}.vwy-seo_col_p_vfy {
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #706A62;
}.vwy-seo_stats_vfy {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.vwy-seo_stat_vfy {
  border-radius: 8px;
  flex: 1;
  background: rgba(201,168,76,0.08);
  padding: 0.875rem 16px;
  border: 1px solid rgba(201,168,76,0.18);
  min-width: 8.75rem;
}.vwy-seo_stat_val_vfy {
  margin-bottom: 0.25rem;
  font-weight: 800;
  font-size: 1.25rem;
  color: #C9A84C;
  overflow-wrap: break-word;
}.vwy-seo_stat_lb_vfy {
  font-size: 0.688rem;
  color: #706A62;
  overflow-wrap: break-word;
}.vwy-ft_vfy {
  background: #080A0E;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 48px;
}.vwy-ft_support_vfy {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 771px) {.vwy-ft_support_vfy {
  padding: 1.75rem 24px;
}
}.vwy-ft_support_in_vfy {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 82.5rem;
}.vwy-ft_support_main_vfy {
  flex: 1;
  gap: 1rem;
  min-width: 13.75rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.vwy-ft_support_ic_vfy {
  flex-shrink: 0;
  color: #C9A84C;
}.vwy-ft_support_ic_vfy svg {
  stroke-linejoin: round;
  width: 1.875rem;
  stroke-linecap: round;
  height: 1.875rem;
}.vwy-ft_support_text_title_vfy {
  overflow-wrap: break-word;
  font-size: 0.938rem;
  font-weight: 700;
  margin-bottom: 3px;
  color: #F0EDE6;
}.vwy-ft_support_text_sub_vfy {
  font-size: 12px;
  color: #706A62;
  overflow-wrap: break-word;
}.vwy-ft_support_btn_vfy {
  background: #C9A84C;
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 11px 1.375rem;
  font-size: 13px;
  color: #F0EDE6;
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
}.vwy-ft_support_btn_vfy:hover {
  background: #DEBB5E;
}.vwy-ft_support_contacts_vfy {
  gap: 16px;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.vwy-ft_support_contact_vfy {
  color: #565049;
  line-height: 1.4;
  font-size: 0.75rem;
}.vwy-ft_support_contact_vfy strong {
  margin-bottom: 2px;
  color: #9A9188;
  font-size: 0.688rem;
  font-weight: 600;
  display: block;
}.vwy-ft_main_vfy {
  padding: 2rem 16px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 769px) {.vwy-ft_main_vfy {
  padding: 2.5rem 1.5rem 2rem;
}
}.vwy-ft_main_in_vfy {
  margin: 0 auto;
  gap: 1.5rem;
  max-width: 82.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.vwy-ft_main_in_vfy {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.vwy-ft_main_in_vfy {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.vwy-ft_col_logo_vfy {
  grid-column: 1/-1;
}
@media(min-width: 1082px) {.vwy-ft_col_logo_vfy {
  grid-column: auto;
}
}.vwy-ft_logo_vfy {
  gap: 9px;
  margin-bottom: 0.75rem;
  display: flex;
  overflow-wrap: break-word;
  font-size: 1rem;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 800;
  color: #F0EDE6;
}.vwy-ft_logo_mark_vfy {
  border-radius: 4px;
  overflow: hidden;
  height: 1.875rem;
  width: 1.875rem;
}.vwy-ft_logo_mark_vfy img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.vwy-ft_logo_sub_vfy {
  overflow-wrap: break-word;
  line-height: 1.55;
  max-width: 12.5rem;
  font-size: 12px;
  color: #565049;
}.vwy-ft_col_title_vfy {
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #9A9188;
  font-size: 0.75rem;
  margin-bottom: 14px;
}.vwy-ft_col_links_vfy {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.vwy-ft_col_link_vfy {
  transition: color .2s;
  font-size: 0.813rem;
  color: #565049;
  overflow-wrap: break-word;
}.vwy-ft_col_link_vfy:hover {
  color: #C9C3B8;
}.vwy-ft_apps_vfy {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.vwy-ft_app_card_vfy {
  padding: 10px 0.75rem;
  gap: 0.625rem;
  background: rgba(255,255,255,0.05);
  border-radius: 0.25rem;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.11);
  align-items: center;
  display: flex;
}.vwy-ft_app_card_vfy:hover {
  border-color: rgba(201,168,76,0.48);
}.vwy-ft_app_card_ic_vfy svg {
  width: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.375rem;
}.vwy-ft_app_card_os_vfy {
  color: #565049;
  font-weight: 600;
  font-size: 0.625rem;
}.vwy-ft_app_card_action_vfy {
  font-size: 12px;
  color: #C9C3B8;
  font-weight: 700;
}.vwy-ft_bot_vfy {
  padding: 1.25rem 1rem;
}
@media(min-width:768px) {.vwy-ft_bot_vfy {
  padding: 20px 24px;
}
}.vwy-ft_bot_in_vfy {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1320px;
}.vwy-ft_socials_vfy {
  gap: 8px;
  display: flex;
}.vwy-ft_soc_vfy {
  border: 1px solid rgba(255,255,255,0.11);
  transition: background .2s;
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  justify-content: center;
  width: 36px;
  color: #9A9188;
  align-items: center;
  height: 2.25rem;
  display: flex;
}.vwy-ft_soc_vfy svg {
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
}.vwy-ft_soc_vfy:hover {
  background: rgba(255,255,255,0.07);
}.vwy-ft_legal_vfy {
  flex: 1;
  min-width: 12.5rem;
  overflow-wrap: break-word;
  font-size: 11px;
  line-height: 1.6;
  color: #7E7870;
}.vwy-ft_legal_vfy strong {
  color: #9A9188;
  font-weight: 700;
}.vwy-ft_legal_vfy a {
  color: #9A9188;
  text-decoration: underline;
}.vwy-ft_age_vfy {
  border-radius: 50%;
  border: 2px solid #7E7870;
  align-items: center;
  height: 2rem;
  color: #7E7870;
  flex-shrink: 0;
  margin-left: auto;
  justify-content: center;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  width: 32px;
}