*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #080E0B;
  line-height: 1.6;
  min-height: 100vh;
  font-family: 'DM Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #C2D9CB;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  color: inherit;
  text-decoration: none;
}button {
  background: none;
  font: inherit;
  border: none;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.mfa_layout_voq {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.mfa_page_voq {
  min-height: 100vh;
  display: flex;
}.mfa_main_voq {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media(min-width:1080px) {.mfa_main_voq {
  padding-left: 13.75rem;
}
}
@media(max-width: 1080px) {.mfa_main_voq {
  padding-bottom: 4.5rem;
}
}.mfa_gc_voq {
  background: #0C1410;
  border: 1px solid rgba(255,255,255,0.05);
  overflow: hidden;
  border-radius: 10px;
  transition: transform .2s,border-color .2s;
  cursor: pointer;
  width: 140px;
  position: relative;
  flex-shrink: 0;
}
@media(min-width: 639px) {.mfa_gc_voq {
  width: 156px;
}
}
@media(min-width: 1081px) {.mfa_gc_voq {
  width: 10.5rem;
}
}.mfa_gc_voq:hover {
  border-color: rgba(0,232,88,0.07);
  transform: translateY(-3px);
}.mfa_gc_img_voq {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.mfa_gc_img_voq img {
  inset: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
}.mfa_gc_hover_voq {
  background: rgba(5,9,7,0.72);
  inset: 0;
  transition: opacity .2s;
  position: absolute;
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 0;
}.mfa_gc_voq:hover .mfa_gc_hover_voq {
  opacity: 1;
}.mfa_gc_hover_btn_voq {
  background: #00E858;
  border-radius: 0.375rem;
  padding: 8px 16px;
  font-weight: 700;
  color: #EDF7F2;
  font-size: 0.75rem;
}.mfa_gc_info_voq {
  padding: 8px 0.625rem 0.625rem;
}.mfa_gc_name_voq {
  overflow: hidden;
  font-size: 0.75rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #C2D9CB;
  margin-bottom: 3px;
  font-weight: 600;
}.mfa_gc_prov_voq {
  font-size: 10px;
  color: #455A4F;
}.mfa_gc_tag_voq {
  padding: 2px 0.438rem;
  border-radius: 4px;
  position: absolute;
  font-weight: 700;
  z-index: 2;
  font-size: 9px;
  top: 0.375rem;
  left: 6px;
  text-transform: uppercase;
  letter-spacing: .04em;
}.mfa_gc_tag_hot_voq {
  background: #E5313A;
  color: #fff;
}.mfa_gc_tag_new_voq {
  background: #00E858;
  color: #080E0B;
}.mfa_gc_tag_jp_voq {
  background: #F0A500;
  color: #080E0B;
}.mfa_gc_tag_ex_voq {
  background: #00A878;
  color: #fff;
}.mfa_gc_tag_live_voq {
  background: #E5313A;
  color: #fff;
}.mfa_gr_voq {
  background: #080E0B;
  padding: 2rem 1rem 0;
}
@media(min-width: 767px) {.mfa_gr_voq {
  padding: 36px 1.5rem 0;
}
}.mfa_gr_in_voq {
  margin: 0 auto;
  max-width: 1320px;
}.mfa_gr_head_voq {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}.mfa_gr_head_l_voq {
  gap: 10px;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}.mfa_gr_ic_voq {
  border-radius: 0.625rem;
  display: flex;
  width: 32px;
  justify-content: center;
  height: 32px;
  flex-shrink: 0;
  align-items: center;
}.mfa_gr_ic_voq svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
  width: 16px;
}.mfa_gr_title_voq {
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  color: #EDF7F2;
  font-weight: 700;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.mfa_gr_title_voq {
  font-size: 18px;
}
}.mfa_gr_more_voq {
  transition: color .2s;
  gap: 0.313rem;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  color: #607A6A;
  display: flex;
  flex-shrink: 0;
  font-size: 0.75rem;
}.mfa_gr_more_voq:hover {
  color: #00E858;
}.mfa_gr_more_voq svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.75rem;
  height: 0.75rem;
}.mfa_gr_arrows_voq {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.mfa_gr_arr_voq {
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.05);
  transition: background .15s,color .15s;
  border-radius: 6px;
  display: flex;
  width: 30px;
  align-items: center;
  color: #8AAD97;
  justify-content: center;
  height: 1.875rem;
}.mfa_gr_arr_voq:hover {
  background: rgba(255,255,255,0.07);
  color: #EDF7F2;
}.mfa_gr_arr_voq svg {
  height: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.813rem;
}.mfa_gr_seo_h_voq {
  margin: 0 0 0.375rem;
  color: #C2D9CB;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  font-size: 0.813rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}
@media(min-width: 766px) {.mfa_gr_seo_h_voq {
  font-size: 14px;
}
}.mfa_gr_seo_voq {
  overflow-wrap: break-word;
  color: #607A6A;
  max-width: 42.5rem;
  line-height: 1.55;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
}.mfa_gr_seo_voq strong {
  color: #C2D9CB;
  font-weight: 600;
}.mfa_gr_scroll_voq {
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.625rem;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
}.mfa_gr_scroll_voq::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.mfa_gr_scroll_voq {
  gap: 12px;
}
}.mfa_tb_voq {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #070D09;
  z-index: 80;
  right: 0;
  left: 0;
  align-items: center;
  height: 56px;
  display: flex;
  top: 0;
  position: fixed;
}.mfa_tb_in_voq {
  gap: 0;
  padding: 0 14px;
  height: 100%;
  align-items: center;
  display: flex;
  width: 100%;
}.mfa_tb_burger_voq {
  gap: 0.313rem;
  border-radius: 10px;
  width: 2.375rem;
  align-items: center;
  display: flex;
  margin-right: 0.5rem;
  height: 38px;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}.mfa_tb_burger_voq:hover {
  background: rgba(255,255,255,0.05);
}.mfa_tb_burger_line_voq {
  background: #8AAD97;
  border-radius: 1px;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width: 1081px) {.mfa_tb_burger_voq {
  display: none;
}
}.mfa_tb_logo_voq {
  gap: 0.563rem;
  display: flex;
  color: #EDF7F2;
  flex-shrink: 0;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  margin-right: 20px;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 800;
}.mfa_tb_logo_mark_voq {
  border-radius: 0.625rem;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 32px;
  display: flex;
}.mfa_tb_logo_mark_voq img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.mfa_tb_nav_voq {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 643px) {.mfa_tb_nav_voq {
  display: flex;
}
}.mfa_tb_tab_voq {
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s;
  border-radius: 0.625rem;
  font-size: 13px;
  color: #8AAD97;
  font-weight: 600;
  white-space: nowrap;
}.mfa_tb_tab_voq:hover {
  background: rgba(255,255,255,0.05);
  color: #EDF7F2;
}.mfa_tb_tab_voq.mfa_state_active_voq {
  background: rgba(0,232,88,0.15);
  color: #EDF7F2;
}.mfa_tb_right_voq {
  gap: 0.5rem;
  margin-left: auto;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.mfa_tb_login_voq {
  padding: 0.563rem 1rem;
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  display: none;
  font-size: 13px;
  font-weight: 600;
  color: #C2D9CB;
}.mfa_tb_login_voq:hover {
  border-color: rgba(0,232,88,0.38);
  color: #EDF7F2;
}
@media(min-width: 483px) {.mfa_tb_login_voq {
  display: block;
}
}.mfa_tb_reg_voq {
  border-radius: 10px;
  background: #00E858;
  padding: 0.563rem 1.125rem;
  transition: background .2s;
  color: #061009;
  font-weight: 700;
  white-space: nowrap;
  font-size: 13px;
}.mfa_tb_reg_voq:hover {
  background: #1FFF6E;
}.mfa_sb_voq {
  transform: translateX(-100%);
  border-right: 1px solid rgba(255,255,255,0.05);
  background: #0F1814;
  transition: transform .25s ease;
  z-index: 70;
  left: 0;
  bottom: 0;
  position: fixed;
  width: 220px;
  overflow-y: auto;
  top: 3.5rem;
}.mfa_sb_voq.mfa_state_open_voq {
  transform: translateX(0);
}.mfa_sb_voq::-webkit-scrollbar {
  width: 0.25rem;
}.mfa_sb_voq::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
}
@media(min-width: 1078px) {.mfa_sb_voq {
  transform: translateX(0);
}
}.mfa_sb_auth_voq {
  padding: 14px 0.75rem 0.625rem;
}.mfa_sb_btn_reg_voq {
  border-radius: 10px;
  background: #00E858;
  padding: 11px;
  transition: background .2s;
  font-size: 0.813rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 8px;
  color: #061009;
  display: block;
}.mfa_sb_btn_reg_voq:hover {
  background: #1FFF6E;
}.mfa_sb_btn_login_voq {
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  transition: border-color .2s;
  padding: 0.625rem;
  border: 1px solid rgba(255,255,255,0.09);
  text-align: center;
  color: #C2D9CB;
  font-weight: 600;
  font-size: 0.813rem;
  display: block;
}.mfa_sb_btn_login_voq:hover {
  border-color: rgba(0,232,88,0.38);
  color: #EDF7F2;
}.mfa_sb_promo_voq {
  margin: 0 12px 10px;
  border: 1px solid rgba(0,232,88,0.15);
  border-radius: 10px;
  padding: 0.75rem 0.875rem;
  overflow: hidden;
  background: linear-gradient(135deg,#062B14,#0F1814);
  position: relative;
}.mfa_sb_promo_voq::before {
  background: radial-gradient(circle,rgba(0,232,88,0.15),transparent 70%);
  border-radius: 50%;
  position: absolute;
  content: '';
  height: 80px;
  right: -1.25rem;
  width: 5rem;
  top: -20px;
}.mfa_sb_promo_title_voq {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: .06em;
  font-size: 11px;
  color: #00E858;
}.mfa_sb_promo_text_voq {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: break-word;
  color: #EDF7F2;
}.mfa_sb_promo_sub_voq {
  font-size: 0.625rem;
  color: #607A6A;
  margin-top: 3px;
}.mfa_sb_nav_voq {
  padding: 0.375rem 0.5rem 16px;
}.mfa_sb_nav_lb_voq {
  padding: 10px 0.5rem 0.375rem;
  text-transform: uppercase;
  color: #455A4F;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 10px;
}.mfa_sb_link_voq {
  transition: background .15s,color .15s;
  gap: 0.625rem;
  border-radius: 0.375rem;
  padding: 9px 0.625rem;
  font-weight: 500;
  color: #8AAD97;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  align-items: center;
  display: flex;
  cursor: pointer;
}.mfa_sb_link_voq:hover {
  background: rgba(255,255,255,0.05);
  color: #EDF7F2;
}.mfa_sb_link_voq.mfa_state_active_voq {
  background: rgba(0,232,88,0.15);
  color: #EDF7F2;
}.mfa_sb_ic_voq {
  border-radius: 0.375rem;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  height: 30px;
  width: 30px;
  justify-content: center;
}.mfa_sb_ic_voq svg {
  width: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
}.mfa_sb_ic_1_voq {
  background: rgba(0,232,88,0.07);
  color: #00E858;
}.mfa_sb_ic_2_voq {
  background: rgba(0,232,88,0.13);
  color: #00E858;
}.mfa_sb_ic_3_voq {
  background: rgba(240,165,0,0.14);
  color: #F0A500;
}.mfa_sb_ic_4_voq {
  background: rgba(0,168,120,0.18);
  color: #00A878;
}.mfa_sb_ic_5_voq {
  background: rgba(0,232,88,0.07);
  color: #FF3D7F;
}.mfa_sb_ic_6_voq {
  background: rgba(0,168,120,0.18);
  color: #8B3FBF;
}.mfa_sb_badge_voq {
  padding: 2px 7px;
  border-radius: 6px;
  background: #F0A500;
  margin-left: auto;
  color: #061009;
  font-size: 0.563rem;
  font-weight: 700;
}.mfa_sb_bot_voq {
  padding: 12px;
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 8px;
  display: flex;
}.mfa_sb_lang_voq,.mfa_sb_help_voq {
  background: rgba(255,255,255,0.05);
  gap: 6px;
  border: 1px solid rgba(255,255,255,0.05);
  flex: 1;
  transition: border-color .2s;
  border-radius: 0.375rem;
  padding: 9px 0.375rem;
  font-weight: 600;
  font-size: 11px;
  align-items: center;
  display: flex;
  color: #8AAD97;
  justify-content: center;
}.mfa_sb_lang_voq:hover,.mfa_sb_help_voq:hover {
  border-color: rgba(0,232,88,0.38);
  color: #EDF7F2;
}.mfa_sb_lang_voq svg,.mfa_sb_help_voq svg {
  width: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 13px;
}.mfa_sb_bd_voq {
  background: rgba(5,9,7,0.72);
  inset: 0;
  display: none;
  position: fixed;
  z-index: 69;
}.mfa_sb_bd_voq.mfa_state_on_voq {
  display: block;
}
@media(min-width: 1077px) {.mfa_sb_bd_voq {
  display: none!important;
}
}.mfa_mob_nav_voq {
  border-top: 1px solid rgba(255,255,255,0.09);
  background: #0F1814;
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  right: 0;
  display: flex;
  position: fixed;
  z-index: 80;
  bottom: 0;
  left: 0;
}
@media(min-width: 1077px) {.mfa_mob_nav_voq {
  display: none;
}
}.mfa_mob_nav_item_voq {
  gap: 0.25rem;
  flex: 1;
  padding: 0.25rem 2px;
  display: flex;
  color: #455A4F;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}.mfa_mob_nav_ic_voq {
  line-height: 1;
}.mfa_mob_nav_ic_voq svg {
  stroke-linecap: round;
  height: 1.25rem;
  stroke-linejoin: round;
  width: 20px;
}.mfa_mob_nav_lb_voq {
  font-weight: 600;
  color: #455A4F;
  font-size: 10px;
}.mfa_mob_nav_item_voq.mfa_state_active_voq {
  color: #00E858;
}.mfa_mob_nav_item_voq.mfa_state_active_voq .mfa_mob_nav_lb_voq {
  color: #00E858;
}.mfa_hero_voq {
  padding: 1.25rem 1rem 0;
  background: #080E0B;
}
@media(min-width: 771px) {.mfa_hero_voq {
  padding: 1.5rem 24px 0;
}
}.mfa_hero_in_voq {
  gap: 0.75rem;
  margin: 0 auto;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 857px) {.mfa_hero_in_voq {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1103px) {.mfa_hero_in_voq {
  grid-template-columns: 1fr 340px;
}
}.mfa_hero_promo_voq {
  overflow: hidden;
  border-radius: 0.875rem;
  background: #0C1410;
  position: relative;
  display: flex;
  min-height: 13.75rem;
  align-items: stretch;
}
@media(min-width: 765px) {.mfa_hero_promo_voq {
  min-height: 280px;
}
}.mfa_hero_promo_bg_voq {
  inset: 0;
  background: linear-gradient(120deg,#062B14 0%,#080E0B 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.mfa_hero_promo_bg_voq::after {
  inset: 0;
  background: linear-gradient(90deg,#080E0B 0%,rgba(5,9,7,0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.mfa_hero_promo_glow_voq {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(0,168,120,0.18) 0%,transparent 65%);
  right: 60px;
  pointer-events: none;
  top: -2.5rem;
  position: absolute;
  height: 300px;
  width: 300px;
}.mfa_hero_promo_ct_voq {
  padding: 1.75rem 24px 1.75rem 28px;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  position: relative;
  display: flex;
  max-width: 30rem;
}
@media(min-width:768px) {.mfa_hero_promo_ct_voq {
  padding: 40px 2rem;
}
}.mfa_hero_badge_voq {
  background: rgba(0,232,88,0.15);
  border: 1px solid rgba(0,232,88,0.07);
  border-radius: 20px;
  padding: 5px 0.75rem;
  font-size: 0.625rem;
  font-weight: 700;
  color: #00E858;
  margin-bottom: 0.875rem;
  display: inline-block;
  letter-spacing: .08em;
  text-transform: uppercase;
}.mfa_hero_h1_voq {
  overflow-wrap: break-word;
  font-size: 26px;
  font-family: 'Playfair Display', serif;
  margin-bottom: 10px;
  line-height: 1.15;
  color: #EDF7F2;
  font-weight: 800;
}.mfa_hero_h1_voq em {
  font-style: normal;
  color: #F0A500;
}
@media(min-width: 770px) {.mfa_hero_h1_voq {
  font-size: 2.25rem;
}
}.mfa_hero_sub_voq {
  color: #8AAD97;
  line-height: 1.55;
  font-size: 13px;
  margin-bottom: 1.25rem;
}
@media(min-width: 771px) {.mfa_hero_sub_voq {
  font-size: 0.875rem;
}
}.mfa_hero_row_voq {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.mfa_hero_cta_voq {
  transition: background .2s;
  padding: 13px 1.625rem;
  background: #00E858;
  border-radius: 10px;
  font-size: 14px;
  color: #061009;
  box-shadow: 0 2px 0 #006628, 0 4px 1.125rem rgba(0,232,88,0.28);
  font-weight: 700;
}.mfa_hero_cta_voq:hover {
  background: #1FFF6E;
}.mfa_hero_terms_voq {
  color: #455A4F;
  font-size: 0.688rem;
}.mfa_hero_game_voq {
  border: 1px solid rgba(255,255,255,0.05);
  background: #0C1410;
  border-radius: 0.875rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}.mfa_hero_game_badge_voq {
  border-radius: 1.25rem;
  background: rgba(240,165,0,0.14);
  border: 1px solid rgba(240,165,0,0.14);
  padding: 5px 0.625rem;
  color: #F0A500;
  left: 0.75rem;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 0.625rem;
  position: absolute;
  top: 0.75rem;
  text-transform: uppercase;
  z-index: 3;
}.mfa_hero_game_badge_voq svg {
  vertical-align: -1px;
  margin-right: 0.25rem;
  height: 11px;
  width: 0.688rem;
}.mfa_hero_game_img_voq {
  background: linear-gradient(135deg,#062B14,#080E0B);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.mfa_hero_game_img_voq img {
  inset: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}.mfa_hero_game_play_voq {
  inset: 0;
  background: rgba(5,9,7,0.72);
  transition: opacity .2s;
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}.mfa_hero_game_voq:hover .mfa_hero_game_play_voq {
  opacity: 1;
}.mfa_hero_game_play_voq span {
  border-radius: 50%;
  background: #00E858;
  height: 3.25rem;
  display: flex;
  width: 52px;
  justify-content: center;
  align-items: center;
}.mfa_hero_game_play_voq span svg {
  height: 1.125rem;
  width: 18px;
  margin-left: 2px;
}.mfa_hero_game_info_voq {
  padding: 0.875rem 16px;
}.mfa_hero_game_title_voq {
  color: #EDF7F2;
  font-weight: 700;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
}.mfa_hero_game_provider_voq {
  color: #607A6A;
  font-size: 11px;
}.mfa_hero_game_btn_voq {
  margin: 0.75rem 16px 1rem;
  background: #00E858;
  transition: background .2s;
  border-radius: 0.625rem;
  padding: 11px;
  font-size: 0.813rem;
  color: #EDF7F2;
  text-align: center;
  font-weight: 700;
  display: block;
}.mfa_hero_game_voq:hover .mfa_hero_game_btn_voq {
  background: #1FFF6E;
}.mfa_wy_voq {
  padding: 2rem 1rem 0;
  background: #080E0B;
}
@media(min-width: 766px) {.mfa_wy_voq {
  padding: 2.5rem 1.5rem 0;
}
}.mfa_wy_in_voq {
  margin: 0 auto;
  max-width: 1320px;
}.mfa_wy_head_voq {
  margin-bottom: 18px;
  max-width: 45rem;
}.mfa_wy_label_voq {
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #00E858;
  font-weight: 700;
}.mfa_wy_h2_voq {
  font-family: 'Playfair Display', serif;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #EDF7F2;
  font-size: 1.25rem;
  font-weight: 800;
}
@media(min-width: 767px) {.mfa_wy_h2_voq {
  font-size: 24px;
}
}.mfa_wy_intro_voq {
  margin: 0;
  font-size: 13px;
  color: #607A6A;
  line-height: 1.6;
}.mfa_wy_grid_voq {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.mfa_wy_grid_voq {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.mfa_wy_grid_voq {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.mfa_wy_card_voq {
  background: #0F1814;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.625rem;
  transition: border-color .2s,transform .2s;
}.mfa_wy_card_voq:hover {
  border-color: rgba(0,232,88,0.07);
  transform: translateY(-2px);
}.mfa_wy_card_ic_voq {
  background: rgba(0,232,88,0.15);
  border-radius: 50%;
  color: #00E858;
  align-items: center;
  width: 44px;
  height: 44px;
  justify-content: center;
  margin-bottom: 0.875rem;
  display: flex;
}.mfa_wy_card_ic_voq svg {
  height: 22px;
  width: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.mfa_wy_card_h_voq {
  color: #EDF7F2;
  font-weight: 700;
  line-height: 1.25;
  font-size: 0.938rem;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
}.mfa_wy_card_p_voq {
  line-height: 1.6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #607A6A;
}.mfa_wy_card_p_voq strong {
  color: #C2D9CB;
  font-weight: 600;
}.mfa_gcg_voq {
  background: #080E0B;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.mfa_gcg_voq {
  padding: 2.75rem 1.5rem 0;
}
}.mfa_gcg_in_voq {
  margin: 0 auto;
  max-width: 82.5rem;
}.mfa_gcg_head_voq {
  margin-bottom: 20px;
  max-width: 45rem;
}.mfa_gcg_label_voq {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #00E858;
}.mfa_gcg_h2_voq {
  margin-bottom: 8px;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #EDF7F2;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.mfa_gcg_h2_voq {
  font-size: 1.75rem;
}
}.mfa_gcg_intro_voq {
  color: #607A6A;
  line-height: 1.6;
  font-size: 0.813rem;
}.mfa_gcg_grid_voq {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.mfa_gcg_grid_voq {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.mfa_gcg_grid_voq {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.mfa_gcg_card_voq {
  transition: transform .2s,border-color .2s;
  border-radius: 0.875rem;
  padding: 1.25rem;
  border: 1px solid rgba(255,255,255,0.09);
  overflow: hidden;
  display: flex;
  position: relative;
  justify-content: flex-end;
  min-height: 15rem;
  flex-direction: column;
  cursor: pointer;
}.mfa_gcg_card_voq:hover {
  border-color: rgba(0,232,88,0.15);
  transform: translateY(-3px);
}.mfa_gcg_card_bg_voq {
  inset: 0;
  z-index: 0;
  position: absolute;
}.mfa_gcg_card_bg_voq::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.mfa_gcg_card_ic_voq {
  border-radius: 6px;
  background: rgba(0,0,0,.45);
  height: 40px;
  justify-content: center;
  right: 1.125rem;
  align-items: center;
  position: absolute;
  z-index: 2;
  width: 2.5rem;
  display: flex;
  top: 1.125rem;
  color: #EDF7F2;
}.mfa_gcg_card_ic_voq svg {
  height: 1.25rem;
  width: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.mfa_gcg_card_ct_voq {
  z-index: 1;
  position: relative;
}.mfa_gcg_card_h_voq {
  font-family: 'Playfair Display', serif;
  font-size: 1.125rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #EDF7F2;
  margin-bottom: 8px;
  line-height: 1.2;
}
@media(min-width: 770px) {.mfa_gcg_card_h_voq {
  font-size: 20px;
}
}.mfa_gcg_card_p_voq {
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
}.mfa_gcg_card_p_voq strong {
  font-weight: 600;
  color: #EDF7F2;
}.mfa_gcg_card_cta_voq {
  gap: 0.25rem;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #00E858;
  letter-spacing: .04em;
}.mfa_gcg_card_cta_voq svg {
  width: 12px;
  height: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.mfa_gr_jp_voq {
  overflow: hidden;
  background: linear-gradient(135deg,#1A0B2E 0%,#070A0F 100%);
  border-radius: 14px;
  padding: 1.25rem;
  position: relative;
}.mfa_gr_jp_voq::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(0,168,120,0.18) 0%,transparent 70%);
  width: 250px;
  left: -3.75rem;
  top: -60px;
  content: '';
  position: absolute;
  height: 250px;
}.mfa_gr_jp_voq::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(240,165,0,0.14) 0%,transparent 70%);
  height: 12.5rem;
  right: 0;
  bottom: -40px;
  content: '';
  position: absolute;
  width: 200px;
}.mfa_gr_jp_head_voq {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  align-items: flex-start;
}.mfa_gr_jp_info_voq {
  flex: 1;
}.mfa_gr_jp_label_voq {
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  color: #8B3FBF;
  font-size: 11px;
  font-weight: 700;
}.mfa_gr_jp_label_voq svg {
  margin-right: 0.25rem;
  height: 14px;
  stroke-linejoin: round;
  width: 0.875rem;
  vertical-align: -2px;
  stroke-linecap: round;
}.mfa_gr_jp_amount_voq {
  margin-bottom: 0.25rem;
  font-weight: 800;
  line-height: 1;
  font-family: 'Playfair Display', serif;
  color: #EDF7F2;
  overflow-wrap: break-word;
  font-size: 32px;
}
@media(min-width:768px) {.mfa_gr_jp_amount_voq {
  font-size: 2.5rem;
}
}.mfa_gr_jp_amount_voq span {
  color: #F0A500;
}.mfa_gr_jp_seo_voq {
  font-size: 0.75rem;
  color: #8AAD97;
  line-height: 1.5;
  overflow-wrap: break-word;
  max-width: 30rem;
}.mfa_gr_jp_cta_voq {
  background: rgba(0,168,120,0.18);
  transition: background .2s;
  padding: 11px 1.25rem;
  border-radius: 10px;
  border: 1px solid rgba(0,168,120,0.18);
  align-self: flex-start;
  flex-shrink: 0;
  margin-top: 4px;
  z-index: 1;
  color: #EDF7F2;
  font-size: 0.813rem;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
}.mfa_gr_jp_cta_voq:hover {
  background: #00A878;
}.mfa_ws_voq {
  padding: 2rem 1rem 0;
  background: #080E0B;
}
@media(min-width: 767px) {.mfa_ws_voq {
  padding: 36px 24px 0;
}
}.mfa_ws_in_voq {
  margin: 0 auto;
  max-width: 1320px;
}.mfa_ws_head_voq {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 14px;
  justify-content: space-between;
}.mfa_ws_title_voq {
  gap: 10px;
  color: #EDF7F2;
  font-weight: 700;
  flex-wrap: wrap;
  font-family: 'Playfair Display', serif;
  display: flex;
  align-items: center;
  font-size: 16px;
  overflow-wrap: break-word;
}.mfa_ws_title_ic_voq svg {
  stroke-linejoin: round;
  width: 1.125rem;
  stroke-linecap: round;
  height: 18px;
  color: #F0A500;
}.mfa_ws_online_voq {
  gap: 0.438rem;
  color: #607A6A;
  align-items: center;
  font-weight: 600;
  font-size: 0.75rem;
  display: flex;
}.mfa_ws_online_dot_voq {
  background: #00E858;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  box-shadow: 0 0 6px rgba(0,232,88,0.13);
  flex-shrink: 0;
}.mfa_ws_scroll_voq {
  gap: 0.5rem;
  display: flex;
  padding-bottom: 8px;
  scrollbar-width: none;
  overflow-x: auto;
}.mfa_ws_scroll_voq::-webkit-scrollbar {
  display: none;
}.mfa_wc_voq {
  padding: 0.625rem 0.875rem;
  border: 1px solid rgba(255,255,255,0.09);
  gap: 10px;
  background: #0C1410;
  border-radius: 10px;
  flex-shrink: 0;
  align-items: center;
  min-width: 220px;
  display: flex;
}.mfa_wc_img_voq {
  border-radius: 0.375rem;
  background: #0F1814;
  overflow: hidden;
  flex-shrink: 0;
  width: 2.25rem;
  height: 36px;
}.mfa_wc_img_voq img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.mfa_wc_info_voq {
  min-width: 0;
}.mfa_wc_game_voq {
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  color: #C2D9CB;
  text-overflow: ellipsis;
}.mfa_wc_player_voq {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #455A4F;
  font-size: 0.625rem;
  white-space: nowrap;
}.mfa_wc_amount_voq {
  color: #00E858;
  margin-left: auto;
  font-weight: 700;
  white-space: nowrap;
  font-size: 13px;
  flex-shrink: 0;
}.mfa_bon_voq {
  padding: 36px 16px 0;
  background: #080E0B;
}
@media(min-width: 770px) {.mfa_bon_voq {
  padding: 44px 1.5rem 0;
}
}.mfa_bon_in_voq {
  margin: 0 auto;
  max-width: 1320px;
}.mfa_bon_head_voq {
  margin-bottom: 1.25rem;
}.mfa_bon_label_voq {
  color: #00E858;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 8px;
}.mfa_bon_h2_voq {
  margin-bottom: 8px;
  color: #EDF7F2;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.mfa_bon_h2_voq {
  font-size: 24px;
}
}.mfa_bon_seo_voq {
  color: #607A6A;
  font-size: 13px;
  max-width: 620px;
  overflow-wrap: break-word;
  line-height: 1.6;
}.mfa_bon_seo_voq strong {
  font-weight: 700;
  color: #C2D9CB;
}.mfa_bon_seo_voq a {
  color: #00E858;
  text-decoration: underline;
}.mfa_bon_grid_voq {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 639px) {.mfa_bon_grid_voq {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.mfa_bon_grid_voq {
  grid-template-columns: repeat(5,1fr);
}
}.mfa_bon_card_voq {
  border-radius: 0.625rem;
  border: 1px solid rgba(255,255,255,0.09);
  background: #0C1410;
  padding: 1rem;
  transition: border-color .2s,transform .2s;
}.mfa_bon_card_voq:hover {
  transform: translateY(-2px);
  border-color: rgba(0,232,88,0.07);
}.mfa_bon_card_ic_voq svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.625rem;
  width: 1.625rem;
}.mfa_bon_card_ic_voq {
  margin-bottom: 0.625rem;
}.mfa_bon_card_type_voq {
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #607A6A;
  font-size: 0.625rem;
}.mfa_bon_card_amount_voq {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-bottom: 0.375rem;
  font-weight: 800;
  color: #F0A500;
}.mfa_bon_card_name_voq {
  font-weight: 600;
  color: #EDF7F2;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
}.mfa_bon_card_detail_voq {
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #455A4F;
  overflow-wrap: break-word;
  font-size: 11px;
  padding-top: 0.5rem;
  line-height: 1.5;
}.mfa_reg_voq {
  background: #080E0B;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.mfa_reg_voq {
  padding: 2.75rem 24px 0;
}
}.mfa_reg_in_voq {
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 14px;
  padding: 28px 1.5rem;
  margin: 0 auto;
  background: #0F1814;
  max-width: 1320px;
}
@media(min-width: 771px) {.mfa_reg_in_voq {
  padding: 40px;
}
}.mfa_reg_top_voq {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 857px) {.mfa_reg_top_voq {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.mfa_reg_label_voq {
  text-transform: uppercase;
  color: #00E858;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-size: 11px;
}.mfa_reg_h2_voq {
  line-height: 1.2;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  margin-bottom: 0.75rem;
  font-weight: 800;
  color: #EDF7F2;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 767px) {.mfa_reg_h2_voq {
  font-size: 1.75rem;
}
}.mfa_reg_bonus_voq {
  background: rgba(240,165,0,0.14);
  padding: 10px 16px;
  border-radius: 0.625rem;
  border: 1px solid rgba(240,165,0,0.14);
  gap: 0.5rem;
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
}.mfa_reg_bonus_amount_voq {
  font-weight: 800;
  font-size: 1.25rem;
  color: #F0A500;
}.mfa_reg_bonus_text_voq {
  line-height: 1.35;
  color: #8AAD97;
  font-size: 13px;
}.mfa_reg_cta_btn_voq {
  transition: background .2s;
  background: #00E858;
  padding: 14px 2rem;
  border-radius: 10px;
  font-size: 0.938rem;
  margin-bottom: 12px;
  color: #061009;
  box-shadow: 0 2px 0 #006628, 0 4px 1.125rem rgba(0,232,88,0.28);
  font-weight: 700;
  display: inline-block;
}.mfa_reg_cta_btn_voq:hover {
  background: #1FFF6E;
}.mfa_reg_terms_voq {
  color: #455A4F;
  font-size: 0.688rem;
  line-height: 1.5;
}.mfa_reg_seo_voq {
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  overflow-wrap: break-word;
  color: #607A6A;
  line-height: 1.65;
  font-size: 13px;
}.mfa_reg_seo_voq p {
  line-height: 1.65;
  color: #607A6A;
  margin-bottom: 0.625rem;
  font-size: 0.813rem;
}.mfa_reg_seo_voq p:last-child {
  margin-bottom: 0;
}.mfa_reg_seo_voq strong {
  color: #C2D9CB;
  font-weight: 700;
}.mfa_reg_seo_voq a {
  transition: color .2s;
  color: #00E858;
  text-decoration: underline;
}.mfa_reg_seo_voq a:hover {
  color: #1FFF6E;
}.mfa_reg_seo_voq ul,.mfa_reg_seo_voq ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.mfa_reg_seo_voq ol {
  list-style: decimal;
}.mfa_reg_seo_voq li {
  margin-bottom: 0.25rem;
  line-height: 1.65;
  color: #607A6A;
  font-size: 0.813rem;
}.mfa_reg_seo_voq table {
  overflow-x: auto;
  font-size: 0.813rem;
  display: block;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.625rem;
}
@media(min-width: 765px) {.mfa_reg_seo_voq table {
  display: table;
}
}.mfa_reg_seo_voq th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #C2D9CB;
  text-align: left;
  font-weight: 700;
}.mfa_reg_seo_voq td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.5rem;
  color: #607A6A;
}.mfa_reg_steps_voq {
  gap: 14px;
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}
@media(min-width: 861px) {.mfa_reg_steps_voq {
  margin-top: 0;
}
}.mfa_reg_step_voq {
  gap: 14px;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 10px;
  padding: 16px;
  background: rgba(255,255,255,0.05);
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.mfa_reg_step_num_voq {
  border: 1px solid rgba(0,232,88,0.07);
  background: rgba(0,232,88,0.15);
  border-radius: 50%;
  align-items: center;
  font-weight: 800;
  display: flex;
  font-size: 0.875rem;
  flex-shrink: 0;
  height: 2.125rem;
  justify-content: center;
  width: 2.125rem;
  color: #00E858;
}.mfa_reg_step_title_voq {
  margin-bottom: 3px;
  color: #EDF7F2;
  font-weight: 700;
  font-size: 14px;
}.mfa_reg_step_text_voq {
  font-size: 12px;
  line-height: 1.5;
  color: #607A6A;
}.mfa_reg_trust_voq {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 1.25rem;
  flex-wrap: wrap;
  margin-top: 20px;
  display: flex;
}.mfa_reg_trust_item_voq {
  gap: 0.438rem;
  overflow-wrap: break-word;
  color: #607A6A;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}.mfa_reg_trust_ic_voq svg {
  height: 16px;
  stroke-linejoin: round;
  width: 16px;
  color: #00E858;
  stroke-linecap: round;
}.mfa_app_voq {
  padding: 36px 1rem 0;
  background: #080E0B;
}
@media(min-width: 769px) {.mfa_app_voq {
  padding: 2.75rem 1.5rem 0;
}
}.mfa_app_in_voq {
  margin: 0 auto;
  max-width: 82.5rem;
}.mfa_app_head_voq {
  margin-bottom: 1rem;
}.mfa_app_label_voq {
  color: #00E858;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
}.mfa_app_h2_voq {
  overflow-wrap: break-word;
  color: #EDF7F2;
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  margin-bottom: 6px;
  font-weight: 800;
}
@media(min-width: 765px) {.mfa_app_h2_voq {
  font-size: 1.5rem;
}
}.mfa_app_sub_voq {
  color: #607A6A;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 600px;
}.mfa_app_sub_voq strong {
  font-weight: 700;
  color: #C2D9CB;
}.mfa_app_cards_voq {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 16px;
}
@media(min-width: 638px) {.mfa_app_cards_voq {
  grid-template-columns: repeat(3,1fr);
}
}.mfa_app_card_voq {
  gap: 16px;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
  display: flex;
}.mfa_app_card_ios_voq {
  background: linear-gradient(135deg,rgba(0,232,88,0.15) 0%,#0F1814 100%);
}.mfa_app_card_android_voq {
  background: linear-gradient(135deg,rgba(0,232,88,0.13) 0%,#0F1814 100%);
}.mfa_app_card_win_voq {
  background: linear-gradient(135deg,rgba(240,165,0,0.14) 0%,#0F1814 100%);
}.mfa_app_card_ic_voq svg {
  height: 2.125rem;
  width: 2.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.mfa_app_card_ic_voq {
  flex-shrink: 0;
  color: #EDF7F2;
}.mfa_app_card_os_voq {
  letter-spacing: .08em;
  margin-bottom: 6px;
  color: #607A6A;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.625rem;
}.mfa_app_card_title_voq {
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  color: #EDF7F2;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}.mfa_app_card_text_voq {
  margin-bottom: 14px;
  font-size: 12px;
  color: #607A6A;
  line-height: 1.5;
  overflow-wrap: break-word;
}.mfa_app_card_btn_voq {
  padding: 0.625rem 1.125rem;
  gap: 7px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(0,232,88,0.38);
  transition: background .2s;
  border-radius: 0.375rem;
  display: inline-flex;
  font-weight: 700;
  color: #EDF7F2;
  align-items: center;
  font-size: 13px;
}.mfa_app_card_btn_voq:hover {
  background: rgba(255,255,255,0.07);
}.mfa_prov_voq {
  padding: 2.25rem 1rem 0;
  background: #080E0B;
}
@media(min-width: 770px) {.mfa_prov_voq {
  padding: 44px 24px 0;
}
}.mfa_prov_in_voq {
  margin: 0 auto;
  max-width: 1320px;
}.mfa_prov_head_voq {
  margin-bottom: 16px;
}.mfa_prov_label_voq {
  font-weight: 700;
  color: #00E858;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
}.mfa_prov_h2_voq {
  overflow-wrap: break-word;
  color: #EDF7F2;
  font-size: 20px;
  margin-bottom: 8px;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
}
@media(min-width: 769px) {.mfa_prov_h2_voq {
  font-size: 24px;
}
}.mfa_prov_seo_voq {
  color: #607A6A;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
  max-width: 620px;
  line-height: 1.6;
  font-size: 13px;
}.mfa_prov_seo_voq strong {
  font-weight: 700;
  color: #C2D9CB;
}.mfa_prov_seo_voq a {
  text-decoration: underline;
  color: #00E858;
}.mfa_prov_grid_voq {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 637px) {.mfa_prov_grid_voq {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.mfa_prov_grid_voq {
  grid-template-columns: repeat(8,1fr);
}
}.mfa_prov_card_voq {
  border-radius: 0.625rem;
  background: #0C1410;
  gap: 0.438rem;
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color .2s,background .2s;
  padding: 0.875rem 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}.mfa_prov_card_voq:hover {
  background: #0F1814;
  border-color: rgba(0,232,88,0.38);
}.mfa_prov_logo_voq {
  border-radius: 0.375rem;
  background: rgba(255,255,255,0.05);
  overflow: hidden;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 44px;
  height: 44px;
}.mfa_prov_logo_voq img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.mfa_prov_name_voq {
  font-size: 11px;
  overflow-wrap: break-word;
  text-align: center;
  font-weight: 600;
  color: #8AAD97;
}.mfa_htp_voq {
  background: #080E0B;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.mfa_htp_voq {
  padding: 44px 1.5rem 0;
}
}.mfa_htp_in_voq {
  margin: 0 auto;
  max-width: 82.5rem;
}.mfa_htp_head_voq {
  max-width: 720px;
  margin-bottom: 22px;
}.mfa_htp_label_voq {
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #00E858;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
}.mfa_htp_h2_voq {
  color: #EDF7F2;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.375rem;
  font-family: 'Playfair Display', serif;
}
@media(min-width:768px) {.mfa_htp_h2_voq {
  font-size: 28px;
}
}.mfa_htp_intro_voq {
  line-height: 1.6;
  font-size: 14px;
  color: #607A6A;
}.mfa_htp_steps_voq {
  padding: 0;
  margin: 0;
  gap: 0.75rem;
  list-style: none;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.mfa_htp_steps_voq {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.mfa_htp_steps_voq {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.mfa_htp_step_voq {
  padding: 20px 1.125rem 1.125rem;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 10px;
  background: #0F1814;
  display: flex;
  flex-direction: column;
  position: relative;
}.mfa_htp_step_num_voq {
  background: #00E858;
  border-radius: 50%;
  font-size: 13px;
  align-items: center;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  color: #061009;
  top: -0.75rem;
  left: 1.25rem;
  height: 28px;
  width: 28px;
  display: flex;
  position: absolute;
  justify-content: center;
}.mfa_htp_step_ic_voq {
  margin: 0.5rem 0 0.75rem;
  background: rgba(0,232,88,0.15);
  border-radius: 6px;
  width: 2.25rem;
  justify-content: center;
  align-items: center;
  color: #00E858;
  height: 2.25rem;
  display: flex;
}.mfa_htp_step_ic_voq svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 18px;
  width: 18px;
}.mfa_htp_step_h_voq {
  margin-bottom: 0.375rem;
  line-height: 1.25;
  font-weight: 700;
  font-size: 14px;
  overflow-wrap: break-word;
  color: #EDF7F2;
}.mfa_htp_step_p_voq {
  line-height: 1.55;
  font-size: 13px;
  color: #607A6A;
  overflow-wrap: break-word;
}.mfa_htp_step_p_voq strong {
  color: #C2D9CB;
  font-weight: 600;
}.mfa_htp_cta_voq {
  transition: background .2s;
  background: #00E858;
  border-radius: 0.625rem;
  padding: 0.813rem 26px;
  font-weight: 700;
  display: inline-block;
  margin-top: 1.25rem;
  color: #061009;
  font-size: 0.875rem;
}.mfa_htp_cta_voq:hover {
  background: #1FFF6E;
}.mfa_seo_voq {
  background: #080E0B;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.mfa_seo_voq {
  padding: 2.75rem 24px 0;
}
}.mfa_seo_in_voq {
  background: #0F1814;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 28px 24px;
  margin: 0 auto;
  border-radius: 0.875rem;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.mfa_seo_in_voq {
  padding: 2.25rem 2.5rem;
}
}.mfa_seo_label_voq {
  text-transform: uppercase;
  color: #00E858;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 11px;
}.mfa_seo_h2_voq {
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  color: #EDF7F2;
}
@media(min-width: 769px) {.mfa_seo_h2_voq {
  font-size: 24px;
}
}.mfa_seo_body_voq {
  color: #8AAD97;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
}.mfa_seo_body_voq p {
  margin-bottom: 0.75rem;
  font-size: 14px;
  color: #8AAD97;
  line-height: 1.75;
}.mfa_seo_body_voq p:last-child {
  margin-bottom: 0;
}.mfa_seo_body_voq strong {
  font-weight: 700;
  color: #C2D9CB;
}.mfa_seo_body_voq a {
  transition: color .2s;
  color: #00E858;
  text-decoration: underline;
}.mfa_seo_body_voq a:hover {
  color: #1FFF6E;
}.mfa_seo_body_voq ul,.mfa_seo_body_voq ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.mfa_seo_body_voq ol {
  list-style: decimal;
}.mfa_seo_body_voq li {
  font-size: 0.875rem;
  margin-bottom: 6px;
  color: #8AAD97;
  line-height: 1.75;
}.mfa_seo_body_voq table {
  display: block;
  margin-bottom: 12px;
  font-size: 0.813rem;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 771px) {.mfa_seo_body_voq table {
  display: table;
}
}.mfa_seo_body_voq th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  color: #C2D9CB;
  text-align: left;
  font-weight: 700;
}.mfa_seo_body_voq td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #8AAD97;
}.mfa_seo_cols_voq {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 638px) {.mfa_seo_cols_voq {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.mfa_seo_cols_voq {
  grid-template-columns: repeat(3,1fr);
}
}.mfa_seo_col_h_voq {
  font-size: 0.813rem;
  font-weight: 700;
  color: #C2D9CB;
  margin-bottom: 7px;
  overflow-wrap: break-word;
}.mfa_seo_col_p_voq {
  color: #607A6A;
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}.mfa_seo_stats_voq {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.mfa_seo_stat_voq {
  border-radius: 10px;
  padding: 14px 16px;
  background: rgba(0,232,88,0.07);
  flex: 1;
  border: 1px solid rgba(0,232,88,0.15);
  min-width: 140px;
}.mfa_seo_stat_val_voq {
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 4px;
  color: #00E858;
  overflow-wrap: break-word;
}.mfa_seo_stat_lb_voq {
  font-size: 0.688rem;
  color: #607A6A;
  overflow-wrap: break-word;
}.mfa_seo_voq {
  padding: 2.25rem 1rem 0;
  background: #080E0B;
}
@media(min-width: 771px) {.mfa_seo_voq {
  padding: 44px 24px 0;
}
}.mfa_seo_in_voq {
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 28px 1.5rem;
  background: #0F1814;
  border-radius: 14px;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.mfa_seo_in_voq {
  padding: 36px 2.5rem;
}
}.mfa_seo_label_voq {
  color: #00E858;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
}.mfa_seo_h2_voq {
  font-family: 'Playfair Display', serif;
  color: #EDF7F2;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.25;
  font-size: 1.25rem;
}
@media(min-width:768px) {.mfa_seo_h2_voq {
  font-size: 1.5rem;
}
}.mfa_seo_body_voq {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #8AAD97;
  line-height: 1.75;
}.mfa_seo_body_voq p {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 12px;
  color: #8AAD97;
}.mfa_seo_body_voq p:last-child {
  margin-bottom: 0;
}.mfa_seo_body_voq strong {
  color: #C2D9CB;
  font-weight: 700;
}.mfa_seo_body_voq a {
  transition: color .2s;
  text-decoration: underline;
  color: #00E858;
}.mfa_seo_body_voq a:hover {
  color: #1FFF6E;
}.mfa_seo_body_voq ul,.mfa_seo_body_voq ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.mfa_seo_body_voq ol {
  list-style: decimal;
}.mfa_seo_body_voq li {
  font-size: 0.875rem;
  color: #8AAD97;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.mfa_seo_body_voq table {
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  width: 100%;
  display: block;
}
@media(min-width: 766px) {.mfa_seo_body_voq table {
  display: table;
}
}.mfa_seo_body_voq th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 12px;
  color: #C2D9CB;
  text-align: left;
  font-weight: 700;
}.mfa_seo_body_voq td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #8AAD97;
}.mfa_seo_cols_voq {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 642px) {.mfa_seo_cols_voq {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.mfa_seo_cols_voq {
  grid-template-columns: repeat(3,1fr);
}
}.mfa_seo_col_h_voq {
  color: #C2D9CB;
  font-size: 0.813rem;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 7px;
}.mfa_seo_col_p_voq {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #607A6A;
}.mfa_seo_stats_voq {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.mfa_seo_stat_voq {
  padding: 14px 1rem;
  border: 1px solid rgba(0,232,88,0.15);
  border-radius: 10px;
  background: rgba(0,232,88,0.07);
  flex: 1;
  min-width: 8.75rem;
}.mfa_seo_stat_val_voq {
  margin-bottom: 4px;
  font-weight: 800;
  color: #00E858;
  font-size: 20px;
  overflow-wrap: break-word;
}.mfa_seo_stat_lb_voq {
  color: #607A6A;
  overflow-wrap: break-word;
  font-size: 11px;
}.mfa_pmt_voq {
  padding: 36px 1rem 0;
  background: #080E0B;
}
@media(min-width: 769px) {.mfa_pmt_voq {
  padding: 2.75rem 24px 0;
}
}.mfa_pmt_in_voq {
  margin: 0 auto;
  max-width: 1320px;
}.mfa_pmt_head_voq {
  margin-bottom: 22px;
  max-width: 45rem;
}.mfa_pmt_label_voq {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  color: #00E858;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.mfa_pmt_h2_voq {
  font-weight: 800;
  color: #EDF7F2;
  font-size: 22px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 769px) {.mfa_pmt_h2_voq {
  font-size: 1.75rem;
}
}.mfa_pmt_intro_voq {
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #607A6A;
}.mfa_pmt_groups_voq {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.mfa_pmt_group_voq {
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 10px;
  background: #0F1814;
}.mfa_pmt_group_head_voq {
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.625rem;
  display: flex;
}.mfa_pmt_group_ic_voq {
  background: rgba(0,232,88,0.15);
  border-radius: 0.375rem;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  color: #00E858;
  width: 36px;
  height: 36px;
}.mfa_pmt_group_ic_voq svg {
  stroke-linecap: round;
  width: 1.125rem;
  height: 1.125rem;
  stroke-linejoin: round;
}.mfa_pmt_group_h_voq {
  margin: 0;
  font-weight: 700;
  color: #EDF7F2;
  overflow-wrap: break-word;
  font-size: 16px;
  font-family: 'Playfair Display', serif;
}.mfa_pmt_group_p_voq {
  color: #607A6A;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  line-height: 1.6;
  font-size: 13px;
}.mfa_pmt_group_p_voq strong {
  color: #C2D9CB;
  font-weight: 600;
}.mfa_pmt_table_wrap_voq {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.mfa_pmt_table_voq {
  min-width: 33.75rem;
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}.mfa_pmt_table_voq th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  text-transform: uppercase;
  color: #C2D9CB;
  font-size: 0.688rem;
  text-align: left;
  letter-spacing: .04em;
  font-weight: 700;
  white-space: nowrap;
}.mfa_pmt_table_voq td {
  padding: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #607A6A;
}.mfa_pmt_table_voq tbody tr:last-child td {
  border-bottom: none;
}.mfa_pmt_table_voq tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #C2D9CB;
}.mfa_faq_voq {
  padding: 36px 16px 0;
  background: #080E0B;
}
@media(min-width: 771px) {.mfa_faq_voq {
  padding: 44px 1.5rem 0;
}
}.mfa_faq_in_voq {
  margin: 0 auto;
  max-width: 82.5rem;
}.mfa_faq_head_voq {
  margin-bottom: 20px;
}.mfa_faq_label_voq {
  font-size: 11px;
  text-transform: uppercase;
  color: #00E858;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-weight: 700;
}.mfa_faq_h2_voq {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 20px;
  color: #EDF7F2;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.mfa_faq_h2_voq {
  font-size: 24px;
}
}.mfa_faq_list_voq {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.mfa_faq_item_voq {
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.09);
  background: #0F1814;
  overflow: hidden;
}.mfa_faq_q_voq {
  gap: 12px;
  padding: 16px 1.25rem;
  transition: color .2s;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  justify-content: space-between;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #C2D9CB;
  font-size: 14px;
  align-items: center;
}.mfa_faq_q_voq:hover {
  color: #EDF7F2;
}.mfa_faq_q_ic_voq {
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  height: 24px;
  color: #00E858;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 24px;
  font-size: 16px;
}.mfa_faq_item_voq.mfa_state_open_voq .mfa_faq_q_ic_voq {
  transform: rotate(45deg);
}.mfa_faq_a_voq {
  padding: 0 20px 1rem;
  display: none;
  overflow-wrap: break-word;
  color: #607A6A;
  font-size: 13px;
  line-height: 1.7;
}.mfa_faq_item_voq.mfa_state_open_voq .mfa_faq_a_voq {
  display: block;
}.mfa_faq_a_voq strong {
  font-weight: 700;
  color: #C2D9CB;
}.mfa_faq_a_voq a {
  color: #00E858;
  text-decoration: underline;
}.mfa_faq_a_voq ul,.mfa_faq_a_voq ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.mfa_faq_a_voq ol {
  list-style: decimal;
}.mfa_faq_a_voq li {
  line-height: 1.6;
  margin-bottom: 4px;
}.mfa_faq_a_voq table {
  margin: 0.5rem 0;
  overflow-x: auto;
  font-size: 0.75rem;
  display: block;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 767px) {.mfa_faq_a_voq table {
  display: table;
}
}.mfa_faq_a_voq th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #C2D9CB;
  font-weight: 700;
  text-align: left;
}.mfa_faq_a_voq td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #607A6A;
}.mfa_seo_voq {
  background: #080E0B;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.mfa_seo_voq {
  padding: 44px 1.5rem 0;
}
}.mfa_seo_in_voq {
  background: #0F1814;
  border-radius: 0.875rem;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 1.75rem 1.5rem;
  max-width: 1320px;
}
@media(min-width: 765px) {.mfa_seo_in_voq {
  padding: 36px 40px;
}
}.mfa_seo_label_voq {
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  color: #00E858;
}.mfa_seo_h2_voq {
  line-height: 1.25;
  font-family: 'Playfair Display', serif;
  color: #EDF7F2;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-weight: 800;
  font-size: 20px;
}
@media(min-width:768px) {.mfa_seo_h2_voq {
  font-size: 24px;
}
}.mfa_seo_body_voq {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #8AAD97;
}.mfa_seo_body_voq p {
  color: #8AAD97;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}.mfa_seo_body_voq p:last-child {
  margin-bottom: 0;
}.mfa_seo_body_voq strong {
  color: #C2D9CB;
  font-weight: 700;
}.mfa_seo_body_voq a {
  transition: color .2s;
  text-decoration: underline;
  color: #00E858;
}.mfa_seo_body_voq a:hover {
  color: #1FFF6E;
}.mfa_seo_body_voq ul,.mfa_seo_body_voq ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.mfa_seo_body_voq ol {
  list-style: decimal;
}.mfa_seo_body_voq li {
  font-size: 0.875rem;
  color: #8AAD97;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.mfa_seo_body_voq table {
  border-collapse: collapse;
  font-size: 13px;
  display: block;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 12px;
}
@media(min-width: 769px) {.mfa_seo_body_voq table {
  display: table;
}
}.mfa_seo_body_voq th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #C2D9CB;
}.mfa_seo_body_voq td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #8AAD97;
}.mfa_seo_cols_voq {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 642px) {.mfa_seo_cols_voq {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.mfa_seo_cols_voq {
  grid-template-columns: repeat(3,1fr);
}
}.mfa_seo_col_h_voq {
  color: #C2D9CB;
  margin-bottom: 0.438rem;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.mfa_seo_col_p_voq {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #607A6A;
  line-height: 1.65;
}.mfa_seo_stats_voq {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.mfa_seo_stat_voq {
  border-radius: 0.625rem;
  padding: 0.875rem 16px;
  background: rgba(0,232,88,0.07);
  border: 1px solid rgba(0,232,88,0.15);
  flex: 1;
  min-width: 140px;
}.mfa_seo_stat_val_voq {
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 20px;
  color: #00E858;
}.mfa_seo_stat_lb_voq {
  color: #607A6A;
  font-size: 11px;
  overflow-wrap: break-word;
}.mfa_ft_voq {
  background: #050907;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 48px;
}.mfa_ft_support_voq {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 770px) {.mfa_ft_support_voq {
  padding: 28px 1.5rem;
}
}.mfa_ft_support_in_voq {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  max-width: 1320px;
  align-items: center;
}.mfa_ft_support_main_voq {
  flex: 1;
  gap: 16px;
  align-items: center;
  display: flex;
  min-width: 13.75rem;
  flex-wrap: wrap;
}.mfa_ft_support_ic_voq {
  flex-shrink: 0;
  color: #00E858;
}.mfa_ft_support_ic_voq svg {
  width: 1.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 30px;
}.mfa_ft_support_text_title_voq {
  font-size: 15px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #EDF7F2;
  margin-bottom: 3px;
}.mfa_ft_support_text_sub_voq {
  overflow-wrap: break-word;
  color: #607A6A;
  font-size: 0.75rem;
}.mfa_ft_support_btn_voq {
  padding: 0.688rem 22px;
  background: #00E858;
  transition: background .2s;
  border-radius: 10px;
  color: #EDF7F2;
  font-size: 13px;
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
}.mfa_ft_support_btn_voq:hover {
  background: #1FFF6E;
}.mfa_ft_support_contacts_voq {
  gap: 16px;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.mfa_ft_support_contact_voq {
  line-height: 1.4;
  font-size: 0.75rem;
  color: #455A4F;
}.mfa_ft_support_contact_voq strong {
  font-weight: 600;
  color: #8AAD97;
  font-size: 0.688rem;
  margin-bottom: 2px;
  display: block;
}.mfa_ft_main_voq {
  padding: 2rem 16px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 765px) {.mfa_ft_main_voq {
  padding: 40px 24px 2rem;
}
}.mfa_ft_main_in_voq {
  margin: 0 auto;
  gap: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
}
@media(min-width: 641px) {.mfa_ft_main_in_voq {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.mfa_ft_main_in_voq {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.mfa_ft_col_logo_voq {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.mfa_ft_col_logo_voq {
  grid-column: auto;
}
}.mfa_ft_logo_voq {
  gap: 9px;
  align-items: center;
  font-size: 16px;
  margin-bottom: 0.75rem;
  color: #EDF7F2;
  font-weight: 800;
  overflow-wrap: break-word;
  display: flex;
  flex-wrap: wrap;
}.mfa_ft_logo_mark_voq {
  border-radius: 0.375rem;
  overflow: hidden;
  width: 30px;
  height: 30px;
}.mfa_ft_logo_mark_voq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.mfa_ft_logo_sub_voq {
  line-height: 1.55;
  overflow-wrap: break-word;
  max-width: 200px;
  font-size: 12px;
  color: #455A4F;
}.mfa_ft_col_title_voq {
  color: #8AAD97;
  letter-spacing: .07em;
  font-size: 12px;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-weight: 700;
}.mfa_ft_col_links_voq {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.mfa_ft_col_link_voq {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #455A4F;
  font-size: 0.813rem;
}.mfa_ft_col_link_voq:hover {
  color: #C2D9CB;
}.mfa_ft_apps_voq {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.mfa_ft_app_card_voq {
  border-radius: 6px;
  gap: 0.625rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  padding: 0.625rem 0.75rem;
  transition: border-color .2s;
  display: flex;
  align-items: center;
}.mfa_ft_app_card_voq:hover {
  border-color: rgba(0,232,88,0.38);
}.mfa_ft_app_card_ic_voq svg {
  width: 22px;
  stroke-linejoin: round;
  height: 1.375rem;
  stroke-linecap: round;
}.mfa_ft_app_card_os_voq {
  color: #455A4F;
  font-weight: 600;
  font-size: 10px;
}.mfa_ft_app_card_action_voq {
  font-weight: 700;
  color: #C2D9CB;
  font-size: 12px;
}.mfa_ft_bot_voq {
  padding: 20px 1rem;
}
@media(min-width: 769px) {.mfa_ft_bot_voq {
  padding: 20px 1.5rem;
}
}.mfa_ft_bot_in_voq {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 1320px;
  display: flex;
  align-items: center;
}.mfa_ft_socials_voq {
  gap: 0.5rem;
  display: flex;
}.mfa_ft_soc_voq {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.375rem;
  transition: background .2s;
  color: #8AAD97;
  height: 2.25rem;
  justify-content: center;
  width: 36px;
  align-items: center;
  display: flex;
}.mfa_ft_soc_voq svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
  height: 16px;
}.mfa_ft_soc_voq:hover {
  background: rgba(255,255,255,0.07);
}.mfa_ft_legal_voq {
  flex: 1;
  font-size: 11px;
  color: #5A7064;
  line-height: 1.6;
  min-width: 12.5rem;
  overflow-wrap: break-word;
}.mfa_ft_legal_voq strong {
  font-weight: 700;
  color: #8AAD97;
}.mfa_ft_legal_voq a {
  text-decoration: underline;
  color: #8AAD97;
}.mfa_ft_age_voq {
  border: 2px solid #5A7064;
  border-radius: 50%;
  font-weight: 800;
  width: 32px;
  font-size: 0.688rem;
  margin-left: auto;
  color: #5A7064;
  justify-content: center;
  height: 32px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}