html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #0D0B18;
  min-height: 100vh;
  line-height: 1.6;
  color: #C4BEED;
  font-family: 'Nunito', sans-serif;
  -webkit-font-smoothing: antialiased;
}.syu-layout_p1p {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.syu-page_p1p {
  min-height: 100vh;
  display: flex;
}.syu-main_p1p {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width: 1079px) {.syu-main_p1p {
  padding-left: 13.75rem;
}
}
@media (max-width:1079px) {.syu-main_p1p {
  padding-bottom: 4.5rem;
}
}.syu-gc_p1p {
  background: #110F21;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border-radius: 0.625rem;
  border: 1px solid rgba(255,255,255,0.06);
  width: 140px;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
@media(min-width: 639px) {.syu-gc_p1p {
  width: 156px;
}
}
@media(min-width: 1081px) {.syu-gc_p1p {
  width: 10.5rem;
}
}.syu-gc_p1p:hover {
  transform: translateY(-3px);
  border-color: rgba(132,112,255,0.08);
}.syu-gc_img_p1p {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.syu-gc_img_p1p img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
}.syu-gc_hover_p1p {
  background: rgba(8,6,17,0.75);
  transition: opacity .2s;
  inset: 0;
  align-items: center;
  position: absolute;
  opacity: 0;
  display: flex;
  justify-content: center;
}.syu-gc_p1p:hover .syu-gc_hover_p1p {
  opacity: 1;
}.syu-gc_hover_btn_p1p {
  border-radius: 0.375rem;
  padding: 8px 1rem;
  background: #8470FF;
  color: #F0ECFF;
  font-weight: 700;
  font-size: 12px;
}.syu-gc_info_p1p {
  padding: 0.5rem 10px 10px;
}.syu-gc_name_p1p {
  overflow: hidden;
  font-size: 12px;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  color: #C4BEED;
  max-width: 100%;
}.syu-gc_prov_p1p {
  color: #7B74A8;
  font-size: 0.625rem;
}.syu-gc_tag_p1p {
  padding: 2px 7px;
  border-radius: 4px;
  z-index: 2;
  top: 6px;
  font-weight: 700;
  left: 6px;
  font-size: 0.563rem;
  position: absolute;
  letter-spacing: .04em;
  text-transform: uppercase;
}.syu-gc_tag_hot_p1p {
  background: #E8414F;
  color: #fff;
}.syu-gc_tag_new_p1p {
  background: #2EC97A;
  color: #0D0B18;
}.syu-gc_tag_jp_p1p {
  background: #E8A830;
  color: #0D0B18;
}.syu-gc_tag_ex_p1p {
  background: #5B3FA6;
  color: #fff;
}.syu-gc_tag_live_p1p {
  background: #E8414F;
  color: #fff;
}.syu-gr_p1p {
  background: #0D0B18;
  padding: 32px 16px 0;
}
@media(min-width: 769px) {.syu-gr_p1p {
  padding: 2.25rem 1.5rem 0;
}
}.syu-gr_in_p1p {
  margin: 0 auto;
  max-width: 82.5rem;
}.syu-gr_head_p1p {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}.syu-gr_head_l_p1p {
  flex: 1;
  gap: 10px;
  display: flex;
  align-items: center;
  min-width: 0;
}.syu-gr_ic_p1p {
  border-radius: 0.625rem;
  height: 2rem;
  flex-shrink: 0;
  align-items: center;
  width: 2rem;
  justify-content: center;
  display: flex;
}.syu-gr_ic_p1p svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
  width: 1rem;
}.syu-gr_title_p1p {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F0ECFF;
  font-size: 16px;
  font-weight: 700;
}
@media(min-width: 771px) {.syu-gr_title_p1p {
  font-size: 18px;
}
}.syu-gr_more_p1p {
  transition: color .2s;
  gap: 5px;
  align-items: center;
  color: #837CAF;
  font-size: 12px;
  flex-shrink: 0;
  white-space: nowrap;
  display: flex;
  font-weight: 600;
}.syu-gr_more_p1p:hover {
  color: #8470FF;
}.syu-gr_more_p1p svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.75rem;
  height: 0.75rem;
}.syu-gr_arrows_p1p {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.syu-gr_arr_p1p {
  background: rgba(255,255,255,0.05);
  border-radius: 0.375rem;
  border: 1px solid rgba(255,255,255,0.10);
  transition: background .15s,color .15s;
  align-items: center;
  width: 30px;
  display: flex;
  color: #9690C4;
  height: 30px;
  justify-content: center;
}.syu-gr_arr_p1p:hover {
  background: rgba(255,255,255,0.07);
  color: #F0ECFF;
}.syu-gr_arr_p1p svg {
  stroke-linecap: round;
  width: 0.813rem;
  height: 13px;
  stroke-linejoin: round;
}.syu-gr_seo_h_p1p {
  margin: 0 0 0.375rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 13px;
  color: #C4BEED;
  max-width: 42.5rem;
}
@media(min-width: 769px) {.syu-gr_seo_h_p1p {
  font-size: 0.875rem;
}
}.syu-gr_seo_p1p {
  overflow-wrap: break-word;
  color: #837CAF;
  line-height: 1.55;
  max-width: 42.5rem;
  margin-bottom: 0.75rem;
  font-size: 12px;
}.syu-gr_seo_p1p strong {
  color: #C4BEED;
  font-weight: 600;
}.syu-gr_scroll_p1p {
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 10px;
}.syu-gr_scroll_p1p::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.syu-gr_scroll_p1p {
  gap: 0.75rem;
}
}.syu-tb_p1p {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #0D0B18;
  left: 0;
  display: flex;
  right: 0;
  height: 3.5rem;
  align-items: center;
  position: fixed;
  z-index: 80;
  top: 0;
}.syu-tb_in_p1p {
  gap: 0;
  padding: 0 14px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}.syu-tb_burger_p1p {
  gap: 0.313rem;
  border-radius: 0.625rem;
  width: 2.375rem;
  height: 2.375rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 0.5rem;
}.syu-tb_burger_p1p:hover {
  background: rgba(255,255,255,0.05);
}.syu-tb_burger_line_p1p {
  background: #9690C4;
  border-radius: 1px;
  height: 2px;
  width: 1.125rem;
  display: block;
}
@media(min-width: 1079px) {.syu-tb_burger_p1p {
  display: none;
}
}.syu-tb_logo_p1p {
  gap: 9px;
  flex-shrink: 0;
  color: #F0ECFF;
  letter-spacing: -.01em;
  align-items: center;
  display: flex;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-right: 20px;
  font-size: 1.125rem;
}.syu-tb_logo_mark_p1p {
  border-radius: 0.625rem;
  overflow: hidden;
  width: 32px;
  justify-content: center;
  align-items: center;
  height: 2rem;
  display: flex;
}.syu-tb_logo_mark_p1p img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.syu-tb_nav_p1p {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 642px) {.syu-tb_nav_p1p {
  display: flex;
}
}.syu-tb_tab_p1p {
  transition: background .15s,color .15s;
  border-radius: 0.625rem;
  padding: 8px 0.875rem;
  font-size: 13px;
  font-weight: 600;
  color: #9690C4;
  white-space: nowrap;
}.syu-tb_tab_p1p:hover {
  background: rgba(255,255,255,0.05);
  color: #F0ECFF;
}.syu-tb_tab_p1p.syu-state_active_p1p {
  background: rgba(132,112,255,0.18);
  color: #F0ECFF;
}.syu-tb_right_p1p {
  gap: 0.5rem;
  flex-shrink: 0;
  align-items: center;
  margin-left: auto;
  display: flex;
}.syu-tb_login_p1p {
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 0.563rem 16px;
  transition: border-color .2s,color .2s;
  background: rgba(255,255,255,0.05);
  color: #C4BEED;
  font-size: 13px;
  display: none;
  font-weight: 600;
}.syu-tb_login_p1p:hover {
  border-color: rgba(132,112,255,0.45);
  color: #F0ECFF;
}
@media(min-width: 478px) {.syu-tb_login_p1p {
  display: block;
}
}.syu-tb_reg_p1p {
  border-radius: 0.625rem;
  transition: background .2s;
  background: #2EC97A;
  padding: 9px 1.125rem;
  font-weight: 700;
  color: #0D0B18;
  white-space: nowrap;
  font-size: 0.813rem;
}.syu-tb_reg_p1p:hover {
  background: #3AD988;
}.syu-sb_p1p {
  background: #161228;
  transform: translateX(-100%);
  transition: transform .25s ease;
  border-right: 1px solid rgba(255,255,255,0.05);
  left: 0;
  bottom: 0;
  width: 13.75rem;
  overflow-y: auto;
  position: fixed;
  z-index: 70;
  top: 3.5rem;
}.syu-sb_p1p.syu-state_open_p1p {
  transform: translateX(0);
}.syu-sb_p1p::-webkit-scrollbar {
  width: 4px;
}.syu-sb_p1p::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width:1080px) {.syu-sb_p1p {
  transform: translateX(0);
}
}.syu-sb_auth_p1p {
  padding: 0.875rem 12px 0.625rem;
}.syu-sb_btn_reg_p1p {
  transition: background .2s;
  border-radius: 10px;
  background: #2EC97A;
  padding: 0.688rem;
  font-size: 0.813rem;
  display: block;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #0D0B18;
}.syu-sb_btn_reg_p1p:hover {
  background: #3AD988;
}.syu-sb_btn_login_p1p {
  transition: border-color .2s;
  padding: 0.625rem;
  background: rgba(255,255,255,0.05);
  border-radius: 0.625rem;
  border: 1px solid rgba(255,255,255,0.10);
  display: block;
  font-weight: 600;
  color: #C4BEED;
  font-size: 13px;
  text-align: center;
}.syu-sb_btn_login_p1p:hover {
  border-color: rgba(132,112,255,0.45);
  color: #F0ECFF;
}.syu-sb_promo_p1p {
  overflow: hidden;
  background: linear-gradient(135deg,#1A0F3D,#161228);
  border: 1px solid rgba(132,112,255,0.18);
  border-radius: 0.625rem;
  padding: 12px 0.875rem;
  margin: 0 12px 0.625rem;
  position: relative;
}.syu-sb_promo_p1p::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(132,112,255,0.18),transparent 70%);
  content: '';
  width: 5rem;
  top: -1.25rem;
  height: 80px;
  right: -20px;
  position: absolute;
}.syu-sb_promo_title_p1p {
  text-transform: uppercase;
  font-weight: 700;
  color: #8470FF;
  font-size: 11px;
  letter-spacing: .06em;
  margin-bottom: 0.25rem;
}.syu-sb_promo_text_p1p {
  line-height: 1.35;
  color: #F0ECFF;
  font-weight: 600;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.syu-sb_promo_sub_p1p {
  color: #837CAF;
  font-size: 10px;
  margin-top: 3px;
}.syu-sb_nav_p1p {
  padding: 0.375rem 8px 16px;
}.syu-sb_nav_lb_p1p {
  padding: 10px 8px 6px;
  font-weight: 700;
  font-size: 0.625rem;
  color: #7B74A8;
  letter-spacing: .08em;
  text-transform: uppercase;
}.syu-sb_link_p1p {
  padding: 0.563rem 0.625rem;
  transition: background .15s,color .15s;
  border-radius: 0.375rem;
  gap: 0.625rem;
  color: #9690C4;
  cursor: pointer;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 500;
  font-size: 0.813rem;
  align-items: center;
}.syu-sb_link_p1p:hover {
  background: rgba(255,255,255,0.05);
  color: #F0ECFF;
}.syu-sb_link_p1p.syu-state_active_p1p {
  background: rgba(132,112,255,0.18);
  color: #F0ECFF;
}.syu-sb_ic_p1p {
  border-radius: 6px;
  height: 1.875rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 30px;
}.syu-sb_ic_p1p svg {
  width: 16px;
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
}.syu-sb_ic_1_p1p {
  background: rgba(132,112,255,0.08);
  color: #8470FF;
}.syu-sb_ic_2_p1p {
  background: rgba(46,201,122,0.15);
  color: #2EC97A;
}.syu-sb_ic_3_p1p {
  background: rgba(232,168,48,0.15);
  color: #E8A830;
}.syu-sb_ic_4_p1p {
  background: rgba(91,63,166,0.25);
  color: #5B3FA6;
}.syu-sb_ic_5_p1p {
  background: rgba(132,112,255,0.08);
  color: #E84D9B;
}.syu-sb_ic_6_p1p {
  background: rgba(91,63,166,0.25);
  color: #A054E8;
}.syu-sb_badge_p1p {
  background: #E8A830;
  border-radius: 0.375rem;
  padding: 2px 7px;
  font-size: 0.563rem;
  font-weight: 700;
  margin-left: auto;
  color: #0D0B18;
}.syu-sb_bot_p1p {
  gap: 8px;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 0.75rem;
  display: flex;
}.syu-sb_lang_p1p,.syu-sb_help_p1p {
  border-radius: 6px;
  background: rgba(255,255,255,0.05);
  padding: 0.563rem 6px;
  border: 1px solid rgba(255,255,255,0.06);
  transition: border-color .2s;
  flex: 1;
  gap: 6px;
  display: flex;
  font-size: 11px;
  font-weight: 600;
  align-items: center;
  color: #9690C4;
  justify-content: center;
}.syu-sb_lang_p1p:hover,.syu-sb_help_p1p:hover {
  border-color: rgba(132,112,255,0.45);
  color: #F0ECFF;
}.syu-sb_lang_p1p svg,.syu-sb_help_p1p svg {
  width: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 13px;
}.syu-sb_bd_p1p {
  background: rgba(8,6,17,0.75);
  inset: 0;
  display: none;
  position: fixed;
  z-index: 69;
}.syu-sb_bd_p1p.syu-state_on_p1p {
  display: block;
}
@media(min-width: 1082px) {.syu-sb_bd_p1p {
  display: none!important;
}
}.syu-mob_nav_p1p {
  border-top: 1px solid rgba(255,255,255,0.10);
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #161228;
  z-index: 80;
  display: flex;
  right: 0;
  position: fixed;
  left: 0;
  bottom: 0;
}
@media(min-width:1080px) {.syu-mob_nav_p1p {
  display: none;
}
}.syu-mob_nav_item_p1p {
  gap: 0.25rem;
  padding: 0.25rem 2px;
  flex: 1;
  color: #7B74A8;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}.syu-mob_nav_ic_p1p {
  line-height: 1;
}.syu-mob_nav_ic_p1p svg {
  width: 20px;
  height: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.syu-mob_nav_lb_p1p {
  font-size: 0.625rem;
  font-weight: 600;
  color: #7B74A8;
}.syu-mob_nav_item_p1p.syu-state_active_p1p {
  color: #8470FF;
}.syu-mob_nav_item_p1p.syu-state_active_p1p .syu-mob_nav_lb_p1p {
  color: #8470FF;
}.syu-hero_p1p {
  background: #0D0B18;
  padding: 20px 1rem 0;
}
@media(min-width: 765px) {.syu-hero_p1p {
  padding: 1.5rem 1.5rem 0;
}
}.syu-hero_in_p1p {
  margin: 0 auto;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  max-width: 1320px;
  display: grid;
}
@media(min-width: 861px) {.syu-hero_in_p1p {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.syu-hero_in_p1p {
  grid-template-columns: 1fr 340px;
}
}.syu-hero_promo_p1p {
  background: #110F21;
  border-radius: 16px;
  overflow: hidden;
  align-items: stretch;
  min-height: 13.75rem;
  position: relative;
  display: flex;
}
@media(min-width: 771px) {.syu-hero_promo_p1p {
  min-height: 17.5rem;
}
}.syu-hero_promo_bg_p1p {
  background: linear-gradient(120deg,#1A0F3D 0%,#0D0B18 100%);
  inset: 0;
  background-position: center;
  position: absolute;
  background-size: cover;
}.syu-hero_promo_bg_p1p::after {
  inset: 0;
  background: linear-gradient(90deg,#0D0B18 0%,rgba(8,6,17,0.75) 60%,transparent 100%);
  content: '';
  position: absolute;
}.syu-hero_promo_glow_p1p {
  background: radial-gradient(circle,rgba(91,63,166,0.25) 0%,transparent 65%);
  border-radius: 50%;
  position: absolute;
  top: -40px;
  width: 18.75rem;
  height: 300px;
  right: 3.75rem;
  pointer-events: none;
}.syu-hero_promo_ct_p1p {
  padding: 28px 24px 1.75rem 1.75rem;
  flex-direction: column;
  position: relative;
  display: flex;
  max-width: 30rem;
  justify-content: center;
  z-index: 2;
}
@media(min-width:768px) {.syu-hero_promo_ct_p1p {
  padding: 40px 2rem;
}
}.syu-hero_badge_p1p {
  background: rgba(132,112,255,0.18);
  padding: 0.313rem 12px;
  border-radius: 1.25rem;
  border: 1px solid rgba(132,112,255,0.08);
  font-size: 10px;
  color: #8470FF;
  letter-spacing: .08em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.875rem;
  font-weight: 700;
}.syu-hero_h1_p1p {
  margin-bottom: 0.625rem;
  font-weight: 800;
  color: #F0ECFF;
  overflow-wrap: break-word;
  font-size: 26px;
  line-height: 1.15;
  font-family: 'Cinzel', serif;
}.syu-hero_h1_p1p em {
  font-style: normal;
  color: #E8A830;
}
@media(min-width: 769px) {.syu-hero_h1_p1p {
  font-size: 36px;
}
}.syu-hero_sub_p1p {
  margin-bottom: 1.25rem;
  line-height: 1.55;
  color: #9690C4;
  font-size: 13px;
}
@media(min-width: 769px) {.syu-hero_sub_p1p {
  font-size: 14px;
}
}.syu-hero_row_p1p {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.syu-hero_cta_p1p {
  border-radius: 0.625rem;
  background: #2EC97A;
  transition: background .2s;
  padding: 0.813rem 26px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 0.375rem 20px rgba(46,201,122,0.38), 0 1px 4px rgba(8,6,17,0.60);
  color: #0D0B18;
}.syu-hero_cta_p1p:hover {
  background: #3AD988;
}.syu-hero_terms_p1p {
  color: #7B74A8;
  font-size: 0.688rem;
}.syu-hero_game_p1p {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  background: #110F21;
  border-radius: 1rem;
  position: relative;
  flex-direction: column;
  display: flex;
}.syu-hero_game_badge_p1p {
  padding: 5px 10px;
  background: rgba(232,168,48,0.15);
  border: 1px solid rgba(232,168,48,0.15);
  border-radius: 20px;
  font-size: 10px;
  z-index: 3;
  left: 12px;
  text-transform: uppercase;
  position: absolute;
  font-weight: 700;
  top: 0.75rem;
  letter-spacing: .06em;
  color: #E8A830;
}.syu-hero_game_badge_p1p svg {
  margin-right: 0.25rem;
  width: 11px;
  vertical-align: -1px;
  height: 11px;
}.syu-hero_game_img_p1p {
  overflow: hidden;
  background: linear-gradient(135deg,#1A0F3D,#0D0B18);
  position: relative;
  padding-bottom: 60%;
}.syu-hero_game_img_p1p img {
  inset: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}.syu-hero_game_play_p1p {
  inset: 0;
  background: rgba(8,6,17,0.75);
  transition: opacity .2s;
  align-items: center;
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
}.syu-hero_game_p1p:hover .syu-hero_game_play_p1p {
  opacity: 1;
}.syu-hero_game_play_p1p span {
  background: #8470FF;
  border-radius: 50%;
  height: 52px;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 52px;
}.syu-hero_game_play_p1p span svg {
  height: 18px;
  margin-left: 2px;
  width: 18px;
}.syu-hero_game_info_p1p {
  padding: 14px 16px;
}.syu-hero_game_title_p1p {
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-size: 0.938rem;
  font-weight: 700;
  color: #F0ECFF;
}.syu-hero_game_provider_p1p {
  color: #837CAF;
  font-size: 11px;
}.syu-hero_game_btn_p1p {
  border-radius: 10px;
  background: #8470FF;
  padding: 0.688rem;
  margin: 0.75rem 16px 1rem;
  transition: background .2s;
  font-size: 0.813rem;
  color: #F0ECFF;
  font-weight: 700;
  text-align: center;
  display: block;
}.syu-hero_game_p1p:hover .syu-hero_game_btn_p1p {
  background: #9B87FF;
}.syu-sbar_p1p {
  padding: 16px 1rem 0;
  background: #0D0B18;
}
@media(min-width: 767px) {.syu-sbar_p1p {
  padding: 18px 1.5rem 0;
}
}.syu-sbar_in_p1p {
  margin: 0 auto;
  max-width: 1320px;
}.syu-sbar_row_p1p {
  gap: 10px;
  display: flex;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}.syu-sbar_input_p1p {
  gap: 10px;
  flex: 1;
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s;
  padding: 11px 16px;
  border-radius: 0.625rem;
  background: #110F21;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #837CAF;
  font-size: 0.813rem;
}.syu-sbar_input_p1p:hover {
  border-color: rgba(132,112,255,0.45);
}.syu-sbar_input_p1p svg {
  height: 0.938rem;
  width: 15px;
  stroke-linejoin: round;
  stroke-linecap: round;
  flex-shrink: 0;
}.syu-sbar_providers_p1p {
  gap: 0.5rem;
  padding: 11px 18px;
  border: 1px solid rgba(255,255,255,0.10);
  background: #110F21;
  border-radius: 10px;
  transition: border-color .2s;
  align-items: center;
  font-size: 13px;
  white-space: nowrap;
  color: #C4BEED;
  font-weight: 600;
  display: flex;
}.syu-sbar_providers_p1p:hover {
  border-color: rgba(132,112,255,0.45);
  color: #F0ECFF;
}.syu-sbar_providers_p1p svg {
  height: 0.875rem;
  width: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.syu-sbar_tabs_p1p {
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 2px;
}.syu-sbar_tabs_p1p::-webkit-scrollbar {
  display: none;
}.syu-sbar_tab_p1p {
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  gap: 0.438rem;
  transition: background .15s,color .15s,border-color .15s;
  padding: 0.5rem 0.875rem;
  white-space: nowrap;
  flex-shrink: 0;
  color: #9690C4;
  font-size: 12px;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  display: flex;
}.syu-sbar_tab_p1p:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(132,112,255,0.45);
  color: #F0ECFF;
}.syu-sbar_tab_p1p.syu-state_active_p1p {
  border-color: rgba(132,112,255,0.08);
  background: rgba(132,112,255,0.18);
  color: #F0ECFF;
}.syu-sbar_tab_ic_p1p svg {
  stroke-linecap: round;
  width: 0.875rem;
  height: 0.875rem;
  stroke-linejoin: round;
}.syu-wy_p1p {
  padding: 2rem 16px 0;
  background: #0D0B18;
}
@media(min-width: 766px) {.syu-wy_p1p {
  padding: 2.5rem 24px 0;
}
}.syu-wy_in_p1p {
  margin: 0 auto;
  max-width: 1320px;
}.syu-wy_head_p1p {
  max-width: 720px;
  margin-bottom: 1.125rem;
}.syu-wy_label_p1p {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #8470FF;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
}.syu-wy_h2_p1p {
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #F0ECFF;
  font-size: 1.25rem;
}
@media(min-width: 765px) {.syu-wy_h2_p1p {
  font-size: 1.5rem;
}
}.syu-wy_intro_p1p {
  margin: 0;
  font-size: 0.813rem;
  color: #837CAF;
  line-height: 1.6;
}.syu-wy_grid_p1p {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.syu-wy_grid_p1p {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.syu-wy_grid_p1p {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.syu-wy_card_p1p {
  transition: border-color .2s,transform .2s;
  padding: 1.25rem;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 10px;
  background: #161228;
}.syu-wy_card_p1p:hover {
  border-color: rgba(132,112,255,0.08);
  transform: translateY(-2px);
}.syu-wy_card_ic_p1p {
  background: rgba(132,112,255,0.18);
  border-radius: 50%;
  color: #8470FF;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}.syu-wy_card_ic_p1p svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.375rem;
  height: 1.375rem;
}.syu-wy_card_h_p1p {
  font-weight: 700;
  color: #F0ECFF;
  line-height: 1.25;
  margin-bottom: 0.375rem;
  font-size: 0.938rem;
  overflow-wrap: break-word;
}.syu-wy_card_p_p1p {
  font-size: 0.813rem;
  color: #837CAF;
  line-height: 1.6;
  overflow-wrap: break-word;
}.syu-wy_card_p_p1p strong {
  color: #C4BEED;
  font-weight: 600;
}.syu-gcg_p1p {
  background: #0D0B18;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.syu-gcg_p1p {
  padding: 44px 1.5rem 0;
}
}.syu-gcg_in_p1p {
  margin: 0 auto;
  max-width: 82.5rem;
}.syu-gcg_head_p1p {
  max-width: 45rem;
  margin-bottom: 20px;
}.syu-gcg_label_p1p {
  font-size: 0.688rem;
  color: #8470FF;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.syu-gcg_h2_p1p {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  color: #F0ECFF;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 22px;
}
@media(min-width:768px) {.syu-gcg_h2_p1p {
  font-size: 1.75rem;
}
}.syu-gcg_intro_p1p {
  font-size: 13px;
  color: #837CAF;
  line-height: 1.6;
}.syu-gcg_grid_p1p {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.syu-gcg_grid_p1p {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.syu-gcg_grid_p1p {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.syu-gcg_card_p1p {
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  padding: 1.25rem;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  display: flex;
  justify-content: flex-end;
  min-height: 240px;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}.syu-gcg_card_p1p:hover {
  border-color: rgba(132,112,255,0.18);
  transform: translateY(-3px);
}.syu-gcg_card_bg_p1p {
  inset: 0;
  position: absolute;
  z-index: 0;
}.syu-gcg_card_bg_p1p::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.syu-gcg_card_ic_p1p {
  background: rgba(0,0,0,.45);
  border-radius: 0.375rem;
  display: flex;
  width: 2.5rem;
  position: absolute;
  color: #F0ECFF;
  z-index: 2;
  height: 40px;
  justify-content: center;
  align-items: center;
  top: 1.125rem;
  right: 18px;
}.syu-gcg_card_ic_p1p svg {
  width: 1.25rem;
  height: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.syu-gcg_card_ct_p1p {
  position: relative;
  z-index: 1;
}.syu-gcg_card_h_p1p {
  line-height: 1.2;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 8px;
  color: #F0ECFF;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.syu-gcg_card_h_p1p {
  font-size: 1.25rem;
}
}.syu-gcg_card_p_p1p {
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
  margin-bottom: 10px;
  font-size: 0.75rem;
  line-height: 1.55;
}.syu-gcg_card_p_p1p strong {
  font-weight: 600;
  color: #F0ECFF;
}.syu-gcg_card_cta_p1p {
  gap: 0.25rem;
  font-size: 0.75rem;
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 700;
  color: #8470FF;
  letter-spacing: .04em;
  align-items: center;
}.syu-gcg_card_cta_p1p svg {
  width: 12px;
  stroke-linejoin: round;
  height: 12px;
  stroke-linecap: round;
}.syu-ws_p1p {
  padding: 32px 1rem 0;
  background: #0D0B18;
}
@media(min-width: 770px) {.syu-ws_p1p {
  padding: 2.25rem 24px 0;
}
}.syu-ws_in_p1p {
  margin: 0 auto;
  max-width: 1320px;
}.syu-ws_head_p1p {
  gap: 12px;
  margin-bottom: 14px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}.syu-ws_title_p1p {
  gap: 10px;
  font-weight: 700;
  color: #F0ECFF;
  align-items: center;
  font-size: 1rem;
  font-family: 'Cinzel', serif;
  display: flex;
  overflow-wrap: break-word;
  flex-wrap: wrap;
}.syu-ws_title_ic_p1p svg {
  stroke-linejoin: round;
  height: 18px;
  stroke-linecap: round;
  width: 1.125rem;
  color: #E8A830;
}.syu-ws_online_p1p {
  gap: 7px;
  align-items: center;
  font-weight: 600;
  font-size: 0.75rem;
  color: #837CAF;
  display: flex;
}.syu-ws_online_dot_p1p {
  border-radius: 50%;
  background: #2EC97A;
  width: 0.5rem;
  height: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(46,201,122,0.15);
  flex-shrink: 0;
}.syu-ws_scroll_p1p {
  gap: 8px;
  padding-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
}.syu-ws_scroll_p1p::-webkit-scrollbar {
  display: none;
}.syu-wc_p1p {
  border: 1px solid rgba(255,255,255,0.10);
  padding: 0.625rem 14px;
  border-radius: 10px;
  background: #110F21;
  gap: 0.625rem;
  align-items: center;
  flex-shrink: 0;
  min-width: 13.75rem;
  display: flex;
}.syu-wc_img_p1p {
  background: #161228;
  overflow: hidden;
  border-radius: 6px;
  flex-shrink: 0;
  height: 36px;
  width: 2.25rem;
}.syu-wc_img_p1p img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.syu-wc_info_p1p {
  min-width: 0;
}.syu-wc_game_p1p {
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  color: #C4BEED;
}.syu-wc_player_p1p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #7B74A8;
  font-size: 10px;
}.syu-wc_amount_p1p {
  font-size: 13px;
  font-weight: 700;
  color: #2EC97A;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: auto;
}.syu-htp_p1p {
  padding: 36px 1rem 0;
  background: #0D0B18;
}
@media(min-width: 766px) {.syu-htp_p1p {
  padding: 2.75rem 24px 0;
}
}.syu-htp_in_p1p {
  margin: 0 auto;
  max-width: 82.5rem;
}.syu-htp_head_p1p {
  margin-bottom: 22px;
  max-width: 720px;
}.syu-htp_label_p1p {
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #8470FF;
  font-size: 0.688rem;
  text-transform: uppercase;
}.syu-htp_h2_p1p {
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
  font-weight: 800;
  color: #F0ECFF;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 765px) {.syu-htp_h2_p1p {
  font-size: 1.75rem;
}
}.syu-htp_intro_p1p {
  line-height: 1.6;
  font-size: 0.875rem;
  color: #837CAF;
}.syu-htp_steps_p1p {
  margin: 0;
  list-style: none;
  padding: 0;
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width: 638px) {.syu-htp_steps_p1p {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.syu-htp_steps_p1p {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.syu-htp_step_p1p {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.625rem;
  padding: 20px 1.125rem 18px;
  background: #161228;
  flex-direction: column;
  display: flex;
  position: relative;
}.syu-htp_step_num_p1p {
  background: #8470FF;
  border-radius: 50%;
  width: 28px;
  justify-content: center;
  position: absolute;
  font-size: 13px;
  font-family: 'Cinzel', serif;
  color: #0D0B18;
  top: -12px;
  font-weight: 800;
  left: 20px;
  align-items: center;
  height: 1.75rem;
  display: flex;
}.syu-htp_step_ic_p1p {
  border-radius: 6px;
  background: rgba(132,112,255,0.18);
  margin: 0.5rem 0 0.75rem;
  color: #8470FF;
  height: 2.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 36px;
}.syu-htp_step_ic_p1p svg {
  stroke-linecap: round;
  width: 18px;
  stroke-linejoin: round;
  height: 18px;
}.syu-htp_step_h_p1p {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.375rem;
  line-height: 1.25;
  color: #F0ECFF;
  overflow-wrap: break-word;
}.syu-htp_step_p_p1p {
  font-size: 13px;
  line-height: 1.55;
  color: #837CAF;
  overflow-wrap: break-word;
}.syu-htp_step_p_p1p strong {
  color: #C4BEED;
  font-weight: 600;
}.syu-htp_cta_p1p {
  padding: 0.813rem 1.625rem;
  background: #2EC97A;
  transition: background .2s;
  border-radius: 0.625rem;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0D0B18;
  margin-top: 20px;
}.syu-htp_cta_p1p:hover {
  background: #3AD988;
}.syu-bon_p1p {
  padding: 36px 1rem 0;
  background: #0D0B18;
}
@media(min-width: 766px) {.syu-bon_p1p {
  padding: 44px 24px 0;
}
}.syu-bon_in_p1p {
  margin: 0 auto;
  max-width: 1320px;
}.syu-bon_head_p1p {
  margin-bottom: 20px;
}.syu-bon_label_p1p {
  color: #8470FF;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
}.syu-bon_h2_p1p {
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 800;
  color: #F0ECFF;
  font-family: 'Cinzel', serif;
  font-size: 20px;
}
@media(min-width:768px) {.syu-bon_h2_p1p {
  font-size: 1.5rem;
}
}.syu-bon_seo_p1p {
  color: #837CAF;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  max-width: 620px;
  line-height: 1.6;
}.syu-bon_seo_p1p strong {
  font-weight: 700;
  color: #C4BEED;
}.syu-bon_seo_p1p a {
  text-decoration: underline;
  color: #8470FF;
}.syu-bon_grid_p1p {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.syu-bon_grid_p1p {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.syu-bon_grid_p1p {
  grid-template-columns: repeat(5,1fr);
}
}.syu-bon_card_p1p {
  background: #110F21;
  transition: border-color .2s,transform .2s;
  border-radius: 0.625rem;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.10);
}.syu-bon_card_p1p:hover {
  border-color: rgba(132,112,255,0.08);
  transform: translateY(-2px);
}.syu-bon_card_ic_p1p svg {
  width: 1.625rem;
  height: 1.625rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.syu-bon_card_ic_p1p {
  margin-bottom: 0.625rem;
}.syu-bon_card_type_p1p {
  font-size: 0.625rem;
  color: #837CAF;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  letter-spacing: .06em;
}.syu-bon_card_amount_p1p {
  font-weight: 800;
  margin-bottom: 0.375rem;
  color: #E8A830;
  font-size: 1.125rem;
  line-height: 1.1;
}.syu-bon_card_name_p1p {
  overflow-wrap: break-word;
  font-weight: 600;
  margin-bottom: 8px;
  color: #F0ECFF;
  font-size: 0.813rem;
}.syu-bon_card_detail_p1p {
  border-top: 1px solid rgba(255,255,255,0.05);
  line-height: 1.5;
  color: #7B74A8;
  padding-top: 8px;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.syu-app_p1p {
  padding: 2.25rem 1rem 0;
  background: #0D0B18;
}
@media(min-width: 771px) {.syu-app_p1p {
  padding: 44px 1.5rem 0;
}
}.syu-app_in_p1p {
  margin: 0 auto;
  max-width: 82.5rem;
}.syu-app_head_p1p {
  margin-bottom: 1rem;
}.syu-app_label_p1p {
  letter-spacing: .08em;
  color: #8470FF;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}.syu-app_h2_p1p {
  margin-bottom: 6px;
  color: #F0ECFF;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.syu-app_h2_p1p {
  font-size: 1.5rem;
}
}.syu-app_sub_p1p {
  color: #837CAF;
  line-height: 1.6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 37.5rem;
}.syu-app_sub_p1p strong {
  font-weight: 700;
  color: #C4BEED;
}.syu-app_cards_p1p {
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 16px;
  display: grid;
}
@media(min-width:640px) {.syu-app_cards_p1p {
  grid-template-columns: repeat(3,1fr);
}
}.syu-app_card_p1p {
  padding: 1.25rem;
  gap: 16px;
  overflow: hidden;
  border-radius: 10px;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
  display: flex;
}.syu-app_card_ios_p1p {
  background: linear-gradient(135deg,rgba(132,112,255,0.18) 0%,#161228 100%);
}.syu-app_card_android_p1p {
  background: linear-gradient(135deg,rgba(46,201,122,0.15) 0%,#161228 100%);
}.syu-app_card_win_p1p {
  background: linear-gradient(135deg,rgba(232,168,48,0.15) 0%,#161228 100%);
}.syu-app_card_ic_p1p svg {
  stroke-linecap: round;
  width: 2.125rem;
  height: 34px;
  stroke-linejoin: round;
}.syu-app_card_ic_p1p {
  color: #F0ECFF;
  flex-shrink: 0;
}.syu-app_card_os_p1p {
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 10px;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #837CAF;
}.syu-app_card_title_p1p {
  font-weight: 700;
  color: #F0ECFF;
  line-height: 1.2;
  margin-bottom: 6px;
  font-size: 15px;
  overflow-wrap: break-word;
}.syu-app_card_text_p1p {
  color: #837CAF;
  margin-bottom: 14px;
  font-size: 0.75rem;
  line-height: 1.5;
  overflow-wrap: break-word;
}.syu-app_card_btn_p1p {
  border: 1px solid rgba(132,112,255,0.45);
  transition: background .2s;
  background: rgba(255,255,255,0.12);
  border-radius: 0.375rem;
  padding: 10px 18px;
  gap: 7px;
  display: inline-flex;
  color: #F0ECFF;
  font-size: 0.813rem;
  align-items: center;
  font-weight: 700;
}.syu-app_card_btn_p1p:hover {
  background: rgba(255,255,255,0.07);
}.syu-prov_p1p {
  padding: 36px 16px 0;
  background: #0D0B18;
}
@media(min-width: 769px) {.syu-prov_p1p {
  padding: 2.75rem 1.5rem 0;
}
}.syu-prov_in_p1p {
  margin: 0 auto;
  max-width: 82.5rem;
}.syu-prov_head_p1p {
  margin-bottom: 1rem;
}.syu-prov_label_p1p {
  margin-bottom: 8px;
  color: #8470FF;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.syu-prov_h2_p1p {
  color: #F0ECFF;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width: 771px) {.syu-prov_h2_p1p {
  font-size: 24px;
}
}.syu-prov_seo_p1p {
  color: #837CAF;
  max-width: 620px;
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 16px;
  line-height: 1.6;
}.syu-prov_seo_p1p strong {
  color: #C4BEED;
  font-weight: 700;
}.syu-prov_seo_p1p a {
  text-decoration: underline;
  color: #8470FF;
}.syu-prov_grid_p1p {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.syu-prov_grid_p1p {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.syu-prov_grid_p1p {
  grid-template-columns: repeat(8,1fr);
}
}.syu-prov_card_p1p {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 10px;
  transition: border-color .2s,background .2s;
  background: #110F21;
  gap: 0.438rem;
  padding: 0.875rem 10px;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
  display: flex;
}.syu-prov_card_p1p:hover {
  border-color: rgba(132,112,255,0.45);
  background: #161228;
}.syu-prov_logo_p1p {
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  border-radius: 0.375rem;
  width: 2.75rem;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}.syu-prov_logo_p1p img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.syu-prov_name_p1p {
  color: #9690C4;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  font-weight: 600;
  text-align: center;
}.syu-reg_p1p {
  padding: 36px 16px 0;
  background: #0D0B18;
}
@media(min-width: 771px) {.syu-reg_p1p {
  padding: 44px 24px 0;
}
}.syu-reg_in_p1p {
  margin: 0 auto;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255,255,255,0.06);
  background: #161228;
  border-radius: 16px;
  max-width: 1320px;
}
@media(min-width: 765px) {.syu-reg_in_p1p {
  padding: 40px;
}
}.syu-reg_top_p1p {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.syu-reg_top_p1p {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.syu-reg_label_p1p {
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  color: #8470FF;
  text-transform: uppercase;
  font-weight: 700;
}.syu-reg_h2_p1p {
  line-height: 1.2;
  margin-bottom: 0.75rem;
  color: #F0ECFF;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 1.375rem;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.syu-reg_h2_p1p {
  font-size: 28px;
}
}.syu-reg_bonus_p1p {
  border-radius: 0.625rem;
  border: 1px solid rgba(232,168,48,0.15);
  background: rgba(232,168,48,0.15);
  padding: 10px 1rem;
  gap: 8px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}.syu-reg_bonus_amount_p1p {
  font-weight: 800;
  color: #E8A830;
  font-size: 20px;
}.syu-reg_bonus_text_p1p {
  color: #9690C4;
  font-size: 0.813rem;
  line-height: 1.35;
}.syu-reg_cta_btn_p1p {
  padding: 0.875rem 2rem;
  background: #2EC97A;
  border-radius: 10px;
  transition: background .2s;
  font-weight: 700;
  font-size: 0.938rem;
  box-shadow: 0 0.375rem 20px rgba(46,201,122,0.38), 0 1px 0.25rem rgba(8,6,17,0.60);
  display: inline-block;
  color: #0D0B18;
  margin-bottom: 12px;
}.syu-reg_cta_btn_p1p:hover {
  background: #3AD988;
}.syu-reg_terms_p1p {
  color: #7B74A8;
  font-size: 0.688rem;
  line-height: 1.5;
}.syu-reg_seo_p1p {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 1.25rem;
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #837CAF;
  margin-top: 20px;
}.syu-reg_seo_p1p p {
  margin-bottom: 10px;
  line-height: 1.65;
  color: #837CAF;
  font-size: 0.813rem;
}.syu-reg_seo_p1p p:last-child {
  margin-bottom: 0;
}.syu-reg_seo_p1p strong {
  font-weight: 700;
  color: #C4BEED;
}.syu-reg_seo_p1p a {
  transition: color .2s;
  color: #8470FF;
  text-decoration: underline;
}.syu-reg_seo_p1p a:hover {
  color: #9B87FF;
}.syu-reg_seo_p1p ul,.syu-reg_seo_p1p ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.syu-reg_seo_p1p ol {
  list-style: decimal;
}.syu-reg_seo_p1p li {
  line-height: 1.65;
  margin-bottom: 4px;
  font-size: 0.813rem;
  color: #837CAF;
}.syu-reg_seo_p1p table {
  overflow-x: auto;
  margin-bottom: 10px;
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
  display: block;
}
@media(min-width: 767px) {.syu-reg_seo_p1p table {
  display: table;
}
}.syu-reg_seo_p1p th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #C4BEED;
  text-align: left;
}.syu-reg_seo_p1p td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #837CAF;
}.syu-reg_steps_p1p {
  gap: 14px;
  display: flex;
  flex-direction: column;
  margin-top: 1.75rem;
}
@media(min-width: 862px) {.syu-reg_steps_p1p {
  margin-top: 0;
}
}.syu-reg_step_p1p {
  border-radius: 0.625rem;
  gap: 14px;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.05);
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.syu-reg_step_num_p1p {
  background: rgba(132,112,255,0.18);
  border-radius: 50%;
  border: 1px solid rgba(132,112,255,0.08);
  font-size: 0.875rem;
  flex-shrink: 0;
  height: 34px;
  justify-content: center;
  display: flex;
  width: 2.125rem;
  align-items: center;
  color: #8470FF;
  font-weight: 800;
}.syu-reg_step_title_p1p {
  font-weight: 700;
  font-size: 14px;
  color: #F0ECFF;
  margin-bottom: 3px;
}.syu-reg_step_text_p1p {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #837CAF;
}.syu-reg_trust_p1p {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  flex-wrap: wrap;
  display: flex;
  padding-top: 20px;
  margin-top: 1.25rem;
}.syu-reg_trust_item_p1p {
  gap: 0.438rem;
  overflow-wrap: break-word;
  color: #837CAF;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}.syu-reg_trust_ic_p1p svg {
  color: #8470FF;
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
  height: 16px;
}.syu-seo_p1p {
  background: #0D0B18;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.syu-seo_p1p {
  padding: 44px 1.5rem 0;
}
}.syu-seo_in_p1p {
  border: 1px solid rgba(255,255,255,0.10);
  padding: 1.75rem 24px;
  background: #161228;
  border-radius: 1rem;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 765px) {.syu-seo_in_p1p {
  padding: 2.25rem 2.5rem;
}
}.syu-seo_label_p1p {
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  color: #8470FF;
}.syu-seo_h2_p1p {
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  color: #F0ECFF;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.syu-seo_h2_p1p {
  font-size: 24px;
}
}.syu-seo_body_p1p {
  line-height: 1.75;
  color: #9690C4;
  overflow-wrap: break-word;
  font-size: 14px;
}.syu-seo_body_p1p p {
  color: #9690C4;
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.75;
}.syu-seo_body_p1p p:last-child {
  margin-bottom: 0;
}.syu-seo_body_p1p strong {
  font-weight: 700;
  color: #C4BEED;
}.syu-seo_body_p1p a {
  transition: color .2s;
  text-decoration: underline;
  color: #8470FF;
}.syu-seo_body_p1p a:hover {
  color: #9B87FF;
}.syu-seo_body_p1p ul,.syu-seo_body_p1p ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.syu-seo_body_p1p ol {
  list-style: decimal;
}.syu-seo_body_p1p li {
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9690C4;
}.syu-seo_body_p1p table {
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  display: block;
  margin-bottom: 12px;
}
@media(min-width:768px) {.syu-seo_body_p1p table {
  display: table;
}
}.syu-seo_body_p1p th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #C4BEED;
  text-align: left;
  font-weight: 700;
}.syu-seo_body_p1p td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9690C4;
}.syu-seo_cols_p1p {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.syu-seo_cols_p1p {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.syu-seo_cols_p1p {
  grid-template-columns: repeat(3,1fr);
}
}.syu-seo_col_h_p1p {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #C4BEED;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
}.syu-seo_col_p_p1p {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #837CAF;
  font-size: 13px;
}.syu-seo_stats_p1p {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.syu-seo_stat_p1p {
  border: 1px solid rgba(132,112,255,0.18);
  padding: 0.875rem 16px;
  background: rgba(132,112,255,0.08);
  flex: 1;
  border-radius: 10px;
  min-width: 8.75rem;
}.syu-seo_stat_val_p1p {
  font-weight: 800;
  margin-bottom: 4px;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #8470FF;
}.syu-seo_stat_lb_p1p {
  overflow-wrap: break-word;
  color: #837CAF;
  font-size: 11px;
}.syu-seo_p1p {
  padding: 2.25rem 16px 0;
  background: #0D0B18;
}
@media(min-width: 769px) {.syu-seo_p1p {
  padding: 44px 1.5rem 0;
}
}.syu-seo_in_p1p {
  border: 1px solid rgba(255,255,255,0.10);
  margin: 0 auto;
  background: #161228;
  padding: 1.75rem 1.5rem;
  border-radius: 1rem;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.syu-seo_in_p1p {
  padding: 36px 2.5rem;
}
}.syu-seo_label_p1p {
  font-size: 11px;
  color: #8470FF;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  font-weight: 700;
}.syu-seo_h2_p1p {
  overflow-wrap: break-word;
  color: #F0ECFF;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 0.875rem;
  font-weight: 800;
}
@media(min-width: 765px) {.syu-seo_h2_p1p {
  font-size: 24px;
}
}.syu-seo_body_p1p {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #9690C4;
}.syu-seo_body_p1p p {
  color: #9690C4;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 14px;
}.syu-seo_body_p1p p:last-child {
  margin-bottom: 0;
}.syu-seo_body_p1p strong {
  font-weight: 700;
  color: #C4BEED;
}.syu-seo_body_p1p a {
  transition: color .2s;
  text-decoration: underline;
  color: #8470FF;
}.syu-seo_body_p1p a:hover {
  color: #9B87FF;
}.syu-seo_body_p1p ul,.syu-seo_body_p1p ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.syu-seo_body_p1p ol {
  list-style: decimal;
}.syu-seo_body_p1p li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #9690C4;
  font-size: 14px;
}.syu-seo_body_p1p table {
  display: block;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 12px;
  font-size: 13px;
  overflow-x: auto;
}
@media(min-width: 769px) {.syu-seo_body_p1p table {
  display: table;
}
}.syu-seo_body_p1p th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  text-align: left;
  color: #C4BEED;
  font-weight: 700;
}.syu-seo_body_p1p td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9690C4;
}.syu-seo_cols_p1p {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.syu-seo_cols_p1p {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.syu-seo_cols_p1p {
  grid-template-columns: repeat(3,1fr);
}
}.syu-seo_col_h_p1p {
  font-size: 0.813rem;
  color: #C4BEED;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 7px;
}.syu-seo_col_p_p1p {
  color: #837CAF;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
}.syu-seo_stats_p1p {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.syu-seo_stat_p1p {
  flex: 1;
  border: 1px solid rgba(132,112,255,0.18);
  background: rgba(132,112,255,0.08);
  padding: 14px 1rem;
  border-radius: 10px;
  min-width: 140px;
}.syu-seo_stat_val_p1p {
  font-size: 20px;
  color: #8470FF;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 4px;
}.syu-seo_stat_lb_p1p {
  color: #837CAF;
  font-size: 11px;
  overflow-wrap: break-word;
}.syu-faq_p1p {
  background: #0D0B18;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.syu-faq_p1p {
  padding: 44px 1.5rem 0;
}
}.syu-faq_in_p1p {
  margin: 0 auto;
  max-width: 1320px;
}.syu-faq_head_p1p {
  margin-bottom: 20px;
}.syu-faq_label_p1p {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  color: #8470FF;
}.syu-faq_h2_p1p {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F0ECFF;
  font-weight: 800;
  font-family: 'Cinzel', serif;
}
@media(min-width: 767px) {.syu-faq_h2_p1p {
  font-size: 1.5rem;
}
}.syu-faq_list_p1p {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.syu-faq_item_p1p {
  border-radius: 10px;
  background: #161228;
  border: 1px solid rgba(255,255,255,0.10);
  overflow: hidden;
}.syu-faq_q_p1p {
  transition: color .2s;
  gap: 0.75rem;
  padding: 1rem 20px;
  font-size: 14px;
  align-items: center;
  overflow-wrap: break-word;
  color: #C4BEED;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}.syu-faq_q_p1p:hover {
  color: #F0ECFF;
}.syu-faq_q_ic_p1p {
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  transition: transform .25s;
  font-size: 16px;
  display: flex;
  align-items: center;
  width: 1.5rem;
  color: #8470FF;
  justify-content: center;
  height: 1.5rem;
  flex-shrink: 0;
}.syu-faq_item_p1p.syu-state_open_p1p .syu-faq_q_ic_p1p {
  transform: rotate(45deg);
}.syu-faq_a_p1p {
  padding: 0 1.25rem 16px;
  color: #837CAF;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.7;
  display: none;
}.syu-faq_item_p1p.syu-state_open_p1p .syu-faq_a_p1p {
  display: block;
}.syu-faq_a_p1p strong {
  color: #C4BEED;
  font-weight: 700;
}.syu-faq_a_p1p a {
  text-decoration: underline;
  color: #8470FF;
}.syu-faq_a_p1p ul,.syu-faq_a_p1p ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.syu-faq_a_p1p ol {
  list-style: decimal;
}.syu-faq_a_p1p li {
  margin-bottom: 4px;
  line-height: 1.6;
}.syu-faq_a_p1p table {
  margin: 8px 0;
  display: block;
  font-size: 0.75rem;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 767px) {.syu-faq_a_p1p table {
  display: table;
}
}.syu-faq_a_p1p th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 6px 8px;
  text-align: left;
  font-weight: 700;
  color: #C4BEED;
}.syu-faq_a_p1p td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 6px 8px;
  color: #837CAF;
}.syu-seo_p1p {
  padding: 2.25rem 16px 0;
  background: #0D0B18;
}
@media(min-width: 765px) {.syu-seo_p1p {
  padding: 2.75rem 1.5rem 0;
}
}.syu-seo_in_p1p {
  margin: 0 auto;
  background: #161228;
  border-radius: 16px;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255,255,255,0.10);
  max-width: 1320px;
}
@media(min-width: 769px) {.syu-seo_in_p1p {
  padding: 36px 40px;
}
}.syu-seo_label_p1p {
  font-weight: 700;
  letter-spacing: .08em;
  color: #8470FF;
  font-size: 11px;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}.syu-seo_h2_p1p {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  margin-bottom: 0.875rem;
  color: #F0ECFF;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.syu-seo_h2_p1p {
  font-size: 24px;
}
}.syu-seo_body_p1p {
  font-size: 0.875rem;
  color: #9690C4;
  overflow-wrap: break-word;
  line-height: 1.75;
}.syu-seo_body_p1p p {
  font-size: 0.875rem;
  color: #9690C4;
  margin-bottom: 12px;
  line-height: 1.75;
}.syu-seo_body_p1p p:last-child {
  margin-bottom: 0;
}.syu-seo_body_p1p strong {
  font-weight: 700;
  color: #C4BEED;
}.syu-seo_body_p1p a {
  transition: color .2s;
  text-decoration: underline;
  color: #8470FF;
}.syu-seo_body_p1p a:hover {
  color: #9B87FF;
}.syu-seo_body_p1p ul,.syu-seo_body_p1p ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.syu-seo_body_p1p ol {
  list-style: decimal;
}.syu-seo_body_p1p li {
  margin-bottom: 0.375rem;
  color: #9690C4;
  font-size: 14px;
  line-height: 1.75;
}.syu-seo_body_p1p table {
  overflow-x: auto;
  font-size: 0.813rem;
  margin-bottom: 12px;
  width: 100%;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 770px) {.syu-seo_body_p1p table {
  display: table;
}
}.syu-seo_body_p1p th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #C4BEED;
  font-weight: 700;
  text-align: left;
}.syu-seo_body_p1p td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #9690C4;
}.syu-seo_cols_p1p {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.syu-seo_cols_p1p {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.syu-seo_cols_p1p {
  grid-template-columns: repeat(3,1fr);
}
}.syu-seo_col_h_p1p {
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-size: 13px;
  color: #C4BEED;
  font-weight: 700;
}.syu-seo_col_p_p1p {
  overflow-wrap: break-word;
  color: #837CAF;
  line-height: 1.65;
  font-size: 0.813rem;
}.syu-seo_stats_p1p {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.syu-seo_stat_p1p {
  background: rgba(132,112,255,0.08);
  border-radius: 0.625rem;
  border: 1px solid rgba(132,112,255,0.18);
  padding: 0.875rem 16px;
  flex: 1;
  min-width: 8.75rem;
}.syu-seo_stat_val_p1p {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 20px;
  color: #8470FF;
  font-weight: 800;
}.syu-seo_stat_lb_p1p {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #837CAF;
}.syu-ft_p1p {
  background: #080611;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 3rem;
}.syu-ft_support_p1p {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 24px 1rem;
}
@media(min-width: 765px) {.syu-ft_support_p1p {
  padding: 1.75rem 24px;
}
}.syu-ft_support_in_p1p {
  margin: 0 auto;
  gap: 1rem;
  align-items: center;
  max-width: 1320px;
  display: flex;
  flex-wrap: wrap;
}.syu-ft_support_main_p1p {
  flex: 1;
  gap: 16px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  min-width: 220px;
}.syu-ft_support_ic_p1p {
  color: #8470FF;
  flex-shrink: 0;
}.syu-ft_support_ic_p1p svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.875rem;
  height: 30px;
}.syu-ft_support_text_title_p1p {
  margin-bottom: 3px;
  color: #F0ECFF;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.938rem;
}.syu-ft_support_text_sub_p1p {
  overflow-wrap: break-word;
  color: #837CAF;
  font-size: 0.75rem;
}.syu-ft_support_btn_p1p {
  padding: 11px 22px;
  border-radius: 0.625rem;
  background: #8470FF;
  transition: background .2s;
  white-space: nowrap;
  font-size: 13px;
  color: #F0ECFF;
  font-weight: 700;
  flex-shrink: 0;
}.syu-ft_support_btn_p1p:hover {
  background: #9B87FF;
}.syu-ft_support_contacts_p1p {
  gap: 1rem;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.syu-ft_support_contact_p1p {
  color: #7B74A8;
  line-height: 1.4;
  font-size: 12px;
}.syu-ft_support_contact_p1p strong {
  color: #9690C4;
  display: block;
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 600;
}.syu-ft_main_p1p {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 32px 16px 1.5rem;
}
@media(min-width:768px) {.syu-ft_main_p1p {
  padding: 40px 1.5rem 2rem;
}
}.syu-ft_main_in_p1p {
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 638px) {.syu-ft_main_in_p1p {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.syu-ft_main_in_p1p {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.syu-ft_col_logo_p1p {
  grid-column: 1/-1;
}
@media(min-width: 1083px) {.syu-ft_col_logo_p1p {
  grid-column: auto;
}
}.syu-ft_logo_p1p {
  gap: 0.563rem;
  font-weight: 800;
  color: #F0ECFF;
  margin-bottom: 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow-wrap: break-word;
}.syu-ft_logo_mark_p1p {
  overflow: hidden;
  border-radius: 6px;
  width: 1.875rem;
  height: 1.875rem;
}.syu-ft_logo_mark_p1p img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.syu-ft_logo_sub_p1p {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.55;
  max-width: 200px;
  color: #7B74A8;
}.syu-ft_col_title_p1p {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 0.875rem;
  color: #9690C4;
}.syu-ft_col_links_p1p {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.syu-ft_col_link_p1p {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #7B74A8;
}.syu-ft_col_link_p1p:hover {
  color: #C4BEED;
}.syu-ft_apps_p1p {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.syu-ft_app_card_p1p {
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.10);
  gap: 0.625rem;
  padding: 10px 12px;
  background: rgba(255,255,255,0.05);
  border-radius: 6px;
  align-items: center;
  display: flex;
}.syu-ft_app_card_p1p:hover {
  border-color: rgba(132,112,255,0.45);
}.syu-ft_app_card_ic_p1p svg {
  stroke-linejoin: round;
  width: 1.375rem;
  height: 1.375rem;
  stroke-linecap: round;
}.syu-ft_app_card_os_p1p {
  color: #7B74A8;
  font-size: 10px;
  font-weight: 600;
}.syu-ft_app_card_action_p1p {
  color: #C4BEED;
  font-size: 12px;
  font-weight: 700;
}.syu-ft_bot_p1p {
  padding: 20px 16px;
}
@media(min-width: 765px) {.syu-ft_bot_p1p {
  padding: 20px 24px;
}
}.syu-ft_bot_in_p1p {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 1320px;
  align-items: center;
  display: flex;
}.syu-ft_socials_p1p {
  gap: 0.5rem;
  display: flex;
}.syu-ft_soc_p1p {
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.10);
  transition: background .2s;
  background: rgba(255,255,255,0.05);
  color: #9690C4;
  display: flex;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
}.syu-ft_soc_p1p svg {
  stroke-linejoin: round;
  width: 16px;
  height: 1rem;
  stroke-linecap: round;
}.syu-ft_soc_p1p:hover {
  background: rgba(255,255,255,0.07);
}.syu-ft_legal_p1p {
  flex: 1;
  color: #8880B2;
  overflow-wrap: break-word;
  line-height: 1.6;
  min-width: 200px;
  font-size: 0.688rem;
}.syu-ft_legal_p1p strong {
  font-weight: 700;
  color: #9690C4;
}.syu-ft_legal_p1p a {
  text-decoration: underline;
  color: #9690C4;
}.syu-ft_age_p1p {
  border: 2px solid #8880B2;
  border-radius: 50%;
  color: #8880B2;
  font-size: 11px;
  font-weight: 800;
  height: 32px;
  width: 2rem;
  margin-left: auto;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}