*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #110D16;
  min-height: 100vh;
  font-family: 'Nunito', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  color: #CBBAD9;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  text-decoration: none;
  color: inherit;
}button {
  background: none;
  font: inherit;
  border: none;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.rpg_layout_5o2 {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.rpg_page_5o2 {
  display: flex;
  min-height: 100vh;
}.rpg_main_5o2 {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media(min-width: 1081px) {.rpg_main_5o2 {
  padding-left: 220px;
}
}
@media(max-width: 1080px) {.rpg_main_5o2 {
  padding-bottom: 4.5rem;
}
}.rpg_gc_5o2 {
  border-radius: 12px;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #171220;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  width: 8.75rem;
  position: relative;
}
@media(min-width: 643px) {.rpg_gc_5o2 {
  width: 156px;
}
}
@media(min-width: 1081px) {.rpg_gc_5o2 {
  width: 168px;
}
}.rpg_gc_5o2:hover {
  border-color: rgba(240, 53, 133, 0.08);
  transform: translateY(-3px);
}.rpg_gc_img_5o2 {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.rpg_gc_img_5o2 img {
  inset: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}.rpg_gc_hover_5o2 {
  inset: 0;
  transition: opacity .2s;
  background: rgba(10, 7, 14, 0.72);
  align-items: center;
  justify-content: center;
  opacity: 0;
  display: flex;
  position: absolute;
}.rpg_gc_5o2:hover .rpg_gc_hover_5o2 {
  opacity: 1;
}.rpg_gc_hover_btn_5o2 {
  background: #F03585;
  padding: 0.5rem 16px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.75rem;
  color: #F6EEFB;
}.rpg_gc_info_5o2 {
  padding: 8px 10px 10px;
}.rpg_gc_name_5o2 {
  overflow: hidden;
  color: #CBBAD9;
  font-weight: 600;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
  margin-bottom: 3px;
}.rpg_gc_prov_5o2 {
  color: #554464;
  font-size: 10px;
}.rpg_gc_tag_5o2 {
  padding: 2px 0.438rem;
  border-radius: 4px;
  left: 6px;
  text-transform: uppercase;
  top: 0.375rem;
  letter-spacing: .04em;
  z-index: 2;
  font-size: 9px;
  font-weight: 700;
  position: absolute;
}.rpg_gc_tag_hot_5o2 {
  background: #FF3B3B;
  color: #fff;
}.rpg_gc_tag_new_5o2 {
  background: #27C76F;
  color: #110D16;
}.rpg_gc_tag_jp_5o2 {
  background: #F5A623;
  color: #110D16;
}.rpg_gc_tag_ex_5o2 {
  background: #B8207A;
  color: #fff;
}.rpg_gc_tag_live_5o2 {
  background: #FF3B3B;
  color: #fff;
}.rpg_gr_5o2 {
  background: #110D16;
  padding: 32px 1rem 0;
}
@media(min-width: 769px) {.rpg_gr_5o2 {
  padding: 36px 24px 0;
}
}.rpg_gr_in_5o2 {
  margin: 0 auto;
  max-width: 1320px;
}.rpg_gr_head_5o2 {
  gap: 0.75rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}.rpg_gr_head_l_5o2 {
  gap: 0.625rem;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}.rpg_gr_ic_5o2 {
  border-radius: 12px;
  align-items: center;
  display: flex;
  height: 32px;
  flex-shrink: 0;
  justify-content: center;
  width: 2rem;
}.rpg_gr_ic_5o2 svg {
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
  width: 1rem;
}.rpg_gr_title_5o2 {
  font-size: 16px;
  overflow-wrap: break-word;
  color: #F6EEFB;
  font-family: 'Fredoka One', sans-serif;
  font-weight: 700;
}
@media(min-width: 769px) {.rpg_gr_title_5o2 {
  font-size: 18px;
}
}.rpg_gr_more_5o2 {
  transition: color .2s;
  gap: 5px;
  color: #705E82;
  font-size: 12px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 600;
}.rpg_gr_more_5o2:hover {
  color: #F03585;
}.rpg_gr_more_5o2 svg {
  stroke-linejoin: round;
  width: 12px;
  stroke-linecap: round;
  height: 0.75rem;
}.rpg_gr_arrows_5o2 {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.rpg_gr_arr_5o2 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  height: 30px;
  color: #9B8AAD;
  justify-content: center;
  display: flex;
  width: 30px;
  align-items: center;
}.rpg_gr_arr_5o2:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F6EEFB;
}.rpg_gr_arr_5o2 svg {
  height: 0.813rem;
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
}.rpg_gr_seo_h_5o2 {
  margin: 0 0 0.375rem;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.813rem;
  max-width: 42.5rem;
  font-family: 'Fredoka One', sans-serif;
  color: #CBBAD9;
}
@media(min-width: 769px) {.rpg_gr_seo_h_5o2 {
  font-size: 0.875rem;
}
}.rpg_gr_seo_5o2 {
  overflow-wrap: break-word;
  color: #705E82;
  font-size: 12px;
  max-width: 680px;
  line-height: 1.55;
  margin-bottom: 12px;
}.rpg_gr_seo_5o2 strong {
  font-weight: 600;
  color: #CBBAD9;
}.rpg_gr_scroll_5o2 {
  gap: 0.625rem;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 0.625rem;
  display: flex;
  -webkit-overflow-scrolling: touch;
}.rpg_gr_scroll_5o2::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.rpg_gr_scroll_5o2 {
  gap: 12px;
}
}.rpg_tb_5o2 {
  background: #110D16;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  top: 0;
  position: fixed;
  right: 0;
  z-index: 80;
  height: 56px;
  left: 0;
}.rpg_tb_in_5o2 {
  gap: 0;
  padding: 0 0.875rem;
  width: 100%;
  align-items: center;
  height: 100%;
  display: flex;
}.rpg_tb_burger_5o2 {
  border-radius: 12px;
  gap: 0.313rem;
  justify-content: center;
  margin-right: 0.5rem;
  flex-shrink: 0;
  height: 2.375rem;
  width: 2.375rem;
  align-items: center;
  flex-direction: column;
  display: flex;
}.rpg_tb_burger_5o2:hover {
  background: rgba(255, 255, 255, 0.05);
}.rpg_tb_burger_line_5o2 {
  background: #9B8AAD;
  border-radius: 1px;
  height: 2px;
  width: 1.125rem;
  display: block;
}
@media(min-width: 1081px) {.rpg_tb_burger_5o2 {
  display: none;
}
}.rpg_tb_logo_5o2 {
  gap: 0.563rem;
  display: flex;
  color: #F6EEFB;
  align-items: center;
  font-weight: 800;
  overflow-wrap: break-word;
  flex-shrink: 0;
  font-size: 1.125rem;
  letter-spacing: -.01em;
  margin-right: 1.25rem;
}.rpg_tb_logo_mark_5o2 {
  border-radius: 0.75rem;
  overflow: hidden;
  height: 2rem;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 32px;
}.rpg_tb_logo_mark_5o2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.rpg_tb_nav_5o2 {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.rpg_tb_nav_5o2 {
  display: flex;
}
}.rpg_tb_tab_5o2 {
  transition: background .15s,color .15s;
  border-radius: 0.75rem;
  padding: 8px 0.875rem;
  white-space: nowrap;
  font-weight: 600;
  color: #9B8AAD;
  font-size: 0.813rem;
}.rpg_tb_tab_5o2:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6EEFB;
}.rpg_tb_tab_5o2.rpg_state_active_5o2 {
  background: rgba(240, 53, 133, 0.18);
  color: #F6EEFB;
}.rpg_tb_right_5o2 {
  gap: 0.5rem;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
  align-items: center;
}.rpg_tb_login_5o2 {
  border-radius: 0.75rem;
  padding: 9px 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s,color .2s;
  color: #CBBAD9;
  font-weight: 600;
  display: none;
  font-size: 0.813rem;
}.rpg_tb_login_5o2:hover {
  border-color: rgba(240, 53, 133, 0.55);
  color: #F6EEFB;
}
@media(min-width: 481px) {.rpg_tb_login_5o2 {
  display: block;
}
}.rpg_tb_reg_5o2 {
  padding: 9px 18px;
  border-radius: 0.75rem;
  background: #27C76F;
  transition: background .2s;
  font-size: 13px;
  color: #120A1C;
  white-space: nowrap;
  font-weight: 700;
}.rpg_tb_reg_5o2:hover {
  background: #35DB80;
}.rpg_sb_5o2 {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #1C1724;
  transform: translateX(-100%);
  transition: transform .25s ease;
  overflow-y: auto;
  z-index: 70;
  bottom: 0;
  left: 0;
  width: 13.75rem;
  top: 3.5rem;
  position: fixed;
}.rpg_sb_5o2.rpg_state_open_5o2 {
  transform: translateX(0);
}.rpg_sb_5o2::-webkit-scrollbar {
  width: 4px;
}.rpg_sb_5o2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1079px) {.rpg_sb_5o2 {
  transform: translateX(0);
}
}.rpg_sb_auth_5o2 {
  padding: 14px 12px 10px;
}.rpg_sb_btn_reg_5o2 {
  transition: background .2s;
  background: #27C76F;
  border-radius: 12px;
  padding: 11px;
  font-size: 13px;
  font-weight: 700;
  color: #120A1C;
  display: block;
  text-align: center;
  margin-bottom: 8px;
}.rpg_sb_btn_reg_5o2:hover {
  background: #35DB80;
}.rpg_sb_btn_login_5o2 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: border-color .2s;
  font-weight: 600;
  font-size: 0.813rem;
  display: block;
  text-align: center;
  color: #CBBAD9;
}.rpg_sb_btn_login_5o2:hover {
  border-color: rgba(240, 53, 133, 0.55);
  color: #F6EEFB;
}.rpg_sb_promo_5o2 {
  border-radius: 12px;
  overflow: hidden;
  margin: 0 12px 0.625rem;
  background: linear-gradient(135deg,#3C0A2C,#1C1724);
  border: 1px solid rgba(240, 53, 133, 0.18);
  padding: 12px 0.875rem;
  position: relative;
}.rpg_sb_promo_5o2::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(240, 53, 133, 0.18),transparent 70%);
  width: 80px;
  position: absolute;
  right: -20px;
  content: '';
  height: 5rem;
  top: -1.25rem;
}.rpg_sb_promo_title_5o2 {
  font-size: 11px;
  color: #F03585;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .06em;
  margin-bottom: 4px;
}.rpg_sb_promo_text_5o2 {
  color: #F6EEFB;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: break-word;
}.rpg_sb_promo_sub_5o2 {
  font-size: 0.625rem;
  margin-top: 3px;
  color: #705E82;
}.rpg_sb_nav_5o2 {
  padding: 6px 0.5rem 1rem;
}.rpg_sb_nav_lb_5o2 {
  padding: 0.625rem 8px 0.375rem;
  font-size: 10px;
  color: #554464;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.rpg_sb_link_5o2 {
  transition: background .15s,color .15s;
  padding: 0.563rem 10px;
  border-radius: 8px;
  gap: 0.625rem;
  overflow-wrap: break-word;
  color: #9B8AAD;
  display: flex;
  font-weight: 500;
  font-size: 13px;
  align-items: center;
  cursor: pointer;
}.rpg_sb_link_5o2:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6EEFB;
}.rpg_sb_link_5o2.rpg_state_active_5o2 {
  background: rgba(240, 53, 133, 0.18);
  color: #F6EEFB;
}.rpg_sb_ic_5o2 {
  border-radius: 0.5rem;
  align-items: center;
  height: 30px;
  display: flex;
  flex-shrink: 0;
  width: 30px;
  justify-content: center;
}.rpg_sb_ic_5o2 svg {
  height: 16px;
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
}.rpg_sb_ic_1_5o2 {
  background: rgba(240, 53, 133, 0.08);
  color: #F03585;
}.rpg_sb_ic_2_5o2 {
  background: rgba(39, 199, 111, 0.16);
  color: #27C76F;
}.rpg_sb_ic_3_5o2 {
  background: rgba(245, 166, 35, 0.16);
  color: #F5A623;
}.rpg_sb_ic_4_5o2 {
  background: rgba(184, 32, 122, 0.22);
  color: #B8207A;
}.rpg_sb_ic_5_5o2 {
  background: rgba(240, 53, 133, 0.08);
  color: #FF5BAD;
}.rpg_sb_ic_6_5o2 {
  background: rgba(184, 32, 122, 0.22);
  color: #B45EF5;
}.rpg_sb_badge_5o2 {
  padding: 2px 0.438rem;
  border-radius: 8px;
  background: #F5A623;
  margin-left: auto;
  font-weight: 700;
  color: #120A1C;
  font-size: 9px;
}.rpg_sb_bot_5o2 {
  padding: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.5rem;
  display: flex;
}.rpg_sb_lang_5o2,.rpg_sb_help_5o2 {
  border: 1px solid rgba(255, 255, 255, 0.06);
  flex: 1;
  padding: 0.563rem 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 6px;
  border-radius: 8px;
  transition: border-color .2s;
  display: flex;
  font-weight: 600;
  font-size: 0.688rem;
  align-items: center;
  justify-content: center;
  color: #9B8AAD;
}.rpg_sb_lang_5o2:hover,.rpg_sb_help_5o2:hover {
  border-color: rgba(240, 53, 133, 0.55);
  color: #F6EEFB;
}.rpg_sb_lang_5o2 svg,.rpg_sb_help_5o2 svg {
  stroke-linecap: round;
  height: 13px;
  stroke-linejoin: round;
  width: 0.813rem;
}.rpg_sb_bd_5o2 {
  inset: 0;
  background: rgba(10, 7, 14, 0.72);
  display: none;
  position: fixed;
  z-index: 69;
}.rpg_sb_bd_5o2.rpg_state_on_5o2 {
  display: block;
}
@media(min-width: 1083px) {.rpg_sb_bd_5o2 {
  display: none!important;
}
}.rpg_mob_nav_5o2 {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  background: #1C1724;
  position: fixed;
  display: flex;
  bottom: 0;
  z-index: 80;
  right: 0;
  left: 0;
}
@media(min-width: 1081px) {.rpg_mob_nav_5o2 {
  display: none;
}
}.rpg_mob_nav_item_5o2 {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 0.25rem;
  align-items: center;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  color: #554464;
}.rpg_mob_nav_ic_5o2 {
  line-height: 1;
}.rpg_mob_nav_ic_5o2 svg {
  stroke-linecap: round;
  height: 20px;
  width: 20px;
  stroke-linejoin: round;
}.rpg_mob_nav_lb_5o2 {
  font-size: 0.625rem;
  color: #554464;
  font-weight: 600;
}.rpg_mob_nav_item_5o2.rpg_state_active_5o2 {
  color: #F03585;
}.rpg_mob_nav_item_5o2.rpg_state_active_5o2 .rpg_mob_nav_lb_5o2 {
  color: #F03585;
}.rpg_hero_5o2 {
  padding: 1.25rem 1rem 0;
  background: #110D16;
}
@media(min-width: 770px) {.rpg_hero_5o2 {
  padding: 24px 24px 0;
}
}.rpg_hero_in_5o2 {
  gap: 12px;
  margin: 0 auto;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 859px) {.rpg_hero_in_5o2 {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1102px) {.rpg_hero_in_5o2 {
  grid-template-columns: 1fr 340px;
}
}.rpg_hero_promo_5o2 {
  border-radius: 18px;
  background: #171220;
  overflow: hidden;
  align-items: stretch;
  min-height: 220px;
  position: relative;
  display: flex;
}
@media(min-width: 771px) {.rpg_hero_promo_5o2 {
  min-height: 280px;
}
}.rpg_hero_promo_bg_5o2 {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#3C0A2C 0%,#150E1A 100%);
  position: absolute;
  background-size: cover;
}.rpg_hero_promo_bg_5o2::after {
  background: linear-gradient(90deg,#110D16 0%,rgba(10, 7, 14, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.rpg_hero_promo_glow_5o2 {
  background: radial-gradient(circle,rgba(184, 32, 122, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  height: 300px;
  top: -2.5rem;
  position: absolute;
  pointer-events: none;
  right: 60px;
  width: 300px;
}.rpg_hero_promo_ct_5o2 {
  padding: 28px 24px 1.75rem 1.75rem;
  justify-content: center;
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 480px;
  flex-direction: column;
}
@media(min-width: 770px) {.rpg_hero_promo_ct_5o2 {
  padding: 2.5rem 2rem;
}
}.rpg_hero_badge_5o2 {
  padding: 5px 0.75rem;
  border: 1px solid rgba(240, 53, 133, 0.08);
  border-radius: 24px;
  background: rgba(240, 53, 133, 0.18);
  margin-bottom: 0.875rem;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 700;
  color: #F03585;
  letter-spacing: .08em;
}.rpg_hero_h1_5o2 {
  font-weight: 800;
  font-size: 1.625rem;
  overflow-wrap: break-word;
  color: #F6EEFB;
  line-height: 1.15;
  font-family: 'Fredoka One', sans-serif;
  margin-bottom: 10px;
}.rpg_hero_h1_5o2 em {
  font-style: normal;
  color: #F5A623;
}
@media(min-width: 769px) {.rpg_hero_h1_5o2 {
  font-size: 2.25rem;
}
}.rpg_hero_sub_5o2 {
  margin-bottom: 1.25rem;
  color: #9B8AAD;
  font-size: 0.813rem;
  line-height: 1.55;
}
@media(min-width: 766px) {.rpg_hero_sub_5o2 {
  font-size: 0.875rem;
}
}.rpg_hero_row_5o2 {
  gap: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.rpg_hero_cta_5o2 {
  border-radius: 0.75rem;
  background: #27C76F;
  transition: background .2s;
  padding: 0.813rem 26px;
  color: #120A1C;
  box-shadow: 0 6px 1.125rem rgba(39, 199, 111, 0.48);
  font-weight: 700;
  font-size: 0.875rem;
}.rpg_hero_cta_5o2:hover {
  background: #35DB80;
}.rpg_hero_terms_5o2 {
  color: #554464;
  font-size: 0.688rem;
}.rpg_hero_game_5o2 {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #171220;
  border-radius: 1.125rem;
  flex-direction: column;
  display: flex;
  position: relative;
}.rpg_hero_game_badge_5o2 {
  background: rgba(245, 166, 35, 0.16);
  border: 1px solid rgba(245, 166, 35, 0.16);
  padding: 5px 0.625rem;
  border-radius: 24px;
  letter-spacing: .06em;
  z-index: 3;
  font-weight: 700;
  text-transform: uppercase;
  top: 12px;
  font-size: 10px;
  position: absolute;
  left: 12px;
  color: #F5A623;
}.rpg_hero_game_badge_5o2 svg {
  height: 11px;
  margin-right: 0.25rem;
  vertical-align: -1px;
  width: 11px;
}.rpg_hero_game_img_5o2 {
  overflow: hidden;
  background: linear-gradient(135deg,#3C0A2C,#150E1A);
  position: relative;
  padding-bottom: 60%;
}.rpg_hero_game_img_5o2 img {
  inset: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  object-fit: cover;
}.rpg_hero_game_play_5o2 {
  transition: opacity .2s;
  background: rgba(10, 7, 14, 0.72);
  inset: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  display: flex;
  position: absolute;
}.rpg_hero_game_5o2:hover .rpg_hero_game_play_5o2 {
  opacity: 1;
}.rpg_hero_game_play_5o2 span {
  background: #F03585;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  height: 3.25rem;
  width: 52px;
  align-items: center;
}.rpg_hero_game_play_5o2 span svg {
  width: 1.125rem;
  height: 18px;
  margin-left: 2px;
}.rpg_hero_game_info_5o2 {
  padding: 14px 16px;
}.rpg_hero_game_title_5o2 {
  color: #F6EEFB;
  font-size: 15px;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.25rem;
}.rpg_hero_game_provider_5o2 {
  font-size: 0.688rem;
  color: #705E82;
}.rpg_hero_game_btn_5o2 {
  background: #F03585;
  margin: 12px 1rem 1rem;
  padding: 11px;
  transition: background .2s;
  border-radius: 0.75rem;
  font-weight: 700;
  display: block;
  color: #F6EEFB;
  font-size: 0.813rem;
  text-align: center;
}.rpg_hero_game_5o2:hover .rpg_hero_game_btn_5o2 {
  background: #FF4E97;
}.rpg_gcg_5o2 {
  padding: 36px 1rem 0;
  background: #110D16;
}
@media(min-width: 767px) {.rpg_gcg_5o2 {
  padding: 44px 1.5rem 0;
}
}.rpg_gcg_in_5o2 {
  margin: 0 auto;
  max-width: 82.5rem;
}.rpg_gcg_head_5o2 {
  margin-bottom: 20px;
  max-width: 720px;
}.rpg_gcg_label_5o2 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #F03585;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.rpg_gcg_h2_5o2 {
  color: #F6EEFB;
  font-weight: 800;
  font-family: 'Fredoka One', sans-serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 22px;
}
@media(min-width: 766px) {.rpg_gcg_h2_5o2 {
  font-size: 1.75rem;
}
}.rpg_gcg_intro_5o2 {
  font-size: 0.813rem;
  color: #705E82;
  line-height: 1.6;
}.rpg_gcg_grid_5o2 {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.rpg_gcg_grid_5o2 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.rpg_gcg_grid_5o2 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.rpg_gcg_card_5o2 {
  padding: 20px;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  position: relative;
  flex-direction: column;
  cursor: pointer;
  min-height: 15rem;
  display: flex;
  justify-content: flex-end;
}.rpg_gcg_card_5o2:hover {
  border-color: rgba(240, 53, 133, 0.18);
  transform: translateY(-3px);
}.rpg_gcg_card_bg_5o2 {
  inset: 0;
  z-index: 0;
  position: absolute;
}.rpg_gcg_card_bg_5o2::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.rpg_gcg_card_ic_5o2 {
  border-radius: 8px;
  background: rgba(0,0,0,.45);
  position: absolute;
  color: #F6EEFB;
  width: 2.5rem;
  right: 18px;
  height: 40px;
  align-items: center;
  z-index: 2;
  display: flex;
  justify-content: center;
  top: 18px;
}.rpg_gcg_card_ic_5o2 svg {
  height: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.25rem;
}.rpg_gcg_card_ct_5o2 {
  position: relative;
  z-index: 1;
}.rpg_gcg_card_h_5o2 {
  color: #F6EEFB;
  font-weight: 800;
  margin-bottom: 8px;
  font-family: 'Fredoka One', sans-serif;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-size: 1.125rem;
}
@media(min-width: 765px) {.rpg_gcg_card_h_5o2 {
  font-size: 20px;
}
}.rpg_gcg_card_p_5o2 {
  margin-bottom: 0.625rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 12px;
  color: rgba(255,255,255,.82);
}.rpg_gcg_card_p_5o2 strong {
  font-weight: 600;
  color: #F6EEFB;
}.rpg_gcg_card_cta_5o2 {
  gap: 4px;
  letter-spacing: .04em;
  font-weight: 700;
  text-transform: uppercase;
  align-items: center;
  font-size: 12px;
  display: inline-flex;
  color: #F03585;
}.rpg_gcg_card_cta_5o2 svg {
  width: 0.75rem;
  height: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.rpg_gr_jp_5o2 {
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg,#280A40 0%,#110D16 100%);
  padding: 1.25rem;
  position: relative;
}.rpg_gr_jp_5o2::before {
  background: radial-gradient(circle,rgba(184, 32, 122, 0.22) 0%,transparent 70%);
  border-radius: 50%;
  width: 15.625rem;
  content: '';
  top: -3.75rem;
  height: 15.625rem;
  position: absolute;
  left: -3.75rem;
}.rpg_gr_jp_5o2::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(245, 166, 35, 0.16) 0%,transparent 70%);
  position: absolute;
  bottom: -2.5rem;
  width: 12.5rem;
  right: 0;
  content: '';
  height: 12.5rem;
}.rpg_gr_jp_head_5o2 {
  gap: 16px;
  margin-bottom: 1rem;
  z-index: 1;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}.rpg_gr_jp_info_5o2 {
  flex: 1;
}.rpg_gr_jp_label_5o2 {
  letter-spacing: .08em;
  color: #B45EF5;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}.rpg_gr_jp_label_5o2 svg {
  stroke-linejoin: round;
  height: 0.875rem;
  margin-right: 0.25rem;
  stroke-linecap: round;
  width: 0.875rem;
  vertical-align: -2px;
}.rpg_gr_jp_amount_5o2 {
  color: #F6EEFB;
  margin-bottom: 4px;
  font-size: 32px;
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1;
  font-family: 'Fredoka One', sans-serif;
}
@media(min-width: 766px) {.rpg_gr_jp_amount_5o2 {
  font-size: 2.5rem;
}
}.rpg_gr_jp_amount_5o2 span {
  color: #F5A623;
}.rpg_gr_jp_seo_5o2 {
  line-height: 1.5;
  max-width: 30rem;
  color: #9B8AAD;
  overflow-wrap: break-word;
  font-size: 12px;
}.rpg_gr_jp_cta_5o2 {
  border-radius: 0.75rem;
  background: rgba(184, 32, 122, 0.22);
  transition: background .2s;
  border: 1px solid rgba(184, 32, 122, 0.22);
  padding: 11px 20px;
  white-space: nowrap;
  align-self: flex-start;
  flex-shrink: 0;
  color: #F6EEFB;
  font-weight: 700;
  margin-top: 0.25rem;
  z-index: 1;
  position: relative;
  font-size: 13px;
}.rpg_gr_jp_cta_5o2:hover {
  background: #B8207A;
}.rpg_ws_5o2 {
  background: #110D16;
  padding: 32px 16px 0;
}
@media(min-width: 769px) {.rpg_ws_5o2 {
  padding: 2.25rem 1.5rem 0;
}
}.rpg_ws_in_5o2 {
  margin: 0 auto;
  max-width: 1320px;
}.rpg_ws_head_5o2 {
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
}.rpg_ws_title_5o2 {
  gap: 10px;
  display: flex;
  font-weight: 700;
  color: #F6EEFB;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  align-items: center;
  font-family: 'Fredoka One', sans-serif;
  font-size: 16px;
}.rpg_ws_title_ic_5o2 svg {
  color: #F5A623;
  width: 1.125rem;
  stroke-linecap: round;
  height: 18px;
  stroke-linejoin: round;
}.rpg_ws_online_5o2 {
  gap: 7px;
  align-items: center;
  color: #705E82;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
}.rpg_ws_online_dot_5o2 {
  background: #27C76F;
  border-radius: 50%;
  flex-shrink: 0;
  height: 0.5rem;
  width: 0.5rem;
  box-shadow: 0 0 6px rgba(39, 199, 111, 0.16);
}.rpg_ws_scroll_5o2 {
  gap: 8px;
  padding-bottom: 8px;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
}.rpg_ws_scroll_5o2::-webkit-scrollbar {
  display: none;
}.rpg_wc_5o2 {
  gap: 10px;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.625rem 14px;
  background: #171220;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  min-width: 13.75rem;
}.rpg_wc_img_5o2 {
  overflow: hidden;
  border-radius: 8px;
  background: #1C1724;
  height: 2.25rem;
  flex-shrink: 0;
  width: 36px;
}.rpg_wc_img_5o2 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.rpg_wc_info_5o2 {
  min-width: 0;
}.rpg_wc_game_5o2 {
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.75rem;
  color: #CBBAD9;
}.rpg_wc_player_5o2 {
  overflow: hidden;
  color: #554464;
  font-size: 0.625rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}.rpg_wc_amount_5o2 {
  font-size: 13px;
  font-weight: 700;
  margin-left: auto;
  white-space: nowrap;
  flex-shrink: 0;
  color: #27C76F;
}.rpg_reg_5o2 {
  background: #110D16;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.rpg_reg_5o2 {
  padding: 44px 1.5rem 0;
}
}.rpg_reg_in_5o2 {
  padding: 1.75rem 1.5rem;
  background: #1C1724;
  border-radius: 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.rpg_reg_in_5o2 {
  padding: 40px;
}
}.rpg_reg_top_5o2 {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 858px) {.rpg_reg_top_5o2 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.rpg_reg_label_5o2 {
  color: #F03585;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}.rpg_reg_h2_5o2 {
  font-family: 'Fredoka One', sans-serif;
  color: #F6EEFB;
  font-size: 22px;
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
@media(min-width: 767px) {.rpg_reg_h2_5o2 {
  font-size: 1.75rem;
}
}.rpg_reg_bonus_5o2 {
  border: 1px solid rgba(245, 166, 35, 0.16);
  gap: 8px;
  padding: 10px 16px;
  background: rgba(245, 166, 35, 0.16);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}.rpg_reg_bonus_amount_5o2 {
  font-weight: 800;
  font-size: 1.25rem;
  color: #F5A623;
}.rpg_reg_bonus_text_5o2 {
  color: #9B8AAD;
  font-size: 13px;
  line-height: 1.35;
}.rpg_reg_cta_btn_5o2 {
  border-radius: 0.75rem;
  padding: 14px 2rem;
  background: #27C76F;
  transition: background .2s;
  color: #120A1C;
  box-shadow: 0 0.375rem 1.125rem rgba(39, 199, 111, 0.48);
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
}.rpg_reg_cta_btn_5o2:hover {
  background: #35DB80;
}.rpg_reg_terms_5o2 {
  line-height: 1.5;
  color: #554464;
  font-size: 0.688rem;
}.rpg_reg_seo_5o2 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #705E82;
  overflow-wrap: break-word;
  margin-top: 20px;
  line-height: 1.65;
  font-size: 0.813rem;
  padding-top: 20px;
}.rpg_reg_seo_5o2 p {
  margin-bottom: 0.625rem;
  color: #705E82;
  font-size: 0.813rem;
  line-height: 1.65;
}.rpg_reg_seo_5o2 p:last-child {
  margin-bottom: 0;
}.rpg_reg_seo_5o2 strong {
  color: #CBBAD9;
  font-weight: 700;
}.rpg_reg_seo_5o2 a {
  transition: color .2s;
  color: #F03585;
  text-decoration: underline;
}.rpg_reg_seo_5o2 a:hover {
  color: #FF4E97;
}.rpg_reg_seo_5o2 ul,.rpg_reg_seo_5o2 ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.rpg_reg_seo_5o2 ol {
  list-style: decimal;
}.rpg_reg_seo_5o2 li {
  font-size: 0.813rem;
  color: #705E82;
  line-height: 1.65;
  margin-bottom: 0.25rem;
}.rpg_reg_seo_5o2 table {
  margin-bottom: 0.625rem;
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
  overflow-x: auto;
  display: block;
}
@media(min-width: 769px) {.rpg_reg_seo_5o2 table {
  display: table;
}
}.rpg_reg_seo_5o2 th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #CBBAD9;
  text-align: left;
  font-weight: 700;
}.rpg_reg_seo_5o2 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #705E82;
}.rpg_reg_steps_5o2 {
  gap: 14px;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}
@media(min-width: 862px) {.rpg_reg_steps_5o2 {
  margin-top: 0;
}
}.rpg_reg_step_5o2 {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.rpg_reg_step_num_5o2 {
  border: 1px solid rgba(240, 53, 133, 0.08);
  border-radius: 50%;
  background: rgba(240, 53, 133, 0.18);
  justify-content: center;
  color: #F03585;
  display: flex;
  flex-shrink: 0;
  font-size: 0.875rem;
  height: 34px;
  width: 2.125rem;
  font-weight: 800;
  align-items: center;
}.rpg_reg_step_title_5o2 {
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 14px;
  color: #F6EEFB;
}.rpg_reg_step_text_5o2 {
  color: #705E82;
  font-size: 12px;
  line-height: 1.5;
}.rpg_reg_trust_5o2 {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  margin-top: 1.25rem;
  padding-top: 20px;
  flex-wrap: wrap;
}.rpg_reg_trust_item_5o2 {
  gap: 0.438rem;
  align-items: center;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  display: flex;
  color: #705E82;
}.rpg_reg_trust_ic_5o2 svg {
  width: 1rem;
  stroke-linecap: round;
  color: #F03585;
  height: 1rem;
  stroke-linejoin: round;
}.rpg_app_5o2 {
  padding: 2.25rem 16px 0;
  background: #110D16;
}
@media(min-width: 767px) {.rpg_app_5o2 {
  padding: 2.75rem 1.5rem 0;
}
}.rpg_app_in_5o2 {
  margin: 0 auto;
  max-width: 1320px;
}.rpg_app_head_5o2 {
  margin-bottom: 1rem;
}.rpg_app_label_5o2 {
  text-transform: uppercase;
  font-size: 11px;
  color: #F03585;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.rpg_app_h2_5o2 {
  font-family: 'Fredoka One', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F6EEFB;
  margin-bottom: 0.375rem;
  font-size: 20px;
}
@media(min-width: 769px) {.rpg_app_h2_5o2 {
  font-size: 1.5rem;
}
}.rpg_app_sub_5o2 {
  line-height: 1.6;
  overflow-wrap: break-word;
  max-width: 600px;
  color: #705E82;
  font-size: 13px;
}.rpg_app_sub_5o2 strong {
  font-weight: 700;
  color: #CBBAD9;
}.rpg_app_cards_5o2 {
  gap: 10px;
  display: grid;
  margin-top: 1rem;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.rpg_app_cards_5o2 {
  grid-template-columns: repeat(3,1fr);
}
}.rpg_app_card_5o2 {
  overflow: hidden;
  border-radius: 12px;
  padding: 1.25rem;
  gap: 16px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
}.rpg_app_card_ios_5o2 {
  background: linear-gradient(135deg,rgba(240, 53, 133, 0.18) 0%,#1C1724 100%);
}.rpg_app_card_android_5o2 {
  background: linear-gradient(135deg,rgba(39, 199, 111, 0.16) 0%,#1C1724 100%);
}.rpg_app_card_win_5o2 {
  background: linear-gradient(135deg,rgba(245, 166, 35, 0.16) 0%,#1C1724 100%);
}.rpg_app_card_ic_5o2 svg {
  height: 34px;
  stroke-linejoin: round;
  width: 2.125rem;
  stroke-linecap: round;
}.rpg_app_card_ic_5o2 {
  color: #F6EEFB;
  flex-shrink: 0;
}.rpg_app_card_os_5o2 {
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #705E82;
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
  font-weight: 700;
}.rpg_app_card_title_5o2 {
  font-size: 15px;
  margin-bottom: 0.375rem;
  line-height: 1.2;
  color: #F6EEFB;
  font-weight: 700;
  overflow-wrap: break-word;
}.rpg_app_card_text_5o2 {
  overflow-wrap: break-word;
  color: #705E82;
  margin-bottom: 0.875rem;
  font-size: 12px;
  line-height: 1.5;
}.rpg_app_card_btn_5o2 {
  padding: 0.625rem 1.125rem;
  transition: background .2s;
  gap: 7px;
  border: 1px solid rgba(240, 53, 133, 0.55);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.12);
  display: inline-flex;
  font-size: 13px;
  align-items: center;
  font-weight: 700;
  color: #F6EEFB;
}.rpg_app_card_btn_5o2:hover {
  background: rgba(255, 255, 255, 0.07);
}.rpg_prov_5o2 {
  background: #110D16;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.rpg_prov_5o2 {
  padding: 2.75rem 24px 0;
}
}.rpg_prov_in_5o2 {
  margin: 0 auto;
  max-width: 1320px;
}.rpg_prov_head_5o2 {
  margin-bottom: 1rem;
}.rpg_prov_label_5o2 {
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  color: #F03585;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.rpg_prov_h2_5o2 {
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 20px;
  font-family: 'Fredoka One', sans-serif;
  color: #F6EEFB;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.rpg_prov_h2_5o2 {
  font-size: 24px;
}
}.rpg_prov_seo_5o2 {
  margin-bottom: 16px;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 38.75rem;
  color: #705E82;
}.rpg_prov_seo_5o2 strong {
  font-weight: 700;
  color: #CBBAD9;
}.rpg_prov_seo_5o2 a {
  text-decoration: underline;
  color: #F03585;
}.rpg_prov_grid_5o2 {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 638px) {.rpg_prov_grid_5o2 {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1078px) {.rpg_prov_grid_5o2 {
  grid-template-columns: repeat(8,1fr);
}
}.rpg_prov_card_5o2 {
  border-radius: 12px;
  gap: 0.438rem;
  padding: 0.875rem 0.625rem;
  background: #171220;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  align-items: center;
  flex-direction: column;
  display: flex;
  cursor: pointer;
}.rpg_prov_card_5o2:hover {
  border-color: rgba(240, 53, 133, 0.55);
  background: #1C1724;
}.rpg_prov_logo_5o2 {
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  justify-content: center;
  height: 2.75rem;
  width: 44px;
  align-items: center;
  display: flex;
}.rpg_prov_logo_5o2 img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.rpg_prov_name_5o2 {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: #9B8AAD;
  overflow-wrap: break-word;
}.rpg_bon_5o2 {
  background: #110D16;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.rpg_bon_5o2 {
  padding: 2.75rem 24px 0;
}
}.rpg_bon_in_5o2 {
  margin: 0 auto;
  max-width: 1320px;
}.rpg_bon_head_5o2 {
  margin-bottom: 20px;
}.rpg_bon_label_5o2 {
  color: #F03585;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}.rpg_bon_h2_5o2 {
  font-size: 20px;
  margin-bottom: 0.5rem;
  color: #F6EEFB;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Fredoka One', sans-serif;
}
@media(min-width: 769px) {.rpg_bon_h2_5o2 {
  font-size: 24px;
}
}.rpg_bon_seo_5o2 {
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.6;
  color: #705E82;
  max-width: 620px;
}.rpg_bon_seo_5o2 strong {
  font-weight: 700;
  color: #CBBAD9;
}.rpg_bon_seo_5o2 a {
  color: #F03585;
  text-decoration: underline;
}.rpg_bon_grid_5o2 {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 643px) {.rpg_bon_grid_5o2 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.rpg_bon_grid_5o2 {
  grid-template-columns: repeat(5,1fr);
}
}.rpg_bon_card_5o2 {
  transition: border-color .2s,transform .2s;
  border-radius: 0.75rem;
  background: #171220;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.rpg_bon_card_5o2:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 53, 133, 0.08);
}.rpg_bon_card_ic_5o2 svg {
  stroke-linejoin: round;
  width: 1.625rem;
  height: 26px;
  stroke-linecap: round;
}.rpg_bon_card_ic_5o2 {
  margin-bottom: 0.625rem;
}.rpg_bon_card_type_5o2 {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 10px;
  letter-spacing: .06em;
  font-weight: 700;
  color: #705E82;
}.rpg_bon_card_amount_5o2 {
  font-size: 18px;
  margin-bottom: 0.375rem;
  color: #F5A623;
  font-weight: 800;
  line-height: 1.1;
}.rpg_bon_card_name_5o2 {
  font-size: 13px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #F6EEFB;
  overflow-wrap: break-word;
}.rpg_bon_card_detail_5o2 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 11px;
  line-height: 1.5;
  color: #554464;
  overflow-wrap: break-word;
  padding-top: 8px;
}.rpg_htp_5o2 {
  background: #110D16;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.rpg_htp_5o2 {
  padding: 44px 1.5rem 0;
}
}.rpg_htp_in_5o2 {
  margin: 0 auto;
  max-width: 82.5rem;
}.rpg_htp_head_5o2 {
  margin-bottom: 22px;
  max-width: 45rem;
}.rpg_htp_label_5o2 {
  color: #F03585;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}.rpg_htp_h2_5o2 {
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Fredoka One', sans-serif;
  margin-bottom: 8px;
  color: #F6EEFB;
  font-size: 1.375rem;
}
@media(min-width: 767px) {.rpg_htp_h2_5o2 {
  font-size: 1.75rem;
}
}.rpg_htp_intro_5o2 {
  color: #705E82;
  line-height: 1.6;
  font-size: 14px;
}.rpg_htp_steps_5o2 {
  padding: 0;
  list-style: none;
  margin: 0;
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width: 641px) {.rpg_htp_steps_5o2 {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.rpg_htp_steps_5o2 {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.rpg_htp_step_5o2 {
  padding: 20px 18px 18px;
  background: #1C1724;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  position: relative;
}.rpg_htp_step_num_5o2 {
  border-radius: 50%;
  background: #F03585;
  font-family: 'Fredoka One', sans-serif;
  width: 1.75rem;
  left: 20px;
  align-items: center;
  font-size: 13px;
  color: #120A1C;
  font-weight: 800;
  justify-content: center;
  height: 1.75rem;
  top: -0.75rem;
  position: absolute;
  display: flex;
}.rpg_htp_step_ic_5o2 {
  border-radius: 8px;
  margin: 0.5rem 0 0.75rem;
  background: rgba(240, 53, 133, 0.18);
  align-items: center;
  display: flex;
  color: #F03585;
  height: 2.25rem;
  width: 2.25rem;
  justify-content: center;
}.rpg_htp_step_ic_5o2 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.125rem;
  width: 18px;
}.rpg_htp_step_h_5o2 {
  line-height: 1.25;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  color: #F6EEFB;
  font-weight: 700;
  font-size: 14px;
}.rpg_htp_step_p_5o2 {
  color: #705E82;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.55;
}.rpg_htp_step_p_5o2 strong {
  color: #CBBAD9;
  font-weight: 600;
}.rpg_htp_cta_5o2 {
  transition: background .2s;
  background: #27C76F;
  border-radius: 0.75rem;
  padding: 0.813rem 1.625rem;
  font-size: 14px;
  margin-top: 1.25rem;
  color: #120A1C;
  display: inline-block;
  font-weight: 700;
}.rpg_htp_cta_5o2:hover {
  background: #35DB80;
}.rpg_seo_5o2 {
  background: #110D16;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.rpg_seo_5o2 {
  padding: 2.75rem 24px 0;
}
}.rpg_seo_in_5o2 {
  margin: 0 auto;
  background: #1C1724;
  border-radius: 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 28px 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.rpg_seo_in_5o2 {
  padding: 36px 2.5rem;
}
}.rpg_seo_label_5o2 {
  color: #F03585;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 11px;
  letter-spacing: .08em;
}.rpg_seo_h2_5o2 {
  line-height: 1.25;
  color: #F6EEFB;
  font-family: 'Fredoka One', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-weight: 800;
  font-size: 20px;
}
@media(min-width: 766px) {.rpg_seo_h2_5o2 {
  font-size: 24px;
}
}.rpg_seo_body_5o2 {
  color: #9B8AAD;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
}.rpg_seo_body_5o2 p {
  font-size: 14px;
  color: #9B8AAD;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.rpg_seo_body_5o2 p:last-child {
  margin-bottom: 0;
}.rpg_seo_body_5o2 strong {
  font-weight: 700;
  color: #CBBAD9;
}.rpg_seo_body_5o2 a {
  transition: color .2s;
  color: #F03585;
  text-decoration: underline;
}.rpg_seo_body_5o2 a:hover {
  color: #FF4E97;
}.rpg_seo_body_5o2 ul,.rpg_seo_body_5o2 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.rpg_seo_body_5o2 ol {
  list-style: decimal;
}.rpg_seo_body_5o2 li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  color: #9B8AAD;
}.rpg_seo_body_5o2 table {
  border-collapse: collapse;
  display: block;
  width: 100%;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  font-size: 0.813rem;
}
@media(min-width: 766px) {.rpg_seo_body_5o2 table {
  display: table;
}
}.rpg_seo_body_5o2 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  color: #CBBAD9;
  text-align: left;
  font-weight: 700;
}.rpg_seo_body_5o2 td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9B8AAD;
}.rpg_seo_cols_5o2 {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 642px) {.rpg_seo_cols_5o2 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.rpg_seo_cols_5o2 {
  grid-template-columns: repeat(3,1fr);
}
}.rpg_seo_col_h_5o2 {
  font-weight: 700;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #CBBAD9;
}.rpg_seo_col_p_5o2 {
  color: #705E82;
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.rpg_seo_stats_5o2 {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.rpg_seo_stat_5o2 {
  border: 1px solid rgba(240, 53, 133, 0.18);
  background: rgba(240, 53, 133, 0.08);
  padding: 14px 1rem;
  flex: 1;
  border-radius: 12px;
  min-width: 8.75rem;
}.rpg_seo_stat_val_5o2 {
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F03585;
  margin-bottom: 4px;
}.rpg_seo_stat_lb_5o2 {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #705E82;
}.rpg_seo_5o2 {
  background: #110D16;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.rpg_seo_5o2 {
  padding: 44px 1.5rem 0;
}
}.rpg_seo_in_5o2 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1C1724;
  border-radius: 1.125rem;
  margin: 0 auto;
  padding: 28px 24px;
  max-width: 1320px;
}
@media(min-width: 770px) {.rpg_seo_in_5o2 {
  padding: 2.25rem 40px;
}
}.rpg_seo_label_5o2 {
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #F03585;
  font-weight: 700;
}.rpg_seo_h2_5o2 {
  font-family: 'Fredoka One', sans-serif;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  color: #F6EEFB;
  line-height: 1.25;
  margin-bottom: 14px;
}
@media(min-width: 765px) {.rpg_seo_h2_5o2 {
  font-size: 24px;
}
}.rpg_seo_body_5o2 {
  color: #9B8AAD;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
}.rpg_seo_body_5o2 p {
  font-size: 14px;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #9B8AAD;
}.rpg_seo_body_5o2 p:last-child {
  margin-bottom: 0;
}.rpg_seo_body_5o2 strong {
  color: #CBBAD9;
  font-weight: 700;
}.rpg_seo_body_5o2 a {
  transition: color .2s;
  text-decoration: underline;
  color: #F03585;
}.rpg_seo_body_5o2 a:hover {
  color: #FF4E97;
}.rpg_seo_body_5o2 ul,.rpg_seo_body_5o2 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.rpg_seo_body_5o2 ol {
  list-style: decimal;
}.rpg_seo_body_5o2 li {
  margin-bottom: 0.375rem;
  color: #9B8AAD;
  font-size: 0.875rem;
  line-height: 1.75;
}.rpg_seo_body_5o2 table {
  display: block;
  font-size: 13px;
  margin-bottom: 0.75rem;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 765px) {.rpg_seo_body_5o2 table {
  display: table;
}
}.rpg_seo_body_5o2 th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #CBBAD9;
  text-align: left;
  font-weight: 700;
}.rpg_seo_body_5o2 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #9B8AAD;
}.rpg_seo_cols_5o2 {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.rpg_seo_cols_5o2 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.rpg_seo_cols_5o2 {
  grid-template-columns: repeat(3,1fr);
}
}.rpg_seo_col_h_5o2 {
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  color: #CBBAD9;
  font-weight: 700;
  overflow-wrap: break-word;
}.rpg_seo_col_p_5o2 {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  color: #705E82;
}.rpg_seo_stats_5o2 {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.rpg_seo_stat_5o2 {
  border: 1px solid rgba(240, 53, 133, 0.18);
  border-radius: 12px;
  flex: 1;
  background: rgba(240, 53, 133, 0.08);
  padding: 14px 1rem;
  min-width: 140px;
}.rpg_seo_stat_val_5o2 {
  margin-bottom: 4px;
  font-weight: 800;
  color: #F03585;
  font-size: 20px;
  overflow-wrap: break-word;
}.rpg_seo_stat_lb_5o2 {
  overflow-wrap: break-word;
  color: #705E82;
  font-size: 0.688rem;
}.rpg_pmt_5o2 {
  background: #110D16;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.rpg_pmt_5o2 {
  padding: 44px 24px 0;
}
}.rpg_pmt_in_5o2 {
  margin: 0 auto;
  max-width: 1320px;
}.rpg_pmt_head_5o2 {
  margin-bottom: 22px;
  max-width: 720px;
}.rpg_pmt_label_5o2 {
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #F03585;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
}.rpg_pmt_h2_5o2 {
  font-size: 22px;
  color: #F6EEFB;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-family: 'Fredoka One', sans-serif;
  font-weight: 800;
}
@media(min-width: 770px) {.rpg_pmt_h2_5o2 {
  font-size: 1.75rem;
}
}.rpg_pmt_intro_5o2 {
  color: #705E82;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.6;
}.rpg_pmt_groups_5o2 {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.rpg_pmt_group_5o2 {
  background: #1C1724;
  padding: 20px;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.rpg_pmt_group_head_5o2 {
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.625rem;
}.rpg_pmt_group_ic_5o2 {
  border-radius: 0.5rem;
  background: rgba(240, 53, 133, 0.18);
  color: #F03585;
  width: 36px;
  flex-shrink: 0;
  align-items: center;
  height: 36px;
  display: flex;
  justify-content: center;
}.rpg_pmt_group_ic_5o2 svg {
  width: 1.125rem;
  stroke-linecap: round;
  height: 18px;
  stroke-linejoin: round;
}.rpg_pmt_group_h_5o2 {
  margin: 0;
  color: #F6EEFB;
  font-size: 16px;
  overflow-wrap: break-word;
  font-family: 'Fredoka One', sans-serif;
  font-weight: 700;
}.rpg_pmt_group_p_5o2 {
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  color: #705E82;
  line-height: 1.6;
}.rpg_pmt_group_p_5o2 strong {
  font-weight: 600;
  color: #CBBAD9;
}.rpg_pmt_table_wrap_5o2 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.rpg_pmt_table_5o2 {
  min-width: 33.75rem;
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}.rpg_pmt_table_5o2 th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.688rem;
  text-transform: uppercase;
  text-align: left;
  color: #CBBAD9;
  letter-spacing: .04em;
}.rpg_pmt_table_5o2 td {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #705E82;
}.rpg_pmt_table_5o2 tbody tr:last-child td {
  border-bottom: none;
}.rpg_pmt_table_5o2 tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #CBBAD9;
}.rpg_faq_5o2 {
  padding: 2.25rem 1rem 0;
  background: #110D16;
}
@media(min-width:768px) {.rpg_faq_5o2 {
  padding: 44px 24px 0;
}
}.rpg_faq_in_5o2 {
  margin: 0 auto;
  max-width: 1320px;
}.rpg_faq_head_5o2 {
  margin-bottom: 20px;
}.rpg_faq_label_5o2 {
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #F03585;
}.rpg_faq_h2_5o2 {
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: 'Fredoka One', sans-serif;
  font-weight: 800;
  color: #F6EEFB;
}
@media(min-width: 765px) {.rpg_faq_h2_5o2 {
  font-size: 24px;
}
}.rpg_faq_list_5o2 {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.rpg_faq_item_5o2 {
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1C1724;
}.rpg_faq_q_5o2 {
  transition: color .2s;
  padding: 16px 1.25rem;
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #CBBAD9;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  overflow-wrap: break-word;
  align-items: center;
}.rpg_faq_q_5o2:hover {
  color: #F6EEFB;
}.rpg_faq_q_ic_5o2 {
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  display: flex;
  color: #F03585;
  align-items: center;
  font-size: 16px;
  flex-shrink: 0;
  justify-content: center;
  height: 24px;
  width: 1.5rem;
}.rpg_faq_item_5o2.rpg_state_open_5o2 .rpg_faq_q_ic_5o2 {
  transform: rotate(45deg);
}.rpg_faq_a_5o2 {
  padding: 0 20px 16px;
  font-size: 13px;
  display: none;
  line-height: 1.7;
  color: #705E82;
  overflow-wrap: break-word;
}.rpg_faq_item_5o2.rpg_state_open_5o2 .rpg_faq_a_5o2 {
  display: block;
}.rpg_faq_a_5o2 strong {
  color: #CBBAD9;
  font-weight: 700;
}.rpg_faq_a_5o2 a {
  color: #F03585;
  text-decoration: underline;
}.rpg_faq_a_5o2 ul,.rpg_faq_a_5o2 ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.rpg_faq_a_5o2 ol {
  list-style: decimal;
}.rpg_faq_a_5o2 li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.rpg_faq_a_5o2 table {
  margin: 8px 0;
  width: 100%;
  font-size: 0.75rem;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
}
@media(min-width: 770px) {.rpg_faq_a_5o2 table {
  display: table;
}
}.rpg_faq_a_5o2 th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #CBBAD9;
  font-weight: 700;
  text-align: left;
}.rpg_faq_a_5o2 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 0.5rem;
  color: #705E82;
}.rpg_seo_5o2 {
  padding: 2.25rem 16px 0;
  background: #110D16;
}
@media(min-width: 770px) {.rpg_seo_5o2 {
  padding: 2.75rem 24px 0;
}
}.rpg_seo_in_5o2 {
  padding: 28px 1.5rem;
  background: #1C1724;
  margin: 0 auto;
  border-radius: 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  max-width: 82.5rem;
}
@media(min-width: 771px) {.rpg_seo_in_5o2 {
  padding: 36px 2.5rem;
}
}.rpg_seo_label_5o2 {
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  color: #F03585;
}.rpg_seo_h2_5o2 {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F6EEFB;
  margin-bottom: 14px;
  font-weight: 800;
  line-height: 1.25;
  font-family: 'Fredoka One', sans-serif;
}
@media(min-width: 771px) {.rpg_seo_h2_5o2 {
  font-size: 1.5rem;
}
}.rpg_seo_body_5o2 {
  color: #9B8AAD;
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
}.rpg_seo_body_5o2 p {
  line-height: 1.75;
  font-size: 14px;
  color: #9B8AAD;
  margin-bottom: 0.75rem;
}.rpg_seo_body_5o2 p:last-child {
  margin-bottom: 0;
}.rpg_seo_body_5o2 strong {
  color: #CBBAD9;
  font-weight: 700;
}.rpg_seo_body_5o2 a {
  transition: color .2s;
  color: #F03585;
  text-decoration: underline;
}.rpg_seo_body_5o2 a:hover {
  color: #FF4E97;
}.rpg_seo_body_5o2 ul,.rpg_seo_body_5o2 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.rpg_seo_body_5o2 ol {
  list-style: decimal;
}.rpg_seo_body_5o2 li {
  line-height: 1.75;
  font-size: 14px;
  color: #9B8AAD;
  margin-bottom: 6px;
}.rpg_seo_body_5o2 table {
  margin-bottom: 0.75rem;
  font-size: 0.813rem;
  overflow-x: auto;
  display: block;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 766px) {.rpg_seo_body_5o2 table {
  display: table;
}
}.rpg_seo_body_5o2 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #CBBAD9;
}.rpg_seo_body_5o2 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #9B8AAD;
}.rpg_seo_cols_5o2 {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.rpg_seo_cols_5o2 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.rpg_seo_cols_5o2 {
  grid-template-columns: repeat(3,1fr);
}
}.rpg_seo_col_h_5o2 {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #CBBAD9;
  font-size: 13px;
  margin-bottom: 7px;
}.rpg_seo_col_p_5o2 {
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #705E82;
}.rpg_seo_stats_5o2 {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.rpg_seo_stat_5o2 {
  flex: 1;
  background: rgba(240, 53, 133, 0.08);
  border-radius: 12px;
  padding: 0.875rem 16px;
  border: 1px solid rgba(240, 53, 133, 0.18);
  min-width: 8.75rem;
}.rpg_seo_stat_val_5o2 {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  color: #F03585;
  margin-bottom: 4px;
}.rpg_seo_stat_lb_5o2 {
  overflow-wrap: break-word;
  color: #705E82;
  font-size: 0.688rem;
}.rpg_rv_5o2 {
  background: #110D16;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.rpg_rv_5o2 {
  padding: 2.75rem 1.5rem 0;
}
}.rpg_rv_in_5o2 {
  margin: 0 auto;
  max-width: 82.5rem;
}.rpg_rv_head_5o2 {
  max-width: 720px;
  margin-bottom: 1.25rem;
}.rpg_rv_label_5o2 {
  color: #F03585;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 11px;
}.rpg_rv_h2_5o2 {
  font-size: 22px;
  font-family: 'Fredoka One', sans-serif;
  margin-bottom: 0.625rem;
  color: #F6EEFB;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.rpg_rv_h2_5o2 {
  font-size: 1.75rem;
}
}.rpg_rv_stats_5o2 {
  gap: 1.125rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  color: #705E82;
}.rpg_rv_stats_score_5o2 {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.rpg_rv_stats_score_val_5o2 {
  color: #F5A623;
  font-family: 'Fredoka One', sans-serif;
  font-weight: 800;
  font-size: 1.375rem;
}.rpg_rv_stats_score_max_5o2 {
  color: #554464;
  font-size: 0.813rem;
}.rpg_rv_stats_badge_5o2 {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.rpg_rv_stats_badge_5o2 svg {
  color: #F5A623;
  width: 14px;
  height: 0.875rem;
}.rpg_rv_grid_5o2 {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:640px) {.rpg_rv_grid_5o2 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.rpg_rv_grid_5o2 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.rpg_rv_card_5o2 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 20px;
  background: #1C1724;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
}.rpg_rv_card_stars_5o2 {
  gap: 2px;
  margin-bottom: 0.625rem;
  display: flex;
  color: #F5A623;
}.rpg_rv_card_stars_5o2 svg {
  height: 0.875rem;
  width: 14px;
}.rpg_rv_card_h_5o2 {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  overflow-wrap: break-word;
  line-height: 1.3;
  color: #F6EEFB;
}.rpg_rv_card_body_5o2 {
  flex: 1;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #705E82;
  margin-bottom: 14px;
}.rpg_rv_card_body_5o2 strong {
  color: #CBBAD9;
  font-weight: 600;
}.rpg_rv_card_meta_5o2 {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 12px;
  justify-content: space-between;
}.rpg_rv_card_author_5o2 {
  font-weight: 600;
  color: #CBBAD9;
  font-size: 0.75rem;
}.rpg_rv_card_date_5o2 {
  font-size: 11px;
  color: #554464;
}.rpg_ft_5o2 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #0C090F;
  margin-top: 3rem;
}.rpg_ft_support_5o2 {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.rpg_ft_support_5o2 {
  padding: 1.75rem 1.5rem;
}
}.rpg_ft_support_in_5o2 {
  gap: 1rem;
  margin: 0 auto;
  max-width: 1320px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.rpg_ft_support_main_5o2 {
  flex: 1;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  min-width: 13.75rem;
}.rpg_ft_support_ic_5o2 {
  flex-shrink: 0;
  color: #F03585;
}.rpg_ft_support_ic_5o2 svg {
  stroke-linejoin: round;
  height: 30px;
  stroke-linecap: round;
  width: 30px;
}.rpg_ft_support_text_title_5o2 {
  color: #F6EEFB;
  margin-bottom: 3px;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 15px;
}.rpg_ft_support_text_sub_5o2 {
  font-size: 12px;
  color: #705E82;
  overflow-wrap: break-word;
}.rpg_ft_support_btn_5o2 {
  transition: background .2s;
  background: #F03585;
  padding: 0.688rem 22px;
  border-radius: 12px;
  flex-shrink: 0;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 700;
  color: #F6EEFB;
}.rpg_ft_support_btn_5o2:hover {
  background: #FF4E97;
}.rpg_ft_support_contacts_5o2 {
  gap: 1rem;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.rpg_ft_support_contact_5o2 {
  color: #554464;
  font-size: 12px;
  line-height: 1.4;
}.rpg_ft_support_contact_5o2 strong {
  display: block;
  font-weight: 600;
  margin-bottom: 2px;
  color: #9B8AAD;
  font-size: 0.688rem;
}.rpg_ft_main_5o2 {
  padding: 2rem 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 765px) {.rpg_ft_main_5o2 {
  padding: 2.5rem 1.5rem 32px;
}
}.rpg_ft_main_in_5o2 {
  margin: 0 auto;
  gap: 1.5rem;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 643px) {.rpg_ft_main_in_5o2 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.rpg_ft_main_in_5o2 {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.rpg_ft_col_logo_5o2 {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.rpg_ft_col_logo_5o2 {
  grid-column: auto;
}
}.rpg_ft_logo_5o2 {
  gap: 0.563rem;
  display: flex;
  font-size: 16px;
  margin-bottom: 0.75rem;
  color: #F6EEFB;
  overflow-wrap: break-word;
  align-items: center;
  font-weight: 800;
  flex-wrap: wrap;
}.rpg_ft_logo_mark_5o2 {
  overflow: hidden;
  border-radius: 0.5rem;
  width: 1.875rem;
  height: 30px;
}.rpg_ft_logo_mark_5o2 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.rpg_ft_logo_sub_5o2 {
  line-height: 1.55;
  font-size: 12px;
  max-width: 12.5rem;
  overflow-wrap: break-word;
  color: #554464;
}.rpg_ft_col_title_5o2 {
  margin-bottom: 14px;
  color: #9B8AAD;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .07em;
}.rpg_ft_col_links_5o2 {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.rpg_ft_col_link_5o2 {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #554464;
  font-size: 13px;
}.rpg_ft_col_link_5o2:hover {
  color: #CBBAD9;
}.rpg_ft_apps_5o2 {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.rpg_ft_app_card_5o2 {
  padding: 10px 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  gap: 0.625rem;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
}.rpg_ft_app_card_5o2:hover {
  border-color: rgba(240, 53, 133, 0.55);
}.rpg_ft_app_card_ic_5o2 svg {
  width: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.375rem;
}.rpg_ft_app_card_os_5o2 {
  font-weight: 600;
  font-size: 0.625rem;
  color: #554464;
}.rpg_ft_app_card_action_5o2 {
  font-weight: 700;
  color: #CBBAD9;
  font-size: 0.75rem;
}.rpg_ft_bot_5o2 {
  padding: 1.25rem 1rem;
}
@media(min-width: 769px) {.rpg_ft_bot_5o2 {
  padding: 1.25rem 1.5rem;
}
}.rpg_ft_bot_in_5o2 {
  margin: 0 auto;
  gap: 1rem;
  align-items: center;
  max-width: 1320px;
  flex-wrap: wrap;
  display: flex;
}.rpg_ft_socials_5o2 {
  gap: 0.5rem;
  display: flex;
}.rpg_ft_soc_5o2 {
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  height: 2.25rem;
  width: 36px;
  color: #9B8AAD;
  align-items: center;
  justify-content: center;
  display: flex;
}.rpg_ft_soc_5o2 svg {
  stroke-linejoin: round;
  height: 1rem;
  width: 16px;
  stroke-linecap: round;
}.rpg_ft_soc_5o2:hover {
  background: rgba(255, 255, 255, 0.07);
}.rpg_ft_legal_5o2 {
  flex: 1;
  font-size: 11px;
  color: #867498;
  overflow-wrap: break-word;
  line-height: 1.6;
  min-width: 12.5rem;
}.rpg_ft_legal_5o2 strong {
  color: #9B8AAD;
  font-weight: 700;
}.rpg_ft_legal_5o2 a {
  text-decoration: underline;
  color: #9B8AAD;
}.rpg_ft_age_5o2 {
  border-radius: 50%;
  border: 2px solid #867498;
  font-size: 0.688rem;
  height: 32px;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
  width: 32px;
  justify-content: center;
  font-weight: 800;
  align-items: center;
  color: #867498;
}