html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0E0C09;
  min-height: 100vh;
  font-family: 'Raleway', sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  color: #D4C9A8;
}.jvl_layout-dls {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.jvl_page-dls {
  min-height: 100vh;
  display: flex;
}.jvl_main-dls {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width: 1083px) {.jvl_main-dls {
  padding-left: 13.75rem;
}
}
@media (max-width: 1081px) {.jvl_main-dls {
  padding-bottom: 4.5rem;
}
}.jvl_gc-dls {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  transition: transform .2s,border-color .2s;
  background: #131108;
  width: 140px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
@media(min-width: 642px) {.jvl_gc-dls {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.jvl_gc-dls {
  width: 10.5rem;
}
}.jvl_gc-dls:hover {
  border-color: rgba(196, 154, 40, 0.07);
  transform: translateY(-3px);
}.jvl_gc_img-dls {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.jvl_gc_img-dls img {
  inset: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}.jvl_gc_hover-dls {
  transition: opacity .2s;
  background: rgba(8, 6, 4, 0.72);
  inset: 0;
  align-items: center;
  opacity: 0;
  position: absolute;
  justify-content: center;
  display: flex;
}.jvl_gc-dls:hover .jvl_gc_hover-dls {
  opacity: 1;
}.jvl_gc_hover_btn-dls {
  border-radius: 4px;
  background: #C49A28;
  padding: 8px 1rem;
  font-weight: 700;
  color: #F5EDD6;
  font-size: 0.75rem;
}.jvl_gc_info-dls {
  padding: 8px 10px 0.625rem;
}.jvl_gc_name-dls {
  overflow: hidden;
  margin-bottom: 3px;
  color: #D4C9A8;
  text-overflow: ellipsis;
  font-size: 12px;
  white-space: nowrap;
  max-width: 100%;
  font-weight: 600;
}.jvl_gc_prov-dls {
  color: #675C44;
  font-size: 0.625rem;
}.jvl_gc_tag-dls {
  border-radius: 0.25rem;
  padding: 2px 7px;
  left: 6px;
  letter-spacing: .04em;
  position: absolute;
  text-transform: uppercase;
  font-size: 0.563rem;
  z-index: 2;
  top: 6px;
  font-weight: 700;
}.jvl_gc_tag_hot-dls {
  background: #D94040;
  color: #fff;
}.jvl_gc_tag_new-dls {
  background: #2DB87A;
  color: #0E0C09;
}.jvl_gc_tag_jp-dls {
  background: #E8A020;
  color: #0E0C09;
}.jvl_gc_tag_ex-dls {
  background: #7A5C10;
  color: #fff;
}.jvl_gc_tag_live-dls {
  background: #D94040;
  color: #fff;
}.jvl_gr-dls {
  background: #0E0C09;
  padding: 2rem 16px 0;
}
@media(min-width: 765px) {.jvl_gr-dls {
  padding: 36px 24px 0;
}
}.jvl_gr_in-dls {
  margin: 0 auto;
  max-width: 1340px;
}.jvl_gr_head-dls {
  gap: 0.75rem;
  display: flex;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
}.jvl_gr_head_l-dls {
  gap: 0.625rem;
  flex: 1;
  align-items: center;
  display: flex;
  min-width: 0;
}.jvl_gr_ic-dls {
  border-radius: 8px;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 2rem;
  align-items: center;
  display: flex;
}.jvl_gr_ic-dls svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
  height: 16px;
}.jvl_gr_title-dls {
  font-weight: 700;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F5EDD6;
  font-size: 16px;
}
@media(min-width: 767px) {.jvl_gr_title-dls {
  font-size: 18px;
}
}.jvl_gr_more-dls {
  transition: color .2s;
  gap: 5px;
  align-items: center;
  font-size: 0.75rem;
  display: flex;
  color: #7E7158;
  font-weight: 600;
  flex-shrink: 0;
  white-space: nowrap;
}.jvl_gr_more-dls:hover {
  color: #C49A28;
}.jvl_gr_more-dls svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.75rem;
  width: 0.75rem;
}.jvl_gr_arrows-dls {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.jvl_gr_arr-dls {
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .15s,color .15s;
  justify-content: center;
  height: 1.875rem;
  align-items: center;
  display: flex;
  width: 1.875rem;
  color: #A89B78;
}.jvl_gr_arr-dls:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F5EDD6;
}.jvl_gr_arr-dls svg {
  stroke-linecap: round;
  height: 13px;
  stroke-linejoin: round;
  width: 0.813rem;
}.jvl_gr_seo_h-dls {
  margin: 0 0 0.375rem;
  color: #D4C9A8;
  max-width: 680px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 13px;
}
@media(min-width: 769px) {.jvl_gr_seo_h-dls {
  font-size: 14px;
}
}.jvl_gr_seo-dls {
  margin-bottom: 0.75rem;
  max-width: 42.5rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #7E7158;
  font-size: 0.75rem;
}.jvl_gr_seo-dls strong {
  color: #D4C9A8;
  font-weight: 600;
}.jvl_gr_scroll-dls {
  gap: 0.625rem;
  padding-bottom: 0.625rem;
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  scrollbar-width: none;
}.jvl_gr_scroll-dls::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.jvl_gr_scroll-dls {
  gap: 12px;
}
}.jvl_tb-dls {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0B0A07;
  display: flex;
  position: fixed;
  z-index: 80;
  top: 0;
  height: 3.5rem;
  left: 0;
  align-items: center;
  right: 0;
}.jvl_tb_in-dls {
  padding: 0 14px;
  gap: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}.jvl_tb_burger-dls {
  border-radius: 0.5rem;
  gap: 5px;
  margin-right: 8px;
  justify-content: center;
  height: 38px;
  display: flex;
  width: 38px;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}.jvl_tb_burger-dls:hover {
  background: rgba(255, 255, 255, 0.05);
}.jvl_tb_burger_line-dls {
  background: #A89B78;
  border-radius: 1px;
  width: 18px;
  display: block;
  height: 2px;
}
@media(min-width: 1078px) {.jvl_tb_burger-dls {
  display: none;
}
}.jvl_tb_logo-dls {
  gap: 9px;
  margin-right: 1.25rem;
  letter-spacing: -.01em;
  color: #F5EDD6;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 18px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.jvl_tb_logo_mark-dls {
  border-radius: 8px;
  overflow: hidden;
  height: 2rem;
  width: 32px;
  align-items: center;
  justify-content: center;
  display: flex;
}.jvl_tb_logo_mark-dls img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.jvl_tb_nav-dls {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 639px) {.jvl_tb_nav-dls {
  display: flex;
}
}.jvl_tb_tab-dls {
  padding: 0.5rem 0.875rem;
  border-radius: 8px;
  transition: background .15s,color .15s;
  color: #A89B78;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 600;
}.jvl_tb_tab-dls:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDD6;
}.jvl_tb_tab-dls.jvl_state_active-dls {
  background: rgba(196, 154, 40, 0.18);
  color: #F5EDD6;
}.jvl_tb_right-dls {
  gap: 0.5rem;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.jvl_tb_login-dls {
  border-radius: 0.5rem;
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 9px 1rem;
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  display: none;
  color: #D4C9A8;
  font-weight: 600;
}.jvl_tb_login-dls:hover {
  border-color: rgba(196, 154, 40, 0.45);
  color: #F5EDD6;
}
@media(min-width:480px) {.jvl_tb_login-dls {
  display: block;
}
}.jvl_tb_reg-dls {
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 0.563rem 18px;
  background: #2DB87A;
  font-weight: 700;
  white-space: nowrap;
  color: #100E06;
  font-size: 0.813rem;
}.jvl_tb_reg-dls:hover {
  background: #38CE8C;
}.jvl_sb-dls {
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  background: #171410;
  bottom: 0;
  position: fixed;
  left: 0;
  width: 13.75rem;
  z-index: 70;
  top: 3.5rem;
  overflow-y: auto;
}.jvl_sb-dls.jvl_state_open-dls {
  transform: translateX(0);
}.jvl_sb-dls::-webkit-scrollbar {
  width: 4px;
}.jvl_sb-dls::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1078px) {.jvl_sb-dls {
  transform: translateX(0);
}
}.jvl_sb_auth-dls {
  padding: 0.875rem 12px 0.625rem;
}.jvl_sb_btn_reg-dls {
  transition: background .2s;
  background: #2DB87A;
  padding: 0.688rem;
  border-radius: 8px;
  font-weight: 700;
  display: block;
  text-align: center;
  color: #100E06;
  margin-bottom: 0.5rem;
  font-size: 13px;
}.jvl_sb_btn_reg-dls:hover {
  background: #38CE8C;
}.jvl_sb_btn_login-dls {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  padding: 10px;
  transition: border-color .2s;
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #D4C9A8;
}.jvl_sb_btn_login-dls:hover {
  border-color: rgba(196, 154, 40, 0.45);
  color: #F5EDD6;
}.jvl_sb_promo-dls {
  overflow: hidden;
  border: 1px solid rgba(196, 154, 40, 0.18);
  border-radius: 8px;
  padding: 0.75rem 14px;
  background: linear-gradient(135deg,#1C1408,#171410);
  margin: 0 12px 0.625rem;
  position: relative;
}.jvl_sb_promo-dls::before {
  background: radial-gradient(circle,rgba(196, 154, 40, 0.18),transparent 70%);
  border-radius: 50%;
  right: -1.25rem;
  position: absolute;
  width: 5rem;
  content: '';
  top: -1.25rem;
  height: 80px;
}.jvl_sb_promo_title-dls {
  color: #C49A28;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}.jvl_sb_promo_text-dls {
  font-weight: 600;
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.35;
  color: #F5EDD6;
}.jvl_sb_promo_sub-dls {
  font-size: 0.625rem;
  margin-top: 3px;
  color: #7E7158;
}.jvl_sb_nav-dls {
  padding: 6px 8px 1rem;
}.jvl_sb_nav_lb-dls {
  padding: 0.625rem 0.5rem 6px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #675C44;
}.jvl_sb_link-dls {
  padding: 9px 10px;
  gap: 0.625rem;
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  color: #A89B78;
  font-weight: 500;
  display: flex;
  overflow-wrap: break-word;
  font-size: 13px;
  align-items: center;
  cursor: pointer;
}.jvl_sb_link-dls:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDD6;
}.jvl_sb_link-dls.jvl_state_active-dls {
  background: rgba(196, 154, 40, 0.18);
  color: #F5EDD6;
}.jvl_sb_ic-dls {
  border-radius: 0.25rem;
  height: 1.875rem;
  display: flex;
  width: 30px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}.jvl_sb_ic-dls svg {
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
}.jvl_sb_ic_1-dls {
  background: rgba(196, 154, 40, 0.07);
  color: #C49A28;
}.jvl_sb_ic_2-dls {
  background: rgba(45, 184, 122, 0.15);
  color: #2DB87A;
}.jvl_sb_ic_3-dls {
  background: rgba(232, 160, 32, 0.16);
  color: #E8A020;
}.jvl_sb_ic_4-dls {
  background: rgba(122, 92, 16, 0.28);
  color: #7A5C10;
}.jvl_sb_ic_5-dls {
  background: rgba(196, 154, 40, 0.07);
  color: #E0548A;
}.jvl_sb_ic_6-dls {
  background: rgba(122, 92, 16, 0.28);
  color: #9B59D0;
}.jvl_sb_badge-dls {
  padding: 2px 7px;
  border-radius: 0.25rem;
  background: #E8A020;
  margin-left: auto;
  font-weight: 700;
  font-size: 0.563rem;
  color: #100E06;
}.jvl_sb_bot-dls {
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  display: flex;
}.jvl_sb_lang-dls,.jvl_sb_help-dls {
  flex: 1;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  padding: 0.563rem 0.375rem;
  gap: 6px;
  border-radius: 0.25rem;
  justify-content: center;
  font-weight: 600;
  align-items: center;
  color: #A89B78;
  display: flex;
  font-size: 11px;
}.jvl_sb_lang-dls:hover,.jvl_sb_help-dls:hover {
  border-color: rgba(196, 154, 40, 0.45);
  color: #F5EDD6;
}.jvl_sb_lang-dls svg,.jvl_sb_help-dls svg {
  stroke-linecap: round;
  width: 0.813rem;
  height: 0.813rem;
  stroke-linejoin: round;
}.jvl_sb_bd-dls {
  inset: 0;
  background: rgba(8, 6, 4, 0.72);
  z-index: 69;
  display: none;
  position: fixed;
}.jvl_sb_bd-dls.jvl_state_on-dls {
  display: block;
}
@media(min-width: 1078px) {.jvl_sb_bd-dls {
  display: none!important;
}
}.jvl_mob_nav-dls {
  background: #171410;
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  display: flex;
  z-index: 80;
}
@media(min-width: 1082px) {.jvl_mob_nav-dls {
  display: none;
}
}.jvl_mob_nav_item-dls {
  padding: 4px 2px;
  gap: 0.25rem;
  flex: 1;
  color: #675C44;
  flex-direction: column;
  cursor: pointer;
  display: flex;
  align-items: center;
}.jvl_mob_nav_ic-dls {
  line-height: 1;
}.jvl_mob_nav_ic-dls svg {
  stroke-linecap: round;
  height: 1.25rem;
  width: 1.25rem;
  stroke-linejoin: round;
}.jvl_mob_nav_lb-dls {
  font-size: 0.625rem;
  color: #675C44;
  font-weight: 600;
}.jvl_mob_nav_item-dls.jvl_state_active-dls {
  color: #C49A28;
}.jvl_mob_nav_item-dls.jvl_state_active-dls .jvl_mob_nav_lb-dls {
  color: #C49A28;
}.jvl_hero-dls {
  background: #0E0C09;
  padding: 1.25rem 16px 0;
}
@media(min-width: 766px) {.jvl_hero-dls {
  padding: 24px 1.5rem 0;
}
}.jvl_hero_in-dls {
  gap: 12px;
  margin: 0 auto;
  display: grid;
  max-width: 1340px;
  grid-template-columns: 1fr;
}
@media(min-width:860px) {.jvl_hero_in-dls {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1102px) {.jvl_hero_in-dls {
  grid-template-columns: 1fr 21.25rem;
}
}.jvl_hero_promo-dls {
  background: #131108;
  overflow: hidden;
  border-radius: 0.875rem;
  position: relative;
  display: flex;
  min-height: 220px;
  align-items: stretch;
}
@media(min-width: 766px) {.jvl_hero_promo-dls {
  min-height: 17.5rem;
}
}.jvl_hero_promo_bg-dls {
  background: linear-gradient(120deg,#1C1408 0%,#0E0C09 100%);
  background-position: center;
  inset: 0;
  background-size: cover;
  position: absolute;
}.jvl_hero_promo_bg-dls::after {
  inset: 0;
  background: linear-gradient(90deg,#0E0C09 0%,rgba(8, 6, 4, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.jvl_hero_promo_glow-dls {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(122, 92, 16, 0.28) 0%,transparent 65%);
  width: 300px;
  height: 300px;
  position: absolute;
  top: -2.5rem;
  pointer-events: none;
  right: 3.75rem;
}.jvl_hero_promo_ct-dls {
  padding: 1.75rem 24px 1.75rem 28px;
  flex-direction: column;
  justify-content: center;
  display: flex;
  max-width: 30rem;
  position: relative;
  z-index: 2;
}
@media(min-width: 770px) {.jvl_hero_promo_ct-dls {
  padding: 40px 2rem;
}
}.jvl_hero_badge-dls {
  border-radius: 20px;
  background: rgba(196, 154, 40, 0.18);
  padding: 0.313rem 12px;
  border: 1px solid rgba(196, 154, 40, 0.07);
  letter-spacing: .08em;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #C49A28;
  font-size: 0.625rem;
  display: inline-block;
}.jvl_hero_h1-dls {
  font-family: 'Cinzel', serif;
  font-size: 26px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F5EDD6;
  margin-bottom: 0.625rem;
  line-height: 1.15;
}.jvl_hero_h1-dls em {
  color: #E8A020;
  font-style: normal;
}
@media(min-width: 771px) {.jvl_hero_h1-dls {
  font-size: 36px;
}
}.jvl_hero_sub-dls {
  line-height: 1.55;
  margin-bottom: 1.25rem;
  font-size: 13px;
  color: #A89B78;
}
@media(min-width: 770px) {.jvl_hero_sub-dls {
  font-size: 0.875rem;
}
}.jvl_hero_row-dls {
  gap: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.jvl_hero_cta-dls {
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 0.813rem 26px;
  background: #2DB87A;
  font-size: 0.875rem;
  color: #100E06;
  box-shadow: 0 2px 0.875rem rgba(45, 184, 122, 0.40), 0 1px 4px rgba(0, 0, 0, 0.55);
  font-weight: 700;
}.jvl_hero_cta-dls:hover {
  background: #38CE8C;
}.jvl_hero_terms-dls {
  color: #675C44;
  font-size: 11px;
}.jvl_hero_game-dls {
  overflow: hidden;
  background: #131108;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  position: relative;
}.jvl_hero_game_badge-dls {
  border-radius: 20px;
  background: rgba(232, 160, 32, 0.16);
  padding: 0.313rem 0.625rem;
  border: 1px solid rgba(232, 160, 32, 0.16);
  text-transform: uppercase;
  z-index: 3;
  left: 0.75rem;
  letter-spacing: .06em;
  position: absolute;
  font-weight: 700;
  top: 12px;
  font-size: 0.625rem;
  color: #E8A020;
}.jvl_hero_game_badge-dls svg {
  margin-right: 0.25rem;
  height: 11px;
  vertical-align: -1px;
  width: 0.688rem;
}.jvl_hero_game_img-dls {
  overflow: hidden;
  background: linear-gradient(135deg,#1C1408,#0E0C09);
  padding-bottom: 60%;
  position: relative;
}.jvl_hero_game_img-dls img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
}.jvl_hero_game_play-dls {
  transition: opacity .2s;
  background: rgba(8, 6, 4, 0.72);
  inset: 0;
  position: absolute;
  opacity: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}.jvl_hero_game-dls:hover .jvl_hero_game_play-dls {
  opacity: 1;
}.jvl_hero_game_play-dls span {
  border-radius: 50%;
  background: #C49A28;
  display: flex;
  justify-content: center;
  width: 3.25rem;
  align-items: center;
  height: 52px;
}.jvl_hero_game_play-dls span svg {
  height: 1.125rem;
  margin-left: 2px;
  width: 1.125rem;
}.jvl_hero_game_info-dls {
  padding: 14px 16px;
}.jvl_hero_game_title-dls {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 15px;
  color: #F5EDD6;
  overflow-wrap: break-word;
}.jvl_hero_game_provider-dls {
  color: #7E7158;
  font-size: 0.688rem;
}.jvl_hero_game_btn-dls {
  background: #C49A28;
  padding: 11px;
  border-radius: 8px;
  transition: background .2s;
  margin: 12px 16px 16px;
  font-size: 0.813rem;
  text-align: center;
  color: #F5EDD6;
  font-weight: 700;
  display: block;
}.jvl_hero_game-dls:hover .jvl_hero_game_btn-dls {
  background: #D4AA3C;
}.jvl_sbar-dls {
  padding: 16px 1rem 0;
  background: #0E0C09;
}
@media(min-width: 769px) {.jvl_sbar-dls {
  padding: 18px 24px 0;
}
}.jvl_sbar_in-dls {
  margin: 0 auto;
  max-width: 1340px;
}.jvl_sbar_row-dls {
  gap: 0.625rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  display: flex;
}.jvl_sbar_input-dls {
  border-radius: 8px;
  gap: 10px;
  transition: border-color .2s;
  background: #131108;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex: 1;
  padding: 11px 16px;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  color: #7E7158;
}.jvl_sbar_input-dls:hover {
  border-color: rgba(196, 154, 40, 0.45);
}.jvl_sbar_input-dls svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 15px;
  flex-shrink: 0;
  height: 15px;
}.jvl_sbar_providers-dls {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #131108;
  padding: 11px 1.125rem;
  gap: 0.5rem;
  transition: border-color .2s;
  border-radius: 8px;
  display: flex;
  font-weight: 600;
  color: #D4C9A8;
  font-size: 0.813rem;
  white-space: nowrap;
  align-items: center;
}.jvl_sbar_providers-dls:hover {
  border-color: rgba(196, 154, 40, 0.45);
  color: #F5EDD6;
}.jvl_sbar_providers-dls svg {
  height: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.875rem;
}.jvl_sbar_tabs-dls {
  gap: 0.375rem;
  scrollbar-width: none;
  padding-bottom: 2px;
  display: flex;
  overflow-x: auto;
}.jvl_sbar_tabs-dls::-webkit-scrollbar {
  display: none;
}.jvl_sbar_tab-dls {
  border-radius: 20px;
  padding: 0.5rem 0.875rem;
  gap: 0.438rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  background: rgba(255, 255, 255, 0.05);
  color: #A89B78;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  align-items: center;
  font-size: 0.75rem;
  cursor: pointer;
  display: flex;
}.jvl_sbar_tab-dls:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(196, 154, 40, 0.45);
  color: #F5EDD6;
}.jvl_sbar_tab-dls.jvl_state_active-dls {
  border-color: rgba(196, 154, 40, 0.07);
  background: rgba(196, 154, 40, 0.18);
  color: #F5EDD6;
}.jvl_sbar_tab_ic-dls svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 14px;
  height: 0.875rem;
}.jvl_gcg-dls {
  padding: 2.25rem 16px 0;
  background: #0E0C09;
}
@media(min-width: 771px) {.jvl_gcg-dls {
  padding: 44px 24px 0;
}
}.jvl_gcg_in-dls {
  margin: 0 auto;
  max-width: 83.75rem;
}.jvl_gcg_head-dls {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.jvl_gcg_label-dls {
  letter-spacing: .08em;
  color: #C49A28;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.jvl_gcg_h2-dls {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F5EDD6;
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
  font-size: 1.375rem;
}
@media(min-width: 765px) {.jvl_gcg_h2-dls {
  font-size: 28px;
}
}.jvl_gcg_intro-dls {
  font-size: 0.813rem;
  color: #7E7158;
  line-height: 1.6;
}.jvl_gcg_grid-dls {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.jvl_gcg_grid-dls {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.jvl_gcg_grid-dls {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.jvl_gcg_card-dls {
  transition: transform .2s,border-color .2s;
  padding: 1.25rem;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  cursor: pointer;
  min-height: 240px;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
}.jvl_gcg_card-dls:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 154, 40, 0.18);
}.jvl_gcg_card_bg-dls {
  inset: 0;
  z-index: 0;
  position: absolute;
}.jvl_gcg_card_bg-dls::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.jvl_gcg_card_ic-dls {
  border-radius: 4px;
  background: rgba(0,0,0,.45);
  color: #F5EDD6;
  width: 40px;
  right: 18px;
  align-items: center;
  height: 40px;
  justify-content: center;
  top: 18px;
  display: flex;
  z-index: 2;
  position: absolute;
}.jvl_gcg_card_ic-dls svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.25rem;
  width: 1.25rem;
}.jvl_gcg_card_ct-dls {
  position: relative;
  z-index: 1;
}.jvl_gcg_card_h-dls {
  font-weight: 800;
  font-size: 1.125rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #F5EDD6;
}
@media(min-width: 769px) {.jvl_gcg_card_h-dls {
  font-size: 1.25rem;
}
}.jvl_gcg_card_p-dls {
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
  margin-bottom: 10px;
  line-height: 1.55;
  font-size: 0.75rem;
}.jvl_gcg_card_p-dls strong {
  font-weight: 600;
  color: #F5EDD6;
}.jvl_gcg_card_cta-dls {
  gap: 0.25rem;
  letter-spacing: .04em;
  font-size: 0.75rem;
  align-items: center;
  font-weight: 700;
  color: #C49A28;
  text-transform: uppercase;
  display: inline-flex;
}.jvl_gcg_card_cta-dls svg {
  width: 0.75rem;
  height: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.jvl_gr_jp-dls {
  background: linear-gradient(135deg,#1A0E2C 0%,#0C0A12 100%);
  overflow: hidden;
  border-radius: 0.875rem;
  padding: 1.25rem;
  position: relative;
}.jvl_gr_jp-dls::before {
  background: radial-gradient(circle,rgba(122, 92, 16, 0.28) 0%,transparent 70%);
  border-radius: 50%;
  position: absolute;
  left: -3.75rem;
  content: '';
  width: 250px;
  top: -3.75rem;
  height: 250px;
}.jvl_gr_jp-dls::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(232, 160, 32, 0.16) 0%,transparent 70%);
  content: '';
  height: 12.5rem;
  width: 12.5rem;
  position: absolute;
  bottom: -40px;
  right: 0;
}.jvl_gr_jp_head-dls {
  gap: 1rem;
  align-items: flex-start;
  z-index: 1;
  margin-bottom: 16px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}.jvl_gr_jp_info-dls {
  flex: 1;
}.jvl_gr_jp_label-dls {
  font-size: 11px;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #9B59D0;
  letter-spacing: .08em;
  font-weight: 700;
}.jvl_gr_jp_label-dls svg {
  stroke-linecap: round;
  width: 14px;
  margin-right: 0.25rem;
  vertical-align: -2px;
  height: 0.875rem;
  stroke-linejoin: round;
}.jvl_gr_jp_amount-dls {
  line-height: 1;
  overflow-wrap: break-word;
  color: #F5EDD6;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 0.25rem;
  font-size: 2rem;
}
@media(min-width: 765px) {.jvl_gr_jp_amount-dls {
  font-size: 2.5rem;
}
}.jvl_gr_jp_amount-dls span {
  color: #E8A020;
}.jvl_gr_jp_seo-dls {
  color: #A89B78;
  max-width: 30rem;
  font-size: 0.75rem;
  line-height: 1.5;
  overflow-wrap: break-word;
}.jvl_gr_jp_cta-dls {
  border: 1px solid rgba(122, 92, 16, 0.28);
  border-radius: 8px;
  transition: background .2s;
  background: rgba(122, 92, 16, 0.28);
  padding: 0.688rem 20px;
  font-weight: 700;
  white-space: nowrap;
  margin-top: 0.25rem;
  position: relative;
  flex-shrink: 0;
  align-self: flex-start;
  font-size: 0.813rem;
  color: #F5EDD6;
  z-index: 1;
}.jvl_gr_jp_cta-dls:hover {
  background: #7A5C10;
}.jvl_ws-dls {
  padding: 2rem 1rem 0;
  background: #0E0C09;
}
@media(min-width: 769px) {.jvl_ws-dls {
  padding: 2.25rem 24px 0;
}
}.jvl_ws_in-dls {
  margin: 0 auto;
  max-width: 1340px;
}.jvl_ws_head-dls {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 14px;
  justify-content: space-between;
}.jvl_ws_title-dls {
  gap: 0.625rem;
  flex-wrap: wrap;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #F5EDD6;
  font-size: 1rem;
  overflow-wrap: break-word;
}.jvl_ws_title_ic-dls svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.125rem;
  color: #E8A020;
  height: 18px;
}.jvl_ws_online-dls {
  gap: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  color: #7E7158;
  display: flex;
  align-items: center;
}.jvl_ws_online_dot-dls {
  background: #2DB87A;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  box-shadow: 0 0 6px rgba(45, 184, 122, 0.15);
  flex-shrink: 0;
}.jvl_ws_scroll-dls {
  gap: 0.5rem;
  display: flex;
  padding-bottom: 8px;
  scrollbar-width: none;
  overflow-x: auto;
}.jvl_ws_scroll-dls::-webkit-scrollbar {
  display: none;
}.jvl_wc-dls {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.625rem 14px;
  background: #131108;
  gap: 10px;
  border-radius: 0.5rem;
  min-width: 220px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}.jvl_wc_img-dls {
  border-radius: 0.25rem;
  background: #171410;
  overflow: hidden;
  width: 36px;
  flex-shrink: 0;
  height: 2.25rem;
}.jvl_wc_img-dls img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.jvl_wc_info-dls {
  min-width: 0;
}.jvl_wc_game-dls {
  overflow: hidden;
  font-size: 12px;
  color: #D4C9A8;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}.jvl_wc_player-dls {
  overflow: hidden;
  font-size: 10px;
  color: #675C44;
  white-space: nowrap;
  text-overflow: ellipsis;
}.jvl_wc_amount-dls {
  font-weight: 700;
  white-space: nowrap;
  margin-left: auto;
  font-size: 0.813rem;
  color: #2DB87A;
  flex-shrink: 0;
}.jvl_prov-dls {
  padding: 2.25rem 1rem 0;
  background: #0E0C09;
}
@media(min-width: 769px) {.jvl_prov-dls {
  padding: 2.75rem 24px 0;
}
}.jvl_prov_in-dls {
  margin: 0 auto;
  max-width: 83.75rem;
}.jvl_prov_head-dls {
  margin-bottom: 16px;
}.jvl_prov_label-dls {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C49A28;
  margin-bottom: 0.5rem;
  font-size: 11px;
  font-weight: 700;
}.jvl_prov_h2-dls {
  font-weight: 800;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  color: #F5EDD6;
}
@media(min-width:768px) {.jvl_prov_h2-dls {
  font-size: 24px;
}
}.jvl_prov_seo-dls {
  margin-bottom: 1rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 38.75rem;
  color: #7E7158;
  line-height: 1.6;
}.jvl_prov_seo-dls strong {
  color: #D4C9A8;
  font-weight: 700;
}.jvl_prov_seo-dls a {
  color: #C49A28;
  text-decoration: underline;
}.jvl_prov_grid-dls {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 642px) {.jvl_prov_grid-dls {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.jvl_prov_grid-dls {
  grid-template-columns: repeat(8,1fr);
}
}.jvl_prov_card-dls {
  transition: border-color .2s,background .2s;
  background: #131108;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 0.438rem;
  border-radius: 8px;
  padding: 14px 10px;
  align-items: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}.jvl_prov_card-dls:hover {
  background: #171410;
  border-color: rgba(196, 154, 40, 0.45);
}.jvl_prov_logo-dls {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  justify-content: center;
  height: 2.75rem;
  align-items: center;
  width: 44px;
  display: flex;
}.jvl_prov_logo-dls img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.jvl_prov_name-dls {
  text-align: center;
  color: #A89B78;
  font-size: 11px;
  overflow-wrap: break-word;
  font-weight: 600;
}.jvl_app-dls {
  background: #0E0C09;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.jvl_app-dls {
  padding: 44px 24px 0;
}
}.jvl_app_in-dls {
  margin: 0 auto;
  max-width: 83.75rem;
}.jvl_app_head-dls {
  margin-bottom: 1rem;
}.jvl_app_label-dls {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
  color: #C49A28;
}.jvl_app_h2-dls {
  font-size: 1.25rem;
  color: #F5EDD6;
  margin-bottom: 6px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 771px) {.jvl_app_h2-dls {
  font-size: 1.5rem;
}
}.jvl_app_sub-dls {
  max-width: 600px;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #7E7158;
  font-size: 13px;
}.jvl_app_sub-dls strong {
  color: #D4C9A8;
  font-weight: 700;
}.jvl_app_cards-dls {
  gap: 10px;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.jvl_app_cards-dls {
  grid-template-columns: repeat(3,1fr);
}
}.jvl_app_card-dls {
  padding: 1.25rem;
  border-radius: 0.5rem;
  overflow: hidden;
  gap: 16px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}.jvl_app_card_ios-dls {
  background: linear-gradient(135deg,rgba(196, 154, 40, 0.18) 0%,#171410 100%);
}.jvl_app_card_android-dls {
  background: linear-gradient(135deg,rgba(45, 184, 122, 0.15) 0%,#171410 100%);
}.jvl_app_card_win-dls {
  background: linear-gradient(135deg,rgba(232, 160, 32, 0.16) 0%,#171410 100%);
}.jvl_app_card_ic-dls svg {
  width: 2.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 34px;
}.jvl_app_card_ic-dls {
  flex-shrink: 0;
  color: #F5EDD6;
}.jvl_app_card_os-dls {
  text-transform: uppercase;
  color: #7E7158;
  font-size: 0.625rem;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: .08em;
}.jvl_app_card_title-dls {
  line-height: 1.2;
  font-weight: 700;
  color: #F5EDD6;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-size: 0.938rem;
}.jvl_app_card_text-dls {
  line-height: 1.5;
  color: #7E7158;
  font-size: 12px;
  overflow-wrap: break-word;
  margin-bottom: 14px;
}.jvl_app_card_btn-dls {
  gap: 0.438rem;
  padding: 0.625rem 18px;
  transition: background .2s;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(196, 154, 40, 0.45);
  font-size: 0.813rem;
  display: inline-flex;
  align-items: center;
  color: #F5EDD6;
  font-weight: 700;
}.jvl_app_card_btn-dls:hover {
  background: rgba(255, 255, 255, 0.07);
}.jvl_reg-dls {
  padding: 2.25rem 1rem 0;
  background: #0E0C09;
}
@media(min-width:768px) {.jvl_reg-dls {
  padding: 44px 1.5rem 0;
}
}.jvl_reg_in-dls {
  margin: 0 auto;
  border-radius: 0.875rem;
  background: #171410;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 28px 1.5rem;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.jvl_reg_in-dls {
  padding: 2.5rem;
}
}.jvl_reg_top-dls {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:860px) {.jvl_reg_top-dls {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.jvl_reg_label-dls {
  margin-bottom: 0.625rem;
  color: #C49A28;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
}.jvl_reg_h2-dls {
  line-height: 1.2;
  font-family: 'Cinzel', serif;
  color: #F5EDD6;
  font-size: 1.375rem;
  margin-bottom: 0.75rem;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.jvl_reg_h2-dls {
  font-size: 28px;
}
}.jvl_reg_bonus-dls {
  padding: 0.625rem 16px;
  background: rgba(232, 160, 32, 0.16);
  gap: 8px;
  border: 1px solid rgba(232, 160, 32, 0.16);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}.jvl_reg_bonus_amount-dls {
  color: #E8A020;
  font-weight: 800;
  font-size: 1.25rem;
}.jvl_reg_bonus_text-dls {
  color: #A89B78;
  font-size: 13px;
  line-height: 1.35;
}.jvl_reg_cta_btn-dls {
  border-radius: 8px;
  transition: background .2s;
  background: #2DB87A;
  padding: 14px 32px;
  font-size: 0.938rem;
  margin-bottom: 12px;
  box-shadow: 0 2px 14px rgba(45, 184, 122, 0.40), 0 1px 4px rgba(0, 0, 0, 0.55);
  font-weight: 700;
  color: #100E06;
  display: inline-block;
}.jvl_reg_cta_btn-dls:hover {
  background: #38CE8C;
}.jvl_reg_terms-dls {
  color: #675C44;
  font-size: 0.688rem;
  line-height: 1.5;
}.jvl_reg_seo-dls {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #7E7158;
  line-height: 1.65;
  padding-top: 20px;
  margin-top: 20px;
  overflow-wrap: break-word;
  font-size: 13px;
}.jvl_reg_seo-dls p {
  line-height: 1.65;
  margin-bottom: 10px;
  font-size: 13px;
  color: #7E7158;
}.jvl_reg_seo-dls p:last-child {
  margin-bottom: 0;
}.jvl_reg_seo-dls strong {
  color: #D4C9A8;
  font-weight: 700;
}.jvl_reg_seo-dls a {
  transition: color .2s;
  color: #C49A28;
  text-decoration: underline;
}.jvl_reg_seo-dls a:hover {
  color: #D4AA3C;
}.jvl_reg_seo-dls ul,.jvl_reg_seo-dls ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 18px;
}.jvl_reg_seo-dls ol {
  list-style: decimal;
}.jvl_reg_seo-dls li {
  font-size: 0.813rem;
  line-height: 1.65;
  color: #7E7158;
  margin-bottom: 0.25rem;
}.jvl_reg_seo-dls table {
  display: block;
  overflow-x: auto;
  margin-bottom: 10px;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.813rem;
}
@media(min-width: 767px) {.jvl_reg_seo-dls table {
  display: table;
}
}.jvl_reg_seo-dls th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  font-weight: 700;
  color: #D4C9A8;
  text-align: left;
}.jvl_reg_seo-dls td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7E7158;
}.jvl_reg_steps-dls {
  gap: 0.875rem;
  display: flex;
  margin-top: 28px;
  flex-direction: column;
}
@media(min-width:860px) {.jvl_reg_steps-dls {
  margin-top: 0;
}
}.jvl_reg_step-dls {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.jvl_reg_step_num-dls {
  border-radius: 50%;
  background: rgba(196, 154, 40, 0.18);
  border: 1px solid rgba(196, 154, 40, 0.07);
  display: flex;
  align-items: center;
  color: #C49A28;
  height: 34px;
  width: 34px;
  font-size: 14px;
  justify-content: center;
  font-weight: 800;
  flex-shrink: 0;
}.jvl_reg_step_title-dls {
  color: #F5EDD6;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 3px;
}.jvl_reg_step_text-dls {
  font-size: 12px;
  line-height: 1.5;
  color: #7E7158;
}.jvl_reg_trust-dls {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  padding-top: 1.25rem;
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}.jvl_reg_trust_item-dls {
  gap: 7px;
  display: flex;
  align-items: center;
  color: #7E7158;
  overflow-wrap: break-word;
  font-size: 12px;
}.jvl_reg_trust_ic-dls svg {
  height: 16px;
  width: 16px;
  color: #C49A28;
  stroke-linecap: round;
  stroke-linejoin: round;
}.jvl_bon-dls {
  padding: 36px 1rem 0;
  background: #0E0C09;
}
@media(min-width: 767px) {.jvl_bon-dls {
  padding: 44px 1.5rem 0;
}
}.jvl_bon_in-dls {
  margin: 0 auto;
  max-width: 1340px;
}.jvl_bon_head-dls {
  margin-bottom: 1.25rem;
}.jvl_bon_label-dls {
  text-transform: uppercase;
  color: #C49A28;
  font-size: 11px;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-weight: 700;
}.jvl_bon_h2-dls {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 8px;
  color: #F5EDD6;
}
@media(min-width: 766px) {.jvl_bon_h2-dls {
  font-size: 24px;
}
}.jvl_bon_seo-dls {
  color: #7E7158;
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 620px;
  font-size: 0.813rem;
}.jvl_bon_seo-dls strong {
  color: #D4C9A8;
  font-weight: 700;
}.jvl_bon_seo-dls a {
  color: #C49A28;
  text-decoration: underline;
}.jvl_bon_grid-dls {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.jvl_bon_grid-dls {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.jvl_bon_grid-dls {
  grid-template-columns: repeat(5,1fr);
}
}.jvl_bon_card-dls {
  border-radius: 8px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,transform .2s;
  background: #131108;
}.jvl_bon_card-dls:hover {
  border-color: rgba(196, 154, 40, 0.07);
  transform: translateY(-2px);
}.jvl_bon_card_ic-dls svg {
  stroke-linejoin: round;
  height: 1.625rem;
  width: 1.625rem;
  stroke-linecap: round;
}.jvl_bon_card_ic-dls {
  margin-bottom: 10px;
}.jvl_bon_card_type-dls {
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #7E7158;
}.jvl_bon_card_amount-dls {
  margin-bottom: 6px;
  font-size: 18px;
  color: #E8A020;
  font-weight: 800;
  line-height: 1.1;
}.jvl_bon_card_name-dls {
  color: #F5EDD6;
  font-weight: 600;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-size: 13px;
}.jvl_bon_card_detail-dls {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  font-size: 11px;
  overflow-wrap: break-word;
  padding-top: 0.5rem;
  color: #675C44;
}.jvl_htp-dls {
  padding: 36px 1rem 0;
  background: #0E0C09;
}
@media(min-width: 769px) {.jvl_htp-dls {
  padding: 2.75rem 24px 0;
}
}.jvl_htp_in-dls {
  margin: 0 auto;
  max-width: 83.75rem;
}.jvl_htp_head-dls {
  max-width: 720px;
  margin-bottom: 22px;
}.jvl_htp_label-dls {
  color: #C49A28;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
}.jvl_htp_h2-dls {
  margin-bottom: 8px;
  font-size: 1.375rem;
  font-family: 'Cinzel', serif;
  color: #F5EDD6;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 770px) {.jvl_htp_h2-dls {
  font-size: 1.75rem;
}
}.jvl_htp_intro-dls {
  color: #7E7158;
  font-size: 14px;
  line-height: 1.6;
}.jvl_htp_steps-dls {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.75rem;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.jvl_htp_steps-dls {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.jvl_htp_steps-dls {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.jvl_htp_step-dls {
  padding: 1.25rem 18px 1.125rem;
  background: #171410;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
}.jvl_htp_step_num-dls {
  border-radius: 50%;
  background: #C49A28;
  height: 1.75rem;
  display: flex;
  width: 28px;
  font-weight: 800;
  align-items: center;
  font-family: 'Cinzel', serif;
  color: #100E06;
  left: 1.25rem;
  font-size: 13px;
  justify-content: center;
  top: -0.75rem;
  position: absolute;
}.jvl_htp_step_ic-dls {
  margin: 0.5rem 0 0.75rem;
  border-radius: 0.25rem;
  background: rgba(196, 154, 40, 0.18);
  color: #C49A28;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}.jvl_htp_step_ic-dls svg {
  width: 18px;
  stroke-linecap: round;
  height: 1.125rem;
  stroke-linejoin: round;
}.jvl_htp_step_h-dls {
  font-weight: 700;
  line-height: 1.25;
  color: #F5EDD6;
  font-size: 14px;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
}.jvl_htp_step_p-dls {
  color: #7E7158;
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 13px;
}.jvl_htp_step_p-dls strong {
  color: #D4C9A8;
  font-weight: 600;
}.jvl_htp_cta-dls {
  transition: background .2s;
  padding: 13px 26px;
  border-radius: 0.5rem;
  background: #2DB87A;
  margin-top: 20px;
  font-weight: 700;
  color: #100E06;
  display: inline-block;
  font-size: 0.875rem;
}.jvl_htp_cta-dls:hover {
  background: #38CE8C;
}.jvl_seo-dls {
  background: #0E0C09;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.jvl_seo-dls {
  padding: 44px 24px 0;
}
}.jvl_seo_in-dls {
  margin: 0 auto;
  background: #171410;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.875rem;
  max-width: 1340px;
}
@media(min-width: 767px) {.jvl_seo_in-dls {
  padding: 36px 40px;
}
}.jvl_seo_label-dls {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C49A28;
  margin-bottom: 10px;
  font-weight: 700;
}.jvl_seo_h2-dls {
  color: #F5EDD6;
  line-height: 1.25;
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 770px) {.jvl_seo_h2-dls {
  font-size: 1.5rem;
}
}.jvl_seo_body-dls {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A89B78;
  overflow-wrap: break-word;
}.jvl_seo_body-dls p {
  color: #A89B78;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 12px;
}.jvl_seo_body-dls p:last-child {
  margin-bottom: 0;
}.jvl_seo_body-dls strong {
  color: #D4C9A8;
  font-weight: 700;
}.jvl_seo_body-dls a {
  transition: color .2s;
  color: #C49A28;
  text-decoration: underline;
}.jvl_seo_body-dls a:hover {
  color: #D4AA3C;
}.jvl_seo_body-dls ul,.jvl_seo_body-dls ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.jvl_seo_body-dls ol {
  list-style: decimal;
}.jvl_seo_body-dls li {
  color: #A89B78;
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 14px;
}.jvl_seo_body-dls table {
  margin-bottom: 12px;
  border-collapse: collapse;
  font-size: 0.813rem;
  display: block;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 769px) {.jvl_seo_body-dls table {
  display: table;
}
}.jvl_seo_body-dls th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D4C9A8;
  font-weight: 700;
  text-align: left;
}.jvl_seo_body-dls td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A89B78;
}.jvl_seo_cols-dls {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 643px) {.jvl_seo_cols-dls {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.jvl_seo_cols-dls {
  grid-template-columns: repeat(3,1fr);
}
}.jvl_seo_col_h-dls {
  color: #D4C9A8;
  font-weight: 700;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 7px;
}.jvl_seo_col_p-dls {
  color: #7E7158;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
}.jvl_seo_stats-dls {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.jvl_seo_stat-dls {
  border: 1px solid rgba(196, 154, 40, 0.18);
  flex: 1;
  border-radius: 0.5rem;
  background: rgba(196, 154, 40, 0.07);
  padding: 14px 16px;
  min-width: 140px;
}.jvl_seo_stat_val-dls {
  color: #C49A28;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}.jvl_seo_stat_lb-dls {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #7E7158;
}.jvl_rv-dls {
  background: #0E0C09;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.jvl_rv-dls {
  padding: 44px 24px 0;
}
}.jvl_rv_in-dls {
  margin: 0 auto;
  max-width: 1340px;
}.jvl_rv_head-dls {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.jvl_rv_label-dls {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  color: #C49A28;
  margin-bottom: 0.5rem;
}.jvl_rv_h2-dls {
  font-weight: 800;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  font-size: 22px;
  font-family: 'Cinzel', serif;
  color: #F5EDD6;
}
@media(min-width: 767px) {.jvl_rv_h2-dls {
  font-size: 28px;
}
}.jvl_rv_stats-dls {
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  color: #7E7158;
  font-size: 0.813rem;
  display: flex;
}.jvl_rv_stats_score-dls {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.jvl_rv_stats_score_val-dls {
  font-size: 1.375rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  color: #E8A020;
}.jvl_rv_stats_score_max-dls {
  color: #675C44;
  font-size: 13px;
}.jvl_rv_stats_badge-dls {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.jvl_rv_stats_badge-dls svg {
  color: #E8A020;
  height: 14px;
  width: 0.875rem;
}.jvl_rv_grid-dls {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.jvl_rv_grid-dls {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.jvl_rv_grid-dls {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.jvl_rv_card-dls {
  padding: 1.25rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #171410;
  display: flex;
  flex-direction: column;
}.jvl_rv_card_stars-dls {
  gap: 2px;
  color: #E8A020;
  margin-bottom: 10px;
  display: flex;
}.jvl_rv_card_stars-dls svg {
  height: 0.875rem;
  width: 0.875rem;
}.jvl_rv_card_h-dls {
  line-height: 1.3;
  font-size: 0.875rem;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #F5EDD6;
  font-weight: 700;
}.jvl_rv_card_body-dls {
  flex: 1;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #7E7158;
  line-height: 1.65;
  margin-bottom: 0.875rem;
}.jvl_rv_card_body-dls strong {
  font-weight: 600;
  color: #D4C9A8;
}.jvl_rv_card_meta-dls {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  justify-content: space-between;
  display: flex;
  padding-top: 12px;
  flex-wrap: wrap;
  align-items: center;
}.jvl_rv_card_author-dls {
  color: #D4C9A8;
  font-weight: 600;
  font-size: 0.75rem;
}.jvl_rv_card_date-dls {
  font-size: 0.688rem;
  color: #675C44;
}.jvl_seo-dls {
  padding: 36px 16px 0;
  background: #0E0C09;
}
@media(min-width:768px) {.jvl_seo-dls {
  padding: 44px 1.5rem 0;
}
}.jvl_seo_in-dls {
  padding: 28px 24px;
  background: #171410;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  max-width: 83.75rem;
}
@media(min-width: 766px) {.jvl_seo_in-dls {
  padding: 2.25rem 2.5rem;
}
}.jvl_seo_label-dls {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 10px;
  color: #C49A28;
  font-weight: 700;
}.jvl_seo_h2-dls {
  color: #F5EDD6;
  margin-bottom: 14px;
  line-height: 1.25;
  font-weight: 800;
  font-size: 20px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.jvl_seo_h2-dls {
  font-size: 1.5rem;
}
}.jvl_seo_body-dls {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #A89B78;
  font-size: 14px;
}.jvl_seo_body-dls p {
  margin-bottom: 12px;
  color: #A89B78;
  font-size: 14px;
  line-height: 1.75;
}.jvl_seo_body-dls p:last-child {
  margin-bottom: 0;
}.jvl_seo_body-dls strong {
  font-weight: 700;
  color: #D4C9A8;
}.jvl_seo_body-dls a {
  transition: color .2s;
  color: #C49A28;
  text-decoration: underline;
}.jvl_seo_body-dls a:hover {
  color: #D4AA3C;
}.jvl_seo_body-dls ul,.jvl_seo_body-dls ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.jvl_seo_body-dls ol {
  list-style: decimal;
}.jvl_seo_body-dls li {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 6px;
  color: #A89B78;
}.jvl_seo_body-dls table {
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  font-size: 13px;
  width: 100%;
  display: block;
}
@media(min-width: 765px) {.jvl_seo_body-dls table {
  display: table;
}
}.jvl_seo_body-dls th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  color: #D4C9A8;
  font-weight: 700;
}.jvl_seo_body-dls td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #A89B78;
}.jvl_seo_cols-dls {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.jvl_seo_cols-dls {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.jvl_seo_cols-dls {
  grid-template-columns: repeat(3,1fr);
}
}.jvl_seo_col_h-dls {
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  color: #D4C9A8;
  font-size: 13px;
  font-weight: 700;
}.jvl_seo_col_p-dls {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #7E7158;
  line-height: 1.65;
}.jvl_seo_stats-dls {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.jvl_seo_stat-dls {
  padding: 14px 16px;
  flex: 1;
  border-radius: 8px;
  background: rgba(196, 154, 40, 0.07);
  border: 1px solid rgba(196, 154, 40, 0.18);
  min-width: 140px;
}.jvl_seo_stat_val-dls {
  font-size: 20px;
  color: #C49A28;
  font-weight: 800;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.jvl_seo_stat_lb-dls {
  font-size: 11px;
  color: #7E7158;
  overflow-wrap: break-word;
}.jvl_seo-dls {
  background: #0E0C09;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.jvl_seo-dls {
  padding: 44px 1.5rem 0;
}
}.jvl_seo_in-dls {
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  padding: 1.75rem 1.5rem;
  background: #171410;
  max-width: 83.75rem;
}
@media(min-width: 767px) {.jvl_seo_in-dls {
  padding: 2.25rem 40px;
}
}.jvl_seo_label-dls {
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #C49A28;
  letter-spacing: .08em;
}.jvl_seo_h2-dls {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  line-height: 1.25;
  font-size: 1.25rem;
  color: #F5EDD6;
  margin-bottom: 14px;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.jvl_seo_h2-dls {
  font-size: 24px;
}
}.jvl_seo_body-dls {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #A89B78;
  font-size: 0.875rem;
}.jvl_seo_body-dls p {
  font-size: 0.875rem;
  color: #A89B78;
  margin-bottom: 12px;
  line-height: 1.75;
}.jvl_seo_body-dls p:last-child {
  margin-bottom: 0;
}.jvl_seo_body-dls strong {
  font-weight: 700;
  color: #D4C9A8;
}.jvl_seo_body-dls a {
  transition: color .2s;
  color: #C49A28;
  text-decoration: underline;
}.jvl_seo_body-dls a:hover {
  color: #D4AA3C;
}.jvl_seo_body-dls ul,.jvl_seo_body-dls ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.jvl_seo_body-dls ol {
  list-style: decimal;
}.jvl_seo_body-dls li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #A89B78;
  font-size: 14px;
}.jvl_seo_body-dls table {
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  width: 100%;
  font-size: 13px;
  margin-bottom: 12px;
}
@media(min-width: 769px) {.jvl_seo_body-dls table {
  display: table;
}
}.jvl_seo_body-dls th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #D4C9A8;
  font-weight: 700;
}.jvl_seo_body-dls td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #A89B78;
}.jvl_seo_cols-dls {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 637px) {.jvl_seo_cols-dls {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.jvl_seo_cols-dls {
  grid-template-columns: repeat(3,1fr);
}
}.jvl_seo_col_h-dls {
  overflow-wrap: break-word;
  color: #D4C9A8;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 0.438rem;
}.jvl_seo_col_p-dls {
  line-height: 1.65;
  color: #7E7158;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.jvl_seo_stats-dls {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.jvl_seo_stat-dls {
  background: rgba(196, 154, 40, 0.07);
  border: 1px solid rgba(196, 154, 40, 0.18);
  padding: 14px 1rem;
  border-radius: 0.5rem;
  flex: 1;
  min-width: 140px;
}.jvl_seo_stat_val-dls {
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #C49A28;
}.jvl_seo_stat_lb-dls {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #7E7158;
}.jvl_faq-dls {
  padding: 36px 16px 0;
  background: #0E0C09;
}
@media(min-width: 769px) {.jvl_faq-dls {
  padding: 2.75rem 24px 0;
}
}.jvl_faq_in-dls {
  margin: 0 auto;
  max-width: 83.75rem;
}.jvl_faq_head-dls {
  margin-bottom: 1.25rem;
}.jvl_faq_label-dls {
  font-weight: 700;
  color: #C49A28;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.688rem;
}.jvl_faq_h2-dls {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F5EDD6;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.jvl_faq_h2-dls {
  font-size: 1.5rem;
}
}.jvl_faq_list-dls {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.jvl_faq_item-dls {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #171410;
}.jvl_faq_q-dls {
  padding: 1rem 20px;
  gap: 0.75rem;
  transition: color .2s;
  display: flex;
  color: #D4C9A8;
  overflow-wrap: break-word;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  flex-wrap: wrap;
}.jvl_faq_q-dls:hover {
  color: #F5EDD6;
}.jvl_faq_q_ic-dls {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  align-items: center;
  color: #C49A28;
  width: 1.5rem;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  display: flex;
  height: 1.5rem;
}.jvl_faq_item-dls.jvl_state_open-dls .jvl_faq_q_ic-dls {
  transform: rotate(45deg);
}.jvl_faq_a-dls {
  padding: 0 20px 1rem;
  display: none;
  line-height: 1.7;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #7E7158;
}.jvl_faq_item-dls.jvl_state_open-dls .jvl_faq_a-dls {
  display: block;
}.jvl_faq_a-dls strong {
  font-weight: 700;
  color: #D4C9A8;
}.jvl_faq_a-dls a {
  text-decoration: underline;
  color: #C49A28;
}.jvl_faq_a-dls ul,.jvl_faq_a-dls ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.jvl_faq_a-dls ol {
  list-style: decimal;
}.jvl_faq_a-dls li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.jvl_faq_a-dls table {
  margin: 0.5rem 0;
  display: block;
  overflow-x: auto;
  font-size: 0.75rem;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 767px) {.jvl_faq_a-dls table {
  display: table;
}
}.jvl_faq_a-dls th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 8px;
  text-align: left;
  color: #D4C9A8;
  font-weight: 700;
}.jvl_faq_a-dls td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 8px;
  color: #7E7158;
}.jvl_ft-dls {
  background: #080604;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.jvl_ft_support-dls {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 765px) {.jvl_ft_support-dls {
  padding: 1.75rem 24px;
}
}.jvl_ft_support_in-dls {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 1340px;
}.jvl_ft_support_main-dls {
  gap: 1rem;
  flex: 1;
  min-width: 220px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.jvl_ft_support_ic-dls {
  color: #C49A28;
  flex-shrink: 0;
}.jvl_ft_support_ic-dls svg {
  height: 30px;
  stroke-linecap: round;
  width: 30px;
  stroke-linejoin: round;
}.jvl_ft_support_text_title-dls {
  overflow-wrap: break-word;
  color: #F5EDD6;
  font-weight: 700;
  font-size: 0.938rem;
  margin-bottom: 3px;
}.jvl_ft_support_text_sub-dls {
  color: #7E7158;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.jvl_ft_support_btn-dls {
  transition: background .2s;
  background: #C49A28;
  padding: 0.688rem 22px;
  border-radius: 0.5rem;
  color: #F5EDD6;
  font-size: 0.813rem;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}.jvl_ft_support_btn-dls:hover {
  background: #D4AA3C;
}.jvl_ft_support_contacts-dls {
  gap: 1rem;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.jvl_ft_support_contact-dls {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #675C44;
}.jvl_ft_support_contact-dls strong {
  display: block;
  color: #A89B78;
  font-weight: 600;
  font-size: 11px;
  margin-bottom: 2px;
}.jvl_ft_main-dls {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 765px) {.jvl_ft_main-dls {
  padding: 2.5rem 24px 2rem;
}
}.jvl_ft_main_in-dls {
  margin: 0 auto;
  gap: 1.5rem;
  display: grid;
  max-width: 83.75rem;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.jvl_ft_main_in-dls {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.jvl_ft_main_in-dls {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.jvl_ft_col_logo-dls {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.jvl_ft_col_logo-dls {
  grid-column: auto;
}
}.jvl_ft_logo-dls {
  gap: 9px;
  color: #F5EDD6;
  margin-bottom: 0.75rem;
  font-size: 16px;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
  font-weight: 800;
  flex-wrap: wrap;
}.jvl_ft_logo_mark-dls {
  overflow: hidden;
  border-radius: 0.25rem;
  height: 1.875rem;
  width: 30px;
}.jvl_ft_logo_mark-dls img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.jvl_ft_logo_sub-dls {
  overflow-wrap: break-word;
  color: #675C44;
  line-height: 1.55;
  max-width: 12.5rem;
  font-size: 12px;
}.jvl_ft_col_title-dls {
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #A89B78;
}.jvl_ft_col_links-dls {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.jvl_ft_col_link-dls {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #675C44;
  font-size: 13px;
}.jvl_ft_col_link-dls:hover {
  color: #D4C9A8;
}.jvl_ft_apps-dls {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.jvl_ft_app_card-dls {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  border-radius: 4px;
  gap: 10px;
  display: flex;
  align-items: center;
}.jvl_ft_app_card-dls:hover {
  border-color: rgba(196, 154, 40, 0.45);
}.jvl_ft_app_card_ic-dls svg {
  width: 1.375rem;
  height: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.jvl_ft_app_card_os-dls {
  font-size: 0.625rem;
  color: #675C44;
  font-weight: 600;
}.jvl_ft_app_card_action-dls {
  font-weight: 700;
  font-size: 0.75rem;
  color: #D4C9A8;
}.jvl_ft_bot-dls {
  padding: 1.25rem 16px;
}
@media(min-width: 769px) {.jvl_ft_bot-dls {
  padding: 1.25rem 1.5rem;
}
}.jvl_ft_bot_in-dls {
  margin: 0 auto;
  gap: 16px;
  max-width: 1340px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.jvl_ft_socials-dls {
  gap: 8px;
  display: flex;
}.jvl_ft_soc-dls {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .2s;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  display: flex;
  height: 2.25rem;
  color: #A89B78;
  justify-content: center;
  width: 2.25rem;
}.jvl_ft_soc-dls svg {
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
  width: 1rem;
}.jvl_ft_soc-dls:hover {
  background: rgba(255, 255, 255, 0.07);
}.jvl_ft_legal-dls {
  flex: 1;
  font-size: 11px;
  color: #8A7D60;
  overflow-wrap: break-word;
  min-width: 200px;
  line-height: 1.6;
}.jvl_ft_legal-dls strong {
  color: #A89B78;
  font-weight: 700;
}.jvl_ft_legal-dls a {
  color: #A89B78;
  text-decoration: underline;
}.jvl_ft_age-dls {
  border: 2px solid #8A7D60;
  border-radius: 50%;
  height: 32px;
  justify-content: center;
  display: flex;
  color: #8A7D60;
  width: 32px;
  align-items: center;
  font-weight: 800;
  margin-left: auto;
  font-size: 0.688rem;
  flex-shrink: 0;
}