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: #0E1018;
  color: #C8CDD8;
  min-height: 100vh;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  font-family: 'Barlow', sans-serif;
}.xeq-layout_spr {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.xeq-page_spr {
  display: flex;
  min-height: 100vh;
}.xeq-main_spr {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width: 1083px) {.xeq-main_spr {
  padding-left: 13.75rem;
}
}
@media (max-width: 1081px) {.xeq-main_spr {
  padding-bottom: 4.5rem;
}
}.xeq-gc_spr {
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.05);
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  background: #131620;
  width: 8.75rem;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
@media(min-width:640px) {.xeq-gc_spr {
  width: 9.75rem;
}
}
@media(min-width: 1078px) {.xeq-gc_spr {
  width: 10.5rem;
}
}.xeq-gc_spr:hover {
  border-color: rgba(204,34,42,0.07);
  transform: translateY(-3px);
}.xeq-gc_img_spr {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.xeq-gc_img_spr img {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}.xeq-gc_hover_spr {
  inset: 0;
  transition: opacity .2s;
  background: rgba(9,11,16,0.72);
  display: flex;
  opacity: 0;
  align-items: center;
  position: absolute;
  justify-content: center;
}.xeq-gc_spr:hover .xeq-gc_hover_spr {
  opacity: 1;
}.xeq-gc_hover_btn_spr {
  padding: 8px 16px;
  background: #CC222A;
  border-radius: 5px;
  font-size: 0.75rem;
  color: #F2F4F8;
  font-weight: 700;
}.xeq-gc_info_spr {
  padding: 8px 10px 0.625rem;
}.xeq-gc_name_spr {
  overflow: hidden;
  max-width: 100%;
  font-weight: 600;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  font-size: 12px;
  white-space: nowrap;
  color: #C8CDD8;
}.xeq-gc_prov_spr {
  font-size: 10px;
  color: #4A5060;
}.xeq-gc_tag_spr {
  border-radius: 4px;
  padding: 2px 7px;
  top: 6px;
  z-index: 2;
  letter-spacing: .04em;
  position: absolute;
  left: 6px;
  font-weight: 700;
  font-size: 9px;
  text-transform: uppercase;
}.xeq-gc_tag_hot_spr {
  background: #E8192C;
  color: #fff;
}.xeq-gc_tag_new_spr {
  background: #22C55E;
  color: #0E1018;
}.xeq-gc_tag_jp_spr {
  background: #F5A623;
  color: #0E1018;
}.xeq-gc_tag_ex_spr {
  background: #1A3A7A;
  color: #fff;
}.xeq-gc_tag_live_spr {
  background: #E8192C;
  color: #fff;
}.xeq-gr_spr {
  padding: 32px 16px 0;
  background: #0E1018;
}
@media(min-width: 769px) {.xeq-gr_spr {
  padding: 2.25rem 24px 0;
}
}.xeq-gr_in_spr {
  margin: 0 auto;
  max-width: 1340px;
}.xeq-gr_head_spr {
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
  display: flex;
}.xeq-gr_head_l_spr {
  flex: 1;
  gap: 0.625rem;
  display: flex;
  min-width: 0;
  align-items: center;
}.xeq-gr_ic_spr {
  border-radius: 8px;
  align-items: center;
  width: 2rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  height: 32px;
}.xeq-gr_ic_spr svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
  width: 1rem;
}.xeq-gr_title_spr {
  font-size: 16px;
  color: #F2F4F8;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.xeq-gr_title_spr {
  font-size: 1.125rem;
}
}.xeq-gr_more_spr {
  gap: 5px;
  transition: color .2s;
  font-size: 0.75rem;
  font-weight: 600;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  color: #636B7A;
}.xeq-gr_more_spr:hover {
  color: #CC222A;
}.xeq-gr_more_spr svg {
  stroke-linecap: round;
  width: 12px;
  height: 12px;
  stroke-linejoin: round;
}.xeq-gr_arrows_spr {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.xeq-gr_arr_spr {
  border: 1px solid rgba(255,255,255,0.09);
  transition: background .15s,color .15s;
  border-radius: 5px;
  background: rgba(255,255,255,0.05);
  width: 30px;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #8E95A6;
  height: 1.875rem;
}.xeq-gr_arr_spr:hover {
  background: rgba(255,255,255,0.07);
  color: #F2F4F8;
}.xeq-gr_arr_spr svg {
  height: 0.813rem;
  width: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.xeq-gr_seo_h_spr {
  margin: 0 0 6px;
  color: #C8CDD8;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  max-width: 680px;
}
@media(min-width: 771px) {.xeq-gr_seo_h_spr {
  font-size: 14px;
}
}.xeq-gr_seo_spr {
  overflow-wrap: break-word;
  max-width: 680px;
  color: #636B7A;
  line-height: 1.55;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}.xeq-gr_seo_spr strong {
  color: #C8CDD8;
  font-weight: 600;
}.xeq-gr_scroll_spr {
  gap: 10px;
  overflow-x: auto;
  display: flex;
  padding-bottom: 0.625rem;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}.xeq-gr_scroll_spr::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.xeq-gr_scroll_spr {
  gap: 0.75rem;
}
}.xeq-tb_spr {
  background: #0E1018;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  z-index: 80;
  display: flex;
  height: 3.5rem;
  left: 0;
  top: 0;
  right: 0;
  position: fixed;
  align-items: center;
}.xeq-tb_in_spr {
  gap: 0;
  padding: 0 0.875rem;
  align-items: center;
  width: 100%;
  display: flex;
  height: 100%;
}.xeq-tb_burger_spr {
  border-radius: 8px;
  gap: 5px;
  flex-direction: column;
  align-items: center;
  width: 38px;
  height: 2.375rem;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 8px;
}.xeq-tb_burger_spr:hover {
  background: rgba(255,255,255,0.05);
}.xeq-tb_burger_line_spr {
  border-radius: 1px;
  background: #8E95A6;
  width: 1.125rem;
  height: 2px;
  display: block;
}
@media(min-width: 1077px) {.xeq-tb_burger_spr {
  display: none;
}
}.xeq-tb_logo_spr {
  gap: 0.563rem;
  align-items: center;
  color: #F2F4F8;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  flex-shrink: 0;
  margin-right: 1.25rem;
  display: flex;
  font-weight: 800;
  letter-spacing: -.01em;
}.xeq-tb_logo_mark_spr {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 32px;
  height: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}.xeq-tb_logo_mark_spr img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.xeq-tb_nav_spr {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 638px) {.xeq-tb_nav_spr {
  display: flex;
}
}.xeq-tb_tab_spr {
  transition: background .15s,color .15s;
  border-radius: 0.5rem;
  padding: 0.5rem 14px;
  font-weight: 600;
  white-space: nowrap;
  color: #8E95A6;
  font-size: 0.813rem;
}.xeq-tb_tab_spr:hover {
  background: rgba(255,255,255,0.05);
  color: #F2F4F8;
}.xeq-tb_tab_spr.xeq-state_active_spr {
  background: rgba(204,34,42,0.18);
  color: #F2F4F8;
}.xeq-tb_right_spr {
  gap: 0.5rem;
  flex-shrink: 0;
  margin-left: auto;
  align-items: center;
  display: flex;
}.xeq-tb_login_spr {
  transition: border-color .2s,color .2s;
  background: rgba(255,255,255,0.05);
  padding: 9px 1rem;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.5rem;
  font-weight: 600;
  color: #C8CDD8;
  display: none;
  font-size: 0.813rem;
}.xeq-tb_login_spr:hover {
  border-color: rgba(204,34,42,0.55);
  color: #F2F4F8;
}
@media(min-width:480px) {.xeq-tb_login_spr {
  display: block;
}
}.xeq-tb_reg_spr {
  border-radius: 8px;
  padding: 0.563rem 18px;
  transition: background .2s;
  background: #22C55E;
  font-weight: 700;
  color: #0D0F16;
  font-size: 0.813rem;
  white-space: nowrap;
}.xeq-tb_reg_spr:hover {
  background: #16A34A;
}.xeq-sb_spr {
  transform: translateX(-100%);
  transition: transform .25s ease;
  border-right: 1px solid rgba(255,255,255,0.05);
  background: #161923;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 13.75rem;
  top: 56px;
  z-index: 70;
  overflow-y: auto;
}.xeq-sb_spr.xeq-state_open_spr {
  transform: translateX(0);
}.xeq-sb_spr::-webkit-scrollbar {
  width: 0.25rem;
}.xeq-sb_spr::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1077px) {.xeq-sb_spr {
  transform: translateX(0);
}
}.xeq-sb_auth_spr {
  padding: 14px 0.75rem 10px;
}.xeq-sb_btn_reg_spr {
  transition: background .2s;
  padding: 11px;
  border-radius: 8px;
  background: #22C55E;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  display: block;
  margin-bottom: 8px;
  color: #0D0F16;
}.xeq-sb_btn_reg_spr:hover {
  background: #16A34A;
}.xeq-sb_btn_login_spr {
  padding: 0.625rem;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  display: block;
  font-size: 0.813rem;
  text-align: center;
  font-weight: 600;
  color: #C8CDD8;
}.xeq-sb_btn_login_spr:hover {
  border-color: rgba(204,34,42,0.55);
  color: #F2F4F8;
}.xeq-sb_promo_spr {
  border-radius: 8px;
  margin: 0 0.75rem 10px;
  border: 1px solid rgba(204,34,42,0.18);
  overflow: hidden;
  padding: 0.75rem 14px;
  background: linear-gradient(135deg,#2A0A0C,#161923);
  position: relative;
}.xeq-sb_promo_spr::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(204,34,42,0.18),transparent 70%);
  top: -1.25rem;
  height: 5rem;
  content: '';
  width: 5rem;
  position: absolute;
  right: -20px;
}.xeq-sb_promo_title_spr {
  margin-bottom: 4px;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #CC222A;
}.xeq-sb_promo_text_spr {
  font-size: 12px;
  color: #F2F4F8;
  line-height: 1.35;
  overflow-wrap: break-word;
  font-weight: 600;
}.xeq-sb_promo_sub_spr {
  color: #636B7A;
  font-size: 0.625rem;
  margin-top: 3px;
}.xeq-sb_nav_spr {
  padding: 0.375rem 0.5rem 1rem;
}.xeq-sb_nav_lb_spr {
  padding: 0.625rem 8px 0.375rem;
  font-size: 0.625rem;
  color: #4A5060;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.xeq-sb_link_spr {
  transition: background .15s,color .15s;
  border-radius: 5px;
  padding: 9px 0.625rem;
  gap: 10px;
  display: flex;
  overflow-wrap: break-word;
  font-weight: 500;
  color: #8E95A6;
  cursor: pointer;
  font-size: 0.813rem;
  align-items: center;
}.xeq-sb_link_spr:hover {
  background: rgba(255,255,255,0.05);
  color: #F2F4F8;
}.xeq-sb_link_spr.xeq-state_active_spr {
  background: rgba(204,34,42,0.18);
  color: #F2F4F8;
}.xeq-sb_ic_spr {
  border-radius: 0.313rem;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  width: 30px;
  height: 30px;
}.xeq-sb_ic_spr svg {
  stroke-linecap: round;
  height: 16px;
  width: 16px;
  stroke-linejoin: round;
}.xeq-sb_ic_1_spr {
  background: rgba(204,34,42,0.07);
  color: #CC222A;
}.xeq-sb_ic_2_spr {
  background: rgba(34,197,94,0.14);
  color: #22C55E;
}.xeq-sb_ic_3_spr {
  background: rgba(245,166,35,0.15);
  color: #F5A623;
}.xeq-sb_ic_4_spr {
  background: rgba(26,58,122,0.30);
  color: #1A3A7A;
}.xeq-sb_ic_5_spr {
  background: rgba(204,34,42,0.07);
  color: #F43F8E;
}.xeq-sb_ic_6_spr {
  background: rgba(26,58,122,0.30);
  color: #7C3AED;
}.xeq-sb_badge_spr {
  background: #F5A623;
  padding: 2px 7px;
  border-radius: 0.313rem;
  margin-left: auto;
  font-weight: 700;
  color: #0D0F16;
  font-size: 9px;
}.xeq-sb_bot_spr {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 0.75rem;
  gap: 0.5rem;
  display: flex;
}.xeq-sb_lang_spr,.xeq-sb_help_spr {
  flex: 1;
  transition: border-color .2s;
  border-radius: 0.313rem;
  padding: 0.563rem 6px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.05);
  gap: 0.375rem;
  justify-content: center;
  display: flex;
  color: #8E95A6;
  font-size: 0.688rem;
  align-items: center;
  font-weight: 600;
}.xeq-sb_lang_spr:hover,.xeq-sb_help_spr:hover {
  border-color: rgba(204,34,42,0.55);
  color: #F2F4F8;
}.xeq-sb_lang_spr svg,.xeq-sb_help_spr svg {
  stroke-linecap: round;
  width: 13px;
  stroke-linejoin: round;
  height: 0.813rem;
}.xeq-sb_bd_spr {
  inset: 0;
  background: rgba(9,11,16,0.72);
  z-index: 69;
  position: fixed;
  display: none;
}.xeq-sb_bd_spr.xeq-state_on_spr {
  display: block;
}
@media(min-width: 1078px) {.xeq-sb_bd_spr {
  display: none!important;
}
}.xeq-mob_nav_spr {
  background: #161923;
  border-top: 1px solid rgba(255,255,255,0.09);
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  z-index: 80;
  display: flex;
  right: 0;
  position: fixed;
  left: 0;
  bottom: 0;
}
@media(min-width: 1081px) {.xeq-mob_nav_spr {
  display: none;
}
}.xeq-mob_nav_item_spr {
  gap: 4px;
  padding: 0.25rem 2px;
  flex: 1;
  display: flex;
  align-items: center;
  color: #4A5060;
  cursor: pointer;
  flex-direction: column;
}.xeq-mob_nav_ic_spr {
  line-height: 1;
}.xeq-mob_nav_ic_spr svg {
  stroke-linecap: round;
  height: 20px;
  stroke-linejoin: round;
  width: 20px;
}.xeq-mob_nav_lb_spr {
  color: #4A5060;
  font-size: 0.625rem;
  font-weight: 600;
}.xeq-mob_nav_item_spr.xeq-state_active_spr {
  color: #CC222A;
}.xeq-mob_nav_item_spr.xeq-state_active_spr .xeq-mob_nav_lb_spr {
  color: #CC222A;
}.xeq-hero_spr {
  background: #0E1018;
  padding: 20px 1rem 0;
}
@media(min-width: 767px) {.xeq-hero_spr {
  padding: 1.5rem 24px 0;
}
}.xeq-hero_in_spr {
  margin: 0 auto;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 83.75rem;
}
@media(min-width: 863px) {.xeq-hero_in_spr {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1097px) {.xeq-hero_in_spr {
  grid-template-columns: 1fr 340px;
}
}.xeq-hero_promo_spr {
  overflow: hidden;
  background: #131620;
  border-radius: 0.813rem;
  align-items: stretch;
  min-height: 13.75rem;
  display: flex;
  position: relative;
}
@media(min-width: 766px) {.xeq-hero_promo_spr {
  min-height: 17.5rem;
}
}.xeq-hero_promo_bg_spr {
  background: linear-gradient(120deg,#2A0A0C 0%,#0E1018 100%);
  inset: 0;
  background-position: center;
  position: absolute;
  background-size: cover;
}.xeq-hero_promo_bg_spr::after {
  background: linear-gradient(90deg,#0E1018 0%,rgba(9,11,16,0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.xeq-hero_promo_glow_spr {
  background: radial-gradient(circle,rgba(26,58,122,0.30) 0%,transparent 65%);
  border-radius: 50%;
  width: 300px;
  right: 60px;
  pointer-events: none;
  height: 300px;
  top: -40px;
  position: absolute;
}.xeq-hero_promo_ct_spr {
  padding: 1.75rem 24px 1.75rem 1.75rem;
  z-index: 2;
  max-width: 30rem;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
@media(min-width:768px) {.xeq-hero_promo_ct_spr {
  padding: 2.5rem 32px;
}
}.xeq-hero_badge_spr {
  border: 1px solid rgba(204,34,42,0.07);
  background: rgba(204,34,42,0.18);
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 0.625rem;
  display: inline-block;
  letter-spacing: .08em;
  color: #CC222A;
  text-transform: uppercase;
}.xeq-hero_h1_spr {
  font-size: 1.625rem;
  line-height: 1.15;
  margin-bottom: 0.625rem;
  font-weight: 800;
  color: #F2F4F8;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
}.xeq-hero_h1_spr em {
  font-style: normal;
  color: #F5A623;
}
@media(min-width: 767px) {.xeq-hero_h1_spr {
  font-size: 2.25rem;
}
}.xeq-hero_sub_spr {
  line-height: 1.55;
  color: #8E95A6;
  font-size: 13px;
  margin-bottom: 1.25rem;
}
@media(min-width: 765px) {.xeq-hero_sub_spr {
  font-size: 0.875rem;
}
}.xeq-hero_row_spr {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.xeq-hero_cta_spr {
  transition: background .2s;
  padding: 0.813rem 26px;
  border-radius: 8px;
  background: #22C55E;
  font-size: 0.875rem;
  font-weight: 700;
  box-shadow: 0 2px 0.75rem rgba(34,197,94,0.35), 0 6px 20px rgba(0,0,0,0.55);
  color: #0D0F16;
}.xeq-hero_cta_spr:hover {
  background: #16A34A;
}.xeq-hero_terms_spr {
  font-size: 11px;
  color: #4A5060;
}.xeq-hero_game_spr {
  border: 1px solid rgba(255,255,255,0.05);
  background: #131620;
  overflow: hidden;
  border-radius: 0.813rem;
  position: relative;
  display: flex;
  flex-direction: column;
}.xeq-hero_game_badge_spr {
  border: 1px solid rgba(245,166,35,0.15);
  border-radius: 20px;
  padding: 0.313rem 10px;
  background: rgba(245,166,35,0.15);
  font-size: 10px;
  text-transform: uppercase;
  top: 0.75rem;
  left: 0.75rem;
  letter-spacing: .06em;
  font-weight: 700;
  z-index: 3;
  position: absolute;
  color: #F5A623;
}.xeq-hero_game_badge_spr svg {
  vertical-align: -1px;
  margin-right: 0.25rem;
  height: 11px;
  width: 0.688rem;
}.xeq-hero_game_img_spr {
  background: linear-gradient(135deg,#2A0A0C,#0E1018);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.xeq-hero_game_img_spr img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}.xeq-hero_game_play_spr {
  transition: opacity .2s;
  background: rgba(9,11,16,0.72);
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  opacity: 0;
}.xeq-hero_game_spr:hover .xeq-hero_game_play_spr {
  opacity: 1;
}.xeq-hero_game_play_spr span {
  background: #CC222A;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}.xeq-hero_game_play_spr span svg {
  height: 18px;
  margin-left: 2px;
  width: 18px;
}.xeq-hero_game_info_spr {
  padding: 14px 1rem;
}.xeq-hero_game_title_spr {
  margin-bottom: 0.25rem;
  font-size: 15px;
  color: #F2F4F8;
  font-weight: 700;
  overflow-wrap: break-word;
}.xeq-hero_game_provider_spr {
  color: #636B7A;
  font-size: 0.688rem;
}.xeq-hero_game_btn_spr {
  padding: 11px;
  transition: background .2s;
  background: #CC222A;
  margin: 0.75rem 1rem 1rem;
  border-radius: 0.5rem;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 0.813rem;
  color: #F2F4F8;
}.xeq-hero_game_spr:hover .xeq-hero_game_btn_spr {
  background: #E02830;
}.xeq-sbar_spr {
  padding: 16px 1rem 0;
  background: #0E1018;
}
@media(min-width: 769px) {.xeq-sbar_spr {
  padding: 18px 1.5rem 0;
}
}.xeq-sbar_in_spr {
  margin: 0 auto;
  max-width: 1340px;
}.xeq-sbar_row_spr {
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap;
  display: flex;
}.xeq-sbar_input_spr {
  padding: 11px 16px;
  background: #131620;
  transition: border-color .2s;
  border-radius: 0.5rem;
  flex: 1;
  border: 1px solid rgba(255,255,255,0.09);
  gap: 0.625rem;
  cursor: pointer;
  align-items: center;
  font-size: 13px;
  display: flex;
  color: #636B7A;
}.xeq-sbar_input_spr:hover {
  border-color: rgba(204,34,42,0.55);
}.xeq-sbar_input_spr svg {
  stroke-linecap: round;
  height: 15px;
  flex-shrink: 0;
  width: 0.938rem;
  stroke-linejoin: round;
}.xeq-sbar_providers_spr {
  transition: border-color .2s;
  background: #131620;
  gap: 8px;
  border-radius: 0.5rem;
  padding: 11px 1.125rem;
  border: 1px solid rgba(255,255,255,0.09);
  display: flex;
  white-space: nowrap;
  color: #C8CDD8;
  font-weight: 600;
  font-size: 13px;
  align-items: center;
}.xeq-sbar_providers_spr:hover {
  border-color: rgba(204,34,42,0.55);
  color: #F2F4F8;
}.xeq-sbar_providers_spr svg {
  width: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 14px;
}.xeq-sbar_tabs_spr {
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 2px;
  display: flex;
  scrollbar-width: none;
}.xeq-sbar_tabs_spr::-webkit-scrollbar {
  display: none;
}.xeq-sbar_tab_spr {
  padding: 8px 0.875rem;
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 1.25rem;
  gap: 0.438rem;
  border: 1px solid rgba(255,255,255,0.05);
  background: rgba(255,255,255,0.05);
  font-size: 12px;
  cursor: pointer;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 600;
  display: flex;
  color: #8E95A6;
}.xeq-sbar_tab_spr:hover {
  border-color: rgba(204,34,42,0.55);
  background: rgba(255,255,255,0.07);
  color: #F2F4F8;
}.xeq-sbar_tab_spr.xeq-state_active_spr {
  border-color: rgba(204,34,42,0.07);
  background: rgba(204,34,42,0.18);
  color: #F2F4F8;
}.xeq-sbar_tab_ic_spr svg {
  height: 0.875rem;
  width: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.xeq-wy_spr {
  padding: 2rem 1rem 0;
  background: #0E1018;
}
@media(min-width: 771px) {.xeq-wy_spr {
  padding: 2.5rem 1.5rem 0;
}
}.xeq-wy_in_spr {
  margin: 0 auto;
  max-width: 83.75rem;
}.xeq-wy_head_spr {
  margin-bottom: 1.125rem;
  max-width: 45rem;
}.xeq-wy_label_spr {
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #CC222A;
}.xeq-wy_h2_spr {
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 8px;
  color: #F2F4F8;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 769px) {.xeq-wy_h2_spr {
  font-size: 24px;
}
}.xeq-wy_intro_spr {
  margin: 0;
  color: #636B7A;
  font-size: 0.813rem;
  line-height: 1.6;
}.xeq-wy_grid_spr {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.xeq-wy_grid_spr {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.xeq-wy_grid_spr {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.xeq-wy_card_spr {
  padding: 1.25rem;
  border: 1px solid rgba(255,255,255,0.09);
  background: #161923;
  border-radius: 8px;
  transition: border-color .2s,transform .2s;
}.xeq-wy_card_spr:hover {
  border-color: rgba(204,34,42,0.07);
  transform: translateY(-2px);
}.xeq-wy_card_ic_spr {
  background: rgba(204,34,42,0.18);
  border-radius: 50%;
  color: #CC222A;
  width: 2.75rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.875rem;
  display: flex;
  height: 2.75rem;
}.xeq-wy_card_ic_spr svg {
  stroke-linejoin: round;
  width: 1.375rem;
  stroke-linecap: round;
  height: 1.375rem;
}.xeq-wy_card_h_spr {
  overflow-wrap: break-word;
  color: #F2F4F8;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 6px;
}.xeq-wy_card_p_spr {
  font-size: 13px;
  line-height: 1.6;
  color: #636B7A;
  overflow-wrap: break-word;
}.xeq-wy_card_p_spr strong {
  color: #C8CDD8;
  font-weight: 600;
}.xeq-ws_spr {
  background: #0E1018;
  padding: 32px 1rem 0;
}
@media(min-width:768px) {.xeq-ws_spr {
  padding: 2.25rem 1.5rem 0;
}
}.xeq-ws_in_spr {
  margin: 0 auto;
  max-width: 1340px;
}.xeq-ws_head_spr {
  gap: 0.75rem;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}.xeq-ws_title_spr {
  gap: 10px;
  font-weight: 700;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  font-size: 1rem;
  align-items: center;
  color: #F2F4F8;
  font-family: 'Barlow Condensed', sans-serif;
  display: flex;
}.xeq-ws_title_ic_spr svg {
  height: 1.125rem;
  stroke-linecap: round;
  width: 1.125rem;
  stroke-linejoin: round;
  color: #F5A623;
}.xeq-ws_online_spr {
  gap: 7px;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #636B7A;
  display: flex;
}.xeq-ws_online_dot_spr {
  border-radius: 50%;
  background: #22C55E;
  width: 0.5rem;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(34,197,94,0.14);
  height: 0.5rem;
}.xeq-ws_scroll_spr {
  gap: 8px;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 0.5rem;
  overflow-x: auto;
}.xeq-ws_scroll_spr::-webkit-scrollbar {
  display: none;
}.xeq-wc_spr {
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.09);
  background: #131620;
  gap: 0.625rem;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  min-width: 220px;
  flex-shrink: 0;
}.xeq-wc_img_spr {
  overflow: hidden;
  border-radius: 5px;
  background: #161923;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
}.xeq-wc_img_spr img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.xeq-wc_info_spr {
  min-width: 0;
}.xeq-wc_game_spr {
  overflow: hidden;
  white-space: nowrap;
  color: #C8CDD8;
  font-weight: 600;
  font-size: 12px;
  text-overflow: ellipsis;
}.xeq-wc_player_spr {
  overflow: hidden;
  font-size: 0.625rem;
  color: #4A5060;
  text-overflow: ellipsis;
  white-space: nowrap;
}.xeq-wc_amount_spr {
  margin-left: auto;
  color: #22C55E;
  white-space: nowrap;
  font-size: 0.813rem;
  flex-shrink: 0;
  font-weight: 700;
}.xeq-bon_spr {
  background: #0E1018;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.xeq-bon_spr {
  padding: 2.75rem 24px 0;
}
}.xeq-bon_in_spr {
  margin: 0 auto;
  max-width: 83.75rem;
}.xeq-bon_head_spr {
  margin-bottom: 20px;
}.xeq-bon_label_spr {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 11px;
  text-transform: uppercase;
  color: #CC222A;
}.xeq-bon_h2_spr {
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  color: #F2F4F8;
}
@media(min-width: 766px) {.xeq-bon_h2_spr {
  font-size: 24px;
}
}.xeq-bon_seo_spr {
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 620px;
  color: #636B7A;
}.xeq-bon_seo_spr strong {
  color: #C8CDD8;
  font-weight: 700;
}.xeq-bon_seo_spr a {
  color: #CC222A;
  text-decoration: underline;
}.xeq-bon_grid_spr {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 642px) {.xeq-bon_grid_spr {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.xeq-bon_grid_spr {
  grid-template-columns: repeat(5,1fr);
}
}.xeq-bon_card_spr {
  border: 1px solid rgba(255,255,255,0.09);
  padding: 1rem;
  border-radius: 0.5rem;
  background: #131620;
  transition: border-color .2s,transform .2s;
}.xeq-bon_card_spr:hover {
  border-color: rgba(204,34,42,0.07);
  transform: translateY(-2px);
}.xeq-bon_card_ic_spr svg {
  stroke-linecap: round;
  height: 1.625rem;
  stroke-linejoin: round;
  width: 1.625rem;
}.xeq-bon_card_ic_spr {
  margin-bottom: 10px;
}.xeq-bon_card_type_spr {
  font-size: 0.625rem;
  margin-bottom: 0.375rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  color: #636B7A;
}.xeq-bon_card_amount_spr {
  margin-bottom: 0.375rem;
  font-size: 18px;
  color: #F5A623;
  line-height: 1.1;
  font-weight: 800;
}.xeq-bon_card_name_spr {
  color: #F2F4F8;
  font-size: 13px;
  margin-bottom: 8px;
  font-weight: 600;
  overflow-wrap: break-word;
}.xeq-bon_card_detail_spr {
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 11px;
  line-height: 1.5;
  overflow-wrap: break-word;
  padding-top: 8px;
  color: #4A5060;
}.xeq-htp_spr {
  padding: 36px 16px 0;
  background: #0E1018;
}
@media(min-width: 769px) {.xeq-htp_spr {
  padding: 2.75rem 1.5rem 0;
}
}.xeq-htp_in_spr {
  margin: 0 auto;
  max-width: 1340px;
}.xeq-htp_head_spr {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.xeq-htp_label_spr {
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #CC222A;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}.xeq-htp_h2_spr {
  color: #F2F4F8;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 770px) {.xeq-htp_h2_spr {
  font-size: 1.75rem;
}
}.xeq-htp_intro_spr {
  color: #636B7A;
  font-size: 14px;
  line-height: 1.6;
}.xeq-htp_steps_spr {
  margin: 0;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width: 639px) {.xeq-htp_steps_spr {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.xeq-htp_steps_spr {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.xeq-htp_step_spr {
  background: #161923;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 20px 18px 18px;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  position: relative;
}.xeq-htp_step_num_spr {
  border-radius: 50%;
  background: #CC222A;
  font-weight: 800;
  align-items: center;
  width: 28px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.813rem;
  left: 20px;
  position: absolute;
  top: -0.75rem;
  height: 1.75rem;
  color: #0D0F16;
  display: flex;
  justify-content: center;
}.xeq-htp_step_ic_spr {
  margin: 8px 0 12px;
  background: rgba(204,34,42,0.18);
  border-radius: 5px;
  width: 36px;
  height: 2.25rem;
  align-items: center;
  color: #CC222A;
  justify-content: center;
  display: flex;
}.xeq-htp_step_ic_spr svg {
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 18px;
}.xeq-htp_step_h_spr {
  overflow-wrap: break-word;
  line-height: 1.25;
  font-size: 14px;
  color: #F2F4F8;
  margin-bottom: 0.375rem;
  font-weight: 700;
}.xeq-htp_step_p_spr {
  font-size: 0.813rem;
  color: #636B7A;
  overflow-wrap: break-word;
  line-height: 1.55;
}.xeq-htp_step_p_spr strong {
  font-weight: 600;
  color: #C8CDD8;
}.xeq-htp_cta_spr {
  padding: 0.813rem 1.625rem;
  border-radius: 8px;
  background: #22C55E;
  transition: background .2s;
  margin-top: 20px;
  color: #0D0F16;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
}.xeq-htp_cta_spr:hover {
  background: #16A34A;
}.xeq-reg_spr {
  padding: 36px 16px 0;
  background: #0E1018;
}
@media(min-width: 771px) {.xeq-reg_spr {
  padding: 2.75rem 24px 0;
}
}.xeq-reg_in_spr {
  margin: 0 auto;
  border-radius: 0.813rem;
  padding: 1.75rem 1.5rem;
  background: #161923;
  border: 1px solid rgba(255,255,255,0.05);
  max-width: 1340px;
}
@media(min-width: 767px) {.xeq-reg_in_spr {
  padding: 40px;
}
}.xeq-reg_top_spr {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.xeq-reg_top_spr {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.xeq-reg_label_spr {
  font-size: 11px;
  color: #CC222A;
  margin-bottom: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.xeq-reg_h2_spr {
  margin-bottom: 0.75rem;
  color: #F2F4F8;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.2;
}
@media(min-width: 769px) {.xeq-reg_h2_spr {
  font-size: 28px;
}
}.xeq-reg_bonus_spr {
  padding: 0.625rem 1rem;
  border: 1px solid rgba(245,166,35,0.15);
  background: rgba(245,166,35,0.15);
  gap: 8px;
  border-radius: 8px;
  display: inline-flex;
  margin-bottom: 1rem;
  align-items: center;
}.xeq-reg_bonus_amount_spr {
  color: #F5A623;
  font-weight: 800;
  font-size: 1.25rem;
}.xeq-reg_bonus_text_spr {
  color: #8E95A6;
  line-height: 1.35;
  font-size: 13px;
}.xeq-reg_cta_btn_spr {
  padding: 14px 2rem;
  transition: background .2s;
  border-radius: 8px;
  background: #22C55E;
  color: #0D0F16;
  box-shadow: 0 2px 12px rgba(34,197,94,0.35), 0 0.375rem 20px rgba(0,0,0,0.55);
  font-size: 0.938rem;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.75rem;
}.xeq-reg_cta_btn_spr:hover {
  background: #16A34A;
}.xeq-reg_terms_spr {
  line-height: 1.5;
  color: #4A5060;
  font-size: 0.688rem;
}.xeq-reg_seo_spr {
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #636B7A;
  padding-top: 1.25rem;
  line-height: 1.65;
  font-size: 0.813rem;
  margin-top: 20px;
  overflow-wrap: break-word;
}.xeq-reg_seo_spr p {
  color: #636B7A;
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 0.625rem;
}.xeq-reg_seo_spr p:last-child {
  margin-bottom: 0;
}.xeq-reg_seo_spr strong {
  color: #C8CDD8;
  font-weight: 700;
}.xeq-reg_seo_spr a {
  transition: color .2s;
  color: #CC222A;
  text-decoration: underline;
}.xeq-reg_seo_spr a:hover {
  color: #E02830;
}.xeq-reg_seo_spr ul,.xeq-reg_seo_spr ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.xeq-reg_seo_spr ol {
  list-style: decimal;
}.xeq-reg_seo_spr li {
  color: #636B7A;
  line-height: 1.65;
  font-size: 0.813rem;
  margin-bottom: 0.25rem;
}.xeq-reg_seo_spr table {
  margin-bottom: 0.625rem;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  width: 100%;
  font-size: 0.813rem;
}
@media(min-width: 771px) {.xeq-reg_seo_spr table {
  display: table;
}
}.xeq-reg_seo_spr th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #C8CDD8;
  text-align: left;
  font-weight: 700;
}.xeq-reg_seo_spr td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 8px;
  color: #636B7A;
}.xeq-reg_steps_spr {
  gap: 0.875rem;
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
}
@media(min-width: 861px) {.xeq-reg_steps_spr {
  margin-top: 0;
}
}.xeq-reg_step_spr {
  gap: 0.875rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.05);
  padding: 16px;
  border-radius: 8px;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.xeq-reg_step_num_spr {
  background: rgba(204,34,42,0.18);
  border: 1px solid rgba(204,34,42,0.07);
  border-radius: 50%;
  width: 34px;
  color: #CC222A;
  font-weight: 800;
  flex-shrink: 0;
  font-size: 0.875rem;
  align-items: center;
  height: 34px;
  display: flex;
  justify-content: center;
}.xeq-reg_step_title_spr {
  color: #F2F4F8;
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 700;
}.xeq-reg_step_text_spr {
  color: #636B7A;
  font-size: 0.75rem;
  line-height: 1.5;
}.xeq-reg_trust_spr {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  flex-wrap: wrap;
  padding-top: 1.25rem;
  margin-top: 20px;
  display: flex;
}.xeq-reg_trust_item_spr {
  gap: 7px;
  font-size: 0.75rem;
  align-items: center;
  color: #636B7A;
  overflow-wrap: break-word;
  display: flex;
}.xeq-reg_trust_ic_spr svg {
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
  color: #CC222A;
}.xeq-app_spr {
  background: #0E1018;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.xeq-app_spr {
  padding: 44px 1.5rem 0;
}
}.xeq-app_in_spr {
  margin: 0 auto;
  max-width: 83.75rem;
}.xeq-app_head_spr {
  margin-bottom: 16px;
}.xeq-app_label_spr {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #CC222A;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.5rem;
}.xeq-app_h2_spr {
  margin-bottom: 6px;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #F2F4F8;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
}
@media(min-width: 771px) {.xeq-app_h2_spr {
  font-size: 1.5rem;
}
}.xeq-app_sub_spr {
  font-size: 13px;
  color: #636B7A;
  line-height: 1.6;
  max-width: 600px;
  overflow-wrap: break-word;
}.xeq-app_sub_spr strong {
  color: #C8CDD8;
  font-weight: 700;
}.xeq-app_cards_spr {
  gap: 0.625rem;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.xeq-app_cards_spr {
  grid-template-columns: repeat(3,1fr);
}
}.xeq-app_card_spr {
  border-radius: 8px;
  gap: 1rem;
  padding: 1.25rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
}.xeq-app_card_ios_spr {
  background: linear-gradient(135deg,rgba(204,34,42,0.18) 0%,#161923 100%);
}.xeq-app_card_android_spr {
  background: linear-gradient(135deg,rgba(34,197,94,0.14) 0%,#161923 100%);
}.xeq-app_card_win_spr {
  background: linear-gradient(135deg,rgba(245,166,35,0.15) 0%,#161923 100%);
}.xeq-app_card_ic_spr svg {
  stroke-linecap: round;
  height: 34px;
  stroke-linejoin: round;
  width: 34px;
}.xeq-app_card_ic_spr {
  color: #F2F4F8;
  flex-shrink: 0;
}.xeq-app_card_os_spr {
  color: #636B7A;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .08em;
  margin-bottom: 6px;
  font-weight: 700;
}.xeq-app_card_title_spr {
  line-height: 1.2;
  color: #F2F4F8;
  font-size: 15px;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 6px;
}.xeq-app_card_text_spr {
  color: #636B7A;
  overflow-wrap: break-word;
  line-height: 1.5;
  margin-bottom: 14px;
  font-size: 12px;
}.xeq-app_card_btn_spr {
  border: 1px solid rgba(204,34,42,0.55);
  padding: 10px 1.125rem;
  gap: 0.438rem;
  border-radius: 0.313rem;
  background: rgba(255,255,255,0.12);
  transition: background .2s;
  display: inline-flex;
  color: #F2F4F8;
  font-size: 0.813rem;
  font-weight: 700;
  align-items: center;
}.xeq-app_card_btn_spr:hover {
  background: rgba(255,255,255,0.07);
}.xeq-prov_spr {
  padding: 2.25rem 16px 0;
  background: #0E1018;
}
@media(min-width: 769px) {.xeq-prov_spr {
  padding: 44px 1.5rem 0;
}
}.xeq-prov_in_spr {
  margin: 0 auto;
  max-width: 83.75rem;
}.xeq-prov_head_spr {
  margin-bottom: 1rem;
}.xeq-prov_label_spr {
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #CC222A;
}.xeq-prov_h2_spr {
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  margin-bottom: 8px;
  color: #F2F4F8;
  font-weight: 800;
}
@media(min-width: 767px) {.xeq-prov_h2_spr {
  font-size: 1.5rem;
}
}.xeq-prov_seo_spr {
  font-size: 13px;
  line-height: 1.6;
  color: #636B7A;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  margin-bottom: 16px;
}.xeq-prov_seo_spr strong {
  color: #C8CDD8;
  font-weight: 700;
}.xeq-prov_seo_spr a {
  color: #CC222A;
  text-decoration: underline;
}.xeq-prov_grid_spr {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 637px) {.xeq-prov_grid_spr {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.xeq-prov_grid_spr {
  grid-template-columns: repeat(8,1fr);
}
}.xeq-prov_card_spr {
  gap: 7px;
  padding: 0.875rem 10px;
  border: 1px solid rgba(255,255,255,0.09);
  background: #131620;
  transition: border-color .2s,background .2s;
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}.xeq-prov_card_spr:hover {
  background: #161923;
  border-color: rgba(204,34,42,0.55);
}.xeq-prov_logo_spr {
  border-radius: 0.313rem;
  background: rgba(255,255,255,0.05);
  overflow: hidden;
  height: 44px;
  align-items: center;
  display: flex;
  width: 44px;
  justify-content: center;
}.xeq-prov_logo_spr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.xeq-prov_name_spr {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: #8E95A6;
  overflow-wrap: break-word;
}.xeq-seo_spr {
  padding: 36px 16px 0;
  background: #0E1018;
}
@media(min-width: 765px) {.xeq-seo_spr {
  padding: 2.75rem 24px 0;
}
}.xeq-seo_in_spr {
  border: 1px solid rgba(255,255,255,0.09);
  margin: 0 auto;
  padding: 1.75rem 24px;
  border-radius: 13px;
  background: #161923;
  max-width: 83.75rem;
}
@media(min-width: 765px) {.xeq-seo_in_spr {
  padding: 36px 40px;
}
}.xeq-seo_label_spr {
  letter-spacing: .08em;
  color: #CC222A;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}.xeq-seo_h2_spr {
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F2F4F8;
  line-height: 1.25;
}
@media(min-width: 767px) {.xeq-seo_h2_spr {
  font-size: 1.5rem;
}
}.xeq-seo_body_spr {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #8E95A6;
  font-size: 14px;
}.xeq-seo_body_spr p {
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 14px;
  color: #8E95A6;
}.xeq-seo_body_spr p:last-child {
  margin-bottom: 0;
}.xeq-seo_body_spr strong {
  color: #C8CDD8;
  font-weight: 700;
}.xeq-seo_body_spr a {
  transition: color .2s;
  color: #CC222A;
  text-decoration: underline;
}.xeq-seo_body_spr a:hover {
  color: #E02830;
}.xeq-seo_body_spr ul,.xeq-seo_body_spr ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.xeq-seo_body_spr ol {
  list-style: decimal;
}.xeq-seo_body_spr li {
  margin-bottom: 6px;
  color: #8E95A6;
  font-size: 0.875rem;
  line-height: 1.75;
}.xeq-seo_body_spr table {
  display: block;
  font-size: 0.813rem;
  border-collapse: collapse;
  margin-bottom: 12px;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 770px) {.xeq-seo_body_spr table {
  display: table;
}
}.xeq-seo_body_spr th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  font-weight: 700;
  color: #C8CDD8;
}.xeq-seo_body_spr td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #8E95A6;
}.xeq-seo_cols_spr {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 637px) {.xeq-seo_cols_spr {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.xeq-seo_cols_spr {
  grid-template-columns: repeat(3,1fr);
}
}.xeq-seo_col_h_spr {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  color: #C8CDD8;
}.xeq-seo_col_p_spr {
  color: #636B7A;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.xeq-seo_stats_spr {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.xeq-seo_stat_spr {
  padding: 0.875rem 1rem;
  border-radius: 8px;
  border: 1px solid rgba(204,34,42,0.18);
  flex: 1;
  background: rgba(204,34,42,0.07);
  min-width: 8.75rem;
}.xeq-seo_stat_val_spr {
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-weight: 800;
  color: #CC222A;
  font-size: 1.25rem;
}.xeq-seo_stat_lb_spr {
  font-size: 0.688rem;
  color: #636B7A;
  overflow-wrap: break-word;
}.xeq-seo_spr {
  padding: 36px 16px 0;
  background: #0E1018;
}
@media(min-width: 770px) {.xeq-seo_spr {
  padding: 44px 24px 0;
}
}.xeq-seo_in_spr {
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.813rem;
  background: #161923;
  max-width: 1340px;
}
@media(min-width: 766px) {.xeq-seo_in_spr {
  padding: 36px 40px;
}
}.xeq-seo_label_spr {
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  color: #CC222A;
  text-transform: uppercase;
  margin-bottom: 10px;
}.xeq-seo_h2_spr {
  font-weight: 800;
  margin-bottom: 0.875rem;
  color: #F2F4F8;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.xeq-seo_h2_spr {
  font-size: 1.5rem;
}
}.xeq-seo_body_spr {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #8E95A6;
  overflow-wrap: break-word;
}.xeq-seo_body_spr p {
  color: #8E95A6;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 12px;
}.xeq-seo_body_spr p:last-child {
  margin-bottom: 0;
}.xeq-seo_body_spr strong {
  font-weight: 700;
  color: #C8CDD8;
}.xeq-seo_body_spr a {
  transition: color .2s;
  text-decoration: underline;
  color: #CC222A;
}.xeq-seo_body_spr a:hover {
  color: #E02830;
}.xeq-seo_body_spr ul,.xeq-seo_body_spr ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.xeq-seo_body_spr ol {
  list-style: decimal;
}.xeq-seo_body_spr li {
  margin-bottom: 6px;
  line-height: 1.75;
  color: #8E95A6;
  font-size: 14px;
}.xeq-seo_body_spr table {
  display: block;
  font-size: 13px;
  margin-bottom: 0.75rem;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 771px) {.xeq-seo_body_spr table {
  display: table;
}
}.xeq-seo_body_spr th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #C8CDD8;
  font-weight: 700;
  text-align: left;
}.xeq-seo_body_spr td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 0.75rem;
  color: #8E95A6;
}.xeq-seo_cols_spr {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.xeq-seo_cols_spr {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.xeq-seo_cols_spr {
  grid-template-columns: repeat(3,1fr);
}
}.xeq-seo_col_h_spr {
  margin-bottom: 7px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #C8CDD8;
  font-size: 13px;
}.xeq-seo_col_p_spr {
  overflow-wrap: break-word;
  color: #636B7A;
  font-size: 0.813rem;
  line-height: 1.65;
}.xeq-seo_stats_spr {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.xeq-seo_stat_spr {
  flex: 1;
  background: rgba(204,34,42,0.07);
  border-radius: 0.5rem;
  border: 1px solid rgba(204,34,42,0.18);
  padding: 14px 16px;
  min-width: 8.75rem;
}.xeq-seo_stat_val_spr {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  color: #CC222A;
}.xeq-seo_stat_lb_spr {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #636B7A;
}.xeq-rv_spr {
  background: #0E1018;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.xeq-rv_spr {
  padding: 44px 24px 0;
}
}.xeq-rv_in_spr {
  margin: 0 auto;
  max-width: 83.75rem;
}.xeq-rv_head_spr {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.xeq-rv_label_spr {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #CC222A;
  margin-bottom: 8px;
  letter-spacing: .08em;
}.xeq-rv_h2_spr {
  color: #F2F4F8;
  font-size: 1.375rem;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 765px) {.xeq-rv_h2_spr {
  font-size: 28px;
}
}.xeq-rv_stats_spr {
  gap: 18px;
  color: #636B7A;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
}.xeq-rv_stats_score_spr {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.xeq-rv_stats_score_val_spr {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  color: #F5A623;
  font-weight: 800;
}.xeq-rv_stats_score_max_spr {
  font-size: 13px;
  color: #4A5060;
}.xeq-rv_stats_badge_spr {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.xeq-rv_stats_badge_spr svg {
  color: #F5A623;
  width: 0.875rem;
  height: 14px;
}.xeq-rv_grid_spr {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.xeq-rv_grid_spr {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.xeq-rv_grid_spr {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.xeq-rv_card_spr {
  background: #161923;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  padding: 20px;
  flex-direction: column;
  display: flex;
}.xeq-rv_card_stars_spr {
  gap: 2px;
  display: flex;
  color: #F5A623;
  margin-bottom: 10px;
}.xeq-rv_card_stars_spr svg {
  width: 14px;
  height: 0.875rem;
}.xeq-rv_card_h_spr {
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 8px;
  color: #F2F4F8;
  overflow-wrap: break-word;
  font-size: 14px;
}.xeq-rv_card_body_spr {
  flex: 1;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #636B7A;
  margin-bottom: 0.875rem;
  font-size: 0.813rem;
}.xeq-rv_card_body_spr strong {
  font-weight: 600;
  color: #C8CDD8;
}.xeq-rv_card_meta_spr {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
  align-items: center;
}.xeq-rv_card_author_spr {
  font-weight: 600;
  color: #C8CDD8;
  font-size: 0.75rem;
}.xeq-rv_card_date_spr {
  color: #4A5060;
  font-size: 0.688rem;
}.xeq-faq_spr {
  background: #0E1018;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.xeq-faq_spr {
  padding: 44px 1.5rem 0;
}
}.xeq-faq_in_spr {
  margin: 0 auto;
  max-width: 83.75rem;
}.xeq-faq_head_spr {
  margin-bottom: 20px;
}.xeq-faq_label_spr {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #CC222A;
  font-weight: 700;
}.xeq-faq_h2_spr {
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #F2F4F8;
}
@media(min-width: 766px) {.xeq-faq_h2_spr {
  font-size: 1.5rem;
}
}.xeq-faq_list_spr {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.xeq-faq_item_spr {
  background: #161923;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.09);
}.xeq-faq_q_spr {
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  transition: color .2s;
  font-weight: 600;
  flex-wrap: wrap;
  font-size: 0.875rem;
  justify-content: space-between;
  display: flex;
  overflow-wrap: break-word;
  cursor: pointer;
  align-items: center;
  color: #C8CDD8;
}.xeq-faq_q_spr:hover {
  color: #F2F4F8;
}.xeq-faq_q_ic_spr {
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  border-radius: 50%;
  flex-shrink: 0;
  width: 1.5rem;
  justify-content: center;
  font-size: 16px;
  color: #CC222A;
  height: 1.5rem;
  display: flex;
  align-items: center;
}.xeq-faq_item_spr.xeq-state_open_spr .xeq-faq_q_ic_spr {
  transform: rotate(45deg);
}.xeq-faq_a_spr {
  padding: 0 1.25rem 1rem;
  line-height: 1.7;
  font-size: 13px;
  overflow-wrap: break-word;
  display: none;
  color: #636B7A;
}.xeq-faq_item_spr.xeq-state_open_spr .xeq-faq_a_spr {
  display: block;
}.xeq-faq_a_spr strong {
  color: #C8CDD8;
  font-weight: 700;
}.xeq-faq_a_spr a {
  text-decoration: underline;
  color: #CC222A;
}.xeq-faq_a_spr ul,.xeq-faq_a_spr ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.xeq-faq_a_spr ol {
  list-style: decimal;
}.xeq-faq_a_spr li {
  margin-bottom: 4px;
  line-height: 1.6;
}.xeq-faq_a_spr table {
  margin: 8px 0;
  border-collapse: collapse;
  display: block;
  width: 100%;
  overflow-x: auto;
  font-size: 0.75rem;
}
@media(min-width: 765px) {.xeq-faq_a_spr table {
  display: table;
}
}.xeq-faq_a_spr th {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #C8CDD8;
  text-align: left;
  font-weight: 700;
}.xeq-faq_a_spr td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #636B7A;
}.xeq-pmt_spr {
  background: #0E1018;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.xeq-pmt_spr {
  padding: 2.75rem 1.5rem 0;
}
}.xeq-pmt_in_spr {
  margin: 0 auto;
  max-width: 1340px;
}.xeq-pmt_head_spr {
  max-width: 720px;
  margin-bottom: 22px;
}.xeq-pmt_label_spr {
  font-weight: 700;
  color: #CC222A;
  margin-bottom: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
}.xeq-pmt_h2_spr {
  font-size: 1.375rem;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 8px;
  color: #F2F4F8;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.xeq-pmt_h2_spr {
  font-size: 1.75rem;
}
}.xeq-pmt_intro_spr {
  font-size: 14px;
  color: #636B7A;
  line-height: 1.6;
  overflow-wrap: break-word;
}.xeq-pmt_groups_spr {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}.xeq-pmt_group_spr {
  border-radius: 0.5rem;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.09);
  background: #161923;
}.xeq-pmt_group_head_spr {
  gap: 0.75rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}.xeq-pmt_group_ic_spr {
  border-radius: 5px;
  background: rgba(204,34,42,0.18);
  justify-content: center;
  color: #CC222A;
  align-items: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
}.xeq-pmt_group_ic_spr svg {
  stroke-linejoin: round;
  height: 18px;
  width: 1.125rem;
  stroke-linecap: round;
}.xeq-pmt_group_h_spr {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  color: #F2F4F8;
  font-size: 1rem;
  overflow-wrap: break-word;
}.xeq-pmt_group_p_spr {
  font-size: 13px;
  margin-bottom: 14px;
  color: #636B7A;
  line-height: 1.6;
  overflow-wrap: break-word;
}.xeq-pmt_group_p_spr strong {
  color: #C8CDD8;
  font-weight: 600;
}.xeq-pmt_table_wrap_spr {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.xeq-pmt_table_spr {
  font-size: 0.813rem;
  border-collapse: collapse;
  width: 100%;
  min-width: 540px;
}.xeq-pmt_table_spr th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .04em;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 700;
  color: #C8CDD8;
}.xeq-pmt_table_spr td {
  padding: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #636B7A;
}.xeq-pmt_table_spr tbody tr:last-child td {
  border-bottom: none;
}.xeq-pmt_table_spr tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #C8CDD8;
}.xeq-seo_spr {
  padding: 36px 16px 0;
  background: #0E1018;
}
@media(min-width: 770px) {.xeq-seo_spr {
  padding: 44px 1.5rem 0;
}
}.xeq-seo_in_spr {
  background: #161923;
  padding: 28px 24px;
  margin: 0 auto;
  border-radius: 13px;
  border: 1px solid rgba(255,255,255,0.09);
  max-width: 83.75rem;
}
@media(min-width: 770px) {.xeq-seo_in_spr {
  padding: 36px 40px;
}
}.xeq-seo_label_spr {
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #CC222A;
  font-size: 11px;
}.xeq-seo_h2_spr {
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  color: #F2F4F8;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 769px) {.xeq-seo_h2_spr {
  font-size: 24px;
}
}.xeq-seo_body_spr {
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #8E95A6;
}.xeq-seo_body_spr p {
  margin-bottom: 12px;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #8E95A6;
}.xeq-seo_body_spr p:last-child {
  margin-bottom: 0;
}.xeq-seo_body_spr strong {
  color: #C8CDD8;
  font-weight: 700;
}.xeq-seo_body_spr a {
  transition: color .2s;
  text-decoration: underline;
  color: #CC222A;
}.xeq-seo_body_spr a:hover {
  color: #E02830;
}.xeq-seo_body_spr ul,.xeq-seo_body_spr ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.xeq-seo_body_spr ol {
  list-style: decimal;
}.xeq-seo_body_spr li {
  color: #8E95A6;
  font-size: 0.875rem;
  margin-bottom: 6px;
  line-height: 1.75;
}.xeq-seo_body_spr table {
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 12px;
  font-size: 0.813rem;
  display: block;
  width: 100%;
}
@media(min-width: 766px) {.xeq-seo_body_spr table {
  display: table;
}
}.xeq-seo_body_spr th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #C8CDD8;
  text-align: left;
}.xeq-seo_body_spr td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 12px;
  color: #8E95A6;
}.xeq-seo_cols_spr {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 637px) {.xeq-seo_cols_spr {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.xeq-seo_cols_spr {
  grid-template-columns: repeat(3,1fr);
}
}.xeq-seo_col_h_spr {
  font-weight: 700;
  font-size: 13px;
  color: #C8CDD8;
  overflow-wrap: break-word;
  margin-bottom: 7px;
}.xeq-seo_col_p_spr {
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #636B7A;
}.xeq-seo_stats_spr {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.xeq-seo_stat_spr {
  border: 1px solid rgba(204,34,42,0.18);
  padding: 0.875rem 1rem;
  background: rgba(204,34,42,0.07);
  border-radius: 0.5rem;
  flex: 1;
  min-width: 8.75rem;
}.xeq-seo_stat_val_spr {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.25rem;
  color: #CC222A;
}.xeq-seo_stat_lb_spr {
  overflow-wrap: break-word;
  color: #636B7A;
  font-size: 11px;
}.xeq-ft_spr {
  border-top: 1px solid rgba(255,255,255,0.05);
  background: #090B10;
  margin-top: 3rem;
}.xeq-ft_support_spr {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 771px) {.xeq-ft_support_spr {
  padding: 28px 1.5rem;
}
}.xeq-ft_support_in_spr {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  max-width: 1340px;
}.xeq-ft_support_main_spr {
  gap: 1rem;
  flex: 1;
  min-width: 13.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.xeq-ft_support_ic_spr {
  color: #CC222A;
  flex-shrink: 0;
}.xeq-ft_support_ic_spr svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.875rem;
  width: 30px;
}.xeq-ft_support_text_title_spr {
  font-weight: 700;
  margin-bottom: 3px;
  color: #F2F4F8;
  overflow-wrap: break-word;
  font-size: 15px;
}.xeq-ft_support_text_sub_spr {
  color: #636B7A;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.xeq-ft_support_btn_spr {
  background: #CC222A;
  padding: 0.688rem 22px;
  transition: background .2s;
  border-radius: 8px;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 700;
  flex-shrink: 0;
  color: #F2F4F8;
}.xeq-ft_support_btn_spr:hover {
  background: #E02830;
}.xeq-ft_support_contacts_spr {
  gap: 16px;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.xeq-ft_support_contact_spr {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #4A5060;
}.xeq-ft_support_contact_spr strong {
  color: #8E95A6;
  font-size: 11px;
  margin-bottom: 2px;
  display: block;
  font-weight: 600;
}.xeq-ft_main_spr {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 32px 1rem 1.5rem;
}
@media(min-width: 770px) {.xeq-ft_main_spr {
  padding: 40px 1.5rem 2rem;
}
}.xeq-ft_main_in_spr {
  margin: 0 auto;
  gap: 1.5rem;
  max-width: 83.75rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 639px) {.xeq-ft_main_in_spr {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.xeq-ft_main_in_spr {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.xeq-ft_col_logo_spr {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.xeq-ft_col_logo_spr {
  grid-column: auto;
}
}.xeq-ft_logo_spr {
  gap: 9px;
  font-size: 1rem;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  align-items: center;
  color: #F2F4F8;
  margin-bottom: 0.75rem;
  display: flex;
  font-weight: 800;
}.xeq-ft_logo_mark_spr {
  overflow: hidden;
  border-radius: 0.313rem;
  width: 1.875rem;
  height: 30px;
}.xeq-ft_logo_mark_spr img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.xeq-ft_logo_sub_spr {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #4A5060;
  max-width: 200px;
  line-height: 1.55;
}.xeq-ft_col_title_spr {
  letter-spacing: .07em;
  color: #8E95A6;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.875rem;
}.xeq-ft_col_links_spr {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.xeq-ft_col_link_spr {
  transition: color .2s;
  font-size: 13px;
  color: #4A5060;
  overflow-wrap: break-word;
}.xeq-ft_col_link_spr:hover {
  color: #C8CDD8;
}.xeq-ft_apps_spr {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.xeq-ft_app_card_spr {
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color .2s;
  border-radius: 5px;
  gap: 0.625rem;
  padding: 10px 12px;
  background: rgba(255,255,255,0.05);
  display: flex;
  align-items: center;
}.xeq-ft_app_card_spr:hover {
  border-color: rgba(204,34,42,0.55);
}.xeq-ft_app_card_ic_spr svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 22px;
  width: 1.375rem;
}.xeq-ft_app_card_os_spr {
  font-size: 0.625rem;
  color: #4A5060;
  font-weight: 600;
}.xeq-ft_app_card_action_spr {
  font-weight: 700;
  font-size: 12px;
  color: #C8CDD8;
}.xeq-ft_bot_spr {
  padding: 20px 1rem;
}
@media(min-width: 770px) {.xeq-ft_bot_spr {
  padding: 20px 24px;
}
}.xeq-ft_bot_in_spr {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  max-width: 83.75rem;
  display: flex;
}.xeq-ft_socials_spr {
  gap: 0.5rem;
  display: flex;
}.xeq-ft_soc_spr {
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.05);
  border-radius: 5px;
  transition: background .2s;
  color: #8E95A6;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 2.25rem;
  width: 36px;
}.xeq-ft_soc_spr svg {
  stroke-linecap: round;
  height: 16px;
  width: 1rem;
  stroke-linejoin: round;
}.xeq-ft_soc_spr:hover {
  background: rgba(255,255,255,0.07);
}.xeq-ft_legal_spr {
  flex: 1;
  color: #5A6070;
  min-width: 12.5rem;
  line-height: 1.6;
  font-size: 11px;
  overflow-wrap: break-word;
}.xeq-ft_legal_spr strong {
  font-weight: 700;
  color: #8E95A6;
}.xeq-ft_legal_spr a {
  color: #8E95A6;
  text-decoration: underline;
}.xeq-ft_age_spr {
  border-radius: 50%;
  border: 2px solid #5A6070;
  align-items: center;
  height: 2rem;
  font-size: 0.688rem;
  width: 2rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  font-weight: 800;
  margin-left: auto;
  color: #5A6070;
}