*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  -webkit-font-smoothing: antialiased;
  background-color: #090D0A;
  line-height: 1.6;
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  color: #C0D8C9;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}a {
  text-decoration: none;
  color: inherit;
}.qha_layout_ofb {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.qha_page_ofb {
  min-height: 100vh;
  display: flex;
}.qha_main_ofb {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media screen and (min-width: 1077px) {.qha_main_ofb {
  padding-left: 220px;
}
}
@media screen and (max-width: 1078px) {.qha_main_ofb {
  padding-bottom: 72px;
}
}.qha_gc_ofb {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  background: #0C120C;
  position: relative;
  flex-shrink: 0;
  width: 8.75rem;
  cursor: pointer;
}
@media(min-width: 639px) {.qha_gc_ofb {
  width: 156px;
}
}
@media(min-width: 1078px) {.qha_gc_ofb {
  width: 168px;
}
}.qha_gc_ofb:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 220, 122, 0.07);
}.qha_gc_img_ofb {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.qha_gc_img_ofb img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.qha_gc_hover_ofb {
  background: rgba(6, 8, 6, 0.78);
  transition: opacity .2s;
  inset: 0;
  position: absolute;
  align-items: center;
  opacity: 0;
  display: flex;
  justify-content: center;
}.qha_gc_ofb:hover .qha_gc_hover_ofb {
  opacity: 1;
}.qha_gc_hover_btn_ofb {
  background: #0FDC7A;
  padding: 0.5rem 16px;
  border-radius: 0.25rem;
  font-size: 12px;
  font-weight: 700;
  color: #EDFFF4;
}.qha_gc_info_ofb {
  padding: 8px 0.625rem 10px;
}.qha_gc_name_ofb {
  overflow: hidden;
  font-weight: 600;
  margin-bottom: 3px;
  max-width: 100%;
  white-space: nowrap;
  color: #C0D8C9;
  font-size: 12px;
  text-overflow: ellipsis;
}.qha_gc_prov_ofb {
  font-size: 10px;
  color: #4C6259;
}.qha_gc_tag_ofb {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  z-index: 2;
  position: absolute;
  top: 6px;
  font-size: 0.563rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  left: 0.375rem;
  font-weight: 700;
}.qha_gc_tag_hot_ofb {
  background: #E03A3A;
  color: #fff;
}.qha_gc_tag_new_ofb {
  background: #23C05E;
  color: #090D0A;
}.qha_gc_tag_jp_ofb {
  background: #F5A623;
  color: #090D0A;
}.qha_gc_tag_ex_ofb {
  background: #007A50;
  color: #fff;
}.qha_gc_tag_live_ofb {
  background: #E03A3A;
  color: #fff;
}.qha_gr_ofb {
  padding: 32px 1rem 0;
  background: #090D0A;
}
@media(min-width: 769px) {.qha_gr_ofb {
  padding: 36px 24px 0;
}
}.qha_gr_in_ofb {
  margin: 0 auto;
  max-width: 1320px;
}.qha_gr_head_ofb {
  gap: 12px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.qha_gr_head_l_ofb {
  flex: 1;
  gap: 0.625rem;
  min-width: 0;
  align-items: center;
  display: flex;
}.qha_gr_ic_ofb {
  border-radius: 8px;
  width: 32px;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  height: 32px;
}.qha_gr_ic_ofb svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
  width: 16px;
}.qha_gr_title_ofb {
  font-size: 1rem;
  color: #EDFFF4;
  font-family: 'Space Grotesk', sans-serif;
  overflow-wrap: break-word;
  font-weight: 700;
}
@media(min-width: 770px) {.qha_gr_title_ofb {
  font-size: 18px;
}
}.qha_gr_more_ofb {
  gap: 5px;
  transition: color .2s;
  white-space: nowrap;
  font-size: 12px;
  align-items: center;
  font-weight: 600;
  color: #607870;
  display: flex;
  flex-shrink: 0;
}.qha_gr_more_ofb:hover {
  color: #0FDC7A;
}.qha_gr_more_ofb svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 12px;
  height: 0.75rem;
}.qha_gr_arrows_ofb {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.qha_gr_arr_ofb {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .15s,color .15s;
  border-radius: 4px;
  width: 30px;
  justify-content: center;
  align-items: center;
  height: 30px;
  color: #89A897;
  display: flex;
}.qha_gr_arr_ofb:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EDFFF4;
}.qha_gr_arr_ofb svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.813rem;
  height: 13px;
}.qha_gr_seo_h_ofb {
  margin: 0 0 6px;
  font-weight: 700;
  font-family: 'Space Grotesk', sans-serif;
  overflow-wrap: break-word;
  color: #C0D8C9;
  max-width: 680px;
  font-size: 0.813rem;
}
@media(min-width: 770px) {.qha_gr_seo_h_ofb {
  font-size: 0.875rem;
}
}.qha_gr_seo_ofb {
  color: #607870;
  overflow-wrap: break-word;
  line-height: 1.55;
  margin-bottom: 0.75rem;
  max-width: 680px;
  font-size: 12px;
}.qha_gr_seo_ofb strong {
  font-weight: 600;
  color: #C0D8C9;
}.qha_gr_scroll_ofb {
  gap: 10px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  display: flex;
  overflow-x: auto;
  padding-bottom: 10px;
}.qha_gr_scroll_ofb::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.qha_gr_scroll_ofb {
  gap: 12px;
}
}.qha_tb_ofb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #090D0A;
  top: 0;
  height: 3.5rem;
  display: flex;
  position: fixed;
  right: 0;
  left: 0;
  align-items: center;
  z-index: 80;
}.qha_tb_in_ofb {
  gap: 0;
  padding: 0 0.875rem;
  width: 100%;
  align-items: center;
  height: 100%;
  display: flex;
}.qha_tb_burger_ofb {
  gap: 0.313rem;
  border-radius: 0.5rem;
  display: flex;
  margin-right: 8px;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 2.375rem;
  width: 38px;
}.qha_tb_burger_ofb:hover {
  background: rgba(255, 255, 255, 0.05);
}.qha_tb_burger_line_ofb {
  background: #89A897;
  border-radius: 1px;
  height: 2px;
  display: block;
  width: 18px;
}
@media(min-width: 1082px) {.qha_tb_burger_ofb {
  display: none;
}
}.qha_tb_logo_ofb {
  gap: 9px;
  margin-right: 1.25rem;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  align-items: center;
  letter-spacing: -.01em;
  font-weight: 800;
  display: flex;
  flex-shrink: 0;
  color: #EDFFF4;
}.qha_tb_logo_mark_ofb {
  overflow: hidden;
  border-radius: 0.5rem;
  height: 2rem;
  display: flex;
  width: 32px;
  align-items: center;
  justify-content: center;
}.qha_tb_logo_mark_ofb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.qha_tb_nav_ofb {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 639px) {.qha_tb_nav_ofb {
  display: flex;
}
}.qha_tb_tab_ofb {
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s;
  border-radius: 8px;
  color: #89A897;
  font-size: 13px;
  white-space: nowrap;
  font-weight: 600;
}.qha_tb_tab_ofb:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EDFFF4;
}.qha_tb_tab_ofb.qha_state_active_ofb {
  background: rgba(15, 220, 122, 0.15);
  color: #EDFFF4;
}.qha_tb_right_ofb {
  gap: 8px;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.qha_tb_login_ofb {
  padding: 0.563rem 16px;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.813rem;
  color: #C0D8C9;
  font-weight: 600;
  display: none;
}.qha_tb_login_ofb:hover {
  border-color: rgba(15, 220, 122, 0.35);
  color: #EDFFF4;
}
@media(min-width: 478px) {.qha_tb_login_ofb {
  display: block;
}
}.qha_tb_reg_ofb {
  padding: 9px 18px;
  background: #23C05E;
  transition: background .2s;
  border-radius: 0.5rem;
  font-weight: 700;
  white-space: nowrap;
  color: #061209;
  font-size: 0.813rem;
}.qha_tb_reg_ofb:hover {
  background: #2BD46A;
}.qha_sb_ofb {
  background: #101710;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  width: 13.75rem;
  left: 0;
  top: 56px;
  bottom: 0;
  position: fixed;
  z-index: 70;
  overflow-y: auto;
}.qha_sb_ofb.qha_state_open_ofb {
  transform: translateX(0);
}.qha_sb_ofb::-webkit-scrollbar {
  width: 0.25rem;
}.qha_sb_ofb::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1081px) {.qha_sb_ofb {
  transform: translateX(0);
}
}.qha_sb_auth_ofb {
  padding: 14px 12px 0.625rem;
}.qha_sb_btn_reg_ofb {
  padding: 0.688rem;
  background: #23C05E;
  transition: background .2s;
  border-radius: 0.5rem;
  color: #061209;
  font-size: 13px;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 700;
  display: block;
}.qha_sb_btn_reg_ofb:hover {
  background: #2BD46A;
}.qha_sb_btn_login_ofb {
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 10px;
  display: block;
  font-size: 0.813rem;
  color: #C0D8C9;
  text-align: center;
  font-weight: 600;
}.qha_sb_btn_login_ofb:hover {
  border-color: rgba(15, 220, 122, 0.35);
  color: #EDFFF4;
}.qha_sb_promo_ofb {
  overflow: hidden;
  padding: 12px 0.875rem;
  border: 1px solid rgba(15, 220, 122, 0.15);
  margin: 0 12px 10px;
  background: linear-gradient(135deg,#082A14,#101710);
  border-radius: 0.5rem;
  position: relative;
}.qha_sb_promo_ofb::before {
  background: radial-gradient(circle,rgba(15, 220, 122, 0.15),transparent 70%);
  border-radius: 50%;
  right: -1.25rem;
  width: 5rem;
  position: absolute;
  content: '';
  height: 5rem;
  top: -1.25rem;
}.qha_sb_promo_title_ofb {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #0FDC7A;
  letter-spacing: .06em;
  font-weight: 700;
}.qha_sb_promo_text_ofb {
  overflow-wrap: break-word;
  color: #EDFFF4;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.35;
}.qha_sb_promo_sub_ofb {
  color: #607870;
  margin-top: 3px;
  font-size: 10px;
}.qha_sb_nav_ofb {
  padding: 0.375rem 8px 16px;
}.qha_sb_nav_lb_ofb {
  padding: 10px 8px 6px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.625rem;
  color: #4C6259;
}.qha_sb_link_ofb {
  padding: 0.563rem 0.625rem;
  border-radius: 4px;
  transition: background .15s,color .15s;
  gap: 0.625rem;
  cursor: pointer;
  align-items: center;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 500;
  display: flex;
  color: #89A897;
}.qha_sb_link_ofb:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EDFFF4;
}.qha_sb_link_ofb.qha_state_active_ofb {
  background: rgba(15, 220, 122, 0.15);
  color: #EDFFF4;
}.qha_sb_ic_ofb {
  border-radius: 4px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 1.875rem;
  justify-content: center;
  width: 1.875rem;
}.qha_sb_ic_ofb svg {
  height: 16px;
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
}.qha_sb_ic_1_ofb {
  background: rgba(15, 220, 122, 0.07);
  color: #0FDC7A;
}.qha_sb_ic_2_ofb {
  background: rgba(35, 192, 94, 0.14);
  color: #23C05E;
}.qha_sb_ic_3_ofb {
  background: rgba(245, 166, 35, 0.14);
  color: #F5A623;
}.qha_sb_ic_4_ofb {
  background: rgba(0, 122, 80, 0.22);
  color: #007A50;
}.qha_sb_ic_5_ofb {
  background: rgba(15, 220, 122, 0.07);
  color: #F05FA8;
}.qha_sb_ic_6_ofb {
  background: rgba(0, 122, 80, 0.22);
  color: #8B2FE0;
}.qha_sb_badge_ofb {
  border-radius: 4px;
  background: #F5A623;
  padding: 2px 0.438rem;
  font-weight: 700;
  color: #061209;
  margin-left: auto;
  font-size: 9px;
}.qha_sb_bot_ofb {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.5rem;
  padding: 0.75rem;
  display: flex;
}.qha_sb_lang_ofb,.qha_sb_help_ofb {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  transition: border-color .2s;
  padding: 9px 6px;
  gap: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex: 1;
  display: flex;
  font-size: 0.688rem;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  color: #89A897;
}.qha_sb_lang_ofb:hover,.qha_sb_help_ofb:hover {
  border-color: rgba(15, 220, 122, 0.35);
  color: #EDFFF4;
}.qha_sb_lang_ofb svg,.qha_sb_help_ofb svg {
  width: 13px;
  stroke-linecap: round;
  height: 13px;
  stroke-linejoin: round;
}.qha_sb_bd_ofb {
  background: rgba(6, 8, 6, 0.78);
  inset: 0;
  display: none;
  position: fixed;
  z-index: 69;
}.qha_sb_bd_ofb.qha_state_on_ofb {
  display: block;
}
@media(min-width: 1079px) {.qha_sb_bd_ofb {
  display: none!important;
}
}.qha_mob_nav_ofb {
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #101710;
  left: 0;
  right: 0;
  display: flex;
  bottom: 0;
  position: fixed;
  z-index: 80;
}
@media(min-width: 1083px) {.qha_mob_nav_ofb {
  display: none;
}
}.qha_mob_nav_item_ofb {
  flex: 1;
  gap: 0.25rem;
  padding: 0.25rem 2px;
  cursor: pointer;
  color: #4C6259;
  align-items: center;
  flex-direction: column;
  display: flex;
}.qha_mob_nav_ic_ofb {
  line-height: 1;
}.qha_mob_nav_ic_ofb svg {
  stroke-linecap: round;
  width: 20px;
  height: 1.25rem;
  stroke-linejoin: round;
}.qha_mob_nav_lb_ofb {
  color: #4C6259;
  font-weight: 600;
  font-size: 10px;
}.qha_mob_nav_item_ofb.qha_state_active_ofb {
  color: #0FDC7A;
}.qha_mob_nav_item_ofb.qha_state_active_ofb .qha_mob_nav_lb_ofb {
  color: #0FDC7A;
}.qha_hero_ofb {
  padding: 20px 16px 0;
  background: #090D0A;
}
@media(min-width: 769px) {.qha_hero_ofb {
  padding: 1.5rem 24px 0;
}
}.qha_hero_in_ofb {
  margin: 0 auto;
  gap: 0.75rem;
  max-width: 82.5rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.qha_hero_in_ofb {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.qha_hero_in_ofb {
  grid-template-columns: 1fr 21.25rem;
}
}.qha_hero_promo_ofb {
  background: #0C120C;
  overflow: hidden;
  border-radius: 0.75rem;
  align-items: stretch;
  min-height: 13.75rem;
  position: relative;
  display: flex;
}
@media(min-width: 769px) {.qha_hero_promo_ofb {
  min-height: 280px;
}
}.qha_hero_promo_bg_ofb {
  background: linear-gradient(120deg,#082A14 0%,#090D0A 100%);
  background-position: center;
  inset: 0;
  position: absolute;
  background-size: cover;
}.qha_hero_promo_bg_ofb::after {
  background: linear-gradient(90deg,#090D0A 0%,rgba(6, 8, 6, 0.78) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.qha_hero_promo_glow_ofb {
  background: radial-gradient(circle,rgba(0, 122, 80, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  top: -40px;
  right: 3.75rem;
  position: absolute;
  width: 18.75rem;
  height: 18.75rem;
  pointer-events: none;
}.qha_hero_promo_ct_ofb {
  padding: 28px 24px 1.75rem 28px;
  max-width: 480px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media(min-width: 766px) {.qha_hero_promo_ct_ofb {
  padding: 40px 2rem;
}
}.qha_hero_badge_ofb {
  padding: 5px 0.75rem;
  background: rgba(15, 220, 122, 0.15);
  border-radius: 20px;
  border: 1px solid rgba(15, 220, 122, 0.07);
  font-size: 10px;
  color: #0FDC7A;
  display: inline-block;
  letter-spacing: .08em;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
}.qha_hero_h1_ofb {
  line-height: 1.15;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.625rem;
  margin-bottom: 10px;
  color: #EDFFF4;
  overflow-wrap: break-word;
  font-weight: 800;
}.qha_hero_h1_ofb em {
  color: #F5A623;
  font-style: normal;
}
@media(min-width: 767px) {.qha_hero_h1_ofb {
  font-size: 2.25rem;
}
}.qha_hero_sub_ofb {
  line-height: 1.55;
  color: #89A897;
  margin-bottom: 1.25rem;
  font-size: 0.813rem;
}
@media(min-width: 766px) {.qha_hero_sub_ofb {
  font-size: 14px;
}
}.qha_hero_row_ofb {
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.qha_hero_cta_ofb {
  transition: background .2s;
  background: #23C05E;
  border-radius: 0.5rem;
  padding: 13px 26px;
  box-shadow: 0 0.375rem 24px rgba(35, 192, 94, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #061209;
  font-size: 0.875rem;
  font-weight: 700;
}.qha_hero_cta_ofb:hover {
  background: #2BD46A;
}.qha_hero_terms_ofb {
  color: #4C6259;
  font-size: 11px;
}.qha_hero_game_ofb {
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #0C120C;
  position: relative;
  flex-direction: column;
  display: flex;
}.qha_hero_game_badge_ofb {
  border: 1px solid rgba(245, 166, 35, 0.14);
  background: rgba(245, 166, 35, 0.14);
  border-radius: 1.25rem;
  padding: 5px 10px;
  font-weight: 700;
  z-index: 3;
  color: #F5A623;
  letter-spacing: .06em;
  text-transform: uppercase;
  left: 0.75rem;
  top: 0.75rem;
  position: absolute;
  font-size: 10px;
}.qha_hero_game_badge_ofb svg {
  margin-right: 0.25rem;
  vertical-align: -1px;
  width: 11px;
  height: 11px;
}.qha_hero_game_img_ofb {
  overflow: hidden;
  background: linear-gradient(135deg,#082A14,#090D0A);
  position: relative;
  padding-bottom: 60%;
}.qha_hero_game_img_ofb img {
  inset: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}.qha_hero_game_play_ofb {
  background: rgba(6, 8, 6, 0.78);
  inset: 0;
  transition: opacity .2s;
  justify-content: center;
  display: flex;
  position: absolute;
  opacity: 0;
  align-items: center;
}.qha_hero_game_ofb:hover .qha_hero_game_play_ofb {
  opacity: 1;
}.qha_hero_game_play_ofb span {
  background: #0FDC7A;
  border-radius: 50%;
  height: 52px;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 3.25rem;
}.qha_hero_game_play_ofb span svg {
  height: 1.125rem;
  margin-left: 2px;
  width: 18px;
}.qha_hero_game_info_ofb {
  padding: 0.875rem 1rem;
}.qha_hero_game_title_ofb {
  margin-bottom: 0.25rem;
  color: #EDFFF4;
  font-size: 15px;
  font-weight: 700;
  overflow-wrap: break-word;
}.qha_hero_game_provider_ofb {
  color: #607870;
  font-size: 0.688rem;
}.qha_hero_game_btn_ofb {
  margin: 12px 16px 16px;
  background: #0FDC7A;
  transition: background .2s;
  padding: 0.688rem;
  border-radius: 8px;
  font-size: 0.813rem;
  display: block;
  color: #EDFFF4;
  font-weight: 700;
  text-align: center;
}.qha_hero_game_ofb:hover .qha_hero_game_btn_ofb {
  background: #1AEE88;
}.qha_wy_ofb {
  background: #090D0A;
  padding: 32px 16px 0;
}
@media(min-width: 766px) {.qha_wy_ofb {
  padding: 2.5rem 24px 0;
}
}.qha_wy_in_ofb {
  margin: 0 auto;
  max-width: 82.5rem;
}.qha_wy_head_ofb {
  max-width: 720px;
  margin-bottom: 1.125rem;
}.qha_wy_label_ofb {
  font-size: 0.688rem;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #0FDC7A;
  text-transform: uppercase;
}.qha_wy_h2_ofb {
  font-family: 'Space Grotesk', sans-serif;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-size: 1.25rem;
  color: #EDFFF4;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.qha_wy_h2_ofb {
  font-size: 1.5rem;
}
}.qha_wy_intro_ofb {
  margin: 0;
  line-height: 1.6;
  font-size: 0.813rem;
  color: #607870;
}.qha_wy_grid_ofb {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.qha_wy_grid_ofb {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.qha_wy_grid_ofb {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.qha_wy_card_ofb {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #101710;
  padding: 20px;
  border-radius: 8px;
  transition: border-color .2s,transform .2s;
}.qha_wy_card_ofb:hover {
  border-color: rgba(15, 220, 122, 0.07);
  transform: translateY(-2px);
}.qha_wy_card_ic_ofb {
  background: rgba(15, 220, 122, 0.15);
  border-radius: 50%;
  height: 2.75rem;
  align-items: center;
  color: #0FDC7A;
  justify-content: center;
  width: 2.75rem;
  display: flex;
  margin-bottom: 14px;
}.qha_wy_card_ic_ofb svg {
  stroke-linejoin: round;
  width: 1.375rem;
  height: 22px;
  stroke-linecap: round;
}.qha_wy_card_h_ofb {
  color: #EDFFF4;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.375rem;
  font-size: 15px;
  line-height: 1.25;
}.qha_wy_card_p_ofb {
  color: #607870;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.6;
}.qha_wy_card_p_ofb strong {
  font-weight: 600;
  color: #C0D8C9;
}.qha_gcg_ofb {
  padding: 36px 1rem 0;
  background: #090D0A;
}
@media(min-width: 766px) {.qha_gcg_ofb {
  padding: 44px 1.5rem 0;
}
}.qha_gcg_in_ofb {
  margin: 0 auto;
  max-width: 1320px;
}.qha_gcg_head_ofb {
  margin-bottom: 20px;
  max-width: 45rem;
}.qha_gcg_label_ofb {
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #0FDC7A;
}.qha_gcg_h2_ofb {
  margin-bottom: 8px;
  font-weight: 800;
  font-family: 'Space Grotesk', sans-serif;
  color: #EDFFF4;
  overflow-wrap: break-word;
  font-size: 1.375rem;
}
@media(min-width: 769px) {.qha_gcg_h2_ofb {
  font-size: 1.75rem;
}
}.qha_gcg_intro_ofb {
  line-height: 1.6;
  font-size: 13px;
  color: #607870;
}.qha_gcg_grid_ofb {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.qha_gcg_grid_ofb {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.qha_gcg_grid_ofb {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.qha_gcg_card_ofb {
  padding: 20px;
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: transform .2s,border-color .2s;
  min-height: 15rem;
  position: relative;
  flex-direction: column;
  cursor: pointer;
  justify-content: flex-end;
  display: flex;
}.qha_gcg_card_ofb:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 220, 122, 0.15);
}.qha_gcg_card_bg_ofb {
  inset: 0;
  z-index: 0;
  position: absolute;
}.qha_gcg_card_bg_ofb::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.qha_gcg_card_ic_ofb {
  border-radius: 4px;
  background: rgba(0,0,0,.45);
  width: 2.5rem;
  right: 1.125rem;
  z-index: 2;
  align-items: center;
  display: flex;
  color: #EDFFF4;
  height: 40px;
  justify-content: center;
  top: 1.125rem;
  position: absolute;
}.qha_gcg_card_ic_ofb svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.qha_gcg_card_ct_ofb {
  z-index: 1;
  position: relative;
}.qha_gcg_card_h_ofb {
  margin-bottom: 8px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  color: #EDFFF4;
  font-size: 1.125rem;
  line-height: 1.2;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.qha_gcg_card_h_ofb {
  font-size: 20px;
}
}.qha_gcg_card_p_ofb {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  margin-bottom: 10px;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
}.qha_gcg_card_p_ofb strong {
  font-weight: 600;
  color: #EDFFF4;
}.qha_gcg_card_cta_ofb {
  gap: 0.25rem;
  align-items: center;
  display: inline-flex;
  letter-spacing: .04em;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #0FDC7A;
}.qha_gcg_card_cta_ofb svg {
  stroke-linecap: round;
  width: 12px;
  height: 0.75rem;
  stroke-linejoin: round;
}.qha_gr_jp_ofb {
  overflow: hidden;
  background: linear-gradient(135deg,#1C0B3C 0%,#08060F 100%);
  padding: 1.25rem;
  border-radius: 12px;
  position: relative;
}.qha_gr_jp_ofb::before {
  background: radial-gradient(circle,rgba(0, 122, 80, 0.22) 0%,transparent 70%);
  border-radius: 50%;
  left: -60px;
  width: 15.625rem;
  height: 15.625rem;
  position: absolute;
  top: -3.75rem;
  content: '';
}.qha_gr_jp_ofb::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(245, 166, 35, 0.14) 0%,transparent 70%);
  height: 200px;
  position: absolute;
  bottom: -40px;
  width: 200px;
  right: 0;
  content: '';
}.qha_gr_jp_head_ofb {
  gap: 16px;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  z-index: 1;
  position: relative;
}.qha_gr_jp_info_ofb {
  flex: 1;
}.qha_gr_jp_label_ofb {
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  font-size: 11px;
  color: #8B2FE0;
  letter-spacing: .08em;
  font-weight: 700;
}.qha_gr_jp_label_ofb svg {
  height: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-right: 0.25rem;
  width: 14px;
  vertical-align: -2px;
}.qha_gr_jp_amount_ofb {
  font-size: 2rem;
  margin-bottom: 4px;
  color: #EDFFF4;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 1;
}
@media(min-width: 769px) {.qha_gr_jp_amount_ofb {
  font-size: 2.5rem;
}
}.qha_gr_jp_amount_ofb span {
  color: #F5A623;
}.qha_gr_jp_seo_ofb {
  font-size: 12px;
  color: #89A897;
  line-height: 1.5;
  overflow-wrap: break-word;
  max-width: 480px;
}.qha_gr_jp_cta_ofb {
  border-radius: 8px;
  border: 1px solid rgba(0, 122, 80, 0.22);
  padding: 11px 1.25rem;
  background: rgba(0, 122, 80, 0.22);
  transition: background .2s;
  font-size: 0.813rem;
  white-space: nowrap;
  flex-shrink: 0;
  z-index: 1;
  margin-top: 0.25rem;
  color: #EDFFF4;
  align-self: flex-start;
  font-weight: 700;
  position: relative;
}.qha_gr_jp_cta_ofb:hover {
  background: #007A50;
}.qha_ws_ofb {
  background: #090D0A;
  padding: 32px 1rem 0;
}
@media(min-width: 770px) {.qha_ws_ofb {
  padding: 36px 24px 0;
}
}.qha_ws_in_ofb {
  margin: 0 auto;
  max-width: 82.5rem;
}.qha_ws_head_ofb {
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}.qha_ws_title_ofb {
  gap: 10px;
  font-size: 16px;
  color: #EDFFF4;
  overflow-wrap: break-word;
  font-weight: 700;
  align-items: center;
  flex-wrap: wrap;
  font-family: 'Space Grotesk', sans-serif;
  display: flex;
}.qha_ws_title_ic_ofb svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.125rem;
  width: 18px;
  color: #F5A623;
}.qha_ws_online_ofb {
  gap: 0.438rem;
  align-items: center;
  font-weight: 600;
  display: flex;
  font-size: 12px;
  color: #607870;
}.qha_ws_online_dot_ofb {
  background: #23C05E;
  border-radius: 50%;
  height: 8px;
  width: 0.5rem;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(35, 192, 94, 0.14);
}.qha_ws_scroll_ofb {
  gap: 0.5rem;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  display: flex;
}.qha_ws_scroll_ofb::-webkit-scrollbar {
  display: none;
}.qha_wc_ofb {
  padding: 0.625rem 14px;
  background: #0C120C;
  gap: 10px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  min-width: 13.75rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.qha_wc_img_ofb {
  background: #101710;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
}.qha_wc_img_ofb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.qha_wc_info_ofb {
  min-width: 0;
}.qha_wc_game_ofb {
  overflow: hidden;
  font-weight: 600;
  color: #C0D8C9;
  font-size: 0.75rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}.qha_wc_player_ofb {
  overflow: hidden;
  font-size: 0.625rem;
  color: #4C6259;
  white-space: nowrap;
  text-overflow: ellipsis;
}.qha_wc_amount_ofb {
  color: #23C05E;
  flex-shrink: 0;
  margin-left: auto;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
}.qha_prov_ofb {
  padding: 36px 1rem 0;
  background: #090D0A;
}
@media(min-width: 769px) {.qha_prov_ofb {
  padding: 2.75rem 24px 0;
}
}.qha_prov_in_ofb {
  margin: 0 auto;
  max-width: 82.5rem;
}.qha_prov_head_ofb {
  margin-bottom: 1rem;
}.qha_prov_label_ofb {
  font-size: 0.688rem;
  color: #0FDC7A;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}.qha_prov_h2_ofb {
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 8px;
  font-family: 'Space Grotesk', sans-serif;
  color: #EDFFF4;
  font-weight: 800;
}
@media(min-width: 766px) {.qha_prov_h2_ofb {
  font-size: 1.5rem;
}
}.qha_prov_seo_ofb {
  line-height: 1.6;
  margin-bottom: 1rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #607870;
  max-width: 620px;
}.qha_prov_seo_ofb strong {
  color: #C0D8C9;
  font-weight: 700;
}.qha_prov_seo_ofb a {
  color: #0FDC7A;
  text-decoration: underline;
}.qha_prov_grid_ofb {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.qha_prov_grid_ofb {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.qha_prov_grid_ofb {
  grid-template-columns: repeat(8,1fr);
}
}.qha_prov_card_ofb {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 7px;
  background: #0C120C;
  transition: border-color .2s,background .2s;
  padding: 14px 10px;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
  display: flex;
}.qha_prov_card_ofb:hover {
  border-color: rgba(15, 220, 122, 0.35);
  background: #101710;
}.qha_prov_logo_ofb {
  border-radius: 4px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  width: 2.75rem;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  display: flex;
}.qha_prov_logo_ofb img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.qha_prov_name_ofb {
  font-size: 11px;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #89A897;
  text-align: center;
}.qha_app_ofb {
  background: #090D0A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.qha_app_ofb {
  padding: 2.75rem 1.5rem 0;
}
}.qha_app_in_ofb {
  margin: 0 auto;
  max-width: 82.5rem;
}.qha_app_head_ofb {
  margin-bottom: 1rem;
}.qha_app_label_ofb {
  font-weight: 700;
  text-transform: uppercase;
  color: #0FDC7A;
  margin-bottom: 8px;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.qha_app_h2_ofb {
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Space Grotesk', sans-serif;
  margin-bottom: 0.375rem;
  font-weight: 800;
  color: #EDFFF4;
}
@media(min-width: 770px) {.qha_app_h2_ofb {
  font-size: 24px;
}
}.qha_app_sub_ofb {
  max-width: 37.5rem;
  overflow-wrap: break-word;
  color: #607870;
  font-size: 13px;
  line-height: 1.6;
}.qha_app_sub_ofb strong {
  font-weight: 700;
  color: #C0D8C9;
}.qha_app_cards_ofb {
  gap: 10px;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.qha_app_cards_ofb {
  grid-template-columns: repeat(3,1fr);
}
}.qha_app_card_ofb {
  padding: 20px;
  border-radius: 0.5rem;
  gap: 16px;
  overflow: hidden;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  display: flex;
}.qha_app_card_ios_ofb {
  background: linear-gradient(135deg,rgba(15, 220, 122, 0.15) 0%,#101710 100%);
}.qha_app_card_android_ofb {
  background: linear-gradient(135deg,rgba(35, 192, 94, 0.14) 0%,#101710 100%);
}.qha_app_card_win_ofb {
  background: linear-gradient(135deg,rgba(245, 166, 35, 0.14) 0%,#101710 100%);
}.qha_app_card_ic_ofb svg {
  stroke-linecap: round;
  width: 2.125rem;
  height: 34px;
  stroke-linejoin: round;
}.qha_app_card_ic_ofb {
  color: #EDFFF4;
  flex-shrink: 0;
}.qha_app_card_os_ofb {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  color: #607870;
  font-size: 10px;
}.qha_app_card_title_ofb {
  font-size: 0.938rem;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  color: #EDFFF4;
  line-height: 1.2;
  font-weight: 700;
}.qha_app_card_text_ofb {
  font-size: 0.75rem;
  color: #607870;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  line-height: 1.5;
}.qha_app_card_btn_ofb {
  padding: 0.625rem 1.125rem;
  border: 1px solid rgba(15, 220, 122, 0.35);
  gap: 0.438rem;
  transition: background .2s;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
  align-items: center;
  color: #EDFFF4;
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
}.qha_app_card_btn_ofb:hover {
  background: rgba(255, 255, 255, 0.07);
}.qha_reg_ofb {
  background: #090D0A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.qha_reg_ofb {
  padding: 44px 1.5rem 0;
}
}.qha_reg_in_ofb {
  border-radius: 0.75rem;
  margin: 0 auto;
  background: #101710;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  max-width: 82.5rem;
}
@media(min-width: 767px) {.qha_reg_in_ofb {
  padding: 40px;
}
}.qha_reg_top_ofb {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.qha_reg_top_ofb {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.qha_reg_label_ofb {
  margin-bottom: 0.625rem;
  color: #0FDC7A;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
}.qha_reg_h2_ofb {
  margin-bottom: 0.75rem;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 1.2;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 22px;
  color: #EDFFF4;
}
@media(min-width: 769px) {.qha_reg_h2_ofb {
  font-size: 28px;
}
}.qha_reg_bonus_ofb {
  background: rgba(245, 166, 35, 0.14);
  padding: 10px 16px;
  gap: 0.5rem;
  border: 1px solid rgba(245, 166, 35, 0.14);
  border-radius: 8px;
  margin-bottom: 1rem;
  align-items: center;
  display: inline-flex;
}.qha_reg_bonus_amount_ofb {
  color: #F5A623;
  font-size: 20px;
  font-weight: 800;
}.qha_reg_bonus_text_ofb {
  font-size: 13px;
  line-height: 1.35;
  color: #89A897;
}.qha_reg_cta_btn_ofb {
  border-radius: 0.5rem;
  background: #23C05E;
  transition: background .2s;
  padding: 0.875rem 32px;
  margin-bottom: 12px;
  color: #061209;
  display: inline-block;
  box-shadow: 0 6px 24px rgba(35, 192, 94, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-weight: 700;
  font-size: 0.938rem;
}.qha_reg_cta_btn_ofb:hover {
  background: #2BD46A;
}.qha_reg_terms_ofb {
  line-height: 1.5;
  color: #4C6259;
  font-size: 11px;
}.qha_reg_seo_ofb {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  margin-top: 1.25rem;
  color: #607870;
  padding-top: 20px;
}.qha_reg_seo_ofb p {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #607870;
  margin-bottom: 10px;
}.qha_reg_seo_ofb p:last-child {
  margin-bottom: 0;
}.qha_reg_seo_ofb strong {
  color: #C0D8C9;
  font-weight: 700;
}.qha_reg_seo_ofb a {
  transition: color .2s;
  color: #0FDC7A;
  text-decoration: underline;
}.qha_reg_seo_ofb a:hover {
  color: #1AEE88;
}.qha_reg_seo_ofb ul,.qha_reg_seo_ofb ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.qha_reg_seo_ofb ol {
  list-style: decimal;
}.qha_reg_seo_ofb li {
  line-height: 1.65;
  margin-bottom: 0.25rem;
  color: #607870;
  font-size: 0.813rem;
}.qha_reg_seo_ofb table {
  margin-bottom: 10px;
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
}
@media(min-width: 766px) {.qha_reg_seo_ofb table {
  display: table;
}
}.qha_reg_seo_ofb th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #C0D8C9;
  font-weight: 700;
}.qha_reg_seo_ofb td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #607870;
}.qha_reg_steps_ofb {
  gap: 0.875rem;
  flex-direction: column;
  display: flex;
  margin-top: 28px;
}
@media(min-width: 858px) {.qha_reg_steps_ofb {
  margin-top: 0;
}
}.qha_reg_step_ofb {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.qha_reg_step_num_ofb {
  border-radius: 50%;
  background: rgba(15, 220, 122, 0.15);
  border: 1px solid rgba(15, 220, 122, 0.07);
  flex-shrink: 0;
  font-weight: 800;
  width: 2.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0FDC7A;
  height: 2.125rem;
  font-size: 14px;
}.qha_reg_step_title_ofb {
  margin-bottom: 3px;
  font-weight: 700;
  color: #EDFFF4;
  font-size: 0.875rem;
}.qha_reg_step_text_ofb {
  line-height: 1.5;
  color: #607870;
  font-size: 12px;
}.qha_reg_trust_ofb {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  flex-wrap: wrap;
}.qha_reg_trust_item_ofb {
  gap: 0.438rem;
  overflow-wrap: break-word;
  color: #607870;
  font-size: 12px;
  align-items: center;
  display: flex;
}.qha_reg_trust_ic_ofb svg {
  stroke-linecap: round;
  color: #0FDC7A;
  width: 1rem;
  stroke-linejoin: round;
  height: 16px;
}.qha_bon_ofb {
  background: #090D0A;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.qha_bon_ofb {
  padding: 2.75rem 24px 0;
}
}.qha_bon_in_ofb {
  margin: 0 auto;
  max-width: 1320px;
}.qha_bon_head_ofb {
  margin-bottom: 1.25rem;
}.qha_bon_label_ofb {
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #0FDC7A;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}.qha_bon_h2_ofb {
  font-weight: 800;
  color: #EDFFF4;
  font-family: 'Space Grotesk', sans-serif;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 8px;
}
@media(min-width: 767px) {.qha_bon_h2_ofb {
  font-size: 24px;
}
}.qha_bon_seo_ofb {
  color: #607870;
  max-width: 620px;
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.qha_bon_seo_ofb strong {
  color: #C0D8C9;
  font-weight: 700;
}.qha_bon_seo_ofb a {
  text-decoration: underline;
  color: #0FDC7A;
}.qha_bon_grid_ofb {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 638px) {.qha_bon_grid_ofb {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.qha_bon_grid_ofb {
  grid-template-columns: repeat(5,1fr);
}
}.qha_bon_card_ofb {
  padding: 1rem;
  transition: border-color .2s,transform .2s;
  border-radius: 8px;
  background: #0C120C;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.qha_bon_card_ofb:hover {
  border-color: rgba(15, 220, 122, 0.07);
  transform: translateY(-2px);
}.qha_bon_card_ic_ofb svg {
  height: 1.625rem;
  stroke-linejoin: round;
  width: 1.625rem;
  stroke-linecap: round;
}.qha_bon_card_ic_ofb {
  margin-bottom: 0.625rem;
}.qha_bon_card_type_ofb {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  color: #607870;
  letter-spacing: .06em;
  margin-bottom: 0.375rem;
}.qha_bon_card_amount_ofb {
  line-height: 1.1;
  margin-bottom: 6px;
  font-weight: 800;
  font-size: 1.125rem;
  color: #F5A623;
}.qha_bon_card_name_ofb {
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 13px;
  color: #EDFFF4;
  margin-bottom: 0.5rem;
}.qha_bon_card_detail_ofb {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 11px;
  padding-top: 8px;
  line-height: 1.5;
  color: #4C6259;
  overflow-wrap: break-word;
}.qha_rv_ofb {
  background: #090D0A;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.qha_rv_ofb {
  padding: 44px 24px 0;
}
}.qha_rv_in_ofb {
  margin: 0 auto;
  max-width: 1320px;
}.qha_rv_head_ofb {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}.qha_rv_label_ofb {
  font-size: 0.688rem;
  color: #0FDC7A;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.qha_rv_h2_ofb {
  color: #EDFFF4;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  margin-bottom: 0.625rem;
  font-family: 'Space Grotesk', sans-serif;
}
@media(min-width: 770px) {.qha_rv_h2_ofb {
  font-size: 1.75rem;
}
}.qha_rv_stats_ofb {
  gap: 1.125rem;
  font-size: 0.813rem;
  color: #607870;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.qha_rv_stats_score_ofb {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.qha_rv_stats_score_val_ofb {
  color: #F5A623;
  font-weight: 800;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
}.qha_rv_stats_score_max_ofb {
  font-size: 0.813rem;
  color: #4C6259;
}.qha_rv_stats_badge_ofb {
  gap: 4px;
  align-items: center;
  display: flex;
}.qha_rv_stats_badge_ofb svg {
  height: 14px;
  color: #F5A623;
  width: 14px;
}.qha_rv_grid_ofb {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.qha_rv_grid_ofb {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.qha_rv_grid_ofb {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.qha_rv_card_ofb {
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #101710;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}.qha_rv_card_stars_ofb {
  gap: 2px;
  margin-bottom: 0.625rem;
  color: #F5A623;
  display: flex;
}.qha_rv_card_stars_ofb svg {
  height: 14px;
  width: 14px;
}.qha_rv_card_h_ofb {
  line-height: 1.3;
  font-size: 14px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #EDFFF4;
}.qha_rv_card_body_ofb {
  flex: 1;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  color: #607870;
  line-height: 1.65;
  font-size: 13px;
}.qha_rv_card_body_ofb strong {
  color: #C0D8C9;
  font-weight: 600;
}.qha_rv_card_meta_ofb {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  flex-wrap: wrap;
  display: flex;
}.qha_rv_card_author_ofb {
  font-weight: 600;
  color: #C0D8C9;
  font-size: 0.75rem;
}.qha_rv_card_date_ofb {
  color: #4C6259;
  font-size: 0.688rem;
}.qha_pmt_ofb {
  padding: 2.25rem 16px 0;
  background: #090D0A;
}
@media(min-width: 766px) {.qha_pmt_ofb {
  padding: 44px 1.5rem 0;
}
}.qha_pmt_in_ofb {
  margin: 0 auto;
  max-width: 82.5rem;
}.qha_pmt_head_ofb {
  max-width: 720px;
  margin-bottom: 22px;
}.qha_pmt_label_ofb {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #0FDC7A;
  text-transform: uppercase;
}.qha_pmt_h2_ofb {
  overflow-wrap: break-word;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  color: #EDFFF4;
  font-weight: 800;
}
@media(min-width: 770px) {.qha_pmt_h2_ofb {
  font-size: 28px;
}
}.qha_pmt_intro_ofb {
  line-height: 1.6;
  color: #607870;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.qha_pmt_groups_ofb {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.qha_pmt_group_ofb {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  background: #101710;
  padding: 1.25rem;
}.qha_pmt_group_head_ofb {
  gap: 0.75rem;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.qha_pmt_group_ic_ofb {
  border-radius: 0.25rem;
  background: rgba(15, 220, 122, 0.15);
  color: #0FDC7A;
  height: 36px;
  justify-content: center;
  width: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.qha_pmt_group_ic_ofb svg {
  stroke-linejoin: round;
  width: 18px;
  height: 1.125rem;
  stroke-linecap: round;
}.qha_pmt_group_h_ofb {
  margin: 0;
  color: #EDFFF4;
  font-family: 'Space Grotesk', sans-serif;
  overflow-wrap: break-word;
  font-size: 1rem;
  font-weight: 700;
}.qha_pmt_group_p_ofb {
  overflow-wrap: break-word;
  color: #607870;
  line-height: 1.6;
  font-size: 13px;
  margin-bottom: 14px;
}.qha_pmt_group_p_ofb strong {
  font-weight: 600;
  color: #C0D8C9;
}.qha_pmt_table_wrap_ofb {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.qha_pmt_table_ofb {
  border-collapse: collapse;
  font-size: 13px;
  min-width: 540px;
  width: 100%;
}.qha_pmt_table_ofb th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-size: 0.688rem;
  color: #C0D8C9;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}.qha_pmt_table_ofb td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #607870;
}.qha_pmt_table_ofb tbody tr:last-child td {
  border-bottom: none;
}.qha_pmt_table_ofb tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C0D8C9;
}.qha_seo_ofb {
  background: #090D0A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.qha_seo_ofb {
  padding: 44px 24px 0;
}
}.qha_seo_in_ofb {
  padding: 28px 24px;
  background: #101710;
  border-radius: 0.75rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 82.5rem;
}
@media(min-width: 767px) {.qha_seo_in_ofb {
  padding: 2.25rem 40px;
}
}.qha_seo_label_ofb {
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  color: #0FDC7A;
  text-transform: uppercase;
  letter-spacing: .08em;
}.qha_seo_h2_ofb {
  font-size: 1.25rem;
  font-family: 'Space Grotesk', sans-serif;
  margin-bottom: 0.875rem;
  color: #EDFFF4;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-weight: 800;
}
@media(min-width: 770px) {.qha_seo_h2_ofb {
  font-size: 1.5rem;
}
}.qha_seo_body_ofb {
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #89A897;
}.qha_seo_body_ofb p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #89A897;
  font-size: 14px;
}.qha_seo_body_ofb p:last-child {
  margin-bottom: 0;
}.qha_seo_body_ofb strong {
  color: #C0D8C9;
  font-weight: 700;
}.qha_seo_body_ofb a {
  transition: color .2s;
  color: #0FDC7A;
  text-decoration: underline;
}.qha_seo_body_ofb a:hover {
  color: #1AEE88;
}.qha_seo_body_ofb ul,.qha_seo_body_ofb ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.qha_seo_body_ofb ol {
  list-style: decimal;
}.qha_seo_body_ofb li {
  font-size: 0.875rem;
  margin-bottom: 6px;
  line-height: 1.75;
  color: #89A897;
}.qha_seo_body_ofb table {
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
}
@media(min-width: 766px) {.qha_seo_body_ofb table {
  display: table;
}
}.qha_seo_body_ofb th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C0D8C9;
}.qha_seo_body_ofb td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #89A897;
}.qha_seo_cols_ofb {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.qha_seo_cols_ofb {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.qha_seo_cols_ofb {
  grid-template-columns: repeat(3,1fr);
}
}.qha_seo_col_h_ofb {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-weight: 700;
  color: #C0D8C9;
}.qha_seo_col_p_ofb {
  overflow-wrap: break-word;
  color: #607870;
  font-size: 13px;
  line-height: 1.65;
}.qha_seo_stats_ofb {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.qha_seo_stat_ofb {
  border: 1px solid rgba(15, 220, 122, 0.15);
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
  background: rgba(15, 220, 122, 0.07);
  flex: 1;
  min-width: 140px;
}.qha_seo_stat_val_ofb {
  font-weight: 800;
  color: #0FDC7A;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-size: 20px;
}.qha_seo_stat_lb_ofb {
  color: #607870;
  font-size: 11px;
  overflow-wrap: break-word;
}.qha_seo_ofb {
  background: #090D0A;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.qha_seo_ofb {
  padding: 44px 24px 0;
}
}.qha_seo_in_ofb {
  background: #101710;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  border-radius: 12px;
  padding: 28px 1.5rem;
  max-width: 82.5rem;
}
@media(min-width:768px) {.qha_seo_in_ofb {
  padding: 36px 2.5rem;
}
}.qha_seo_label_ofb {
  color: #0FDC7A;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 11px;
}.qha_seo_h2_ofb {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  margin-bottom: 0.875rem;
  font-size: 20px;
  overflow-wrap: break-word;
  line-height: 1.25;
  color: #EDFFF4;
}
@media(min-width: 766px) {.qha_seo_h2_ofb {
  font-size: 24px;
}
}.qha_seo_body_ofb {
  font-size: 14px;
  overflow-wrap: break-word;
  color: #89A897;
  line-height: 1.75;
}.qha_seo_body_ofb p {
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 14px;
  color: #89A897;
}.qha_seo_body_ofb p:last-child {
  margin-bottom: 0;
}.qha_seo_body_ofb strong {
  color: #C0D8C9;
  font-weight: 700;
}.qha_seo_body_ofb a {
  transition: color .2s;
  text-decoration: underline;
  color: #0FDC7A;
}.qha_seo_body_ofb a:hover {
  color: #1AEE88;
}.qha_seo_body_ofb ul,.qha_seo_body_ofb ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.qha_seo_body_ofb ol {
  list-style: decimal;
}.qha_seo_body_ofb li {
  margin-bottom: 6px;
  line-height: 1.75;
  color: #89A897;
  font-size: 14px;
}.qha_seo_body_ofb table {
  display: block;
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 12px;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 769px) {.qha_seo_body_ofb table {
  display: table;
}
}.qha_seo_body_ofb th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  font-weight: 700;
  color: #C0D8C9;
  text-align: left;
}.qha_seo_body_ofb td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #89A897;
}.qha_seo_cols_ofb {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 643px) {.qha_seo_cols_ofb {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.qha_seo_cols_ofb {
  grid-template-columns: repeat(3,1fr);
}
}.qha_seo_col_h_ofb {
  font-size: 13px;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #C0D8C9;
}.qha_seo_col_p_ofb {
  overflow-wrap: break-word;
  color: #607870;
  line-height: 1.65;
  font-size: 0.813rem;
}.qha_seo_stats_ofb {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.qha_seo_stat_ofb {
  flex: 1;
  padding: 14px 1rem;
  border: 1px solid rgba(15, 220, 122, 0.15);
  border-radius: 8px;
  background: rgba(15, 220, 122, 0.07);
  min-width: 8.75rem;
}.qha_seo_stat_val_ofb {
  font-weight: 800;
  margin-bottom: 0.25rem;
  color: #0FDC7A;
  font-size: 20px;
  overflow-wrap: break-word;
}.qha_seo_stat_lb_ofb {
  overflow-wrap: break-word;
  color: #607870;
  font-size: 0.688rem;
}.qha_faq_ofb {
  background: #090D0A;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.qha_faq_ofb {
  padding: 44px 1.5rem 0;
}
}.qha_faq_in_ofb {
  margin: 0 auto;
  max-width: 1320px;
}.qha_faq_head_ofb {
  margin-bottom: 20px;
}.qha_faq_label_ofb {
  color: #0FDC7A;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.qha_faq_h2_ofb {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #EDFFF4;
}
@media(min-width: 770px) {.qha_faq_h2_ofb {
  font-size: 24px;
}
}.qha_faq_list_ofb {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.qha_faq_item_ofb {
  background: #101710;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  overflow: hidden;
}.qha_faq_q_ofb {
  transition: color .2s;
  padding: 1rem 1.25rem;
  gap: 12px;
  align-items: center;
  color: #C0D8C9;
  flex-wrap: wrap;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  display: flex;
  overflow-wrap: break-word;
  justify-content: space-between;
}.qha_faq_q_ofb:hover {
  color: #EDFFF4;
}.qha_faq_q_ic_ofb {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  height: 24px;
  width: 1.5rem;
  color: #0FDC7A;
  font-size: 16px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}.qha_faq_item_ofb.qha_state_open_ofb .qha_faq_q_ic_ofb {
  transform: rotate(45deg);
}.qha_faq_a_ofb {
  padding: 0 1.25rem 1rem;
  line-height: 1.7;
  color: #607870;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  display: none;
}.qha_faq_item_ofb.qha_state_open_ofb .qha_faq_a_ofb {
  display: block;
}.qha_faq_a_ofb strong {
  color: #C0D8C9;
  font-weight: 700;
}.qha_faq_a_ofb a {
  color: #0FDC7A;
  text-decoration: underline;
}.qha_faq_a_ofb ul,.qha_faq_a_ofb ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.qha_faq_a_ofb ol {
  list-style: decimal;
}.qha_faq_a_ofb li {
  line-height: 1.6;
  margin-bottom: 4px;
}.qha_faq_a_ofb table {
  margin: 0.5rem 0;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  font-size: 12px;
  display: block;
}
@media(min-width: 769px) {.qha_faq_a_ofb table {
  display: table;
}
}.qha_faq_a_ofb th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 8px;
  text-align: left;
  font-weight: 700;
  color: #C0D8C9;
}.qha_faq_a_ofb td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 0.5rem;
  color: #607870;
}.qha_seo_ofb {
  background: #090D0A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.qha_seo_ofb {
  padding: 44px 24px 0;
}
}.qha_seo_in_ofb {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #101710;
  padding: 1.75rem 1.5rem;
  border-radius: 12px;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.qha_seo_in_ofb {
  padding: 2.25rem 2.5rem;
}
}.qha_seo_label_ofb {
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #0FDC7A;
  margin-bottom: 0.625rem;
  font-weight: 700;
}.qha_seo_h2_ofb {
  margin-bottom: 14px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  color: #EDFFF4;
  font-size: 20px;
  line-height: 1.25;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.qha_seo_h2_ofb {
  font-size: 24px;
}
}.qha_seo_body_ofb {
  overflow-wrap: break-word;
  color: #89A897;
  line-height: 1.75;
  font-size: 14px;
}.qha_seo_body_ofb p {
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 0.875rem;
  color: #89A897;
}.qha_seo_body_ofb p:last-child {
  margin-bottom: 0;
}.qha_seo_body_ofb strong {
  color: #C0D8C9;
  font-weight: 700;
}.qha_seo_body_ofb a {
  transition: color .2s;
  text-decoration: underline;
  color: #0FDC7A;
}.qha_seo_body_ofb a:hover {
  color: #1AEE88;
}.qha_seo_body_ofb ul,.qha_seo_body_ofb ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.qha_seo_body_ofb ol {
  list-style: decimal;
}.qha_seo_body_ofb li {
  margin-bottom: 0.375rem;
  font-size: 14px;
  color: #89A897;
  line-height: 1.75;
}.qha_seo_body_ofb table {
  display: block;
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 0.75rem;
}
@media(min-width: 767px) {.qha_seo_body_ofb table {
  display: table;
}
}.qha_seo_body_ofb th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #C0D8C9;
  font-weight: 700;
}.qha_seo_body_ofb td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #89A897;
}.qha_seo_cols_ofb {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.qha_seo_cols_ofb {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.qha_seo_cols_ofb {
  grid-template-columns: repeat(3,1fr);
}
}.qha_seo_col_h_ofb {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #C0D8C9;
  margin-bottom: 7px;
}.qha_seo_col_p_ofb {
  color: #607870;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.qha_seo_stats_ofb {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.qha_seo_stat_ofb {
  border: 1px solid rgba(15, 220, 122, 0.15);
  flex: 1;
  border-radius: 8px;
  padding: 14px 1rem;
  background: rgba(15, 220, 122, 0.07);
  min-width: 140px;
}.qha_seo_stat_val_ofb {
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 4px;
  color: #0FDC7A;
  overflow-wrap: break-word;
}.qha_seo_stat_lb_ofb {
  color: #607870;
  font-size: 11px;
  overflow-wrap: break-word;
}.qha_ft_ofb {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #060806;
  margin-top: 48px;
}.qha_ft_support_ofb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 1rem;
}
@media(min-width: 769px) {.qha_ft_support_ofb {
  padding: 28px 24px;
}
}.qha_ft_support_in_ofb {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: 1320px;
  display: flex;
  align-items: center;
}.qha_ft_support_main_ofb {
  gap: 16px;
  flex: 1;
  display: flex;
  min-width: 13.75rem;
  flex-wrap: wrap;
  align-items: center;
}.qha_ft_support_ic_ofb {
  color: #0FDC7A;
  flex-shrink: 0;
}.qha_ft_support_ic_ofb svg {
  stroke-linejoin: round;
  width: 30px;
  stroke-linecap: round;
  height: 30px;
}.qha_ft_support_text_title_ofb {
  overflow-wrap: break-word;
  color: #EDFFF4;
  font-size: 0.938rem;
  font-weight: 700;
  margin-bottom: 3px;
}.qha_ft_support_text_sub_ofb {
  font-size: 0.75rem;
  color: #607870;
  overflow-wrap: break-word;
}.qha_ft_support_btn_ofb {
  transition: background .2s;
  padding: 0.688rem 1.375rem;
  background: #0FDC7A;
  border-radius: 0.5rem;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  color: #EDFFF4;
  font-size: 0.813rem;
}.qha_ft_support_btn_ofb:hover {
  background: #1AEE88;
}.qha_ft_support_contacts_ofb {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.qha_ft_support_contact_ofb {
  font-size: 12px;
  color: #4C6259;
  line-height: 1.4;
}.qha_ft_support_contact_ofb strong {
  display: block;
  margin-bottom: 2px;
  color: #89A897;
  font-weight: 600;
  font-size: 0.688rem;
}.qha_ft_main_ofb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 1rem 24px;
}
@media(min-width: 767px) {.qha_ft_main_ofb {
  padding: 2.5rem 1.5rem 32px;
}
}.qha_ft_main_in_ofb {
  gap: 1.5rem;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 642px) {.qha_ft_main_in_ofb {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.qha_ft_main_in_ofb {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.qha_ft_col_logo_ofb {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.qha_ft_col_logo_ofb {
  grid-column: auto;
}
}.qha_ft_logo_ofb {
  gap: 0.563rem;
  display: flex;
  font-size: 1rem;
  font-weight: 800;
  color: #EDFFF4;
  align-items: center;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
}.qha_ft_logo_mark_ofb {
  border-radius: 0.25rem;
  overflow: hidden;
  width: 30px;
  height: 30px;
}.qha_ft_logo_mark_ofb img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.qha_ft_logo_sub_ofb {
  overflow-wrap: break-word;
  max-width: 12.5rem;
  line-height: 1.55;
  font-size: 12px;
  color: #4C6259;
}.qha_ft_col_title_ofb {
  color: #89A897;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  letter-spacing: .07em;
}.qha_ft_col_links_ofb {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.qha_ft_col_link_ofb {
  transition: color .2s;
  color: #4C6259;
  overflow-wrap: break-word;
  font-size: 13px;
}.qha_ft_col_link_ofb:hover {
  color: #C0D8C9;
}.qha_ft_apps_ofb {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.qha_ft_app_card_ofb {
  gap: 0.625rem;
  padding: 10px 12px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
}.qha_ft_app_card_ofb:hover {
  border-color: rgba(15, 220, 122, 0.35);
}.qha_ft_app_card_ic_ofb svg {
  height: 22px;
  width: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.qha_ft_app_card_os_ofb {
  font-size: 10px;
  font-weight: 600;
  color: #4C6259;
}.qha_ft_app_card_action_ofb {
  font-weight: 700;
  color: #C0D8C9;
  font-size: 0.75rem;
}.qha_ft_bot_ofb {
  padding: 1.25rem 1rem;
}
@media(min-width: 766px) {.qha_ft_bot_ofb {
  padding: 1.25rem 1.5rem;
}
}.qha_ft_bot_in_ofb {
  margin: 0 auto;
  gap: 1rem;
  max-width: 1320px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.qha_ft_socials_ofb {
  gap: 0.5rem;
  display: flex;
}.qha_ft_soc_ofb {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .2s;
  height: 36px;
  color: #89A897;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 36px;
}.qha_ft_soc_ofb svg {
  height: 1rem;
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
}.qha_ft_soc_ofb:hover {
  background: rgba(255, 255, 255, 0.07);
}.qha_ft_legal_ofb {
  flex: 1;
  overflow-wrap: break-word;
  line-height: 1.6;
  min-width: 12.5rem;
  font-size: 0.688rem;
  color: #718E7E;
}.qha_ft_legal_ofb strong {
  color: #89A897;
  font-weight: 700;
}.qha_ft_legal_ofb a {
  text-decoration: underline;
  color: #89A897;
}.qha_ft_age_ofb {
  border-radius: 50%;
  border: 2px solid #718E7E;
  width: 32px;
  font-weight: 800;
  color: #718E7E;
  height: 32px;
  margin-left: auto;
  justify-content: center;
  font-size: 0.688rem;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}