*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #0F0C0C;
  -webkit-font-smoothing: antialiased;
  color: #CCBFBF;
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  color: inherit;
  text-decoration: none;
}button {
  border: none;
  font: inherit;
  background: none;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.ixk_layout-rx7 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.ixk_page-rx7 {
  display: flex;
  min-height: 100vh;
}.ixk_main-rx7 {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media(min-width: 1082px) {.ixk_main-rx7 {
  padding-left: 220px;
}
}
@media(max-width:1079px) {.ixk_main-rx7 {
  padding-bottom: 4.5rem;
}
}.ixk_gc-rx7 {
  transition: transform .2s,border-color .2s;
  border-radius: 0.625rem;
  background: #131010;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  cursor: pointer;
  width: 8.75rem;
  flex-shrink: 0;
  position: relative;
}
@media(min-width: 637px) {.ixk_gc-rx7 {
  width: 9.75rem;
}
}
@media(min-width: 1077px) {.ixk_gc-rx7 {
  width: 168px;
}
}.ixk_gc-rx7:hover {
  border-color: rgba(212, 32, 32, 0.07);
  transform: translateY(-3px);
}.ixk_gc_img-rx7 {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.ixk_gc_img-rx7 img {
  inset: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  object-fit: cover;
}.ixk_gc_hover-rx7 {
  transition: opacity .2s;
  inset: 0;
  background: rgba(11, 8, 8, 0.72);
  align-items: center;
  display: flex;
  position: absolute;
  opacity: 0;
  justify-content: center;
}.ixk_gc-rx7:hover .ixk_gc_hover-rx7 {
  opacity: 1;
}.ixk_gc_hover_btn-rx7 {
  background: #D42020;
  padding: 8px 1rem;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #F4EEEE;
}.ixk_gc_info-rx7 {
  padding: 0.5rem 0.625rem 0.625rem;
}.ixk_gc_name-rx7 {
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #CCBFBF;
  margin-bottom: 3px;
  max-width: 100%;
  font-weight: 600;
}.ixk_gc_prov-rx7 {
  color: #5C5252;
  font-size: 0.625rem;
}.ixk_gc_tag-rx7 {
  border-radius: 4px;
  padding: 2px 7px;
  letter-spacing: .04em;
  z-index: 2;
  top: 0.375rem;
  font-size: 0.563rem;
  position: absolute;
  text-transform: uppercase;
  font-weight: 700;
  left: 6px;
}.ixk_gc_tag_hot-rx7 {
  background: #F04040;
  color: #fff;
}.ixk_gc_tag_new-rx7 {
  background: #22C55E;
  color: #0F0C0C;
}.ixk_gc_tag_jp-rx7 {
  background: #F59E0B;
  color: #0F0C0C;
}.ixk_gc_tag_ex-rx7 {
  background: #8C1A1A;
  color: #fff;
}.ixk_gc_tag_live-rx7 {
  background: #F04040;
  color: #fff;
}.ixk_gr-rx7 {
  background: #0F0C0C;
  padding: 2rem 16px 0;
}
@media(min-width: 771px) {.ixk_gr-rx7 {
  padding: 2.25rem 24px 0;
}
}.ixk_gr_in-rx7 {
  margin: 0 auto;
  max-width: 1320px;
}.ixk_gr_head-rx7 {
  gap: 0.75rem;
  margin-bottom: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.ixk_gr_head_l-rx7 {
  gap: 0.625rem;
  flex: 1;
  min-width: 0;
  align-items: center;
  display: flex;
}.ixk_gr_ic-rx7 {
  border-radius: 0.625rem;
  height: 32px;
  justify-content: center;
  width: 32px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.ixk_gr_ic-rx7 svg {
  stroke-linejoin: round;
  height: 16px;
  width: 16px;
  stroke-linecap: round;
}.ixk_gr_title-rx7 {
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  color: #F4EEEE;
}
@media(min-width: 769px) {.ixk_gr_title-rx7 {
  font-size: 18px;
}
}.ixk_gr_more-rx7 {
  gap: 0.313rem;
  transition: color .2s;
  flex-shrink: 0;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #726868;
}.ixk_gr_more-rx7:hover {
  color: #D42020;
}.ixk_gr_more-rx7 svg {
  height: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.75rem;
}.ixk_gr_arrows-rx7 {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.ixk_gr_arr-rx7 {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  color: #9A8F8F;
  display: flex;
  height: 1.875rem;
}.ixk_gr_arr-rx7:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F4EEEE;
}.ixk_gr_arr-rx7 svg {
  width: 13px;
  stroke-linejoin: round;
  height: 13px;
  stroke-linecap: round;
}.ixk_gr_seo_h-rx7 {
  margin: 0 0 6px;
  overflow-wrap: break-word;
  color: #CCBFBF;
  max-width: 42.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.ixk_gr_seo_h-rx7 {
  font-size: 14px;
}
}.ixk_gr_seo-rx7 {
  color: #726868;
  line-height: 1.55;
  font-size: 0.75rem;
  max-width: 42.5rem;
  margin-bottom: 12px;
  overflow-wrap: break-word;
}.ixk_gr_seo-rx7 strong {
  font-weight: 600;
  color: #CCBFBF;
}.ixk_gr_scroll-rx7 {
  gap: 0.625rem;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  display: flex;
  overflow-x: auto;
  padding-bottom: 10px;
}.ixk_gr_scroll-rx7::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.ixk_gr_scroll-rx7 {
  gap: 12px;
}
}.ixk_tb-rx7 {
  background: #0F0C0C;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  height: 3.5rem;
  align-items: center;
  left: 0;
  display: flex;
  top: 0;
  right: 0;
  z-index: 80;
  position: fixed;
}.ixk_tb_in-rx7 {
  gap: 0;
  padding: 0 14px;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}.ixk_tb_burger-rx7 {
  border-radius: 0.625rem;
  gap: 0.313rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.375rem;
  height: 38px;
  flex-direction: column;
}.ixk_tb_burger-rx7:hover {
  background: rgba(255, 255, 255, 0.05);
}.ixk_tb_burger_line-rx7 {
  background: #9A8F8F;
  border-radius: 1px;
  display: block;
  width: 18px;
  height: 2px;
}
@media(min-width: 1079px) {.ixk_tb_burger-rx7 {
  display: none;
}
}.ixk_tb_logo-rx7 {
  gap: 9px;
  flex-shrink: 0;
  color: #F4EEEE;
  margin-right: 20px;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  align-items: center;
  font-weight: 800;
  display: flex;
  letter-spacing: -.01em;
}.ixk_tb_logo_mark-rx7 {
  overflow: hidden;
  border-radius: 10px;
  height: 2rem;
  justify-content: center;
  display: flex;
  width: 2rem;
  align-items: center;
}.ixk_tb_logo_mark-rx7 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.ixk_tb_nav-rx7 {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width:640px) {.ixk_tb_nav-rx7 {
  display: flex;
}
}.ixk_tb_tab-rx7 {
  padding: 8px 0.875rem;
  transition: background .15s,color .15s;
  border-radius: 10px;
  font-weight: 600;
  color: #9A8F8F;
  white-space: nowrap;
  font-size: 0.813rem;
}.ixk_tb_tab-rx7:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4EEEE;
}.ixk_tb_tab-rx7.ixk_state_active-rx7 {
  background: rgba(212, 32, 32, 0.18);
  color: #F4EEEE;
}.ixk_tb_right-rx7 {
  gap: 8px;
  margin-left: auto;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.ixk_tb_login-rx7 {
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s,color .2s;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  display: none;
  font-weight: 600;
  color: #CCBFBF;
}.ixk_tb_login-rx7:hover {
  border-color: rgba(255, 255, 255, 0.22);
  color: #F4EEEE;
}
@media(min-width: 483px) {.ixk_tb_login-rx7 {
  display: block;
}
}.ixk_tb_reg-rx7 {
  background: #22C55E;
  border-radius: 10px;
  padding: 0.563rem 18px;
  transition: background .2s;
  white-space: nowrap;
  color: #0F0808;
  font-weight: 700;
  font-size: 13px;
}.ixk_tb_reg-rx7:hover {
  background: #16A34A;
}.ixk_sb-rx7 {
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  background: #181414;
  z-index: 70;
  bottom: 0;
  width: 13.75rem;
  top: 3.5rem;
  position: fixed;
  left: 0;
  overflow-y: auto;
}.ixk_sb-rx7.ixk_state_open-rx7 {
  transform: translateX(0);
}.ixk_sb-rx7::-webkit-scrollbar {
  width: 4px;
}.ixk_sb-rx7::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.ixk_sb-rx7 {
  transform: translateX(0);
}
}.ixk_sb_auth-rx7 {
  padding: 0.875rem 0.75rem 10px;
}.ixk_sb_btn_reg-rx7 {
  padding: 0.688rem;
  transition: background .2s;
  background: #22C55E;
  border-radius: 10px;
  font-weight: 700;
  display: block;
  font-size: 13px;
  text-align: center;
  margin-bottom: 8px;
  color: #0F0808;
}.ixk_sb_btn_reg-rx7:hover {
  background: #16A34A;
}.ixk_sb_btn_login-rx7 {
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
  font-size: 13px;
  color: #CCBFBF;
  display: block;
  text-align: center;
  font-weight: 600;
}.ixk_sb_btn_login-rx7:hover {
  border-color: rgba(255, 255, 255, 0.22);
  color: #F4EEEE;
}.ixk_sb_promo-rx7 {
  border-radius: 10px;
  border: 1px solid rgba(212, 32, 32, 0.18);
  background: linear-gradient(135deg,#3D0A0A,#181414);
  padding: 0.75rem 14px;
  margin: 0 0.75rem 10px;
  overflow: hidden;
  position: relative;
}.ixk_sb_promo-rx7::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(212, 32, 32, 0.18),transparent 70%);
  top: -1.25rem;
  height: 80px;
  position: absolute;
  right: -1.25rem;
  content: '';
  width: 80px;
}.ixk_sb_promo_title-rx7 {
  margin-bottom: 0.25rem;
  letter-spacing: .06em;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #D42020;
}.ixk_sb_promo_text-rx7 {
  font-weight: 600;
  color: #F4EEEE;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.35;
}.ixk_sb_promo_sub-rx7 {
  color: #726868;
  font-size: 10px;
  margin-top: 3px;
}.ixk_sb_nav-rx7 {
  padding: 6px 0.5rem 16px;
}.ixk_sb_nav_lb-rx7 {
  padding: 10px 0.5rem 0.375rem;
  letter-spacing: .08em;
  color: #5C5252;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}.ixk_sb_link-rx7 {
  transition: background .15s,color .15s;
  gap: 10px;
  border-radius: 0.375rem;
  padding: 0.563rem 0.625rem;
  font-weight: 500;
  cursor: pointer;
  align-items: center;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #9A8F8F;
  display: flex;
}.ixk_sb_link-rx7:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4EEEE;
}.ixk_sb_link-rx7.ixk_state_active-rx7 {
  background: rgba(212, 32, 32, 0.18);
  color: #F4EEEE;
}.ixk_sb_ic-rx7 {
  border-radius: 6px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 30px;
  display: flex;
  width: 1.875rem;
}.ixk_sb_ic-rx7 svg {
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
}.ixk_sb_ic_1-rx7 {
  background: rgba(212, 32, 32, 0.07);
  color: #D42020;
}.ixk_sb_ic_2-rx7 {
  background: rgba(34, 197, 94, 0.15);
  color: #22C55E;
}.ixk_sb_ic_3-rx7 {
  background: rgba(245, 158, 11, 0.14);
  color: #F59E0B;
}.ixk_sb_ic_4-rx7 {
  background: rgba(140, 26, 26, 0.28);
  color: #8C1A1A;
}.ixk_sb_ic_5-rx7 {
  background: rgba(212, 32, 32, 0.07);
  color: #EC4899;
}.ixk_sb_ic_6-rx7 {
  background: rgba(140, 26, 26, 0.28);
  color: #9333EA;
}.ixk_sb_badge-rx7 {
  padding: 2px 0.438rem;
  border-radius: 6px;
  background: #F59E0B;
  color: #0F0808;
  font-weight: 700;
  font-size: 9px;
  margin-left: auto;
}.ixk_sb_bot-rx7 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  gap: 0.5rem;
  display: flex;
}.ixk_sb_lang-rx7,.ixk_sb_help-rx7 {
  padding: 9px 6px;
  gap: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  flex: 1;
  border-radius: 6px;
  transition: border-color .2s;
  font-weight: 600;
  align-items: center;
  color: #9A8F8F;
  justify-content: center;
  font-size: 11px;
  display: flex;
}.ixk_sb_lang-rx7:hover,.ixk_sb_help-rx7:hover {
  border-color: rgba(255, 255, 255, 0.22);
  color: #F4EEEE;
}.ixk_sb_lang-rx7 svg,.ixk_sb_help-rx7 svg {
  stroke-linejoin: round;
  width: 13px;
  stroke-linecap: round;
  height: 13px;
}.ixk_sb_bd-rx7 {
  inset: 0;
  background: rgba(11, 8, 8, 0.72);
  display: none;
  position: fixed;
  z-index: 69;
}.ixk_sb_bd-rx7.ixk_state_on-rx7 {
  display: block;
}
@media(min-width: 1078px) {.ixk_sb_bd-rx7 {
  display: none!important;
}
}.ixk_mob_nav-rx7 {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  background: #181414;
  z-index: 80;
  right: 0;
  bottom: 0;
  display: flex;
  left: 0;
  position: fixed;
}
@media(min-width: 1082px) {.ixk_mob_nav-rx7 {
  display: none;
}
}.ixk_mob_nav_item-rx7 {
  padding: 0.25rem 2px;
  gap: 0.25rem;
  flex: 1;
  align-items: center;
  color: #5C5252;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}.ixk_mob_nav_ic-rx7 {
  line-height: 1;
}.ixk_mob_nav_ic-rx7 svg {
  stroke-linejoin: round;
  width: 1.25rem;
  stroke-linecap: round;
  height: 20px;
}.ixk_mob_nav_lb-rx7 {
  font-weight: 600;
  color: #5C5252;
  font-size: 0.625rem;
}.ixk_mob_nav_item-rx7.ixk_state_active-rx7 {
  color: #D42020;
}.ixk_mob_nav_item-rx7.ixk_state_active-rx7 .ixk_mob_nav_lb-rx7 {
  color: #D42020;
}.ixk_hero-rx7 {
  background: #0F0C0C;
  padding: 20px 16px 0;
}
@media(min-width:768px) {.ixk_hero-rx7 {
  padding: 1.5rem 24px 0;
}
}.ixk_hero_in-rx7 {
  margin: 0 auto;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 1320px;
}
@media(min-width: 863px) {.ixk_hero_in-rx7 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1103px) {.ixk_hero_in-rx7 {
  grid-template-columns: 1fr 340px;
}
}.ixk_hero_promo-rx7 {
  overflow: hidden;
  background: #131010;
  border-radius: 16px;
  position: relative;
  min-height: 13.75rem;
  display: flex;
  align-items: stretch;
}
@media(min-width: 767px) {.ixk_hero_promo-rx7 {
  min-height: 280px;
}
}.ixk_hero_promo_bg-rx7 {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#3D0A0A 0%,#0F0C0C 100%);
  position: absolute;
  background-size: cover;
}.ixk_hero_promo_bg-rx7::after {
  background: linear-gradient(90deg,#0F0C0C 0%,rgba(11, 8, 8, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.ixk_hero_promo_glow-rx7 {
  background: radial-gradient(circle,rgba(140, 26, 26, 0.28) 0%,transparent 65%);
  border-radius: 50%;
  right: 3.75rem;
  position: absolute;
  height: 18.75rem;
  width: 18.75rem;
  pointer-events: none;
  top: -2.5rem;
}.ixk_hero_promo_ct-rx7 {
  padding: 1.75rem 24px 1.75rem 28px;
  flex-direction: column;
  position: relative;
  z-index: 2;
  max-width: 480px;
  justify-content: center;
  display: flex;
}
@media(min-width: 766px) {.ixk_hero_promo_ct-rx7 {
  padding: 40px 2rem;
}
}.ixk_hero_badge-rx7 {
  padding: 0.313rem 12px;
  background: rgba(212, 32, 32, 0.18);
  border-radius: 20px;
  border: 1px solid rgba(212, 32, 32, 0.07);
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 0.625rem;
  color: #D42020;
  display: inline-block;
}.ixk_hero_h1-rx7 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.15;
  overflow-wrap: break-word;
  color: #F4EEEE;
}.ixk_hero_h1-rx7 em {
  font-style: normal;
  color: #F59E0B;
}
@media(min-width: 771px) {.ixk_hero_h1-rx7 {
  font-size: 36px;
}
}.ixk_hero_sub-rx7 {
  color: #9A8F8F;
  font-size: 0.813rem;
  margin-bottom: 1.25rem;
  line-height: 1.55;
}
@media(min-width: 769px) {.ixk_hero_sub-rx7 {
  font-size: 0.875rem;
}
}.ixk_hero_row-rx7 {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.ixk_hero_cta-rx7 {
  background: #22C55E;
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  border-radius: 10px;
  font-size: 0.875rem;
  color: #0F0808;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0.25rem 1rem rgba(34, 197, 94, 0.36);
}.ixk_hero_cta-rx7:hover {
  background: #16A34A;
}.ixk_hero_terms-rx7 {
  font-size: 0.688rem;
  color: #5C5252;
}.ixk_hero_game-rx7 {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  background: #131010;
  position: relative;
  display: flex;
  flex-direction: column;
}.ixk_hero_game_badge-rx7 {
  border: 1px solid rgba(245, 158, 11, 0.14);
  background: rgba(245, 158, 11, 0.14);
  padding: 0.313rem 0.625rem;
  border-radius: 20px;
  color: #F59E0B;
  top: 0.75rem;
  left: 0.75rem;
  text-transform: uppercase;
  position: absolute;
  font-size: 0.625rem;
  letter-spacing: .06em;
  z-index: 3;
  font-weight: 700;
}.ixk_hero_game_badge-rx7 svg {
  width: 0.688rem;
  height: 0.688rem;
  vertical-align: -1px;
  margin-right: 0.25rem;
}.ixk_hero_game_img-rx7 {
  background: linear-gradient(135deg,#3D0A0A,#0F0C0C);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.ixk_hero_game_img-rx7 img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}.ixk_hero_game_play-rx7 {
  inset: 0;
  background: rgba(11, 8, 8, 0.72);
  transition: opacity .2s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}.ixk_hero_game-rx7:hover .ixk_hero_game_play-rx7 {
  opacity: 1;
}.ixk_hero_game_play-rx7 span {
  border-radius: 50%;
  background: #D42020;
  height: 52px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 3.25rem;
}.ixk_hero_game_play-rx7 span svg {
  margin-left: 2px;
  height: 18px;
  width: 1.125rem;
}.ixk_hero_game_info-rx7 {
  padding: 14px 16px;
}.ixk_hero_game_title-rx7 {
  font-weight: 700;
  color: #F4EEEE;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  margin-bottom: 4px;
}.ixk_hero_game_provider-rx7 {
  color: #726868;
  font-size: 11px;
}.ixk_hero_game_btn-rx7 {
  border-radius: 0.625rem;
  transition: background .2s;
  background: #D42020;
  margin: 0.75rem 1rem 16px;
  padding: 11px;
  text-align: center;
  font-weight: 700;
  font-size: 0.813rem;
  display: block;
  color: #F4EEEE;
}.ixk_hero_game-rx7:hover .ixk_hero_game_btn-rx7 {
  background: #EA2A2A;
}.ixk_sbar-rx7 {
  background: #0F0C0C;
  padding: 16px 1rem 0;
}
@media(min-width: 765px) {.ixk_sbar-rx7 {
  padding: 18px 1.5rem 0;
}
}.ixk_sbar_in-rx7 {
  margin: 0 auto;
  max-width: 1320px;
}.ixk_sbar_row-rx7 {
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap;
  display: flex;
}.ixk_sbar_input-rx7 {
  transition: border-color .2s;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.688rem 16px;
  background: #131010;
  flex: 1;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 0.813rem;
  color: #726868;
}.ixk_sbar_input-rx7:hover {
  border-color: rgba(255, 255, 255, 0.22);
}.ixk_sbar_input-rx7 svg {
  stroke-linejoin: round;
  flex-shrink: 0;
  stroke-linecap: round;
  height: 0.938rem;
  width: 0.938rem;
}.ixk_sbar_providers-rx7 {
  gap: 0.5rem;
  padding: 0.688rem 18px;
  transition: border-color .2s;
  background: #131010;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.625rem;
  display: flex;
  font-size: 13px;
  color: #CCBFBF;
  white-space: nowrap;
  align-items: center;
  font-weight: 600;
}.ixk_sbar_providers-rx7:hover {
  border-color: rgba(255, 255, 255, 0.22);
  color: #F4EEEE;
}.ixk_sbar_providers-rx7 svg {
  stroke-linejoin: round;
  width: 0.875rem;
  height: 0.875rem;
  stroke-linecap: round;
}.ixk_sbar_tabs-rx7 {
  gap: 0.375rem;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  padding-bottom: 2px;
}.ixk_sbar_tabs-rx7::-webkit-scrollbar {
  display: none;
}.ixk_sbar_tab-rx7 {
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 0.438rem;
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.5rem 0.875rem;
  flex-shrink: 0;
  color: #9A8F8F;
  white-space: nowrap;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}.ixk_sbar_tab-rx7:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.07);
  color: #F4EEEE;
}.ixk_sbar_tab-rx7.ixk_state_active-rx7 {
  background: rgba(212, 32, 32, 0.18);
  border-color: rgba(212, 32, 32, 0.07);
  color: #F4EEEE;
}.ixk_sbar_tab_ic-rx7 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 14px;
  width: 0.875rem;
}.ixk_wy-rx7 {
  padding: 2rem 16px 0;
  background: #0F0C0C;
}
@media(min-width: 770px) {.ixk_wy-rx7 {
  padding: 2.5rem 1.5rem 0;
}
}.ixk_wy_in-rx7 {
  margin: 0 auto;
  max-width: 82.5rem;
}.ixk_wy_head-rx7 {
  max-width: 45rem;
  margin-bottom: 18px;
}.ixk_wy_label-rx7 {
  font-weight: 700;
  letter-spacing: .08em;
  color: #D42020;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 11px;
}.ixk_wy_h2-rx7 {
  color: #F4EEEE;
  margin-bottom: 8px;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 765px) {.ixk_wy_h2-rx7 {
  font-size: 24px;
}
}.ixk_wy_intro-rx7 {
  margin: 0;
  color: #726868;
  font-size: 13px;
  line-height: 1.6;
}.ixk_wy_grid-rx7 {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.ixk_wy_grid-rx7 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.ixk_wy_grid-rx7 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.ixk_wy_card-rx7 {
  padding: 20px;
  border-radius: 0.625rem;
  background: #181414;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.ixk_wy_card-rx7:hover {
  border-color: rgba(212, 32, 32, 0.07);
  transform: translateY(-2px);
}.ixk_wy_card_ic-rx7 {
  background: rgba(212, 32, 32, 0.18);
  border-radius: 50%;
  color: #D42020;
  width: 44px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: 14px;
  height: 44px;
}.ixk_wy_card_ic-rx7 svg {
  height: 22px;
  stroke-linecap: round;
  width: 1.375rem;
  stroke-linejoin: round;
}.ixk_wy_card_h-rx7 {
  color: #F4EEEE;
  margin-bottom: 0.375rem;
  line-height: 1.25;
  font-size: 15px;
  font-weight: 700;
  overflow-wrap: break-word;
}.ixk_wy_card_p-rx7 {
  line-height: 1.6;
  color: #726868;
  overflow-wrap: break-word;
  font-size: 13px;
}.ixk_wy_card_p-rx7 strong {
  color: #CCBFBF;
  font-weight: 600;
}.ixk_gcg-rx7 {
  background: #0F0C0C;
  padding: 36px 1rem 0;
}
@media(min-width:768px) {.ixk_gcg-rx7 {
  padding: 44px 1.5rem 0;
}
}.ixk_gcg_in-rx7 {
  margin: 0 auto;
  max-width: 82.5rem;
}.ixk_gcg_head-rx7 {
  margin-bottom: 20px;
  max-width: 45rem;
}.ixk_gcg_label-rx7 {
  font-size: 11px;
  letter-spacing: .08em;
  color: #D42020;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
}.ixk_gcg_h2-rx7 {
  margin-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  color: #F4EEEE;
  font-size: 22px;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.ixk_gcg_h2-rx7 {
  font-size: 28px;
}
}.ixk_gcg_intro-rx7 {
  line-height: 1.6;
  color: #726868;
  font-size: 13px;
}.ixk_gcg_grid-rx7 {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.ixk_gcg_grid-rx7 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.ixk_gcg_grid-rx7 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.ixk_gcg_card-rx7 {
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  flex-direction: column;
  cursor: pointer;
  justify-content: flex-end;
  display: flex;
  position: relative;
  min-height: 15rem;
}.ixk_gcg_card-rx7:hover {
  border-color: rgba(212, 32, 32, 0.18);
  transform: translateY(-3px);
}.ixk_gcg_card_bg-rx7 {
  inset: 0;
  z-index: 0;
  position: absolute;
}.ixk_gcg_card_bg-rx7::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.ixk_gcg_card_ic-rx7 {
  border-radius: 6px;
  background: rgba(0,0,0,.45);
  right: 18px;
  display: flex;
  color: #F4EEEE;
  height: 2.5rem;
  justify-content: center;
  z-index: 2;
  align-items: center;
  top: 1.125rem;
  position: absolute;
  width: 2.5rem;
}.ixk_gcg_card_ic-rx7 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 20px;
  height: 1.25rem;
}.ixk_gcg_card_ct-rx7 {
  z-index: 1;
  position: relative;
}.ixk_gcg_card_h-rx7 {
  font-size: 18px;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  color: #F4EEEE;
  line-height: 1.2;
  font-weight: 800;
}
@media(min-width: 765px) {.ixk_gcg_card_h-rx7 {
  font-size: 20px;
}
}.ixk_gcg_card_p-rx7 {
  color: rgba(255,255,255,.82);
  margin-bottom: 10px;
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 12px;
}.ixk_gcg_card_p-rx7 strong {
  font-weight: 600;
  color: #F4EEEE;
}.ixk_gcg_card_cta-rx7 {
  gap: 4px;
  align-items: center;
  letter-spacing: .04em;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #D42020;
  display: inline-flex;
}.ixk_gcg_card_cta-rx7 svg {
  stroke-linecap: round;
  height: 0.75rem;
  width: 12px;
  stroke-linejoin: round;
}.ixk_ws-rx7 {
  background: #0F0C0C;
  padding: 32px 1rem 0;
}
@media(min-width: 769px) {.ixk_ws-rx7 {
  padding: 2.25rem 1.5rem 0;
}
}.ixk_ws_in-rx7 {
  margin: 0 auto;
  max-width: 82.5rem;
}.ixk_ws_head-rx7 {
  gap: 12px;
  margin-bottom: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}.ixk_ws_title-rx7 {
  gap: 10px;
  color: #F4EEEE;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  font-size: 16px;
  align-items: center;
  display: flex;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
}.ixk_ws_title_ic-rx7 svg {
  stroke-linejoin: round;
  width: 1.125rem;
  stroke-linecap: round;
  color: #F59E0B;
  height: 18px;
}.ixk_ws_online-rx7 {
  gap: 0.438rem;
  font-weight: 600;
  display: flex;
  font-size: 0.75rem;
  align-items: center;
  color: #726868;
}.ixk_ws_online_dot-rx7 {
  background: #22C55E;
  border-radius: 50%;
  flex-shrink: 0;
  width: 0.5rem;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.15);
  height: 8px;
}.ixk_ws_scroll-rx7 {
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
  display: flex;
}.ixk_ws_scroll-rx7::-webkit-scrollbar {
  display: none;
}.ixk_wc-rx7 {
  background: #131010;
  padding: 0.625rem 0.875rem;
  border-radius: 0.625rem;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  min-width: 13.75rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}.ixk_wc_img-rx7 {
  border-radius: 0.375rem;
  overflow: hidden;
  background: #181414;
  height: 2.25rem;
  flex-shrink: 0;
  width: 36px;
}.ixk_wc_img-rx7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.ixk_wc_info-rx7 {
  min-width: 0;
}.ixk_wc_game-rx7 {
  overflow: hidden;
  color: #CCBFBF;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.75rem;
  text-overflow: ellipsis;
}.ixk_wc_player-rx7 {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5C5252;
  white-space: nowrap;
  font-size: 10px;
}.ixk_wc_amount-rx7 {
  margin-left: auto;
  font-size: 0.813rem;
  flex-shrink: 0;
  color: #22C55E;
  white-space: nowrap;
  font-weight: 700;
}.ixk_reg-rx7 {
  padding: 2.25rem 16px 0;
  background: #0F0C0C;
}
@media(min-width: 767px) {.ixk_reg-rx7 {
  padding: 44px 1.5rem 0;
}
}.ixk_reg_in-rx7 {
  margin: 0 auto;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px 1.5rem;
  background: #181414;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.ixk_reg_in-rx7 {
  padding: 40px;
}
}.ixk_reg_top-rx7 {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 862px) {.ixk_reg_top-rx7 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.ixk_reg_label-rx7 {
  letter-spacing: .08em;
  margin-bottom: 10px;
  color: #D42020;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
}.ixk_reg_h2-rx7 {
  line-height: 1.2;
  overflow-wrap: break-word;
  color: #F4EEEE;
  margin-bottom: 0.75rem;
  font-size: 1.375rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
}
@media(min-width: 771px) {.ixk_reg_h2-rx7 {
  font-size: 28px;
}
}.ixk_reg_bonus-rx7 {
  background: rgba(245, 158, 11, 0.14);
  padding: 0.625rem 1rem;
  border-radius: 0.625rem;
  gap: 0.5rem;
  border: 1px solid rgba(245, 158, 11, 0.14);
  align-items: center;
  display: inline-flex;
  margin-bottom: 1rem;
}.ixk_reg_bonus_amount-rx7 {
  font-weight: 800;
  font-size: 20px;
  color: #F59E0B;
}.ixk_reg_bonus_text-rx7 {
  color: #9A8F8F;
  font-size: 0.813rem;
  line-height: 1.35;
}.ixk_reg_cta_btn-rx7 {
  transition: background .2s;
  border-radius: 0.625rem;
  background: #22C55E;
  padding: 0.875rem 32px;
  display: inline-block;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0.25rem 16px rgba(34, 197, 94, 0.36);
  margin-bottom: 0.75rem;
  font-size: 0.938rem;
  color: #0F0808;
  font-weight: 700;
}.ixk_reg_cta_btn-rx7:hover {
  background: #16A34A;
}.ixk_reg_terms-rx7 {
  line-height: 1.5;
  color: #5C5252;
  font-size: 0.688rem;
}.ixk_reg_seo-rx7 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  overflow-wrap: break-word;
  color: #726868;
  font-size: 0.813rem;
  line-height: 1.65;
  margin-top: 1.25rem;
}.ixk_reg_seo-rx7 p {
  font-size: 0.813rem;
  margin-bottom: 0.625rem;
  color: #726868;
  line-height: 1.65;
}.ixk_reg_seo-rx7 p:last-child {
  margin-bottom: 0;
}.ixk_reg_seo-rx7 strong {
  color: #CCBFBF;
  font-weight: 700;
}.ixk_reg_seo-rx7 a {
  transition: color .2s;
  color: #D42020;
  text-decoration: underline;
}.ixk_reg_seo-rx7 a:hover {
  color: #EA2A2A;
}.ixk_reg_seo-rx7 ul,.ixk_reg_seo-rx7 ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.ixk_reg_seo-rx7 ol {
  list-style: decimal;
}.ixk_reg_seo-rx7 li {
  color: #726868;
  line-height: 1.65;
  font-size: 13px;
  margin-bottom: 4px;
}.ixk_reg_seo-rx7 table {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
  display: block;
  font-size: 13px;
}
@media(min-width: 769px) {.ixk_reg_seo-rx7 table {
  display: table;
}
}.ixk_reg_seo-rx7 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  font-weight: 700;
  text-align: left;
  color: #CCBFBF;
}.ixk_reg_seo-rx7 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #726868;
}.ixk_reg_steps-rx7 {
  gap: 0.875rem;
  flex-direction: column;
  display: flex;
  margin-top: 1.75rem;
}
@media(min-width: 862px) {.ixk_reg_steps-rx7 {
  margin-top: 0;
}
}.ixk_reg_step-rx7 {
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.ixk_reg_step_num-rx7 {
  border: 1px solid rgba(212, 32, 32, 0.07);
  border-radius: 50%;
  background: rgba(212, 32, 32, 0.18);
  align-items: center;
  font-weight: 800;
  justify-content: center;
  width: 2.125rem;
  display: flex;
  font-size: 14px;
  height: 34px;
  color: #D42020;
  flex-shrink: 0;
}.ixk_reg_step_title-rx7 {
  font-size: 14px;
  font-weight: 700;
  color: #F4EEEE;
  margin-bottom: 3px;
}.ixk_reg_step_text-rx7 {
  color: #726868;
  line-height: 1.5;
  font-size: 12px;
}.ixk_reg_trust-rx7 {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  flex-wrap: wrap;
  display: flex;
}.ixk_reg_trust_item-rx7 {
  gap: 0.438rem;
  overflow-wrap: break-word;
  color: #726868;
  align-items: center;
  display: flex;
  font-size: 0.75rem;
}.ixk_reg_trust_ic-rx7 svg {
  color: #D42020;
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
  height: 16px;
}.ixk_bon-rx7 {
  padding: 2.25rem 1rem 0;
  background: #0F0C0C;
}
@media(min-width: 771px) {.ixk_bon-rx7 {
  padding: 2.75rem 24px 0;
}
}.ixk_bon_in-rx7 {
  margin: 0 auto;
  max-width: 1320px;
}.ixk_bon_head-rx7 {
  margin-bottom: 1.25rem;
}.ixk_bon_label-rx7 {
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 11px;
  color: #D42020;
  text-transform: uppercase;
}.ixk_bon_h2-rx7 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  color: #F4EEEE;
}
@media(min-width:768px) {.ixk_bon_h2-rx7 {
  font-size: 1.5rem;
}
}.ixk_bon_seo-rx7 {
  overflow-wrap: break-word;
  color: #726868;
  font-size: 0.813rem;
  max-width: 38.75rem;
  line-height: 1.6;
}.ixk_bon_seo-rx7 strong {
  font-weight: 700;
  color: #CCBFBF;
}.ixk_bon_seo-rx7 a {
  color: #D42020;
  text-decoration: underline;
}.ixk_bon_grid-rx7 {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 639px) {.ixk_bon_grid-rx7 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.ixk_bon_grid-rx7 {
  grid-template-columns: repeat(5,1fr);
}
}.ixk_bon_card-rx7 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #131010;
  border-radius: 10px;
  padding: 16px;
  transition: border-color .2s,transform .2s;
}.ixk_bon_card-rx7:hover {
  border-color: rgba(212, 32, 32, 0.07);
  transform: translateY(-2px);
}.ixk_bon_card_ic-rx7 svg {
  stroke-linejoin: round;
  height: 26px;
  width: 1.625rem;
  stroke-linecap: round;
}.ixk_bon_card_ic-rx7 {
  margin-bottom: 10px;
}.ixk_bon_card_type-rx7 {
  font-weight: 700;
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #726868;
}.ixk_bon_card_amount-rx7 {
  line-height: 1.1;
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 0.375rem;
  color: #F59E0B;
}.ixk_bon_card_name-rx7 {
  color: #F4EEEE;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}.ixk_bon_card_detail-rx7 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #5C5252;
  font-size: 0.688rem;
  line-height: 1.5;
  overflow-wrap: break-word;
  padding-top: 8px;
}.ixk_htp-rx7 {
  background: #0F0C0C;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.ixk_htp-rx7 {
  padding: 44px 24px 0;
}
}.ixk_htp_in-rx7 {
  margin: 0 auto;
  max-width: 1320px;
}.ixk_htp_head-rx7 {
  margin-bottom: 22px;
  max-width: 45rem;
}.ixk_htp_label-rx7 {
  color: #D42020;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.ixk_htp_h2-rx7 {
  font-size: 22px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4EEEE;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 766px) {.ixk_htp_h2-rx7 {
  font-size: 1.75rem;
}
}.ixk_htp_intro-rx7 {
  font-size: 14px;
  line-height: 1.6;
  color: #726868;
}.ixk_htp_steps-rx7 {
  list-style: none;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width: 641px) {.ixk_htp_steps-rx7 {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.ixk_htp_steps-rx7 {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.ixk_htp_step-rx7 {
  padding: 20px 1.125rem 1.125rem;
  border-radius: 0.625rem;
  background: #181414;
  border: 1px solid rgba(255, 255, 255, 0.11);
  position: relative;
  flex-direction: column;
  display: flex;
}.ixk_htp_step_num-rx7 {
  border-radius: 50%;
  background: #D42020;
  position: absolute;
  font-family: 'Barlow Condensed', sans-serif;
  justify-content: center;
  font-size: 0.813rem;
  width: 1.75rem;
  left: 20px;
  font-weight: 800;
  color: #0F0808;
  height: 1.75rem;
  display: flex;
  top: -0.75rem;
  align-items: center;
}.ixk_htp_step_ic-rx7 {
  background: rgba(212, 32, 32, 0.18);
  margin: 0.5rem 0 12px;
  border-radius: 0.375rem;
  display: flex;
  width: 36px;
  height: 36px;
  color: #D42020;
  justify-content: center;
  align-items: center;
}.ixk_htp_step_ic-rx7 svg {
  stroke-linecap: round;
  width: 18px;
  stroke-linejoin: round;
  height: 1.125rem;
}.ixk_htp_step_h-rx7 {
  margin-bottom: 0.375rem;
  color: #F4EEEE;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: break-word;
}.ixk_htp_step_p-rx7 {
  color: #726868;
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 0.813rem;
}.ixk_htp_step_p-rx7 strong {
  color: #CCBFBF;
  font-weight: 600;
}.ixk_htp_cta-rx7 {
  transition: background .2s;
  border-radius: 10px;
  background: #22C55E;
  padding: 0.813rem 1.625rem;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 20px;
  color: #0F0808;
}.ixk_htp_cta-rx7:hover {
  background: #16A34A;
}.ixk_app-rx7 {
  background: #0F0C0C;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.ixk_app-rx7 {
  padding: 2.75rem 1.5rem 0;
}
}.ixk_app_in-rx7 {
  margin: 0 auto;
  max-width: 1320px;
}.ixk_app_head-rx7 {
  margin-bottom: 16px;
}.ixk_app_label-rx7 {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #D42020;
  letter-spacing: .08em;
}.ixk_app_h2-rx7 {
  font-weight: 800;
  color: #F4EEEE;
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.ixk_app_h2-rx7 {
  font-size: 24px;
}
}.ixk_app_sub-rx7 {
  color: #726868;
  line-height: 1.6;
  overflow-wrap: break-word;
  max-width: 37.5rem;
  font-size: 13px;
}.ixk_app_sub-rx7 strong {
  font-weight: 700;
  color: #CCBFBF;
}.ixk_app_cards-rx7 {
  gap: 0.625rem;
  display: grid;
  margin-top: 1rem;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.ixk_app_cards-rx7 {
  grid-template-columns: repeat(3,1fr);
}
}.ixk_app_card-rx7 {
  overflow: hidden;
  padding: 20px;
  border-radius: 10px;
  gap: 1rem;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.ixk_app_card_ios-rx7 {
  background: linear-gradient(135deg,rgba(212, 32, 32, 0.18) 0%,#181414 100%);
}.ixk_app_card_android-rx7 {
  background: linear-gradient(135deg,rgba(34, 197, 94, 0.15) 0%,#181414 100%);
}.ixk_app_card_win-rx7 {
  background: linear-gradient(135deg,rgba(245, 158, 11, 0.14) 0%,#181414 100%);
}.ixk_app_card_ic-rx7 svg {
  width: 2.125rem;
  stroke-linejoin: round;
  height: 2.125rem;
  stroke-linecap: round;
}.ixk_app_card_ic-rx7 {
  flex-shrink: 0;
  color: #F4EEEE;
}.ixk_app_card_os-rx7 {
  margin-bottom: 6px;
  color: #726868;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: .08em;
}.ixk_app_card_title-rx7 {
  margin-bottom: 6px;
  color: #F4EEEE;
  line-height: 1.2;
  font-size: 15px;
  overflow-wrap: break-word;
  font-weight: 700;
}.ixk_app_card_text-rx7 {
  margin-bottom: 0.875rem;
  color: #726868;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.5;
}.ixk_app_card_btn-rx7 {
  background: rgba(255, 255, 255, 0.12);
  gap: 7px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 10px 18px;
  transition: background .2s;
  color: #F4EEEE;
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
}.ixk_app_card_btn-rx7:hover {
  background: rgba(255, 255, 255, 0.07);
}.ixk_prov-rx7 {
  padding: 36px 16px 0;
  background: #0F0C0C;
}
@media(min-width: 769px) {.ixk_prov-rx7 {
  padding: 44px 24px 0;
}
}.ixk_prov_in-rx7 {
  margin: 0 auto;
  max-width: 82.5rem;
}.ixk_prov_head-rx7 {
  margin-bottom: 16px;
}.ixk_prov_label-rx7 {
  font-weight: 700;
  font-size: 11px;
  color: #D42020;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.ixk_prov_h2-rx7 {
  margin-bottom: 0.5rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4EEEE;
}
@media(min-width: 767px) {.ixk_prov_h2-rx7 {
  font-size: 1.5rem;
}
}.ixk_prov_seo-rx7 {
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #726868;
  margin-bottom: 16px;
  font-size: 13px;
  max-width: 620px;
}.ixk_prov_seo-rx7 strong {
  font-weight: 700;
  color: #CCBFBF;
}.ixk_prov_seo-rx7 a {
  color: #D42020;
  text-decoration: underline;
}.ixk_prov_grid-rx7 {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.ixk_prov_grid-rx7 {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.ixk_prov_grid-rx7 {
  grid-template-columns: repeat(8,1fr);
}
}.ixk_prov_card-rx7 {
  gap: 7px;
  border-radius: 10px;
  padding: 14px 0.625rem;
  transition: border-color .2s,background .2s;
  background: #131010;
  border: 1px solid rgba(255, 255, 255, 0.11);
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
}.ixk_prov_card-rx7:hover {
  background: #181414;
  border-color: rgba(255, 255, 255, 0.22);
}.ixk_prov_logo-rx7 {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  width: 44px;
}.ixk_prov_logo-rx7 img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.ixk_prov_name-rx7 {
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  color: #9A8F8F;
  overflow-wrap: break-word;
}.ixk_faq-rx7 {
  padding: 36px 1rem 0;
  background: #0F0C0C;
}
@media(min-width: 770px) {.ixk_faq-rx7 {
  padding: 2.75rem 24px 0;
}
}.ixk_faq_in-rx7 {
  margin: 0 auto;
  max-width: 1320px;
}.ixk_faq_head-rx7 {
  margin-bottom: 20px;
}.ixk_faq_label-rx7 {
  font-weight: 700;
  color: #D42020;
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.ixk_faq_h2-rx7 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  color: #F4EEEE;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.ixk_faq_h2-rx7 {
  font-size: 24px;
}
}.ixk_faq_list-rx7 {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.ixk_faq_item-rx7 {
  background: #181414;
  border: 1px solid rgba(255, 255, 255, 0.11);
  overflow: hidden;
  border-radius: 10px;
}.ixk_faq_q-rx7 {
  gap: 12px;
  transition: color .2s;
  padding: 1rem 20px;
  justify-content: space-between;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  cursor: pointer;
  font-weight: 600;
  align-items: center;
  display: flex;
  color: #CCBFBF;
  font-size: 0.875rem;
}.ixk_faq_q-rx7:hover {
  color: #F4EEEE;
}.ixk_faq_q_ic-rx7 {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  font-size: 1rem;
  display: flex;
  height: 24px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #D42020;
  width: 1.5rem;
}.ixk_faq_item-rx7.ixk_state_open-rx7 .ixk_faq_q_ic-rx7 {
  transform: rotate(45deg);
}.ixk_faq_a-rx7 {
  padding: 0 20px 16px;
  color: #726868;
  display: none;
  overflow-wrap: break-word;
  line-height: 1.7;
  font-size: 0.813rem;
}.ixk_faq_item-rx7.ixk_state_open-rx7 .ixk_faq_a-rx7 {
  display: block;
}.ixk_faq_a-rx7 strong {
  color: #CCBFBF;
  font-weight: 700;
}.ixk_faq_a-rx7 a {
  color: #D42020;
  text-decoration: underline;
}.ixk_faq_a-rx7 ul,.ixk_faq_a-rx7 ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.ixk_faq_a-rx7 ol {
  list-style: decimal;
}.ixk_faq_a-rx7 li {
  line-height: 1.6;
  margin-bottom: 4px;
}.ixk_faq_a-rx7 table {
  margin: 0.5rem 0;
  display: block;
  font-size: 12px;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 765px) {.ixk_faq_a-rx7 table {
  display: table;
}
}.ixk_faq_a-rx7 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 8px;
  text-align: left;
  color: #CCBFBF;
  font-weight: 700;
}.ixk_faq_a-rx7 td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #726868;
}.ixk_seo-rx7 {
  padding: 2.25rem 1rem 0;
  background: #0F0C0C;
}
@media(min-width: 765px) {.ixk_seo-rx7 {
  padding: 44px 24px 0;
}
}.ixk_seo_in-rx7 {
  border-radius: 1rem;
  background: #181414;
  margin: 0 auto;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  max-width: 82.5rem;
}
@media(min-width: 769px) {.ixk_seo_in-rx7 {
  padding: 2.25rem 2.5rem;
}
}.ixk_seo_label-rx7 {
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  color: #D42020;
  text-transform: uppercase;
  letter-spacing: .08em;
}.ixk_seo_h2-rx7 {
  overflow-wrap: break-word;
  line-height: 1.25;
  font-weight: 800;
  font-size: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4EEEE;
  margin-bottom: 0.875rem;
}
@media(min-width: 767px) {.ixk_seo_h2-rx7 {
  font-size: 1.5rem;
}
}.ixk_seo_body-rx7 {
  font-size: 14px;
  color: #9A8F8F;
  overflow-wrap: break-word;
  line-height: 1.75;
}.ixk_seo_body-rx7 p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9A8F8F;
  margin-bottom: 12px;
}.ixk_seo_body-rx7 p:last-child {
  margin-bottom: 0;
}.ixk_seo_body-rx7 strong {
  font-weight: 700;
  color: #CCBFBF;
}.ixk_seo_body-rx7 a {
  transition: color .2s;
  text-decoration: underline;
  color: #D42020;
}.ixk_seo_body-rx7 a:hover {
  color: #EA2A2A;
}.ixk_seo_body-rx7 ul,.ixk_seo_body-rx7 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.ixk_seo_body-rx7 ol {
  list-style: decimal;
}.ixk_seo_body-rx7 li {
  margin-bottom: 6px;
  font-size: 0.875rem;
  color: #9A8F8F;
  line-height: 1.75;
}.ixk_seo_body-rx7 table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.813rem;
  overflow-x: auto;
  margin-bottom: 12px;
  display: block;
}
@media(min-width: 769px) {.ixk_seo_body-rx7 table {
  display: table;
}
}.ixk_seo_body-rx7 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  color: #CCBFBF;
  text-align: left;
  font-weight: 700;
}.ixk_seo_body-rx7 td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9A8F8F;
}.ixk_seo_cols-rx7 {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.ixk_seo_cols-rx7 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.ixk_seo_cols-rx7 {
  grid-template-columns: repeat(3,1fr);
}
}.ixk_seo_col_h-rx7 {
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-size: 0.813rem;
  font-weight: 700;
  color: #CCBFBF;
}.ixk_seo_col_p-rx7 {
  font-size: 0.813rem;
  color: #726868;
  overflow-wrap: break-word;
  line-height: 1.65;
}.ixk_seo_stats-rx7 {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.ixk_seo_stat-rx7 {
  border-radius: 0.625rem;
  border: 1px solid rgba(212, 32, 32, 0.18);
  flex: 1;
  background: rgba(212, 32, 32, 0.07);
  padding: 14px 1rem;
  min-width: 140px;
}.ixk_seo_stat_val-rx7 {
  font-size: 20px;
  overflow-wrap: break-word;
  color: #D42020;
  font-weight: 800;
  margin-bottom: 4px;
}.ixk_seo_stat_lb-rx7 {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #726868;
}.ixk_seo-rx7 {
  background: #0F0C0C;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.ixk_seo-rx7 {
  padding: 2.75rem 24px 0;
}
}.ixk_seo_in-rx7 {
  background: #181414;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 28px 1.5rem;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 767px) {.ixk_seo_in-rx7 {
  padding: 2.25rem 40px;
}
}.ixk_seo_label-rx7 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: .08em;
  color: #D42020;
  font-size: 11px;
}.ixk_seo_h2-rx7 {
  font-weight: 800;
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
  color: #F4EEEE;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.25;
}
@media(min-width: 765px) {.ixk_seo_h2-rx7 {
  font-size: 1.5rem;
}
}.ixk_seo_body-rx7 {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
  color: #9A8F8F;
}.ixk_seo_body-rx7 p {
  color: #9A8F8F;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}.ixk_seo_body-rx7 p:last-child {
  margin-bottom: 0;
}.ixk_seo_body-rx7 strong {
  font-weight: 700;
  color: #CCBFBF;
}.ixk_seo_body-rx7 a {
  transition: color .2s;
  text-decoration: underline;
  color: #D42020;
}.ixk_seo_body-rx7 a:hover {
  color: #EA2A2A;
}.ixk_seo_body-rx7 ul,.ixk_seo_body-rx7 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.ixk_seo_body-rx7 ol {
  list-style: decimal;
}.ixk_seo_body-rx7 li {
  margin-bottom: 6px;
  line-height: 1.75;
  color: #9A8F8F;
  font-size: 14px;
}.ixk_seo_body-rx7 table {
  margin-bottom: 12px;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: 100%;
  font-size: 0.813rem;
}
@media(min-width: 770px) {.ixk_seo_body-rx7 table {
  display: table;
}
}.ixk_seo_body-rx7 th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #CCBFBF;
  font-weight: 700;
  text-align: left;
}.ixk_seo_body-rx7 td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9A8F8F;
}.ixk_seo_cols-rx7 {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 639px) {.ixk_seo_cols-rx7 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.ixk_seo_cols-rx7 {
  grid-template-columns: repeat(3,1fr);
}
}.ixk_seo_col_h-rx7 {
  font-weight: 700;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #CCBFBF;
  margin-bottom: 7px;
}.ixk_seo_col_p-rx7 {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #726868;
  line-height: 1.65;
}.ixk_seo_stats-rx7 {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.ixk_seo_stat-rx7 {
  background: rgba(212, 32, 32, 0.07);
  padding: 14px 16px;
  border: 1px solid rgba(212, 32, 32, 0.18);
  flex: 1;
  border-radius: 0.625rem;
  min-width: 8.75rem;
}.ixk_seo_stat_val-rx7 {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  color: #D42020;
  font-size: 1.25rem;
  font-weight: 800;
}.ixk_seo_stat_lb-rx7 {
  color: #726868;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.ixk_seo-rx7 {
  padding: 36px 1rem 0;
  background: #0F0C0C;
}
@media(min-width: 771px) {.ixk_seo-rx7 {
  padding: 44px 24px 0;
}
}.ixk_seo_in-rx7 {
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1.75rem 1.5rem;
  border-radius: 1rem;
  background: #181414;
  max-width: 82.5rem;
}
@media(min-width:768px) {.ixk_seo_in-rx7 {
  padding: 36px 40px;
}
}.ixk_seo_label-rx7 {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
  color: #D42020;
  font-weight: 700;
}.ixk_seo_h2-rx7 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  line-height: 1.25;
  color: #F4EEEE;
}
@media(min-width: 770px) {.ixk_seo_h2-rx7 {
  font-size: 1.5rem;
}
}.ixk_seo_body-rx7 {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9A8F8F;
  overflow-wrap: break-word;
}.ixk_seo_body-rx7 p {
  line-height: 1.75;
  font-size: 14px;
  color: #9A8F8F;
  margin-bottom: 0.75rem;
}.ixk_seo_body-rx7 p:last-child {
  margin-bottom: 0;
}.ixk_seo_body-rx7 strong {
  color: #CCBFBF;
  font-weight: 700;
}.ixk_seo_body-rx7 a {
  transition: color .2s;
  text-decoration: underline;
  color: #D42020;
}.ixk_seo_body-rx7 a:hover {
  color: #EA2A2A;
}.ixk_seo_body-rx7 ul,.ixk_seo_body-rx7 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.ixk_seo_body-rx7 ol {
  list-style: decimal;
}.ixk_seo_body-rx7 li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 14px;
  color: #9A8F8F;
}.ixk_seo_body-rx7 table {
  font-size: 13px;
  border-collapse: collapse;
  display: block;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 767px) {.ixk_seo_body-rx7 table {
  display: table;
}
}.ixk_seo_body-rx7 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  font-weight: 700;
  text-align: left;
  color: #CCBFBF;
}.ixk_seo_body-rx7 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #9A8F8F;
}.ixk_seo_cols-rx7 {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.ixk_seo_cols-rx7 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.ixk_seo_cols-rx7 {
  grid-template-columns: repeat(3,1fr);
}
}.ixk_seo_col_h-rx7 {
  margin-bottom: 7px;
  color: #CCBFBF;
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: break-word;
}.ixk_seo_col_p-rx7 {
  overflow-wrap: break-word;
  color: #726868;
  font-size: 13px;
  line-height: 1.65;
}.ixk_seo_stats-rx7 {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.ixk_seo_stat-rx7 {
  border-radius: 10px;
  flex: 1;
  border: 1px solid rgba(212, 32, 32, 0.18);
  padding: 0.875rem 16px;
  background: rgba(212, 32, 32, 0.07);
  min-width: 8.75rem;
}.ixk_seo_stat_val-rx7 {
  overflow-wrap: break-word;
  color: #D42020;
  font-size: 1.25rem;
  margin-bottom: 4px;
  font-weight: 800;
}.ixk_seo_stat_lb-rx7 {
  overflow-wrap: break-word;
  color: #726868;
  font-size: 11px;
}.ixk_ft-rx7 {
  background: #0B0808;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.ixk_ft_support-rx7 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 1rem;
}
@media(min-width: 765px) {.ixk_ft_support-rx7 {
  padding: 1.75rem 1.5rem;
}
}.ixk_ft_support_in-rx7 {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 82.5rem;
  flex-wrap: wrap;
}.ixk_ft_support_main-rx7 {
  gap: 16px;
  flex: 1;
  min-width: 220px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.ixk_ft_support_ic-rx7 {
  color: #D42020;
  flex-shrink: 0;
}.ixk_ft_support_ic-rx7 svg {
  stroke-linecap: round;
  height: 1.875rem;
  stroke-linejoin: round;
  width: 1.875rem;
}.ixk_ft_support_text_title-rx7 {
  overflow-wrap: break-word;
  color: #F4EEEE;
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 15px;
}.ixk_ft_support_text_sub-rx7 {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #726868;
}.ixk_ft_support_btn-rx7 {
  padding: 0.688rem 22px;
  transition: background .2s;
  background: #D42020;
  border-radius: 0.625rem;
  font-weight: 700;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #F4EEEE;
  flex-shrink: 0;
}.ixk_ft_support_btn-rx7:hover {
  background: #EA2A2A;
}.ixk_ft_support_contacts-rx7 {
  gap: 1rem;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.ixk_ft_support_contact-rx7 {
  font-size: 0.75rem;
  color: #5C5252;
  line-height: 1.4;
}.ixk_ft_support_contact-rx7 strong {
  display: block;
  color: #9A8F8F;
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 11px;
}.ixk_ft_main-rx7 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 1rem 24px;
}
@media(min-width: 769px) {.ixk_ft_main-rx7 {
  padding: 40px 24px 32px;
}
}.ixk_ft_main_in-rx7 {
  margin: 0 auto;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  max-width: 1320px;
  display: grid;
}
@media(min-width: 641px) {.ixk_ft_main_in-rx7 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.ixk_ft_main_in-rx7 {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.ixk_ft_col_logo-rx7 {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.ixk_ft_col_logo-rx7 {
  grid-column: auto;
}
}.ixk_ft_logo-rx7 {
  gap: 9px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F4EEEE;
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  flex-wrap: wrap;
}.ixk_ft_logo_mark-rx7 {
  border-radius: 0.375rem;
  overflow: hidden;
  height: 30px;
  width: 1.875rem;
}.ixk_ft_logo_mark-rx7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.ixk_ft_logo_sub-rx7 {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #5C5252;
  line-height: 1.55;
  max-width: 12.5rem;
}.ixk_ft_col_title-rx7 {
  color: #9A8F8F;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: .07em;
}.ixk_ft_col_links-rx7 {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.ixk_ft_col_link-rx7 {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #5C5252;
  font-size: 0.813rem;
}.ixk_ft_col_link-rx7:hover {
  color: #CCBFBF;
}.ixk_ft_apps-rx7 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.ixk_ft_app_card-rx7 {
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s;
  padding: 10px 12px;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
}.ixk_ft_app_card-rx7:hover {
  border-color: rgba(255, 255, 255, 0.22);
}.ixk_ft_app_card_ic-rx7 svg {
  stroke-linecap: round;
  height: 1.375rem;
  width: 1.375rem;
  stroke-linejoin: round;
}.ixk_ft_app_card_os-rx7 {
  font-weight: 600;
  font-size: 10px;
  color: #5C5252;
}.ixk_ft_app_card_action-rx7 {
  font-size: 0.75rem;
  color: #CCBFBF;
  font-weight: 700;
}.ixk_ft_bot-rx7 {
  padding: 1.25rem 16px;
}
@media(min-width: 767px) {.ixk_ft_bot-rx7 {
  padding: 1.25rem 24px;
}
}.ixk_ft_bot_in-rx7 {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1320px;
  display: flex;
}.ixk_ft_socials-rx7 {
  gap: 0.5rem;
  display: flex;
}.ixk_ft_soc-rx7 {
  transition: background .2s;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  height: 36px;
  color: #9A8F8F;
  width: 2.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}.ixk_ft_soc-rx7 svg {
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
  height: 16px;
}.ixk_ft_soc-rx7:hover {
  background: rgba(255, 255, 255, 0.07);
}.ixk_ft_legal-rx7 {
  flex: 1;
  min-width: 12.5rem;
  font-size: 0.688rem;
  color: #7A7070;
  line-height: 1.6;
  overflow-wrap: break-word;
}.ixk_ft_legal-rx7 strong {
  color: #9A8F8F;
  font-weight: 700;
}.ixk_ft_legal-rx7 a {
  text-decoration: underline;
  color: #9A8F8F;
}.ixk_ft_age-rx7 {
  border-radius: 50%;
  border: 2px solid #7A7070;
  justify-content: center;
  font-weight: 800;
  flex-shrink: 0;
  color: #7A7070;
  height: 32px;
  align-items: center;
  width: 32px;
  font-size: 0.688rem;
  margin-left: auto;
  display: flex;
}