html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0C1118;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  font-family: 'Rajdhani', sans-serif;
  min-height: 100vh;
  color: #A4BCCA;
}.uxj_layout_pok {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.uxj_page_pok {
  display: flex;
  min-height: 100vh;
}.uxj_main_pok {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width: 1083px) {.uxj_main_pok {
  padding-left: 220px;
}
}
@media (max-width: 1082px) {.uxj_main_pok {
  padding-bottom: 72px;
}
}.uxj_gc_pok {
  background: #0F1620;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.05);
  transition: transform .2s,border-color .2s;
  flex-shrink: 0;
  width: 8.75rem;
  cursor: pointer;
  position: relative;
}
@media(min-width: 639px) {.uxj_gc_pok {
  width: 9.75rem;
}
}
@media(min-width: 1083px) {.uxj_gc_pok {
  width: 10.5rem;
}
}.uxj_gc_pok:hover {
  transform: translateY(-3px);
  border-color: rgba(0,200,215,0.07);
}.uxj_gc_img_pok {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.uxj_gc_img_pok img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.uxj_gc_hover_pok {
  background: rgba(6,10,16,0.72);
  inset: 0;
  transition: opacity .2s;
  display: flex;
  align-items: center;
  opacity: 0;
  justify-content: center;
  position: absolute;
}.uxj_gc_pok:hover .uxj_gc_hover_pok {
  opacity: 1;
}.uxj_gc_hover_btn_pok {
  padding: 8px 1rem;
  border-radius: 4px;
  background: #00C8D7;
  font-size: 12px;
  color: #E6F2F6;
  font-weight: 700;
}.uxj_gc_info_pok {
  padding: 0.5rem 10px 0.625rem;
}.uxj_gc_name_pok {
  overflow: hidden;
  color: #A4BCCA;
  max-width: 100%;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}.uxj_gc_prov_pok {
  font-size: 0.625rem;
  color: #405060;
}.uxj_gc_tag_pok {
  padding: 2px 0.438rem;
  border-radius: 4px;
  text-transform: uppercase;
  z-index: 2;
  position: absolute;
  letter-spacing: .04em;
  font-weight: 700;
  top: 0.375rem;
  font-size: 0.563rem;
  left: 6px;
}.uxj_gc_tag_hot_pok {
  background: #EF4444;
  color: #fff;
}.uxj_gc_tag_new_pok {
  background: #22C55E;
  color: #0C1118;
}.uxj_gc_tag_jp_pok {
  background: #F0A820;
  color: #0C1118;
}.uxj_gc_tag_ex_pok {
  background: #0B6E82;
  color: #fff;
}.uxj_gc_tag_live_pok {
  background: #EF4444;
  color: #fff;
}.uxj_gr_pok {
  padding: 32px 16px 0;
  background: #0C1118;
}
@media(min-width: 771px) {.uxj_gr_pok {
  padding: 2.25rem 1.5rem 0;
}
}.uxj_gr_in_pok {
  margin: 0 auto;
  max-width: 82.5rem;
}.uxj_gr_head_pok {
  gap: 0.75rem;
  margin-bottom: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.uxj_gr_head_l_pok {
  gap: 0.625rem;
  flex: 1;
  display: flex;
  min-width: 0;
  align-items: center;
}.uxj_gr_ic_pok {
  border-radius: 8px;
  height: 2rem;
  flex-shrink: 0;
  justify-content: center;
  width: 2rem;
  display: flex;
  align-items: center;
}.uxj_gr_ic_pok svg {
  stroke-linecap: round;
  height: 1rem;
  width: 16px;
  stroke-linejoin: round;
}.uxj_gr_title_pok {
  font-weight: 700;
  font-family: 'Orbitron', sans-serif;
  font-size: 1rem;
  overflow-wrap: break-word;
  color: #E6F2F6;
}
@media(min-width: 765px) {.uxj_gr_title_pok {
  font-size: 1.125rem;
}
}.uxj_gr_more_pok {
  gap: 5px;
  transition: color .2s;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
  font-size: 12px;
  flex-shrink: 0;
  color: #506070;
  display: flex;
}.uxj_gr_more_pok:hover {
  color: #00C8D7;
}.uxj_gr_more_pok svg {
  width: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 12px;
}.uxj_gr_arrows_pok {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.uxj_gr_arr_pok {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  color: #7090A0;
  align-items: center;
}.uxj_gr_arr_pok:hover {
  background: rgba(255,255,255,0.07);
  color: #E6F2F6;
}.uxj_gr_arr_pok svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.813rem;
  height: 0.813rem;
}.uxj_gr_seo_h_pok {
  margin: 0 0 6px;
  font-family: 'Orbitron', sans-serif;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #A4BCCA;
  font-size: 13px;
  max-width: 680px;
}
@media(min-width:768px) {.uxj_gr_seo_h_pok {
  font-size: 0.875rem;
}
}.uxj_gr_seo_pok {
  max-width: 680px;
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 12px;
  margin-bottom: 12px;
  color: #506070;
}.uxj_gr_seo_pok strong {
  font-weight: 600;
  color: #A4BCCA;
}.uxj_gr_scroll_pok {
  gap: 0.625rem;
  scrollbar-width: none;
  padding-bottom: 10px;
  overflow-x: auto;
  display: flex;
  -webkit-overflow-scrolling: touch;
}.uxj_gr_scroll_pok::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.uxj_gr_scroll_pok {
  gap: 12px;
}
}.uxj_tb_pok {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #0C1118;
  position: fixed;
  top: 0;
  display: flex;
  left: 0;
  height: 3.5rem;
  right: 0;
  z-index: 80;
  align-items: center;
}.uxj_tb_in_pok {
  padding: 0 14px;
  gap: 0;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}.uxj_tb_burger_pok {
  gap: 5px;
  border-radius: 0.5rem;
  margin-right: 8px;
  justify-content: center;
  display: flex;
  height: 38px;
  width: 2.375rem;
  flex-shrink: 0;
  align-items: center;
  flex-direction: column;
}.uxj_tb_burger_pok:hover {
  background: rgba(255,255,255,0.05);
}.uxj_tb_burger_line_pok {
  border-radius: 1px;
  background: #7090A0;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width: 1081px) {.uxj_tb_burger_pok {
  display: none;
}
}.uxj_tb_logo_pok {
  gap: 0.563rem;
  display: flex;
  font-size: 1.125rem;
  margin-right: 1.25rem;
  color: #E6F2F6;
  letter-spacing: -.01em;
  font-weight: 800;
  flex-shrink: 0;
  align-items: center;
  overflow-wrap: break-word;
}.uxj_tb_logo_mark_pok {
  border-radius: 0.5rem;
  overflow: hidden;
  align-items: center;
  height: 2rem;
  justify-content: center;
  display: flex;
  width: 2rem;
}.uxj_tb_logo_mark_pok img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.uxj_tb_nav_pok {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 638px) {.uxj_tb_nav_pok {
  display: flex;
}
}.uxj_tb_tab_pok {
  padding: 0.5rem 14px;
  transition: background .15s,color .15s;
  border-radius: 8px;
  white-space: nowrap;
  color: #7090A0;
  font-weight: 600;
  font-size: 13px;
}.uxj_tb_tab_pok:hover {
  background: rgba(255,255,255,0.05);
  color: #E6F2F6;
}.uxj_tb_tab_pok.uxj_state_active_pok {
  background: rgba(0,200,215,0.15);
  color: #E6F2F6;
}.uxj_tb_right_pok {
  gap: 8px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-left: auto;
}.uxj_tb_login_pok {
  padding: 9px 1rem;
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color .2s,color .2s;
  font-weight: 600;
  color: #A4BCCA;
  display: none;
  font-size: 0.813rem;
}.uxj_tb_login_pok:hover {
  border-color: rgba(0,200,215,0.45);
  color: #E6F2F6;
}
@media(min-width: 478px) {.uxj_tb_login_pok {
  display: block;
}
}.uxj_tb_reg_pok {
  background: #22C55E;
  border-radius: 8px;
  padding: 9px 18px;
  transition: background .2s;
  font-size: 0.813rem;
  font-weight: 700;
  color: #071018;
  white-space: nowrap;
}.uxj_tb_reg_pok:hover {
  background: #2ED370;
}.uxj_sb_pok {
  border-right: 1px solid rgba(255,255,255,0.05);
  background: #131C26;
  transition: transform .25s ease;
  transform: translateX(-100%);
  overflow-y: auto;
  position: fixed;
  bottom: 0;
  width: 220px;
  z-index: 70;
  left: 0;
  top: 3.5rem;
}.uxj_sb_pok.uxj_state_open_pok {
  transform: translateX(0);
}.uxj_sb_pok::-webkit-scrollbar {
  width: 4px;
}.uxj_sb_pok::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1077px) {.uxj_sb_pok {
  transform: translateX(0);
}
}.uxj_sb_auth_pok {
  padding: 0.875rem 12px 0.625rem;
}.uxj_sb_btn_reg_pok {
  background: #22C55E;
  transition: background .2s;
  padding: 0.688rem;
  border-radius: 8px;
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 13px;
  color: #071018;
  text-align: center;
}.uxj_sb_btn_reg_pok:hover {
  background: #2ED370;
}.uxj_sb_btn_login_pok {
  padding: 0.625rem;
  border-radius: 0.5rem;
  transition: border-color .2s;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  font-size: 0.813rem;
  color: #A4BCCA;
  text-align: center;
  font-weight: 600;
  display: block;
}.uxj_sb_btn_login_pok:hover {
  border-color: rgba(0,200,215,0.45);
  color: #E6F2F6;
}.uxj_sb_promo_pok {
  overflow: hidden;
  background: linear-gradient(135deg,#0A1F2E,#131C26);
  padding: 12px 0.875rem;
  margin: 0 12px 10px;
  border: 1px solid rgba(0,200,215,0.15);
  border-radius: 8px;
  position: relative;
}.uxj_sb_promo_pok::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(0,200,215,0.15),transparent 70%);
  width: 5rem;
  height: 80px;
  position: absolute;
  content: '';
  right: -20px;
  top: -1.25rem;
}.uxj_sb_promo_title_pok {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  color: #00C8D7;
  margin-bottom: 0.25rem;
  letter-spacing: .06em;
}.uxj_sb_promo_text_pok {
  overflow-wrap: break-word;
  line-height: 1.35;
  color: #E6F2F6;
  font-weight: 600;
  font-size: 0.75rem;
}.uxj_sb_promo_sub_pok {
  color: #506070;
  font-size: 0.625rem;
  margin-top: 3px;
}.uxj_sb_nav_pok {
  padding: 0.375rem 8px 16px;
}.uxj_sb_nav_lb_pok {
  padding: 0.625rem 8px 0.375rem;
  font-size: 0.625rem;
  font-weight: 700;
  color: #405060;
  text-transform: uppercase;
  letter-spacing: .08em;
}.uxj_sb_link_pok {
  transition: background .15s,color .15s;
  padding: 0.563rem 0.625rem;
  border-radius: 4px;
  gap: 0.625rem;
  color: #7090A0;
  font-weight: 500;
  display: flex;
  font-size: 13px;
  align-items: center;
  cursor: pointer;
  overflow-wrap: break-word;
}.uxj_sb_link_pok:hover {
  background: rgba(255,255,255,0.05);
  color: #E6F2F6;
}.uxj_sb_link_pok.uxj_state_active_pok {
  background: rgba(0,200,215,0.15);
  color: #E6F2F6;
}.uxj_sb_ic_pok {
  border-radius: 0.25rem;
  align-items: center;
  width: 1.875rem;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  height: 30px;
}.uxj_sb_ic_pok svg {
  stroke-linejoin: round;
  height: 16px;
  width: 16px;
  stroke-linecap: round;
}.uxj_sb_ic_1_pok {
  background: rgba(0,200,215,0.07);
  color: #00C8D7;
}.uxj_sb_ic_2_pok {
  background: rgba(34,197,94,0.15);
  color: #22C55E;
}.uxj_sb_ic_3_pok {
  background: rgba(240,168,32,0.15);
  color: #F0A820;
}.uxj_sb_ic_4_pok {
  background: rgba(11,110,130,0.28);
  color: #0B6E82;
}.uxj_sb_ic_5_pok {
  background: rgba(0,200,215,0.07);
  color: #EC4899;
}.uxj_sb_ic_6_pok {
  background: rgba(11,110,130,0.28);
  color: #7C3AED;
}.uxj_sb_badge_pok {
  border-radius: 4px;
  padding: 2px 0.438rem;
  background: #F0A820;
  margin-left: auto;
  font-size: 9px;
  font-weight: 700;
  color: #071018;
}.uxj_sb_bot_pok {
  gap: 0.5rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 12px;
  display: flex;
}.uxj_sb_lang_pok,.uxj_sb_help_pok {
  border: 1px solid rgba(255,255,255,0.05);
  gap: 0.375rem;
  flex: 1;
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  padding: 0.563rem 6px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #7090A0;
}.uxj_sb_lang_pok:hover,.uxj_sb_help_pok:hover {
  border-color: rgba(0,200,215,0.45);
  color: #E6F2F6;
}.uxj_sb_lang_pok svg,.uxj_sb_help_pok svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
  height: 0.813rem;
}.uxj_sb_bd_pok {
  inset: 0;
  background: rgba(6,10,16,0.72);
  display: none;
  position: fixed;
  z-index: 69;
}.uxj_sb_bd_pok.uxj_state_on_pok {
  display: block;
}
@media(min-width: 1082px) {.uxj_sb_bd_pok {
  display: none!important;
}
}.uxj_mob_nav_pok {
  background: #131C26;
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,0.09);
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  z-index: 80;
}
@media(min-width:1080px) {.uxj_mob_nav_pok {
  display: none;
}
}.uxj_mob_nav_item_pok {
  flex: 1;
  gap: 4px;
  padding: 0.25rem 2px;
  flex-direction: column;
  color: #405060;
  align-items: center;
  display: flex;
  cursor: pointer;
}.uxj_mob_nav_ic_pok {
  line-height: 1;
}.uxj_mob_nav_ic_pok svg {
  stroke-linecap: round;
  width: 1.25rem;
  height: 1.25rem;
  stroke-linejoin: round;
}.uxj_mob_nav_lb_pok {
  color: #405060;
  font-size: 10px;
  font-weight: 600;
}.uxj_mob_nav_item_pok.uxj_state_active_pok {
  color: #00C8D7;
}.uxj_mob_nav_item_pok.uxj_state_active_pok .uxj_mob_nav_lb_pok {
  color: #00C8D7;
}.uxj_hero_pok {
  padding: 1.25rem 16px 0;
  background: #0C1118;
}
@media(min-width:768px) {.uxj_hero_pok {
  padding: 24px 24px 0;
}
}.uxj_hero_in_pok {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1320px;
}
@media(min-width: 863px) {.uxj_hero_in_pok {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1102px) {.uxj_hero_in_pok {
  grid-template-columns: 1fr 21.25rem;
}
}.uxj_hero_promo_pok {
  overflow: hidden;
  border-radius: 14px;
  background: #0F1620;
  min-height: 220px;
  align-items: stretch;
  position: relative;
  display: flex;
}
@media(min-width:768px) {.uxj_hero_promo_pok {
  min-height: 17.5rem;
}
}.uxj_hero_promo_bg_pok {
  background: linear-gradient(120deg,#0A1F2E 0%,#0C1118 100%);
  background-position: center;
  inset: 0;
  position: absolute;
  background-size: cover;
}.uxj_hero_promo_bg_pok::after {
  background: linear-gradient(90deg,#0C1118 0%,rgba(6,10,16,0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.uxj_hero_promo_glow_pok {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(11,110,130,0.28) 0%,transparent 65%);
  width: 300px;
  height: 18.75rem;
  top: -2.5rem;
  right: 3.75rem;
  pointer-events: none;
  position: absolute;
}.uxj_hero_promo_ct_pok {
  padding: 1.75rem 24px 28px 28px;
  position: relative;
  z-index: 2;
  max-width: 480px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
@media(min-width: 766px) {.uxj_hero_promo_ct_pok {
  padding: 2.5rem 2rem;
}
}.uxj_hero_badge_pok {
  padding: 0.313rem 0.75rem;
  border: 1px solid rgba(0,200,215,0.07);
  background: rgba(0,200,215,0.15);
  border-radius: 1.25rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 0.625rem;
  color: #00C8D7;
  display: inline-block;
}.uxj_hero_h1_pok {
  font-family: 'Orbitron', sans-serif;
  color: #E6F2F6;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
}.uxj_hero_h1_pok em {
  font-style: normal;
  color: #F0A820;
}
@media(min-width: 769px) {.uxj_hero_h1_pok {
  font-size: 2.25rem;
}
}.uxj_hero_sub_pok {
  color: #7090A0;
  margin-bottom: 1.25rem;
  line-height: 1.55;
  font-size: 13px;
}
@media(min-width: 769px) {.uxj_hero_sub_pok {
  font-size: 14px;
}
}.uxj_hero_row_pok {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.uxj_hero_cta_pok {
  transition: background .2s;
  background: #22C55E;
  padding: 13px 26px;
  border-radius: 0.5rem;
  font-size: 14px;
  box-shadow: 0 4px 1rem rgba(34,197,94,0.40), 0 1px 3px rgba(0,0,0,0.60);
  color: #071018;
  font-weight: 700;
}.uxj_hero_cta_pok:hover {
  background: #2ED370;
}.uxj_hero_terms_pok {
  font-size: 0.688rem;
  color: #405060;
}.uxj_hero_game_pok {
  overflow: hidden;
  background: #0F1620;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 14px;
  position: relative;
  display: flex;
  flex-direction: column;
}.uxj_hero_game_badge_pok {
  border-radius: 1.25rem;
  padding: 5px 10px;
  background: rgba(240,168,32,0.15);
  border: 1px solid rgba(240,168,32,0.15);
  position: absolute;
  color: #F0A820;
  top: 0.75rem;
  font-weight: 700;
  left: 0.75rem;
  letter-spacing: .06em;
  font-size: 10px;
  text-transform: uppercase;
  z-index: 3;
}.uxj_hero_game_badge_pok svg {
  height: 0.688rem;
  vertical-align: -1px;
  width: 11px;
  margin-right: 4px;
}.uxj_hero_game_img_pok {
  overflow: hidden;
  background: linear-gradient(135deg,#0A1F2E,#0C1118);
  padding-bottom: 60%;
  position: relative;
}.uxj_hero_game_img_pok img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}.uxj_hero_game_play_pok {
  background: rgba(6,10,16,0.72);
  inset: 0;
  transition: opacity .2s;
  justify-content: center;
  position: absolute;
  align-items: center;
  opacity: 0;
  display: flex;
}.uxj_hero_game_pok:hover .uxj_hero_game_play_pok {
  opacity: 1;
}.uxj_hero_game_play_pok span {
  border-radius: 50%;
  background: #00C8D7;
  height: 3.25rem;
  display: flex;
  width: 3.25rem;
  align-items: center;
  justify-content: center;
}.uxj_hero_game_play_pok span svg {
  margin-left: 2px;
  height: 1.125rem;
  width: 18px;
}.uxj_hero_game_info_pok {
  padding: 14px 1rem;
}.uxj_hero_game_title_pok {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  color: #E6F2F6;
  font-size: 0.938rem;
  font-weight: 700;
}.uxj_hero_game_provider_pok {
  font-size: 0.688rem;
  color: #506070;
}.uxj_hero_game_btn_pok {
  background: #00C8D7;
  transition: background .2s;
  padding: 11px;
  border-radius: 0.5rem;
  margin: 0.75rem 1rem 1rem;
  display: block;
  font-size: 0.813rem;
  font-weight: 700;
  text-align: center;
  color: #E6F2F6;
}.uxj_hero_game_pok:hover .uxj_hero_game_btn_pok {
  background: #1ADAE8;
}.uxj_sbar_pok {
  background: #0C1118;
  padding: 16px 16px 0;
}
@media(min-width: 771px) {.uxj_sbar_pok {
  padding: 1.125rem 1.5rem 0;
}
}.uxj_sbar_in_pok {
  margin: 0 auto;
  max-width: 1320px;
}.uxj_sbar_row_pok {
  gap: 0.625rem;
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}.uxj_sbar_input_pok {
  gap: 0.625rem;
  border-radius: 8px;
  background: #0F1620;
  padding: 11px 16px;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.09);
  flex: 1;
  color: #506070;
  display: flex;
  font-size: 13px;
  align-items: center;
  cursor: pointer;
}.uxj_sbar_input_pok:hover {
  border-color: rgba(0,200,215,0.45);
}.uxj_sbar_input_pok svg {
  height: 0.938rem;
  stroke-linejoin: round;
  flex-shrink: 0;
  width: 15px;
  stroke-linecap: round;
}.uxj_sbar_providers_pok {
  border: 1px solid rgba(255,255,255,0.09);
  padding: 11px 18px;
  background: #0F1620;
  transition: border-color .2s;
  border-radius: 8px;
  gap: 0.5rem;
  white-space: nowrap;
  align-items: center;
  display: flex;
  color: #A4BCCA;
  font-weight: 600;
  font-size: 13px;
}.uxj_sbar_providers_pok:hover {
  border-color: rgba(0,200,215,0.45);
  color: #E6F2F6;
}.uxj_sbar_providers_pok svg {
  height: 0.875rem;
  stroke-linejoin: round;
  width: 14px;
  stroke-linecap: round;
}.uxj_sbar_tabs_pok {
  gap: 0.375rem;
  padding-bottom: 2px;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
}.uxj_sbar_tabs_pok::-webkit-scrollbar {
  display: none;
}.uxj_sbar_tab_pok {
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  gap: 7px;
  padding: 0.5rem 14px;
  transition: background .15s,color .15s,border-color .15s;
  border: 1px solid rgba(255,255,255,0.05);
  font-weight: 600;
  align-items: center;
  font-size: 0.75rem;
  white-space: nowrap;
  display: flex;
  color: #7090A0;
  cursor: pointer;
  flex-shrink: 0;
}.uxj_sbar_tab_pok:hover {
  border-color: rgba(0,200,215,0.45);
  background: rgba(255,255,255,0.07);
  color: #E6F2F6;
}.uxj_sbar_tab_pok.uxj_state_active_pok {
  border-color: rgba(0,200,215,0.07);
  background: rgba(0,200,215,0.15);
  color: #E6F2F6;
}.uxj_sbar_tab_ic_pok svg {
  stroke-linejoin: round;
  width: 14px;
  stroke-linecap: round;
  height: 0.875rem;
}.uxj_wy_pok {
  background: #0C1118;
  padding: 2rem 16px 0;
}
@media(min-width: 770px) {.uxj_wy_pok {
  padding: 40px 24px 0;
}
}.uxj_wy_in_pok {
  margin: 0 auto;
  max-width: 1320px;
}.uxj_wy_head_pok {
  margin-bottom: 1.125rem;
  max-width: 45rem;
}.uxj_wy_label_pok {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  color: #00C8D7;
  letter-spacing: .08em;
  margin-bottom: 8px;
}.uxj_wy_h2_pok {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #E6F2F6;
  overflow-wrap: break-word;
  font-family: 'Orbitron', sans-serif;
}
@media(min-width: 769px) {.uxj_wy_h2_pok {
  font-size: 24px;
}
}.uxj_wy_intro_pok {
  margin: 0;
  line-height: 1.6;
  color: #506070;
  font-size: 0.813rem;
}.uxj_wy_grid_pok {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.uxj_wy_grid_pok {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.uxj_wy_grid_pok {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.uxj_wy_card_pok {
  border-radius: 8px;
  padding: 20px;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255,255,255,0.09);
  background: #131C26;
}.uxj_wy_card_pok:hover {
  transform: translateY(-2px);
  border-color: rgba(0,200,215,0.07);
}.uxj_wy_card_ic_pok {
  border-radius: 50%;
  background: rgba(0,200,215,0.15);
  justify-content: center;
  margin-bottom: 14px;
  color: #00C8D7;
  height: 44px;
  align-items: center;
  width: 2.75rem;
  display: flex;
}.uxj_wy_card_ic_pok svg {
  width: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.375rem;
}.uxj_wy_card_h_pok {
  margin-bottom: 6px;
  overflow-wrap: break-word;
  color: #E6F2F6;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}.uxj_wy_card_p_pok {
  font-size: 13px;
  color: #506070;
  overflow-wrap: break-word;
  line-height: 1.6;
}.uxj_wy_card_p_pok strong {
  color: #A4BCCA;
  font-weight: 600;
}.uxj_gr_jp_pok {
  padding: 20px;
  background: linear-gradient(135deg,#130E28 0%,#0A0C14 100%);
  overflow: hidden;
  border-radius: 14px;
  position: relative;
}.uxj_gr_jp_pok::before {
  background: radial-gradient(circle,rgba(11,110,130,0.28) 0%,transparent 70%);
  border-radius: 50%;
  position: absolute;
  content: '';
  top: -3.75rem;
  width: 15.625rem;
  left: -60px;
  height: 250px;
}.uxj_gr_jp_pok::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(240,168,32,0.15) 0%,transparent 70%);
  bottom: -40px;
  height: 200px;
  right: 0;
  content: '';
  position: absolute;
  width: 12.5rem;
}.uxj_gr_jp_head_pok {
  gap: 16px;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
  position: relative;
  z-index: 1;
}.uxj_gr_jp_info_pok {
  flex: 1;
}.uxj_gr_jp_label_pok {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  font-size: 0.688rem;
  color: #7C3AED;
  font-weight: 700;
}.uxj_gr_jp_label_pok svg {
  stroke-linejoin: round;
  width: 14px;
  stroke-linecap: round;
  margin-right: 4px;
  height: 14px;
  vertical-align: -2px;
}.uxj_gr_jp_amount_pok {
  font-weight: 800;
  margin-bottom: 0.25rem;
  color: #E6F2F6;
  font-family: 'Orbitron', sans-serif;
  overflow-wrap: break-word;
  font-size: 32px;
  line-height: 1;
}
@media(min-width: 769px) {.uxj_gr_jp_amount_pok {
  font-size: 40px;
}
}.uxj_gr_jp_amount_pok span {
  color: #F0A820;
}.uxj_gr_jp_seo_pok {
  overflow-wrap: break-word;
  max-width: 30rem;
  font-size: 12px;
  line-height: 1.5;
  color: #7090A0;
}.uxj_gr_jp_cta_pok {
  background: rgba(11,110,130,0.28);
  border: 1px solid rgba(11,110,130,0.28);
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 0.688rem 20px;
  flex-shrink: 0;
  font-size: 0.813rem;
  align-self: flex-start;
  margin-top: 0.25rem;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  font-weight: 700;
  color: #E6F2F6;
}.uxj_gr_jp_cta_pok:hover {
  background: #0B6E82;
}.uxj_gcg_pok {
  background: #0C1118;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.uxj_gcg_pok {
  padding: 44px 24px 0;
}
}.uxj_gcg_in_pok {
  margin: 0 auto;
  max-width: 1320px;
}.uxj_gcg_head_pok {
  margin-bottom: 20px;
  max-width: 45rem;
}.uxj_gcg_label_pok {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  color: #00C8D7;
  margin-bottom: 0.5rem;
}.uxj_gcg_h2_pok {
  font-family: 'Orbitron', sans-serif;
  font-weight: 800;
  font-size: 1.375rem;
  color: #E6F2F6;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}
@media(min-width: 769px) {.uxj_gcg_h2_pok {
  font-size: 28px;
}
}.uxj_gcg_intro_pok {
  color: #506070;
  line-height: 1.6;
  font-size: 0.813rem;
}.uxj_gcg_grid_pok {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.uxj_gcg_grid_pok {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.uxj_gcg_grid_pok {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.uxj_gcg_card_pok {
  transition: transform .2s,border-color .2s;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.875rem;
  overflow: hidden;
  position: relative;
  justify-content: flex-end;
  cursor: pointer;
  display: flex;
  min-height: 15rem;
  flex-direction: column;
}.uxj_gcg_card_pok:hover {
  border-color: rgba(0,200,215,0.15);
  transform: translateY(-3px);
}.uxj_gcg_card_bg_pok {
  inset: 0;
  z-index: 0;
  position: absolute;
}.uxj_gcg_card_bg_pok::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.uxj_gcg_card_ic_pok {
  background: rgba(0,0,0,.45);
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
  position: absolute;
  top: 18px;
  right: 18px;
  color: #E6F2F6;
  width: 2.5rem;
  z-index: 2;
}.uxj_gcg_card_ic_pok svg {
  height: 1.25rem;
  stroke-linecap: round;
  width: 20px;
  stroke-linejoin: round;
}.uxj_gcg_card_ct_pok {
  z-index: 1;
  position: relative;
}.uxj_gcg_card_h_pok {
  font-family: 'Orbitron', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 1.125rem;
  font-weight: 800;
  color: #E6F2F6;
  line-height: 1.2;
}
@media(min-width: 765px) {.uxj_gcg_card_h_pok {
  font-size: 20px;
}
}.uxj_gcg_card_p_pok {
  overflow-wrap: break-word;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  margin-bottom: 0.625rem;
}.uxj_gcg_card_p_pok strong {
  color: #E6F2F6;
  font-weight: 600;
}.uxj_gcg_card_cta_pok {
  gap: 4px;
  color: #00C8D7;
  letter-spacing: .04em;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}.uxj_gcg_card_cta_pok svg {
  stroke-linecap: round;
  width: 0.75rem;
  height: 12px;
  stroke-linejoin: round;
}.uxj_ws_pok {
  background: #0C1118;
  padding: 32px 1rem 0;
}
@media(min-width: 771px) {.uxj_ws_pok {
  padding: 2.25rem 1.5rem 0;
}
}.uxj_ws_in_pok {
  margin: 0 auto;
  max-width: 82.5rem;
}.uxj_ws_head_pok {
  gap: 12px;
  margin-bottom: 0.875rem;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.uxj_ws_title_pok {
  gap: 10px;
  overflow-wrap: break-word;
  color: #E6F2F6;
  font-size: 1rem;
  font-weight: 700;
  flex-wrap: wrap;
  align-items: center;
  font-family: 'Orbitron', sans-serif;
  display: flex;
}.uxj_ws_title_ic_pok svg {
  width: 18px;
  height: 1.125rem;
  color: #F0A820;
  stroke-linecap: round;
  stroke-linejoin: round;
}.uxj_ws_online_pok {
  gap: 0.438rem;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  color: #506070;
  align-items: center;
}.uxj_ws_online_dot_pok {
  border-radius: 50%;
  background: #22C55E;
  width: 8px;
  height: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(34,197,94,0.15);
  flex-shrink: 0;
}.uxj_ws_scroll_pok {
  gap: 0.5rem;
  overflow-x: auto;
  display: flex;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
}.uxj_ws_scroll_pok::-webkit-scrollbar {
  display: none;
}.uxj_wc_pok {
  border-radius: 0.5rem;
  padding: 0.625rem 0.875rem;
  border: 1px solid rgba(255,255,255,0.09);
  background: #0F1620;
  gap: 0.625rem;
  min-width: 220px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.uxj_wc_img_pok {
  background: #131C26;
  overflow: hidden;
  border-radius: 4px;
  height: 36px;
  width: 2.25rem;
  flex-shrink: 0;
}.uxj_wc_img_pok img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.uxj_wc_info_pok {
  min-width: 0;
}.uxj_wc_game_pok {
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #A4BCCA;
}.uxj_wc_player_pok {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
  white-space: nowrap;
  color: #405060;
}.uxj_wc_amount_pok {
  flex-shrink: 0;
  margin-left: auto;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  color: #22C55E;
}.uxj_htp_pok {
  background: #0C1118;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.uxj_htp_pok {
  padding: 2.75rem 24px 0;
}
}.uxj_htp_in_pok {
  margin: 0 auto;
  max-width: 82.5rem;
}.uxj_htp_head_pok {
  margin-bottom: 22px;
  max-width: 720px;
}.uxj_htp_label_pok {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #00C8D7;
  font-size: 11px;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.uxj_htp_h2_pok {
  overflow-wrap: break-word;
  color: #E6F2F6;
  font-size: 22px;
  font-weight: 800;
  font-family: 'Orbitron', sans-serif;
  margin-bottom: 8px;
}
@media(min-width: 770px) {.uxj_htp_h2_pok {
  font-size: 1.75rem;
}
}.uxj_htp_intro_pok {
  font-size: 14px;
  color: #506070;
  line-height: 1.6;
}.uxj_htp_steps_pok {
  margin: 0;
  gap: 12px;
  list-style: none;
  padding: 0;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width: 642px) {.uxj_htp_steps_pok {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.uxj_htp_steps_pok {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.uxj_htp_step_pok {
  border-radius: 0.5rem;
  background: #131C26;
  padding: 20px 18px 18px;
  border: 1px solid rgba(255,255,255,0.09);
  flex-direction: column;
  display: flex;
  position: relative;
}.uxj_htp_step_num_pok {
  background: #00C8D7;
  border-radius: 50%;
  left: 20px;
  display: flex;
  position: absolute;
  color: #071018;
  font-family: 'Orbitron', sans-serif;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  top: -0.75rem;
  height: 1.75rem;
  font-size: 13px;
  font-weight: 800;
}.uxj_htp_step_ic_pok {
  margin: 8px 0 12px;
  background: rgba(0,200,215,0.15);
  border-radius: 4px;
  justify-content: center;
  color: #00C8D7;
  align-items: center;
  height: 36px;
  display: flex;
  width: 36px;
}.uxj_htp_step_ic_pok svg {
  width: 1.125rem;
  height: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.uxj_htp_step_h_pok {
  line-height: 1.25;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #E6F2F6;
  margin-bottom: 0.375rem;
}.uxj_htp_step_p_pok {
  line-height: 1.55;
  color: #506070;
  overflow-wrap: break-word;
  font-size: 13px;
}.uxj_htp_step_p_pok strong {
  font-weight: 600;
  color: #A4BCCA;
}.uxj_htp_cta_pok {
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 13px 26px;
  background: #22C55E;
  margin-top: 1.25rem;
  font-weight: 700;
  font-size: 0.875rem;
  display: inline-block;
  color: #071018;
}.uxj_htp_cta_pok:hover {
  background: #2ED370;
}.uxj_reg_pok {
  padding: 2.25rem 16px 0;
  background: #0C1118;
}
@media(min-width:768px) {.uxj_reg_pok {
  padding: 2.75rem 24px 0;
}
}.uxj_reg_in_pok {
  background: #131C26;
  padding: 28px 24px;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 14px;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.uxj_reg_in_pok {
  padding: 40px;
}
}.uxj_reg_top_pok {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.uxj_reg_top_pok {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.uxj_reg_label_pok {
  margin-bottom: 10px;
  letter-spacing: .08em;
  color: #00C8D7;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
}.uxj_reg_h2_pok {
  font-size: 1.375rem;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: #E6F2F6;
  font-family: 'Orbitron', sans-serif;
}
@media(min-width: 769px) {.uxj_reg_h2_pok {
  font-size: 1.75rem;
}
}.uxj_reg_bonus_pok {
  border: 1px solid rgba(240,168,32,0.15);
  border-radius: 0.5rem;
  background: rgba(240,168,32,0.15);
  padding: 10px 1rem;
  gap: 0.5rem;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
}.uxj_reg_bonus_amount_pok {
  font-weight: 800;
  color: #F0A820;
  font-size: 1.25rem;
}.uxj_reg_bonus_text_pok {
  color: #7090A0;
  font-size: 0.813rem;
  line-height: 1.35;
}.uxj_reg_cta_btn_pok {
  padding: 14px 2rem;
  background: #22C55E;
  border-radius: 0.5rem;
  transition: background .2s;
  margin-bottom: 12px;
  font-weight: 700;
  color: #071018;
  font-size: 0.938rem;
  box-shadow: 0 4px 1rem rgba(34,197,94,0.40), 0 1px 3px rgba(0,0,0,0.60);
  display: inline-block;
}.uxj_reg_cta_btn_pok:hover {
  background: #2ED370;
}.uxj_reg_terms_pok {
  color: #405060;
  font-size: 11px;
  line-height: 1.5;
}.uxj_reg_seo_pok {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  color: #506070;
}.uxj_reg_seo_pok p {
  font-size: 13px;
  color: #506070;
  margin-bottom: 10px;
  line-height: 1.65;
}.uxj_reg_seo_pok p:last-child {
  margin-bottom: 0;
}.uxj_reg_seo_pok strong {
  color: #A4BCCA;
  font-weight: 700;
}.uxj_reg_seo_pok a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C8D7;
}.uxj_reg_seo_pok a:hover {
  color: #1ADAE8;
}.uxj_reg_seo_pok ul,.uxj_reg_seo_pok ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.uxj_reg_seo_pok ol {
  list-style: decimal;
}.uxj_reg_seo_pok li {
  font-size: 0.813rem;
  color: #506070;
  margin-bottom: 0.25rem;
  line-height: 1.65;
}.uxj_reg_seo_pok table {
  margin-bottom: 0.625rem;
  width: 100%;
  display: block;
  font-size: 13px;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 766px) {.uxj_reg_seo_pok table {
  display: table;
}
}.uxj_reg_seo_pok th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.5rem;
  text-align: left;
  color: #A4BCCA;
  font-weight: 700;
}.uxj_reg_seo_pok td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 8px;
  color: #506070;
}.uxj_reg_steps_pok {
  gap: 14px;
  display: flex;
  margin-top: 28px;
  flex-direction: column;
}
@media(min-width: 859px) {.uxj_reg_steps_pok {
  margin-top: 0;
}
}.uxj_reg_step_pok {
  background: rgba(255,255,255,0.05);
  padding: 1rem;
  border-radius: 0.5rem;
  gap: 0.875rem;
  border: 1px solid rgba(255,255,255,0.05);
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.uxj_reg_step_num_pok {
  background: rgba(0,200,215,0.15);
  border: 1px solid rgba(0,200,215,0.07);
  border-radius: 50%;
  height: 34px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  font-weight: 800;
  color: #00C8D7;
  font-size: 14px;
  align-items: center;
  width: 2.125rem;
}.uxj_reg_step_title_pok {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 14px;
  color: #E6F2F6;
}.uxj_reg_step_text_pok {
  font-size: 12px;
  line-height: 1.5;
  color: #506070;
}.uxj_reg_trust_pok {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
  display: flex;
}.uxj_reg_trust_item_pok {
  gap: 7px;
  display: flex;
  font-size: 0.75rem;
  align-items: center;
  color: #506070;
  overflow-wrap: break-word;
}.uxj_reg_trust_ic_pok svg {
  stroke-linecap: round;
  height: 1rem;
  color: #00C8D7;
  stroke-linejoin: round;
  width: 16px;
}.uxj_prov_pok {
  background: #0C1118;
  padding: 36px 1rem 0;
}
@media(min-width:768px) {.uxj_prov_pok {
  padding: 2.75rem 24px 0;
}
}.uxj_prov_in_pok {
  margin: 0 auto;
  max-width: 1320px;
}.uxj_prov_head_pok {
  margin-bottom: 16px;
}.uxj_prov_label_pok {
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #00C8D7;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
}.uxj_prov_h2_pok {
  margin-bottom: 0.5rem;
  font-family: 'Orbitron', sans-serif;
  font-weight: 800;
  color: #E6F2F6;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 770px) {.uxj_prov_h2_pok {
  font-size: 1.5rem;
}
}.uxj_prov_seo_pok {
  max-width: 620px;
  overflow-wrap: break-word;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-size: 13px;
  color: #506070;
}.uxj_prov_seo_pok strong {
  font-weight: 700;
  color: #A4BCCA;
}.uxj_prov_seo_pok a {
  text-decoration: underline;
  color: #00C8D7;
}.uxj_prov_grid_pok {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 639px) {.uxj_prov_grid_pok {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.uxj_prov_grid_pok {
  grid-template-columns: repeat(8,1fr);
}
}.uxj_prov_card_pok {
  border: 1px solid rgba(255,255,255,0.09);
  background: #0F1620;
  padding: 14px 10px;
  border-radius: 0.5rem;
  gap: 7px;
  transition: border-color .2s,background .2s;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
  display: flex;
}.uxj_prov_card_pok:hover {
  background: #131C26;
  border-color: rgba(0,200,215,0.45);
}.uxj_prov_logo_pok {
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  height: 44px;
  align-items: center;
  width: 2.75rem;
  justify-content: center;
  display: flex;
}.uxj_prov_logo_pok img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.uxj_prov_name_pok {
  color: #7090A0;
  font-weight: 600;
  overflow-wrap: break-word;
  text-align: center;
  font-size: 0.688rem;
}.uxj_bon_pok {
  padding: 2.25rem 1rem 0;
  background: #0C1118;
}
@media(min-width: 767px) {.uxj_bon_pok {
  padding: 2.75rem 24px 0;
}
}.uxj_bon_in_pok {
  margin: 0 auto;
  max-width: 82.5rem;
}.uxj_bon_head_pok {
  margin-bottom: 1.25rem;
}.uxj_bon_label_pok {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #00C8D7;
  margin-bottom: 0.5rem;
  font-size: 11px;
  font-weight: 700;
}.uxj_bon_h2_pok {
  font-weight: 800;
  font-family: 'Orbitron', sans-serif;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #E6F2F6;
  font-size: 1.25rem;
}
@media(min-width: 767px) {.uxj_bon_h2_pok {
  font-size: 1.5rem;
}
}.uxj_bon_seo_pok {
  line-height: 1.6;
  color: #506070;
  font-size: 0.813rem;
  max-width: 38.75rem;
  overflow-wrap: break-word;
}.uxj_bon_seo_pok strong {
  color: #A4BCCA;
  font-weight: 700;
}.uxj_bon_seo_pok a {
  color: #00C8D7;
  text-decoration: underline;
}.uxj_bon_grid_pok {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 638px) {.uxj_bon_grid_pok {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.uxj_bon_grid_pok {
  grid-template-columns: repeat(5,1fr);
}
}.uxj_bon_card_pok {
  transition: border-color .2s,transform .2s;
  border-radius: 8px;
  padding: 1rem;
  background: #0F1620;
  border: 1px solid rgba(255,255,255,0.09);
}.uxj_bon_card_pok:hover {
  transform: translateY(-2px);
  border-color: rgba(0,200,215,0.07);
}.uxj_bon_card_ic_pok svg {
  stroke-linecap: round;
  height: 1.625rem;
  width: 26px;
  stroke-linejoin: round;
}.uxj_bon_card_ic_pok {
  margin-bottom: 10px;
}.uxj_bon_card_type_pok {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  color: #506070;
  margin-bottom: 0.375rem;
}.uxj_bon_card_amount_pok {
  line-height: 1.1;
  margin-bottom: 0.375rem;
  color: #F0A820;
  font-size: 1.125rem;
  font-weight: 800;
}.uxj_bon_card_name_pok {
  color: #E6F2F6;
  font-weight: 600;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.uxj_bon_card_detail_pok {
  border-top: 1px solid rgba(255,255,255,0.05);
  line-height: 1.5;
  padding-top: 0.5rem;
  font-size: 0.688rem;
  color: #405060;
  overflow-wrap: break-word;
}.uxj_app_pok {
  background: #0C1118;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.uxj_app_pok {
  padding: 2.75rem 24px 0;
}
}.uxj_app_in_pok {
  margin: 0 auto;
  max-width: 1320px;
}.uxj_app_head_pok {
  margin-bottom: 16px;
}.uxj_app_label_pok {
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  color: #00C8D7;
  letter-spacing: .08em;
  font-weight: 700;
}.uxj_app_h2_pok {
  overflow-wrap: break-word;
  color: #E6F2F6;
  margin-bottom: 6px;
  font-weight: 800;
  font-size: 1.25rem;
  font-family: 'Orbitron', sans-serif;
}
@media(min-width: 770px) {.uxj_app_h2_pok {
  font-size: 1.5rem;
}
}.uxj_app_sub_pok {
  color: #506070;
  overflow-wrap: break-word;
  max-width: 600px;
  font-size: 0.813rem;
  line-height: 1.6;
}.uxj_app_sub_pok strong {
  font-weight: 700;
  color: #A4BCCA;
}.uxj_app_cards_pok {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}
@media(min-width: 641px) {.uxj_app_cards_pok {
  grid-template-columns: repeat(3,1fr);
}
}.uxj_app_card_pok {
  padding: 20px;
  border-radius: 0.5rem;
  overflow: hidden;
  gap: 1rem;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}.uxj_app_card_ios_pok {
  background: linear-gradient(135deg,rgba(0,200,215,0.15) 0%,#131C26 100%);
}.uxj_app_card_android_pok {
  background: linear-gradient(135deg,rgba(34,197,94,0.15) 0%,#131C26 100%);
}.uxj_app_card_win_pok {
  background: linear-gradient(135deg,rgba(240,168,32,0.15) 0%,#131C26 100%);
}.uxj_app_card_ic_pok svg {
  stroke-linejoin: round;
  height: 34px;
  stroke-linecap: round;
  width: 34px;
}.uxj_app_card_ic_pok {
  flex-shrink: 0;
  color: #E6F2F6;
}.uxj_app_card_os_pok {
  color: #506070;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}.uxj_app_card_title_pok {
  margin-bottom: 6px;
  font-size: 0.938rem;
  font-weight: 700;
  color: #E6F2F6;
  line-height: 1.2;
  overflow-wrap: break-word;
}.uxj_app_card_text_pok {
  overflow-wrap: break-word;
  color: #506070;
  margin-bottom: 14px;
  line-height: 1.5;
  font-size: 12px;
}.uxj_app_card_btn_pok {
  transition: background .2s;
  gap: 0.438rem;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(0,200,215,0.45);
  padding: 0.625rem 18px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.813rem;
  align-items: center;
  color: #E6F2F6;
  display: inline-flex;
}.uxj_app_card_btn_pok:hover {
  background: rgba(255,255,255,0.07);
}.uxj_seo_pok {
  padding: 36px 1rem 0;
  background: #0C1118;
}
@media(min-width: 769px) {.uxj_seo_pok {
  padding: 2.75rem 24px 0;
}
}.uxj_seo_in_pok {
  background: #131C26;
  padding: 28px 24px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.09);
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.uxj_seo_in_pok {
  padding: 2.25rem 2.5rem;
}
}.uxj_seo_label_pok {
  color: #00C8D7;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.625rem;
}.uxj_seo_h2_pok {
  font-family: 'Orbitron', sans-serif;
  margin-bottom: 14px;
  font-size: 1.25rem;
  color: #E6F2F6;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.uxj_seo_h2_pok {
  font-size: 1.5rem;
}
}.uxj_seo_body_pok {
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #7090A0;
}.uxj_seo_body_pok p {
  margin-bottom: 0.75rem;
  color: #7090A0;
  font-size: 14px;
  line-height: 1.75;
}.uxj_seo_body_pok p:last-child {
  margin-bottom: 0;
}.uxj_seo_body_pok strong {
  font-weight: 700;
  color: #A4BCCA;
}.uxj_seo_body_pok a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C8D7;
}.uxj_seo_body_pok a:hover {
  color: #1ADAE8;
}.uxj_seo_body_pok ul,.uxj_seo_body_pok ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.uxj_seo_body_pok ol {
  list-style: decimal;
}.uxj_seo_body_pok li {
  color: #7090A0;
  line-height: 1.75;
  margin-bottom: 6px;
  font-size: 14px;
}.uxj_seo_body_pok table {
  display: block;
  width: 100%;
  font-size: 0.813rem;
  margin-bottom: 12px;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 771px) {.uxj_seo_body_pok table {
  display: table;
}
}.uxj_seo_body_pok th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #A4BCCA;
  font-weight: 700;
  text-align: left;
}.uxj_seo_body_pok td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #7090A0;
}.uxj_seo_cols_pok {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width:640px) {.uxj_seo_cols_pok {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.uxj_seo_cols_pok {
  grid-template-columns: repeat(3,1fr);
}
}.uxj_seo_col_h_pok {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 0.438rem;
  color: #A4BCCA;
}.uxj_seo_col_p_pok {
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #506070;
}.uxj_seo_stats_pok {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.uxj_seo_stat_pok {
  background: rgba(0,200,215,0.07);
  padding: 0.875rem 16px;
  flex: 1;
  border: 1px solid rgba(0,200,215,0.15);
  border-radius: 8px;
  min-width: 140px;
}.uxj_seo_stat_val_pok {
  font-size: 20px;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #00C8D7;
  font-weight: 800;
}.uxj_seo_stat_lb_pok {
  font-size: 11px;
  color: #506070;
  overflow-wrap: break-word;
}.uxj_pmt_pok {
  padding: 36px 16px 0;
  background: #0C1118;
}
@media(min-width: 769px) {.uxj_pmt_pok {
  padding: 2.75rem 24px 0;
}
}.uxj_pmt_in_pok {
  margin: 0 auto;
  max-width: 1320px;
}.uxj_pmt_head_pok {
  margin-bottom: 22px;
  max-width: 45rem;
}.uxj_pmt_label_pok {
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  color: #00C8D7;
}.uxj_pmt_h2_pok {
  font-size: 1.375rem;
  font-weight: 800;
  color: #E6F2F6;
  font-family: 'Orbitron', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}
@media(min-width: 767px) {.uxj_pmt_h2_pok {
  font-size: 1.75rem;
}
}.uxj_pmt_intro_pok {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #506070;
}.uxj_pmt_groups_pok {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.uxj_pmt_group_pok {
  border-radius: 0.5rem;
  padding: 20px;
  background: #131C26;
  border: 1px solid rgba(255,255,255,0.09);
}.uxj_pmt_group_head_pok {
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
  display: flex;
}.uxj_pmt_group_ic_pok {
  background: rgba(0,200,215,0.15);
  border-radius: 0.25rem;
  color: #00C8D7;
  width: 2.25rem;
  justify-content: center;
  height: 36px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.uxj_pmt_group_ic_pok svg {
  stroke-linecap: round;
  height: 18px;
  width: 18px;
  stroke-linejoin: round;
}.uxj_pmt_group_h_pok {
  margin: 0;
  color: #E6F2F6;
  font-size: 16px;
  overflow-wrap: break-word;
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
}.uxj_pmt_group_p_pok {
  margin-bottom: 14px;
  overflow-wrap: break-word;
  color: #506070;
  font-size: 13px;
  line-height: 1.6;
}.uxj_pmt_group_p_pok strong {
  font-weight: 600;
  color: #A4BCCA;
}.uxj_pmt_table_wrap_pok {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.uxj_pmt_table_pok {
  min-width: 33.75rem;
  font-size: 0.813rem;
  border-collapse: collapse;
  width: 100%;
}.uxj_pmt_table_pok th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  text-transform: uppercase;
  color: #A4BCCA;
  font-weight: 700;
  font-size: 0.688rem;
  white-space: nowrap;
  letter-spacing: .04em;
  text-align: left;
}.uxj_pmt_table_pok td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.75rem;
  color: #506070;
}.uxj_pmt_table_pok tbody tr:last-child td {
  border-bottom: none;
}.uxj_pmt_table_pok tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #A4BCCA;
}.uxj_faq_pok {
  background: #0C1118;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.uxj_faq_pok {
  padding: 2.75rem 24px 0;
}
}.uxj_faq_in_pok {
  margin: 0 auto;
  max-width: 82.5rem;
}.uxj_faq_head_pok {
  margin-bottom: 1.25rem;
}.uxj_faq_label_pok {
  font-weight: 700;
  color: #00C8D7;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
}.uxj_faq_h2_pok {
  color: #E6F2F6;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Orbitron', sans-serif;
  font-size: 1.25rem;
}
@media(min-width:768px) {.uxj_faq_h2_pok {
  font-size: 1.5rem;
}
}.uxj_faq_list_pok {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.uxj_faq_item_pok {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.09);
  background: #131C26;
  border-radius: 8px;
}.uxj_faq_q_pok {
  transition: color .2s;
  gap: 0.75rem;
  padding: 16px 1.25rem;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  display: flex;
  overflow-wrap: break-word;
  color: #A4BCCA;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 600;
}.uxj_faq_q_pok:hover {
  color: #E6F2F6;
}.uxj_faq_q_ic_pok {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255,255,255,0.05);
  width: 24px;
  font-size: 16px;
  flex-shrink: 0;
  display: flex;
  height: 24px;
  justify-content: center;
  align-items: center;
  color: #00C8D7;
}.uxj_faq_item_pok.uxj_state_open_pok .uxj_faq_q_ic_pok {
  transform: rotate(45deg);
}.uxj_faq_a_pok {
  padding: 0 1.25rem 1rem;
  line-height: 1.7;
  font-size: 13px;
  overflow-wrap: break-word;
  display: none;
  color: #506070;
}.uxj_faq_item_pok.uxj_state_open_pok .uxj_faq_a_pok {
  display: block;
}.uxj_faq_a_pok strong {
  font-weight: 700;
  color: #A4BCCA;
}.uxj_faq_a_pok a {
  text-decoration: underline;
  color: #00C8D7;
}.uxj_faq_a_pok ul,.uxj_faq_a_pok ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.uxj_faq_a_pok ol {
  list-style: decimal;
}.uxj_faq_a_pok li {
  margin-bottom: 4px;
  line-height: 1.6;
}.uxj_faq_a_pok table {
  margin: 0.5rem 0;
  display: block;
  font-size: 12px;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width:768px) {.uxj_faq_a_pok table {
  display: table;
}
}.uxj_faq_a_pok th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.375rem 8px;
  text-align: left;
  color: #A4BCCA;
  font-weight: 700;
}.uxj_faq_a_pok td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 6px 0.5rem;
  color: #506070;
}.uxj_seo_pok {
  padding: 36px 16px 0;
  background: #0C1118;
}
@media(min-width: 767px) {.uxj_seo_pok {
  padding: 2.75rem 24px 0;
}
}.uxj_seo_in_pok {
  background: #131C26;
  padding: 1.75rem 24px;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 14px;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.uxj_seo_in_pok {
  padding: 36px 2.5rem;
}
}.uxj_seo_label_pok {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  font-weight: 700;
  color: #00C8D7;
}.uxj_seo_h2_pok {
  color: #E6F2F6;
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1.25;
  margin-bottom: 0.875rem;
  font-family: 'Orbitron', sans-serif;
  font-size: 20px;
}
@media(min-width: 767px) {.uxj_seo_h2_pok {
  font-size: 24px;
}
}.uxj_seo_body_pok {
  font-size: 14px;
  line-height: 1.75;
  color: #7090A0;
  overflow-wrap: break-word;
}.uxj_seo_body_pok p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #7090A0;
}.uxj_seo_body_pok p:last-child {
  margin-bottom: 0;
}.uxj_seo_body_pok strong {
  color: #A4BCCA;
  font-weight: 700;
}.uxj_seo_body_pok a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C8D7;
}.uxj_seo_body_pok a:hover {
  color: #1ADAE8;
}.uxj_seo_body_pok ul,.uxj_seo_body_pok ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.uxj_seo_body_pok ol {
  list-style: decimal;
}.uxj_seo_body_pok li {
  color: #7090A0;
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 0.875rem;
}.uxj_seo_body_pok table {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 12px;
  font-size: 13px;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 771px) {.uxj_seo_body_pok table {
  display: table;
}
}.uxj_seo_body_pok th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  color: #A4BCCA;
  text-align: left;
  font-weight: 700;
}.uxj_seo_body_pok td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #7090A0;
}.uxj_seo_cols_pok {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.uxj_seo_cols_pok {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.uxj_seo_cols_pok {
  grid-template-columns: repeat(3,1fr);
}
}.uxj_seo_col_h_pok {
  font-size: 13px;
  margin-bottom: 7px;
  font-weight: 700;
  color: #A4BCCA;
  overflow-wrap: break-word;
}.uxj_seo_col_p_pok {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #506070;
}.uxj_seo_stats_pok {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.uxj_seo_stat_pok {
  flex: 1;
  background: rgba(0,200,215,0.07);
  padding: 0.875rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(0,200,215,0.15);
  min-width: 8.75rem;
}.uxj_seo_stat_val_pok {
  font-size: 1.25rem;
  color: #00C8D7;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 800;
}.uxj_seo_stat_lb_pok {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #506070;
}.uxj_rv_pok {
  background: #0C1118;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.uxj_rv_pok {
  padding: 2.75rem 1.5rem 0;
}
}.uxj_rv_in_pok {
  margin: 0 auto;
  max-width: 82.5rem;
}.uxj_rv_head_pok {
  margin-bottom: 20px;
  max-width: 45rem;
}.uxj_rv_label_pok {
  color: #00C8D7;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
}.uxj_rv_h2_pok {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.375rem;
  font-weight: 800;
  color: #E6F2F6;
  overflow-wrap: break-word;
  margin-bottom: 10px;
}
@media(min-width: 765px) {.uxj_rv_h2_pok {
  font-size: 1.75rem;
}
}.uxj_rv_stats_pok {
  gap: 18px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  color: #506070;
  font-size: 0.813rem;
}.uxj_rv_stats_score_pok {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.uxj_rv_stats_score_val_pok {
  color: #F0A820;
  font-size: 1.375rem;
  font-family: 'Orbitron', sans-serif;
  font-weight: 800;
}.uxj_rv_stats_score_max_pok {
  font-size: 0.813rem;
  color: #405060;
}.uxj_rv_stats_badge_pok {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.uxj_rv_stats_badge_pok svg {
  color: #F0A820;
  height: 14px;
  width: 0.875rem;
}.uxj_rv_grid_pok {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.uxj_rv_grid_pok {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.uxj_rv_grid_pok {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.uxj_rv_card_pok {
  background: #131C26;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.5rem;
  padding: 1.25rem;
  flex-direction: column;
  display: flex;
}.uxj_rv_card_stars_pok {
  gap: 2px;
  color: #F0A820;
  display: flex;
  margin-bottom: 0.625rem;
}.uxj_rv_card_stars_pok svg {
  height: 14px;
  width: 0.875rem;
}.uxj_rv_card_h_pok {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #E6F2F6;
  overflow-wrap: break-word;
  line-height: 1.3;
}.uxj_rv_card_body_pok {
  flex: 1;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  color: #506070;
}.uxj_rv_card_body_pok strong {
  color: #A4BCCA;
  font-weight: 600;
}.uxj_rv_card_meta_pok {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  justify-content: space-between;
  display: flex;
  padding-top: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
}.uxj_rv_card_author_pok {
  font-size: 12px;
  color: #A4BCCA;
  font-weight: 600;
}.uxj_rv_card_date_pok {
  font-size: 11px;
  color: #405060;
}.uxj_seo_pok {
  padding: 2.25rem 1rem 0;
  background: #0C1118;
}
@media(min-width: 771px) {.uxj_seo_pok {
  padding: 2.75rem 1.5rem 0;
}
}.uxj_seo_in_pok {
  padding: 1.75rem 24px;
  border-radius: 0.875rem;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.09);
  background: #131C26;
  max-width: 1320px;
}
@media(min-width: 771px) {.uxj_seo_in_pok {
  padding: 36px 40px;
}
}.uxj_seo_label_pok {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .08em;
  color: #00C8D7;
  font-size: 11px;
}.uxj_seo_h2_pok {
  font-weight: 800;
  color: #E6F2F6;
  margin-bottom: 14px;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-family: 'Orbitron', sans-serif;
}
@media(min-width: 767px) {.uxj_seo_h2_pok {
  font-size: 1.5rem;
}
}.uxj_seo_body_pok {
  font-size: 14px;
  color: #7090A0;
  line-height: 1.75;
  overflow-wrap: break-word;
}.uxj_seo_body_pok p {
  line-height: 1.75;
  color: #7090A0;
  margin-bottom: 12px;
  font-size: 0.875rem;
}.uxj_seo_body_pok p:last-child {
  margin-bottom: 0;
}.uxj_seo_body_pok strong {
  font-weight: 700;
  color: #A4BCCA;
}.uxj_seo_body_pok a {
  transition: color .2s;
  color: #00C8D7;
  text-decoration: underline;
}.uxj_seo_body_pok a:hover {
  color: #1ADAE8;
}.uxj_seo_body_pok ul,.uxj_seo_body_pok ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.uxj_seo_body_pok ol {
  list-style: decimal;
}.uxj_seo_body_pok li {
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #7090A0;
}.uxj_seo_body_pok table {
  margin-bottom: 0.75rem;
  font-size: 0.813rem;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 769px) {.uxj_seo_body_pok table {
  display: table;
}
}.uxj_seo_body_pok th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #A4BCCA;
}.uxj_seo_body_pok td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #7090A0;
}.uxj_seo_cols_pok {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 642px) {.uxj_seo_cols_pok {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.uxj_seo_cols_pok {
  grid-template-columns: repeat(3,1fr);
}
}.uxj_seo_col_h_pok {
  font-size: 13px;
  color: #A4BCCA;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 7px;
}.uxj_seo_col_p_pok {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #506070;
  font-size: 0.813rem;
}.uxj_seo_stats_pok {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.uxj_seo_stat_pok {
  border: 1px solid rgba(0,200,215,0.15);
  border-radius: 0.5rem;
  flex: 1;
  padding: 14px 16px;
  background: rgba(0,200,215,0.07);
  min-width: 8.75rem;
}.uxj_seo_stat_val_pok {
  color: #00C8D7;
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
}.uxj_seo_stat_lb_pok {
  color: #506070;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.uxj_ft_pok {
  border-top: 1px solid rgba(255,255,255,0.05);
  background: #080B0F;
  margin-top: 48px;
}.uxj_ft_support_pok {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 24px 16px;
}
@media(min-width: 769px) {.uxj_ft_support_pok {
  padding: 28px 1.5rem;
}
}.uxj_ft_support_in_pok {
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  max-width: 82.5rem;
}.uxj_ft_support_main_pok {
  gap: 1rem;
  flex: 1;
  min-width: 13.75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.uxj_ft_support_ic_pok {
  flex-shrink: 0;
  color: #00C8D7;
}.uxj_ft_support_ic_pok svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 30px;
  width: 1.875rem;
}.uxj_ft_support_text_title_pok {
  font-weight: 700;
  margin-bottom: 3px;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  color: #E6F2F6;
}.uxj_ft_support_text_sub_pok {
  color: #506070;
  font-size: 12px;
  overflow-wrap: break-word;
}.uxj_ft_support_btn_pok {
  padding: 0.688rem 22px;
  transition: background .2s;
  border-radius: 8px;
  background: #00C8D7;
  color: #E6F2F6;
  font-size: 0.813rem;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
}.uxj_ft_support_btn_pok:hover {
  background: #1ADAE8;
}.uxj_ft_support_contacts_pok {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.uxj_ft_support_contact_pok {
  line-height: 1.4;
  font-size: 0.75rem;
  color: #405060;
}.uxj_ft_support_contact_pok strong {
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
  font-size: 11px;
  color: #7090A0;
}.uxj_ft_main_pok {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width:768px) {.uxj_ft_main_pok {
  padding: 40px 1.5rem 32px;
}
}.uxj_ft_main_in_pok {
  margin: 0 auto;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 1320px;
}
@media(min-width: 641px) {.uxj_ft_main_in_pok {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.uxj_ft_main_in_pok {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.uxj_ft_col_logo_pok {
  grid-column: 1/-1;
}
@media(min-width: 1083px) {.uxj_ft_col_logo_pok {
  grid-column: auto;
}
}.uxj_ft_logo_pok {
  gap: 9px;
  display: flex;
  font-weight: 800;
  margin-bottom: 0.75rem;
  font-size: 16px;
  flex-wrap: wrap;
  align-items: center;
  overflow-wrap: break-word;
  color: #E6F2F6;
}.uxj_ft_logo_mark_pok {
  border-radius: 4px;
  overflow: hidden;
  height: 30px;
  width: 30px;
}.uxj_ft_logo_mark_pok img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.uxj_ft_logo_sub_pok {
  color: #405060;
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.55;
  max-width: 200px;
}.uxj_ft_col_title_pok {
  color: #7090A0;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
}.uxj_ft_col_links_pok {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.uxj_ft_col_link_pok {
  transition: color .2s;
  color: #405060;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.uxj_ft_col_link_pok:hover {
  color: #A4BCCA;
}.uxj_ft_apps_pok {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.uxj_ft_app_card_pok {
  padding: 0.625rem 0.75rem;
  gap: 0.625rem;
  transition: border-color .2s;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 4px;
  align-items: center;
  display: flex;
}.uxj_ft_app_card_pok:hover {
  border-color: rgba(0,200,215,0.45);
}.uxj_ft_app_card_ic_pok svg {
  height: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.375rem;
}.uxj_ft_app_card_os_pok {
  font-size: 10px;
  color: #405060;
  font-weight: 600;
}.uxj_ft_app_card_action_pok {
  font-weight: 700;
  font-size: 12px;
  color: #A4BCCA;
}.uxj_ft_bot_pok {
  padding: 20px 1rem;
}
@media(min-width: 769px) {.uxj_ft_bot_pok {
  padding: 1.25rem 1.5rem;
}
}.uxj_ft_bot_in_pok {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1320px;
  display: flex;
}.uxj_ft_socials_pok {
  gap: 8px;
  display: flex;
}.uxj_ft_soc_pok {
  background: rgba(255,255,255,0.05);
  transition: background .2s;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 4px;
  display: flex;
  width: 36px;
  align-items: center;
  height: 2.25rem;
  justify-content: center;
  color: #7090A0;
}.uxj_ft_soc_pok svg {
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
}.uxj_ft_soc_pok:hover {
  background: rgba(255,255,255,0.07);
}.uxj_ft_legal_pok {
  flex: 1;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #5E7D8F;
  line-height: 1.6;
  min-width: 200px;
}.uxj_ft_legal_pok strong {
  font-weight: 700;
  color: #7090A0;
}.uxj_ft_legal_pok a {
  color: #7090A0;
  text-decoration: underline;
}.uxj_ft_age_pok {
  border: 2px solid #5E7D8F;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 800;
  margin-left: auto;
  color: #5E7D8F;
  font-size: 0.688rem;
  flex-shrink: 0;
  width: 2rem;
  height: 32px;
}