*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  min-height: 100vh;
  font-family: 'Barlow', sans-serif;
  color: #D4C6B0;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  background-color: #100D09;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: inherit;
}a {
  color: inherit;
  text-decoration: none;
}.qpr_layout-s1t {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.qpr_page-s1t {
  display: flex;
  min-height: 100vh;
}.qpr_main-s1t {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media screen and (min-width: 1081px) {.qpr_main-s1t {
  padding-left: 13.75rem;
}
}
@media screen and (max-width: 1080px) {.qpr_main-s1t {
  padding-bottom: 72px;
}
}.qpr_gc-s1t {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #161208;
  overflow: hidden;
  border-radius: 8px;
  transition: transform .2s,border-color .2s;
  width: 140px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
@media(min-width: 638px) {.qpr_gc-s1t {
  width: 156px;
}
}
@media(min-width: 1077px) {.qpr_gc-s1t {
  width: 168px;
}
}.qpr_gc-s1t:hover {
  border-color: rgba(240, 122, 24, 0.07);
  transform: translateY(-3px);
}.qpr_gc_img-s1t {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.qpr_gc_img-s1t img {
  inset: 0;
  height: 100%;
  position: absolute;
  object-fit: cover;
  width: 100%;
}.qpr_gc_hover-s1t {
  transition: opacity .2s;
  inset: 0;
  background: rgba(10, 8, 4, 0.72);
  display: flex;
  align-items: center;
  opacity: 0;
  justify-content: center;
  position: absolute;
}.qpr_gc-s1t:hover .qpr_gc_hover-s1t {
  opacity: 1;
}.qpr_gc_hover_btn-s1t {
  background: #F07A18;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  font-weight: 700;
  color: #F6EFE3;
  font-size: 12px;
}.qpr_gc_info-s1t {
  padding: 0.5rem 10px 10px;
}.qpr_gc_name-s1t {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 600;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #D4C6B0;
  margin-bottom: 3px;
}.qpr_gc_prov-s1t {
  color: #6B5A46;
  font-size: 0.625rem;
}.qpr_gc_tag-s1t {
  border-radius: 4px;
  padding: 2px 7px;
  letter-spacing: .04em;
  font-size: 9px;
  left: 0.375rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 700;
  z-index: 2;
  text-transform: uppercase;
}.qpr_gc_tag_hot-s1t {
  background: #E82020;
  color: #fff;
}.qpr_gc_tag_new-s1t {
  background: #28B464;
  color: #100D09;
}.qpr_gc_tag_jp-s1t {
  background: #FFB800;
  color: #100D09;
}.qpr_gc_tag_ex-s1t {
  background: #C94B0A;
  color: #fff;
}.qpr_gc_tag_live-s1t {
  background: #E82020;
  color: #fff;
}.qpr_gr-s1t {
  padding: 32px 16px 0;
  background: #100D09;
}
@media(min-width:768px) {.qpr_gr-s1t {
  padding: 36px 1.5rem 0;
}
}.qpr_gr_in-s1t {
  margin: 0 auto;
  max-width: 82.5rem;
}.qpr_gr_head-s1t {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
}.qpr_gr_head_l-s1t {
  gap: 10px;
  flex: 1;
  align-items: center;
  display: flex;
  min-width: 0;
}.qpr_gr_ic-s1t {
  border-radius: 8px;
  justify-content: center;
  display: flex;
  height: 32px;
  align-items: center;
  width: 32px;
  flex-shrink: 0;
}.qpr_gr_ic-s1t svg {
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
}.qpr_gr_title-s1t {
  font-size: 16px;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F6EFE3;
  font-weight: 700;
}
@media(min-width: 769px) {.qpr_gr_title-s1t {
  font-size: 18px;
}
}.qpr_gr_more-s1t {
  gap: 0.313rem;
  transition: color .2s;
  align-items: center;
  font-size: 12px;
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  color: #87745C;
  font-weight: 600;
}.qpr_gr_more-s1t:hover {
  color: #F07A18;
}.qpr_gr_more-s1t svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.75rem;
  height: 12px;
}.qpr_gr_arrows-s1t {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.qpr_gr_arr-s1t {
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  align-items: center;
  color: #A8947A;
  width: 1.875rem;
  display: flex;
  justify-content: center;
  height: 30px;
}.qpr_gr_arr-s1t:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F6EFE3;
}.qpr_gr_arr-s1t svg {
  height: 0.813rem;
  width: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.qpr_gr_seo_h-s1t {
  margin: 0 0 0.375rem;
  color: #D4C6B0;
  font-size: 0.813rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  overflow-wrap: break-word;
  max-width: 680px;
}
@media(min-width: 771px) {.qpr_gr_seo_h-s1t {
  font-size: 14px;
}
}.qpr_gr_seo-s1t {
  font-size: 12px;
  max-width: 42.5rem;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  color: #87745C;
  line-height: 1.55;
}.qpr_gr_seo-s1t strong {
  font-weight: 600;
  color: #D4C6B0;
}.qpr_gr_scroll-s1t {
  gap: 0.625rem;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 10px;
  display: flex;
  -webkit-overflow-scrolling: touch;
}.qpr_gr_scroll-s1t::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.qpr_gr_scroll-s1t {
  gap: 0.75rem;
}
}.qpr_tb-s1t {
  background: #100D09;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  align-items: center;
  right: 0;
  z-index: 80;
  position: fixed;
  height: 3.5rem;
  display: flex;
  top: 0;
  left: 0;
}.qpr_tb_in-s1t {
  gap: 0;
  padding: 0 14px;
  height: 100%;
  align-items: center;
  display: flex;
  width: 100%;
}.qpr_tb_burger-s1t {
  gap: 5px;
  border-radius: 0.5rem;
  width: 38px;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  height: 2.375rem;
  display: flex;
  flex-direction: column;
  margin-right: 0.5rem;
}.qpr_tb_burger-s1t:hover {
  background: rgba(255, 255, 255, 0.05);
}.qpr_tb_burger_line-s1t {
  background: #A8947A;
  border-radius: 1px;
  height: 2px;
  display: block;
  width: 1.125rem;
}
@media(min-width:1080px) {.qpr_tb_burger-s1t {
  display: none;
}
}.qpr_tb_logo-s1t {
  gap: 0.563rem;
  margin-right: 20px;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
  font-size: 18px;
  flex-shrink: 0;
  font-weight: 800;
  color: #F6EFE3;
  letter-spacing: -.01em;
}.qpr_tb_logo_mark-s1t {
  border-radius: 0.5rem;
  overflow: hidden;
  height: 32px;
  align-items: center;
  justify-content: center;
  width: 32px;
  display: flex;
}.qpr_tb_logo_mark-s1t img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.qpr_tb_nav-s1t {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 637px) {.qpr_tb_nav-s1t {
  display: flex;
}
}.qpr_tb_tab-s1t {
  padding: 8px 14px;
  border-radius: 0.5rem;
  transition: background .15s,color .15s;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 600;
  color: #A8947A;
}.qpr_tb_tab-s1t:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6EFE3;
}.qpr_tb_tab-s1t.qpr_state_active-s1t {
  background: rgba(240, 122, 24, 0.18);
  color: #F6EFE3;
}.qpr_tb_right-s1t {
  gap: 0.5rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
}.qpr_tb_login-s1t {
  transition: border-color .2s,color .2s;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.813rem;
  font-weight: 600;
  color: #D4C6B0;
  display: none;
}.qpr_tb_login-s1t:hover {
  border-color: rgba(240, 122, 24, 0.55);
  color: #F6EFE3;
}
@media(min-width: 477px) {.qpr_tb_login-s1t {
  display: block;
}
}.qpr_tb_reg-s1t {
  background: #28B464;
  padding: 0.563rem 1.125rem;
  border-radius: 8px;
  transition: background .2s;
  color: #0D0A04;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}.qpr_tb_reg-s1t:hover {
  background: #32CC74;
}.qpr_sb-s1t {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #1C1710;
  transition: transform .25s ease;
  transform: translateX(-100%);
  position: fixed;
  z-index: 70;
  left: 0;
  top: 56px;
  bottom: 0;
  width: 220px;
  overflow-y: auto;
}.qpr_sb-s1t.qpr_state_open-s1t {
  transform: translateX(0);
}.qpr_sb-s1t::-webkit-scrollbar {
  width: 4px;
}.qpr_sb-s1t::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1078px) {.qpr_sb-s1t {
  transform: translateX(0);
}
}.qpr_sb_auth-s1t {
  padding: 14px 12px 10px;
}.qpr_sb_btn_reg-s1t {
  padding: 11px;
  transition: background .2s;
  background: #28B464;
  border-radius: 0.5rem;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
  font-size: 13px;
  color: #0D0A04;
  display: block;
}.qpr_sb_btn_reg-s1t:hover {
  background: #32CC74;
}.qpr_sb_btn_login-s1t {
  padding: 10px;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.813rem;
  text-align: center;
  display: block;
  color: #D4C6B0;
}.qpr_sb_btn_login-s1t:hover {
  border-color: rgba(240, 122, 24, 0.55);
  color: #F6EFE3;
}.qpr_sb_promo-s1t {
  border-radius: 0.5rem;
  padding: 12px 14px;
  background: linear-gradient(135deg,#2A1205,#1C1710);
  overflow: hidden;
  border: 1px solid rgba(240, 122, 24, 0.18);
  margin: 0 0.75rem 0.625rem;
  position: relative;
}.qpr_sb_promo-s1t::before {
  background: radial-gradient(circle,rgba(240, 122, 24, 0.18),transparent 70%);
  border-radius: 50%;
  width: 80px;
  height: 5rem;
  position: absolute;
  top: -1.25rem;
  right: -20px;
  content: '';
}.qpr_sb_promo_title-s1t {
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 11px;
  color: #F07A18;
  margin-bottom: 4px;
  font-weight: 700;
}.qpr_sb_promo_text-s1t {
  font-weight: 600;
  overflow-wrap: break-word;
  line-height: 1.35;
  font-size: 0.75rem;
  color: #F6EFE3;
}.qpr_sb_promo_sub-s1t {
  margin-top: 3px;
  color: #87745C;
  font-size: 10px;
}.qpr_sb_nav-s1t {
  padding: 0.375rem 8px 1rem;
}.qpr_sb_nav_lb-s1t {
  padding: 0.625rem 8px 0.375rem;
  color: #6B5A46;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .08em;
  font-weight: 700;
}.qpr_sb_link-s1t {
  border-radius: 4px;
  padding: 0.563rem 10px;
  transition: background .15s,color .15s;
  gap: 0.625rem;
  font-weight: 500;
  color: #A8947A;
  overflow-wrap: break-word;
  align-items: center;
  font-size: 0.813rem;
  cursor: pointer;
  display: flex;
}.qpr_sb_link-s1t:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6EFE3;
}.qpr_sb_link-s1t.qpr_state_active-s1t {
  background: rgba(240, 122, 24, 0.18);
  color: #F6EFE3;
}.qpr_sb_ic-s1t {
  border-radius: 4px;
  height: 1.875rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.875rem;
  display: flex;
}.qpr_sb_ic-s1t svg {
  height: 1rem;
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
}.qpr_sb_ic_1-s1t {
  background: rgba(240, 122, 24, 0.07);
  color: #F07A18;
}.qpr_sb_ic_2-s1t {
  background: rgba(40, 180, 100, 0.16);
  color: #28B464;
}.qpr_sb_ic_3-s1t {
  background: rgba(255, 184, 0, 0.14);
  color: #FFB800;
}.qpr_sb_ic_4-s1t {
  background: rgba(201, 75, 10, 0.22);
  color: #C94B0A;
}.qpr_sb_ic_5-s1t {
  background: rgba(240, 122, 24, 0.07);
  color: #FF3D7F;
}.qpr_sb_ic_6-s1t {
  background: rgba(201, 75, 10, 0.22);
  color: #A040E8;
}.qpr_sb_badge-s1t {
  background: #FFB800;
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  color: #0D0A04;
  font-size: 9px;
  margin-left: auto;
  font-weight: 700;
}.qpr_sb_bot-s1t {
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  display: flex;
}.qpr_sb_lang-s1t,.qpr_sb_help-s1t {
  padding: 9px 0.375rem;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.375rem;
  transition: border-color .2s;
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  font-size: 11px;
  color: #A8947A;
  justify-content: center;
  font-weight: 600;
  display: flex;
  align-items: center;
}.qpr_sb_lang-s1t:hover,.qpr_sb_help-s1t:hover {
  border-color: rgba(240, 122, 24, 0.55);
  color: #F6EFE3;
}.qpr_sb_lang-s1t svg,.qpr_sb_help-s1t svg {
  height: 13px;
  stroke-linecap: round;
  width: 13px;
  stroke-linejoin: round;
}.qpr_sb_bd-s1t {
  inset: 0;
  background: rgba(10, 8, 4, 0.72);
  z-index: 69;
  position: fixed;
  display: none;
}.qpr_sb_bd-s1t.qpr_state_on-s1t {
  display: block;
}
@media(min-width: 1081px) {.qpr_sb_bd-s1t {
  display: none!important;
}
}.qpr_mob_nav-s1t {
  background: #1C1710;
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  right: 0;
  z-index: 80;
  display: flex;
  left: 0;
  bottom: 0;
  position: fixed;
}
@media(min-width: 1078px) {.qpr_mob_nav-s1t {
  display: none;
}
}.qpr_mob_nav_item-s1t {
  flex: 1;
  gap: 0.25rem;
  padding: 4px 2px;
  color: #6B5A46;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  align-items: center;
}.qpr_mob_nav_ic-s1t {
  line-height: 1;
}.qpr_mob_nav_ic-s1t svg {
  height: 20px;
  width: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.qpr_mob_nav_lb-s1t {
  font-weight: 600;
  color: #6B5A46;
  font-size: 10px;
}.qpr_mob_nav_item-s1t.qpr_state_active-s1t {
  color: #F07A18;
}.qpr_mob_nav_item-s1t.qpr_state_active-s1t .qpr_mob_nav_lb-s1t {
  color: #F07A18;
}.qpr_hero-s1t {
  background: #100D09;
  padding: 20px 16px 0;
}
@media(min-width:768px) {.qpr_hero-s1t {
  padding: 1.5rem 24px 0;
}
}.qpr_hero_in-s1t {
  gap: 12px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 1320px;
}
@media(min-width:860px) {.qpr_hero_in-s1t {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.qpr_hero_in-s1t {
  grid-template-columns: 1fr 21.25rem;
}
}.qpr_hero_promo-s1t {
  background: #161208;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  display: flex;
  min-height: 13.75rem;
  align-items: stretch;
}
@media(min-width:768px) {.qpr_hero_promo-s1t {
  min-height: 280px;
}
}.qpr_hero_promo_bg-s1t {
  inset: 0;
  background: linear-gradient(120deg,#2A1205 0%,#100D09 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.qpr_hero_promo_bg-s1t::after {
  background: linear-gradient(90deg,#100D09 0%,rgba(10, 8, 4, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.qpr_hero_promo_glow-s1t {
  background: radial-gradient(circle,rgba(201, 75, 10, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  height: 300px;
  top: -40px;
  width: 300px;
  right: 3.75rem;
}.qpr_hero_promo_ct-s1t {
  padding: 1.75rem 24px 1.75rem 1.75rem;
  flex-direction: column;
  display: flex;
  position: relative;
  justify-content: center;
  max-width: 30rem;
  z-index: 2;
}
@media(min-width: 769px) {.qpr_hero_promo_ct-s1t {
  padding: 2.5rem 32px;
}
}.qpr_hero_badge-s1t {
  background: rgba(240, 122, 24, 0.18);
  border-radius: 1.25rem;
  padding: 5px 0.75rem;
  border: 1px solid rgba(240, 122, 24, 0.07);
  margin-bottom: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: .08em;
  color: #F07A18;
  display: inline-block;
}.qpr_hero_h1-s1t {
  font-size: 1.625rem;
  line-height: 1.15;
  margin-bottom: 0.625rem;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F6EFE3;
  overflow-wrap: break-word;
}.qpr_hero_h1-s1t em {
  font-style: normal;
  color: #FFB800;
}
@media(min-width: 769px) {.qpr_hero_h1-s1t {
  font-size: 2.25rem;
}
}.qpr_hero_sub-s1t {
  font-size: 0.813rem;
  margin-bottom: 20px;
  color: #A8947A;
  line-height: 1.55;
}
@media(min-width: 769px) {.qpr_hero_sub-s1t {
  font-size: 0.875rem;
}
}.qpr_hero_row-s1t {
  gap: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.qpr_hero_cta-s1t {
  padding: 0.813rem 26px;
  transition: background .2s;
  background: #28B464;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  box-shadow: 0 4px 1.125rem rgba(40, 180, 100, 0.45);
  color: #0D0A04;
  font-weight: 700;
}.qpr_hero_cta-s1t:hover {
  background: #32CC74;
}.qpr_hero_terms-s1t {
  font-size: 11px;
  color: #6B5A46;
}.qpr_hero_game-s1t {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  background: #161208;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  display: flex;
}.qpr_hero_game_badge-s1t {
  border-radius: 20px;
  border: 1px solid rgba(255, 184, 0, 0.14);
  background: rgba(255, 184, 0, 0.14);
  padding: 5px 10px;
  letter-spacing: .06em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #FFB800;
  left: 12px;
  position: absolute;
  top: 0.75rem;
  z-index: 3;
}.qpr_hero_game_badge-s1t svg {
  margin-right: 0.25rem;
  vertical-align: -1px;
  height: 11px;
  width: 11px;
}.qpr_hero_game_img-s1t {
  background: linear-gradient(135deg,#2A1205,#100D09);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.qpr_hero_game_img-s1t img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}.qpr_hero_game_play-s1t {
  inset: 0;
  background: rgba(10, 8, 4, 0.72);
  transition: opacity .2s;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}.qpr_hero_game-s1t:hover .qpr_hero_game_play-s1t {
  opacity: 1;
}.qpr_hero_game_play-s1t span {
  border-radius: 50%;
  background: #F07A18;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
}.qpr_hero_game_play-s1t span svg {
  height: 18px;
  margin-left: 2px;
  width: 1.125rem;
}.qpr_hero_game_info-s1t {
  padding: 14px 16px;
}.qpr_hero_game_title-s1t {
  font-size: 0.938rem;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #F6EFE3;
  font-weight: 700;
}.qpr_hero_game_provider-s1t {
  font-size: 0.688rem;
  color: #87745C;
}.qpr_hero_game_btn-s1t {
  padding: 11px;
  margin: 0.75rem 1rem 1rem;
  transition: background .2s;
  background: #F07A18;
  border-radius: 0.5rem;
  font-weight: 700;
  display: block;
  font-size: 13px;
  text-align: center;
  color: #F6EFE3;
}.qpr_hero_game-s1t:hover .qpr_hero_game_btn-s1t {
  background: #FF8E2E;
}.qpr_sbar-s1t {
  padding: 16px 1rem 0;
  background: #100D09;
}
@media(min-width:768px) {.qpr_sbar-s1t {
  padding: 1.125rem 24px 0;
}
}.qpr_sbar_in-s1t {
  margin: 0 auto;
  max-width: 82.5rem;
}.qpr_sbar_row-s1t {
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  display: flex;
}.qpr_sbar_input-s1t {
  gap: 0.625rem;
  background: #161208;
  border-radius: 0.5rem;
  transition: border-color .2s;
  flex: 1;
  padding: 0.688rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #87745C;
  display: flex;
  cursor: pointer;
  font-size: 0.813rem;
  align-items: center;
}.qpr_sbar_input-s1t:hover {
  border-color: rgba(240, 122, 24, 0.55);
}.qpr_sbar_input-s1t svg {
  flex-shrink: 0;
  width: 0.938rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.938rem;
}.qpr_sbar_providers-s1t {
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 11px 18px;
  gap: 0.5rem;
  border-radius: 0.5rem;
  transition: border-color .2s;
  background: #161208;
  font-weight: 600;
  color: #D4C6B0;
  white-space: nowrap;
  align-items: center;
  font-size: 13px;
  display: flex;
}.qpr_sbar_providers-s1t:hover {
  border-color: rgba(240, 122, 24, 0.55);
  color: #F6EFE3;
}.qpr_sbar_providers-s1t svg {
  stroke-linejoin: round;
  height: 0.875rem;
  width: 14px;
  stroke-linecap: round;
}.qpr_sbar_tabs-s1t {
  gap: 6px;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 2px;
  overflow-x: auto;
}.qpr_sbar_tabs-s1t::-webkit-scrollbar {
  display: none;
}.qpr_sbar_tab-s1t {
  border-radius: 1.25rem;
  gap: 0.438rem;
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem 14px;
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
  align-items: center;
  flex-shrink: 0;
  color: #A8947A;
  font-weight: 600;
  display: flex;
}.qpr_sbar_tab-s1t:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(240, 122, 24, 0.55);
  color: #F6EFE3;
}.qpr_sbar_tab-s1t.qpr_state_active-s1t {
  border-color: rgba(240, 122, 24, 0.07);
  background: rgba(240, 122, 24, 0.18);
  color: #F6EFE3;
}.qpr_sbar_tab_ic-s1t svg {
  stroke-linecap: round;
  height: 14px;
  stroke-linejoin: round;
  width: 0.875rem;
}.qpr_wy-s1t {
  background: #100D09;
  padding: 32px 16px 0;
}
@media(min-width:768px) {.qpr_wy-s1t {
  padding: 40px 1.5rem 0;
}
}.qpr_wy_in-s1t {
  margin: 0 auto;
  max-width: 82.5rem;
}.qpr_wy_head-s1t {
  margin-bottom: 18px;
  max-width: 720px;
}.qpr_wy_label-s1t {
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 8px;
  color: #F07A18;
  text-transform: uppercase;
  letter-spacing: .08em;
}.qpr_wy_h2-s1t {
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #F6EFE3;
  font-size: 1.25rem;
  font-weight: 800;
}
@media(min-width: 767px) {.qpr_wy_h2-s1t {
  font-size: 24px;
}
}.qpr_wy_intro-s1t {
  margin: 0;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #87745C;
}.qpr_wy_grid-s1t {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.qpr_wy_grid-s1t {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.qpr_wy_grid-s1t {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.qpr_wy_card-s1t {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #1C1710;
  transition: border-color .2s,transform .2s;
}.qpr_wy_card-s1t:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 122, 24, 0.07);
}.qpr_wy_card_ic-s1t {
  background: rgba(240, 122, 24, 0.18);
  border-radius: 50%;
  height: 2.75rem;
  margin-bottom: 0.875rem;
  width: 2.75rem;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #F07A18;
}.qpr_wy_card_ic-s1t svg {
  stroke-linecap: round;
  width: 1.375rem;
  stroke-linejoin: round;
  height: 22px;
}.qpr_wy_card_h-s1t {
  overflow-wrap: break-word;
  line-height: 1.25;
  font-weight: 700;
  font-size: 15px;
  color: #F6EFE3;
  margin-bottom: 6px;
}.qpr_wy_card_p-s1t {
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.6;
  color: #87745C;
}.qpr_wy_card_p-s1t strong {
  font-weight: 600;
  color: #D4C6B0;
}.qpr_gr_jp-s1t {
  overflow: hidden;
  background: linear-gradient(135deg,#1E0E28 0%,#0C0810 100%);
  padding: 20px;
  border-radius: 12px;
  position: relative;
}.qpr_gr_jp-s1t::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(201, 75, 10, 0.22) 0%,transparent 70%);
  position: absolute;
  top: -60px;
  width: 15.625rem;
  left: -3.75rem;
  content: '';
  height: 15.625rem;
}.qpr_gr_jp-s1t::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(255, 184, 0, 0.14) 0%,transparent 70%);
  width: 12.5rem;
  height: 200px;
  bottom: -40px;
  position: absolute;
  right: 0;
  content: '';
}.qpr_gr_jp_head-s1t {
  gap: 16px;
  display: flex;
  position: relative;
  align-items: flex-start;
  z-index: 1;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}.qpr_gr_jp_info-s1t {
  flex: 1;
}.qpr_gr_jp_label-s1t {
  letter-spacing: .08em;
  color: #A040E8;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}.qpr_gr_jp_label-s1t svg {
  stroke-linejoin: round;
  height: 0.875rem;
  width: 0.875rem;
  stroke-linecap: round;
  vertical-align: -2px;
  margin-right: 0.25rem;
}.qpr_gr_jp_amount-s1t {
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.25rem;
  font-weight: 800;
  line-height: 1;
  overflow-wrap: break-word;
  font-size: 32px;
  color: #F6EFE3;
}
@media(min-width: 766px) {.qpr_gr_jp_amount-s1t {
  font-size: 2.5rem;
}
}.qpr_gr_jp_amount-s1t span {
  color: #FFB800;
}.qpr_gr_jp_seo-s1t {
  line-height: 1.5;
  overflow-wrap: break-word;
  color: #A8947A;
  font-size: 0.75rem;
  max-width: 30rem;
}.qpr_gr_jp_cta-s1t {
  transition: background .2s;
  border-radius: 8px;
  background: rgba(201, 75, 10, 0.22);
  border: 1px solid rgba(201, 75, 10, 0.22);
  padding: 11px 1.25rem;
  font-weight: 700;
  z-index: 1;
  flex-shrink: 0;
  position: relative;
  color: #F6EFE3;
  font-size: 13px;
  align-self: flex-start;
  margin-top: 0.25rem;
  white-space: nowrap;
}.qpr_gr_jp_cta-s1t:hover {
  background: #C94B0A;
}.qpr_ws-s1t {
  background: #100D09;
  padding: 32px 16px 0;
}
@media(min-width: 769px) {.qpr_ws-s1t {
  padding: 2.25rem 1.5rem 0;
}
}.qpr_ws_in-s1t {
  margin: 0 auto;
  max-width: 82.5rem;
}.qpr_ws_head-s1t {
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}.qpr_ws_title-s1t {
  gap: 10px;
  overflow-wrap: break-word;
  font-weight: 700;
  align-items: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  color: #F6EFE3;
  display: flex;
  flex-wrap: wrap;
}.qpr_ws_title_ic-s1t svg {
  width: 1.125rem;
  height: 1.125rem;
  stroke-linecap: round;
  color: #FFB800;
  stroke-linejoin: round;
}.qpr_ws_online-s1t {
  gap: 7px;
  color: #87745C;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}.qpr_ws_online_dot-s1t {
  border-radius: 50%;
  background: #28B464;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  box-shadow: 0 0 0.375rem rgba(40, 180, 100, 0.16);
}.qpr_ws_scroll-s1t {
  gap: 8px;
  padding-bottom: 8px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}.qpr_ws_scroll-s1t::-webkit-scrollbar {
  display: none;
}.qpr_wc-s1t {
  gap: 10px;
  background: #161208;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 10px 0.875rem;
  min-width: 220px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.qpr_wc_img-s1t {
  border-radius: 0.25rem;
  background: #1C1710;
  overflow: hidden;
  height: 36px;
  width: 2.25rem;
  flex-shrink: 0;
}.qpr_wc_img-s1t img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.qpr_wc_info-s1t {
  min-width: 0;
}.qpr_wc_game-s1t {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  color: #D4C6B0;
}.qpr_wc_player-s1t {
  overflow: hidden;
  font-size: 0.625rem;
  color: #6B5A46;
  white-space: nowrap;
  text-overflow: ellipsis;
}.qpr_wc_amount-s1t {
  white-space: nowrap;
  font-weight: 700;
  color: #28B464;
  margin-left: auto;
  font-size: 0.813rem;
  flex-shrink: 0;
}.qpr_app-s1t {
  padding: 36px 1rem 0;
  background: #100D09;
}
@media(min-width: 771px) {.qpr_app-s1t {
  padding: 2.75rem 1.5rem 0;
}
}.qpr_app_in-s1t {
  margin: 0 auto;
  max-width: 82.5rem;
}.qpr_app_head-s1t {
  margin-bottom: 1rem;
}.qpr_app_label-s1t {
  font-weight: 700;
  text-transform: uppercase;
  color: #F07A18;
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 0.5rem;
}.qpr_app_h2-s1t {
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 6px;
  color: #F6EFE3;
  font-weight: 800;
}
@media(min-width: 770px) {.qpr_app_h2-s1t {
  font-size: 1.5rem;
}
}.qpr_app_sub-s1t {
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #87745C;
  max-width: 600px;
  font-size: 0.813rem;
}.qpr_app_sub-s1t strong {
  color: #D4C6B0;
  font-weight: 700;
}.qpr_app_cards-s1t {
  gap: 0.625rem;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.qpr_app_cards-s1t {
  grid-template-columns: repeat(3,1fr);
}
}.qpr_app_card-s1t {
  padding: 20px;
  gap: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.qpr_app_card_ios-s1t {
  background: linear-gradient(135deg,rgba(240, 122, 24, 0.18) 0%,#1C1710 100%);
}.qpr_app_card_android-s1t {
  background: linear-gradient(135deg,rgba(40, 180, 100, 0.16) 0%,#1C1710 100%);
}.qpr_app_card_win-s1t {
  background: linear-gradient(135deg,rgba(255, 184, 0, 0.14) 0%,#1C1710 100%);
}.qpr_app_card_ic-s1t svg {
  width: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 2.125rem;
}.qpr_app_card_ic-s1t {
  flex-shrink: 0;
  color: #F6EFE3;
}.qpr_app_card_os-s1t {
  font-size: 10px;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  color: #87745C;
  letter-spacing: .08em;
  font-weight: 700;
}.qpr_app_card_title-s1t {
  font-size: 0.938rem;
  line-height: 1.2;
  color: #F6EFE3;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-weight: 700;
}.qpr_app_card_text-s1t {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #87745C;
  margin-bottom: 0.875rem;
}.qpr_app_card_btn-s1t {
  gap: 0.438rem;
  transition: background .2s;
  padding: 0.625rem 1.125rem;
  border: 1px solid rgba(240, 122, 24, 0.55);
  background: rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  color: #F6EFE3;
  font-size: 0.813rem;
  align-items: center;
  font-weight: 700;
  display: inline-flex;
}.qpr_app_card_btn-s1t:hover {
  background: rgba(255, 255, 255, 0.07);
}.qpr_reg-s1t {
  background: #100D09;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.qpr_reg-s1t {
  padding: 2.75rem 24px 0;
}
}.qpr_reg_in-s1t {
  background: #1C1710;
  margin: 0 auto;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 28px 24px;
  max-width: 1320px;
}
@media(min-width: 769px) {.qpr_reg_in-s1t {
  padding: 40px;
}
}.qpr_reg_top-s1t {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.qpr_reg_top-s1t {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.qpr_reg_label-s1t {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #F07A18;
  margin-bottom: 10px;
  font-size: 0.688rem;
}.qpr_reg_h2-s1t {
  overflow-wrap: break-word;
  line-height: 1.2;
  font-size: 22px;
  color: #F6EFE3;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 12px;
  font-weight: 800;
}
@media(min-width: 770px) {.qpr_reg_h2-s1t {
  font-size: 1.75rem;
}
}.qpr_reg_bonus-s1t {
  padding: 10px 16px;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid rgba(255, 184, 0, 0.14);
  background: rgba(255, 184, 0, 0.14);
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}.qpr_reg_bonus_amount-s1t {
  font-size: 1.25rem;
  font-weight: 800;
  color: #FFB800;
}.qpr_reg_bonus_text-s1t {
  line-height: 1.35;
  font-size: 13px;
  color: #A8947A;
}.qpr_reg_cta_btn-s1t {
  background: #28B464;
  padding: 0.875rem 32px;
  border-radius: 8px;
  transition: background .2s;
  color: #0D0A04;
  margin-bottom: 0.75rem;
  box-shadow: 0 0.25rem 18px rgba(40, 180, 100, 0.45);
  display: inline-block;
  font-size: 0.938rem;
  font-weight: 700;
}.qpr_reg_cta_btn-s1t:hover {
  background: #32CC74;
}.qpr_reg_terms-s1t {
  color: #6B5A46;
  font-size: 11px;
  line-height: 1.5;
}.qpr_reg_seo-s1t {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  margin-top: 1.25rem;
  color: #87745C;
  line-height: 1.65;
  font-size: 0.813rem;
  padding-top: 1.25rem;
}.qpr_reg_seo-s1t p {
  margin-bottom: 0.625rem;
  font-size: 0.813rem;
  color: #87745C;
  line-height: 1.65;
}.qpr_reg_seo-s1t p:last-child {
  margin-bottom: 0;
}.qpr_reg_seo-s1t strong {
  font-weight: 700;
  color: #D4C6B0;
}.qpr_reg_seo-s1t a {
  transition: color .2s;
  text-decoration: underline;
  color: #F07A18;
}.qpr_reg_seo-s1t a:hover {
  color: #FF8E2E;
}.qpr_reg_seo-s1t ul,.qpr_reg_seo-s1t ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 18px;
}.qpr_reg_seo-s1t ol {
  list-style: decimal;
}.qpr_reg_seo-s1t li {
  line-height: 1.65;
  margin-bottom: 4px;
  color: #87745C;
  font-size: 0.813rem;
}.qpr_reg_seo-s1t table {
  margin-bottom: 0.625rem;
  border-collapse: collapse;
  width: 100%;
  display: block;
  overflow-x: auto;
  font-size: 13px;
}
@media(min-width: 766px) {.qpr_reg_seo-s1t table {
  display: table;
}
}.qpr_reg_seo-s1t th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #D4C6B0;
}.qpr_reg_seo-s1t td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #87745C;
}.qpr_reg_steps-s1t {
  gap: 14px;
  flex-direction: column;
  display: flex;
  margin-top: 1.75rem;
}
@media(min-width: 862px) {.qpr_reg_steps-s1t {
  margin-top: 0;
}
}.qpr_reg_step-s1t {
  background: rgba(255, 255, 255, 0.05);
  gap: 14px;
  padding: 16px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.qpr_reg_step_num-s1t {
  border-radius: 50%;
  border: 1px solid rgba(240, 122, 24, 0.07);
  background: rgba(240, 122, 24, 0.18);
  width: 34px;
  font-weight: 800;
  display: flex;
  align-items: center;
  height: 2.125rem;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
  color: #F07A18;
}.qpr_reg_step_title-s1t {
  font-size: 0.875rem;
  font-weight: 700;
  color: #F6EFE3;
  margin-bottom: 3px;
}.qpr_reg_step_text-s1t {
  font-size: 12px;
  color: #87745C;
  line-height: 1.5;
}.qpr_reg_trust-s1t {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  padding-top: 20px;
}.qpr_reg_trust_item-s1t {
  gap: 0.438rem;
  color: #87745C;
  font-size: 12px;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
}.qpr_reg_trust_ic-s1t svg {
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
  width: 1rem;
  color: #F07A18;
}.qpr_htp-s1t {
  padding: 2.25rem 1rem 0;
  background: #100D09;
}
@media(min-width: 767px) {.qpr_htp-s1t {
  padding: 2.75rem 1.5rem 0;
}
}.qpr_htp_in-s1t {
  margin: 0 auto;
  max-width: 1320px;
}.qpr_htp_head-s1t {
  margin-bottom: 22px;
  max-width: 45rem;
}.qpr_htp_label-s1t {
  font-weight: 700;
  font-size: 11px;
  color: #F07A18;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}.qpr_htp_h2-s1t {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F6EFE3;
  font-size: 1.375rem;
  font-weight: 800;
}
@media(min-width: 769px) {.qpr_htp_h2-s1t {
  font-size: 28px;
}
}.qpr_htp_intro-s1t {
  font-size: 14px;
  color: #87745C;
  line-height: 1.6;
}.qpr_htp_steps-s1t {
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.qpr_htp_steps-s1t {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.qpr_htp_steps-s1t {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.qpr_htp_step-s1t {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.5rem;
  padding: 20px 18px 18px;
  background: #1C1710;
  position: relative;
  display: flex;
  flex-direction: column;
}.qpr_htp_step_num-s1t {
  background: #F07A18;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-weight: 800;
  left: 1.25rem;
  display: flex;
  justify-content: center;
  font-size: 13px;
  position: absolute;
  font-family: 'Barlow Condensed', sans-serif;
  color: #0D0A04;
  top: -0.75rem;
  align-items: center;
}.qpr_htp_step_ic-s1t {
  background: rgba(240, 122, 24, 0.18);
  border-radius: 0.25rem;
  margin: 8px 0 0.75rem;
  color: #F07A18;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  display: flex;
}.qpr_htp_step_ic-s1t svg {
  stroke-linejoin: round;
  height: 1.125rem;
  width: 1.125rem;
  stroke-linecap: round;
}.qpr_htp_step_h-s1t {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  margin-bottom: 6px;
  color: #F6EFE3;
  line-height: 1.25;
}.qpr_htp_step_p-s1t {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #87745C;
  line-height: 1.55;
}.qpr_htp_step_p-s1t strong {
  font-weight: 600;
  color: #D4C6B0;
}.qpr_htp_cta-s1t {
  background: #28B464;
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 13px 26px;
  display: inline-block;
  margin-top: 1.25rem;
  font-weight: 700;
  font-size: 0.875rem;
  color: #0D0A04;
}.qpr_htp_cta-s1t:hover {
  background: #32CC74;
}.qpr_bon-s1t {
  background: #100D09;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.qpr_bon-s1t {
  padding: 2.75rem 1.5rem 0;
}
}.qpr_bon_in-s1t {
  margin: 0 auto;
  max-width: 1320px;
}.qpr_bon_head-s1t {
  margin-bottom: 20px;
}.qpr_bon_label-s1t {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-size: 11px;
  color: #F07A18;
}.qpr_bon_h2-s1t {
  color: #F6EFE3;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 767px) {.qpr_bon_h2-s1t {
  font-size: 24px;
}
}.qpr_bon_seo-s1t {
  color: #87745C;
  max-width: 620px;
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.qpr_bon_seo-s1t strong {
  font-weight: 700;
  color: #D4C6B0;
}.qpr_bon_seo-s1t a {
  color: #F07A18;
  text-decoration: underline;
}.qpr_bon_grid-s1t {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.qpr_bon_grid-s1t {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.qpr_bon_grid-s1t {
  grid-template-columns: repeat(5,1fr);
}
}.qpr_bon_card-s1t {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  padding: 1rem;
  transition: border-color .2s,transform .2s;
  background: #161208;
}.qpr_bon_card-s1t:hover {
  border-color: rgba(240, 122, 24, 0.07);
  transform: translateY(-2px);
}.qpr_bon_card_ic-s1t svg {
  height: 26px;
  width: 1.625rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.qpr_bon_card_ic-s1t {
  margin-bottom: 0.625rem;
}.qpr_bon_card_type-s1t {
  font-weight: 700;
  margin-bottom: 0.375rem;
  color: #87745C;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 0.625rem;
}.qpr_bon_card_amount-s1t {
  font-weight: 800;
  margin-bottom: 6px;
  line-height: 1.1;
  color: #FFB800;
  font-size: 18px;
}.qpr_bon_card_name-s1t {
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  overflow-wrap: break-word;
  color: #F6EFE3;
}.qpr_bon_card_detail-s1t {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #6B5A46;
  padding-top: 0.5rem;
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.qpr_prov-s1t {
  background: #100D09;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.qpr_prov-s1t {
  padding: 2.75rem 1.5rem 0;
}
}.qpr_prov_in-s1t {
  margin: 0 auto;
  max-width: 1320px;
}.qpr_prov_head-s1t {
  margin-bottom: 1rem;
}.qpr_prov_label-s1t {
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #F07A18;
  font-size: 0.688rem;
  text-transform: uppercase;
}.qpr_prov_h2-s1t {
  font-size: 20px;
  margin-bottom: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  color: #F6EFE3;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.qpr_prov_h2-s1t {
  font-size: 1.5rem;
}
}.qpr_prov_seo-s1t {
  color: #87745C;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 13px;
  margin-bottom: 16px;
}.qpr_prov_seo-s1t strong {
  font-weight: 700;
  color: #D4C6B0;
}.qpr_prov_seo-s1t a {
  text-decoration: underline;
  color: #F07A18;
}.qpr_prov_grid-s1t {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.qpr_prov_grid-s1t {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1082px) {.qpr_prov_grid-s1t {
  grid-template-columns: repeat(8,1fr);
}
}.qpr_prov_card-s1t {
  background: #161208;
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 0.438rem;
  transition: border-color .2s,background .2s;
  padding: 0.875rem 0.625rem;
  border-radius: 0.5rem;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  display: flex;
}.qpr_prov_card-s1t:hover {
  background: #1C1710;
  border-color: rgba(240, 122, 24, 0.55);
}.qpr_prov_logo-s1t {
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  width: 44px;
  height: 2.75rem;
  display: flex;
  justify-content: center;
}.qpr_prov_logo-s1t img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.qpr_prov_name-s1t {
  text-align: center;
  font-size: 0.688rem;
  color: #A8947A;
  font-weight: 600;
  overflow-wrap: break-word;
}.qpr_pmt-s1t {
  padding: 36px 16px 0;
  background: #100D09;
}
@media(min-width: 770px) {.qpr_pmt-s1t {
  padding: 2.75rem 1.5rem 0;
}
}.qpr_pmt_in-s1t {
  margin: 0 auto;
  max-width: 82.5rem;
}.qpr_pmt_head-s1t {
  max-width: 720px;
  margin-bottom: 22px;
}.qpr_pmt_label-s1t {
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #F07A18;
  text-transform: uppercase;
}.qpr_pmt_h2-s1t {
  color: #F6EFE3;
  font-size: 1.375rem;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 767px) {.qpr_pmt_h2-s1t {
  font-size: 1.75rem;
}
}.qpr_pmt_intro-s1t {
  color: #87745C;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.875rem;
}.qpr_pmt_groups-s1t {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}.qpr_pmt_group-s1t {
  border-radius: 8px;
  background: #1C1710;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 20px;
}.qpr_pmt_group_head-s1t {
  gap: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.625rem;
}.qpr_pmt_group_ic-s1t {
  background: rgba(240, 122, 24, 0.18);
  border-radius: 4px;
  align-items: center;
  display: flex;
  color: #F07A18;
  flex-shrink: 0;
  width: 2.25rem;
  justify-content: center;
  height: 36px;
}.qpr_pmt_group_ic-s1t svg {
  width: 18px;
  height: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.qpr_pmt_group_h-s1t {
  margin: 0;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-size: 1rem;
  color: #F6EFE3;
}.qpr_pmt_group_p-s1t {
  color: #87745C;
  font-size: 0.813rem;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.6;
}.qpr_pmt_group_p-s1t strong {
  font-weight: 600;
  color: #D4C6B0;
}.qpr_pmt_table_wrap-s1t {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.qpr_pmt_table-s1t {
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  min-width: 33.75rem;
}.qpr_pmt_table-s1t th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  white-space: nowrap;
  letter-spacing: .04em;
  font-weight: 700;
  text-transform: uppercase;
  color: #D4C6B0;
  font-size: 11px;
  text-align: left;
}.qpr_pmt_table-s1t td {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #87745C;
}.qpr_pmt_table-s1t tbody tr:last-child td {
  border-bottom: none;
}.qpr_pmt_table-s1t tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D4C6B0;
}.qpr_seo-s1t {
  padding: 36px 16px 0;
  background: #100D09;
}
@media(min-width: 765px) {.qpr_seo-s1t {
  padding: 44px 24px 0;
}
}.qpr_seo_in-s1t {
  border-radius: 12px;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  margin: 0 auto;
  background: #1C1710;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.qpr_seo_in-s1t {
  padding: 2.25rem 40px;
}
}.qpr_seo_label-s1t {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  color: #F07A18;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.qpr_seo_h2-s1t {
  color: #F6EFE3;
  font-weight: 800;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  line-height: 1.25;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 771px) {.qpr_seo_h2-s1t {
  font-size: 24px;
}
}.qpr_seo_body-s1t {
  color: #A8947A;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
}.qpr_seo_body-s1t p {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  color: #A8947A;
}.qpr_seo_body-s1t p:last-child {
  margin-bottom: 0;
}.qpr_seo_body-s1t strong {
  color: #D4C6B0;
  font-weight: 700;
}.qpr_seo_body-s1t a {
  transition: color .2s;
  text-decoration: underline;
  color: #F07A18;
}.qpr_seo_body-s1t a:hover {
  color: #FF8E2E;
}.qpr_seo_body-s1t ul,.qpr_seo_body-s1t ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.qpr_seo_body-s1t ol {
  list-style: decimal;
}.qpr_seo_body-s1t li {
  color: #A8947A;
  line-height: 1.75;
  margin-bottom: 6px;
  font-size: 0.875rem;
}.qpr_seo_body-s1t table {
  margin-bottom: 12px;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
  display: block;
}
@media(min-width:768px) {.qpr_seo_body-s1t table {
  display: table;
}
}.qpr_seo_body-s1t th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #D4C6B0;
  text-align: left;
}.qpr_seo_body-s1t td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #A8947A;
}.qpr_seo_cols-s1t {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.qpr_seo_cols-s1t {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.qpr_seo_cols-s1t {
  grid-template-columns: repeat(3,1fr);
}
}.qpr_seo_col_h-s1t {
  font-size: 13px;
  color: #D4C6B0;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
}.qpr_seo_col_p-s1t {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #87745C;
  line-height: 1.65;
}.qpr_seo_stats-s1t {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.qpr_seo_stat-s1t {
  border: 1px solid rgba(240, 122, 24, 0.18);
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
  background: rgba(240, 122, 24, 0.07);
  flex: 1;
  min-width: 8.75rem;
}.qpr_seo_stat_val-s1t {
  font-weight: 800;
  margin-bottom: 0.25rem;
  color: #F07A18;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}.qpr_seo_stat_lb-s1t {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #87745C;
}.qpr_seo-s1t {
  padding: 2.25rem 16px 0;
  background: #100D09;
}
@media(min-width: 769px) {.qpr_seo-s1t {
  padding: 2.75rem 24px 0;
}
}.qpr_seo_in-s1t {
  margin: 0 auto;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.75rem;
  background: #1C1710;
  max-width: 1320px;
}
@media(min-width: 769px) {.qpr_seo_in-s1t {
  padding: 2.25rem 2.5rem;
}
}.qpr_seo_label-s1t {
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-weight: 700;
  color: #F07A18;
  text-transform: uppercase;
}.qpr_seo_h2-s1t {
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.25;
  color: #F6EFE3;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 14px;
}
@media(min-width:768px) {.qpr_seo_h2-s1t {
  font-size: 1.5rem;
}
}.qpr_seo_body-s1t {
  color: #A8947A;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
}.qpr_seo_body-s1t p {
  line-height: 1.75;
  color: #A8947A;
  margin-bottom: 0.75rem;
  font-size: 14px;
}.qpr_seo_body-s1t p:last-child {
  margin-bottom: 0;
}.qpr_seo_body-s1t strong {
  font-weight: 700;
  color: #D4C6B0;
}.qpr_seo_body-s1t a {
  transition: color .2s;
  color: #F07A18;
  text-decoration: underline;
}.qpr_seo_body-s1t a:hover {
  color: #FF8E2E;
}.qpr_seo_body-s1t ul,.qpr_seo_body-s1t ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.qpr_seo_body-s1t ol {
  list-style: decimal;
}.qpr_seo_body-s1t li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #A8947A;
  font-size: 0.875rem;
}.qpr_seo_body-s1t table {
  overflow-x: auto;
  margin-bottom: 12px;
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 765px) {.qpr_seo_body-s1t table {
  display: table;
}
}.qpr_seo_body-s1t th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #D4C6B0;
}.qpr_seo_body-s1t td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #A8947A;
}.qpr_seo_cols-s1t {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 637px) {.qpr_seo_cols-s1t {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.qpr_seo_cols-s1t {
  grid-template-columns: repeat(3,1fr);
}
}.qpr_seo_col_h-s1t {
  overflow-wrap: break-word;
  color: #D4C6B0;
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
}.qpr_seo_col_p-s1t {
  color: #87745C;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.qpr_seo_stats-s1t {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.qpr_seo_stat-s1t {
  border: 1px solid rgba(240, 122, 24, 0.18);
  flex: 1;
  border-radius: 0.5rem;
  background: rgba(240, 122, 24, 0.07);
  padding: 14px 1rem;
  min-width: 8.75rem;
}.qpr_seo_stat_val-s1t {
  overflow-wrap: break-word;
  color: #F07A18;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
}.qpr_seo_stat_lb-s1t {
  color: #87745C;
  overflow-wrap: break-word;
  font-size: 11px;
}.qpr_faq-s1t {
  background: #100D09;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.qpr_faq-s1t {
  padding: 2.75rem 24px 0;
}
}.qpr_faq_in-s1t {
  margin: 0 auto;
  max-width: 1320px;
}.qpr_faq_head-s1t {
  margin-bottom: 20px;
}.qpr_faq_label-s1t {
  font-size: 0.688rem;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #F07A18;
}.qpr_faq_h2-s1t {
  font-size: 1.25rem;
  color: #F6EFE3;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.qpr_faq_h2-s1t {
  font-size: 24px;
}
}.qpr_faq_list-s1t {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.qpr_faq_item-s1t {
  border-radius: 0.5rem;
  overflow: hidden;
  background: #1C1710;
  border: 1px solid rgba(255, 255, 255, 0.10);
}.qpr_faq_q-s1t {
  transition: color .2s;
  gap: 0.75rem;
  padding: 16px 1.25rem;
  overflow-wrap: break-word;
  cursor: pointer;
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #D4C6B0;
  align-items: center;
  font-weight: 600;
}.qpr_faq_q-s1t:hover {
  color: #F6EFE3;
}.qpr_faq_q_ic-s1t {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  font-size: 16px;
  flex-shrink: 0;
  width: 1.5rem;
  display: flex;
  color: #F07A18;
  align-items: center;
  height: 1.5rem;
  justify-content: center;
}.qpr_faq_item-s1t.qpr_state_open-s1t .qpr_faq_q_ic-s1t {
  transform: rotate(45deg);
}.qpr_faq_a-s1t {
  padding: 0 1.25rem 16px;
  line-height: 1.7;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  display: none;
  color: #87745C;
}.qpr_faq_item-s1t.qpr_state_open-s1t .qpr_faq_a-s1t {
  display: block;
}.qpr_faq_a-s1t strong {
  color: #D4C6B0;
  font-weight: 700;
}.qpr_faq_a-s1t a {
  color: #F07A18;
  text-decoration: underline;
}.qpr_faq_a-s1t ul,.qpr_faq_a-s1t ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.qpr_faq_a-s1t ol {
  list-style: decimal;
}.qpr_faq_a-s1t li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.qpr_faq_a-s1t table {
  margin: 0.5rem 0;
  font-size: 0.75rem;
  display: block;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 769px) {.qpr_faq_a-s1t table {
  display: table;
}
}.qpr_faq_a-s1t th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 8px;
  font-weight: 700;
  color: #D4C6B0;
  text-align: left;
}.qpr_faq_a-s1t td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #87745C;
}.qpr_seo-s1t {
  background: #100D09;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.qpr_seo-s1t {
  padding: 44px 1.5rem 0;
}
}.qpr_seo_in-s1t {
  border: 1px solid rgba(255, 255, 255, 0.10);
  margin: 0 auto;
  border-radius: 0.75rem;
  padding: 28px 24px;
  background: #1C1710;
  max-width: 82.5rem;
}
@media(min-width:768px) {.qpr_seo_in-s1t {
  padding: 36px 2.5rem;
}
}.qpr_seo_label-s1t {
  font-weight: 700;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  color: #F07A18;
}.qpr_seo_h2-s1t {
  line-height: 1.25;
  font-size: 20px;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F6EFE3;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 770px) {.qpr_seo_h2-s1t {
  font-size: 1.5rem;
}
}.qpr_seo_body-s1t {
  color: #A8947A;
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
}.qpr_seo_body-s1t p {
  line-height: 1.75;
  font-size: 14px;
  color: #A8947A;
  margin-bottom: 12px;
}.qpr_seo_body-s1t p:last-child {
  margin-bottom: 0;
}.qpr_seo_body-s1t strong {
  font-weight: 700;
  color: #D4C6B0;
}.qpr_seo_body-s1t a {
  transition: color .2s;
  color: #F07A18;
  text-decoration: underline;
}.qpr_seo_body-s1t a:hover {
  color: #FF8E2E;
}.qpr_seo_body-s1t ul,.qpr_seo_body-s1t ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.qpr_seo_body-s1t ol {
  list-style: decimal;
}.qpr_seo_body-s1t li {
  color: #A8947A;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 0.875rem;
}.qpr_seo_body-s1t table {
  border-collapse: collapse;
  font-size: 0.813rem;
  display: block;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 769px) {.qpr_seo_body-s1t table {
  display: table;
}
}.qpr_seo_body-s1t th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  color: #D4C6B0;
  text-align: left;
  font-weight: 700;
}.qpr_seo_body-s1t td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A8947A;
}.qpr_seo_cols-s1t {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width:640px) {.qpr_seo_cols-s1t {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.qpr_seo_cols-s1t {
  grid-template-columns: repeat(3,1fr);
}
}.qpr_seo_col_h-s1t {
  color: #D4C6B0;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-size: 13px;
}.qpr_seo_col_p-s1t {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
  color: #87745C;
}.qpr_seo_stats-s1t {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.qpr_seo_stat-s1t {
  padding: 0.875rem 1rem;
  flex: 1;
  border-radius: 0.5rem;
  background: rgba(240, 122, 24, 0.07);
  border: 1px solid rgba(240, 122, 24, 0.18);
  min-width: 8.75rem;
}.qpr_seo_stat_val-s1t {
  font-weight: 800;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #F07A18;
}.qpr_seo_stat_lb-s1t {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #87745C;
}.qpr_ft-s1t {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #090705;
  margin-top: 48px;
}.qpr_ft_support-s1t {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
}
@media(min-width:768px) {.qpr_ft_support-s1t {
  padding: 28px 24px;
}
}.qpr_ft_support_in-s1t {
  margin: 0 auto;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  max-width: 82.5rem;
}.qpr_ft_support_main-s1t {
  gap: 16px;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  min-width: 220px;
  display: flex;
}.qpr_ft_support_ic-s1t {
  flex-shrink: 0;
  color: #F07A18;
}.qpr_ft_support_ic-s1t svg {
  height: 30px;
  width: 30px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.qpr_ft_support_text_title-s1t {
  color: #F6EFE3;
  font-weight: 700;
  font-size: 0.938rem;
  margin-bottom: 3px;
  overflow-wrap: break-word;
}.qpr_ft_support_text_sub-s1t {
  color: #87745C;
  overflow-wrap: break-word;
  font-size: 12px;
}.qpr_ft_support_btn-s1t {
  border-radius: 0.5rem;
  transition: background .2s;
  background: #F07A18;
  padding: 0.688rem 1.375rem;
  white-space: nowrap;
  font-weight: 700;
  flex-shrink: 0;
  color: #F6EFE3;
  font-size: 13px;
}.qpr_ft_support_btn-s1t:hover {
  background: #FF8E2E;
}.qpr_ft_support_contacts-s1t {
  gap: 1rem;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.qpr_ft_support_contact-s1t {
  font-size: 12px;
  color: #6B5A46;
  line-height: 1.4;
}.qpr_ft_support_contact-s1t strong {
  color: #A8947A;
  font-size: 11px;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
}.qpr_ft_main-s1t {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 16px 1.5rem;
}
@media(min-width:768px) {.qpr_ft_main-s1t {
  padding: 40px 24px 2rem;
}
}.qpr_ft_main_in-s1t {
  margin: 0 auto;
  gap: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1320px;
}
@media(min-width: 643px) {.qpr_ft_main_in-s1t {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.qpr_ft_main_in-s1t {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.qpr_ft_col_logo-s1t {
  grid-column: 1/-1;
}
@media(min-width: 1082px) {.qpr_ft_col_logo-s1t {
  grid-column: auto;
}
}.qpr_ft_logo-s1t {
  gap: 0.563rem;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  color: #F6EFE3;
  font-weight: 800;
  align-items: center;
}.qpr_ft_logo_mark-s1t {
  overflow: hidden;
  border-radius: 0.25rem;
  height: 30px;
  width: 30px;
}.qpr_ft_logo_mark-s1t img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.qpr_ft_logo_sub-s1t {
  overflow-wrap: break-word;
  max-width: 12.5rem;
  font-size: 12px;
  color: #6B5A46;
  line-height: 1.55;
}.qpr_ft_col_title-s1t {
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 0.75rem;
  letter-spacing: .07em;
  font-weight: 700;
  color: #A8947A;
}.qpr_ft_col_links-s1t {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.qpr_ft_col_link-s1t {
  transition: color .2s;
  font-size: 0.813rem;
  color: #6B5A46;
  overflow-wrap: break-word;
}.qpr_ft_col_link-s1t:hover {
  color: #D4C6B0;
}.qpr_ft_apps-s1t {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.qpr_ft_app_card-s1t {
  padding: 0.625rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  gap: 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}.qpr_ft_app_card-s1t:hover {
  border-color: rgba(240, 122, 24, 0.55);
}.qpr_ft_app_card_ic-s1t svg {
  height: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 22px;
}.qpr_ft_app_card_os-s1t {
  font-size: 0.625rem;
  color: #6B5A46;
  font-weight: 600;
}.qpr_ft_app_card_action-s1t {
  font-weight: 700;
  font-size: 0.75rem;
  color: #D4C6B0;
}.qpr_ft_bot-s1t {
  padding: 1.25rem 16px;
}
@media(min-width: 769px) {.qpr_ft_bot-s1t {
  padding: 20px 24px;
}
}.qpr_ft_bot_in-s1t {
  margin: 0 auto;
  gap: 1rem;
  max-width: 82.5rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.qpr_ft_socials-s1t {
  gap: 0.5rem;
  display: flex;
}.qpr_ft_soc-s1t {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.25rem;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  height: 36px;
  align-items: center;
  color: #A8947A;
  justify-content: center;
  display: flex;
  width: 2.25rem;
}.qpr_ft_soc-s1t svg {
  height: 16px;
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.qpr_ft_soc-s1t:hover {
  background: rgba(255, 255, 255, 0.07);
}.qpr_ft_legal-s1t {
  flex: 1;
  font-size: 0.688rem;
  color: #8A7A65;
  min-width: 200px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.qpr_ft_legal-s1t strong {
  color: #A8947A;
  font-weight: 700;
}.qpr_ft_legal-s1t a {
  color: #A8947A;
  text-decoration: underline;
}.qpr_ft_age-s1t {
  border: 2px solid #8A7A65;
  border-radius: 50%;
  margin-left: auto;
  flex-shrink: 0;
  font-weight: 800;
  display: flex;
  color: #8A7A65;
  height: 2rem;
  align-items: center;
  width: 2rem;
  font-size: 11px;
  justify-content: center;
}