*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  line-height: 1.6;
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  color: #C8C2F0;
  -webkit-font-smoothing: antialiased;
  background-color: #0D0B1C;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}a {
  color: inherit;
  text-decoration: none;
}.nls-layout-c79 {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.nls-page-c79 {
  min-height: 100vh;
  display: flex;
}.nls-main-c79 {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media screen and (min-width:1080px) {.nls-main-c79 {
  padding-left: 220px;
}
}
@media screen and (max-width:1079px) {.nls-main-c79 {
  padding-bottom: 4.5rem;
}
}.nls-gc-c79 {
  border: 1px solid rgba(255,255,255,0.05);
  transition: transform .2s,border-color .2s;
  border-radius: 10px;
  overflow: hidden;
  background: #110E22;
  flex-shrink: 0;
  width: 140px;
  cursor: pointer;
  position: relative;
}
@media(min-width:640px) {.nls-gc-c79 {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.nls-gc-c79 {
  width: 168px;
}
}.nls-gc-c79:hover {
  transform: translateY(-3px);
  border-color: rgba(107,99,245,0.08);
}.nls-gc_img-c79 {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.nls-gc_img-c79 img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
}.nls-gc_hover-c79 {
  transition: opacity .2s;
  inset: 0;
  background: rgba(8,5,18,0.72);
  position: absolute;
  display: flex;
  opacity: 0;
  justify-content: center;
  align-items: center;
}.nls-gc-c79:hover .nls-gc_hover-c79 {
  opacity: 1;
}.nls-gc_hover_btn-c79 {
  border-radius: 0.375rem;
  padding: 0.5rem 1rem;
  background: #6B63F5;
  color: #F0EEFF;
  font-size: 12px;
  font-weight: 700;
}.nls-gc_info-c79 {
  padding: 0.5rem 0.625rem 10px;
}.nls-gc_name-c79 {
  overflow: hidden;
  font-size: 0.75rem;
  color: #C8C2F0;
  font-weight: 600;
  margin-bottom: 3px;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
}.nls-gc_prov-c79 {
  font-size: 10px;
  color: #524E72;
}.nls-gc_tag-c79 {
  border-radius: 4px;
  padding: 2px 0.438rem;
  left: 0.375rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  z-index: 2;
  top: 0.375rem;
  font-size: 0.563rem;
  position: absolute;
}.nls-gc_tag_hot-c79 {
  background: #E8303A;
  color: #fff;
}.nls-gc_tag_new-c79 {
  background: #22C55E;
  color: #0D0B1C;
}.nls-gc_tag_jp-c79 {
  background: #F5A623;
  color: #0D0B1C;
}.nls-gc_tag_ex-c79 {
  background: #9B5DE5;
  color: #fff;
}.nls-gc_tag_live-c79 {
  background: #E8303A;
  color: #fff;
}.nls-gr-c79 {
  background: #0D0B1C;
  padding: 2rem 16px 0;
}
@media(min-width: 767px) {.nls-gr-c79 {
  padding: 36px 1.5rem 0;
}
}.nls-gr_in-c79 {
  margin: 0 auto;
  max-width: 82.5rem;
}.nls-gr_head-c79 {
  gap: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}.nls-gr_head_l-c79 {
  gap: 0.625rem;
  flex: 1;
  display: flex;
  min-width: 0;
  align-items: center;
}.nls-gr_ic-c79 {
  border-radius: 10px;
  justify-content: center;
  flex-shrink: 0;
  display: flex;
  width: 32px;
  height: 2rem;
  align-items: center;
}.nls-gr_ic-c79 svg {
  width: 1rem;
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
}.nls-gr_title-c79 {
  font-weight: 700;
  color: #F0EEFF;
  overflow-wrap: break-word;
  font-size: 1rem;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 767px) {.nls-gr_title-c79 {
  font-size: 1.125rem;
}
}.nls-gr_more-c79 {
  transition: color .2s;
  gap: 5px;
  display: flex;
  white-space: nowrap;
  flex-shrink: 0;
  color: #6E6897;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
}.nls-gr_more-c79:hover {
  color: #6B63F5;
}.nls-gr_more-c79 svg {
  height: 0.75rem;
  width: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.nls-gr_arrows-c79 {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.nls-gr_arr-c79 {
  transition: background .15s,color .15s;
  border-radius: 0.375rem;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  align-items: center;
  display: flex;
  color: #9A93C4;
  height: 30px;
  justify-content: center;
  width: 30px;
}.nls-gr_arr-c79:hover {
  background: rgba(255,255,255,0.07);
  color: #F0EEFF;
}.nls-gr_arr-c79 svg {
  height: 0.813rem;
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
}.nls-gr_seo_h-c79 {
  margin: 0 0 0.375rem;
  color: #C8C2F0;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 13px;
  max-width: 42.5rem;
}
@media(min-width: 769px) {.nls-gr_seo_h-c79 {
  font-size: 0.875rem;
}
}.nls-gr_seo-c79 {
  margin-bottom: 0.75rem;
  color: #6E6897;
  line-height: 1.55;
  max-width: 42.5rem;
  overflow-wrap: break-word;
  font-size: 12px;
}.nls-gr_seo-c79 strong {
  color: #C8C2F0;
  font-weight: 600;
}.nls-gr_scroll-c79 {
  gap: 0.625rem;
  scrollbar-width: none;
  padding-bottom: 0.625rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
}.nls-gr_scroll-c79::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.nls-gr_scroll-c79 {
  gap: 0.75rem;
}
}.nls-tb-c79 {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #0D0B1C;
  position: fixed;
  align-items: center;
  display: flex;
  z-index: 80;
  right: 0;
  top: 0;
  height: 56px;
  left: 0;
}.nls-tb_in-c79 {
  padding: 0 0.875rem;
  gap: 0;
  align-items: center;
  height: 100%;
  width: 100%;
  display: flex;
}.nls-tb_burger-c79 {
  border-radius: 0.625rem;
  gap: 0.313rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 38px;
  display: flex;
  margin-right: 8px;
  height: 2.375rem;
}.nls-tb_burger-c79:hover {
  background: rgba(255,255,255,0.05);
}.nls-tb_burger_line-c79 {
  background: #9A93C4;
  border-radius: 1px;
  height: 2px;
  display: block;
  width: 18px;
}
@media(min-width: 1083px) {.nls-tb_burger-c79 {
  display: none;
}
}.nls-tb_logo-c79 {
  gap: 0.563rem;
  color: #F0EEFF;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  font-size: 18px;
  font-weight: 800;
  margin-right: 20px;
}.nls-tb_logo_mark-c79 {
  border-radius: 10px;
  overflow: hidden;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}.nls-tb_logo_mark-c79 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.nls-tb_nav-c79 {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 638px) {.nls-tb_nav-c79 {
  display: flex;
}
}.nls-tb_tab-c79 {
  padding: 8px 0.875rem;
  transition: background .15s,color .15s;
  border-radius: 10px;
  color: #9A93C4;
  font-weight: 600;
  font-size: 0.813rem;
  white-space: nowrap;
}.nls-tb_tab-c79:hover {
  background: rgba(255,255,255,0.05);
  color: #F0EEFF;
}.nls-tb_tab-c79.nls-state_active-c79 {
  background: rgba(107,99,245,0.18);
  color: #F0EEFF;
}.nls-tb_right-c79 {
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
  align-items: center;
  display: flex;
}.nls-tb_login-c79 {
  transition: border-color .2s,color .2s;
  background: rgba(255,255,255,0.05);
  padding: 0.563rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.10);
  color: #C8C2F0;
  font-weight: 600;
  display: none;
  font-size: 13px;
}.nls-tb_login-c79:hover {
  border-color: rgba(107,99,245,0.55);
  color: #F0EEFF;
}
@media(min-width: 479px) {.nls-tb_login-c79 {
  display: block;
}
}.nls-tb_reg-c79 {
  background: #22C55E;
  border-radius: 0.625rem;
  transition: background .2s;
  padding: 0.563rem 1.125rem;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #0C0A1A;
  font-weight: 700;
}.nls-tb_reg-c79:hover {
  background: #16A34A;
}.nls-sb-c79 {
  background: #151228;
  transform: translateX(-100%);
  transition: transform .25s ease;
  border-right: 1px solid rgba(255,255,255,0.05);
  bottom: 0;
  width: 13.75rem;
  left: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 70;
  top: 56px;
}.nls-sb-c79.nls-state_open-c79 {
  transform: translateX(0);
}.nls-sb-c79::-webkit-scrollbar {
  width: 4px;
}.nls-sb-c79::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1083px) {.nls-sb-c79 {
  transform: translateX(0);
}
}.nls-sb_auth-c79 {
  padding: 14px 0.75rem 10px;
}.nls-sb_btn_reg-c79 {
  background: #22C55E;
  border-radius: 10px;
  transition: background .2s;
  padding: 11px;
  font-weight: 700;
  display: block;
  color: #0C0A1A;
  text-align: center;
  font-size: 0.813rem;
  margin-bottom: 8px;
}.nls-sb_btn_reg-c79:hover {
  background: #16A34A;
}.nls-sb_btn_login-c79 {
  transition: border-color .2s;
  padding: 0.625rem;
  border-radius: 0.625rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  display: block;
  text-align: center;
  color: #C8C2F0;
  font-size: 0.813rem;
  font-weight: 600;
}.nls-sb_btn_login-c79:hover {
  border-color: rgba(107,99,245,0.55);
  color: #F0EEFF;
}.nls-sb_promo-c79 {
  background: linear-gradient(135deg,#1A0E40,#151228);
  overflow: hidden;
  border: 1px solid rgba(107,99,245,0.18);
  border-radius: 10px;
  padding: 0.75rem 14px;
  margin: 0 0.75rem 10px;
  position: relative;
}.nls-sb_promo-c79::before {
  background: radial-gradient(circle,rgba(107,99,245,0.18),transparent 70%);
  border-radius: 50%;
  top: -1.25rem;
  content: '';
  right: -1.25rem;
  height: 5rem;
  width: 5rem;
  position: absolute;
}.nls-sb_promo_title-c79 {
  margin-bottom: 0.25rem;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .06em;
  color: #6B63F5;
  text-transform: uppercase;
}.nls-sb_promo_text-c79 {
  line-height: 1.35;
  font-size: 12px;
  color: #F0EEFF;
  font-weight: 600;
  overflow-wrap: break-word;
}.nls-sb_promo_sub-c79 {
  color: #6E6897;
  font-size: 10px;
  margin-top: 3px;
}.nls-sb_nav-c79 {
  padding: 0.375rem 0.5rem 16px;
}.nls-sb_nav_lb-c79 {
  padding: 0.625rem 0.5rem 0.375rem;
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #524E72;
  font-weight: 700;
  letter-spacing: .08em;
}.nls-sb_link-c79 {
  padding: 9px 10px;
  transition: background .15s,color .15s;
  gap: 0.625rem;
  border-radius: 6px;
  align-items: center;
  font-size: 13px;
  display: flex;
  cursor: pointer;
  font-weight: 500;
  overflow-wrap: break-word;
  color: #9A93C4;
}.nls-sb_link-c79:hover {
  background: rgba(255,255,255,0.05);
  color: #F0EEFF;
}.nls-sb_link-c79.nls-state_active-c79 {
  background: rgba(107,99,245,0.18);
  color: #F0EEFF;
}.nls-sb_ic-c79 {
  border-radius: 0.375rem;
  display: flex;
  width: 1.875rem;
  align-items: center;
  justify-content: center;
  height: 30px;
  flex-shrink: 0;
}.nls-sb_ic-c79 svg {
  height: 16px;
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
}.nls-sb_ic_1-c79 {
  background: rgba(107,99,245,0.08);
  color: #6B63F5;
}.nls-sb_ic_2-c79 {
  background: rgba(34,197,94,0.15);
  color: #22C55E;
}.nls-sb_ic_3-c79 {
  background: rgba(245,166,35,0.15);
  color: #F5A623;
}.nls-sb_ic_4-c79 {
  background: rgba(155,93,229,0.20);
  color: #9B5DE5;
}.nls-sb_ic_5-c79 {
  background: rgba(107,99,245,0.08);
  color: #F472B6;
}.nls-sb_ic_6-c79 {
  background: rgba(155,93,229,0.20);
  color: #A855F7;
}.nls-sb_badge-c79 {
  border-radius: 6px;
  padding: 2px 7px;
  background: #F5A623;
  font-size: 9px;
  font-weight: 700;
  color: #0C0A1A;
  margin-left: auto;
}.nls-sb_bot-c79 {
  gap: 8px;
  padding: 0.75rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
}.nls-sb_lang-c79,.nls-sb_help-c79 {
  transition: border-color .2s;
  gap: 0.375rem;
  flex: 1;
  padding: 9px 0.375rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 0.375rem;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 0.688rem;
  color: #9A93C4;
}.nls-sb_lang-c79:hover,.nls-sb_help-c79:hover {
  border-color: rgba(107,99,245,0.55);
  color: #F0EEFF;
}.nls-sb_lang-c79 svg,.nls-sb_help-c79 svg {
  width: 13px;
  stroke-linecap: round;
  height: 0.813rem;
  stroke-linejoin: round;
}.nls-sb_bd-c79 {
  background: rgba(8,5,18,0.72);
  inset: 0;
  z-index: 69;
  position: fixed;
  display: none;
}.nls-sb_bd-c79.nls-state_on-c79 {
  display: block;
}
@media(min-width: 1078px) {.nls-sb_bd-c79 {
  display: none!important;
}
}.nls-mob_nav-c79 {
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  background: #151228;
  border-top: 1px solid rgba(255,255,255,0.10);
  right: 0;
  bottom: 0;
  z-index: 80;
  left: 0;
  display: flex;
  position: fixed;
}
@media(min-width: 1081px) {.nls-mob_nav-c79 {
  display: none;
}
}.nls-mob_nav_item-c79 {
  gap: 0.25rem;
  padding: 4px 2px;
  flex: 1;
  flex-direction: column;
  color: #524E72;
  align-items: center;
  display: flex;
  cursor: pointer;
}.nls-mob_nav_ic-c79 {
  line-height: 1;
}.nls-mob_nav_ic-c79 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 20px;
  width: 20px;
}.nls-mob_nav_lb-c79 {
  font-size: 10px;
  font-weight: 600;
  color: #524E72;
}.nls-mob_nav_item-c79.nls-state_active-c79 {
  color: #6B63F5;
}.nls-mob_nav_item-c79.nls-state_active-c79 .nls-mob_nav_lb-c79 {
  color: #6B63F5;
}.nls-hero-c79 {
  padding: 20px 1rem 0;
  background: #0D0B1C;
}
@media(min-width:768px) {.nls-hero-c79 {
  padding: 1.5rem 1.5rem 0;
}
}.nls-hero_in-c79 {
  margin: 0 auto;
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1320px;
}
@media(min-width: 858px) {.nls-hero_in-c79 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1099px) {.nls-hero_in-c79 {
  grid-template-columns: 1fr 340px;
}
}.nls-hero_promo-c79 {
  border-radius: 0.875rem;
  background: #110E22;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  align-items: stretch;
  position: relative;
}
@media(min-width: 765px) {.nls-hero_promo-c79 {
  min-height: 17.5rem;
}
}.nls-hero_promo_bg-c79 {
  inset: 0;
  background: linear-gradient(120deg,#1A0E40 0%,#0D0B1C 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.nls-hero_promo_bg-c79::after {
  inset: 0;
  background: linear-gradient(90deg,#0D0B1C 0%,rgba(8,5,18,0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.nls-hero_promo_glow-c79 {
  background: radial-gradient(circle,rgba(155,93,229,0.20) 0%,transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  height: 18.75rem;
  top: -40px;
  width: 300px;
  right: 3.75rem;
}.nls-hero_promo_ct-c79 {
  padding: 28px 24px 1.75rem 1.75rem;
  flex-direction: column;
  position: relative;
  display: flex;
  max-width: 30rem;
  z-index: 2;
  justify-content: center;
}
@media(min-width: 769px) {.nls-hero_promo_ct-c79 {
  padding: 40px 32px;
}
}.nls-hero_badge-c79 {
  border: 1px solid rgba(107,99,245,0.08);
  padding: 5px 0.75rem;
  background: rgba(107,99,245,0.18);
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  color: #6B63F5;
  letter-spacing: .08em;
  display: inline-block;
  margin-bottom: 0.875rem;
}.nls-hero_h1-c79 {
  margin-bottom: 10px;
  line-height: 1.15;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0EEFF;
  font-size: 26px;
  font-weight: 800;
  overflow-wrap: break-word;
}.nls-hero_h1-c79 em {
  color: #F5A623;
  font-style: normal;
}
@media(min-width: 769px) {.nls-hero_h1-c79 {
  font-size: 36px;
}
}.nls-hero_sub-c79 {
  font-size: 13px;
  color: #9A93C4;
  margin-bottom: 20px;
  line-height: 1.55;
}
@media(min-width: 769px) {.nls-hero_sub-c79 {
  font-size: 0.875rem;
}
}.nls-hero_row-c79 {
  gap: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.nls-hero_cta-c79 {
  transition: background .2s;
  padding: 13px 26px;
  background: #22C55E;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(34,197,94,0.50), inset 0 1px 0 rgba(255,255,255,0.10);
  font-weight: 700;
  color: #0C0A1A;
  font-size: 14px;
}.nls-hero_cta-c79:hover {
  background: #16A34A;
}.nls-hero_terms-c79 {
  color: #524E72;
  font-size: 11px;
}.nls-hero_game-c79 {
  border: 1px solid rgba(255,255,255,0.05);
  overflow: hidden;
  background: #110E22;
  border-radius: 14px;
  position: relative;
  flex-direction: column;
  display: flex;
}.nls-hero_game_badge-c79 {
  background: rgba(245,166,35,0.15);
  border-radius: 20px;
  border: 1px solid rgba(245,166,35,0.15);
  padding: 5px 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #F5A623;
  font-size: 0.625rem;
  position: absolute;
  top: 12px;
  letter-spacing: .06em;
  left: 12px;
  z-index: 3;
}.nls-hero_game_badge-c79 svg {
  margin-right: 0.25rem;
  vertical-align: -1px;
  height: 11px;
  width: 11px;
}.nls-hero_game_img-c79 {
  overflow: hidden;
  background: linear-gradient(135deg,#1A0E40,#0D0B1C);
  position: relative;
  padding-bottom: 60%;
}.nls-hero_game_img-c79 img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}.nls-hero_game_play-c79 {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8,5,18,0.72);
  justify-content: center;
  display: flex;
  opacity: 0;
  align-items: center;
  position: absolute;
}.nls-hero_game-c79:hover .nls-hero_game_play-c79 {
  opacity: 1;
}.nls-hero_game_play-c79 span {
  border-radius: 50%;
  background: #6B63F5;
  display: flex;
  align-items: center;
  height: 52px;
  justify-content: center;
  width: 52px;
}.nls-hero_game_play-c79 span svg {
  margin-left: 2px;
  width: 1.125rem;
  height: 18px;
}.nls-hero_game_info-c79 {
  padding: 0.875rem 1rem;
}.nls-hero_game_title-c79 {
  margin-bottom: 4px;
  font-size: 15px;
  overflow-wrap: break-word;
  color: #F0EEFF;
  font-weight: 700;
}.nls-hero_game_provider-c79 {
  color: #6E6897;
  font-size: 11px;
}.nls-hero_game_btn-c79 {
  margin: 0.75rem 1rem 16px;
  border-radius: 0.625rem;
  transition: background .2s;
  background: #6B63F5;
  padding: 11px;
  font-size: 0.813rem;
  font-weight: 700;
  color: #F0EEFF;
  display: block;
  text-align: center;
}.nls-hero_game-c79:hover .nls-hero_game_btn-c79 {
  background: #7D76FF;
}.nls-sbar-c79 {
  padding: 1rem 1rem 0;
  background: #0D0B1C;
}
@media(min-width: 771px) {.nls-sbar-c79 {
  padding: 18px 24px 0;
}
}.nls-sbar_in-c79 {
  margin: 0 auto;
  max-width: 82.5rem;
}.nls-sbar_row-c79 {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 12px;
}.nls-sbar_input-c79 {
  background: #110E22;
  padding: 11px 16px;
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s;
  flex: 1;
  border-radius: 10px;
  gap: 10px;
  color: #6E6897;
  cursor: pointer;
  font-size: 0.813rem;
  align-items: center;
  display: flex;
}.nls-sbar_input-c79:hover {
  border-color: rgba(107,99,245,0.55);
}.nls-sbar_input-c79 svg {
  height: 15px;
  stroke-linecap: round;
  flex-shrink: 0;
  stroke-linejoin: round;
  width: 0.938rem;
}.nls-sbar_providers-c79 {
  background: #110E22;
  padding: 0.688rem 18px;
  border-radius: 0.625rem;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.10);
  gap: 8px;
  color: #C8C2F0;
  align-items: center;
  white-space: nowrap;
  font-size: 13px;
  display: flex;
  font-weight: 600;
}.nls-sbar_providers-c79:hover {
  border-color: rgba(107,99,245,0.55);
  color: #F0EEFF;
}.nls-sbar_providers-c79 svg {
  width: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
}.nls-sbar_tabs-c79 {
  gap: 6px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}.nls-sbar_tabs-c79::-webkit-scrollbar {
  display: none;
}.nls-sbar_tab-c79 {
  gap: 0.438rem;
  background: rgba(255,255,255,0.05);
  border-radius: 1.25rem;
  border: 1px solid rgba(255,255,255,0.05);
  transition: background .15s,color .15s,border-color .15s;
  padding: 8px 0.875rem;
  white-space: nowrap;
  font-weight: 600;
  color: #9A93C4;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  font-size: 0.75rem;
}.nls-sbar_tab-c79:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(107,99,245,0.55);
  color: #F0EEFF;
}.nls-sbar_tab-c79.nls-state_active-c79 {
  border-color: rgba(107,99,245,0.08);
  background: rgba(107,99,245,0.18);
  color: #F0EEFF;
}.nls-sbar_tab_ic-c79 svg {
  height: 14px;
  stroke-linejoin: round;
  width: 14px;
  stroke-linecap: round;
}.nls-wy-c79 {
  padding: 32px 1rem 0;
  background: #0D0B1C;
}
@media(min-width: 769px) {.nls-wy-c79 {
  padding: 2.5rem 24px 0;
}
}.nls-wy_in-c79 {
  margin: 0 auto;
  max-width: 82.5rem;
}.nls-wy_head-c79 {
  max-width: 45rem;
  margin-bottom: 18px;
}.nls-wy_label-c79 {
  color: #6B63F5;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.nls-wy_h2-c79 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #F0EEFF;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.nls-wy_h2-c79 {
  font-size: 1.5rem;
}
}.nls-wy_intro-c79 {
  margin: 0;
  color: #6E6897;
  line-height: 1.6;
  font-size: 13px;
}.nls-wy_grid-c79 {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.nls-wy_grid-c79 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.nls-wy_grid-c79 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.nls-wy_card-c79 {
  border: 1px solid rgba(255,255,255,0.10);
  background: #151228;
  border-radius: 0.625rem;
  padding: 1.25rem;
  transition: border-color .2s,transform .2s;
}.nls-wy_card-c79:hover {
  transform: translateY(-2px);
  border-color: rgba(107,99,245,0.08);
}.nls-wy_card_ic-c79 {
  background: rgba(107,99,245,0.18);
  border-radius: 50%;
  height: 44px;
  color: #6B63F5;
  justify-content: center;
  width: 2.75rem;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}.nls-wy_card_ic-c79 svg {
  width: 22px;
  stroke-linejoin: round;
  height: 22px;
  stroke-linecap: round;
}.nls-wy_card_h-c79 {
  overflow-wrap: break-word;
  color: #F0EEFF;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.25;
}.nls-wy_card_p-c79 {
  color: #6E6897;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.nls-wy_card_p-c79 strong {
  font-weight: 600;
  color: #C8C2F0;
}.nls-gr_jp-c79 {
  background: linear-gradient(135deg,#1C0E38 0%,#09061A 100%);
  padding: 1.25rem;
  border-radius: 0.875rem;
  overflow: hidden;
  position: relative;
}.nls-gr_jp-c79::before {
  background: radial-gradient(circle,rgba(155,93,229,0.20) 0%,transparent 70%);
  border-radius: 50%;
  left: -3.75rem;
  content: '';
  position: absolute;
  top: -3.75rem;
  height: 250px;
  width: 250px;
}.nls-gr_jp-c79::after {
  background: radial-gradient(circle,rgba(245,166,35,0.15) 0%,transparent 70%);
  border-radius: 50%;
  bottom: -40px;
  width: 12.5rem;
  content: '';
  right: 0;
  height: 200px;
  position: absolute;
}.nls-gr_jp_head-c79 {
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  align-items: flex-start;
}.nls-gr_jp_info-c79 {
  flex: 1;
}.nls-gr_jp_label-c79 {
  color: #A855F7;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 6px;
  text-transform: uppercase;
}.nls-gr_jp_label-c79 svg {
  vertical-align: -2px;
  stroke-linejoin: round;
  height: 0.875rem;
  stroke-linecap: round;
  width: 14px;
  margin-right: 4px;
}.nls-gr_jp_amount-c79 {
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.25rem;
  color: #F0EEFF;
  font-weight: 800;
  line-height: 1;
  overflow-wrap: break-word;
  font-size: 2rem;
}
@media(min-width: 771px) {.nls-gr_jp_amount-c79 {
  font-size: 2.5rem;
}
}.nls-gr_jp_amount-c79 span {
  color: #F5A623;
}.nls-gr_jp_seo-c79 {
  line-height: 1.5;
  max-width: 480px;
  overflow-wrap: break-word;
  font-size: 12px;
  color: #9A93C4;
}.nls-gr_jp_cta-c79 {
  transition: background .2s;
  border: 1px solid rgba(155,93,229,0.20);
  background: rgba(155,93,229,0.20);
  padding: 0.688rem 20px;
  border-radius: 0.625rem;
  font-size: 0.813rem;
  font-weight: 700;
  flex-shrink: 0;
  z-index: 1;
  margin-top: 0.25rem;
  position: relative;
  white-space: nowrap;
  color: #F0EEFF;
  align-self: flex-start;
}.nls-gr_jp_cta-c79:hover {
  background: #9B5DE5;
}.nls-gcg-c79 {
  background: #0D0B1C;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.nls-gcg-c79 {
  padding: 44px 1.5rem 0;
}
}.nls-gcg_in-c79 {
  margin: 0 auto;
  max-width: 82.5rem;
}.nls-gcg_head-c79 {
  max-width: 720px;
  margin-bottom: 20px;
}.nls-gcg_label-c79 {
  color: #6B63F5;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}.nls-gcg_h2-c79 {
  font-size: 1.375rem;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  color: #F0EEFF;
  margin-bottom: 8px;
  font-weight: 800;
}
@media(min-width: 766px) {.nls-gcg_h2-c79 {
  font-size: 28px;
}
}.nls-gcg_intro-c79 {
  line-height: 1.6;
  font-size: 0.813rem;
  color: #6E6897;
}.nls-gcg_grid-c79 {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.nls-gcg_grid-c79 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.nls-gcg_grid-c79 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.nls-gcg_card-c79 {
  padding: 1.25rem;
  transition: transform .2s,border-color .2s;
  border-radius: 0.875rem;
  border: 1px solid rgba(255,255,255,0.10);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  min-height: 240px;
  flex-direction: column;
  justify-content: flex-end;
}.nls-gcg_card-c79:hover {
  transform: translateY(-3px);
  border-color: rgba(107,99,245,0.18);
}.nls-gcg_card_bg-c79 {
  inset: 0;
  position: absolute;
  z-index: 0;
}.nls-gcg_card_bg-c79::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.nls-gcg_card_ic-c79 {
  border-radius: 6px;
  background: rgba(0,0,0,.45);
  width: 40px;
  z-index: 2;
  position: absolute;
  height: 40px;
  color: #F0EEFF;
  right: 18px;
  top: 1.125rem;
  justify-content: center;
  align-items: center;
  display: flex;
}.nls-gcg_card_ic-c79 svg {
  height: 20px;
  width: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.nls-gcg_card_ct-c79 {
  z-index: 1;
  position: relative;
}.nls-gcg_card_h-c79 {
  margin-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0EEFF;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-size: 1.125rem;
  font-weight: 800;
}
@media(min-width: 767px) {.nls-gcg_card_h-c79 {
  font-size: 1.25rem;
}
}.nls-gcg_card_p-c79 {
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
}.nls-gcg_card_p-c79 strong {
  color: #F0EEFF;
  font-weight: 600;
}.nls-gcg_card_cta-c79 {
  gap: 0.25rem;
  text-transform: uppercase;
  color: #6B63F5;
  font-weight: 700;
  letter-spacing: .04em;
  align-items: center;
  font-size: 12px;
  display: inline-flex;
}.nls-gcg_card_cta-c79 svg {
  width: 12px;
  stroke-linejoin: round;
  height: 12px;
  stroke-linecap: round;
}.nls-ws-c79 {
  background: #0D0B1C;
  padding: 32px 1rem 0;
}
@media(min-width: 769px) {.nls-ws-c79 {
  padding: 36px 24px 0;
}
}.nls-ws_in-c79 {
  margin: 0 auto;
  max-width: 82.5rem;
}.nls-ws_head-c79 {
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-bottom: 0.875rem;
}.nls-ws_title-c79 {
  gap: 10px;
  overflow-wrap: break-word;
  display: flex;
  font-size: 1rem;
  font-family: 'Barlow Condensed', sans-serif;
  align-items: center;
  font-weight: 700;
  color: #F0EEFF;
  flex-wrap: wrap;
}.nls-ws_title_ic-c79 svg {
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #F5A623;
  width: 1.125rem;
}.nls-ws_online-c79 {
  gap: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  align-items: center;
  display: flex;
  color: #6E6897;
}.nls-ws_online_dot-c79 {
  background: #22C55E;
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  box-shadow: 0 0 0.375rem rgba(34,197,94,0.15);
  height: 0.5rem;
}.nls-ws_scroll-c79 {
  gap: 8px;
  display: flex;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  overflow-x: auto;
}.nls-ws_scroll-c79::-webkit-scrollbar {
  display: none;
}.nls-wc-c79 {
  border-radius: 0.625rem;
  background: #110E22;
  gap: 10px;
  padding: 0.625rem 0.875rem;
  border: 1px solid rgba(255,255,255,0.10);
  min-width: 220px;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.nls-wc_img-c79 {
  border-radius: 6px;
  background: #151228;
  overflow: hidden;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
}.nls-wc_img-c79 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.nls-wc_info-c79 {
  min-width: 0;
}.nls-wc_game-c79 {
  overflow: hidden;
  font-size: 0.75rem;
  white-space: nowrap;
  font-weight: 600;
  color: #C8C2F0;
  text-overflow: ellipsis;
}.nls-wc_player-c79 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #524E72;
  font-size: 0.625rem;
}.nls-wc_amount-c79 {
  color: #22C55E;
  margin-left: auto;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 13px;
  white-space: nowrap;
}.nls-htp-c79 {
  padding: 36px 16px 0;
  background: #0D0B1C;
}
@media(min-width: 771px) {.nls-htp-c79 {
  padding: 2.75rem 24px 0;
}
}.nls-htp_in-c79 {
  margin: 0 auto;
  max-width: 1320px;
}.nls-htp_head-c79 {
  max-width: 45rem;
  margin-bottom: 22px;
}.nls-htp_label-c79 {
  color: #6B63F5;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.nls-htp_h2-c79 {
  font-weight: 800;
  font-size: 22px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0EEFF;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}
@media(min-width: 767px) {.nls-htp_h2-c79 {
  font-size: 1.75rem;
}
}.nls-htp_intro-c79 {
  line-height: 1.6;
  font-size: 0.875rem;
  color: #6E6897;
}.nls-htp_steps-c79 {
  list-style: none;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  grid-template-columns: 1fr;
  counter-reset: none;
  display: grid;
}
@media(min-width: 641px) {.nls-htp_steps-c79 {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.nls-htp_steps-c79 {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.nls-htp_step-c79 {
  padding: 20px 18px 1.125rem;
  background: #151228;
  border-radius: 0.625rem;
  border: 1px solid rgba(255,255,255,0.10);
  flex-direction: column;
  display: flex;
  position: relative;
}.nls-htp_step_num-c79 {
  background: #6B63F5;
  border-radius: 50%;
  align-items: center;
  font-weight: 800;
  height: 28px;
  width: 28px;
  justify-content: center;
  font-size: 0.813rem;
  display: flex;
  left: 1.25rem;
  top: -12px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #0C0A1A;
  position: absolute;
}.nls-htp_step_ic-c79 {
  background: rgba(107,99,245,0.18);
  border-radius: 6px;
  margin: 0.5rem 0 12px;
  width: 36px;
  display: flex;
  align-items: center;
  height: 2.25rem;
  justify-content: center;
  color: #6B63F5;
}.nls-htp_step_ic-c79 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.125rem;
  width: 18px;
}.nls-htp_step_h-c79 {
  font-weight: 700;
  line-height: 1.25;
  color: #F0EEFF;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-size: 0.875rem;
}.nls-htp_step_p-c79 {
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 0.813rem;
  color: #6E6897;
}.nls-htp_step_p-c79 strong {
  color: #C8C2F0;
  font-weight: 600;
}.nls-htp_cta-c79 {
  transition: background .2s;
  background: #22C55E;
  padding: 0.813rem 26px;
  border-radius: 10px;
  margin-top: 1.25rem;
  font-weight: 700;
  color: #0C0A1A;
  font-size: 14px;
  display: inline-block;
}.nls-htp_cta-c79:hover {
  background: #16A34A;
}.nls-prov-c79 {
  background: #0D0B1C;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.nls-prov-c79 {
  padding: 2.75rem 24px 0;
}
}.nls-prov_in-c79 {
  margin: 0 auto;
  max-width: 82.5rem;
}.nls-prov_head-c79 {
  margin-bottom: 16px;
}.nls-prov_label-c79 {
  letter-spacing: .08em;
  color: #6B63F5;
  font-size: 11px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
}.nls-prov_h2-c79 {
  color: #F0EEFF;
  margin-bottom: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 767px) {.nls-prov_h2-c79 {
  font-size: 1.5rem;
}
}.nls-prov_seo-c79 {
  margin-bottom: 1rem;
  color: #6E6897;
  max-width: 38.75rem;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.6;
}.nls-prov_seo-c79 strong {
  font-weight: 700;
  color: #C8C2F0;
}.nls-prov_seo-c79 a {
  text-decoration: underline;
  color: #6B63F5;
}.nls-prov_grid-c79 {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 643px) {.nls-prov_grid-c79 {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.nls-prov_grid-c79 {
  grid-template-columns: repeat(8,1fr);
}
}.nls-prov_card-c79 {
  background: #110E22;
  gap: 7px;
  border-radius: 10px;
  padding: 14px 0.625rem;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
}.nls-prov_card-c79:hover {
  background: #151228;
  border-color: rgba(107,99,245,0.55);
}.nls-prov_logo-c79 {
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  border-radius: 6px;
  height: 44px;
  align-items: center;
  display: flex;
  width: 2.75rem;
  justify-content: center;
}.nls-prov_logo-c79 img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.nls-prov_name-c79 {
  overflow-wrap: break-word;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: #9A93C4;
}.nls-reg-c79 {
  padding: 2.25rem 1rem 0;
  background: #0D0B1C;
}
@media(min-width:768px) {.nls-reg-c79 {
  padding: 2.75rem 24px 0;
}
}.nls-reg_in-c79 {
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 0.875rem;
  background: #151228;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.nls-reg_in-c79 {
  padding: 2.5rem;
}
}.nls-reg_top-c79 {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 862px) {.nls-reg_top-c79 {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.nls-reg_label-c79 {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  color: #6B63F5;
  font-weight: 700;
  margin-bottom: 10px;
}.nls-reg_h2-c79 {
  font-weight: 800;
  color: #F0EEFF;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  line-height: 1.2;
}
@media(min-width: 766px) {.nls-reg_h2-c79 {
  font-size: 28px;
}
}.nls-reg_bonus-c79 {
  padding: 0.625rem 1rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(245,166,35,0.15);
  background: rgba(245,166,35,0.15);
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1rem;
  display: inline-flex;
}.nls-reg_bonus_amount-c79 {
  font-weight: 800;
  color: #F5A623;
  font-size: 20px;
}.nls-reg_bonus_text-c79 {
  color: #9A93C4;
  font-size: 0.813rem;
  line-height: 1.35;
}.nls-reg_cta_btn-c79 {
  padding: 14px 2rem;
  transition: background .2s;
  border-radius: 0.625rem;
  background: #22C55E;
  margin-bottom: 0.75rem;
  box-shadow: 0 2px 0.75rem rgba(34,197,94,0.50), inset 0 1px 0 rgba(255,255,255,0.10);
  color: #0C0A1A;
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
}.nls-reg_cta_btn-c79:hover {
  background: #16A34A;
}.nls-reg_terms-c79 {
  color: #524E72;
  line-height: 1.5;
  font-size: 0.688rem;
}.nls-reg_seo-c79 {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-top: 20px;
  line-height: 1.65;
  color: #6E6897;
  padding-top: 20px;
}.nls-reg_seo-c79 p {
  color: #6E6897;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.65;
}.nls-reg_seo-c79 p:last-child {
  margin-bottom: 0;
}.nls-reg_seo-c79 strong {
  color: #C8C2F0;
  font-weight: 700;
}.nls-reg_seo-c79 a {
  transition: color .2s;
  text-decoration: underline;
  color: #6B63F5;
}.nls-reg_seo-c79 a:hover {
  color: #7D76FF;
}.nls-reg_seo-c79 ul,.nls-reg_seo-c79 ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 18px;
}.nls-reg_seo-c79 ol {
  list-style: decimal;
}.nls-reg_seo-c79 li {
  margin-bottom: 4px;
  color: #6E6897;
  font-size: 0.813rem;
  line-height: 1.65;
}.nls-reg_seo-c79 table {
  display: block;
  margin-bottom: 10px;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
@media(min-width: 771px) {.nls-reg_seo-c79 table {
  display: table;
}
}.nls-reg_seo-c79 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.5rem;
  font-weight: 700;
  color: #C8C2F0;
  text-align: left;
}.nls-reg_seo-c79 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 8px;
  color: #6E6897;
}.nls-reg_steps-c79 {
  gap: 14px;
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
}
@media(min-width: 857px) {.nls-reg_steps-c79 {
  margin-top: 0;
}
}.nls-reg_step-c79 {
  border-radius: 0.625rem;
  padding: 16px;
  gap: 0.875rem;
  border: 1px solid rgba(255,255,255,0.05);
  background: rgba(255,255,255,0.05);
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.nls-reg_step_num-c79 {
  background: rgba(107,99,245,0.18);
  border-radius: 50%;
  border: 1px solid rgba(107,99,245,0.08);
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
  width: 34px;
  height: 34px;
  align-items: center;
  font-weight: 800;
  display: flex;
  color: #6B63F5;
}.nls-reg_step_title-c79 {
  font-size: 0.875rem;
  color: #F0EEFF;
  font-weight: 700;
  margin-bottom: 3px;
}.nls-reg_step_text-c79 {
  font-size: 12px;
  line-height: 1.5;
  color: #6E6897;
}.nls-reg_trust-c79 {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  flex-wrap: wrap;
}.nls-reg_trust_item-c79 {
  gap: 7px;
  align-items: center;
  font-size: 12px;
  overflow-wrap: break-word;
  display: flex;
  color: #6E6897;
}.nls-reg_trust_ic-c79 svg {
  stroke-linejoin: round;
  width: 1rem;
  color: #6B63F5;
  height: 16px;
  stroke-linecap: round;
}.nls-app-c79 {
  padding: 2.25rem 1rem 0;
  background: #0D0B1C;
}
@media(min-width: 766px) {.nls-app-c79 {
  padding: 2.75rem 1.5rem 0;
}
}.nls-app_in-c79 {
  margin: 0 auto;
  max-width: 1320px;
}.nls-app_head-c79 {
  margin-bottom: 1rem;
}.nls-app_label-c79 {
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #6B63F5;
  font-weight: 700;
  margin-bottom: 8px;
}.nls-app_h2-c79 {
  color: #F0EEFF;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
}
@media(min-width: 771px) {.nls-app_h2-c79 {
  font-size: 24px;
}
}.nls-app_sub-c79 {
  max-width: 37.5rem;
  line-height: 1.6;
  font-size: 0.813rem;
  color: #6E6897;
  overflow-wrap: break-word;
}.nls-app_sub-c79 strong {
  color: #C8C2F0;
  font-weight: 700;
}.nls-app_cards-c79 {
  gap: 0.625rem;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.nls-app_cards-c79 {
  grid-template-columns: repeat(3,1fr);
}
}.nls-app_card-c79 {
  overflow: hidden;
  padding: 1.25rem;
  gap: 16px;
  border-radius: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
}.nls-app_card_ios-c79 {
  background: linear-gradient(135deg,rgba(107,99,245,0.18) 0%,#151228 100%);
}.nls-app_card_android-c79 {
  background: linear-gradient(135deg,rgba(34,197,94,0.15) 0%,#151228 100%);
}.nls-app_card_win-c79 {
  background: linear-gradient(135deg,rgba(245,166,35,0.15) 0%,#151228 100%);
}.nls-app_card_ic-c79 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 34px;
  width: 34px;
}.nls-app_card_ic-c79 {
  flex-shrink: 0;
  color: #F0EEFF;
}.nls-app_card_os-c79 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: .08em;
  color: #6E6897;
  font-size: 0.625rem;
}.nls-app_card_title-c79 {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #F0EEFF;
  margin-bottom: 6px;
  overflow-wrap: break-word;
}.nls-app_card_text-c79 {
  font-size: 12px;
  line-height: 1.5;
  color: #6E6897;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}.nls-app_card_btn-c79 {
  padding: 10px 1.125rem;
  background: rgba(255,255,255,0.12);
  border-radius: 6px;
  gap: 7px;
  transition: background .2s;
  border: 1px solid rgba(107,99,245,0.55);
  color: #F0EEFF;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.813rem;
}.nls-app_card_btn-c79:hover {
  background: rgba(255,255,255,0.07);
}.nls-bon-c79 {
  background: #0D0B1C;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.nls-bon-c79 {
  padding: 2.75rem 24px 0;
}
}.nls-bon_in-c79 {
  margin: 0 auto;
  max-width: 1320px;
}.nls-bon_head-c79 {
  margin-bottom: 20px;
}.nls-bon_label-c79 {
  font-size: 11px;
  letter-spacing: .08em;
  color: #6B63F5;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}.nls-bon_h2-c79 {
  overflow-wrap: break-word;
  color: #F0EEFF;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
@media(min-width:768px) {.nls-bon_h2-c79 {
  font-size: 24px;
}
}.nls-bon_seo-c79 {
  font-size: 0.813rem;
  color: #6E6897;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  line-height: 1.6;
}.nls-bon_seo-c79 strong {
  font-weight: 700;
  color: #C8C2F0;
}.nls-bon_seo-c79 a {
  text-decoration: underline;
  color: #6B63F5;
}.nls-bon_grid-c79 {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 638px) {.nls-bon_grid-c79 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.nls-bon_grid-c79 {
  grid-template-columns: repeat(5,1fr);
}
}.nls-bon_card-c79 {
  background: #110E22;
  padding: 1rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s,transform .2s;
}.nls-bon_card-c79:hover {
  transform: translateY(-2px);
  border-color: rgba(107,99,245,0.08);
}.nls-bon_card_ic-c79 svg {
  stroke-linecap: round;
  width: 26px;
  stroke-linejoin: round;
  height: 1.625rem;
}.nls-bon_card_ic-c79 {
  margin-bottom: 0.625rem;
}.nls-bon_card_type-c79 {
  letter-spacing: .06em;
  color: #6E6897;
  font-weight: 700;
  font-size: 10px;
  margin-bottom: 6px;
  text-transform: uppercase;
}.nls-bon_card_amount-c79 {
  margin-bottom: 0.375rem;
  font-weight: 800;
  color: #F5A623;
  font-size: 18px;
  line-height: 1.1;
}.nls-bon_card_name-c79 {
  font-size: 0.813rem;
  margin-bottom: 8px;
  color: #F0EEFF;
  overflow-wrap: break-word;
  font-weight: 600;
}.nls-bon_card_detail-c79 {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 8px;
  color: #524E72;
  line-height: 1.5;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.nls-seo-c79 {
  background: #0D0B1C;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.nls-seo-c79 {
  padding: 44px 1.5rem 0;
}
}.nls-seo_in-c79 {
  background: #151228;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 1.75rem 24px;
  border-radius: 14px;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.nls-seo_in-c79 {
  padding: 36px 40px;
}
}.nls-seo_label-c79 {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 10px;
  color: #6B63F5;
  text-transform: uppercase;
  font-size: 11px;
}.nls-seo_h2-c79 {
  margin-bottom: 0.875rem;
  line-height: 1.25;
  color: #F0EEFF;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 769px) {.nls-seo_h2-c79 {
  font-size: 1.5rem;
}
}.nls-seo_body-c79 {
  color: #9A93C4;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
}.nls-seo_body-c79 p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #9A93C4;
  font-size: 14px;
}.nls-seo_body-c79 p:last-child {
  margin-bottom: 0;
}.nls-seo_body-c79 strong {
  font-weight: 700;
  color: #C8C2F0;
}.nls-seo_body-c79 a {
  transition: color .2s;
  text-decoration: underline;
  color: #6B63F5;
}.nls-seo_body-c79 a:hover {
  color: #7D76FF;
}.nls-seo_body-c79 ul,.nls-seo_body-c79 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.nls-seo_body-c79 ol {
  list-style: decimal;
}.nls-seo_body-c79 li {
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  color: #9A93C4;
  line-height: 1.75;
}.nls-seo_body-c79 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  display: block;
  font-size: 13px;
}
@media(min-width: 770px) {.nls-seo_body-c79 table {
  display: table;
}
}.nls-seo_body-c79 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #C8C2F0;
}.nls-seo_body-c79 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 12px;
  color: #9A93C4;
}.nls-seo_cols-c79 {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.nls-seo_cols-c79 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.nls-seo_cols-c79 {
  grid-template-columns: repeat(3,1fr);
}
}.nls-seo_col_h-c79 {
  font-size: 0.813rem;
  color: #C8C2F0;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.nls-seo_col_p-c79 {
  line-height: 1.65;
  color: #6E6897;
  overflow-wrap: break-word;
  font-size: 13px;
}.nls-seo_stats-c79 {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.nls-seo_stat-c79 {
  border-radius: 0.625rem;
  border: 1px solid rgba(107,99,245,0.18);
  padding: 14px 16px;
  flex: 1;
  background: rgba(107,99,245,0.08);
  min-width: 8.75rem;
}.nls-seo_stat_val-c79 {
  overflow-wrap: break-word;
  color: #6B63F5;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0.25rem;
}.nls-seo_stat_lb-c79 {
  color: #6E6897;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.nls-faq-c79 {
  padding: 2.25rem 16px 0;
  background: #0D0B1C;
}
@media(min-width: 771px) {.nls-faq-c79 {
  padding: 2.75rem 1.5rem 0;
}
}.nls-faq_in-c79 {
  margin: 0 auto;
  max-width: 82.5rem;
}.nls-faq_head-c79 {
  margin-bottom: 1.25rem;
}.nls-faq_label-c79 {
  font-size: 11px;
  color: #6B63F5;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.nls-faq_h2-c79 {
  overflow-wrap: break-word;
  color: #F0EEFF;
  font-weight: 800;
  font-size: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 765px) {.nls-faq_h2-c79 {
  font-size: 1.5rem;
}
}.nls-faq_list-c79 {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.nls-faq_item-c79 {
  background: #151228;
  border-radius: 0.625rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
}.nls-faq_q-c79 {
  padding: 1rem 20px;
  gap: 0.75rem;
  transition: color .2s;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #C8C2F0;
  cursor: pointer;
}.nls-faq_q-c79:hover {
  color: #F0EEFF;
}.nls-faq_q_ic-c79 {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  color: #6B63F5;
  justify-content: center;
  font-size: 1rem;
  width: 24px;
  height: 1.5rem;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.nls-faq_item-c79.nls-state_open-c79 .nls-faq_q_ic-c79 {
  transform: rotate(45deg);
}.nls-faq_a-c79 {
  padding: 0 1.25rem 16px;
  display: none;
  color: #6E6897;
  overflow-wrap: break-word;
  line-height: 1.7;
  font-size: 13px;
}.nls-faq_item-c79.nls-state_open-c79 .nls-faq_a-c79 {
  display: block;
}.nls-faq_a-c79 strong {
  font-weight: 700;
  color: #C8C2F0;
}.nls-faq_a-c79 a {
  color: #6B63F5;
  text-decoration: underline;
}.nls-faq_a-c79 ul,.nls-faq_a-c79 ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.nls-faq_a-c79 ol {
  list-style: decimal;
}.nls-faq_a-c79 li {
  line-height: 1.6;
  margin-bottom: 4px;
}.nls-faq_a-c79 table {
  margin: 8px 0;
  font-size: 12px;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: 100%;
}
@media(min-width: 765px) {.nls-faq_a-c79 table {
  display: table;
}
}.nls-faq_a-c79 th {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #C8C2F0;
}.nls-faq_a-c79 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.375rem 8px;
  color: #6E6897;
}.nls-seo-c79 {
  padding: 2.25rem 1rem 0;
  background: #0D0B1C;
}
@media(min-width: 769px) {.nls-seo-c79 {
  padding: 44px 24px 0;
}
}.nls-seo_in-c79 {
  padding: 1.75rem 24px;
  margin: 0 auto;
  background: #151228;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.875rem;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.nls-seo_in-c79 {
  padding: 2.25rem 2.5rem;
}
}.nls-seo_label-c79 {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  color: #6B63F5;
}.nls-seo_h2-c79 {
  margin-bottom: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #F0EEFF;
  line-height: 1.25;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.nls-seo_h2-c79 {
  font-size: 24px;
}
}.nls-seo_body-c79 {
  font-size: 14px;
  overflow-wrap: break-word;
  color: #9A93C4;
  line-height: 1.75;
}.nls-seo_body-c79 p {
  line-height: 1.75;
  font-size: 14px;
  color: #9A93C4;
  margin-bottom: 0.75rem;
}.nls-seo_body-c79 p:last-child {
  margin-bottom: 0;
}.nls-seo_body-c79 strong {
  color: #C8C2F0;
  font-weight: 700;
}.nls-seo_body-c79 a {
  transition: color .2s;
  text-decoration: underline;
  color: #6B63F5;
}.nls-seo_body-c79 a:hover {
  color: #7D76FF;
}.nls-seo_body-c79 ul,.nls-seo_body-c79 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.nls-seo_body-c79 ol {
  list-style: decimal;
}.nls-seo_body-c79 li {
  color: #9A93C4;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 14px;
}.nls-seo_body-c79 table {
  width: 100%;
  overflow-x: auto;
  font-size: 0.813rem;
  display: block;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
}
@media(min-width: 767px) {.nls-seo_body-c79 table {
  display: table;
}
}.nls-seo_body-c79 th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  color: #C8C2F0;
  font-weight: 700;
}.nls-seo_body-c79 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 12px;
  color: #9A93C4;
}.nls-seo_cols-c79 {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 642px) {.nls-seo_cols-c79 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.nls-seo_cols-c79 {
  grid-template-columns: repeat(3,1fr);
}
}.nls-seo_col_h-c79 {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 700;
  color: #C8C2F0;
  margin-bottom: 7px;
}.nls-seo_col_p-c79 {
  font-size: 13px;
  color: #6E6897;
  line-height: 1.65;
  overflow-wrap: break-word;
}.nls-seo_stats-c79 {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.nls-seo_stat-c79 {
  padding: 14px 16px;
  background: rgba(107,99,245,0.08);
  border-radius: 0.625rem;
  border: 1px solid rgba(107,99,245,0.18);
  flex: 1;
  min-width: 140px;
}.nls-seo_stat_val-c79 {
  color: #6B63F5;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
}.nls-seo_stat_lb-c79 {
  color: #6E6897;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.nls-seo-c79 {
  padding: 36px 16px 0;
  background: #0D0B1C;
}
@media(min-width: 771px) {.nls-seo-c79 {
  padding: 44px 1.5rem 0;
}
}.nls-seo_in-c79 {
  border-radius: 14px;
  padding: 28px 24px;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.10);
  background: #151228;
  max-width: 1320px;
}
@media(min-width: 769px) {.nls-seo_in-c79 {
  padding: 2.25rem 2.5rem;
}
}.nls-seo_label-c79 {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  font-size: 11px;
  text-transform: uppercase;
  color: #6B63F5;
}.nls-seo_h2-c79 {
  color: #F0EEFF;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-weight: 800;
}
@media(min-width: 765px) {.nls-seo_h2-c79 {
  font-size: 1.5rem;
}
}.nls-seo_body-c79 {
  color: #9A93C4;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
}.nls-seo_body-c79 p {
  color: #9A93C4;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}.nls-seo_body-c79 p:last-child {
  margin-bottom: 0;
}.nls-seo_body-c79 strong {
  font-weight: 700;
  color: #C8C2F0;
}.nls-seo_body-c79 a {
  transition: color .2s;
  color: #6B63F5;
  text-decoration: underline;
}.nls-seo_body-c79 a:hover {
  color: #7D76FF;
}.nls-seo_body-c79 ul,.nls-seo_body-c79 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.nls-seo_body-c79 ol {
  list-style: decimal;
}.nls-seo_body-c79 li {
  color: #9A93C4;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.nls-seo_body-c79 table {
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  font-size: 0.813rem;
  display: block;
  margin-bottom: 12px;
}
@media(min-width: 770px) {.nls-seo_body-c79 table {
  display: table;
}
}.nls-seo_body-c79 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  text-align: left;
  color: #C8C2F0;
  font-weight: 700;
}.nls-seo_body-c79 td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9A93C4;
}.nls-seo_cols-c79 {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width:640px) {.nls-seo_cols-c79 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.nls-seo_cols-c79 {
  grid-template-columns: repeat(3,1fr);
}
}.nls-seo_col_h-c79 {
  color: #C8C2F0;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.438rem;
  font-size: 13px;
}.nls-seo_col_p-c79 {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #6E6897;
  font-size: 0.813rem;
}.nls-seo_stats-c79 {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.nls-seo_stat-c79 {
  background: rgba(107,99,245,0.08);
  border: 1px solid rgba(107,99,245,0.18);
  flex: 1;
  border-radius: 10px;
  padding: 14px 1rem;
  min-width: 8.75rem;
}.nls-seo_stat_val-c79 {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 20px;
  color: #6B63F5;
}.nls-seo_stat_lb-c79 {
  overflow-wrap: break-word;
  color: #6E6897;
  font-size: 11px;
}.nls-ft-c79 {
  border-top: 1px solid rgba(255,255,255,0.05);
  background: #080512;
  margin-top: 48px;
}.nls-ft_support-c79 {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 766px) {.nls-ft_support-c79 {
  padding: 28px 24px;
}
}.nls-ft_support_in-c79 {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  max-width: 82.5rem;
  align-items: center;
  flex-wrap: wrap;
}.nls-ft_support_main-c79 {
  flex: 1;
  gap: 16px;
  align-items: center;
  min-width: 220px;
  display: flex;
  flex-wrap: wrap;
}.nls-ft_support_ic-c79 {
  flex-shrink: 0;
  color: #6B63F5;
}.nls-ft_support_ic-c79 svg {
  width: 1.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 30px;
}.nls-ft_support_text_title-c79 {
  color: #F0EEFF;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px;
  overflow-wrap: break-word;
}.nls-ft_support_text_sub-c79 {
  overflow-wrap: break-word;
  color: #6E6897;
  font-size: 12px;
}.nls-ft_support_btn-c79 {
  padding: 11px 1.375rem;
  background: #6B63F5;
  border-radius: 10px;
  transition: background .2s;
  color: #F0EEFF;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 700;
}.nls-ft_support_btn-c79:hover {
  background: #7D76FF;
}.nls-ft_support_contacts-c79 {
  gap: 16px;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.nls-ft_support_contact-c79 {
  color: #524E72;
  line-height: 1.4;
  font-size: 0.75rem;
}.nls-ft_support_contact-c79 strong {
  font-weight: 600;
  display: block;
  font-size: 0.688rem;
  color: #9A93C4;
  margin-bottom: 2px;
}.nls-ft_main-c79 {
  padding: 32px 1rem 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 771px) {.nls-ft_main-c79 {
  padding: 2.5rem 1.5rem 2rem;
}
}.nls-ft_main_in-c79 {
  margin: 0 auto;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 638px) {.nls-ft_main_in-c79 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.nls-ft_main_in-c79 {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.nls-ft_col_logo-c79 {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.nls-ft_col_logo-c79 {
  grid-column: auto;
}
}.nls-ft_logo-c79 {
  gap: 9px;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  font-weight: 800;
  color: #F0EEFF;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  align-items: center;
}.nls-ft_logo_mark-c79 {
  overflow: hidden;
  border-radius: 6px;
  width: 30px;
  height: 1.875rem;
}.nls-ft_logo_mark-c79 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.nls-ft_logo_sub-c79 {
  overflow-wrap: break-word;
  color: #524E72;
  font-size: 12px;
  line-height: 1.55;
  max-width: 12.5rem;
}.nls-ft_col_title-c79 {
  font-weight: 700;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  color: #9A93C4;
  letter-spacing: .07em;
  font-size: 12px;
}.nls-ft_col_links-c79 {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.nls-ft_col_link-c79 {
  transition: color .2s;
  color: #524E72;
  overflow-wrap: break-word;
  font-size: 13px;
}.nls-ft_col_link-c79:hover {
  color: #C8C2F0;
}.nls-ft_apps-c79 {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.nls-ft_app_card-c79 {
  transition: border-color .2s;
  border-radius: 0.375rem;
  border: 1px solid rgba(255,255,255,0.10);
  gap: 10px;
  background: rgba(255,255,255,0.05);
  padding: 10px 12px;
  align-items: center;
  display: flex;
}.nls-ft_app_card-c79:hover {
  border-color: rgba(107,99,245,0.55);
}.nls-ft_app_card_ic-c79 svg {
  width: 1.375rem;
  stroke-linecap: round;
  height: 22px;
  stroke-linejoin: round;
}.nls-ft_app_card_os-c79 {
  font-size: 0.625rem;
  color: #524E72;
  font-weight: 600;
}.nls-ft_app_card_action-c79 {
  font-size: 12px;
  color: #C8C2F0;
  font-weight: 700;
}.nls-ft_bot-c79 {
  padding: 20px 1rem;
}
@media(min-width: 770px) {.nls-ft_bot-c79 {
  padding: 20px 1.5rem;
}
}.nls-ft_bot_in-c79 {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 1320px;
}.nls-ft_socials-c79 {
  gap: 0.5rem;
  display: flex;
}.nls-ft_soc-c79 {
  transition: background .2s;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.375rem;
  background: rgba(255,255,255,0.05);
  height: 36px;
  justify-content: center;
  align-items: center;
  color: #9A93C4;
  display: flex;
  width: 36px;
}.nls-ft_soc-c79 svg {
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
}.nls-ft_soc-c79:hover {
  background: rgba(255,255,255,0.07);
}.nls-ft_legal-c79 {
  flex: 1;
  color: #7A748A;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  min-width: 12.5rem;
  line-height: 1.6;
}.nls-ft_legal-c79 strong {
  color: #9A93C4;
  font-weight: 700;
}.nls-ft_legal-c79 a {
  text-decoration: underline;
  color: #9A93C4;
}.nls-ft_age-c79 {
  border: 2px solid #7A748A;
  border-radius: 50%;
  margin-left: auto;
  justify-content: center;
  flex-shrink: 0;
  display: flex;
  color: #7A748A;
  width: 2rem;
  font-size: 0.688rem;
  align-items: center;
  height: 2rem;
  font-weight: 800;
}