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;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0F0B0B;
  line-height: 1.6;
  font-family: 'Nunito', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #D9D1D1;
  min-height: 100vh;
}.qog_layout_oh3 {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.qog_page_oh3 {
  min-height: 100vh;
  display: flex;
}.qog_main_oh3 {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1081px) {.qog_main_oh3 {
  padding-left: 220px;
}
}
@media (max-width: 1082px) {.qog_main_oh3 {
  padding-bottom: 72px;
}
}.qog_gc_oh3 {
  transition: transform .2s,border-color .2s;
  background: #140E0E;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  border-radius: 10px;
  flex-shrink: 0;
  width: 8.75rem;
  cursor: pointer;
  position: relative;
}
@media(min-width: 638px) {.qog_gc_oh3 {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.qog_gc_oh3 {
  width: 10.5rem;
}
}.qog_gc_oh3:hover {
  border-color: rgba(232, 50, 38, 0.07);
  transform: translateY(-3px);
}.qog_gc_img_oh3 {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.qog_gc_img_oh3 img {
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}.qog_gc_hover_oh3 {
  inset: 0;
  transition: opacity .2s;
  background: rgba(10, 6, 6, 0.72);
  justify-content: center;
  position: absolute;
  opacity: 0;
  align-items: center;
  display: flex;
}.qog_gc_oh3:hover .qog_gc_hover_oh3 {
  opacity: 1;
}.qog_gc_hover_btn_oh3 {
  border-radius: 0.375rem;
  padding: 0.5rem 16px;
  background: #E83226;
  font-size: 0.75rem;
  font-weight: 700;
  color: #F6F3F3;
}.qog_gc_info_oh3 {
  padding: 0.5rem 0.625rem 0.625rem;
}.qog_gc_name_oh3 {
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.75rem;
  color: #D9D1D1;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  max-width: 100%;
}.qog_gc_prov_oh3 {
  font-size: 10px;
  color: #604F4F;
}.qog_gc_tag_oh3 {
  border-radius: 4px;
  padding: 2px 7px;
  letter-spacing: .04em;
  font-weight: 700;
  z-index: 2;
  left: 0.375rem;
  font-size: 0.563rem;
  position: absolute;
  text-transform: uppercase;
  top: 0.375rem;
}.qog_gc_tag_hot_oh3 {
  background: #E83226;
  color: #fff;
}.qog_gc_tag_new_oh3 {
  background: #21C55D;
  color: #0F0B0B;
}.qog_gc_tag_jp_oh3 {
  background: #F5A623;
  color: #0F0B0B;
}.qog_gc_tag_ex_oh3 {
  background: #B02318;
  color: #fff;
}.qog_gc_tag_live_oh3 {
  background: #E83226;
  color: #fff;
}.qog_gr_oh3 {
  padding: 32px 1rem 0;
  background: #0F0B0B;
}
@media(min-width: 769px) {.qog_gr_oh3 {
  padding: 2.25rem 1.5rem 0;
}
}.qog_gr_in_oh3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.qog_gr_head_oh3 {
  gap: 12px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}.qog_gr_head_l_oh3 {
  flex: 1;
  gap: 0.625rem;
  min-width: 0;
  display: flex;
  align-items: center;
}.qog_gr_ic_oh3 {
  border-radius: 10px;
  justify-content: center;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  width: 32px;
  align-items: center;
}.qog_gr_ic_oh3 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
  width: 16px;
}.qog_gr_title_oh3 {
  font-size: 1rem;
  overflow-wrap: break-word;
  color: #F6F3F3;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}
@media(min-width: 766px) {.qog_gr_title_oh3 {
  font-size: 18px;
}
}.qog_gr_more_oh3 {
  transition: color .2s;
  gap: 0.313rem;
  white-space: nowrap;
  font-size: 12px;
  color: #7D6C6C;
  flex-shrink: 0;
  align-items: center;
  font-weight: 600;
  display: flex;
}.qog_gr_more_oh3:hover {
  color: #E83226;
}.qog_gr_more_oh3 svg {
  stroke-linecap: round;
  height: 0.75rem;
  stroke-linejoin: round;
  width: 0.75rem;
}.qog_gr_arrows_oh3 {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.qog_gr_arr_oh3 {
  transition: background .15s,color .15s;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  width: 30px;
  align-items: center;
  color: #A89898;
  display: flex;
  height: 1.875rem;
  justify-content: center;
}.qog_gr_arr_oh3:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F6F3F3;
}.qog_gr_arr_oh3 svg {
  height: 0.813rem;
  width: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.qog_gr_seo_h_oh3 {
  margin: 0 0 6px;
  font-weight: 700;
  overflow-wrap: break-word;
  max-width: 680px;
  font-family: 'Poppins', sans-serif;
  color: #D9D1D1;
  font-size: 0.813rem;
}
@media(min-width:768px) {.qog_gr_seo_h_oh3 {
  font-size: 0.875rem;
}
}.qog_gr_seo_oh3 {
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.55;
  max-width: 680px;
  overflow-wrap: break-word;
  color: #7D6C6C;
}.qog_gr_seo_oh3 strong {
  font-weight: 600;
  color: #D9D1D1;
}.qog_gr_scroll_oh3 {
  gap: 10px;
  display: flex;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.625rem;
  overflow-x: auto;
}.qog_gr_scroll_oh3::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.qog_gr_scroll_oh3 {
  gap: 0.75rem;
}
}.qog_tb_oh3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0F0B0B;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  height: 3.5rem;
  align-items: center;
  right: 0;
  display: flex;
}.qog_tb_in_oh3 {
  gap: 0;
  padding: 0 0.875rem;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}.qog_tb_burger_oh3 {
  gap: 0.313rem;
  border-radius: 10px;
  width: 38px;
  align-items: center;
  height: 38px;
  flex-direction: column;
  justify-content: center;
  margin-right: 8px;
  display: flex;
  flex-shrink: 0;
}.qog_tb_burger_oh3:hover {
  background: rgba(255, 255, 255, 0.05);
}.qog_tb_burger_line_oh3 {
  background: #A89898;
  border-radius: 1px;
  width: 18px;
  display: block;
  height: 2px;
}
@media(min-width: 1078px) {.qog_tb_burger_oh3 {
  display: none;
}
}.qog_tb_logo_oh3 {
  gap: 0.563rem;
  overflow-wrap: break-word;
  flex-shrink: 0;
  color: #F6F3F3;
  align-items: center;
  font-weight: 800;
  letter-spacing: -.01em;
  display: flex;
  margin-right: 1.25rem;
  font-size: 18px;
}.qog_tb_logo_mark_oh3 {
  overflow: hidden;
  border-radius: 10px;
  width: 2rem;
  display: flex;
  justify-content: center;
  height: 2rem;
  align-items: center;
}.qog_tb_logo_mark_oh3 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.qog_tb_nav_oh3 {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 639px) {.qog_tb_nav_oh3 {
  display: flex;
}
}.qog_tb_tab_oh3 {
  padding: 8px 14px;
  border-radius: 0.625rem;
  transition: background .15s,color .15s;
  font-weight: 600;
  color: #A89898;
  white-space: nowrap;
  font-size: 0.813rem;
}.qog_tb_tab_oh3:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6F3F3;
}.qog_tb_tab_oh3.qog_state_active_oh3 {
  background: rgba(232, 50, 38, 0.18);
  color: #F6F3F3;
}.qog_tb_right_oh3 {
  gap: 8px;
  flex-shrink: 0;
  display: flex;
  margin-left: auto;
  align-items: center;
}.qog_tb_login_oh3 {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 9px 1rem;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  display: none;
  font-size: 13px;
  color: #D9D1D1;
  font-weight: 600;
}.qog_tb_login_oh3:hover {
  border-color: rgba(232, 50, 38, 0.55);
  color: #F6F3F3;
}
@media(min-width: 482px) {.qog_tb_login_oh3 {
  display: block;
}
}.qog_tb_reg_oh3 {
  padding: 9px 18px;
  transition: background .2s;
  background: #21C55D;
  border-radius: 0.625rem;
  font-weight: 700;
  white-space: nowrap;
  color: #110808;
  font-size: 0.813rem;
}.qog_tb_reg_oh3:hover {
  background: #2DD468;
}.qog_sb_oh3 {
  transform: translateX(-100%);
  transition: transform .25s ease;
  background: #181212;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  overflow-y: auto;
  width: 13.75rem;
  bottom: 0;
  position: fixed;
  z-index: 70;
  top: 3.5rem;
  left: 0;
}.qog_sb_oh3.qog_state_open_oh3 {
  transform: translateX(0);
}.qog_sb_oh3::-webkit-scrollbar {
  width: 4px;
}.qog_sb_oh3::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width:1080px) {.qog_sb_oh3 {
  transform: translateX(0);
}
}.qog_sb_auth_oh3 {
  padding: 0.875rem 12px 0.625rem;
}.qog_sb_btn_reg_oh3 {
  transition: background .2s;
  padding: 0.688rem;
  border-radius: 0.625rem;
  background: #21C55D;
  display: block;
  color: #110808;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
}.qog_sb_btn_reg_oh3:hover {
  background: #2DD468;
}.qog_sb_btn_login_oh3 {
  transition: border-color .2s;
  border-radius: 10px;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: block;
  text-align: center;
  font-weight: 600;
  color: #D9D1D1;
  font-size: 0.813rem;
}.qog_sb_btn_login_oh3:hover {
  border-color: rgba(232, 50, 38, 0.55);
  color: #F6F3F3;
}.qog_sb_promo_oh3 {
  padding: 12px 0.875rem;
  overflow: hidden;
  background: linear-gradient(135deg,#3B0C09,#181212);
  border: 1px solid rgba(232, 50, 38, 0.18);
  margin: 0 12px 10px;
  border-radius: 10px;
  position: relative;
}.qog_sb_promo_oh3::before {
  background: radial-gradient(circle,rgba(232, 50, 38, 0.18),transparent 70%);
  border-radius: 50%;
  right: -1.25rem;
  position: absolute;
  top: -20px;
  width: 80px;
  content: '';
  height: 5rem;
}.qog_sb_promo_title_oh3 {
  margin-bottom: 4px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #E83226;
  font-size: 11px;
  font-weight: 700;
}.qog_sb_promo_text_oh3 {
  color: #F6F3F3;
  overflow-wrap: break-word;
  line-height: 1.35;
  font-weight: 600;
  font-size: 12px;
}.qog_sb_promo_sub_oh3 {
  color: #7D6C6C;
  margin-top: 3px;
  font-size: 10px;
}.qog_sb_nav_oh3 {
  padding: 0.375rem 0.5rem 16px;
}.qog_sb_nav_lb_oh3 {
  padding: 0.625rem 8px 6px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  color: #604F4F;
}.qog_sb_link_oh3 {
  gap: 0.625rem;
  padding: 0.563rem 10px;
  border-radius: 6px;
  transition: background .15s,color .15s;
  color: #A89898;
  cursor: pointer;
  align-items: center;
  font-weight: 500;
  display: flex;
  font-size: 13px;
  overflow-wrap: break-word;
}.qog_sb_link_oh3:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6F3F3;
}.qog_sb_link_oh3.qog_state_active_oh3 {
  background: rgba(232, 50, 38, 0.18);
  color: #F6F3F3;
}.qog_sb_ic_oh3 {
  border-radius: 0.375rem;
  width: 30px;
  align-items: center;
  height: 30px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}.qog_sb_ic_oh3 svg {
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  width: 1rem;
}.qog_sb_ic_1_oh3 {
  background: rgba(232, 50, 38, 0.07);
  color: #E83226;
}.qog_sb_ic_2_oh3 {
  background: rgba(33, 197, 93, 0.15);
  color: #21C55D;
}.qog_sb_ic_3_oh3 {
  background: rgba(245, 166, 35, 0.14);
  color: #F5A623;
}.qog_sb_ic_4_oh3 {
  background: rgba(176, 35, 24, 0.22);
  color: #B02318;
}.qog_sb_ic_5_oh3 {
  background: rgba(232, 50, 38, 0.07);
  color: #E8449A;
}.qog_sb_ic_6_oh3 {
  background: rgba(176, 35, 24, 0.22);
  color: #8B35D6;
}.qog_sb_badge_oh3 {
  padding: 2px 0.438rem;
  background: #F5A623;
  border-radius: 6px;
  margin-left: auto;
  font-size: 0.563rem;
  font-weight: 700;
  color: #110808;
}.qog_sb_bot_oh3 {
  gap: 0.5rem;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.qog_sb_lang_oh3,.qog_sb_help_oh3 {
  transition: border-color .2s;
  padding: 0.563rem 6px;
  border-radius: 0.375rem;
  gap: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.05);
  flex: 1;
  font-size: 0.688rem;
  display: flex;
  align-items: center;
  color: #A89898;
  justify-content: center;
  font-weight: 600;
}.qog_sb_lang_oh3:hover,.qog_sb_help_oh3:hover {
  border-color: rgba(232, 50, 38, 0.55);
  color: #F6F3F3;
}.qog_sb_lang_oh3 svg,.qog_sb_help_oh3 svg {
  width: 0.813rem;
  stroke-linecap: round;
  height: 13px;
  stroke-linejoin: round;
}.qog_sb_bd_oh3 {
  background: rgba(10, 6, 6, 0.72);
  inset: 0;
  position: fixed;
  z-index: 69;
  display: none;
}.qog_sb_bd_oh3.qog_state_on_oh3 {
  display: block;
}
@media(min-width: 1081px) {.qog_sb_bd_oh3 {
  display: none!important;
}
}.qog_mob_nav_oh3 {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  background: #181212;
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  right: 0;
  display: flex;
  position: fixed;
  z-index: 80;
  left: 0;
  bottom: 0;
}
@media(min-width: 1081px) {.qog_mob_nav_oh3 {
  display: none;
}
}.qog_mob_nav_item_oh3 {
  flex: 1;
  padding: 0.25rem 2px;
  gap: 4px;
  flex-direction: column;
  align-items: center;
  display: flex;
  cursor: pointer;
  color: #604F4F;
}.qog_mob_nav_ic_oh3 {
  line-height: 1;
}.qog_mob_nav_ic_oh3 svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.qog_mob_nav_lb_oh3 {
  color: #604F4F;
  font-weight: 600;
  font-size: 10px;
}.qog_mob_nav_item_oh3.qog_state_active_oh3 {
  color: #E83226;
}.qog_mob_nav_item_oh3.qog_state_active_oh3 .qog_mob_nav_lb_oh3 {
  color: #E83226;
}.qog_hero_oh3 {
  background: #0F0B0B;
  padding: 1.25rem 1rem 0;
}
@media(min-width: 769px) {.qog_hero_oh3 {
  padding: 1.5rem 1.5rem 0;
}
}.qog_hero_in_oh3 {
  margin: 0 auto;
  gap: 12px;
  grid-template-columns: 1fr;
  max-width: 1320px;
  display: grid;
}
@media(min-width: 862px) {.qog_hero_in_oh3 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1099px) {.qog_hero_in_oh3 {
  grid-template-columns: 1fr 340px;
}
}.qog_hero_promo_oh3 {
  background: #140E0E;
  overflow: hidden;
  border-radius: 16px;
  display: flex;
  position: relative;
  min-height: 220px;
  align-items: stretch;
}
@media(min-width: 767px) {.qog_hero_promo_oh3 {
  min-height: 280px;
}
}.qog_hero_promo_bg_oh3 {
  background: linear-gradient(120deg,#3B0C09 0%,#0F0B0B 100%);
  background-position: center;
  inset: 0;
  background-size: cover;
  position: absolute;
}.qog_hero_promo_bg_oh3::after {
  inset: 0;
  background: linear-gradient(90deg,#0F0B0B 0%,rgba(10, 6, 6, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.qog_hero_promo_glow_oh3 {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(176, 35, 24, 0.22) 0%,transparent 65%);
  top: -2.5rem;
  width: 18.75rem;
  height: 18.75rem;
  right: 3.75rem;
  pointer-events: none;
  position: absolute;
}.qog_hero_promo_ct_oh3 {
  padding: 28px 1.5rem 28px 28px;
  max-width: 480px;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  display: flex;
  position: relative;
}
@media(min-width: 770px) {.qog_hero_promo_ct_oh3 {
  padding: 40px 32px;
}
}.qog_hero_badge_oh3 {
  padding: 5px 0.75rem;
  border-radius: 22px;
  border: 1px solid rgba(232, 50, 38, 0.07);
  background: rgba(232, 50, 38, 0.18);
  color: #E83226;
  font-size: 0.625rem;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 14px;
  font-weight: 700;
  letter-spacing: .08em;
}.qog_hero_h1_oh3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.625rem;
  color: #F6F3F3;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  line-height: 1.15;
  font-weight: 800;
}.qog_hero_h1_oh3 em {
  font-style: normal;
  color: #F5A623;
}
@media(min-width: 767px) {.qog_hero_h1_oh3 {
  font-size: 2.25rem;
}
}.qog_hero_sub_oh3 {
  line-height: 1.55;
  font-size: 13px;
  margin-bottom: 1.25rem;
  color: #A89898;
}
@media(min-width:768px) {.qog_hero_sub_oh3 {
  font-size: 14px;
}
}.qog_hero_row_oh3 {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.qog_hero_cta_oh3 {
  transition: background .2s;
  border-radius: 0.625rem;
  background: #21C55D;
  padding: 0.813rem 26px;
  color: #110808;
  font-size: 0.875rem;
  box-shadow: 0 0.25rem 1.375rem rgba(33, 197, 93, 0.36);
  font-weight: 700;
}.qog_hero_cta_oh3:hover {
  background: #2DD468;
}.qog_hero_terms_oh3 {
  color: #604F4F;
  font-size: 0.688rem;
}.qog_hero_game_oh3 {
  background: #140E0E;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  position: relative;
  flex-direction: column;
}.qog_hero_game_badge_oh3 {
  background: rgba(245, 166, 35, 0.14);
  border: 1px solid rgba(245, 166, 35, 0.14);
  border-radius: 22px;
  padding: 5px 10px;
  top: 12px;
  letter-spacing: .06em;
  position: absolute;
  font-weight: 700;
  color: #F5A623;
  text-transform: uppercase;
  left: 0.75rem;
  z-index: 3;
  font-size: 0.625rem;
}.qog_hero_game_badge_oh3 svg {
  margin-right: 0.25rem;
  width: 0.688rem;
  height: 11px;
  vertical-align: -1px;
}.qog_hero_game_img_oh3 {
  background: linear-gradient(135deg,#3B0C09,#0F0B0B);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.qog_hero_game_img_oh3 img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}.qog_hero_game_play_oh3 {
  inset: 0;
  background: rgba(10, 6, 6, 0.72);
  transition: opacity .2s;
  align-items: center;
  justify-content: center;
  display: flex;
  opacity: 0;
  position: absolute;
}.qog_hero_game_oh3:hover .qog_hero_game_play_oh3 {
  opacity: 1;
}.qog_hero_game_play_oh3 span {
  background: #E83226;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  height: 3.25rem;
  width: 3.25rem;
  align-items: center;
}.qog_hero_game_play_oh3 span svg {
  width: 18px;
  margin-left: 2px;
  height: 1.125rem;
}.qog_hero_game_info_oh3 {
  padding: 0.875rem 16px;
}.qog_hero_game_title_oh3 {
  font-size: 0.938rem;
  overflow-wrap: break-word;
  color: #F6F3F3;
  font-weight: 700;
  margin-bottom: 4px;
}.qog_hero_game_provider_oh3 {
  font-size: 0.688rem;
  color: #7D6C6C;
}.qog_hero_game_btn_oh3 {
  transition: background .2s;
  background: #E83226;
  padding: 11px;
  border-radius: 10px;
  margin: 12px 1rem 1rem;
  font-size: 0.813rem;
  color: #F6F3F3;
  font-weight: 700;
  display: block;
  text-align: center;
}.qog_hero_game_oh3:hover .qog_hero_game_btn_oh3 {
  background: #F54438;
}.qog_sbar_oh3 {
  padding: 16px 1rem 0;
  background: #0F0B0B;
}
@media(min-width: 769px) {.qog_sbar_oh3 {
  padding: 18px 1.5rem 0;
}
}.qog_sbar_in_oh3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.qog_sbar_row_oh3 {
  gap: 0.625rem;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  display: flex;
}.qog_sbar_input_oh3 {
  gap: 10px;
  background: #140E0E;
  padding: 11px 16px;
  transition: border-color .2s;
  border-radius: 0.625rem;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.10);
  align-items: center;
  color: #7D6C6C;
  display: flex;
  font-size: 0.813rem;
  cursor: pointer;
}.qog_sbar_input_oh3:hover {
  border-color: rgba(232, 50, 38, 0.55);
}.qog_sbar_input_oh3 svg {
  height: 0.938rem;
  width: 0.938rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}.qog_sbar_providers_oh3 {
  gap: 8px;
  transition: border-color .2s;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #140E0E;
  padding: 0.688rem 1.125rem;
  align-items: center;
  display: flex;
  font-weight: 600;
  white-space: nowrap;
  color: #D9D1D1;
  font-size: 0.813rem;
}.qog_sbar_providers_oh3:hover {
  border-color: rgba(232, 50, 38, 0.55);
  color: #F6F3F3;
}.qog_sbar_providers_oh3 svg {
  height: 14px;
  width: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.qog_sbar_tabs_oh3 {
  gap: 0.375rem;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 2px;
}.qog_sbar_tabs_oh3::-webkit-scrollbar {
  display: none;
}.qog_sbar_tab_oh3 {
  transition: background .15s,color .15s,border-color .15s;
  background: rgba(255, 255, 255, 0.05);
  gap: 0.438rem;
  padding: 0.5rem 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px;
  white-space: nowrap;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 12px;
  color: #A89898;
}.qog_sbar_tab_oh3:hover {
  border-color: rgba(232, 50, 38, 0.55);
  background: rgba(255, 255, 255, 0.07);
  color: #F6F3F3;
}.qog_sbar_tab_oh3.qog_state_active_oh3 {
  background: rgba(232, 50, 38, 0.18);
  border-color: rgba(232, 50, 38, 0.07);
  color: #F6F3F3;
}.qog_sbar_tab_ic_oh3 svg {
  stroke-linejoin: round;
  height: 14px;
  width: 14px;
  stroke-linecap: round;
}.qog_ws_oh3 {
  background: #0F0B0B;
  padding: 2rem 1rem 0;
}
@media(min-width: 771px) {.qog_ws_oh3 {
  padding: 2.25rem 24px 0;
}
}.qog_ws_in_oh3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.qog_ws_head_oh3 {
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px;
}.qog_ws_title_oh3 {
  gap: 0.625rem;
  align-items: center;
  font-weight: 700;
  color: #F6F3F3;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  display: flex;
}.qog_ws_title_ic_oh3 svg {
  width: 1.125rem;
  stroke-linecap: round;
  color: #F5A623;
  stroke-linejoin: round;
  height: 1.125rem;
}.qog_ws_online_oh3 {
  gap: 7px;
  align-items: center;
  color: #7D6C6C;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}.qog_ws_online_dot_oh3 {
  background: #21C55D;
  border-radius: 50%;
  width: 8px;
  flex-shrink: 0;
  box-shadow: 0 0 0.375rem rgba(33, 197, 93, 0.15);
  height: 0.5rem;
}.qog_ws_scroll_oh3 {
  gap: 0.5rem;
  padding-bottom: 8px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}.qog_ws_scroll_oh3::-webkit-scrollbar {
  display: none;
}.qog_wc_oh3 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #140E0E;
  border-radius: 10px;
  gap: 10px;
  padding: 10px 14px;
  align-items: center;
  min-width: 220px;
  flex-shrink: 0;
  display: flex;
}.qog_wc_img_oh3 {
  border-radius: 6px;
  background: #181212;
  overflow: hidden;
  width: 36px;
  flex-shrink: 0;
  height: 2.25rem;
}.qog_wc_img_oh3 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.qog_wc_info_oh3 {
  min-width: 0;
}.qog_wc_game_oh3 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  color: #D9D1D1;
}.qog_wc_player_oh3 {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #604F4F;
  white-space: nowrap;
  font-size: 0.625rem;
}.qog_wc_amount_oh3 {
  color: #21C55D;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.813rem;
  margin-left: auto;
}.qog_bon_oh3 {
  padding: 2.25rem 16px 0;
  background: #0F0B0B;
}
@media(min-width: 765px) {.qog_bon_oh3 {
  padding: 2.75rem 1.5rem 0;
}
}.qog_bon_in_oh3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.qog_bon_head_oh3 {
  margin-bottom: 20px;
}.qog_bon_label_oh3 {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #E83226;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
}.qog_bon_h2_oh3 {
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  overflow-wrap: break-word;
  color: #F6F3F3;
  font-size: 20px;
  margin-bottom: 0.5rem;
}
@media(min-width: 771px) {.qog_bon_h2_oh3 {
  font-size: 24px;
}
}.qog_bon_seo_oh3 {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #7D6C6C;
  max-width: 620px;
}.qog_bon_seo_oh3 strong {
  font-weight: 700;
  color: #D9D1D1;
}.qog_bon_seo_oh3 a {
  text-decoration: underline;
  color: #E83226;
}.qog_bon_grid_oh3 {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.qog_bon_grid_oh3 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.qog_bon_grid_oh3 {
  grid-template-columns: repeat(5,1fr);
}
}.qog_bon_card_oh3 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #140E0E;
  padding: 1rem;
  transition: border-color .2s,transform .2s;
  border-radius: 0.625rem;
}.qog_bon_card_oh3:hover {
  border-color: rgba(232, 50, 38, 0.07);
  transform: translateY(-2px);
}.qog_bon_card_ic_oh3 svg {
  stroke-linejoin: round;
  height: 26px;
  width: 1.625rem;
  stroke-linecap: round;
}.qog_bon_card_ic_oh3 {
  margin-bottom: 10px;
}.qog_bon_card_type_oh3 {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #7D6C6C;
}.qog_bon_card_amount_oh3 {
  line-height: 1.1;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0.375rem;
  color: #F5A623;
}.qog_bon_card_name_oh3 {
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-size: 13px;
  color: #F6F3F3;
  font-weight: 600;
}.qog_bon_card_detail_oh3 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #604F4F;
  overflow-wrap: break-word;
  font-size: 11px;
  line-height: 1.5;
  padding-top: 8px;
}.qog_app_oh3 {
  background: #0F0B0B;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.qog_app_oh3 {
  padding: 2.75rem 24px 0;
}
}.qog_app_in_oh3 {
  margin: 0 auto;
  max-width: 1320px;
}.qog_app_head_oh3 {
  margin-bottom: 16px;
}.qog_app_label_oh3 {
  letter-spacing: .08em;
  color: #E83226;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
}.qog_app_h2_oh3 {
  color: #F6F3F3;
  font-size: 20px;
  margin-bottom: 0.375rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Poppins', sans-serif;
}
@media(min-width: 769px) {.qog_app_h2_oh3 {
  font-size: 1.5rem;
}
}.qog_app_sub_oh3 {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.6;
  max-width: 600px;
  color: #7D6C6C;
}.qog_app_sub_oh3 strong {
  color: #D9D1D1;
  font-weight: 700;
}.qog_app_cards_oh3 {
  gap: 0.625rem;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.qog_app_cards_oh3 {
  grid-template-columns: repeat(3,1fr);
}
}.qog_app_card_oh3 {
  gap: 1rem;
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 0.625rem;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  align-items: flex-start;
}.qog_app_card_ios_oh3 {
  background: linear-gradient(135deg,rgba(232, 50, 38, 0.18) 0%,#181212 100%);
}.qog_app_card_android_oh3 {
  background: linear-gradient(135deg,rgba(33, 197, 93, 0.15) 0%,#181212 100%);
}.qog_app_card_win_oh3 {
  background: linear-gradient(135deg,rgba(245, 166, 35, 0.14) 0%,#181212 100%);
}.qog_app_card_ic_oh3 svg {
  stroke-linejoin: round;
  height: 2.125rem;
  stroke-linecap: round;
  width: 2.125rem;
}.qog_app_card_ic_oh3 {
  color: #F6F3F3;
  flex-shrink: 0;
}.qog_app_card_os_oh3 {
  margin-bottom: 0.375rem;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #7D6C6C;
  text-transform: uppercase;
}.qog_app_card_title_oh3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #F6F3F3;
  line-height: 1.2;
  overflow-wrap: break-word;
}.qog_app_card_text_oh3 {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  margin-bottom: 0.875rem;
  color: #7D6C6C;
  line-height: 1.5;
}.qog_app_card_btn_oh3 {
  border: 1px solid rgba(232, 50, 38, 0.55);
  background: rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 10px 18px;
  gap: 0.438rem;
  transition: background .2s;
  font-size: 13px;
  align-items: center;
  font-weight: 700;
  color: #F6F3F3;
  display: inline-flex;
}.qog_app_card_btn_oh3:hover {
  background: rgba(255, 255, 255, 0.07);
}.qog_prov_oh3 {
  padding: 2.25rem 16px 0;
  background: #0F0B0B;
}
@media(min-width: 766px) {.qog_prov_oh3 {
  padding: 2.75rem 1.5rem 0;
}
}.qog_prov_in_oh3 {
  margin: 0 auto;
  max-width: 1320px;
}.qog_prov_head_oh3 {
  margin-bottom: 1rem;
}.qog_prov_label_oh3 {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 8px;
  color: #E83226;
  font-weight: 700;
  letter-spacing: .08em;
}.qog_prov_h2_oh3 {
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 8px;
  color: #F6F3F3;
}
@media(min-width: 769px) {.qog_prov_h2_oh3 {
  font-size: 1.5rem;
}
}.qog_prov_seo_oh3 {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #7D6C6C;
  max-width: 38.75rem;
  margin-bottom: 1rem;
}.qog_prov_seo_oh3 strong {
  color: #D9D1D1;
  font-weight: 700;
}.qog_prov_seo_oh3 a {
  text-decoration: underline;
  color: #E83226;
}.qog_prov_grid_oh3 {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 643px) {.qog_prov_grid_oh3 {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1082px) {.qog_prov_grid_oh3 {
  grid-template-columns: repeat(8,1fr);
}
}.qog_prov_card_oh3 {
  background: #140E0E;
  transition: border-color .2s,background .2s;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 14px 10px;
  gap: 0.438rem;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  align-items: center;
}.qog_prov_card_oh3:hover {
  background: #181212;
  border-color: rgba(232, 50, 38, 0.55);
}.qog_prov_logo_oh3 {
  border-radius: 0.375rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  width: 44px;
  display: flex;
}.qog_prov_logo_oh3 img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.qog_prov_name_oh3 {
  text-align: center;
  color: #A89898;
  font-weight: 600;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.qog_reg_oh3 {
  padding: 2.25rem 1rem 0;
  background: #0F0B0B;
}
@media(min-width: 770px) {.qog_reg_oh3 {
  padding: 2.75rem 24px 0;
}
}.qog_reg_in_oh3 {
  border-radius: 1rem;
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  background: #181212;
  border: 1px solid rgba(255, 255, 255, 0.06);
  max-width: 82.5rem;
}
@media(min-width: 766px) {.qog_reg_in_oh3 {
  padding: 40px;
}
}.qog_reg_top_oh3 {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:860px) {.qog_reg_top_oh3 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.qog_reg_label_oh3 {
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #E83226;
}.qog_reg_h2_oh3 {
  overflow-wrap: break-word;
  color: #F6F3F3;
  margin-bottom: 12px;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
}
@media(min-width:768px) {.qog_reg_h2_oh3 {
  font-size: 1.75rem;
}
}.qog_reg_bonus_oh3 {
  border: 1px solid rgba(245, 166, 35, 0.14);
  padding: 0.625rem 16px;
  background: rgba(245, 166, 35, 0.14);
  border-radius: 0.625rem;
  gap: 8px;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
}.qog_reg_bonus_amount_oh3 {
  font-weight: 800;
  font-size: 20px;
  color: #F5A623;
}.qog_reg_bonus_text_oh3 {
  line-height: 1.35;
  font-size: 0.813rem;
  color: #A89898;
}.qog_reg_cta_btn_oh3 {
  transition: background .2s;
  padding: 0.875rem 32px;
  border-radius: 0.625rem;
  background: #21C55D;
  display: inline-block;
  margin-bottom: 12px;
  color: #110808;
  box-shadow: 0 4px 22px rgba(33, 197, 93, 0.36);
  font-size: 0.938rem;
  font-weight: 700;
}.qog_reg_cta_btn_oh3:hover {
  background: #2DD468;
}.qog_reg_terms_oh3 {
  color: #604F4F;
  line-height: 1.5;
  font-size: 11px;
}.qog_reg_seo_oh3 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 20px;
  color: #7D6C6C;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  padding-top: 20px;
  line-height: 1.65;
}.qog_reg_seo_oh3 p {
  font-size: 0.813rem;
  color: #7D6C6C;
  line-height: 1.65;
  margin-bottom: 10px;
}.qog_reg_seo_oh3 p:last-child {
  margin-bottom: 0;
}.qog_reg_seo_oh3 strong {
  font-weight: 700;
  color: #D9D1D1;
}.qog_reg_seo_oh3 a {
  transition: color .2s;
  text-decoration: underline;
  color: #E83226;
}.qog_reg_seo_oh3 a:hover {
  color: #F54438;
}.qog_reg_seo_oh3 ul,.qog_reg_seo_oh3 ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 18px;
}.qog_reg_seo_oh3 ol {
  list-style: decimal;
}.qog_reg_seo_oh3 li {
  margin-bottom: 4px;
  font-size: 13px;
  color: #7D6C6C;
  line-height: 1.65;
}.qog_reg_seo_oh3 table {
  margin-bottom: 10px;
  font-size: 13px;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 769px) {.qog_reg_seo_oh3 table {
  display: table;
}
}.qog_reg_seo_oh3 th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D9D1D1;
  text-align: left;
  font-weight: 700;
}.qog_reg_seo_oh3 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #7D6C6C;
}.qog_reg_steps_oh3 {
  gap: 0.875rem;
  flex-direction: column;
  display: flex;
  margin-top: 28px;
}
@media(min-width: 859px) {.qog_reg_steps_oh3 {
  margin-top: 0;
}
}.qog_reg_step_oh3 {
  border-radius: 10px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 14px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.qog_reg_step_num_oh3 {
  border: 1px solid rgba(232, 50, 38, 0.07);
  border-radius: 50%;
  background: rgba(232, 50, 38, 0.18);
  font-size: 0.875rem;
  height: 2.125rem;
  color: #E83226;
  flex-shrink: 0;
  font-weight: 800;
  display: flex;
  width: 34px;
  align-items: center;
  justify-content: center;
}.qog_reg_step_title_oh3 {
  font-weight: 700;
  margin-bottom: 3px;
  color: #F6F3F3;
  font-size: 0.875rem;
}.qog_reg_step_text_oh3 {
  color: #7D6C6C;
  font-size: 0.75rem;
  line-height: 1.5;
}.qog_reg_trust_oh3 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  margin-top: 20px;
  flex-wrap: wrap;
  display: flex;
  padding-top: 1.25rem;
}.qog_reg_trust_item_oh3 {
  gap: 0.438rem;
  color: #7D6C6C;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
  font-size: 12px;
}.qog_reg_trust_ic_oh3 svg {
  width: 16px;
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  color: #E83226;
}.qog_seo_oh3 {
  padding: 36px 1rem 0;
  background: #0F0B0B;
}
@media(min-width: 769px) {.qog_seo_oh3 {
  padding: 2.75rem 24px 0;
}
}.qog_seo_in_oh3 {
  background: #181212;
  border: 1px solid rgba(255, 255, 255, 0.10);
  margin: 0 auto;
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  max-width: 1320px;
}
@media(min-width: 769px) {.qog_seo_in_oh3 {
  padding: 2.25rem 40px;
}
}.qog_seo_label_oh3 {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-size: 11px;
  color: #E83226;
  font-weight: 700;
}.qog_seo_h2_oh3 {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F6F3F3;
  margin-bottom: 14px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.25;
}
@media(min-width: 767px) {.qog_seo_h2_oh3 {
  font-size: 1.5rem;
}
}.qog_seo_body_oh3 {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #A89898;
  font-size: 0.875rem;
}.qog_seo_body_oh3 p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  font-size: 14px;
  color: #A89898;
}.qog_seo_body_oh3 p:last-child {
  margin-bottom: 0;
}.qog_seo_body_oh3 strong {
  font-weight: 700;
  color: #D9D1D1;
}.qog_seo_body_oh3 a {
  transition: color .2s;
  color: #E83226;
  text-decoration: underline;
}.qog_seo_body_oh3 a:hover {
  color: #F54438;
}.qog_seo_body_oh3 ul,.qog_seo_body_oh3 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.qog_seo_body_oh3 ol {
  list-style: decimal;
}.qog_seo_body_oh3 li {
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A89898;
}.qog_seo_body_oh3 table {
  width: 100%;
  display: block;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  font-size: 0.813rem;
  border-collapse: collapse;
}
@media(min-width: 770px) {.qog_seo_body_oh3 table {
  display: table;
}
}.qog_seo_body_oh3 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #D9D1D1;
}.qog_seo_body_oh3 td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A89898;
}.qog_seo_cols_oh3 {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.qog_seo_cols_oh3 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.qog_seo_cols_oh3 {
  grid-template-columns: repeat(3,1fr);
}
}.qog_seo_col_h_oh3 {
  font-weight: 700;
  margin-bottom: 7px;
  color: #D9D1D1;
  font-size: 13px;
  overflow-wrap: break-word;
}.qog_seo_col_p_oh3 {
  color: #7D6C6C;
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.qog_seo_stats_oh3 {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.qog_seo_stat_oh3 {
  background: rgba(232, 50, 38, 0.07);
  border: 1px solid rgba(232, 50, 38, 0.18);
  flex: 1;
  border-radius: 0.625rem;
  padding: 14px 16px;
  min-width: 140px;
}.qog_seo_stat_val_oh3 {
  overflow-wrap: break-word;
  color: #E83226;
  font-size: 20px;
  margin-bottom: 0.25rem;
  font-weight: 800;
}.qog_seo_stat_lb_oh3 {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #7D6C6C;
}.qog_faq_oh3 {
  padding: 2.25rem 1rem 0;
  background: #0F0B0B;
}
@media(min-width:768px) {.qog_faq_oh3 {
  padding: 2.75rem 24px 0;
}
}.qog_faq_in_oh3 {
  margin: 0 auto;
  max-width: 1320px;
}.qog_faq_head_oh3 {
  margin-bottom: 20px;
}.qog_faq_label_oh3 {
  font-weight: 700;
  margin-bottom: 8px;
  color: #E83226;
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
}.qog_faq_h2_oh3 {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F6F3F3;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
}
@media(min-width: 769px) {.qog_faq_h2_oh3 {
  font-size: 24px;
}
}.qog_faq_list_oh3 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.qog_faq_item_oh3 {
  background: #181212;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  overflow: hidden;
}.qog_faq_q_oh3 {
  padding: 1rem 1.25rem;
  gap: 12px;
  transition: color .2s;
  overflow-wrap: break-word;
  justify-content: space-between;
  color: #D9D1D1;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  flex-wrap: wrap;
  font-weight: 600;
}.qog_faq_q_oh3:hover {
  color: #F6F3F3;
}.qog_faq_q_ic_oh3 {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  flex-shrink: 0;
  font-size: 16px;
  height: 1.5rem;
  color: #E83226;
  width: 1.5rem;
  display: flex;
  justify-content: center;
}.qog_faq_item_oh3.qog_state_open_oh3 .qog_faq_q_ic_oh3 {
  transform: rotate(45deg);
}.qog_faq_a_oh3 {
  padding: 0 20px 1rem;
  display: none;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.7;
  color: #7D6C6C;
}.qog_faq_item_oh3.qog_state_open_oh3 .qog_faq_a_oh3 {
  display: block;
}.qog_faq_a_oh3 strong {
  color: #D9D1D1;
  font-weight: 700;
}.qog_faq_a_oh3 a {
  color: #E83226;
  text-decoration: underline;
}.qog_faq_a_oh3 ul,.qog_faq_a_oh3 ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.qog_faq_a_oh3 ol {
  list-style: decimal;
}.qog_faq_a_oh3 li {
  line-height: 1.6;
  margin-bottom: 4px;
}.qog_faq_a_oh3 table {
  margin: 0.5rem 0;
  font-size: 0.75rem;
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 769px) {.qog_faq_a_oh3 table {
  display: table;
}
}.qog_faq_a_oh3 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 8px;
  text-align: left;
  color: #D9D1D1;
  font-weight: 700;
}.qog_faq_a_oh3 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 0.5rem;
  color: #7D6C6C;
}.qog_rv_oh3 {
  background: #0F0B0B;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.qog_rv_oh3 {
  padding: 44px 24px 0;
}
}.qog_rv_in_oh3 {
  margin: 0 auto;
  max-width: 1320px;
}.qog_rv_head_oh3 {
  margin-bottom: 20px;
  max-width: 45rem;
}.qog_rv_label_oh3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #E83226;
  margin-bottom: 8px;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.qog_rv_h2_oh3 {
  font-weight: 800;
  font-size: 22px;
  color: #F6F3F3;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  font-family: 'Poppins', sans-serif;
}
@media(min-width: 767px) {.qog_rv_h2_oh3 {
  font-size: 1.75rem;
}
}.qog_rv_stats_oh3 {
  gap: 18px;
  color: #7D6C6C;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  font-size: 0.813rem;
}.qog_rv_stats_score_oh3 {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.qog_rv_stats_score_val_oh3 {
  font-size: 22px;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  color: #F5A623;
}.qog_rv_stats_score_max_oh3 {
  font-size: 13px;
  color: #604F4F;
}.qog_rv_stats_badge_oh3 {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.qog_rv_stats_badge_oh3 svg {
  color: #F5A623;
  height: 14px;
  width: 14px;
}.qog_rv_grid_oh3 {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.qog_rv_grid_oh3 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.qog_rv_grid_oh3 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.qog_rv_card_oh3 {
  padding: 1.25rem;
  background: #181212;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  flex-direction: column;
  display: flex;
}.qog_rv_card_stars_oh3 {
  gap: 2px;
  color: #F5A623;
  margin-bottom: 10px;
  display: flex;
}.qog_rv_card_stars_oh3 svg {
  width: 14px;
  height: 14px;
}.qog_rv_card_h_oh3 {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.3;
  color: #F6F3F3;
}.qog_rv_card_body_oh3 {
  flex: 1;
  font-size: 0.813rem;
  margin-bottom: 0.875rem;
  line-height: 1.65;
  color: #7D6C6C;
  overflow-wrap: break-word;
}.qog_rv_card_body_oh3 strong {
  color: #D9D1D1;
  font-weight: 600;
}.qog_rv_card_meta_oh3 {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}.qog_rv_card_author_oh3 {
  font-size: 12px;
  color: #D9D1D1;
  font-weight: 600;
}.qog_rv_card_date_oh3 {
  font-size: 11px;
  color: #604F4F;
}.qog_pmt_oh3 {
  padding: 36px 16px 0;
  background: #0F0B0B;
}
@media(min-width: 771px) {.qog_pmt_oh3 {
  padding: 44px 1.5rem 0;
}
}.qog_pmt_in_oh3 {
  margin: 0 auto;
  max-width: 1320px;
}.qog_pmt_head_oh3 {
  max-width: 45rem;
  margin-bottom: 22px;
}.qog_pmt_label_oh3 {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #E83226;
}.qog_pmt_h2_oh3 {
  color: #F6F3F3;
  margin-bottom: 8px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Poppins', sans-serif;
  font-size: 1.375rem;
}
@media(min-width: 766px) {.qog_pmt_h2_oh3 {
  font-size: 1.75rem;
}
}.qog_pmt_intro_oh3 {
  color: #7D6C6C;
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.6;
}.qog_pmt_groups_oh3 {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.qog_pmt_group_oh3 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  padding: 1.25rem;
  background: #181212;
}.qog_pmt_group_head_oh3 {
  gap: 0.75rem;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.qog_pmt_group_ic_oh3 {
  border-radius: 0.375rem;
  background: rgba(232, 50, 38, 0.18);
  align-items: center;
  width: 36px;
  display: flex;
  color: #E83226;
  height: 2.25rem;
  justify-content: center;
  flex-shrink: 0;
}.qog_pmt_group_ic_oh3 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.125rem;
  height: 1.125rem;
}.qog_pmt_group_h_oh3 {
  margin: 0;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #F6F3F3;
  overflow-wrap: break-word;
  font-size: 1rem;
}.qog_pmt_group_p_oh3 {
  color: #7D6C6C;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 14px;
}.qog_pmt_group_p_oh3 strong {
  font-weight: 600;
  color: #D9D1D1;
}.qog_pmt_table_wrap_oh3 {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.qog_pmt_table_oh3 {
  border-collapse: collapse;
  min-width: 540px;
  font-size: 0.813rem;
  width: 100%;
}.qog_pmt_table_oh3 th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .04em;
  white-space: nowrap;
  font-size: 0.688rem;
  font-weight: 700;
  color: #D9D1D1;
}.qog_pmt_table_oh3 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  color: #7D6C6C;
}.qog_pmt_table_oh3 tbody tr:last-child td {
  border-bottom: none;
}.qog_pmt_table_oh3 tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D9D1D1;
}.qog_seo_oh3 {
  padding: 36px 1rem 0;
  background: #0F0B0B;
}
@media(min-width: 771px) {.qog_seo_oh3 {
  padding: 44px 1.5rem 0;
}
}.qog_seo_in_oh3 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 28px 24px;
  background: #181212;
  border-radius: 16px;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 765px) {.qog_seo_in_oh3 {
  padding: 2.25rem 40px;
}
}.qog_seo_label_oh3 {
  font-size: 0.688rem;
  color: #E83226;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.qog_seo_h2_oh3 {
  font-family: 'Poppins', sans-serif;
  line-height: 1.25;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  color: #F6F3F3;
}
@media(min-width:768px) {.qog_seo_h2_oh3 {
  font-size: 1.5rem;
}
}.qog_seo_body_oh3 {
  color: #A89898;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
}.qog_seo_body_oh3 p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #A89898;
  line-height: 1.75;
}.qog_seo_body_oh3 p:last-child {
  margin-bottom: 0;
}.qog_seo_body_oh3 strong {
  color: #D9D1D1;
  font-weight: 700;
}.qog_seo_body_oh3 a {
  transition: color .2s;
  text-decoration: underline;
  color: #E83226;
}.qog_seo_body_oh3 a:hover {
  color: #F54438;
}.qog_seo_body_oh3 ul,.qog_seo_body_oh3 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.qog_seo_body_oh3 ol {
  list-style: decimal;
}.qog_seo_body_oh3 li {
  font-size: 14px;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #A89898;
}.qog_seo_body_oh3 table {
  display: block;
  overflow-x: auto;
  font-size: 13px;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 765px) {.qog_seo_body_oh3 table {
  display: table;
}
}.qog_seo_body_oh3 th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #D9D1D1;
}.qog_seo_body_oh3 td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A89898;
}.qog_seo_cols_oh3 {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 638px) {.qog_seo_cols_oh3 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.qog_seo_cols_oh3 {
  grid-template-columns: repeat(3,1fr);
}
}.qog_seo_col_h_oh3 {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.813rem;
  color: #D9D1D1;
  margin-bottom: 7px;
}.qog_seo_col_p_oh3 {
  line-height: 1.65;
  color: #7D6C6C;
  overflow-wrap: break-word;
  font-size: 13px;
}.qog_seo_stats_oh3 {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.qog_seo_stat_oh3 {
  padding: 14px 16px;
  border: 1px solid rgba(232, 50, 38, 0.18);
  background: rgba(232, 50, 38, 0.07);
  border-radius: 10px;
  flex: 1;
  min-width: 140px;
}.qog_seo_stat_val_oh3 {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #E83226;
  margin-bottom: 4px;
  font-size: 20px;
}.qog_seo_stat_lb_oh3 {
  font-size: 11px;
  color: #7D6C6C;
  overflow-wrap: break-word;
}.qog_seo_oh3 {
  padding: 36px 1rem 0;
  background: #0F0B0B;
}
@media(min-width: 769px) {.qog_seo_oh3 {
  padding: 2.75rem 24px 0;
}
}.qog_seo_in_oh3 {
  border-radius: 16px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #181212;
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 769px) {.qog_seo_in_oh3 {
  padding: 36px 2.5rem;
}
}.qog_seo_label_oh3 {
  margin-bottom: 0.625rem;
  font-size: 11px;
  letter-spacing: .08em;
  color: #E83226;
  font-weight: 700;
  text-transform: uppercase;
}.qog_seo_h2_oh3 {
  font-family: 'Poppins', sans-serif;
  overflow-wrap: break-word;
  line-height: 1.25;
  color: #F6F3F3;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 14px;
}
@media(min-width: 771px) {.qog_seo_h2_oh3 {
  font-size: 1.5rem;
}
}.qog_seo_body_oh3 {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #A89898;
  font-size: 14px;
}.qog_seo_body_oh3 p {
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 14px;
  color: #A89898;
}.qog_seo_body_oh3 p:last-child {
  margin-bottom: 0;
}.qog_seo_body_oh3 strong {
  color: #D9D1D1;
  font-weight: 700;
}.qog_seo_body_oh3 a {
  transition: color .2s;
  color: #E83226;
  text-decoration: underline;
}.qog_seo_body_oh3 a:hover {
  color: #F54438;
}.qog_seo_body_oh3 ul,.qog_seo_body_oh3 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.qog_seo_body_oh3 ol {
  list-style: decimal;
}.qog_seo_body_oh3 li {
  font-size: 14px;
  margin-bottom: 0.375rem;
  color: #A89898;
  line-height: 1.75;
}.qog_seo_body_oh3 table {
  width: 100%;
  overflow-x: auto;
  display: block;
  margin-bottom: 0.75rem;
  font-size: 13px;
  border-collapse: collapse;
}
@media(min-width: 769px) {.qog_seo_body_oh3 table {
  display: table;
}
}.qog_seo_body_oh3 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  font-weight: 700;
  color: #D9D1D1;
  text-align: left;
}.qog_seo_body_oh3 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #A89898;
}.qog_seo_cols_oh3 {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.qog_seo_cols_oh3 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.qog_seo_cols_oh3 {
  grid-template-columns: repeat(3,1fr);
}
}.qog_seo_col_h_oh3 {
  color: #D9D1D1;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
}.qog_seo_col_p_oh3 {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #7D6C6C;
}.qog_seo_stats_oh3 {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.qog_seo_stat_oh3 {
  flex: 1;
  border-radius: 10px;
  border: 1px solid rgba(232, 50, 38, 0.18);
  background: rgba(232, 50, 38, 0.07);
  padding: 0.875rem 16px;
  min-width: 140px;
}.qog_seo_stat_val_oh3 {
  color: #E83226;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-size: 1.25rem;
  font-weight: 800;
}.qog_seo_stat_lb_oh3 {
  color: #7D6C6C;
  overflow-wrap: break-word;
  font-size: 11px;
}.qog_ft_oh3 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #080505;
  margin-top: 3rem;
}.qog_ft_support_oh3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
}
@media(min-width: 767px) {.qog_ft_support_oh3 {
  padding: 1.75rem 1.5rem;
}
}.qog_ft_support_in_oh3 {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: 82.5rem;
  display: flex;
  align-items: center;
}.qog_ft_support_main_oh3 {
  flex: 1;
  gap: 16px;
  min-width: 220px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.qog_ft_support_ic_oh3 {
  flex-shrink: 0;
  color: #E83226;
}.qog_ft_support_ic_oh3 svg {
  height: 30px;
  width: 1.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.qog_ft_support_text_title_oh3 {
  font-size: 0.938rem;
  overflow-wrap: break-word;
  margin-bottom: 3px;
  color: #F6F3F3;
  font-weight: 700;
}.qog_ft_support_text_sub_oh3 {
  overflow-wrap: break-word;
  color: #7D6C6C;
  font-size: 0.75rem;
}.qog_ft_support_btn_oh3 {
  padding: 11px 1.375rem;
  border-radius: 10px;
  transition: background .2s;
  background: #E83226;
  color: #F6F3F3;
  white-space: nowrap;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 0.813rem;
}.qog_ft_support_btn_oh3:hover {
  background: #F54438;
}.qog_ft_support_contacts_oh3 {
  gap: 1rem;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.qog_ft_support_contact_oh3 {
  line-height: 1.4;
  color: #604F4F;
  font-size: 12px;
}.qog_ft_support_contact_oh3 strong {
  margin-bottom: 2px;
  font-weight: 600;
  display: block;
  color: #A89898;
  font-size: 11px;
}.qog_ft_main_oh3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 1rem 1.5rem;
}
@media(min-width:768px) {.qog_ft_main_oh3 {
  padding: 40px 24px 2rem;
}
}.qog_ft_main_in_oh3 {
  margin: 0 auto;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width:640px) {.qog_ft_main_in_oh3 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.qog_ft_main_in_oh3 {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.qog_ft_col_logo_oh3 {
  grid-column: 1/-1;
}
@media(min-width:1080px) {.qog_ft_col_logo_oh3 {
  grid-column: auto;
}
}.qog_ft_logo_oh3 {
  gap: 0.563rem;
  overflow-wrap: break-word;
  font-size: 16px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  color: #F6F3F3;
  flex-wrap: wrap;
  font-weight: 800;
}.qog_ft_logo_mark_oh3 {
  overflow: hidden;
  border-radius: 6px;
  height: 30px;
  width: 1.875rem;
}.qog_ft_logo_mark_oh3 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.qog_ft_logo_sub_oh3 {
  font-size: 12px;
  overflow-wrap: break-word;
  max-width: 200px;
  line-height: 1.55;
  color: #604F4F;
}.qog_ft_col_title_oh3 {
  font-size: 12px;
  color: #A89898;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
}.qog_ft_col_links_oh3 {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.qog_ft_col_link_oh3 {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #604F4F;
  font-size: 13px;
}.qog_ft_col_link_oh3:hover {
  color: #D9D1D1;
}.qog_ft_apps_oh3 {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.qog_ft_app_card_oh3 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0.625rem 12px;
  transition: border-color .2s;
  align-items: center;
  display: flex;
}.qog_ft_app_card_oh3:hover {
  border-color: rgba(232, 50, 38, 0.55);
}.qog_ft_app_card_ic_oh3 svg {
  height: 1.375rem;
  stroke-linecap: round;
  width: 22px;
  stroke-linejoin: round;
}.qog_ft_app_card_os_oh3 {
  font-size: 0.625rem;
  color: #604F4F;
  font-weight: 600;
}.qog_ft_app_card_action_oh3 {
  font-size: 12px;
  font-weight: 700;
  color: #D9D1D1;
}.qog_ft_bot_oh3 {
  padding: 20px 1rem;
}
@media(min-width: 766px) {.qog_ft_bot_oh3 {
  padding: 20px 24px;
}
}.qog_ft_bot_in_oh3 {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 82.5rem;
  flex-wrap: wrap;
}.qog_ft_socials_oh3 {
  gap: 0.5rem;
  display: flex;
}.qog_ft_soc_oh3 {
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  color: #A89898;
  width: 2.25rem;
  height: 36px;
  justify-content: center;
  align-items: center;
}.qog_ft_soc_oh3 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
  height: 1rem;
}.qog_ft_soc_oh3:hover {
  background: rgba(255, 255, 255, 0.07);
}.qog_ft_legal_oh3 {
  flex: 1;
  color: #7A6464;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.688rem;
  min-width: 12.5rem;
}.qog_ft_legal_oh3 strong {
  font-weight: 700;
  color: #A89898;
}.qog_ft_legal_oh3 a {
  text-decoration: underline;
  color: #A89898;
}.qog_ft_age_oh3 {
  border: 2px solid #7A6464;
  border-radius: 50%;
  flex-shrink: 0;
  font-weight: 800;
  align-items: center;
  font-size: 11px;
  height: 32px;
  margin-left: auto;
  display: flex;
  color: #7A6464;
  justify-content: center;
  width: 2rem;
}