html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0D0C0B;
  font-family: 'Inter', sans-serif;
  color: #C5C1BB;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  line-height: 1.6;
}.jhu_layout_p4x {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.jhu_page_p4x {
  min-height: 100vh;
  display: flex;
}.jhu_main_p4x {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width: 1077px) {.jhu_main_p4x {
  padding-left: 13.75rem;
}
}
@media (max-width: 1078px) {.jhu_main_p4x {
  padding-bottom: 72px;
}
}.jhu_gc_p4x {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  background: #131210;
  position: relative;
  cursor: pointer;
  width: 8.75rem;
  flex-shrink: 0;
}
@media(min-width: 639px) {.jhu_gc_p4x {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.jhu_gc_p4x {
  width: 168px;
}
}.jhu_gc_p4x:hover {
  border-color: rgba(232, 101, 16, 0.07);
  transform: translateY(-3px);
}.jhu_gc_img_p4x {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.jhu_gc_img_p4x img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}.jhu_gc_hover_p4x {
  background: rgba(6, 5, 4, 0.78);
  transition: opacity .2s;
  inset: 0;
  position: absolute;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}.jhu_gc_p4x:hover .jhu_gc_hover_p4x {
  opacity: 1;
}.jhu_gc_hover_btn_p4x {
  padding: 8px 16px;
  background: #E86510;
  border-radius: 0.25rem;
  font-size: 12px;
  color: #F0EDE8;
  font-weight: 700;
}.jhu_gc_info_p4x {
  padding: 0.5rem 0.625rem 0.625rem;
}.jhu_gc_name_p4x {
  overflow: hidden;
  font-size: 0.75rem;
  max-width: 100%;
  color: #C5C1BB;
  font-weight: 600;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
}.jhu_gc_prov_p4x {
  font-size: 10px;
  color: #807B76;
}.jhu_gc_tag_p4x {
  border-radius: 4px;
  padding: 2px 0.438rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.563rem;
  left: 6px;
  letter-spacing: .04em;
  z-index: 2;
  top: 6px;
  position: absolute;
}.jhu_gc_tag_hot_p4x {
  background: #E53535;
  color: #fff;
}.jhu_gc_tag_new_p4x {
  background: #22C55E;
  color: #0D0C0B;
}.jhu_gc_tag_jp_p4x {
  background: #F59E0B;
  color: #0D0C0B;
}.jhu_gc_tag_ex_p4x {
  background: #8B3FBF;
  color: #fff;
}.jhu_gc_tag_live_p4x {
  background: #E53535;
  color: #fff;
}.jhu_gr_p4x {
  padding: 2rem 16px 0;
  background: #0D0C0B;
}
@media(min-width: 769px) {.jhu_gr_p4x {
  padding: 36px 1.5rem 0;
}
}.jhu_gr_in_p4x {
  margin: 0 auto;
  max-width: 82.5rem;
}.jhu_gr_head_p4x {
  gap: 12px;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.jhu_gr_head_l_p4x {
  gap: 0.625rem;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}.jhu_gr_ic_p4x {
  border-radius: 0.5rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  height: 2rem;
  flex-shrink: 0;
  display: flex;
}.jhu_gr_ic_p4x svg {
  height: 16px;
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
}.jhu_gr_title_p4x {
  font-size: 1rem;
  color: #F0EDE8;
  font-weight: 700;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 769px) {.jhu_gr_title_p4x {
  font-size: 18px;
}
}.jhu_gr_more_p4x {
  transition: color .2s;
  gap: 0.313rem;
  color: #6A6660;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
}.jhu_gr_more_p4x:hover {
  color: #E86510;
}.jhu_gr_more_p4x svg {
  width: 0.75rem;
  stroke-linecap: round;
  height: 0.75rem;
  stroke-linejoin: round;
}.jhu_gr_arrows_p4x {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.jhu_gr_arr_p4x {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  justify-content: center;
  width: 30px;
  color: #8D8981;
  align-items: center;
  display: flex;
  height: 30px;
}.jhu_gr_arr_p4x:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F0EDE8;
}.jhu_gr_arr_p4x svg {
  stroke-linecap: round;
  height: 13px;
  stroke-linejoin: round;
  width: 13px;
}.jhu_gr_seo_h_p4x {
  margin: 0 0 0.375rem;
  max-width: 42.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #C5C1BB;
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.jhu_gr_seo_h_p4x {
  font-size: 14px;
}
}.jhu_gr_seo_p4x {
  max-width: 42.5rem;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.55;
  color: #6A6660;
}.jhu_gr_seo_p4x strong {
  font-weight: 600;
  color: #C5C1BB;
}.jhu_gr_scroll_p4x {
  gap: 0.625rem;
  padding-bottom: 0.625rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
}.jhu_gr_scroll_p4x::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.jhu_gr_scroll_p4x {
  gap: 0.75rem;
}
}.jhu_tb_p4x {
  background: #0D0C0B;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  z-index: 80;
  position: fixed;
  align-items: center;
}.jhu_tb_in_p4x {
  gap: 0;
  padding: 0 14px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}.jhu_tb_burger_p4x {
  border-radius: 8px;
  gap: 5px;
  flex-shrink: 0;
  flex-direction: column;
  height: 38px;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  width: 2.375rem;
  display: flex;
}.jhu_tb_burger_p4x:hover {
  background: rgba(255, 255, 255, 0.05);
}.jhu_tb_burger_line_p4x {
  background: #8D8981;
  border-radius: 1px;
  display: block;
  width: 1.125rem;
  height: 2px;
}
@media(min-width: 1081px) {.jhu_tb_burger_p4x {
  display: none;
}
}.jhu_tb_logo_p4x {
  gap: 9px;
  color: #F0EDE8;
  letter-spacing: -.01em;
  flex-shrink: 0;
  margin-right: 20px;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  font-size: 18px;
  font-weight: 800;
}.jhu_tb_logo_mark_p4x {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  width: 2rem;
  align-items: center;
  justify-content: center;
  height: 2rem;
}.jhu_tb_logo_mark_p4x img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.jhu_tb_nav_p4x {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 639px) {.jhu_tb_nav_p4x {
  display: flex;
}
}.jhu_tb_tab_p4x {
  border-radius: 8px;
  transition: background .15s,color .15s;
  padding: 8px 14px;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 600;
  color: #8D8981;
}.jhu_tb_tab_p4x:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0EDE8;
}.jhu_tb_tab_p4x.jhu_state_active_p4x {
  background: rgba(232, 101, 16, 0.18);
  color: #F0EDE8;
}.jhu_tb_right_p4x {
  gap: 0.5rem;
  flex-shrink: 0;
  margin-left: auto;
  align-items: center;
  display: flex;
}.jhu_tb_login_p4x {
  padding: 9px 1rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  font-size: 0.813rem;
  display: none;
  color: #C5C1BB;
  font-weight: 600;
}.jhu_tb_login_p4x:hover {
  border-color: rgba(232, 101, 16, 0.55);
  color: #F0EDE8;
}
@media(min-width:480px) {.jhu_tb_login_p4x {
  display: block;
}
}.jhu_tb_reg_p4x {
  background: #22C55E;
  border-radius: 0.5rem;
  padding: 0.563rem 18px;
  transition: background .2s;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #0C0A08;
  font-weight: 700;
}.jhu_tb_reg_p4x:hover {
  background: #1DAF52;
}.jhu_sb_p4x {
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  background: #181614;
  left: 0;
  position: fixed;
  overflow-y: auto;
  top: 56px;
  width: 220px;
  bottom: 0;
  z-index: 70;
}.jhu_sb_p4x.jhu_state_open_p4x {
  transform: translateX(0);
}.jhu_sb_p4x::-webkit-scrollbar {
  width: 4px;
}.jhu_sb_p4x::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1078px) {.jhu_sb_p4x {
  transform: translateX(0);
}
}.jhu_sb_auth_p4x {
  padding: 14px 0.75rem 0.625rem;
}.jhu_sb_btn_reg_p4x {
  border-radius: 8px;
  padding: 0.688rem;
  background: #22C55E;
  transition: background .2s;
  margin-bottom: 0.5rem;
  text-align: center;
  display: block;
  color: #0C0A08;
  font-size: 0.813rem;
  font-weight: 700;
}.jhu_sb_btn_reg_p4x:hover {
  background: #1DAF52;
}.jhu_sb_btn_login_p4x {
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  padding: 0.625rem;
  color: #C5C1BB;
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 0.813rem;
}.jhu_sb_btn_login_p4x:hover {
  border-color: rgba(232, 101, 16, 0.55);
  color: #F0EDE8;
}.jhu_sb_promo_p4x {
  overflow: hidden;
  padding: 0.75rem 14px;
  background: linear-gradient(135deg,#2A1206,#181614);
  margin: 0 0.75rem 0.625rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(232, 101, 16, 0.18);
  position: relative;
}.jhu_sb_promo_p4x::before {
  background: radial-gradient(circle,rgba(232, 101, 16, 0.18),transparent 70%);
  border-radius: 50%;
  top: -20px;
  right: -20px;
  height: 80px;
  content: '';
  width: 80px;
  position: absolute;
}.jhu_sb_promo_title_p4x {
  letter-spacing: .06em;
  font-size: 11px;
  color: #E86510;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  font-weight: 700;
}.jhu_sb_promo_text_p4x {
  font-size: 0.75rem;
  color: #F0EDE8;
  overflow-wrap: break-word;
  font-weight: 600;
  line-height: 1.35;
}.jhu_sb_promo_sub_p4x {
  color: #6A6660;
  font-size: 0.625rem;
  margin-top: 3px;
}.jhu_sb_nav_p4x {
  padding: 0.375rem 0.5rem 16px;
}.jhu_sb_nav_lb_p4x {
  padding: 10px 0.5rem 6px;
  color: #807B76;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem;
}.jhu_sb_link_p4x {
  gap: 0.625rem;
  border-radius: 4px;
  padding: 0.563rem 10px;
  transition: background .15s,color .15s;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  overflow-wrap: break-word;
  color: #8D8981;
  font-size: 0.813rem;
  align-items: center;
}.jhu_sb_link_p4x:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0EDE8;
}.jhu_sb_link_p4x.jhu_state_active_p4x {
  background: rgba(232, 101, 16, 0.18);
  color: #F0EDE8;
}.jhu_sb_ic_p4x {
  border-radius: 0.25rem;
  height: 1.875rem;
  width: 30px;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.jhu_sb_ic_p4x svg {
  stroke-linejoin: round;
  width: 1rem;
  height: 1rem;
  stroke-linecap: round;
}.jhu_sb_ic_1_p4x {
  background: rgba(232, 101, 16, 0.07);
  color: #E86510;
}.jhu_sb_ic_2_p4x {
  background: rgba(34, 197, 94, 0.15);
  color: #22C55E;
}.jhu_sb_ic_3_p4x {
  background: rgba(245, 158, 11, 0.14);
  color: #F59E0B;
}.jhu_sb_ic_4_p4x {
  background: rgba(139, 63, 191, 0.20);
  color: #8B3FBF;
}.jhu_sb_ic_5_p4x {
  background: rgba(232, 101, 16, 0.07);
  color: #F0468A;
}.jhu_sb_ic_6_p4x {
  background: rgba(139, 63, 191, 0.20);
  color: #A855F7;
}.jhu_sb_badge_p4x {
  border-radius: 4px;
  padding: 2px 0.438rem;
  background: #F59E0B;
  font-weight: 700;
  color: #0C0A08;
  font-size: 0.563rem;
  margin-left: auto;
}.jhu_sb_bot_p4x {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  gap: 8px;
  display: flex;
}.jhu_sb_lang_p4x,.jhu_sb_help_p4x {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.563rem 6px;
  gap: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  transition: border-color .2s;
  justify-content: center;
  color: #8D8981;
  font-weight: 600;
  font-size: 11px;
  display: flex;
  align-items: center;
}.jhu_sb_lang_p4x:hover,.jhu_sb_help_p4x:hover {
  border-color: rgba(232, 101, 16, 0.55);
  color: #F0EDE8;
}.jhu_sb_lang_p4x svg,.jhu_sb_help_p4x svg {
  stroke-linejoin: round;
  height: 0.813rem;
  stroke-linecap: round;
  width: 0.813rem;
}.jhu_sb_bd_p4x {
  inset: 0;
  background: rgba(6, 5, 4, 0.78);
  display: none;
  z-index: 69;
  position: fixed;
}.jhu_sb_bd_p4x.jhu_state_on_p4x {
  display: block;
}
@media(min-width: 1083px) {.jhu_sb_bd_p4x {
  display: none!important;
}
}.jhu_mob_nav_p4x {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #181614;
  right: 0;
  z-index: 80;
  bottom: 0;
  left: 0;
  display: flex;
  position: fixed;
}
@media(min-width: 1082px) {.jhu_mob_nav_p4x {
  display: none;
}
}.jhu_mob_nav_item_p4x {
  padding: 4px 2px;
  gap: 4px;
  flex: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  color: #807B76;
  cursor: pointer;
}.jhu_mob_nav_ic_p4x {
  line-height: 1;
}.jhu_mob_nav_ic_p4x svg {
  stroke-linecap: round;
  width: 1.25rem;
  height: 20px;
  stroke-linejoin: round;
}.jhu_mob_nav_lb_p4x {
  font-weight: 600;
  font-size: 0.625rem;
  color: #807B76;
}.jhu_mob_nav_item_p4x.jhu_state_active_p4x {
  color: #E86510;
}.jhu_mob_nav_item_p4x.jhu_state_active_p4x .jhu_mob_nav_lb_p4x {
  color: #E86510;
}.jhu_hero_p4x {
  padding: 20px 1rem 0;
  background: #0D0C0B;
}
@media(min-width: 771px) {.jhu_hero_p4x {
  padding: 1.5rem 24px 0;
}
}.jhu_hero_in_p4x {
  margin: 0 auto;
  gap: 12px;
  max-width: 82.5rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:860px) {.jhu_hero_in_p4x {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.jhu_hero_in_p4x {
  grid-template-columns: 1fr 21.25rem;
}
}.jhu_hero_promo_p4x {
  overflow: hidden;
  border-radius: 0.75rem;
  background: #131210;
  min-height: 13.75rem;
  align-items: stretch;
  display: flex;
  position: relative;
}
@media(min-width: 771px) {.jhu_hero_promo_p4x {
  min-height: 280px;
}
}.jhu_hero_promo_bg_p4x {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#2A1206 0%,#0D0C0B 100%);
  background-size: cover;
  position: absolute;
}.jhu_hero_promo_bg_p4x::after {
  inset: 0;
  background: linear-gradient(90deg,#0D0C0B 0%,rgba(6, 5, 4, 0.78) 60%,transparent 100%);
  position: absolute;
  content: '';
}.jhu_hero_promo_glow_p4x {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(139, 63, 191, 0.20) 0%,transparent 65%);
  height: 300px;
  width: 300px;
  position: absolute;
  top: -40px;
  pointer-events: none;
  right: 60px;
}.jhu_hero_promo_ct_p4x {
  padding: 1.75rem 24px 28px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  z-index: 2;
  max-width: 480px;
}
@media(min-width: 771px) {.jhu_hero_promo_ct_p4x {
  padding: 40px 32px;
}
}.jhu_hero_badge_p4x {
  border: 1px solid rgba(232, 101, 16, 0.07);
  background: rgba(232, 101, 16, 0.18);
  padding: 5px 12px;
  border-radius: 1.25rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #E86510;
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 700;
  margin-bottom: 14px;
}.jhu_hero_h1_p4x {
  color: #F0EDE8;
  line-height: 1.15;
  font-size: 1.625rem;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 10px;
}.jhu_hero_h1_p4x em {
  font-style: normal;
  color: #F59E0B;
}
@media(min-width: 765px) {.jhu_hero_h1_p4x {
  font-size: 36px;
}
}.jhu_hero_sub_p4x {
  font-size: 13px;
  color: #8D8981;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}
@media(min-width: 771px) {.jhu_hero_sub_p4x {
  font-size: 14px;
}
}.jhu_hero_row_p4x {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.jhu_hero_cta_p4x {
  border-radius: 8px;
  background: #22C55E;
  transition: background .2s;
  padding: 13px 1.625rem;
  color: #0C0A08;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0.25rem 0.25rem 0 rgba(0,0,0,0.50), 0 0 18px rgba(34, 197, 94, 0.45);
}.jhu_hero_cta_p4x:hover {
  background: #1DAF52;
}.jhu_hero_terms_p4x {
  font-size: 11px;
  color: #807B76;
}.jhu_hero_game_p4x {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  overflow: hidden;
  background: #131210;
  display: flex;
  flex-direction: column;
  position: relative;
}.jhu_hero_game_badge_p4x {
  padding: 5px 10px;
  background: rgba(245, 158, 11, 0.14);
  border: 1px solid rgba(245, 158, 11, 0.14);
  border-radius: 20px;
  font-weight: 700;
  top: 0.75rem;
  letter-spacing: .06em;
  left: 0.75rem;
  color: #F59E0B;
  font-size: 0.625rem;
  z-index: 3;
  text-transform: uppercase;
  position: absolute;
}.jhu_hero_game_badge_p4x svg {
  height: 0.688rem;
  margin-right: 4px;
  vertical-align: -1px;
  width: 11px;
}.jhu_hero_game_img_p4x {
  overflow: hidden;
  background: linear-gradient(135deg,#2A1206,#0D0C0B);
  position: relative;
  padding-bottom: 60%;
}.jhu_hero_game_img_p4x img {
  inset: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
}.jhu_hero_game_play_p4x {
  background: rgba(6, 5, 4, 0.78);
  transition: opacity .2s;
  inset: 0;
  align-items: center;
  display: flex;
  position: absolute;
  justify-content: center;
  opacity: 0;
}.jhu_hero_game_p4x:hover .jhu_hero_game_play_p4x {
  opacity: 1;
}.jhu_hero_game_play_p4x span {
  background: #E86510;
  border-radius: 50%;
  align-items: center;
  width: 52px;
  justify-content: center;
  height: 52px;
  display: flex;
}.jhu_hero_game_play_p4x span svg {
  width: 18px;
  height: 1.125rem;
  margin-left: 2px;
}.jhu_hero_game_info_p4x {
  padding: 0.875rem 1rem;
}.jhu_hero_game_title_p4x {
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #F0EDE8;
  font-weight: 700;
  font-size: 0.938rem;
}.jhu_hero_game_provider_p4x {
  font-size: 11px;
  color: #6A6660;
}.jhu_hero_game_btn_p4x {
  padding: 0.688rem;
  background: #E86510;
  transition: background .2s;
  border-radius: 0.5rem;
  margin: 0.75rem 16px 1rem;
  font-weight: 700;
  color: #F0EDE8;
  display: block;
  font-size: 13px;
  text-align: center;
}.jhu_hero_game_p4x:hover .jhu_hero_game_btn_p4x {
  background: #FF7C28;
}.jhu_sbar_p4x {
  padding: 16px 1rem 0;
  background: #0D0C0B;
}
@media(min-width: 766px) {.jhu_sbar_p4x {
  padding: 1.125rem 1.5rem 0;
}
}.jhu_sbar_in_p4x {
  margin: 0 auto;
  max-width: 1320px;
}.jhu_sbar_row_p4x {
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap;
  display: flex;
}.jhu_sbar_input_p4x {
  flex: 1;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #131210;
  transition: border-color .2s;
  padding: 11px 1rem;
  border-radius: 8px;
  cursor: pointer;
  align-items: center;
  display: flex;
  font-size: 13px;
  color: #6A6660;
}.jhu_sbar_input_p4x:hover {
  border-color: rgba(232, 101, 16, 0.55);
}.jhu_sbar_input_p4x svg {
  height: 0.938rem;
  stroke-linejoin: round;
  flex-shrink: 0;
  stroke-linecap: round;
  width: 15px;
}.jhu_sbar_providers_p4x {
  transition: border-color .2s;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 0.5rem;
  background: #131210;
  padding: 11px 18px;
  align-items: center;
  font-weight: 600;
  display: flex;
  white-space: nowrap;
  font-size: 13px;
  color: #C5C1BB;
}.jhu_sbar_providers_p4x:hover {
  border-color: rgba(232, 101, 16, 0.55);
  color: #F0EDE8;
}.jhu_sbar_providers_p4x svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.875rem;
  height: 0.875rem;
}.jhu_sbar_tabs_p4x {
  gap: 6px;
  display: flex;
  padding-bottom: 2px;
  scrollbar-width: none;
  overflow-x: auto;
}.jhu_sbar_tabs_p4x::-webkit-scrollbar {
  display: none;
}.jhu_sbar_tab_p4x {
  transition: background .15s,color .15s,border-color .15s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.438rem;
  padding: 8px 0.875rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  white-space: nowrap;
  cursor: pointer;
  color: #8D8981;
  font-weight: 600;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  font-size: 0.75rem;
}.jhu_sbar_tab_p4x:hover {
  border-color: rgba(232, 101, 16, 0.55);
  background: rgba(255, 255, 255, 0.07);
  color: #F0EDE8;
}.jhu_sbar_tab_p4x.jhu_state_active_p4x {
  border-color: rgba(232, 101, 16, 0.07);
  background: rgba(232, 101, 16, 0.18);
  color: #F0EDE8;
}.jhu_sbar_tab_ic_p4x svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 14px;
  height: 14px;
}.jhu_wy_p4x {
  background: #0D0C0B;
  padding: 32px 1rem 0;
}
@media(min-width: 771px) {.jhu_wy_p4x {
  padding: 2.5rem 1.5rem 0;
}
}.jhu_wy_in_p4x {
  margin: 0 auto;
  max-width: 1320px;
}.jhu_wy_head_p4x {
  margin-bottom: 18px;
  max-width: 720px;
}.jhu_wy_label_p4x {
  color: #E86510;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 11px;
}.jhu_wy_h2_p4x {
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #F0EDE8;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
}
@media(min-width: 771px) {.jhu_wy_h2_p4x {
  font-size: 24px;
}
}.jhu_wy_intro_p4x {
  margin: 0;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #6A6660;
}.jhu_wy_grid_p4x {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.jhu_wy_grid_p4x {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.jhu_wy_grid_p4x {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.jhu_wy_card_p4x {
  padding: 20px;
  background: #181614;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,transform .2s;
}.jhu_wy_card_p4x:hover {
  transform: translateY(-2px);
  border-color: rgba(232, 101, 16, 0.07);
}.jhu_wy_card_ic_p4x {
  border-radius: 50%;
  background: rgba(232, 101, 16, 0.18);
  align-items: center;
  color: #E86510;
  display: flex;
  justify-content: center;
  height: 44px;
  width: 2.75rem;
  margin-bottom: 0.875rem;
}.jhu_wy_card_ic_p4x svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 22px;
  width: 1.375rem;
}.jhu_wy_card_h_p4x {
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  margin-bottom: 6px;
  font-weight: 700;
  color: #F0EDE8;
}.jhu_wy_card_p_p4x {
  line-height: 1.6;
  color: #6A6660;
  font-size: 13px;
  overflow-wrap: break-word;
}.jhu_wy_card_p_p4x strong {
  color: #C5C1BB;
  font-weight: 600;
}.jhu_gcg_p4x {
  background: #0D0C0B;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.jhu_gcg_p4x {
  padding: 44px 1.5rem 0;
}
}.jhu_gcg_in_p4x {
  margin: 0 auto;
  max-width: 82.5rem;
}.jhu_gcg_head_p4x {
  margin-bottom: 20px;
  max-width: 45rem;
}.jhu_gcg_label_p4x {
  font-weight: 700;
  color: #E86510;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
}.jhu_gcg_h2_p4x {
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  color: #F0EDE8;
}
@media(min-width: 770px) {.jhu_gcg_h2_p4x {
  font-size: 1.75rem;
}
}.jhu_gcg_intro_p4x {
  color: #6A6660;
  font-size: 13px;
  line-height: 1.6;
}.jhu_gcg_grid_p4x {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.jhu_gcg_grid_p4x {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.jhu_gcg_grid_p4x {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.jhu_gcg_card_p4x {
  overflow: hidden;
  padding: 1.25rem;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  cursor: pointer;
  flex-direction: column;
  position: relative;
  display: flex;
  min-height: 240px;
  justify-content: flex-end;
}.jhu_gcg_card_p4x:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 101, 16, 0.18);
}.jhu_gcg_card_bg_p4x {
  inset: 0;
  z-index: 0;
  position: absolute;
}.jhu_gcg_card_bg_p4x::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.jhu_gcg_card_ic_p4x {
  border-radius: 4px;
  background: rgba(0,0,0,.45);
  height: 2.5rem;
  z-index: 2;
  align-items: center;
  display: flex;
  position: absolute;
  width: 2.5rem;
  top: 1.125rem;
  justify-content: center;
  color: #F0EDE8;
  right: 1.125rem;
}.jhu_gcg_card_ic_p4x svg {
  stroke-linecap: round;
  width: 1.25rem;
  stroke-linejoin: round;
  height: 20px;
}.jhu_gcg_card_ct_p4x {
  z-index: 1;
  position: relative;
}.jhu_gcg_card_h_p4x {
  margin-bottom: 8px;
  font-weight: 800;
  line-height: 1.2;
  font-size: 1.125rem;
  overflow-wrap: break-word;
  color: #F0EDE8;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 766px) {.jhu_gcg_card_h_p4x {
  font-size: 1.25rem;
}
}.jhu_gcg_card_p_p4x {
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
}.jhu_gcg_card_p_p4x strong {
  color: #F0EDE8;
  font-weight: 600;
}.jhu_gcg_card_cta_p4x {
  gap: 0.25rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  letter-spacing: .04em;
  color: #E86510;
  text-transform: uppercase;
  font-size: 12px;
}.jhu_gcg_card_cta_p4x svg {
  height: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 12px;
}.jhu_gr_jp_p4x {
  overflow: hidden;
  padding: 20px;
  border-radius: 12px;
  background: linear-gradient(135deg,#1C0A2E 0%,#0E080F 100%);
  position: relative;
}.jhu_gr_jp_p4x::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(139, 63, 191, 0.20) 0%,transparent 70%);
  height: 250px;
  width: 250px;
  left: -60px;
  content: '';
  top: -60px;
  position: absolute;
}.jhu_gr_jp_p4x::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(245, 158, 11, 0.14) 0%,transparent 70%);
  position: absolute;
  bottom: -40px;
  width: 200px;
  height: 12.5rem;
  content: '';
  right: 0;
}.jhu_gr_jp_head_p4x {
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 1rem;
  z-index: 1;
  position: relative;
  align-items: flex-start;
}.jhu_gr_jp_info_p4x {
  flex: 1;
}.jhu_gr_jp_label_p4x {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 6px;
  color: #A855F7;
  text-transform: uppercase;
  font-size: 11px;
}.jhu_gr_jp_label_p4x svg {
  height: 14px;
  vertical-align: -2px;
  stroke-linecap: round;
  width: 14px;
  stroke-linejoin: round;
  margin-right: 4px;
}.jhu_gr_jp_amount_p4x {
  line-height: 1;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.25rem;
  font-size: 2rem;
  color: #F0EDE8;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 766px) {.jhu_gr_jp_amount_p4x {
  font-size: 40px;
}
}.jhu_gr_jp_amount_p4x span {
  color: #F59E0B;
}.jhu_gr_jp_seo_p4x {
  color: #8D8981;
  font-size: 0.75rem;
  line-height: 1.5;
  overflow-wrap: break-word;
  max-width: 30rem;
}.jhu_gr_jp_cta_p4x {
  transition: background .2s;
  background: rgba(139, 63, 191, 0.20);
  padding: 0.688rem 20px;
  border: 1px solid rgba(139, 63, 191, 0.20);
  border-radius: 8px;
  z-index: 1;
  white-space: nowrap;
  position: relative;
  font-weight: 700;
  margin-top: 4px;
  flex-shrink: 0;
  font-size: 0.813rem;
  align-self: flex-start;
  color: #F0EDE8;
}.jhu_gr_jp_cta_p4x:hover {
  background: #8B3FBF;
}.jhu_ws_p4x {
  background: #0D0C0B;
  padding: 2rem 16px 0;
}
@media(min-width: 766px) {.jhu_ws_p4x {
  padding: 2.25rem 24px 0;
}
}.jhu_ws_in_p4x {
  margin: 0 auto;
  max-width: 82.5rem;
}.jhu_ws_head_p4x {
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  margin-bottom: 14px;
  align-items: center;
}.jhu_ws_title_p4x {
  gap: 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  color: #F0EDE8;
}.jhu_ws_title_ic_p4x svg {
  stroke-linecap: round;
  color: #F59E0B;
  stroke-linejoin: round;
  height: 1.125rem;
  width: 18px;
}.jhu_ws_online_p4x {
  gap: 0.438rem;
  color: #6A6660;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  display: flex;
}.jhu_ws_online_dot_p4x {
  background: #22C55E;
  border-radius: 50%;
  box-shadow: 0 0 0.375rem rgba(34, 197, 94, 0.15);
  width: 0.5rem;
  flex-shrink: 0;
  height: 8px;
}.jhu_ws_scroll_p4x {
  gap: 0.5rem;
  display: flex;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
}.jhu_ws_scroll_p4x::-webkit-scrollbar {
  display: none;
}.jhu_wc_p4x {
  padding: 0.625rem 14px;
  gap: 0.625rem;
  border-radius: 8px;
  background: #131210;
  border: 1px solid rgba(255, 255, 255, 0.09);
  min-width: 13.75rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.jhu_wc_img_p4x {
  overflow: hidden;
  border-radius: 0.25rem;
  background: #181614;
  width: 2.25rem;
  flex-shrink: 0;
  height: 2.25rem;
}.jhu_wc_img_p4x img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.jhu_wc_info_p4x {
  min-width: 0;
}.jhu_wc_game_p4x {
  overflow: hidden;
  color: #C5C1BB;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
  text-overflow: ellipsis;
}.jhu_wc_player_p4x {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
  color: #807B76;
  white-space: nowrap;
}.jhu_wc_amount_p4x {
  font-weight: 700;
  color: #22C55E;
  white-space: nowrap;
  margin-left: auto;
  font-size: 13px;
  flex-shrink: 0;
}.jhu_app_p4x {
  padding: 36px 1rem 0;
  background: #0D0C0B;
}
@media(min-width: 765px) {.jhu_app_p4x {
  padding: 44px 1.5rem 0;
}
}.jhu_app_in_p4x {
  margin: 0 auto;
  max-width: 1320px;
}.jhu_app_head_p4x {
  margin-bottom: 16px;
}.jhu_app_label_p4x {
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  color: #E86510;
  font-weight: 700;
}.jhu_app_h2_p4x {
  font-weight: 800;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0EDE8;
}
@media(min-width: 769px) {.jhu_app_h2_p4x {
  font-size: 1.5rem;
}
}.jhu_app_sub_p4x {
  line-height: 1.6;
  max-width: 37.5rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #6A6660;
}.jhu_app_sub_p4x strong {
  font-weight: 700;
  color: #C5C1BB;
}.jhu_app_cards_p4x {
  gap: 0.625rem;
  display: grid;
  margin-top: 1rem;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.jhu_app_cards_p4x {
  grid-template-columns: repeat(3,1fr);
}
}.jhu_app_card_p4x {
  padding: 1.25rem;
  border-radius: 0.5rem;
  gap: 16px;
  overflow: hidden;
  align-items: flex-start;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}.jhu_app_card_ios_p4x {
  background: linear-gradient(135deg,rgba(232, 101, 16, 0.18) 0%,#181614 100%);
}.jhu_app_card_android_p4x {
  background: linear-gradient(135deg,rgba(34, 197, 94, 0.15) 0%,#181614 100%);
}.jhu_app_card_win_p4x {
  background: linear-gradient(135deg,rgba(245, 158, 11, 0.14) 0%,#181614 100%);
}.jhu_app_card_ic_p4x svg {
  stroke-linecap: round;
  height: 2.125rem;
  width: 2.125rem;
  stroke-linejoin: round;
}.jhu_app_card_ic_p4x {
  flex-shrink: 0;
  color: #F0EDE8;
}.jhu_app_card_os_p4x {
  letter-spacing: .08em;
  margin-bottom: 6px;
  font-size: 10px;
  color: #6A6660;
  font-weight: 700;
  text-transform: uppercase;
}.jhu_app_card_title_p4x {
  margin-bottom: 0.375rem;
  font-size: 0.938rem;
  line-height: 1.2;
  overflow-wrap: break-word;
  color: #F0EDE8;
  font-weight: 700;
}.jhu_app_card_text_p4x {
  font-size: 12px;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  color: #6A6660;
  line-height: 1.5;
}.jhu_app_card_btn_p4x {
  border-radius: 0.25rem;
  border: 1px solid rgba(232, 101, 16, 0.55);
  gap: 7px;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.12);
  padding: 0.625rem 1.125rem;
  font-size: 0.813rem;
  color: #F0EDE8;
  align-items: center;
  font-weight: 700;
  display: inline-flex;
}.jhu_app_card_btn_p4x:hover {
  background: rgba(255, 255, 255, 0.07);
}.jhu_bon_p4x {
  background: #0D0C0B;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.jhu_bon_p4x {
  padding: 44px 24px 0;
}
}.jhu_bon_in_p4x {
  margin: 0 auto;
  max-width: 82.5rem;
}.jhu_bon_head_p4x {
  margin-bottom: 1.25rem;
}.jhu_bon_label_p4x {
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #E86510;
  margin-bottom: 0.5rem;
}.jhu_bon_h2_p4x {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 8px;
  color: #F0EDE8;
}
@media(min-width: 769px) {.jhu_bon_h2_p4x {
  font-size: 24px;
}
}.jhu_bon_seo_p4x {
  line-height: 1.6;
  color: #6A6660;
  font-size: 0.813rem;
  max-width: 620px;
  overflow-wrap: break-word;
}.jhu_bon_seo_p4x strong {
  font-weight: 700;
  color: #C5C1BB;
}.jhu_bon_seo_p4x a {
  text-decoration: underline;
  color: #E86510;
}.jhu_bon_grid_p4x {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 642px) {.jhu_bon_grid_p4x {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.jhu_bon_grid_p4x {
  grid-template-columns: repeat(5,1fr);
}
}.jhu_bon_card_p4x {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  background: #131210;
  transition: border-color .2s,transform .2s;
}.jhu_bon_card_p4x:hover {
  border-color: rgba(232, 101, 16, 0.07);
  transform: translateY(-2px);
}.jhu_bon_card_ic_p4x svg {
  stroke-linejoin: round;
  width: 26px;
  stroke-linecap: round;
  height: 1.625rem;
}.jhu_bon_card_ic_p4x {
  margin-bottom: 0.625rem;
}.jhu_bon_card_type_p4x {
  margin-bottom: 0.375rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #6A6660;
}.jhu_bon_card_amount_p4x {
  color: #F59E0B;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 6px;
}.jhu_bon_card_name_p4x {
  font-size: 0.813rem;
  color: #F0EDE8;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 600;
}.jhu_bon_card_detail_p4x {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 11px;
  padding-top: 0.5rem;
  line-height: 1.5;
  overflow-wrap: break-word;
  color: #807B76;
}.jhu_prov_p4x {
  padding: 36px 1rem 0;
  background: #0D0C0B;
}
@media(min-width: 765px) {.jhu_prov_p4x {
  padding: 44px 1.5rem 0;
}
}.jhu_prov_in_p4x {
  margin: 0 auto;
  max-width: 82.5rem;
}.jhu_prov_head_p4x {
  margin-bottom: 1rem;
}.jhu_prov_label_p4x {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #E86510;
}.jhu_prov_h2_p4x {
  font-weight: 800;
  color: #F0EDE8;
  margin-bottom: 8px;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.jhu_prov_h2_p4x {
  font-size: 24px;
}
}.jhu_prov_seo_p4x {
  max-width: 38.75rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
  margin-bottom: 1rem;
  color: #6A6660;
}.jhu_prov_seo_p4x strong {
  font-weight: 700;
  color: #C5C1BB;
}.jhu_prov_seo_p4x a {
  text-decoration: underline;
  color: #E86510;
}.jhu_prov_grid_p4x {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 641px) {.jhu_prov_grid_p4x {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1082px) {.jhu_prov_grid_p4x {
  grid-template-columns: repeat(8,1fr);
}
}.jhu_prov_card_p4x {
  background: #131210;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  padding: 14px 0.625rem;
  transition: border-color .2s,background .2s;
  gap: 7px;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
  display: flex;
}.jhu_prov_card_p4x:hover {
  background: #181614;
  border-color: rgba(232, 101, 16, 0.55);
}.jhu_prov_logo_p4x {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  justify-content: center;
  display: flex;
  width: 2.75rem;
  height: 44px;
  align-items: center;
}.jhu_prov_logo_p4x img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.jhu_prov_name_p4x {
  color: #8D8981;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  overflow-wrap: break-word;
}.jhu_reg_p4x {
  background: #0D0C0B;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.jhu_reg_p4x {
  padding: 2.75rem 24px 0;
}
}.jhu_reg_in_p4x {
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #181614;
  border-radius: 0.75rem;
  padding: 1.75rem 24px;
  max-width: 1320px;
}
@media(min-width:768px) {.jhu_reg_in_p4x {
  padding: 2.5rem;
}
}.jhu_reg_top_p4x {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.jhu_reg_top_p4x {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.jhu_reg_label_p4x {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  color: #E86510;
  font-size: 11px;
  font-weight: 700;
}.jhu_reg_h2_p4x {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  color: #F0EDE8;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  font-size: 1.375rem;
}
@media(min-width: 770px) {.jhu_reg_h2_p4x {
  font-size: 28px;
}
}.jhu_reg_bonus_p4x {
  gap: 8px;
  background: rgba(245, 158, 11, 0.14);
  padding: 0.625rem 16px;
  border-radius: 0.5rem;
  border: 1px solid rgba(245, 158, 11, 0.14);
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
}.jhu_reg_bonus_amount_p4x {
  font-weight: 800;
  color: #F59E0B;
  font-size: 1.25rem;
}.jhu_reg_bonus_text_p4x {
  line-height: 1.35;
  color: #8D8981;
  font-size: 0.813rem;
}.jhu_reg_cta_btn_p4x {
  background: #22C55E;
  border-radius: 0.5rem;
  padding: 0.875rem 32px;
  transition: background .2s;
  color: #0C0A08;
  display: inline-block;
  font-weight: 700;
  box-shadow: 0.25rem 4px 0 rgba(0,0,0,0.50), 0 0 18px rgba(34, 197, 94, 0.45);
  margin-bottom: 0.75rem;
  font-size: 15px;
}.jhu_reg_cta_btn_p4x:hover {
  background: #1DAF52;
}.jhu_reg_terms_p4x {
  color: #807B76;
  line-height: 1.5;
  font-size: 11px;
}.jhu_reg_seo_p4x {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  color: #6A6660;
  margin-top: 20px;
  padding-top: 20px;
  line-height: 1.65;
  font-size: 0.813rem;
}.jhu_reg_seo_p4x p {
  line-height: 1.65;
  margin-bottom: 10px;
  color: #6A6660;
  font-size: 13px;
}.jhu_reg_seo_p4x p:last-child {
  margin-bottom: 0;
}.jhu_reg_seo_p4x strong {
  color: #C5C1BB;
  font-weight: 700;
}.jhu_reg_seo_p4x a {
  transition: color .2s;
  text-decoration: underline;
  color: #E86510;
}.jhu_reg_seo_p4x a:hover {
  color: #FF7C28;
}.jhu_reg_seo_p4x ul,.jhu_reg_seo_p4x ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.jhu_reg_seo_p4x ol {
  list-style: decimal;
}.jhu_reg_seo_p4x li {
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 0.25rem;
  color: #6A6660;
}.jhu_reg_seo_p4x table {
  font-size: 13px;
  margin-bottom: 10px;
  overflow-x: auto;
  width: 100%;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 767px) {.jhu_reg_seo_p4x table {
  display: table;
}
}.jhu_reg_seo_p4x th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C5C1BB;
}.jhu_reg_seo_p4x td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #6A6660;
}.jhu_reg_steps_p4x {
  gap: 14px;
  margin-top: 1.75rem;
  flex-direction: column;
  display: flex;
}
@media(min-width: 861px) {.jhu_reg_steps_p4x {
  margin-top: 0;
}
}.jhu_reg_step_p4x {
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.jhu_reg_step_num_p4x {
  background: rgba(232, 101, 16, 0.18);
  border-radius: 50%;
  border: 1px solid rgba(232, 101, 16, 0.07);
  color: #E86510;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
  height: 2.125rem;
  flex-shrink: 0;
  width: 2.125rem;
  display: flex;
}.jhu_reg_step_title_p4x {
  font-weight: 700;
  color: #F0EDE8;
  margin-bottom: 3px;
  font-size: 0.875rem;
}.jhu_reg_step_text_p4x {
  color: #6A6660;
  line-height: 1.5;
  font-size: 0.75rem;
}.jhu_reg_trust_p4x {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}.jhu_reg_trust_item_p4x {
  gap: 7px;
  align-items: center;
  color: #6A6660;
  font-size: 12px;
  overflow-wrap: break-word;
  display: flex;
}.jhu_reg_trust_ic_p4x svg {
  height: 16px;
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
  color: #E86510;
}.jhu_seo_p4x {
  background: #0D0C0B;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.jhu_seo_p4x {
  padding: 44px 1.5rem 0;
}
}.jhu_seo_in_p4x {
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #181614;
  border-radius: 12px;
  max-width: 1320px;
}
@media(min-width: 767px) {.jhu_seo_in_p4x {
  padding: 36px 40px;
}
}.jhu_seo_label_p4x {
  color: #E86510;
  font-size: 11px;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.jhu_seo_h2_p4x {
  margin-bottom: 14px;
  font-weight: 800;
  color: #F0EDE8;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.jhu_seo_h2_p4x {
  font-size: 24px;
}
}.jhu_seo_body_p4x {
  color: #8D8981;
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.75;
}.jhu_seo_body_p4x p {
  font-size: 14px;
  color: #8D8981;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}.jhu_seo_body_p4x p:last-child {
  margin-bottom: 0;
}.jhu_seo_body_p4x strong {
  color: #C5C1BB;
  font-weight: 700;
}.jhu_seo_body_p4x a {
  transition: color .2s;
  color: #E86510;
  text-decoration: underline;
}.jhu_seo_body_p4x a:hover {
  color: #FF7C28;
}.jhu_seo_body_p4x ul,.jhu_seo_body_p4x ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.jhu_seo_body_p4x ol {
  list-style: decimal;
}.jhu_seo_body_p4x li {
  color: #8D8981;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 0.875rem;
}.jhu_seo_body_p4x table {
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
  width: 100%;
}
@media(min-width: 771px) {.jhu_seo_body_p4x table {
  display: table;
}
}.jhu_seo_body_p4x th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #C5C1BB;
}.jhu_seo_body_p4x td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8D8981;
}.jhu_seo_cols_p4x {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 638px) {.jhu_seo_cols_p4x {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.jhu_seo_cols_p4x {
  grid-template-columns: repeat(3,1fr);
}
}.jhu_seo_col_h_p4x {
  font-size: 0.813rem;
  color: #C5C1BB;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 7px;
}.jhu_seo_col_p_p4x {
  overflow-wrap: break-word;
  color: #6A6660;
  font-size: 13px;
  line-height: 1.65;
}.jhu_seo_stats_p4x {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.jhu_seo_stat_p4x {
  border-radius: 0.5rem;
  padding: 14px 16px;
  background: rgba(232, 101, 16, 0.07);
  flex: 1;
  border: 1px solid rgba(232, 101, 16, 0.18);
  min-width: 8.75rem;
}.jhu_seo_stat_val_p4x {
  margin-bottom: 4px;
  color: #E86510;
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
}.jhu_seo_stat_lb_p4x {
  color: #6A6660;
  font-size: 11px;
  overflow-wrap: break-word;
}.jhu_faq_p4x {
  padding: 2.25rem 16px 0;
  background: #0D0C0B;
}
@media(min-width: 769px) {.jhu_faq_p4x {
  padding: 44px 24px 0;
}
}.jhu_faq_in_p4x {
  margin: 0 auto;
  max-width: 1320px;
}.jhu_faq_head_p4x {
  margin-bottom: 1.25rem;
}.jhu_faq_label_p4x {
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 11px;
  color: #E86510;
  font-weight: 700;
}.jhu_faq_h2_p4x {
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #F0EDE8;
}
@media(min-width:768px) {.jhu_faq_h2_p4x {
  font-size: 24px;
}
}.jhu_faq_list_p4x {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.jhu_faq_item_p4x {
  border-radius: 8px;
  background: #181614;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.jhu_faq_q_p4x {
  transition: color .2s;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  color: #C5C1BB;
  font-weight: 600;
  flex-wrap: wrap;
  align-items: center;
  overflow-wrap: break-word;
  cursor: pointer;
  display: flex;
  font-size: 0.875rem;
  justify-content: space-between;
}.jhu_faq_q_p4x:hover {
  color: #F0EDE8;
}.jhu_faq_q_ic_p4x {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  flex-shrink: 0;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  align-items: center;
  display: flex;
  font-size: 16px;
  color: #E86510;
}.jhu_faq_item_p4x.jhu_state_open_p4x .jhu_faq_q_ic_p4x {
  transform: rotate(45deg);
}.jhu_faq_a_p4x {
  padding: 0 1.25rem 1rem;
  line-height: 1.7;
  display: none;
  color: #6A6660;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.jhu_faq_item_p4x.jhu_state_open_p4x .jhu_faq_a_p4x {
  display: block;
}.jhu_faq_a_p4x strong {
  color: #C5C1BB;
  font-weight: 700;
}.jhu_faq_a_p4x a {
  text-decoration: underline;
  color: #E86510;
}.jhu_faq_a_p4x ul,.jhu_faq_a_p4x ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.jhu_faq_a_p4x ol {
  list-style: decimal;
}.jhu_faq_a_p4x li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.jhu_faq_a_p4x table {
  margin: 0.5rem 0;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: 100%;
  font-size: 0.75rem;
}
@media(min-width: 771px) {.jhu_faq_a_p4x table {
  display: table;
}
}.jhu_faq_a_p4x th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 0.5rem;
  font-weight: 700;
  color: #C5C1BB;
  text-align: left;
}.jhu_faq_a_p4x td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6A6660;
}.jhu_seo_p4x {
  background: #0D0C0B;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.jhu_seo_p4x {
  padding: 44px 1.5rem 0;
}
}.jhu_seo_in_p4x {
  margin: 0 auto;
  background: #181614;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.75rem 24px;
  border-radius: 0.75rem;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.jhu_seo_in_p4x {
  padding: 2.25rem 40px;
}
}.jhu_seo_label_p4x {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #E86510;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 11px;
}.jhu_seo_h2_p4x {
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #F0EDE8;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 766px) {.jhu_seo_h2_p4x {
  font-size: 1.5rem;
}
}.jhu_seo_body_p4x {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #8D8981;
}.jhu_seo_body_p4x p {
  line-height: 1.75;
  color: #8D8981;
  font-size: 0.875rem;
  margin-bottom: 12px;
}.jhu_seo_body_p4x p:last-child {
  margin-bottom: 0;
}.jhu_seo_body_p4x strong {
  color: #C5C1BB;
  font-weight: 700;
}.jhu_seo_body_p4x a {
  transition: color .2s;
  text-decoration: underline;
  color: #E86510;
}.jhu_seo_body_p4x a:hover {
  color: #FF7C28;
}.jhu_seo_body_p4x ul,.jhu_seo_body_p4x ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.jhu_seo_body_p4x ol {
  list-style: decimal;
}.jhu_seo_body_p4x li {
  font-size: 14px;
  margin-bottom: 0.375rem;
  color: #8D8981;
  line-height: 1.75;
}.jhu_seo_body_p4x table {
  width: 100%;
  margin-bottom: 12px;
  overflow-x: auto;
  display: block;
  font-size: 0.813rem;
  border-collapse: collapse;
}
@media(min-width: 769px) {.jhu_seo_body_p4x table {
  display: table;
}
}.jhu_seo_body_p4x th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  font-weight: 700;
  color: #C5C1BB;
}.jhu_seo_body_p4x td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #8D8981;
}.jhu_seo_cols_p4x {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.jhu_seo_cols_p4x {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.jhu_seo_cols_p4x {
  grid-template-columns: repeat(3,1fr);
}
}.jhu_seo_col_h_p4x {
  color: #C5C1BB;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
}.jhu_seo_col_p_p4x {
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #6A6660;
}.jhu_seo_stats_p4x {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.jhu_seo_stat_p4x {
  flex: 1;
  border-radius: 0.5rem;
  padding: 0.875rem 16px;
  border: 1px solid rgba(232, 101, 16, 0.18);
  background: rgba(232, 101, 16, 0.07);
  min-width: 8.75rem;
}.jhu_seo_stat_val_p4x {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 20px;
  color: #E86510;
}.jhu_seo_stat_lb_p4x {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #6A6660;
}.jhu_seo_p4x {
  background: #0D0C0B;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.jhu_seo_p4x {
  padding: 2.75rem 24px 0;
}
}.jhu_seo_in_p4x {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #181614;
  border-radius: 12px;
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 769px) {.jhu_seo_in_p4x {
  padding: 36px 40px;
}
}.jhu_seo_label_p4x {
  margin-bottom: 10px;
  color: #E86510;
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.jhu_seo_h2_p4x {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F0EDE8;
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.25;
}
@media(min-width: 765px) {.jhu_seo_h2_p4x {
  font-size: 24px;
}
}.jhu_seo_body_p4x {
  color: #8D8981;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
}.jhu_seo_body_p4x p {
  font-size: 14px;
  color: #8D8981;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.jhu_seo_body_p4x p:last-child {
  margin-bottom: 0;
}.jhu_seo_body_p4x strong {
  color: #C5C1BB;
  font-weight: 700;
}.jhu_seo_body_p4x a {
  transition: color .2s;
  color: #E86510;
  text-decoration: underline;
}.jhu_seo_body_p4x a:hover {
  color: #FF7C28;
}.jhu_seo_body_p4x ul,.jhu_seo_body_p4x ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.jhu_seo_body_p4x ol {
  list-style: decimal;
}.jhu_seo_body_p4x li {
  margin-bottom: 0.375rem;
  font-size: 14px;
  color: #8D8981;
  line-height: 1.75;
}.jhu_seo_body_p4x table {
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
  margin-bottom: 12px;
}
@media(min-width: 766px) {.jhu_seo_body_p4x table {
  display: table;
}
}.jhu_seo_body_p4x th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #C5C1BB;
  font-weight: 700;
}.jhu_seo_body_p4x td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8D8981;
}.jhu_seo_cols_p4x {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.jhu_seo_cols_p4x {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.jhu_seo_cols_p4x {
  grid-template-columns: repeat(3,1fr);
}
}.jhu_seo_col_h_p4x {
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  font-weight: 700;
  color: #C5C1BB;
  overflow-wrap: break-word;
}.jhu_seo_col_p_p4x {
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #6A6660;
}.jhu_seo_stats_p4x {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.jhu_seo_stat_p4x {
  background: rgba(232, 101, 16, 0.07);
  flex: 1;
  border: 1px solid rgba(232, 101, 16, 0.18);
  padding: 14px 16px;
  border-radius: 8px;
  min-width: 8.75rem;
}.jhu_seo_stat_val_p4x {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-weight: 800;
  color: #E86510;
}.jhu_seo_stat_lb_p4x {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #6A6660;
}.jhu_ft_p4x {
  background: #080706;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.jhu_ft_support_p4x {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 771px) {.jhu_ft_support_p4x {
  padding: 28px 1.5rem;
}
}.jhu_ft_support_in_p4x {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  max-width: 1320px;
}.jhu_ft_support_main_p4x {
  flex: 1;
  gap: 1rem;
  display: flex;
  min-width: 13.75rem;
  align-items: center;
  flex-wrap: wrap;
}.jhu_ft_support_ic_p4x {
  flex-shrink: 0;
  color: #E86510;
}.jhu_ft_support_ic_p4x svg {
  width: 1.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.875rem;
}.jhu_ft_support_text_title_p4x {
  font-weight: 700;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  color: #F0EDE8;
  margin-bottom: 3px;
}.jhu_ft_support_text_sub_p4x {
  color: #6A6660;
  font-size: 12px;
  overflow-wrap: break-word;
}.jhu_ft_support_btn_p4x {
  padding: 11px 1.375rem;
  background: #E86510;
  border-radius: 0.5rem;
  transition: background .2s;
  white-space: nowrap;
  color: #F0EDE8;
  font-size: 0.813rem;
  font-weight: 700;
  flex-shrink: 0;
}.jhu_ft_support_btn_p4x:hover {
  background: #FF7C28;
}.jhu_ft_support_contacts_p4x {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.jhu_ft_support_contact_p4x {
  color: #807B76;
  line-height: 1.4;
  font-size: 12px;
}.jhu_ft_support_contact_p4x strong {
  font-size: 0.688rem;
  display: block;
  font-weight: 600;
  margin-bottom: 2px;
  color: #8D8981;
}.jhu_ft_main_p4x {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 766px) {.jhu_ft_main_p4x {
  padding: 2.5rem 24px 2rem;
}
}.jhu_ft_main_in_p4x {
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 82.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width:640px) {.jhu_ft_main_in_p4x {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.jhu_ft_main_in_p4x {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.jhu_ft_col_logo_p4x {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.jhu_ft_col_logo_p4x {
  grid-column: auto;
}
}.jhu_ft_logo_p4x {
  gap: 0.563rem;
  margin-bottom: 12px;
  font-size: 1rem;
  font-weight: 800;
  flex-wrap: wrap;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
  color: #F0EDE8;
}.jhu_ft_logo_mark_p4x {
  border-radius: 0.25rem;
  overflow: hidden;
  width: 30px;
  height: 30px;
}.jhu_ft_logo_mark_p4x img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.jhu_ft_logo_sub_p4x {
  color: #807B76;
  max-width: 200px;
  line-height: 1.55;
  font-size: 12px;
  overflow-wrap: break-word;
}.jhu_ft_col_title_p4x {
  text-transform: uppercase;
  margin-bottom: 14px;
  letter-spacing: .07em;
  font-weight: 700;
  font-size: 0.75rem;
  color: #8D8981;
}.jhu_ft_col_links_p4x {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.jhu_ft_col_link_p4x {
  transition: color .2s;
  color: #807B76;
  overflow-wrap: break-word;
  font-size: 13px;
}.jhu_ft_col_link_p4x:hover {
  color: #C5C1BB;
}.jhu_ft_apps_p4x {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.jhu_ft_app_card_p4x {
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  border-radius: 4px;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  display: flex;
  align-items: center;
}.jhu_ft_app_card_p4x:hover {
  border-color: rgba(232, 101, 16, 0.55);
}.jhu_ft_app_card_ic_p4x svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.375rem;
  width: 22px;
}.jhu_ft_app_card_os_p4x {
  font-size: 0.625rem;
  color: #807B76;
  font-weight: 600;
}.jhu_ft_app_card_action_p4x {
  font-weight: 700;
  font-size: 12px;
  color: #C5C1BB;
}.jhu_ft_bot_p4x {
  padding: 1.25rem 16px;
}
@media(min-width: 770px) {.jhu_ft_bot_p4x {
  padding: 1.25rem 1.5rem;
}
}.jhu_ft_bot_in_p4x {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 1320px;
  align-items: center;
  display: flex;
}.jhu_ft_socials_p4x {
  gap: 8px;
  display: flex;
}.jhu_ft_soc_p4x {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 4px;
  transition: background .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 36px;
  color: #8D8981;
}.jhu_ft_soc_p4x svg {
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
}.jhu_ft_soc_p4x:hover {
  background: rgba(255, 255, 255, 0.07);
}.jhu_ft_legal_p4x {
  flex: 1;
  font-size: 11px;
  color: #7E7A75;
  min-width: 200px;
  overflow-wrap: break-word;
  line-height: 1.6;
}.jhu_ft_legal_p4x strong {
  color: #8D8981;
  font-weight: 700;
}.jhu_ft_legal_p4x a {
  color: #8D8981;
  text-decoration: underline;
}.jhu_ft_age_p4x {
  border: 2px solid #7E7A75;
  border-radius: 50%;
  align-items: center;
  margin-left: auto;
  font-weight: 800;
  justify-content: center;
  display: flex;
  color: #7E7A75;
  flex-shrink: 0;
  height: 2rem;
  width: 32px;
  font-size: 11px;
}