*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #091521;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  font-family: 'Nunito', sans-serif;
  color: #C2E5F0;
  min-height: 100vh;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  color: inherit;
  text-decoration: none;
}button {
  background: none;
  font: inherit;
  border: none;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.xti_layout-if1 {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.xti_page-if1 {
  display: flex;
  min-height: 100vh;
}.xti_main-if1 {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media(min-width: 1079px) {.xti_main-if1 {
  padding-left: 13.75rem;
}
}
@media(max-width: 1077px) {.xti_main-if1 {
  padding-bottom: 72px;
}
}.xti_gc-if1 {
  border-radius: 12px;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  background: #0B1927;
  border: 1px solid rgba(255, 255, 255, 0.06);
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  width: 140px;
}
@media(min-width: 641px) {.xti_gc-if1 {
  width: 9.75rem;
}
}
@media(min-width: 1079px) {.xti_gc-if1 {
  width: 10.5rem;
}
}.xti_gc-if1:hover {
  transform: translateY(-3px);
  border-color: rgba(29, 212, 242, 0.07);
}.xti_gc_img-if1 {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.xti_gc_img-if1 img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}.xti_gc_hover-if1 {
  inset: 0;
  transition: opacity .2s;
  background: rgba(5, 13, 22, 0.72);
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  opacity: 0;
}.xti_gc-if1:hover .xti_gc_hover-if1 {
  opacity: 1;
}.xti_gc_hover_btn-if1 {
  padding: 0.5rem 16px;
  border-radius: 0.5rem;
  background: #1DD4F2;
  font-weight: 700;
  color: #EEF9FD;
  font-size: 12px;
}.xti_gc_info-if1 {
  padding: 0.5rem 0.625rem 10px;
}.xti_gc_name-if1 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  max-width: 100%;
  color: #C2E5F0;
  font-size: 12px;
  white-space: nowrap;
  margin-bottom: 3px;
}.xti_gc_prov-if1 {
  font-size: 0.625rem;
  color: #406070;
}.xti_gc_tag-if1 {
  padding: 2px 0.438rem;
  border-radius: 4px;
  font-weight: 700;
  z-index: 2;
  font-size: 9px;
  top: 0.375rem;
  letter-spacing: .04em;
  left: 6px;
  position: absolute;
  text-transform: uppercase;
}.xti_gc_tag_hot-if1 {
  background: #F03A3A;
  color: #fff;
}.xti_gc_tag_new-if1 {
  background: #1FBF5E;
  color: #091521;
}.xti_gc_tag_jp-if1 {
  background: #F5A623;
  color: #091521;
}.xti_gc_tag_ex-if1 {
  background: #2358D4;
  color: #fff;
}.xti_gc_tag_live-if1 {
  background: #F03A3A;
  color: #fff;
}.xti_gr-if1 {
  background: #091521;
  padding: 2rem 1rem 0;
}
@media(min-width: 769px) {.xti_gr-if1 {
  padding: 2.25rem 1.5rem 0;
}
}.xti_gr_in-if1 {
  margin: 0 auto;
  max-width: 82.5rem;
}.xti_gr_head-if1 {
  gap: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}.xti_gr_head_l-if1 {
  gap: 10px;
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
}.xti_gr_ic-if1 {
  border-radius: 0.75rem;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: 32px;
}.xti_gr_ic-if1 svg {
  height: 16px;
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
}.xti_gr_title-if1 {
  font-weight: 700;
  font-size: 1rem;
  overflow-wrap: break-word;
  color: #EEF9FD;
  font-family: 'Exo 2', sans-serif;
}
@media(min-width: 769px) {.xti_gr_title-if1 {
  font-size: 1.125rem;
}
}.xti_gr_more-if1 {
  gap: 0.313rem;
  transition: color .2s;
  color: #517E8E;
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
}.xti_gr_more-if1:hover {
  color: #1DD4F2;
}.xti_gr_more-if1 svg {
  height: 0.75rem;
  width: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.xti_gr_arrows-if1 {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.xti_gr_arr-if1 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  align-items: center;
  height: 30px;
  width: 1.875rem;
  color: #7AAFC2;
  justify-content: center;
  display: flex;
}.xti_gr_arr-if1:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EEF9FD;
}.xti_gr_arr-if1 svg {
  stroke-linecap: round;
  height: 0.813rem;
  stroke-linejoin: round;
  width: 13px;
}.xti_gr_seo_h-if1 {
  margin: 0 0 0.375rem;
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
  color: #C2E5F0;
  font-weight: 700;
  max-width: 680px;
  font-size: 0.813rem;
}
@media(min-width: 766px) {.xti_gr_seo_h-if1 {
  font-size: 14px;
}
}.xti_gr_seo-if1 {
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  color: #517E8E;
  max-width: 42.5rem;
  overflow-wrap: break-word;
  line-height: 1.55;
}.xti_gr_seo-if1 strong {
  color: #C2E5F0;
  font-weight: 600;
}.xti_gr_scroll-if1 {
  gap: 0.625rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 0.625rem;
}.xti_gr_scroll-if1::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.xti_gr_scroll-if1 {
  gap: 0.75rem;
}
}.xti_tb-if1 {
  background: #091521;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  z-index: 80;
  height: 3.5rem;
  left: 0;
  right: 0;
  align-items: center;
  display: flex;
  top: 0;
  position: fixed;
}.xti_tb_in-if1 {
  padding: 0 0.875rem;
  gap: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}.xti_tb_burger-if1 {
  border-radius: 12px;
  gap: 5px;
  margin-right: 0.5rem;
  height: 38px;
  width: 38px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}.xti_tb_burger-if1:hover {
  background: rgba(255, 255, 255, 0.05);
}.xti_tb_burger_line-if1 {
  background: #7AAFC2;
  border-radius: 1px;
  height: 2px;
  display: block;
  width: 1.125rem;
}
@media(min-width: 1078px) {.xti_tb_burger-if1 {
  display: none;
}
}.xti_tb_logo-if1 {
  gap: 0.563rem;
  letter-spacing: -.01em;
  font-size: 1.125rem;
  color: #EEF9FD;
  flex-shrink: 0;
  overflow-wrap: break-word;
  margin-right: 20px;
  align-items: center;
  display: flex;
  font-weight: 800;
}.xti_tb_logo_mark-if1 {
  border-radius: 12px;
  overflow: hidden;
  height: 2rem;
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
}.xti_tb_logo_mark-if1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.xti_tb_nav-if1 {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 637px) {.xti_tb_nav-if1 {
  display: flex;
}
}.xti_tb_tab-if1 {
  padding: 0.5rem 14px;
  transition: background .15s,color .15s;
  border-radius: 0.75rem;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 600;
  color: #7AAFC2;
}.xti_tb_tab-if1:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EEF9FD;
}.xti_tb_tab-if1.xti_state_active-if1 {
  background: rgba(29, 212, 242, 0.16);
  color: #EEF9FD;
}.xti_tb_right-if1 {
  gap: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: auto;
}.xti_tb_login-if1 {
  border-radius: 0.75rem;
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 9px 1rem;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
  color: #C2E5F0;
  display: none;
  font-size: 0.813rem;
}.xti_tb_login-if1:hover {
  border-color: rgba(30, 208, 245, 0.38);
  color: #EEF9FD;
}
@media(min-width: 483px) {.xti_tb_login-if1 {
  display: block;
}
}.xti_tb_reg-if1 {
  padding: 0.563rem 1.125rem;
  border-radius: 12px;
  background: #1FBF5E;
  transition: background .2s;
  font-weight: 700;
  white-space: nowrap;
  font-size: 13px;
  color: #071018;
}.xti_tb_reg-if1:hover {
  background: #27D96E;
}.xti_sb-if1 {
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #0E1E2E;
  transition: transform .25s ease;
  overflow-y: auto;
  top: 3.5rem;
  bottom: 0;
  left: 0;
  width: 13.75rem;
  z-index: 70;
  position: fixed;
}.xti_sb-if1.xti_state_open-if1 {
  transform: translateX(0);
}.xti_sb-if1::-webkit-scrollbar {
  width: 0.25rem;
}.xti_sb-if1::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1082px) {.xti_sb-if1 {
  transform: translateX(0);
}
}.xti_sb_auth-if1 {
  padding: 14px 12px 0.625rem;
}.xti_sb_btn_reg-if1 {
  padding: 0.688rem;
  background: #1FBF5E;
  border-radius: 12px;
  transition: background .2s;
  font-size: 13px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  display: block;
  color: #071018;
  text-align: center;
}.xti_sb_btn_reg-if1:hover {
  background: #27D96E;
}.xti_sb_btn_login-if1 {
  border-radius: 12px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem;
  color: #C2E5F0;
  display: block;
  font-size: 0.813rem;
  font-weight: 600;
  text-align: center;
}.xti_sb_btn_login-if1:hover {
  border-color: rgba(30, 208, 245, 0.38);
  color: #EEF9FD;
}.xti_sb_promo-if1 {
  margin: 0 12px 10px;
  background: linear-gradient(135deg,#0C2A48,#0E1E2E);
  border: 1px solid rgba(29, 212, 242, 0.16);
  border-radius: 12px;
  overflow: hidden;
  padding: 12px 14px;
  position: relative;
}.xti_sb_promo-if1::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(29, 212, 242, 0.16),transparent 70%);
  width: 80px;
  right: -20px;
  top: -1.25rem;
  height: 5rem;
  position: absolute;
  content: '';
}.xti_sb_promo_title-if1 {
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #1DD4F2;
  font-size: 11px;
  margin-bottom: 4px;
}.xti_sb_promo_text-if1 {
  font-size: 0.75rem;
  font-weight: 600;
  overflow-wrap: break-word;
  line-height: 1.35;
  color: #EEF9FD;
}.xti_sb_promo_sub-if1 {
  color: #517E8E;
  font-size: 0.625rem;
  margin-top: 3px;
}.xti_sb_nav-if1 {
  padding: 6px 8px 1rem;
}.xti_sb_nav_lb-if1 {
  padding: 10px 8px 0.375rem;
  letter-spacing: .08em;
  color: #406070;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
}.xti_sb_link-if1 {
  border-radius: 0.5rem;
  transition: background .15s,color .15s;
  gap: 10px;
  padding: 0.563rem 0.625rem;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  align-items: center;
  color: #7AAFC2;
}.xti_sb_link-if1:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EEF9FD;
}.xti_sb_link-if1.xti_state_active-if1 {
  background: rgba(29, 212, 242, 0.16);
  color: #EEF9FD;
}.xti_sb_ic-if1 {
  border-radius: 0.5rem;
  width: 1.875rem;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 1.875rem;
  flex-shrink: 0;
}.xti_sb_ic-if1 svg {
  height: 1rem;
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
}.xti_sb_ic_1-if1 {
  background: rgba(29, 212, 242, 0.07);
  color: #1DD4F2;
}.xti_sb_ic_2-if1 {
  background: rgba(31, 191, 94, 0.15);
  color: #1FBF5E;
}.xti_sb_ic_3-if1 {
  background: rgba(245, 166, 35, 0.14);
  color: #F5A623;
}.xti_sb_ic_4-if1 {
  background: rgba(35, 88, 212, 0.20);
  color: #2358D4;
}.xti_sb_ic_5-if1 {
  background: rgba(29, 212, 242, 0.07);
  color: #F264B0;
}.xti_sb_ic_6-if1 {
  background: rgba(35, 88, 212, 0.20);
  color: #9B4DFA;
}.xti_sb_badge-if1 {
  background: #F5A623;
  border-radius: 8px;
  padding: 2px 7px;
  font-weight: 700;
  margin-left: auto;
  font-size: 0.563rem;
  color: #071018;
}.xti_sb_bot-if1 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  gap: 0.5rem;
  display: flex;
}.xti_sb_lang-if1,.xti_sb_help-if1 {
  border-radius: 0.5rem;
  transition: border-color .2s;
  flex: 1;
  padding: 9px 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 6px;
  align-items: center;
  font-size: 0.688rem;
  display: flex;
  color: #7AAFC2;
  font-weight: 600;
  justify-content: center;
}.xti_sb_lang-if1:hover,.xti_sb_help-if1:hover {
  border-color: rgba(30, 208, 245, 0.38);
  color: #EEF9FD;
}.xti_sb_lang-if1 svg,.xti_sb_help-if1 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.813rem;
  width: 13px;
}.xti_sb_bd-if1 {
  background: rgba(5, 13, 22, 0.72);
  inset: 0;
  z-index: 69;
  display: none;
  position: fixed;
}.xti_sb_bd-if1.xti_state_on-if1 {
  display: block;
}
@media(min-width: 1082px) {.xti_sb_bd-if1 {
  display: none!important;
}
}.xti_mob_nav-if1 {
  background: #0E1E2E;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  left: 0;
  z-index: 80;
  position: fixed;
  display: flex;
  right: 0;
  bottom: 0;
}
@media(min-width: 1081px) {.xti_mob_nav-if1 {
  display: none;
}
}.xti_mob_nav_item-if1 {
  flex: 1;
  padding: 4px 2px;
  gap: 4px;
  color: #406070;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  align-items: center;
}.xti_mob_nav_ic-if1 {
  line-height: 1;
}.xti_mob_nav_ic-if1 svg {
  stroke-linecap: round;
  width: 20px;
  height: 20px;
  stroke-linejoin: round;
}.xti_mob_nav_lb-if1 {
  font-weight: 600;
  color: #406070;
  font-size: 10px;
}.xti_mob_nav_item-if1.xti_state_active-if1 {
  color: #1DD4F2;
}.xti_mob_nav_item-if1.xti_state_active-if1 .xti_mob_nav_lb-if1 {
  color: #1DD4F2;
}.xti_hero-if1 {
  background: #091521;
  padding: 20px 16px 0;
}
@media(min-width: 769px) {.xti_hero-if1 {
  padding: 1.5rem 1.5rem 0;
}
}.xti_hero_in-if1 {
  margin: 0 auto;
  gap: 12px;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.xti_hero_in-if1 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1099px) {.xti_hero_in-if1 {
  grid-template-columns: 1fr 21.25rem;
}
}.xti_hero_promo-if1 {
  border-radius: 1.125rem;
  background: #0B1927;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  position: relative;
  align-items: stretch;
}
@media(min-width: 769px) {.xti_hero_promo-if1 {
  min-height: 17.5rem;
}
}.xti_hero_promo_bg-if1 {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#0C2A48 0%,#091521 100%);
  position: absolute;
  background-size: cover;
}.xti_hero_promo_bg-if1::after {
  inset: 0;
  background: linear-gradient(90deg,#091521 0%,rgba(5, 13, 22, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.xti_hero_promo_glow-if1 {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(35, 88, 212, 0.20) 0%,transparent 65%);
  pointer-events: none;
  top: -2.5rem;
  height: 18.75rem;
  right: 60px;
  position: absolute;
  width: 18.75rem;
}.xti_hero_promo_ct-if1 {
  padding: 1.75rem 1.5rem 28px 1.75rem;
  max-width: 30rem;
  position: relative;
  flex-direction: column;
  justify-content: center;
  display: flex;
  z-index: 2;
}
@media(min-width: 769px) {.xti_hero_promo_ct-if1 {
  padding: 2.5rem 2rem;
}
}.xti_hero_badge-if1 {
  background: rgba(29, 212, 242, 0.16);
  padding: 0.313rem 12px;
  border-radius: 24px;
  border: 1px solid rgba(29, 212, 242, 0.07);
  font-size: 0.625rem;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #1DD4F2;
  display: inline-block;
  font-weight: 700;
}.xti_hero_h1-if1 {
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 0.625rem;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #EEF9FD;
}.xti_hero_h1-if1 em {
  color: #F5A623;
  font-style: normal;
}
@media(min-width: 766px) {.xti_hero_h1-if1 {
  font-size: 2.25rem;
}
}.xti_hero_sub-if1 {
  line-height: 1.55;
  margin-bottom: 1.25rem;
  font-size: 13px;
  color: #7AAFC2;
}
@media(min-width: 769px) {.xti_hero_sub-if1 {
  font-size: 14px;
}
}.xti_hero_row-if1 {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.xti_hero_cta-if1 {
  border-radius: 0.75rem;
  background: #1FBF5E;
  padding: 13px 1.625rem;
  transition: background .2s;
  color: #071018;
  box-shadow: 0 5px 18px rgba(31, 191, 94, 0.48);
  font-weight: 700;
  font-size: 0.875rem;
}.xti_hero_cta-if1:hover {
  background: #27D96E;
}.xti_hero_terms-if1 {
  font-size: 0.688rem;
  color: #406070;
}.xti_hero_game-if1 {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  overflow: hidden;
  background: #0B1927;
  flex-direction: column;
  display: flex;
  position: relative;
}.xti_hero_game_badge-if1 {
  border: 1px solid rgba(245, 166, 35, 0.14);
  background: rgba(245, 166, 35, 0.14);
  border-radius: 24px;
  padding: 5px 10px;
  color: #F5A623;
  letter-spacing: .06em;
  top: 0.75rem;
  font-size: 10px;
  font-weight: 700;
  z-index: 3;
  left: 12px;
  text-transform: uppercase;
  position: absolute;
}.xti_hero_game_badge-if1 svg {
  height: 11px;
  width: 0.688rem;
  margin-right: 4px;
  vertical-align: -1px;
}.xti_hero_game_img-if1 {
  background: linear-gradient(135deg,#0C2A48,#091521);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.xti_hero_game_img-if1 img {
  inset: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  object-fit: cover;
}.xti_hero_game_play-if1 {
  inset: 0;
  background: rgba(5, 13, 22, 0.72);
  transition: opacity .2s;
  justify-content: center;
  align-items: center;
  opacity: 0;
  position: absolute;
  display: flex;
}.xti_hero_game-if1:hover .xti_hero_game_play-if1 {
  opacity: 1;
}.xti_hero_game_play-if1 span {
  border-radius: 50%;
  background: #1DD4F2;
  height: 3.25rem;
  display: flex;
  justify-content: center;
  width: 52px;
  align-items: center;
}.xti_hero_game_play-if1 span svg {
  width: 1.125rem;
  margin-left: 2px;
  height: 18px;
}.xti_hero_game_info-if1 {
  padding: 0.875rem 1rem;
}.xti_hero_game_title-if1 {
  overflow-wrap: break-word;
  font-size: 0.938rem;
  color: #EEF9FD;
  margin-bottom: 0.25rem;
  font-weight: 700;
}.xti_hero_game_provider-if1 {
  font-size: 11px;
  color: #517E8E;
}.xti_hero_game_btn-if1 {
  transition: background .2s;
  background: #1DD4F2;
  border-radius: 12px;
  padding: 0.688rem;
  margin: 0.75rem 16px 1rem;
  display: block;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  color: #EEF9FD;
}.xti_hero_game-if1:hover .xti_hero_game_btn-if1 {
  background: #50E0F7;
}.xti_sbar-if1 {
  padding: 16px 16px 0;
  background: #091521;
}
@media(min-width: 769px) {.xti_sbar-if1 {
  padding: 18px 1.5rem 0;
}
}.xti_sbar_in-if1 {
  margin: 0 auto;
  max-width: 82.5rem;
}.xti_sbar_row-if1 {
  gap: 0.625rem;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
}.xti_sbar_input-if1 {
  flex: 1;
  border-radius: 0.75rem;
  padding: 11px 1rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #0B1927;
  gap: 0.625rem;
  align-items: center;
  display: flex;
  color: #517E8E;
  cursor: pointer;
  font-size: 0.813rem;
}.xti_sbar_input-if1:hover {
  border-color: rgba(30, 208, 245, 0.38);
}.xti_sbar_input-if1 svg {
  height: 0.938rem;
  flex-shrink: 0;
  stroke-linecap: round;
  width: 15px;
  stroke-linejoin: round;
}.xti_sbar_providers-if1 {
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s;
  padding: 0.688rem 1.125rem;
  gap: 8px;
  background: #0B1927;
  display: flex;
  white-space: nowrap;
  font-size: 13px;
  color: #C2E5F0;
  align-items: center;
  font-weight: 600;
}.xti_sbar_providers-if1:hover {
  border-color: rgba(30, 208, 245, 0.38);
  color: #EEF9FD;
}.xti_sbar_providers-if1 svg {
  stroke-linecap: round;
  width: 0.875rem;
  height: 0.875rem;
  stroke-linejoin: round;
}.xti_sbar_tabs-if1 {
  gap: 0.375rem;
  scrollbar-width: none;
  padding-bottom: 2px;
  display: flex;
  overflow-x: auto;
}.xti_sbar_tabs-if1::-webkit-scrollbar {
  display: none;
}.xti_sbar_tab-if1 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: background .15s,color .15s,border-color .15s;
  padding: 8px 14px;
  gap: 0.438rem;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  font-size: 0.75rem;
  color: #7AAFC2;
  white-space: nowrap;
  flex-shrink: 0;
  align-items: center;
}.xti_sbar_tab-if1:hover {
  border-color: rgba(30, 208, 245, 0.38);
  background: rgba(255, 255, 255, 0.07);
  color: #EEF9FD;
}.xti_sbar_tab-if1.xti_state_active-if1 {
  background: rgba(29, 212, 242, 0.16);
  border-color: rgba(29, 212, 242, 0.07);
  color: #EEF9FD;
}.xti_sbar_tab_ic-if1 svg {
  height: 0.875rem;
  width: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.xti_wy-if1 {
  background: #091521;
  padding: 32px 1rem 0;
}
@media(min-width: 766px) {.xti_wy-if1 {
  padding: 2.5rem 24px 0;
}
}.xti_wy_in-if1 {
  margin: 0 auto;
  max-width: 82.5rem;
}.xti_wy_head-if1 {
  margin-bottom: 18px;
  max-width: 720px;
}.xti_wy_label-if1 {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #1DD4F2;
  letter-spacing: .08em;
}.xti_wy_h2-if1 {
  margin-bottom: 8px;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #EEF9FD;
  font-family: 'Exo 2', sans-serif;
}
@media(min-width: 771px) {.xti_wy_h2-if1 {
  font-size: 24px;
}
}.xti_wy_intro-if1 {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #517E8E;
}.xti_wy_grid-if1 {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.xti_wy_grid-if1 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.xti_wy_grid-if1 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.xti_wy_card-if1 {
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 12px;
  background: #0E1E2E;
  padding: 1.25rem;
}.xti_wy_card-if1:hover {
  transform: translateY(-2px);
  border-color: rgba(29, 212, 242, 0.07);
}.xti_wy_card_ic-if1 {
  border-radius: 50%;
  background: rgba(29, 212, 242, 0.16);
  margin-bottom: 14px;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  width: 44px;
  display: flex;
  color: #1DD4F2;
}.xti_wy_card_ic-if1 svg {
  width: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.375rem;
}.xti_wy_card_h-if1 {
  color: #EEF9FD;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0.375rem;
  line-height: 1.25;
  overflow-wrap: break-word;
}.xti_wy_card_p-if1 {
  color: #517E8E;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 13px;
}.xti_wy_card_p-if1 strong {
  color: #C2E5F0;
  font-weight: 600;
}.xti_gr_jp-if1 {
  background: linear-gradient(135deg,#12103A 0%,#070614 100%);
  padding: 20px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}.xti_gr_jp-if1::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(35, 88, 212, 0.20) 0%,transparent 70%);
  position: absolute;
  left: -60px;
  width: 15.625rem;
  top: -3.75rem;
  content: '';
  height: 250px;
}.xti_gr_jp-if1::after {
  background: radial-gradient(circle,rgba(245, 166, 35, 0.14) 0%,transparent 70%);
  border-radius: 50%;
  right: 0;
  width: 200px;
  position: absolute;
  content: '';
  bottom: -2.5rem;
  height: 200px;
}.xti_gr_jp_head-if1 {
  gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
  z-index: 1;
  display: flex;
  margin-bottom: 16px;
  position: relative;
}.xti_gr_jp_info-if1 {
  flex: 1;
}.xti_gr_jp_label-if1 {
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  color: #9B4DFA;
  font-weight: 700;
  font-size: 0.688rem;
}.xti_gr_jp_label-if1 svg {
  height: 14px;
  stroke-linejoin: round;
  width: 14px;
  vertical-align: -2px;
  margin-right: 0.25rem;
  stroke-linecap: round;
}.xti_gr_jp_amount-if1 {
  color: #EEF9FD;
  font-weight: 800;
  line-height: 1;
  font-size: 32px;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
}
@media(min-width: 766px) {.xti_gr_jp_amount-if1 {
  font-size: 2.5rem;
}
}.xti_gr_jp_amount-if1 span {
  color: #F5A623;
}.xti_gr_jp_seo-if1 {
  max-width: 30rem;
  color: #7AAFC2;
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 0.75rem;
}.xti_gr_jp_cta-if1 {
  border: 1px solid rgba(35, 88, 212, 0.20);
  border-radius: 0.75rem;
  padding: 0.688rem 1.25rem;
  transition: background .2s;
  background: rgba(35, 88, 212, 0.20);
  font-size: 0.813rem;
  flex-shrink: 0;
  font-weight: 700;
  position: relative;
  margin-top: 4px;
  align-self: flex-start;
  white-space: nowrap;
  color: #EEF9FD;
  z-index: 1;
}.xti_gr_jp_cta-if1:hover {
  background: #2358D4;
}.xti_gcg-if1 {
  padding: 2.25rem 16px 0;
  background: #091521;
}
@media(min-width: 765px) {.xti_gcg-if1 {
  padding: 2.75rem 1.5rem 0;
}
}.xti_gcg_in-if1 {
  margin: 0 auto;
  max-width: 82.5rem;
}.xti_gcg_head-if1 {
  max-width: 720px;
  margin-bottom: 20px;
}.xti_gcg_label-if1 {
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #1DD4F2;
  font-weight: 700;
  font-size: 0.688rem;
}.xti_gcg_h2-if1 {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: 'Exo 2', sans-serif;
  color: #EEF9FD;
  font-size: 1.375rem;
}
@media(min-width: 771px) {.xti_gcg_h2-if1 {
  font-size: 1.75rem;
}
}.xti_gcg_intro-if1 {
  line-height: 1.6;
  color: #517E8E;
  font-size: 0.813rem;
}.xti_gcg_grid-if1 {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.xti_gcg_grid-if1 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.xti_gcg_grid-if1 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.xti_gcg_card-if1 {
  padding: 1.25rem;
  transition: transform .2s,border-color .2s;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  overflow: hidden;
  position: relative;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  justify-content: flex-end;
  min-height: 15rem;
}.xti_gcg_card-if1:hover {
  border-color: rgba(29, 212, 242, 0.16);
  transform: translateY(-3px);
}.xti_gcg_card_bg-if1 {
  inset: 0;
  z-index: 0;
  position: absolute;
}.xti_gcg_card_bg-if1::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.xti_gcg_card_ic-if1 {
  border-radius: 0.5rem;
  background: rgba(0,0,0,.45);
  color: #EEF9FD;
  display: flex;
  top: 1.125rem;
  height: 40px;
  z-index: 2;
  position: absolute;
  justify-content: center;
  right: 1.125rem;
  width: 2.5rem;
  align-items: center;
}.xti_gcg_card_ic-if1 svg {
  stroke-linecap: round;
  height: 20px;
  stroke-linejoin: round;
  width: 20px;
}.xti_gcg_card_ct-if1 {
  z-index: 1;
  position: relative;
}.xti_gcg_card_h-if1 {
  font-size: 18px;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  color: #EEF9FD;
}
@media(min-width: 765px) {.xti_gcg_card_h-if1 {
  font-size: 1.25rem;
}
}.xti_gcg_card_p-if1 {
  margin-bottom: 10px;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
  font-size: 12px;
}.xti_gcg_card_p-if1 strong {
  color: #EEF9FD;
  font-weight: 600;
}.xti_gcg_card_cta-if1 {
  gap: 4px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #1DD4F2;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
}.xti_gcg_card_cta-if1 svg {
  stroke-linejoin: round;
  height: 0.75rem;
  width: 0.75rem;
  stroke-linecap: round;
}.xti_ws-if1 {
  padding: 2rem 16px 0;
  background: #091521;
}
@media(min-width: 771px) {.xti_ws-if1 {
  padding: 36px 24px 0;
}
}.xti_ws_in-if1 {
  margin: 0 auto;
  max-width: 1320px;
}.xti_ws_head-if1 {
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 14px;
  justify-content: space-between;
  display: flex;
}.xti_ws_title-if1 {
  gap: 0.625rem;
  flex-wrap: wrap;
  font-weight: 700;
  align-items: center;
  display: flex;
  font-size: 1rem;
  font-family: 'Exo 2', sans-serif;
  color: #EEF9FD;
  overflow-wrap: break-word;
}.xti_ws_title_ic-if1 svg {
  width: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #F5A623;
  height: 1.125rem;
}.xti_ws_online-if1 {
  gap: 7px;
  align-items: center;
  display: flex;
  color: #517E8E;
  font-weight: 600;
  font-size: 12px;
}.xti_ws_online_dot-if1 {
  border-radius: 50%;
  background: #1FBF5E;
  width: 8px;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(31, 191, 94, 0.15);
  height: 8px;
}.xti_ws_scroll-if1 {
  gap: 0.5rem;
  padding-bottom: 8px;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
}.xti_ws_scroll-if1::-webkit-scrollbar {
  display: none;
}.xti_wc-if1 {
  border-radius: 0.75rem;
  padding: 0.625rem 14px;
  background: #0B1927;
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 10px;
  display: flex;
  min-width: 13.75rem;
  align-items: center;
  flex-shrink: 0;
}.xti_wc_img-if1 {
  border-radius: 8px;
  background: #0E1E2E;
  overflow: hidden;
  flex-shrink: 0;
  width: 36px;
  height: 2.25rem;
}.xti_wc_img-if1 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.xti_wc_info-if1 {
  min-width: 0;
}.xti_wc_game-if1 {
  overflow: hidden;
  font-weight: 600;
  color: #C2E5F0;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}.xti_wc_player-if1 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.625rem;
  white-space: nowrap;
  color: #406070;
}.xti_wc_amount-if1 {
  color: #1FBF5E;
  font-weight: 700;
  font-size: 13px;
  margin-left: auto;
  white-space: nowrap;
  flex-shrink: 0;
}.xti_bon-if1 {
  padding: 36px 1rem 0;
  background: #091521;
}
@media(min-width: 769px) {.xti_bon-if1 {
  padding: 44px 1.5rem 0;
}
}.xti_bon_in-if1 {
  margin: 0 auto;
  max-width: 82.5rem;
}.xti_bon_head-if1 {
  margin-bottom: 20px;
}.xti_bon_label-if1 {
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 8px;
  color: #1DD4F2;
}.xti_bon_h2-if1 {
  font-size: 20px;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #EEF9FD;
  font-weight: 800;
}
@media(min-width: 765px) {.xti_bon_h2-if1 {
  font-size: 24px;
}
}.xti_bon_seo-if1 {
  overflow-wrap: break-word;
  max-width: 38.75rem;
  line-height: 1.6;
  color: #517E8E;
  font-size: 13px;
}.xti_bon_seo-if1 strong {
  color: #C2E5F0;
  font-weight: 700;
}.xti_bon_seo-if1 a {
  color: #1DD4F2;
  text-decoration: underline;
}.xti_bon_grid-if1 {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.xti_bon_grid-if1 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.xti_bon_grid-if1 {
  grid-template-columns: repeat(5,1fr);
}
}.xti_bon_card-if1 {
  background: #0B1927;
  border-radius: 0.75rem;
  transition: border-color .2s,transform .2s;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
}.xti_bon_card-if1:hover {
  border-color: rgba(29, 212, 242, 0.07);
  transform: translateY(-2px);
}.xti_bon_card_ic-if1 svg {
  stroke-linejoin: round;
  width: 26px;
  stroke-linecap: round;
  height: 26px;
}.xti_bon_card_ic-if1 {
  margin-bottom: 0.625rem;
}.xti_bon_card_type-if1 {
  margin-bottom: 0.375rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 10px;
  color: #517E8E;
}.xti_bon_card_amount-if1 {
  font-weight: 800;
  margin-bottom: 0.375rem;
  line-height: 1.1;
  font-size: 1.125rem;
  color: #F5A623;
}.xti_bon_card_name-if1 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 13px;
  color: #EEF9FD;
  overflow-wrap: break-word;
}.xti_bon_card_detail-if1 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  padding-top: 0.5rem;
  font-size: 11px;
  overflow-wrap: break-word;
  color: #406070;
}.xti_prov-if1 {
  padding: 36px 1rem 0;
  background: #091521;
}
@media(min-width: 769px) {.xti_prov-if1 {
  padding: 44px 24px 0;
}
}.xti_prov_in-if1 {
  margin: 0 auto;
  max-width: 82.5rem;
}.xti_prov_head-if1 {
  margin-bottom: 16px;
}.xti_prov_label-if1 {
  font-size: 0.688rem;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #1DD4F2;
  text-transform: uppercase;
}.xti_prov_h2-if1 {
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #EEF9FD;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width: 767px) {.xti_prov_h2-if1 {
  font-size: 1.5rem;
}
}.xti_prov_seo-if1 {
  color: #517E8E;
  margin-bottom: 1rem;
  max-width: 620px;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
}.xti_prov_seo-if1 strong {
  font-weight: 700;
  color: #C2E5F0;
}.xti_prov_seo-if1 a {
  text-decoration: underline;
  color: #1DD4F2;
}.xti_prov_grid-if1 {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.xti_prov_grid-if1 {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.xti_prov_grid-if1 {
  grid-template-columns: repeat(8,1fr);
}
}.xti_prov_card-if1 {
  padding: 14px 0.625rem;
  gap: 7px;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #0B1927;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
}.xti_prov_card-if1:hover {
  border-color: rgba(30, 208, 245, 0.38);
  background: #0E1E2E;
}.xti_prov_logo-if1 {
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 8px;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 2.75rem;
  width: 2.75rem;
}.xti_prov_logo-if1 img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.xti_prov_name-if1 {
  font-weight: 600;
  text-align: center;
  color: #7AAFC2;
  overflow-wrap: break-word;
  font-size: 11px;
}.xti_app-if1 {
  padding: 2.25rem 16px 0;
  background: #091521;
}
@media(min-width: 766px) {.xti_app-if1 {
  padding: 44px 1.5rem 0;
}
}.xti_app_in-if1 {
  margin: 0 auto;
  max-width: 82.5rem;
}.xti_app_head-if1 {
  margin-bottom: 1rem;
}.xti_app_label-if1 {
  text-transform: uppercase;
  font-weight: 700;
  color: #1DD4F2;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.xti_app_h2-if1 {
  font-family: 'Exo 2', sans-serif;
  color: #EEF9FD;
  font-weight: 800;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.xti_app_h2-if1 {
  font-size: 1.5rem;
}
}.xti_app_sub-if1 {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 37.5rem;
  line-height: 1.6;
  color: #517E8E;
}.xti_app_sub-if1 strong {
  font-weight: 700;
  color: #C2E5F0;
}.xti_app_cards-if1 {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}
@media(min-width: 641px) {.xti_app_cards-if1 {
  grid-template-columns: repeat(3,1fr);
}
}.xti_app_card-if1 {
  padding: 20px;
  border-radius: 0.75rem;
  overflow: hidden;
  gap: 1rem;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
}.xti_app_card_ios-if1 {
  background: linear-gradient(135deg,rgba(29, 212, 242, 0.16) 0%,#0E1E2E 100%);
}.xti_app_card_android-if1 {
  background: linear-gradient(135deg,rgba(31, 191, 94, 0.15) 0%,#0E1E2E 100%);
}.xti_app_card_win-if1 {
  background: linear-gradient(135deg,rgba(245, 166, 35, 0.14) 0%,#0E1E2E 100%);
}.xti_app_card_ic-if1 svg {
  width: 2.125rem;
  stroke-linecap: round;
  height: 2.125rem;
  stroke-linejoin: round;
}.xti_app_card_ic-if1 {
  flex-shrink: 0;
  color: #EEF9FD;
}.xti_app_card_os-if1 {
  color: #517E8E;
  letter-spacing: .08em;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
}.xti_app_card_title-if1 {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #EEF9FD;
}.xti_app_card_text-if1 {
  font-size: 0.75rem;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  color: #517E8E;
  line-height: 1.5;
}.xti_app_card_btn-if1 {
  gap: 0.438rem;
  border: 1px solid rgba(30, 208, 245, 0.38);
  transition: background .2s;
  padding: 10px 1.125rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.12);
  display: inline-flex;
  font-weight: 700;
  font-size: 13px;
  align-items: center;
  color: #EEF9FD;
}.xti_app_card_btn-if1:hover {
  background: rgba(255, 255, 255, 0.07);
}.xti_reg-if1 {
  background: #091521;
  padding: 36px 1rem 0;
}
@media(min-width:768px) {.xti_reg-if1 {
  padding: 44px 24px 0;
}
}.xti_reg_in-if1 {
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #0E1E2E;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.xti_reg_in-if1 {
  padding: 40px;
}
}.xti_reg_top-if1 {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.xti_reg_top-if1 {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.xti_reg_label-if1 {
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  color: #1DD4F2;
  font-weight: 700;
  margin-bottom: 10px;
}.xti_reg_h2-if1 {
  font-size: 22px;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #EEF9FD;
}
@media(min-width:768px) {.xti_reg_h2-if1 {
  font-size: 1.75rem;
}
}.xti_reg_bonus-if1 {
  background: rgba(245, 166, 35, 0.14);
  padding: 0.625rem 16px;
  gap: 0.5rem;
  border-radius: 12px;
  border: 1px solid rgba(245, 166, 35, 0.14);
  margin-bottom: 1rem;
  align-items: center;
  display: inline-flex;
}.xti_reg_bonus_amount-if1 {
  color: #F5A623;
  font-weight: 800;
  font-size: 1.25rem;
}.xti_reg_bonus_text-if1 {
  font-size: 13px;
  color: #7AAFC2;
  line-height: 1.35;
}.xti_reg_cta_btn-if1 {
  border-radius: 0.75rem;
  background: #1FBF5E;
  padding: 0.875rem 2rem;
  transition: background .2s;
  display: inline-block;
  color: #071018;
  font-weight: 700;
  box-shadow: 0 5px 18px rgba(31, 191, 94, 0.48);
  font-size: 0.938rem;
  margin-bottom: 12px;
}.xti_reg_cta_btn-if1:hover {
  background: #27D96E;
}.xti_reg_terms-if1 {
  font-size: 0.688rem;
  color: #406070;
  line-height: 1.5;
}.xti_reg_seo-if1 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  font-size: 13px;
  margin-top: 20px;
  line-height: 1.65;
  padding-top: 1.25rem;
  color: #517E8E;
}.xti_reg_seo-if1 p {
  color: #517E8E;
  margin-bottom: 10px;
  font-size: 0.813rem;
  line-height: 1.65;
}.xti_reg_seo-if1 p:last-child {
  margin-bottom: 0;
}.xti_reg_seo-if1 strong {
  color: #C2E5F0;
  font-weight: 700;
}.xti_reg_seo-if1 a {
  transition: color .2s;
  color: #1DD4F2;
  text-decoration: underline;
}.xti_reg_seo-if1 a:hover {
  color: #50E0F7;
}.xti_reg_seo-if1 ul,.xti_reg_seo-if1 ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.xti_reg_seo-if1 ol {
  list-style: decimal;
}.xti_reg_seo-if1 li {
  line-height: 1.65;
  margin-bottom: 0.25rem;
  font-size: 0.813rem;
  color: #517E8E;
}.xti_reg_seo-if1 table {
  font-size: 13px;
  display: block;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 0.625rem;
  border-collapse: collapse;
}
@media(min-width: 769px) {.xti_reg_seo-if1 table {
  display: table;
}
}.xti_reg_seo-if1 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #C2E5F0;
}.xti_reg_seo-if1 td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #517E8E;
}.xti_reg_steps-if1 {
  gap: 14px;
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}
@media(min-width: 861px) {.xti_reg_steps-if1 {
  margin-top: 0;
}
}.xti_reg_step-if1 {
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.xti_reg_step_num-if1 {
  border: 1px solid rgba(29, 212, 242, 0.07);
  background: rgba(29, 212, 242, 0.16);
  border-radius: 50%;
  width: 34px;
  flex-shrink: 0;
  font-weight: 800;
  height: 34px;
  display: flex;
  font-size: 0.875rem;
  align-items: center;
  justify-content: center;
  color: #1DD4F2;
}.xti_reg_step_title-if1 {
  font-size: 0.875rem;
  margin-bottom: 3px;
  color: #EEF9FD;
  font-weight: 700;
}.xti_reg_step_text-if1 {
  line-height: 1.5;
  color: #517E8E;
  font-size: 0.75rem;
}.xti_reg_trust-if1 {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  padding-top: 20px;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}.xti_reg_trust_item-if1 {
  gap: 7px;
  font-size: 12px;
  overflow-wrap: break-word;
  color: #517E8E;
  align-items: center;
  display: flex;
}.xti_reg_trust_ic-if1 svg {
  width: 16px;
  stroke-linejoin: round;
  color: #1DD4F2;
  height: 1rem;
  stroke-linecap: round;
}.xti_seo-if1 {
  background: #091521;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.xti_seo-if1 {
  padding: 2.75rem 24px 0;
}
}.xti_seo_in-if1 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #0E1E2E;
  border-radius: 18px;
  padding: 1.75rem 24px;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 769px) {.xti_seo_in-if1 {
  padding: 2.25rem 2.5rem;
}
}.xti_seo_label-if1 {
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #1DD4F2;
  margin-bottom: 10px;
  letter-spacing: .08em;
}.xti_seo_h2-if1 {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #EEF9FD;
  line-height: 1.25;
  font-size: 20px;
  margin-bottom: 14px;
  font-family: 'Exo 2', sans-serif;
}
@media(min-width: 765px) {.xti_seo_h2-if1 {
  font-size: 24px;
}
}.xti_seo_body-if1 {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #7AAFC2;
  font-size: 0.875rem;
}.xti_seo_body-if1 p {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 12px;
  color: #7AAFC2;
}.xti_seo_body-if1 p:last-child {
  margin-bottom: 0;
}.xti_seo_body-if1 strong {
  font-weight: 700;
  color: #C2E5F0;
}.xti_seo_body-if1 a {
  transition: color .2s;
  color: #1DD4F2;
  text-decoration: underline;
}.xti_seo_body-if1 a:hover {
  color: #50E0F7;
}.xti_seo_body-if1 ul,.xti_seo_body-if1 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.xti_seo_body-if1 ol {
  list-style: decimal;
}.xti_seo_body-if1 li {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.75;
  color: #7AAFC2;
}.xti_seo_body-if1 table {
  font-size: 0.813rem;
  display: block;
  width: 100%;
  margin-bottom: 12px;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width:768px) {.xti_seo_body-if1 table {
  display: table;
}
}.xti_seo_body-if1 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  color: #C2E5F0;
  text-align: left;
}.xti_seo_body-if1 td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7AAFC2;
}.xti_seo_cols-if1 {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.xti_seo_cols-if1 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.xti_seo_cols-if1 {
  grid-template-columns: repeat(3,1fr);
}
}.xti_seo_col_h-if1 {
  overflow-wrap: break-word;
  margin-bottom: 7px;
  color: #C2E5F0;
  font-size: 0.813rem;
  font-weight: 700;
}.xti_seo_col_p-if1 {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #517E8E;
}.xti_seo_stats-if1 {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.xti_seo_stat-if1 {
  padding: 0.875rem 16px;
  background: rgba(29, 212, 242, 0.07);
  border-radius: 0.75rem;
  border: 1px solid rgba(29, 212, 242, 0.16);
  flex: 1;
  min-width: 8.75rem;
}.xti_seo_stat_val-if1 {
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #1DD4F2;
  margin-bottom: 4px;
}.xti_seo_stat_lb-if1 {
  color: #517E8E;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.xti_faq-if1 {
  background: #091521;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.xti_faq-if1 {
  padding: 2.75rem 24px 0;
}
}.xti_faq_in-if1 {
  margin: 0 auto;
  max-width: 1320px;
}.xti_faq_head-if1 {
  margin-bottom: 1.25rem;
}.xti_faq_label-if1 {
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  color: #1DD4F2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.xti_faq_h2-if1 {
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
  color: #EEF9FD;
  font-weight: 800;
}
@media(min-width: 767px) {.xti_faq_h2-if1 {
  font-size: 24px;
}
}.xti_faq_list-if1 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.xti_faq_item-if1 {
  border-radius: 12px;
  overflow: hidden;
  background: #0E1E2E;
  border: 1px solid rgba(255, 255, 255, 0.10);
}.xti_faq_q-if1 {
  padding: 16px 1.25rem;
  gap: 0.75rem;
  transition: color .2s;
  font-size: 0.875rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  cursor: pointer;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #C2E5F0;
  align-items: center;
}.xti_faq_q-if1:hover {
  color: #EEF9FD;
}.xti_faq_q_ic-if1 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: transform .25s;
  font-size: 16px;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  color: #1DD4F2;
  height: 1.5rem;
  width: 24px;
  align-items: center;
}.xti_faq_item-if1.xti_state_open-if1 .xti_faq_q_ic-if1 {
  transform: rotate(45deg);
}.xti_faq_a-if1 {
  padding: 0 20px 1rem;
  font-size: 0.813rem;
  color: #517E8E;
  line-height: 1.7;
  overflow-wrap: break-word;
  display: none;
}.xti_faq_item-if1.xti_state_open-if1 .xti_faq_a-if1 {
  display: block;
}.xti_faq_a-if1 strong {
  font-weight: 700;
  color: #C2E5F0;
}.xti_faq_a-if1 a {
  color: #1DD4F2;
  text-decoration: underline;
}.xti_faq_a-if1 ul,.xti_faq_a-if1 ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.xti_faq_a-if1 ol {
  list-style: decimal;
}.xti_faq_a-if1 li {
  line-height: 1.6;
  margin-bottom: 4px;
}.xti_faq_a-if1 table {
  margin: 8px 0;
  width: 100%;
  display: block;
  font-size: 12px;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 771px) {.xti_faq_a-if1 table {
  display: table;
}
}.xti_faq_a-if1 th {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C2E5F0;
  text-align: left;
}.xti_faq_a-if1 td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #517E8E;
}.xti_seo-if1 {
  padding: 2.25rem 1rem 0;
  background: #091521;
}
@media(min-width:768px) {.xti_seo-if1 {
  padding: 2.75rem 24px 0;
}
}.xti_seo_in-if1 {
  padding: 28px 24px;
  background: #0E1E2E;
  border-radius: 18px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.10);
  max-width: 82.5rem;
}
@media(min-width: 769px) {.xti_seo_in-if1 {
  padding: 2.25rem 40px;
}
}.xti_seo_label-if1 {
  letter-spacing: .08em;
  color: #1DD4F2;
  font-size: 11px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}.xti_seo_h2-if1 {
  line-height: 1.25;
  color: #EEF9FD;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
}
@media(min-width: 765px) {.xti_seo_h2-if1 {
  font-size: 24px;
}
}.xti_seo_body-if1 {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
  color: #7AAFC2;
}.xti_seo_body-if1 p {
  color: #7AAFC2;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 14px;
}.xti_seo_body-if1 p:last-child {
  margin-bottom: 0;
}.xti_seo_body-if1 strong {
  color: #C2E5F0;
  font-weight: 700;
}.xti_seo_body-if1 a {
  transition: color .2s;
  text-decoration: underline;
  color: #1DD4F2;
}.xti_seo_body-if1 a:hover {
  color: #50E0F7;
}.xti_seo_body-if1 ul,.xti_seo_body-if1 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.xti_seo_body-if1 ol {
  list-style: decimal;
}.xti_seo_body-if1 li {
  color: #7AAFC2;
  line-height: 1.75;
  margin-bottom: 6px;
  font-size: 14px;
}.xti_seo_body-if1 table {
  display: block;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 13px;
  margin-bottom: 12px;
}
@media(min-width: 770px) {.xti_seo_body-if1 table {
  display: table;
}
}.xti_seo_body-if1 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  color: #C2E5F0;
  font-weight: 700;
  text-align: left;
}.xti_seo_body-if1 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #7AAFC2;
}.xti_seo_cols-if1 {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.xti_seo_cols-if1 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.xti_seo_cols-if1 {
  grid-template-columns: repeat(3,1fr);
}
}.xti_seo_col_h-if1 {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 7px;
  color: #C2E5F0;
  font-size: 0.813rem;
}.xti_seo_col_p-if1 {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #517E8E;
}.xti_seo_stats-if1 {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.xti_seo_stat-if1 {
  border: 1px solid rgba(29, 212, 242, 0.16);
  padding: 14px 1rem;
  background: rgba(29, 212, 242, 0.07);
  border-radius: 12px;
  flex: 1;
  min-width: 8.75rem;
}.xti_seo_stat_val-if1 {
  margin-bottom: 0.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #1DD4F2;
}.xti_seo_stat_lb-if1 {
  color: #517E8E;
  font-size: 11px;
  overflow-wrap: break-word;
}.xti_seo-if1 {
  background: #091521;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.xti_seo-if1 {
  padding: 44px 24px 0;
}
}.xti_seo_in-if1 {
  border-radius: 18px;
  margin: 0 auto;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #0E1E2E;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.xti_seo_in-if1 {
  padding: 2.25rem 40px;
}
}.xti_seo_label-if1 {
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  color: #1DD4F2;
  letter-spacing: .08em;
}.xti_seo_h2-if1 {
  color: #EEF9FD;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.25;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.xti_seo_h2-if1 {
  font-size: 1.5rem;
}
}.xti_seo_body-if1 {
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #7AAFC2;
}.xti_seo_body-if1 p {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #7AAFC2;
  margin-bottom: 0.75rem;
}.xti_seo_body-if1 p:last-child {
  margin-bottom: 0;
}.xti_seo_body-if1 strong {
  font-weight: 700;
  color: #C2E5F0;
}.xti_seo_body-if1 a {
  transition: color .2s;
  text-decoration: underline;
  color: #1DD4F2;
}.xti_seo_body-if1 a:hover {
  color: #50E0F7;
}.xti_seo_body-if1 ul,.xti_seo_body-if1 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.xti_seo_body-if1 ol {
  list-style: decimal;
}.xti_seo_body-if1 li {
  color: #7AAFC2;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
}.xti_seo_body-if1 table {
  overflow-x: auto;
  display: block;
  margin-bottom: 12px;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.813rem;
}
@media(min-width: 771px) {.xti_seo_body-if1 table {
  display: table;
}
}.xti_seo_body-if1 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  color: #C2E5F0;
  text-align: left;
}.xti_seo_body-if1 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #7AAFC2;
}.xti_seo_cols-if1 {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 639px) {.xti_seo_cols-if1 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.xti_seo_cols-if1 {
  grid-template-columns: repeat(3,1fr);
}
}.xti_seo_col_h-if1 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  color: #C2E5F0;
}.xti_seo_col_p-if1 {
  overflow-wrap: break-word;
  color: #517E8E;
  line-height: 1.65;
  font-size: 13px;
}.xti_seo_stats-if1 {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.xti_seo_stat-if1 {
  background: rgba(29, 212, 242, 0.07);
  flex: 1;
  border: 1px solid rgba(29, 212, 242, 0.16);
  border-radius: 12px;
  padding: 14px 1rem;
  min-width: 8.75rem;
}.xti_seo_stat_val-if1 {
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  color: #1DD4F2;
}.xti_seo_stat_lb-if1 {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #517E8E;
}.xti_pmt-if1 {
  padding: 36px 16px 0;
  background: #091521;
}
@media(min-width: 767px) {.xti_pmt-if1 {
  padding: 44px 24px 0;
}
}.xti_pmt_in-if1 {
  margin: 0 auto;
  max-width: 1320px;
}.xti_pmt_head-if1 {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.xti_pmt_label-if1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  color: #1DD4F2;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.xti_pmt_h2-if1 {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #EEF9FD;
  margin-bottom: 0.5rem;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.375rem;
}
@media(min-width: 765px) {.xti_pmt_h2-if1 {
  font-size: 28px;
}
}.xti_pmt_intro-if1 {
  line-height: 1.6;
  font-size: 0.875rem;
  color: #517E8E;
  overflow-wrap: break-word;
}.xti_pmt_groups-if1 {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.xti_pmt_group-if1 {
  border-radius: 12px;
  background: #0E1E2E;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
}.xti_pmt_group_head-if1 {
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}.xti_pmt_group_ic-if1 {
  background: rgba(29, 212, 242, 0.16);
  border-radius: 8px;
  justify-content: center;
  width: 36px;
  display: flex;
  flex-shrink: 0;
  height: 2.25rem;
  align-items: center;
  color: #1DD4F2;
}.xti_pmt_group_ic-if1 svg {
  stroke-linejoin: round;
  height: 1.125rem;
  stroke-linecap: round;
  width: 18px;
}.xti_pmt_group_h-if1 {
  margin: 0;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #EEF9FD;
  font-family: 'Exo 2', sans-serif;
  font-size: 1rem;
}.xti_pmt_group_p-if1 {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 14px;
  line-height: 1.6;
  color: #517E8E;
}.xti_pmt_group_p-if1 strong {
  color: #C2E5F0;
  font-weight: 600;
}.xti_pmt_table_wrap-if1 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.xti_pmt_table-if1 {
  font-size: 13px;
  min-width: 540px;
  width: 100%;
  border-collapse: collapse;
}.xti_pmt_table-if1 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  color: #C2E5F0;
  white-space: nowrap;
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}.xti_pmt_table-if1 td {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #517E8E;
}.xti_pmt_table-if1 tbody tr:last-child td {
  border-bottom: none;
}.xti_pmt_table-if1 tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C2E5F0;
}.xti_ft-if1 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #050D16;
  margin-top: 48px;
}.xti_ft_support-if1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
}
@media(min-width: 767px) {.xti_ft_support-if1 {
  padding: 1.75rem 24px;
}
}.xti_ft_support_in-if1 {
  gap: 1rem;
  margin: 0 auto;
  max-width: 1320px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.xti_ft_support_main-if1 {
  gap: 16px;
  flex: 1;
  flex-wrap: wrap;
  min-width: 13.75rem;
  display: flex;
  align-items: center;
}.xti_ft_support_ic-if1 {
  flex-shrink: 0;
  color: #1DD4F2;
}.xti_ft_support_ic-if1 svg {
  width: 30px;
  stroke-linejoin: round;
  height: 1.875rem;
  stroke-linecap: round;
}.xti_ft_support_text_title-if1 {
  font-weight: 700;
  font-size: 15px;
  color: #EEF9FD;
  overflow-wrap: break-word;
  margin-bottom: 3px;
}.xti_ft_support_text_sub-if1 {
  overflow-wrap: break-word;
  color: #517E8E;
  font-size: 12px;
}.xti_ft_support_btn-if1 {
  padding: 0.688rem 22px;
  background: #1DD4F2;
  border-radius: 0.75rem;
  transition: background .2s;
  color: #EEF9FD;
  font-weight: 700;
  white-space: nowrap;
  font-size: 13px;
  flex-shrink: 0;
}.xti_ft_support_btn-if1:hover {
  background: #50E0F7;
}.xti_ft_support_contacts-if1 {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.xti_ft_support_contact-if1 {
  font-size: 0.75rem;
  color: #406070;
  line-height: 1.4;
}.xti_ft_support_contact-if1 strong {
  color: #7AAFC2;
  margin-bottom: 2px;
  font-size: 0.688rem;
  display: block;
  font-weight: 600;
}.xti_ft_main-if1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 16px 24px;
}
@media(min-width: 766px) {.xti_ft_main-if1 {
  padding: 40px 1.5rem 32px;
}
}.xti_ft_main_in-if1 {
  gap: 24px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1320px;
}
@media(min-width: 641px) {.xti_ft_main_in-if1 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.xti_ft_main_in-if1 {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.xti_ft_col_logo-if1 {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.xti_ft_col_logo-if1 {
  grid-column: auto;
}
}.xti_ft_logo-if1 {
  gap: 9px;
  font-weight: 800;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
  color: #EEF9FD;
  flex-wrap: wrap;
  font-size: 1rem;
}.xti_ft_logo_mark-if1 {
  overflow: hidden;
  border-radius: 8px;
  width: 1.875rem;
  height: 1.875rem;
}.xti_ft_logo_mark-if1 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.xti_ft_logo_sub-if1 {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #406070;
  line-height: 1.55;
  max-width: 12.5rem;
}.xti_ft_col_title-if1 {
  font-size: 12px;
  margin-bottom: 0.875rem;
  color: #7AAFC2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
}.xti_ft_col_links-if1 {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.xti_ft_col_link-if1 {
  transition: color .2s;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #406070;
}.xti_ft_col_link-if1:hover {
  color: #C2E5F0;
}.xti_ft_apps-if1 {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.xti_ft_app_card-if1 {
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0.625rem 12px;
  border-radius: 0.5rem;
  gap: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
}.xti_ft_app_card-if1:hover {
  border-color: rgba(30, 208, 245, 0.38);
}.xti_ft_app_card_ic-if1 svg {
  width: 1.375rem;
  stroke-linejoin: round;
  height: 22px;
  stroke-linecap: round;
}.xti_ft_app_card_os-if1 {
  color: #406070;
  font-weight: 600;
  font-size: 10px;
}.xti_ft_app_card_action-if1 {
  font-size: 0.75rem;
  font-weight: 700;
  color: #C2E5F0;
}.xti_ft_bot-if1 {
  padding: 20px 1rem;
}
@media(min-width: 769px) {.xti_ft_bot-if1 {
  padding: 1.25rem 1.5rem;
}
}.xti_ft_bot_in-if1 {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1320px;
  align-items: center;
}.xti_ft_socials-if1 {
  gap: 0.5rem;
  display: flex;
}.xti_ft_soc-if1 {
  transition: background .2s;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  width: 2.25rem;
  color: #7AAFC2;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
}.xti_ft_soc-if1 svg {
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
}.xti_ft_soc-if1:hover {
  background: rgba(255, 255, 255, 0.07);
}.xti_ft_legal-if1 {
  flex: 1;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 11px;
  min-width: 200px;
  color: #5E8FA2;
}.xti_ft_legal-if1 strong {
  font-weight: 700;
  color: #7AAFC2;
}.xti_ft_legal-if1 a {
  text-decoration: underline;
  color: #7AAFC2;
}.xti_ft_age-if1 {
  border-radius: 50%;
  border: 2px solid #5E8FA2;
  align-items: center;
  justify-content: center;
  height: 2rem;
  color: #5E8FA2;
  font-weight: 800;
  width: 2rem;
  font-size: 11px;
  margin-left: auto;
  display: flex;
  flex-shrink: 0;
}