html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #0E0B08;
  font-family: 'Nunito Sans', sans-serif;
  color: #C8BEB1;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}.jem-layout_ox1 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.jem-page_ox1 {
  display: flex;
  min-height: 100vh;
}.jem-main_ox1 {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1081px) {.jem-main_ox1 {
  padding-left: 13.75rem;
}
}
@media (max-width: 1082px) {.jem-main_ox1 {
  padding-bottom: 4.5rem;
}
}.jem-gc_ox1 {
  border-radius: 0.5rem;
  overflow: hidden;
  background: #141009;
  border: 1px solid rgba(255, 230, 190, 0.06);
  transition: transform .2s,border-color .2s;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  width: 140px;
}
@media(min-width: 638px) {.jem-gc_ox1 {
  width: 156px;
}
}
@media(min-width: 1081px) {.jem-gc_ox1 {
  width: 10.5rem;
}
}.jem-gc_ox1:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 131, 42, 0.07);
}.jem-gc_img_ox1 {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.jem-gc_img_ox1 img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}.jem-gc_hover_ox1 {
  inset: 0;
  background: rgba(7, 5, 3, 0.72);
  transition: opacity .2s;
  display: flex;
  justify-content: center;
  position: absolute;
  align-items: center;
  opacity: 0;
}.jem-gc_ox1:hover .jem-gc_hover_ox1 {
  opacity: 1;
}.jem-gc_hover_btn_ox1 {
  border-radius: 4px;
  padding: 8px 16px;
  background: #C8832A;
  color: #F4EDE2;
  font-weight: 700;
  font-size: 12px;
}.jem-gc_info_ox1 {
  padding: 0.5rem 0.625rem 10px;
}.jem-gc_name_ox1 {
  overflow: hidden;
  font-size: 12px;
  max-width: 100%;
  margin-bottom: 3px;
  color: #C8BEB1;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}.jem-gc_prov_ox1 {
  font-size: 10px;
  color: #52463C;
}.jem-gc_tag_ox1 {
  padding: 2px 7px;
  border-radius: 0.25rem;
  font-weight: 700;
  left: 6px;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 0.563rem;
  z-index: 2;
  top: 0.375rem;
}.jem-gc_tag_hot_ox1 {
  background: #C03228;
  color: #fff;
}.jem-gc_tag_new_ox1 {
  background: #3A9E6A;
  color: #0E0B08;
}.jem-gc_tag_jp_ox1 {
  background: #D4A840;
  color: #0E0B08;
}.jem-gc_tag_ex_ox1 {
  background: #8B4F1E;
  color: #fff;
}.jem-gc_tag_live_ox1 {
  background: #C03228;
  color: #fff;
}.jem-gr_ox1 {
  padding: 2rem 16px 0;
  background: #0E0B08;
}
@media(min-width: 770px) {.jem-gr_ox1 {
  padding: 2.25rem 1.5rem 0;
}
}.jem-gr_in_ox1 {
  margin: 0 auto;
  max-width: 1320px;
}.jem-gr_head_ox1 {
  gap: 0.75rem;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.jem-gr_head_l_ox1 {
  flex: 1;
  gap: 0.625rem;
  min-width: 0;
  align-items: center;
  display: flex;
}.jem-gr_ic_ox1 {
  border-radius: 8px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 2rem;
  height: 32px;
}.jem-gr_ic_ox1 svg {
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
}.jem-gr_title_ox1 {
  color: #F4EDE2;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 1rem;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.jem-gr_title_ox1 {
  font-size: 1.125rem;
}
}.jem-gr_more_ox1 {
  gap: 0.313rem;
  transition: color .2s;
  flex-shrink: 0;
  white-space: nowrap;
  display: flex;
  font-weight: 600;
  align-items: center;
  font-size: 12px;
  color: #6A5E52;
}.jem-gr_more_ox1:hover {
  color: #C8832A;
}.jem-gr_more_ox1 svg {
  width: 12px;
  height: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.jem-gr_arrows_ox1 {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.jem-gr_arr_ox1 {
  transition: background .15s,color .15s;
  background: rgba(255, 240, 210, 0.05);
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 220, 170, 0.12);
  height: 1.875rem;
  align-items: center;
  justify-content: center;
  color: #8E8073;
  width: 1.875rem;
  display: flex;
}.jem-gr_arr_ox1:hover {
  background: rgba(255, 240, 210, 0.07);
  color: #F4EDE2;
}.jem-gr_arr_ox1 svg {
  width: 13px;
  height: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.jem-gr_seo_h_ox1 {
  margin: 0 0 0.375rem;
  font-size: 13px;
  color: #C8BEB1;
  max-width: 42.5rem;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.jem-gr_seo_h_ox1 {
  font-size: 14px;
}
}.jem-gr_seo_ox1 {
  color: #6A5E52;
  font-size: 0.75rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  margin-bottom: 0.75rem;
}.jem-gr_seo_ox1 strong {
  font-weight: 600;
  color: #C8BEB1;
}.jem-gr_scroll_ox1 {
  gap: 10px;
  overflow-x: auto;
  display: flex;
  padding-bottom: 0.625rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}.jem-gr_scroll_ox1::-webkit-scrollbar {
  display: none;
}
@media(min-width: 770px) {.jem-gr_scroll_ox1 {
  gap: 12px;
}
}.jem-tb_ox1 {
  background: #0E0B08;
  border-bottom: 1px solid rgba(255, 240, 210, 0.07);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  align-items: center;
  right: 0;
  display: flex;
  height: 3.5rem;
}.jem-tb_in_ox1 {
  padding: 0 0.875rem;
  gap: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}.jem-tb_burger_ox1 {
  gap: 0.313rem;
  border-radius: 0.5rem;
  flex-direction: column;
  justify-content: center;
  width: 38px;
  flex-shrink: 0;
  height: 2.375rem;
  display: flex;
  align-items: center;
  margin-right: 8px;
}.jem-tb_burger_ox1:hover {
  background: rgba(255, 240, 210, 0.05);
}.jem-tb_burger_line_ox1 {
  border-radius: 1px;
  background: #8E8073;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width: 1082px) {.jem-tb_burger_ox1 {
  display: none;
}
}.jem-tb_logo_ox1 {
  gap: 0.563rem;
  margin-right: 20px;
  align-items: center;
  font-size: 18px;
  font-weight: 800;
  overflow-wrap: break-word;
  flex-shrink: 0;
  color: #F4EDE2;
  display: flex;
  letter-spacing: -.01em;
}.jem-tb_logo_mark_ox1 {
  border-radius: 0.5rem;
  overflow: hidden;
  align-items: center;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
}.jem-tb_logo_mark_ox1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.jem-tb_nav_ox1 {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 638px) {.jem-tb_nav_ox1 {
  display: flex;
}
}.jem-tb_tab_ox1 {
  padding: 0.5rem 14px;
  border-radius: 8px;
  transition: background .15s,color .15s;
  color: #8E8073;
  font-weight: 600;
  font-size: 0.813rem;
  white-space: nowrap;
}.jem-tb_tab_ox1:hover {
  background: rgba(255, 240, 210, 0.05);
  color: #F4EDE2;
}.jem-tb_tab_ox1.jem-state_active_ox1 {
  background: rgba(200, 131, 42, 0.18);
  color: #F4EDE2;
}.jem-tb_right_ox1 {
  gap: 0.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: auto;
}.jem-tb_login_ox1 {
  border: 1px solid rgba(255, 220, 170, 0.12);
  padding: 9px 1rem;
  transition: border-color .2s,color .2s;
  background: rgba(255, 240, 210, 0.05);
  border-radius: 8px;
  color: #C8BEB1;
  display: none;
  font-weight: 600;
  font-size: 13px;
}.jem-tb_login_ox1:hover {
  border-color: rgba(200, 131, 42, 0.45);
  color: #F4EDE2;
}
@media(min-width: 483px) {.jem-tb_login_ox1 {
  display: block;
}
}.jem-tb_reg_ox1 {
  padding: 9px 1.125rem;
  border-radius: 8px;
  background: #3A9E6A;
  transition: background .2s;
  white-space: nowrap;
  color: #0D0905;
  font-weight: 700;
  font-size: 0.813rem;
}.jem-tb_reg_ox1:hover {
  background: #49B87C;
}.jem-sb_ox1 {
  border-right: 1px solid rgba(255, 240, 210, 0.05);
  transition: transform .25s ease;
  transform: translateX(-100%);
  background: #1A1510;
  overflow-y: auto;
  bottom: 0;
  z-index: 70;
  top: 56px;
  width: 220px;
  left: 0;
  position: fixed;
}.jem-sb_ox1.jem-state_open_ox1 {
  transform: translateX(0);
}.jem-sb_ox1::-webkit-scrollbar {
  width: 0.25rem;
}.jem-sb_ox1::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 240, 210, 0.07);
}
@media(min-width: 1079px) {.jem-sb_ox1 {
  transform: translateX(0);
}
}.jem-sb_auth_ox1 {
  padding: 0.875rem 12px 0.625rem;
}.jem-sb_btn_reg_ox1 {
  transition: background .2s;
  padding: 0.688rem;
  border-radius: 0.5rem;
  background: #3A9E6A;
  display: block;
  color: #0D0905;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 13px;
}.jem-sb_btn_reg_ox1:hover {
  background: #49B87C;
}.jem-sb_btn_login_ox1 {
  padding: 0.625rem;
  background: rgba(255, 240, 210, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 220, 170, 0.12);
  transition: border-color .2s;
  font-weight: 600;
  color: #C8BEB1;
  display: block;
  font-size: 13px;
  text-align: center;
}.jem-sb_btn_login_ox1:hover {
  border-color: rgba(200, 131, 42, 0.45);
  color: #F4EDE2;
}.jem-sb_promo_ox1 {
  overflow: hidden;
  border-radius: 8px;
  margin: 0 12px 10px;
  padding: 0.75rem 14px;
  background: linear-gradient(135deg,#2A1608,#1A1510);
  border: 1px solid rgba(200, 131, 42, 0.18);
  position: relative;
}.jem-sb_promo_ox1::before {
  background: radial-gradient(circle,rgba(200, 131, 42, 0.18),transparent 70%);
  border-radius: 50%;
  height: 5rem;
  right: -1.25rem;
  top: -20px;
  content: '';
  position: absolute;
  width: 80px;
}.jem-sb_promo_title_ox1 {
  color: #C8832A;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: .06em;
  font-size: 11px;
}.jem-sb_promo_text_ox1 {
  font-weight: 600;
  font-size: 0.75rem;
  color: #F4EDE2;
  line-height: 1.35;
  overflow-wrap: break-word;
}.jem-sb_promo_sub_ox1 {
  margin-top: 3px;
  color: #6A5E52;
  font-size: 0.625rem;
}.jem-sb_nav_ox1 {
  padding: 6px 8px 16px;
}.jem-sb_nav_lb_ox1 {
  padding: 0.625rem 8px 0.375rem;
  color: #52463C;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: .08em;
}.jem-sb_link_ox1 {
  transition: background .15s,color .15s;
  border-radius: 4px;
  padding: 9px 10px;
  gap: 10px;
  display: flex;
  font-weight: 500;
  font-size: 0.813rem;
  color: #8E8073;
  overflow-wrap: break-word;
  cursor: pointer;
  align-items: center;
}.jem-sb_link_ox1:hover {
  background: rgba(255, 240, 210, 0.05);
  color: #F4EDE2;
}.jem-sb_link_ox1.jem-state_active_ox1 {
  background: rgba(200, 131, 42, 0.18);
  color: #F4EDE2;
}.jem-sb_ic_ox1 {
  border-radius: 0.25rem;
  display: flex;
  height: 30px;
  width: 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}.jem-sb_ic_ox1 svg {
  stroke-linejoin: round;
  height: 16px;
  width: 16px;
  stroke-linecap: round;
}.jem-sb_ic_1_ox1 {
  background: rgba(200, 131, 42, 0.07);
  color: #C8832A;
}.jem-sb_ic_2_ox1 {
  background: rgba(58, 158, 106, 0.18);
  color: #3A9E6A;
}.jem-sb_ic_3_ox1 {
  background: rgba(212, 168, 64, 0.16);
  color: #D4A840;
}.jem-sb_ic_4_ox1 {
  background: rgba(139, 79, 30, 0.22);
  color: #8B4F1E;
}.jem-sb_ic_5_ox1 {
  background: rgba(200, 131, 42, 0.07);
  color: #C45F82;
}.jem-sb_ic_6_ox1 {
  background: rgba(139, 79, 30, 0.22);
  color: #7B4FC9;
}.jem-sb_badge_ox1 {
  padding: 2px 7px;
  background: #D4A840;
  border-radius: 4px;
  font-size: 9px;
  margin-left: auto;
  color: #0D0905;
  font-weight: 700;
}.jem-sb_bot_ox1 {
  padding: 12px;
  gap: 8px;
  border-top: 1px solid rgba(255, 240, 210, 0.05);
  display: flex;
}.jem-sb_lang_ox1,.jem-sb_help_ox1 {
  transition: border-color .2s;
  padding: 9px 6px;
  border: 1px solid rgba(255, 230, 190, 0.06);
  border-radius: 0.25rem;
  gap: 0.375rem;
  background: rgba(255, 240, 210, 0.05);
  flex: 1;
  font-size: 0.688rem;
  color: #8E8073;
  font-weight: 600;
  justify-content: center;
  display: flex;
  align-items: center;
}.jem-sb_lang_ox1:hover,.jem-sb_help_ox1:hover {
  border-color: rgba(200, 131, 42, 0.45);
  color: #F4EDE2;
}.jem-sb_lang_ox1 svg,.jem-sb_help_ox1 svg {
  width: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.813rem;
}.jem-sb_bd_ox1 {
  inset: 0;
  background: rgba(7, 5, 3, 0.72);
  position: fixed;
  display: none;
  z-index: 69;
}.jem-sb_bd_ox1.jem-state_on_ox1 {
  display: block;
}
@media(min-width:1080px) {.jem-sb_bd_ox1 {
  display: none!important;
}
}.jem-mob_nav_ox1 {
  border-top: 1px solid rgba(255, 220, 170, 0.12);
  background: #1A1510;
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  right: 0;
  left: 0;
  position: fixed;
  bottom: 0;
  display: flex;
  z-index: 80;
}
@media(min-width: 1081px) {.jem-mob_nav_ox1 {
  display: none;
}
}.jem-mob_nav_item_ox1 {
  flex: 1;
  padding: 4px 2px;
  gap: 0.25rem;
  align-items: center;
  cursor: pointer;
  display: flex;
  color: #52463C;
  flex-direction: column;
}.jem-mob_nav_ic_ox1 {
  line-height: 1;
}.jem-mob_nav_ic_ox1 svg {
  height: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 20px;
}.jem-mob_nav_lb_ox1 {
  font-weight: 600;
  color: #52463C;
  font-size: 0.625rem;
}.jem-mob_nav_item_ox1.jem-state_active_ox1 {
  color: #C8832A;
}.jem-mob_nav_item_ox1.jem-state_active_ox1 .jem-mob_nav_lb_ox1 {
  color: #C8832A;
}.jem-hero_ox1 {
  padding: 1.25rem 16px 0;
  background: #0E0B08;
}
@media(min-width: 771px) {.jem-hero_ox1 {
  padding: 1.5rem 24px 0;
}
}.jem-hero_in_ox1 {
  margin: 0 auto;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 857px) {.jem-hero_in_ox1 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1102px) {.jem-hero_in_ox1 {
  grid-template-columns: 1fr 21.25rem;
}
}.jem-hero_promo_ox1 {
  border-radius: 14px;
  overflow: hidden;
  background: #141009;
  min-height: 220px;
  align-items: stretch;
  position: relative;
  display: flex;
}
@media(min-width: 765px) {.jem-hero_promo_ox1 {
  min-height: 280px;
}
}.jem-hero_promo_bg_ox1 {
  background: linear-gradient(120deg,#2A1608 0%,#0E0B08 100%);
  inset: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
}.jem-hero_promo_bg_ox1::after {
  inset: 0;
  background: linear-gradient(90deg,#0E0B08 0%,rgba(7, 5, 3, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.jem-hero_promo_glow_ox1 {
  background: radial-gradient(circle,rgba(139, 79, 30, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  width: 18.75rem;
  top: -40px;
  height: 300px;
  right: 60px;
  position: absolute;
  pointer-events: none;
}.jem-hero_promo_ct_ox1 {
  padding: 28px 24px 1.75rem 1.75rem;
  position: relative;
  z-index: 2;
  max-width: 30rem;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
@media(min-width: 771px) {.jem-hero_promo_ct_ox1 {
  padding: 2.5rem 32px;
}
}.jem-hero_badge_ox1 {
  padding: 5px 0.75rem;
  border-radius: 1.25rem;
  background: rgba(200, 131, 42, 0.18);
  border: 1px solid rgba(200, 131, 42, 0.07);
  letter-spacing: .08em;
  font-size: 0.625rem;
  margin-bottom: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #C8832A;
  display: inline-block;
}.jem-hero_h1_ox1 {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  color: #F4EDE2;
  font-size: 26px;
  line-height: 1.15;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
}.jem-hero_h1_ox1 em {
  color: #D4A840;
  font-style: normal;
}
@media(min-width: 765px) {.jem-hero_h1_ox1 {
  font-size: 2.25rem;
}
}.jem-hero_sub_ox1 {
  color: #8E8073;
  margin-bottom: 20px;
  line-height: 1.55;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.jem-hero_sub_ox1 {
  font-size: 0.875rem;
}
}.jem-hero_row_ox1 {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.jem-hero_cta_ox1 {
  transition: background .2s;
  background: #3A9E6A;
  border-radius: 0.5rem;
  padding: 0.813rem 26px;
  color: #0D0905;
  box-shadow: 0 2px 0.875rem 2px rgba(58, 158, 106, 0.32), 0 5px 8px -2px rgba(0, 0, 0, 0.50);
  font-weight: 700;
  font-size: 0.875rem;
}.jem-hero_cta_ox1:hover {
  background: #49B87C;
}.jem-hero_terms_ox1 {
  color: #52463C;
  font-size: 0.688rem;
}.jem-hero_game_ox1 {
  overflow: hidden;
  background: #141009;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 230, 190, 0.06);
  display: flex;
  flex-direction: column;
  position: relative;
}.jem-hero_game_badge_ox1 {
  border: 1px solid rgba(212, 168, 64, 0.16);
  background: rgba(212, 168, 64, 0.16);
  border-radius: 1.25rem;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 700;
  left: 0.75rem;
  position: absolute;
  letter-spacing: .06em;
  z-index: 3;
  top: 0.75rem;
  color: #D4A840;
}.jem-hero_game_badge_ox1 svg {
  width: 0.688rem;
  height: 0.688rem;
  vertical-align: -1px;
  margin-right: 4px;
}.jem-hero_game_img_ox1 {
  background: linear-gradient(135deg,#2A1608,#0E0B08);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.jem-hero_game_img_ox1 img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}.jem-hero_game_play_ox1 {
  inset: 0;
  transition: opacity .2s;
  background: rgba(7, 5, 3, 0.72);
  justify-content: center;
  opacity: 0;
  align-items: center;
  position: absolute;
  display: flex;
}.jem-hero_game_ox1:hover .jem-hero_game_play_ox1 {
  opacity: 1;
}.jem-hero_game_play_ox1 span {
  background: #C8832A;
  border-radius: 50%;
  justify-content: center;
  width: 52px;
  height: 52px;
  align-items: center;
  display: flex;
}.jem-hero_game_play_ox1 span svg {
  height: 1.125rem;
  margin-left: 2px;
  width: 18px;
}.jem-hero_game_info_ox1 {
  padding: 0.875rem 1rem;
}.jem-hero_game_title_ox1 {
  font-size: 0.938rem;
  color: #F4EDE2;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 4px;
}.jem-hero_game_provider_ox1 {
  font-size: 0.688rem;
  color: #6A5E52;
}.jem-hero_game_btn_ox1 {
  background: #C8832A;
  margin: 12px 16px 1rem;
  padding: 0.688rem;
  border-radius: 0.5rem;
  transition: background .2s;
  font-weight: 700;
  text-align: center;
  color: #F4EDE2;
  display: block;
  font-size: 13px;
}.jem-hero_game_ox1:hover .jem-hero_game_btn_ox1 {
  background: #DA9A3F;
}.jem-gr_jp_ox1 {
  padding: 20px;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(135deg,#1E0F2A 0%,#0C0810 100%);
  position: relative;
}.jem-gr_jp_ox1::before {
  background: radial-gradient(circle,rgba(139, 79, 30, 0.22) 0%,transparent 70%);
  border-radius: 50%;
  top: -3.75rem;
  height: 250px;
  position: absolute;
  content: '';
  left: -60px;
  width: 250px;
}.jem-gr_jp_ox1::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(212, 168, 64, 0.16) 0%,transparent 70%);
  bottom: -40px;
  right: 0;
  height: 200px;
  width: 12.5rem;
  content: '';
  position: absolute;
}.jem-gr_jp_head_ox1 {
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}.jem-gr_jp_info_ox1 {
  flex: 1;
}.jem-gr_jp_label_ox1 {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #7B4FC9;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 6px;
}.jem-gr_jp_label_ox1 svg {
  margin-right: 4px;
  vertical-align: -2px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 14px;
  width: 0.875rem;
}.jem-gr_jp_amount_ox1 {
  line-height: 1;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.25rem;
  font-size: 32px;
  font-weight: 800;
  color: #F4EDE2;
}
@media(min-width: 766px) {.jem-gr_jp_amount_ox1 {
  font-size: 40px;
}
}.jem-gr_jp_amount_ox1 span {
  color: #D4A840;
}.jem-gr_jp_seo_ox1 {
  font-size: 0.75rem;
  color: #8E8073;
  overflow-wrap: break-word;
  max-width: 30rem;
  line-height: 1.5;
}.jem-gr_jp_cta_ox1 {
  border: 1px solid rgba(139, 79, 30, 0.22);
  transition: background .2s;
  padding: 0.688rem 1.25rem;
  background: rgba(139, 79, 30, 0.22);
  border-radius: 8px;
  font-weight: 700;
  z-index: 1;
  color: #F4EDE2;
  flex-shrink: 0;
  margin-top: 0.25rem;
  font-size: 13px;
  white-space: nowrap;
  position: relative;
  align-self: flex-start;
}.jem-gr_jp_cta_ox1:hover {
  background: #8B4F1E;
}.jem-gcg_ox1 {
  padding: 2.25rem 1rem 0;
  background: #0E0B08;
}
@media(min-width: 766px) {.jem-gcg_ox1 {
  padding: 44px 24px 0;
}
}.jem-gcg_in_ox1 {
  margin: 0 auto;
  max-width: 1320px;
}.jem-gcg_head_ox1 {
  margin-bottom: 20px;
  max-width: 45rem;
}.jem-gcg_label_ox1 {
  text-transform: uppercase;
  color: #C8832A;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.jem-gcg_h2_ox1 {
  overflow-wrap: break-word;
  font-size: 22px;
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
  color: #F4EDE2;
  font-weight: 800;
}
@media(min-width:768px) {.jem-gcg_h2_ox1 {
  font-size: 1.75rem;
}
}.jem-gcg_intro_ox1 {
  color: #6A5E52;
  line-height: 1.6;
  font-size: 0.813rem;
}.jem-gcg_grid_ox1 {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.jem-gcg_grid_ox1 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.jem-gcg_grid_ox1 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.jem-gcg_card_ox1 {
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  padding: 20px;
  border: 1px solid rgba(255, 220, 170, 0.12);
  border-radius: 14px;
  flex-direction: column;
  min-height: 15rem;
  cursor: pointer;
  justify-content: flex-end;
  display: flex;
  position: relative;
}.jem-gcg_card_ox1:hover {
  border-color: rgba(200, 131, 42, 0.18);
  transform: translateY(-3px);
}.jem-gcg_card_bg_ox1 {
  inset: 0;
  z-index: 0;
  position: absolute;
}.jem-gcg_card_bg_ox1::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.jem-gcg_card_ic_ox1 {
  background: rgba(0,0,0,.45);
  border-radius: 4px;
  height: 2.5rem;
  align-items: center;
  position: absolute;
  display: flex;
  z-index: 2;
  color: #F4EDE2;
  right: 18px;
  width: 40px;
  top: 18px;
  justify-content: center;
}.jem-gcg_card_ic_ox1 svg {
  width: 20px;
  height: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.jem-gcg_card_ct_ox1 {
  z-index: 1;
  position: relative;
}.jem-gcg_card_h_ox1 {
  font-weight: 800;
  font-size: 1.125rem;
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  line-height: 1.2;
  color: #F4EDE2;
}
@media(min-width: 770px) {.jem-gcg_card_h_ox1 {
  font-size: 1.25rem;
}
}.jem-gcg_card_p_ox1 {
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
  margin-bottom: 0.625rem;
  line-height: 1.55;
  font-size: 12px;
}.jem-gcg_card_p_ox1 strong {
  color: #F4EDE2;
  font-weight: 600;
}.jem-gcg_card_cta_ox1 {
  gap: 4px;
  color: #C8832A;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  letter-spacing: .04em;
}.jem-gcg_card_cta_ox1 svg {
  width: 0.75rem;
  height: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.jem-ws_ox1 {
  background: #0E0B08;
  padding: 32px 16px 0;
}
@media(min-width: 766px) {.jem-ws_ox1 {
  padding: 2.25rem 24px 0;
}
}.jem-ws_in_ox1 {
  margin: 0 auto;
  max-width: 82.5rem;
}.jem-ws_head_ox1 {
  gap: 12px;
  align-items: center;
  margin-bottom: 0.875rem;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}.jem-ws_title_ox1 {
  gap: 0.625rem;
  color: #F4EDE2;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 1rem;
  align-items: center;
  font-family: 'Cinzel', serif;
  flex-wrap: wrap;
  display: flex;
}.jem-ws_title_ic_ox1 svg {
  height: 18px;
  stroke-linejoin: round;
  width: 18px;
  stroke-linecap: round;
  color: #D4A840;
}.jem-ws_online_ox1 {
  gap: 0.438rem;
  display: flex;
  align-items: center;
  color: #6A5E52;
  font-size: 0.75rem;
  font-weight: 600;
}.jem-ws_online_dot_ox1 {
  background: #3A9E6A;
  border-radius: 50%;
  box-shadow: 0 0 0.375rem rgba(58, 158, 106, 0.18);
  width: 8px;
  height: 0.5rem;
  flex-shrink: 0;
}.jem-ws_scroll_ox1 {
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  display: flex;
  scrollbar-width: none;
}.jem-ws_scroll_ox1::-webkit-scrollbar {
  display: none;
}.jem-wc_ox1 {
  gap: 10px;
  border: 1px solid rgba(255, 220, 170, 0.12);
  border-radius: 0.5rem;
  background: #141009;
  padding: 10px 14px;
  min-width: 13.75rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.jem-wc_img_ox1 {
  background: #1A1510;
  overflow: hidden;
  border-radius: 0.25rem;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}.jem-wc_img_ox1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.jem-wc_info_ox1 {
  min-width: 0;
}.jem-wc_game_ox1 {
  overflow: hidden;
  color: #C8BEB1;
  text-overflow: ellipsis;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
}.jem-wc_player_ox1 {
  overflow: hidden;
  font-size: 0.625rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #52463C;
}.jem-wc_amount_ox1 {
  font-size: 0.813rem;
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
  color: #3A9E6A;
  margin-left: auto;
}.jem-prov_ox1 {
  background: #0E0B08;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.jem-prov_ox1 {
  padding: 44px 24px 0;
}
}.jem-prov_in_ox1 {
  margin: 0 auto;
  max-width: 82.5rem;
}.jem-prov_head_ox1 {
  margin-bottom: 1rem;
}.jem-prov_label_ox1 {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #C8832A;
}.jem-prov_h2_ox1 {
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
  color: #F4EDE2;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 770px) {.jem-prov_h2_ox1 {
  font-size: 1.5rem;
}
}.jem-prov_seo_ox1 {
  color: #6A5E52;
  overflow-wrap: break-word;
  max-width: 38.75rem;
  line-height: 1.6;
  font-size: 13px;
  margin-bottom: 16px;
}.jem-prov_seo_ox1 strong {
  font-weight: 700;
  color: #C8BEB1;
}.jem-prov_seo_ox1 a {
  text-decoration: underline;
  color: #C8832A;
}.jem-prov_grid_ox1 {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width:640px) {.jem-prov_grid_ox1 {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.jem-prov_grid_ox1 {
  grid-template-columns: repeat(8,1fr);
}
}.jem-prov_card_ox1 {
  padding: 0.875rem 10px;
  gap: 0.438rem;
  background: #141009;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 220, 170, 0.12);
  transition: border-color .2s,background .2s;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
  display: flex;
}.jem-prov_card_ox1:hover {
  border-color: rgba(200, 131, 42, 0.45);
  background: #1A1510;
}.jem-prov_logo_ox1 {
  background: rgba(255, 240, 210, 0.05);
  border-radius: 4px;
  overflow: hidden;
  justify-content: center;
  height: 44px;
  align-items: center;
  width: 2.75rem;
  display: flex;
}.jem-prov_logo_ox1 img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.jem-prov_name_ox1 {
  font-weight: 600;
  color: #8E8073;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  text-align: center;
}.jem-app_ox1 {
  background: #0E0B08;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.jem-app_ox1 {
  padding: 2.75rem 24px 0;
}
}.jem-app_in_ox1 {
  margin: 0 auto;
  max-width: 1320px;
}.jem-app_head_ox1 {
  margin-bottom: 16px;
}.jem-app_label_ox1 {
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #C8832A;
}.jem-app_h2_ox1 {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 6px;
  font-family: 'Cinzel', serif;
  color: #F4EDE2;
}
@media(min-width: 765px) {.jem-app_h2_ox1 {
  font-size: 24px;
}
}.jem-app_sub_ox1 {
  line-height: 1.6;
  max-width: 600px;
  color: #6A5E52;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.jem-app_sub_ox1 strong {
  color: #C8BEB1;
  font-weight: 700;
}.jem-app_cards_ox1 {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}
@media(min-width: 638px) {.jem-app_cards_ox1 {
  grid-template-columns: repeat(3,1fr);
}
}.jem-app_card_ox1 {
  overflow: hidden;
  padding: 20px;
  border-radius: 8px;
  gap: 16px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.jem-app_card_ios_ox1 {
  background: linear-gradient(135deg,rgba(200, 131, 42, 0.18) 0%,#1A1510 100%);
}.jem-app_card_android_ox1 {
  background: linear-gradient(135deg,rgba(58, 158, 106, 0.18) 0%,#1A1510 100%);
}.jem-app_card_win_ox1 {
  background: linear-gradient(135deg,rgba(212, 168, 64, 0.16) 0%,#1A1510 100%);
}.jem-app_card_ic_ox1 svg {
  height: 2.125rem;
  stroke-linejoin: round;
  width: 2.125rem;
  stroke-linecap: round;
}.jem-app_card_ic_ox1 {
  color: #F4EDE2;
  flex-shrink: 0;
}.jem-app_card_os_ox1 {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 0.625rem;
  color: #6A5E52;
}.jem-app_card_title_ox1 {
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F4EDE2;
  line-height: 1.2;
}.jem-app_card_text_ox1 {
  margin-bottom: 14px;
  line-height: 1.5;
  color: #6A5E52;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.jem-app_card_btn_ox1 {
  border: 1px solid rgba(200, 131, 42, 0.45);
  border-radius: 0.25rem;
  padding: 10px 18px;
  background: rgba(255, 240, 210, 0.12);
  transition: background .2s;
  gap: 7px;
  align-items: center;
  font-size: 0.813rem;
  font-weight: 700;
  color: #F4EDE2;
  display: inline-flex;
}.jem-app_card_btn_ox1:hover {
  background: rgba(255, 240, 210, 0.07);
}.jem-reg_ox1 {
  padding: 2.25rem 16px 0;
  background: #0E0B08;
}
@media(min-width: 767px) {.jem-reg_ox1 {
  padding: 44px 1.5rem 0;
}
}.jem-reg_in_ox1 {
  border-radius: 0.875rem;
  background: #1A1510;
  padding: 1.75rem 24px;
  margin: 0 auto;
  border: 1px solid rgba(255, 230, 190, 0.06);
  max-width: 82.5rem;
}
@media(min-width: 769px) {.jem-reg_in_ox1 {
  padding: 40px;
}
}.jem-reg_top_ox1 {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 859px) {.jem-reg_top_ox1 {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.jem-reg_label_ox1 {
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  color: #C8832A;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
}.jem-reg_h2_ox1 {
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.2;
  color: #F4EDE2;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 766px) {.jem-reg_h2_ox1 {
  font-size: 1.75rem;
}
}.jem-reg_bonus_ox1 {
  padding: 0.625rem 16px;
  border-radius: 8px;
  gap: 8px;
  border: 1px solid rgba(212, 168, 64, 0.16);
  background: rgba(212, 168, 64, 0.16);
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
}.jem-reg_bonus_amount_ox1 {
  color: #D4A840;
  font-weight: 800;
  font-size: 20px;
}.jem-reg_bonus_text_ox1 {
  font-size: 13px;
  line-height: 1.35;
  color: #8E8073;
}.jem-reg_cta_btn_ox1 {
  transition: background .2s;
  border-radius: 8px;
  padding: 14px 32px;
  background: #3A9E6A;
  display: inline-block;
  color: #0D0905;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 0.938rem;
  box-shadow: 0 2px 0.875rem 2px rgba(58, 158, 106, 0.32), 0 5px 0.5rem -2px rgba(0, 0, 0, 0.50);
}.jem-reg_cta_btn_ox1:hover {
  background: #49B87C;
}.jem-reg_terms_ox1 {
  font-size: 0.688rem;
  color: #52463C;
  line-height: 1.5;
}.jem-reg_seo_ox1 {
  border-top: 1px solid rgba(255, 240, 210, 0.05);
  line-height: 1.65;
  overflow-wrap: break-word;
  padding-top: 20px;
  color: #6A5E52;
  margin-top: 1.25rem;
  font-size: 13px;
}.jem-reg_seo_ox1 p {
  color: #6A5E52;
  margin-bottom: 10px;
  font-size: 0.813rem;
  line-height: 1.65;
}.jem-reg_seo_ox1 p:last-child {
  margin-bottom: 0;
}.jem-reg_seo_ox1 strong {
  color: #C8BEB1;
  font-weight: 700;
}.jem-reg_seo_ox1 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8832A;
}.jem-reg_seo_ox1 a:hover {
  color: #DA9A3F;
}.jem-reg_seo_ox1 ul,.jem-reg_seo_ox1 ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.jem-reg_seo_ox1 ol {
  list-style: decimal;
}.jem-reg_seo_ox1 li {
  color: #6A5E52;
  line-height: 1.65;
  margin-bottom: 0.25rem;
  font-size: 0.813rem;
}.jem-reg_seo_ox1 table {
  display: block;
  overflow-x: auto;
  margin-bottom: 10px;
  border-collapse: collapse;
  width: 100%;
  font-size: 0.813rem;
}
@media(min-width: 771px) {.jem-reg_seo_ox1 table {
  display: table;
}
}.jem-reg_seo_ox1 th {
  border-bottom: 1px solid rgba(255, 240, 210, 0.07);
  padding: 0.5rem;
  font-weight: 700;
  color: #C8BEB1;
  text-align: left;
}.jem-reg_seo_ox1 td {
  border-bottom: 1px solid rgba(255, 240, 210, 0.05);
  padding: 8px;
  color: #6A5E52;
}.jem-reg_steps_ox1 {
  gap: 14px;
  flex-direction: column;
  margin-top: 1.75rem;
  display: flex;
}
@media(min-width:860px) {.jem-reg_steps_ox1 {
  margin-top: 0;
}
}.jem-reg_step_ox1 {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 230, 190, 0.06);
  gap: 14px;
  background: rgba(255, 240, 210, 0.05);
  padding: 16px;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.jem-reg_step_num_ox1 {
  border: 1px solid rgba(200, 131, 42, 0.07);
  border-radius: 50%;
  background: rgba(200, 131, 42, 0.18);
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  width: 34px;
  flex-shrink: 0;
  align-items: center;
  height: 2.125rem;
  color: #C8832A;
  font-weight: 800;
}.jem-reg_step_title_ox1 {
  color: #F4EDE2;
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 0.875rem;
}.jem-reg_step_text_ox1 {
  color: #6A5E52;
  font-size: 0.75rem;
  line-height: 1.5;
}.jem-reg_trust_ox1 {
  border-top: 1px solid rgba(255, 240, 210, 0.05);
  gap: 0.625rem;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  display: flex;
}.jem-reg_trust_item_ox1 {
  gap: 0.438rem;
  color: #6A5E52;
  font-size: 12px;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
}.jem-reg_trust_ic_ox1 svg {
  stroke-linejoin: round;
  width: 16px;
  color: #C8832A;
  height: 1rem;
  stroke-linecap: round;
}.jem-bon_ox1 {
  padding: 2.25rem 1rem 0;
  background: #0E0B08;
}
@media(min-width: 766px) {.jem-bon_ox1 {
  padding: 44px 1.5rem 0;
}
}.jem-bon_in_ox1 {
  margin: 0 auto;
  max-width: 1320px;
}.jem-bon_head_ox1 {
  margin-bottom: 20px;
}.jem-bon_label_ox1 {
  color: #C8832A;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
}.jem-bon_h2_ox1 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  color: #F4EDE2;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 770px) {.jem-bon_h2_ox1 {
  font-size: 1.5rem;
}
}.jem-bon_seo_ox1 {
  line-height: 1.6;
  max-width: 620px;
  font-size: 13px;
  color: #6A5E52;
  overflow-wrap: break-word;
}.jem-bon_seo_ox1 strong {
  color: #C8BEB1;
  font-weight: 700;
}.jem-bon_seo_ox1 a {
  color: #C8832A;
  text-decoration: underline;
}.jem-bon_grid_ox1 {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width:640px) {.jem-bon_grid_ox1 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.jem-bon_grid_ox1 {
  grid-template-columns: repeat(5,1fr);
}
}.jem-bon_card_ox1 {
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 220, 170, 0.12);
  padding: 1rem;
  background: #141009;
  border-radius: 8px;
}.jem-bon_card_ox1:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 131, 42, 0.07);
}.jem-bon_card_ic_ox1 svg {
  stroke-linejoin: round;
  width: 26px;
  height: 1.625rem;
  stroke-linecap: round;
}.jem-bon_card_ic_ox1 {
  margin-bottom: 10px;
}.jem-bon_card_type_ox1 {
  color: #6A5E52;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 0.625rem;
  margin-bottom: 0.375rem;
}.jem-bon_card_amount_ox1 {
  margin-bottom: 6px;
  font-weight: 800;
  color: #D4A840;
  line-height: 1.1;
  font-size: 1.125rem;
}.jem-bon_card_name_ox1 {
  color: #F4EDE2;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 8px;
  font-weight: 600;
}.jem-bon_card_detail_ox1 {
  border-top: 1px solid rgba(255, 240, 210, 0.05);
  font-size: 0.688rem;
  padding-top: 8px;
  line-height: 1.5;
  color: #52463C;
  overflow-wrap: break-word;
}.jem-rv_ox1 {
  padding: 2.25rem 1rem 0;
  background: #0E0B08;
}
@media(min-width: 767px) {.jem-rv_ox1 {
  padding: 2.75rem 1.5rem 0;
}
}.jem-rv_in_ox1 {
  margin: 0 auto;
  max-width: 82.5rem;
}.jem-rv_head_ox1 {
  margin-bottom: 20px;
  max-width: 45rem;
}.jem-rv_label_ox1 {
  text-transform: uppercase;
  font-size: 11px;
  color: #C8832A;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .08em;
}.jem-rv_h2_ox1 {
  margin-bottom: 10px;
  color: #F4EDE2;
  font-size: 1.375rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 771px) {.jem-rv_h2_ox1 {
  font-size: 1.75rem;
}
}.jem-rv_stats_ox1 {
  gap: 1.125rem;
  font-size: 13px;
  align-items: center;
  color: #6A5E52;
  flex-wrap: wrap;
  display: flex;
}.jem-rv_stats_score_ox1 {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.jem-rv_stats_score_val_ox1 {
  font-weight: 800;
  font-size: 22px;
  font-family: 'Cinzel', serif;
  color: #D4A840;
}.jem-rv_stats_score_max_ox1 {
  color: #52463C;
  font-size: 13px;
}.jem-rv_stats_badge_ox1 {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.jem-rv_stats_badge_ox1 svg {
  color: #D4A840;
  width: 14px;
  height: 14px;
}.jem-rv_grid_ox1 {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.jem-rv_grid_ox1 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.jem-rv_grid_ox1 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.jem-rv_card_ox1 {
  border: 1px solid rgba(255, 220, 170, 0.12);
  background: #1A1510;
  padding: 1.25rem;
  border-radius: 8px;
  flex-direction: column;
  display: flex;
}.jem-rv_card_stars_ox1 {
  gap: 2px;
  color: #D4A840;
  margin-bottom: 10px;
  display: flex;
}.jem-rv_card_stars_ox1 svg {
  height: 14px;
  width: 14px;
}.jem-rv_card_h_ox1 {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #F4EDE2;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}.jem-rv_card_body_ox1 {
  flex: 1;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #6A5E52;
}.jem-rv_card_body_ox1 strong {
  font-weight: 600;
  color: #C8BEB1;
}.jem-rv_card_meta_ox1 {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 240, 210, 0.05);
  display: flex;
  justify-content: space-between;
  padding-top: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
}.jem-rv_card_author_ox1 {
  font-weight: 600;
  color: #C8BEB1;
  font-size: 12px;
}.jem-rv_card_date_ox1 {
  font-size: 0.688rem;
  color: #52463C;
}.jem-seo_ox1 {
  padding: 36px 1rem 0;
  background: #0E0B08;
}
@media(min-width: 769px) {.jem-seo_ox1 {
  padding: 2.75rem 24px 0;
}
}.jem-seo_in_ox1 {
  background: #1A1510;
  border: 1px solid rgba(255, 220, 170, 0.12);
  border-radius: 0.875rem;
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.jem-seo_in_ox1 {
  padding: 36px 40px;
}
}.jem-seo_label_ox1 {
  letter-spacing: .08em;
  margin-bottom: 10px;
  color: #C8832A;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}.jem-seo_h2_ox1 {
  font-size: 20px;
  color: #F4EDE2;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.875rem;
  font-weight: 800;
}
@media(min-width: 770px) {.jem-seo_h2_ox1 {
  font-size: 1.5rem;
}
}.jem-seo_body_ox1 {
  overflow-wrap: break-word;
  color: #8E8073;
  font-size: 0.875rem;
  line-height: 1.75;
}.jem-seo_body_ox1 p {
  color: #8E8073;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}.jem-seo_body_ox1 p:last-child {
  margin-bottom: 0;
}.jem-seo_body_ox1 strong {
  font-weight: 700;
  color: #C8BEB1;
}.jem-seo_body_ox1 a {
  transition: color .2s;
  color: #C8832A;
  text-decoration: underline;
}.jem-seo_body_ox1 a:hover {
  color: #DA9A3F;
}.jem-seo_body_ox1 ul,.jem-seo_body_ox1 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.jem-seo_body_ox1 ol {
  list-style: decimal;
}.jem-seo_body_ox1 li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 14px;
  color: #8E8073;
}.jem-seo_body_ox1 table {
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 0.75rem;
  display: block;
  font-size: 0.813rem;
}
@media(min-width: 771px) {.jem-seo_body_ox1 table {
  display: table;
}
}.jem-seo_body_ox1 th {
  border-bottom: 1px solid rgba(255, 240, 210, 0.07);
  padding: 0.625rem 12px;
  color: #C8BEB1;
  text-align: left;
  font-weight: 700;
}.jem-seo_body_ox1 td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 240, 210, 0.05);
  color: #8E8073;
}.jem-seo_cols_ox1 {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.jem-seo_cols_ox1 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.jem-seo_cols_ox1 {
  grid-template-columns: repeat(3,1fr);
}
}.jem-seo_col_h_ox1 {
  color: #C8BEB1;
  font-size: 13px;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-weight: 700;
}.jem-seo_col_p_ox1 {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  color: #6A5E52;
}.jem-seo_stats_ox1 {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.jem-seo_stat_ox1 {
  border: 1px solid rgba(200, 131, 42, 0.18);
  background: rgba(200, 131, 42, 0.07);
  flex: 1;
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
  min-width: 140px;
}.jem-seo_stat_val_ox1 {
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  color: #C8832A;
}.jem-seo_stat_lb_ox1 {
  color: #6A5E52;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.jem-faq_ox1 {
  background: #0E0B08;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.jem-faq_ox1 {
  padding: 44px 1.5rem 0;
}
}.jem-faq_in_ox1 {
  margin: 0 auto;
  max-width: 82.5rem;
}.jem-faq_head_ox1 {
  margin-bottom: 1.25rem;
}.jem-faq_label_ox1 {
  letter-spacing: .08em;
  color: #C8832A;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 11px;
}.jem-faq_h2_ox1 {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  color: #F4EDE2;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.jem-faq_h2_ox1 {
  font-size: 1.5rem;
}
}.jem-faq_list_ox1 {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.jem-faq_item_ox1 {
  overflow: hidden;
  background: #1A1510;
  border-radius: 8px;
  border: 1px solid rgba(255, 220, 170, 0.12);
}.jem-faq_q_ox1 {
  transition: color .2s;
  padding: 1rem 1.25rem;
  gap: 0.75rem;
  align-items: center;
  overflow-wrap: break-word;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #C8BEB1;
}.jem-faq_q_ox1:hover {
  color: #F4EDE2;
}.jem-faq_q_ic_ox1 {
  border-radius: 50%;
  background: rgba(255, 240, 210, 0.05);
  transition: transform .25s;
  font-size: 16px;
  display: flex;
  width: 24px;
  justify-content: center;
  flex-shrink: 0;
  height: 1.5rem;
  align-items: center;
  color: #C8832A;
}.jem-faq_item_ox1.jem-state_open_ox1 .jem-faq_q_ic_ox1 {
  transform: rotate(45deg);
}.jem-faq_a_ox1 {
  padding: 0 1.25rem 1rem;
  color: #6A5E52;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.7;
  display: none;
}.jem-faq_item_ox1.jem-state_open_ox1 .jem-faq_a_ox1 {
  display: block;
}.jem-faq_a_ox1 strong {
  color: #C8BEB1;
  font-weight: 700;
}.jem-faq_a_ox1 a {
  color: #C8832A;
  text-decoration: underline;
}.jem-faq_a_ox1 ul,.jem-faq_a_ox1 ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.jem-faq_a_ox1 ol {
  list-style: decimal;
}.jem-faq_a_ox1 li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.jem-faq_a_ox1 table {
  margin: 0.5rem 0;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  font-size: 12px;
}
@media(min-width: 769px) {.jem-faq_a_ox1 table {
  display: table;
}
}.jem-faq_a_ox1 th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 240, 210, 0.07);
  font-weight: 700;
  color: #C8BEB1;
  text-align: left;
}.jem-faq_a_ox1 td {
  border-bottom: 1px solid rgba(255, 240, 210, 0.05);
  padding: 0.375rem 0.5rem;
  color: #6A5E52;
}.jem-seo_ox1 {
  background: #0E0B08;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.jem-seo_ox1 {
  padding: 2.75rem 1.5rem 0;
}
}.jem-seo_in_ox1 {
  margin: 0 auto;
  background: #1A1510;
  border: 1px solid rgba(255, 220, 170, 0.12);
  padding: 28px 1.5rem;
  border-radius: 0.875rem;
  max-width: 82.5rem;
}
@media(min-width:768px) {.jem-seo_in_ox1 {
  padding: 2.25rem 40px;
}
}.jem-seo_label_ox1 {
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #C8832A;
}.jem-seo_h2_ox1 {
  color: #F4EDE2;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 769px) {.jem-seo_h2_ox1 {
  font-size: 24px;
}
}.jem-seo_body_ox1 {
  line-height: 1.75;
  color: #8E8073;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.jem-seo_body_ox1 p {
  color: #8E8073;
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}.jem-seo_body_ox1 p:last-child {
  margin-bottom: 0;
}.jem-seo_body_ox1 strong {
  font-weight: 700;
  color: #C8BEB1;
}.jem-seo_body_ox1 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8832A;
}.jem-seo_body_ox1 a:hover {
  color: #DA9A3F;
}.jem-seo_body_ox1 ul,.jem-seo_body_ox1 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.jem-seo_body_ox1 ol {
  list-style: decimal;
}.jem-seo_body_ox1 li {
  margin-bottom: 6px;
  line-height: 1.75;
  color: #8E8073;
  font-size: 14px;
}.jem-seo_body_ox1 table {
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  display: block;
  width: 100%;
  font-size: 13px;
}
@media(min-width: 767px) {.jem-seo_body_ox1 table {
  display: table;
}
}.jem-seo_body_ox1 th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 240, 210, 0.07);
  font-weight: 700;
  color: #C8BEB1;
  text-align: left;
}.jem-seo_body_ox1 td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 240, 210, 0.05);
  color: #8E8073;
}.jem-seo_cols_ox1 {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.jem-seo_cols_ox1 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.jem-seo_cols_ox1 {
  grid-template-columns: repeat(3,1fr);
}
}.jem-seo_col_h_ox1 {
  font-size: 0.813rem;
  font-weight: 700;
  color: #C8BEB1;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.jem-seo_col_p_ox1 {
  color: #6A5E52;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
}.jem-seo_stats_ox1 {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.jem-seo_stat_ox1 {
  border-radius: 8px;
  border: 1px solid rgba(200, 131, 42, 0.18);
  background: rgba(200, 131, 42, 0.07);
  flex: 1;
  padding: 14px 16px;
  min-width: 8.75rem;
}.jem-seo_stat_val_ox1 {
  font-weight: 800;
  color: #C8832A;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  margin-bottom: 4px;
}.jem-seo_stat_lb_ox1 {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #6A5E52;
}.jem-pmt_ox1 {
  padding: 36px 1rem 0;
  background: #0E0B08;
}
@media(min-width: 771px) {.jem-pmt_ox1 {
  padding: 2.75rem 24px 0;
}
}.jem-pmt_in_ox1 {
  margin: 0 auto;
  max-width: 82.5rem;
}.jem-pmt_head_ox1 {
  max-width: 45rem;
  margin-bottom: 22px;
}.jem-pmt_label_ox1 {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C8832A;
}.jem-pmt_h2_ox1 {
  font-size: 1.375rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  color: #F4EDE2;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
}
@media(min-width: 771px) {.jem-pmt_h2_ox1 {
  font-size: 28px;
}
}.jem-pmt_intro_ox1 {
  line-height: 1.6;
  color: #6A5E52;
  overflow-wrap: break-word;
  font-size: 14px;
}.jem-pmt_groups_ox1 {
  gap: 1.25rem;
  flex-direction: column;
  display: flex;
}.jem-pmt_group_ox1 {
  border-radius: 0.5rem;
  padding: 20px;
  border: 1px solid rgba(255, 220, 170, 0.12);
  background: #1A1510;
}.jem-pmt_group_head_ox1 {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}.jem-pmt_group_ic_ox1 {
  background: rgba(200, 131, 42, 0.18);
  border-radius: 0.25rem;
  height: 36px;
  color: #C8832A;
  display: flex;
  width: 2.25rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}.jem-pmt_group_ic_ox1 svg {
  height: 1.125rem;
  width: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.jem-pmt_group_h_ox1 {
  margin: 0;
  font-size: 1rem;
  font-family: 'Cinzel', serif;
  color: #F4EDE2;
  font-weight: 700;
  overflow-wrap: break-word;
}.jem-pmt_group_p_ox1 {
  line-height: 1.6;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  color: #6A5E52;
  font-size: 13px;
}.jem-pmt_group_p_ox1 strong {
  color: #C8BEB1;
  font-weight: 600;
}.jem-pmt_table_wrap_ox1 {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.jem-pmt_table_ox1 {
  width: 100%;
  min-width: 33.75rem;
  font-size: 0.813rem;
  border-collapse: collapse;
}.jem-pmt_table_ox1 th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 240, 210, 0.07);
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .04em;
  color: #C8BEB1;
  white-space: nowrap;
  text-align: left;
}.jem-pmt_table_ox1 td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255, 240, 210, 0.05);
  color: #6A5E52;
}.jem-pmt_table_ox1 tbody tr:last-child td {
  border-bottom: none;
}.jem-pmt_table_ox1 tr:hover td {
  background: rgba(255, 240, 210, 0.05);
  color: #C8BEB1;
}.jem-seo_ox1 {
  background: #0E0B08;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.jem-seo_ox1 {
  padding: 2.75rem 1.5rem 0;
}
}.jem-seo_in_ox1 {
  margin: 0 auto;
  padding: 28px 24px;
  border: 1px solid rgba(255, 220, 170, 0.12);
  background: #1A1510;
  border-radius: 0.875rem;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.jem-seo_in_ox1 {
  padding: 36px 40px;
}
}.jem-seo_label_ox1 {
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  color: #C8832A;
  margin-bottom: 10px;
  text-transform: uppercase;
}.jem-seo_h2_ox1 {
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: 'Cinzel', serif;
  margin-bottom: 14px;
  font-weight: 800;
  color: #F4EDE2;
}
@media(min-width: 767px) {.jem-seo_h2_ox1 {
  font-size: 1.5rem;
}
}.jem-seo_body_ox1 {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #8E8073;
  font-size: 14px;
}.jem-seo_body_ox1 p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #8E8073;
  font-size: 14px;
}.jem-seo_body_ox1 p:last-child {
  margin-bottom: 0;
}.jem-seo_body_ox1 strong {
  color: #C8BEB1;
  font-weight: 700;
}.jem-seo_body_ox1 a {
  transition: color .2s;
  color: #C8832A;
  text-decoration: underline;
}.jem-seo_body_ox1 a:hover {
  color: #DA9A3F;
}.jem-seo_body_ox1 ul,.jem-seo_body_ox1 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.jem-seo_body_ox1 ol {
  list-style: decimal;
}.jem-seo_body_ox1 li {
  font-size: 0.875rem;
  color: #8E8073;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.jem-seo_body_ox1 table {
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  margin-bottom: 12px;
}
@media(min-width: 769px) {.jem-seo_body_ox1 table {
  display: table;
}
}.jem-seo_body_ox1 th {
  border-bottom: 1px solid rgba(255, 240, 210, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  color: #C8BEB1;
  font-weight: 700;
}.jem-seo_body_ox1 td {
  border-bottom: 1px solid rgba(255, 240, 210, 0.05);
  padding: 10px 0.75rem;
  color: #8E8073;
}.jem-seo_cols_ox1 {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 639px) {.jem-seo_cols_ox1 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.jem-seo_cols_ox1 {
  grid-template-columns: repeat(3,1fr);
}
}.jem-seo_col_h_ox1 {
  overflow-wrap: break-word;
  margin-bottom: 7px;
  color: #C8BEB1;
  font-weight: 700;
  font-size: 13px;
}.jem-seo_col_p_ox1 {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #6A5E52;
  font-size: 0.813rem;
}.jem-seo_stats_ox1 {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.jem-seo_stat_ox1 {
  border-radius: 8px;
  padding: 0.875rem 1rem;
  background: rgba(200, 131, 42, 0.07);
  flex: 1;
  border: 1px solid rgba(200, 131, 42, 0.18);
  min-width: 8.75rem;
}.jem-seo_stat_val_ox1 {
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-weight: 800;
  color: #C8832A;
}.jem-seo_stat_lb_ox1 {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #6A5E52;
}.jem-ft_ox1 {
  border-top: 1px solid rgba(255, 240, 210, 0.05);
  background: #070503;
  margin-top: 48px;
}.jem-ft_support_ox1 {
  border-bottom: 1px solid rgba(255, 240, 210, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width:768px) {.jem-ft_support_ox1 {
  padding: 28px 1.5rem;
}
}.jem-ft_support_in_ox1 {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  max-width: 82.5rem;
}.jem-ft_support_main_ox1 {
  flex: 1;
  gap: 16px;
  min-width: 220px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.jem-ft_support_ic_ox1 {
  color: #C8832A;
  flex-shrink: 0;
}.jem-ft_support_ic_ox1 svg {
  width: 30px;
  stroke-linecap: round;
  height: 30px;
  stroke-linejoin: round;
}.jem-ft_support_text_title_ox1 {
  font-size: 0.938rem;
  color: #F4EDE2;
  margin-bottom: 3px;
  overflow-wrap: break-word;
  font-weight: 700;
}.jem-ft_support_text_sub_ox1 {
  color: #6A5E52;
  overflow-wrap: break-word;
  font-size: 12px;
}.jem-ft_support_btn_ox1 {
  background: #C8832A;
  padding: 11px 22px;
  transition: background .2s;
  border-radius: 0.5rem;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  color: #F4EDE2;
}.jem-ft_support_btn_ox1:hover {
  background: #DA9A3F;
}.jem-ft_support_contacts_ox1 {
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.jem-ft_support_contact_ox1 {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #52463C;
}.jem-ft_support_contact_ox1 strong {
  display: block;
  font-size: 11px;
  color: #8E8073;
  margin-bottom: 2px;
  font-weight: 600;
}.jem-ft_main_ox1 {
  padding: 32px 16px 24px;
  border-bottom: 1px solid rgba(255, 240, 210, 0.05);
}
@media(min-width: 769px) {.jem-ft_main_ox1 {
  padding: 40px 24px 2rem;
}
}.jem-ft_main_in_ox1 {
  margin: 0 auto;
  gap: 24px;
  max-width: 82.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 637px) {.jem-ft_main_in_ox1 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.jem-ft_main_in_ox1 {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.jem-ft_col_logo_ox1 {
  grid-column: 1/-1;
}
@media(min-width: 1082px) {.jem-ft_col_logo_ox1 {
  grid-column: auto;
}
}.jem-ft_logo_ox1 {
  gap: 9px;
  flex-wrap: wrap;
  color: #F4EDE2;
  font-size: 1rem;
  display: flex;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  align-items: center;
}.jem-ft_logo_mark_ox1 {
  border-radius: 4px;
  overflow: hidden;
  width: 30px;
  height: 30px;
}.jem-ft_logo_mark_ox1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.jem-ft_logo_sub_ox1 {
  color: #52463C;
  max-width: 12.5rem;
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.55;
}.jem-ft_col_title_ox1 {
  margin-bottom: 0.875rem;
  letter-spacing: .07em;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #8E8073;
}.jem-ft_col_links_ox1 {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.jem-ft_col_link_ox1 {
  transition: color .2s;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #52463C;
}.jem-ft_col_link_ox1:hover {
  color: #C8BEB1;
}.jem-ft_apps_ox1 {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.jem-ft_app_card_ox1 {
  border: 1px solid rgba(255, 220, 170, 0.12);
  gap: 0.625rem;
  border-radius: 4px;
  background: rgba(255, 240, 210, 0.05);
  padding: 10px 0.75rem;
  transition: border-color .2s;
  display: flex;
  align-items: center;
}.jem-ft_app_card_ox1:hover {
  border-color: rgba(200, 131, 42, 0.45);
}.jem-ft_app_card_ic_ox1 svg {
  stroke-linejoin: round;
  width: 22px;
  stroke-linecap: round;
  height: 1.375rem;
}.jem-ft_app_card_os_ox1 {
  color: #52463C;
  font-weight: 600;
  font-size: 10px;
}.jem-ft_app_card_action_ox1 {
  font-weight: 700;
  color: #C8BEB1;
  font-size: 0.75rem;
}.jem-ft_bot_ox1 {
  padding: 1.25rem 16px;
}
@media(min-width: 769px) {.jem-ft_bot_ox1 {
  padding: 1.25rem 24px;
}
}.jem-ft_bot_in_ox1 {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 1320px;
  align-items: center;
  display: flex;
}.jem-ft_socials_ox1 {
  gap: 0.5rem;
  display: flex;
}.jem-ft_soc_ox1 {
  transition: background .2s;
  border: 1px solid rgba(255, 220, 170, 0.12);
  border-radius: 0.25rem;
  background: rgba(255, 240, 210, 0.05);
  width: 2.25rem;
  color: #8E8073;
  justify-content: center;
  display: flex;
  height: 36px;
  align-items: center;
}.jem-ft_soc_ox1 svg {
  height: 1rem;
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
}.jem-ft_soc_ox1:hover {
  background: rgba(255, 240, 210, 0.07);
}.jem-ft_legal_ox1 {
  flex: 1;
  line-height: 1.6;
  overflow-wrap: break-word;
  min-width: 12.5rem;
  font-size: 11px;
  color: #7A6D62;
}.jem-ft_legal_ox1 strong {
  color: #8E8073;
  font-weight: 700;
}.jem-ft_legal_ox1 a {
  text-decoration: underline;
  color: #8E8073;
}.jem-ft_age_ox1 {
  border-radius: 50%;
  border: 2px solid #7A6D62;
  justify-content: center;
  height: 2rem;
  align-items: center;
  display: flex;
  margin-left: auto;
  font-size: 11px;
  width: 32px;
  font-weight: 800;
  color: #7A6D62;
  flex-shrink: 0;
}