html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #0B1020;
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  color: #C4D0E8;
  font-family: 'Barlow', sans-serif;
}.ofz_layout_nhf {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.ofz_page_nhf {
  min-height: 100vh;
  display: flex;
}.ofz_main_nhf {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media (min-width: 1081px) {.ofz_main_nhf {
  padding-left: 13.75rem;
}
}
@media (max-width: 1080px) {.ofz_main_nhf {
  padding-bottom: 72px;
}
}.ofz_gc_nhf {
  background: #0F1628;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  position: relative;
  cursor: pointer;
  width: 8.75rem;
  flex-shrink: 0;
}
@media(min-width: 642px) {.ofz_gc_nhf {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.ofz_gc_nhf {
  width: 10.5rem;
}
}.ofz_gc_nhf:hover {
  border-color: rgba(43, 126, 255, 0.07);
  transform: translateY(-3px);
}.ofz_gc_img_nhf {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.ofz_gc_img_nhf img {
  inset: 0;
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}.ofz_gc_hover_nhf {
  transition: opacity .2s;
  background: rgba(7, 12, 24, 0.78);
  inset: 0;
  opacity: 0;
  align-items: center;
  position: absolute;
  justify-content: center;
  display: flex;
}.ofz_gc_nhf:hover .ofz_gc_hover_nhf {
  opacity: 1;
}.ofz_gc_hover_btn_nhf {
  padding: 0.5rem 16px;
  border-radius: 4px;
  background: #2B7EFF;
  color: #EFF4FF;
  font-weight: 700;
  font-size: 12px;
}.ofz_gc_info_nhf {
  padding: 0.5rem 10px 0.625rem;
}.ofz_gc_name_nhf {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  max-width: 100%;
  color: #C4D0E8;
  font-size: 0.75rem;
  margin-bottom: 3px;
}.ofz_gc_prov_nhf {
  font-size: 10px;
  color: #445268;
}.ofz_gc_tag_nhf {
  padding: 2px 7px;
  border-radius: 0.25rem;
  z-index: 2;
  position: absolute;
  text-transform: uppercase;
  top: 6px;
  font-size: 9px;
  left: 6px;
  font-weight: 700;
  letter-spacing: .04em;
}.ofz_gc_tag_hot_nhf {
  background: #E83248;
  color: #fff;
}.ofz_gc_tag_new_nhf {
  background: #1FBD6A;
  color: #0B1020;
}.ofz_gc_tag_jp_nhf {
  background: #F5A520;
  color: #0B1020;
}.ofz_gc_tag_ex_nhf {
  background: #C82840;
  color: #fff;
}.ofz_gc_tag_live_nhf {
  background: #E83248;
  color: #fff;
}.ofz_gr_nhf {
  padding: 2rem 16px 0;
  background: #0B1020;
}
@media(min-width: 765px) {.ofz_gr_nhf {
  padding: 2.25rem 24px 0;
}
}.ofz_gr_in_nhf {
  margin: 0 auto;
  max-width: 82.5rem;
}.ofz_gr_head_nhf {
  gap: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}.ofz_gr_head_l_nhf {
  flex: 1;
  gap: 10px;
  align-items: center;
  min-width: 0;
  display: flex;
}.ofz_gr_ic_nhf {
  border-radius: 0.5rem;
  display: flex;
  flex-shrink: 0;
  height: 2rem;
  width: 32px;
  justify-content: center;
  align-items: center;
}.ofz_gr_ic_nhf svg {
  width: 16px;
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.ofz_gr_title_nhf {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Bebas Neue', sans-serif;
  color: #EFF4FF;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.ofz_gr_title_nhf {
  font-size: 1.125rem;
}
}.ofz_gr_more_nhf {
  transition: color .2s;
  gap: 5px;
  align-items: center;
  color: #5B6E8C;
  font-size: 0.75rem;
  white-space: nowrap;
  font-weight: 600;
  display: flex;
  flex-shrink: 0;
}.ofz_gr_more_nhf:hover {
  color: #2B7EFF;
}.ofz_gr_more_nhf svg {
  stroke-linejoin: round;
  height: 12px;
  stroke-linecap: round;
  width: 12px;
}.ofz_gr_arrows_nhf {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.ofz_gr_arr_nhf {
  border-radius: 4px;
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  justify-content: center;
  color: #8595B4;
  height: 30px;
  width: 1.875rem;
  display: flex;
  align-items: center;
}.ofz_gr_arr_nhf:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EFF4FF;
}.ofz_gr_arr_nhf svg {
  stroke-linecap: round;
  height: 13px;
  width: 13px;
  stroke-linejoin: round;
}.ofz_gr_seo_h_nhf {
  margin: 0 0 6px;
  max-width: 42.5rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-family: 'Bebas Neue', sans-serif;
  color: #C4D0E8;
  font-weight: 700;
}
@media(min-width: 771px) {.ofz_gr_seo_h_nhf {
  font-size: 14px;
}
}.ofz_gr_seo_nhf {
  margin-bottom: 12px;
  line-height: 1.55;
  color: #5B6E8C;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  max-width: 42.5rem;
}.ofz_gr_seo_nhf strong {
  font-weight: 600;
  color: #C4D0E8;
}.ofz_gr_scroll_nhf {
  gap: 0.625rem;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}.ofz_gr_scroll_nhf::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.ofz_gr_scroll_nhf {
  gap: 12px;
}
}.ofz_tb_nhf {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0D1224;
  z-index: 80;
  right: 0;
  align-items: center;
  top: 0;
  position: fixed;
  display: flex;
  left: 0;
  height: 3.5rem;
}.ofz_tb_in_nhf {
  padding: 0 0.875rem;
  gap: 0;
  width: 100%;
  align-items: center;
  display: flex;
  height: 100%;
}.ofz_tb_burger_nhf {
  border-radius: 8px;
  gap: 5px;
  margin-right: 0.5rem;
  align-items: center;
  width: 2.375rem;
  height: 38px;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
}.ofz_tb_burger_nhf:hover {
  background: rgba(255, 255, 255, 0.05);
}.ofz_tb_burger_line_nhf {
  background: #8595B4;
  border-radius: 1px;
  height: 2px;
  width: 1.125rem;
  display: block;
}
@media(min-width: 1082px) {.ofz_tb_burger_nhf {
  display: none;
}
}.ofz_tb_logo_nhf {
  gap: 0.563rem;
  color: #EFF4FF;
  display: flex;
  overflow-wrap: break-word;
  letter-spacing: -.01em;
  align-items: center;
  margin-right: 20px;
  font-size: 18px;
  flex-shrink: 0;
  font-weight: 800;
}.ofz_tb_logo_mark_nhf {
  overflow: hidden;
  border-radius: 8px;
  align-items: center;
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
}.ofz_tb_logo_mark_nhf img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.ofz_tb_nav_nhf {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 642px) {.ofz_tb_nav_nhf {
  display: flex;
}
}.ofz_tb_tab_nhf {
  border-radius: 0.5rem;
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s;
  white-space: nowrap;
  font-weight: 600;
  color: #8595B4;
  font-size: 0.813rem;
}.ofz_tb_tab_nhf:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EFF4FF;
}.ofz_tb_tab_nhf.ofz_state_active_nhf {
  background: rgba(43, 126, 255, 0.18);
  color: #EFF4FF;
}.ofz_tb_right_nhf {
  gap: 0.5rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-left: auto;
}.ofz_tb_login_nhf {
  padding: 0.563rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  font-size: 0.813rem;
  color: #C4D0E8;
  font-weight: 600;
  display: none;
}.ofz_tb_login_nhf:hover {
  border-color: rgba(43, 126, 255, 0.45);
  color: #EFF4FF;
}
@media(min-width: 483px) {.ofz_tb_login_nhf {
  display: block;
}
}.ofz_tb_reg_nhf {
  transition: background .2s;
  border-radius: 8px;
  padding: 9px 18px;
  background: #1FBD6A;
  font-size: 0.813rem;
  color: #080E1C;
  font-weight: 700;
  white-space: nowrap;
}.ofz_tb_reg_nhf:hover {
  background: #25D678;
}.ofz_sb_nhf {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #141C2E;
  transition: transform .25s ease;
  transform: translateX(-100%);
  width: 13.75rem;
  bottom: 0;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 56px;
  z-index: 70;
}.ofz_sb_nhf.ofz_state_open_nhf {
  transform: translateX(0);
}.ofz_sb_nhf::-webkit-scrollbar {
  width: 4px;
}.ofz_sb_nhf::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1083px) {.ofz_sb_nhf {
  transform: translateX(0);
}
}.ofz_sb_auth_nhf {
  padding: 14px 12px 10px;
}.ofz_sb_btn_reg_nhf {
  padding: 0.688rem;
  transition: background .2s;
  border-radius: 0.5rem;
  background: #1FBD6A;
  text-align: center;
  display: block;
  color: #080E1C;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
}.ofz_sb_btn_reg_nhf:hover {
  background: #25D678;
}.ofz_sb_btn_login_nhf {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border-radius: 0.5rem;
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #C4D0E8;
}.ofz_sb_btn_login_nhf:hover {
  border-color: rgba(43, 126, 255, 0.45);
  color: #EFF4FF;
}.ofz_sb_promo_nhf {
  overflow: hidden;
  padding: 0.75rem 0.875rem;
  border: 1px solid rgba(43, 126, 255, 0.18);
  background: linear-gradient(135deg,#0E1B3D,#141C2E);
  border-radius: 0.5rem;
  margin: 0 12px 10px;
  position: relative;
}.ofz_sb_promo_nhf::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(43, 126, 255, 0.18),transparent 70%);
  position: absolute;
  right: -20px;
  width: 5rem;
  top: -20px;
  content: '';
  height: 5rem;
}.ofz_sb_promo_title_nhf {
  letter-spacing: .06em;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #2B7EFF;
  margin-bottom: 0.25rem;
}.ofz_sb_promo_text_nhf {
  font-weight: 600;
  color: #EFF4FF;
  line-height: 1.35;
  font-size: 12px;
  overflow-wrap: break-word;
}.ofz_sb_promo_sub_nhf {
  margin-top: 3px;
  color: #5B6E8C;
  font-size: 0.625rem;
}.ofz_sb_nav_nhf {
  padding: 0.375rem 8px 1rem;
}.ofz_sb_nav_lb_nhf {
  padding: 0.625rem 8px 0.375rem;
  color: #445268;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.625rem;
}.ofz_sb_link_nhf {
  transition: background .15s,color .15s;
  border-radius: 4px;
  padding: 9px 10px;
  gap: 0.625rem;
  overflow-wrap: break-word;
  display: flex;
  color: #8595B4;
  cursor: pointer;
  font-weight: 500;
  align-items: center;
  font-size: 0.813rem;
}.ofz_sb_link_nhf:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EFF4FF;
}.ofz_sb_link_nhf.ofz_state_active_nhf {
  background: rgba(43, 126, 255, 0.18);
  color: #EFF4FF;
}.ofz_sb_ic_nhf {
  border-radius: 4px;
  flex-shrink: 0;
  display: flex;
  height: 30px;
  align-items: center;
  width: 1.875rem;
  justify-content: center;
}.ofz_sb_ic_nhf svg {
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
}.ofz_sb_ic_1_nhf {
  background: rgba(43, 126, 255, 0.07);
  color: #2B7EFF;
}.ofz_sb_ic_2_nhf {
  background: rgba(31, 189, 106, 0.16);
  color: #1FBD6A;
}.ofz_sb_ic_3_nhf {
  background: rgba(245, 165, 32, 0.16);
  color: #F5A520;
}.ofz_sb_ic_4_nhf {
  background: rgba(200, 40, 64, 0.20);
  color: #C82840;
}.ofz_sb_ic_5_nhf {
  background: rgba(43, 126, 255, 0.07);
  color: #F04478;
}.ofz_sb_ic_6_nhf {
  background: rgba(200, 40, 64, 0.20);
  color: #8B3FD9;
}.ofz_sb_badge_nhf {
  padding: 2px 7px;
  border-radius: 4px;
  background: #F5A520;
  margin-left: auto;
  color: #080E1C;
  font-size: 0.563rem;
  font-weight: 700;
}.ofz_sb_bot_nhf {
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 8px;
  display: flex;
}.ofz_sb_lang_nhf,.ofz_sb_help_nhf {
  flex: 1;
  gap: 0.375rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  padding: 9px 6px;
  justify-content: center;
  font-weight: 600;
  align-items: center;
  font-size: 0.688rem;
  color: #8595B4;
  display: flex;
}.ofz_sb_lang_nhf:hover,.ofz_sb_help_nhf:hover {
  border-color: rgba(43, 126, 255, 0.45);
  color: #EFF4FF;
}.ofz_sb_lang_nhf svg,.ofz_sb_help_nhf svg {
  stroke-linecap: round;
  height: 0.813rem;
  width: 0.813rem;
  stroke-linejoin: round;
}.ofz_sb_bd_nhf {
  inset: 0;
  background: rgba(7, 12, 24, 0.78);
  display: none;
  z-index: 69;
  position: fixed;
}.ofz_sb_bd_nhf.ofz_state_on_nhf {
  display: block;
}
@media(min-width: 1078px) {.ofz_sb_bd_nhf {
  display: none!important;
}
}.ofz_mob_nav_nhf {
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #141C2E;
  position: fixed;
  display: flex;
  z-index: 80;
  left: 0;
  right: 0;
  bottom: 0;
}
@media(min-width: 1079px) {.ofz_mob_nav_nhf {
  display: none;
}
}.ofz_mob_nav_item_nhf {
  gap: 0.25rem;
  flex: 1;
  padding: 0.25rem 2px;
  color: #445268;
  align-items: center;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}.ofz_mob_nav_ic_nhf {
  line-height: 1;
}.ofz_mob_nav_ic_nhf svg {
  width: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.25rem;
}.ofz_mob_nav_lb_nhf {
  font-size: 0.625rem;
  color: #445268;
  font-weight: 600;
}.ofz_mob_nav_item_nhf.ofz_state_active_nhf {
  color: #2B7EFF;
}.ofz_mob_nav_item_nhf.ofz_state_active_nhf .ofz_mob_nav_lb_nhf {
  color: #2B7EFF;
}.ofz_hero_nhf {
  background: #0B1020;
  padding: 20px 16px 0;
}
@media(min-width: 769px) {.ofz_hero_nhf {
  padding: 1.5rem 24px 0;
}
}.ofz_hero_in_nhf {
  gap: 0.75rem;
  margin: 0 auto;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 857px) {.ofz_hero_in_nhf {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1097px) {.ofz_hero_in_nhf {
  grid-template-columns: 1fr 21.25rem;
}
}.ofz_hero_promo_nhf {
  background: #0F1628;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  align-items: stretch;
  min-height: 13.75rem;
  display: flex;
}
@media(min-width: 771px) {.ofz_hero_promo_nhf {
  min-height: 17.5rem;
}
}.ofz_hero_promo_bg_nhf {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#0E1B3D 0%,#0B1020 100%);
  background-size: cover;
  position: absolute;
}.ofz_hero_promo_bg_nhf::after {
  background: linear-gradient(90deg,#0B1020 0%,rgba(7, 12, 24, 0.78) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.ofz_hero_promo_glow_nhf {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200, 40, 64, 0.20) 0%,transparent 65%);
  position: absolute;
  height: 18.75rem;
  right: 60px;
  width: 18.75rem;
  top: -2.5rem;
  pointer-events: none;
}.ofz_hero_promo_ct_nhf {
  padding: 1.75rem 1.5rem 1.75rem 1.75rem;
  z-index: 2;
  position: relative;
  display: flex;
  max-width: 30rem;
  justify-content: center;
  flex-direction: column;
}
@media(min-width: 769px) {.ofz_hero_promo_ct_nhf {
  padding: 40px 32px;
}
}.ofz_hero_badge_nhf {
  padding: 0.313rem 12px;
  border-radius: 1.25rem;
  background: rgba(43, 126, 255, 0.18);
  border: 1px solid rgba(43, 126, 255, 0.07);
  display: inline-block;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  font-weight: 700;
  font-size: 0.625rem;
  color: #2B7EFF;
}.ofz_hero_h1_nhf {
  font-family: 'Bebas Neue', sans-serif;
  margin-bottom: 0.625rem;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.15;
  overflow-wrap: break-word;
  color: #EFF4FF;
}.ofz_hero_h1_nhf em {
  color: #F5A520;
  font-style: normal;
}
@media(min-width: 769px) {.ofz_hero_h1_nhf {
  font-size: 2.25rem;
}
}.ofz_hero_sub_nhf {
  font-size: 0.813rem;
  line-height: 1.55;
  margin-bottom: 20px;
  color: #8595B4;
}
@media(min-width: 765px) {.ofz_hero_sub_nhf {
  font-size: 14px;
}
}.ofz_hero_row_nhf {
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.ofz_hero_cta_nhf {
  border-radius: 8px;
  background: #1FBD6A;
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  font-weight: 700;
  color: #080E1C;
  box-shadow: 0 0 18px rgba(31, 189, 106, 0.50), 0 3px 0 rgba(4, 8, 20, 0.40);
  font-size: 14px;
}.ofz_hero_cta_nhf:hover {
  background: #25D678;
}.ofz_hero_terms_nhf {
  color: #445268;
  font-size: 11px;
}.ofz_hero_game_nhf {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  overflow: hidden;
  background: #0F1628;
  flex-direction: column;
  display: flex;
  position: relative;
}.ofz_hero_game_badge_nhf {
  border: 1px solid rgba(245, 165, 32, 0.16);
  background: rgba(245, 165, 32, 0.16);
  padding: 5px 0.625rem;
  border-radius: 1.25rem;
  text-transform: uppercase;
  position: absolute;
  font-size: 10px;
  top: 12px;
  font-weight: 700;
  color: #F5A520;
  z-index: 3;
  letter-spacing: .06em;
  left: 12px;
}.ofz_hero_game_badge_nhf svg {
  margin-right: 4px;
  width: 11px;
  vertical-align: -1px;
  height: 0.688rem;
}.ofz_hero_game_img_nhf {
  background: linear-gradient(135deg,#0E1B3D,#0B1020);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.ofz_hero_game_img_nhf img {
  inset: 0;
  width: 100%;
  position: absolute;
  object-fit: cover;
  height: 100%;
}.ofz_hero_game_play_nhf {
  transition: opacity .2s;
  inset: 0;
  background: rgba(7, 12, 24, 0.78);
  align-items: center;
  opacity: 0;
  justify-content: center;
  display: flex;
  position: absolute;
}.ofz_hero_game_nhf:hover .ofz_hero_game_play_nhf {
  opacity: 1;
}.ofz_hero_game_play_nhf span {
  background: #2B7EFF;
  border-radius: 50%;
  justify-content: center;
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
}.ofz_hero_game_play_nhf span svg {
  height: 18px;
  margin-left: 2px;
  width: 1.125rem;
}.ofz_hero_game_info_nhf {
  padding: 0.875rem 1rem;
}.ofz_hero_game_title_nhf {
  font-size: 15px;
  font-weight: 700;
  color: #EFF4FF;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.ofz_hero_game_provider_nhf {
  font-size: 0.688rem;
  color: #5B6E8C;
}.ofz_hero_game_btn_nhf {
  background: #2B7EFF;
  transition: background .2s;
  padding: 0.688rem;
  border-radius: 0.5rem;
  margin: 12px 1rem 1rem;
  text-align: center;
  color: #EFF4FF;
  display: block;
  font-size: 13px;
  font-weight: 700;
}.ofz_hero_game_nhf:hover .ofz_hero_game_btn_nhf {
  background: #4D95FF;
}.ofz_sbar_nhf {
  background: #0B1020;
  padding: 1rem 16px 0;
}
@media(min-width: 767px) {.ofz_sbar_nhf {
  padding: 18px 24px 0;
}
}.ofz_sbar_in_nhf {
  margin: 0 auto;
  max-width: 1320px;
}.ofz_sbar_row_nhf {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.75rem;
}.ofz_sbar_input_nhf {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  flex: 1;
  padding: 0.688rem 16px;
  background: #0F1628;
  gap: 0.625rem;
  border-radius: 8px;
  color: #5B6E8C;
  align-items: center;
  display: flex;
  cursor: pointer;
  font-size: 0.813rem;
}.ofz_sbar_input_nhf:hover {
  border-color: rgba(43, 126, 255, 0.45);
}.ofz_sbar_input_nhf svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 15px;
  flex-shrink: 0;
  width: 0.938rem;
}.ofz_sbar_providers_nhf {
  padding: 0.688rem 18px;
  transition: border-color .2s;
  background: #0F1628;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  gap: 8px;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #C4D0E8;
  font-size: 0.813rem;
}.ofz_sbar_providers_nhf:hover {
  border-color: rgba(43, 126, 255, 0.45);
  color: #EFF4FF;
}.ofz_sbar_providers_nhf svg {
  height: 14px;
  width: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.ofz_sbar_tabs_nhf {
  gap: 6px;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 2px;
  overflow-x: auto;
}.ofz_sbar_tabs_nhf::-webkit-scrollbar {
  display: none;
}.ofz_sbar_tab_nhf {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 14px;
  gap: 0.438rem;
  transition: background .15s,color .15s,border-color .15s;
  font-weight: 600;
  display: flex;
  white-space: nowrap;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 12px;
  align-items: center;
  color: #8595B4;
}.ofz_sbar_tab_nhf:hover {
  border-color: rgba(43, 126, 255, 0.45);
  background: rgba(255, 255, 255, 0.07);
  color: #EFF4FF;
}.ofz_sbar_tab_nhf.ofz_state_active_nhf {
  border-color: rgba(43, 126, 255, 0.07);
  background: rgba(43, 126, 255, 0.18);
  color: #EFF4FF;
}.ofz_sbar_tab_ic_nhf svg {
  width: 14px;
  height: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.ofz_gcg_nhf {
  background: #0B1020;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.ofz_gcg_nhf {
  padding: 2.75rem 24px 0;
}
}.ofz_gcg_in_nhf {
  margin: 0 auto;
  max-width: 82.5rem;
}.ofz_gcg_head_nhf {
  margin-bottom: 20px;
  max-width: 45rem;
}.ofz_gcg_label_nhf {
  text-transform: uppercase;
  color: #2B7EFF;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
}.ofz_gcg_h2_nhf {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #EFF4FF;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
}
@media(min-width: 765px) {.ofz_gcg_h2_nhf {
  font-size: 1.75rem;
}
}.ofz_gcg_intro_nhf {
  line-height: 1.6;
  font-size: 0.813rem;
  color: #5B6E8C;
}.ofz_gcg_grid_nhf {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.ofz_gcg_grid_nhf {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.ofz_gcg_grid_nhf {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.ofz_gcg_card_nhf {
  overflow: hidden;
  border-radius: 12px;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem;
  display: flex;
  min-height: 240px;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
}.ofz_gcg_card_nhf:hover {
  transform: translateY(-3px);
  border-color: rgba(43, 126, 255, 0.18);
}.ofz_gcg_card_bg_nhf {
  inset: 0;
  z-index: 0;
  position: absolute;
}.ofz_gcg_card_bg_nhf::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.ofz_gcg_card_ic_nhf {
  background: rgba(0,0,0,.45);
  border-radius: 0.25rem;
  color: #EFF4FF;
  right: 18px;
  width: 40px;
  z-index: 2;
  display: flex;
  position: absolute;
  justify-content: center;
  height: 40px;
  top: 1.125rem;
  align-items: center;
}.ofz_gcg_card_ic_nhf svg {
  height: 1.25rem;
  width: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.ofz_gcg_card_ct_nhf {
  position: relative;
  z-index: 1;
}.ofz_gcg_card_h_nhf {
  line-height: 1.2;
  font-weight: 800;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
  color: #EFF4FF;
}
@media(min-width: 766px) {.ofz_gcg_card_h_nhf {
  font-size: 20px;
}
}.ofz_gcg_card_p_nhf {
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 0.75rem;
  color: rgba(255,255,255,.82);
  margin-bottom: 0.625rem;
}.ofz_gcg_card_p_nhf strong {
  font-weight: 600;
  color: #EFF4FF;
}.ofz_gcg_card_cta_nhf {
  gap: 4px;
  color: #2B7EFF;
  letter-spacing: .04em;
  display: inline-flex;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  align-items: center;
}.ofz_gcg_card_cta_nhf svg {
  stroke-linecap: round;
  width: 12px;
  stroke-linejoin: round;
  height: 12px;
}.ofz_gr_jp_nhf {
  border-radius: 0.75rem;
  padding: 20px;
  background: linear-gradient(135deg,#1A0D3C 0%,#0C0B1E 100%);
  overflow: hidden;
  position: relative;
}.ofz_gr_jp_nhf::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200, 40, 64, 0.20) 0%,transparent 70%);
  left: -3.75rem;
  position: absolute;
  top: -60px;
  content: '';
  height: 250px;
  width: 15.625rem;
}.ofz_gr_jp_nhf::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(245, 165, 32, 0.16) 0%,transparent 70%);
  content: '';
  width: 12.5rem;
  bottom: -40px;
  right: 0;
  position: absolute;
  height: 12.5rem;
}.ofz_gr_jp_head_nhf {
  gap: 16px;
  margin-bottom: 16px;
  align-items: flex-start;
  display: flex;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}.ofz_gr_jp_info_nhf {
  flex: 1;
}.ofz_gr_jp_label_nhf {
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #8B3FD9;
  letter-spacing: .08em;
}.ofz_gr_jp_label_nhf svg {
  margin-right: 4px;
  stroke-linejoin: round;
  stroke-linecap: round;
  vertical-align: -2px;
  height: 14px;
  width: 14px;
}.ofz_gr_jp_amount_nhf {
  overflow-wrap: break-word;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  color: #EFF4FF;
  font-family: 'Bebas Neue', sans-serif;
  margin-bottom: 0.25rem;
}
@media(min-width: 769px) {.ofz_gr_jp_amount_nhf {
  font-size: 2.5rem;
}
}.ofz_gr_jp_amount_nhf span {
  color: #F5A520;
}.ofz_gr_jp_seo_nhf {
  overflow-wrap: break-word;
  color: #8595B4;
  font-size: 0.75rem;
  max-width: 30rem;
  line-height: 1.5;
}.ofz_gr_jp_cta_nhf {
  transition: background .2s;
  border-radius: 0.5rem;
  border: 1px solid rgba(200, 40, 64, 0.20);
  padding: 0.688rem 1.25rem;
  background: rgba(200, 40, 64, 0.20);
  align-self: flex-start;
  position: relative;
  white-space: nowrap;
  font-weight: 700;
  margin-top: 4px;
  color: #EFF4FF;
  flex-shrink: 0;
  font-size: 13px;
  z-index: 1;
}.ofz_gr_jp_cta_nhf:hover {
  background: #C82840;
}.ofz_ws_nhf {
  background: #0B1020;
  padding: 32px 16px 0;
}
@media(min-width: 766px) {.ofz_ws_nhf {
  padding: 36px 1.5rem 0;
}
}.ofz_ws_in_nhf {
  margin: 0 auto;
  max-width: 82.5rem;
}.ofz_ws_head_nhf {
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px;
}.ofz_ws_title_nhf {
  gap: 10px;
  color: #EFF4FF;
  flex-wrap: wrap;
  font-weight: 700;
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
  font-size: 16px;
}.ofz_ws_title_ic_nhf svg {
  width: 1.125rem;
  stroke-linejoin: round;
  height: 1.125rem;
  stroke-linecap: round;
  color: #F5A520;
}.ofz_ws_online_nhf {
  gap: 7px;
  align-items: center;
  font-weight: 600;
  display: flex;
  color: #5B6E8C;
  font-size: 0.75rem;
}.ofz_ws_online_dot_nhf {
  border-radius: 50%;
  background: #1FBD6A;
  box-shadow: 0 0 0.375rem rgba(31, 189, 106, 0.16);
  width: 8px;
  height: 0.5rem;
  flex-shrink: 0;
}.ofz_ws_scroll_nhf {
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
}.ofz_ws_scroll_nhf::-webkit-scrollbar {
  display: none;
}.ofz_wc_nhf {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 10px 0.875rem;
  border-radius: 0.5rem;
  gap: 10px;
  background: #0F1628;
  align-items: center;
  display: flex;
  min-width: 13.75rem;
  flex-shrink: 0;
}.ofz_wc_img_nhf {
  border-radius: 0.25rem;
  overflow: hidden;
  background: #141C2E;
  height: 2.25rem;
  flex-shrink: 0;
  width: 36px;
}.ofz_wc_img_nhf img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.ofz_wc_info_nhf {
  min-width: 0;
}.ofz_wc_game_nhf {
  overflow: hidden;
  font-size: 0.75rem;
  color: #C4D0E8;
  text-overflow: ellipsis;
  font-weight: 600;
  white-space: nowrap;
}.ofz_wc_player_nhf {
  overflow: hidden;
  font-size: 0.625rem;
  white-space: nowrap;
  color: #445268;
  text-overflow: ellipsis;
}.ofz_wc_amount_nhf {
  flex-shrink: 0;
  color: #1FBD6A;
  margin-left: auto;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}.ofz_app_nhf {
  background: #0B1020;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.ofz_app_nhf {
  padding: 44px 24px 0;
}
}.ofz_app_in_nhf {
  margin: 0 auto;
  max-width: 1320px;
}.ofz_app_head_nhf {
  margin-bottom: 16px;
}.ofz_app_label_nhf {
  font-size: 0.688rem;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #2B7EFF;
  text-transform: uppercase;
  font-weight: 700;
}.ofz_app_h2_nhf {
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #EFF4FF;
  margin-bottom: 0.375rem;
  font-family: 'Bebas Neue', sans-serif;
}
@media(min-width: 765px) {.ofz_app_h2_nhf {
  font-size: 24px;
}
}.ofz_app_sub_nhf {
  line-height: 1.6;
  color: #5B6E8C;
  overflow-wrap: break-word;
  max-width: 600px;
  font-size: 13px;
}.ofz_app_sub_nhf strong {
  color: #C4D0E8;
  font-weight: 700;
}.ofz_app_cards_nhf {
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}
@media(min-width: 641px) {.ofz_app_cards_nhf {
  grid-template-columns: repeat(3,1fr);
}
}.ofz_app_card_nhf {
  overflow: hidden;
  padding: 1.25rem;
  gap: 16px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.ofz_app_card_ios_nhf {
  background: linear-gradient(135deg,rgba(43, 126, 255, 0.18) 0%,#141C2E 100%);
}.ofz_app_card_android_nhf {
  background: linear-gradient(135deg,rgba(31, 189, 106, 0.16) 0%,#141C2E 100%);
}.ofz_app_card_win_nhf {
  background: linear-gradient(135deg,rgba(245, 165, 32, 0.16) 0%,#141C2E 100%);
}.ofz_app_card_ic_nhf svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 34px;
  height: 34px;
}.ofz_app_card_ic_nhf {
  flex-shrink: 0;
  color: #EFF4FF;
}.ofz_app_card_os_nhf {
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #5B6E8C;
  font-size: 10px;
}.ofz_app_card_title_nhf {
  margin-bottom: 0.375rem;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #EFF4FF;
  overflow-wrap: break-word;
}.ofz_app_card_text_nhf {
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #5B6E8C;
  margin-bottom: 0.875rem;
}.ofz_app_card_btn_nhf {
  border-radius: 0.25rem;
  border: 1px solid rgba(43, 126, 255, 0.45);
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 18px;
  gap: 0.438rem;
  transition: background .2s;
  align-items: center;
  font-size: 13px;
  display: inline-flex;
  color: #EFF4FF;
  font-weight: 700;
}.ofz_app_card_btn_nhf:hover {
  background: rgba(255, 255, 255, 0.07);
}.ofz_bon_nhf {
  background: #0B1020;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.ofz_bon_nhf {
  padding: 2.75rem 24px 0;
}
}.ofz_bon_in_nhf {
  margin: 0 auto;
  max-width: 1320px;
}.ofz_bon_head_nhf {
  margin-bottom: 1.25rem;
}.ofz_bon_label_nhf {
  letter-spacing: .08em;
  color: #2B7EFF;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}.ofz_bon_h2_nhf {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  color: #EFF4FF;
  margin-bottom: 0.5rem;
  font-family: 'Bebas Neue', sans-serif;
}
@media(min-width: 767px) {.ofz_bon_h2_nhf {
  font-size: 1.5rem;
}
}.ofz_bon_seo_nhf {
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  color: #5B6E8C;
}.ofz_bon_seo_nhf strong {
  color: #C4D0E8;
  font-weight: 700;
}.ofz_bon_seo_nhf a {
  color: #2B7EFF;
  text-decoration: underline;
}.ofz_bon_grid_nhf {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 638px) {.ofz_bon_grid_nhf {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.ofz_bon_grid_nhf {
  grid-template-columns: repeat(5,1fr);
}
}.ofz_bon_card_nhf {
  background: #0F1628;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
  padding: 16px;
}.ofz_bon_card_nhf:hover {
  border-color: rgba(43, 126, 255, 0.07);
  transform: translateY(-2px);
}.ofz_bon_card_ic_nhf svg {
  width: 26px;
  height: 1.625rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.ofz_bon_card_ic_nhf {
  margin-bottom: 0.625rem;
}.ofz_bon_card_type_nhf {
  font-size: 0.625rem;
  font-weight: 700;
  color: #5B6E8C;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}.ofz_bon_card_amount_nhf {
  margin-bottom: 6px;
  line-height: 1.1;
  font-weight: 800;
  font-size: 1.125rem;
  color: #F5A520;
}.ofz_bon_card_name_nhf {
  font-size: 0.813rem;
  color: #EFF4FF;
  overflow-wrap: break-word;
  font-weight: 600;
  margin-bottom: 8px;
}.ofz_bon_card_detail_nhf {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 11px;
  color: #445268;
  line-height: 1.5;
  overflow-wrap: break-word;
  padding-top: 0.5rem;
}.ofz_reg_nhf {
  padding: 36px 16px 0;
  background: #0B1020;
}
@media(min-width: 767px) {.ofz_reg_nhf {
  padding: 2.75rem 24px 0;
}
}.ofz_reg_in_nhf {
  background: #141C2E;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  margin: 0 auto;
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 767px) {.ofz_reg_in_nhf {
  padding: 40px;
}
}.ofz_reg_top_nhf {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 863px) {.ofz_reg_top_nhf {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.ofz_reg_label_nhf {
  font-size: 11px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #2B7EFF;
}.ofz_reg_h2_nhf {
  font-weight: 800;
  font-size: 22px;
  line-height: 1.2;
  color: #EFF4FF;
  margin-bottom: 12px;
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.ofz_reg_h2_nhf {
  font-size: 1.75rem;
}
}.ofz_reg_bonus_nhf {
  border: 1px solid rgba(245, 165, 32, 0.16);
  background: rgba(245, 165, 32, 0.16);
  padding: 0.625rem 16px;
  border-radius: 0.5rem;
  gap: 0.5rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}.ofz_reg_bonus_amount_nhf {
  color: #F5A520;
  font-size: 1.25rem;
  font-weight: 800;
}.ofz_reg_bonus_text_nhf {
  font-size: 0.813rem;
  color: #8595B4;
  line-height: 1.35;
}.ofz_reg_cta_btn_nhf {
  background: #1FBD6A;
  border-radius: 8px;
  padding: 14px 2rem;
  transition: background .2s;
  font-size: 15px;
  color: #080E1C;
  box-shadow: 0 0 18px rgba(31, 189, 106, 0.50), 0 3px 0 rgba(4, 8, 20, 0.40);
  font-weight: 700;
  margin-bottom: 12px;
  display: inline-block;
}.ofz_reg_cta_btn_nhf:hover {
  background: #25D678;
}.ofz_reg_terms_nhf {
  color: #445268;
  font-size: 0.688rem;
  line-height: 1.5;
}.ofz_reg_seo_nhf {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.813rem;
  line-height: 1.65;
  color: #5B6E8C;
  overflow-wrap: break-word;
  margin-top: 20px;
  padding-top: 1.25rem;
}.ofz_reg_seo_nhf p {
  line-height: 1.65;
  font-size: 0.813rem;
  margin-bottom: 10px;
  color: #5B6E8C;
}.ofz_reg_seo_nhf p:last-child {
  margin-bottom: 0;
}.ofz_reg_seo_nhf strong {
  color: #C4D0E8;
  font-weight: 700;
}.ofz_reg_seo_nhf a {
  transition: color .2s;
  text-decoration: underline;
  color: #2B7EFF;
}.ofz_reg_seo_nhf a:hover {
  color: #4D95FF;
}.ofz_reg_seo_nhf ul,.ofz_reg_seo_nhf ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.ofz_reg_seo_nhf ol {
  list-style: decimal;
}.ofz_reg_seo_nhf li {
  font-size: 0.813rem;
  line-height: 1.65;
  margin-bottom: 4px;
  color: #5B6E8C;
}.ofz_reg_seo_nhf table {
  margin-bottom: 10px;
  font-size: 13px;
  overflow-x: auto;
  width: 100%;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 769px) {.ofz_reg_seo_nhf table {
  display: table;
}
}.ofz_reg_seo_nhf th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  font-weight: 700;
  color: #C4D0E8;
  text-align: left;
}.ofz_reg_seo_nhf td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #5B6E8C;
}.ofz_reg_steps_nhf {
  gap: 0.875rem;
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}
@media(min-width: 861px) {.ofz_reg_steps_nhf {
  margin-top: 0;
}
}.ofz_reg_step_nhf {
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
  border-radius: 8px;
  gap: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.ofz_reg_step_num_nhf {
  border-radius: 50%;
  background: rgba(43, 126, 255, 0.18);
  border: 1px solid rgba(43, 126, 255, 0.07);
  color: #2B7EFF;
  font-weight: 800;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 2.125rem;
  justify-content: center;
  height: 2.125rem;
  font-size: 0.875rem;
}.ofz_reg_step_title_nhf {
  font-weight: 700;
  color: #EFF4FF;
  margin-bottom: 3px;
  font-size: 14px;
}.ofz_reg_step_text_nhf {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #5B6E8C;
}.ofz_reg_trust_nhf {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  margin-top: 1.25rem;
  flex-wrap: wrap;
  display: flex;
}.ofz_reg_trust_item_nhf {
  gap: 7px;
  font-size: 0.75rem;
  color: #5B6E8C;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
}.ofz_reg_trust_ic_nhf svg {
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
  color: #2B7EFF;
  height: 1rem;
}.ofz_htp_nhf {
  padding: 2.25rem 16px 0;
  background: #0B1020;
}
@media(min-width: 767px) {.ofz_htp_nhf {
  padding: 2.75rem 1.5rem 0;
}
}.ofz_htp_in_nhf {
  margin: 0 auto;
  max-width: 82.5rem;
}.ofz_htp_head_nhf {
  margin-bottom: 22px;
  max-width: 45rem;
}.ofz_htp_label_nhf {
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #2B7EFF;
  text-transform: uppercase;
}.ofz_htp_h2_nhf {
  font-family: 'Bebas Neue', sans-serif;
  color: #EFF4FF;
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 22px;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.ofz_htp_h2_nhf {
  font-size: 1.75rem;
}
}.ofz_htp_intro_nhf {
  font-size: 14px;
  color: #5B6E8C;
  line-height: 1.6;
}.ofz_htp_steps_nhf {
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width: 638px) {.ofz_htp_steps_nhf {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.ofz_htp_steps_nhf {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.ofz_htp_step_nhf {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem 1.125rem 1.125rem;
  background: #141C2E;
  border-radius: 0.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}.ofz_htp_step_num_nhf {
  border-radius: 50%;
  background: #2B7EFF;
  height: 28px;
  font-weight: 800;
  font-family: 'Bebas Neue', sans-serif;
  display: flex;
  position: absolute;
  align-items: center;
  color: #080E1C;
  font-size: 0.813rem;
  top: -12px;
  width: 28px;
  justify-content: center;
  left: 1.25rem;
}.ofz_htp_step_ic_nhf {
  border-radius: 4px;
  margin: 0.5rem 0 12px;
  background: rgba(43, 126, 255, 0.18);
  color: #2B7EFF;
  align-items: center;
  height: 36px;
  display: flex;
  width: 36px;
  justify-content: center;
}.ofz_htp_step_ic_nhf svg {
  stroke-linecap: round;
  height: 18px;
  width: 1.125rem;
  stroke-linejoin: round;
}.ofz_htp_step_h_nhf {
  margin-bottom: 0.375rem;
  font-weight: 700;
  color: #EFF4FF;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 14px;
}.ofz_htp_step_p_nhf {
  color: #5B6E8C;
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.ofz_htp_step_p_nhf strong {
  color: #C4D0E8;
  font-weight: 600;
}.ofz_htp_cta_nhf {
  border-radius: 0.5rem;
  padding: 0.813rem 26px;
  transition: background .2s;
  background: #1FBD6A;
  color: #080E1C;
  font-weight: 700;
  font-size: 14px;
  margin-top: 1.25rem;
  display: inline-block;
}.ofz_htp_cta_nhf:hover {
  background: #25D678;
}.ofz_prov_nhf {
  padding: 2.25rem 16px 0;
  background: #0B1020;
}
@media(min-width: 769px) {.ofz_prov_nhf {
  padding: 2.75rem 24px 0;
}
}.ofz_prov_in_nhf {
  margin: 0 auto;
  max-width: 1320px;
}.ofz_prov_head_nhf {
  margin-bottom: 16px;
}.ofz_prov_label_nhf {
  font-weight: 700;
  color: #2B7EFF;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 11px;
  text-transform: uppercase;
}.ofz_prov_h2_nhf {
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-size: 20px;
  color: #EFF4FF;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 800;
}
@media(min-width: 769px) {.ofz_prov_h2_nhf {
  font-size: 24px;
}
}.ofz_prov_seo_nhf {
  overflow-wrap: break-word;
  font-size: 13px;
  max-width: 620px;
  margin-bottom: 16px;
  color: #5B6E8C;
  line-height: 1.6;
}.ofz_prov_seo_nhf strong {
  color: #C4D0E8;
  font-weight: 700;
}.ofz_prov_seo_nhf a {
  color: #2B7EFF;
  text-decoration: underline;
}.ofz_prov_grid_nhf {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 643px) {.ofz_prov_grid_nhf {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1082px) {.ofz_prov_grid_nhf {
  grid-template-columns: repeat(8,1fr);
}
}.ofz_prov_card_nhf {
  padding: 0.875rem 10px;
  background: #0F1628;
  gap: 0.438rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  transition: border-color .2s,background .2s;
  flex-direction: column;
  display: flex;
  align-items: center;
  cursor: pointer;
}.ofz_prov_card_nhf:hover {
  background: #141C2E;
  border-color: rgba(43, 126, 255, 0.45);
}.ofz_prov_logo_nhf {
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 4px;
  width: 2.75rem;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}.ofz_prov_logo_nhf img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.ofz_prov_name_nhf {
  overflow-wrap: break-word;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  color: #8595B4;
}.ofz_seo_nhf {
  padding: 36px 16px 0;
  background: #0B1020;
}
@media(min-width: 769px) {.ofz_seo_nhf {
  padding: 44px 1.5rem 0;
}
}.ofz_seo_in_nhf {
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  border-radius: 12px;
  background: #141C2E;
  max-width: 1320px;
}
@media(min-width: 769px) {.ofz_seo_in_nhf {
  padding: 2.25rem 2.5rem;
}
}.ofz_seo_label_nhf {
  color: #2B7EFF;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.ofz_seo_h2_nhf {
  color: #EFF4FF;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Bebas Neue', sans-serif;
  line-height: 1.25;
}
@media(min-width: 766px) {.ofz_seo_h2_nhf {
  font-size: 24px;
}
}.ofz_seo_body_nhf {
  overflow-wrap: break-word;
  color: #8595B4;
  line-height: 1.75;
  font-size: 0.875rem;
}.ofz_seo_body_nhf p {
  font-size: 0.875rem;
  color: #8595B4;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}.ofz_seo_body_nhf p:last-child {
  margin-bottom: 0;
}.ofz_seo_body_nhf strong {
  font-weight: 700;
  color: #C4D0E8;
}.ofz_seo_body_nhf a {
  transition: color .2s;
  color: #2B7EFF;
  text-decoration: underline;
}.ofz_seo_body_nhf a:hover {
  color: #4D95FF;
}.ofz_seo_body_nhf ul,.ofz_seo_body_nhf ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.ofz_seo_body_nhf ol {
  list-style: decimal;
}.ofz_seo_body_nhf li {
  font-size: 0.875rem;
  color: #8595B4;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.ofz_seo_body_nhf table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  display: block;
  margin-bottom: 0.75rem;
  overflow-x: auto;
}
@media(min-width: 767px) {.ofz_seo_body_nhf table {
  display: table;
}
}.ofz_seo_body_nhf th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C4D0E8;
}.ofz_seo_body_nhf td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8595B4;
}.ofz_seo_cols_nhf {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.ofz_seo_cols_nhf {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.ofz_seo_cols_nhf {
  grid-template-columns: repeat(3,1fr);
}
}.ofz_seo_col_h_nhf {
  font-size: 0.813rem;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  color: #C4D0E8;
}.ofz_seo_col_p_nhf {
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #5B6E8C;
}.ofz_seo_stats_nhf {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.ofz_seo_stat_nhf {
  flex: 1;
  background: rgba(43, 126, 255, 0.07);
  border-radius: 0.5rem;
  border: 1px solid rgba(43, 126, 255, 0.18);
  padding: 14px 16px;
  min-width: 8.75rem;
}.ofz_seo_stat_val_nhf {
  margin-bottom: 4px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #2B7EFF;
  overflow-wrap: break-word;
}.ofz_seo_stat_lb_nhf {
  color: #5B6E8C;
  font-size: 11px;
  overflow-wrap: break-word;
}.ofz_faq_nhf {
  padding: 2.25rem 1rem 0;
  background: #0B1020;
}
@media(min-width: 765px) {.ofz_faq_nhf {
  padding: 44px 24px 0;
}
}.ofz_faq_in_nhf {
  margin: 0 auto;
  max-width: 82.5rem;
}.ofz_faq_head_nhf {
  margin-bottom: 1.25rem;
}.ofz_faq_label_nhf {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #2B7EFF;
}.ofz_faq_h2_nhf {
  font-size: 20px;
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #EFF4FF;
}
@media(min-width: 766px) {.ofz_faq_h2_nhf {
  font-size: 1.5rem;
}
}.ofz_faq_list_nhf {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.ofz_faq_item_nhf {
  overflow: hidden;
  border-radius: 8px;
  background: #141C2E;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.ofz_faq_q_nhf {
  transition: color .2s;
  gap: 0.75rem;
  padding: 16px 20px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  cursor: pointer;
  color: #C4D0E8;
  align-items: center;
  font-weight: 600;
}.ofz_faq_q_nhf:hover {
  color: #EFF4FF;
}.ofz_faq_q_ic_nhf {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: transform .25s;
  align-items: center;
  color: #2B7EFF;
  display: flex;
  width: 1.5rem;
  height: 24px;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
}.ofz_faq_item_nhf.ofz_state_open_nhf .ofz_faq_q_ic_nhf {
  transform: rotate(45deg);
}.ofz_faq_a_nhf {
  padding: 0 1.25rem 1rem;
  color: #5B6E8C;
  font-size: 13px;
  line-height: 1.7;
  display: none;
  overflow-wrap: break-word;
}.ofz_faq_item_nhf.ofz_state_open_nhf .ofz_faq_a_nhf {
  display: block;
}.ofz_faq_a_nhf strong {
  color: #C4D0E8;
  font-weight: 700;
}.ofz_faq_a_nhf a {
  text-decoration: underline;
  color: #2B7EFF;
}.ofz_faq_a_nhf ul,.ofz_faq_a_nhf ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.ofz_faq_a_nhf ol {
  list-style: decimal;
}.ofz_faq_a_nhf li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.ofz_faq_a_nhf table {
  margin: 8px 0;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  width: 100%;
  font-size: 0.75rem;
}
@media(min-width:768px) {.ofz_faq_a_nhf table {
  display: table;
}
}.ofz_faq_a_nhf th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 8px;
  font-weight: 700;
  text-align: left;
  color: #C4D0E8;
}.ofz_faq_a_nhf td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 8px;
  color: #5B6E8C;
}.ofz_seo_nhf {
  background: #0B1020;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.ofz_seo_nhf {
  padding: 44px 1.5rem 0;
}
}.ofz_seo_in_nhf {
  margin: 0 auto;
  padding: 28px 1.5rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #141C2E;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.ofz_seo_in_nhf {
  padding: 36px 2.5rem;
}
}.ofz_seo_label_nhf {
  color: #2B7EFF;
  margin-bottom: 0.625rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.ofz_seo_h2_nhf {
  font-size: 1.25rem;
  font-family: 'Bebas Neue', sans-serif;
  margin-bottom: 14px;
  color: #EFF4FF;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.ofz_seo_h2_nhf {
  font-size: 24px;
}
}.ofz_seo_body_nhf {
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #8595B4;
}.ofz_seo_body_nhf p {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.75;
  color: #8595B4;
}.ofz_seo_body_nhf p:last-child {
  margin-bottom: 0;
}.ofz_seo_body_nhf strong {
  font-weight: 700;
  color: #C4D0E8;
}.ofz_seo_body_nhf a {
  transition: color .2s;
  text-decoration: underline;
  color: #2B7EFF;
}.ofz_seo_body_nhf a:hover {
  color: #4D95FF;
}.ofz_seo_body_nhf ul,.ofz_seo_body_nhf ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.ofz_seo_body_nhf ol {
  list-style: decimal;
}.ofz_seo_body_nhf li {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 6px;
  color: #8595B4;
}.ofz_seo_body_nhf table {
  display: block;
  font-size: 0.813rem;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
}
@media(min-width: 771px) {.ofz_seo_body_nhf table {
  display: table;
}
}.ofz_seo_body_nhf th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #C4D0E8;
}.ofz_seo_body_nhf td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #8595B4;
}.ofz_seo_cols_nhf {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 637px) {.ofz_seo_cols_nhf {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.ofz_seo_cols_nhf {
  grid-template-columns: repeat(3,1fr);
}
}.ofz_seo_col_h_nhf {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #C4D0E8;
  margin-bottom: 0.438rem;
  font-weight: 700;
}.ofz_seo_col_p_nhf {
  color: #5B6E8C;
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
}.ofz_seo_stats_nhf {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.ofz_seo_stat_nhf {
  border: 1px solid rgba(43, 126, 255, 0.18);
  background: rgba(43, 126, 255, 0.07);
  border-radius: 0.5rem;
  flex: 1;
  padding: 14px 1rem;
  min-width: 140px;
}.ofz_seo_stat_val_nhf {
  color: #2B7EFF;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
}.ofz_seo_stat_lb_nhf {
  color: #5B6E8C;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.ofz_seo_nhf {
  padding: 2.25rem 1rem 0;
  background: #0B1020;
}
@media(min-width:768px) {.ofz_seo_nhf {
  padding: 44px 1.5rem 0;
}
}.ofz_seo_in_nhf {
  background: #141C2E;
  padding: 1.75rem 24px;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 767px) {.ofz_seo_in_nhf {
  padding: 36px 40px;
}
}.ofz_seo_label_nhf {
  font-size: 11px;
  font-weight: 700;
  color: #2B7EFF;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
}.ofz_seo_h2_nhf {
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Bebas Neue', sans-serif;
  margin-bottom: 0.875rem;
  font-size: 20px;
  color: #EFF4FF;
  line-height: 1.25;
}
@media(min-width: 769px) {.ofz_seo_h2_nhf {
  font-size: 1.5rem;
}
}.ofz_seo_body_nhf {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #8595B4;
  font-size: 14px;
}.ofz_seo_body_nhf p {
  font-size: 0.875rem;
  color: #8595B4;
  line-height: 1.75;
  margin-bottom: 12px;
}.ofz_seo_body_nhf p:last-child {
  margin-bottom: 0;
}.ofz_seo_body_nhf strong {
  color: #C4D0E8;
  font-weight: 700;
}.ofz_seo_body_nhf a {
  transition: color .2s;
  text-decoration: underline;
  color: #2B7EFF;
}.ofz_seo_body_nhf a:hover {
  color: #4D95FF;
}.ofz_seo_body_nhf ul,.ofz_seo_body_nhf ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.ofz_seo_body_nhf ol {
  list-style: decimal;
}.ofz_seo_body_nhf li {
  color: #8595B4;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 14px;
}.ofz_seo_body_nhf table {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  display: block;
  margin-bottom: 0.75rem;
}
@media(min-width: 765px) {.ofz_seo_body_nhf table {
  display: table;
}
}.ofz_seo_body_nhf th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C4D0E8;
}.ofz_seo_body_nhf td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #8595B4;
}.ofz_seo_cols_nhf {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.ofz_seo_cols_nhf {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.ofz_seo_cols_nhf {
  grid-template-columns: repeat(3,1fr);
}
}.ofz_seo_col_h_nhf {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 7px;
  color: #C4D0E8;
  font-size: 0.813rem;
}.ofz_seo_col_p_nhf {
  color: #5B6E8C;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.ofz_seo_stats_nhf {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.ofz_seo_stat_nhf {
  background: rgba(43, 126, 255, 0.07);
  border-radius: 0.5rem;
  border: 1px solid rgba(43, 126, 255, 0.18);
  flex: 1;
  padding: 14px 1rem;
  min-width: 8.75rem;
}.ofz_seo_stat_val_nhf {
  font-size: 20px;
  margin-bottom: 4px;
  color: #2B7EFF;
  overflow-wrap: break-word;
  font-weight: 800;
}.ofz_seo_stat_lb_nhf {
  overflow-wrap: break-word;
  color: #5B6E8C;
  font-size: 11px;
}.ofz_rv_nhf {
  background: #0B1020;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.ofz_rv_nhf {
  padding: 2.75rem 1.5rem 0;
}
}.ofz_rv_in_nhf {
  margin: 0 auto;
  max-width: 82.5rem;
}.ofz_rv_head_nhf {
  margin-bottom: 20px;
  max-width: 45rem;
}.ofz_rv_label_nhf {
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #2B7EFF;
  margin-bottom: 8px;
  text-transform: uppercase;
}.ofz_rv_h2_nhf {
  color: #EFF4FF;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.375rem;
  font-weight: 800;
  margin-bottom: 10px;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.ofz_rv_h2_nhf {
  font-size: 28px;
}
}.ofz_rv_stats_nhf {
  gap: 18px;
  display: flex;
  flex-wrap: wrap;
  color: #5B6E8C;
  align-items: center;
  font-size: 13px;
}.ofz_rv_stats_score_nhf {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.ofz_rv_stats_score_val_nhf {
  font-size: 1.375rem;
  color: #F5A520;
  font-weight: 800;
  font-family: 'Bebas Neue', sans-serif;
}.ofz_rv_stats_score_max_nhf {
  color: #445268;
  font-size: 13px;
}.ofz_rv_stats_badge_nhf {
  gap: 4px;
  display: flex;
  align-items: center;
}.ofz_rv_stats_badge_nhf svg {
  color: #F5A520;
  height: 14px;
  width: 14px;
}.ofz_rv_grid_nhf {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.ofz_rv_grid_nhf {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.ofz_rv_grid_nhf {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.ofz_rv_card_nhf {
  background: #141C2E;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  flex-direction: column;
  display: flex;
}.ofz_rv_card_stars_nhf {
  gap: 2px;
  margin-bottom: 0.625rem;
  display: flex;
  color: #F5A520;
}.ofz_rv_card_stars_nhf svg {
  width: 14px;
  height: 14px;
}.ofz_rv_card_h_nhf {
  font-weight: 700;
  color: #EFF4FF;
  line-height: 1.3;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.ofz_rv_card_body_nhf {
  flex: 1;
  color: #5B6E8C;
  margin-bottom: 14px;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
}.ofz_rv_card_body_nhf strong {
  color: #C4D0E8;
  font-weight: 600;
}.ofz_rv_card_meta_nhf {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  padding-top: 0.75rem;
  flex-wrap: wrap;
  justify-content: space-between;
}.ofz_rv_card_author_nhf {
  font-size: 0.75rem;
  color: #C4D0E8;
  font-weight: 600;
}.ofz_rv_card_date_nhf {
  font-size: 0.688rem;
  color: #445268;
}.ofz_ft_nhf {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #070C18;
  margin-top: 48px;
}.ofz_ft_support_nhf {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
}
@media(min-width: 765px) {.ofz_ft_support_nhf {
  padding: 28px 24px;
}
}.ofz_ft_support_in_nhf {
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  max-width: 82.5rem;
  flex-wrap: wrap;
  display: flex;
}.ofz_ft_support_main_nhf {
  gap: 16px;
  flex: 1;
  align-items: center;
  min-width: 220px;
  flex-wrap: wrap;
  display: flex;
}.ofz_ft_support_ic_nhf {
  flex-shrink: 0;
  color: #2B7EFF;
}.ofz_ft_support_ic_nhf svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 30px;
  width: 30px;
}.ofz_ft_support_text_title_nhf {
  margin-bottom: 3px;
  font-size: 15px;
  color: #EFF4FF;
  font-weight: 700;
  overflow-wrap: break-word;
}.ofz_ft_support_text_sub_nhf {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #5B6E8C;
}.ofz_ft_support_btn_nhf {
  border-radius: 8px;
  transition: background .2s;
  padding: 0.688rem 1.375rem;
  background: #2B7EFF;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
  color: #EFF4FF;
}.ofz_ft_support_btn_nhf:hover {
  background: #4D95FF;
}.ofz_ft_support_contacts_nhf {
  gap: 16px;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.ofz_ft_support_contact_nhf {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #445268;
}.ofz_ft_support_contact_nhf strong {
  color: #8595B4;
  display: block;
  font-weight: 600;
  font-size: 11px;
  margin-bottom: 2px;
}.ofz_ft_main_nhf {
  padding: 32px 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.ofz_ft_main_nhf {
  padding: 40px 1.5rem 32px;
}
}.ofz_ft_main_in_nhf {
  gap: 24px;
  margin: 0 auto;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 643px) {.ofz_ft_main_in_nhf {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.ofz_ft_main_in_nhf {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.ofz_ft_col_logo_nhf {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.ofz_ft_col_logo_nhf {
  grid-column: auto;
}
}.ofz_ft_logo_nhf {
  gap: 9px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #EFF4FF;
  display: flex;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  align-items: center;
  font-size: 16px;
}.ofz_ft_logo_mark_nhf {
  border-radius: 4px;
  overflow: hidden;
  height: 1.875rem;
  width: 1.875rem;
}.ofz_ft_logo_mark_nhf img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.ofz_ft_logo_sub_nhf {
  overflow-wrap: break-word;
  color: #445268;
  max-width: 12.5rem;
  font-size: 0.75rem;
  line-height: 1.55;
}.ofz_ft_col_title_nhf {
  color: #8595B4;
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: .07em;
}.ofz_ft_col_links_nhf {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.ofz_ft_col_link_nhf {
  transition: color .2s;
  color: #445268;
  overflow-wrap: break-word;
  font-size: 13px;
}.ofz_ft_col_link_nhf:hover {
  color: #C4D0E8;
}.ofz_ft_apps_nhf {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.ofz_ft_app_card_nhf {
  border-radius: 4px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  gap: 10px;
  display: flex;
  align-items: center;
}.ofz_ft_app_card_nhf:hover {
  border-color: rgba(43, 126, 255, 0.45);
}.ofz_ft_app_card_ic_nhf svg {
  height: 1.375rem;
  stroke-linejoin: round;
  width: 22px;
  stroke-linecap: round;
}.ofz_ft_app_card_os_nhf {
  font-size: 0.625rem;
  font-weight: 600;
  color: #445268;
}.ofz_ft_app_card_action_nhf {
  font-size: 12px;
  font-weight: 700;
  color: #C4D0E8;
}.ofz_ft_bot_nhf {
  padding: 20px 1rem;
}
@media(min-width: 769px) {.ofz_ft_bot_nhf {
  padding: 1.25rem 1.5rem;
}
}.ofz_ft_bot_in_nhf {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  max-width: 1320px;
  flex-wrap: wrap;
  align-items: center;
}.ofz_ft_socials_nhf {
  gap: 8px;
  display: flex;
}.ofz_ft_soc_nhf {
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  align-items: center;
  color: #8595B4;
  justify-content: center;
  display: flex;
  height: 2.25rem;
  width: 36px;
}.ofz_ft_soc_nhf svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
  height: 1rem;
}.ofz_ft_soc_nhf:hover {
  background: rgba(255, 255, 255, 0.07);
}.ofz_ft_legal_nhf {
  flex: 1;
  font-size: 0.688rem;
  line-height: 1.6;
  min-width: 12.5rem;
  overflow-wrap: break-word;
  color: #607898;
}.ofz_ft_legal_nhf strong {
  color: #8595B4;
  font-weight: 700;
}.ofz_ft_legal_nhf a {
  color: #8595B4;
  text-decoration: underline;
}.ofz_ft_age_nhf {
  border: 2px solid #607898;
  border-radius: 50%;
  font-size: 0.688rem;
  margin-left: auto;
  width: 2rem;
  flex-shrink: 0;
  height: 32px;
  color: #607898;
  align-items: center;
  font-weight: 800;
  display: flex;
  justify-content: center;
}