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 {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #13100B;
  font-family: 'Nunito', sans-serif;
  line-height: 1.6;
  color: #CEC4AD;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}.qix_layout-8gw {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.qix_page-8gw {
  min-height: 100vh;
  display: flex;
}.qix_main-8gw {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width: 1081px) {.qix_main-8gw {
  padding-left: 220px;
}
}
@media (max-width: 1076px) {.qix_main-8gw {
  padding-bottom: 4.5rem;
}
}.qix_gc-8gw {
  border-radius: 10px;
  background: #181408;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  position: relative;
  flex-shrink: 0;
  width: 8.75rem;
  cursor: pointer;
}
@media(min-width: 641px) {.qix_gc-8gw {
  width: 156px;
}
}
@media(min-width: 1083px) {.qix_gc-8gw {
  width: 10.5rem;
}
}.qix_gc-8gw:hover {
  border-color: rgba(255, 188, 0, 0.07);
  transform: translateY(-3px);
}.qix_gc_img-8gw {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.qix_gc_img-8gw img {
  inset: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
}.qix_gc_hover-8gw {
  inset: 0;
  transition: opacity .2s;
  background: rgba(10, 7, 3, 0.72);
  align-items: center;
  position: absolute;
  opacity: 0;
  justify-content: center;
  display: flex;
}.qix_gc-8gw:hover .qix_gc_hover-8gw {
  opacity: 1;
}.qix_gc_hover_btn-8gw {
  border-radius: 0.375rem;
  background: #FFBC00;
  padding: 8px 16px;
  font-size: 0.75rem;
  color: #F7F2E8;
  font-weight: 700;
}.qix_gc_info-8gw {
  padding: 0.5rem 10px 0.625rem;
}.qix_gc_name-8gw {
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #CEC4AD;
  font-size: 12px;
  margin-bottom: 3px;
}.qix_gc_prov-8gw {
  font-size: 10px;
  color: #5E5446;
}.qix_gc_tag-8gw {
  padding: 2px 0.438rem;
  border-radius: 4px;
  letter-spacing: .04em;
  text-transform: uppercase;
  top: 6px;
  left: 6px;
  font-weight: 700;
  font-size: 0.563rem;
  z-index: 2;
  position: absolute;
}.qix_gc_tag_hot-8gw {
  background: #E03020;
  color: #fff;
}.qix_gc_tag_new-8gw {
  background: #27C76A;
  color: #13100B;
}.qix_gc_tag_jp-8gw {
  background: #FF8C00;
  color: #13100B;
}.qix_gc_tag_ex-8gw {
  background: #E87200;
  color: #fff;
}.qix_gc_tag_live-8gw {
  background: #E03020;
  color: #fff;
}.qix_gr-8gw {
  background: #13100B;
  padding: 2rem 16px 0;
}
@media(min-width: 769px) {.qix_gr-8gw {
  padding: 2.25rem 24px 0;
}
}.qix_gr_in-8gw {
  margin: 0 auto;
  max-width: 82.5rem;
}.qix_gr_head-8gw {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}.qix_gr_head_l-8gw {
  gap: 10px;
  flex: 1;
  align-items: center;
  display: flex;
  min-width: 0;
}.qix_gr_ic-8gw {
  border-radius: 0.625rem;
  justify-content: center;
  width: 2rem;
  align-items: center;
  height: 2rem;
  display: flex;
  flex-shrink: 0;
}.qix_gr_ic-8gw svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
  width: 16px;
}.qix_gr_title-8gw {
  color: #F7F2E8;
  font-weight: 700;
  font-size: 16px;
  overflow-wrap: break-word;
  font-family: 'Fredoka One', sans-serif;
}
@media(min-width: 767px) {.qix_gr_title-8gw {
  font-size: 1.125rem;
}
}.qix_gr_more-8gw {
  transition: color .2s;
  gap: 5px;
  white-space: nowrap;
  font-size: 0.75rem;
  display: flex;
  color: #756A57;
  align-items: center;
  flex-shrink: 0;
  font-weight: 600;
}.qix_gr_more-8gw:hover {
  color: #FFBC00;
}.qix_gr_more-8gw svg {
  width: 12px;
  stroke-linejoin: round;
  height: 12px;
  stroke-linecap: round;
}.qix_gr_arrows-8gw {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.qix_gr_arr-8gw {
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  width: 30px;
  height: 1.875rem;
  align-items: center;
  color: #9A8E78;
  display: flex;
  justify-content: center;
}.qix_gr_arr-8gw:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F7F2E8;
}.qix_gr_arr-8gw svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.813rem;
  width: 13px;
}.qix_gr_seo_h-8gw {
  margin: 0 0 0.375rem;
  max-width: 680px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #CEC4AD;
  font-weight: 700;
  font-family: 'Fredoka One', sans-serif;
}
@media(min-width: 767px) {.qix_gr_seo_h-8gw {
  font-size: 0.875rem;
}
}.qix_gr_seo-8gw {
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 0.75rem;
  color: #756A57;
  margin-bottom: 12px;
  max-width: 42.5rem;
}.qix_gr_seo-8gw strong {
  font-weight: 600;
  color: #CEC4AD;
}.qix_gr_scroll-8gw {
  gap: 10px;
  display: flex;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 10px;
  overflow-x: auto;
}.qix_gr_scroll-8gw::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.qix_gr_scroll-8gw {
  gap: 12px;
}
}.qix_tb-8gw {
  background: #13100B;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  height: 3.5rem;
  align-items: center;
  z-index: 80;
  left: 0;
}.qix_tb_in-8gw {
  padding: 0 14px;
  gap: 0;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
}.qix_tb_burger-8gw {
  border-radius: 10px;
  gap: 0.313rem;
  display: flex;
  margin-right: 8px;
  align-items: center;
  height: 2.375rem;
  flex-shrink: 0;
  justify-content: center;
  width: 2.375rem;
  flex-direction: column;
}.qix_tb_burger-8gw:hover {
  background: rgba(255, 255, 255, 0.05);
}.qix_tb_burger_line-8gw {
  background: #9A8E78;
  border-radius: 1px;
  width: 18px;
  height: 2px;
  display: block;
}
@media(min-width: 1081px) {.qix_tb_burger-8gw {
  display: none;
}
}.qix_tb_logo-8gw {
  gap: 0.563rem;
  flex-shrink: 0;
  color: #F7F2E8;
  overflow-wrap: break-word;
  font-weight: 800;
  letter-spacing: -.01em;
  align-items: center;
  margin-right: 1.25rem;
  display: flex;
  font-size: 18px;
}.qix_tb_logo_mark-8gw {
  border-radius: 0.625rem;
  overflow: hidden;
  align-items: center;
  height: 2rem;
  display: flex;
  width: 2rem;
  justify-content: center;
}.qix_tb_logo_mark-8gw img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.qix_tb_nav-8gw {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.qix_tb_nav-8gw {
  display: flex;
}
}.qix_tb_tab-8gw {
  padding: 8px 14px;
  transition: background .15s,color .15s;
  border-radius: 0.625rem;
  font-weight: 600;
  white-space: nowrap;
  font-size: 13px;
  color: #9A8E78;
}.qix_tb_tab-8gw:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F7F2E8;
}.qix_tb_tab-8gw.qix_state_active-8gw {
  background: rgba(255, 188, 0, 0.18);
  color: #F7F2E8;
}.qix_tb_right-8gw {
  gap: 0.5rem;
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}.qix_tb_login-8gw {
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.563rem 1rem;
  color: #CEC4AD;
  font-size: 0.813rem;
  display: none;
  font-weight: 600;
}.qix_tb_login-8gw:hover {
  border-color: rgba(255, 191, 0, 0.45);
  color: #F7F2E8;
}
@media(min-width: 483px) {.qix_tb_login-8gw {
  display: block;
}
}.qix_tb_reg-8gw {
  background: #27C76A;
  border-radius: 10px;
  padding: 9px 18px;
  transition: background .2s;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
  color: #110E08;
}.qix_tb_reg-8gw:hover {
  background: #34E07C;
}.qix_sb-8gw {
  transition: transform .25s ease;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #1C1811;
  width: 13.75rem;
  overflow-y: auto;
  z-index: 70;
  bottom: 0;
  top: 56px;
  position: fixed;
  left: 0;
}.qix_sb-8gw.qix_state_open-8gw {
  transform: translateX(0);
}.qix_sb-8gw::-webkit-scrollbar {
  width: 4px;
}.qix_sb-8gw::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width:1080px) {.qix_sb-8gw {
  transform: translateX(0);
}
}.qix_sb_auth-8gw {
  padding: 14px 12px 0.625rem;
}.qix_sb_btn_reg-8gw {
  transition: background .2s;
  padding: 11px;
  border-radius: 10px;
  background: #27C76A;
  font-size: 0.813rem;
  color: #110E08;
  display: block;
  margin-bottom: 8px;
  text-align: center;
  font-weight: 700;
}.qix_sb_btn_reg-8gw:hover {
  background: #34E07C;
}.qix_sb_btn_login-8gw {
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  text-align: center;
  color: #CEC4AD;
  font-size: 13px;
  font-weight: 600;
  display: block;
}.qix_sb_btn_login-8gw:hover {
  border-color: rgba(255, 191, 0, 0.45);
  color: #F7F2E8;
}.qix_sb_promo-8gw {
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 12px 14px;
  background: linear-gradient(135deg,#2A1A00,#1C1811);
  margin: 0 0.75rem 0.625rem;
  border: 1px solid rgba(255, 188, 0, 0.18);
  position: relative;
}.qix_sb_promo-8gw::before {
  background: radial-gradient(circle,rgba(255, 188, 0, 0.18),transparent 70%);
  border-radius: 50%;
  right: -20px;
  position: absolute;
  width: 80px;
  top: -20px;
  height: 5rem;
  content: '';
}.qix_sb_promo_title-8gw {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 0.688rem;
  color: #FFBC00;
  letter-spacing: .06em;
}.qix_sb_promo_text-8gw {
  line-height: 1.35;
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 12px;
  color: #F7F2E8;
}.qix_sb_promo_sub-8gw {
  margin-top: 3px;
  color: #756A57;
  font-size: 0.625rem;
}.qix_sb_nav-8gw {
  padding: 0.375rem 8px 16px;
}.qix_sb_nav_lb-8gw {
  padding: 0.625rem 8px 6px;
  font-size: 10px;
  color: #5E5446;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.qix_sb_link-8gw {
  gap: 0.625rem;
  transition: background .15s,color .15s;
  border-radius: 0.375rem;
  padding: 0.563rem 0.625rem;
  color: #9A8E78;
  font-weight: 500;
  align-items: center;
  cursor: pointer;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  display: flex;
}.qix_sb_link-8gw:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F7F2E8;
}.qix_sb_link-8gw.qix_state_active-8gw {
  background: rgba(255, 188, 0, 0.18);
  color: #F7F2E8;
}.qix_sb_ic-8gw {
  border-radius: 0.375rem;
  height: 30px;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  width: 1.875rem;
  align-items: center;
}.qix_sb_ic-8gw svg {
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
  height: 16px;
}.qix_sb_ic_1-8gw {
  background: rgba(255, 188, 0, 0.07);
  color: #FFBC00;
}.qix_sb_ic_2-8gw {
  background: rgba(39, 199, 106, 0.15);
  color: #27C76A;
}.qix_sb_ic_3-8gw {
  background: rgba(255, 140, 0, 0.16);
  color: #FF8C00;
}.qix_sb_ic_4-8gw {
  background: rgba(232, 114, 0, 0.20);
  color: #E87200;
}.qix_sb_ic_5-8gw {
  background: rgba(255, 188, 0, 0.07);
  color: #F0508A;
}.qix_sb_ic_6-8gw {
  background: rgba(232, 114, 0, 0.20);
  color: #C4478A;
}.qix_sb_badge-8gw {
  padding: 2px 7px;
  border-radius: 6px;
  background: #FF8C00;
  font-size: 0.563rem;
  color: #110E08;
  margin-left: auto;
  font-weight: 700;
}.qix_sb_bot-8gw {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 8px;
  padding: 12px;
  display: flex;
}.qix_sb_lang-8gw,.qix_sb_help-8gw {
  gap: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  flex: 1;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  padding: 0.563rem 0.375rem;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  color: #9A8E78;
  justify-content: center;
  align-items: center;
}.qix_sb_lang-8gw:hover,.qix_sb_help-8gw:hover {
  border-color: rgba(255, 191, 0, 0.45);
  color: #F7F2E8;
}.qix_sb_lang-8gw svg,.qix_sb_help-8gw svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 13px;
  width: 0.813rem;
}.qix_sb_bd-8gw {
  inset: 0;
  background: rgba(10, 7, 3, 0.72);
  display: none;
  z-index: 69;
  position: fixed;
}.qix_sb_bd-8gw.qix_state_on-8gw {
  display: block;
}
@media(min-width: 1078px) {.qix_sb_bd-8gw {
  display: none!important;
}
}.qix_mob_nav-8gw {
  background: #1C1811;
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  bottom: 0;
  position: fixed;
  left: 0;
  z-index: 80;
  right: 0;
}
@media(min-width:1080px) {.qix_mob_nav-8gw {
  display: none;
}
}.qix_mob_nav_item-8gw {
  padding: 0.25rem 2px;
  gap: 4px;
  flex: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #5E5446;
  flex-direction: column;
}.qix_mob_nav_ic-8gw {
  line-height: 1;
}.qix_mob_nav_ic-8gw svg {
  stroke-linecap: round;
  width: 1.25rem;
  stroke-linejoin: round;
  height: 1.25rem;
}.qix_mob_nav_lb-8gw {
  font-weight: 600;
  font-size: 0.625rem;
  color: #5E5446;
}.qix_mob_nav_item-8gw.qix_state_active-8gw {
  color: #FFBC00;
}.qix_mob_nav_item-8gw.qix_state_active-8gw .qix_mob_nav_lb-8gw {
  color: #FFBC00;
}.qix_hero-8gw {
  background: #13100B;
  padding: 20px 1rem 0;
}
@media(min-width: 765px) {.qix_hero-8gw {
  padding: 1.5rem 1.5rem 0;
}
}.qix_hero_in-8gw {
  margin: 0 auto;
  gap: 12px;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.qix_hero_in-8gw {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1099px) {.qix_hero_in-8gw {
  grid-template-columns: 1fr 21.25rem;
}
}.qix_hero_promo-8gw {
  background: #181408;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  position: relative;
  align-items: stretch;
  min-height: 13.75rem;
}
@media(min-width: 765px) {.qix_hero_promo-8gw {
  min-height: 280px;
}
}.qix_hero_promo_bg-8gw {
  background: linear-gradient(120deg,#2A1A00 0%,#13100B 100%);
  background-position: center;
  inset: 0;
  background-size: cover;
  position: absolute;
}.qix_hero_promo_bg-8gw::after {
  inset: 0;
  background: linear-gradient(90deg,#13100B 0%,rgba(10, 7, 3, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.qix_hero_promo_glow-8gw {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(232, 114, 0, 0.20) 0%,transparent 65%);
  position: absolute;
  right: 3.75rem;
  top: -40px;
  width: 18.75rem;
  height: 300px;
  pointer-events: none;
}.qix_hero_promo_ct-8gw {
  padding: 28px 1.5rem 28px 1.75rem;
  max-width: 30rem;
  justify-content: center;
  z-index: 2;
  flex-direction: column;
  display: flex;
  position: relative;
}
@media(min-width: 770px) {.qix_hero_promo_ct-8gw {
  padding: 40px 32px;
}
}.qix_hero_badge-8gw {
  border: 1px solid rgba(255, 188, 0, 0.07);
  border-radius: 20px;
  padding: 0.313rem 12px;
  background: rgba(255, 188, 0, 0.18);
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #FFBC00;
  margin-bottom: 14px;
}.qix_hero_h1-8gw {
  font-size: 26px;
  font-family: 'Fredoka One', sans-serif;
  margin-bottom: 10px;
  font-weight: 800;
  color: #F7F2E8;
  line-height: 1.15;
  overflow-wrap: break-word;
}.qix_hero_h1-8gw em {
  font-style: normal;
  color: #FF8C00;
}
@media(min-width: 769px) {.qix_hero_h1-8gw {
  font-size: 36px;
}
}.qix_hero_sub-8gw {
  margin-bottom: 20px;
  font-size: 0.813rem;
  color: #9A8E78;
  line-height: 1.55;
}
@media(min-width: 765px) {.qix_hero_sub-8gw {
  font-size: 14px;
}
}.qix_hero_row-8gw {
  gap: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.qix_hero_cta-8gw {
  transition: background .2s;
  background: #27C76A;
  border-radius: 10px;
  padding: 13px 26px;
  font-size: 0.875rem;
  color: #110E08;
  box-shadow: 0 2px 14px 2px rgba(39, 199, 106, 0.42), 0 4px 8px 0 rgba(0, 0, 0, 0.55);
  font-weight: 700;
}.qix_hero_cta-8gw:hover {
  background: #34E07C;
}.qix_hero_terms-8gw {
  font-size: 11px;
  color: #5E5446;
}.qix_hero_game-8gw {
  border-radius: 16px;
  overflow: hidden;
  background: #181408;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex-direction: column;
  display: flex;
  position: relative;
}.qix_hero_game_badge-8gw {
  border: 1px solid rgba(255, 140, 0, 0.16);
  border-radius: 20px;
  padding: 5px 0.625rem;
  background: rgba(255, 140, 0, 0.16);
  font-weight: 700;
  position: absolute;
  color: #FF8C00;
  z-index: 3;
  top: 0.75rem;
  letter-spacing: .06em;
  left: 0.75rem;
  font-size: 10px;
  text-transform: uppercase;
}.qix_hero_game_badge-8gw svg {
  vertical-align: -1px;
  margin-right: 4px;
  width: 11px;
  height: 11px;
}.qix_hero_game_img-8gw {
  background: linear-gradient(135deg,#2A1A00,#13100B);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.qix_hero_game_img-8gw img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.qix_hero_game_play-8gw {
  background: rgba(10, 7, 3, 0.72);
  transition: opacity .2s;
  inset: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}.qix_hero_game-8gw:hover .qix_hero_game_play-8gw {
  opacity: 1;
}.qix_hero_game_play-8gw span {
  border-radius: 50%;
  background: #FFBC00;
  display: flex;
  justify-content: center;
  height: 3.25rem;
  align-items: center;
  width: 3.25rem;
}.qix_hero_game_play-8gw span svg {
  width: 18px;
  margin-left: 2px;
  height: 18px;
}.qix_hero_game_info-8gw {
  padding: 0.875rem 16px;
}.qix_hero_game_title-8gw {
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  color: #F7F2E8;
  font-size: 15px;
}.qix_hero_game_provider-8gw {
  font-size: 0.688rem;
  color: #756A57;
}.qix_hero_game_btn-8gw {
  transition: background .2s;
  margin: 12px 16px 1rem;
  padding: 11px;
  border-radius: 0.625rem;
  background: #FFBC00;
  text-align: center;
  font-weight: 700;
  color: #F7F2E8;
  font-size: 13px;
  display: block;
}.qix_hero_game-8gw:hover .qix_hero_game_btn-8gw {
  background: #FFD033;
}.qix_sbar-8gw {
  padding: 1rem 1rem 0;
  background: #13100B;
}
@media(min-width: 771px) {.qix_sbar-8gw {
  padding: 18px 24px 0;
}
}.qix_sbar_in-8gw {
  margin: 0 auto;
  max-width: 1320px;
}.qix_sbar_row-8gw {
  gap: 10px;
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}.qix_sbar_input-8gw {
  padding: 0.688rem 1rem;
  background: #181408;
  transition: border-color .2s;
  flex: 1;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  cursor: pointer;
  color: #756A57;
  display: flex;
  font-size: 13px;
  align-items: center;
}.qix_sbar_input-8gw:hover {
  border-color: rgba(255, 191, 0, 0.45);
}.qix_sbar_input-8gw svg {
  stroke-linejoin: round;
  flex-shrink: 0;
  width: 0.938rem;
  height: 0.938rem;
  stroke-linecap: round;
}.qix_sbar_providers-8gw {
  padding: 11px 18px;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  border-radius: 10px;
  background: #181408;
  color: #CEC4AD;
  align-items: center;
  font-size: 0.813rem;
  display: flex;
  font-weight: 600;
  white-space: nowrap;
}.qix_sbar_providers-8gw:hover {
  border-color: rgba(255, 191, 0, 0.45);
  color: #F7F2E8;
}.qix_sbar_providers-8gw svg {
  width: 0.875rem;
  stroke-linecap: round;
  height: 14px;
  stroke-linejoin: round;
}.qix_sbar_tabs-8gw {
  gap: 6px;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 2px;
  overflow-x: auto;
}.qix_sbar_tabs-8gw::-webkit-scrollbar {
  display: none;
}.qix_sbar_tab-8gw {
  transition: background .15s,color .15s,border-color .15s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px 0.875rem;
  border-radius: 20px;
  gap: 0.438rem;
  white-space: nowrap;
  font-weight: 600;
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 12px;
  flex-shrink: 0;
  color: #9A8E78;
}.qix_sbar_tab-8gw:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 191, 0, 0.45);
  color: #F7F2E8;
}.qix_sbar_tab-8gw.qix_state_active-8gw {
  border-color: rgba(255, 188, 0, 0.07);
  background: rgba(255, 188, 0, 0.18);
  color: #F7F2E8;
}.qix_sbar_tab_ic-8gw svg {
  width: 14px;
  stroke-linecap: round;
  height: 14px;
  stroke-linejoin: round;
}.qix_wy-8gw {
  padding: 32px 16px 0;
  background: #13100B;
}
@media(min-width: 765px) {.qix_wy-8gw {
  padding: 40px 1.5rem 0;
}
}.qix_wy_in-8gw {
  margin: 0 auto;
  max-width: 1320px;
}.qix_wy_head-8gw {
  margin-bottom: 18px;
  max-width: 720px;
}.qix_wy_label-8gw {
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #FFBC00;
  text-transform: uppercase;
}.qix_wy_h2-8gw {
  overflow-wrap: break-word;
  color: #F7F2E8;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-family: 'Fredoka One', sans-serif;
  font-weight: 800;
}
@media(min-width:768px) {.qix_wy_h2-8gw {
  font-size: 24px;
}
}.qix_wy_intro-8gw {
  margin: 0;
  color: #756A57;
  font-size: 13px;
  line-height: 1.6;
}.qix_wy_grid-8gw {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.qix_wy_grid-8gw {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.qix_wy_grid-8gw {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.qix_wy_card-8gw {
  border-radius: 10px;
  background: #1C1811;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,transform .2s;
}.qix_wy_card-8gw:hover {
  border-color: rgba(255, 188, 0, 0.07);
  transform: translateY(-2px);
}.qix_wy_card_ic-8gw {
  background: rgba(255, 188, 0, 0.18);
  border-radius: 50%;
  align-items: center;
  height: 2.75rem;
  justify-content: center;
  margin-bottom: 0.875rem;
  color: #FFBC00;
  display: flex;
  width: 44px;
}.qix_wy_card_ic-8gw svg {
  width: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 22px;
}.qix_wy_card_h-8gw {
  color: #F7F2E8;
  margin-bottom: 6px;
  font-size: 15px;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-weight: 700;
}.qix_wy_card_p-8gw {
  overflow-wrap: break-word;
  color: #756A57;
  font-size: 13px;
  line-height: 1.6;
}.qix_wy_card_p-8gw strong {
  color: #CEC4AD;
  font-weight: 600;
}.qix_gr_jp-8gw {
  padding: 1.25rem;
  border-radius: 16px;
  background: linear-gradient(135deg,#1F0E2A 0%,#0C0906 100%);
  overflow: hidden;
  position: relative;
}.qix_gr_jp-8gw::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(232, 114, 0, 0.20) 0%,transparent 70%);
  width: 250px;
  top: -3.75rem;
  left: -60px;
  height: 15.625rem;
  position: absolute;
  content: '';
}.qix_gr_jp-8gw::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(255, 140, 0, 0.16) 0%,transparent 70%);
  position: absolute;
  right: 0;
  width: 12.5rem;
  bottom: -2.5rem;
  content: '';
  height: 200px;
}.qix_gr_jp_head-8gw {
  gap: 1rem;
  z-index: 1;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  margin-bottom: 1rem;
  display: flex;
}.qix_gr_jp_info-8gw {
  flex: 1;
}.qix_gr_jp_label-8gw {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  color: #C4478A;
  letter-spacing: .08em;
}.qix_gr_jp_label-8gw svg {
  height: 14px;
  stroke-linecap: round;
  width: 0.875rem;
  vertical-align: -2px;
  stroke-linejoin: round;
  margin-right: 4px;
}.qix_gr_jp_amount-8gw {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.25rem;
  font-family: 'Fredoka One', sans-serif;
  color: #F7F2E8;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.qix_gr_jp_amount-8gw {
  font-size: 2.5rem;
}
}.qix_gr_jp_amount-8gw span {
  color: #FF8C00;
}.qix_gr_jp_seo-8gw {
  line-height: 1.5;
  max-width: 480px;
  overflow-wrap: break-word;
  color: #9A8E78;
  font-size: 12px;
}.qix_gr_jp_cta-8gw {
  background: rgba(232, 114, 0, 0.20);
  padding: 11px 20px;
  border-radius: 0.625rem;
  transition: background .2s;
  border: 1px solid rgba(232, 114, 0, 0.20);
  font-size: 0.813rem;
  white-space: nowrap;
  position: relative;
  font-weight: 700;
  align-self: flex-start;
  color: #F7F2E8;
  z-index: 1;
  flex-shrink: 0;
  margin-top: 0.25rem;
}.qix_gr_jp_cta-8gw:hover {
  background: #E87200;
}.qix_ws-8gw {
  padding: 2rem 16px 0;
  background: #13100B;
}
@media(min-width: 770px) {.qix_ws-8gw {
  padding: 2.25rem 1.5rem 0;
}
}.qix_ws_in-8gw {
  margin: 0 auto;
  max-width: 82.5rem;
}.qix_ws_head-8gw {
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  flex-wrap: wrap;
  display: flex;
}.qix_ws_title-8gw {
  gap: 0.625rem;
  align-items: center;
  color: #F7F2E8;
  font-size: 16px;
  display: flex;
  font-family: 'Fredoka One', sans-serif;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  font-weight: 700;
}.qix_ws_title_ic-8gw svg {
  stroke-linecap: round;
  color: #FF8C00;
  width: 1.125rem;
  height: 18px;
  stroke-linejoin: round;
}.qix_ws_online-8gw {
  gap: 7px;
  color: #756A57;
  display: flex;
  font-size: 0.75rem;
  align-items: center;
  font-weight: 600;
}.qix_ws_online_dot-8gw {
  background: #27C76A;
  border-radius: 50%;
  height: 0.5rem;
  width: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(39, 199, 106, 0.15);
  flex-shrink: 0;
}.qix_ws_scroll-8gw {
  gap: 0.5rem;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}.qix_ws_scroll-8gw::-webkit-scrollbar {
  display: none;
}.qix_wc-8gw {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
  background: #181408;
  padding: 10px 0.875rem;
  gap: 0.625rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  min-width: 220px;
}.qix_wc_img-8gw {
  border-radius: 0.375rem;
  background: #1C1811;
  overflow: hidden;
  height: 36px;
  width: 2.25rem;
  flex-shrink: 0;
}.qix_wc_img-8gw img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.qix_wc_info-8gw {
  min-width: 0;
}.qix_wc_game-8gw {
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  color: #CEC4AD;
  font-weight: 600;
  text-overflow: ellipsis;
}.qix_wc_player-8gw {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
  color: #5E5446;
  white-space: nowrap;
}.qix_wc_amount-8gw {
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 700;
  margin-left: auto;
  color: #27C76A;
  font-size: 13px;
}.qix_app-8gw {
  padding: 36px 1rem 0;
  background: #13100B;
}
@media(min-width: 769px) {.qix_app-8gw {
  padding: 44px 24px 0;
}
}.qix_app_in-8gw {
  margin: 0 auto;
  max-width: 1320px;
}.qix_app_head-8gw {
  margin-bottom: 16px;
}.qix_app_label-8gw {
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #FFBC00;
  font-weight: 700;
}.qix_app_h2-8gw {
  font-weight: 800;
  color: #F7F2E8;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 0.375rem;
  font-family: 'Fredoka One', sans-serif;
}
@media(min-width: 767px) {.qix_app_h2-8gw {
  font-size: 24px;
}
}.qix_app_sub-8gw {
  color: #756A57;
  line-height: 1.6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 600px;
}.qix_app_sub-8gw strong {
  color: #CEC4AD;
  font-weight: 700;
}.qix_app_cards-8gw {
  gap: 10px;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.qix_app_cards-8gw {
  grid-template-columns: repeat(3,1fr);
}
}.qix_app_card-8gw {
  overflow: hidden;
  gap: 1rem;
  border-radius: 0.625rem;
  padding: 20px;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.qix_app_card_ios-8gw {
  background: linear-gradient(135deg,rgba(255, 188, 0, 0.18) 0%,#1C1811 100%);
}.qix_app_card_android-8gw {
  background: linear-gradient(135deg,rgba(39, 199, 106, 0.15) 0%,#1C1811 100%);
}.qix_app_card_win-8gw {
  background: linear-gradient(135deg,rgba(255, 140, 0, 0.16) 0%,#1C1811 100%);
}.qix_app_card_ic-8gw svg {
  width: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 34px;
}.qix_app_card_ic-8gw {
  color: #F7F2E8;
  flex-shrink: 0;
}.qix_app_card_os-8gw {
  color: #756A57;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
}.qix_app_card_title-8gw {
  line-height: 1.2;
  overflow-wrap: break-word;
  color: #F7F2E8;
  font-weight: 700;
  margin-bottom: 0.375rem;
  font-size: 0.938rem;
}.qix_app_card_text-8gw {
  margin-bottom: 14px;
  overflow-wrap: break-word;
  color: #756A57;
  line-height: 1.5;
  font-size: 12px;
}.qix_app_card_btn-8gw {
  border: 1px solid rgba(255, 191, 0, 0.45);
  transition: background .2s;
  padding: 10px 18px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  gap: 7px;
  font-weight: 700;
  color: #F7F2E8;
  display: inline-flex;
  font-size: 13px;
  align-items: center;
}.qix_app_card_btn-8gw:hover {
  background: rgba(255, 255, 255, 0.07);
}.qix_reg-8gw {
  background: #13100B;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.qix_reg-8gw {
  padding: 44px 1.5rem 0;
}
}.qix_reg_in-8gw {
  padding: 1.75rem 24px;
  background: #1C1811;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 771px) {.qix_reg_in-8gw {
  padding: 40px;
}
}.qix_reg_top-8gw {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.qix_reg_top-8gw {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.qix_reg_label-8gw {
  color: #FFBC00;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
}.qix_reg_h2-8gw {
  line-height: 1.2;
  color: #F7F2E8;
  margin-bottom: 0.75rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-family: 'Fredoka One', sans-serif;
}
@media(min-width: 766px) {.qix_reg_h2-8gw {
  font-size: 1.75rem;
}
}.qix_reg_bonus-8gw {
  border-radius: 10px;
  padding: 10px 16px;
  background: rgba(255, 140, 0, 0.16);
  border: 1px solid rgba(255, 140, 0, 0.16);
  gap: 8px;
  margin-bottom: 1rem;
  align-items: center;
  display: inline-flex;
}.qix_reg_bonus_amount-8gw {
  color: #FF8C00;
  font-weight: 800;
  font-size: 20px;
}.qix_reg_bonus_text-8gw {
  line-height: 1.35;
  color: #9A8E78;
  font-size: 0.813rem;
}.qix_reg_cta_btn-8gw {
  transition: background .2s;
  background: #27C76A;
  border-radius: 10px;
  padding: 0.875rem 32px;
  color: #110E08;
  font-size: 0.938rem;
  display: inline-block;
  box-shadow: 0 2px 14px 2px rgba(39, 199, 106, 0.42), 0 0.25rem 8px 0 rgba(0, 0, 0, 0.55);
  margin-bottom: 0.75rem;
  font-weight: 700;
}.qix_reg_cta_btn-8gw:hover {
  background: #34E07C;
}.qix_reg_terms-8gw {
  line-height: 1.5;
  font-size: 0.688rem;
  color: #5E5446;
}.qix_reg_seo-8gw {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-top: 20px;
  padding-top: 1.25rem;
  color: #756A57;
}.qix_reg_seo-8gw p {
  font-size: 13px;
  margin-bottom: 10px;
  color: #756A57;
  line-height: 1.65;
}.qix_reg_seo-8gw p:last-child {
  margin-bottom: 0;
}.qix_reg_seo-8gw strong {
  font-weight: 700;
  color: #CEC4AD;
}.qix_reg_seo-8gw a {
  transition: color .2s;
  color: #FFBC00;
  text-decoration: underline;
}.qix_reg_seo-8gw a:hover {
  color: #FFD033;
}.qix_reg_seo-8gw ul,.qix_reg_seo-8gw ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.qix_reg_seo-8gw ol {
  list-style: decimal;
}.qix_reg_seo-8gw li {
  color: #756A57;
  line-height: 1.65;
  font-size: 13px;
  margin-bottom: 0.25rem;
}.qix_reg_seo-8gw table {
  margin-bottom: 0.625rem;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  font-size: 0.813rem;
  display: block;
}
@media(min-width: 766px) {.qix_reg_seo-8gw table {
  display: table;
}
}.qix_reg_seo-8gw th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  color: #CEC4AD;
  font-weight: 700;
  text-align: left;
}.qix_reg_seo-8gw td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #756A57;
}.qix_reg_steps-8gw {
  gap: 14px;
  flex-direction: column;
  margin-top: 1.75rem;
  display: flex;
}
@media(min-width: 857px) {.qix_reg_steps-8gw {
  margin-top: 0;
}
}.qix_reg_step-8gw {
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 14px;
  border-radius: 10px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.qix_reg_step_num-8gw {
  border-radius: 50%;
  border: 1px solid rgba(255, 188, 0, 0.07);
  background: rgba(255, 188, 0, 0.18);
  height: 34px;
  justify-content: center;
  display: flex;
  font-weight: 800;
  font-size: 14px;
  width: 2.125rem;
  flex-shrink: 0;
  color: #FFBC00;
  align-items: center;
}.qix_reg_step_title-8gw {
  font-size: 0.875rem;
  color: #F7F2E8;
  margin-bottom: 3px;
  font-weight: 700;
}.qix_reg_step_text-8gw {
  line-height: 1.5;
  color: #756A57;
  font-size: 0.75rem;
}.qix_reg_trust-8gw {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 1.25rem;
}.qix_reg_trust_item-8gw {
  gap: 0.438rem;
  font-size: 12px;
  display: flex;
  overflow-wrap: break-word;
  color: #756A57;
  align-items: center;
}.qix_reg_trust_ic-8gw svg {
  width: 16px;
  color: #FFBC00;
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.qix_prov-8gw {
  padding: 2.25rem 1rem 0;
  background: #13100B;
}
@media(min-width: 767px) {.qix_prov-8gw {
  padding: 44px 1.5rem 0;
}
}.qix_prov_in-8gw {
  margin: 0 auto;
  max-width: 82.5rem;
}.qix_prov_head-8gw {
  margin-bottom: 16px;
}.qix_prov_label-8gw {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #FFBC00;
}.qix_prov_h2-8gw {
  font-family: 'Fredoka One', sans-serif;
  font-weight: 800;
  color: #F7F2E8;
  margin-bottom: 8px;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.qix_prov_h2-8gw {
  font-size: 1.5rem;
}
}.qix_prov_seo-8gw {
  overflow-wrap: break-word;
  margin-bottom: 16px;
  color: #756A57;
  line-height: 1.6;
  font-size: 13px;
  max-width: 38.75rem;
}.qix_prov_seo-8gw strong {
  color: #CEC4AD;
  font-weight: 700;
}.qix_prov_seo-8gw a {
  color: #FFBC00;
  text-decoration: underline;
}.qix_prov_grid-8gw {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 643px) {.qix_prov_grid-8gw {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1078px) {.qix_prov_grid-8gw {
  grid-template-columns: repeat(8,1fr);
}
}.qix_prov_card-8gw {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
  gap: 0.438rem;
  padding: 14px 0.625rem;
  background: #181408;
  transition: border-color .2s,background .2s;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
  display: flex;
}.qix_prov_card-8gw:hover {
  background: #1C1811;
  border-color: rgba(255, 191, 0, 0.45);
}.qix_prov_logo-8gw {
  border-radius: 0.375rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  width: 2.75rem;
  display: flex;
  height: 2.75rem;
  align-items: center;
}.qix_prov_logo-8gw img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.qix_prov_name-8gw {
  font-weight: 600;
  overflow-wrap: break-word;
  color: #9A8E78;
  font-size: 0.688rem;
  text-align: center;
}.qix_bon-8gw {
  padding: 36px 16px 0;
  background: #13100B;
}
@media(min-width: 769px) {.qix_bon-8gw {
  padding: 44px 24px 0;
}
}.qix_bon_in-8gw {
  margin: 0 auto;
  max-width: 82.5rem;
}.qix_bon_head-8gw {
  margin-bottom: 1.25rem;
}.qix_bon_label-8gw {
  font-size: 11px;
  color: #FFBC00;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.qix_bon_h2-8gw {
  margin-bottom: 0.5rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F7F2E8;
  font-family: 'Fredoka One', sans-serif;
  font-size: 1.25rem;
}
@media(min-width:768px) {.qix_bon_h2-8gw {
  font-size: 1.5rem;
}
}.qix_bon_seo-8gw {
  color: #756A57;
  max-width: 38.75rem;
  font-size: 0.813rem;
  line-height: 1.6;
  overflow-wrap: break-word;
}.qix_bon_seo-8gw strong {
  color: #CEC4AD;
  font-weight: 700;
}.qix_bon_seo-8gw a {
  color: #FFBC00;
  text-decoration: underline;
}.qix_bon_grid-8gw {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.qix_bon_grid-8gw {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.qix_bon_grid-8gw {
  grid-template-columns: repeat(5,1fr);
}
}.qix_bon_card-8gw {
  transition: border-color .2s,transform .2s;
  border-radius: 0.625rem;
  background: #181408;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.qix_bon_card-8gw:hover {
  border-color: rgba(255, 188, 0, 0.07);
  transform: translateY(-2px);
}.qix_bon_card_ic-8gw svg {
  stroke-linecap: round;
  width: 26px;
  height: 26px;
  stroke-linejoin: round;
}.qix_bon_card_ic-8gw {
  margin-bottom: 0.625rem;
}.qix_bon_card_type-8gw {
  text-transform: uppercase;
  color: #756A57;
  font-weight: 700;
  margin-bottom: 0.375rem;
  letter-spacing: .06em;
  font-size: 10px;
}.qix_bon_card_amount-8gw {
  color: #FF8C00;
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 800;
  line-height: 1.1;
}.qix_bon_card_name-8gw {
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #F7F2E8;
}.qix_bon_card_detail-8gw {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 8px;
  font-size: 11px;
  color: #5E5446;
  overflow-wrap: break-word;
  line-height: 1.5;
}.qix_htp-8gw {
  padding: 36px 16px 0;
  background: #13100B;
}
@media(min-width:768px) {.qix_htp-8gw {
  padding: 2.75rem 24px 0;
}
}.qix_htp_in-8gw {
  margin: 0 auto;
  max-width: 82.5rem;
}.qix_htp_head-8gw {
  margin-bottom: 22px;
  max-width: 45rem;
}.qix_htp_label-8gw {
  font-size: 11px;
  color: #FFBC00;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.qix_htp_h2-8gw {
  margin-bottom: 8px;
  color: #F7F2E8;
  font-weight: 800;
  font-family: 'Fredoka One', sans-serif;
  overflow-wrap: break-word;
  font-size: 22px;
}
@media(min-width: 766px) {.qix_htp_h2-8gw {
  font-size: 28px;
}
}.qix_htp_intro-8gw {
  color: #756A57;
  line-height: 1.6;
  font-size: 0.875rem;
}.qix_htp_steps-8gw {
  list-style: none;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.qix_htp_steps-8gw {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.qix_htp_steps-8gw {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.qix_htp_step-8gw {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1C1811;
  padding: 20px 1.125rem 18px;
  display: flex;
  flex-direction: column;
  position: relative;
}.qix_htp_step_num-8gw {
  border-radius: 50%;
  background: #FFBC00;
  height: 1.75rem;
  top: -0.75rem;
  color: #110E08;
  font-size: 13px;
  align-items: center;
  position: absolute;
  justify-content: center;
  font-family: 'Fredoka One', sans-serif;
  display: flex;
  left: 20px;
  width: 1.75rem;
  font-weight: 800;
}.qix_htp_step_ic-8gw {
  margin: 0.5rem 0 12px;
  background: rgba(255, 188, 0, 0.18);
  border-radius: 0.375rem;
  justify-content: center;
  width: 2.25rem;
  align-items: center;
  display: flex;
  color: #FFBC00;
  height: 36px;
}.qix_htp_step_ic-8gw svg {
  width: 18px;
  stroke-linejoin: round;
  height: 18px;
  stroke-linecap: round;
}.qix_htp_step_h-8gw {
  font-size: 14px;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F7F2E8;
  margin-bottom: 0.375rem;
}.qix_htp_step_p-8gw {
  color: #756A57;
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 13px;
}.qix_htp_step_p-8gw strong {
  font-weight: 600;
  color: #CEC4AD;
}.qix_htp_cta-8gw {
  border-radius: 10px;
  padding: 0.813rem 26px;
  background: #27C76A;
  transition: background .2s;
  font-weight: 700;
  color: #110E08;
  font-size: 0.875rem;
  display: inline-block;
  margin-top: 1.25rem;
}.qix_htp_cta-8gw:hover {
  background: #34E07C;
}.qix_rv-8gw {
  background: #13100B;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.qix_rv-8gw {
  padding: 2.75rem 1.5rem 0;
}
}.qix_rv_in-8gw {
  margin: 0 auto;
  max-width: 1320px;
}.qix_rv_head-8gw {
  max-width: 720px;
  margin-bottom: 20px;
}.qix_rv_label-8gw {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #FFBC00;
  font-size: 0.688rem;
}.qix_rv_h2-8gw {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F7F2E8;
  font-size: 1.375rem;
  font-family: 'Fredoka One', sans-serif;
  margin-bottom: 0.625rem;
}
@media(min-width: 769px) {.qix_rv_h2-8gw {
  font-size: 1.75rem;
}
}.qix_rv_stats-8gw {
  gap: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #756A57;
  font-size: 0.813rem;
}.qix_rv_stats_score-8gw {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.qix_rv_stats_score_val-8gw {
  font-size: 22px;
  color: #FF8C00;
  font-weight: 800;
  font-family: 'Fredoka One', sans-serif;
}.qix_rv_stats_score_max-8gw {
  color: #5E5446;
  font-size: 0.813rem;
}.qix_rv_stats_badge-8gw {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.qix_rv_stats_badge-8gw svg {
  height: 14px;
  color: #FF8C00;
  width: 0.875rem;
}.qix_rv_grid-8gw {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.qix_rv_grid-8gw {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.qix_rv_grid-8gw {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.qix_rv_card-8gw {
  background: #1C1811;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 20px;
  border-radius: 10px;
  flex-direction: column;
  display: flex;
}.qix_rv_card_stars-8gw {
  gap: 2px;
  margin-bottom: 0.625rem;
  display: flex;
  color: #FF8C00;
}.qix_rv_card_stars-8gw svg {
  width: 0.875rem;
  height: 0.875rem;
}.qix_rv_card_h-8gw {
  overflow-wrap: break-word;
  color: #F7F2E8;
  font-weight: 700;
  line-height: 1.3;
  font-size: 14px;
  margin-bottom: 8px;
}.qix_rv_card_body-8gw {
  flex: 1;
  color: #756A57;
  font-size: 0.813rem;
  line-height: 1.65;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}.qix_rv_card_body-8gw strong {
  font-weight: 600;
  color: #CEC4AD;
}.qix_rv_card_meta-8gw {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  align-items: center;
  padding-top: 12px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}.qix_rv_card_author-8gw {
  font-size: 12px;
  font-weight: 600;
  color: #CEC4AD;
}.qix_rv_card_date-8gw {
  color: #5E5446;
  font-size: 11px;
}.qix_faq-8gw {
  background: #13100B;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.qix_faq-8gw {
  padding: 44px 1.5rem 0;
}
}.qix_faq_in-8gw {
  margin: 0 auto;
  max-width: 1320px;
}.qix_faq_head-8gw {
  margin-bottom: 20px;
}.qix_faq_label-8gw {
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  color: #FFBC00;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}.qix_faq_h2-8gw {
  overflow-wrap: break-word;
  color: #F7F2E8;
  font-family: 'Fredoka One', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.qix_faq_h2-8gw {
  font-size: 1.5rem;
}
}.qix_faq_list-8gw {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.qix_faq_item-8gw {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1C1811;
  overflow: hidden;
  border-radius: 0.625rem;
}.qix_faq_q-8gw {
  gap: 12px;
  padding: 16px 20px;
  transition: color .2s;
  cursor: pointer;
  display: flex;
  color: #CEC4AD;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  justify-content: space-between;
}.qix_faq_q-8gw:hover {
  color: #F7F2E8;
}.qix_faq_q_ic-8gw {
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  display: flex;
  width: 1.5rem;
  height: 24px;
  align-items: center;
  font-size: 16px;
  flex-shrink: 0;
  color: #FFBC00;
  justify-content: center;
}.qix_faq_item-8gw.qix_state_open-8gw .qix_faq_q_ic-8gw {
  transform: rotate(45deg);
}.qix_faq_a-8gw {
  padding: 0 1.25rem 1rem;
  overflow-wrap: break-word;
  line-height: 1.7;
  color: #756A57;
  font-size: 0.813rem;
  display: none;
}.qix_faq_item-8gw.qix_state_open-8gw .qix_faq_a-8gw {
  display: block;
}.qix_faq_a-8gw strong {
  color: #CEC4AD;
  font-weight: 700;
}.qix_faq_a-8gw a {
  color: #FFBC00;
  text-decoration: underline;
}.qix_faq_a-8gw ul,.qix_faq_a-8gw ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.qix_faq_a-8gw ol {
  list-style: decimal;
}.qix_faq_a-8gw li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.qix_faq_a-8gw table {
  margin: 8px 0;
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
}
@media(min-width: 770px) {.qix_faq_a-8gw table {
  display: table;
}
}.qix_faq_a-8gw th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #CEC4AD;
}.qix_faq_a-8gw td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 0.5rem;
  color: #756A57;
}.qix_seo-8gw {
  background: #13100B;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.qix_seo-8gw {
  padding: 44px 24px 0;
}
}.qix_seo_in-8gw {
  border-radius: 16px;
  margin: 0 auto;
  background: #1C1811;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 28px 24px;
  max-width: 1320px;
}
@media(min-width: 765px) {.qix_seo_in-8gw {
  padding: 36px 2.5rem;
}
}.qix_seo_label-8gw {
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFBC00;
  letter-spacing: .08em;
  margin-bottom: 10px;
}.qix_seo_h2-8gw {
  color: #F7F2E8;
  font-family: 'Fredoka One', sans-serif;
  margin-bottom: 14px;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width:768px) {.qix_seo_h2-8gw {
  font-size: 1.5rem;
}
}.qix_seo_body-8gw {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
  color: #9A8E78;
}.qix_seo_body-8gw p {
  line-height: 1.75;
  color: #9A8E78;
  font-size: 0.875rem;
  margin-bottom: 12px;
}.qix_seo_body-8gw p:last-child {
  margin-bottom: 0;
}.qix_seo_body-8gw strong {
  font-weight: 700;
  color: #CEC4AD;
}.qix_seo_body-8gw a {
  transition: color .2s;
  color: #FFBC00;
  text-decoration: underline;
}.qix_seo_body-8gw a:hover {
  color: #FFD033;
}.qix_seo_body-8gw ul,.qix_seo_body-8gw ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.qix_seo_body-8gw ol {
  list-style: decimal;
}.qix_seo_body-8gw li {
  margin-bottom: 6px;
  color: #9A8E78;
  font-size: 0.875rem;
  line-height: 1.75;
}.qix_seo_body-8gw table {
  font-size: 13px;
  display: block;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px;
}
@media(min-width: 767px) {.qix_seo_body-8gw table {
  display: table;
}
}.qix_seo_body-8gw th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  color: #CEC4AD;
  font-weight: 700;
  text-align: left;
}.qix_seo_body-8gw td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #9A8E78;
}.qix_seo_cols-8gw {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.qix_seo_cols-8gw {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.qix_seo_cols-8gw {
  grid-template-columns: repeat(3,1fr);
}
}.qix_seo_col_h-8gw {
  font-weight: 700;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  color: #CEC4AD;
}.qix_seo_col_p-8gw {
  color: #756A57;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.qix_seo_stats-8gw {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.qix_seo_stat-8gw {
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 188, 0, 0.18);
  padding: 14px 16px;
  flex: 1;
  background: rgba(255, 188, 0, 0.07);
  min-width: 140px;
}.qix_seo_stat_val-8gw {
  color: #FFBC00;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.25rem;
}.qix_seo_stat_lb-8gw {
  overflow-wrap: break-word;
  color: #756A57;
  font-size: 0.688rem;
}.qix_seo-8gw {
  background: #13100B;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.qix_seo-8gw {
  padding: 44px 1.5rem 0;
}
}.qix_seo_in-8gw {
  padding: 1.75rem 1.5rem;
  background: #1C1811;
  margin: 0 auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 82.5rem;
}
@media(min-width: 770px) {.qix_seo_in-8gw {
  padding: 36px 40px;
}
}.qix_seo_label-8gw {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #FFBC00;
}.qix_seo_h2-8gw {
  font-family: 'Fredoka One', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F7F2E8;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 14px;
}
@media(min-width:768px) {.qix_seo_h2-8gw {
  font-size: 24px;
}
}.qix_seo_body-8gw {
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #9A8E78;
}.qix_seo_body-8gw p {
  line-height: 1.75;
  color: #9A8E78;
  font-size: 14px;
  margin-bottom: 12px;
}.qix_seo_body-8gw p:last-child {
  margin-bottom: 0;
}.qix_seo_body-8gw strong {
  color: #CEC4AD;
  font-weight: 700;
}.qix_seo_body-8gw a {
  transition: color .2s;
  color: #FFBC00;
  text-decoration: underline;
}.qix_seo_body-8gw a:hover {
  color: #FFD033;
}.qix_seo_body-8gw ul,.qix_seo_body-8gw ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.qix_seo_body-8gw ol {
  list-style: decimal;
}.qix_seo_body-8gw li {
  color: #9A8E78;
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.qix_seo_body-8gw table {
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.813rem;
  margin-bottom: 12px;
  width: 100%;
}
@media(min-width: 767px) {.qix_seo_body-8gw table {
  display: table;
}
}.qix_seo_body-8gw th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  color: #CEC4AD;
  font-weight: 700;
}.qix_seo_body-8gw td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9A8E78;
}.qix_seo_cols-8gw {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.qix_seo_cols-8gw {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.qix_seo_cols-8gw {
  grid-template-columns: repeat(3,1fr);
}
}.qix_seo_col_h-8gw {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #CEC4AD;
  font-weight: 700;
  margin-bottom: 0.438rem;
}.qix_seo_col_p-8gw {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #756A57;
  line-height: 1.65;
}.qix_seo_stats-8gw {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.qix_seo_stat-8gw {
  background: rgba(255, 188, 0, 0.07);
  border: 1px solid rgba(255, 188, 0, 0.18);
  padding: 0.875rem 1rem;
  border-radius: 0.625rem;
  flex: 1;
  min-width: 8.75rem;
}.qix_seo_stat_val-8gw {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #FFBC00;
  font-size: 20px;
  margin-bottom: 0.25rem;
}.qix_seo_stat_lb-8gw {
  overflow-wrap: break-word;
  color: #756A57;
  font-size: 11px;
}.qix_seo-8gw {
  background: #13100B;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.qix_seo-8gw {
  padding: 44px 1.5rem 0;
}
}.qix_seo_in-8gw {
  background: #1C1811;
  border-radius: 16px;
  padding: 1.75rem 24px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 1320px;
}
@media(min-width:768px) {.qix_seo_in-8gw {
  padding: 2.25rem 40px;
}
}.qix_seo_label-8gw {
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  color: #FFBC00;
}.qix_seo_h2-8gw {
  line-height: 1.25;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F7F2E8;
  margin-bottom: 0.875rem;
  font-family: 'Fredoka One', sans-serif;
}
@media(min-width: 769px) {.qix_seo_h2-8gw {
  font-size: 1.5rem;
}
}.qix_seo_body-8gw {
  overflow-wrap: break-word;
  color: #9A8E78;
  font-size: 0.875rem;
  line-height: 1.75;
}.qix_seo_body-8gw p {
  font-size: 14px;
  margin-bottom: 12px;
  color: #9A8E78;
  line-height: 1.75;
}.qix_seo_body-8gw p:last-child {
  margin-bottom: 0;
}.qix_seo_body-8gw strong {
  font-weight: 700;
  color: #CEC4AD;
}.qix_seo_body-8gw a {
  transition: color .2s;
  text-decoration: underline;
  color: #FFBC00;
}.qix_seo_body-8gw a:hover {
  color: #FFD033;
}.qix_seo_body-8gw ul,.qix_seo_body-8gw ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.qix_seo_body-8gw ol {
  list-style: decimal;
}.qix_seo_body-8gw li {
  margin-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9A8E78;
}.qix_seo_body-8gw table {
  font-size: 13px;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  margin-bottom: 12px;
  width: 100%;
}
@media(min-width: 769px) {.qix_seo_body-8gw table {
  display: table;
}
}.qix_seo_body-8gw th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #CEC4AD;
  text-align: left;
}.qix_seo_body-8gw td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9A8E78;
}.qix_seo_cols-8gw {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 637px) {.qix_seo_cols-8gw {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.qix_seo_cols-8gw {
  grid-template-columns: repeat(3,1fr);
}
}.qix_seo_col_h-8gw {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #CEC4AD;
  margin-bottom: 7px;
}.qix_seo_col_p-8gw {
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #756A57;
}.qix_seo_stats-8gw {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.qix_seo_stat-8gw {
  background: rgba(255, 188, 0, 0.07);
  flex: 1;
  padding: 14px 1rem;
  border: 1px solid rgba(255, 188, 0, 0.18);
  border-radius: 0.625rem;
  min-width: 140px;
}.qix_seo_stat_val-8gw {
  font-weight: 800;
  color: #FFBC00;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-size: 20px;
}.qix_seo_stat_lb-8gw {
  font-size: 11px;
  color: #756A57;
  overflow-wrap: break-word;
}.qix_ft-8gw {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #0C0906;
  margin-top: 48px;
}.qix_ft_support-8gw {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.qix_ft_support-8gw {
  padding: 1.75rem 24px;
}
}.qix_ft_support_in-8gw {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  max-width: 1320px;
  flex-wrap: wrap;
  align-items: center;
}.qix_ft_support_main-8gw {
  gap: 1rem;
  flex: 1;
  align-items: center;
  min-width: 13.75rem;
  flex-wrap: wrap;
  display: flex;
}.qix_ft_support_ic-8gw {
  flex-shrink: 0;
  color: #FFBC00;
}.qix_ft_support_ic-8gw svg {
  height: 1.875rem;
  stroke-linecap: round;
  width: 30px;
  stroke-linejoin: round;
}.qix_ft_support_text_title-8gw {
  color: #F7F2E8;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 3px;
  font-size: 15px;
}.qix_ft_support_text_sub-8gw {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #756A57;
}.qix_ft_support_btn-8gw {
  background: #FFBC00;
  transition: background .2s;
  padding: 11px 1.375rem;
  border-radius: 10px;
  flex-shrink: 0;
  font-size: 0.813rem;
  font-weight: 700;
  white-space: nowrap;
  color: #F7F2E8;
}.qix_ft_support_btn-8gw:hover {
  background: #FFD033;
}.qix_ft_support_contacts-8gw {
  gap: 16px;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.qix_ft_support_contact-8gw {
  color: #5E5446;
  font-size: 0.75rem;
  line-height: 1.4;
}.qix_ft_support_contact-8gw strong {
  display: block;
  margin-bottom: 2px;
  font-size: 11px;
  color: #9A8E78;
  font-weight: 600;
}.qix_ft_main-8gw {
  padding: 32px 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 766px) {.qix_ft_main-8gw {
  padding: 40px 1.5rem 2rem;
}
}.qix_ft_main_in-8gw {
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 82.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 642px) {.qix_ft_main_in-8gw {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.qix_ft_main_in-8gw {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.qix_ft_col_logo-8gw {
  grid-column: 1/-1;
}
@media(min-width: 1083px) {.qix_ft_col_logo-8gw {
  grid-column: auto;
}
}.qix_ft_logo-8gw {
  gap: 9px;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  align-items: center;
  font-weight: 800;
  font-size: 1rem;
  display: flex;
  color: #F7F2E8;
}.qix_ft_logo_mark-8gw {
  border-radius: 0.375rem;
  overflow: hidden;
  width: 1.875rem;
  height: 1.875rem;
}.qix_ft_logo_mark-8gw img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.qix_ft_logo_sub-8gw {
  line-height: 1.55;
  color: #5E5446;
  max-width: 12.5rem;
  overflow-wrap: break-word;
  font-size: 12px;
}.qix_ft_col_title-8gw {
  font-size: 0.75rem;
  color: #9A8E78;
  letter-spacing: .07em;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-weight: 700;
}.qix_ft_col_links-8gw {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.qix_ft_col_link-8gw {
  transition: color .2s;
  color: #5E5446;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.qix_ft_col_link-8gw:hover {
  color: #CEC4AD;
}.qix_ft_apps-8gw {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.qix_ft_app_card-8gw {
  padding: 10px 12px;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.375rem;
  gap: 10px;
  align-items: center;
  display: flex;
}.qix_ft_app_card-8gw:hover {
  border-color: rgba(255, 191, 0, 0.45);
}.qix_ft_app_card_ic-8gw svg {
  stroke-linecap: round;
  width: 1.375rem;
  height: 22px;
  stroke-linejoin: round;
}.qix_ft_app_card_os-8gw {
  color: #5E5446;
  font-size: 0.625rem;
  font-weight: 600;
}.qix_ft_app_card_action-8gw {
  font-weight: 700;
  color: #CEC4AD;
  font-size: 0.75rem;
}.qix_ft_bot-8gw {
  padding: 20px 1rem;
}
@media(min-width:768px) {.qix_ft_bot-8gw {
  padding: 1.25rem 24px;
}
}.qix_ft_bot_in-8gw {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 82.5rem;
  align-items: center;
}.qix_ft_socials-8gw {
  gap: 0.5rem;
  display: flex;
}.qix_ft_soc-8gw {
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  align-items: center;
  color: #9A8E78;
  height: 36px;
  display: flex;
  width: 36px;
}.qix_ft_soc-8gw svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
  height: 1rem;
}.qix_ft_soc-8gw:hover {
  background: rgba(255, 255, 255, 0.07);
}.qix_ft_legal-8gw {
  flex: 1;
  font-size: 11px;
  color: #8C8070;
  line-height: 1.6;
  min-width: 12.5rem;
  overflow-wrap: break-word;
}.qix_ft_legal-8gw strong {
  color: #9A8E78;
  font-weight: 700;
}.qix_ft_legal-8gw a {
  color: #9A8E78;
  text-decoration: underline;
}.qix_ft_age-8gw {
  border: 2px solid #8C8070;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 11px;
  height: 2rem;
  width: 32px;
  justify-content: center;
  display: flex;
  color: #8C8070;
  margin-left: auto;
  font-weight: 800;
  align-items: center;
}