html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0C0918;
  line-height: 1.6;
  color: #C2B8E8;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-family: 'Nunito', sans-serif;
}.snu-layout-u7z {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.snu-page-u7z {
  display: flex;
  min-height: 100vh;
}.snu-main-u7z {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1081px) {.snu-main-u7z {
  padding-left: 220px;
}
}
@media (max-width: 1080px) {.snu-main-u7z {
  padding-bottom: 4.5rem;
}
}.snu-gc-u7z {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  overflow: hidden;
  background: #120E20;
  transition: transform .2s,border-color .2s;
  cursor: pointer;
  width: 140px;
  position: relative;
  flex-shrink: 0;
}
@media(min-width: 642px) {.snu-gc-u7z {
  width: 156px;
}
}
@media(min-width:1080px) {.snu-gc-u7z {
  width: 168px;
}
}.snu-gc-u7z:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 210, 245, 0.07);
}.snu-gc_img-u7z {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.snu-gc_img-u7z img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}.snu-gc_hover-u7z {
  inset: 0;
  transition: opacity .2s;
  background: rgba(7, 5, 16, 0.72);
  position: absolute;
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 0;
}.snu-gc-u7z:hover .snu-gc_hover-u7z {
  opacity: 1;
}.snu-gc_hover_btn-u7z {
  background: #0BD2F5;
  padding: 0.5rem 16px;
  border-radius: 0.375rem;
  font-size: 12px;
  color: #EDE8FF;
  font-weight: 700;
}.snu-gc_info-u7z {
  padding: 8px 0.625rem 10px;
}.snu-gc_name-u7z {
  overflow: hidden;
  color: #C2B8E8;
  font-size: 12px;
  margin-bottom: 3px;
  max-width: 100%;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
}.snu-gc_prov-u7z {
  color: #524875;
  font-size: 10px;
}.snu-gc_tag-u7z {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  z-index: 2;
  top: 6px;
  position: absolute;
  letter-spacing: .04em;
  text-transform: uppercase;
  left: 0.375rem;
  font-weight: 700;
  font-size: 9px;
}.snu-gc_tag_hot-u7z {
  background: #F53058;
  color: #fff;
}.snu-gc_tag_new-u7z {
  background: #1FD47C;
  color: #0C0918;
}.snu-gc_tag_jp-u7z {
  background: #F5A71E;
  color: #0C0918;
}.snu-gc_tag_ex-u7z {
  background: #C038F2;
  color: #fff;
}.snu-gc_tag_live-u7z {
  background: #F53058;
  color: #fff;
}.snu-gr-u7z {
  background: #0C0918;
  padding: 2rem 16px 0;
}
@media(min-width: 765px) {.snu-gr-u7z {
  padding: 2.25rem 1.5rem 0;
}
}.snu-gr_in-u7z {
  margin: 0 auto;
  max-width: 1320px;
}.snu-gr_head-u7z {
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}.snu-gr_head_l-u7z {
  gap: 0.625rem;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}.snu-gr_ic-u7z {
  border-radius: 0.625rem;
  width: 32px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  height: 2rem;
}.snu-gr_ic-u7z svg {
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
}.snu-gr_title-u7z {
  color: #EDE8FF;
  font-weight: 700;
  font-size: 1rem;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
}
@media(min-width: 769px) {.snu-gr_title-u7z {
  font-size: 1.125rem;
}
}.snu-gr_more-u7z {
  transition: color .2s;
  gap: 5px;
  white-space: nowrap;
  color: #6D5F9A;
  font-weight: 600;
  flex-shrink: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
}.snu-gr_more-u7z:hover {
  color: #0BD2F5;
}.snu-gr_more-u7z svg {
  width: 0.75rem;
  height: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.snu-gr_arrows-u7z {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.snu-gr_arr-u7z {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.375rem;
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  width: 1.875rem;
  align-items: center;
  height: 1.875rem;
  color: #9285BC;
  justify-content: center;
  display: flex;
}.snu-gr_arr-u7z:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EDE8FF;
}.snu-gr_arr-u7z svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.813rem;
  height: 0.813rem;
}.snu-gr_seo_h-u7z {
  margin: 0 0 6px;
  font-size: 0.813rem;
  font-weight: 700;
  color: #C2B8E8;
  font-family: 'Exo 2', sans-serif;
  max-width: 680px;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.snu-gr_seo_h-u7z {
  font-size: 0.875rem;
}
}.snu-gr_seo-u7z {
  font-size: 12px;
  line-height: 1.55;
  color: #6D5F9A;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  margin-bottom: 12px;
}.snu-gr_seo-u7z strong {
  color: #C2B8E8;
  font-weight: 600;
}.snu-gr_scroll-u7z {
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  padding-bottom: 10px;
  scrollbar-width: none;
}.snu-gr_scroll-u7z::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.snu-gr_scroll-u7z {
  gap: 0.75rem;
}
}.snu-tb-u7z {
  background: #0C0918;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  z-index: 80;
  right: 0;
  display: flex;
  position: fixed;
  align-items: center;
  top: 0;
  height: 3.5rem;
  left: 0;
}.snu-tb_in-u7z {
  padding: 0 0.875rem;
  gap: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}.snu-tb_burger-u7z {
  border-radius: 10px;
  gap: 5px;
  width: 2.375rem;
  display: flex;
  margin-right: 8px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 38px;
  flex-shrink: 0;
}.snu-tb_burger-u7z:hover {
  background: rgba(255, 255, 255, 0.05);
}.snu-tb_burger_line-u7z {
  background: #9285BC;
  border-radius: 1px;
  width: 1.125rem;
  height: 2px;
  display: block;
}
@media(min-width: 1083px) {.snu-tb_burger-u7z {
  display: none;
}
}.snu-tb_logo-u7z {
  gap: 0.563rem;
  display: flex;
  margin-right: 20px;
  font-size: 1.125rem;
  color: #EDE8FF;
  overflow-wrap: break-word;
  font-weight: 800;
  letter-spacing: -.01em;
  flex-shrink: 0;
  align-items: center;
}.snu-tb_logo_mark-u7z {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 32px;
  justify-content: center;
  height: 2rem;
}.snu-tb_logo_mark-u7z img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.snu-tb_nav-u7z {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 639px) {.snu-tb_nav-u7z {
  display: flex;
}
}.snu-tb_tab-u7z {
  border-radius: 0.625rem;
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s;
  color: #9285BC;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}.snu-tb_tab-u7z:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EDE8FF;
}.snu-tb_tab-u7z.snu-state_active-u7z {
  background: rgba(11, 210, 245, 0.16);
  color: #EDE8FF;
}.snu-tb_right-u7z {
  gap: 8px;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.snu-tb_login-u7z {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.563rem 16px;
  font-size: 0.813rem;
  font-weight: 600;
  color: #C2B8E8;
  display: none;
}.snu-tb_login-u7z:hover {
  border-color: rgba(11, 210, 245, 0.45);
  color: #EDE8FF;
}
@media(min-width: 482px) {.snu-tb_login-u7z {
  display: block;
}
}.snu-tb_reg-u7z {
  transition: background .2s;
  padding: 9px 1.125rem;
  border-radius: 10px;
  background: #1FD47C;
  color: #09071A;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 700;
}.snu-tb_reg-u7z:hover {
  background: #30E98D;
}.snu-sb-u7z {
  transition: transform .25s ease;
  background: #171228;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  top: 56px;
  z-index: 70;
  overflow-y: auto;
  left: 0;
  width: 13.75rem;
  bottom: 0;
  position: fixed;
}.snu-sb-u7z.snu-state_open-u7z {
  transform: translateX(0);
}.snu-sb-u7z::-webkit-scrollbar {
  width: 0.25rem;
}.snu-sb-u7z::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1083px) {.snu-sb-u7z {
  transform: translateX(0);
}
}.snu-sb_auth-u7z {
  padding: 0.875rem 0.75rem 0.625rem;
}.snu-sb_btn_reg-u7z {
  padding: 0.688rem;
  transition: background .2s;
  border-radius: 10px;
  background: #1FD47C;
  display: block;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
  font-size: 13px;
  color: #09071A;
}.snu-sb_btn_reg-u7z:hover {
  background: #30E98D;
}.snu-sb_btn_login-u7z {
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  transition: border-color .2s;
  text-align: center;
  display: block;
  font-weight: 600;
  color: #C2B8E8;
  font-size: 13px;
}.snu-sb_btn_login-u7z:hover {
  border-color: rgba(11, 210, 245, 0.45);
  color: #EDE8FF;
}.snu-sb_promo-u7z {
  padding: 12px 0.875rem;
  background: linear-gradient(135deg,#2A0A50,#171228);
  border-radius: 0.625rem;
  margin: 0 0.75rem 0.625rem;
  border: 1px solid rgba(11, 210, 245, 0.16);
  overflow: hidden;
  position: relative;
}.snu-sb_promo-u7z::before {
  background: radial-gradient(circle,rgba(11, 210, 245, 0.16),transparent 70%);
  border-radius: 50%;
  height: 80px;
  position: absolute;
  right: -20px;
  top: -20px;
  content: '';
  width: 80px;
}.snu-sb_promo_title-u7z {
  margin-bottom: 0.25rem;
  color: #0BD2F5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 11px;
}.snu-sb_promo_text-u7z {
  line-height: 1.35;
  overflow-wrap: break-word;
  font-size: 12px;
  font-weight: 600;
  color: #EDE8FF;
}.snu-sb_promo_sub-u7z {
  margin-top: 3px;
  font-size: 10px;
  color: #6D5F9A;
}.snu-sb_nav-u7z {
  padding: 6px 0.5rem 16px;
}.snu-sb_nav_lb-u7z {
  padding: 0.625rem 8px 6px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #524875;
  text-transform: uppercase;
  font-size: 0.625rem;
}.snu-sb_link-u7z {
  gap: 0.625rem;
  border-radius: 0.375rem;
  transition: background .15s,color .15s;
  padding: 9px 10px;
  align-items: center;
  font-weight: 500;
  overflow-wrap: break-word;
  color: #9285BC;
  font-size: 0.813rem;
  display: flex;
  cursor: pointer;
}.snu-sb_link-u7z:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EDE8FF;
}.snu-sb_link-u7z.snu-state_active-u7z {
  background: rgba(11, 210, 245, 0.16);
  color: #EDE8FF;
}.snu-sb_ic-u7z {
  border-radius: 6px;
  justify-content: center;
  height: 1.875rem;
  width: 30px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.snu-sb_ic-u7z svg {
  height: 16px;
  width: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.snu-sb_ic_1-u7z {
  background: rgba(11, 210, 245, 0.07);
  color: #0BD2F5;
}.snu-sb_ic_2-u7z {
  background: rgba(31, 212, 124, 0.15);
  color: #1FD47C;
}.snu-sb_ic_3-u7z {
  background: rgba(245, 167, 30, 0.16);
  color: #F5A71E;
}.snu-sb_ic_4-u7z {
  background: rgba(192, 56, 242, 0.18);
  color: #C038F2;
}.snu-sb_ic_5-u7z {
  background: rgba(11, 210, 245, 0.07);
  color: #F040B8;
}.snu-sb_ic_6-u7z {
  background: rgba(192, 56, 242, 0.18);
  color: #9B30EA;
}.snu-sb_badge-u7z {
  padding: 2px 7px;
  border-radius: 0.375rem;
  background: #F5A71E;
  font-weight: 700;
  margin-left: auto;
  font-size: 9px;
  color: #09071A;
}.snu-sb_bot-u7z {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 8px;
  padding: 0.75rem;
  display: flex;
}.snu-sb_lang-u7z,.snu-sb_help-u7z {
  flex: 1;
  border-radius: 0.375rem;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.563rem 6px;
  gap: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  align-items: center;
  color: #9285BC;
  justify-content: center;
  font-size: 0.688rem;
  display: flex;
  font-weight: 600;
}.snu-sb_lang-u7z:hover,.snu-sb_help-u7z:hover {
  border-color: rgba(11, 210, 245, 0.45);
  color: #EDE8FF;
}.snu-sb_lang-u7z svg,.snu-sb_help-u7z svg {
  width: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.813rem;
}.snu-sb_bd-u7z {
  background: rgba(7, 5, 16, 0.72);
  inset: 0;
  z-index: 69;
  display: none;
  position: fixed;
}.snu-sb_bd-u7z.snu-state_on-u7z {
  display: block;
}
@media(min-width: 1081px) {.snu-sb_bd-u7z {
  display: none!important;
}
}.snu-mob_nav-u7z {
  background: #171228;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  position: fixed;
  display: flex;
  z-index: 80;
  right: 0;
  bottom: 0;
  left: 0;
}
@media(min-width: 1081px) {.snu-mob_nav-u7z {
  display: none;
}
}.snu-mob_nav_item-u7z {
  gap: 0.25rem;
  padding: 4px 2px;
  flex: 1;
  display: flex;
  color: #524875;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
}.snu-mob_nav_ic-u7z {
  line-height: 1;
}.snu-mob_nav_ic-u7z svg {
  stroke-linecap: round;
  width: 20px;
  stroke-linejoin: round;
  height: 1.25rem;
}.snu-mob_nav_lb-u7z {
  color: #524875;
  font-size: 10px;
  font-weight: 600;
}.snu-mob_nav_item-u7z.snu-state_active-u7z {
  color: #0BD2F5;
}.snu-mob_nav_item-u7z.snu-state_active-u7z .snu-mob_nav_lb-u7z {
  color: #0BD2F5;
}.snu-hero-u7z {
  background: #0C0918;
  padding: 20px 16px 0;
}
@media(min-width: 769px) {.snu-hero-u7z {
  padding: 1.5rem 1.5rem 0;
}
}.snu-hero_in-u7z {
  margin: 0 auto;
  gap: 0.75rem;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
}
@media(min-width: 857px) {.snu-hero_in-u7z {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.snu-hero_in-u7z {
  grid-template-columns: 1fr 340px;
}
}.snu-hero_promo-u7z {
  overflow: hidden;
  background: #120E20;
  border-radius: 16px;
  min-height: 220px;
  position: relative;
  align-items: stretch;
  display: flex;
}
@media(min-width: 765px) {.snu-hero_promo-u7z {
  min-height: 17.5rem;
}
}.snu-hero_promo_bg-u7z {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#2A0A50 0%,#0C0918 100%);
  background-size: cover;
  position: absolute;
}.snu-hero_promo_bg-u7z::after {
  background: linear-gradient(90deg,#0C0918 0%,rgba(7, 5, 16, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.snu-hero_promo_glow-u7z {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(192, 56, 242, 0.18) 0%,transparent 65%);
  height: 18.75rem;
  width: 18.75rem;
  right: 3.75rem;
  position: absolute;
  pointer-events: none;
  top: -40px;
}.snu-hero_promo_ct-u7z {
  padding: 28px 24px 1.75rem 28px;
  z-index: 2;
  justify-content: center;
  flex-direction: column;
  max-width: 30rem;
  position: relative;
  display: flex;
}
@media(min-width: 769px) {.snu-hero_promo_ct-u7z {
  padding: 2.5rem 2rem;
}
}.snu-hero_badge-u7z {
  border-radius: 20px;
  border: 1px solid rgba(11, 210, 245, 0.07);
  padding: 5px 12px;
  background: rgba(11, 210, 245, 0.16);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .08em;
  color: #0BD2F5;
  display: inline-block;
  margin-bottom: 14px;
}.snu-hero_h1-u7z {
  font-family: 'Exo 2', sans-serif;
  color: #EDE8FF;
  font-size: 26px;
  line-height: 1.15;
  margin-bottom: 0.625rem;
  font-weight: 800;
  overflow-wrap: break-word;
}.snu-hero_h1-u7z em {
  color: #F5A71E;
  font-style: normal;
}
@media(min-width: 770px) {.snu-hero_h1-u7z {
  font-size: 36px;
}
}.snu-hero_sub-u7z {
  font-size: 13px;
  color: #9285BC;
  margin-bottom: 20px;
  line-height: 1.55;
}
@media(min-width: 771px) {.snu-hero_sub-u7z {
  font-size: 14px;
}
}.snu-hero_row-u7z {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.snu-hero_cta-u7z {
  border-radius: 10px;
  background: #1FD47C;
  transition: background .2s;
  padding: 0.813rem 26px;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(31, 212, 124, 0.5), 0 3px 0.5rem rgba(7, 5, 16, 0.55);
  font-weight: 700;
  color: #09071A;
}.snu-hero_cta-u7z:hover {
  background: #30E98D;
}.snu-hero_terms-u7z {
  color: #524875;
  font-size: 11px;
}.snu-hero_game-u7z {
  background: #120E20;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  position: relative;
  flex-direction: column;
}.snu-hero_game_badge-u7z {
  background: rgba(245, 167, 30, 0.16);
  border: 1px solid rgba(245, 167, 30, 0.16);
  border-radius: 20px;
  padding: 0.313rem 10px;
  color: #F5A71E;
  text-transform: uppercase;
  left: 12px;
  font-weight: 700;
  top: 12px;
  letter-spacing: .06em;
  position: absolute;
  z-index: 3;
  font-size: 0.625rem;
}.snu-hero_game_badge-u7z svg {
  width: 0.688rem;
  margin-right: 4px;
  height: 0.688rem;
  vertical-align: -1px;
}.snu-hero_game_img-u7z {
  overflow: hidden;
  background: linear-gradient(135deg,#2A0A50,#0C0918);
  padding-bottom: 60%;
  position: relative;
}.snu-hero_game_img-u7z img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}.snu-hero_game_play-u7z {
  transition: opacity .2s;
  inset: 0;
  background: rgba(7, 5, 16, 0.72);
  align-items: center;
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
}.snu-hero_game-u7z:hover .snu-hero_game_play-u7z {
  opacity: 1;
}.snu-hero_game_play-u7z span {
  background: #0BD2F5;
  border-radius: 50%;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
  justify-content: center;
}.snu-hero_game_play-u7z span svg {
  margin-left: 2px;
  height: 18px;
  width: 1.125rem;
}.snu-hero_game_info-u7z {
  padding: 0.875rem 1rem;
}.snu-hero_game_title-u7z {
  overflow-wrap: break-word;
  color: #EDE8FF;
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 700;
}.snu-hero_game_provider-u7z {
  color: #6D5F9A;
  font-size: 11px;
}.snu-hero_game_btn-u7z {
  transition: background .2s;
  background: #0BD2F5;
  border-radius: 0.625rem;
  margin: 0.75rem 1rem 16px;
  padding: 0.688rem;
  color: #EDE8FF;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  display: block;
}.snu-hero_game-u7z:hover .snu-hero_game_btn-u7z {
  background: #2FDEF8;
}.snu-sbar-u7z {
  padding: 1rem 16px 0;
  background: #0C0918;
}
@media(min-width: 766px) {.snu-sbar-u7z {
  padding: 18px 1.5rem 0;
}
}.snu-sbar_in-u7z {
  margin: 0 auto;
  max-width: 82.5rem;
}.snu-sbar_row-u7z {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.75rem;
}.snu-sbar_input-u7z {
  background: #120E20;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  transition: border-color .2s;
  gap: 0.625rem;
  flex: 1;
  padding: 0.688rem 1rem;
  font-size: 0.813rem;
  align-items: center;
  color: #6D5F9A;
  display: flex;
  cursor: pointer;
}.snu-sbar_input-u7z:hover {
  border-color: rgba(11, 210, 245, 0.45);
}.snu-sbar_input-u7z svg {
  flex-shrink: 0;
  stroke-linejoin: round;
  height: 0.938rem;
  width: 15px;
  stroke-linecap: round;
}.snu-sbar_providers-u7z {
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #120E20;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 10px;
  white-space: nowrap;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 0.813rem;
  color: #C2B8E8;
}.snu-sbar_providers-u7z:hover {
  border-color: rgba(11, 210, 245, 0.45);
  color: #EDE8FF;
}.snu-sbar_providers-u7z svg {
  width: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 14px;
}.snu-sbar_tabs-u7z {
  gap: 0.375rem;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 2px;
  overflow-x: auto;
}.snu-sbar_tabs-u7z::-webkit-scrollbar {
  display: none;
}.snu-sbar_tab-u7z {
  transition: background .15s,color .15s,border-color .15s;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.05);
  gap: 0.438rem;
  padding: 8px 0.875rem;
  border-radius: 20px;
  display: flex;
  cursor: pointer;
  color: #9285BC;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  align-items: center;
}.snu-sbar_tab-u7z:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(11, 210, 245, 0.45);
  color: #EDE8FF;
}.snu-sbar_tab-u7z.snu-state_active-u7z {
  background: rgba(11, 210, 245, 0.16);
  border-color: rgba(11, 210, 245, 0.07);
  color: #EDE8FF;
}.snu-sbar_tab_ic-u7z svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.875rem;
  height: 0.875rem;
}.snu-wy-u7z {
  padding: 2rem 1rem 0;
  background: #0C0918;
}
@media(min-width: 769px) {.snu-wy-u7z {
  padding: 2.5rem 1.5rem 0;
}
}.snu-wy_in-u7z {
  margin: 0 auto;
  max-width: 82.5rem;
}.snu-wy_head-u7z {
  margin-bottom: 1.125rem;
  max-width: 45rem;
}.snu-wy_label-u7z {
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
  color: #0BD2F5;
  text-transform: uppercase;
}.snu-wy_h2-u7z {
  color: #EDE8FF;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.snu-wy_h2-u7z {
  font-size: 1.5rem;
}
}.snu-wy_intro-u7z {
  margin: 0;
  color: #6D5F9A;
  font-size: 0.813rem;
  line-height: 1.6;
}.snu-wy_grid-u7z {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.snu-wy_grid-u7z {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.snu-wy_grid-u7z {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.snu-wy_card-u7z {
  background: #171228;
  transition: border-color .2s,transform .2s;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.625rem;
}.snu-wy_card-u7z:hover {
  border-color: rgba(11, 210, 245, 0.07);
  transform: translateY(-2px);
}.snu-wy_card_ic-u7z {
  border-radius: 50%;
  background: rgba(11, 210, 245, 0.16);
  align-items: center;
  width: 44px;
  display: flex;
  justify-content: center;
  height: 2.75rem;
  margin-bottom: 0.875rem;
  color: #0BD2F5;
}.snu-wy_card_ic-u7z svg {
  stroke-linejoin: round;
  width: 1.375rem;
  stroke-linecap: round;
  height: 22px;
}.snu-wy_card_h-u7z {
  color: #EDE8FF;
  font-weight: 700;
  margin-bottom: 0.375rem;
  font-size: 15px;
  line-height: 1.25;
  overflow-wrap: break-word;
}.snu-wy_card_p-u7z {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #6D5F9A;
  line-height: 1.6;
}.snu-wy_card_p-u7z strong {
  font-weight: 600;
  color: #C2B8E8;
}.snu-gcg-u7z {
  background: #0C0918;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.snu-gcg-u7z {
  padding: 2.75rem 1.5rem 0;
}
}.snu-gcg_in-u7z {
  margin: 0 auto;
  max-width: 1320px;
}.snu-gcg_head-u7z {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.snu-gcg_label-u7z {
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 0.688rem;
  color: #0BD2F5;
  text-transform: uppercase;
  font-weight: 700;
}.snu-gcg_h2-u7z {
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.375rem;
  color: #EDE8FF;
  margin-bottom: 8px;
}
@media(min-width: 766px) {.snu-gcg_h2-u7z {
  font-size: 1.75rem;
}
}.snu-gcg_intro-u7z {
  line-height: 1.6;
  color: #6D5F9A;
  font-size: 13px;
}.snu-gcg_grid-u7z {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.snu-gcg_grid-u7z {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.snu-gcg_grid-u7z {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.snu-gcg_card-u7z {
  padding: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 1rem;
  transition: transform .2s,border-color .2s;
  flex-direction: column;
  position: relative;
  display: flex;
  min-height: 240px;
  justify-content: flex-end;
  cursor: pointer;
}.snu-gcg_card-u7z:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 210, 245, 0.16);
}.snu-gcg_card_bg-u7z {
  inset: 0;
  z-index: 0;
  position: absolute;
}.snu-gcg_card_bg-u7z::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.snu-gcg_card_ic-u7z {
  border-radius: 0.375rem;
  background: rgba(0,0,0,.45);
  color: #EDE8FF;
  width: 40px;
  right: 1.125rem;
  z-index: 2;
  position: absolute;
  height: 40px;
  display: flex;
  align-items: center;
  top: 18px;
  justify-content: center;
}.snu-gcg_card_ic-u7z svg {
  stroke-linecap: round;
  width: 20px;
  height: 1.25rem;
  stroke-linejoin: round;
}.snu-gcg_card_ct-u7z {
  position: relative;
  z-index: 1;
}.snu-gcg_card_h-u7z {
  font-size: 18px;
  font-weight: 800;
  color: #EDE8FF;
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media(min-width: 766px) {.snu-gcg_card_h-u7z {
  font-size: 20px;
}
}.snu-gcg_card_p-u7z {
  overflow-wrap: break-word;
  line-height: 1.55;
  margin-bottom: 10px;
  color: rgba(255,255,255,.82);
  font-size: 12px;
}.snu-gcg_card_p-u7z strong {
  font-weight: 600;
  color: #EDE8FF;
}.snu-gcg_card_cta-u7z {
  gap: 0.25rem;
  display: inline-flex;
  font-weight: 700;
  text-transform: uppercase;
  color: #0BD2F5;
  font-size: 0.75rem;
  align-items: center;
  letter-spacing: .04em;
}.snu-gcg_card_cta-u7z svg {
  stroke-linejoin: round;
  width: 0.75rem;
  height: 0.75rem;
  stroke-linecap: round;
}.snu-gr_jp-u7z {
  overflow: hidden;
  background: linear-gradient(135deg,#1E0840 0%,#080514 100%);
  border-radius: 1rem;
  padding: 1.25rem;
  position: relative;
}.snu-gr_jp-u7z::before {
  background: radial-gradient(circle,rgba(192, 56, 242, 0.18) 0%,transparent 70%);
  border-radius: 50%;
  top: -60px;
  position: absolute;
  width: 15.625rem;
  left: -3.75rem;
  height: 250px;
  content: '';
}.snu-gr_jp-u7z::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(245, 167, 30, 0.16) 0%,transparent 70%);
  width: 200px;
  right: 0;
  bottom: -2.5rem;
  height: 200px;
  position: absolute;
  content: '';
}.snu-gr_jp_head-u7z {
  gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 1rem;
  position: relative;
  display: flex;
  z-index: 1;
}.snu-gr_jp_info-u7z {
  flex: 1;
}.snu-gr_jp_label-u7z {
  font-size: 0.688rem;
  font-weight: 700;
  color: #9B30EA;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
}.snu-gr_jp_label-u7z svg {
  width: 0.875rem;
  margin-right: 4px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 14px;
  vertical-align: -2px;
}.snu-gr_jp_amount-u7z {
  overflow-wrap: break-word;
  font-size: 2rem;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 0.25rem;
  color: #EDE8FF;
  font-weight: 800;
  line-height: 1;
}
@media(min-width: 770px) {.snu-gr_jp_amount-u7z {
  font-size: 2.5rem;
}
}.snu-gr_jp_amount-u7z span {
  color: #F5A71E;
}.snu-gr_jp_seo-u7z {
  color: #9285BC;
  max-width: 30rem;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.5;
}.snu-gr_jp_cta-u7z {
  background: rgba(192, 56, 242, 0.18);
  border-radius: 0.625rem;
  padding: 0.688rem 20px;
  transition: background .2s;
  border: 1px solid rgba(192, 56, 242, 0.18);
  font-weight: 700;
  font-size: 13px;
  align-self: flex-start;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin-top: 0.25rem;
  white-space: nowrap;
  color: #EDE8FF;
}.snu-gr_jp_cta-u7z:hover {
  background: #C038F2;
}.snu-ws-u7z {
  padding: 2rem 1rem 0;
  background: #0C0918;
}
@media(min-width: 771px) {.snu-ws-u7z {
  padding: 2.25rem 24px 0;
}
}.snu-ws_in-u7z {
  margin: 0 auto;
  max-width: 1320px;
}.snu-ws_head-u7z {
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.875rem;
  display: flex;
  justify-content: space-between;
}.snu-ws_title-u7z {
  gap: 0.625rem;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
  color: #EDE8FF;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  align-items: center;
  font-size: 16px;
}.snu-ws_title_ic-u7z svg {
  stroke-linejoin: round;
  height: 1.125rem;
  color: #F5A71E;
  width: 18px;
  stroke-linecap: round;
}.snu-ws_online-u7z {
  gap: 0.438rem;
  display: flex;
  font-weight: 600;
  color: #6D5F9A;
  font-size: 0.75rem;
  align-items: center;
}.snu-ws_online_dot-u7z {
  background: #1FD47C;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(31, 212, 124, 0.15);
  height: 0.5rem;
  flex-shrink: 0;
  width: 0.5rem;
}.snu-ws_scroll-u7z {
  gap: 8px;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
}.snu-ws_scroll-u7z::-webkit-scrollbar {
  display: none;
}.snu-wc-u7z {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.625rem;
  gap: 0.625rem;
  background: #120E20;
  padding: 0.625rem 14px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  min-width: 220px;
}.snu-wc_img-u7z {
  background: #171228;
  overflow: hidden;
  border-radius: 0.375rem;
  width: 2.25rem;
  flex-shrink: 0;
  height: 36px;
}.snu-wc_img-u7z img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.snu-wc_info-u7z {
  min-width: 0;
}.snu-wc_game-u7z {
  overflow: hidden;
  font-weight: 600;
  color: #C2B8E8;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}.snu-wc_player-u7z {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.625rem;
  color: #524875;
}.snu-wc_amount-u7z {
  font-weight: 700;
  margin-left: auto;
  flex-shrink: 0;
  font-size: 13px;
  white-space: nowrap;
  color: #1FD47C;
}.snu-bon-u7z {
  padding: 36px 16px 0;
  background: #0C0918;
}
@media(min-width: 766px) {.snu-bon-u7z {
  padding: 2.75rem 24px 0;
}
}.snu-bon_in-u7z {
  margin: 0 auto;
  max-width: 1320px;
}.snu-bon_head-u7z {
  margin-bottom: 1.25rem;
}.snu-bon_label-u7z {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 11px;
  text-transform: uppercase;
  color: #0BD2F5;
}.snu-bon_h2-u7z {
  font-weight: 800;
  color: #EDE8FF;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-family: 'Exo 2', sans-serif;
}
@media(min-width: 767px) {.snu-bon_h2-u7z {
  font-size: 1.5rem;
}
}.snu-bon_seo-u7z {
  max-width: 38.75rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
  color: #6D5F9A;
}.snu-bon_seo-u7z strong {
  color: #C2B8E8;
  font-weight: 700;
}.snu-bon_seo-u7z a {
  color: #0BD2F5;
  text-decoration: underline;
}.snu-bon_grid-u7z {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 639px) {.snu-bon_grid-u7z {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.snu-bon_grid-u7z {
  grid-template-columns: repeat(5,1fr);
}
}.snu-bon_card-u7z {
  transition: border-color .2s,transform .2s;
  padding: 16px;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #120E20;
}.snu-bon_card-u7z:hover {
  transform: translateY(-2px);
  border-color: rgba(11, 210, 245, 0.07);
}.snu-bon_card_ic-u7z svg {
  width: 1.625rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 26px;
}.snu-bon_card_ic-u7z {
  margin-bottom: 0.625rem;
}.snu-bon_card_type-u7z {
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .06em;
  color: #6D5F9A;
  margin-bottom: 0.375rem;
}.snu-bon_card_amount-u7z {
  font-weight: 800;
  color: #F5A71E;
  font-size: 18px;
  margin-bottom: 0.375rem;
  line-height: 1.1;
}.snu-bon_card_name-u7z {
  color: #EDE8FF;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.snu-bon_card_detail-u7z {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  color: #524875;
  font-size: 0.688rem;
  padding-top: 0.5rem;
  overflow-wrap: break-word;
}.snu-reg-u7z {
  background: #0C0918;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.snu-reg-u7z {
  padding: 2.75rem 1.5rem 0;
}
}.snu-reg_in-u7z {
  background: #171228;
  padding: 1.75rem 24px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  max-width: 1320px;
}
@media(min-width: 770px) {.snu-reg_in-u7z {
  padding: 2.5rem;
}
}.snu-reg_top-u7z {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 863px) {.snu-reg_top-u7z {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.snu-reg_label-u7z {
  color: #0BD2F5;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}.snu-reg_h2-u7z {
  font-weight: 800;
  margin-bottom: 0.75rem;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.375rem;
  overflow-wrap: break-word;
  line-height: 1.2;
  color: #EDE8FF;
}
@media(min-width: 769px) {.snu-reg_h2-u7z {
  font-size: 1.75rem;
}
}.snu-reg_bonus-u7z {
  padding: 0.625rem 1rem;
  background: rgba(245, 167, 30, 0.16);
  border-radius: 0.625rem;
  gap: 0.5rem;
  border: 1px solid rgba(245, 167, 30, 0.16);
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}.snu-reg_bonus_amount-u7z {
  color: #F5A71E;
  font-weight: 800;
  font-size: 20px;
}.snu-reg_bonus_text-u7z {
  font-size: 13px;
  line-height: 1.35;
  color: #9285BC;
}.snu-reg_cta_btn-u7z {
  background: #1FD47C;
  transition: background .2s;
  padding: 14px 2rem;
  border-radius: 10px;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
  box-shadow: 0 0 0.625rem rgba(31, 212, 124, 0.5), 0 3px 8px rgba(7, 5, 16, 0.55);
  color: #09071A;
}.snu-reg_cta_btn-u7z:hover {
  background: #30E98D;
}.snu-reg_terms-u7z {
  line-height: 1.5;
  font-size: 11px;
  color: #524875;
}.snu-reg_seo-u7z {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #6D5F9A;
  margin-top: 1.25rem;
  line-height: 1.65;
  padding-top: 1.25rem;
}.snu-reg_seo-u7z p {
  font-size: 13px;
  margin-bottom: 0.625rem;
  color: #6D5F9A;
  line-height: 1.65;
}.snu-reg_seo-u7z p:last-child {
  margin-bottom: 0;
}.snu-reg_seo-u7z strong {
  font-weight: 700;
  color: #C2B8E8;
}.snu-reg_seo-u7z a {
  transition: color .2s;
  text-decoration: underline;
  color: #0BD2F5;
}.snu-reg_seo-u7z a:hover {
  color: #2FDEF8;
}.snu-reg_seo-u7z ul,.snu-reg_seo-u7z ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.snu-reg_seo-u7z ol {
  list-style: decimal;
}.snu-reg_seo-u7z li {
  margin-bottom: 0.25rem;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #6D5F9A;
}.snu-reg_seo-u7z table {
  margin-bottom: 10px;
  font-size: 13px;
  border-collapse: collapse;
  display: block;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 770px) {.snu-reg_seo-u7z table {
  display: table;
}
}.snu-reg_seo-u7z th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #C2B8E8;
}.snu-reg_seo-u7z td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6D5F9A;
}.snu-reg_steps-u7z {
  gap: 14px;
  margin-top: 28px;
  flex-direction: column;
  display: flex;
}
@media(min-width:860px) {.snu-reg_steps-u7z {
  margin-top: 0;
}
}.snu-reg_step-u7z {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  gap: 14px;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.snu-reg_step_num-u7z {
  border-radius: 50%;
  background: rgba(11, 210, 245, 0.16);
  border: 1px solid rgba(11, 210, 245, 0.07);
  justify-content: center;
  width: 34px;
  align-items: center;
  font-size: 0.875rem;
  flex-shrink: 0;
  font-weight: 800;
  height: 34px;
  display: flex;
  color: #0BD2F5;
}.snu-reg_step_title-u7z {
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 700;
  color: #EDE8FF;
}.snu-reg_step_text-u7z {
  line-height: 1.5;
  color: #6D5F9A;
  font-size: 0.75rem;
}.snu-reg_trust-u7z {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}.snu-reg_trust_item-u7z {
  gap: 0.438rem;
  font-size: 0.75rem;
  color: #6D5F9A;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
}.snu-reg_trust_ic-u7z svg {
  color: #0BD2F5;
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
}.snu-app-u7z {
  padding: 2.25rem 1rem 0;
  background: #0C0918;
}
@media(min-width: 767px) {.snu-app-u7z {
  padding: 44px 24px 0;
}
}.snu-app_in-u7z {
  margin: 0 auto;
  max-width: 82.5rem;
}.snu-app_head-u7z {
  margin-bottom: 16px;
}.snu-app_label-u7z {
  font-size: 0.688rem;
  margin-bottom: 8px;
  color: #0BD2F5;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.snu-app_h2-u7z {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.375rem;
  color: #EDE8FF;
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.snu-app_h2-u7z {
  font-size: 24px;
}
}.snu-app_sub-u7z {
  font-size: 13px;
  line-height: 1.6;
  color: #6D5F9A;
  overflow-wrap: break-word;
  max-width: 37.5rem;
}.snu-app_sub-u7z strong {
  color: #C2B8E8;
  font-weight: 700;
}.snu-app_cards-u7z {
  gap: 10px;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.snu-app_cards-u7z {
  grid-template-columns: repeat(3,1fr);
}
}.snu-app_card-u7z {
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
  gap: 1rem;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.snu-app_card_ios-u7z {
  background: linear-gradient(135deg,rgba(11, 210, 245, 0.16) 0%,#171228 100%);
}.snu-app_card_android-u7z {
  background: linear-gradient(135deg,rgba(31, 212, 124, 0.15) 0%,#171228 100%);
}.snu-app_card_win-u7z {
  background: linear-gradient(135deg,rgba(245, 167, 30, 0.16) 0%,#171228 100%);
}.snu-app_card_ic-u7z svg {
  width: 34px;
  height: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.snu-app_card_ic-u7z {
  flex-shrink: 0;
  color: #EDE8FF;
}.snu-app_card_os-u7z {
  color: #6D5F9A;
  letter-spacing: .08em;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
}.snu-app_card_title-u7z {
  font-weight: 700;
  margin-bottom: 0.375rem;
  color: #EDE8FF;
  font-size: 15px;
  overflow-wrap: break-word;
  line-height: 1.2;
}.snu-app_card_text-u7z {
  margin-bottom: 0.875rem;
  line-height: 1.5;
  font-size: 0.75rem;
  color: #6D5F9A;
  overflow-wrap: break-word;
}.snu-app_card_btn-u7z {
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 18px;
  border-radius: 0.375rem;
  border: 1px solid rgba(11, 210, 245, 0.45);
  transition: background .2s;
  gap: 0.438rem;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  color: #EDE8FF;
  font-weight: 700;
}.snu-app_card_btn-u7z:hover {
  background: rgba(255, 255, 255, 0.07);
}.snu-prov-u7z {
  background: #0C0918;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.snu-prov-u7z {
  padding: 44px 24px 0;
}
}.snu-prov_in-u7z {
  margin: 0 auto;
  max-width: 1320px;
}.snu-prov_head-u7z {
  margin-bottom: 1rem;
}.snu-prov_label-u7z {
  text-transform: uppercase;
  color: #0BD2F5;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.snu-prov_h2-u7z {
  margin-bottom: 8px;
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #EDE8FF;
}
@media(min-width: 769px) {.snu-prov_h2-u7z {
  font-size: 1.5rem;
}
}.snu-prov_seo-u7z {
  color: #6D5F9A;
  font-size: 13px;
  max-width: 620px;
  overflow-wrap: break-word;
  line-height: 1.6;
  margin-bottom: 1rem;
}.snu-prov_seo-u7z strong {
  font-weight: 700;
  color: #C2B8E8;
}.snu-prov_seo-u7z a {
  text-decoration: underline;
  color: #0BD2F5;
}.snu-prov_grid-u7z {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width:640px) {.snu-prov_grid-u7z {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1078px) {.snu-prov_grid-u7z {
  grid-template-columns: repeat(8,1fr);
}
}.snu-prov_card-u7z {
  background: #120E20;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.875rem 10px;
  gap: 0.438rem;
  transition: border-color .2s,background .2s;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  display: flex;
}.snu-prov_card-u7z:hover {
  background: #171228;
  border-color: rgba(11, 210, 245, 0.45);
}.snu-prov_logo-u7z {
  border-radius: 0.375rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  justify-content: center;
}.snu-prov_logo-u7z img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.snu-prov_name-u7z {
  overflow-wrap: break-word;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: #9285BC;
}.snu-htp-u7z {
  background: #0C0918;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.snu-htp-u7z {
  padding: 2.75rem 1.5rem 0;
}
}.snu-htp_in-u7z {
  margin: 0 auto;
  max-width: 82.5rem;
}.snu-htp_head-u7z {
  max-width: 45rem;
  margin-bottom: 22px;
}.snu-htp_label-u7z {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #0BD2F5;
  text-transform: uppercase;
  font-size: 0.688rem;
}.snu-htp_h2-u7z {
  font-size: 22px;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #EDE8FF;
}
@media(min-width:768px) {.snu-htp_h2-u7z {
  font-size: 28px;
}
}.snu-htp_intro-u7z {
  line-height: 1.6;
  color: #6D5F9A;
  font-size: 14px;
}.snu-htp_steps-u7z {
  padding: 0;
  list-style: none;
  gap: 12px;
  margin: 0;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.snu-htp_steps-u7z {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.snu-htp_steps-u7z {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.snu-htp_step-u7z {
  padding: 20px 18px 18px;
  background: #171228;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  display: flex;
  position: relative;
  flex-direction: column;
}.snu-htp_step_num-u7z {
  background: #0BD2F5;
  border-radius: 50%;
  top: -0.75rem;
  font-size: 0.813rem;
  align-items: center;
  width: 1.75rem;
  font-weight: 800;
  display: flex;
  color: #09071A;
  position: absolute;
  height: 28px;
  justify-content: center;
  font-family: 'Exo 2', sans-serif;
  left: 20px;
}.snu-htp_step_ic-u7z {
  border-radius: 0.375rem;
  background: rgba(11, 210, 245, 0.16);
  margin: 8px 0 0.75rem;
  height: 2.25rem;
  display: flex;
  width: 36px;
  justify-content: center;
  color: #0BD2F5;
  align-items: center;
}.snu-htp_step_ic-u7z svg {
  stroke-linecap: round;
  width: 1.125rem;
  height: 1.125rem;
  stroke-linejoin: round;
}.snu-htp_step_h-u7z {
  line-height: 1.25;
  font-size: 0.875rem;
  color: #EDE8FF;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
}.snu-htp_step_p-u7z {
  color: #6D5F9A;
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: break-word;
}.snu-htp_step_p-u7z strong {
  color: #C2B8E8;
  font-weight: 600;
}.snu-htp_cta-u7z {
  background: #1FD47C;
  transition: background .2s;
  padding: 13px 1.625rem;
  border-radius: 10px;
  font-size: 0.875rem;
  color: #09071A;
  font-weight: 700;
  display: inline-block;
  margin-top: 1.25rem;
}.snu-htp_cta-u7z:hover {
  background: #30E98D;
}.snu-rv-u7z {
  padding: 36px 16px 0;
  background: #0C0918;
}
@media(min-width: 765px) {.snu-rv-u7z {
  padding: 44px 1.5rem 0;
}
}.snu-rv_in-u7z {
  margin: 0 auto;
  max-width: 1320px;
}.snu-rv_head-u7z {
  max-width: 720px;
  margin-bottom: 20px;
}.snu-rv_label-u7z {
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #0BD2F5;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}.snu-rv_h2-u7z {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.375rem;
  font-weight: 800;
  color: #EDE8FF;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
}
@media(min-width: 769px) {.snu-rv_h2-u7z {
  font-size: 1.75rem;
}
}.snu-rv_stats-u7z {
  gap: 18px;
  color: #6D5F9A;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.813rem;
}.snu-rv_stats_score-u7z {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.snu-rv_stats_score_val-u7z {
  font-family: 'Exo 2', sans-serif;
  color: #F5A71E;
  font-weight: 800;
  font-size: 1.375rem;
}.snu-rv_stats_score_max-u7z {
  color: #524875;
  font-size: 13px;
}.snu-rv_stats_badge-u7z {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.snu-rv_stats_badge-u7z svg {
  color: #F5A71E;
  width: 0.875rem;
  height: 0.875rem;
}.snu-rv_grid-u7z {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.snu-rv_grid-u7z {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.snu-rv_grid-u7z {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.snu-rv_card-u7z {
  background: #171228;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 20px;
  border-radius: 0.625rem;
  flex-direction: column;
  display: flex;
}.snu-rv_card_stars-u7z {
  gap: 2px;
  color: #F5A71E;
  margin-bottom: 10px;
  display: flex;
}.snu-rv_card_stars-u7z svg {
  width: 14px;
  height: 14px;
}.snu-rv_card_h-u7z {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #EDE8FF;
  line-height: 1.3;
}.snu-rv_card_body-u7z {
  flex: 1;
  font-size: 0.813rem;
  color: #6D5F9A;
  overflow-wrap: break-word;
  line-height: 1.65;
  margin-bottom: 14px;
}.snu-rv_card_body-u7z strong {
  color: #C2B8E8;
  font-weight: 600;
}.snu-rv_card_meta-u7z {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}.snu-rv_card_author-u7z {
  font-size: 0.75rem;
  font-weight: 600;
  color: #C2B8E8;
}.snu-rv_card_date-u7z {
  font-size: 0.688rem;
  color: #524875;
}.snu-pmt-u7z {
  background: #0C0918;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.snu-pmt-u7z {
  padding: 44px 1.5rem 0;
}
}.snu-pmt_in-u7z {
  margin: 0 auto;
  max-width: 82.5rem;
}.snu-pmt_head-u7z {
  max-width: 45rem;
  margin-bottom: 22px;
}.snu-pmt_label-u7z {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #0BD2F5;
  font-size: 11px;
}.snu-pmt_h2-u7z {
  font-size: 22px;
  color: #EDE8FF;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
}
@media(min-width: 766px) {.snu-pmt_h2-u7z {
  font-size: 1.75rem;
}
}.snu-pmt_intro-u7z {
  overflow-wrap: break-word;
  color: #6D5F9A;
  line-height: 1.6;
  font-size: 0.875rem;
}.snu-pmt_groups-u7z {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.snu-pmt_group-u7z {
  padding: 20px;
  background: #171228;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.snu-pmt_group_head-u7z {
  gap: 0.75rem;
  align-items: center;
  display: flex;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
}.snu-pmt_group_ic-u7z {
  background: rgba(11, 210, 245, 0.16);
  border-radius: 6px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  color: #0BD2F5;
  justify-content: center;
  height: 2.25rem;
  width: 36px;
}.snu-pmt_group_ic-u7z svg {
  stroke-linejoin: round;
  width: 18px;
  stroke-linecap: round;
  height: 18px;
}.snu-pmt_group_h-u7z {
  margin: 0;
  font-family: 'Exo 2', sans-serif;
  color: #EDE8FF;
  font-size: 1rem;
  font-weight: 700;
  overflow-wrap: break-word;
}.snu-pmt_group_p-u7z {
  overflow-wrap: break-word;
  color: #6D5F9A;
  margin-bottom: 14px;
  line-height: 1.6;
  font-size: 0.813rem;
}.snu-pmt_group_p-u7z strong {
  color: #C2B8E8;
  font-weight: 600;
}.snu-pmt_table_wrap-u7z {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.snu-pmt_table-u7z {
  min-width: 33.75rem;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.813rem;
}.snu-pmt_table-u7z th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .04em;
  text-align: left;
  white-space: nowrap;
  color: #C2B8E8;
  font-weight: 700;
}.snu-pmt_table-u7z td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  color: #6D5F9A;
}.snu-pmt_table-u7z tbody tr:last-child td {
  border-bottom: none;
}.snu-pmt_table-u7z tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C2B8E8;
}.snu-faq-u7z {
  padding: 2.25rem 16px 0;
  background: #0C0918;
}
@media(min-width: 765px) {.snu-faq-u7z {
  padding: 2.75rem 24px 0;
}
}.snu-faq_in-u7z {
  margin: 0 auto;
  max-width: 82.5rem;
}.snu-faq_head-u7z {
  margin-bottom: 20px;
}.snu-faq_label-u7z {
  color: #0BD2F5;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
}.snu-faq_h2-u7z {
  font-family: 'Exo 2', sans-serif;
  color: #EDE8FF;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 771px) {.snu-faq_h2-u7z {
  font-size: 1.5rem;
}
}.snu-faq_list-u7z {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.snu-faq_item-u7z {
  overflow: hidden;
  border-radius: 10px;
  background: #171228;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.snu-faq_q-u7z {
  transition: color .2s;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  justify-content: space-between;
  font-weight: 600;
  overflow-wrap: break-word;
  align-items: center;
  color: #C2B8E8;
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}.snu-faq_q-u7z:hover {
  color: #EDE8FF;
}.snu-faq_q_ic-u7z {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  color: #0BD2F5;
  width: 24px;
  font-size: 1rem;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 1.5rem;
}.snu-faq_item-u7z.snu-state_open-u7z .snu-faq_q_ic-u7z {
  transform: rotate(45deg);
}.snu-faq_a-u7z {
  padding: 0 20px 1rem;
  line-height: 1.7;
  display: none;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #6D5F9A;
}.snu-faq_item-u7z.snu-state_open-u7z .snu-faq_a-u7z {
  display: block;
}.snu-faq_a-u7z strong {
  color: #C2B8E8;
  font-weight: 700;
}.snu-faq_a-u7z a {
  text-decoration: underline;
  color: #0BD2F5;
}.snu-faq_a-u7z ul,.snu-faq_a-u7z ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.snu-faq_a-u7z ol {
  list-style: decimal;
}.snu-faq_a-u7z li {
  line-height: 1.6;
  margin-bottom: 4px;
}.snu-faq_a-u7z table {
  margin: 0.5rem 0;
  width: 100%;
  overflow-x: auto;
  font-size: 12px;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 769px) {.snu-faq_a-u7z table {
  display: table;
}
}.snu-faq_a-u7z th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #C2B8E8;
}.snu-faq_a-u7z td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 0.5rem;
  color: #6D5F9A;
}.snu-seo-u7z {
  background: #0C0918;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.snu-seo-u7z {
  padding: 44px 1.5rem 0;
}
}.snu-seo_in-u7z {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #171228;
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  border-radius: 16px;
  max-width: 1320px;
}
@media(min-width: 767px) {.snu-seo_in-u7z {
  padding: 36px 2.5rem;
}
}.snu-seo_label-u7z {
  color: #0BD2F5;
  margin-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.snu-seo_h2-u7z {
  overflow-wrap: break-word;
  color: #EDE8FF;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 14px;
  line-height: 1.25;
  font-family: 'Exo 2', sans-serif;
}
@media(min-width:768px) {.snu-seo_h2-u7z {
  font-size: 1.5rem;
}
}.snu-seo_body-u7z {
  color: #9285BC;
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
}.snu-seo_body-u7z p {
  margin-bottom: 0.75rem;
  font-size: 14px;
  line-height: 1.75;
  color: #9285BC;
}.snu-seo_body-u7z p:last-child {
  margin-bottom: 0;
}.snu-seo_body-u7z strong {
  color: #C2B8E8;
  font-weight: 700;
}.snu-seo_body-u7z a {
  transition: color .2s;
  color: #0BD2F5;
  text-decoration: underline;
}.snu-seo_body-u7z a:hover {
  color: #2FDEF8;
}.snu-seo_body-u7z ul,.snu-seo_body-u7z ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.snu-seo_body-u7z ol {
  list-style: decimal;
}.snu-seo_body-u7z li {
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.75;
  color: #9285BC;
}.snu-seo_body-u7z table {
  width: 100%;
  margin-bottom: 12px;
  overflow-x: auto;
  font-size: 0.813rem;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 771px) {.snu-seo_body-u7z table {
  display: table;
}
}.snu-seo_body-u7z th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  font-weight: 700;
  color: #C2B8E8;
  text-align: left;
}.snu-seo_body-u7z td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9285BC;
}.snu-seo_cols-u7z {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 639px) {.snu-seo_cols-u7z {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.snu-seo_cols-u7z {
  grid-template-columns: repeat(3,1fr);
}
}.snu-seo_col_h-u7z {
  font-weight: 700;
  overflow-wrap: break-word;
  color: #C2B8E8;
  font-size: 0.813rem;
  margin-bottom: 7px;
}.snu-seo_col_p-u7z {
  color: #6D5F9A;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
}.snu-seo_stats-u7z {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.snu-seo_stat-u7z {
  border-radius: 10px;
  padding: 14px 16px;
  flex: 1;
  border: 1px solid rgba(11, 210, 245, 0.16);
  background: rgba(11, 210, 245, 0.07);
  min-width: 8.75rem;
}.snu-seo_stat_val-u7z {
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #0BD2F5;
  font-weight: 800;
  font-size: 1.25rem;
}.snu-seo_stat_lb-u7z {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #6D5F9A;
}.snu-seo-u7z {
  padding: 36px 16px 0;
  background: #0C0918;
}
@media(min-width: 769px) {.snu-seo-u7z {
  padding: 2.75rem 1.5rem 0;
}
}.snu-seo_in-u7z {
  border-radius: 1rem;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #171228;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.snu-seo_in-u7z {
  padding: 2.25rem 2.5rem;
}
}.snu-seo_label-u7z {
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #0BD2F5;
  text-transform: uppercase;
  margin-bottom: 10px;
}.snu-seo_h2-u7z {
  line-height: 1.25;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
  color: #EDE8FF;
  font-size: 20px;
  margin-bottom: 0.875rem;
}
@media(min-width: 771px) {.snu-seo_h2-u7z {
  font-size: 1.5rem;
}
}.snu-seo_body-u7z {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #9285BC;
}.snu-seo_body-u7z p {
  font-size: 0.875rem;
  color: #9285BC;
  margin-bottom: 12px;
  line-height: 1.75;
}.snu-seo_body-u7z p:last-child {
  margin-bottom: 0;
}.snu-seo_body-u7z strong {
  font-weight: 700;
  color: #C2B8E8;
}.snu-seo_body-u7z a {
  transition: color .2s;
  text-decoration: underline;
  color: #0BD2F5;
}.snu-seo_body-u7z a:hover {
  color: #2FDEF8;
}.snu-seo_body-u7z ul,.snu-seo_body-u7z ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.snu-seo_body-u7z ol {
  list-style: decimal;
}.snu-seo_body-u7z li {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #9285BC;
}.snu-seo_body-u7z table {
  width: 100%;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  font-size: 0.813rem;
}
@media(min-width: 765px) {.snu-seo_body-u7z table {
  display: table;
}
}.snu-seo_body-u7z th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #C2B8E8;
}.snu-seo_body-u7z td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9285BC;
}.snu-seo_cols-u7z {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.snu-seo_cols-u7z {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.snu-seo_cols-u7z {
  grid-template-columns: repeat(3,1fr);
}
}.snu-seo_col_h-u7z {
  color: #C2B8E8;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
}.snu-seo_col_p-u7z {
  color: #6D5F9A;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.snu-seo_stats-u7z {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.snu-seo_stat-u7z {
  border: 1px solid rgba(11, 210, 245, 0.16);
  border-radius: 0.625rem;
  background: rgba(11, 210, 245, 0.07);
  flex: 1;
  padding: 0.875rem 1rem;
  min-width: 8.75rem;
}.snu-seo_stat_val-u7z {
  overflow-wrap: break-word;
  color: #0BD2F5;
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 800;
}.snu-seo_stat_lb-u7z {
  color: #6D5F9A;
  font-size: 11px;
  overflow-wrap: break-word;
}.snu-seo-u7z {
  background: #0C0918;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.snu-seo-u7z {
  padding: 44px 24px 0;
}
}.snu-seo_in-u7z {
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 1rem;
  margin: 0 auto;
  background: #171228;
  max-width: 1320px;
}
@media(min-width: 770px) {.snu-seo_in-u7z {
  padding: 36px 40px;
}
}.snu-seo_label-u7z {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #0BD2F5;
}.snu-seo_h2-u7z {
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
  color: #EDE8FF;
}
@media(min-width: 765px) {.snu-seo_h2-u7z {
  font-size: 1.5rem;
}
}.snu-seo_body-u7z {
  line-height: 1.75;
  font-size: 14px;
  color: #9285BC;
  overflow-wrap: break-word;
}.snu-seo_body-u7z p {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #9285BC;
}.snu-seo_body-u7z p:last-child {
  margin-bottom: 0;
}.snu-seo_body-u7z strong {
  color: #C2B8E8;
  font-weight: 700;
}.snu-seo_body-u7z a {
  transition: color .2s;
  color: #0BD2F5;
  text-decoration: underline;
}.snu-seo_body-u7z a:hover {
  color: #2FDEF8;
}.snu-seo_body-u7z ul,.snu-seo_body-u7z ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.snu-seo_body-u7z ol {
  list-style: decimal;
}.snu-seo_body-u7z li {
  line-height: 1.75;
  font-size: 14px;
  color: #9285BC;
  margin-bottom: 6px;
}.snu-seo_body-u7z table {
  width: 100%;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 12px;
}
@media(min-width: 769px) {.snu-seo_body-u7z table {
  display: table;
}
}.snu-seo_body-u7z th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C2B8E8;
  text-align: left;
  font-weight: 700;
}.snu-seo_body-u7z td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9285BC;
}.snu-seo_cols-u7z {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.snu-seo_cols-u7z {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.snu-seo_cols-u7z {
  grid-template-columns: repeat(3,1fr);
}
}.snu-seo_col_h-u7z {
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-weight: 700;
  color: #C2B8E8;
}.snu-seo_col_p-u7z {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #6D5F9A;
  font-size: 13px;
}.snu-seo_stats-u7z {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.snu-seo_stat-u7z {
  padding: 14px 1rem;
  border-radius: 0.625rem;
  flex: 1;
  background: rgba(11, 210, 245, 0.07);
  border: 1px solid rgba(11, 210, 245, 0.16);
  min-width: 140px;
}.snu-seo_stat_val-u7z {
  margin-bottom: 0.25rem;
  color: #0BD2F5;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}.snu-seo_stat_lb-u7z {
  color: #6D5F9A;
  overflow-wrap: break-word;
  font-size: 11px;
}.snu-ft-u7z {
  background: #070510;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.snu-ft_support-u7z {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width:768px) {.snu-ft_support-u7z {
  padding: 1.75rem 1.5rem;
}
}.snu-ft_support_in-u7z {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 1320px;
  flex-wrap: wrap;
}.snu-ft_support_main-u7z {
  gap: 1rem;
  flex: 1;
  min-width: 13.75rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.snu-ft_support_ic-u7z {
  color: #0BD2F5;
  flex-shrink: 0;
}.snu-ft_support_ic-u7z svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 30px;
  height: 1.875rem;
}.snu-ft_support_text_title-u7z {
  margin-bottom: 3px;
  overflow-wrap: break-word;
  color: #EDE8FF;
  font-size: 0.938rem;
  font-weight: 700;
}.snu-ft_support_text_sub-u7z {
  overflow-wrap: break-word;
  font-size: 12px;
  color: #6D5F9A;
}.snu-ft_support_btn-u7z {
  border-radius: 10px;
  background: #0BD2F5;
  padding: 11px 22px;
  transition: background .2s;
  color: #EDE8FF;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 0.813rem;
  white-space: nowrap;
}.snu-ft_support_btn-u7z:hover {
  background: #2FDEF8;
}.snu-ft_support_contacts-u7z {
  gap: 1rem;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.snu-ft_support_contact-u7z {
  color: #524875;
  font-size: 12px;
  line-height: 1.4;
}.snu-ft_support_contact-u7z strong {
  color: #9285BC;
  font-size: 0.688rem;
  margin-bottom: 2px;
  display: block;
  font-weight: 600;
}.snu-ft_main-u7z {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 770px) {.snu-ft_main-u7z {
  padding: 2.5rem 1.5rem 2rem;
}
}.snu-ft_main_in-u7z {
  margin: 0 auto;
  gap: 24px;
  max-width: 82.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.snu-ft_main_in-u7z {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.snu-ft_main_in-u7z {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.snu-ft_col_logo-u7z {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.snu-ft_col_logo-u7z {
  grid-column: auto;
}
}.snu-ft_logo-u7z {
  gap: 9px;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  color: #EDE8FF;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  align-items: center;
  font-weight: 800;
}.snu-ft_logo_mark-u7z {
  overflow: hidden;
  border-radius: 6px;
  width: 1.875rem;
  height: 30px;
}.snu-ft_logo_mark-u7z img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.snu-ft_logo_sub-u7z {
  max-width: 12.5rem;
  line-height: 1.55;
  font-size: 12px;
  color: #524875;
  overflow-wrap: break-word;
}.snu-ft_col_title-u7z {
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 0.875rem;
  font-weight: 700;
  font-size: 0.75rem;
  color: #9285BC;
}.snu-ft_col_links-u7z {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.snu-ft_col_link-u7z {
  transition: color .2s;
  font-size: 0.813rem;
  color: #524875;
  overflow-wrap: break-word;
}.snu-ft_col_link-u7z:hover {
  color: #C2B8E8;
}.snu-ft_apps-u7z {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.snu-ft_app_card-u7z {
  transition: border-color .2s;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  display: flex;
  align-items: center;
}.snu-ft_app_card-u7z:hover {
  border-color: rgba(11, 210, 245, 0.45);
}.snu-ft_app_card_ic-u7z svg {
  stroke-linecap: round;
  height: 1.375rem;
  stroke-linejoin: round;
  width: 22px;
}.snu-ft_app_card_os-u7z {
  color: #524875;
  font-size: 0.625rem;
  font-weight: 600;
}.snu-ft_app_card_action-u7z {
  color: #C2B8E8;
  font-weight: 700;
  font-size: 0.75rem;
}.snu-ft_bot-u7z {
  padding: 20px 16px;
}
@media(min-width: 765px) {.snu-ft_bot-u7z {
  padding: 20px 24px;
}
}.snu-ft_bot_in-u7z {
  margin: 0 auto;
  gap: 16px;
  max-width: 1320px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.snu-ft_socials-u7z {
  gap: 8px;
  display: flex;
}.snu-ft_soc-u7z {
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  align-items: center;
  color: #9285BC;
  width: 2.25rem;
  display: flex;
  justify-content: center;
  height: 36px;
}.snu-ft_soc-u7z svg {
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
}.snu-ft_soc-u7z:hover {
  background: rgba(255, 255, 255, 0.07);
}.snu-ft_legal-u7z {
  flex: 1;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7A6EA8;
  line-height: 1.6;
  min-width: 200px;
}.snu-ft_legal-u7z strong {
  font-weight: 700;
  color: #9285BC;
}.snu-ft_legal-u7z a {
  text-decoration: underline;
  color: #9285BC;
}.snu-ft_age-u7z {
  border-radius: 50%;
  border: 2px solid #7A6EA8;
  height: 32px;
  font-weight: 800;
  flex-shrink: 0;
  margin-left: auto;
  color: #7A6EA8;
  font-size: 11px;
  align-items: center;
  display: flex;
  width: 2rem;
  justify-content: center;
}