*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background-color: #0D0B0F;
  min-height: 100vh;
  line-height: 1.6;
  color: #C9BC9E;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
}a {
  text-decoration: none;
  color: inherit;
}.jhl-layout_tpt {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.jhl-page_tpt {
  display: flex;
  min-height: 100vh;
}.jhl-main_tpt {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media screen and (min-width: 1083px) {.jhl-main_tpt {
  padding-left: 220px;
}
}
@media screen and (max-width: 1081px) {.jhl-main_tpt {
  padding-bottom: 4.5rem;
}
}.jhl-gc_tpt {
  transition: transform .2s,border-color .2s;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #120F1A;
  border: 1px solid rgba(255, 255, 255, 0.05);
  width: 8.75rem;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
@media(min-width: 643px) {.jhl-gc_tpt {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.jhl-gc_tpt {
  width: 168px;
}
}.jhl-gc_tpt:hover {
  border-color: rgba(196, 146, 58, 0.07);
  transform: translateY(-3px);
}.jhl-gc_img_tpt {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.jhl-gc_img_tpt img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}.jhl-gc_hover_tpt {
  background: rgba(8, 6, 9, 0.72);
  inset: 0;
  transition: opacity .2s;
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
}.jhl-gc_tpt:hover .jhl-gc_hover_tpt {
  opacity: 1;
}.jhl-gc_hover_btn_tpt {
  border-radius: 4px;
  padding: 0.5rem 16px;
  background: #C4923A;
  font-weight: 700;
  font-size: 12px;
  color: #F3ECD9;
}.jhl-gc_info_tpt {
  padding: 0.5rem 0.625rem 0.625rem;
}.jhl-gc_name_tpt {
  overflow: hidden;
  max-width: 100%;
  color: #C9BC9E;
  font-size: 12px;
  margin-bottom: 3px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}.jhl-gc_prov_tpt {
  font-size: 0.625rem;
  color: #5E5244;
}.jhl-gc_tag_tpt {
  padding: 2px 7px;
  border-radius: 0.25rem;
  letter-spacing: .04em;
  font-size: 9px;
  font-weight: 700;
  position: absolute;
  z-index: 2;
  text-transform: uppercase;
  top: 0.375rem;
  left: 6px;
}.jhl-gc_tag_hot_tpt {
  background: #CC3A3A;
  color: #fff;
}.jhl-gc_tag_new_tpt {
  background: #2EBD6B;
  color: #0D0B0F;
}.jhl-gc_tag_jp_tpt {
  background: #E8A020;
  color: #0D0B0F;
}.jhl-gc_tag_ex_tpt {
  background: #7B4E1E;
  color: #fff;
}.jhl-gc_tag_live_tpt {
  background: #CC3A3A;
  color: #fff;
}.jhl-gr_tpt {
  padding: 2rem 1rem 0;
  background: #0D0B0F;
}
@media(min-width: 765px) {.jhl-gr_tpt {
  padding: 2.25rem 24px 0;
}
}.jhl-gr_in_tpt {
  margin: 0 auto;
  max-width: 83.75rem;
}.jhl-gr_head_tpt {
  gap: 12px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.jhl-gr_head_l_tpt {
  flex: 1;
  gap: 10px;
  display: flex;
  min-width: 0;
  align-items: center;
}.jhl-gr_ic_tpt {
  border-radius: 0.5rem;
  display: flex;
  width: 32px;
  justify-content: center;
  height: 32px;
  align-items: center;
  flex-shrink: 0;
}.jhl-gr_ic_tpt svg {
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
  height: 16px;
}.jhl-gr_title_tpt {
  color: #F3ECD9;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.jhl-gr_title_tpt {
  font-size: 18px;
}
}.jhl-gr_more_tpt {
  gap: 5px;
  transition: color .2s;
  flex-shrink: 0;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  color: #786A56;
  white-space: nowrap;
  align-items: center;
}.jhl-gr_more_tpt:hover {
  color: #C4923A;
}.jhl-gr_more_tpt svg {
  width: 0.75rem;
  height: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.jhl-gr_arrows_tpt {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.jhl-gr_arr_tpt {
  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;
  display: flex;
  width: 30px;
  justify-content: center;
  height: 30px;
  align-items: center;
  color: #9A8E76;
}.jhl-gr_arr_tpt:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F3ECD9;
}.jhl-gr_arr_tpt svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.813rem;
  height: 13px;
}.jhl-gr_seo_h_tpt {
  margin: 0 0 0.375rem;
  overflow-wrap: break-word;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  max-width: 42.5rem;
  color: #C9BC9E;
}
@media(min-width: 766px) {.jhl-gr_seo_h_tpt {
  font-size: 14px;
}
}.jhl-gr_seo_tpt {
  line-height: 1.55;
  color: #786A56;
  max-width: 42.5rem;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}.jhl-gr_seo_tpt strong {
  font-weight: 600;
  color: #C9BC9E;
}.jhl-gr_scroll_tpt {
  gap: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}.jhl-gr_scroll_tpt::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.jhl-gr_scroll_tpt {
  gap: 0.75rem;
}
}.jhl-tb_tpt {
  background: #0D0B0F;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  top: 0;
  height: 56px;
  position: fixed;
  z-index: 80;
  right: 0;
  left: 0;
}.jhl-tb_in_tpt {
  padding: 0 0.875rem;
  gap: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}.jhl-tb_burger_tpt {
  border-radius: 0.5rem;
  gap: 0.313rem;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  margin-right: 8px;
  height: 38px;
  width: 38px;
  flex-direction: column;
}.jhl-tb_burger_tpt:hover {
  background: rgba(255, 255, 255, 0.05);
}.jhl-tb_burger_line_tpt {
  border-radius: 1px;
  background: #9A8E76;
  width: 1.125rem;
  display: block;
  height: 2px;
}
@media(min-width: 1081px) {.jhl-tb_burger_tpt {
  display: none;
}
}.jhl-tb_logo_tpt {
  gap: 0.563rem;
  color: #F3ECD9;
  align-items: center;
  margin-right: 1.25rem;
  display: flex;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -.01em;
  flex-shrink: 0;
  overflow-wrap: break-word;
}.jhl-tb_logo_mark_tpt {
  border-radius: 8px;
  overflow: hidden;
  justify-content: center;
  display: flex;
  height: 32px;
  width: 2rem;
  align-items: center;
}.jhl-tb_logo_mark_tpt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.jhl-tb_nav_tpt {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 638px) {.jhl-tb_nav_tpt {
  display: flex;
}
}.jhl-tb_tab_tpt {
  border-radius: 0.5rem;
  transition: background .15s,color .15s;
  padding: 8px 14px;
  color: #9A8E76;
  font-size: 13px;
  white-space: nowrap;
  font-weight: 600;
}.jhl-tb_tab_tpt:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F3ECD9;
}.jhl-tb_tab_tpt.jhl-state_active_tpt {
  background: rgba(196, 146, 58, 0.18);
  color: #F3ECD9;
}.jhl-tb_right_tpt {
  gap: 8px;
  flex-shrink: 0;
  align-items: center;
  margin-left: auto;
  display: flex;
}.jhl-tb_login_tpt {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,color .2s;
  border-radius: 0.5rem;
  padding: 0.563rem 1rem;
  display: none;
  font-size: 0.813rem;
  font-weight: 600;
  color: #C9BC9E;
}.jhl-tb_login_tpt:hover {
  border-color: rgba(196, 146, 58, 0.38);
  color: #F3ECD9;
}
@media(min-width: 479px) {.jhl-tb_login_tpt {
  display: block;
}
}.jhl-tb_reg_tpt {
  background: #2EBD6B;
  padding: 0.563rem 18px;
  border-radius: 0.5rem;
  transition: background .2s;
  font-size: 0.813rem;
  font-weight: 700;
  color: #0D0B08;
  white-space: nowrap;
}.jhl-tb_reg_tpt:hover {
  background: #3DD47C;
}.jhl-sb_tpt {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  background: #171420;
  transform: translateX(-100%);
  top: 56px;
  z-index: 70;
  left: 0;
  position: fixed;
  width: 13.75rem;
  bottom: 0;
  overflow-y: auto;
}.jhl-sb_tpt.jhl-state_open_tpt {
  transform: translateX(0);
}.jhl-sb_tpt::-webkit-scrollbar {
  width: 4px;
}.jhl-sb_tpt::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1077px) {.jhl-sb_tpt {
  transform: translateX(0);
}
}.jhl-sb_auth_tpt {
  padding: 14px 0.75rem 10px;
}.jhl-sb_btn_reg_tpt {
  border-radius: 8px;
  padding: 11px;
  background: #2EBD6B;
  transition: background .2s;
  font-weight: 700;
  display: block;
  text-align: center;
  color: #0D0B08;
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
}.jhl-sb_btn_reg_tpt:hover {
  background: #3DD47C;
}.jhl-sb_btn_login_tpt {
  padding: 0.625rem;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  display: block;
  font-weight: 600;
  text-align: center;
  color: #C9BC9E;
  font-size: 0.813rem;
}.jhl-sb_btn_login_tpt:hover {
  border-color: rgba(196, 146, 58, 0.38);
  color: #F3ECD9;
}.jhl-sb_promo_tpt {
  padding: 0.75rem 0.875rem;
  overflow: hidden;
  background: linear-gradient(135deg,#1E1128,#171420);
  border: 1px solid rgba(196, 146, 58, 0.18);
  margin: 0 12px 0.625rem;
  border-radius: 0.5rem;
  position: relative;
}.jhl-sb_promo_tpt::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(196, 146, 58, 0.18),transparent 70%);
  content: '';
  height: 80px;
  width: 5rem;
  position: absolute;
  top: -1.25rem;
  right: -20px;
}.jhl-sb_promo_title_tpt {
  letter-spacing: .06em;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #C4923A;
}.jhl-sb_promo_text_tpt {
  line-height: 1.35;
  overflow-wrap: break-word;
  font-size: 12px;
  font-weight: 600;
  color: #F3ECD9;
}.jhl-sb_promo_sub_tpt {
  margin-top: 3px;
  font-size: 10px;
  color: #786A56;
}.jhl-sb_nav_tpt {
  padding: 6px 0.5rem 16px;
}.jhl-sb_nav_lb_tpt {
  padding: 10px 8px 6px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #5E5244;
}.jhl-sb_link_tpt {
  gap: 10px;
  transition: background .15s,color .15s;
  border-radius: 4px;
  padding: 9px 10px;
  overflow-wrap: break-word;
  font-weight: 500;
  align-items: center;
  cursor: pointer;
  font-size: 0.813rem;
  color: #9A8E76;
  display: flex;
}.jhl-sb_link_tpt:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F3ECD9;
}.jhl-sb_link_tpt.jhl-state_active_tpt {
  background: rgba(196, 146, 58, 0.18);
  color: #F3ECD9;
}.jhl-sb_ic_tpt {
  border-radius: 4px;
  align-items: center;
  flex-shrink: 0;
  width: 1.875rem;
  justify-content: center;
  display: flex;
  height: 1.875rem;
}.jhl-sb_ic_tpt svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
  height: 16px;
}.jhl-sb_ic_1_tpt {
  background: rgba(196, 146, 58, 0.07);
  color: #C4923A;
}.jhl-sb_ic_2_tpt {
  background: rgba(46, 189, 107, 0.16);
  color: #2EBD6B;
}.jhl-sb_ic_3_tpt {
  background: rgba(232, 160, 32, 0.15);
  color: #E8A020;
}.jhl-sb_ic_4_tpt {
  background: rgba(123, 78, 30, 0.28);
  color: #7B4E1E;
}.jhl-sb_ic_5_tpt {
  background: rgba(196, 146, 58, 0.07);
  color: #C44488;
}.jhl-sb_ic_6_tpt {
  background: rgba(123, 78, 30, 0.28);
  color: #8B44C8;
}.jhl-sb_badge_tpt {
  border-radius: 4px;
  padding: 2px 0.438rem;
  background: #E8A020;
  margin-left: auto;
  color: #0D0B08;
  font-weight: 700;
  font-size: 0.563rem;
}.jhl-sb_bot_tpt {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.5rem;
  padding: 0.75rem;
  display: flex;
}.jhl-sb_lang_tpt,.jhl-sb_help_tpt {
  border-radius: 0.25rem;
  padding: 0.563rem 6px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  gap: 0.375rem;
  flex: 1;
  transition: border-color .2s;
  justify-content: center;
  font-weight: 600;
  color: #9A8E76;
  align-items: center;
  display: flex;
  font-size: 0.688rem;
}.jhl-sb_lang_tpt:hover,.jhl-sb_help_tpt:hover {
  border-color: rgba(196, 146, 58, 0.38);
  color: #F3ECD9;
}.jhl-sb_lang_tpt svg,.jhl-sb_help_tpt svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
  height: 13px;
}.jhl-sb_bd_tpt {
  inset: 0;
  background: rgba(8, 6, 9, 0.72);
  position: fixed;
  display: none;
  z-index: 69;
}.jhl-sb_bd_tpt.jhl-state_on_tpt {
  display: block;
}
@media(min-width: 1082px) {.jhl-sb_bd_tpt {
  display: none!important;
}
}.jhl-mob_nav_tpt {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #171420;
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  position: fixed;
  display: flex;
  right: 0;
  z-index: 80;
  left: 0;
  bottom: 0;
}
@media(min-width: 1082px) {.jhl-mob_nav_tpt {
  display: none;
}
}.jhl-mob_nav_item_tpt {
  gap: 0.25rem;
  flex: 1;
  padding: 4px 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  color: #5E5244;
}.jhl-mob_nav_ic_tpt {
  line-height: 1;
}.jhl-mob_nav_ic_tpt svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 20px;
  width: 20px;
}.jhl-mob_nav_lb_tpt {
  font-weight: 600;
  color: #5E5244;
  font-size: 10px;
}.jhl-mob_nav_item_tpt.jhl-state_active_tpt {
  color: #C4923A;
}.jhl-mob_nav_item_tpt.jhl-state_active_tpt .jhl-mob_nav_lb_tpt {
  color: #C4923A;
}.jhl-hero_tpt {
  padding: 20px 1rem 0;
  background: #0D0B0F;
}
@media(min-width: 771px) {.jhl-hero_tpt {
  padding: 24px 1.5rem 0;
}
}.jhl-hero_in_tpt {
  gap: 12px;
  margin: 0 auto;
  max-width: 1340px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 863px) {.jhl-hero_in_tpt {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1101px) {.jhl-hero_in_tpt {
  grid-template-columns: 1fr 340px;
}
}.jhl-hero_promo_tpt {
  border-radius: 12px;
  overflow: hidden;
  background: #120F1A;
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: stretch;
}
@media(min-width: 767px) {.jhl-hero_promo_tpt {
  min-height: 17.5rem;
}
}.jhl-hero_promo_bg_tpt {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#1E1128 0%,#0D0B0F 100%);
  position: absolute;
  background-size: cover;
}.jhl-hero_promo_bg_tpt::after {
  inset: 0;
  background: linear-gradient(90deg,#0D0B0F 0%,rgba(8, 6, 9, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.jhl-hero_promo_glow_tpt {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(123, 78, 30, 0.28) 0%,transparent 65%);
  position: absolute;
  right: 60px;
  width: 18.75rem;
  pointer-events: none;
  top: -40px;
  height: 18.75rem;
}.jhl-hero_promo_ct_tpt {
  padding: 1.75rem 1.5rem 1.75rem 1.75rem;
  display: flex;
  justify-content: center;
  z-index: 2;
  max-width: 30rem;
  flex-direction: column;
  position: relative;
}
@media(min-width: 765px) {.jhl-hero_promo_ct_tpt {
  padding: 40px 32px;
}
}.jhl-hero_badge_tpt {
  border: 1px solid rgba(196, 146, 58, 0.07);
  padding: 0.313rem 12px;
  background: rgba(196, 146, 58, 0.18);
  border-radius: 1.25rem;
  color: #C4923A;
  font-size: 0.625rem;
  display: inline-block;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.jhl-hero_h1_tpt {
  font-weight: 800;
  color: #F3ECD9;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  margin-bottom: 10px;
  line-height: 1.15;
  font-size: 1.625rem;
}.jhl-hero_h1_tpt em {
  font-style: normal;
  color: #E8A020;
}
@media(min-width: 766px) {.jhl-hero_h1_tpt {
  font-size: 2.25rem;
}
}.jhl-hero_sub_tpt {
  margin-bottom: 1.25rem;
  font-size: 0.813rem;
  color: #9A8E76;
  line-height: 1.55;
}
@media(min-width: 771px) {.jhl-hero_sub_tpt {
  font-size: 0.875rem;
}
}.jhl-hero_row_tpt {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.jhl-hero_cta_tpt {
  background: #2EBD6B;
  transition: background .2s;
  padding: 13px 26px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 3px 18px rgba(46, 189, 107, 0.42), 0 1px 4px rgba(0, 0, 0, 0.5);
  color: #0D0B08;
}.jhl-hero_cta_tpt:hover {
  background: #3DD47C;
}.jhl-hero_terms_tpt {
  font-size: 0.688rem;
  color: #5E5244;
}.jhl-hero_game_tpt {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  background: #120F1A;
  overflow: hidden;
  flex-direction: column;
  position: relative;
  display: flex;
}.jhl-hero_game_badge_tpt {
  border: 1px solid rgba(232, 160, 32, 0.15);
  border-radius: 20px;
  padding: 0.313rem 0.625rem;
  background: rgba(232, 160, 32, 0.15);
  z-index: 3;
  text-transform: uppercase;
  font-size: 10px;
  left: 12px;
  font-weight: 700;
  position: absolute;
  color: #E8A020;
  top: 0.75rem;
  letter-spacing: .06em;
}.jhl-hero_game_badge_tpt svg {
  width: 11px;
  height: 0.688rem;
  vertical-align: -1px;
  margin-right: 0.25rem;
}.jhl-hero_game_img_tpt {
  background: linear-gradient(135deg,#1E1128,#0D0B0F);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.jhl-hero_game_img_tpt img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}.jhl-hero_game_play_tpt {
  inset: 0;
  background: rgba(8, 6, 9, 0.72);
  transition: opacity .2s;
  align-items: center;
  position: absolute;
  opacity: 0;
  display: flex;
  justify-content: center;
}.jhl-hero_game_tpt:hover .jhl-hero_game_play_tpt {
  opacity: 1;
}.jhl-hero_game_play_tpt span {
  background: #C4923A;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 52px;
  width: 52px;
}.jhl-hero_game_play_tpt span svg {
  height: 18px;
  width: 1.125rem;
  margin-left: 2px;
}.jhl-hero_game_info_tpt {
  padding: 14px 16px;
}.jhl-hero_game_title_tpt {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 15px;
  margin-bottom: 0.25rem;
  color: #F3ECD9;
}.jhl-hero_game_provider_tpt {
  font-size: 0.688rem;
  color: #786A56;
}.jhl-hero_game_btn_tpt {
  border-radius: 8px;
  padding: 11px;
  transition: background .2s;
  background: #C4923A;
  margin: 0.75rem 16px 1rem;
  font-weight: 700;
  color: #F3ECD9;
  display: block;
  text-align: center;
  font-size: 0.813rem;
}.jhl-hero_game_tpt:hover .jhl-hero_game_btn_tpt {
  background: #D6A84E;
}.jhl-sbar_tpt {
  background: #0D0B0F;
  padding: 16px 16px 0;
}
@media(min-width: 766px) {.jhl-sbar_tpt {
  padding: 1.125rem 1.5rem 0;
}
}.jhl-sbar_in_tpt {
  margin: 0 auto;
  max-width: 83.75rem;
}.jhl-sbar_row_tpt {
  gap: 10px;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
}.jhl-sbar_input_tpt {
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex: 1;
  padding: 11px 1rem;
  background: #120F1A;
  border-radius: 8px;
  gap: 0.625rem;
  align-items: center;
  color: #786A56;
  display: flex;
  cursor: pointer;
  font-size: 0.813rem;
}.jhl-sbar_input_tpt:hover {
  border-color: rgba(196, 146, 58, 0.38);
}.jhl-sbar_input_tpt svg {
  width: 0.938rem;
  stroke-linejoin: round;
  flex-shrink: 0;
  height: 15px;
  stroke-linecap: round;
}.jhl-sbar_providers_tpt {
  padding: 11px 18px;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  transition: border-color .2s;
  background: #120F1A;
  align-items: center;
  font-size: 0.813rem;
  color: #C9BC9E;
  display: flex;
  font-weight: 600;
  white-space: nowrap;
}.jhl-sbar_providers_tpt:hover {
  border-color: rgba(196, 146, 58, 0.38);
  color: #F3ECD9;
}.jhl-sbar_providers_tpt svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.875rem;
  height: 14px;
}.jhl-sbar_tabs_tpt {
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
  display: flex;
}.jhl-sbar_tabs_tpt::-webkit-scrollbar {
  display: none;
}.jhl-sbar_tab_tpt {
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 7px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  transition: background .15s,color .15s,border-color .15s;
  padding: 8px 14px;
  align-items: center;
  color: #9A8E76;
  font-size: 0.75rem;
  display: flex;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}.jhl-sbar_tab_tpt:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(196, 146, 58, 0.38);
  color: #F3ECD9;
}.jhl-sbar_tab_tpt.jhl-state_active_tpt {
  border-color: rgba(196, 146, 58, 0.07);
  background: rgba(196, 146, 58, 0.18);
  color: #F3ECD9;
}.jhl-sbar_tab_ic_tpt svg {
  stroke-linecap: round;
  height: 0.875rem;
  width: 0.875rem;
  stroke-linejoin: round;
}.jhl-gr_jp_tpt {
  border-radius: 0.75rem;
  padding: 20px;
  background: linear-gradient(135deg,#180E2C 0%,#0E0A14 100%);
  overflow: hidden;
  position: relative;
}.jhl-gr_jp_tpt::before {
  background: radial-gradient(circle,rgba(123, 78, 30, 0.28) 0%,transparent 70%);
  border-radius: 50%;
  top: -60px;
  width: 15.625rem;
  height: 250px;
  content: '';
  position: absolute;
  left: -60px;
}.jhl-gr_jp_tpt::after {
  background: radial-gradient(circle,rgba(232, 160, 32, 0.15) 0%,transparent 70%);
  border-radius: 50%;
  bottom: -40px;
  height: 200px;
  position: absolute;
  width: 200px;
  content: '';
  right: 0;
}.jhl-gr_jp_head_tpt {
  gap: 1rem;
  align-items: flex-start;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  position: relative;
}.jhl-gr_jp_info_tpt {
  flex: 1;
}.jhl-gr_jp_label_tpt {
  margin-bottom: 6px;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #8B44C8;
  font-weight: 700;
  letter-spacing: .08em;
}.jhl-gr_jp_label_tpt svg {
  margin-right: 4px;
  width: 0.875rem;
  stroke-linecap: round;
  vertical-align: -2px;
  stroke-linejoin: round;
  height: 14px;
}.jhl-gr_jp_amount_tpt {
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  line-height: 1;
  font-weight: 800;
  font-size: 32px;
  color: #F3ECD9;
}
@media(min-width: 771px) {.jhl-gr_jp_amount_tpt {
  font-size: 40px;
}
}.jhl-gr_jp_amount_tpt span {
  color: #E8A020;
}.jhl-gr_jp_seo_tpt {
  font-size: 0.75rem;
  color: #9A8E76;
  line-height: 1.5;
  overflow-wrap: break-word;
  max-width: 30rem;
}.jhl-gr_jp_cta_tpt {
  padding: 0.688rem 20px;
  border-radius: 8px;
  transition: background .2s;
  background: rgba(123, 78, 30, 0.28);
  border: 1px solid rgba(123, 78, 30, 0.28);
  font-size: 0.813rem;
  flex-shrink: 0;
  z-index: 1;
  color: #F3ECD9;
  margin-top: 4px;
  white-space: nowrap;
  position: relative;
  font-weight: 700;
  align-self: flex-start;
}.jhl-gr_jp_cta_tpt:hover {
  background: #7B4E1E;
}.jhl-ws_tpt {
  background: #0D0B0F;
  padding: 32px 1rem 0;
}
@media(min-width: 765px) {.jhl-ws_tpt {
  padding: 2.25rem 1.5rem 0;
}
}.jhl-ws_in_tpt {
  margin: 0 auto;
  max-width: 1340px;
}.jhl-ws_head_tpt {
  gap: 12px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
}.jhl-ws_title_tpt {
  gap: 10px;
  font-weight: 700;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  color: #F3ECD9;
  align-items: center;
  display: flex;
  font-size: 16px;
  flex-wrap: wrap;
}.jhl-ws_title_ic_tpt svg {
  height: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 18px;
  color: #E8A020;
}.jhl-ws_online_tpt {
  gap: 7px;
  align-items: center;
  color: #786A56;
  font-size: 12px;
  display: flex;
  font-weight: 600;
}.jhl-ws_online_dot_tpt {
  border-radius: 50%;
  background: #2EBD6B;
  box-shadow: 0 0 0.375rem rgba(46, 189, 107, 0.16);
  height: 8px;
  flex-shrink: 0;
  width: 8px;
}.jhl-ws_scroll_tpt {
  gap: 0.5rem;
  padding-bottom: 8px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
}.jhl-ws_scroll_tpt::-webkit-scrollbar {
  display: none;
}.jhl-wc_tpt {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  padding: 0.625rem 14px;
  gap: 0.625rem;
  background: #120F1A;
  min-width: 13.75rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.jhl-wc_img_tpt {
  overflow: hidden;
  background: #171420;
  border-radius: 0.25rem;
  height: 36px;
  width: 36px;
  flex-shrink: 0;
}.jhl-wc_img_tpt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.jhl-wc_info_tpt {
  min-width: 0;
}.jhl-wc_game_tpt {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  color: #C9BC9E;
}.jhl-wc_player_tpt {
  overflow: hidden;
  white-space: nowrap;
  font-size: 10px;
  text-overflow: ellipsis;
  color: #5E5244;
}.jhl-wc_amount_tpt {
  margin-left: auto;
  color: #2EBD6B;
  font-size: 13px;
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
}.jhl-bon_tpt {
  padding: 36px 16px 0;
  background: #0D0B0F;
}
@media(min-width: 771px) {.jhl-bon_tpt {
  padding: 2.75rem 1.5rem 0;
}
}.jhl-bon_in_tpt {
  margin: 0 auto;
  max-width: 83.75rem;
}.jhl-bon_head_tpt {
  margin-bottom: 20px;
}.jhl-bon_label_tpt {
  font-size: 11px;
  font-weight: 700;
  color: #C4923A;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.jhl-bon_h2_tpt {
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #F3ECD9;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 765px) {.jhl-bon_h2_tpt {
  font-size: 24px;
}
}.jhl-bon_seo_tpt {
  max-width: 38.75rem;
  color: #786A56;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
}.jhl-bon_seo_tpt strong {
  color: #C9BC9E;
  font-weight: 700;
}.jhl-bon_seo_tpt a {
  text-decoration: underline;
  color: #C4923A;
}.jhl-bon_grid_tpt {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 637px) {.jhl-bon_grid_tpt {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.jhl-bon_grid_tpt {
  grid-template-columns: repeat(5,1fr);
}
}.jhl-bon_card_tpt {
  border-radius: 0.5rem;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1rem;
  background: #120F1A;
}.jhl-bon_card_tpt:hover {
  border-color: rgba(196, 146, 58, 0.07);
  transform: translateY(-2px);
}.jhl-bon_card_ic_tpt svg {
  height: 26px;
  stroke-linejoin: round;
  width: 1.625rem;
  stroke-linecap: round;
}.jhl-bon_card_ic_tpt {
  margin-bottom: 10px;
}.jhl-bon_card_type_tpt {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: .06em;
  color: #786A56;
  font-size: 0.625rem;
}.jhl-bon_card_amount_tpt {
  font-weight: 800;
  color: #E8A020;
  margin-bottom: 6px;
  line-height: 1.1;
  font-size: 1.125rem;
}.jhl-bon_card_name_tpt {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 600;
  color: #F3ECD9;
  margin-bottom: 8px;
}.jhl-bon_card_detail_tpt {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #5E5244;
  padding-top: 8px;
  overflow-wrap: break-word;
  font-size: 11px;
  line-height: 1.5;
}.jhl-reg_tpt {
  padding: 36px 16px 0;
  background: #0D0B0F;
}
@media(min-width: 769px) {.jhl-reg_tpt {
  padding: 44px 1.5rem 0;
}
}.jhl-reg_in_tpt {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 1.75rem 1.5rem;
  background: #171420;
  margin: 0 auto;
  max-width: 83.75rem;
}
@media(min-width: 767px) {.jhl-reg_in_tpt {
  padding: 2.5rem;
}
}.jhl-reg_top_tpt {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.jhl-reg_top_tpt {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.jhl-reg_label_tpt {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  color: #C4923A;
}.jhl-reg_h2_tpt {
  line-height: 1.2;
  color: #F3ECD9;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 800;
}
@media(min-width: 767px) {.jhl-reg_h2_tpt {
  font-size: 28px;
}
}.jhl-reg_bonus_tpt {
  gap: 0.5rem;
  border: 1px solid rgba(232, 160, 32, 0.15);
  border-radius: 0.5rem;
  background: rgba(232, 160, 32, 0.15);
  padding: 10px 16px;
  align-items: center;
  display: inline-flex;
  margin-bottom: 1rem;
}.jhl-reg_bonus_amount_tpt {
  color: #E8A020;
  font-size: 20px;
  font-weight: 800;
}.jhl-reg_bonus_text_tpt {
  color: #9A8E76;
  font-size: 0.813rem;
  line-height: 1.35;
}.jhl-reg_cta_btn_tpt {
  transition: background .2s;
  border-radius: 8px;
  background: #2EBD6B;
  padding: 14px 32px;
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #0D0B08;
  box-shadow: 0 3px 18px rgba(46, 189, 107, 0.42), 0 1px 4px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 0.938rem;
}.jhl-reg_cta_btn_tpt:hover {
  background: #3DD47C;
}.jhl-reg_terms_tpt {
  line-height: 1.5;
  font-size: 0.688rem;
  color: #5E5244;
}.jhl-reg_seo_tpt {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 20px;
  padding-top: 1.25rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  color: #786A56;
}.jhl-reg_seo_tpt p {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #786A56;
  margin-bottom: 10px;
}.jhl-reg_seo_tpt p:last-child {
  margin-bottom: 0;
}.jhl-reg_seo_tpt strong {
  font-weight: 700;
  color: #C9BC9E;
}.jhl-reg_seo_tpt a {
  transition: color .2s;
  color: #C4923A;
  text-decoration: underline;
}.jhl-reg_seo_tpt a:hover {
  color: #D6A84E;
}.jhl-reg_seo_tpt ul,.jhl-reg_seo_tpt ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.jhl-reg_seo_tpt ol {
  list-style: decimal;
}.jhl-reg_seo_tpt li {
  margin-bottom: 0.25rem;
  line-height: 1.65;
  color: #786A56;
  font-size: 13px;
}.jhl-reg_seo_tpt table {
  overflow-x: auto;
  display: block;
  font-size: 13px;
  margin-bottom: 0.625rem;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 767px) {.jhl-reg_seo_tpt table {
  display: table;
}
}.jhl-reg_seo_tpt th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  font-weight: 700;
  text-align: left;
  color: #C9BC9E;
}.jhl-reg_seo_tpt td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #786A56;
}.jhl-reg_steps_tpt {
  gap: 14px;
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
}
@media(min-width: 857px) {.jhl-reg_steps_tpt {
  margin-top: 0;
}
}.jhl-reg_step_tpt {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  padding: 16px;
  gap: 14px;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.jhl-reg_step_num_tpt {
  border: 1px solid rgba(196, 146, 58, 0.07);
  border-radius: 50%;
  background: rgba(196, 146, 58, 0.18);
  display: flex;
  color: #C4923A;
  font-size: 0.875rem;
  flex-shrink: 0;
  font-weight: 800;
  width: 2.125rem;
  justify-content: center;
  align-items: center;
  height: 2.125rem;
}.jhl-reg_step_title_tpt {
  font-weight: 700;
  margin-bottom: 3px;
  color: #F3ECD9;
  font-size: 14px;
}.jhl-reg_step_text_tpt {
  font-size: 12px;
  color: #786A56;
  line-height: 1.5;
}.jhl-reg_trust_tpt {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  padding-top: 20px;
}.jhl-reg_trust_item_tpt {
  gap: 0.438rem;
  overflow-wrap: break-word;
  align-items: center;
  font-size: 12px;
  color: #786A56;
  display: flex;
}.jhl-reg_trust_ic_tpt svg {
  color: #C4923A;
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
  height: 16px;
}.jhl-app_tpt {
  padding: 36px 16px 0;
  background: #0D0B0F;
}
@media(min-width: 769px) {.jhl-app_tpt {
  padding: 2.75rem 24px 0;
}
}.jhl-app_in_tpt {
  margin: 0 auto;
  max-width: 1340px;
}.jhl-app_head_tpt {
  margin-bottom: 1rem;
}.jhl-app_label_tpt {
  color: #C4923A;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}.jhl-app_h2_tpt {
  font-size: 1.25rem;
  margin-bottom: 6px;
  color: #F3ECD9;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 769px) {.jhl-app_h2_tpt {
  font-size: 1.5rem;
}
}.jhl-app_sub_tpt {
  overflow-wrap: break-word;
  color: #786A56;
  max-width: 600px;
  line-height: 1.6;
  font-size: 13px;
}.jhl-app_sub_tpt strong {
  font-weight: 700;
  color: #C9BC9E;
}.jhl-app_cards_tpt {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 1rem;
}
@media(min-width: 643px) {.jhl-app_cards_tpt {
  grid-template-columns: repeat(3,1fr);
}
}.jhl-app_card_tpt {
  overflow: hidden;
  border-radius: 8px;
  gap: 1rem;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
}.jhl-app_card_ios_tpt {
  background: linear-gradient(135deg,rgba(196, 146, 58, 0.18) 0%,#171420 100%);
}.jhl-app_card_android_tpt {
  background: linear-gradient(135deg,rgba(46, 189, 107, 0.16) 0%,#171420 100%);
}.jhl-app_card_win_tpt {
  background: linear-gradient(135deg,rgba(232, 160, 32, 0.15) 0%,#171420 100%);
}.jhl-app_card_ic_tpt svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 2.125rem;
  width: 34px;
}.jhl-app_card_ic_tpt {
  flex-shrink: 0;
  color: #F3ECD9;
}.jhl-app_card_os_tpt {
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #786A56;
  font-weight: 700;
}.jhl-app_card_title_tpt {
  color: #F3ECD9;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 15px;
}.jhl-app_card_text_tpt {
  overflow-wrap: break-word;
  line-height: 1.5;
  margin-bottom: 14px;
  color: #786A56;
  font-size: 12px;
}.jhl-app_card_btn_tpt {
  background: rgba(255, 255, 255, 0.12);
  transition: background .2s;
  border: 1px solid rgba(196, 146, 58, 0.38);
  gap: 0.438rem;
  border-radius: 0.25rem;
  padding: 10px 18px;
  color: #F3ECD9;
  font-size: 0.813rem;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}.jhl-app_card_btn_tpt:hover {
  background: rgba(255, 255, 255, 0.07);
}.jhl-prov_tpt {
  padding: 36px 1rem 0;
  background: #0D0B0F;
}
@media(min-width: 766px) {.jhl-prov_tpt {
  padding: 44px 1.5rem 0;
}
}.jhl-prov_in_tpt {
  margin: 0 auto;
  max-width: 1340px;
}.jhl-prov_head_tpt {
  margin-bottom: 1rem;
}.jhl-prov_label_tpt {
  text-transform: uppercase;
  color: #C4923A;
  font-size: 11px;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
}.jhl-prov_h2_tpt {
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #F3ECD9;
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 800;
}
@media(min-width: 769px) {.jhl-prov_h2_tpt {
  font-size: 1.5rem;
}
}.jhl-prov_seo_tpt {
  color: #786A56;
  font-size: 13px;
  max-width: 38.75rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  margin-bottom: 16px;
}.jhl-prov_seo_tpt strong {
  font-weight: 700;
  color: #C9BC9E;
}.jhl-prov_seo_tpt a {
  text-decoration: underline;
  color: #C4923A;
}.jhl-prov_grid_tpt {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 637px) {.jhl-prov_grid_tpt {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.jhl-prov_grid_tpt {
  grid-template-columns: repeat(8,1fr);
}
}.jhl-prov_card_tpt {
  background: #120F1A;
  gap: 7px;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  padding: 14px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
}.jhl-prov_card_tpt:hover {
  border-color: rgba(196, 146, 58, 0.38);
  background: #171420;
}.jhl-prov_logo_tpt {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
  align-items: center;
  display: flex;
}.jhl-prov_logo_tpt img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.jhl-prov_name_tpt {
  overflow-wrap: break-word;
  font-size: 11px;
  text-align: center;
  font-weight: 600;
  color: #9A8E76;
}.jhl-htp_tpt {
  padding: 2.25rem 1rem 0;
  background: #0D0B0F;
}
@media(min-width:768px) {.jhl-htp_tpt {
  padding: 2.75rem 24px 0;
}
}.jhl-htp_in_tpt {
  margin: 0 auto;
  max-width: 1340px;
}.jhl-htp_head_tpt {
  max-width: 720px;
  margin-bottom: 22px;
}.jhl-htp_label_tpt {
  font-size: 0.688rem;
  margin-bottom: 8px;
  font-weight: 700;
  color: #C4923A;
  letter-spacing: .08em;
  text-transform: uppercase;
}.jhl-htp_h2_tpt {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F3ECD9;
  font-family: 'Playfair Display', serif;
  margin-bottom: 8px;
  font-size: 1.375rem;
}
@media(min-width: 765px) {.jhl-htp_h2_tpt {
  font-size: 1.75rem;
}
}.jhl-htp_intro_tpt {
  color: #786A56;
  font-size: 14px;
  line-height: 1.6;
}.jhl-htp_steps_tpt {
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.jhl-htp_steps_tpt {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.jhl-htp_steps_tpt {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.jhl-htp_step_tpt {
  padding: 20px 1.125rem 18px;
  border-radius: 0.5rem;
  background: #171420;
  border: 1px solid rgba(255, 255, 255, 0.09);
  position: relative;
  display: flex;
  flex-direction: column;
}.jhl-htp_step_num_tpt {
  border-radius: 50%;
  background: #C4923A;
  width: 28px;
  height: 28px;
  left: 1.25rem;
  align-items: center;
  font-weight: 800;
  justify-content: center;
  top: -12px;
  font-size: 13px;
  position: absolute;
  font-family: 'Playfair Display', serif;
  display: flex;
  color: #0D0B08;
}.jhl-htp_step_ic_tpt {
  border-radius: 0.25rem;
  margin: 8px 0 0.75rem;
  background: rgba(196, 146, 58, 0.18);
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 2.25rem;
  display: flex;
  color: #C4923A;
}.jhl-htp_step_ic_tpt svg {
  stroke-linejoin: round;
  height: 1.125rem;
  width: 1.125rem;
  stroke-linecap: round;
}.jhl-htp_step_h_tpt {
  margin-bottom: 0.375rem;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.875rem;
  color: #F3ECD9;
}.jhl-htp_step_p_tpt {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #786A56;
  line-height: 1.55;
}.jhl-htp_step_p_tpt strong {
  color: #C9BC9E;
  font-weight: 600;
}.jhl-htp_cta_tpt {
  border-radius: 8px;
  transition: background .2s;
  padding: 13px 1.625rem;
  background: #2EBD6B;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0D0B08;
  margin-top: 1.25rem;
}.jhl-htp_cta_tpt:hover {
  background: #3DD47C;
}.jhl-pmt_tpt {
  background: #0D0B0F;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.jhl-pmt_tpt {
  padding: 44px 1.5rem 0;
}
}.jhl-pmt_in_tpt {
  margin: 0 auto;
  max-width: 1340px;
}.jhl-pmt_head_tpt {
  margin-bottom: 22px;
  max-width: 45rem;
}.jhl-pmt_label_tpt {
  letter-spacing: .08em;
  color: #C4923A;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.jhl-pmt_h2_tpt {
  font-family: 'Playfair Display', serif;
  color: #F3ECD9;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.jhl-pmt_h2_tpt {
  font-size: 28px;
}
}.jhl-pmt_intro_tpt {
  line-height: 1.6;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #786A56;
}.jhl-pmt_groups_tpt {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.jhl-pmt_group_tpt {
  background: #171420;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
}.jhl-pmt_group_head_tpt {
  gap: 0.75rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.jhl-pmt_group_ic_tpt {
  border-radius: 4px;
  background: rgba(196, 146, 58, 0.18);
  height: 2.25rem;
  align-items: center;
  display: flex;
  width: 2.25rem;
  color: #C4923A;
  justify-content: center;
  flex-shrink: 0;
}.jhl-pmt_group_ic_tpt svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 18px;
  width: 1.125rem;
}.jhl-pmt_group_h_tpt {
  margin: 0;
  font-weight: 700;
  color: #F3ECD9;
  overflow-wrap: break-word;
  font-size: 1rem;
  font-family: 'Playfair Display', serif;
}.jhl-pmt_group_p_tpt {
  color: #786A56;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-size: 13px;
  line-height: 1.6;
}.jhl-pmt_group_p_tpt strong {
  color: #C9BC9E;
  font-weight: 600;
}.jhl-pmt_table_wrap_tpt {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.jhl-pmt_table_tpt {
  min-width: 540px;
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
}.jhl-pmt_table_tpt th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  text-transform: uppercase;
  font-size: 11px;
  color: #C9BC9E;
  white-space: nowrap;
  text-align: left;
  font-weight: 700;
  letter-spacing: .04em;
}.jhl-pmt_table_tpt td {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #786A56;
}.jhl-pmt_table_tpt tbody tr:last-child td {
  border-bottom: none;
}.jhl-pmt_table_tpt tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C9BC9E;
}.jhl-seo_tpt {
  padding: 36px 1rem 0;
  background: #0D0B0F;
}
@media(min-width: 766px) {.jhl-seo_tpt {
  padding: 44px 1.5rem 0;
}
}.jhl-seo_in_tpt {
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #171420;
  border-radius: 12px;
  padding: 1.75rem 1.5rem;
  max-width: 83.75rem;
}
@media(min-width: 767px) {.jhl-seo_in_tpt {
  padding: 2.25rem 2.5rem;
}
}.jhl-seo_label_tpt {
  font-size: 11px;
  color: #C4923A;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.625rem;
}.jhl-seo_h2_tpt {
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  line-height: 1.25;
  color: #F3ECD9;
}
@media(min-width: 770px) {.jhl-seo_h2_tpt {
  font-size: 1.5rem;
}
}.jhl-seo_body_tpt {
  color: #9A8E76;
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.jhl-seo_body_tpt p {
  margin-bottom: 0.75rem;
  color: #9A8E76;
  font-size: 14px;
  line-height: 1.75;
}.jhl-seo_body_tpt p:last-child {
  margin-bottom: 0;
}.jhl-seo_body_tpt strong {
  font-weight: 700;
  color: #C9BC9E;
}.jhl-seo_body_tpt a {
  transition: color .2s;
  color: #C4923A;
  text-decoration: underline;
}.jhl-seo_body_tpt a:hover {
  color: #D6A84E;
}.jhl-seo_body_tpt ul,.jhl-seo_body_tpt ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.jhl-seo_body_tpt ol {
  list-style: decimal;
}.jhl-seo_body_tpt li {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.75;
  color: #9A8E76;
}.jhl-seo_body_tpt table {
  margin-bottom: 0.75rem;
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
}
@media(min-width: 770px) {.jhl-seo_body_tpt table {
  display: table;
}
}.jhl-seo_body_tpt th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C9BC9E;
  text-align: left;
}.jhl-seo_body_tpt td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #9A8E76;
}.jhl-seo_cols_tpt {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.jhl-seo_cols_tpt {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.jhl-seo_cols_tpt {
  grid-template-columns: repeat(3,1fr);
}
}.jhl-seo_col_h_tpt {
  font-size: 0.813rem;
  font-weight: 700;
  color: #C9BC9E;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
}.jhl-seo_col_p_tpt {
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #786A56;
}.jhl-seo_stats_tpt {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.jhl-seo_stat_tpt {
  border: 1px solid rgba(196, 146, 58, 0.18);
  background: rgba(196, 146, 58, 0.07);
  flex: 1;
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
  min-width: 8.75rem;
}.jhl-seo_stat_val_tpt {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  color: #C4923A;
}.jhl-seo_stat_lb_tpt {
  color: #786A56;
  overflow-wrap: break-word;
  font-size: 11px;
}.jhl-seo_tpt {
  padding: 2.25rem 1rem 0;
  background: #0D0B0F;
}
@media(min-width:768px) {.jhl-seo_tpt {
  padding: 44px 24px 0;
}
}.jhl-seo_in_tpt {
  border-radius: 12px;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #171420;
  margin: 0 auto;
  max-width: 83.75rem;
}
@media(min-width: 766px) {.jhl-seo_in_tpt {
  padding: 36px 40px;
}
}.jhl-seo_label_tpt {
  text-transform: uppercase;
  color: #C4923A;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 11px;
  letter-spacing: .08em;
}.jhl-seo_h2_tpt {
  font-size: 1.25rem;
  font-family: 'Playfair Display', serif;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  color: #F3ECD9;
}
@media(min-width: 767px) {.jhl-seo_h2_tpt {
  font-size: 24px;
}
}.jhl-seo_body_tpt {
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #9A8E76;
}.jhl-seo_body_tpt p {
  color: #9A8E76;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 12px;
}.jhl-seo_body_tpt p:last-child {
  margin-bottom: 0;
}.jhl-seo_body_tpt strong {
  color: #C9BC9E;
  font-weight: 700;
}.jhl-seo_body_tpt a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4923A;
}.jhl-seo_body_tpt a:hover {
  color: #D6A84E;
}.jhl-seo_body_tpt ul,.jhl-seo_body_tpt ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.jhl-seo_body_tpt ol {
  list-style: decimal;
}.jhl-seo_body_tpt li {
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  color: #9A8E76;
  line-height: 1.75;
}.jhl-seo_body_tpt table {
  overflow-x: auto;
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 765px) {.jhl-seo_body_tpt table {
  display: table;
}
}.jhl-seo_body_tpt th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C9BC9E;
  text-align: left;
}.jhl-seo_body_tpt td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9A8E76;
}.jhl-seo_cols_tpt {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 639px) {.jhl-seo_cols_tpt {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.jhl-seo_cols_tpt {
  grid-template-columns: repeat(3,1fr);
}
}.jhl-seo_col_h_tpt {
  margin-bottom: 0.438rem;
  color: #C9BC9E;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 700;
}.jhl-seo_col_p_tpt {
  font-size: 13px;
  color: #786A56;
  line-height: 1.65;
  overflow-wrap: break-word;
}.jhl-seo_stats_tpt {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.jhl-seo_stat_tpt {
  border: 1px solid rgba(196, 146, 58, 0.18);
  border-radius: 0.5rem;
  padding: 14px 1rem;
  flex: 1;
  background: rgba(196, 146, 58, 0.07);
  min-width: 140px;
}.jhl-seo_stat_val_tpt {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #C4923A;
  margin-bottom: 4px;
  font-size: 1.25rem;
}.jhl-seo_stat_lb_tpt {
  color: #786A56;
  overflow-wrap: break-word;
  font-size: 11px;
}.jhl-rv_tpt {
  padding: 2.25rem 1rem 0;
  background: #0D0B0F;
}
@media(min-width:768px) {.jhl-rv_tpt {
  padding: 2.75rem 24px 0;
}
}.jhl-rv_in_tpt {
  margin: 0 auto;
  max-width: 1340px;
}.jhl-rv_head_tpt {
  margin-bottom: 20px;
  max-width: 720px;
}.jhl-rv_label_tpt {
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 11px;
  color: #C4923A;
}.jhl-rv_h2_tpt {
  color: #F3ECD9;
  font-size: 1.375rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 765px) {.jhl-rv_h2_tpt {
  font-size: 28px;
}
}.jhl-rv_stats_tpt {
  gap: 18px;
  align-items: center;
  display: flex;
  font-size: 0.813rem;
  flex-wrap: wrap;
  color: #786A56;
}.jhl-rv_stats_score_tpt {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.jhl-rv_stats_score_val_tpt {
  font-family: 'Playfair Display', serif;
  font-size: 1.375rem;
  color: #E8A020;
  font-weight: 800;
}.jhl-rv_stats_score_max_tpt {
  font-size: 0.813rem;
  color: #5E5244;
}.jhl-rv_stats_badge_tpt {
  gap: 4px;
  display: flex;
  align-items: center;
}.jhl-rv_stats_badge_tpt svg {
  width: 14px;
  height: 0.875rem;
  color: #E8A020;
}.jhl-rv_grid_tpt {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.jhl-rv_grid_tpt {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.jhl-rv_grid_tpt {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.jhl-rv_card_tpt {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  background: #171420;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}.jhl-rv_card_stars_tpt {
  gap: 2px;
  color: #E8A020;
  display: flex;
  margin-bottom: 10px;
}.jhl-rv_card_stars_tpt svg {
  height: 14px;
  width: 14px;
}.jhl-rv_card_h_tpt {
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #F3ECD9;
  line-height: 1.3;
}.jhl-rv_card_body_tpt {
  flex: 1;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #786A56;
  margin-bottom: 14px;
  line-height: 1.65;
}.jhl-rv_card_body_tpt strong {
  color: #C9BC9E;
  font-weight: 600;
}.jhl-rv_card_meta_tpt {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  display: flex;
  flex-wrap: wrap;
}.jhl-rv_card_author_tpt {
  font-size: 0.75rem;
  font-weight: 600;
  color: #C9BC9E;
}.jhl-rv_card_date_tpt {
  font-size: 11px;
  color: #5E5244;
}.jhl-seo_tpt {
  padding: 2.25rem 1rem 0;
  background: #0D0B0F;
}
@media(min-width: 770px) {.jhl-seo_tpt {
  padding: 2.75rem 1.5rem 0;
}
}.jhl-seo_in_tpt {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.75rem 1.5rem;
  border-radius: 12px;
  background: #171420;
  margin: 0 auto;
  max-width: 1340px;
}
@media(min-width: 765px) {.jhl-seo_in_tpt {
  padding: 2.25rem 40px;
}
}.jhl-seo_label_tpt {
  font-size: 0.688rem;
  color: #C4923A;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
}.jhl-seo_h2_tpt {
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  color: #F3ECD9;
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
  line-height: 1.25;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.jhl-seo_h2_tpt {
  font-size: 24px;
}
}.jhl-seo_body_tpt {
  color: #9A8E76;
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.75;
}.jhl-seo_body_tpt p {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 12px;
  color: #9A8E76;
}.jhl-seo_body_tpt p:last-child {
  margin-bottom: 0;
}.jhl-seo_body_tpt strong {
  color: #C9BC9E;
  font-weight: 700;
}.jhl-seo_body_tpt a {
  transition: color .2s;
  color: #C4923A;
  text-decoration: underline;
}.jhl-seo_body_tpt a:hover {
  color: #D6A84E;
}.jhl-seo_body_tpt ul,.jhl-seo_body_tpt ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.jhl-seo_body_tpt ol {
  list-style: decimal;
}.jhl-seo_body_tpt li {
  line-height: 1.75;
  color: #9A8E76;
  font-size: 14px;
  margin-bottom: 0.375rem;
}.jhl-seo_body_tpt table {
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
  width: 100%;
}
@media(min-width: 769px) {.jhl-seo_body_tpt table {
  display: table;
}
}.jhl-seo_body_tpt th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  font-weight: 700;
  color: #C9BC9E;
  text-align: left;
}.jhl-seo_body_tpt td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #9A8E76;
}.jhl-seo_cols_tpt {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 639px) {.jhl-seo_cols_tpt {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.jhl-seo_cols_tpt {
  grid-template-columns: repeat(3,1fr);
}
}.jhl-seo_col_h_tpt {
  font-size: 13px;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #C9BC9E;
}.jhl-seo_col_p_tpt {
  overflow-wrap: break-word;
  color: #786A56;
  font-size: 0.813rem;
  line-height: 1.65;
}.jhl-seo_stats_tpt {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.jhl-seo_stat_tpt {
  flex: 1;
  border-radius: 0.5rem;
  background: rgba(196, 146, 58, 0.07);
  border: 1px solid rgba(196, 146, 58, 0.18);
  padding: 0.875rem 16px;
  min-width: 8.75rem;
}.jhl-seo_stat_val_tpt {
  font-size: 20px;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #C4923A;
}.jhl-seo_stat_lb_tpt {
  font-size: 0.688rem;
  color: #786A56;
  overflow-wrap: break-word;
}.jhl-faq_tpt {
  padding: 36px 16px 0;
  background: #0D0B0F;
}
@media(min-width: 765px) {.jhl-faq_tpt {
  padding: 44px 1.5rem 0;
}
}.jhl-faq_in_tpt {
  margin: 0 auto;
  max-width: 1340px;
}.jhl-faq_head_tpt {
  margin-bottom: 20px;
}.jhl-faq_label_tpt {
  font-weight: 700;
  color: #C4923A;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
}.jhl-faq_h2_tpt {
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  color: #F3ECD9;
  font-size: 1.25rem;
}
@media(min-width: 770px) {.jhl-faq_h2_tpt {
  font-size: 24px;
}
}.jhl-faq_list_tpt {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.jhl-faq_item_tpt {
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
  border-radius: 0.5rem;
  background: #171420;
}.jhl-faq_q_tpt {
  transition: color .2s;
  padding: 1rem 1.25rem;
  gap: 12px;
  display: flex;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  overflow-wrap: break-word;
  justify-content: space-between;
  font-size: 14px;
  color: #C9BC9E;
  flex-wrap: wrap;
}.jhl-faq_q_tpt:hover {
  color: #F3ECD9;
}.jhl-faq_q_ic_tpt {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  width: 24px;
  align-items: center;
  font-size: 16px;
  color: #C4923A;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  height: 24px;
}.jhl-faq_item_tpt.jhl-state_open_tpt .jhl-faq_q_ic_tpt {
  transform: rotate(45deg);
}.jhl-faq_a_tpt {
  padding: 0 1.25rem 16px;
  line-height: 1.7;
  display: none;
  color: #786A56;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.jhl-faq_item_tpt.jhl-state_open_tpt .jhl-faq_a_tpt {
  display: block;
}.jhl-faq_a_tpt strong {
  font-weight: 700;
  color: #C9BC9E;
}.jhl-faq_a_tpt a {
  text-decoration: underline;
  color: #C4923A;
}.jhl-faq_a_tpt ul,.jhl-faq_a_tpt ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 1.25rem;
}.jhl-faq_a_tpt ol {
  list-style: decimal;
}.jhl-faq_a_tpt li {
  line-height: 1.6;
  margin-bottom: 4px;
}.jhl-faq_a_tpt table {
  margin: 8px 0;
  display: block;
  font-size: 0.75rem;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 765px) {.jhl-faq_a_tpt table {
  display: table;
}
}.jhl-faq_a_tpt th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 8px;
  text-align: left;
  font-weight: 700;
  color: #C9BC9E;
}.jhl-faq_a_tpt td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 8px;
  color: #786A56;
}.jhl-ft_tpt {
  background: #080609;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.jhl-ft_support_tpt {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 1rem;
}
@media(min-width: 767px) {.jhl-ft_support_tpt {
  padding: 28px 24px;
}
}.jhl-ft_support_in_tpt {
  margin: 0 auto;
  gap: 1rem;
  max-width: 83.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.jhl-ft_support_main_tpt {
  flex: 1;
  gap: 1rem;
  display: flex;
  min-width: 13.75rem;
  align-items: center;
  flex-wrap: wrap;
}.jhl-ft_support_ic_tpt {
  flex-shrink: 0;
  color: #C4923A;
}.jhl-ft_support_ic_tpt svg {
  width: 30px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 30px;
}.jhl-ft_support_text_title_tpt {
  overflow-wrap: break-word;
  margin-bottom: 3px;
  font-weight: 700;
  color: #F3ECD9;
  font-size: 15px;
}.jhl-ft_support_text_sub_tpt {
  color: #786A56;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.jhl-ft_support_btn_tpt {
  background: #C4923A;
  border-radius: 8px;
  transition: background .2s;
  padding: 0.688rem 22px;
  font-size: 13px;
  flex-shrink: 0;
  color: #F3ECD9;
  white-space: nowrap;
  font-weight: 700;
}.jhl-ft_support_btn_tpt:hover {
  background: #D6A84E;
}.jhl-ft_support_contacts_tpt {
  gap: 1rem;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.jhl-ft_support_contact_tpt {
  font-size: 0.75rem;
  color: #5E5244;
  line-height: 1.4;
}.jhl-ft_support_contact_tpt strong {
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #9A8E76;
  display: block;
}.jhl-ft_main_tpt {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 766px) {.jhl-ft_main_tpt {
  padding: 2.5rem 24px 32px;
}
}.jhl-ft_main_in_tpt {
  margin: 0 auto;
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1340px;
}
@media(min-width: 641px) {.jhl-ft_main_in_tpt {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.jhl-ft_main_in_tpt {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.jhl-ft_col_logo_tpt {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.jhl-ft_col_logo_tpt {
  grid-column: auto;
}
}.jhl-ft_logo_tpt {
  gap: 9px;
  display: flex;
  flex-wrap: wrap;
  font-weight: 800;
  font-size: 16px;
  color: #F3ECD9;
  align-items: center;
  overflow-wrap: break-word;
  margin-bottom: 12px;
}.jhl-ft_logo_mark_tpt {
  border-radius: 4px;
  overflow: hidden;
  width: 1.875rem;
  height: 1.875rem;
}.jhl-ft_logo_mark_tpt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.jhl-ft_logo_sub_tpt {
  color: #5E5244;
  font-size: 12px;
  max-width: 12.5rem;
  overflow-wrap: break-word;
  line-height: 1.55;
}.jhl-ft_col_title_tpt {
  margin-bottom: 14px;
  letter-spacing: .07em;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #9A8E76;
}.jhl-ft_col_links_tpt {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.jhl-ft_col_link_tpt {
  transition: color .2s;
  color: #5E5244;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.jhl-ft_col_link_tpt:hover {
  color: #C9BC9E;
}.jhl-ft_apps_tpt {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.jhl-ft_app_card_tpt {
  transition: border-color .2s;
  gap: 10px;
  border-radius: 0.25rem;
  padding: 0.625rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  display: flex;
}.jhl-ft_app_card_tpt:hover {
  border-color: rgba(196, 146, 58, 0.38);
}.jhl-ft_app_card_ic_tpt svg {
  stroke-linejoin: round;
  height: 22px;
  stroke-linecap: round;
  width: 22px;
}.jhl-ft_app_card_os_tpt {
  font-weight: 600;
  font-size: 0.625rem;
  color: #5E5244;
}.jhl-ft_app_card_action_tpt {
  color: #C9BC9E;
  font-weight: 700;
  font-size: 12px;
}.jhl-ft_bot_tpt {
  padding: 1.25rem 1rem;
}
@media(min-width: 770px) {.jhl-ft_bot_tpt {
  padding: 1.25rem 24px;
}
}.jhl-ft_bot_in_tpt {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 83.75rem;
}.jhl-ft_socials_tpt {
  gap: 0.5rem;
  display: flex;
}.jhl-ft_soc_tpt {
  transition: background .2s;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  height: 2.25rem;
  width: 2.25rem;
  color: #9A8E76;
  justify-content: center;
  display: flex;
}.jhl-ft_soc_tpt svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
  width: 1rem;
}.jhl-ft_soc_tpt:hover {
  background: rgba(255, 255, 255, 0.07);
}.jhl-ft_legal_tpt {
  flex: 1;
  line-height: 1.6;
  color: #8C7D6A;
  min-width: 12.5rem;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.jhl-ft_legal_tpt strong {
  font-weight: 700;
  color: #9A8E76;
}.jhl-ft_legal_tpt a {
  text-decoration: underline;
  color: #9A8E76;
}.jhl-ft_age_tpt {
  border-radius: 50%;
  border: 2px solid #8C7D6A;
  color: #8C7D6A;
  justify-content: center;
  font-weight: 800;
  height: 2rem;
  flex-shrink: 0;
  align-items: center;
  width: 2rem;
  font-size: 0.688rem;
  display: flex;
  margin-left: auto;
}