*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  color: #C2BAE0;
  font-family: 'DM Sans', sans-serif;
  min-height: 100vh;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  background-color: #0D0C1A;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}a {
  text-decoration: none;
  color: inherit;
}.noj-layout_rda {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.noj-page_rda {
  min-height: 100vh;
  display: flex;
}.noj-main_rda {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media screen and (min-width: 1077px) {.noj-main_rda {
  padding-left: 13.75rem;
}
}
@media screen and (max-width: 1081px) {.noj-main_rda {
  padding-bottom: 4.5rem;
}
}.noj-gc_rda {
  background: #131121;
  transition: transform .2s,border-color .2s;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  width: 8.75rem;
  flex-shrink: 0;
}
@media(min-width: 641px) {.noj-gc_rda {
  width: 156px;
}
}
@media(min-width: 1077px) {.noj-gc_rda {
  width: 168px;
}
}.noj-gc_rda:hover {
  border-color: rgba(153, 102, 238, 0.07);
  transform: translateY(-3px);
}.noj-gc_img_rda {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.noj-gc_img_rda img {
  inset: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
}.noj-gc_hover_rda {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8, 7, 18, 0.72);
  justify-content: center;
  position: absolute;
  opacity: 0;
  align-items: center;
  display: flex;
}.noj-gc_rda:hover .noj-gc_hover_rda {
  opacity: 1;
}.noj-gc_hover_btn_rda {
  padding: 0.5rem 1rem;
  border-radius: 6px;
  background: #9966EE;
  color: #F0EDFF;
  font-weight: 700;
  font-size: 0.75rem;
}.noj-gc_info_rda {
  padding: 8px 10px 0.625rem;
}.noj-gc_name_rda {
  overflow: hidden;
  color: #C2BAE0;
  text-overflow: ellipsis;
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 0.75rem;
  max-width: 100%;
  white-space: nowrap;
}.noj-gc_prov_rda {
  color: #564E72;
  font-size: 0.625rem;
}.noj-gc_tag_rda {
  padding: 2px 7px;
  border-radius: 0.25rem;
  left: 6px;
  font-size: 0.563rem;
  font-weight: 700;
  top: 0.375rem;
  text-transform: uppercase;
  position: absolute;
  letter-spacing: .04em;
  z-index: 2;
}.noj-gc_tag_hot_rda {
  background: #E8374A;
  color: #fff;
}.noj-gc_tag_new_rda {
  background: #21C96E;
  color: #0D0C1A;
}.noj-gc_tag_jp_rda {
  background: #F0A530;
  color: #0D0C1A;
}.noj-gc_tag_ex_rda {
  background: #5E38C4;
  color: #fff;
}.noj-gc_tag_live_rda {
  background: #E8374A;
  color: #fff;
}.noj-gr_rda {
  background: #0D0C1A;
  padding: 2rem 1rem 0;
}
@media(min-width:768px) {.noj-gr_rda {
  padding: 36px 1.5rem 0;
}
}.noj-gr_in_rda {
  margin: 0 auto;
  max-width: 82.5rem;
}.noj-gr_head_rda {
  gap: 12px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.noj-gr_head_l_rda {
  flex: 1;
  gap: 0.625rem;
  min-width: 0;
  display: flex;
  align-items: center;
}.noj-gr_ic_rda {
  border-radius: 10px;
  display: flex;
  width: 2rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: 32px;
}.noj-gr_ic_rda svg {
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
  width: 1rem;
}.noj-gr_title_rda {
  font-size: 1rem;
  overflow-wrap: break-word;
  color: #F0EDFF;
  font-weight: 700;
  font-family: 'Space Grotesk', sans-serif;
}
@media(min-width: 770px) {.noj-gr_title_rda {
  font-size: 1.125rem;
}
}.noj-gr_more_rda {
  transition: color .2s;
  gap: 0.313rem;
  font-weight: 600;
  align-items: center;
  flex-shrink: 0;
  font-size: 0.75rem;
  display: flex;
  white-space: nowrap;
  color: #70678E;
}.noj-gr_more_rda:hover {
  color: #9966EE;
}.noj-gr_more_rda svg {
  width: 0.75rem;
  height: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.noj-gr_arrows_rda {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.noj-gr_arr_rda {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  transition: background .15s,color .15s;
  height: 30px;
  justify-content: center;
  width: 30px;
  align-items: center;
  color: #9A90BC;
  display: flex;
}.noj-gr_arr_rda:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F0EDFF;
}.noj-gr_arr_rda svg {
  height: 0.813rem;
  width: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.noj-gr_seo_h_rda {
  margin: 0 0 0.375rem;
  font-size: 13px;
  font-weight: 700;
  color: #C2BAE0;
  font-family: 'Space Grotesk', sans-serif;
  overflow-wrap: break-word;
  max-width: 42.5rem;
}
@media(min-width: 769px) {.noj-gr_seo_h_rda {
  font-size: 14px;
}
}.noj-gr_seo_rda {
  margin-bottom: 12px;
  max-width: 42.5rem;
  line-height: 1.55;
  color: #70678E;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.noj-gr_seo_rda strong {
  color: #C2BAE0;
  font-weight: 600;
}.noj-gr_scroll_rda {
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  display: flex;
  padding-bottom: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}.noj-gr_scroll_rda::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.noj-gr_scroll_rda {
  gap: 12px;
}
}.noj-tb_rda {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0D0C1A;
  height: 56px;
  right: 0;
  display: flex;
  left: 0;
  z-index: 80;
  top: 0;
  position: fixed;
  align-items: center;
}.noj-tb_in_rda {
  padding: 0 0.875rem;
  gap: 0;
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
}.noj-tb_burger_rda {
  border-radius: 0.625rem;
  gap: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 0.5rem;
  width: 38px;
  height: 2.375rem;
  flex-shrink: 0;
}.noj-tb_burger_rda:hover {
  background: rgba(255, 255, 255, 0.05);
}.noj-tb_burger_line_rda {
  border-radius: 1px;
  background: #9A90BC;
  width: 1.125rem;
  height: 2px;
  display: block;
}
@media(min-width: 1081px) {.noj-tb_burger_rda {
  display: none;
}
}.noj-tb_logo_rda {
  gap: 0.563rem;
  color: #F0EDFF;
  display: flex;
  margin-right: 20px;
  letter-spacing: -.01em;
  flex-shrink: 0;
  font-weight: 800;
  font-size: 1.125rem;
  align-items: center;
  overflow-wrap: break-word;
}.noj-tb_logo_mark_rda {
  overflow: hidden;
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  height: 2rem;
  width: 32px;
  align-items: center;
}.noj-tb_logo_mark_rda img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.noj-tb_nav_rda {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 642px) {.noj-tb_nav_rda {
  display: flex;
}
}.noj-tb_tab_rda {
  border-radius: 0.625rem;
  transition: background .15s,color .15s;
  padding: 0.5rem 0.875rem;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.813rem;
  color: #9A90BC;
}.noj-tb_tab_rda:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0EDFF;
}.noj-tb_tab_rda.noj-state_active_rda {
  background: rgba(153, 102, 238, 0.18);
  color: #F0EDFF;
}.noj-tb_right_rda {
  gap: 8px;
  display: flex;
  margin-left: auto;
  align-items: center;
  flex-shrink: 0;
}.noj-tb_login_rda {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,color .2s;
  padding: 9px 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem;
  display: none;
  font-size: 13px;
  color: #C2BAE0;
  font-weight: 600;
}.noj-tb_login_rda:hover {
  border-color: rgba(153, 102, 238, 0.45);
  color: #F0EDFF;
}
@media(min-width: 483px) {.noj-tb_login_rda {
  display: block;
}
}.noj-tb_reg_rda {
  border-radius: 0.625rem;
  background: #21C96E;
  padding: 9px 1.125rem;
  transition: background .2s;
  font-weight: 700;
  color: #0D0C1A;
  white-space: nowrap;
  font-size: 0.813rem;
}.noj-tb_reg_rda:hover {
  background: #2EDE80;
}.noj-sb_rda {
  transition: transform .25s ease;
  transform: translateX(-100%);
  background: #181629;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 70;
  width: 220px;
  overflow-y: auto;
  bottom: 0;
  top: 56px;
  left: 0;
  position: fixed;
}.noj-sb_rda.noj-state_open_rda {
  transform: translateX(0);
}.noj-sb_rda::-webkit-scrollbar {
  width: 4px;
}.noj-sb_rda::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1081px) {.noj-sb_rda {
  transform: translateX(0);
}
}.noj-sb_auth_rda {
  padding: 14px 12px 0.625rem;
}.noj-sb_btn_reg_rda {
  transition: background .2s;
  background: #21C96E;
  border-radius: 10px;
  padding: 0.688rem;
  font-size: 0.813rem;
  color: #0D0C1A;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 700;
  display: block;
}.noj-sb_btn_reg_rda:hover {
  background: #2EDE80;
}.noj-sb_btn_login_rda {
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
  text-align: center;
  display: block;
  font-size: 13px;
  color: #C2BAE0;
}.noj-sb_btn_login_rda:hover {
  border-color: rgba(153, 102, 238, 0.45);
  color: #F0EDFF;
}.noj-sb_promo_rda {
  border-radius: 0.625rem;
  overflow: hidden;
  background: linear-gradient(135deg,#1C0D44,#181629);
  margin: 0 0.75rem 0.625rem;
  border: 1px solid rgba(153, 102, 238, 0.18);
  padding: 12px 14px;
  position: relative;
}.noj-sb_promo_rda::before {
  background: radial-gradient(circle,rgba(153, 102, 238, 0.18),transparent 70%);
  border-radius: 50%;
  height: 5rem;
  right: -20px;
  width: 5rem;
  position: absolute;
  content: '';
  top: -20px;
}.noj-sb_promo_title_rda {
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  font-size: 0.688rem;
  letter-spacing: .06em;
  font-weight: 700;
  color: #9966EE;
}.noj-sb_promo_text_rda {
  overflow-wrap: break-word;
  font-weight: 600;
  line-height: 1.35;
  font-size: 12px;
  color: #F0EDFF;
}.noj-sb_promo_sub_rda {
  color: #70678E;
  font-size: 0.625rem;
  margin-top: 3px;
}.noj-sb_nav_rda {
  padding: 0.375rem 8px 16px;
}.noj-sb_nav_lb_rda {
  padding: 10px 8px 0.375rem;
  color: #564E72;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.noj-sb_link_rda {
  transition: background .15s,color .15s;
  padding: 0.563rem 10px;
  gap: 10px;
  border-radius: 6px;
  font-weight: 500;
  align-items: center;
  font-size: 0.813rem;
  color: #9A90BC;
  cursor: pointer;
  display: flex;
  overflow-wrap: break-word;
}.noj-sb_link_rda:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0EDFF;
}.noj-sb_link_rda.noj-state_active_rda {
  background: rgba(153, 102, 238, 0.18);
  color: #F0EDFF;
}.noj-sb_ic_rda {
  border-radius: 6px;
  width: 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  height: 30px;
}.noj-sb_ic_rda svg {
  stroke-linecap: round;
  height: 1rem;
  width: 1rem;
  stroke-linejoin: round;
}.noj-sb_ic_1_rda {
  background: rgba(153, 102, 238, 0.07);
  color: #9966EE;
}.noj-sb_ic_2_rda {
  background: rgba(33, 201, 110, 0.16);
  color: #21C96E;
}.noj-sb_ic_3_rda {
  background: rgba(240, 165, 48, 0.16);
  color: #F0A530;
}.noj-sb_ic_4_rda {
  background: rgba(94, 56, 196, 0.22);
  color: #5E38C4;
}.noj-sb_ic_5_rda {
  background: rgba(153, 102, 238, 0.07);
  color: #F0609C;
}.noj-sb_ic_6_rda {
  background: rgba(94, 56, 196, 0.22);
  color: #BE5EFF;
}.noj-sb_badge_rda {
  border-radius: 0.375rem;
  background: #F0A530;
  padding: 2px 7px;
  margin-left: auto;
  font-weight: 700;
  color: #0D0C1A;
  font-size: 0.563rem;
}.noj-sb_bot_rda {
  gap: 0.5rem;
  padding: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.noj-sb_lang_rda,.noj-sb_help_rda {
  padding: 9px 0.375rem;
  transition: border-color .2s;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex: 1;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  font-size: 0.688rem;
  align-items: center;
  display: flex;
  color: #9A90BC;
  font-weight: 600;
}.noj-sb_lang_rda:hover,.noj-sb_help_rda:hover {
  border-color: rgba(153, 102, 238, 0.45);
  color: #F0EDFF;
}.noj-sb_lang_rda svg,.noj-sb_help_rda svg {
  stroke-linecap: round;
  height: 13px;
  stroke-linejoin: round;
  width: 13px;
}.noj-sb_bd_rda {
  inset: 0;
  background: rgba(8, 7, 18, 0.72);
  display: none;
  position: fixed;
  z-index: 69;
}.noj-sb_bd_rda.noj-state_on_rda {
  display: block;
}
@media(min-width: 1081px) {.noj-sb_bd_rda {
  display: none!important;
}
}.noj-mob_nav_rda {
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #181629;
  position: fixed;
  right: 0;
  z-index: 80;
  display: flex;
  left: 0;
  bottom: 0;
}
@media(min-width: 1081px) {.noj-mob_nav_rda {
  display: none;
}
}.noj-mob_nav_item_rda {
  flex: 1;
  gap: 4px;
  padding: 0.25rem 2px;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  color: #564E72;
}.noj-mob_nav_ic_rda {
  line-height: 1;
}.noj-mob_nav_ic_rda svg {
  height: 20px;
  stroke-linejoin: round;
  width: 1.25rem;
  stroke-linecap: round;
}.noj-mob_nav_lb_rda {
  font-weight: 600;
  color: #564E72;
  font-size: 0.625rem;
}.noj-mob_nav_item_rda.noj-state_active_rda {
  color: #9966EE;
}.noj-mob_nav_item_rda.noj-state_active_rda .noj-mob_nav_lb_rda {
  color: #9966EE;
}.noj-hero_rda {
  background: #0D0C1A;
  padding: 20px 16px 0;
}
@media(min-width: 769px) {.noj-hero_rda {
  padding: 1.5rem 24px 0;
}
}.noj-hero_in_rda {
  gap: 0.75rem;
  margin: 0 auto;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.noj-hero_in_rda {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1098px) {.noj-hero_in_rda {
  grid-template-columns: 1fr 340px;
}
}.noj-hero_promo_rda {
  overflow: hidden;
  background: #131121;
  border-radius: 1rem;
  min-height: 13.75rem;
  position: relative;
  display: flex;
  align-items: stretch;
}
@media(min-width: 770px) {.noj-hero_promo_rda {
  min-height: 17.5rem;
}
}.noj-hero_promo_bg_rda {
  background: linear-gradient(120deg,#1C0D44 0%,#0D0C1A 100%);
  inset: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
}.noj-hero_promo_bg_rda::after {
  inset: 0;
  background: linear-gradient(90deg,#0D0C1A 0%,rgba(8, 7, 18, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.noj-hero_promo_glow_rda {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(94, 56, 196, 0.22) 0%,transparent 65%);
  right: 3.75rem;
  pointer-events: none;
  top: -40px;
  position: absolute;
  width: 300px;
  height: 18.75rem;
}.noj-hero_promo_ct_rda {
  padding: 1.75rem 24px 1.75rem 28px;
  flex-direction: column;
  z-index: 2;
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 480px;
}
@media(min-width: 767px) {.noj-hero_promo_ct_rda {
  padding: 40px 2rem;
}
}.noj-hero_badge_rda {
  padding: 5px 12px;
  border: 1px solid rgba(153, 102, 238, 0.07);
  background: rgba(153, 102, 238, 0.18);
  border-radius: 20px;
  display: inline-block;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.625rem;
  color: #9966EE;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
}.noj-hero_h1_rda {
  font-weight: 800;
  color: #F0EDFF;
  overflow-wrap: break-word;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.625rem;
  line-height: 1.15;
  margin-bottom: 0.625rem;
}.noj-hero_h1_rda em {
  color: #F0A530;
  font-style: normal;
}
@media(min-width: 765px) {.noj-hero_h1_rda {
  font-size: 2.25rem;
}
}.noj-hero_sub_rda {
  line-height: 1.55;
  font-size: 13px;
  margin-bottom: 1.25rem;
  color: #9A90BC;
}
@media(min-width: 766px) {.noj-hero_sub_rda {
  font-size: 0.875rem;
}
}.noj-hero_row_rda {
  gap: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.noj-hero_cta_rda {
  border-radius: 0.625rem;
  transition: background .2s;
  padding: 0.813rem 26px;
  background: #21C96E;
  box-shadow: 4px 0.25rem 0px rgba(33, 201, 110, 0.38), 0 2px 10px rgba(0, 0, 0, 0.50);
  font-size: 0.875rem;
  font-weight: 700;
  color: #0D0C1A;
}.noj-hero_cta_rda:hover {
  background: #2EDE80;
}.noj-hero_terms_rda {
  font-size: 11px;
  color: #564E72;
}.noj-hero_game_rda {
  overflow: hidden;
  background: #131121;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  flex-direction: column;
  position: relative;
  display: flex;
}.noj-hero_game_badge_rda {
  padding: 5px 0.625rem;
  background: rgba(240, 165, 48, 0.16);
  border-radius: 1.25rem;
  border: 1px solid rgba(240, 165, 48, 0.16);
  left: 12px;
  font-size: 0.625rem;
  position: absolute;
  z-index: 3;
  font-weight: 700;
  text-transform: uppercase;
  color: #F0A530;
  top: 12px;
  letter-spacing: .06em;
}.noj-hero_game_badge_rda svg {
  margin-right: 0.25rem;
  height: 0.688rem;
  width: 0.688rem;
  vertical-align: -1px;
}.noj-hero_game_img_rda {
  background: linear-gradient(135deg,#1C0D44,#0D0C1A);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.noj-hero_game_img_rda img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}.noj-hero_game_play_rda {
  transition: opacity .2s;
  background: rgba(8, 7, 18, 0.72);
  inset: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  display: flex;
  opacity: 0;
}.noj-hero_game_rda:hover .noj-hero_game_play_rda {
  opacity: 1;
}.noj-hero_game_play_rda span {
  border-radius: 50%;
  background: #9966EE;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 3.25rem;
  height: 3.25rem;
}.noj-hero_game_play_rda span svg {
  margin-left: 2px;
  height: 18px;
  width: 18px;
}.noj-hero_game_info_rda {
  padding: 0.875rem 16px;
}.noj-hero_game_title_rda {
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-size: 0.938rem;
  color: #F0EDFF;
}.noj-hero_game_provider_rda {
  font-size: 0.688rem;
  color: #70678E;
}.noj-hero_game_btn_rda {
  margin: 12px 1rem 1rem;
  background: #9966EE;
  transition: background .2s;
  padding: 11px;
  border-radius: 10px;
  font-size: 0.813rem;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #F0EDFF;
}.noj-hero_game_rda:hover .noj-hero_game_btn_rda {
  background: #AB7EF8;
}.noj-wy_rda {
  background: #0D0C1A;
  padding: 32px 1rem 0;
}
@media(min-width: 769px) {.noj-wy_rda {
  padding: 2.5rem 1.5rem 0;
}
}.noj-wy_in_rda {
  margin: 0 auto;
  max-width: 82.5rem;
}.noj-wy_head_rda {
  margin-bottom: 1.125rem;
  max-width: 45rem;
}.noj-wy_label_rda {
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #9966EE;
  text-transform: uppercase;
}.noj-wy_h2_rda {
  font-weight: 800;
  margin-bottom: 8px;
  font-family: 'Space Grotesk', sans-serif;
  overflow-wrap: break-word;
  color: #F0EDFF;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.noj-wy_h2_rda {
  font-size: 24px;
}
}.noj-wy_intro_rda {
  margin: 0;
  color: #70678E;
  line-height: 1.6;
  font-size: 0.813rem;
}.noj-wy_grid_rda {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:640px) {.noj-wy_grid_rda {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.noj-wy_grid_rda {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.noj-wy_card_rda {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,transform .2s;
  padding: 20px;
  background: #181629;
  border-radius: 10px;
}.noj-wy_card_rda:hover {
  border-color: rgba(153, 102, 238, 0.07);
  transform: translateY(-2px);
}.noj-wy_card_ic_rda {
  background: rgba(153, 102, 238, 0.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  justify-content: center;
  height: 2.75rem;
  width: 44px;
  color: #9966EE;
}.noj-wy_card_ic_rda svg {
  stroke-linejoin: round;
  width: 1.375rem;
  height: 1.375rem;
  stroke-linecap: round;
}.noj-wy_card_h_rda {
  color: #F0EDFF;
  font-weight: 700;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  line-height: 1.25;
}.noj-wy_card_p_rda {
  font-size: 0.813rem;
  color: #70678E;
  overflow-wrap: break-word;
  line-height: 1.6;
}.noj-wy_card_p_rda strong {
  font-weight: 600;
  color: #C2BAE0;
}.noj-gcg_rda {
  padding: 36px 1rem 0;
  background: #0D0C1A;
}
@media(min-width: 771px) {.noj-gcg_rda {
  padding: 44px 1.5rem 0;
}
}.noj-gcg_in_rda {
  margin: 0 auto;
  max-width: 1320px;
}.noj-gcg_head_rda {
  max-width: 720px;
  margin-bottom: 20px;
}.noj-gcg_label_rda {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #9966EE;
  margin-bottom: 0.5rem;
}.noj-gcg_h2_rda {
  font-weight: 800;
  color: #F0EDFF;
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
  overflow-wrap: break-word;
  font-family: 'Space Grotesk', sans-serif;
}
@media(min-width: 769px) {.noj-gcg_h2_rda {
  font-size: 28px;
}
}.noj-gcg_intro_rda {
  font-size: 0.813rem;
  color: #70678E;
  line-height: 1.6;
}.noj-gcg_grid_rda {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.noj-gcg_grid_rda {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.noj-gcg_grid_rda {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.noj-gcg_card_rda {
  padding: 20px;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  min-height: 240px;
  justify-content: flex-end;
  cursor: pointer;
  position: relative;
  flex-direction: column;
  display: flex;
}.noj-gcg_card_rda:hover {
  transform: translateY(-3px);
  border-color: rgba(153, 102, 238, 0.18);
}.noj-gcg_card_bg_rda {
  inset: 0;
  position: absolute;
  z-index: 0;
}.noj-gcg_card_bg_rda::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.noj-gcg_card_ic_rda {
  border-radius: 6px;
  background: rgba(0,0,0,.45);
  width: 2.5rem;
  right: 18px;
  z-index: 2;
  justify-content: center;
  height: 40px;
  color: #F0EDFF;
  align-items: center;
  top: 1.125rem;
  position: absolute;
  display: flex;
}.noj-gcg_card_ic_rda svg {
  stroke-linecap: round;
  width: 20px;
  height: 20px;
  stroke-linejoin: round;
}.noj-gcg_card_ct_rda {
  position: relative;
  z-index: 1;
}.noj-gcg_card_h_rda {
  font-weight: 800;
  color: #F0EDFF;
  line-height: 1.2;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-family: 'Space Grotesk', sans-serif;
}
@media(min-width: 767px) {.noj-gcg_card_h_rda {
  font-size: 20px;
}
}.noj-gcg_card_p_rda {
  margin-bottom: 0.625rem;
  line-height: 1.55;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
}.noj-gcg_card_p_rda strong {
  font-weight: 600;
  color: #F0EDFF;
}.noj-gcg_card_cta_rda {
  gap: 4px;
  color: #9966EE;
  align-items: center;
  font-size: 12px;
  letter-spacing: .04em;
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 700;
}.noj-gcg_card_cta_rda svg {
  stroke-linejoin: round;
  height: 0.75rem;
  width: 0.75rem;
  stroke-linecap: round;
}.noj-ws_rda {
  padding: 32px 1rem 0;
  background: #0D0C1A;
}
@media(min-width: 769px) {.noj-ws_rda {
  padding: 2.25rem 1.5rem 0;
}
}.noj-ws_in_rda {
  margin: 0 auto;
  max-width: 82.5rem;
}.noj-ws_head_rda {
  gap: 0.75rem;
  margin-bottom: 14px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}.noj-ws_title_rda {
  gap: 0.625rem;
  align-items: center;
  color: #F0EDFF;
  font-size: 16px;
  font-family: 'Space Grotesk', sans-serif;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  overflow-wrap: break-word;
}.noj-ws_title_ic_rda svg {
  stroke-linecap: round;
  height: 1.125rem;
  width: 1.125rem;
  color: #F0A530;
  stroke-linejoin: round;
}.noj-ws_online_rda {
  gap: 7px;
  font-size: 12px;
  color: #70678E;
  align-items: center;
  display: flex;
  font-weight: 600;
}.noj-ws_online_dot_rda {
  border-radius: 50%;
  background: #21C96E;
  box-shadow: 0 0 6px rgba(33, 201, 110, 0.16);
  height: 0.5rem;
  flex-shrink: 0;
  width: 0.5rem;
}.noj-ws_scroll_rda {
  gap: 0.5rem;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 8px;
}.noj-ws_scroll_rda::-webkit-scrollbar {
  display: none;
}.noj-wc_rda {
  padding: 0.625rem 0.875rem;
  background: #131121;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  align-items: center;
  flex-shrink: 0;
  display: flex;
  min-width: 220px;
}.noj-wc_img_rda {
  overflow: hidden;
  background: #181629;
  border-radius: 0.375rem;
  width: 36px;
  height: 2.25rem;
  flex-shrink: 0;
}.noj-wc_img_rda img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.noj-wc_info_rda {
  min-width: 0;
}.noj-wc_game_rda {
  overflow: hidden;
  font-weight: 600;
  color: #C2BAE0;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.75rem;
}.noj-wc_player_rda {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #564E72;
  font-size: 10px;
}.noj-wc_amount_rda {
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 0.813rem;
  color: #21C96E;
  font-weight: 700;
  margin-left: auto;
}.noj-app_rda {
  background: #0D0C1A;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.noj-app_rda {
  padding: 2.75rem 24px 0;
}
}.noj-app_in_rda {
  margin: 0 auto;
  max-width: 1320px;
}.noj-app_head_rda {
  margin-bottom: 16px;
}.noj-app_label_rda {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-size: 11px;
  font-weight: 700;
  color: #9966EE;
}.noj-app_h2_rda {
  font-size: 20px;
  margin-bottom: 6px;
  color: #F0EDFF;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.noj-app_h2_rda {
  font-size: 24px;
}
}.noj-app_sub_rda {
  color: #70678E;
  font-size: 13px;
  max-width: 600px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.noj-app_sub_rda strong {
  color: #C2BAE0;
  font-weight: 700;
}.noj-app_cards_rda {
  gap: 10px;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.noj-app_cards_rda {
  grid-template-columns: repeat(3,1fr);
}
}.noj-app_card_rda {
  gap: 1rem;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}.noj-app_card_ios_rda {
  background: linear-gradient(135deg,rgba(153, 102, 238, 0.18) 0%,#181629 100%);
}.noj-app_card_android_rda {
  background: linear-gradient(135deg,rgba(33, 201, 110, 0.16) 0%,#181629 100%);
}.noj-app_card_win_rda {
  background: linear-gradient(135deg,rgba(240, 165, 48, 0.16) 0%,#181629 100%);
}.noj-app_card_ic_rda svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 34px;
  height: 2.125rem;
}.noj-app_card_ic_rda {
  color: #F0EDFF;
  flex-shrink: 0;
}.noj-app_card_os_rda {
  color: #70678E;
  font-size: 10px;
  letter-spacing: .08em;
  margin-bottom: 6px;
  font-weight: 700;
  text-transform: uppercase;
}.noj-app_card_title_rda {
  line-height: 1.2;
  margin-bottom: 6px;
  font-weight: 700;
  color: #F0EDFF;
  font-size: 0.938rem;
  overflow-wrap: break-word;
}.noj-app_card_text_rda {
  overflow-wrap: break-word;
  color: #70678E;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 14px;
}.noj-app_card_btn_rda {
  border: 1px solid rgba(153, 102, 238, 0.45);
  background: rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  gap: 7px;
  transition: background .2s;
  padding: 0.625rem 18px;
  align-items: center;
  color: #F0EDFF;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
}.noj-app_card_btn_rda:hover {
  background: rgba(255, 255, 255, 0.07);
}.noj-bon_rda {
  padding: 36px 16px 0;
  background: #0D0C1A;
}
@media(min-width: 769px) {.noj-bon_rda {
  padding: 44px 1.5rem 0;
}
}.noj-bon_in_rda {
  margin: 0 auto;
  max-width: 1320px;
}.noj-bon_head_rda {
  margin-bottom: 1.25rem;
}.noj-bon_label_rda {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #9966EE;
  font-size: 11px;
}.noj-bon_h2_rda {
  font-weight: 800;
  font-family: 'Space Grotesk', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  color: #F0EDFF;
  font-size: 1.25rem;
}
@media(min-width:768px) {.noj-bon_h2_rda {
  font-size: 1.5rem;
}
}.noj-bon_seo_rda {
  font-size: 13px;
  line-height: 1.6;
  color: #70678E;
  overflow-wrap: break-word;
  max-width: 620px;
}.noj-bon_seo_rda strong {
  color: #C2BAE0;
  font-weight: 700;
}.noj-bon_seo_rda a {
  color: #9966EE;
  text-decoration: underline;
}.noj-bon_grid_rda {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 642px) {.noj-bon_grid_rda {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.noj-bon_grid_rda {
  grid-template-columns: repeat(5,1fr);
}
}.noj-bon_card_rda {
  transition: border-color .2s,transform .2s;
  background: #131121;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
  padding: 1rem;
}.noj-bon_card_rda:hover {
  border-color: rgba(153, 102, 238, 0.07);
  transform: translateY(-2px);
}.noj-bon_card_ic_rda svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.625rem;
  height: 1.625rem;
}.noj-bon_card_ic_rda {
  margin-bottom: 0.625rem;
}.noj-bon_card_type_rda {
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  letter-spacing: .06em;
  color: #70678E;
  font-weight: 700;
}.noj-bon_card_amount_rda {
  line-height: 1.1;
  font-weight: 800;
  color: #F0A530;
  font-size: 18px;
  margin-bottom: 0.375rem;
}.noj-bon_card_name_rda {
  overflow-wrap: break-word;
  color: #F0EDFF;
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}.noj-bon_card_detail_rda {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  overflow-wrap: break-word;
  padding-top: 8px;
  font-size: 0.688rem;
  color: #564E72;
}.noj-prov_rda {
  background: #0D0C1A;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.noj-prov_rda {
  padding: 2.75rem 1.5rem 0;
}
}.noj-prov_in_rda {
  margin: 0 auto;
  max-width: 82.5rem;
}.noj-prov_head_rda {
  margin-bottom: 16px;
}.noj-prov_label_rda {
  text-transform: uppercase;
  font-size: 11px;
  color: #9966EE;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
}.noj-prov_h2_rda {
  font-size: 20px;
  color: #F0EDFF;
  font-weight: 800;
  font-family: 'Space Grotesk', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
}
@media(min-width:768px) {.noj-prov_h2_rda {
  font-size: 1.5rem;
}
}.noj-prov_seo_rda {
  line-height: 1.6;
  color: #70678E;
  max-width: 38.75rem;
  margin-bottom: 16px;
  overflow-wrap: break-word;
  font-size: 13px;
}.noj-prov_seo_rda strong {
  color: #C2BAE0;
  font-weight: 700;
}.noj-prov_seo_rda a {
  color: #9966EE;
  text-decoration: underline;
}.noj-prov_grid_rda {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 638px) {.noj-prov_grid_rda {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.noj-prov_grid_rda {
  grid-template-columns: repeat(8,1fr);
}
}.noj-prov_card_rda {
  transition: border-color .2s,background .2s;
  background: #131121;
  padding: 14px 0.625rem;
  gap: 7px;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  cursor: pointer;
  align-items: center;
  flex-direction: column;
  display: flex;
}.noj-prov_card_rda:hover {
  background: #181629;
  border-color: rgba(153, 102, 238, 0.45);
}.noj-prov_logo_rda {
  border-radius: 0.375rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  align-items: center;
  display: flex;
  width: 44px;
  height: 44px;
}.noj-prov_logo_rda img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.noj-prov_name_rda {
  overflow-wrap: break-word;
  font-size: 11px;
  font-weight: 600;
  color: #9A90BC;
  text-align: center;
}.noj-reg_rda {
  padding: 36px 1rem 0;
  background: #0D0C1A;
}
@media(min-width:768px) {.noj-reg_rda {
  padding: 2.75rem 24px 0;
}
}.noj-reg_in_rda {
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.75rem 24px;
  margin: 0 auto;
  background: #181629;
  border-radius: 1rem;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.noj-reg_in_rda {
  padding: 40px;
}
}.noj-reg_top_rda {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:860px) {.noj-reg_top_rda {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.noj-reg_label_rda {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #9966EE;
}.noj-reg_h2_rda {
  font-family: 'Space Grotesk', sans-serif;
  line-height: 1.2;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  color: #F0EDFF;
  font-weight: 800;
  font-size: 22px;
}
@media(min-width: 766px) {.noj-reg_h2_rda {
  font-size: 1.75rem;
}
}.noj-reg_bonus_rda {
  gap: 8px;
  padding: 10px 1rem;
  border: 1px solid rgba(240, 165, 48, 0.16);
  border-radius: 10px;
  background: rgba(240, 165, 48, 0.16);
  align-items: center;
  display: inline-flex;
  margin-bottom: 16px;
}.noj-reg_bonus_amount_rda {
  font-size: 1.25rem;
  font-weight: 800;
  color: #F0A530;
}.noj-reg_bonus_text_rda {
  line-height: 1.35;
  font-size: 0.813rem;
  color: #9A90BC;
}.noj-reg_cta_btn_rda {
  transition: background .2s;
  border-radius: 0.625rem;
  background: #21C96E;
  padding: 14px 32px;
  font-size: 0.938rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0D0C1A;
  display: inline-block;
  box-shadow: 0.25rem 0.25rem 0px rgba(33, 201, 110, 0.38), 0 2px 0.625rem rgba(0, 0, 0, 0.50);
}.noj-reg_cta_btn_rda:hover {
  background: #2EDE80;
}.noj-reg_terms_rda {
  font-size: 0.688rem;
  line-height: 1.5;
  color: #564E72;
}.noj-reg_seo_rda {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13px;
  overflow-wrap: break-word;
  color: #70678E;
  padding-top: 20px;
  line-height: 1.65;
  margin-top: 20px;
}.noj-reg_seo_rda p {
  color: #70678E;
  line-height: 1.65;
  margin-bottom: 0.625rem;
  font-size: 13px;
}.noj-reg_seo_rda p:last-child {
  margin-bottom: 0;
}.noj-reg_seo_rda strong {
  font-weight: 700;
  color: #C2BAE0;
}.noj-reg_seo_rda a {
  transition: color .2s;
  text-decoration: underline;
  color: #9966EE;
}.noj-reg_seo_rda a:hover {
  color: #AB7EF8;
}.noj-reg_seo_rda ul,.noj-reg_seo_rda ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.noj-reg_seo_rda ol {
  list-style: decimal;
}.noj-reg_seo_rda li {
  margin-bottom: 4px;
  line-height: 1.65;
  font-size: 13px;
  color: #70678E;
}.noj-reg_seo_rda table {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 13px;
  display: block;
}
@media(min-width: 771px) {.noj-reg_seo_rda table {
  display: table;
}
}.noj-reg_seo_rda th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  font-weight: 700;
  color: #C2BAE0;
  text-align: left;
}.noj-reg_seo_rda td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #70678E;
}.noj-reg_steps_rda {
  gap: 0.875rem;
  display: flex;
  flex-direction: column;
  margin-top: 1.75rem;
}
@media(min-width:860px) {.noj-reg_steps_rda {
  margin-top: 0;
}
}.noj-reg_step_rda {
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1rem;
  gap: 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.noj-reg_step_num_rda {
  background: rgba(153, 102, 238, 0.18);
  border: 1px solid rgba(153, 102, 238, 0.07);
  border-radius: 50%;
  color: #9966EE;
  align-items: center;
  width: 2.125rem;
  display: flex;
  flex-shrink: 0;
  height: 34px;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
}.noj-reg_step_title_rda {
  color: #F0EDFF;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 3px;
}.noj-reg_step_text_rda {
  color: #70678E;
  line-height: 1.5;
  font-size: 0.75rem;
}.noj-reg_trust_rda {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  flex-wrap: wrap;
  display: flex;
  margin-top: 20px;
}.noj-reg_trust_item_rda {
  gap: 0.438rem;
  overflow-wrap: break-word;
  color: #70678E;
  align-items: center;
  display: flex;
  font-size: 12px;
}.noj-reg_trust_ic_rda svg {
  width: 16px;
  height: 1rem;
  color: #9966EE;
  stroke-linejoin: round;
  stroke-linecap: round;
}.noj-seo_rda {
  background: #0D0C1A;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.noj-seo_rda {
  padding: 44px 1.5rem 0;
}
}.noj-seo_in_rda {
  background: #181629;
  padding: 28px 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 767px) {.noj-seo_in_rda {
  padding: 2.25rem 40px;
}
}.noj-seo_label_rda {
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #9966EE;
  text-transform: uppercase;
  font-size: 0.688rem;
}.noj-seo_h2_rda {
  color: #F0EDFF;
  margin-bottom: 14px;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  font-family: 'Space Grotesk', sans-serif;
}
@media(min-width: 769px) {.noj-seo_h2_rda {
  font-size: 1.5rem;
}
}.noj-seo_body_rda {
  font-size: 14px;
  line-height: 1.75;
  color: #9A90BC;
  overflow-wrap: break-word;
}.noj-seo_body_rda p {
  color: #9A90BC;
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.75;
}.noj-seo_body_rda p:last-child {
  margin-bottom: 0;
}.noj-seo_body_rda strong {
  font-weight: 700;
  color: #C2BAE0;
}.noj-seo_body_rda a {
  transition: color .2s;
  text-decoration: underline;
  color: #9966EE;
}.noj-seo_body_rda a:hover {
  color: #AB7EF8;
}.noj-seo_body_rda ul,.noj-seo_body_rda ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.noj-seo_body_rda ol {
  list-style: decimal;
}.noj-seo_body_rda li {
  margin-bottom: 0.375rem;
  font-size: 14px;
  line-height: 1.75;
  color: #9A90BC;
}.noj-seo_body_rda table {
  margin-bottom: 0.75rem;
  width: 100%;
  overflow-x: auto;
  font-size: 13px;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 766px) {.noj-seo_body_rda table {
  display: table;
}
}.noj-seo_body_rda th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  color: #C2BAE0;
  font-weight: 700;
  text-align: left;
}.noj-seo_body_rda td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #9A90BC;
}.noj-seo_cols_rda {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.noj-seo_cols_rda {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.noj-seo_cols_rda {
  grid-template-columns: repeat(3,1fr);
}
}.noj-seo_col_h_rda {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #C2BAE0;
  margin-bottom: 0.438rem;
}.noj-seo_col_p_rda {
  line-height: 1.65;
  color: #70678E;
  font-size: 13px;
  overflow-wrap: break-word;
}.noj-seo_stats_rda {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.noj-seo_stat_rda {
  padding: 14px 16px;
  background: rgba(153, 102, 238, 0.07);
  flex: 1;
  border: 1px solid rgba(153, 102, 238, 0.18);
  border-radius: 10px;
  min-width: 140px;
}.noj-seo_stat_val_rda {
  color: #9966EE;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 20px;
}.noj-seo_stat_lb_rda {
  color: #70678E;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.noj-rv_rda {
  background: #0D0C1A;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.noj-rv_rda {
  padding: 44px 24px 0;
}
}.noj-rv_in_rda {
  margin: 0 auto;
  max-width: 1320px;
}.noj-rv_head_rda {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.noj-rv_label_rda {
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 11px;
  color: #9966EE;
  text-transform: uppercase;
  font-weight: 700;
}.noj-rv_h2_rda {
  color: #F0EDFF;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.375rem;
  font-weight: 800;
}
@media(min-width: 769px) {.noj-rv_h2_rda {
  font-size: 1.75rem;
}
}.noj-rv_stats_rda {
  gap: 18px;
  font-size: 0.813rem;
  color: #70678E;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.noj-rv_stats_score_rda {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.noj-rv_stats_score_val_rda {
  color: #F0A530;
  font-weight: 800;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.375rem;
}.noj-rv_stats_score_max_rda {
  color: #564E72;
  font-size: 0.813rem;
}.noj-rv_stats_badge_rda {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.noj-rv_stats_badge_rda svg {
  color: #F0A530;
  width: 14px;
  height: 0.875rem;
}.noj-rv_grid_rda {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.noj-rv_grid_rda {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.noj-rv_grid_rda {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.noj-rv_card_rda {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 20px;
  background: #181629;
  border-radius: 0.625rem;
  flex-direction: column;
  display: flex;
}.noj-rv_card_stars_rda {
  gap: 2px;
  color: #F0A530;
  margin-bottom: 0.625rem;
  display: flex;
}.noj-rv_card_stars_rda svg {
  height: 14px;
  width: 0.875rem;
}.noj-rv_card_h_rda {
  font-weight: 700;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.3;
  color: #F0EDFF;
  margin-bottom: 8px;
}.noj-rv_card_body_rda {
  flex: 1;
  color: #70678E;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  margin-bottom: 14px;
}.noj-rv_card_body_rda strong {
  font-weight: 600;
  color: #C2BAE0;
}.noj-rv_card_meta_rda {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  flex-wrap: wrap;
  display: flex;
}.noj-rv_card_author_rda {
  font-size: 12px;
  color: #C2BAE0;
  font-weight: 600;
}.noj-rv_card_date_rda {
  font-size: 0.688rem;
  color: #564E72;
}.noj-seo_rda {
  background: #0D0C1A;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.noj-seo_rda {
  padding: 2.75rem 24px 0;
}
}.noj-seo_in_rda {
  padding: 1.75rem 24px;
  background: #181629;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.noj-seo_in_rda {
  padding: 36px 2.5rem;
}
}.noj-seo_label_rda {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.625rem;
  color: #9966EE;
  letter-spacing: .08em;
}.noj-seo_h2_rda {
  line-height: 1.25;
  color: #F0EDFF;
  font-family: 'Space Grotesk', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-weight: 800;
  font-size: 20px;
}
@media(min-width:768px) {.noj-seo_h2_rda {
  font-size: 1.5rem;
}
}.noj-seo_body_rda {
  overflow-wrap: break-word;
  color: #9A90BC;
  font-size: 14px;
  line-height: 1.75;
}.noj-seo_body_rda p {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #9A90BC;
  margin-bottom: 0.75rem;
}.noj-seo_body_rda p:last-child {
  margin-bottom: 0;
}.noj-seo_body_rda strong {
  color: #C2BAE0;
  font-weight: 700;
}.noj-seo_body_rda a {
  transition: color .2s;
  text-decoration: underline;
  color: #9966EE;
}.noj-seo_body_rda a:hover {
  color: #AB7EF8;
}.noj-seo_body_rda ul,.noj-seo_body_rda ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.noj-seo_body_rda ol {
  list-style: decimal;
}.noj-seo_body_rda li {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 6px;
  color: #9A90BC;
}.noj-seo_body_rda table {
  display: block;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 0.813rem;
  overflow-x: auto;
}
@media(min-width: 769px) {.noj-seo_body_rda table {
  display: table;
}
}.noj-seo_body_rda th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  color: #C2BAE0;
  font-weight: 700;
}.noj-seo_body_rda td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9A90BC;
}.noj-seo_cols_rda {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 643px) {.noj-seo_cols_rda {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.noj-seo_cols_rda {
  grid-template-columns: repeat(3,1fr);
}
}.noj-seo_col_h_rda {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #C2BAE0;
  font-weight: 700;
  margin-bottom: 7px;
}.noj-seo_col_p_rda {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  color: #70678E;
}.noj-seo_stats_rda {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.noj-seo_stat_rda {
  border-radius: 0.625rem;
  background: rgba(153, 102, 238, 0.07);
  border: 1px solid rgba(153, 102, 238, 0.18);
  padding: 0.875rem 1rem;
  flex: 1;
  min-width: 8.75rem;
}.noj-seo_stat_val_rda {
  color: #9966EE;
  font-size: 20px;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
}.noj-seo_stat_lb_rda {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #70678E;
}.noj-faq_rda {
  background: #0D0C1A;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.noj-faq_rda {
  padding: 44px 24px 0;
}
}.noj-faq_in_rda {
  margin: 0 auto;
  max-width: 82.5rem;
}.noj-faq_head_rda {
  margin-bottom: 20px;
}.noj-faq_label_rda {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #9966EE;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.noj-faq_h2_rda {
  font-size: 20px;
  color: #F0EDFF;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Space Grotesk', sans-serif;
}
@media(min-width: 770px) {.noj-faq_h2_rda {
  font-size: 24px;
}
}.noj-faq_list_rda {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.noj-faq_item_rda {
  overflow: hidden;
  border-radius: 0.625rem;
  background: #181629;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.noj-faq_q_rda {
  transition: color .2s;
  gap: 0.75rem;
  padding: 16px 20px;
  cursor: pointer;
  color: #C2BAE0;
  flex-wrap: wrap;
  align-items: center;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  justify-content: space-between;
  font-weight: 600;
  display: flex;
}.noj-faq_q_rda:hover {
  color: #F0EDFF;
}.noj-faq_q_ic_rda {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  font-size: 1rem;
  display: flex;
  color: #9966EE;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
}.noj-faq_item_rda.noj-state_open_rda .noj-faq_q_ic_rda {
  transform: rotate(45deg);
}.noj-faq_a_rda {
  padding: 0 20px 1rem;
  color: #70678E;
  line-height: 1.7;
  font-size: 13px;
  display: none;
  overflow-wrap: break-word;
}.noj-faq_item_rda.noj-state_open_rda .noj-faq_a_rda {
  display: block;
}.noj-faq_a_rda strong {
  color: #C2BAE0;
  font-weight: 700;
}.noj-faq_a_rda a {
  color: #9966EE;
  text-decoration: underline;
}.noj-faq_a_rda ul,.noj-faq_a_rda ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.noj-faq_a_rda ol {
  list-style: decimal;
}.noj-faq_a_rda li {
  margin-bottom: 4px;
  line-height: 1.6;
}.noj-faq_a_rda table {
  margin: 8px 0;
  overflow-x: auto;
  width: 100%;
  display: block;
  font-size: 0.75rem;
  border-collapse: collapse;
}
@media(min-width: 770px) {.noj-faq_a_rda table {
  display: table;
}
}.noj-faq_a_rda th {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #C2BAE0;
}.noj-faq_a_rda td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 8px;
  color: #70678E;
}.noj-seo_rda {
  padding: 36px 16px 0;
  background: #0D0C1A;
}
@media(min-width:768px) {.noj-seo_rda {
  padding: 44px 24px 0;
}
}.noj-seo_in_rda {
  padding: 28px 1.5rem;
  background: #181629;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1rem;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 769px) {.noj-seo_in_rda {
  padding: 2.25rem 2.5rem;
}
}.noj-seo_label_rda {
  letter-spacing: .08em;
  font-weight: 700;
  color: #9966EE;
  font-size: 11px;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}.noj-seo_h2_rda {
  line-height: 1.25;
  font-family: 'Space Grotesk', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.875rem;
  color: #F0EDFF;
  font-size: 1.25rem;
}
@media(min-width:768px) {.noj-seo_h2_rda {
  font-size: 24px;
}
}.noj-seo_body_rda {
  overflow-wrap: break-word;
  color: #9A90BC;
  line-height: 1.75;
  font-size: 14px;
}.noj-seo_body_rda p {
  line-height: 1.75;
  color: #9A90BC;
  margin-bottom: 0.75rem;
  font-size: 14px;
}.noj-seo_body_rda p:last-child {
  margin-bottom: 0;
}.noj-seo_body_rda strong {
  color: #C2BAE0;
  font-weight: 700;
}.noj-seo_body_rda a {
  transition: color .2s;
  color: #9966EE;
  text-decoration: underline;
}.noj-seo_body_rda a:hover {
  color: #AB7EF8;
}.noj-seo_body_rda ul,.noj-seo_body_rda ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.noj-seo_body_rda ol {
  list-style: decimal;
}.noj-seo_body_rda li {
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.75;
  color: #9A90BC;
}.noj-seo_body_rda table {
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  margin-bottom: 12px;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.noj-seo_body_rda table {
  display: table;
}
}.noj-seo_body_rda th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C2BAE0;
}.noj-seo_body_rda td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #9A90BC;
}.noj-seo_cols_rda {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 643px) {.noj-seo_cols_rda {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.noj-seo_cols_rda {
  grid-template-columns: repeat(3,1fr);
}
}.noj-seo_col_h_rda {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-weight: 700;
  color: #C2BAE0;
}.noj-seo_col_p_rda {
  color: #70678E;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
}.noj-seo_stats_rda {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.noj-seo_stat_rda {
  border-radius: 10px;
  background: rgba(153, 102, 238, 0.07);
  border: 1px solid rgba(153, 102, 238, 0.18);
  padding: 14px 1rem;
  flex: 1;
  min-width: 140px;
}.noj-seo_stat_val_rda {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #9966EE;
  margin-bottom: 4px;
}.noj-seo_stat_lb_rda {
  font-size: 0.688rem;
  color: #70678E;
  overflow-wrap: break-word;
}.noj-ft_rda {
  background: #080712;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.noj-ft_support_rda {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 1rem;
}
@media(min-width: 769px) {.noj-ft_support_rda {
  padding: 1.75rem 24px;
}
}.noj-ft_support_in_rda {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 1320px;
  flex-wrap: wrap;
}.noj-ft_support_main_rda {
  flex: 1;
  gap: 1rem;
  flex-wrap: wrap;
  min-width: 220px;
  display: flex;
  align-items: center;
}.noj-ft_support_ic_rda {
  flex-shrink: 0;
  color: #9966EE;
}.noj-ft_support_ic_rda svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 30px;
  height: 30px;
}.noj-ft_support_text_title_rda {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.938rem;
  color: #F0EDFF;
  margin-bottom: 3px;
}.noj-ft_support_text_sub_rda {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #70678E;
}.noj-ft_support_btn_rda {
  padding: 0.688rem 22px;
  transition: background .2s;
  background: #9966EE;
  border-radius: 10px;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 13px;
  color: #F0EDFF;
  white-space: nowrap;
}.noj-ft_support_btn_rda:hover {
  background: #AB7EF8;
}.noj-ft_support_contacts_rda {
  gap: 16px;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.noj-ft_support_contact_rda {
  color: #564E72;
  font-size: 0.75rem;
  line-height: 1.4;
}.noj-ft_support_contact_rda strong {
  display: block;
  font-weight: 600;
  font-size: 0.688rem;
  color: #9A90BC;
  margin-bottom: 2px;
}.noj-ft_main_rda {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 16px 24px;
}
@media(min-width: 769px) {.noj-ft_main_rda {
  padding: 40px 24px 32px;
}
}.noj-ft_main_in_rda {
  margin: 0 auto;
  gap: 1.5rem;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.noj-ft_main_in_rda {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.noj-ft_main_in_rda {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.noj-ft_col_logo_rda {
  grid-column: 1/-1;
}
@media(min-width: 1082px) {.noj-ft_col_logo_rda {
  grid-column: auto;
}
}.noj-ft_logo_rda {
  gap: 9px;
  font-weight: 800;
  flex-wrap: wrap;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  color: #F0EDFF;
}.noj-ft_logo_mark_rda {
  overflow: hidden;
  border-radius: 0.375rem;
  height: 1.875rem;
  width: 1.875rem;
}.noj-ft_logo_mark_rda img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.noj-ft_logo_sub_rda {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #564E72;
  max-width: 200px;
  line-height: 1.55;
}.noj-ft_col_title_rda {
  color: #9A90BC;
  letter-spacing: .07em;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
}.noj-ft_col_links_rda {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.noj-ft_col_link_rda {
  transition: color .2s;
  color: #564E72;
  font-size: 13px;
  overflow-wrap: break-word;
}.noj-ft_col_link_rda:hover {
  color: #C2BAE0;
}.noj-ft_apps_rda {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.noj-ft_app_card_rda {
  padding: 0.625rem 0.75rem;
  transition: border-color .2s;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 10px;
  align-items: center;
  display: flex;
}.noj-ft_app_card_rda:hover {
  border-color: rgba(153, 102, 238, 0.45);
}.noj-ft_app_card_ic_rda svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.375rem;
  width: 22px;
}.noj-ft_app_card_os_rda {
  font-weight: 600;
  font-size: 10px;
  color: #564E72;
}.noj-ft_app_card_action_rda {
  color: #C2BAE0;
  font-size: 0.75rem;
  font-weight: 700;
}.noj-ft_bot_rda {
  padding: 20px 16px;
}
@media(min-width: 766px) {.noj-ft_bot_rda {
  padding: 20px 24px;
}
}.noj-ft_bot_in_rda {
  gap: 16px;
  margin: 0 auto;
  max-width: 1320px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.noj-ft_socials_rda {
  gap: 0.5rem;
  display: flex;
}.noj-ft_soc_rda {
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.375rem;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  display: flex;
  color: #9A90BC;
  justify-content: center;
}.noj-ft_soc_rda svg {
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
}.noj-ft_soc_rda:hover {
  background: rgba(255, 255, 255, 0.07);
}.noj-ft_legal_rda {
  flex: 1;
  line-height: 1.6;
  font-size: 0.688rem;
  min-width: 12.5rem;
  overflow-wrap: break-word;
  color: #7C739A;
}.noj-ft_legal_rda strong {
  font-weight: 700;
  color: #9A90BC;
}.noj-ft_legal_rda a {
  text-decoration: underline;
  color: #9A90BC;
}.noj-ft_age_rda {
  border-radius: 50%;
  border: 2px solid #7C739A;
  display: flex;
  color: #7C739A;
  font-weight: 800;
  height: 2rem;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  flex-shrink: 0;
  font-size: 11px;
  width: 32px;
}