*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  color: #C4BDB4;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  font-family: 'Barlow', sans-serif;
  background-color: #111214;
  line-height: 1.6;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: inherit;
}a {
  text-decoration: none;
  color: inherit;
}.jwd-layout_wdm {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.jwd-page_wdm {
  display: flex;
  min-height: 100vh;
}.jwd-main_wdm {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media screen and (min-width: 1081px) {.jwd-main_wdm {
  padding-left: 220px;
}
}
@media screen and (max-width: 1076px) {.jwd-main_wdm {
  padding-bottom: 72px;
}
}.jwd-gc_wdm {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  transition: transform .2s,border-color .2s;
  background: #161719;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  width: 140px;
  cursor: pointer;
}
@media(min-width: 643px) {.jwd-gc_wdm {
  width: 156px;
}
}
@media(min-width: 1077px) {.jwd-gc_wdm {
  width: 168px;
}
}.jwd-gc_wdm:hover {
  border-color: rgba(200, 122, 32, 0.07);
  transform: translateY(-3px);
}.jwd-gc_img_wdm {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.jwd-gc_img_wdm img {
  inset: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}.jwd-gc_hover_wdm {
  background: rgba(8, 8, 10, 0.72);
  transition: opacity .2s;
  inset: 0;
  display: flex;
  position: absolute;
  opacity: 0;
  justify-content: center;
  align-items: center;
}.jwd-gc_wdm:hover .jwd-gc_hover_wdm {
  opacity: 1;
}.jwd-gc_hover_btn_wdm {
  background: #C87A20;
  border-radius: 0.25rem;
  padding: 8px 16px;
  color: #F0EAE0;
  font-size: 0.75rem;
  font-weight: 700;
}.jwd-gc_info_wdm {
  padding: 8px 0.625rem 10px;
}.jwd-gc_name_wdm {
  overflow: hidden;
  margin-bottom: 3px;
  font-size: 0.75rem;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  color: #C4BDB4;
}.jwd-gc_prov_wdm {
  color: #524E4A;
  font-size: 10px;
}.jwd-gc_tag_wdm {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  z-index: 2;
  letter-spacing: .04em;
  position: absolute;
  text-transform: uppercase;
  left: 6px;
  top: 0.375rem;
  font-size: 9px;
  font-weight: 700;
}.jwd-gc_tag_hot_wdm {
  background: #C43018;
  color: #fff;
}.jwd-gc_tag_new_wdm {
  background: #2A9C58;
  color: #111214;
}.jwd-gc_tag_jp_wdm {
  background: #D4A018;
  color: #111214;
}.jwd-gc_tag_ex_wdm {
  background: #7A3212;
  color: #fff;
}.jwd-gc_tag_live_wdm {
  background: #C43018;
  color: #fff;
}.jwd-gr_wdm {
  background: #111214;
  padding: 32px 16px 0;
}
@media(min-width: 766px) {.jwd-gr_wdm {
  padding: 36px 1.5rem 0;
}
}.jwd-gr_in_wdm {
  margin: 0 auto;
  max-width: 83.75rem;
}.jwd-gr_head_wdm {
  gap: 12px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.jwd-gr_head_l_wdm {
  gap: 0.625rem;
  flex: 1;
  align-items: center;
  min-width: 0;
  display: flex;
}.jwd-gr_ic_wdm {
  border-radius: 8px;
  align-items: center;
  height: 2rem;
  justify-content: center;
  display: flex;
  width: 2rem;
  flex-shrink: 0;
}.jwd-gr_ic_wdm svg {
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
  width: 1rem;
}.jwd-gr_title_wdm {
  font-size: 1rem;
  color: #F0EAE0;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 700;
}
@media(min-width:768px) {.jwd-gr_title_wdm {
  font-size: 1.125rem;
}
}.jwd-gr_more_wdm {
  gap: 5px;
  transition: color .2s;
  white-space: nowrap;
  color: #6E6660;
  font-size: 0.75rem;
  flex-shrink: 0;
  display: flex;
  font-weight: 600;
  align-items: center;
}.jwd-gr_more_wdm:hover {
  color: #C87A20;
}.jwd-gr_more_wdm svg {
  width: 0.75rem;
  height: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.jwd-gr_arrows_wdm {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.jwd-gr_arr_wdm {
  transition: background .15s,color .15s;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  align-items: center;
  justify-content: center;
  width: 30px;
  display: flex;
  color: #958D84;
  height: 30px;
}.jwd-gr_arr_wdm:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F0EAE0;
}.jwd-gr_arr_wdm svg {
  height: 0.813rem;
  stroke-linecap: round;
  width: 0.813rem;
  stroke-linejoin: round;
}.jwd-gr_seo_h_wdm {
  margin: 0 0 6px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  max-width: 680px;
  color: #C4BDB4;
  font-size: 0.813rem;
  font-weight: 700;
}
@media(min-width: 769px) {.jwd-gr_seo_h_wdm {
  font-size: 0.875rem;
}
}.jwd-gr_seo_wdm {
  color: #6E6660;
  margin-bottom: 0.75rem;
  font-size: 12px;
  overflow-wrap: break-word;
  max-width: 680px;
  line-height: 1.55;
}.jwd-gr_seo_wdm strong {
  font-weight: 600;
  color: #C4BDB4;
}.jwd-gr_scroll_wdm {
  gap: 0.625rem;
  overflow-x: auto;
  display: flex;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  scrollbar-width: none;
}.jwd-gr_scroll_wdm::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.jwd-gr_scroll_wdm {
  gap: 12px;
}
}.jwd-tb_wdm {
  background: #111214;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  height: 3.5rem;
  align-items: center;
  z-index: 80;
  top: 0;
  left: 0;
  position: fixed;
  right: 0;
}.jwd-tb_in_wdm {
  padding: 0 0.875rem;
  gap: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}.jwd-tb_burger_wdm {
  gap: 5px;
  border-radius: 0.5rem;
  flex-direction: column;
  height: 2.375rem;
  margin-right: 8px;
  display: flex;
  flex-shrink: 0;
  width: 38px;
  justify-content: center;
  align-items: center;
}.jwd-tb_burger_wdm:hover {
  background: rgba(255, 255, 255, 0.05);
}.jwd-tb_burger_line_wdm {
  border-radius: 1px;
  background: #958D84;
  display: block;
  height: 2px;
  width: 18px;
}
@media(min-width: 1081px) {.jwd-tb_burger_wdm {
  display: none;
}
}.jwd-tb_logo_wdm {
  gap: 9px;
  flex-shrink: 0;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 18px;
  margin-right: 1.25rem;
  letter-spacing: -.01em;
  align-items: center;
  color: #F0EAE0;
  display: flex;
}.jwd-tb_logo_mark_wdm {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: 2rem;
  width: 32px;
  align-items: center;
}.jwd-tb_logo_mark_wdm img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.jwd-tb_nav_wdm {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 642px) {.jwd-tb_nav_wdm {
  display: flex;
}
}.jwd-tb_tab_wdm {
  border-radius: 8px;
  padding: 8px 0.875rem;
  transition: background .15s,color .15s;
  white-space: nowrap;
  font-weight: 600;
  font-size: 13px;
  color: #958D84;
}.jwd-tb_tab_wdm:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0EAE0;
}.jwd-tb_tab_wdm.jwd-state_active_wdm {
  background: rgba(200, 122, 32, 0.18);
  color: #F0EAE0;
}.jwd-tb_right_wdm {
  gap: 8px;
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}.jwd-tb_login_wdm {
  transition: border-color .2s,color .2s;
  padding: 0.563rem 16px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  color: #C4BDB4;
  font-size: 13px;
  font-weight: 600;
  display: none;
}.jwd-tb_login_wdm:hover {
  border-color: rgba(200, 122, 32, 0.55);
  color: #F0EAE0;
}
@media(min-width:480px) {.jwd-tb_login_wdm {
  display: block;
}
}.jwd-tb_reg_wdm {
  border-radius: 0.5rem;
  padding: 9px 1.125rem;
  background: #2A9C58;
  transition: background .2s;
  color: #0E0C0A;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 700;
}.jwd-tb_reg_wdm:hover {
  background: #32B464;
}.jwd-sb_wdm {
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #1A1B1F;
  transform: translateX(-100%);
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  z-index: 70;
  overflow-y: auto;
  width: 13.75rem;
}.jwd-sb_wdm.jwd-state_open_wdm {
  transform: translateX(0);
}.jwd-sb_wdm::-webkit-scrollbar {
  width: 4px;
}.jwd-sb_wdm::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1077px) {.jwd-sb_wdm {
  transform: translateX(0);
}
}.jwd-sb_auth_wdm {
  padding: 14px 12px 10px;
}.jwd-sb_btn_reg_wdm {
  background: #2A9C58;
  transition: background .2s;
  border-radius: 8px;
  padding: 0.688rem;
  font-weight: 700;
  text-align: center;
  font-size: 13px;
  margin-bottom: 0.5rem;
  color: #0E0C0A;
  display: block;
}.jwd-sb_btn_reg_wdm:hover {
  background: #32B464;
}.jwd-sb_btn_login_wdm {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s;
  font-size: 0.813rem;
  font-weight: 600;
  color: #C4BDB4;
  text-align: center;
  display: block;
}.jwd-sb_btn_login_wdm:hover {
  border-color: rgba(200, 122, 32, 0.55);
  color: #F0EAE0;
}.jwd-sb_promo_wdm {
  border-radius: 8px;
  margin: 0 12px 0.625rem;
  overflow: hidden;
  background: linear-gradient(135deg,#2C1808,#1A1B1F);
  padding: 0.75rem 14px;
  border: 1px solid rgba(200, 122, 32, 0.18);
  position: relative;
}.jwd-sb_promo_wdm::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200, 122, 32, 0.18),transparent 70%);
  height: 80px;
  width: 80px;
  position: absolute;
  content: '';
  right: -1.25rem;
  top: -1.25rem;
}.jwd-sb_promo_title_wdm {
  text-transform: uppercase;
  font-size: 11px;
  color: #C87A20;
  letter-spacing: .06em;
  font-weight: 700;
  margin-bottom: 4px;
}.jwd-sb_promo_text_wdm {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.35;
  color: #F0EAE0;
  font-weight: 600;
}.jwd-sb_promo_sub_wdm {
  color: #6E6660;
  margin-top: 3px;
  font-size: 0.625rem;
}.jwd-sb_nav_wdm {
  padding: 0.375rem 8px 1rem;
}.jwd-sb_nav_lb_wdm {
  padding: 0.625rem 8px 0.375rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #524E4A;
}.jwd-sb_link_wdm {
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  gap: 0.625rem;
  padding: 9px 0.625rem;
  cursor: pointer;
  display: flex;
  color: #958D84;
  font-size: 13px;
  font-weight: 500;
  overflow-wrap: break-word;
  align-items: center;
}.jwd-sb_link_wdm:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0EAE0;
}.jwd-sb_link_wdm.jwd-state_active_wdm {
  background: rgba(200, 122, 32, 0.18);
  color: #F0EAE0;
}.jwd-sb_ic_wdm {
  border-radius: 4px;
  width: 1.875rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  height: 1.875rem;
  justify-content: center;
}.jwd-sb_ic_wdm svg {
  height: 16px;
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
}.jwd-sb_ic_1_wdm {
  background: rgba(200, 122, 32, 0.07);
  color: #C87A20;
}.jwd-sb_ic_2_wdm {
  background: rgba(42, 156, 88, 0.18);
  color: #2A9C58;
}.jwd-sb_ic_3_wdm {
  background: rgba(212, 160, 24, 0.18);
  color: #D4A018;
}.jwd-sb_ic_4_wdm {
  background: rgba(122, 50, 18, 0.28);
  color: #7A3212;
}.jwd-sb_ic_5_wdm {
  background: rgba(200, 122, 32, 0.07);
  color: #D4507C;
}.jwd-sb_ic_6_wdm {
  background: rgba(122, 50, 18, 0.28);
  color: #8C3EC8;
}.jwd-sb_badge_wdm {
  border-radius: 4px;
  padding: 2px 7px;
  background: #D4A018;
  font-weight: 700;
  font-size: 0.563rem;
  color: #0E0C0A;
  margin-left: auto;
}.jwd-sb_bot_wdm {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.5rem;
  padding: 0.75rem;
  display: flex;
}.jwd-sb_lang_wdm,.jwd-sb_help_wdm {
  gap: 0.375rem;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 9px 6px;
  border-radius: 4px;
  color: #958D84;
  justify-content: center;
  align-items: center;
  font-size: 0.688rem;
  font-weight: 600;
  display: flex;
}.jwd-sb_lang_wdm:hover,.jwd-sb_help_wdm:hover {
  border-color: rgba(200, 122, 32, 0.55);
  color: #F0EAE0;
}.jwd-sb_lang_wdm svg,.jwd-sb_help_wdm svg {
  stroke-linecap: round;
  height: 0.813rem;
  width: 13px;
  stroke-linejoin: round;
}.jwd-sb_bd_wdm {
  background: rgba(8, 8, 10, 0.72);
  inset: 0;
  position: fixed;
  display: none;
  z-index: 69;
}.jwd-sb_bd_wdm.jwd-state_on_wdm {
  display: block;
}
@media(min-width: 1078px) {.jwd-sb_bd_wdm {
  display: none!important;
}
}.jwd-mob_nav_wdm {
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #1A1B1F;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  bottom: 0;
  z-index: 80;
  right: 0;
  display: flex;
  position: fixed;
  left: 0;
}
@media(min-width: 1081px) {.jwd-mob_nav_wdm {
  display: none;
}
}.jwd-mob_nav_item_wdm {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 4px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  display: flex;
  color: #524E4A;
}.jwd-mob_nav_ic_wdm {
  line-height: 1;
}.jwd-mob_nav_ic_wdm svg {
  width: 20px;
  stroke-linecap: round;
  height: 20px;
  stroke-linejoin: round;
}.jwd-mob_nav_lb_wdm {
  color: #524E4A;
  font-size: 0.625rem;
  font-weight: 600;
}.jwd-mob_nav_item_wdm.jwd-state_active_wdm {
  color: #C87A20;
}.jwd-mob_nav_item_wdm.jwd-state_active_wdm .jwd-mob_nav_lb_wdm {
  color: #C87A20;
}.jwd-hero_wdm {
  background: #111214;
  padding: 20px 1rem 0;
}
@media(min-width: 765px) {.jwd-hero_wdm {
  padding: 24px 24px 0;
}
}.jwd-hero_in_wdm {
  margin: 0 auto;
  gap: 0.75rem;
  display: grid;
  max-width: 83.75rem;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.jwd-hero_in_wdm {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1101px) {.jwd-hero_in_wdm {
  grid-template-columns: 1fr 21.25rem;
}
}.jwd-hero_promo_wdm {
  background: #161719;
  border-radius: 12px;
  overflow: hidden;
  min-height: 220px;
  position: relative;
  align-items: stretch;
  display: flex;
}
@media(min-width: 766px) {.jwd-hero_promo_wdm {
  min-height: 280px;
}
}.jwd-hero_promo_bg_wdm {
  background: linear-gradient(120deg,#2C1808 0%,#111214 100%);
  inset: 0;
  background-position: center;
  position: absolute;
  background-size: cover;
}.jwd-hero_promo_bg_wdm::after {
  background: linear-gradient(90deg,#111214 0%,rgba(8, 8, 10, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.jwd-hero_promo_glow_wdm {
  background: radial-gradient(circle,rgba(122, 50, 18, 0.28) 0%,transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  width: 300px;
  top: -2.5rem;
  height: 18.75rem;
  right: 3.75rem;
  position: absolute;
}.jwd-hero_promo_ct_wdm {
  padding: 1.75rem 1.5rem 1.75rem 1.75rem;
  max-width: 480px;
  justify-content: center;
  z-index: 2;
  flex-direction: column;
  position: relative;
  display: flex;
}
@media(min-width: 769px) {.jwd-hero_promo_ct_wdm {
  padding: 2.5rem 32px;
}
}.jwd-hero_badge_wdm {
  background: rgba(200, 122, 32, 0.18);
  padding: 5px 12px;
  border: 1px solid rgba(200, 122, 32, 0.07);
  border-radius: 20px;
  font-weight: 700;
  display: inline-block;
  color: #C87A20;
  font-size: 10px;
  letter-spacing: .08em;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
}.jwd-hero_h1_wdm {
  color: #F0EAE0;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.15;
  font-family: 'Cinzel', serif;
  font-size: 26px;
}.jwd-hero_h1_wdm em {
  font-style: normal;
  color: #D4A018;
}
@media(min-width: 771px) {.jwd-hero_h1_wdm {
  font-size: 36px;
}
}.jwd-hero_sub_wdm {
  font-size: 0.813rem;
  color: #958D84;
  line-height: 1.55;
  margin-bottom: 20px;
}
@media(min-width: 769px) {.jwd-hero_sub_wdm {
  font-size: 14px;
}
}.jwd-hero_row_wdm {
  gap: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.jwd-hero_cta_wdm {
  background: #2A9C58;
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 13px 26px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0E0C0A;
  box-shadow: 0 6px 1.125rem rgba(42, 156, 88, 0.48);
}.jwd-hero_cta_wdm:hover {
  background: #32B464;
}.jwd-hero_terms_wdm {
  color: #524E4A;
  font-size: 0.688rem;
}.jwd-hero_game_wdm {
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  background: #161719;
  border-radius: 12px;
  flex-direction: column;
  position: relative;
  display: flex;
}.jwd-hero_game_badge_wdm {
  border: 1px solid rgba(212, 160, 24, 0.18);
  padding: 0.313rem 0.625rem;
  border-radius: 20px;
  background: rgba(212, 160, 24, 0.18);
  letter-spacing: .06em;
  color: #D4A018;
  text-transform: uppercase;
  z-index: 3;
  font-size: 10px;
  left: 0.75rem;
  position: absolute;
  font-weight: 700;
  top: 0.75rem;
}.jwd-hero_game_badge_wdm svg {
  width: 11px;
  height: 0.688rem;
  margin-right: 0.25rem;
  vertical-align: -1px;
}.jwd-hero_game_img_wdm {
  overflow: hidden;
  background: linear-gradient(135deg,#2C1808,#111214);
  position: relative;
  padding-bottom: 60%;
}.jwd-hero_game_img_wdm img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
}.jwd-hero_game_play_wdm {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8, 8, 10, 0.72);
  position: absolute;
  display: flex;
  opacity: 0;
  align-items: center;
  justify-content: center;
}.jwd-hero_game_wdm:hover .jwd-hero_game_play_wdm {
  opacity: 1;
}.jwd-hero_game_play_wdm span {
  border-radius: 50%;
  background: #C87A20;
  align-items: center;
  display: flex;
  width: 52px;
  justify-content: center;
  height: 3.25rem;
}.jwd-hero_game_play_wdm span svg {
  height: 18px;
  margin-left: 2px;
  width: 18px;
}.jwd-hero_game_info_wdm {
  padding: 14px 16px;
}.jwd-hero_game_title_wdm {
  font-size: 0.938rem;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F0EAE0;
}.jwd-hero_game_provider_wdm {
  color: #6E6660;
  font-size: 0.688rem;
}.jwd-hero_game_btn_wdm {
  border-radius: 8px;
  transition: background .2s;
  background: #C87A20;
  padding: 0.688rem;
  margin: 0.75rem 1rem 16px;
  font-size: 13px;
  color: #F0EAE0;
  text-align: center;
  font-weight: 700;
  display: block;
}.jwd-hero_game_wdm:hover .jwd-hero_game_btn_wdm {
  background: #E28E2C;
}.jwd-sbar_wdm {
  background: #111214;
  padding: 16px 1rem 0;
}
@media(min-width: 765px) {.jwd-sbar_wdm {
  padding: 18px 24px 0;
}
}.jwd-sbar_in_wdm {
  margin: 0 auto;
  max-width: 83.75rem;
}.jwd-sbar_row_wdm {
  gap: 10px;
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}.jwd-sbar_input_wdm {
  border-radius: 0.5rem;
  transition: border-color .2s;
  gap: 10px;
  flex: 1;
  padding: 11px 16px;
  background: #161719;
  border: 1px solid rgba(255, 255, 255, 0.10);
  cursor: pointer;
  display: flex;
  font-size: 13px;
  align-items: center;
  color: #6E6660;
}.jwd-sbar_input_wdm:hover {
  border-color: rgba(200, 122, 32, 0.55);
}.jwd-sbar_input_wdm svg {
  stroke-linecap: round;
  flex-shrink: 0;
  height: 15px;
  width: 0.938rem;
  stroke-linejoin: round;
}.jwd-sbar_providers_wdm {
  transition: border-color .2s;
  background: #161719;
  padding: 11px 18px;
  border-radius: 8px;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  white-space: nowrap;
  align-items: center;
  color: #C4BDB4;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}.jwd-sbar_providers_wdm:hover {
  border-color: rgba(200, 122, 32, 0.55);
  color: #F0EAE0;
}.jwd-sbar_providers_wdm svg {
  width: 14px;
  height: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.jwd-sbar_tabs_wdm {
  gap: 6px;
  scrollbar-width: none;
  padding-bottom: 2px;
  display: flex;
  overflow-x: auto;
}.jwd-sbar_tabs_wdm::-webkit-scrollbar {
  display: none;
}.jwd-sbar_tab_wdm {
  transition: background .15s,color .15s,border-color .15s;
  padding: 0.5rem 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 7px;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  white-space: nowrap;
  font-weight: 600;
  color: #958D84;
  flex-shrink: 0;
  display: flex;
  font-size: 12px;
  cursor: pointer;
  align-items: center;
}.jwd-sbar_tab_wdm:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(200, 122, 32, 0.55);
  color: #F0EAE0;
}.jwd-sbar_tab_wdm.jwd-state_active_wdm {
  background: rgba(200, 122, 32, 0.18);
  border-color: rgba(200, 122, 32, 0.07);
  color: #F0EAE0;
}.jwd-sbar_tab_ic_wdm svg {
  width: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 14px;
}.jwd-gr_jp_wdm {
  border-radius: 12px;
  background: linear-gradient(135deg,#1C0F22 0%,#0B0C0E 100%);
  padding: 1.25rem;
  overflow: hidden;
  position: relative;
}.jwd-gr_jp_wdm::before {
  background: radial-gradient(circle,rgba(122, 50, 18, 0.28) 0%,transparent 70%);
  border-radius: 50%;
  left: -3.75rem;
  content: '';
  width: 250px;
  top: -60px;
  position: absolute;
  height: 250px;
}.jwd-gr_jp_wdm::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(212, 160, 24, 0.18) 0%,transparent 70%);
  width: 12.5rem;
  right: 0;
  content: '';
  height: 12.5rem;
  position: absolute;
  bottom: -2.5rem;
}.jwd-gr_jp_head_wdm {
  gap: 16px;
  flex-wrap: wrap;
  z-index: 1;
  display: flex;
  position: relative;
  margin-bottom: 1rem;
  align-items: flex-start;
}.jwd-gr_jp_info_wdm {
  flex: 1;
}.jwd-gr_jp_label_wdm {
  margin-bottom: 6px;
  letter-spacing: .08em;
  color: #8C3EC8;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
}.jwd-gr_jp_label_wdm svg {
  width: 0.875rem;
  margin-right: 0.25rem;
  vertical-align: -2px;
  height: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.jwd-gr_jp_amount_wdm {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 2rem;
  color: #F0EAE0;
  font-weight: 800;
  line-height: 1;
}
@media(min-width: 769px) {.jwd-gr_jp_amount_wdm {
  font-size: 2.5rem;
}
}.jwd-gr_jp_amount_wdm span {
  color: #D4A018;
}.jwd-gr_jp_seo_wdm {
  color: #958D84;
  font-size: 12px;
  line-height: 1.5;
  max-width: 480px;
  overflow-wrap: break-word;
}.jwd-gr_jp_cta_wdm {
  background: rgba(122, 50, 18, 0.28);
  padding: 0.688rem 20px;
  border-radius: 0.5rem;
  transition: background .2s;
  border: 1px solid rgba(122, 50, 18, 0.28);
  align-self: flex-start;
  color: #F0EAE0;
  white-space: nowrap;
  position: relative;
  font-size: 13px;
  flex-shrink: 0;
  font-weight: 700;
  z-index: 1;
  margin-top: 0.25rem;
}.jwd-gr_jp_cta_wdm:hover {
  background: #7A3212;
}.jwd-ws_wdm {
  padding: 2rem 16px 0;
  background: #111214;
}
@media(min-width: 771px) {.jwd-ws_wdm {
  padding: 2.25rem 1.5rem 0;
}
}.jwd-ws_in_wdm {
  margin: 0 auto;
  max-width: 83.75rem;
}.jwd-ws_head_wdm {
  gap: 12px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 14px;
  justify-content: space-between;
  align-items: center;
}.jwd-ws_title_wdm {
  gap: 10px;
  font-size: 1rem;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #F0EAE0;
}.jwd-ws_title_ic_wdm svg {
  color: #D4A018;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 18px;
  width: 1.125rem;
}.jwd-ws_online_wdm {
  gap: 0.438rem;
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  color: #6E6660;
  font-weight: 600;
}.jwd-ws_online_dot_wdm {
  border-radius: 50%;
  background: #2A9C58;
  flex-shrink: 0;
  height: 8px;
  width: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(42, 156, 88, 0.18);
}.jwd-ws_scroll_wdm {
  gap: 8px;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
  display: flex;
  overflow-x: auto;
}.jwd-ws_scroll_wdm::-webkit-scrollbar {
  display: none;
}.jwd-wc_wdm {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.5rem;
  background: #161719;
  gap: 0.625rem;
  padding: 0.625rem 14px;
  min-width: 13.75rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.jwd-wc_img_wdm {
  border-radius: 4px;
  overflow: hidden;
  background: #1A1B1F;
  width: 36px;
  flex-shrink: 0;
  height: 2.25rem;
}.jwd-wc_img_wdm img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.jwd-wc_info_wdm {
  min-width: 0;
}.jwd-wc_game_wdm {
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.75rem;
  color: #C4BDB4;
  text-overflow: ellipsis;
}.jwd-wc_player_wdm {
  overflow: hidden;
  color: #524E4A;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}.jwd-wc_amount_wdm {
  flex-shrink: 0;
  margin-left: auto;
  color: #2A9C58;
  font-weight: 700;
  white-space: nowrap;
  font-size: 13px;
}.jwd-htp_wdm {
  background: #111214;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.jwd-htp_wdm {
  padding: 44px 1.5rem 0;
}
}.jwd-htp_in_wdm {
  margin: 0 auto;
  max-width: 1340px;
}.jwd-htp_head_wdm {
  max-width: 720px;
  margin-bottom: 22px;
}.jwd-htp_label_wdm {
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  color: #C87A20;
  text-transform: uppercase;
  margin-bottom: 8px;
}.jwd-htp_h2_wdm {
  font-size: 1.375rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F0EAE0;
  margin-bottom: 8px;
}
@media(min-width: 765px) {.jwd-htp_h2_wdm {
  font-size: 1.75rem;
}
}.jwd-htp_intro_wdm {
  font-size: 14px;
  color: #6E6660;
  line-height: 1.6;
}.jwd-htp_steps_wdm {
  margin: 0;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.jwd-htp_steps_wdm {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.jwd-htp_steps_wdm {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.jwd-htp_step_wdm {
  border-radius: 8px;
  padding: 20px 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #1A1B1F;
  flex-direction: column;
  position: relative;
  display: flex;
}.jwd-htp_step_num_wdm {
  background: #C87A20;
  border-radius: 50%;
  height: 1.75rem;
  justify-content: center;
  font-weight: 800;
  width: 1.75rem;
  left: 20px;
  display: flex;
  align-items: center;
  position: absolute;
  color: #0E0C0A;
  top: -12px;
  font-size: 13px;
  font-family: 'Cinzel', serif;
}.jwd-htp_step_ic_wdm {
  margin: 8px 0 12px;
  background: rgba(200, 122, 32, 0.18);
  border-radius: 0.25rem;
  width: 2.25rem;
  justify-content: center;
  height: 36px;
  display: flex;
  align-items: center;
  color: #C87A20;
}.jwd-htp_step_ic_wdm svg {
  stroke-linejoin: round;
  height: 1.125rem;
  width: 1.125rem;
  stroke-linecap: round;
}.jwd-htp_step_h_wdm {
  font-size: 14px;
  overflow-wrap: break-word;
  color: #F0EAE0;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 0.375rem;
}.jwd-htp_step_p_wdm {
  font-size: 0.813rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #6E6660;
}.jwd-htp_step_p_wdm strong {
  font-weight: 600;
  color: #C4BDB4;
}.jwd-htp_cta_wdm {
  background: #2A9C58;
  border-radius: 0.5rem;
  padding: 13px 1.625rem;
  transition: background .2s;
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
  margin-top: 1.25rem;
  color: #0E0C0A;
}.jwd-htp_cta_wdm:hover {
  background: #32B464;
}.jwd-reg_wdm {
  background: #111214;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.jwd-reg_wdm {
  padding: 44px 24px 0;
}
}.jwd-reg_in_wdm {
  padding: 1.75rem 1.5rem;
  background: #1A1B1F;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  margin: 0 auto;
  max-width: 83.75rem;
}
@media(min-width: 766px) {.jwd-reg_in_wdm {
  padding: 40px;
}
}.jwd-reg_top_wdm {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.jwd-reg_top_wdm {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.jwd-reg_label_wdm {
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  color: #C87A20;
  font-size: 0.688rem;
}.jwd-reg_h2_wdm {
  font-size: 1.375rem;
  color: #F0EAE0;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-weight: 800;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.jwd-reg_h2_wdm {
  font-size: 28px;
}
}.jwd-reg_bonus_wdm {
  border: 1px solid rgba(212, 160, 24, 0.18);
  padding: 0.625rem 1rem;
  border-radius: 8px;
  background: rgba(212, 160, 24, 0.18);
  gap: 8px;
  margin-bottom: 16px;
  align-items: center;
  display: inline-flex;
}.jwd-reg_bonus_amount_wdm {
  font-size: 20px;
  font-weight: 800;
  color: #D4A018;
}.jwd-reg_bonus_text_wdm {
  color: #958D84;
  font-size: 13px;
  line-height: 1.35;
}.jwd-reg_cta_btn_wdm {
  background: #2A9C58;
  transition: background .2s;
  padding: 14px 2rem;
  border-radius: 8px;
  font-size: 15px;
  color: #0E0C0A;
  display: inline-block;
  margin-bottom: 0.75rem;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(42, 156, 88, 0.48);
}.jwd-reg_cta_btn_wdm:hover {
  background: #32B464;
}.jwd-reg_terms_wdm {
  font-size: 0.688rem;
  color: #524E4A;
  line-height: 1.5;
}.jwd-reg_seo_wdm {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 20px;
  padding-top: 20px;
  font-size: 0.813rem;
  color: #6E6660;
  line-height: 1.65;
  overflow-wrap: break-word;
}.jwd-reg_seo_wdm p {
  line-height: 1.65;
  margin-bottom: 0.625rem;
  color: #6E6660;
  font-size: 13px;
}.jwd-reg_seo_wdm p:last-child {
  margin-bottom: 0;
}.jwd-reg_seo_wdm strong {
  font-weight: 700;
  color: #C4BDB4;
}.jwd-reg_seo_wdm a {
  transition: color .2s;
  text-decoration: underline;
  color: #C87A20;
}.jwd-reg_seo_wdm a:hover {
  color: #E28E2C;
}.jwd-reg_seo_wdm ul,.jwd-reg_seo_wdm ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.jwd-reg_seo_wdm ol {
  list-style: decimal;
}.jwd-reg_seo_wdm li {
  color: #6E6660;
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 0.25rem;
}.jwd-reg_seo_wdm table {
  margin-bottom: 10px;
  width: 100%;
  border-collapse: collapse;
  display: block;
  font-size: 13px;
  overflow-x: auto;
}
@media(min-width: 765px) {.jwd-reg_seo_wdm table {
  display: table;
}
}.jwd-reg_seo_wdm th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C4BDB4;
}.jwd-reg_seo_wdm td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #6E6660;
}.jwd-reg_steps_wdm {
  gap: 0.875rem;
  display: flex;
  margin-top: 1.75rem;
  flex-direction: column;
}
@media(min-width: 857px) {.jwd-reg_steps_wdm {
  margin-top: 0;
}
}.jwd-reg_step_wdm {
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.jwd-reg_step_num_wdm {
  border-radius: 50%;
  background: rgba(200, 122, 32, 0.18);
  border: 1px solid rgba(200, 122, 32, 0.07);
  display: flex;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  font-size: 0.875rem;
  justify-content: center;
  font-weight: 800;
  align-items: center;
  color: #C87A20;
}.jwd-reg_step_title_wdm {
  color: #F0EAE0;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
}.jwd-reg_step_text_wdm {
  font-size: 12px;
  line-height: 1.5;
  color: #6E6660;
}.jwd-reg_trust_wdm {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  padding-top: 1.25rem;
}.jwd-reg_trust_item_wdm {
  gap: 7px;
  overflow-wrap: break-word;
  color: #6E6660;
  display: flex;
  font-size: 12px;
  align-items: center;
}.jwd-reg_trust_ic_wdm svg {
  height: 16px;
  width: 1rem;
  color: #C87A20;
  stroke-linejoin: round;
  stroke-linecap: round;
}.jwd-bon_wdm {
  background: #111214;
  padding: 36px 1rem 0;
}
@media(min-width:768px) {.jwd-bon_wdm {
  padding: 44px 24px 0;
}
}.jwd-bon_in_wdm {
  margin: 0 auto;
  max-width: 1340px;
}.jwd-bon_head_wdm {
  margin-bottom: 20px;
}.jwd-bon_label_wdm {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-size: 11px;
  color: #C87A20;
}.jwd-bon_h2_wdm {
  overflow-wrap: break-word;
  color: #F0EAE0;
  margin-bottom: 0.5rem;
  font-size: 20px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}
@media(min-width: 769px) {.jwd-bon_h2_wdm {
  font-size: 24px;
}
}.jwd-bon_seo_wdm {
  font-size: 0.813rem;
  max-width: 620px;
  color: #6E6660;
  overflow-wrap: break-word;
  line-height: 1.6;
}.jwd-bon_seo_wdm strong {
  font-weight: 700;
  color: #C4BDB4;
}.jwd-bon_seo_wdm a {
  color: #C87A20;
  text-decoration: underline;
}.jwd-bon_grid_wdm {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 638px) {.jwd-bon_grid_wdm {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.jwd-bon_grid_wdm {
  grid-template-columns: repeat(5,1fr);
}
}.jwd-bon_card_wdm {
  border-radius: 0.5rem;
  padding: 16px;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #161719;
}.jwd-bon_card_wdm:hover {
  border-color: rgba(200, 122, 32, 0.07);
  transform: translateY(-2px);
}.jwd-bon_card_ic_wdm svg {
  height: 1.625rem;
  stroke-linecap: round;
  width: 26px;
  stroke-linejoin: round;
}.jwd-bon_card_ic_wdm {
  margin-bottom: 0.625rem;
}.jwd-bon_card_type_wdm {
  color: #6E6660;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 10px;
  margin-bottom: 6px;
}.jwd-bon_card_amount_wdm {
  line-height: 1.1;
  font-weight: 800;
  color: #D4A018;
  margin-bottom: 6px;
  font-size: 18px;
}.jwd-bon_card_name_wdm {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #F0EAE0;
}.jwd-bon_card_detail_wdm {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 0.5rem;
  line-height: 1.5;
  font-size: 11px;
  color: #524E4A;
  overflow-wrap: break-word;
}.jwd-app_wdm {
  padding: 36px 1rem 0;
  background: #111214;
}
@media(min-width: 769px) {.jwd-app_wdm {
  padding: 2.75rem 24px 0;
}
}.jwd-app_in_wdm {
  margin: 0 auto;
  max-width: 1340px;
}.jwd-app_head_wdm {
  margin-bottom: 1rem;
}.jwd-app_label_wdm {
  color: #C87A20;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.jwd-app_h2_wdm {
  margin-bottom: 0.375rem;
  font-weight: 800;
  font-size: 1.25rem;
  color: #F0EAE0;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.jwd-app_h2_wdm {
  font-size: 24px;
}
}.jwd-app_sub_wdm {
  color: #6E6660;
  max-width: 600px;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.jwd-app_sub_wdm strong {
  font-weight: 700;
  color: #C4BDB4;
}.jwd-app_cards_wdm {
  gap: 10px;
  display: grid;
  margin-top: 16px;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.jwd-app_cards_wdm {
  grid-template-columns: repeat(3,1fr);
}
}.jwd-app_card_wdm {
  overflow: hidden;
  gap: 1rem;
  border-radius: 0.5rem;
  padding: 1.25rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}.jwd-app_card_ios_wdm {
  background: linear-gradient(135deg,rgba(200, 122, 32, 0.18) 0%,#1A1B1F 100%);
}.jwd-app_card_android_wdm {
  background: linear-gradient(135deg,rgba(42, 156, 88, 0.18) 0%,#1A1B1F 100%);
}.jwd-app_card_win_wdm {
  background: linear-gradient(135deg,rgba(212, 160, 24, 0.18) 0%,#1A1B1F 100%);
}.jwd-app_card_ic_wdm svg {
  height: 2.125rem;
  width: 2.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.jwd-app_card_ic_wdm {
  flex-shrink: 0;
  color: #F0EAE0;
}.jwd-app_card_os_wdm {
  letter-spacing: .08em;
  color: #6E6660;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 700;
}.jwd-app_card_title_wdm {
  font-size: 0.938rem;
  font-weight: 700;
  overflow-wrap: break-word;
  line-height: 1.2;
  margin-bottom: 0.375rem;
  color: #F0EAE0;
}.jwd-app_card_text_wdm {
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  color: #6E6660;
  line-height: 1.5;
  font-size: 0.75rem;
}.jwd-app_card_btn_wdm {
  border-radius: 0.25rem;
  transition: background .2s;
  border: 1px solid rgba(200, 122, 32, 0.55);
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 18px;
  gap: 7px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #F0EAE0;
  font-size: 13px;
}.jwd-app_card_btn_wdm:hover {
  background: rgba(255, 255, 255, 0.07);
}.jwd-prov_wdm {
  background: #111214;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.jwd-prov_wdm {
  padding: 44px 1.5rem 0;
}
}.jwd-prov_in_wdm {
  margin: 0 auto;
  max-width: 1340px;
}.jwd-prov_head_wdm {
  margin-bottom: 16px;
}.jwd-prov_label_wdm {
  font-size: 0.688rem;
  font-weight: 700;
  color: #C87A20;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: .08em;
}.jwd-prov_h2_wdm {
  margin-bottom: 8px;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F0EAE0;
}
@media(min-width: 769px) {.jwd-prov_h2_wdm {
  font-size: 1.5rem;
}
}.jwd-prov_seo_wdm {
  margin-bottom: 16px;
  overflow-wrap: break-word;
  color: #6E6660;
  max-width: 38.75rem;
  line-height: 1.6;
  font-size: 0.813rem;
}.jwd-prov_seo_wdm strong {
  font-weight: 700;
  color: #C4BDB4;
}.jwd-prov_seo_wdm a {
  color: #C87A20;
  text-decoration: underline;
}.jwd-prov_grid_wdm {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.jwd-prov_grid_wdm {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.jwd-prov_grid_wdm {
  grid-template-columns: repeat(8,1fr);
}
}.jwd-prov_card_wdm {
  gap: 7px;
  border-radius: 0.5rem;
  transition: border-color .2s,background .2s;
  background: #161719;
  padding: 0.875rem 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
}.jwd-prov_card_wdm:hover {
  border-color: rgba(200, 122, 32, 0.55);
  background: #1A1B1F;
}.jwd-prov_logo_wdm {
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  width: 2.75rem;
  height: 44px;
  align-items: center;
  justify-content: center;
  display: flex;
}.jwd-prov_logo_wdm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.jwd-prov_name_wdm {
  color: #958D84;
  font-size: 11px;
  font-weight: 600;
  overflow-wrap: break-word;
  text-align: center;
}.jwd-rv_wdm {
  padding: 2.25rem 1rem 0;
  background: #111214;
}
@media(min-width: 767px) {.jwd-rv_wdm {
  padding: 2.75rem 24px 0;
}
}.jwd-rv_in_wdm {
  margin: 0 auto;
  max-width: 83.75rem;
}.jwd-rv_head_wdm {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.jwd-rv_label_wdm {
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C87A20;
}.jwd-rv_h2_wdm {
  font-size: 1.375rem;
  font-weight: 800;
  color: #F0EAE0;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.jwd-rv_h2_wdm {
  font-size: 28px;
}
}.jwd-rv_stats_wdm {
  gap: 1.125rem;
  flex-wrap: wrap;
  display: flex;
  color: #6E6660;
  font-size: 13px;
  align-items: center;
}.jwd-rv_stats_score_wdm {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.jwd-rv_stats_score_val_wdm {
  font-weight: 800;
  font-size: 22px;
  color: #D4A018;
  font-family: 'Cinzel', serif;
}.jwd-rv_stats_score_max_wdm {
  font-size: 0.813rem;
  color: #524E4A;
}.jwd-rv_stats_badge_wdm {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.jwd-rv_stats_badge_wdm svg {
  height: 0.875rem;
  width: 0.875rem;
  color: #D4A018;
}.jwd-rv_grid_wdm {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.jwd-rv_grid_wdm {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.jwd-rv_grid_wdm {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.jwd-rv_card_wdm {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  background: #1A1B1F;
  flex-direction: column;
  display: flex;
}.jwd-rv_card_stars_wdm {
  gap: 2px;
  display: flex;
  margin-bottom: 0.625rem;
  color: #D4A018;
}.jwd-rv_card_stars_wdm svg {
  width: 0.875rem;
  height: 0.875rem;
}.jwd-rv_card_h_wdm {
  overflow-wrap: break-word;
  line-height: 1.3;
  margin-bottom: 8px;
  font-size: 14px;
  color: #F0EAE0;
  font-weight: 700;
}.jwd-rv_card_body_wdm {
  flex: 1;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #6E6660;
  font-size: 0.813rem;
  margin-bottom: 0.875rem;
}.jwd-rv_card_body_wdm strong {
  font-weight: 600;
  color: #C4BDB4;
}.jwd-rv_card_meta_wdm {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  align-items: center;
  flex-wrap: wrap;
  padding-top: 12px;
  justify-content: space-between;
  display: flex;
}.jwd-rv_card_author_wdm {
  font-size: 12px;
  color: #C4BDB4;
  font-weight: 600;
}.jwd-rv_card_date_wdm {
  font-size: 0.688rem;
  color: #524E4A;
}.jwd-seo_wdm {
  background: #111214;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.jwd-seo_wdm {
  padding: 2.75rem 1.5rem 0;
}
}.jwd-seo_in_wdm {
  background: #1A1B1F;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  max-width: 1340px;
}
@media(min-width: 769px) {.jwd-seo_in_wdm {
  padding: 36px 40px;
}
}.jwd-seo_label_wdm {
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  font-weight: 700;
  color: #C87A20;
  font-size: 11px;
  text-transform: uppercase;
}.jwd-seo_h2_wdm {
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #F0EAE0;
  line-height: 1.25;
}
@media(min-width: 769px) {.jwd-seo_h2_wdm {
  font-size: 1.5rem;
}
}.jwd-seo_body_wdm {
  color: #958D84;
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
}.jwd-seo_body_wdm p {
  margin-bottom: 12px;
  font-size: 14px;
  color: #958D84;
  line-height: 1.75;
}.jwd-seo_body_wdm p:last-child {
  margin-bottom: 0;
}.jwd-seo_body_wdm strong {
  color: #C4BDB4;
  font-weight: 700;
}.jwd-seo_body_wdm a {
  transition: color .2s;
  color: #C87A20;
  text-decoration: underline;
}.jwd-seo_body_wdm a:hover {
  color: #E28E2C;
}.jwd-seo_body_wdm ul,.jwd-seo_body_wdm ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.jwd-seo_body_wdm ol {
  list-style: decimal;
}.jwd-seo_body_wdm li {
  line-height: 1.75;
  color: #958D84;
  margin-bottom: 0.375rem;
  font-size: 14px;
}.jwd-seo_body_wdm table {
  margin-bottom: 12px;
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  display: block;
  overflow-x: auto;
}
@media(min-width: 766px) {.jwd-seo_body_wdm table {
  display: table;
}
}.jwd-seo_body_wdm th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #C4BDB4;
  font-weight: 700;
}.jwd-seo_body_wdm td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #958D84;
}.jwd-seo_cols_wdm {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 643px) {.jwd-seo_cols_wdm {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.jwd-seo_cols_wdm {
  grid-template-columns: repeat(3,1fr);
}
}.jwd-seo_col_h_wdm {
  font-size: 13px;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  color: #C4BDB4;
  font-weight: 700;
}.jwd-seo_col_p_wdm {
  color: #6E6660;
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
}.jwd-seo_stats_wdm {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.jwd-seo_stat_wdm {
  border-radius: 0.5rem;
  padding: 14px 16px;
  flex: 1;
  background: rgba(200, 122, 32, 0.07);
  border: 1px solid rgba(200, 122, 32, 0.18);
  min-width: 140px;
}.jwd-seo_stat_val_wdm {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  color: #C87A20;
  font-size: 20px;
  font-weight: 800;
}.jwd-seo_stat_lb_wdm {
  color: #6E6660;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.jwd-seo_wdm {
  padding: 2.25rem 1rem 0;
  background: #111214;
}
@media(min-width: 771px) {.jwd-seo_wdm {
  padding: 2.75rem 1.5rem 0;
}
}.jwd-seo_in_wdm {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #1A1B1F;
  border-radius: 12px;
  margin: 0 auto;
  padding: 1.75rem 24px;
  max-width: 1340px;
}
@media(min-width: 766px) {.jwd-seo_in_wdm {
  padding: 36px 2.5rem;
}
}.jwd-seo_label_wdm {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C87A20;
  font-size: 11px;
  margin-bottom: 0.625rem;
}.jwd-seo_h2_wdm {
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  color: #F0EAE0;
}
@media(min-width: 769px) {.jwd-seo_h2_wdm {
  font-size: 24px;
}
}.jwd-seo_body_wdm {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #958D84;
  overflow-wrap: break-word;
}.jwd-seo_body_wdm p {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 12px;
  color: #958D84;
}.jwd-seo_body_wdm p:last-child {
  margin-bottom: 0;
}.jwd-seo_body_wdm strong {
  color: #C4BDB4;
  font-weight: 700;
}.jwd-seo_body_wdm a {
  transition: color .2s;
  text-decoration: underline;
  color: #C87A20;
}.jwd-seo_body_wdm a:hover {
  color: #E28E2C;
}.jwd-seo_body_wdm ul,.jwd-seo_body_wdm ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.jwd-seo_body_wdm ol {
  list-style: decimal;
}.jwd-seo_body_wdm li {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #958D84;
  margin-bottom: 6px;
}.jwd-seo_body_wdm table {
  font-size: 0.813rem;
  display: block;
  border-collapse: collapse;
  margin-bottom: 12px;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 771px) {.jwd-seo_body_wdm table {
  display: table;
}
}.jwd-seo_body_wdm th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #C4BDB4;
  font-weight: 700;
}.jwd-seo_body_wdm td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #958D84;
}.jwd-seo_cols_wdm {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.jwd-seo_cols_wdm {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.jwd-seo_cols_wdm {
  grid-template-columns: repeat(3,1fr);
}
}.jwd-seo_col_h_wdm {
  margin-bottom: 7px;
  overflow-wrap: break-word;
  color: #C4BDB4;
  font-size: 13px;
  font-weight: 700;
}.jwd-seo_col_p_wdm {
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
  color: #6E6660;
}.jwd-seo_stats_wdm {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.jwd-seo_stat_wdm {
  background: rgba(200, 122, 32, 0.07);
  border: 1px solid rgba(200, 122, 32, 0.18);
  border-radius: 8px;
  padding: 0.875rem 1rem;
  flex: 1;
  min-width: 140px;
}.jwd-seo_stat_val_wdm {
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #C87A20;
  margin-bottom: 4px;
}.jwd-seo_stat_lb_wdm {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #6E6660;
}.jwd-seo_wdm {
  padding: 2.25rem 16px 0;
  background: #111214;
}
@media(min-width: 770px) {.jwd-seo_wdm {
  padding: 2.75rem 24px 0;
}
}.jwd-seo_in_wdm {
  margin: 0 auto;
  padding: 1.75rem 24px;
  background: #1A1B1F;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  max-width: 1340px;
}
@media(min-width: 765px) {.jwd-seo_in_wdm {
  padding: 36px 40px;
}
}.jwd-seo_label_wdm {
  font-size: 11px;
  margin-bottom: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #C87A20;
}.jwd-seo_h2_wdm {
  margin-bottom: 14px;
  color: #F0EAE0;
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  font-weight: 800;
}
@media(min-width: 765px) {.jwd-seo_h2_wdm {
  font-size: 1.5rem;
}
}.jwd-seo_body_wdm {
  line-height: 1.75;
  color: #958D84;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.jwd-seo_body_wdm p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #958D84;
}.jwd-seo_body_wdm p:last-child {
  margin-bottom: 0;
}.jwd-seo_body_wdm strong {
  font-weight: 700;
  color: #C4BDB4;
}.jwd-seo_body_wdm a {
  transition: color .2s;
  color: #C87A20;
  text-decoration: underline;
}.jwd-seo_body_wdm a:hover {
  color: #E28E2C;
}.jwd-seo_body_wdm ul,.jwd-seo_body_wdm ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.jwd-seo_body_wdm ol {
  list-style: decimal;
}.jwd-seo_body_wdm li {
  font-size: 0.875rem;
  margin-bottom: 6px;
  color: #958D84;
  line-height: 1.75;
}.jwd-seo_body_wdm table {
  font-size: 0.813rem;
  border-collapse: collapse;
  margin-bottom: 12px;
  display: block;
  width: 100%;
  overflow-x: auto;
}
@media(min-width:768px) {.jwd-seo_body_wdm table {
  display: table;
}
}.jwd-seo_body_wdm th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C4BDB4;
  font-weight: 700;
  text-align: left;
}.jwd-seo_body_wdm td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #958D84;
}.jwd-seo_cols_wdm {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 643px) {.jwd-seo_cols_wdm {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.jwd-seo_cols_wdm {
  grid-template-columns: repeat(3,1fr);
}
}.jwd-seo_col_h_wdm {
  font-size: 0.813rem;
  color: #C4BDB4;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-weight: 700;
}.jwd-seo_col_p_wdm {
  font-size: 13px;
  color: #6E6660;
  overflow-wrap: break-word;
  line-height: 1.65;
}.jwd-seo_stats_wdm {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.jwd-seo_stat_wdm {
  padding: 14px 16px;
  background: rgba(200, 122, 32, 0.07);
  border: 1px solid rgba(200, 122, 32, 0.18);
  border-radius: 8px;
  flex: 1;
  min-width: 140px;
}.jwd-seo_stat_val_wdm {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  color: #C87A20;
  margin-bottom: 0.25rem;
}.jwd-seo_stat_lb_wdm {
  font-size: 11px;
  color: #6E6660;
  overflow-wrap: break-word;
}.jwd-faq_wdm {
  padding: 2.25rem 1rem 0;
  background: #111214;
}
@media(min-width: 767px) {.jwd-faq_wdm {
  padding: 2.75rem 24px 0;
}
}.jwd-faq_in_wdm {
  margin: 0 auto;
  max-width: 83.75rem;
}.jwd-faq_head_wdm {
  margin-bottom: 20px;
}.jwd-faq_label_wdm {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C87A20;
  font-size: 0.688rem;
}.jwd-faq_h2_wdm {
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  color: #F0EAE0;
  font-size: 20px;
}
@media(min-width: 769px) {.jwd-faq_h2_wdm {
  font-size: 24px;
}
}.jwd-faq_list_wdm {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.jwd-faq_item_wdm {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #1A1B1F;
  overflow: hidden;
}.jwd-faq_q_wdm {
  padding: 16px 1.25rem;
  transition: color .2s;
  gap: 0.75rem;
  cursor: pointer;
  align-items: center;
  font-size: 14px;
  flex-wrap: wrap;
  font-weight: 600;
  color: #C4BDB4;
  justify-content: space-between;
  overflow-wrap: break-word;
  display: flex;
}.jwd-faq_q_wdm:hover {
  color: #F0EAE0;
}.jwd-faq_q_ic_wdm {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  display: flex;
  color: #C87A20;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  font-size: 16px;
  height: 24px;
}.jwd-faq_item_wdm.jwd-state_open_wdm .jwd-faq_q_ic_wdm {
  transform: rotate(45deg);
}.jwd-faq_a_wdm {
  padding: 0 20px 16px;
  color: #6E6660;
  font-size: 13px;
  display: none;
  overflow-wrap: break-word;
  line-height: 1.7;
}.jwd-faq_item_wdm.jwd-state_open_wdm .jwd-faq_a_wdm {
  display: block;
}.jwd-faq_a_wdm strong {
  font-weight: 700;
  color: #C4BDB4;
}.jwd-faq_a_wdm a {
  color: #C87A20;
  text-decoration: underline;
}.jwd-faq_a_wdm ul,.jwd-faq_a_wdm ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.jwd-faq_a_wdm ol {
  list-style: decimal;
}.jwd-faq_a_wdm li {
  margin-bottom: 4px;
  line-height: 1.6;
}.jwd-faq_a_wdm table {
  margin: 8px 0;
  border-collapse: collapse;
  font-size: 12px;
  display: block;
  width: 100%;
  overflow-x: auto;
}
@media(min-width:768px) {.jwd-faq_a_wdm table {
  display: table;
}
}.jwd-faq_a_wdm th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #C4BDB4;
}.jwd-faq_a_wdm td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6E6660;
}.jwd-ft_wdm {
  background: #0B0C0E;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.jwd-ft_support_wdm {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width:768px) {.jwd-ft_support_wdm {
  padding: 1.75rem 1.5rem;
}
}.jwd-ft_support_in_wdm {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  max-width: 83.75rem;
  align-items: center;
}.jwd-ft_support_main_wdm {
  flex: 1;
  gap: 1rem;
  flex-wrap: wrap;
  min-width: 13.75rem;
  display: flex;
  align-items: center;
}.jwd-ft_support_ic_wdm {
  flex-shrink: 0;
  color: #C87A20;
}.jwd-ft_support_ic_wdm svg {
  stroke-linecap: round;
  width: 30px;
  height: 30px;
  stroke-linejoin: round;
}.jwd-ft_support_text_title_wdm {
  margin-bottom: 3px;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 15px;
  color: #F0EAE0;
}.jwd-ft_support_text_sub_wdm {
  font-size: 0.75rem;
  color: #6E6660;
  overflow-wrap: break-word;
}.jwd-ft_support_btn_wdm {
  transition: background .2s;
  padding: 11px 1.375rem;
  border-radius: 0.5rem;
  background: #C87A20;
  color: #F0EAE0;
  flex-shrink: 0;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 700;
}.jwd-ft_support_btn_wdm:hover {
  background: #E28E2C;
}.jwd-ft_support_contacts_wdm {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.jwd-ft_support_contact_wdm {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #524E4A;
}.jwd-ft_support_contact_wdm strong {
  color: #958D84;
  font-size: 0.688rem;
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
}.jwd-ft_main_wdm {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 1rem 24px;
}
@media(min-width: 770px) {.jwd-ft_main_wdm {
  padding: 40px 24px 2rem;
}
}.jwd-ft_main_in_wdm {
  margin: 0 auto;
  gap: 24px;
  max-width: 83.75rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 639px) {.jwd-ft_main_in_wdm {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.jwd-ft_main_in_wdm {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.jwd-ft_col_logo_wdm {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.jwd-ft_col_logo_wdm {
  grid-column: auto;
}
}.jwd-ft_logo_wdm {
  gap: 0.563rem;
  flex-wrap: wrap;
  display: flex;
  font-size: 1rem;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  color: #F0EAE0;
  align-items: center;
}.jwd-ft_logo_mark_wdm {
  border-radius: 4px;
  overflow: hidden;
  width: 1.875rem;
  height: 1.875rem;
}.jwd-ft_logo_mark_wdm img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.jwd-ft_logo_sub_wdm {
  line-height: 1.55;
  color: #524E4A;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  max-width: 200px;
}.jwd-ft_col_title_wdm {
  font-weight: 700;
  text-transform: uppercase;
  color: #958D84;
  margin-bottom: 14px;
  letter-spacing: .07em;
  font-size: 0.75rem;
}.jwd-ft_col_links_wdm {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.jwd-ft_col_link_wdm {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #524E4A;
  font-size: 0.813rem;
}.jwd-ft_col_link_wdm:hover {
  color: #C4BDB4;
}.jwd-ft_apps_wdm {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.jwd-ft_app_card_wdm {
  padding: 10px 0.75rem;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  display: flex;
  align-items: center;
}.jwd-ft_app_card_wdm:hover {
  border-color: rgba(200, 122, 32, 0.55);
}.jwd-ft_app_card_ic_wdm svg {
  width: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 22px;
}.jwd-ft_app_card_os_wdm {
  color: #524E4A;
  font-size: 10px;
  font-weight: 600;
}.jwd-ft_app_card_action_wdm {
  font-size: 12px;
  font-weight: 700;
  color: #C4BDB4;
}.jwd-ft_bot_wdm {
  padding: 20px 16px;
}
@media(min-width: 769px) {.jwd-ft_bot_wdm {
  padding: 20px 1.5rem;
}
}.jwd-ft_bot_in_wdm {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  max-width: 83.75rem;
}.jwd-ft_socials_wdm {
  gap: 0.5rem;
  display: flex;
}.jwd-ft_soc_wdm {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 36px;
  color: #958D84;
  display: flex;
}.jwd-ft_soc_wdm svg {
  stroke-linejoin: round;
  height: 16px;
  width: 16px;
  stroke-linecap: round;
}.jwd-ft_soc_wdm:hover {
  background: rgba(255, 255, 255, 0.07);
}.jwd-ft_legal_wdm {
  flex: 1;
  line-height: 1.6;
  min-width: 200px;
  color: #847D78;
  font-size: 11px;
  overflow-wrap: break-word;
}.jwd-ft_legal_wdm strong {
  font-weight: 700;
  color: #958D84;
}.jwd-ft_legal_wdm a {
  text-decoration: underline;
  color: #958D84;
}.jwd-ft_age_wdm {
  border: 2px solid #847D78;
  border-radius: 50%;
  display: flex;
  margin-left: auto;
  justify-content: center;
  height: 2rem;
  flex-shrink: 0;
  font-size: 0.688rem;
  font-weight: 800;
  width: 32px;
  color: #847D78;
  align-items: center;
}