*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #0E0B12;
  color: #D6C9A8;
  min-height: 100vh;
  line-height: 1.6;
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  text-decoration: none;
  color: inherit;
}button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.jmp_layout_t8f {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.jmp_page_t8f {
  display: flex;
  min-height: 100vh;
}.jmp_main_t8f {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media(min-width: 1078px) {.jmp_main_t8f {
  padding-left: 220px;
}
}
@media(max-width: 1080px) {.jmp_main_t8f {
  padding-bottom: 72px;
}
}.jmp_gc_t8f {
  border-radius: 8px;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  background: #120F1A;
  border: 1px solid rgba(255, 255, 255, 0.06);
  width: 140px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}
@media(min-width: 639px) {.jmp_gc_t8f {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.jmp_gc_t8f {
  width: 10.5rem;
}
}.jmp_gc_t8f:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 148, 44, 0.07);
}.jmp_gc_img_t8f {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.jmp_gc_img_t8f img {
  inset: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
}.jmp_gc_hover_t8f {
  transition: opacity .2s;
  background: rgba(8, 5, 9, 0.72);
  inset: 0;
  opacity: 0;
  justify-content: center;
  display: flex;
  position: absolute;
  align-items: center;
}.jmp_gc_t8f:hover .jmp_gc_hover_t8f {
  opacity: 1;
}.jmp_gc_hover_btn_t8f {
  padding: 0.5rem 16px;
  background: #C4942C;
  border-radius: 0.25rem;
  font-weight: 700;
  color: #F4EDD6;
  font-size: 0.75rem;
}.jmp_gc_info_t8f {
  padding: 8px 0.625rem 10px;
}.jmp_gc_name_t8f {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  margin-bottom: 3px;
  max-width: 100%;
  font-weight: 600;
  color: #D6C9A8;
  white-space: nowrap;
}.jmp_gc_prov_t8f {
  color: #665C4A;
  font-size: 10px;
}.jmp_gc_tag_t8f {
  border-radius: 4px;
  padding: 2px 0.438rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 9px;
  position: absolute;
  top: 6px;
  z-index: 2;
  left: 0.375rem;
  font-weight: 700;
}.jmp_gc_tag_hot_t8f {
  background: #C43030;
  color: #fff;
}.jmp_gc_tag_new_t8f {
  background: #29A05C;
  color: #0E0B12;
}.jmp_gc_tag_jp_t8f {
  background: #E8B94A;
  color: #0E0B12;
}.jmp_gc_tag_ex_t8f {
  background: #1D3A6B;
  color: #fff;
}.jmp_gc_tag_live_t8f {
  background: #C43030;
  color: #fff;
}.jmp_gr_t8f {
  padding: 32px 1rem 0;
  background: #0E0B12;
}
@media(min-width: 767px) {.jmp_gr_t8f {
  padding: 2.25rem 24px 0;
}
}.jmp_gr_in_t8f {
  margin: 0 auto;
  max-width: 1320px;
}.jmp_gr_head_t8f {
  gap: 12px;
  margin-bottom: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.jmp_gr_head_l_t8f {
  gap: 0.625rem;
  flex: 1;
  align-items: center;
  min-width: 0;
  display: flex;
}.jmp_gr_ic_t8f {
  border-radius: 8px;
  height: 2rem;
  flex-shrink: 0;
  justify-content: center;
  width: 2rem;
  align-items: center;
  display: flex;
}.jmp_gr_ic_t8f svg {
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  width: 16px;
}.jmp_gr_title_t8f {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 16px;
  font-weight: 700;
  color: #F4EDD6;
}
@media(min-width: 771px) {.jmp_gr_title_t8f {
  font-size: 1.125rem;
}
}.jmp_gr_more_t8f {
  gap: 5px;
  transition: color .2s;
  white-space: nowrap;
  align-items: center;
  display: flex;
  color: #7D6E58;
  font-size: 0.75rem;
  flex-shrink: 0;
  font-weight: 600;
}.jmp_gr_more_t8f:hover {
  color: #C4942C;
}.jmp_gr_more_t8f svg {
  stroke-linejoin: round;
  height: 0.75rem;
  width: 12px;
  stroke-linecap: round;
}.jmp_gr_arrows_t8f {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.jmp_gr_arr_t8f {
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  color: #A8967A;
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  align-items: center;
}.jmp_gr_arr_t8f:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F4EDD6;
}.jmp_gr_arr_t8f svg {
  stroke-linejoin: round;
  height: 13px;
  stroke-linecap: round;
  width: 13px;
}.jmp_gr_seo_h_t8f {
  margin: 0 0 6px;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 13px;
  color: #D6C9A8;
  overflow-wrap: break-word;
  max-width: 680px;
}
@media(min-width: 769px) {.jmp_gr_seo_h_t8f {
  font-size: 0.875rem;
}
}.jmp_gr_seo_t8f {
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  max-width: 680px;
  margin-bottom: 0.75rem;
  color: #7D6E58;
}.jmp_gr_seo_t8f strong {
  font-weight: 600;
  color: #D6C9A8;
}.jmp_gr_scroll_t8f {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  padding-bottom: 10px;
}.jmp_gr_scroll_t8f::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.jmp_gr_scroll_t8f {
  gap: 0.75rem;
}
}.jmp_tb_t8f {
  background: #0E0B12;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  align-items: center;
  height: 3.5rem;
  z-index: 80;
  top: 0;
  left: 0;
  display: flex;
  right: 0;
  position: fixed;
}.jmp_tb_in_t8f {
  gap: 0;
  padding: 0 0.875rem;
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}.jmp_tb_burger_t8f {
  gap: 0.313rem;
  border-radius: 0.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 38px;
  flex-shrink: 0;
  width: 2.375rem;
  margin-right: 0.5rem;
}.jmp_tb_burger_t8f:hover {
  background: rgba(255, 255, 255, 0.05);
}.jmp_tb_burger_line_t8f {
  background: #A8967A;
  border-radius: 1px;
  width: 18px;
  display: block;
  height: 2px;
}
@media(min-width: 1082px) {.jmp_tb_burger_t8f {
  display: none;
}
}.jmp_tb_logo_t8f {
  gap: 9px;
  color: #F4EDD6;
  font-size: 1.125rem;
  align-items: center;
  display: flex;
  margin-right: 20px;
  flex-shrink: 0;
  font-weight: 800;
  overflow-wrap: break-word;
  letter-spacing: -.01em;
}.jmp_tb_logo_mark_t8f {
  border-radius: 8px;
  overflow: hidden;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 2rem;
  height: 32px;
}.jmp_tb_logo_mark_t8f img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.jmp_tb_nav_t8f {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width:640px) {.jmp_tb_nav_t8f {
  display: flex;
}
}.jmp_tb_tab_t8f {
  border-radius: 8px;
  padding: 0.5rem 14px;
  transition: background .15s,color .15s;
  color: #A8967A;
  font-size: 0.813rem;
  font-weight: 600;
  white-space: nowrap;
}.jmp_tb_tab_t8f:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4EDD6;
}.jmp_tb_tab_t8f.jmp_state_active_t8f {
  background: rgba(196, 148, 44, 0.18);
  color: #F4EDD6;
}.jmp_tb_right_t8f {
  gap: 0.5rem;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.jmp_tb_login_t8f {
  background: rgba(255, 255, 255, 0.05);
  padding: 9px 1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s,color .2s;
  border-radius: 8px;
  font-size: 0.813rem;
  display: none;
  font-weight: 600;
  color: #D6C9A8;
}.jmp_tb_login_t8f:hover {
  border-color: rgba(196, 148, 44, 0.45);
  color: #F4EDD6;
}
@media(min-width: 477px) {.jmp_tb_login_t8f {
  display: block;
}
}.jmp_tb_reg_t8f {
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 9px 18px;
  background: #29A05C;
  font-weight: 700;
  white-space: nowrap;
  color: #100D08;
  font-size: 0.813rem;
}.jmp_tb_reg_t8f:hover {
  background: #32B869;
}.jmp_sb_t8f {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #161220;
  transform: translateX(-100%);
  transition: transform .25s ease;
  overflow-y: auto;
  left: 0;
  position: fixed;
  bottom: 0;
  z-index: 70;
  width: 13.75rem;
  top: 56px;
}.jmp_sb_t8f.jmp_state_open_t8f {
  transform: translateX(0);
}.jmp_sb_t8f::-webkit-scrollbar {
  width: 0.25rem;
}.jmp_sb_t8f::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.jmp_sb_t8f {
  transform: translateX(0);
}
}.jmp_sb_auth_t8f {
  padding: 0.875rem 12px 0.625rem;
}.jmp_sb_btn_reg_t8f {
  padding: 0.688rem;
  transition: background .2s;
  background: #29A05C;
  border-radius: 8px;
  font-weight: 700;
  color: #100D08;
  margin-bottom: 8px;
  display: block;
  text-align: center;
  font-size: 13px;
}.jmp_sb_btn_reg_t8f:hover {
  background: #32B869;
}.jmp_sb_btn_login_t8f {
  transition: border-color .2s;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.5rem;
  display: block;
  font-size: 0.813rem;
  color: #D6C9A8;
  text-align: center;
  font-weight: 600;
}.jmp_sb_btn_login_t8f:hover {
  border-color: rgba(196, 148, 44, 0.45);
  color: #F4EDD6;
}.jmp_sb_promo_t8f {
  border: 1px solid rgba(196, 148, 44, 0.18);
  background: linear-gradient(135deg,#1A0E2E,#161220);
  overflow: hidden;
  padding: 12px 0.875rem;
  margin: 0 12px 10px;
  border-radius: 8px;
  position: relative;
}.jmp_sb_promo_t8f::before {
  background: radial-gradient(circle,rgba(196, 148, 44, 0.18),transparent 70%);
  border-radius: 50%;
  right: -1.25rem;
  content: '';
  position: absolute;
  height: 5rem;
  width: 80px;
  top: -1.25rem;
}.jmp_sb_promo_title_t8f {
  letter-spacing: .06em;
  font-weight: 700;
  font-size: 0.688rem;
  color: #C4942C;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}.jmp_sb_promo_text_t8f {
  line-height: 1.35;
  font-weight: 600;
  color: #F4EDD6;
  overflow-wrap: break-word;
  font-size: 12px;
}.jmp_sb_promo_sub_t8f {
  color: #7D6E58;
  font-size: 0.625rem;
  margin-top: 3px;
}.jmp_sb_nav_t8f {
  padding: 0.375rem 8px 16px;
}.jmp_sb_nav_lb_t8f {
  padding: 0.625rem 8px 6px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #665C4A;
  font-size: 0.625rem;
  font-weight: 700;
}.jmp_sb_link_t8f {
  border-radius: 0.25rem;
  gap: 10px;
  padding: 0.563rem 10px;
  transition: background .15s,color .15s;
  font-weight: 500;
  font-size: 0.813rem;
  cursor: pointer;
  color: #A8967A;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
}.jmp_sb_link_t8f:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4EDD6;
}.jmp_sb_link_t8f.jmp_state_active_t8f {
  background: rgba(196, 148, 44, 0.18);
  color: #F4EDD6;
}.jmp_sb_ic_t8f {
  border-radius: 4px;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  height: 1.875rem;
  width: 30px;
  align-items: center;
}.jmp_sb_ic_t8f svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
  height: 16px;
}.jmp_sb_ic_1_t8f {
  background: rgba(196, 148, 44, 0.07);
  color: #C4942C;
}.jmp_sb_ic_2_t8f {
  background: rgba(41, 160, 92, 0.18);
  color: #29A05C;
}.jmp_sb_ic_3_t8f {
  background: rgba(232, 185, 74, 0.16);
  color: #E8B94A;
}.jmp_sb_ic_4_t8f {
  background: rgba(29, 58, 107, 0.35);
  color: #1D3A6B;
}.jmp_sb_ic_5_t8f {
  background: rgba(196, 148, 44, 0.07);
  color: #D94488;
}.jmp_sb_ic_6_t8f {
  background: rgba(29, 58, 107, 0.35);
  color: #8650D6;
}.jmp_sb_badge_t8f {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  background: #E8B94A;
  margin-left: auto;
  font-size: 0.563rem;
  color: #100D08;
  font-weight: 700;
}.jmp_sb_bot_t8f {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  gap: 8px;
  display: flex;
}.jmp_sb_lang_t8f,.jmp_sb_help_t8f {
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 6px;
  flex: 1;
  transition: border-color .2s;
  border-radius: 0.25rem;
  padding: 9px 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.688rem;
  color: #A8967A;
  align-items: center;
  font-weight: 600;
  display: flex;
  justify-content: center;
}.jmp_sb_lang_t8f:hover,.jmp_sb_help_t8f:hover {
  border-color: rgba(196, 148, 44, 0.45);
  color: #F4EDD6;
}.jmp_sb_lang_t8f svg,.jmp_sb_help_t8f svg {
  height: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.813rem;
}.jmp_sb_bd_t8f {
  background: rgba(8, 5, 9, 0.72);
  inset: 0;
  display: none;
  z-index: 69;
  position: fixed;
}.jmp_sb_bd_t8f.jmp_state_on_t8f {
  display: block;
}
@media(min-width: 1081px) {.jmp_sb_bd_t8f {
  display: none!important;
}
}.jmp_mob_nav_t8f {
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #161220;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  z-index: 80;
  left: 0;
  display: flex;
  bottom: 0;
  right: 0;
  position: fixed;
}
@media(min-width: 1082px) {.jmp_mob_nav_t8f {
  display: none;
}
}.jmp_mob_nav_item_t8f {
  gap: 0.25rem;
  flex: 1;
  padding: 4px 2px;
  cursor: pointer;
  flex-direction: column;
  color: #665C4A;
  display: flex;
  align-items: center;
}.jmp_mob_nav_ic_t8f {
  line-height: 1;
}.jmp_mob_nav_ic_t8f svg {
  height: 1.25rem;
  stroke-linejoin: round;
  width: 1.25rem;
  stroke-linecap: round;
}.jmp_mob_nav_lb_t8f {
  color: #665C4A;
  font-weight: 600;
  font-size: 10px;
}.jmp_mob_nav_item_t8f.jmp_state_active_t8f {
  color: #C4942C;
}.jmp_mob_nav_item_t8f.jmp_state_active_t8f .jmp_mob_nav_lb_t8f {
  color: #C4942C;
}.jmp_hero_t8f {
  padding: 1.25rem 1rem 0;
  background: #0E0B12;
}
@media(min-width: 770px) {.jmp_hero_t8f {
  padding: 1.5rem 1.5rem 0;
}
}.jmp_hero_in_t8f {
  margin: 0 auto;
  gap: 0.75rem;
  max-width: 1320px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 862px) {.jmp_hero_in_t8f {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1102px) {.jmp_hero_in_t8f {
  grid-template-columns: 1fr 21.25rem;
}
}.jmp_hero_promo_t8f {
  border-radius: 0.75rem;
  background: #120F1A;
  overflow: hidden;
  align-items: stretch;
  min-height: 13.75rem;
  position: relative;
  display: flex;
}
@media(min-width: 765px) {.jmp_hero_promo_t8f {
  min-height: 17.5rem;
}
}.jmp_hero_promo_bg_t8f {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#1A0E2E 0%,#0E0B12 100%);
  position: absolute;
  background-size: cover;
}.jmp_hero_promo_bg_t8f::after {
  inset: 0;
  background: linear-gradient(90deg,#0E0B12 0%,rgba(8, 5, 9, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.jmp_hero_promo_glow_t8f {
  background: radial-gradient(circle,rgba(29, 58, 107, 0.35) 0%,transparent 65%);
  border-radius: 50%;
  position: absolute;
  right: 60px;
  height: 300px;
  width: 300px;
  pointer-events: none;
  top: -40px;
}.jmp_hero_promo_ct_t8f {
  padding: 1.75rem 24px 1.75rem 1.75rem;
  position: relative;
  display: flex;
  max-width: 480px;
  z-index: 2;
  flex-direction: column;
  justify-content: center;
}
@media(min-width:768px) {.jmp_hero_promo_ct_t8f {
  padding: 2.5rem 32px;
}
}.jmp_hero_badge_t8f {
  background: rgba(196, 148, 44, 0.18);
  padding: 5px 0.75rem;
  border: 1px solid rgba(196, 148, 44, 0.07);
  border-radius: 20px;
  font-weight: 700;
  display: inline-block;
  color: #C4942C;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  letter-spacing: .08em;
}.jmp_hero_h1_t8f {
  margin-bottom: 0.625rem;
  font-size: 26px;
  overflow-wrap: break-word;
  color: #F4EDD6;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  line-height: 1.15;
}.jmp_hero_h1_t8f em {
  font-style: normal;
  color: #E8B94A;
}
@media(min-width:768px) {.jmp_hero_h1_t8f {
  font-size: 36px;
}
}.jmp_hero_sub_t8f {
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 20px;
  color: #A8967A;
}
@media(min-width: 770px) {.jmp_hero_sub_t8f {
  font-size: 0.875rem;
}
}.jmp_hero_row_t8f {
  gap: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.jmp_hero_cta_t8f {
  background: #29A05C;
  border-radius: 8px;
  transition: background .2s;
  padding: 13px 1.625rem;
  font-weight: 700;
  color: #100D08;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 0.25rem 1.125rem rgba(41, 160, 92, 0.48);
  font-size: 0.875rem;
}.jmp_hero_cta_t8f:hover {
  background: #32B869;
}.jmp_hero_terms_t8f {
  color: #665C4A;
  font-size: 0.688rem;
}.jmp_hero_game_t8f {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  background: #120F1A;
  flex-direction: column;
  position: relative;
  display: flex;
}.jmp_hero_game_badge_t8f {
  border: 1px solid rgba(232, 185, 74, 0.16);
  padding: 0.313rem 10px;
  background: rgba(232, 185, 74, 0.16);
  border-radius: 1.25rem;
  left: 0.75rem;
  top: 0.75rem;
  font-size: 10px;
  z-index: 3;
  position: absolute;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .06em;
  color: #E8B94A;
}.jmp_hero_game_badge_t8f svg {
  height: 0.688rem;
  width: 11px;
  vertical-align: -1px;
  margin-right: 4px;
}.jmp_hero_game_img_t8f {
  background: linear-gradient(135deg,#1A0E2E,#0E0B12);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.jmp_hero_game_img_t8f img {
  inset: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  object-fit: cover;
}.jmp_hero_game_play_t8f {
  transition: opacity .2s;
  background: rgba(8, 5, 9, 0.72);
  inset: 0;
  align-items: center;
  display: flex;
  position: absolute;
  opacity: 0;
  justify-content: center;
}.jmp_hero_game_t8f:hover .jmp_hero_game_play_t8f {
  opacity: 1;
}.jmp_hero_game_play_t8f span {
  background: #C4942C;
  border-radius: 50%;
  height: 3.25rem;
  justify-content: center;
  width: 3.25rem;
  align-items: center;
  display: flex;
}.jmp_hero_game_play_t8f span svg {
  width: 18px;
  margin-left: 2px;
  height: 18px;
}.jmp_hero_game_info_t8f {
  padding: 0.875rem 1rem;
}.jmp_hero_game_title_t8f {
  margin-bottom: 0.25rem;
  font-size: 0.938rem;
  font-weight: 700;
  color: #F4EDD6;
  overflow-wrap: break-word;
}.jmp_hero_game_provider_t8f {
  color: #7D6E58;
  font-size: 11px;
}.jmp_hero_game_btn_t8f {
  border-radius: 0.5rem;
  padding: 11px;
  margin: 12px 16px 16px;
  background: #C4942C;
  transition: background .2s;
  font-size: 0.813rem;
  display: block;
  font-weight: 700;
  text-align: center;
  color: #F4EDD6;
}.jmp_hero_game_t8f:hover .jmp_hero_game_btn_t8f {
  background: #D9A83E;
}.jmp_sbar_t8f {
  padding: 1rem 16px 0;
  background: #0E0B12;
}
@media(min-width: 770px) {.jmp_sbar_t8f {
  padding: 18px 24px 0;
}
}.jmp_sbar_in_t8f {
  margin: 0 auto;
  max-width: 82.5rem;
}.jmp_sbar_row_t8f {
  gap: 10px;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
}.jmp_sbar_input_t8f {
  flex: 1;
  border-radius: 8px;
  gap: 0.625rem;
  padding: 0.688rem 16px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #120F1A;
  color: #7D6E58;
  font-size: 13px;
  display: flex;
  align-items: center;
  cursor: pointer;
}.jmp_sbar_input_t8f:hover {
  border-color: rgba(196, 148, 44, 0.45);
}.jmp_sbar_input_t8f svg {
  width: 0.938rem;
  stroke-linejoin: round;
  height: 15px;
  flex-shrink: 0;
  stroke-linecap: round;
}.jmp_sbar_providers_t8f {
  padding: 11px 18px;
  background: #120F1A;
  transition: border-color .2s;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: #D6C9A8;
  align-items: center;
  white-space: nowrap;
  display: flex;
  font-weight: 600;
  font-size: 13px;
}.jmp_sbar_providers_t8f:hover {
  border-color: rgba(196, 148, 44, 0.45);
  color: #F4EDD6;
}.jmp_sbar_providers_t8f svg {
  width: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 14px;
}.jmp_sbar_tabs_t8f {
  gap: 0.375rem;
  scrollbar-width: none;
  padding-bottom: 2px;
  display: flex;
  overflow-x: auto;
}.jmp_sbar_tabs_t8f::-webkit-scrollbar {
  display: none;
}.jmp_sbar_tab_t8f {
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 0.438rem;
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 1.25rem;
  flex-shrink: 0;
  align-items: center;
  white-space: nowrap;
  display: flex;
  font-size: 0.75rem;
  cursor: pointer;
  font-weight: 600;
  color: #A8967A;
}.jmp_sbar_tab_t8f:hover {
  border-color: rgba(196, 148, 44, 0.45);
  background: rgba(255, 255, 255, 0.07);
  color: #F4EDD6;
}.jmp_sbar_tab_t8f.jmp_state_active_t8f {
  border-color: rgba(196, 148, 44, 0.07);
  background: rgba(196, 148, 44, 0.18);
  color: #F4EDD6;
}.jmp_sbar_tab_ic_t8f svg {
  stroke-linecap: round;
  height: 14px;
  width: 14px;
  stroke-linejoin: round;
}.jmp_gcg_t8f {
  background: #0E0B12;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.jmp_gcg_t8f {
  padding: 2.75rem 1.5rem 0;
}
}.jmp_gcg_in_t8f {
  margin: 0 auto;
  max-width: 82.5rem;
}.jmp_gcg_head_t8f {
  margin-bottom: 20px;
  max-width: 720px;
}.jmp_gcg_label_t8f {
  letter-spacing: .08em;
  color: #C4942C;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
}.jmp_gcg_h2_t8f {
  font-size: 22px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #F4EDD6;
}
@media(min-width: 770px) {.jmp_gcg_h2_t8f {
  font-size: 1.75rem;
}
}.jmp_gcg_intro_t8f {
  color: #7D6E58;
  line-height: 1.6;
  font-size: 0.813rem;
}.jmp_gcg_grid_t8f {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.jmp_gcg_grid_t8f {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.jmp_gcg_grid_t8f {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.jmp_gcg_card_t8f {
  overflow: hidden;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: transform .2s,border-color .2s;
  border-radius: 12px;
  min-height: 15rem;
  justify-content: flex-end;
  flex-direction: column;
  cursor: pointer;
  display: flex;
  position: relative;
}.jmp_gcg_card_t8f:hover {
  border-color: rgba(196, 148, 44, 0.18);
  transform: translateY(-3px);
}.jmp_gcg_card_bg_t8f {
  inset: 0;
  z-index: 0;
  position: absolute;
}.jmp_gcg_card_bg_t8f::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.jmp_gcg_card_ic_t8f {
  background: rgba(0,0,0,.45);
  border-radius: 0.25rem;
  right: 18px;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 40px;
  z-index: 2;
  display: flex;
  color: #F4EDD6;
  top: 1.125rem;
  height: 2.5rem;
}.jmp_gcg_card_ic_t8f svg {
  stroke-linejoin: round;
  width: 1.25rem;
  height: 1.25rem;
  stroke-linecap: round;
}.jmp_gcg_card_ct_t8f {
  position: relative;
  z-index: 1;
}.jmp_gcg_card_h_t8f {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  overflow-wrap: break-word;
  color: #F4EDD6;
  font-weight: 800;
  line-height: 1.2;
  font-family: 'Cinzel', serif;
}
@media(min-width: 770px) {.jmp_gcg_card_h_t8f {
  font-size: 20px;
}
}.jmp_gcg_card_p_t8f {
  line-height: 1.55;
  margin-bottom: 10px;
  color: rgba(255,255,255,.82);
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.jmp_gcg_card_p_t8f strong {
  color: #F4EDD6;
  font-weight: 600;
}.jmp_gcg_card_cta_t8f {
  gap: 4px;
  font-size: 12px;
  display: inline-flex;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #C4942C;
  align-items: center;
  font-weight: 700;
}.jmp_gcg_card_cta_t8f svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 12px;
  width: 0.75rem;
}.jmp_ws_t8f {
  padding: 2rem 1rem 0;
  background: #0E0B12;
}
@media(min-width: 770px) {.jmp_ws_t8f {
  padding: 36px 24px 0;
}
}.jmp_ws_in_t8f {
  margin: 0 auto;
  max-width: 82.5rem;
}.jmp_ws_head_t8f {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}.jmp_ws_title_t8f {
  gap: 10px;
  font-size: 1rem;
  overflow-wrap: break-word;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: 'Cinzel', serif;
  color: #F4EDD6;
}.jmp_ws_title_ic_t8f svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #E8B94A;
  height: 1.125rem;
  width: 18px;
}.jmp_ws_online_t8f {
  gap: 7px;
  color: #7D6E58;
  font-weight: 600;
  display: flex;
  font-size: 12px;
  align-items: center;
}.jmp_ws_online_dot_t8f {
  border-radius: 50%;
  background: #29A05C;
  height: 8px;
  flex-shrink: 0;
  width: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(41, 160, 92, 0.18);
}.jmp_ws_scroll_t8f {
  gap: 0.5rem;
  display: flex;
  padding-bottom: 8px;
  scrollbar-width: none;
  overflow-x: auto;
}.jmp_ws_scroll_t8f::-webkit-scrollbar {
  display: none;
}.jmp_wc_t8f {
  padding: 0.625rem 0.875rem;
  background: #120F1A;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.5rem;
  flex-shrink: 0;
  min-width: 220px;
  display: flex;
  align-items: center;
}.jmp_wc_img_t8f {
  border-radius: 4px;
  overflow: hidden;
  background: #161220;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
}.jmp_wc_img_t8f img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.jmp_wc_info_t8f {
  min-width: 0;
}.jmp_wc_game_t8f {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  white-space: nowrap;
  font-size: 12px;
  color: #D6C9A8;
}.jmp_wc_player_t8f {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #665C4A;
  white-space: nowrap;
  font-size: 10px;
}.jmp_wc_amount_t8f {
  flex-shrink: 0;
  white-space: nowrap;
  margin-left: auto;
  font-size: 0.813rem;
  font-weight: 700;
  color: #29A05C;
}.jmp_bon_t8f {
  padding: 2.25rem 1rem 0;
  background: #0E0B12;
}
@media(min-width:768px) {.jmp_bon_t8f {
  padding: 44px 1.5rem 0;
}
}.jmp_bon_in_t8f {
  margin: 0 auto;
  max-width: 1320px;
}.jmp_bon_head_t8f {
  margin-bottom: 1.25rem;
}.jmp_bon_label_t8f {
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #C4942C;
  font-size: 0.688rem;
  font-weight: 700;
}.jmp_bon_h2_t8f {
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
  color: #F4EDD6;
  font-weight: 800;
}
@media(min-width: 767px) {.jmp_bon_h2_t8f {
  font-size: 24px;
}
}.jmp_bon_seo_t8f {
  font-size: 13px;
  line-height: 1.6;
  max-width: 38.75rem;
  color: #7D6E58;
  overflow-wrap: break-word;
}.jmp_bon_seo_t8f strong {
  color: #D6C9A8;
  font-weight: 700;
}.jmp_bon_seo_t8f a {
  color: #C4942C;
  text-decoration: underline;
}.jmp_bon_grid_t8f {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 637px) {.jmp_bon_grid_t8f {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.jmp_bon_grid_t8f {
  grid-template-columns: repeat(5,1fr);
}
}.jmp_bon_card_t8f {
  background: #120F1A;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 16px;
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
}.jmp_bon_card_t8f:hover {
  transform: translateY(-2px);
  border-color: rgba(196, 148, 44, 0.07);
}.jmp_bon_card_ic_t8f svg {
  height: 1.625rem;
  stroke-linecap: round;
  width: 26px;
  stroke-linejoin: round;
}.jmp_bon_card_ic_t8f {
  margin-bottom: 0.625rem;
}.jmp_bon_card_type_t8f {
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.375rem;
  color: #7D6E58;
}.jmp_bon_card_amount_t8f {
  color: #E8B94A;
  margin-bottom: 0.375rem;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.1;
}.jmp_bon_card_name_t8f {
  overflow-wrap: break-word;
  color: #F4EDD6;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 0.813rem;
}.jmp_bon_card_detail_t8f {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 0.5rem;
  line-height: 1.5;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #665C4A;
}.jmp_htp_t8f {
  background: #0E0B12;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.jmp_htp_t8f {
  padding: 2.75rem 24px 0;
}
}.jmp_htp_in_t8f {
  margin: 0 auto;
  max-width: 82.5rem;
}.jmp_htp_head_t8f {
  max-width: 45rem;
  margin-bottom: 1.375rem;
}.jmp_htp_label_t8f {
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  color: #C4942C;
  margin-bottom: 8px;
}.jmp_htp_h2_t8f {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  color: #F4EDD6;
  font-size: 22px;
}
@media(min-width: 769px) {.jmp_htp_h2_t8f {
  font-size: 1.75rem;
}
}.jmp_htp_intro_t8f {
  line-height: 1.6;
  font-size: 0.875rem;
  color: #7D6E58;
}.jmp_htp_steps_t8f {
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.jmp_htp_steps_t8f {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.jmp_htp_steps_t8f {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.jmp_htp_step_t8f {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 20px 1.125rem 1.125rem;
  background: #161220;
  border-radius: 8px;
  flex-direction: column;
  position: relative;
  display: flex;
}.jmp_htp_step_num_t8f {
  border-radius: 50%;
  background: #C4942C;
  font-size: 13px;
  height: 28px;
  top: -12px;
  justify-content: center;
  position: absolute;
  width: 28px;
  font-weight: 800;
  color: #100D08;
  left: 1.25rem;
  align-items: center;
  display: flex;
  font-family: 'Cinzel', serif;
}.jmp_htp_step_ic_t8f {
  margin: 0.5rem 0 12px;
  border-radius: 0.25rem;
  background: rgba(196, 148, 44, 0.18);
  display: flex;
  justify-content: center;
  color: #C4942C;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
}.jmp_htp_step_ic_t8f svg {
  stroke-linejoin: round;
  height: 1.125rem;
  stroke-linecap: round;
  width: 18px;
}.jmp_htp_step_h_t8f {
  color: #F4EDD6;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
}.jmp_htp_step_p_t8f {
  line-height: 1.55;
  font-size: 0.813rem;
  color: #7D6E58;
  overflow-wrap: break-word;
}.jmp_htp_step_p_t8f strong {
  color: #D6C9A8;
  font-weight: 600;
}.jmp_htp_cta_t8f {
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 0.813rem 26px;
  background: #29A05C;
  font-size: 14px;
  margin-top: 20px;
  color: #100D08;
  display: inline-block;
  font-weight: 700;
}.jmp_htp_cta_t8f:hover {
  background: #32B869;
}.jmp_app_t8f {
  background: #0E0B12;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.jmp_app_t8f {
  padding: 2.75rem 24px 0;
}
}.jmp_app_in_t8f {
  margin: 0 auto;
  max-width: 1320px;
}.jmp_app_head_t8f {
  margin-bottom: 1rem;
}.jmp_app_label_t8f {
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #C4942C;
}.jmp_app_h2_t8f {
  margin-bottom: 6px;
  font-size: 20px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F4EDD6;
}
@media(min-width: 769px) {.jmp_app_h2_t8f {
  font-size: 1.5rem;
}
}.jmp_app_sub_t8f {
  max-width: 37.5rem;
  color: #7D6E58;
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.jmp_app_sub_t8f strong {
  font-weight: 700;
  color: #D6C9A8;
}.jmp_app_cards_t8f {
  gap: 10px;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 16px;
}
@media(min-width: 641px) {.jmp_app_cards_t8f {
  grid-template-columns: repeat(3,1fr);
}
}.jmp_app_card_t8f {
  border-radius: 8px;
  overflow: hidden;
  gap: 16px;
  padding: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}.jmp_app_card_ios_t8f {
  background: linear-gradient(135deg,rgba(196, 148, 44, 0.18) 0%,#161220 100%);
}.jmp_app_card_android_t8f {
  background: linear-gradient(135deg,rgba(41, 160, 92, 0.18) 0%,#161220 100%);
}.jmp_app_card_win_t8f {
  background: linear-gradient(135deg,rgba(232, 185, 74, 0.16) 0%,#161220 100%);
}.jmp_app_card_ic_t8f svg {
  height: 34px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 2.125rem;
}.jmp_app_card_ic_t8f {
  color: #F4EDD6;
  flex-shrink: 0;
}.jmp_app_card_os_t8f {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #7D6E58;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
}.jmp_app_card_title_t8f {
  line-height: 1.2;
  color: #F4EDD6;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 15px;
}.jmp_app_card_text_t8f {
  font-size: 12px;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #7D6E58;
}.jmp_app_card_btn_t8f {
  gap: 0.438rem;
  border: 1px solid rgba(196, 148, 44, 0.45);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 18px;
  transition: background .2s;
  font-size: 0.813rem;
  color: #F4EDD6;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}.jmp_app_card_btn_t8f:hover {
  background: rgba(255, 255, 255, 0.07);
}.jmp_prov_t8f {
  background: #0E0B12;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.jmp_prov_t8f {
  padding: 2.75rem 24px 0;
}
}.jmp_prov_in_t8f {
  margin: 0 auto;
  max-width: 82.5rem;
}.jmp_prov_head_t8f {
  margin-bottom: 16px;
}.jmp_prov_label_t8f {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  font-weight: 700;
  color: #C4942C;
}.jmp_prov_h2_t8f {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F4EDD6;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0.5rem;
}
@media(min-width: 770px) {.jmp_prov_h2_t8f {
  font-size: 24px;
}
}.jmp_prov_seo_t8f {
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #7D6E58;
  margin-bottom: 1rem;
  max-width: 38.75rem;
  font-size: 13px;
}.jmp_prov_seo_t8f strong {
  color: #D6C9A8;
  font-weight: 700;
}.jmp_prov_seo_t8f a {
  color: #C4942C;
  text-decoration: underline;
}.jmp_prov_grid_t8f {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.jmp_prov_grid_t8f {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1078px) {.jmp_prov_grid_t8f {
  grid-template-columns: repeat(8,1fr);
}
}.jmp_prov_card_t8f {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.875rem 0.625rem;
  background: #120F1A;
  gap: 7px;
  border-radius: 8px;
  transition: border-color .2s,background .2s;
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
}.jmp_prov_card_t8f:hover {
  border-color: rgba(196, 148, 44, 0.45);
  background: #161220;
}.jmp_prov_logo_t8f {
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  justify-content: center;
  height: 2.75rem;
  display: flex;
  align-items: center;
  width: 44px;
}.jmp_prov_logo_t8f img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.jmp_prov_name_t8f {
  text-align: center;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #A8967A;
  font-size: 0.688rem;
}.jmp_reg_t8f {
  padding: 36px 16px 0;
  background: #0E0B12;
}
@media(min-width: 767px) {.jmp_reg_t8f {
  padding: 2.75rem 1.5rem 0;
}
}.jmp_reg_in_t8f {
  background: #161220;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 770px) {.jmp_reg_in_t8f {
  padding: 2.5rem;
}
}.jmp_reg_top_t8f {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.jmp_reg_top_t8f {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.jmp_reg_label_t8f {
  color: #C4942C;
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-weight: 700;
}.jmp_reg_h2_t8f {
  font-size: 22px;
  overflow-wrap: break-word;
  color: #F4EDD6;
  line-height: 1.2;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  margin-bottom: 12px;
}
@media(min-width: 766px) {.jmp_reg_h2_t8f {
  font-size: 28px;
}
}.jmp_reg_bonus_t8f {
  background: rgba(232, 185, 74, 0.16);
  padding: 10px 1rem;
  border: 1px solid rgba(232, 185, 74, 0.16);
  border-radius: 8px;
  gap: 0.5rem;
  margin-bottom: 1rem;
  align-items: center;
  display: inline-flex;
}.jmp_reg_bonus_amount_t8f {
  color: #E8B94A;
  font-weight: 800;
  font-size: 20px;
}.jmp_reg_bonus_text_t8f {
  color: #A8967A;
  line-height: 1.35;
  font-size: 13px;
}.jmp_reg_cta_btn_t8f {
  transition: background .2s;
  padding: 14px 32px;
  border-radius: 8px;
  background: #29A05C;
  font-size: 0.938rem;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 0.25rem 1.125rem rgba(41, 160, 92, 0.48);
  color: #100D08;
  display: inline-block;
  margin-bottom: 0.75rem;
}.jmp_reg_cta_btn_t8f:hover {
  background: #32B869;
}.jmp_reg_terms_t8f {
  font-size: 0.688rem;
  color: #665C4A;
  line-height: 1.5;
}.jmp_reg_seo_t8f {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #7D6E58;
  margin-top: 1.25rem;
  font-size: 0.813rem;
  padding-top: 1.25rem;
  overflow-wrap: break-word;
  line-height: 1.65;
}.jmp_reg_seo_t8f p {
  margin-bottom: 10px;
  color: #7D6E58;
  font-size: 0.813rem;
  line-height: 1.65;
}.jmp_reg_seo_t8f p:last-child {
  margin-bottom: 0;
}.jmp_reg_seo_t8f strong {
  font-weight: 700;
  color: #D6C9A8;
}.jmp_reg_seo_t8f a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4942C;
}.jmp_reg_seo_t8f a:hover {
  color: #D9A83E;
}.jmp_reg_seo_t8f ul,.jmp_reg_seo_t8f ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.jmp_reg_seo_t8f ol {
  list-style: decimal;
}.jmp_reg_seo_t8f li {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #7D6E58;
  margin-bottom: 4px;
}.jmp_reg_seo_t8f table {
  margin-bottom: 10px;
  font-size: 0.813rem;
  width: 100%;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 769px) {.jmp_reg_seo_t8f table {
  display: table;
}
}.jmp_reg_seo_t8f th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #D6C9A8;
  text-align: left;
}.jmp_reg_seo_t8f td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #7D6E58;
}.jmp_reg_steps_t8f {
  gap: 14px;
  margin-top: 28px;
  flex-direction: column;
  display: flex;
}
@media(min-width:860px) {.jmp_reg_steps_t8f {
  margin-top: 0;
}
}.jmp_reg_step_t8f {
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.5rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.jmp_reg_step_num_t8f {
  border-radius: 50%;
  border: 1px solid rgba(196, 148, 44, 0.07);
  background: rgba(196, 148, 44, 0.18);
  display: flex;
  font-weight: 800;
  color: #C4942C;
  font-size: 0.875rem;
  align-items: center;
  height: 34px;
  flex-shrink: 0;
  width: 2.125rem;
  justify-content: center;
}.jmp_reg_step_title_t8f {
  margin-bottom: 3px;
  color: #F4EDD6;
  font-weight: 700;
  font-size: 0.875rem;
}.jmp_reg_step_text_t8f {
  line-height: 1.5;
  font-size: 0.75rem;
  color: #7D6E58;
}.jmp_reg_trust_t8f {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 20px;
  padding-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
}.jmp_reg_trust_item_t8f {
  gap: 7px;
  overflow-wrap: break-word;
  color: #7D6E58;
  font-size: 0.75rem;
  align-items: center;
  display: flex;
}.jmp_reg_trust_ic_t8f svg {
  color: #C4942C;
  height: 1rem;
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
}.jmp_seo_t8f {
  padding: 36px 16px 0;
  background: #0E0B12;
}
@media(min-width: 765px) {.jmp_seo_t8f {
  padding: 44px 1.5rem 0;
}
}.jmp_seo_in_t8f {
  margin: 0 auto;
  background: #161220;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1.75rem 1.5rem;
  border-radius: 12px;
  max-width: 1320px;
}
@media(min-width: 766px) {.jmp_seo_in_t8f {
  padding: 36px 40px;
}
}.jmp_seo_label_t8f {
  font-size: 0.688rem;
  color: #C4942C;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .08em;
}.jmp_seo_h2_t8f {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  font-size: 20px;
  color: #F4EDD6;
  overflow-wrap: break-word;
  margin-bottom: 14px;
}
@media(min-width: 767px) {.jmp_seo_h2_t8f {
  font-size: 24px;
}
}.jmp_seo_body_t8f {
  color: #A8967A;
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.jmp_seo_body_t8f p {
  font-size: 14px;
  line-height: 1.75;
  color: #A8967A;
  margin-bottom: 12px;
}.jmp_seo_body_t8f p:last-child {
  margin-bottom: 0;
}.jmp_seo_body_t8f strong {
  font-weight: 700;
  color: #D6C9A8;
}.jmp_seo_body_t8f a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4942C;
}.jmp_seo_body_t8f a:hover {
  color: #D9A83E;
}.jmp_seo_body_t8f ul,.jmp_seo_body_t8f ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.jmp_seo_body_t8f ol {
  list-style: decimal;
}.jmp_seo_body_t8f li {
  color: #A8967A;
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 6px;
}.jmp_seo_body_t8f table {
  display: block;
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.75rem;
  overflow-x: auto;
}
@media(min-width: 765px) {.jmp_seo_body_t8f table {
  display: table;
}
}.jmp_seo_body_t8f th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  color: #D6C9A8;
  text-align: left;
}.jmp_seo_body_t8f td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A8967A;
}.jmp_seo_cols_t8f {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 637px) {.jmp_seo_cols_t8f {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.jmp_seo_cols_t8f {
  grid-template-columns: repeat(3,1fr);
}
}.jmp_seo_col_h_t8f {
  font-weight: 700;
  color: #D6C9A8;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
}.jmp_seo_col_p_t8f {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
  color: #7D6E58;
}.jmp_seo_stats_t8f {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.jmp_seo_stat_t8f {
  border: 1px solid rgba(196, 148, 44, 0.18);
  flex: 1;
  padding: 14px 1rem;
  background: rgba(196, 148, 44, 0.07);
  border-radius: 8px;
  min-width: 8.75rem;
}.jmp_seo_stat_val_t8f {
  font-weight: 800;
  color: #C4942C;
  margin-bottom: 0.25rem;
  font-size: 20px;
  overflow-wrap: break-word;
}.jmp_seo_stat_lb_t8f {
  color: #7D6E58;
  overflow-wrap: break-word;
  font-size: 11px;
}.jmp_faq_t8f {
  padding: 2.25rem 1rem 0;
  background: #0E0B12;
}
@media(min-width: 769px) {.jmp_faq_t8f {
  padding: 44px 1.5rem 0;
}
}.jmp_faq_in_t8f {
  margin: 0 auto;
  max-width: 1320px;
}.jmp_faq_head_t8f {
  margin-bottom: 20px;
}.jmp_faq_label_t8f {
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
  color: #C4942C;
  text-transform: uppercase;
}.jmp_faq_h2_t8f {
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F4EDD6;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.jmp_faq_h2_t8f {
  font-size: 1.5rem;
}
}.jmp_faq_list_t8f {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.jmp_faq_item_t8f {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  overflow: hidden;
  background: #161220;
}.jmp_faq_q_t8f {
  padding: 1rem 1.25rem;
  transition: color .2s;
  gap: 0.75rem;
  cursor: pointer;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
  font-weight: 600;
  color: #D6C9A8;
  overflow-wrap: break-word;
}.jmp_faq_q_t8f:hover {
  color: #F4EDD6;
}.jmp_faq_q_ic_t8f {
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  flex-shrink: 0;
  color: #C4942C;
  width: 1.5rem;
  font-size: 16px;
  height: 24px;
  justify-content: center;
  display: flex;
  align-items: center;
}.jmp_faq_item_t8f.jmp_state_open_t8f .jmp_faq_q_ic_t8f {
  transform: rotate(45deg);
}.jmp_faq_a_t8f {
  padding: 0 20px 1rem;
  display: none;
  color: #7D6E58;
  font-size: 0.813rem;
  line-height: 1.7;
  overflow-wrap: break-word;
}.jmp_faq_item_t8f.jmp_state_open_t8f .jmp_faq_a_t8f {
  display: block;
}.jmp_faq_a_t8f strong {
  font-weight: 700;
  color: #D6C9A8;
}.jmp_faq_a_t8f a {
  text-decoration: underline;
  color: #C4942C;
}.jmp_faq_a_t8f ul,.jmp_faq_a_t8f ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.jmp_faq_a_t8f ol {
  list-style: decimal;
}.jmp_faq_a_t8f li {
  margin-bottom: 4px;
  line-height: 1.6;
}.jmp_faq_a_t8f table {
  margin: 8px 0;
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.75rem;
}
@media(min-width: 771px) {.jmp_faq_a_t8f table {
  display: table;
}
}.jmp_faq_a_t8f th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 0.5rem;
  text-align: left;
  color: #D6C9A8;
  font-weight: 700;
}.jmp_faq_a_t8f td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7D6E58;
}.jmp_pmt_t8f {
  background: #0E0B12;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.jmp_pmt_t8f {
  padding: 2.75rem 1.5rem 0;
}
}.jmp_pmt_in_t8f {
  margin: 0 auto;
  max-width: 1320px;
}.jmp_pmt_head_t8f {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.jmp_pmt_label_t8f {
  font-size: 11px;
  letter-spacing: .08em;
  color: #C4942C;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}.jmp_pmt_h2_t8f {
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 22px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F4EDD6;
}
@media(min-width:768px) {.jmp_pmt_h2_t8f {
  font-size: 1.75rem;
}
}.jmp_pmt_intro_t8f {
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #7D6E58;
}.jmp_pmt_groups_t8f {
  gap: 1.25rem;
  flex-direction: column;
  display: flex;
}.jmp_pmt_group_t8f {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 20px;
  background: #161220;
  border-radius: 8px;
}.jmp_pmt_group_head_t8f {
  gap: 12px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.jmp_pmt_group_ic_t8f {
  border-radius: 0.25rem;
  background: rgba(196, 148, 44, 0.18);
  flex-shrink: 0;
  height: 2.25rem;
  justify-content: center;
  display: flex;
  width: 36px;
  align-items: center;
  color: #C4942C;
}.jmp_pmt_group_ic_t8f svg {
  stroke-linecap: round;
  width: 18px;
  height: 1.125rem;
  stroke-linejoin: round;
}.jmp_pmt_group_h_t8f {
  margin: 0;
  font-size: 16px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F4EDD6;
  font-weight: 700;
}.jmp_pmt_group_p_t8f {
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #7D6E58;
  font-size: 0.813rem;
  margin-bottom: 0.875rem;
}.jmp_pmt_group_p_t8f strong {
  color: #D6C9A8;
  font-weight: 600;
}.jmp_pmt_table_wrap_t8f {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.jmp_pmt_table_t8f {
  width: 100%;
  font-size: 0.813rem;
  border-collapse: collapse;
  min-width: 540px;
}.jmp_pmt_table_t8f th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: left;
  letter-spacing: .04em;
  color: #D6C9A8;
}.jmp_pmt_table_t8f td {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7D6E58;
}.jmp_pmt_table_t8f tbody tr:last-child td {
  border-bottom: none;
}.jmp_pmt_table_t8f tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D6C9A8;
}.jmp_rv_t8f {
  background: #0E0B12;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.jmp_rv_t8f {
  padding: 44px 24px 0;
}
}.jmp_rv_in_t8f {
  margin: 0 auto;
  max-width: 1320px;
}.jmp_rv_head_t8f {
  max-width: 720px;
  margin-bottom: 1.25rem;
}.jmp_rv_label_t8f {
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #C4942C;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
}.jmp_rv_h2_t8f {
  font-size: 1.375rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F4EDD6;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.625rem;
}
@media(min-width: 770px) {.jmp_rv_h2_t8f {
  font-size: 28px;
}
}.jmp_rv_stats_t8f {
  gap: 18px;
  color: #7D6E58;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}.jmp_rv_stats_score_t8f {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.jmp_rv_stats_score_val_t8f {
  font-size: 22px;
  color: #E8B94A;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}.jmp_rv_stats_score_max_t8f {
  font-size: 13px;
  color: #665C4A;
}.jmp_rv_stats_badge_t8f {
  gap: 4px;
  display: flex;
  align-items: center;
}.jmp_rv_stats_badge_t8f svg {
  width: 14px;
  height: 14px;
  color: #E8B94A;
}.jmp_rv_grid_t8f {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.jmp_rv_grid_t8f {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.jmp_rv_grid_t8f {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.jmp_rv_card_t8f {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 20px;
  border-radius: 0.5rem;
  background: #161220;
  flex-direction: column;
  display: flex;
}.jmp_rv_card_stars_t8f {
  gap: 2px;
  display: flex;
  margin-bottom: 10px;
  color: #E8B94A;
}.jmp_rv_card_stars_t8f svg {
  width: 14px;
  height: 14px;
}.jmp_rv_card_h_t8f {
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #F4EDD6;
  font-size: 0.875rem;
}.jmp_rv_card_body_t8f {
  flex: 1;
  line-height: 1.65;
  color: #7D6E58;
  font-size: 0.813rem;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}.jmp_rv_card_body_t8f strong {
  font-weight: 600;
  color: #D6C9A8;
}.jmp_rv_card_meta_t8f {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  display: flex;
}.jmp_rv_card_author_t8f {
  color: #D6C9A8;
  font-size: 12px;
  font-weight: 600;
}.jmp_rv_card_date_t8f {
  color: #665C4A;
  font-size: 11px;
}.jmp_seo_t8f {
  background: #0E0B12;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.jmp_seo_t8f {
  padding: 44px 24px 0;
}
}.jmp_seo_in_t8f {
  padding: 1.75rem 24px;
  border-radius: 0.75rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #161220;
  max-width: 1320px;
}
@media(min-width: 769px) {.jmp_seo_in_t8f {
  padding: 36px 2.5rem;
}
}.jmp_seo_label_t8f {
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #C4942C;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}.jmp_seo_h2_t8f {
  font-family: 'Cinzel', serif;
  color: #F4EDD6;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
}
@media(min-width: 767px) {.jmp_seo_h2_t8f {
  font-size: 1.5rem;
}
}.jmp_seo_body_t8f {
  line-height: 1.75;
  color: #A8967A;
  overflow-wrap: break-word;
  font-size: 14px;
}.jmp_seo_body_t8f p {
  font-size: 14px;
  color: #A8967A;
  line-height: 1.75;
  margin-bottom: 12px;
}.jmp_seo_body_t8f p:last-child {
  margin-bottom: 0;
}.jmp_seo_body_t8f strong {
  font-weight: 700;
  color: #D6C9A8;
}.jmp_seo_body_t8f a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4942C;
}.jmp_seo_body_t8f a:hover {
  color: #D9A83E;
}.jmp_seo_body_t8f ul,.jmp_seo_body_t8f ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.jmp_seo_body_t8f ol {
  list-style: decimal;
}.jmp_seo_body_t8f li {
  color: #A8967A;
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 0.875rem;
}.jmp_seo_body_t8f table {
  border-collapse: collapse;
  width: 100%;
  display: block;
  overflow-x: auto;
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
}
@media(min-width: 771px) {.jmp_seo_body_t8f table {
  display: table;
}
}.jmp_seo_body_t8f th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #D6C9A8;
  text-align: left;
}.jmp_seo_body_t8f td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #A8967A;
}.jmp_seo_cols_t8f {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.jmp_seo_cols_t8f {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.jmp_seo_cols_t8f {
  grid-template-columns: repeat(3,1fr);
}
}.jmp_seo_col_h_t8f {
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  color: #D6C9A8;
  font-size: 0.813rem;
  font-weight: 700;
}.jmp_seo_col_p_t8f {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #7D6E58;
  overflow-wrap: break-word;
}.jmp_seo_stats_t8f {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.jmp_seo_stat_t8f {
  background: rgba(196, 148, 44, 0.07);
  flex: 1;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid rgba(196, 148, 44, 0.18);
  min-width: 8.75rem;
}.jmp_seo_stat_val_t8f {
  overflow-wrap: break-word;
  color: #C4942C;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0.25rem;
}.jmp_seo_stat_lb_t8f {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7D6E58;
}.jmp_seo_t8f {
  padding: 36px 16px 0;
  background: #0E0B12;
}
@media(min-width: 766px) {.jmp_seo_t8f {
  padding: 2.75rem 24px 0;
}
}.jmp_seo_in_t8f {
  background: #161220;
  border: 1px solid rgba(255, 255, 255, 0.11);
  margin: 0 auto;
  border-radius: 0.75rem;
  padding: 28px 24px;
  max-width: 1320px;
}
@media(min-width: 765px) {.jmp_seo_in_t8f {
  padding: 36px 2.5rem;
}
}.jmp_seo_label_t8f {
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #C4942C;
  margin-bottom: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
}.jmp_seo_h2_t8f {
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-weight: 800;
  color: #F4EDD6;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
}
@media(min-width: 770px) {.jmp_seo_h2_t8f {
  font-size: 1.5rem;
}
}.jmp_seo_body_t8f {
  font-size: 14px;
  line-height: 1.75;
  color: #A8967A;
  overflow-wrap: break-word;
}.jmp_seo_body_t8f p {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #A8967A;
  margin-bottom: 12px;
}.jmp_seo_body_t8f p:last-child {
  margin-bottom: 0;
}.jmp_seo_body_t8f strong {
  color: #D6C9A8;
  font-weight: 700;
}.jmp_seo_body_t8f a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4942C;
}.jmp_seo_body_t8f a:hover {
  color: #D9A83E;
}.jmp_seo_body_t8f ul,.jmp_seo_body_t8f ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.jmp_seo_body_t8f ol {
  list-style: decimal;
}.jmp_seo_body_t8f li {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 6px;
  color: #A8967A;
}.jmp_seo_body_t8f table {
  overflow-x: auto;
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  display: block;
  margin-bottom: 0.75rem;
}
@media(min-width: 767px) {.jmp_seo_body_t8f table {
  display: table;
}
}.jmp_seo_body_t8f th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  font-weight: 700;
  color: #D6C9A8;
}.jmp_seo_body_t8f td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A8967A;
}.jmp_seo_cols_t8f {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.jmp_seo_cols_t8f {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.jmp_seo_cols_t8f {
  grid-template-columns: repeat(3,1fr);
}
}.jmp_seo_col_h_t8f {
  font-size: 13px;
  color: #D6C9A8;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-weight: 700;
}.jmp_seo_col_p_t8f {
  color: #7D6E58;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
}.jmp_seo_stats_t8f {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.jmp_seo_stat_t8f {
  padding: 0.875rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(196, 148, 44, 0.18);
  flex: 1;
  background: rgba(196, 148, 44, 0.07);
  min-width: 140px;
}.jmp_seo_stat_val_t8f {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #C4942C;
  margin-bottom: 0.25rem;
  font-size: 20px;
}.jmp_seo_stat_lb_t8f {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #7D6E58;
}.jmp_ft_t8f {
  background: #080509;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.jmp_ft_support_t8f {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width: 769px) {.jmp_ft_support_t8f {
  padding: 28px 24px;
}
}.jmp_ft_support_in_t8f {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 1320px;
  flex-wrap: wrap;
}.jmp_ft_support_main_t8f {
  flex: 1;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  min-width: 13.75rem;
  align-items: center;
}.jmp_ft_support_ic_t8f {
  flex-shrink: 0;
  color: #C4942C;
}.jmp_ft_support_ic_t8f svg {
  stroke-linecap: round;
  height: 1.875rem;
  stroke-linejoin: round;
  width: 30px;
}.jmp_ft_support_text_title_t8f {
  color: #F4EDD6;
  font-size: 0.938rem;
  margin-bottom: 3px;
  font-weight: 700;
  overflow-wrap: break-word;
}.jmp_ft_support_text_sub_t8f {
  color: #7D6E58;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.jmp_ft_support_btn_t8f {
  background: #C4942C;
  padding: 11px 22px;
  border-radius: 8px;
  transition: background .2s;
  font-size: 0.813rem;
  white-space: nowrap;
  flex-shrink: 0;
  color: #F4EDD6;
  font-weight: 700;
}.jmp_ft_support_btn_t8f:hover {
  background: #D9A83E;
}.jmp_ft_support_contacts_t8f {
  gap: 1rem;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.jmp_ft_support_contact_t8f {
  font-size: 12px;
  color: #665C4A;
  line-height: 1.4;
}.jmp_ft_support_contact_t8f strong {
  font-size: 0.688rem;
  font-weight: 600;
  color: #A8967A;
  display: block;
  margin-bottom: 2px;
}.jmp_ft_main_t8f {
  padding: 32px 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 766px) {.jmp_ft_main_t8f {
  padding: 2.5rem 24px 32px;
}
}.jmp_ft_main_in_t8f {
  gap: 24px;
  margin: 0 auto;
  max-width: 82.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 642px) {.jmp_ft_main_in_t8f {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.jmp_ft_main_in_t8f {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.jmp_ft_col_logo_t8f {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.jmp_ft_col_logo_t8f {
  grid-column: auto;
}
}.jmp_ft_logo_t8f {
  gap: 9px;
  overflow-wrap: break-word;
  display: flex;
  color: #F4EDD6;
  flex-wrap: wrap;
  margin-bottom: 12px;
  align-items: center;
  font-weight: 800;
  font-size: 1rem;
}.jmp_ft_logo_mark_t8f {
  border-radius: 4px;
  overflow: hidden;
  height: 30px;
  width: 30px;
}.jmp_ft_logo_mark_t8f img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.jmp_ft_logo_sub_t8f {
  line-height: 1.55;
  font-size: 12px;
  color: #665C4A;
  max-width: 200px;
  overflow-wrap: break-word;
}.jmp_ft_col_title_t8f {
  letter-spacing: .07em;
  color: #A8967A;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.875rem;
  font-size: 12px;
}.jmp_ft_col_links_t8f {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.jmp_ft_col_link_t8f {
  transition: color .2s;
  color: #665C4A;
  font-size: 13px;
  overflow-wrap: break-word;
}.jmp_ft_col_link_t8f:hover {
  color: #D6C9A8;
}.jmp_ft_apps_t8f {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.jmp_ft_app_card_t8f {
  border-radius: 4px;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  gap: 0.625rem;
  padding: 0.625rem 12px;
  align-items: center;
  display: flex;
}.jmp_ft_app_card_t8f:hover {
  border-color: rgba(196, 148, 44, 0.45);
}.jmp_ft_app_card_ic_t8f svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 22px;
  width: 1.375rem;
}.jmp_ft_app_card_os_t8f {
  color: #665C4A;
  font-weight: 600;
  font-size: 10px;
}.jmp_ft_app_card_action_t8f {
  font-size: 0.75rem;
  color: #D6C9A8;
  font-weight: 700;
}.jmp_ft_bot_t8f {
  padding: 1.25rem 1rem;
}
@media(min-width: 769px) {.jmp_ft_bot_t8f {
  padding: 1.25rem 24px;
}
}.jmp_ft_bot_in_t8f {
  gap: 1rem;
  margin: 0 auto;
  max-width: 82.5rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.jmp_ft_socials_t8f {
  gap: 0.5rem;
  display: flex;
}.jmp_ft_soc_t8f {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  width: 36px;
  color: #A8967A;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}.jmp_ft_soc_t8f svg {
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
}.jmp_ft_soc_t8f:hover {
  background: rgba(255, 255, 255, 0.07);
}.jmp_ft_legal_t8f {
  flex: 1;
  line-height: 1.6;
  color: #86796A;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  min-width: 12.5rem;
}.jmp_ft_legal_t8f strong {
  font-weight: 700;
  color: #A8967A;
}.jmp_ft_legal_t8f a {
  color: #A8967A;
  text-decoration: underline;
}.jmp_ft_age_t8f {
  border: 2px solid #86796A;
  border-radius: 50%;
  font-size: 11px;
  height: 2rem;
  width: 2rem;
  color: #86796A;
  margin-left: auto;
  justify-content: center;
  font-weight: 800;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}