html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0B1920;
  color: #C4D9EA;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  font-family: 'Nunito', sans-serif;
  line-height: 1.6;
}.xqr-layout_54y {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.xqr-page_54y {
  display: flex;
  min-height: 100vh;
}.xqr-main_54y {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width: 1082px) {.xqr-main_54y {
  padding-left: 220px;
}
}
@media (max-width: 1077px) {.xqr-main_54y {
  padding-bottom: 72px;
}
}.xqr-gc_54y {
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 12px;
  transition: transform .2s,border-color .2s;
  background: #0E1D29;
  cursor: pointer;
  width: 8.75rem;
  flex-shrink: 0;
  position: relative;
}
@media(min-width: 642px) {.xqr-gc_54y {
  width: 9.75rem;
}
}
@media(min-width: 1082px) {.xqr-gc_54y {
  width: 10.5rem;
}
}.xqr-gc_54y:hover {
  border-color: rgba(232, 53, 122, 0.07);
  transform: translateY(-3px);
}.xqr-gc_img_54y {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.xqr-gc_img_54y img {
  inset: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
}.xqr-gc_hover_54y {
  background: rgba(6, 15, 21, 0.72);
  transition: opacity .2s;
  inset: 0;
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}.xqr-gc_54y:hover .xqr-gc_hover_54y {
  opacity: 1;
}.xqr-gc_hover_btn_54y {
  padding: 0.5rem 16px;
  background: #E8357A;
  border-radius: 8px;
  font-size: 0.75rem;
  color: #EFF8FF;
  font-weight: 700;
}.xqr-gc_info_54y {
  padding: 0.5rem 10px 10px;
}.xqr-gc_name_54y {
  overflow: hidden;
  font-size: 0.75rem;
  margin-bottom: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #C4D9EA;
  font-weight: 600;
  max-width: 100%;
}.xqr-gc_prov_54y {
  font-size: 0.625rem;
  color: #4A6A7E;
}.xqr-gc_tag_54y {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  z-index: 2;
  top: 6px;
  left: 6px;
  position: absolute;
  font-size: 0.563rem;
}.xqr-gc_tag_hot_54y {
  background: #E53935;
  color: #fff;
}.xqr-gc_tag_new_54y {
  background: #2ECC71;
  color: #0B1920;
}.xqr-gc_tag_jp_54y {
  background: #F5A623;
  color: #0B1920;
}.xqr-gc_tag_ex_54y {
  background: #F5C518;
  color: #fff;
}.xqr-gc_tag_live_54y {
  background: #E53935;
  color: #fff;
}.xqr-gr_54y {
  padding: 2rem 16px 0;
  background: #0B1920;
}
@media(min-width: 769px) {.xqr-gr_54y {
  padding: 36px 24px 0;
}
}.xqr-gr_in_54y {
  margin: 0 auto;
  max-width: 82.5rem;
}.xqr-gr_head_54y {
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}.xqr-gr_head_l_54y {
  gap: 0.625rem;
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
}.xqr-gr_ic_54y {
  border-radius: 0.75rem;
  height: 32px;
  display: flex;
  width: 2rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}.xqr-gr_ic_54y svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
  height: 16px;
}.xqr-gr_title_54y {
  font-size: 1rem;
  font-weight: 700;
  color: #EFF8FF;
  overflow-wrap: break-word;
  font-family: 'Baloo 2', sans-serif;
}
@media(min-width: 770px) {.xqr-gr_title_54y {
  font-size: 1.125rem;
}
}.xqr-gr_more_54y {
  transition: color .2s;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #5F8299;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
}.xqr-gr_more_54y:hover {
  color: #E8357A;
}.xqr-gr_more_54y svg {
  height: 0.75rem;
  width: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.xqr-gr_arrows_54y {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.xqr-gr_arr_54y {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  width: 30px;
  justify-content: center;
  align-items: center;
  height: 30px;
  color: #89AABF;
  display: flex;
}.xqr-gr_arr_54y:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EFF8FF;
}.xqr-gr_arr_54y svg {
  stroke-linejoin: round;
  width: 13px;
  height: 13px;
  stroke-linecap: round;
}.xqr-gr_seo_h_54y {
  margin: 0 0 0.375rem;
  max-width: 42.5rem;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #C4D9EA;
  font-size: 0.813rem;
  font-family: 'Baloo 2', sans-serif;
}
@media(min-width:768px) {.xqr-gr_seo_h_54y {
  font-size: 0.875rem;
}
}.xqr-gr_seo_54y {
  overflow-wrap: break-word;
  max-width: 680px;
  margin-bottom: 12px;
  font-size: 12px;
  color: #5F8299;
  line-height: 1.55;
}.xqr-gr_seo_54y strong {
  font-weight: 600;
  color: #C4D9EA;
}.xqr-gr_scroll_54y {
  gap: 10px;
  padding-bottom: 0.625rem;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.xqr-gr_scroll_54y::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.xqr-gr_scroll_54y {
  gap: 0.75rem;
}
}.xqr-tb_54y {
  background: #0B1920;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  left: 0;
  right: 0;
  height: 3.5rem;
  position: fixed;
  align-items: center;
  z-index: 80;
  top: 0;
  display: flex;
}.xqr-tb_in_54y {
  gap: 0;
  padding: 0 0.875rem;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}.xqr-tb_burger_54y {
  border-radius: 12px;
  gap: 5px;
  flex-direction: column;
  margin-right: 8px;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 38px;
  flex-shrink: 0;
  height: 2.375rem;
}.xqr-tb_burger_54y:hover {
  background: rgba(255, 255, 255, 0.05);
}.xqr-tb_burger_line_54y {
  background: #89AABF;
  border-radius: 1px;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width: 1082px) {.xqr-tb_burger_54y {
  display: none;
}
}.xqr-tb_logo_54y {
  gap: 9px;
  letter-spacing: -.01em;
  align-items: center;
  color: #EFF8FF;
  margin-right: 20px;
  font-size: 1.125rem;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 800;
  flex-shrink: 0;
}.xqr-tb_logo_mark_54y {
  border-radius: 12px;
  overflow: hidden;
  justify-content: center;
  height: 32px;
  width: 2rem;
  display: flex;
  align-items: center;
}.xqr-tb_logo_mark_54y img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.xqr-tb_nav_54y {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width:640px) {.xqr-tb_nav_54y {
  display: flex;
}
}.xqr-tb_tab_54y {
  border-radius: 12px;
  transition: background .15s,color .15s;
  padding: 8px 0.875rem;
  font-weight: 600;
  font-size: 0.813rem;
  color: #89AABF;
  white-space: nowrap;
}.xqr-tb_tab_54y:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EFF8FF;
}.xqr-tb_tab_54y.xqr-state_active_54y {
  background: rgba(232, 53, 122, 0.18);
  color: #EFF8FF;
}.xqr-tb_right_54y {
  gap: 8px;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
  align-items: center;
}.xqr-tb_login_54y {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,color .2s;
  padding: 0.563rem 16px;
  border-radius: 0.75rem;
  color: #C4D9EA;
  font-size: 0.813rem;
  font-weight: 600;
  display: none;
}.xqr-tb_login_54y:hover {
  border-color: rgba(232, 53, 122, 0.45);
  color: #EFF8FF;
}
@media(min-width:480px) {.xqr-tb_login_54y {
  display: block;
}
}.xqr-tb_reg_54y {
  border-radius: 12px;
  padding: 0.563rem 1.125rem;
  background: #2ECC71;
  transition: background .2s;
  font-size: 0.813rem;
  color: #090F14;
  font-weight: 700;
  white-space: nowrap;
}.xqr-tb_reg_54y:hover {
  background: #38DC7E;
}.xqr-sb_54y {
  transition: transform .25s ease;
  background: #112230;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  top: 56px;
  z-index: 70;
  left: 0;
  position: fixed;
  bottom: 0;
  width: 13.75rem;
  overflow-y: auto;
}.xqr-sb_54y.xqr-state_open_54y {
  transform: translateX(0);
}.xqr-sb_54y::-webkit-scrollbar {
  width: 4px;
}.xqr-sb_54y::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1079px) {.xqr-sb_54y {
  transform: translateX(0);
}
}.xqr-sb_auth_54y {
  padding: 0.875rem 0.75rem 10px;
}.xqr-sb_btn_reg_54y {
  border-radius: 0.75rem;
  padding: 11px;
  transition: background .2s;
  background: #2ECC71;
  text-align: center;
  color: #090F14;
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 13px;
}.xqr-sb_btn_reg_54y:hover {
  background: #38DC7E;
}.xqr-sb_btn_login_54y {
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  text-align: center;
  display: block;
  color: #C4D9EA;
  font-weight: 600;
  font-size: 13px;
}.xqr-sb_btn_login_54y:hover {
  border-color: rgba(232, 53, 122, 0.45);
  color: #EFF8FF;
}.xqr-sb_promo_54y {
  border: 1px solid rgba(232, 53, 122, 0.18);
  margin: 0 0.75rem 10px;
  padding: 12px 0.875rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg,#0D2E4A,#112230);
  overflow: hidden;
  position: relative;
}.xqr-sb_promo_54y::before {
  background: radial-gradient(circle,rgba(232, 53, 122, 0.18),transparent 70%);
  border-radius: 50%;
  position: absolute;
  height: 5rem;
  content: '';
  right: -20px;
  top: -20px;
  width: 5rem;
}.xqr-sb_promo_title_54y {
  margin-bottom: 4px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #E8357A;
  font-size: 0.688rem;
  text-transform: uppercase;
}.xqr-sb_promo_text_54y {
  line-height: 1.35;
  font-weight: 600;
  overflow-wrap: break-word;
  color: #EFF8FF;
  font-size: 12px;
}.xqr-sb_promo_sub_54y {
  font-size: 0.625rem;
  color: #5F8299;
  margin-top: 3px;
}.xqr-sb_nav_54y {
  padding: 6px 0.5rem 16px;
}.xqr-sb_nav_lb_54y {
  padding: 0.625rem 0.5rem 6px;
  font-size: 0.625rem;
  color: #4A6A7E;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.xqr-sb_link_54y {
  transition: background .15s,color .15s;
  gap: 10px;
  padding: 0.563rem 0.625rem;
  border-radius: 0.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #89AABF;
  overflow-wrap: break-word;
  font-size: 13px;
  cursor: pointer;
}.xqr-sb_link_54y:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EFF8FF;
}.xqr-sb_link_54y.xqr-state_active_54y {
  background: rgba(232, 53, 122, 0.18);
  color: #EFF8FF;
}.xqr-sb_ic_54y {
  border-radius: 8px;
  height: 30px;
  display: flex;
  justify-content: center;
  width: 30px;
  align-items: center;
  flex-shrink: 0;
}.xqr-sb_ic_54y svg {
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
}.xqr-sb_ic_1_54y {
  background: rgba(232, 53, 122, 0.07);
  color: #E8357A;
}.xqr-sb_ic_2_54y {
  background: rgba(46, 204, 113, 0.15);
  color: #2ECC71;
}.xqr-sb_ic_3_54y {
  background: rgba(245, 166, 35, 0.14);
  color: #F5A623;
}.xqr-sb_ic_4_54y {
  background: rgba(245, 197, 24, 0.15);
  color: #F5C518;
}.xqr-sb_ic_5_54y {
  background: rgba(232, 53, 122, 0.07);
  color: #FF6B8A;
}.xqr-sb_ic_6_54y {
  background: rgba(245, 197, 24, 0.15);
  color: #9B59B6;
}.xqr-sb_badge_54y {
  padding: 2px 7px;
  border-radius: 0.5rem;
  background: #F5A623;
  font-size: 0.563rem;
  margin-left: auto;
  font-weight: 700;
  color: #090F14;
}.xqr-sb_bot_54y {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  gap: 8px;
  display: flex;
}.xqr-sb_lang_54y,.xqr-sb_help_54y {
  transition: border-color .2s;
  flex: 1;
  gap: 6px;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.563rem 6px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  color: #89AABF;
  font-size: 11px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}.xqr-sb_lang_54y:hover,.xqr-sb_help_54y:hover {
  border-color: rgba(232, 53, 122, 0.45);
  color: #EFF8FF;
}.xqr-sb_lang_54y svg,.xqr-sb_help_54y svg {
  width: 13px;
  height: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.xqr-sb_bd_54y {
  inset: 0;
  background: rgba(6, 15, 21, 0.72);
  display: none;
  position: fixed;
  z-index: 69;
}.xqr-sb_bd_54y.xqr-state_on_54y {
  display: block;
}
@media(min-width: 1078px) {.xqr-sb_bd_54y {
  display: none!important;
}
}.xqr-mob_nav_54y {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #112230;
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  position: fixed;
  left: 0;
  z-index: 80;
  display: flex;
  bottom: 0;
  right: 0;
}
@media(min-width: 1079px) {.xqr-mob_nav_54y {
  display: none;
}
}.xqr-mob_nav_item_54y {
  gap: 4px;
  flex: 1;
  padding: 0.25rem 2px;
  flex-direction: column;
  color: #4A6A7E;
  cursor: pointer;
  align-items: center;
  display: flex;
}.xqr-mob_nav_ic_54y {
  line-height: 1;
}.xqr-mob_nav_ic_54y svg {
  stroke-linecap: round;
  width: 20px;
  height: 20px;
  stroke-linejoin: round;
}.xqr-mob_nav_lb_54y {
  color: #4A6A7E;
  font-weight: 600;
  font-size: 0.625rem;
}.xqr-mob_nav_item_54y.xqr-state_active_54y {
  color: #E8357A;
}.xqr-mob_nav_item_54y.xqr-state_active_54y .xqr-mob_nav_lb_54y {
  color: #E8357A;
}.xqr-hero_54y {
  padding: 20px 16px 0;
  background: #0B1920;
}
@media(min-width:768px) {.xqr-hero_54y {
  padding: 24px 1.5rem 0;
}
}.xqr-hero_in_54y {
  gap: 0.75rem;
  margin: 0 auto;
  max-width: 1320px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 863px) {.xqr-hero_in_54y {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1103px) {.xqr-hero_in_54y {
  grid-template-columns: 1fr 21.25rem;
}
}.xqr-hero_promo_54y {
  overflow: hidden;
  background: #0E1D29;
  border-radius: 1.125rem;
  display: flex;
  position: relative;
  min-height: 13.75rem;
  align-items: stretch;
}
@media(min-width: 769px) {.xqr-hero_promo_54y {
  min-height: 17.5rem;
}
}.xqr-hero_promo_bg_54y {
  inset: 0;
  background: linear-gradient(120deg,#0D2E4A 0%,#0B1920 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.xqr-hero_promo_bg_54y::after {
  inset: 0;
  background: linear-gradient(90deg,#0B1920 0%,rgba(6, 15, 21, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.xqr-hero_promo_glow_54y {
  background: radial-gradient(circle,rgba(245, 197, 24, 0.15) 0%,transparent 65%);
  border-radius: 50%;
  position: absolute;
  width: 18.75rem;
  pointer-events: none;
  right: 60px;
  top: -40px;
  height: 300px;
}.xqr-hero_promo_ct_54y {
  padding: 1.75rem 24px 1.75rem 1.75rem;
  justify-content: center;
  display: flex;
  max-width: 30rem;
  z-index: 2;
  flex-direction: column;
  position: relative;
}
@media(min-width:768px) {.xqr-hero_promo_ct_54y {
  padding: 40px 32px;
}
}.xqr-hero_badge_54y {
  background: rgba(232, 53, 122, 0.18);
  padding: 0.313rem 0.75rem;
  border: 1px solid rgba(232, 53, 122, 0.07);
  border-radius: 1.5rem;
  display: inline-block;
  color: #E8357A;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: .08em;
}.xqr-hero_h1_54y {
  color: #EFF8FF;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Baloo 2', sans-serif;
  margin-bottom: 10px;
  line-height: 1.15;
  font-size: 1.625rem;
}.xqr-hero_h1_54y em {
  color: #F5A623;
  font-style: normal;
}
@media(min-width:768px) {.xqr-hero_h1_54y {
  font-size: 2.25rem;
}
}.xqr-hero_sub_54y {
  margin-bottom: 1.25rem;
  line-height: 1.55;
  font-size: 13px;
  color: #89AABF;
}
@media(min-width: 769px) {.xqr-hero_sub_54y {
  font-size: 0.875rem;
}
}.xqr-hero_row_54y {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.xqr-hero_cta_54y {
  transition: background .2s;
  border-radius: 0.75rem;
  background: #2ECC71;
  padding: 0.813rem 1.625rem;
  color: #090F14;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 0 18px rgba(46, 204, 113, 0.48), 0 3px 0.625rem rgba(0, 0, 0, 0.38);
}.xqr-hero_cta_54y:hover {
  background: #38DC7E;
}.xqr-hero_terms_54y {
  font-size: 11px;
  color: #4A6A7E;
}.xqr-hero_game_54y {
  background: #0E1D29;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}.xqr-hero_game_badge_54y {
  border: 1px solid rgba(245, 166, 35, 0.14);
  border-radius: 1.5rem;
  padding: 5px 0.625rem;
  background: rgba(245, 166, 35, 0.14);
  font-size: 0.625rem;
  position: absolute;
  color: #F5A623;
  left: 12px;
  top: 12px;
  z-index: 3;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .06em;
}.xqr-hero_game_badge_54y svg {
  height: 0.688rem;
  width: 0.688rem;
  vertical-align: -1px;
  margin-right: 4px;
}.xqr-hero_game_img_54y {
  overflow: hidden;
  background: linear-gradient(135deg,#0D2E4A,#0B1920);
  position: relative;
  padding-bottom: 60%;
}.xqr-hero_game_img_54y img {
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
}.xqr-hero_game_play_54y {
  background: rgba(6, 15, 21, 0.72);
  transition: opacity .2s;
  inset: 0;
  justify-content: center;
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
}.xqr-hero_game_54y:hover .xqr-hero_game_play_54y {
  opacity: 1;
}.xqr-hero_game_play_54y span {
  background: #E8357A;
  border-radius: 50%;
  align-items: center;
  display: flex;
  width: 3.25rem;
  height: 3.25rem;
  justify-content: center;
}.xqr-hero_game_play_54y span svg {
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 2px;
}.xqr-hero_game_info_54y {
  padding: 14px 1rem;
}.xqr-hero_game_title_54y {
  overflow-wrap: break-word;
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 700;
  color: #EFF8FF;
}.xqr-hero_game_provider_54y {
  font-size: 11px;
  color: #5F8299;
}.xqr-hero_game_btn_54y {
  background: #E8357A;
  margin: 12px 16px 16px;
  border-radius: 12px;
  transition: background .2s;
  padding: 11px;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  color: #EFF8FF;
}.xqr-hero_game_54y:hover .xqr-hero_game_btn_54y {
  background: #F04D8E;
}.xqr-sbar_54y {
  background: #0B1920;
  padding: 16px 16px 0;
}
@media(min-width: 769px) {.xqr-sbar_54y {
  padding: 18px 1.5rem 0;
}
}.xqr-sbar_in_54y {
  margin: 0 auto;
  max-width: 82.5rem;
}.xqr-sbar_row_54y {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 12px;
}.xqr-sbar_input_54y {
  border-radius: 0.75rem;
  background: #0E1D29;
  gap: 10px;
  padding: 0.688rem 16px;
  transition: border-color .2s;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.813rem;
  align-items: center;
  display: flex;
  color: #5F8299;
  cursor: pointer;
}.xqr-sbar_input_54y:hover {
  border-color: rgba(232, 53, 122, 0.45);
}.xqr-sbar_input_54y svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.938rem;
  width: 15px;
  flex-shrink: 0;
}.xqr-sbar_providers_54y {
  gap: 8px;
  transition: border-color .2s;
  padding: 0.688rem 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: #0E1D29;
  white-space: nowrap;
  color: #C4D9EA;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
}.xqr-sbar_providers_54y:hover {
  border-color: rgba(232, 53, 122, 0.45);
  color: #EFF8FF;
}.xqr-sbar_providers_54y svg {
  height: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 14px;
}.xqr-sbar_tabs_54y {
  gap: 0.375rem;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 2px;
  display: flex;
}.xqr-sbar_tabs_54y::-webkit-scrollbar {
  display: none;
}.xqr-sbar_tab_54y {
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  padding: 0.5rem 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  gap: 0.438rem;
  align-items: center;
  font-size: 0.75rem;
  flex-shrink: 0;
  white-space: nowrap;
  color: #89AABF;
  font-weight: 600;
  cursor: pointer;
  display: flex;
}.xqr-sbar_tab_54y:hover {
  border-color: rgba(232, 53, 122, 0.45);
  background: rgba(255, 255, 255, 0.07);
  color: #EFF8FF;
}.xqr-sbar_tab_54y.xqr-state_active_54y {
  background: rgba(232, 53, 122, 0.18);
  border-color: rgba(232, 53, 122, 0.07);
  color: #EFF8FF;
}.xqr-sbar_tab_ic_54y svg {
  width: 14px;
  height: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.xqr-wy_54y {
  background: #0B1920;
  padding: 32px 1rem 0;
}
@media(min-width: 771px) {.xqr-wy_54y {
  padding: 2.5rem 1.5rem 0;
}
}.xqr-wy_in_54y {
  margin: 0 auto;
  max-width: 1320px;
}.xqr-wy_head_54y {
  margin-bottom: 18px;
  max-width: 45rem;
}.xqr-wy_label_54y {
  color: #E8357A;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
}.xqr-wy_h2_54y {
  margin-bottom: 8px;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  color: #EFF8FF;
}
@media(min-width: 769px) {.xqr-wy_h2_54y {
  font-size: 1.5rem;
}
}.xqr-wy_intro_54y {
  margin: 0;
  color: #5F8299;
  font-size: 0.813rem;
  line-height: 1.6;
}.xqr-wy_grid_54y {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.xqr-wy_grid_54y {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.xqr-wy_grid_54y {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.xqr-wy_card_54y {
  border-radius: 0.75rem;
  background: #112230;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 20px;
}.xqr-wy_card_54y:hover {
  transform: translateY(-2px);
  border-color: rgba(232, 53, 122, 0.07);
}.xqr-wy_card_ic_54y {
  border-radius: 50%;
  background: rgba(232, 53, 122, 0.18);
  margin-bottom: 14px;
  display: flex;
  color: #E8357A;
  width: 2.75rem;
  justify-content: center;
  align-items: center;
  height: 44px;
}.xqr-wy_card_ic_54y svg {
  width: 1.375rem;
  height: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.xqr-wy_card_h_54y {
  font-size: 15px;
  overflow-wrap: break-word;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 6px;
  color: #EFF8FF;
}.xqr-wy_card_p_54y {
  color: #5F8299;
  line-height: 1.6;
  font-size: 13px;
  overflow-wrap: break-word;
}.xqr-wy_card_p_54y strong {
  font-weight: 600;
  color: #C4D9EA;
}.xqr-gr_jp_54y {
  border-radius: 1.125rem;
  background: linear-gradient(135deg,#1C0D38 0%,#0B1920 100%);
  overflow: hidden;
  padding: 20px;
  position: relative;
}.xqr-gr_jp_54y::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(245, 197, 24, 0.15) 0%,transparent 70%);
  content: '';
  top: -60px;
  left: -3.75rem;
  position: absolute;
  width: 15.625rem;
  height: 250px;
}.xqr-gr_jp_54y::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(245, 166, 35, 0.14) 0%,transparent 70%);
  position: absolute;
  content: '';
  width: 200px;
  right: 0;
  height: 12.5rem;
  bottom: -40px;
}.xqr-gr_jp_head_54y {
  gap: 1rem;
  position: relative;
  align-items: flex-start;
  z-index: 1;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 16px;
}.xqr-gr_jp_info_54y {
  flex: 1;
}.xqr-gr_jp_label_54y {
  font-size: 11px;
  margin-bottom: 6px;
  letter-spacing: .08em;
  color: #9B59B6;
  font-weight: 700;
  text-transform: uppercase;
}.xqr-gr_jp_label_54y svg {
  vertical-align: -2px;
  stroke-linecap: round;
  height: 0.875rem;
  width: 14px;
  margin-right: 0.25rem;
  stroke-linejoin: round;
}.xqr-gr_jp_amount_54y {
  margin-bottom: 0.25rem;
  color: #EFF8FF;
  font-weight: 800;
  font-size: 2rem;
  font-family: 'Baloo 2', sans-serif;
  line-height: 1;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.xqr-gr_jp_amount_54y {
  font-size: 40px;
}
}.xqr-gr_jp_amount_54y span {
  color: #F5A623;
}.xqr-gr_jp_seo_54y {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  max-width: 30rem;
  line-height: 1.5;
  color: #89AABF;
}.xqr-gr_jp_cta_54y {
  transition: background .2s;
  border: 1px solid rgba(245, 197, 24, 0.15);
  border-radius: 12px;
  background: rgba(245, 197, 24, 0.15);
  padding: 0.688rem 20px;
  white-space: nowrap;
  font-weight: 700;
  align-self: flex-start;
  z-index: 1;
  flex-shrink: 0;
  font-size: 0.813rem;
  color: #EFF8FF;
  margin-top: 0.25rem;
  position: relative;
}.xqr-gr_jp_cta_54y:hover {
  background: #F5C518;
}.xqr-gcg_54y {
  background: #0B1920;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.xqr-gcg_54y {
  padding: 2.75rem 1.5rem 0;
}
}.xqr-gcg_in_54y {
  margin: 0 auto;
  max-width: 82.5rem;
}.xqr-gcg_head_54y {
  margin-bottom: 20px;
  max-width: 720px;
}.xqr-gcg_label_54y {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  color: #E8357A;
}.xqr-gcg_h2_54y {
  margin-bottom: 0.5rem;
  font-family: 'Baloo 2', sans-serif;
  font-size: 1.375rem;
  color: #EFF8FF;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 771px) {.xqr-gcg_h2_54y {
  font-size: 1.75rem;
}
}.xqr-gcg_intro_54y {
  color: #5F8299;
  line-height: 1.6;
  font-size: 13px;
}.xqr-gcg_grid_54y {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.xqr-gcg_grid_54y {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.xqr-gcg_grid_54y {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.xqr-gcg_card_54y {
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border-radius: 18px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  cursor: pointer;
  min-height: 240px;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}.xqr-gcg_card_54y:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 53, 122, 0.18);
}.xqr-gcg_card_bg_54y {
  inset: 0;
  position: absolute;
  z-index: 0;
}.xqr-gcg_card_bg_54y::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.xqr-gcg_card_ic_54y {
  border-radius: 8px;
  background: rgba(0,0,0,.45);
  right: 1.125rem;
  justify-content: center;
  top: 18px;
  z-index: 2;
  align-items: center;
  position: absolute;
  display: flex;
  width: 40px;
  color: #EFF8FF;
  height: 40px;
}.xqr-gcg_card_ic_54y svg {
  height: 20px;
  width: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.xqr-gcg_card_ct_54y {
  z-index: 1;
  position: relative;
}.xqr-gcg_card_h_54y {
  font-size: 1.125rem;
  color: #EFF8FF;
  line-height: 1.2;
  font-weight: 800;
  font-family: 'Baloo 2', sans-serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.xqr-gcg_card_h_54y {
  font-size: 1.25rem;
}
}.xqr-gcg_card_p_54y {
  overflow-wrap: break-word;
  margin-bottom: 10px;
  line-height: 1.55;
  font-size: 12px;
  color: rgba(255,255,255,.82);
}.xqr-gcg_card_p_54y strong {
  font-weight: 600;
  color: #EFF8FF;
}.xqr-gcg_card_cta_54y {
  gap: 4px;
  color: #E8357A;
  text-transform: uppercase;
  display: inline-flex;
  letter-spacing: .04em;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
}.xqr-gcg_card_cta_54y svg {
  height: 12px;
  stroke-linecap: round;
  width: 12px;
  stroke-linejoin: round;
}.xqr-ws_54y {
  background: #0B1920;
  padding: 2rem 1rem 0;
}
@media(min-width: 771px) {.xqr-ws_54y {
  padding: 36px 1.5rem 0;
}
}.xqr-ws_in_54y {
  margin: 0 auto;
  max-width: 1320px;
}.xqr-ws_head_54y {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
  align-items: center;
  justify-content: space-between;
}.xqr-ws_title_54y {
  gap: 0.625rem;
  font-weight: 700;
  flex-wrap: wrap;
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: #EFF8FF;
  font-family: 'Baloo 2', sans-serif;
  overflow-wrap: break-word;
}.xqr-ws_title_ic_54y svg {
  color: #F5A623;
  stroke-linecap: round;
  height: 18px;
  stroke-linejoin: round;
  width: 1.125rem;
}.xqr-ws_online_54y {
  gap: 7px;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #5F8299;
}.xqr-ws_online_dot_54y {
  background: #2ECC71;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(46, 204, 113, 0.15);
}.xqr-ws_scroll_54y {
  gap: 8px;
  padding-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
}.xqr-ws_scroll_54y::-webkit-scrollbar {
  display: none;
}.xqr-wc_54y {
  gap: 0.625rem;
  border-radius: 12px;
  padding: 10px 0.875rem;
  background: #0E1D29;
  border: 1px solid rgba(255, 255, 255, 0.09);
  min-width: 13.75rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.xqr-wc_img_54y {
  background: #112230;
  border-radius: 8px;
  overflow: hidden;
  width: 36px;
  flex-shrink: 0;
  height: 2.25rem;
}.xqr-wc_img_54y img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.xqr-wc_info_54y {
  min-width: 0;
}.xqr-wc_game_54y {
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #C4D9EA;
  font-size: 12px;
}.xqr-wc_player_54y {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.625rem;
  color: #4A6A7E;
}.xqr-wc_amount_54y {
  white-space: nowrap;
  margin-left: auto;
  flex-shrink: 0;
  color: #2ECC71;
  font-size: 0.813rem;
  font-weight: 700;
}.xqr-prov_54y {
  background: #0B1920;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.xqr-prov_54y {
  padding: 2.75rem 1.5rem 0;
}
}.xqr-prov_in_54y {
  margin: 0 auto;
  max-width: 1320px;
}.xqr-prov_head_54y {
  margin-bottom: 1rem;
}.xqr-prov_label_54y {
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  color: #E8357A;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}.xqr-prov_h2_54y {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #EFF8FF;
  margin-bottom: 8px;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
}
@media(min-width: 770px) {.xqr-prov_h2_54y {
  font-size: 24px;
}
}.xqr-prov_seo_54y {
  overflow-wrap: break-word;
  max-width: 620px;
  line-height: 1.6;
  font-size: 0.813rem;
  margin-bottom: 1rem;
  color: #5F8299;
}.xqr-prov_seo_54y strong {
  color: #C4D9EA;
  font-weight: 700;
}.xqr-prov_seo_54y a {
  color: #E8357A;
  text-decoration: underline;
}.xqr-prov_grid_54y {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 639px) {.xqr-prov_grid_54y {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width:1080px) {.xqr-prov_grid_54y {
  grid-template-columns: repeat(8,1fr);
}
}.xqr-prov_card_54y {
  padding: 0.875rem 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 7px;
  background: #0E1D29;
  border-radius: 0.75rem;
  transition: border-color .2s,background .2s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}.xqr-prov_card_54y:hover {
  background: #112230;
  border-color: rgba(232, 53, 122, 0.45);
}.xqr-prov_logo_54y {
  overflow: hidden;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  justify-content: center;
  display: flex;
  height: 44px;
  width: 2.75rem;
}.xqr-prov_logo_54y img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.xqr-prov_name_54y {
  overflow-wrap: break-word;
  font-weight: 600;
  text-align: center;
  font-size: 11px;
  color: #89AABF;
}.xqr-app_54y {
  padding: 36px 1rem 0;
  background: #0B1920;
}
@media(min-width: 771px) {.xqr-app_54y {
  padding: 44px 1.5rem 0;
}
}.xqr-app_in_54y {
  margin: 0 auto;
  max-width: 82.5rem;
}.xqr-app_head_54y {
  margin-bottom: 16px;
}.xqr-app_label_54y {
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #E8357A;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
}.xqr-app_h2_54y {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #EFF8FF;
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
  font-family: 'Baloo 2', sans-serif;
}
@media(min-width: 766px) {.xqr-app_h2_54y {
  font-size: 1.5rem;
}
}.xqr-app_sub_54y {
  line-height: 1.6;
  max-width: 37.5rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #5F8299;
}.xqr-app_sub_54y strong {
  font-weight: 700;
  color: #C4D9EA;
}.xqr-app_cards_54y {
  gap: 10px;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.xqr-app_cards_54y {
  grid-template-columns: repeat(3,1fr);
}
}.xqr-app_card_54y {
  border-radius: 0.75rem;
  gap: 16px;
  overflow: hidden;
  padding: 20px;
  flex-wrap: wrap;
  display: flex;
  position: relative;
  align-items: flex-start;
}.xqr-app_card_ios_54y {
  background: linear-gradient(135deg,rgba(232, 53, 122, 0.18) 0%,#112230 100%);
}.xqr-app_card_android_54y {
  background: linear-gradient(135deg,rgba(46, 204, 113, 0.15) 0%,#112230 100%);
}.xqr-app_card_win_54y {
  background: linear-gradient(135deg,rgba(245, 166, 35, 0.14) 0%,#112230 100%);
}.xqr-app_card_ic_54y svg {
  width: 2.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 2.125rem;
}.xqr-app_card_ic_54y {
  flex-shrink: 0;
  color: #EFF8FF;
}.xqr-app_card_os_54y {
  color: #5F8299;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.xqr-app_card_title_54y {
  margin-bottom: 0.375rem;
  line-height: 1.2;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  color: #EFF8FF;
}.xqr-app_card_text_54y {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  margin-bottom: 14px;
  color: #5F8299;
  line-height: 1.5;
}.xqr-app_card_btn_54y {
  gap: 7px;
  background: rgba(255, 255, 255, 0.12);
  transition: background .2s;
  border: 1px solid rgba(232, 53, 122, 0.45);
  border-radius: 0.5rem;
  padding: 0.625rem 1.125rem;
  color: #EFF8FF;
  font-weight: 700;
  align-items: center;
  font-size: 0.813rem;
  display: inline-flex;
}.xqr-app_card_btn_54y:hover {
  background: rgba(255, 255, 255, 0.07);
}.xqr-bon_54y {
  padding: 2.25rem 1rem 0;
  background: #0B1920;
}
@media(min-width: 769px) {.xqr-bon_54y {
  padding: 44px 1.5rem 0;
}
}.xqr-bon_in_54y {
  margin: 0 auto;
  max-width: 82.5rem;
}.xqr-bon_head_54y {
  margin-bottom: 20px;
}.xqr-bon_label_54y {
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #E8357A;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}.xqr-bon_h2_54y {
  color: #EFF8FF;
  margin-bottom: 0.5rem;
  font-family: 'Baloo 2', sans-serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.xqr-bon_h2_54y {
  font-size: 24px;
}
}.xqr-bon_seo_54y {
  color: #5F8299;
  font-size: 0.813rem;
  max-width: 620px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.xqr-bon_seo_54y strong {
  color: #C4D9EA;
  font-weight: 700;
}.xqr-bon_seo_54y a {
  text-decoration: underline;
  color: #E8357A;
}.xqr-bon_grid_54y {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 638px) {.xqr-bon_grid_54y {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.xqr-bon_grid_54y {
  grid-template-columns: repeat(5,1fr);
}
}.xqr-bon_card_54y {
  transition: border-color .2s,transform .2s;
  padding: 1rem;
  background: #0E1D29;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.75rem;
}.xqr-bon_card_54y:hover {
  border-color: rgba(232, 53, 122, 0.07);
  transform: translateY(-2px);
}.xqr-bon_card_ic_54y svg {
  stroke-linejoin: round;
  width: 26px;
  stroke-linecap: round;
  height: 1.625rem;
}.xqr-bon_card_ic_54y {
  margin-bottom: 0.625rem;
}.xqr-bon_card_type_54y {
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: .06em;
  color: #5F8299;
  text-transform: uppercase;
  margin-bottom: 6px;
}.xqr-bon_card_amount_54y {
  color: #F5A623;
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 0.375rem;
  line-height: 1.1;
}.xqr-bon_card_name_54y {
  color: #EFF8FF;
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 0.813rem;
  margin-bottom: 8px;
}.xqr-bon_card_detail_54y {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  overflow-wrap: break-word;
  padding-top: 0.5rem;
  color: #4A6A7E;
  font-size: 0.688rem;
}.xqr-reg_54y {
  background: #0B1920;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.xqr-reg_54y {
  padding: 2.75rem 1.5rem 0;
}
}.xqr-reg_in_54y {
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 18px;
  background: #112230;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 766px) {.xqr-reg_in_54y {
  padding: 2.5rem;
}
}.xqr-reg_top_54y {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.xqr-reg_top_54y {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.xqr-reg_label_54y {
  font-size: 0.688rem;
  margin-bottom: 10px;
  color: #E8357A;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.xqr-reg_h2_54y {
  margin-bottom: 12px;
  line-height: 1.2;
  font-size: 1.375rem;
  overflow-wrap: break-word;
  font-family: 'Baloo 2', sans-serif;
  color: #EFF8FF;
  font-weight: 800;
}
@media(min-width: 767px) {.xqr-reg_h2_54y {
  font-size: 1.75rem;
}
}.xqr-reg_bonus_54y {
  border-radius: 12px;
  background: rgba(245, 166, 35, 0.14);
  border: 1px solid rgba(245, 166, 35, 0.14);
  gap: 0.5rem;
  padding: 10px 1rem;
  margin-bottom: 1rem;
  align-items: center;
  display: inline-flex;
}.xqr-reg_bonus_amount_54y {
  color: #F5A623;
  font-size: 20px;
  font-weight: 800;
}.xqr-reg_bonus_text_54y {
  line-height: 1.35;
  font-size: 0.813rem;
  color: #89AABF;
}.xqr-reg_cta_btn_54y {
  transition: background .2s;
  padding: 14px 2rem;
  background: #2ECC71;
  border-radius: 0.75rem;
  box-shadow: 0 0 18px rgba(46, 204, 113, 0.48), 0 3px 0.625rem rgba(0, 0, 0, 0.38);
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 700;
  color: #090F14;
  font-size: 15px;
}.xqr-reg_cta_btn_54y:hover {
  background: #38DC7E;
}.xqr-reg_terms_54y {
  font-size: 0.688rem;
  line-height: 1.5;
  color: #4A6A7E;
}.xqr-reg_seo_54y {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 1.25rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  color: #5F8299;
  margin-top: 1.25rem;
}.xqr-reg_seo_54y p {
  color: #5F8299;
  line-height: 1.65;
  margin-bottom: 0.625rem;
  font-size: 13px;
}.xqr-reg_seo_54y p:last-child {
  margin-bottom: 0;
}.xqr-reg_seo_54y strong {
  font-weight: 700;
  color: #C4D9EA;
}.xqr-reg_seo_54y a {
  transition: color .2s;
  color: #E8357A;
  text-decoration: underline;
}.xqr-reg_seo_54y a:hover {
  color: #F04D8E;
}.xqr-reg_seo_54y ul,.xqr-reg_seo_54y ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.xqr-reg_seo_54y ol {
  list-style: decimal;
}.xqr-reg_seo_54y li {
  font-size: 0.813rem;
  color: #5F8299;
  margin-bottom: 4px;
  line-height: 1.65;
}.xqr-reg_seo_54y table {
  font-size: 0.813rem;
  margin-bottom: 0.625rem;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  display: block;
}
@media(min-width: 766px) {.xqr-reg_seo_54y table {
  display: table;
}
}.xqr-reg_seo_54y th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C4D9EA;
  text-align: left;
}.xqr-reg_seo_54y td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #5F8299;
}.xqr-reg_steps_54y {
  gap: 0.875rem;
  flex-direction: column;
  margin-top: 1.75rem;
  display: flex;
}
@media(min-width: 858px) {.xqr-reg_steps_54y {
  margin-top: 0;
}
}.xqr-reg_step_54y {
  background: rgba(255, 255, 255, 0.05);
  gap: 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.xqr-reg_step_num_54y {
  border-radius: 50%;
  border: 1px solid rgba(232, 53, 122, 0.07);
  background: rgba(232, 53, 122, 0.18);
  height: 2.125rem;
  width: 34px;
  color: #E8357A;
  flex-shrink: 0;
  align-items: center;
  font-weight: 800;
  justify-content: center;
  font-size: 14px;
  display: flex;
}.xqr-reg_step_title_54y {
  color: #EFF8FF;
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 700;
}.xqr-reg_step_text_54y {
  line-height: 1.5;
  color: #5F8299;
  font-size: 12px;
}.xqr-reg_trust_54y {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  margin-top: 1.25rem;
  display: flex;
  padding-top: 1.25rem;
}.xqr-reg_trust_item_54y {
  gap: 0.438rem;
  align-items: center;
  color: #5F8299;
  overflow-wrap: break-word;
  display: flex;
  font-size: 12px;
}.xqr-reg_trust_ic_54y svg {
  stroke-linecap: round;
  height: 1rem;
  color: #E8357A;
  width: 16px;
  stroke-linejoin: round;
}.xqr-seo_54y {
  padding: 36px 16px 0;
  background: #0B1920;
}
@media(min-width: 766px) {.xqr-seo_54y {
  padding: 44px 24px 0;
}
}.xqr-seo_in_54y {
  border-radius: 18px;
  margin: 0 auto;
  padding: 28px 1.5rem;
  background: #112230;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 1320px;
}
@media(min-width: 770px) {.xqr-seo_in_54y {
  padding: 36px 2.5rem;
}
}.xqr-seo_label_54y {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  color: #E8357A;
  font-weight: 700;
}.xqr-seo_h2_54y {
  color: #EFF8FF;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.25;
  font-family: 'Baloo 2', sans-serif;
}
@media(min-width: 767px) {.xqr-seo_h2_54y {
  font-size: 24px;
}
}.xqr-seo_body_54y {
  color: #89AABF;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
}.xqr-seo_body_54y p {
  margin-bottom: 12px;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #89AABF;
}.xqr-seo_body_54y p:last-child {
  margin-bottom: 0;
}.xqr-seo_body_54y strong {
  font-weight: 700;
  color: #C4D9EA;
}.xqr-seo_body_54y a {
  transition: color .2s;
  text-decoration: underline;
  color: #E8357A;
}.xqr-seo_body_54y a:hover {
  color: #F04D8E;
}.xqr-seo_body_54y ul,.xqr-seo_body_54y ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.xqr-seo_body_54y ol {
  list-style: decimal;
}.xqr-seo_body_54y li {
  margin-bottom: 0.375rem;
  color: #89AABF;
  line-height: 1.75;
  font-size: 0.875rem;
}.xqr-seo_body_54y table {
  margin-bottom: 12px;
  width: 100%;
  overflow-x: auto;
  display: block;
  font-size: 0.813rem;
  border-collapse: collapse;
}
@media(min-width: 769px) {.xqr-seo_body_54y table {
  display: table;
}
}.xqr-seo_body_54y th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C4D9EA;
  text-align: left;
  font-weight: 700;
}.xqr-seo_body_54y td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #89AABF;
}.xqr-seo_cols_54y {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.xqr-seo_cols_54y {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.xqr-seo_cols_54y {
  grid-template-columns: repeat(3,1fr);
}
}.xqr-seo_col_h_54y {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 700;
  color: #C4D9EA;
  margin-bottom: 7px;
}.xqr-seo_col_p_54y {
  color: #5F8299;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
}.xqr-seo_stats_54y {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.xqr-seo_stat_54y {
  border: 1px solid rgba(232, 53, 122, 0.18);
  background: rgba(232, 53, 122, 0.07);
  padding: 0.875rem 1rem;
  border-radius: 0.75rem;
  flex: 1;
  min-width: 140px;
}.xqr-seo_stat_val_54y {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 4px;
  color: #E8357A;
}.xqr-seo_stat_lb_54y {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #5F8299;
}.xqr-seo_54y {
  padding: 36px 1rem 0;
  background: #0B1920;
}
@media(min-width:768px) {.xqr-seo_54y {
  padding: 44px 24px 0;
}
}.xqr-seo_in_54y {
  border-radius: 1.125rem;
  padding: 28px 24px;
  background: #112230;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 82.5rem;
}
@media(min-width: 765px) {.xqr-seo_in_54y {
  padding: 36px 40px;
}
}.xqr-seo_label_54y {
  font-size: 0.688rem;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #E8357A;
}.xqr-seo_h2_54y {
  font-family: 'Baloo 2', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-weight: 800;
  line-height: 1.25;
  color: #EFF8FF;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.xqr-seo_h2_54y {
  font-size: 1.5rem;
}
}.xqr-seo_body_54y {
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #89AABF;
}.xqr-seo_body_54y p {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #89AABF;
}.xqr-seo_body_54y p:last-child {
  margin-bottom: 0;
}.xqr-seo_body_54y strong {
  color: #C4D9EA;
  font-weight: 700;
}.xqr-seo_body_54y a {
  transition: color .2s;
  color: #E8357A;
  text-decoration: underline;
}.xqr-seo_body_54y a:hover {
  color: #F04D8E;
}.xqr-seo_body_54y ul,.xqr-seo_body_54y ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.xqr-seo_body_54y ol {
  list-style: decimal;
}.xqr-seo_body_54y li {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.75;
  color: #89AABF;
}.xqr-seo_body_54y table {
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 13px;
}
@media(min-width: 766px) {.xqr-seo_body_54y table {
  display: table;
}
}.xqr-seo_body_54y th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  color: #C4D9EA;
  text-align: left;
  font-weight: 700;
}.xqr-seo_body_54y td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #89AABF;
}.xqr-seo_cols_54y {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 637px) {.xqr-seo_cols_54y {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.xqr-seo_cols_54y {
  grid-template-columns: repeat(3,1fr);
}
}.xqr-seo_col_h_54y {
  font-size: 13px;
  margin-bottom: 7px;
  color: #C4D9EA;
  font-weight: 700;
  overflow-wrap: break-word;
}.xqr-seo_col_p_54y {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #5F8299;
  line-height: 1.65;
}.xqr-seo_stats_54y {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.xqr-seo_stat_54y {
  border: 1px solid rgba(232, 53, 122, 0.18);
  background: rgba(232, 53, 122, 0.07);
  border-radius: 0.75rem;
  padding: 0.875rem 16px;
  flex: 1;
  min-width: 140px;
}.xqr-seo_stat_val_54y {
  font-weight: 800;
  color: #E8357A;
  font-size: 20px;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.xqr-seo_stat_lb_54y {
  font-size: 0.688rem;
  color: #5F8299;
  overflow-wrap: break-word;
}.xqr-seo_54y {
  padding: 36px 16px 0;
  background: #0B1920;
}
@media(min-width: 765px) {.xqr-seo_54y {
  padding: 2.75rem 24px 0;
}
}.xqr-seo_in_54y {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 28px 1.5rem;
  border-radius: 1.125rem;
  background: #112230;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 770px) {.xqr-seo_in_54y {
  padding: 2.25rem 40px;
}
}.xqr-seo_label_54y {
  color: #E8357A;
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.xqr-seo_h2_54y {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  color: #EFF8FF;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.xqr-seo_h2_54y {
  font-size: 24px;
}
}.xqr-seo_body_54y {
  font-size: 14px;
  color: #89AABF;
  line-height: 1.75;
  overflow-wrap: break-word;
}.xqr-seo_body_54y p {
  font-size: 0.875rem;
  color: #89AABF;
  margin-bottom: 12px;
  line-height: 1.75;
}.xqr-seo_body_54y p:last-child {
  margin-bottom: 0;
}.xqr-seo_body_54y strong {
  font-weight: 700;
  color: #C4D9EA;
}.xqr-seo_body_54y a {
  transition: color .2s;
  text-decoration: underline;
  color: #E8357A;
}.xqr-seo_body_54y a:hover {
  color: #F04D8E;
}.xqr-seo_body_54y ul,.xqr-seo_body_54y ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.xqr-seo_body_54y ol {
  list-style: decimal;
}.xqr-seo_body_54y li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #89AABF;
  font-size: 14px;
}.xqr-seo_body_54y table {
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 12px;
  width: 100%;
  font-size: 0.813rem;
  display: block;
}
@media(min-width: 769px) {.xqr-seo_body_54y table {
  display: table;
}
}.xqr-seo_body_54y th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C4D9EA;
  text-align: left;
  font-weight: 700;
}.xqr-seo_body_54y td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #89AABF;
}.xqr-seo_cols_54y {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.xqr-seo_cols_54y {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.xqr-seo_cols_54y {
  grid-template-columns: repeat(3,1fr);
}
}.xqr-seo_col_h_54y {
  color: #C4D9EA;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 700;
  margin-bottom: 7px;
}.xqr-seo_col_p_54y {
  color: #5F8299;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
}.xqr-seo_stats_54y {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.xqr-seo_stat_54y {
  flex: 1;
  border-radius: 12px;
  background: rgba(232, 53, 122, 0.07);
  padding: 0.875rem 16px;
  border: 1px solid rgba(232, 53, 122, 0.18);
  min-width: 140px;
}.xqr-seo_stat_val_54y {
  margin-bottom: 4px;
  color: #E8357A;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
}.xqr-seo_stat_lb_54y {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #5F8299;
}.xqr-faq_54y {
  padding: 36px 16px 0;
  background: #0B1920;
}
@media(min-width: 771px) {.xqr-faq_54y {
  padding: 44px 24px 0;
}
}.xqr-faq_in_54y {
  margin: 0 auto;
  max-width: 1320px;
}.xqr-faq_head_54y {
  margin-bottom: 1.25rem;
}.xqr-faq_label_54y {
  letter-spacing: .08em;
  font-weight: 700;
  color: #E8357A;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.688rem;
}.xqr-faq_h2_54y {
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Baloo 2', sans-serif;
  color: #EFF8FF;
  font-weight: 800;
}
@media(min-width: 766px) {.xqr-faq_h2_54y {
  font-size: 1.5rem;
}
}.xqr-faq_list_54y {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.xqr-faq_item_54y {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #112230;
  border-radius: 12px;
  overflow: hidden;
}.xqr-faq_q_54y {
  padding: 16px 1.25rem;
  gap: 12px;
  transition: color .2s;
  color: #C4D9EA;
  justify-content: space-between;
  overflow-wrap: break-word;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.875rem;
}.xqr-faq_q_54y:hover {
  color: #EFF8FF;
}.xqr-faq_q_ic_54y {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  height: 24px;
  width: 1.5rem;
  align-items: center;
  flex-shrink: 0;
  font-size: 16px;
  justify-content: center;
  color: #E8357A;
}.xqr-faq_item_54y.xqr-state_open_54y .xqr-faq_q_ic_54y {
  transform: rotate(45deg);
}.xqr-faq_a_54y {
  padding: 0 20px 16px;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.7;
  color: #5F8299;
  display: none;
}.xqr-faq_item_54y.xqr-state_open_54y .xqr-faq_a_54y {
  display: block;
}.xqr-faq_a_54y strong {
  color: #C4D9EA;
  font-weight: 700;
}.xqr-faq_a_54y a {
  text-decoration: underline;
  color: #E8357A;
}.xqr-faq_a_54y ul,.xqr-faq_a_54y ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.xqr-faq_a_54y ol {
  list-style: decimal;
}.xqr-faq_a_54y li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.xqr-faq_a_54y table {
  margin: 0.5rem 0;
  display: block;
  font-size: 12px;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 770px) {.xqr-faq_a_54y table {
  display: table;
}
}.xqr-faq_a_54y th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 8px;
  text-align: left;
  font-weight: 700;
  color: #C4D9EA;
}.xqr-faq_a_54y td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 8px;
  color: #5F8299;
}.xqr-rv_54y {
  padding: 36px 16px 0;
  background: #0B1920;
}
@media(min-width: 769px) {.xqr-rv_54y {
  padding: 44px 1.5rem 0;
}
}.xqr-rv_in_54y {
  margin: 0 auto;
  max-width: 82.5rem;
}.xqr-rv_head_54y {
  max-width: 45rem;
  margin-bottom: 20px;
}.xqr-rv_label_54y {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 11px;
  color: #E8357A;
}.xqr-rv_h2_54y {
  color: #EFF8FF;
  font-weight: 800;
  margin-bottom: 0.625rem;
  font-size: 22px;
  overflow-wrap: break-word;
  font-family: 'Baloo 2', sans-serif;
}
@media(min-width: 766px) {.xqr-rv_h2_54y {
  font-size: 1.75rem;
}
}.xqr-rv_stats_54y {
  gap: 18px;
  flex-wrap: wrap;
  display: flex;
  font-size: 0.813rem;
  color: #5F8299;
  align-items: center;
}.xqr-rv_stats_score_54y {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.xqr-rv_stats_score_val_54y {
  font-weight: 800;
  font-size: 22px;
  font-family: 'Baloo 2', sans-serif;
  color: #F5A623;
}.xqr-rv_stats_score_max_54y {
  color: #4A6A7E;
  font-size: 13px;
}.xqr-rv_stats_badge_54y {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.xqr-rv_stats_badge_54y svg {
  color: #F5A623;
  height: 14px;
  width: 14px;
}.xqr-rv_grid_54y {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.xqr-rv_grid_54y {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.xqr-rv_grid_54y {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.xqr-rv_card_54y {
  border-radius: 0.75rem;
  padding: 20px;
  background: #112230;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  flex-direction: column;
}.xqr-rv_card_stars_54y {
  gap: 2px;
  color: #F5A623;
  display: flex;
  margin-bottom: 0.625rem;
}.xqr-rv_card_stars_54y svg {
  height: 14px;
  width: 14px;
}.xqr-rv_card_h_54y {
  color: #EFF8FF;
  margin-bottom: 8px;
  line-height: 1.3;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 14px;
}.xqr-rv_card_body_54y {
  flex: 1;
  line-height: 1.65;
  margin-bottom: 0.875rem;
  color: #5F8299;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.xqr-rv_card_body_54y strong {
  font-weight: 600;
  color: #C4D9EA;
}.xqr-rv_card_meta_54y {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 12px;
}.xqr-rv_card_author_54y {
  font-weight: 600;
  color: #C4D9EA;
  font-size: 12px;
}.xqr-rv_card_date_54y {
  font-size: 11px;
  color: #4A6A7E;
}.xqr-pmt_54y {
  background: #0B1920;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.xqr-pmt_54y {
  padding: 2.75rem 24px 0;
}
}.xqr-pmt_in_54y {
  margin: 0 auto;
  max-width: 1320px;
}.xqr-pmt_head_54y {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.xqr-pmt_label_54y {
  color: #E8357A;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 11px;
}.xqr-pmt_h2_54y {
  font-weight: 800;
  font-family: 'Baloo 2', sans-serif;
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  color: #EFF8FF;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.xqr-pmt_h2_54y {
  font-size: 1.75rem;
}
}.xqr-pmt_intro_54y {
  font-size: 14px;
  color: #5F8299;
  line-height: 1.6;
  overflow-wrap: break-word;
}.xqr-pmt_groups_54y {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.xqr-pmt_group_54y {
  background: #112230;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.xqr-pmt_group_head_54y {
  gap: 12px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.xqr-pmt_group_ic_54y {
  border-radius: 8px;
  background: rgba(232, 53, 122, 0.18);
  color: #E8357A;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 36px;
  height: 2.25rem;
  justify-content: center;
}.xqr-pmt_group_ic_54y svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.125rem;
  width: 18px;
}.xqr-pmt_group_h_54y {
  margin: 0;
  color: #EFF8FF;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Baloo 2', sans-serif;
  overflow-wrap: break-word;
}.xqr-pmt_group_p_54y {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  color: #5F8299;
  line-height: 1.6;
}.xqr-pmt_group_p_54y strong {
  color: #C4D9EA;
  font-weight: 600;
}.xqr-pmt_table_wrap_54y {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.xqr-pmt_table_54y {
  border-collapse: collapse;
  font-size: 0.813rem;
  min-width: 540px;
  width: 100%;
}.xqr-pmt_table_54y th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-transform: uppercase;
  letter-spacing: .04em;
  white-space: nowrap;
  text-align: left;
  font-weight: 700;
  font-size: 0.688rem;
  color: #C4D9EA;
}.xqr-pmt_table_54y td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  color: #5F8299;
}.xqr-pmt_table_54y tbody tr:last-child td {
  border-bottom: none;
}.xqr-pmt_table_54y tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C4D9EA;
}.xqr-ft_54y {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #060F15;
  margin-top: 3rem;
}.xqr-ft_support_54y {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 766px) {.xqr-ft_support_54y {
  padding: 1.75rem 24px;
}
}.xqr-ft_support_in_54y {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  max-width: 1320px;
  flex-wrap: wrap;
}.xqr-ft_support_main_54y {
  flex: 1;
  gap: 1rem;
  min-width: 220px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.xqr-ft_support_ic_54y {
  color: #E8357A;
  flex-shrink: 0;
}.xqr-ft_support_ic_54y svg {
  stroke-linejoin: round;
  width: 1.875rem;
  stroke-linecap: round;
  height: 30px;
}.xqr-ft_support_text_title_54y {
  font-weight: 700;
  margin-bottom: 3px;
  color: #EFF8FF;
  overflow-wrap: break-word;
  font-size: 0.938rem;
}.xqr-ft_support_text_sub_54y {
  color: #5F8299;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.xqr-ft_support_btn_54y {
  padding: 0.688rem 22px;
  transition: background .2s;
  background: #E8357A;
  border-radius: 12px;
  flex-shrink: 0;
  font-weight: 700;
  color: #EFF8FF;
  white-space: nowrap;
  font-size: 0.813rem;
}.xqr-ft_support_btn_54y:hover {
  background: #F04D8E;
}.xqr-ft_support_contacts_54y {
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.xqr-ft_support_contact_54y {
  color: #4A6A7E;
  line-height: 1.4;
  font-size: 0.75rem;
}.xqr-ft_support_contact_54y strong {
  color: #89AABF;
  display: block;
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 600;
}.xqr-ft_main_54y {
  padding: 32px 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 766px) {.xqr-ft_main_54y {
  padding: 40px 24px 2rem;
}
}.xqr-ft_main_in_54y {
  gap: 24px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1320px;
  display: grid;
}
@media(min-width: 641px) {.xqr-ft_main_in_54y {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.xqr-ft_main_in_54y {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.xqr-ft_col_logo_54y {
  grid-column: 1/-1;
}
@media(min-width: 1082px) {.xqr-ft_col_logo_54y {
  grid-column: auto;
}
}.xqr-ft_logo_54y {
  gap: 9px;
  display: flex;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  font-size: 1rem;
  flex-wrap: wrap;
  font-weight: 800;
  color: #EFF8FF;
  align-items: center;
}.xqr-ft_logo_mark_54y {
  overflow: hidden;
  border-radius: 8px;
  height: 1.875rem;
  width: 1.875rem;
}.xqr-ft_logo_mark_54y img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.xqr-ft_logo_sub_54y {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #4A6A7E;
  line-height: 1.55;
  max-width: 12.5rem;
}.xqr-ft_col_title_54y {
  margin-bottom: 14px;
  letter-spacing: .07em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #89AABF;
}.xqr-ft_col_links_54y {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.xqr-ft_col_link_54y {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #4A6A7E;
  font-size: 13px;
}.xqr-ft_col_link_54y:hover {
  color: #C4D9EA;
}.xqr-ft_apps_54y {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.xqr-ft_app_card_54y {
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  padding: 0.625rem 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  display: flex;
  align-items: center;
}.xqr-ft_app_card_54y:hover {
  border-color: rgba(232, 53, 122, 0.45);
}.xqr-ft_app_card_ic_54y svg {
  width: 22px;
  height: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.xqr-ft_app_card_os_54y {
  color: #4A6A7E;
  font-weight: 600;
  font-size: 10px;
}.xqr-ft_app_card_action_54y {
  font-weight: 700;
  font-size: 0.75rem;
  color: #C4D9EA;
}.xqr-ft_bot_54y {
  padding: 1.25rem 16px;
}
@media(min-width: 769px) {.xqr-ft_bot_54y {
  padding: 20px 24px;
}
}.xqr-ft_bot_in_54y {
  gap: 16px;
  margin: 0 auto;
  max-width: 82.5rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.xqr-ft_socials_54y {
  gap: 0.5rem;
  display: flex;
}.xqr-ft_soc_54y {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .2s;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  height: 36px;
  color: #89AABF;
  width: 36px;
  align-items: center;
}.xqr-ft_soc_54y svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
  height: 16px;
}.xqr-ft_soc_54y:hover {
  background: rgba(255, 255, 255, 0.07);
}.xqr-ft_legal_54y {
  flex: 1;
  font-size: 11px;
  color: #7A9DB5;
  line-height: 1.6;
  min-width: 12.5rem;
  overflow-wrap: break-word;
}.xqr-ft_legal_54y strong {
  font-weight: 700;
  color: #89AABF;
}.xqr-ft_legal_54y a {
  color: #89AABF;
  text-decoration: underline;
}.xqr-ft_age_54y {
  border: 2px solid #7A9DB5;
  border-radius: 50%;
  display: flex;
  font-weight: 800;
  width: 32px;
  align-items: center;
  flex-shrink: 0;
  height: 32px;
  justify-content: center;
  font-size: 11px;
  margin-left: auto;
  color: #7A9DB5;
}