*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #090C14;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  color: #C0D2E8;
  font-family: 'Exo 2', sans-serif;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  color: inherit;
  text-decoration: none;
}button {
  font: inherit;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.cnc-layout_vwq {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.cnc-page_vwq {
  min-height: 100vh;
  display: flex;
}.cnc-main_vwq {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media(min-width: 1078px) {.cnc-main_vwq {
  padding-left: 13.75rem;
}
}
@media(max-width: 1082px) {.cnc-main_vwq {
  padding-bottom: 72px;
}
}.cnc-gc_vwq {
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border-radius: 8px;
  background: #0D1220;
  flex-shrink: 0;
  width: 8.75rem;
  cursor: pointer;
  position: relative;
}
@media(min-width: 642px) {.cnc-gc_vwq {
  width: 156px;
}
}
@media(min-width: 1078px) {.cnc-gc_vwq {
  width: 168px;
}
}.cnc-gc_vwq:hover {
  transform: translateY(-3px);
  border-color: rgba(26,174,255,0.07);
}.cnc-gc_img_vwq {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.cnc-gc_img_vwq img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}.cnc-gc_hover_vwq {
  inset: 0;
  background: rgba(5,7,16,0.75);
  transition: opacity .2s;
  display: flex;
  opacity: 0;
  position: absolute;
  align-items: center;
  justify-content: center;
}.cnc-gc_vwq:hover .cnc-gc_hover_vwq {
  opacity: 1;
}.cnc-gc_hover_btn_vwq {
  border-radius: 4px;
  padding: 8px 1rem;
  background: #1AAEFF;
  font-size: 12px;
  color: #EDF4FF;
  font-weight: 700;
}.cnc-gc_info_vwq {
  padding: 8px 10px 0.625rem;
}.cnc-gc_name_vwq {
  overflow: hidden;
  max-width: 100%;
  color: #C0D2E8;
  margin-bottom: 3px;
  white-space: nowrap;
  font-weight: 600;
  font-size: 12px;
  text-overflow: ellipsis;
}.cnc-gc_prov_vwq {
  color: #6E8AA4;
  font-size: 10px;
}.cnc-gc_tag_vwq {
  padding: 2px 7px;
  border-radius: 0.25rem;
  font-weight: 700;
  z-index: 2;
  letter-spacing: .04em;
  text-transform: uppercase;
  left: 0.375rem;
  position: absolute;
  top: 0.375rem;
  font-size: 9px;
}.cnc-gc_tag_hot_vwq {
  background: #FF3D5A;
  color: #fff;
}.cnc-gc_tag_new_vwq {
  background: #1FD47A;
  color: #090C14;
}.cnc-gc_tag_jp_vwq {
  background: #F0A830;
  color: #090C14;
}.cnc-gc_tag_ex_vwq {
  background: #2B4ED4;
  color: #fff;
}.cnc-gc_tag_live_vwq {
  background: #FF3D5A;
  color: #fff;
}.cnc-gr_vwq {
  padding: 32px 16px 0;
  background: #090C14;
}
@media(min-width:768px) {.cnc-gr_vwq {
  padding: 36px 24px 0;
}
}.cnc-gr_in_vwq {
  margin: 0 auto;
  max-width: 83.75rem;
}.cnc-gr_head_vwq {
  gap: 12px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.cnc-gr_head_l_vwq {
  flex: 1;
  gap: 10px;
  min-width: 0;
  display: flex;
  align-items: center;
}.cnc-gr_ic_vwq {
  border-radius: 0.5rem;
  display: flex;
  width: 32px;
  flex-shrink: 0;
  align-items: center;
  height: 32px;
  justify-content: center;
}.cnc-gr_ic_vwq svg {
  width: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
}.cnc-gr_title_vwq {
  overflow-wrap: break-word;
  font-family: 'Orbitron', sans-serif;
  color: #EDF4FF;
  font-size: 16px;
  font-weight: 700;
}
@media(min-width: 769px) {.cnc-gr_title_vwq {
  font-size: 1.125rem;
}
}.cnc-gr_more_vwq {
  transition: color .2s;
  gap: 0.313rem;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  flex-shrink: 0;
  white-space: nowrap;
  color: #7B96B0;
}.cnc-gr_more_vwq:hover {
  color: #1AAEFF;
}.cnc-gr_more_vwq svg {
  stroke-linecap: round;
  width: 12px;
  stroke-linejoin: round;
  height: 12px;
}.cnc-gr_arrows_vwq {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.cnc-gr_arr_vwq {
  transition: background .15s,color .15s;
  background: rgba(255,255,255,0.05);
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.10);
  justify-content: center;
  display: flex;
  width: 30px;
  color: #8EA8C2;
  align-items: center;
  height: 1.875rem;
}.cnc-gr_arr_vwq:hover {
  background: rgba(255,255,255,0.07);
  color: #EDF4FF;
}.cnc-gr_arr_vwq svg {
  height: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.813rem;
}.cnc-gr_seo_h_vwq {
  margin: 0 0 0.375rem;
  font-size: 13px;
  max-width: 42.5rem;
  overflow-wrap: break-word;
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  color: #C0D2E8;
}
@media(min-width: 769px) {.cnc-gr_seo_h_vwq {
  font-size: 0.875rem;
}
}.cnc-gr_seo_vwq {
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  line-height: 1.55;
  color: #7B96B0;
  font-size: 12px;
}.cnc-gr_seo_vwq strong {
  color: #C0D2E8;
  font-weight: 600;
}.cnc-gr_scroll_vwq {
  gap: 0.625rem;
  display: flex;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 10px;
}.cnc-gr_scroll_vwq::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.cnc-gr_scroll_vwq {
  gap: 0.75rem;
}
}.cnc-tb_vwq {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #090C14;
  top: 0;
  height: 3.5rem;
  right: 0;
  display: flex;
  z-index: 80;
  align-items: center;
  position: fixed;
  left: 0;
}.cnc-tb_in_vwq {
  padding: 0 14px;
  gap: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}.cnc-tb_burger_vwq {
  border-radius: 8px;
  gap: 0.313rem;
  flex-direction: column;
  justify-content: center;
  margin-right: 0.5rem;
  flex-shrink: 0;
  height: 38px;
  align-items: center;
  width: 2.375rem;
  display: flex;
}.cnc-tb_burger_vwq:hover {
  background: rgba(255,255,255,0.05);
}.cnc-tb_burger_line_vwq {
  background: #8EA8C2;
  border-radius: 1px;
  width: 1.125rem;
  display: block;
  height: 2px;
}
@media(min-width: 1081px) {.cnc-tb_burger_vwq {
  display: none;
}
}.cnc-tb_logo_vwq {
  gap: 9px;
  flex-shrink: 0;
  letter-spacing: -.01em;
  margin-right: 20px;
  color: #EDF4FF;
  font-weight: 800;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  overflow-wrap: break-word;
}.cnc-tb_logo_mark_vwq {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  width: 2rem;
  align-items: center;
  justify-content: center;
  height: 2rem;
}.cnc-tb_logo_mark_vwq img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.cnc-tb_nav_vwq {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.cnc-tb_nav_vwq {
  display: flex;
}
}.cnc-tb_tab_vwq {
  transition: background .15s,color .15s;
  padding: 0.5rem 0.875rem;
  border-radius: 0.5rem;
  font-size: 13px;
  font-weight: 600;
  color: #8EA8C2;
  white-space: nowrap;
}.cnc-tb_tab_vwq:hover {
  background: rgba(255,255,255,0.05);
  color: #EDF4FF;
}.cnc-tb_tab_vwq.cnc-state_active_vwq {
  background: rgba(26,174,255,0.15);
  color: #EDF4FF;
}.cnc-tb_right_vwq {
  gap: 0.5rem;
  align-items: center;
  margin-left: auto;
  display: flex;
  flex-shrink: 0;
}.cnc-tb_login_vwq {
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  border-radius: 0.5rem;
  padding: 9px 16px;
  font-size: 0.813rem;
  display: none;
  color: #C0D2E8;
  font-weight: 600;
}.cnc-tb_login_vwq:hover {
  border-color: rgba(26,174,255,0.36);
  color: #EDF4FF;
}
@media(min-width: 479px) {.cnc-tb_login_vwq {
  display: block;
}
}.cnc-tb_reg_vwq {
  padding: 0.563rem 1.125rem;
  transition: background .2s;
  background: #1FD47A;
  border-radius: 8px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  color: #050E08;
}.cnc-tb_reg_vwq:hover {
  background: #3EE292;
}.cnc-sb_vwq {
  transition: transform .25s ease;
  border-right: 1px solid rgba(255,255,255,0.05);
  transform: translateX(-100%);
  background: #111828;
  top: 3.5rem;
  overflow-y: auto;
  position: fixed;
  z-index: 70;
  width: 13.75rem;
  left: 0;
  bottom: 0;
}.cnc-sb_vwq.cnc-state_open_vwq {
  transform: translateX(0);
}.cnc-sb_vwq::-webkit-scrollbar {
  width: 0.25rem;
}.cnc-sb_vwq::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
}
@media(min-width: 1078px) {.cnc-sb_vwq {
  transform: translateX(0);
}
}.cnc-sb_auth_vwq {
  padding: 14px 12px 0.625rem;
}.cnc-sb_btn_reg_vwq {
  transition: background .2s;
  padding: 0.688rem;
  background: #1FD47A;
  border-radius: 0.5rem;
  margin-bottom: 8px;
  color: #050E08;
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}.cnc-sb_btn_reg_vwq:hover {
  background: #3EE292;
}.cnc-sb_btn_login_vwq {
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  transition: border-color .2s;
  background: rgba(255,255,255,0.05);
  text-align: center;
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #C0D2E8;
}.cnc-sb_btn_login_vwq:hover {
  border-color: rgba(26,174,255,0.36);
  color: #EDF4FF;
}.cnc-sb_promo_vwq {
  padding: 12px 14px;
  overflow: hidden;
  background: linear-gradient(135deg,#091C42,#111828);
  margin: 0 0.75rem 10px;
  border-radius: 8px;
  border: 1px solid rgba(26,174,255,0.15);
  position: relative;
}.cnc-sb_promo_vwq::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(26,174,255,0.15),transparent 70%);
  width: 5rem;
  content: '';
  height: 5rem;
  top: -1.25rem;
  right: -1.25rem;
  position: absolute;
}.cnc-sb_promo_title_vwq {
  font-weight: 700;
  letter-spacing: .06em;
  color: #1AAEFF;
  font-size: 11px;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}.cnc-sb_promo_text_vwq {
  color: #EDF4FF;
  font-size: 12px;
  line-height: 1.35;
  overflow-wrap: break-word;
  font-weight: 600;
}.cnc-sb_promo_sub_vwq {
  font-size: 0.625rem;
  color: #7B96B0;
  margin-top: 3px;
}.cnc-sb_nav_vwq {
  padding: 0.375rem 0.5rem 1rem;
}.cnc-sb_nav_lb_vwq {
  padding: 10px 0.5rem 6px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #6E8AA4;
  font-weight: 700;
}.cnc-sb_link_vwq {
  padding: 0.563rem 0.625rem;
  border-radius: 0.25rem;
  gap: 10px;
  transition: background .15s,color .15s;
  align-items: center;
  cursor: pointer;
  color: #8EA8C2;
  font-size: 0.813rem;
  display: flex;
  overflow-wrap: break-word;
  font-weight: 500;
}.cnc-sb_link_vwq:hover {
  background: rgba(255,255,255,0.05);
  color: #EDF4FF;
}.cnc-sb_link_vwq.cnc-state_active_vwq {
  background: rgba(26,174,255,0.15);
  color: #EDF4FF;
}.cnc-sb_ic_vwq {
  border-radius: 0.25rem;
  height: 1.875rem;
  justify-content: center;
  width: 1.875rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.cnc-sb_ic_vwq svg {
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
  width: 1rem;
}.cnc-sb_ic_1_vwq {
  background: rgba(26,174,255,0.07);
  color: #1AAEFF;
}.cnc-sb_ic_2_vwq {
  background: rgba(31,212,122,0.14);
  color: #1FD47A;
}.cnc-sb_ic_3_vwq {
  background: rgba(240,168,48,0.15);
  color: #F0A830;
}.cnc-sb_ic_4_vwq {
  background: rgba(43,78,212,0.20);
  color: #2B4ED4;
}.cnc-sb_ic_5_vwq {
  background: rgba(26,174,255,0.07);
  color: #FF4EA0;
}.cnc-sb_ic_6_vwq {
  background: rgba(43,78,212,0.20);
  color: #8A4EFF;
}.cnc-sb_badge_vwq {
  padding: 2px 0.438rem;
  background: #F0A830;
  border-radius: 4px;
  margin-left: auto;
  font-size: 0.563rem;
  color: #050E08;
  font-weight: 700;
}.cnc-sb_bot_vwq {
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
}.cnc-sb_lang_vwq,.cnc-sb_help_vwq {
  background: rgba(255,255,255,0.05);
  flex: 1;
  border-radius: 0.25rem;
  gap: 0.375rem;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.06);
  padding: 0.563rem 0.375rem;
  align-items: center;
  font-weight: 600;
  font-size: 0.688rem;
  display: flex;
  justify-content: center;
  color: #8EA8C2;
}.cnc-sb_lang_vwq:hover,.cnc-sb_help_vwq:hover {
  border-color: rgba(26,174,255,0.36);
  color: #EDF4FF;
}.cnc-sb_lang_vwq svg,.cnc-sb_help_vwq svg {
  height: 13px;
  width: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.cnc-sb_bd_vwq {
  inset: 0;
  background: rgba(5,7,16,0.75);
  position: fixed;
  z-index: 69;
  display: none;
}.cnc-sb_bd_vwq.cnc-state_on_vwq {
  display: block;
}
@media(min-width: 1077px) {.cnc-sb_bd_vwq {
  display: none!important;
}
}.cnc-mob_nav_vwq {
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  background: #111828;
  border-top: 1px solid rgba(255,255,255,0.10);
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  display: flex;
  z-index: 80;
}
@media(min-width: 1083px) {.cnc-mob_nav_vwq {
  display: none;
}
}.cnc-mob_nav_item_vwq {
  flex: 1;
  padding: 0.25rem 2px;
  gap: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  color: #6E8AA4;
}.cnc-mob_nav_ic_vwq {
  line-height: 1;
}.cnc-mob_nav_ic_vwq svg {
  stroke-linejoin: round;
  width: 1.25rem;
  height: 20px;
  stroke-linecap: round;
}.cnc-mob_nav_lb_vwq {
  font-weight: 600;
  color: #6E8AA4;
  font-size: 10px;
}.cnc-mob_nav_item_vwq.cnc-state_active_vwq {
  color: #1AAEFF;
}.cnc-mob_nav_item_vwq.cnc-state_active_vwq .cnc-mob_nav_lb_vwq {
  color: #1AAEFF;
}.cnc-hero_vwq {
  background: #090C14;
  padding: 20px 1rem 0;
}
@media(min-width: 766px) {.cnc-hero_vwq {
  padding: 24px 1.5rem 0;
}
}.cnc-hero_in_vwq {
  margin: 0 auto;
  gap: 0.75rem;
  max-width: 1340px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 857px) {.cnc-hero_in_vwq {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1102px) {.cnc-hero_in_vwq {
  grid-template-columns: 1fr 21.25rem;
}
}.cnc-hero_promo_vwq {
  overflow: hidden;
  background: #0D1220;
  border-radius: 0.875rem;
  position: relative;
  align-items: stretch;
  display: flex;
  min-height: 220px;
}
@media(min-width: 771px) {.cnc-hero_promo_vwq {
  min-height: 280px;
}
}.cnc-hero_promo_bg_vwq {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#091C42 0%,#090C14 100%);
  background-size: cover;
  position: absolute;
}.cnc-hero_promo_bg_vwq::after {
  inset: 0;
  background: linear-gradient(90deg,#090C14 0%,rgba(5,7,16,0.75) 60%,transparent 100%);
  position: absolute;
  content: '';
}.cnc-hero_promo_glow_vwq {
  background: radial-gradient(circle,rgba(43,78,212,0.20) 0%,transparent 65%);
  border-radius: 50%;
  position: absolute;
  height: 300px;
  right: 3.75rem;
  top: -2.5rem;
  pointer-events: none;
  width: 18.75rem;
}.cnc-hero_promo_ct_vwq {
  padding: 1.75rem 1.5rem 1.75rem 28px;
  flex-direction: column;
  max-width: 30rem;
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 2;
}
@media(min-width: 767px) {.cnc-hero_promo_ct_vwq {
  padding: 40px 2rem;
}
}.cnc-hero_badge_vwq {
  border-radius: 20px;
  border: 1px solid rgba(26,174,255,0.07);
  padding: 5px 0.75rem;
  background: rgba(26,174,255,0.15);
  font-weight: 700;
  margin-bottom: 0.875rem;
  color: #1AAEFF;
  font-size: 0.625rem;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .08em;
}.cnc-hero_h1_vwq {
  margin-bottom: 0.625rem;
  font-weight: 800;
  font-family: 'Orbitron', sans-serif;
  line-height: 1.15;
  overflow-wrap: break-word;
  color: #EDF4FF;
  font-size: 1.625rem;
}.cnc-hero_h1_vwq em {
  color: #F0A830;
  font-style: normal;
}
@media(min-width: 767px) {.cnc-hero_h1_vwq {
  font-size: 2.25rem;
}
}.cnc-hero_sub_vwq {
  color: #8EA8C2;
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.55;
}
@media(min-width: 765px) {.cnc-hero_sub_vwq {
  font-size: 14px;
}
}.cnc-hero_row_vwq {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.cnc-hero_cta_vwq {
  border-radius: 8px;
  transition: background .2s;
  background: #1FD47A;
  padding: 0.813rem 1.625rem;
  font-size: 14px;
  box-shadow: 0 2px 0 rgba(0,0,0,0.38), 0 0 1.125rem rgba(31,212,122,0.42);
  font-weight: 700;
  color: #050E08;
}.cnc-hero_cta_vwq:hover {
  background: #3EE292;
}.cnc-hero_terms_vwq {
  color: #6E8AA4;
  font-size: 0.688rem;
}.cnc-hero_game_vwq {
  overflow: hidden;
  background: #0D1220;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.875rem;
  position: relative;
  flex-direction: column;
  display: flex;
}.cnc-hero_game_badge_vwq {
  background: rgba(240,168,48,0.15);
  border: 1px solid rgba(240,168,48,0.15);
  padding: 5px 10px;
  border-radius: 1.25rem;
  color: #F0A830;
  position: absolute;
  left: 0.75rem;
  z-index: 3;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  top: 12px;
  font-size: 0.625rem;
}.cnc-hero_game_badge_vwq svg {
  width: 11px;
  height: 0.688rem;
  margin-right: 0.25rem;
  vertical-align: -1px;
}.cnc-hero_game_img_vwq {
  background: linear-gradient(135deg,#091C42,#090C14);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.cnc-hero_game_img_vwq img {
  inset: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  object-fit: cover;
}.cnc-hero_game_play_vwq {
  inset: 0;
  transition: opacity .2s;
  background: rgba(5,7,16,0.75);
  align-items: center;
  opacity: 0;
  justify-content: center;
  position: absolute;
  display: flex;
}.cnc-hero_game_vwq:hover .cnc-hero_game_play_vwq {
  opacity: 1;
}.cnc-hero_game_play_vwq span {
  border-radius: 50%;
  background: #1AAEFF;
  height: 52px;
  display: flex;
  width: 3.25rem;
  align-items: center;
  justify-content: center;
}.cnc-hero_game_play_vwq span svg {
  height: 18px;
  width: 18px;
  margin-left: 2px;
}.cnc-hero_game_info_vwq {
  padding: 0.875rem 1rem;
}.cnc-hero_game_title_vwq {
  font-weight: 700;
  color: #EDF4FF;
  font-size: 15px;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
}.cnc-hero_game_provider_vwq {
  font-size: 11px;
  color: #7B96B0;
}.cnc-hero_game_btn_vwq {
  padding: 0.688rem;
  border-radius: 8px;
  margin: 0.75rem 16px 16px;
  background: #1AAEFF;
  transition: background .2s;
  font-weight: 700;
  font-size: 13px;
  display: block;
  color: #EDF4FF;
  text-align: center;
}.cnc-hero_game_vwq:hover .cnc-hero_game_btn_vwq {
  background: #44C2FF;
}.cnc-sbar_vwq {
  background: #090C14;
  padding: 1rem 16px 0;
}
@media(min-width: 765px) {.cnc-sbar_vwq {
  padding: 1.125rem 24px 0;
}
}.cnc-sbar_in_vwq {
  margin: 0 auto;
  max-width: 1340px;
}.cnc-sbar_row_vwq {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.75rem;
}.cnc-sbar_input_vwq {
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s;
  gap: 0.625rem;
  padding: 11px 1rem;
  flex: 1;
  background: #0D1220;
  cursor: pointer;
  align-items: center;
  color: #7B96B0;
  font-size: 0.813rem;
  display: flex;
}.cnc-sbar_input_vwq:hover {
  border-color: rgba(26,174,255,0.36);
}.cnc-sbar_input_vwq svg {
  stroke-linecap: round;
  flex-shrink: 0;
  stroke-linejoin: round;
  width: 0.938rem;
  height: 0.938rem;
}.cnc-sbar_providers_vwq {
  border-radius: 8px;
  gap: 0.5rem;
  padding: 11px 18px;
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s;
  background: #0D1220;
  white-space: nowrap;
  align-items: center;
  font-weight: 600;
  color: #C0D2E8;
  font-size: 0.813rem;
  display: flex;
}.cnc-sbar_providers_vwq:hover {
  border-color: rgba(26,174,255,0.36);
  color: #EDF4FF;
}.cnc-sbar_providers_vwq svg {
  height: 0.875rem;
  width: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.cnc-sbar_tabs_vwq {
  gap: 6px;
  overflow-x: auto;
  display: flex;
  padding-bottom: 2px;
  scrollbar-width: none;
}.cnc-sbar_tabs_vwq::-webkit-scrollbar {
  display: none;
}.cnc-sbar_tab_vwq {
  border: 1px solid rgba(255,255,255,0.06);
  padding: 0.5rem 14px;
  gap: 7px;
  border-radius: 20px;
  transition: background .15s,color .15s,border-color .15s;
  background: rgba(255,255,255,0.05);
  cursor: pointer;
  align-items: center;
  white-space: nowrap;
  display: flex;
  font-weight: 600;
  color: #8EA8C2;
  font-size: 12px;
  flex-shrink: 0;
}.cnc-sbar_tab_vwq:hover {
  border-color: rgba(26,174,255,0.36);
  background: rgba(255,255,255,0.07);
  color: #EDF4FF;
}.cnc-sbar_tab_vwq.cnc-state_active_vwq {
  background: rgba(26,174,255,0.15);
  border-color: rgba(26,174,255,0.07);
  color: #EDF4FF;
}.cnc-sbar_tab_ic_vwq svg {
  stroke-linejoin: round;
  width: 0.875rem;
  stroke-linecap: round;
  height: 14px;
}.cnc-wy_vwq {
  background: #090C14;
  padding: 2rem 1rem 0;
}
@media(min-width:768px) {.cnc-wy_vwq {
  padding: 2.5rem 24px 0;
}
}.cnc-wy_in_vwq {
  margin: 0 auto;
  max-width: 1340px;
}.cnc-wy_head_vwq {
  margin-bottom: 1.125rem;
  max-width: 45rem;
}.cnc-wy_label_vwq {
  letter-spacing: .08em;
  color: #1AAEFF;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.cnc-wy_h2_vwq {
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  color: #EDF4FF;
  font-family: 'Orbitron', sans-serif;
  font-weight: 800;
  font-size: 20px;
}
@media(min-width: 769px) {.cnc-wy_h2_vwq {
  font-size: 24px;
}
}.cnc-wy_intro_vwq {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #7B96B0;
}.cnc-wy_grid_vwq {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.cnc-wy_grid_vwq {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.cnc-wy_grid_vwq {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.cnc-wy_card_vwq {
  padding: 20px;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255,255,255,0.10);
  background: #111828;
  border-radius: 0.5rem;
}.cnc-wy_card_vwq:hover {
  border-color: rgba(26,174,255,0.07);
  transform: translateY(-2px);
}.cnc-wy_card_ic_vwq {
  background: rgba(26,174,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  width: 44px;
  justify-content: center;
  height: 2.75rem;
  margin-bottom: 14px;
  color: #1AAEFF;
}.cnc-wy_card_ic_vwq svg {
  height: 22px;
  width: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.cnc-wy_card_h_vwq {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 0.938rem;
  color: #EDF4FF;
  overflow-wrap: break-word;
  line-height: 1.25;
}.cnc-wy_card_p_vwq {
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #7B96B0;
}.cnc-wy_card_p_vwq strong {
  color: #C0D2E8;
  font-weight: 600;
}.cnc-gcg_vwq {
  padding: 2.25rem 1rem 0;
  background: #090C14;
}
@media(min-width: 770px) {.cnc-gcg_vwq {
  padding: 2.75rem 1.5rem 0;
}
}.cnc-gcg_in_vwq {
  margin: 0 auto;
  max-width: 83.75rem;
}.cnc-gcg_head_vwq {
  max-width: 720px;
  margin-bottom: 1.25rem;
}.cnc-gcg_label_vwq {
  color: #1AAEFF;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}.cnc-gcg_h2_vwq {
  color: #EDF4FF;
  font-family: 'Orbitron', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 1.375rem;
  font-weight: 800;
}
@media(min-width: 767px) {.cnc-gcg_h2_vwq {
  font-size: 1.75rem;
}
}.cnc-gcg_intro_vwq {
  font-size: 0.813rem;
  color: #7B96B0;
  line-height: 1.6;
}.cnc-gcg_grid_vwq {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.cnc-gcg_grid_vwq {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.cnc-gcg_grid_vwq {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.cnc-gcg_card_vwq {
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  transition: transform .2s,border-color .2s;
  padding: 20px;
  overflow: hidden;
  min-height: 15rem;
  justify-content: flex-end;
  position: relative;
  cursor: pointer;
  flex-direction: column;
  display: flex;
}.cnc-gcg_card_vwq:hover {
  border-color: rgba(26,174,255,0.15);
  transform: translateY(-3px);
}.cnc-gcg_card_bg_vwq {
  inset: 0;
  position: absolute;
  z-index: 0;
}.cnc-gcg_card_bg_vwq::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.cnc-gcg_card_ic_vwq {
  background: rgba(0,0,0,.45);
  border-radius: 4px;
  display: flex;
  right: 1.125rem;
  z-index: 2;
  justify-content: center;
  width: 2.5rem;
  position: absolute;
  color: #EDF4FF;
  top: 1.125rem;
  height: 40px;
  align-items: center;
}.cnc-gcg_card_ic_vwq svg {
  width: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 20px;
}.cnc-gcg_card_ct_vwq {
  z-index: 1;
  position: relative;
}.cnc-gcg_card_h_vwq {
  color: #EDF4FF;
  overflow-wrap: break-word;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 800;
  font-family: 'Orbitron', sans-serif;
}
@media(min-width: 771px) {.cnc-gcg_card_h_vwq {
  font-size: 20px;
}
}.cnc-gcg_card_p_vwq {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  margin-bottom: 10px;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
}.cnc-gcg_card_p_vwq strong {
  color: #EDF4FF;
  font-weight: 600;
}.cnc-gcg_card_cta_vwq {
  gap: 4px;
  color: #1AAEFF;
  align-items: center;
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .04em;
  font-size: 0.75rem;
}.cnc-gcg_card_cta_vwq svg {
  stroke-linejoin: round;
  height: 12px;
  width: 12px;
  stroke-linecap: round;
}.cnc-ws_vwq {
  padding: 32px 16px 0;
  background: #090C14;
}
@media(min-width: 769px) {.cnc-ws_vwq {
  padding: 36px 1.5rem 0;
}
}.cnc-ws_in_vwq {
  margin: 0 auto;
  max-width: 1340px;
}.cnc-ws_head_vwq {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
}.cnc-ws_title_vwq {
  gap: 0.625rem;
  align-items: center;
  font-family: 'Orbitron', sans-serif;
  font-size: 1rem;
  flex-wrap: wrap;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #EDF4FF;
  display: flex;
}.cnc-ws_title_ic_vwq svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 18px;
  color: #F0A830;
  height: 1.125rem;
}.cnc-ws_online_vwq {
  gap: 0.438rem;
  font-weight: 600;
  font-size: 0.75rem;
  align-items: center;
  color: #7B96B0;
  display: flex;
}.cnc-ws_online_dot_vwq {
  background: #1FD47A;
  border-radius: 50%;
  height: 8px;
  width: 0.5rem;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(31,212,122,0.14);
}.cnc-ws_scroll_vwq {
  gap: 8px;
  display: flex;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
}.cnc-ws_scroll_vwq::-webkit-scrollbar {
  display: none;
}.cnc-wc_vwq {
  background: #0D1220;
  gap: 10px;
  padding: 0.625rem 14px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  min-width: 220px;
  flex-shrink: 0;
  align-items: center;
}.cnc-wc_img_vwq {
  background: #111828;
  border-radius: 0.25rem;
  overflow: hidden;
  width: 2.25rem;
  flex-shrink: 0;
  height: 2.25rem;
}.cnc-wc_img_vwq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.cnc-wc_info_vwq {
  min-width: 0;
}.cnc-wc_game_vwq {
  overflow: hidden;
  font-weight: 600;
  color: #C0D2E8;
  font-size: 0.75rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}.cnc-wc_player_vwq {
  overflow: hidden;
  color: #6E8AA4;
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}.cnc-wc_amount_vwq {
  flex-shrink: 0;
  white-space: nowrap;
  margin-left: auto;
  font-size: 0.813rem;
  color: #1FD47A;
  font-weight: 700;
}.cnc-bon_vwq {
  padding: 36px 16px 0;
  background: #090C14;
}
@media(min-width: 771px) {.cnc-bon_vwq {
  padding: 2.75rem 24px 0;
}
}.cnc-bon_in_vwq {
  margin: 0 auto;
  max-width: 1340px;
}.cnc-bon_head_vwq {
  margin-bottom: 1.25rem;
}.cnc-bon_label_vwq {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #1AAEFF;
  letter-spacing: .08em;
  font-weight: 700;
}.cnc-bon_h2_vwq {
  font-family: 'Orbitron', sans-serif;
  overflow-wrap: break-word;
  color: #EDF4FF;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 800;
}
@media(min-width: 770px) {.cnc-bon_h2_vwq {
  font-size: 1.5rem;
}
}.cnc-bon_seo_vwq {
  max-width: 38.75rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #7B96B0;
}.cnc-bon_seo_vwq strong {
  color: #C0D2E8;
  font-weight: 700;
}.cnc-bon_seo_vwq a {
  text-decoration: underline;
  color: #1AAEFF;
}.cnc-bon_grid_vwq {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 642px) {.cnc-bon_grid_vwq {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.cnc-bon_grid_vwq {
  grid-template-columns: repeat(5,1fr);
}
}.cnc-bon_card_vwq {
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 1rem;
  background: #0D1220;
  border-radius: 0.5rem;
}.cnc-bon_card_vwq:hover {
  transform: translateY(-2px);
  border-color: rgba(26,174,255,0.07);
}.cnc-bon_card_ic_vwq svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 26px;
  width: 1.625rem;
}.cnc-bon_card_ic_vwq {
  margin-bottom: 0.625rem;
}.cnc-bon_card_type_vwq {
  margin-bottom: 6px;
  color: #7B96B0;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .06em;
  font-weight: 700;
}.cnc-bon_card_amount_vwq {
  font-weight: 800;
  color: #F0A830;
  margin-bottom: 0.375rem;
  font-size: 18px;
  line-height: 1.1;
}.cnc-bon_card_name_vwq {
  color: #EDF4FF;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}.cnc-bon_card_detail_vwq {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 8px;
  overflow-wrap: break-word;
  color: #6E8AA4;
  font-size: 11px;
  line-height: 1.5;
}.cnc-app_vwq {
  background: #090C14;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.cnc-app_vwq {
  padding: 44px 24px 0;
}
}.cnc-app_in_vwq {
  margin: 0 auto;
  max-width: 83.75rem;
}.cnc-app_head_vwq {
  margin-bottom: 16px;
}.cnc-app_label_vwq {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #1AAEFF;
  font-size: 0.688rem;
  margin-bottom: 8px;
}.cnc-app_h2_vwq {
  margin-bottom: 6px;
  font-weight: 800;
  font-family: 'Orbitron', sans-serif;
  color: #EDF4FF;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 771px) {.cnc-app_h2_vwq {
  font-size: 1.5rem;
}
}.cnc-app_sub_vwq {
  overflow-wrap: break-word;
  color: #7B96B0;
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 600px;
}.cnc-app_sub_vwq strong {
  color: #C0D2E8;
  font-weight: 700;
}.cnc-app_cards_vwq {
  gap: 0.625rem;
  display: grid;
  margin-top: 16px;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.cnc-app_cards_vwq {
  grid-template-columns: repeat(3,1fr);
}
}.cnc-app_card_vwq {
  overflow: hidden;
  gap: 16px;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.cnc-app_card_ios_vwq {
  background: linear-gradient(135deg,rgba(26,174,255,0.15) 0%,#111828 100%);
}.cnc-app_card_android_vwq {
  background: linear-gradient(135deg,rgba(31,212,122,0.14) 0%,#111828 100%);
}.cnc-app_card_win_vwq {
  background: linear-gradient(135deg,rgba(240,168,48,0.15) 0%,#111828 100%);
}.cnc-app_card_ic_vwq svg {
  height: 34px;
  width: 34px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.cnc-app_card_ic_vwq {
  flex-shrink: 0;
  color: #EDF4FF;
}.cnc-app_card_os_vwq {
  text-transform: uppercase;
  font-weight: 700;
  color: #7B96B0;
  font-size: 10px;
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
}.cnc-app_card_title_vwq {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 6px;
  line-height: 1.2;
  overflow-wrap: break-word;
  color: #EDF4FF;
}.cnc-app_card_text_vwq {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.5;
  margin-bottom: 0.875rem;
  color: #7B96B0;
}.cnc-app_card_btn_vwq {
  padding: 10px 1.125rem;
  gap: 0.438rem;
  border-radius: 4px;
  background: rgba(255,255,255,0.12);
  transition: background .2s;
  border: 1px solid rgba(26,174,255,0.36);
  font-weight: 700;
  color: #EDF4FF;
  font-size: 0.813rem;
  display: inline-flex;
  align-items: center;
}.cnc-app_card_btn_vwq:hover {
  background: rgba(255,255,255,0.07);
}.cnc-htp_vwq {
  background: #090C14;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.cnc-htp_vwq {
  padding: 44px 24px 0;
}
}.cnc-htp_in_vwq {
  margin: 0 auto;
  max-width: 1340px;
}.cnc-htp_head_vwq {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.cnc-htp_label_vwq {
  font-size: 11px;
  margin-bottom: 8px;
  color: #1AAEFF;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.cnc-htp_h2_vwq {
  font-weight: 800;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 22px;
  color: #EDF4FF;
  font-family: 'Orbitron', sans-serif;
}
@media(min-width: 769px) {.cnc-htp_h2_vwq {
  font-size: 28px;
}
}.cnc-htp_intro_vwq {
  color: #7B96B0;
  font-size: 0.875rem;
  line-height: 1.6;
}.cnc-htp_steps_vwq {
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.cnc-htp_steps_vwq {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.cnc-htp_steps_vwq {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.cnc-htp_step_vwq {
  padding: 1.25rem 1.125rem 1.125rem;
  border: 1px solid rgba(255,255,255,0.10);
  background: #111828;
  border-radius: 8px;
  flex-direction: column;
  position: relative;
  display: flex;
}.cnc-htp_step_num_vwq {
  background: #1AAEFF;
  border-radius: 50%;
  width: 1.75rem;
  align-items: center;
  position: absolute;
  display: flex;
  justify-content: center;
  font-family: 'Orbitron', sans-serif;
  height: 1.75rem;
  left: 1.25rem;
  top: -12px;
  font-weight: 800;
  color: #050E08;
  font-size: 13px;
}.cnc-htp_step_ic_vwq {
  margin: 8px 0 0.75rem;
  border-radius: 4px;
  background: rgba(26,174,255,0.15);
  color: #1AAEFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 36px;
}.cnc-htp_step_ic_vwq svg {
  height: 18px;
  width: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.cnc-htp_step_h_vwq {
  line-height: 1.25;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  color: #EDF4FF;
}.cnc-htp_step_p_vwq {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #7B96B0;
  line-height: 1.55;
}.cnc-htp_step_p_vwq strong {
  font-weight: 600;
  color: #C0D2E8;
}.cnc-htp_cta_vwq {
  transition: background .2s;
  border-radius: 8px;
  padding: 13px 1.625rem;
  background: #1FD47A;
  display: inline-block;
  color: #050E08;
  font-size: 0.875rem;
  margin-top: 1.25rem;
  font-weight: 700;
}.cnc-htp_cta_vwq:hover {
  background: #3EE292;
}.cnc-reg_vwq {
  padding: 36px 1rem 0;
  background: #090C14;
}
@media(min-width: 766px) {.cnc-reg_vwq {
  padding: 44px 1.5rem 0;
}
}.cnc-reg_in_vwq {
  margin: 0 auto;
  background: #111828;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.06);
  padding: 28px 24px;
  max-width: 83.75rem;
}
@media(min-width: 766px) {.cnc-reg_in_vwq {
  padding: 2.5rem;
}
}.cnc-reg_top_vwq {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 858px) {.cnc-reg_top_vwq {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.cnc-reg_label_vwq {
  font-weight: 700;
  color: #1AAEFF;
  margin-bottom: 10px;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.cnc-reg_h2_vwq {
  overflow-wrap: break-word;
  font-family: 'Orbitron', sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  color: #EDF4FF;
  margin-bottom: 12px;
}
@media(min-width: 770px) {.cnc-reg_h2_vwq {
  font-size: 1.75rem;
}
}.cnc-reg_bonus_vwq {
  gap: 0.5rem;
  border-radius: 0.5rem;
  background: rgba(240,168,48,0.15);
  border: 1px solid rgba(240,168,48,0.15);
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}.cnc-reg_bonus_amount_vwq {
  color: #F0A830;
  font-size: 1.25rem;
  font-weight: 800;
}.cnc-reg_bonus_text_vwq {
  line-height: 1.35;
  font-size: 13px;
  color: #8EA8C2;
}.cnc-reg_cta_btn_vwq {
  transition: background .2s;
  background: #1FD47A;
  padding: 0.875rem 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 0 rgba(0,0,0,0.38), 0 0 1.125rem rgba(31,212,122,0.42);
  margin-bottom: 12px;
  color: #050E08;
  display: inline-block;
  font-size: 0.938rem;
  font-weight: 700;
}.cnc-reg_cta_btn_vwq:hover {
  background: #3EE292;
}.cnc-reg_terms_vwq {
  font-size: 11px;
  color: #6E8AA4;
  line-height: 1.5;
}.cnc-reg_seo_vwq {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 1.25rem;
  color: #7B96B0;
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.cnc-reg_seo_vwq p {
  font-size: 13px;
  color: #7B96B0;
  line-height: 1.65;
  margin-bottom: 0.625rem;
}.cnc-reg_seo_vwq p:last-child {
  margin-bottom: 0;
}.cnc-reg_seo_vwq strong {
  font-weight: 700;
  color: #C0D2E8;
}.cnc-reg_seo_vwq a {
  transition: color .2s;
  color: #1AAEFF;
  text-decoration: underline;
}.cnc-reg_seo_vwq a:hover {
  color: #44C2FF;
}.cnc-reg_seo_vwq ul,.cnc-reg_seo_vwq ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.cnc-reg_seo_vwq ol {
  list-style: decimal;
}.cnc-reg_seo_vwq li {
  margin-bottom: 4px;
  color: #7B96B0;
  line-height: 1.65;
  font-size: 13px;
}.cnc-reg_seo_vwq table {
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 0.625rem;
  font-size: 13px;
  display: block;
}
@media(min-width: 766px) {.cnc-reg_seo_vwq table {
  display: table;
}
}.cnc-reg_seo_vwq th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #C0D2E8;
}.cnc-reg_seo_vwq td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 8px;
  color: #7B96B0;
}.cnc-reg_steps_vwq {
  gap: 0.875rem;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}
@media(min-width: 857px) {.cnc-reg_steps_vwq {
  margin-top: 0;
}
}.cnc-reg_step_vwq {
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.05);
  gap: 14px;
  padding: 16px;
  border-radius: 8px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.cnc-reg_step_num_vwq {
  border: 1px solid rgba(26,174,255,0.07);
  background: rgba(26,174,255,0.15);
  border-radius: 50%;
  width: 2.125rem;
  display: flex;
  font-size: 14px;
  color: #1AAEFF;
  height: 2.125rem;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  flex-shrink: 0;
}.cnc-reg_step_title_vwq {
  font-weight: 700;
  font-size: 0.875rem;
  color: #EDF4FF;
  margin-bottom: 3px;
}.cnc-reg_step_text_vwq {
  color: #7B96B0;
  line-height: 1.5;
  font-size: 0.75rem;
}.cnc-reg_trust_vwq {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
  display: flex;
  padding-top: 1.25rem;
}.cnc-reg_trust_item_vwq {
  gap: 0.438rem;
  overflow-wrap: break-word;
  color: #7B96B0;
  display: flex;
  font-size: 0.75rem;
  align-items: center;
}.cnc-reg_trust_ic_vwq svg {
  color: #1AAEFF;
  width: 1rem;
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.cnc-prov_vwq {
  background: #090C14;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.cnc-prov_vwq {
  padding: 44px 1.5rem 0;
}
}.cnc-prov_in_vwq {
  margin: 0 auto;
  max-width: 1340px;
}.cnc-prov_head_vwq {
  margin-bottom: 1rem;
}.cnc-prov_label_vwq {
  font-weight: 700;
  font-size: 11px;
  color: #1AAEFF;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.cnc-prov_h2_vwq {
  color: #EDF4FF;
  overflow-wrap: break-word;
  font-family: 'Orbitron', sans-serif;
  font-size: 1.25rem;
  margin-bottom: 8px;
  font-weight: 800;
}
@media(min-width: 765px) {.cnc-prov_h2_vwq {
  font-size: 1.5rem;
}
}.cnc-prov_seo_vwq {
  color: #7B96B0;
  max-width: 38.75rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  margin-bottom: 16px;
}.cnc-prov_seo_vwq strong {
  font-weight: 700;
  color: #C0D2E8;
}.cnc-prov_seo_vwq a {
  color: #1AAEFF;
  text-decoration: underline;
}.cnc-prov_grid_vwq {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 642px) {.cnc-prov_grid_vwq {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1082px) {.cnc-prov_grid_vwq {
  grid-template-columns: repeat(8,1fr);
}
}.cnc-prov_card_vwq {
  transition: border-color .2s,background .2s;
  background: #0D1220;
  gap: 7px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.5rem;
  padding: 0.875rem 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}.cnc-prov_card_vwq:hover {
  border-color: rgba(26,174,255,0.36);
  background: #111828;
}.cnc-prov_logo_vwq {
  border-radius: 0.25rem;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  display: flex;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
}.cnc-prov_logo_vwq img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.cnc-prov_name_vwq {
  overflow-wrap: break-word;
  text-align: center;
  color: #8EA8C2;
  font-weight: 600;
  font-size: 0.688rem;
}.cnc-pmt_vwq {
  background: #090C14;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.cnc-pmt_vwq {
  padding: 44px 1.5rem 0;
}
}.cnc-pmt_in_vwq {
  margin: 0 auto;
  max-width: 83.75rem;
}.cnc-pmt_head_vwq {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.cnc-pmt_label_vwq {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #1AAEFF;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
}.cnc-pmt_h2_vwq {
  margin-bottom: 8px;
  font-size: 22px;
  color: #EDF4FF;
  overflow-wrap: break-word;
  font-family: 'Orbitron', sans-serif;
  font-weight: 800;
}
@media(min-width:768px) {.cnc-pmt_h2_vwq {
  font-size: 28px;
}
}.cnc-pmt_intro_vwq {
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #7B96B0;
}.cnc-pmt_groups_vwq {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.cnc-pmt_group_vwq {
  border: 1px solid rgba(255,255,255,0.10);
  background: #111828;
  padding: 20px;
  border-radius: 0.5rem;
}.cnc-pmt_group_head_vwq {
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 0.625rem;
}.cnc-pmt_group_ic_vwq {
  border-radius: 0.25rem;
  background: rgba(26,174,255,0.15);
  width: 36px;
  justify-content: center;
  color: #1AAEFF;
  height: 2.25rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.cnc-pmt_group_ic_vwq svg {
  stroke-linecap: round;
  height: 1.125rem;
  stroke-linejoin: round;
  width: 18px;
}.cnc-pmt_group_h_vwq {
  margin: 0;
  font-weight: 700;
  color: #EDF4FF;
  font-size: 1rem;
  font-family: 'Orbitron', sans-serif;
  overflow-wrap: break-word;
}.cnc-pmt_group_p_vwq {
  color: #7B96B0;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.6;
  margin-bottom: 14px;
}.cnc-pmt_group_p_vwq strong {
  font-weight: 600;
  color: #C0D2E8;
}.cnc-pmt_table_wrap_vwq {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.cnc-pmt_table_vwq {
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
  min-width: 540px;
}.cnc-pmt_table_vwq th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  color: #C0D2E8;
  font-weight: 700;
  letter-spacing: .04em;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: left;
  font-size: 11px;
}.cnc-pmt_table_vwq td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 12px;
  color: #7B96B0;
}.cnc-pmt_table_vwq tbody tr:last-child td {
  border-bottom: none;
}.cnc-pmt_table_vwq tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #C0D2E8;
}.cnc-rv_vwq {
  background: #090C14;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.cnc-rv_vwq {
  padding: 44px 24px 0;
}
}.cnc-rv_in_vwq {
  margin: 0 auto;
  max-width: 1340px;
}.cnc-rv_head_vwq {
  margin-bottom: 20px;
  max-width: 45rem;
}.cnc-rv_label_vwq {
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
  color: #1AAEFF;
}.cnc-rv_h2_vwq {
  font-weight: 800;
  font-family: 'Orbitron', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  font-size: 22px;
  color: #EDF4FF;
}
@media(min-width: 765px) {.cnc-rv_h2_vwq {
  font-size: 1.75rem;
}
}.cnc-rv_stats_vwq {
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  color: #7B96B0;
  display: flex;
  font-size: 13px;
}.cnc-rv_stats_score_vwq {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.cnc-rv_stats_score_val_vwq {
  font-weight: 800;
  color: #F0A830;
  font-size: 22px;
  font-family: 'Orbitron', sans-serif;
}.cnc-rv_stats_score_max_vwq {
  font-size: 0.813rem;
  color: #6E8AA4;
}.cnc-rv_stats_badge_vwq {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.cnc-rv_stats_badge_vwq svg {
  width: 14px;
  color: #F0A830;
  height: 0.875rem;
}.cnc-rv_grid_vwq {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:640px) {.cnc-rv_grid_vwq {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.cnc-rv_grid_vwq {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.cnc-rv_card_vwq {
  background: #111828;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  padding: 20px;
  flex-direction: column;
  display: flex;
}.cnc-rv_card_stars_vwq {
  gap: 2px;
  margin-bottom: 10px;
  display: flex;
  color: #F0A830;
}.cnc-rv_card_stars_vwq svg {
  width: 0.875rem;
  height: 14px;
}.cnc-rv_card_h_vwq {
  font-weight: 700;
  line-height: 1.3;
  color: #EDF4FF;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
}.cnc-rv_card_body_vwq {
  flex: 1;
  color: #7B96B0;
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
  margin-bottom: 14px;
}.cnc-rv_card_body_vwq strong {
  color: #C0D2E8;
  font-weight: 600;
}.cnc-rv_card_meta_vwq {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.625rem;
  padding-top: 12px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}.cnc-rv_card_author_vwq {
  font-weight: 600;
  color: #C0D2E8;
  font-size: 12px;
}.cnc-rv_card_date_vwq {
  color: #6E8AA4;
  font-size: 11px;
}.cnc-faq_vwq {
  padding: 2.25rem 16px 0;
  background: #090C14;
}
@media(min-width: 767px) {.cnc-faq_vwq {
  padding: 44px 1.5rem 0;
}
}.cnc-faq_in_vwq {
  margin: 0 auto;
  max-width: 83.75rem;
}.cnc-faq_head_vwq {
  margin-bottom: 1.25rem;
}.cnc-faq_label_vwq {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #1AAEFF;
  text-transform: uppercase;
}.cnc-faq_h2_vwq {
  font-weight: 800;
  font-family: 'Orbitron', sans-serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #EDF4FF;
}
@media(min-width: 771px) {.cnc-faq_h2_vwq {
  font-size: 1.5rem;
}
}.cnc-faq_list_vwq {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.cnc-faq_item_vwq {
  border: 1px solid rgba(255,255,255,0.10);
  overflow: hidden;
  border-radius: 8px;
  background: #111828;
}.cnc-faq_q_vwq {
  transition: color .2s;
  padding: 16px 20px;
  gap: 12px;
  justify-content: space-between;
  font-size: 0.875rem;
  align-items: center;
  color: #C0D2E8;
  font-weight: 600;
  display: flex;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  cursor: pointer;
}.cnc-faq_q_vwq:hover {
  color: #EDF4FF;
}.cnc-faq_q_ic_vwq {
  transition: transform .25s;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  height: 1.5rem;
  align-items: center;
  width: 1.5rem;
  font-size: 1rem;
  justify-content: center;
  color: #1AAEFF;
  flex-shrink: 0;
  display: flex;
}.cnc-faq_item_vwq.cnc-state_open_vwq .cnc-faq_q_ic_vwq {
  transform: rotate(45deg);
}.cnc-faq_a_vwq {
  padding: 0 20px 1rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  display: none;
  color: #7B96B0;
  line-height: 1.7;
}.cnc-faq_item_vwq.cnc-state_open_vwq .cnc-faq_a_vwq {
  display: block;
}.cnc-faq_a_vwq strong {
  font-weight: 700;
  color: #C0D2E8;
}.cnc-faq_a_vwq a {
  color: #1AAEFF;
  text-decoration: underline;
}.cnc-faq_a_vwq ul,.cnc-faq_a_vwq ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.cnc-faq_a_vwq ol {
  list-style: decimal;
}.cnc-faq_a_vwq li {
  line-height: 1.6;
  margin-bottom: 4px;
}.cnc-faq_a_vwq table {
  margin: 0.5rem 0;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 12px;
  display: block;
}
@media(min-width: 770px) {.cnc-faq_a_vwq table {
  display: table;
}
}.cnc-faq_a_vwq th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.375rem 8px;
  color: #C0D2E8;
  text-align: left;
  font-weight: 700;
}.cnc-faq_a_vwq td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.375rem 8px;
  color: #7B96B0;
}.cnc-seo_vwq {
  padding: 2.25rem 1rem 0;
  background: #090C14;
}
@media(min-width: 769px) {.cnc-seo_vwq {
  padding: 44px 1.5rem 0;
}
}.cnc-seo_in_vwq {
  margin: 0 auto;
  padding: 28px 1.5rem;
  background: #111828;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 14px;
  max-width: 1340px;
}
@media(min-width: 770px) {.cnc-seo_in_vwq {
  padding: 2.25rem 2.5rem;
}
}.cnc-seo_label_vwq {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1AAEFF;
  letter-spacing: .08em;
}.cnc-seo_h2_vwq {
  line-height: 1.25;
  font-weight: 800;
  font-family: 'Orbitron', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  color: #EDF4FF;
  font-size: 1.25rem;
}
@media(min-width: 770px) {.cnc-seo_h2_vwq {
  font-size: 1.5rem;
}
}.cnc-seo_body_vwq {
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #8EA8C2;
}.cnc-seo_body_vwq p {
  margin-bottom: 12px;
  font-size: 0.875rem;
  color: #8EA8C2;
  line-height: 1.75;
}.cnc-seo_body_vwq p:last-child {
  margin-bottom: 0;
}.cnc-seo_body_vwq strong {
  color: #C0D2E8;
  font-weight: 700;
}.cnc-seo_body_vwq a {
  transition: color .2s;
  text-decoration: underline;
  color: #1AAEFF;
}.cnc-seo_body_vwq a:hover {
  color: #44C2FF;
}.cnc-seo_body_vwq ul,.cnc-seo_body_vwq ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.cnc-seo_body_vwq ol {
  list-style: decimal;
}.cnc-seo_body_vwq li {
  font-size: 14px;
  line-height: 1.75;
  color: #8EA8C2;
  margin-bottom: 0.375rem;
}.cnc-seo_body_vwq table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.813rem;
  display: block;
  overflow-x: auto;
  margin-bottom: 12px;
}
@media(min-width: 771px) {.cnc-seo_body_vwq table {
  display: table;
}
}.cnc-seo_body_vwq th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 12px;
  font-weight: 700;
  color: #C0D2E8;
  text-align: left;
}.cnc-seo_body_vwq td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 0.75rem;
  color: #8EA8C2;
}.cnc-seo_cols_vwq {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.cnc-seo_cols_vwq {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.cnc-seo_cols_vwq {
  grid-template-columns: repeat(3,1fr);
}
}.cnc-seo_col_h_vwq {
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #C0D2E8;
  font-weight: 700;
}.cnc-seo_col_p_vwq {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #7B96B0;
  overflow-wrap: break-word;
}.cnc-seo_stats_vwq {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.cnc-seo_stat_vwq {
  border-radius: 8px;
  padding: 14px 16px;
  border: 1px solid rgba(26,174,255,0.15);
  flex: 1;
  background: rgba(26,174,255,0.07);
  min-width: 140px;
}.cnc-seo_stat_val_vwq {
  font-weight: 800;
  margin-bottom: 0.25rem;
  font-size: 20px;
  color: #1AAEFF;
  overflow-wrap: break-word;
}.cnc-seo_stat_lb_vwq {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7B96B0;
}.cnc-seo_vwq {
  padding: 36px 16px 0;
  background: #090C14;
}
@media(min-width: 771px) {.cnc-seo_vwq {
  padding: 2.75rem 1.5rem 0;
}
}.cnc-seo_in_vwq {
  border: 1px solid rgba(255,255,255,0.10);
  background: #111828;
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  border-radius: 14px;
  max-width: 1340px;
}
@media(min-width: 767px) {.cnc-seo_in_vwq {
  padding: 2.25rem 2.5rem;
}
}.cnc-seo_label_vwq {
  color: #1AAEFF;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
}.cnc-seo_h2_vwq {
  overflow-wrap: break-word;
  line-height: 1.25;
  font-size: 1.25rem;
  font-family: 'Orbitron', sans-serif;
  font-weight: 800;
  color: #EDF4FF;
  margin-bottom: 14px;
}
@media(min-width: 769px) {.cnc-seo_h2_vwq {
  font-size: 1.5rem;
}
}.cnc-seo_body_vwq {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
  color: #8EA8C2;
}.cnc-seo_body_vwq p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #8EA8C2;
  line-height: 1.75;
}.cnc-seo_body_vwq p:last-child {
  margin-bottom: 0;
}.cnc-seo_body_vwq strong {
  font-weight: 700;
  color: #C0D2E8;
}.cnc-seo_body_vwq a {
  transition: color .2s;
  color: #1AAEFF;
  text-decoration: underline;
}.cnc-seo_body_vwq a:hover {
  color: #44C2FF;
}.cnc-seo_body_vwq ul,.cnc-seo_body_vwq ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.cnc-seo_body_vwq ol {
  list-style: decimal;
}.cnc-seo_body_vwq li {
  color: #8EA8C2;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 14px;
}.cnc-seo_body_vwq table {
  display: block;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 12px;
  font-size: 0.813rem;
}
@media(min-width: 765px) {.cnc-seo_body_vwq table {
  display: table;
}
}.cnc-seo_body_vwq th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  font-weight: 700;
  color: #C0D2E8;
}.cnc-seo_body_vwq td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 12px;
  color: #8EA8C2;
}.cnc-seo_cols_vwq {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.cnc-seo_cols_vwq {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.cnc-seo_cols_vwq {
  grid-template-columns: repeat(3,1fr);
}
}.cnc-seo_col_h_vwq {
  color: #C0D2E8;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 7px;
  overflow-wrap: break-word;
}.cnc-seo_col_p_vwq {
  color: #7B96B0;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
}.cnc-seo_stats_vwq {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.cnc-seo_stat_vwq {
  border-radius: 0.5rem;
  flex: 1;
  background: rgba(26,174,255,0.07);
  padding: 0.875rem 16px;
  border: 1px solid rgba(26,174,255,0.15);
  min-width: 8.75rem;
}.cnc-seo_stat_val_vwq {
  color: #1AAEFF;
  font-weight: 800;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-size: 20px;
}.cnc-seo_stat_lb_vwq {
  color: #7B96B0;
  font-size: 11px;
  overflow-wrap: break-word;
}.cnc-seo_vwq {
  background: #090C14;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.cnc-seo_vwq {
  padding: 44px 24px 0;
}
}.cnc-seo_in_vwq {
  padding: 1.75rem 1.5rem;
  border-radius: 14px;
  background: #111828;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.10);
  max-width: 83.75rem;
}
@media(min-width: 769px) {.cnc-seo_in_vwq {
  padding: 36px 40px;
}
}.cnc-seo_label_vwq {
  text-transform: uppercase;
  color: #1AAEFF;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 11px;
  letter-spacing: .08em;
}.cnc-seo_h2_vwq {
  margin-bottom: 0.875rem;
  font-family: 'Orbitron', sans-serif;
  color: #EDF4FF;
  line-height: 1.25;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.cnc-seo_h2_vwq {
  font-size: 1.5rem;
}
}.cnc-seo_body_vwq {
  font-size: 14px;
  color: #8EA8C2;
  line-height: 1.75;
  overflow-wrap: break-word;
}.cnc-seo_body_vwq p {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 12px;
  color: #8EA8C2;
}.cnc-seo_body_vwq p:last-child {
  margin-bottom: 0;
}.cnc-seo_body_vwq strong {
  font-weight: 700;
  color: #C0D2E8;
}.cnc-seo_body_vwq a {
  transition: color .2s;
  color: #1AAEFF;
  text-decoration: underline;
}.cnc-seo_body_vwq a:hover {
  color: #44C2FF;
}.cnc-seo_body_vwq ul,.cnc-seo_body_vwq ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.cnc-seo_body_vwq ol {
  list-style: decimal;
}.cnc-seo_body_vwq li {
  font-size: 0.875rem;
  color: #8EA8C2;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.cnc-seo_body_vwq table {
  margin-bottom: 12px;
  width: 100%;
  display: block;
  border-collapse: collapse;
  font-size: 0.813rem;
  overflow-x: auto;
}
@media(min-width: 769px) {.cnc-seo_body_vwq table {
  display: table;
}
}.cnc-seo_body_vwq th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #C0D2E8;
  font-weight: 700;
  text-align: left;
}.cnc-seo_body_vwq td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #8EA8C2;
}.cnc-seo_cols_vwq {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 643px) {.cnc-seo_cols_vwq {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.cnc-seo_cols_vwq {
  grid-template-columns: repeat(3,1fr);
}
}.cnc-seo_col_h_vwq {
  color: #C0D2E8;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.cnc-seo_col_p_vwq {
  line-height: 1.65;
  color: #7B96B0;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.cnc-seo_stats_vwq {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.cnc-seo_stat_vwq {
  background: rgba(26,174,255,0.07);
  border-radius: 0.5rem;
  flex: 1;
  border: 1px solid rgba(26,174,255,0.15);
  padding: 0.875rem 16px;
  min-width: 140px;
}.cnc-seo_stat_val_vwq {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 20px;
  color: #1AAEFF;
}.cnc-seo_stat_lb_vwq {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7B96B0;
}.cnc-ft_vwq {
  background: #050710;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 48px;
}.cnc-ft_support_vwq {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 765px) {.cnc-ft_support_vwq {
  padding: 28px 24px;
}
}.cnc-ft_support_in_vwq {
  margin: 0 auto;
  gap: 1rem;
  max-width: 83.75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.cnc-ft_support_main_vwq {
  flex: 1;
  gap: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-width: 13.75rem;
}.cnc-ft_support_ic_vwq {
  color: #1AAEFF;
  flex-shrink: 0;
}.cnc-ft_support_ic_vwq svg {
  height: 1.875rem;
  width: 1.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.cnc-ft_support_text_title_vwq {
  margin-bottom: 3px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #EDF4FF;
  font-size: 15px;
}.cnc-ft_support_text_sub_vwq {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #7B96B0;
}.cnc-ft_support_btn_vwq {
  transition: background .2s;
  padding: 11px 1.375rem;
  border-radius: 8px;
  background: #1AAEFF;
  font-size: 0.813rem;
  font-weight: 700;
  color: #EDF4FF;
  flex-shrink: 0;
  white-space: nowrap;
}.cnc-ft_support_btn_vwq:hover {
  background: #44C2FF;
}.cnc-ft_support_contacts_vwq {
  gap: 1rem;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.cnc-ft_support_contact_vwq {
  color: #6E8AA4;
  line-height: 1.4;
  font-size: 12px;
}.cnc-ft_support_contact_vwq strong {
  color: #8EA8C2;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 11px;
  display: block;
}.cnc-ft_main_vwq {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width:768px) {.cnc-ft_main_vwq {
  padding: 40px 24px 2rem;
}
}.cnc-ft_main_in_vwq {
  gap: 1.5rem;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 83.75rem;
}
@media(min-width: 637px) {.cnc-ft_main_in_vwq {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.cnc-ft_main_in_vwq {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.cnc-ft_col_logo_vwq {
  grid-column: 1/-1;
}
@media(min-width: 1083px) {.cnc-ft_col_logo_vwq {
  grid-column: auto;
}
}.cnc-ft_logo_vwq {
  gap: 0.563rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  color: #EDF4FF;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  font-size: 16px;
  font-weight: 800;
}.cnc-ft_logo_mark_vwq {
  border-radius: 0.25rem;
  overflow: hidden;
  height: 30px;
  width: 30px;
}.cnc-ft_logo_mark_vwq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.cnc-ft_logo_sub_vwq {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #6E8AA4;
  max-width: 12.5rem;
  line-height: 1.55;
}.cnc-ft_col_title_vwq {
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 0.875rem;
  color: #8EA8C2;
  letter-spacing: .07em;
  font-weight: 700;
}.cnc-ft_col_links_vwq {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.cnc-ft_col_link_vwq {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #6E8AA4;
}.cnc-ft_col_link_vwq:hover {
  color: #C0D2E8;
}.cnc-ft_apps_vwq {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.cnc-ft_app_card_vwq {
  transition: border-color .2s;
  gap: 10px;
  padding: 0.625rem 0.75rem;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  align-items: center;
  display: flex;
}.cnc-ft_app_card_vwq:hover {
  border-color: rgba(26,174,255,0.36);
}.cnc-ft_app_card_ic_vwq svg {
  stroke-linejoin: round;
  width: 22px;
  height: 22px;
  stroke-linecap: round;
}.cnc-ft_app_card_os_vwq {
  font-weight: 600;
  color: #6E8AA4;
  font-size: 10px;
}.cnc-ft_app_card_action_vwq {
  font-weight: 700;
  color: #C0D2E8;
  font-size: 12px;
}.cnc-ft_bot_vwq {
  padding: 20px 1rem;
}
@media(min-width: 767px) {.cnc-ft_bot_vwq {
  padding: 20px 24px;
}
}.cnc-ft_bot_in_vwq {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  max-width: 83.75rem;
  flex-wrap: wrap;
  align-items: center;
}.cnc-ft_socials_vwq {
  gap: 0.5rem;
  display: flex;
}.cnc-ft_soc_vwq {
  transition: background .2s;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  align-items: center;
  justify-content: center;
  height: 36px;
  color: #8EA8C2;
  display: flex;
  width: 36px;
}.cnc-ft_soc_vwq svg {
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
  height: 1rem;
}.cnc-ft_soc_vwq:hover {
  background: rgba(255,255,255,0.07);
}.cnc-ft_legal_vwq {
  flex: 1;
  color: #789CB8;
  overflow-wrap: break-word;
  min-width: 200px;
  font-size: 11px;
  line-height: 1.6;
}.cnc-ft_legal_vwq strong {
  font-weight: 700;
  color: #8EA8C2;
}.cnc-ft_legal_vwq a {
  text-decoration: underline;
  color: #8EA8C2;
}.cnc-ft_age_vwq {
  border: 2px solid #789CB8;
  border-radius: 50%;
  font-weight: 800;
  font-size: 11px;
  color: #789CB8;
  margin-left: auto;
  flex-shrink: 0;
  height: 2rem;
  align-items: center;
  display: flex;
  width: 2rem;
  justify-content: center;
}