*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #0E0E11;
  font-family: 'Barlow', sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  color: #C6C6D0;
  min-height: 100vh;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  color: inherit;
  text-decoration: none;
}button {
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.fvm_layout-p6f {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.fvm_page-p6f {
  display: flex;
  min-height: 100vh;
}.fvm_main-p6f {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media(min-width: 1077px) {.fvm_main-p6f {
  padding-left: 220px;
}
}
@media(max-width: 1078px) {.fvm_main-p6f {
  padding-bottom: 4.5rem;
}
}.fvm_gc-p6f {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  background: #141418;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  width: 140px;
}
@media(min-width: 643px) {.fvm_gc-p6f {
  width: 9.75rem;
}
}
@media(min-width: 1078px) {.fvm_gc-p6f {
  width: 168px;
}
}.fvm_gc-p6f:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 149, 10, 0.07);
}.fvm_gc_img-p6f {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.fvm_gc_img-p6f img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}.fvm_gc_hover-p6f {
  transition: opacity .2s;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  display: flex;
  align-items: center;
  opacity: 0;
  justify-content: center;
  position: absolute;
}.fvm_gc-p6f:hover .fvm_gc_hover-p6f {
  opacity: 1;
}.fvm_gc_hover_btn-p6f {
  padding: 8px 1rem;
  background: #E8950A;
  border-radius: 5px;
  font-weight: 700;
  color: #F4F4F6;
  font-size: 12px;
}.fvm_gc_info-p6f {
  padding: 8px 10px 0.625rem;
}.fvm_gc_name-p6f {
  overflow: hidden;
  margin-bottom: 3px;
  white-space: nowrap;
  color: #C6C6D0;
  font-size: 0.75rem;
  font-weight: 600;
  max-width: 100%;
  text-overflow: ellipsis;
}.fvm_gc_prov-p6f {
  font-size: 10px;
  color: #52525C;
}.fvm_gc_tag-p6f {
  border-radius: 4px;
  padding: 2px 7px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  z-index: 2;
  position: absolute;
  left: 6px;
  top: 6px;
  font-size: 0.563rem;
}.fvm_gc_tag_hot-p6f {
  background: #EF4444;
  color: #fff;
}.fvm_gc_tag_new-p6f {
  background: #22C55E;
  color: #0E0E11;
}.fvm_gc_tag_jp-p6f {
  background: #F5C842;
  color: #0E0E11;
}.fvm_gc_tag_ex-p6f {
  background: #C46B08;
  color: #fff;
}.fvm_gc_tag_live-p6f {
  background: #EF4444;
  color: #fff;
}.fvm_gr-p6f {
  padding: 2rem 1rem 0;
  background: #0E0E11;
}
@media(min-width: 766px) {.fvm_gr-p6f {
  padding: 2.25rem 24px 0;
}
}.fvm_gr_in-p6f {
  margin: 0 auto;
  max-width: 82.5rem;
}.fvm_gr_head-p6f {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
}.fvm_gr_head_l-p6f {
  gap: 10px;
  flex: 1;
  align-items: center;
  min-width: 0;
  display: flex;
}.fvm_gr_ic-p6f {
  border-radius: 0.5rem;
  align-items: center;
  display: flex;
  height: 32px;
  flex-shrink: 0;
  justify-content: center;
  width: 32px;
}.fvm_gr_ic-p6f svg {
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
}.fvm_gr_title-p6f {
  color: #F4F4F6;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.fvm_gr_title-p6f {
  font-size: 1.125rem;
}
}.fvm_gr_more-p6f {
  transition: color .2s;
  gap: 5px;
  font-size: 0.75rem;
  align-items: center;
  flex-shrink: 0;
  color: #6A6A76;
  font-weight: 600;
  display: flex;
  white-space: nowrap;
}.fvm_gr_more-p6f:hover {
  color: #E8950A;
}.fvm_gr_more-p6f svg {
  width: 0.75rem;
  height: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.fvm_gr_arrows-p6f {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.fvm_gr_arr-p6f {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.313rem;
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  width: 1.875rem;
  height: 1.875rem;
  align-items: center;
  color: #8E8E9C;
  justify-content: center;
}.fvm_gr_arr-p6f:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F4F4F6;
}.fvm_gr_arr-p6f svg {
  stroke-linecap: round;
  height: 13px;
  stroke-linejoin: round;
  width: 0.813rem;
}.fvm_gr_seo_h-p6f {
  margin: 0 0 6px;
  color: #C6C6D0;
  font-weight: 700;
  font-size: 13px;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  max-width: 680px;
}
@media(min-width: 771px) {.fvm_gr_seo_h-p6f {
  font-size: 0.875rem;
}
}.fvm_gr_seo-p6f {
  overflow-wrap: break-word;
  color: #6A6A76;
  line-height: 1.55;
  font-size: 0.75rem;
  margin-bottom: 12px;
  max-width: 680px;
}.fvm_gr_seo-p6f strong {
  font-weight: 600;
  color: #C6C6D0;
}.fvm_gr_scroll-p6f {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 10px;
}.fvm_gr_scroll-p6f::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.fvm_gr_scroll-p6f {
  gap: 12px;
}
}.fvm_tb-p6f {
  background: #0E0E11;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  left: 0;
  display: flex;
  height: 3.5rem;
  position: fixed;
  align-items: center;
  top: 0;
  right: 0;
  z-index: 80;
}.fvm_tb_in-p6f {
  gap: 0;
  padding: 0 0.875rem;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
}.fvm_tb_burger-p6f {
  gap: 0.313rem;
  border-radius: 8px;
  width: 2.375rem;
  flex-direction: column;
  flex-shrink: 0;
  display: flex;
  height: 38px;
  align-items: center;
  margin-right: 8px;
  justify-content: center;
}.fvm_tb_burger-p6f:hover {
  background: rgba(255, 255, 255, 0.05);
}.fvm_tb_burger_line-p6f {
  border-radius: 1px;
  background: #8E8E9C;
  height: 2px;
  display: block;
  width: 1.125rem;
}
@media(min-width: 1079px) {.fvm_tb_burger-p6f {
  display: none;
}
}.fvm_tb_logo-p6f {
  gap: 9px;
  font-weight: 800;
  letter-spacing: -.01em;
  display: flex;
  margin-right: 20px;
  font-size: 1.125rem;
  color: #F4F4F6;
  align-items: center;
  flex-shrink: 0;
  overflow-wrap: break-word;
}.fvm_tb_logo_mark-p6f {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  height: 2rem;
  justify-content: center;
  width: 2rem;
  align-items: center;
}.fvm_tb_logo_mark-p6f img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.fvm_tb_nav-p6f {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.fvm_tb_nav-p6f {
  display: flex;
}
}.fvm_tb_tab-p6f {
  transition: background .15s,color .15s;
  padding: 8px 0.875rem;
  border-radius: 0.5rem;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 600;
  color: #8E8E9C;
}.fvm_tb_tab-p6f:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4F4F6;
}.fvm_tb_tab-p6f.fvm_state_active-p6f {
  background: rgba(232, 149, 10, 0.18);
  color: #F4F4F6;
}.fvm_tb_right-p6f {
  gap: 8px;
  margin-left: auto;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.fvm_tb_login-p6f {
  background: rgba(255, 255, 255, 0.05);
  padding: 9px 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  transition: border-color .2s,color .2s;
  color: #C6C6D0;
  font-weight: 600;
  font-size: 13px;
  display: none;
}.fvm_tb_login-p6f:hover {
  border-color: rgba(232, 149, 18, 0.45);
  color: #F4F4F6;
}
@media(min-width: 481px) {.fvm_tb_login-p6f {
  display: block;
}
}.fvm_tb_reg-p6f {
  border-radius: 8px;
  padding: 9px 1.125rem;
  background: #22C55E;
  transition: background .2s;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #0D0D10;
}.fvm_tb_reg-p6f:hover {
  background: #16A34A;
}.fvm_sb-p6f {
  transition: transform .25s ease;
  background: #18181E;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  overflow-y: auto;
  z-index: 70;
  position: fixed;
  left: 0;
  width: 220px;
  bottom: 0;
  top: 56px;
}.fvm_sb-p6f.fvm_state_open-p6f {
  transform: translateX(0);
}.fvm_sb-p6f::-webkit-scrollbar {
  width: 4px;
}.fvm_sb-p6f::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1082px) {.fvm_sb-p6f {
  transform: translateX(0);
}
}.fvm_sb_auth-p6f {
  padding: 14px 12px 0.625rem;
}.fvm_sb_btn_reg-p6f {
  border-radius: 0.5rem;
  background: #22C55E;
  padding: 11px;
  transition: background .2s;
  color: #0D0D10;
  font-weight: 700;
  text-align: center;
  font-size: 0.813rem;
  display: block;
  margin-bottom: 0.5rem;
}.fvm_sb_btn_reg-p6f:hover {
  background: #16A34A;
}.fvm_sb_btn_login-p6f {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  transition: border-color .2s;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
  display: block;
  color: #C6C6D0;
  font-size: 13px;
  font-weight: 600;
}.fvm_sb_btn_login-p6f:hover {
  border-color: rgba(232, 149, 18, 0.45);
  color: #F4F4F6;
}.fvm_sb_promo-p6f {
  border-radius: 8px;
  border: 1px solid rgba(232, 149, 10, 0.18);
  background: linear-gradient(135deg,#2A1A04,#18181E);
  overflow: hidden;
  margin: 0 12px 10px;
  padding: 0.75rem 0.875rem;
  position: relative;
}.fvm_sb_promo-p6f::before {
  background: radial-gradient(circle,rgba(232, 149, 10, 0.18),transparent 70%);
  border-radius: 50%;
  position: absolute;
  content: '';
  top: -20px;
  right: -20px;
  height: 5rem;
  width: 80px;
}.fvm_sb_promo_title-p6f {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .06em;
  color: #E8950A;
  font-size: 11px;
  margin-bottom: 0.25rem;
}.fvm_sb_promo_text-p6f {
  line-height: 1.35;
  font-weight: 600;
  color: #F4F4F6;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.fvm_sb_promo_sub-p6f {
  margin-top: 3px;
  color: #6A6A76;
  font-size: 0.625rem;
}.fvm_sb_nav-p6f {
  padding: 6px 0.5rem 16px;
}.fvm_sb_nav_lb-p6f {
  padding: 10px 8px 0.375rem;
  font-size: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #52525C;
  font-weight: 700;
}.fvm_sb_link-p6f {
  gap: 0.625rem;
  padding: 0.563rem 0.625rem;
  transition: background .15s,color .15s;
  border-radius: 5px;
  cursor: pointer;
  align-items: center;
  color: #8E8E9C;
  display: flex;
  font-weight: 500;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.fvm_sb_link-p6f:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4F4F6;
}.fvm_sb_link-p6f.fvm_state_active-p6f {
  background: rgba(232, 149, 10, 0.18);
  color: #F4F4F6;
}.fvm_sb_ic-p6f {
  border-radius: 0.313rem;
  width: 30px;
  flex-shrink: 0;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}.fvm_sb_ic-p6f svg {
  height: 16px;
  width: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.fvm_sb_ic_1-p6f {
  background: rgba(232, 149, 10, 0.07);
  color: #E8950A;
}.fvm_sb_ic_2-p6f {
  background: rgba(34, 197, 94, 0.15);
  color: #22C55E;
}.fvm_sb_ic_3-p6f {
  background: rgba(245, 200, 66, 0.14);
  color: #F5C842;
}.fvm_sb_ic_4-p6f {
  background: rgba(196, 107, 8, 0.22);
  color: #C46B08;
}.fvm_sb_ic_5-p6f {
  background: rgba(232, 149, 10, 0.07);
  color: #F472B6;
}.fvm_sb_ic_6-p6f {
  background: rgba(196, 107, 8, 0.22);
  color: #8B5CF6;
}.fvm_sb_badge-p6f {
  padding: 2px 7px;
  background: #F5C842;
  border-radius: 5px;
  font-weight: 700;
  font-size: 0.563rem;
  color: #0D0D10;
  margin-left: auto;
}.fvm_sb_bot-p6f {
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.fvm_sb_lang-p6f,.fvm_sb_help-p6f {
  gap: 0.375rem;
  transition: border-color .2s;
  padding: 0.563rem 6px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.313rem;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.05);
  align-items: center;
  font-weight: 600;
  justify-content: center;
  display: flex;
  font-size: 11px;
  color: #8E8E9C;
}.fvm_sb_lang-p6f:hover,.fvm_sb_help-p6f:hover {
  border-color: rgba(232, 149, 18, 0.45);
  color: #F4F4F6;
}.fvm_sb_lang-p6f svg,.fvm_sb_help-p6f svg {
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
  height: 0.813rem;
}.fvm_sb_bd-p6f {
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  display: none;
  position: fixed;
  z-index: 69;
}.fvm_sb_bd-p6f.fvm_state_on-p6f {
  display: block;
}
@media(min-width: 1077px) {.fvm_sb_bd-p6f {
  display: none!important;
}
}.fvm_mob_nav-p6f {
  background: #18181E;
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  right: 0;
  position: fixed;
  left: 0;
  z-index: 80;
  display: flex;
  bottom: 0;
}
@media(min-width:1080px) {.fvm_mob_nav-p6f {
  display: none;
}
}.fvm_mob_nav_item-p6f {
  gap: 0.25rem;
  flex: 1;
  padding: 4px 2px;
  cursor: pointer;
  align-items: center;
  color: #52525C;
  flex-direction: column;
  display: flex;
}.fvm_mob_nav_ic-p6f {
  line-height: 1;
}.fvm_mob_nav_ic-p6f svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.fvm_mob_nav_lb-p6f {
  font-size: 0.625rem;
  font-weight: 600;
  color: #52525C;
}.fvm_mob_nav_item-p6f.fvm_state_active-p6f {
  color: #E8950A;
}.fvm_mob_nav_item-p6f.fvm_state_active-p6f .fvm_mob_nav_lb-p6f {
  color: #E8950A;
}.fvm_hero-p6f {
  padding: 20px 1rem 0;
  background: #0E0E11;
}
@media(min-width: 767px) {.fvm_hero-p6f {
  padding: 1.5rem 1.5rem 0;
}
}.fvm_hero_in-p6f {
  margin: 0 auto;
  gap: 0.75rem;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr;
}
@media(min-width: 858px) {.fvm_hero_in-p6f {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1101px) {.fvm_hero_in-p6f {
  grid-template-columns: 1fr 21.25rem;
}
}.fvm_hero_promo-p6f {
  border-radius: 0.875rem;
  background: #141418;
  overflow: hidden;
  min-height: 13.75rem;
  position: relative;
  display: flex;
  align-items: stretch;
}
@media(min-width: 765px) {.fvm_hero_promo-p6f {
  min-height: 280px;
}
}.fvm_hero_promo_bg-p6f {
  background: linear-gradient(120deg,#2A1A04 0%,#0E0E11 100%);
  background-position: center;
  inset: 0;
  background-size: cover;
  position: absolute;
}.fvm_hero_promo_bg-p6f::after {
  background: linear-gradient(90deg,#0E0E11 0%,rgba(0, 0, 0, 0.62) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.fvm_hero_promo_glow-p6f {
  background: radial-gradient(circle,rgba(196, 107, 8, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  top: -40px;
  height: 18.75rem;
  width: 18.75rem;
  right: 3.75rem;
  position: absolute;
}.fvm_hero_promo_ct-p6f {
  padding: 28px 1.5rem 28px 28px;
  justify-content: center;
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: column;
  max-width: 30rem;
}
@media(min-width: 769px) {.fvm_hero_promo_ct-p6f {
  padding: 2.5rem 2rem;
}
}.fvm_hero_badge-p6f {
  background: rgba(232, 149, 10, 0.18);
  border-radius: 20px;
  padding: 0.313rem 0.75rem;
  border: 1px solid rgba(232, 149, 10, 0.07);
  letter-spacing: .08em;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  color: #E8950A;
  margin-bottom: 14px;
}.fvm_hero_h1-p6f {
  margin-bottom: 0.625rem;
  font-size: 26px;
  font-weight: 800;
  color: #F4F4F6;
  line-height: 1.15;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
}.fvm_hero_h1-p6f em {
  color: #F5C842;
  font-style: normal;
}
@media(min-width: 770px) {.fvm_hero_h1-p6f {
  font-size: 2.25rem;
}
}.fvm_hero_sub-p6f {
  color: #8E8E9C;
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}
@media(min-width: 765px) {.fvm_hero_sub-p6f {
  font-size: 0.875rem;
}
}.fvm_hero_row-p6f {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.fvm_hero_cta-p6f {
  padding: 13px 1.625rem;
  border-radius: 0.5rem;
  background: #22C55E;
  transition: background .2s;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0D0D10;
  box-shadow: 0 2px 12px rgba(34, 197, 94, 0.35), 0 6px 1.75rem rgba(34, 197, 94, 0.18);
}.fvm_hero_cta-p6f:hover {
  background: #16A34A;
}.fvm_hero_terms-p6f {
  font-size: 0.688rem;
  color: #52525C;
}.fvm_hero_game-p6f {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #141418;
  border-radius: 0.875rem;
  flex-direction: column;
  position: relative;
  display: flex;
}.fvm_hero_game_badge-p6f {
  border: 1px solid rgba(245, 200, 66, 0.14);
  background: rgba(245, 200, 66, 0.14);
  border-radius: 1.25rem;
  padding: 5px 10px;
  z-index: 3;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  top: 0.75rem;
  left: 0.75rem;
  position: absolute;
  letter-spacing: .06em;
  color: #F5C842;
}.fvm_hero_game_badge-p6f svg {
  margin-right: 4px;
  vertical-align: -1px;
  width: 11px;
  height: 11px;
}.fvm_hero_game_img-p6f {
  overflow: hidden;
  background: linear-gradient(135deg,#2A1A04,#0E0E11);
  padding-bottom: 60%;
  position: relative;
}.fvm_hero_game_img-p6f img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}.fvm_hero_game_play-p6f {
  background: rgba(0, 0, 0, 0.62);
  inset: 0;
  transition: opacity .2s;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}.fvm_hero_game-p6f:hover .fvm_hero_game_play-p6f {
  opacity: 1;
}.fvm_hero_game_play-p6f span {
  border-radius: 50%;
  background: #E8950A;
  height: 3.25rem;
  display: flex;
  justify-content: center;
  width: 3.25rem;
  align-items: center;
}.fvm_hero_game_play-p6f span svg {
  height: 18px;
  margin-left: 2px;
  width: 1.125rem;
}.fvm_hero_game_info-p6f {
  padding: 14px 1rem;
}.fvm_hero_game_title-p6f {
  font-size: 15px;
  color: #F4F4F6;
  margin-bottom: 0.25rem;
  font-weight: 700;
  overflow-wrap: break-word;
}.fvm_hero_game_provider-p6f {
  font-size: 11px;
  color: #6A6A76;
}.fvm_hero_game_btn-p6f {
  margin: 12px 16px 16px;
  background: #E8950A;
  transition: background .2s;
  padding: 0.688rem;
  border-radius: 8px;
  font-size: 0.813rem;
  display: block;
  text-align: center;
  color: #F4F4F6;
  font-weight: 700;
}.fvm_hero_game-p6f:hover .fvm_hero_game_btn-p6f {
  background: #F5A520;
}.fvm_wy-p6f {
  background: #0E0E11;
  padding: 2rem 1rem 0;
}
@media(min-width: 769px) {.fvm_wy-p6f {
  padding: 2.5rem 24px 0;
}
}.fvm_wy_in-p6f {
  margin: 0 auto;
  max-width: 1320px;
}.fvm_wy_head-p6f {
  max-width: 720px;
  margin-bottom: 18px;
}.fvm_wy_label-p6f {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 11px;
  color: #E8950A;
  font-weight: 700;
  letter-spacing: .08em;
}.fvm_wy_h2-p6f {
  margin-bottom: 8px;
  color: #F4F4F6;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 770px) {.fvm_wy_h2-p6f {
  font-size: 24px;
}
}.fvm_wy_intro-p6f {
  margin: 0;
  line-height: 1.6;
  color: #6A6A76;
  font-size: 0.813rem;
}.fvm_wy_grid-p6f {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:640px) {.fvm_wy_grid-p6f {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.fvm_wy_grid-p6f {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.fvm_wy_card-p6f {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,transform .2s;
  padding: 1.25rem;
  background: #18181E;
  border-radius: 0.5rem;
}.fvm_wy_card-p6f:hover {
  border-color: rgba(232, 149, 10, 0.07);
  transform: translateY(-2px);
}.fvm_wy_card_ic-p6f {
  border-radius: 50%;
  background: rgba(232, 149, 10, 0.18);
  justify-content: center;
  margin-bottom: 14px;
  color: #E8950A;
  width: 44px;
  height: 44px;
  align-items: center;
  display: flex;
}.fvm_wy_card_ic-p6f svg {
  height: 22px;
  stroke-linejoin: round;
  width: 22px;
  stroke-linecap: round;
}.fvm_wy_card_h-p6f {
  font-size: 0.938rem;
  color: #F4F4F6;
  margin-bottom: 6px;
  font-weight: 700;
  overflow-wrap: break-word;
  line-height: 1.25;
}.fvm_wy_card_p-p6f {
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #6A6A76;
}.fvm_wy_card_p-p6f strong {
  font-weight: 600;
  color: #C6C6D0;
}.fvm_ws-p6f {
  background: #0E0E11;
  padding: 2rem 16px 0;
}
@media(min-width: 767px) {.fvm_ws-p6f {
  padding: 2.25rem 24px 0;
}
}.fvm_ws_in-p6f {
  margin: 0 auto;
  max-width: 1320px;
}.fvm_ws_head-p6f {
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  flex-wrap: wrap;
  display: flex;
}.fvm_ws_title-p6f {
  gap: 10px;
  color: #F4F4F6;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  align-items: center;
  font-weight: 700;
  flex-wrap: wrap;
  display: flex;
  font-size: 1rem;
}.fvm_ws_title_ic-p6f svg {
  width: 18px;
  stroke-linejoin: round;
  color: #F5C842;
  stroke-linecap: round;
  height: 1.125rem;
}.fvm_ws_online-p6f {
  gap: 7px;
  color: #6A6A76;
  font-weight: 600;
  align-items: center;
  font-size: 0.75rem;
  display: flex;
}.fvm_ws_online_dot-p6f {
  border-radius: 50%;
  background: #22C55E;
  height: 0.5rem;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.15);
  width: 0.5rem;
}.fvm_ws_scroll-p6f {
  gap: 0.5rem;
  display: flex;
  padding-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}.fvm_ws_scroll-p6f::-webkit-scrollbar {
  display: none;
}.fvm_wc-p6f {
  padding: 0.625rem 14px;
  gap: 10px;
  background: #141418;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  min-width: 13.75rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.fvm_wc_img-p6f {
  overflow: hidden;
  border-radius: 0.313rem;
  background: #18181E;
  width: 2.25rem;
  height: 36px;
  flex-shrink: 0;
}.fvm_wc_img-p6f img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.fvm_wc_info-p6f {
  min-width: 0;
}.fvm_wc_game-p6f {
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  color: #C6C6D0;
  white-space: nowrap;
}.fvm_wc_player-p6f {
  overflow: hidden;
  white-space: nowrap;
  font-size: 10px;
  text-overflow: ellipsis;
  color: #52525C;
}.fvm_wc_amount-p6f {
  margin-left: auto;
  font-size: 13px;
  flex-shrink: 0;
  font-weight: 700;
  color: #22C55E;
  white-space: nowrap;
}.fvm_bon-p6f {
  background: #0E0E11;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.fvm_bon-p6f {
  padding: 2.75rem 24px 0;
}
}.fvm_bon_in-p6f {
  margin: 0 auto;
  max-width: 82.5rem;
}.fvm_bon_head-p6f {
  margin-bottom: 20px;
}.fvm_bon_label-p6f {
  margin-bottom: 8px;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #E8950A;
  font-weight: 700;
}.fvm_bon_h2-p6f {
  font-weight: 800;
  color: #F4F4F6;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
}
@media(min-width:768px) {.fvm_bon_h2-p6f {
  font-size: 24px;
}
}.fvm_bon_seo-p6f {
  font-size: 13px;
  color: #6A6A76;
  overflow-wrap: break-word;
  max-width: 620px;
  line-height: 1.6;
}.fvm_bon_seo-p6f strong {
  font-weight: 700;
  color: #C6C6D0;
}.fvm_bon_seo-p6f a {
  color: #E8950A;
  text-decoration: underline;
}.fvm_bon_grid-p6f {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 638px) {.fvm_bon_grid-p6f {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.fvm_bon_grid-p6f {
  grid-template-columns: repeat(5,1fr);
}
}.fvm_bon_card-p6f {
  border-radius: 0.5rem;
  background: #141418;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 16px;
  transition: border-color .2s,transform .2s;
}.fvm_bon_card-p6f:hover {
  border-color: rgba(232, 149, 10, 0.07);
  transform: translateY(-2px);
}.fvm_bon_card_ic-p6f svg {
  width: 26px;
  height: 26px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.fvm_bon_card_ic-p6f {
  margin-bottom: 10px;
}.fvm_bon_card_type-p6f {
  font-size: 0.625rem;
  letter-spacing: .06em;
  font-weight: 700;
  color: #6A6A76;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
}.fvm_bon_card_amount-p6f {
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.1;
  margin-bottom: 6px;
  color: #F5C842;
}.fvm_bon_card_name-p6f {
  font-weight: 600;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #F4F4F6;
}.fvm_bon_card_detail-p6f {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #52525C;
  overflow-wrap: break-word;
  font-size: 11px;
  line-height: 1.5;
  padding-top: 8px;
}.fvm_reg-p6f {
  padding: 2.25rem 1rem 0;
  background: #0E0E11;
}
@media(min-width: 766px) {.fvm_reg-p6f {
  padding: 44px 1.5rem 0;
}
}.fvm_reg_in-p6f {
  border-radius: 0.875rem;
  background: #18181E;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin: 0 auto;
  padding: 1.75rem 24px;
  max-width: 1320px;
}
@media(min-width: 771px) {.fvm_reg_in-p6f {
  padding: 2.5rem;
}
}.fvm_reg_top-p6f {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.fvm_reg_top-p6f {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.fvm_reg_label-p6f {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  color: #E8950A;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.fvm_reg_h2-p6f {
  font-weight: 800;
  font-size: 1.375rem;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 12px;
  line-height: 1.2;
  color: #F4F4F6;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.fvm_reg_h2-p6f {
  font-size: 28px;
}
}.fvm_reg_bonus-p6f {
  background: rgba(245, 200, 66, 0.14);
  gap: 8px;
  border: 1px solid rgba(245, 200, 66, 0.14);
  border-radius: 0.5rem;
  padding: 10px 16px;
  align-items: center;
  margin-bottom: 16px;
  display: inline-flex;
}.fvm_reg_bonus_amount-p6f {
  font-weight: 800;
  color: #F5C842;
  font-size: 1.25rem;
}.fvm_reg_bonus_text-p6f {
  line-height: 1.35;
  color: #8E8E9C;
  font-size: 13px;
}.fvm_reg_cta_btn-p6f {
  transition: background .2s;
  padding: 14px 2rem;
  border-radius: 8px;
  background: #22C55E;
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  color: #0D0D10;
  box-shadow: 0 2px 12px rgba(34, 197, 94, 0.35), 0 0.375rem 1.75rem rgba(34, 197, 94, 0.18);
  margin-bottom: 12px;
}.fvm_reg_cta_btn-p6f:hover {
  background: #16A34A;
}.fvm_reg_terms-p6f {
  font-size: 0.688rem;
  color: #52525C;
  line-height: 1.5;
}.fvm_reg_seo-p6f {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #6A6A76;
  margin-top: 20px;
  line-height: 1.65;
  padding-top: 1.25rem;
}.fvm_reg_seo-p6f p {
  line-height: 1.65;
  color: #6A6A76;
  margin-bottom: 0.625rem;
  font-size: 13px;
}.fvm_reg_seo-p6f p:last-child {
  margin-bottom: 0;
}.fvm_reg_seo-p6f strong {
  color: #C6C6D0;
  font-weight: 700;
}.fvm_reg_seo-p6f a {
  transition: color .2s;
  color: #E8950A;
  text-decoration: underline;
}.fvm_reg_seo-p6f a:hover {
  color: #F5A520;
}.fvm_reg_seo-p6f ul,.fvm_reg_seo-p6f ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.fvm_reg_seo-p6f ol {
  list-style: decimal;
}.fvm_reg_seo-p6f li {
  line-height: 1.65;
  margin-bottom: 4px;
  font-size: 13px;
  color: #6A6A76;
}.fvm_reg_seo-p6f table {
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  margin-bottom: 0.625rem;
}
@media(min-width: 769px) {.fvm_reg_seo-p6f table {
  display: table;
}
}.fvm_reg_seo-p6f th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C6C6D0;
  font-weight: 700;
  text-align: left;
}.fvm_reg_seo-p6f td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6A6A76;
}.fvm_reg_steps-p6f {
  gap: 14px;
  display: flex;
  margin-top: 28px;
  flex-direction: column;
}
@media(min-width: 859px) {.fvm_reg_steps-p6f {
  margin-top: 0;
}
}.fvm_reg_step-p6f {
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1rem;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.fvm_reg_step_num-p6f {
  border-radius: 50%;
  border: 1px solid rgba(232, 149, 10, 0.07);
  background: rgba(232, 149, 10, 0.18);
  align-items: center;
  height: 34px;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  color: #E8950A;
  width: 34px;
}.fvm_reg_step_title-p6f {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
  color: #F4F4F6;
}.fvm_reg_step_text-p6f {
  line-height: 1.5;
  color: #6A6A76;
  font-size: 0.75rem;
}.fvm_reg_trust-p6f {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  display: flex;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}.fvm_reg_trust_item-p6f {
  gap: 0.438rem;
  align-items: center;
  font-size: 0.75rem;
  color: #6A6A76;
  overflow-wrap: break-word;
  display: flex;
}.fvm_reg_trust_ic-p6f svg {
  stroke-linecap: round;
  color: #E8950A;
  height: 16px;
  width: 16px;
  stroke-linejoin: round;
}.fvm_htp-p6f {
  background: #0E0E11;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.fvm_htp-p6f {
  padding: 44px 24px 0;
}
}.fvm_htp_in-p6f {
  margin: 0 auto;
  max-width: 1320px;
}.fvm_htp_head-p6f {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.fvm_htp_label-p6f {
  font-size: 0.688rem;
  font-weight: 700;
  color: #E8950A;
  margin-bottom: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.fvm_htp_h2-p6f {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  color: #F4F4F6;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
}
@media(min-width: 771px) {.fvm_htp_h2-p6f {
  font-size: 28px;
}
}.fvm_htp_intro-p6f {
  color: #6A6A76;
  line-height: 1.6;
  font-size: 14px;
}.fvm_htp_steps-p6f {
  margin: 0;
  list-style: none;
  gap: 12px;
  padding: 0;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.fvm_htp_steps-p6f {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.fvm_htp_steps-p6f {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.fvm_htp_step-p6f {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #18181E;
  padding: 20px 18px 1.125rem;
  flex-direction: column;
  position: relative;
  display: flex;
}.fvm_htp_step_num-p6f {
  border-radius: 50%;
  background: #E8950A;
  position: absolute;
  font-size: 13px;
  height: 1.75rem;
  width: 28px;
  align-items: center;
  display: flex;
  font-family: 'Barlow Condensed', sans-serif;
  justify-content: center;
  color: #0D0D10;
  top: -12px;
  left: 20px;
  font-weight: 800;
}.fvm_htp_step_ic-p6f {
  border-radius: 5px;
  margin: 8px 0 0.75rem;
  background: rgba(232, 149, 10, 0.18);
  justify-content: center;
  width: 2.25rem;
  align-items: center;
  color: #E8950A;
  display: flex;
  height: 2.25rem;
}.fvm_htp_step_ic-p6f svg {
  width: 1.125rem;
  height: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.fvm_htp_step_h-p6f {
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #F4F4F6;
  line-height: 1.25;
}.fvm_htp_step_p-p6f {
  line-height: 1.55;
  font-size: 13px;
  color: #6A6A76;
  overflow-wrap: break-word;
}.fvm_htp_step_p-p6f strong {
  font-weight: 600;
  color: #C6C6D0;
}.fvm_htp_cta-p6f {
  transition: background .2s;
  background: #22C55E;
  padding: 0.813rem 1.625rem;
  border-radius: 0.5rem;
  margin-top: 20px;
  display: inline-block;
  color: #0D0D10;
  font-weight: 700;
  font-size: 0.875rem;
}.fvm_htp_cta-p6f:hover {
  background: #16A34A;
}.fvm_prov-p6f {
  background: #0E0E11;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.fvm_prov-p6f {
  padding: 44px 1.5rem 0;
}
}.fvm_prov_in-p6f {
  margin: 0 auto;
  max-width: 82.5rem;
}.fvm_prov_head-p6f {
  margin-bottom: 1rem;
}.fvm_prov_label-p6f {
  color: #E8950A;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.fvm_prov_h2-p6f {
  color: #F4F4F6;
  margin-bottom: 0.5rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
}
@media(min-width: 770px) {.fvm_prov_h2-p6f {
  font-size: 24px;
}
}.fvm_prov_seo-p6f {
  overflow-wrap: break-word;
  color: #6A6A76;
  line-height: 1.6;
  max-width: 620px;
  margin-bottom: 1rem;
  font-size: 0.813rem;
}.fvm_prov_seo-p6f strong {
  font-weight: 700;
  color: #C6C6D0;
}.fvm_prov_seo-p6f a {
  text-decoration: underline;
  color: #E8950A;
}.fvm_prov_grid-p6f {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 637px) {.fvm_prov_grid-p6f {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.fvm_prov_grid-p6f {
  grid-template-columns: repeat(8,1fr);
}
}.fvm_prov_card-p6f {
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  padding: 0.875rem 10px;
  transition: border-color .2s,background .2s;
  background: #141418;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
}.fvm_prov_card-p6f:hover {
  border-color: rgba(232, 149, 18, 0.45);
  background: #18181E;
}.fvm_prov_logo-p6f {
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 0.313rem;
  justify-content: center;
  width: 2.75rem;
  align-items: center;
  height: 2.75rem;
  display: flex;
}.fvm_prov_logo-p6f img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.fvm_prov_name-p6f {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  text-align: center;
  font-weight: 600;
  color: #8E8E9C;
}.fvm_app-p6f {
  background: #0E0E11;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.fvm_app-p6f {
  padding: 2.75rem 24px 0;
}
}.fvm_app_in-p6f {
  margin: 0 auto;
  max-width: 1320px;
}.fvm_app_head-p6f {
  margin-bottom: 16px;
}.fvm_app_label-p6f {
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #E8950A;
}.fvm_app_h2-p6f {
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4F4F6;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width:768px) {.fvm_app_h2-p6f {
  font-size: 24px;
}
}.fvm_app_sub-p6f {
  max-width: 600px;
  font-size: 0.813rem;
  color: #6A6A76;
  line-height: 1.6;
  overflow-wrap: break-word;
}.fvm_app_sub-p6f strong {
  font-weight: 700;
  color: #C6C6D0;
}.fvm_app_cards-p6f {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 1rem;
}
@media(min-width:640px) {.fvm_app_cards-p6f {
  grid-template-columns: repeat(3,1fr);
}
}.fvm_app_card-p6f {
  gap: 1rem;
  border-radius: 8px;
  overflow: hidden;
  padding: 1.25rem;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  display: flex;
}.fvm_app_card_ios-p6f {
  background: linear-gradient(135deg,rgba(232, 149, 10, 0.18) 0%,#18181E 100%);
}.fvm_app_card_android-p6f {
  background: linear-gradient(135deg,rgba(34, 197, 94, 0.15) 0%,#18181E 100%);
}.fvm_app_card_win-p6f {
  background: linear-gradient(135deg,rgba(245, 200, 66, 0.14) 0%,#18181E 100%);
}.fvm_app_card_ic-p6f svg {
  height: 34px;
  stroke-linecap: round;
  width: 2.125rem;
  stroke-linejoin: round;
}.fvm_app_card_ic-p6f {
  color: #F4F4F6;
  flex-shrink: 0;
}.fvm_app_card_os-p6f {
  color: #6A6A76;
  margin-bottom: 0.375rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10px;
}.fvm_app_card_title-p6f {
  line-height: 1.2;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F4F4F6;
  margin-bottom: 6px;
}.fvm_app_card_text-p6f {
  color: #6A6A76;
  margin-bottom: 0.875rem;
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 12px;
}.fvm_app_card_btn-p6f {
  border-radius: 5px;
  border: 1px solid rgba(232, 149, 18, 0.45);
  padding: 0.625rem 18px;
  transition: background .2s;
  gap: 0.438rem;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 700;
  color: #F4F4F6;
  align-items: center;
  display: inline-flex;
  font-size: 0.813rem;
}.fvm_app_card_btn-p6f:hover {
  background: rgba(255, 255, 255, 0.07);
}.fvm_rv-p6f {
  padding: 36px 1rem 0;
  background: #0E0E11;
}
@media(min-width: 771px) {.fvm_rv-p6f {
  padding: 2.75rem 1.5rem 0;
}
}.fvm_rv_in-p6f {
  margin: 0 auto;
  max-width: 1320px;
}.fvm_rv_head-p6f {
  margin-bottom: 20px;
  max-width: 45rem;
}.fvm_rv_label-p6f {
  color: #E8950A;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.fvm_rv_h2-p6f {
  font-weight: 800;
  font-size: 1.375rem;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  color: #F4F4F6;
}
@media(min-width: 767px) {.fvm_rv_h2-p6f {
  font-size: 1.75rem;
}
}.fvm_rv_stats-p6f {
  gap: 1.125rem;
  flex-wrap: wrap;
  color: #6A6A76;
  display: flex;
  font-size: 0.813rem;
  align-items: center;
}.fvm_rv_stats_score-p6f {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.fvm_rv_stats_score_val-p6f {
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  color: #F5C842;
}.fvm_rv_stats_score_max-p6f {
  font-size: 13px;
  color: #52525C;
}.fvm_rv_stats_badge-p6f {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.fvm_rv_stats_badge-p6f svg {
  color: #F5C842;
  width: 0.875rem;
  height: 0.875rem;
}.fvm_rv_grid-p6f {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.fvm_rv_grid-p6f {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.fvm_rv_grid-p6f {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.fvm_rv_card-p6f {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  background: #18181E;
  padding: 1.25rem;
  flex-direction: column;
  display: flex;
}.fvm_rv_card_stars-p6f {
  gap: 2px;
  display: flex;
  color: #F5C842;
  margin-bottom: 10px;
}.fvm_rv_card_stars-p6f svg {
  height: 14px;
  width: 14px;
}.fvm_rv_card_h-p6f {
  overflow-wrap: break-word;
  color: #F4F4F6;
  margin-bottom: 8px;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 700;
}.fvm_rv_card_body-p6f {
  flex: 1;
  font-size: 0.813rem;
  margin-bottom: 0.875rem;
  line-height: 1.65;
  color: #6A6A76;
  overflow-wrap: break-word;
}.fvm_rv_card_body-p6f strong {
  font-weight: 600;
  color: #C6C6D0;
}.fvm_rv_card_meta-p6f {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  flex-wrap: wrap;
  padding-top: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}.fvm_rv_card_author-p6f {
  font-weight: 600;
  font-size: 12px;
  color: #C6C6D0;
}.fvm_rv_card_date-p6f {
  font-size: 11px;
  color: #52525C;
}.fvm_seo-p6f {
  padding: 2.25rem 1rem 0;
  background: #0E0E11;
}
@media(min-width: 769px) {.fvm_seo-p6f {
  padding: 2.75rem 1.5rem 0;
}
}.fvm_seo_in-p6f {
  margin: 0 auto;
  background: #18181E;
  padding: 1.75rem 24px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 1320px;
}
@media(min-width: 769px) {.fvm_seo_in-p6f {
  padding: 2.25rem 2.5rem;
}
}.fvm_seo_label-p6f {
  color: #E8950A;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
}.fvm_seo_h2-p6f {
  font-size: 20px;
  line-height: 1.25;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  color: #F4F4F6;
  margin-bottom: 0.875rem;
  font-weight: 800;
}
@media(min-width: 771px) {.fvm_seo_h2-p6f {
  font-size: 24px;
}
}.fvm_seo_body-p6f {
  line-height: 1.75;
  color: #8E8E9C;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.fvm_seo_body-p6f p {
  color: #8E8E9C;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.75;
}.fvm_seo_body-p6f p:last-child {
  margin-bottom: 0;
}.fvm_seo_body-p6f strong {
  color: #C6C6D0;
  font-weight: 700;
}.fvm_seo_body-p6f a {
  transition: color .2s;
  text-decoration: underline;
  color: #E8950A;
}.fvm_seo_body-p6f a:hover {
  color: #F5A520;
}.fvm_seo_body-p6f ul,.fvm_seo_body-p6f ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.fvm_seo_body-p6f ol {
  list-style: decimal;
}.fvm_seo_body-p6f li {
  color: #8E8E9C;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 6px;
}.fvm_seo_body-p6f table {
  margin-bottom: 0.75rem;
  display: block;
  font-size: 0.813rem;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 765px) {.fvm_seo_body-p6f table {
  display: table;
}
}.fvm_seo_body-p6f th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  color: #C6C6D0;
  font-weight: 700;
}.fvm_seo_body-p6f td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #8E8E9C;
}.fvm_seo_cols-p6f {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 637px) {.fvm_seo_cols-p6f {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.fvm_seo_cols-p6f {
  grid-template-columns: repeat(3,1fr);
}
}.fvm_seo_col_h-p6f {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #C6C6D0;
  margin-bottom: 7px;
  font-size: 0.813rem;
}.fvm_seo_col_p-p6f {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #6A6A76;
}.fvm_seo_stats-p6f {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.fvm_seo_stat-p6f {
  background: rgba(232, 149, 10, 0.07);
  flex: 1;
  border: 1px solid rgba(232, 149, 10, 0.18);
  padding: 0.875rem 1rem;
  border-radius: 0.5rem;
  min-width: 140px;
}.fvm_seo_stat_val-p6f {
  margin-bottom: 0.25rem;
  font-weight: 800;
  color: #E8950A;
  font-size: 20px;
  overflow-wrap: break-word;
}.fvm_seo_stat_lb-p6f {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #6A6A76;
}.fvm_faq-p6f {
  background: #0E0E11;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.fvm_faq-p6f {
  padding: 44px 1.5rem 0;
}
}.fvm_faq_in-p6f {
  margin: 0 auto;
  max-width: 1320px;
}.fvm_faq_head-p6f {
  margin-bottom: 20px;
}.fvm_faq_label-p6f {
  color: #E8950A;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
}.fvm_faq_h2-p6f {
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #F4F4F6;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width:768px) {.fvm_faq_h2-p6f {
  font-size: 1.5rem;
}
}.fvm_faq_list-p6f {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.fvm_faq_item-p6f {
  background: #18181E;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  overflow: hidden;
}.fvm_faq_q-p6f {
  gap: 0.75rem;
  transition: color .2s;
  padding: 1rem 1.25rem;
  justify-content: space-between;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #C6C6D0;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.fvm_faq_q-p6f:hover {
  color: #F4F4F6;
}.fvm_faq_q_ic-p6f {
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  color: #E8950A;
  width: 24px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 24px;
  font-size: 1rem;
  display: flex;
}.fvm_faq_item-p6f.fvm_state_open-p6f .fvm_faq_q_ic-p6f {
  transform: rotate(45deg);
}.fvm_faq_a-p6f {
  padding: 0 1.25rem 16px;
  overflow-wrap: break-word;
  color: #6A6A76;
  display: none;
  line-height: 1.7;
  font-size: 13px;
}.fvm_faq_item-p6f.fvm_state_open-p6f .fvm_faq_a-p6f {
  display: block;
}.fvm_faq_a-p6f strong {
  font-weight: 700;
  color: #C6C6D0;
}.fvm_faq_a-p6f a {
  color: #E8950A;
  text-decoration: underline;
}.fvm_faq_a-p6f ul,.fvm_faq_a-p6f ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.fvm_faq_a-p6f ol {
  list-style: decimal;
}.fvm_faq_a-p6f li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.fvm_faq_a-p6f table {
  margin: 8px 0;
  border-collapse: collapse;
  font-size: 12px;
  display: block;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 769px) {.fvm_faq_a-p6f table {
  display: table;
}
}.fvm_faq_a-p6f th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 0.5rem;
  text-align: left;
  color: #C6C6D0;
  font-weight: 700;
}.fvm_faq_a-p6f td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6A6A76;
}.fvm_pmt-p6f {
  background: #0E0E11;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.fvm_pmt-p6f {
  padding: 44px 24px 0;
}
}.fvm_pmt_in-p6f {
  margin: 0 auto;
  max-width: 82.5rem;
}.fvm_pmt_head-p6f {
  max-width: 45rem;
  margin-bottom: 1.375rem;
}.fvm_pmt_label-p6f {
  font-weight: 700;
  color: #E8950A;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: .08em;
}.fvm_pmt_h2-p6f {
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
  color: #F4F4F6;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.fvm_pmt_h2-p6f {
  font-size: 1.75rem;
}
}.fvm_pmt_intro-p6f {
  color: #6A6A76;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.fvm_pmt_groups-p6f {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}.fvm_pmt_group-p6f {
  border-radius: 8px;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #18181E;
}.fvm_pmt_group_head-p6f {
  gap: 12px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.fvm_pmt_group_ic-p6f {
  background: rgba(232, 149, 10, 0.18);
  border-radius: 0.313rem;
  width: 2.25rem;
  color: #E8950A;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 36px;
}.fvm_pmt_group_ic-p6f svg {
  stroke-linecap: round;
  width: 18px;
  stroke-linejoin: round;
  height: 18px;
}.fvm_pmt_group_h-p6f {
  margin: 0;
  font-weight: 700;
  color: #F4F4F6;
  overflow-wrap: break-word;
  font-size: 16px;
  font-family: 'Barlow Condensed', sans-serif;
}.fvm_pmt_group_p-p6f {
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.6;
  margin-bottom: 14px;
  color: #6A6A76;
}.fvm_pmt_group_p-p6f strong {
  color: #C6C6D0;
  font-weight: 600;
}.fvm_pmt_table_wrap-p6f {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.fvm_pmt_table-p6f {
  border-collapse: collapse;
  width: 100%;
  min-width: 540px;
  font-size: 0.813rem;
}.fvm_pmt_table-p6f th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  font-weight: 700;
  text-align: left;
  font-size: 0.688rem;
  white-space: nowrap;
  color: #C6C6D0;
  letter-spacing: .04em;
  text-transform: uppercase;
}.fvm_pmt_table-p6f td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  color: #6A6A76;
}.fvm_pmt_table-p6f tbody tr:last-child td {
  border-bottom: none;
}.fvm_pmt_table-p6f tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C6C6D0;
}.fvm_seo-p6f {
  background: #0E0E11;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.fvm_seo-p6f {
  padding: 2.75rem 24px 0;
}
}.fvm_seo_in-p6f {
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  background: #18181E;
  padding: 1.75rem 1.5rem;
  border-radius: 14px;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.fvm_seo_in-p6f {
  padding: 36px 2.5rem;
}
}.fvm_seo_label-p6f {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  color: #E8950A;
  font-weight: 700;
}.fvm_seo_h2-p6f {
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  color: #F4F4F6;
  margin-bottom: 14px;
  line-height: 1.25;
  font-size: 20px;
}
@media(min-width: 767px) {.fvm_seo_h2-p6f {
  font-size: 1.5rem;
}
}.fvm_seo_body-p6f {
  overflow-wrap: break-word;
  color: #8E8E9C;
  font-size: 0.875rem;
  line-height: 1.75;
}.fvm_seo_body-p6f p {
  margin-bottom: 0.75rem;
  color: #8E8E9C;
  line-height: 1.75;
  font-size: 14px;
}.fvm_seo_body-p6f p:last-child {
  margin-bottom: 0;
}.fvm_seo_body-p6f strong {
  color: #C6C6D0;
  font-weight: 700;
}.fvm_seo_body-p6f a {
  transition: color .2s;
  text-decoration: underline;
  color: #E8950A;
}.fvm_seo_body-p6f a:hover {
  color: #F5A520;
}.fvm_seo_body-p6f ul,.fvm_seo_body-p6f ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.fvm_seo_body-p6f ol {
  list-style: decimal;
}.fvm_seo_body-p6f li {
  color: #8E8E9C;
  line-height: 1.75;
  margin-bottom: 6px;
  font-size: 14px;
}.fvm_seo_body-p6f table {
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
  margin-bottom: 12px;
  overflow-x: auto;
  display: block;
}
@media(min-width: 765px) {.fvm_seo_body-p6f table {
  display: table;
}
}.fvm_seo_body-p6f th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C6C6D0;
}.fvm_seo_body-p6f td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8E8E9C;
}.fvm_seo_cols-p6f {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 637px) {.fvm_seo_cols-p6f {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.fvm_seo_cols-p6f {
  grid-template-columns: repeat(3,1fr);
}
}.fvm_seo_col_h-p6f {
  color: #C6C6D0;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 700;
}.fvm_seo_col_p-p6f {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
  color: #6A6A76;
}.fvm_seo_stats-p6f {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.fvm_seo_stat-p6f {
  padding: 14px 16px;
  border: 1px solid rgba(232, 149, 10, 0.18);
  border-radius: 0.5rem;
  flex: 1;
  background: rgba(232, 149, 10, 0.07);
  min-width: 8.75rem;
}.fvm_seo_stat_val-p6f {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #E8950A;
}.fvm_seo_stat_lb-p6f {
  color: #6A6A76;
  font-size: 11px;
  overflow-wrap: break-word;
}.fvm_seo-p6f {
  background: #0E0E11;
  padding: 36px 1rem 0;
}
@media(min-width:768px) {.fvm_seo-p6f {
  padding: 2.75rem 24px 0;
}
}.fvm_seo_in-p6f {
  background: #18181E;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  border-radius: 14px;
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 769px) {.fvm_seo_in-p6f {
  padding: 2.25rem 2.5rem;
}
}.fvm_seo_label-p6f {
  color: #E8950A;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}.fvm_seo_h2-p6f {
  font-weight: 800;
  margin-bottom: 14px;
  color: #F4F4F6;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  line-height: 1.25;
}
@media(min-width: 769px) {.fvm_seo_h2-p6f {
  font-size: 24px;
}
}.fvm_seo_body-p6f {
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #8E8E9C;
}.fvm_seo_body-p6f p {
  margin-bottom: 0.75rem;
  color: #8E8E9C;
  line-height: 1.75;
  font-size: 14px;
}.fvm_seo_body-p6f p:last-child {
  margin-bottom: 0;
}.fvm_seo_body-p6f strong {
  font-weight: 700;
  color: #C6C6D0;
}.fvm_seo_body-p6f a {
  transition: color .2s;
  text-decoration: underline;
  color: #E8950A;
}.fvm_seo_body-p6f a:hover {
  color: #F5A520;
}.fvm_seo_body-p6f ul,.fvm_seo_body-p6f ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.fvm_seo_body-p6f ol {
  list-style: decimal;
}.fvm_seo_body-p6f li {
  color: #8E8E9C;
  font-size: 14px;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.fvm_seo_body-p6f table {
  display: block;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px;
  font-size: 13px;
}
@media(min-width: 767px) {.fvm_seo_body-p6f table {
  display: table;
}
}.fvm_seo_body-p6f th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #C6C6D0;
}.fvm_seo_body-p6f td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8E8E9C;
}.fvm_seo_cols-p6f {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 642px) {.fvm_seo_cols-p6f {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.fvm_seo_cols-p6f {
  grid-template-columns: repeat(3,1fr);
}
}.fvm_seo_col_h-p6f {
  font-size: 0.813rem;
  color: #C6C6D0;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.fvm_seo_col_p-p6f {
  overflow-wrap: break-word;
  color: #6A6A76;
  line-height: 1.65;
  font-size: 13px;
}.fvm_seo_stats-p6f {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.fvm_seo_stat-p6f {
  border: 1px solid rgba(232, 149, 10, 0.18);
  padding: 14px 1rem;
  border-radius: 8px;
  background: rgba(232, 149, 10, 0.07);
  flex: 1;
  min-width: 8.75rem;
}.fvm_seo_stat_val-p6f {
  overflow-wrap: break-word;
  color: #E8950A;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 4px;
}.fvm_seo_stat_lb-p6f {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #6A6A76;
}.fvm_ft-p6f {
  background: #09090B;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.fvm_ft_support-p6f {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 765px) {.fvm_ft_support-p6f {
  padding: 28px 1.5rem;
}
}.fvm_ft_support_in-p6f {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 1320px;
  align-items: center;
  display: flex;
}.fvm_ft_support_main-p6f {
  flex: 1;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  min-width: 13.75rem;
  display: flex;
}.fvm_ft_support_ic-p6f {
  color: #E8950A;
  flex-shrink: 0;
}.fvm_ft_support_ic-p6f svg {
  height: 30px;
  stroke-linejoin: round;
  width: 1.875rem;
  stroke-linecap: round;
}.fvm_ft_support_text_title-p6f {
  margin-bottom: 3px;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  color: #F4F4F6;
}.fvm_ft_support_text_sub-p6f {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #6A6A76;
}.fvm_ft_support_btn-p6f {
  padding: 0.688rem 22px;
  transition: background .2s;
  background: #E8950A;
  border-radius: 0.5rem;
  white-space: nowrap;
  color: #F4F4F6;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
}.fvm_ft_support_btn-p6f:hover {
  background: #F5A520;
}.fvm_ft_support_contacts-p6f {
  gap: 1rem;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.fvm_ft_support_contact-p6f {
  line-height: 1.4;
  color: #52525C;
  font-size: 0.75rem;
}.fvm_ft_support_contact-p6f strong {
  font-size: 11px;
  margin-bottom: 2px;
  display: block;
  color: #8E8E9C;
  font-weight: 600;
}.fvm_ft_main-p6f {
  padding: 2rem 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.fvm_ft_main-p6f {
  padding: 2.5rem 24px 2rem;
}
}.fvm_ft_main_in-p6f {
  margin: 0 auto;
  gap: 1.5rem;
  max-width: 82.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width:640px) {.fvm_ft_main_in-p6f {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.fvm_ft_main_in-p6f {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.fvm_ft_col_logo-p6f {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.fvm_ft_col_logo-p6f {
  grid-column: auto;
}
}.fvm_ft_logo-p6f {
  gap: 0.563rem;
  flex-wrap: wrap;
  color: #F4F4F6;
  margin-bottom: 0.75rem;
  display: flex;
  font-size: 1rem;
  overflow-wrap: break-word;
  font-weight: 800;
  align-items: center;
}.fvm_ft_logo_mark-p6f {
  border-radius: 5px;
  overflow: hidden;
  height: 30px;
  width: 30px;
}.fvm_ft_logo_mark-p6f img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.fvm_ft_logo_sub-p6f {
  color: #52525C;
  line-height: 1.55;
  max-width: 12.5rem;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.fvm_ft_col_title-p6f {
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 12px;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #8E8E9C;
}.fvm_ft_col_links-p6f {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.fvm_ft_col_link-p6f {
  transition: color .2s;
  font-size: 13px;
  color: #52525C;
  overflow-wrap: break-word;
}.fvm_ft_col_link-p6f:hover {
  color: #C6C6D0;
}.fvm_ft_apps-p6f {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.fvm_ft_app_card-p6f {
  background: rgba(255, 255, 255, 0.05);
  gap: 10px;
  padding: 0.625rem 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  border-radius: 0.313rem;
  align-items: center;
  display: flex;
}.fvm_ft_app_card-p6f:hover {
  border-color: rgba(232, 149, 18, 0.45);
}.fvm_ft_app_card_ic-p6f svg {
  height: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 22px;
}.fvm_ft_app_card_os-p6f {
  color: #52525C;
  font-size: 0.625rem;
  font-weight: 600;
}.fvm_ft_app_card_action-p6f {
  font-weight: 700;
  color: #C6C6D0;
  font-size: 0.75rem;
}.fvm_ft_bot-p6f {
  padding: 20px 1rem;
}
@media(min-width: 765px) {.fvm_ft_bot-p6f {
  padding: 1.25rem 1.5rem;
}
}.fvm_ft_bot_in-p6f {
  margin: 0 auto;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  max-width: 82.5rem;
}.fvm_ft_socials-p6f {
  gap: 8px;
  display: flex;
}.fvm_ft_soc-p6f {
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  border-radius: 0.313rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  height: 36px;
  width: 2.25rem;
  display: flex;
  justify-content: center;
  color: #8E8E9C;
  align-items: center;
}.fvm_ft_soc-p6f svg {
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
  height: 16px;
}.fvm_ft_soc-p6f:hover {
  background: rgba(255, 255, 255, 0.07);
}.fvm_ft_legal-p6f {
  flex: 1;
  font-size: 11px;
  min-width: 200px;
  overflow-wrap: break-word;
  color: #8C8C9A;
  line-height: 1.6;
}.fvm_ft_legal-p6f strong {
  font-weight: 700;
  color: #8E8E9C;
}.fvm_ft_legal-p6f a {
  color: #8E8E9C;
  text-decoration: underline;
}.fvm_ft_age-p6f {
  border: 2px solid #8C8C9A;
  border-radius: 50%;
  font-weight: 800;
  flex-shrink: 0;
  margin-left: auto;
  height: 32px;
  justify-content: center;
  font-size: 11px;
  color: #8C8C9A;
  align-items: center;
  width: 32px;
  display: flex;
}