*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background-color: #100E09;
  min-height: 100vh;
  color: #C8AD88;
  -webkit-font-smoothing: antialiased;
  font-family: 'Barlow', sans-serif;
  line-height: 1.6;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}a {
  color: inherit;
  text-decoration: none;
}.mgx_layout_jxl {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.mgx_page_jxl {
  min-height: 100vh;
  display: flex;
}.mgx_main_jxl {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media screen and (min-width: 1081px) {.mgx_main_jxl {
  padding-left: 220px;
}
}
@media screen and (max-width: 1077px) {.mgx_main_jxl {
  padding-bottom: 4.5rem;
}
}.mgx_gc_jxl {
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border-radius: 8px;
  background: #181410;
  border: 1px solid rgba(255,255,255,0.05);
  width: 140px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
@media(min-width:640px) {.mgx_gc_jxl {
  width: 156px;
}
}
@media(min-width: 1082px) {.mgx_gc_jxl {
  width: 10.5rem;
}
}.mgx_gc_jxl:hover {
  transform: translateY(-3px);
  border-color: rgba(224,120,24,0.08);
}.mgx_gc_img_jxl {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.mgx_gc_img_jxl img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}.mgx_gc_hover_jxl {
  transition: opacity .2s;
  inset: 0;
  background: rgba(10,8,4,0.72);
  opacity: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}.mgx_gc_jxl:hover .mgx_gc_hover_jxl {
  opacity: 1;
}.mgx_gc_hover_btn_jxl {
  border-radius: 4px;
  background: #E07818;
  padding: 0.5rem 1rem;
  font-size: 12px;
  color: #F4ECD8;
  font-weight: 700;
}.mgx_gc_info_jxl {
  padding: 8px 0.625rem 10px;
}.mgx_gc_name_jxl {
  overflow: hidden;
  color: #C8AD88;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 3px;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}.mgx_gc_prov_jxl {
  font-size: 0.625rem;
  color: #957F5F;
}.mgx_gc_tag_jxl {
  border-radius: 4px;
  padding: 2px 0.438rem;
  left: 0.375rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  z-index: 2;
  top: 0.375rem;
  font-size: 0.563rem;
  font-weight: 700;
  position: absolute;
}.mgx_gc_tag_hot_jxl {
  background: #D43030;
  color: #fff;
}.mgx_gc_tag_new_jxl {
  background: #2EB86A;
  color: #100E09;
}.mgx_gc_tag_jp_jxl {
  background: #F0A020;
  color: #100E09;
}.mgx_gc_tag_ex_jxl {
  background: #B85808;
  color: #fff;
}.mgx_gc_tag_live_jxl {
  background: #D43030;
  color: #fff;
}.mgx_gr_jxl {
  padding: 32px 1rem 0;
  background: #100E09;
}
@media(min-width: 766px) {.mgx_gr_jxl {
  padding: 2.25rem 24px 0;
}
}.mgx_gr_in_jxl {
  margin: 0 auto;
  max-width: 82.5rem;
}.mgx_gr_head_jxl {
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
}.mgx_gr_head_l_jxl {
  gap: 0.625rem;
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
}.mgx_gr_ic_jxl {
  border-radius: 0.5rem;
  height: 2rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
}.mgx_gr_ic_jxl svg {
  stroke-linejoin: round;
  width: 1rem;
  height: 1rem;
  stroke-linecap: round;
}.mgx_gr_title_jxl {
  font-size: 16px;
  color: #F4ECD8;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 700;
}
@media(min-width: 769px) {.mgx_gr_title_jxl {
  font-size: 18px;
}
}.mgx_gr_more_jxl {
  gap: 0.313rem;
  transition: color .2s;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  color: #A08868;
  display: flex;
  align-items: center;
}.mgx_gr_more_jxl:hover {
  color: #E07818;
}.mgx_gr_more_jxl svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.75rem;
  width: 12px;
}.mgx_gr_arrows_jxl {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.mgx_gr_arr_jxl {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  transition: background .15s,color .15s;
  height: 30px;
  width: 1.875rem;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #B89878;
}.mgx_gr_arr_jxl:hover {
  background: rgba(255,255,255,0.07);
  color: #F4ECD8;
}.mgx_gr_arr_jxl svg {
  stroke-linejoin: round;
  height: 0.813rem;
  stroke-linecap: round;
  width: 0.813rem;
}.mgx_gr_seo_h_jxl {
  margin: 0 0 0.375rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #C8AD88;
  max-width: 680px;
  font-weight: 700;
  font-family: 'Cinzel', serif;
}
@media(min-width: 767px) {.mgx_gr_seo_h_jxl {
  font-size: 14px;
}
}.mgx_gr_seo_jxl {
  color: #A08868;
  max-width: 42.5rem;
  overflow-wrap: break-word;
  font-size: 12px;
  margin-bottom: 12px;
  line-height: 1.55;
}.mgx_gr_seo_jxl strong {
  font-weight: 600;
  color: #C8AD88;
}.mgx_gr_scroll_jxl {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  display: flex;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: none;
}.mgx_gr_scroll_jxl::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.mgx_gr_scroll_jxl {
  gap: 0.75rem;
}
}.mgx_tb_jxl {
  background: #100E09;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  height: 3.5rem;
  left: 0;
  top: 0;
  right: 0;
  position: fixed;
  display: flex;
  z-index: 80;
  align-items: center;
}.mgx_tb_in_jxl {
  padding: 0 14px;
  gap: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}.mgx_tb_burger_jxl {
  gap: 5px;
  border-radius: 8px;
  height: 2.375rem;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  width: 38px;
}.mgx_tb_burger_jxl:hover {
  background: rgba(255,255,255,0.05);
}.mgx_tb_burger_line_jxl {
  border-radius: 1px;
  background: #B89878;
  display: block;
  width: 1.125rem;
  height: 2px;
}
@media(min-width: 1079px) {.mgx_tb_burger_jxl {
  display: none;
}
}.mgx_tb_logo_jxl {
  gap: 9px;
  margin-right: 1.25rem;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  align-items: center;
  font-weight: 800;
  color: #F4ECD8;
  font-size: 18px;
  display: flex;
  flex-shrink: 0;
}.mgx_tb_logo_mark_jxl {
  overflow: hidden;
  border-radius: 0.5rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
}.mgx_tb_logo_mark_jxl img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.mgx_tb_nav_jxl {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 637px) {.mgx_tb_nav_jxl {
  display: flex;
}
}.mgx_tb_tab_jxl {
  padding: 0.5rem 0.875rem;
  border-radius: 8px;
  transition: background .15s,color .15s;
  font-weight: 600;
  color: #B89878;
  white-space: nowrap;
  font-size: 0.813rem;
}.mgx_tb_tab_jxl:hover {
  background: rgba(255,255,255,0.05);
  color: #F4ECD8;
}.mgx_tb_tab_jxl.mgx_state_active_jxl {
  background: rgba(224,120,24,0.18);
  color: #F4ECD8;
}.mgx_tb_right_jxl {
  gap: 0.5rem;
  flex-shrink: 0;
  display: flex;
  margin-left: auto;
  align-items: center;
}.mgx_tb_login_jxl {
  transition: border-color .2s,color .2s;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  padding: 9px 1rem;
  border-radius: 8px;
  color: #C8AD88;
  font-size: 0.813rem;
  font-weight: 600;
  display: none;
}.mgx_tb_login_jxl:hover {
  border-color: rgba(224,120,24,0.45);
  color: #F4ECD8;
}
@media(min-width: 477px) {.mgx_tb_login_jxl {
  display: block;
}
}.mgx_tb_reg_jxl {
  padding: 0.563rem 1.125rem;
  border-radius: 8px;
  transition: background .2s;
  background: #2EB86A;
  white-space: nowrap;
  color: #0D0A04;
  font-size: 13px;
  font-weight: 700;
}.mgx_tb_reg_jxl:hover {
  background: #3ECB7A;
}.mgx_sb_jxl {
  transform: translateX(-100%);
  transition: transform .25s ease;
  border-right: 1px solid rgba(255,255,255,0.05);
  background: #1F1A12;
  bottom: 0;
  top: 56px;
  left: 0;
  width: 220px;
  overflow-y: auto;
  position: fixed;
  z-index: 70;
}.mgx_sb_jxl.mgx_state_open_jxl {
  transform: translateX(0);
}.mgx_sb_jxl::-webkit-scrollbar {
  width: 0.25rem;
}.mgx_sb_jxl::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
}
@media(min-width: 1082px) {.mgx_sb_jxl {
  transform: translateX(0);
}
}.mgx_sb_auth_jxl {
  padding: 14px 12px 10px;
}.mgx_sb_btn_reg_jxl {
  transition: background .2s;
  background: #2EB86A;
  border-radius: 0.5rem;
  padding: 11px;
  font-size: 0.813rem;
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #0D0A04;
  text-align: center;
}.mgx_sb_btn_reg_jxl:hover {
  background: #3ECB7A;
}.mgx_sb_btn_login_jxl {
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 10px;
  color: #C8AD88;
  text-align: center;
  font-weight: 600;
  font-size: 0.813rem;
  display: block;
}.mgx_sb_btn_login_jxl:hover {
  border-color: rgba(224,120,24,0.45);
  color: #F4ECD8;
}.mgx_sb_promo_jxl {
  background: linear-gradient(135deg,#2A1404,#1F1A12);
  border-radius: 8px;
  border: 1px solid rgba(224,120,24,0.18);
  padding: 0.75rem 14px;
  overflow: hidden;
  margin: 0 0.75rem 10px;
  position: relative;
}.mgx_sb_promo_jxl::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(224,120,24,0.18),transparent 70%);
  right: -1.25rem;
  height: 80px;
  top: -20px;
  width: 80px;
  content: '';
  position: absolute;
}.mgx_sb_promo_title_jxl {
  font-size: 0.688rem;
  letter-spacing: .06em;
  margin-bottom: 4px;
  font-weight: 700;
  text-transform: uppercase;
  color: #E07818;
}.mgx_sb_promo_text_jxl {
  overflow-wrap: break-word;
  font-weight: 600;
  line-height: 1.35;
  font-size: 0.75rem;
  color: #F4ECD8;
}.mgx_sb_promo_sub_jxl {
  color: #A08868;
  margin-top: 3px;
  font-size: 10px;
}.mgx_sb_nav_jxl {
  padding: 0.375rem 0.5rem 16px;
}.mgx_sb_nav_lb_jxl {
  padding: 10px 0.5rem 6px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  color: #957F5F;
  letter-spacing: .08em;
}.mgx_sb_link_jxl {
  padding: 0.563rem 10px;
  transition: background .15s,color .15s;
  gap: 0.625rem;
  border-radius: 0.25rem;
  display: flex;
  cursor: pointer;
  color: #B89878;
  font-weight: 500;
  font-size: 0.813rem;
  align-items: center;
  overflow-wrap: break-word;
}.mgx_sb_link_jxl:hover {
  background: rgba(255,255,255,0.05);
  color: #F4ECD8;
}.mgx_sb_link_jxl.mgx_state_active_jxl {
  background: rgba(224,120,24,0.18);
  color: #F4ECD8;
}.mgx_sb_ic_jxl {
  border-radius: 0.25rem;
  flex-shrink: 0;
  justify-content: center;
  width: 30px;
  height: 30px;
  align-items: center;
  display: flex;
}.mgx_sb_ic_jxl svg {
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
}.mgx_sb_ic_1_jxl {
  background: rgba(224,120,24,0.08);
  color: #E07818;
}.mgx_sb_ic_2_jxl {
  background: rgba(46,184,106,0.16);
  color: #2EB86A;
}.mgx_sb_ic_3_jxl {
  background: rgba(240,160,32,0.18);
  color: #F0A020;
}.mgx_sb_ic_4_jxl {
  background: rgba(184,88,8,0.22);
  color: #B85808;
}.mgx_sb_ic_5_jxl {
  background: rgba(224,120,24,0.08);
  color: #DC3F7A;
}.mgx_sb_ic_6_jxl {
  background: rgba(184,88,8,0.22);
  color: #9440CC;
}.mgx_sb_badge_jxl {
  background: #F0A020;
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  font-size: 9px;
  font-weight: 700;
  color: #0D0A04;
  margin-left: auto;
}.mgx_sb_bot_jxl {
  gap: 0.5rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 12px;
  display: flex;
}.mgx_sb_lang_jxl,.mgx_sb_help_jxl {
  border-radius: 4px;
  flex: 1;
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.05);
  gap: 6px;
  padding: 0.563rem 0.375rem;
  align-items: center;
  font-weight: 600;
  color: #B89878;
  font-size: 11px;
  justify-content: center;
  display: flex;
}.mgx_sb_lang_jxl:hover,.mgx_sb_help_jxl:hover {
  border-color: rgba(224,120,24,0.45);
  color: #F4ECD8;
}.mgx_sb_lang_jxl svg,.mgx_sb_help_jxl svg {
  width: 0.813rem;
  height: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.mgx_sb_bd_jxl {
  inset: 0;
  background: rgba(10,8,4,0.72);
  display: none;
  position: fixed;
  z-index: 69;
}.mgx_sb_bd_jxl.mgx_state_on_jxl {
  display: block;
}
@media(min-width: 1079px) {.mgx_sb_bd_jxl {
  display: none!important;
}
}.mgx_mob_nav_jxl {
  background: #1F1A12;
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,0.10);
  bottom: 0;
  display: flex;
  right: 0;
  left: 0;
  z-index: 80;
  position: fixed;
}
@media(min-width:1080px) {.mgx_mob_nav_jxl {
  display: none;
}
}.mgx_mob_nav_item_jxl {
  flex: 1;
  padding: 4px 2px;
  gap: 4px;
  align-items: center;
  color: #957F5F;
  cursor: pointer;
  flex-direction: column;
  display: flex;
}.mgx_mob_nav_ic_jxl {
  line-height: 1;
}.mgx_mob_nav_ic_jxl svg {
  stroke-linecap: round;
  width: 20px;
  stroke-linejoin: round;
  height: 20px;
}.mgx_mob_nav_lb_jxl {
  font-weight: 600;
  color: #957F5F;
  font-size: 10px;
}.mgx_mob_nav_item_jxl.mgx_state_active_jxl {
  color: #E07818;
}.mgx_mob_nav_item_jxl.mgx_state_active_jxl .mgx_mob_nav_lb_jxl {
  color: #E07818;
}.mgx_hero_jxl {
  padding: 20px 1rem 0;
  background: #100E09;
}
@media(min-width: 767px) {.mgx_hero_jxl {
  padding: 1.5rem 1.5rem 0;
}
}.mgx_hero_in_jxl {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.mgx_hero_in_jxl {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1102px) {.mgx_hero_in_jxl {
  grid-template-columns: 1fr 21.25rem;
}
}.mgx_hero_promo_jxl {
  background: #181410;
  overflow: hidden;
  border-radius: 0.75rem;
  align-items: stretch;
  min-height: 13.75rem;
  position: relative;
  display: flex;
}
@media(min-width: 769px) {.mgx_hero_promo_jxl {
  min-height: 17.5rem;
}
}.mgx_hero_promo_bg_jxl {
  inset: 0;
  background: linear-gradient(120deg,#2A1404 0%,#100E09 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.mgx_hero_promo_bg_jxl::after {
  inset: 0;
  background: linear-gradient(90deg,#100E09 0%,rgba(10,8,4,0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.mgx_hero_promo_glow_jxl {
  background: radial-gradient(circle,rgba(184,88,8,0.22) 0%,transparent 65%);
  border-radius: 50%;
  height: 18.75rem;
  top: -40px;
  position: absolute;
  width: 300px;
  right: 60px;
  pointer-events: none;
}.mgx_hero_promo_ct_jxl {
  padding: 28px 1.5rem 28px 28px;
  flex-direction: column;
  max-width: 30rem;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media(min-width: 771px) {.mgx_hero_promo_ct_jxl {
  padding: 2.5rem 32px;
}
}.mgx_hero_badge_jxl {
  border-radius: 1.25rem;
  background: rgba(224,120,24,0.18);
  border: 1px solid rgba(224,120,24,0.08);
  padding: 5px 12px;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #E07818;
  font-weight: 700;
  display: inline-block;
  letter-spacing: .08em;
  margin-bottom: 0.875rem;
}.mgx_hero_h1_jxl {
  line-height: 1.15;
  font-weight: 800;
  color: #F4ECD8;
  font-size: 26px;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  font-family: 'Cinzel', serif;
}.mgx_hero_h1_jxl em {
  font-style: normal;
  color: #F0A020;
}
@media(min-width: 771px) {.mgx_hero_h1_jxl {
  font-size: 2.25rem;
}
}.mgx_hero_sub_jxl {
  color: #B89878;
  font-size: 13px;
  margin-bottom: 1.25rem;
  line-height: 1.55;
}
@media(min-width: 769px) {.mgx_hero_sub_jxl {
  font-size: 14px;
}
}.mgx_hero_row_jxl {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.mgx_hero_cta_jxl {
  padding: 13px 26px;
  transition: background .2s;
  background: #2EB86A;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 4px 1.125rem rgba(46,184,106,0.48);
  color: #0D0A04;
}.mgx_hero_cta_jxl:hover {
  background: #3ECB7A;
}.mgx_hero_terms_jxl {
  font-size: 0.688rem;
  color: #957F5F;
}.mgx_hero_game_jxl {
  background: #181410;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 0.75rem;
  position: relative;
  flex-direction: column;
  display: flex;
}.mgx_hero_game_badge_jxl {
  padding: 0.313rem 10px;
  border-radius: 20px;
  border: 1px solid rgba(240,160,32,0.18);
  background: rgba(240,160,32,0.18);
  letter-spacing: .06em;
  font-weight: 700;
  color: #F0A020;
  left: 12px;
  position: absolute;
  font-size: 0.625rem;
  text-transform: uppercase;
  top: 0.75rem;
  z-index: 3;
}.mgx_hero_game_badge_jxl svg {
  width: 0.688rem;
  height: 0.688rem;
  vertical-align: -1px;
  margin-right: 0.25rem;
}.mgx_hero_game_img_jxl {
  background: linear-gradient(135deg,#2A1404,#100E09);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.mgx_hero_game_img_jxl img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
}.mgx_hero_game_play_jxl {
  background: rgba(10,8,4,0.72);
  transition: opacity .2s;
  inset: 0;
  position: absolute;
  display: flex;
  opacity: 0;
  align-items: center;
  justify-content: center;
}.mgx_hero_game_jxl:hover .mgx_hero_game_play_jxl {
  opacity: 1;
}.mgx_hero_game_play_jxl span {
  border-radius: 50%;
  background: #E07818;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 52px;
  height: 52px;
}.mgx_hero_game_play_jxl span svg {
  height: 1.125rem;
  width: 18px;
  margin-left: 2px;
}.mgx_hero_game_info_jxl {
  padding: 0.875rem 1rem;
}.mgx_hero_game_title_jxl {
  font-size: 0.938rem;
  margin-bottom: 0.25rem;
  color: #F4ECD8;
  overflow-wrap: break-word;
  font-weight: 700;
}.mgx_hero_game_provider_jxl {
  color: #A08868;
  font-size: 0.688rem;
}.mgx_hero_game_btn_jxl {
  transition: background .2s;
  background: #E07818;
  margin: 0.75rem 16px 16px;
  border-radius: 8px;
  padding: 0.688rem;
  text-align: center;
  color: #F4ECD8;
  font-weight: 700;
  display: block;
  font-size: 0.813rem;
}.mgx_hero_game_jxl:hover .mgx_hero_game_btn_jxl {
  background: #F08A2A;
}.mgx_sbar_jxl {
  background: #100E09;
  padding: 16px 16px 0;
}
@media(min-width: 769px) {.mgx_sbar_jxl {
  padding: 18px 1.5rem 0;
}
}.mgx_sbar_in_jxl {
  margin: 0 auto;
  max-width: 1320px;
}.mgx_sbar_row_jxl {
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  display: flex;
}.mgx_sbar_input_jxl {
  background: #181410;
  padding: 11px 1rem;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.10);
  flex: 1;
  gap: 0.625rem;
  transition: border-color .2s;
  color: #A08868;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 13px;
}.mgx_sbar_input_jxl:hover {
  border-color: rgba(224,120,24,0.45);
}.mgx_sbar_input_jxl svg {
  stroke-linejoin: round;
  flex-shrink: 0;
  height: 15px;
  width: 15px;
  stroke-linecap: round;
}.mgx_sbar_providers_jxl {
  background: #181410;
  transition: border-color .2s;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.10);
  gap: 8px;
  padding: 0.688rem 1.125rem;
  display: flex;
  font-size: 13px;
  align-items: center;
  color: #C8AD88;
  white-space: nowrap;
  font-weight: 600;
}.mgx_sbar_providers_jxl:hover {
  border-color: rgba(224,120,24,0.45);
  color: #F4ECD8;
}.mgx_sbar_providers_jxl svg {
  height: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 14px;
}.mgx_sbar_tabs_jxl {
  gap: 0.375rem;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 2px;
  display: flex;
}.mgx_sbar_tabs_jxl::-webkit-scrollbar {
  display: none;
}.mgx_sbar_tab_jxl {
  gap: 0.438rem;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 20px;
  transition: background .15s,color .15s,border-color .15s;
  padding: 8px 14px;
  background: rgba(255,255,255,0.05);
  cursor: pointer;
  display: flex;
  font-size: 12px;
  align-items: center;
  color: #B89878;
  white-space: nowrap;
  font-weight: 600;
  flex-shrink: 0;
}.mgx_sbar_tab_jxl:hover {
  border-color: rgba(224,120,24,0.45);
  background: rgba(255,255,255,0.07);
  color: #F4ECD8;
}.mgx_sbar_tab_jxl.mgx_state_active_jxl {
  background: rgba(224,120,24,0.18);
  border-color: rgba(224,120,24,0.08);
  color: #F4ECD8;
}.mgx_sbar_tab_ic_jxl svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 14px;
  width: 0.875rem;
}.mgx_gcg_jxl {
  background: #100E09;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.mgx_gcg_jxl {
  padding: 44px 24px 0;
}
}.mgx_gcg_in_jxl {
  margin: 0 auto;
  max-width: 82.5rem;
}.mgx_gcg_head_jxl {
  margin-bottom: 20px;
  max-width: 720px;
}.mgx_gcg_label_jxl {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #E07818;
}.mgx_gcg_h2_jxl {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F4ECD8;
  font-weight: 800;
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
}
@media(min-width: 771px) {.mgx_gcg_h2_jxl {
  font-size: 28px;
}
}.mgx_gcg_intro_jxl {
  color: #A08868;
  line-height: 1.6;
  font-size: 13px;
}.mgx_gcg_grid_jxl {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.mgx_gcg_grid_jxl {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.mgx_gcg_grid_jxl {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.mgx_gcg_card_jxl {
  border: 1px solid rgba(255,255,255,0.10);
  transition: transform .2s,border-color .2s;
  padding: 1.25rem;
  overflow: hidden;
  border-radius: 12px;
  justify-content: flex-end;
  cursor: pointer;
  position: relative;
  min-height: 15rem;
  display: flex;
  flex-direction: column;
}.mgx_gcg_card_jxl:hover {
  border-color: rgba(224,120,24,0.18);
  transform: translateY(-3px);
}.mgx_gcg_card_bg_jxl {
  inset: 0;
  z-index: 0;
  position: absolute;
}.mgx_gcg_card_bg_jxl::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.mgx_gcg_card_ic_jxl {
  background: rgba(0,0,0,.45);
  border-radius: 4px;
  right: 18px;
  justify-content: center;
  top: 1.125rem;
  position: absolute;
  display: flex;
  height: 2.5rem;
  width: 40px;
  z-index: 2;
  color: #F4ECD8;
  align-items: center;
}.mgx_gcg_card_ic_jxl svg {
  height: 1.25rem;
  stroke-linecap: round;
  width: 20px;
  stroke-linejoin: round;
}.mgx_gcg_card_ct_jxl {
  z-index: 1;
  position: relative;
}.mgx_gcg_card_h_jxl {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F4ECD8;
  margin-bottom: 0.5rem;
}
@media(min-width: 767px) {.mgx_gcg_card_h_jxl {
  font-size: 1.25rem;
}
}.mgx_gcg_card_p_jxl {
  font-size: 12px;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
}.mgx_gcg_card_p_jxl strong {
  color: #F4ECD8;
  font-weight: 600;
}.mgx_gcg_card_cta_jxl {
  gap: 4px;
  text-transform: uppercase;
  color: #E07818;
  font-size: 0.75rem;
  letter-spacing: .04em;
  align-items: center;
  font-weight: 700;
  display: inline-flex;
}.mgx_gcg_card_cta_jxl svg {
  width: 0.75rem;
  stroke-linecap: round;
  height: 12px;
  stroke-linejoin: round;
}.mgx_ws_jxl {
  padding: 2rem 16px 0;
  background: #100E09;
}
@media(min-width: 766px) {.mgx_ws_jxl {
  padding: 2.25rem 24px 0;
}
}.mgx_ws_in_jxl {
  margin: 0 auto;
  max-width: 1320px;
}.mgx_ws_head_jxl {
  gap: 0.75rem;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 14px;
  align-items: center;
  display: flex;
}.mgx_ws_title_jxl {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  color: #F4ECD8;
  font-family: 'Cinzel', serif;
  align-items: center;
  overflow-wrap: break-word;
  font-size: 16px;
  font-weight: 700;
}.mgx_ws_title_ic_jxl svg {
  width: 18px;
  stroke-linecap: round;
  color: #F0A020;
  height: 18px;
  stroke-linejoin: round;
}.mgx_ws_online_jxl {
  gap: 0.438rem;
  font-weight: 600;
  font-size: 0.75rem;
  align-items: center;
  display: flex;
  color: #A08868;
}.mgx_ws_online_dot_jxl {
  background: #2EB86A;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  box-shadow: 0 0 6px rgba(46,184,106,0.16);
  flex-shrink: 0;
}.mgx_ws_scroll_jxl {
  gap: 8px;
  padding-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
}.mgx_ws_scroll_jxl::-webkit-scrollbar {
  display: none;
}.mgx_wc_jxl {
  border: 1px solid rgba(255,255,255,0.10);
  gap: 0.625rem;
  background: #181410;
  border-radius: 0.5rem;
  padding: 0.625rem 0.875rem;
  min-width: 13.75rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.mgx_wc_img_jxl {
  overflow: hidden;
  border-radius: 0.25rem;
  background: #1F1A12;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
}.mgx_wc_img_jxl img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.mgx_wc_info_jxl {
  min-width: 0;
}.mgx_wc_game_jxl {
  overflow: hidden;
  white-space: nowrap;
  color: #C8AD88;
  font-weight: 600;
  text-overflow: ellipsis;
  font-size: 0.75rem;
}.mgx_wc_player_jxl {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #957F5F;
  white-space: nowrap;
  font-size: 0.625rem;
}.mgx_wc_amount_jxl {
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  margin-left: auto;
  color: #2EB86A;
}.mgx_app_jxl {
  padding: 36px 1rem 0;
  background: #100E09;
}
@media(min-width: 767px) {.mgx_app_jxl {
  padding: 2.75rem 1.5rem 0;
}
}.mgx_app_in_jxl {
  margin: 0 auto;
  max-width: 82.5rem;
}.mgx_app_head_jxl {
  margin-bottom: 16px;
}.mgx_app_label_jxl {
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #E07818;
  text-transform: uppercase;
}.mgx_app_h2_jxl {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #F4ECD8;
  margin-bottom: 6px;
}
@media(min-width: 771px) {.mgx_app_h2_jxl {
  font-size: 24px;
}
}.mgx_app_sub_jxl {
  line-height: 1.6;
  font-size: 13px;
  overflow-wrap: break-word;
  max-width: 37.5rem;
  color: #A08868;
}.mgx_app_sub_jxl strong {
  color: #C8AD88;
  font-weight: 700;
}.mgx_app_cards_jxl {
  gap: 0.625rem;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.mgx_app_cards_jxl {
  grid-template-columns: repeat(3,1fr);
}
}.mgx_app_card_jxl {
  overflow: hidden;
  border-radius: 0.5rem;
  gap: 1rem;
  padding: 1.25rem;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  align-items: flex-start;
}.mgx_app_card_ios_jxl {
  background: linear-gradient(135deg,rgba(224,120,24,0.18) 0%,#1F1A12 100%);
}.mgx_app_card_android_jxl {
  background: linear-gradient(135deg,rgba(46,184,106,0.16) 0%,#1F1A12 100%);
}.mgx_app_card_win_jxl {
  background: linear-gradient(135deg,rgba(240,160,32,0.18) 0%,#1F1A12 100%);
}.mgx_app_card_ic_jxl svg {
  stroke-linecap: round;
  width: 2.125rem;
  stroke-linejoin: round;
  height: 2.125rem;
}.mgx_app_card_ic_jxl {
  flex-shrink: 0;
  color: #F4ECD8;
}.mgx_app_card_os_jxl {
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 6px;
  color: #A08868;
}.mgx_app_card_title_jxl {
  font-weight: 700;
  line-height: 1.2;
  font-size: 0.938rem;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  color: #F4ECD8;
}.mgx_app_card_text_jxl {
  overflow-wrap: break-word;
  color: #A08868;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 14px;
}.mgx_app_card_btn_jxl {
  gap: 0.438rem;
  transition: background .2s;
  padding: 10px 1.125rem;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(224,120,24,0.45);
  border-radius: 0.25rem;
  font-size: 13px;
  color: #F4ECD8;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}.mgx_app_card_btn_jxl:hover {
  background: rgba(255,255,255,0.07);
}.mgx_reg_jxl {
  padding: 2.25rem 1rem 0;
  background: #100E09;
}
@media(min-width:768px) {.mgx_reg_jxl {
  padding: 2.75rem 1.5rem 0;
}
}.mgx_reg_in_jxl {
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  border-radius: 12px;
  background: #1F1A12;
  border: 1px solid rgba(255,255,255,0.05);
  max-width: 82.5rem;
}
@media(min-width: 769px) {.mgx_reg_in_jxl {
  padding: 2.5rem;
}
}.mgx_reg_top_jxl {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 857px) {.mgx_reg_top_jxl {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.mgx_reg_label_jxl {
  font-size: 11px;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #E07818;
  text-transform: uppercase;
}.mgx_reg_h2_jxl {
  color: #F4ECD8;
  margin-bottom: 0.75rem;
  font-family: 'Cinzel', serif;
  font-size: 1.375rem;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 771px) {.mgx_reg_h2_jxl {
  font-size: 28px;
}
}.mgx_reg_bonus_jxl {
  padding: 10px 1rem;
  border-radius: 8px;
  border: 1px solid rgba(240,160,32,0.18);
  gap: 0.5rem;
  background: rgba(240,160,32,0.18);
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
}.mgx_reg_bonus_amount_jxl {
  color: #F0A020;
  font-weight: 800;
  font-size: 20px;
}.mgx_reg_bonus_text_jxl {
  color: #B89878;
  font-size: 13px;
  line-height: 1.35;
}.mgx_reg_cta_btn_jxl {
  transition: background .2s;
  padding: 0.875rem 32px;
  border-radius: 0.5rem;
  background: #2EB86A;
  box-shadow: 0 4px 1.125rem rgba(46,184,106,0.48);
  display: inline-block;
  font-size: 0.938rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0D0A04;
}.mgx_reg_cta_btn_jxl:hover {
  background: #3ECB7A;
}.mgx_reg_terms_jxl {
  line-height: 1.5;
  font-size: 11px;
  color: #957F5F;
}.mgx_reg_seo_jxl {
  border-top: 1px solid rgba(255,255,255,0.05);
  line-height: 1.65;
  color: #A08868;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.mgx_reg_seo_jxl p {
  font-size: 0.813rem;
  line-height: 1.65;
  margin-bottom: 0.625rem;
  color: #A08868;
}.mgx_reg_seo_jxl p:last-child {
  margin-bottom: 0;
}.mgx_reg_seo_jxl strong {
  font-weight: 700;
  color: #C8AD88;
}.mgx_reg_seo_jxl a {
  transition: color .2s;
  color: #E07818;
  text-decoration: underline;
}.mgx_reg_seo_jxl a:hover {
  color: #F08A2A;
}.mgx_reg_seo_jxl ul,.mgx_reg_seo_jxl ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.mgx_reg_seo_jxl ol {
  list-style: decimal;
}.mgx_reg_seo_jxl li {
  margin-bottom: 0.25rem;
  font-size: 13px;
  line-height: 1.65;
  color: #A08868;
}.mgx_reg_seo_jxl table {
  overflow-x: auto;
  margin-bottom: 10px;
  border-collapse: collapse;
  display: block;
  font-size: 13px;
  width: 100%;
}
@media(min-width: 770px) {.mgx_reg_seo_jxl table {
  display: table;
}
}.mgx_reg_seo_jxl th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.5rem;
  font-weight: 700;
  color: #C8AD88;
  text-align: left;
}.mgx_reg_seo_jxl td {
  padding: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #A08868;
}.mgx_reg_steps_jxl {
  gap: 0.875rem;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}
@media(min-width: 858px) {.mgx_reg_steps_jxl {
  margin-top: 0;
}
}.mgx_reg_step_jxl {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 8px;
  gap: 0.875rem;
  padding: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.mgx_reg_step_num_jxl {
  border: 1px solid rgba(224,120,24,0.08);
  background: rgba(224,120,24,0.18);
  border-radius: 50%;
  font-weight: 800;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  color: #E07818;
  font-size: 14px;
  width: 2.125rem;
  height: 2.125rem;
  justify-content: center;
}.mgx_reg_step_title_jxl {
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 3px;
  color: #F4ECD8;
}.mgx_reg_step_text_jxl {
  color: #A08868;
  font-size: 0.75rem;
  line-height: 1.5;
}.mgx_reg_trust_jxl {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
  padding-top: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}.mgx_reg_trust_item_jxl {
  gap: 0.438rem;
  color: #A08868;
  font-size: 12px;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
}.mgx_reg_trust_ic_jxl svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
  color: #E07818;
  width: 16px;
}.mgx_htp_jxl {
  padding: 2.25rem 16px 0;
  background: #100E09;
}
@media(min-width: 771px) {.mgx_htp_jxl {
  padding: 2.75rem 1.5rem 0;
}
}.mgx_htp_in_jxl {
  margin: 0 auto;
  max-width: 1320px;
}.mgx_htp_head_jxl {
  margin-bottom: 22px;
  max-width: 45rem;
}.mgx_htp_label_jxl {
  margin-bottom: 8px;
  color: #E07818;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.mgx_htp_h2_jxl {
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
  font-size: 1.375rem;
  color: #F4ECD8;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.mgx_htp_h2_jxl {
  font-size: 1.75rem;
}
}.mgx_htp_intro_jxl {
  color: #A08868;
  line-height: 1.6;
  font-size: 0.875rem;
}.mgx_htp_steps_jxl {
  margin: 0;
  gap: 12px;
  padding: 0;
  list-style: none;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.mgx_htp_steps_jxl {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.mgx_htp_steps_jxl {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.mgx_htp_step_jxl {
  border-radius: 8px;
  background: #1F1A12;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 20px 18px 18px;
  position: relative;
  display: flex;
  flex-direction: column;
}.mgx_htp_step_num_jxl {
  border-radius: 50%;
  background: #E07818;
  font-family: 'Cinzel', serif;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 13px;
  font-weight: 800;
  color: #0D0A04;
  height: 1.75rem;
  left: 1.25rem;
  display: flex;
  top: -0.75rem;
  width: 1.75rem;
}.mgx_htp_step_ic_jxl {
  border-radius: 4px;
  background: rgba(224,120,24,0.18);
  margin: 0.5rem 0 12px;
  height: 2.25rem;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 2.25rem;
  color: #E07818;
}.mgx_htp_step_ic_jxl svg {
  width: 18px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.125rem;
}.mgx_htp_step_h_jxl {
  line-height: 1.25;
  font-weight: 700;
  color: #F4ECD8;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.mgx_htp_step_p_jxl {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #A08868;
  line-height: 1.55;
}.mgx_htp_step_p_jxl strong {
  font-weight: 600;
  color: #C8AD88;
}.mgx_htp_cta_jxl {
  background: #2EB86A;
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 13px 26px;
  margin-top: 1.25rem;
  font-weight: 700;
  display: inline-block;
  font-size: 14px;
  color: #0D0A04;
}.mgx_htp_cta_jxl:hover {
  background: #3ECB7A;
}.mgx_prov_jxl {
  padding: 36px 16px 0;
  background: #100E09;
}
@media(min-width: 770px) {.mgx_prov_jxl {
  padding: 44px 1.5rem 0;
}
}.mgx_prov_in_jxl {
  margin: 0 auto;
  max-width: 82.5rem;
}.mgx_prov_head_jxl {
  margin-bottom: 16px;
}.mgx_prov_label_jxl {
  color: #E07818;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
}.mgx_prov_h2_jxl {
  font-family: 'Cinzel', serif;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F4ECD8;
  font-weight: 800;
}
@media(min-width: 767px) {.mgx_prov_h2_jxl {
  font-size: 24px;
}
}.mgx_prov_seo_jxl {
  font-size: 13px;
  max-width: 620px;
  line-height: 1.6;
  color: #A08868;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
}.mgx_prov_seo_jxl strong {
  font-weight: 700;
  color: #C8AD88;
}.mgx_prov_seo_jxl a {
  text-decoration: underline;
  color: #E07818;
}.mgx_prov_grid_jxl {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width:640px) {.mgx_prov_grid_jxl {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.mgx_prov_grid_jxl {
  grid-template-columns: repeat(8,1fr);
}
}.mgx_prov_card_jxl {
  padding: 14px 0.625rem;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255,255,255,0.10);
  background: #181410;
  gap: 7px;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  display: flex;
}.mgx_prov_card_jxl:hover {
  background: #1F1A12;
  border-color: rgba(224,120,24,0.45);
}.mgx_prov_logo_jxl {
  background: rgba(255,255,255,0.05);
  overflow: hidden;
  border-radius: 0.25rem;
  height: 44px;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  display: flex;
}.mgx_prov_logo_jxl img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.mgx_prov_name_jxl {
  font-size: 11px;
  font-weight: 600;
  color: #B89878;
  overflow-wrap: break-word;
  text-align: center;
}.mgx_bon_jxl {
  padding: 2.25rem 1rem 0;
  background: #100E09;
}
@media(min-width: 767px) {.mgx_bon_jxl {
  padding: 2.75rem 1.5rem 0;
}
}.mgx_bon_in_jxl {
  margin: 0 auto;
  max-width: 82.5rem;
}.mgx_bon_head_jxl {
  margin-bottom: 20px;
}.mgx_bon_label_jxl {
  font-size: 11px;
  text-transform: uppercase;
  color: #E07818;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.mgx_bon_h2_jxl {
  color: #F4ECD8;
  margin-bottom: 0.5rem;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 765px) {.mgx_bon_h2_jxl {
  font-size: 1.5rem;
}
}.mgx_bon_seo_jxl {
  font-size: 13px;
  max-width: 38.75rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #A08868;
}.mgx_bon_seo_jxl strong {
  font-weight: 700;
  color: #C8AD88;
}.mgx_bon_seo_jxl a {
  color: #E07818;
  text-decoration: underline;
}.mgx_bon_grid_jxl {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 642px) {.mgx_bon_grid_jxl {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.mgx_bon_grid_jxl {
  grid-template-columns: repeat(5,1fr);
}
}.mgx_bon_card_jxl {
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
  background: #181410;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 16px;
}.mgx_bon_card_jxl:hover {
  border-color: rgba(224,120,24,0.08);
  transform: translateY(-2px);
}.mgx_bon_card_ic_jxl svg {
  height: 26px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.625rem;
}.mgx_bon_card_ic_jxl {
  margin-bottom: 0.625rem;
}.mgx_bon_card_type_jxl {
  margin-bottom: 0.375rem;
  color: #A08868;
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}.mgx_bon_card_amount_jxl {
  line-height: 1.1;
  font-weight: 800;
  font-size: 1.125rem;
  color: #F0A020;
  margin-bottom: 6px;
}.mgx_bon_card_name_jxl {
  font-size: 13px;
  font-weight: 600;
  color: #F4ECD8;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}.mgx_bon_card_detail_jxl {
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #957F5F;
  line-height: 1.5;
  padding-top: 0.5rem;
  font-size: 11px;
  overflow-wrap: break-word;
}.mgx_seo_jxl {
  background: #100E09;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.mgx_seo_jxl {
  padding: 44px 24px 0;
}
}.mgx_seo_in_jxl {
  background: #1F1A12;
  border: 1px solid rgba(255,255,255,0.10);
  margin: 0 auto;
  padding: 28px 1.5rem;
  border-radius: 12px;
  max-width: 1320px;
}
@media(min-width: 767px) {.mgx_seo_in_jxl {
  padding: 2.25rem 2.5rem;
}
}.mgx_seo_label_jxl {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  color: #E07818;
}.mgx_seo_h2_jxl {
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  font-weight: 800;
  font-size: 20px;
  color: #F4ECD8;
}
@media(min-width: 771px) {.mgx_seo_h2_jxl {
  font-size: 1.5rem;
}
}.mgx_seo_body_jxl {
  color: #B89878;
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
}.mgx_seo_body_jxl p {
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 14px;
  color: #B89878;
}.mgx_seo_body_jxl p:last-child {
  margin-bottom: 0;
}.mgx_seo_body_jxl strong {
  font-weight: 700;
  color: #C8AD88;
}.mgx_seo_body_jxl a {
  transition: color .2s;
  color: #E07818;
  text-decoration: underline;
}.mgx_seo_body_jxl a:hover {
  color: #F08A2A;
}.mgx_seo_body_jxl ul,.mgx_seo_body_jxl ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.mgx_seo_body_jxl ol {
  list-style: decimal;
}.mgx_seo_body_jxl li {
  color: #B89878;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 6px;
}.mgx_seo_body_jxl table {
  width: 100%;
  margin-bottom: 12px;
  overflow-x: auto;
  font-size: 0.813rem;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 769px) {.mgx_seo_body_jxl table {
  display: table;
}
}.mgx_seo_body_jxl th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 12px;
  color: #C8AD88;
  text-align: left;
  font-weight: 700;
}.mgx_seo_body_jxl td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #B89878;
}.mgx_seo_cols_jxl {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 638px) {.mgx_seo_cols_jxl {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.mgx_seo_cols_jxl {
  grid-template-columns: repeat(3,1fr);
}
}.mgx_seo_col_h_jxl {
  color: #C8AD88;
  font-size: 13px;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.mgx_seo_col_p_jxl {
  overflow-wrap: break-word;
  color: #A08868;
  font-size: 13px;
  line-height: 1.65;
}.mgx_seo_stats_jxl {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.mgx_seo_stat_jxl {
  background: rgba(224,120,24,0.08);
  border: 1px solid rgba(224,120,24,0.18);
  flex: 1;
  padding: 0.875rem 1rem;
  border-radius: 8px;
  min-width: 8.75rem;
}.mgx_seo_stat_val_jxl {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  color: #E07818;
}.mgx_seo_stat_lb_jxl {
  overflow-wrap: break-word;
  color: #A08868;
  font-size: 11px;
}.mgx_seo_jxl {
  background: #100E09;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.mgx_seo_jxl {
  padding: 2.75rem 24px 0;
}
}.mgx_seo_in_jxl {
  padding: 1.75rem 24px;
  background: #1F1A12;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.10);
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 769px) {.mgx_seo_in_jxl {
  padding: 2.25rem 40px;
}
}.mgx_seo_label_jxl {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #E07818;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
}.mgx_seo_h2_jxl {
  color: #F4ECD8;
  margin-bottom: 0.875rem;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.mgx_seo_h2_jxl {
  font-size: 24px;
}
}.mgx_seo_body_jxl {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #B89878;
  line-height: 1.75;
}.mgx_seo_body_jxl p {
  color: #B89878;
  margin-bottom: 0.75rem;
  font-size: 14px;
  line-height: 1.75;
}.mgx_seo_body_jxl p:last-child {
  margin-bottom: 0;
}.mgx_seo_body_jxl strong {
  font-weight: 700;
  color: #C8AD88;
}.mgx_seo_body_jxl a {
  transition: color .2s;
  color: #E07818;
  text-decoration: underline;
}.mgx_seo_body_jxl a:hover {
  color: #F08A2A;
}.mgx_seo_body_jxl ul,.mgx_seo_body_jxl ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.mgx_seo_body_jxl ol {
  list-style: decimal;
}.mgx_seo_body_jxl li {
  color: #B89878;
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0.375rem;
}.mgx_seo_body_jxl table {
  font-size: 13px;
  margin-bottom: 12px;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  display: block;
}
@media(min-width: 769px) {.mgx_seo_body_jxl table {
  display: table;
}
}.mgx_seo_body_jxl th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #C8AD88;
  text-align: left;
}.mgx_seo_body_jxl td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 12px;
  color: #B89878;
}.mgx_seo_cols_jxl {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.mgx_seo_cols_jxl {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.mgx_seo_cols_jxl {
  grid-template-columns: repeat(3,1fr);
}
}.mgx_seo_col_h_jxl {
  font-size: 13px;
  color: #C8AD88;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.mgx_seo_col_p_jxl {
  color: #A08868;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
}.mgx_seo_stats_jxl {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.mgx_seo_stat_jxl {
  border-radius: 8px;
  border: 1px solid rgba(224,120,24,0.18);
  padding: 14px 16px;
  background: rgba(224,120,24,0.08);
  flex: 1;
  min-width: 8.75rem;
}.mgx_seo_stat_val_jxl {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  color: #E07818;
  margin-bottom: 0.25rem;
}.mgx_seo_stat_lb_jxl {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #A08868;
}.mgx_rv_jxl {
  background: #100E09;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.mgx_rv_jxl {
  padding: 2.75rem 1.5rem 0;
}
}.mgx_rv_in_jxl {
  margin: 0 auto;
  max-width: 1320px;
}.mgx_rv_head_jxl {
  max-width: 720px;
  margin-bottom: 20px;
}.mgx_rv_label_jxl {
  margin-bottom: 8px;
  color: #E07818;
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
}.mgx_rv_h2_jxl {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 0.625rem;
  font-size: 22px;
  color: #F4ECD8;
}
@media(min-width: 771px) {.mgx_rv_h2_jxl {
  font-size: 28px;
}
}.mgx_rv_stats_jxl {
  gap: 1.125rem;
  font-size: 13px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  color: #A08868;
}.mgx_rv_stats_score_jxl {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.mgx_rv_stats_score_val_jxl {
  font-family: 'Cinzel', serif;
  color: #F0A020;
  font-size: 1.375rem;
  font-weight: 800;
}.mgx_rv_stats_score_max_jxl {
  color: #957F5F;
  font-size: 13px;
}.mgx_rv_stats_badge_jxl {
  gap: 4px;
  display: flex;
  align-items: center;
}.mgx_rv_stats_badge_jxl svg {
  color: #F0A020;
  height: 0.875rem;
  width: 14px;
}.mgx_rv_grid_jxl {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.mgx_rv_grid_jxl {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.mgx_rv_grid_jxl {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.mgx_rv_card_jxl {
  border-radius: 0.5rem;
  padding: 1.25rem;
  background: #1F1A12;
  border: 1px solid rgba(255,255,255,0.10);
  flex-direction: column;
  display: flex;
}.mgx_rv_card_stars_jxl {
  gap: 2px;
  display: flex;
  margin-bottom: 10px;
  color: #F0A020;
}.mgx_rv_card_stars_jxl svg {
  height: 0.875rem;
  width: 14px;
}.mgx_rv_card_h_jxl {
  overflow-wrap: break-word;
  color: #F4ECD8;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  font-size: 0.875rem;
}.mgx_rv_card_body_jxl {
  flex: 1;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #A08868;
  font-size: 0.813rem;
  margin-bottom: 0.875rem;
}.mgx_rv_card_body_jxl strong {
  font-weight: 600;
  color: #C8AD88;
}.mgx_rv_card_meta_jxl {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.75rem;
  align-items: center;
}.mgx_rv_card_author_jxl {
  font-size: 0.75rem;
  color: #C8AD88;
  font-weight: 600;
}.mgx_rv_card_date_jxl {
  color: #957F5F;
  font-size: 0.688rem;
}.mgx_faq_jxl {
  padding: 36px 16px 0;
  background: #100E09;
}
@media(min-width: 765px) {.mgx_faq_jxl {
  padding: 44px 24px 0;
}
}.mgx_faq_in_jxl {
  margin: 0 auto;
  max-width: 82.5rem;
}.mgx_faq_head_jxl {
  margin-bottom: 1.25rem;
}.mgx_faq_label_jxl {
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #E07818;
  margin-bottom: 8px;
}.mgx_faq_h2_jxl {
  color: #F4ECD8;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}
@media(min-width: 769px) {.mgx_faq_h2_jxl {
  font-size: 1.5rem;
}
}.mgx_faq_list_jxl {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.mgx_faq_item_jxl {
  border-radius: 0.5rem;
  background: #1F1A12;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
}.mgx_faq_q_jxl {
  transition: color .2s;
  gap: 12px;
  padding: 16px 20px;
  color: #C8AD88;
  font-weight: 600;
  align-items: center;
  font-size: 14px;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  justify-content: space-between;
  cursor: pointer;
  display: flex;
}.mgx_faq_q_jxl:hover {
  color: #F4ECD8;
}.mgx_faq_q_ic_jxl {
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  border-radius: 50%;
  flex-shrink: 0;
  width: 24px;
  justify-content: center;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #E07818;
  height: 24px;
}.mgx_faq_item_jxl.mgx_state_open_jxl .mgx_faq_q_ic_jxl {
  transform: rotate(45deg);
}.mgx_faq_a_jxl {
  padding: 0 20px 1rem;
  display: none;
  overflow-wrap: break-word;
  line-height: 1.7;
  color: #A08868;
  font-size: 0.813rem;
}.mgx_faq_item_jxl.mgx_state_open_jxl .mgx_faq_a_jxl {
  display: block;
}.mgx_faq_a_jxl strong {
  color: #C8AD88;
  font-weight: 700;
}.mgx_faq_a_jxl a {
  color: #E07818;
  text-decoration: underline;
}.mgx_faq_a_jxl ul,.mgx_faq_a_jxl ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 1.25rem;
}.mgx_faq_a_jxl ol {
  list-style: decimal;
}.mgx_faq_a_jxl li {
  line-height: 1.6;
  margin-bottom: 4px;
}.mgx_faq_a_jxl table {
  margin: 0.5rem 0;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}
@media(min-width: 769px) {.mgx_faq_a_jxl table {
  display: table;
}
}.mgx_faq_a_jxl th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.375rem 8px;
  text-align: left;
  font-weight: 700;
  color: #C8AD88;
}.mgx_faq_a_jxl td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #A08868;
}.mgx_pmt_jxl {
  background: #100E09;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.mgx_pmt_jxl {
  padding: 44px 1.5rem 0;
}
}.mgx_pmt_in_jxl {
  margin: 0 auto;
  max-width: 82.5rem;
}.mgx_pmt_head_jxl {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.mgx_pmt_label_jxl {
  color: #E07818;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.mgx_pmt_h2_jxl {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  color: #F4ECD8;
  font-size: 22px;
  font-family: 'Cinzel', serif;
}
@media(min-width: 766px) {.mgx_pmt_h2_jxl {
  font-size: 1.75rem;
}
}.mgx_pmt_intro_jxl {
  line-height: 1.6;
  font-size: 0.875rem;
  color: #A08868;
  overflow-wrap: break-word;
}.mgx_pmt_groups_jxl {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.mgx_pmt_group_jxl {
  border: 1px solid rgba(255,255,255,0.10);
  background: #1F1A12;
  padding: 20px;
  border-radius: 0.5rem;
}.mgx_pmt_group_head_jxl {
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
}.mgx_pmt_group_ic_jxl {
  background: rgba(224,120,24,0.18);
  border-radius: 4px;
  flex-shrink: 0;
  width: 2.25rem;
  justify-content: center;
  height: 2.25rem;
  align-items: center;
  display: flex;
  color: #E07818;
}.mgx_pmt_group_ic_jxl svg {
  width: 18px;
  height: 18px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.mgx_pmt_group_h_jxl {
  margin: 0;
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  color: #F4ECD8;
  font-weight: 700;
  overflow-wrap: break-word;
}.mgx_pmt_group_p_jxl {
  color: #A08868;
  margin-bottom: 14px;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.mgx_pmt_group_p_jxl strong {
  font-weight: 600;
  color: #C8AD88;
}.mgx_pmt_table_wrap_jxl {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.mgx_pmt_table_jxl {
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
  min-width: 540px;
}.mgx_pmt_table_jxl th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  white-space: nowrap;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #C8AD88;
  text-align: left;
  font-weight: 700;
  font-size: 0.688rem;
}.mgx_pmt_table_jxl td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #A08868;
}.mgx_pmt_table_jxl tbody tr:last-child td {
  border-bottom: none;
}.mgx_pmt_table_jxl tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #C8AD88;
}.mgx_seo_jxl {
  padding: 2.25rem 16px 0;
  background: #100E09;
}
@media(min-width: 767px) {.mgx_seo_jxl {
  padding: 44px 24px 0;
}
}.mgx_seo_in_jxl {
  border-radius: 0.75rem;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.10);
  background: #1F1A12;
  padding: 1.75rem 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.mgx_seo_in_jxl {
  padding: 36px 40px;
}
}.mgx_seo_label_jxl {
  margin-bottom: 10px;
  color: #E07818;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}.mgx_seo_h2_jxl {
  color: #F4ECD8;
  margin-bottom: 0.875rem;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
}
@media(min-width:768px) {.mgx_seo_h2_jxl {
  font-size: 1.5rem;
}
}.mgx_seo_body_jxl {
  font-size: 14px;
  line-height: 1.75;
  color: #B89878;
  overflow-wrap: break-word;
}.mgx_seo_body_jxl p {
  color: #B89878;
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 0.875rem;
}.mgx_seo_body_jxl p:last-child {
  margin-bottom: 0;
}.mgx_seo_body_jxl strong {
  color: #C8AD88;
  font-weight: 700;
}.mgx_seo_body_jxl a {
  transition: color .2s;
  color: #E07818;
  text-decoration: underline;
}.mgx_seo_body_jxl a:hover {
  color: #F08A2A;
}.mgx_seo_body_jxl ul,.mgx_seo_body_jxl ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.mgx_seo_body_jxl ol {
  list-style: decimal;
}.mgx_seo_body_jxl li {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #B89878;
  margin-bottom: 6px;
}.mgx_seo_body_jxl table {
  font-size: 13px;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 12px;
  display: block;
}
@media(min-width: 765px) {.mgx_seo_body_jxl table {
  display: table;
}
}.mgx_seo_body_jxl th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  color: #C8AD88;
  font-weight: 700;
  text-align: left;
}.mgx_seo_body_jxl td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 12px;
  color: #B89878;
}.mgx_seo_cols_jxl {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 642px) {.mgx_seo_cols_jxl {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.mgx_seo_cols_jxl {
  grid-template-columns: repeat(3,1fr);
}
}.mgx_seo_col_h_jxl {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 0.438rem;
  color: #C8AD88;
}.mgx_seo_col_p_jxl {
  color: #A08868;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.mgx_seo_stats_jxl {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.mgx_seo_stat_jxl {
  border-radius: 0.5rem;
  border: 1px solid rgba(224,120,24,0.18);
  background: rgba(224,120,24,0.08);
  flex: 1;
  padding: 14px 1rem;
  min-width: 140px;
}.mgx_seo_stat_val_jxl {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  font-weight: 800;
  color: #E07818;
  overflow-wrap: break-word;
}.mgx_seo_stat_lb_jxl {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #A08868;
}.mgx_ft_jxl {
  background: #090806;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 48px;
}.mgx_ft_support_jxl {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 24px 16px;
}
@media(min-width: 769px) {.mgx_ft_support_jxl {
  padding: 28px 24px;
}
}.mgx_ft_support_in_jxl {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  max-width: 82.5rem;
  flex-wrap: wrap;
  display: flex;
}.mgx_ft_support_main_jxl {
  flex: 1;
  gap: 16px;
  min-width: 13.75rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.mgx_ft_support_ic_jxl {
  flex-shrink: 0;
  color: #E07818;
}.mgx_ft_support_ic_jxl svg {
  width: 1.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.875rem;
}.mgx_ft_support_text_title_jxl {
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F4ECD8;
  font-size: 0.938rem;
  margin-bottom: 3px;
}.mgx_ft_support_text_sub_jxl {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #A08868;
}.mgx_ft_support_btn_jxl {
  transition: background .2s;
  background: #E07818;
  padding: 0.688rem 1.375rem;
  border-radius: 0.5rem;
  font-size: 13px;
  flex-shrink: 0;
  white-space: nowrap;
  color: #F4ECD8;
  font-weight: 700;
}.mgx_ft_support_btn_jxl:hover {
  background: #F08A2A;
}.mgx_ft_support_contacts_jxl {
  gap: 1rem;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.mgx_ft_support_contact_jxl {
  line-height: 1.4;
  color: #957F5F;
  font-size: 12px;
}.mgx_ft_support_contact_jxl strong {
  margin-bottom: 2px;
  display: block;
  font-weight: 600;
  font-size: 0.688rem;
  color: #B89878;
}.mgx_ft_main_jxl {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width:768px) {.mgx_ft_main_jxl {
  padding: 40px 1.5rem 32px;
}
}.mgx_ft_main_in_jxl {
  margin: 0 auto;
  gap: 24px;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 638px) {.mgx_ft_main_in_jxl {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.mgx_ft_main_in_jxl {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.mgx_ft_col_logo_jxl {
  grid-column: 1/-1;
}
@media(min-width: 1083px) {.mgx_ft_col_logo_jxl {
  grid-column: auto;
}
}.mgx_ft_logo_jxl {
  gap: 9px;
  margin-bottom: 12px;
  display: flex;
  font-weight: 800;
  align-items: center;
  overflow-wrap: break-word;
  color: #F4ECD8;
  font-size: 16px;
  flex-wrap: wrap;
}.mgx_ft_logo_mark_jxl {
  border-radius: 4px;
  overflow: hidden;
  width: 30px;
  height: 1.875rem;
}.mgx_ft_logo_mark_jxl img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.mgx_ft_logo_sub_jxl {
  line-height: 1.55;
  font-size: 12px;
  overflow-wrap: break-word;
  max-width: 12.5rem;
  color: #957F5F;
}.mgx_ft_col_title_jxl {
  letter-spacing: .07em;
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #B89878;
}.mgx_ft_col_links_jxl {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.mgx_ft_col_link_jxl {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #957F5F;
}.mgx_ft_col_link_jxl:hover {
  color: #C8AD88;
}.mgx_ft_apps_jxl {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.mgx_ft_app_card_jxl {
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s;
  padding: 10px 12px;
  background: rgba(255,255,255,0.05);
  border-radius: 4px;
  gap: 0.625rem;
  align-items: center;
  display: flex;
}.mgx_ft_app_card_jxl:hover {
  border-color: rgba(224,120,24,0.45);
}.mgx_ft_app_card_ic_jxl svg {
  height: 22px;
  stroke-linecap: round;
  width: 1.375rem;
  stroke-linejoin: round;
}.mgx_ft_app_card_os_jxl {
  font-weight: 600;
  color: #957F5F;
  font-size: 10px;
}.mgx_ft_app_card_action_jxl {
  font-weight: 700;
  color: #C8AD88;
  font-size: 0.75rem;
}.mgx_ft_bot_jxl {
  padding: 20px 1rem;
}
@media(min-width:768px) {.mgx_ft_bot_jxl {
  padding: 1.25rem 1.5rem;
}
}.mgx_ft_bot_in_jxl {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 82.5rem;
}.mgx_ft_socials_jxl {
  gap: 8px;
  display: flex;
}.mgx_ft_soc_jxl {
  transition: background .2s;
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  height: 36px;
  color: #B89878;
  width: 36px;
  align-items: center;
  justify-content: center;
  display: flex;
}.mgx_ft_soc_jxl svg {
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
}.mgx_ft_soc_jxl:hover {
  background: rgba(255,255,255,0.07);
}.mgx_ft_legal_jxl {
  flex: 1;
  line-height: 1.6;
  font-size: 0.688rem;
  color: #8A7A5A;
  overflow-wrap: break-word;
  min-width: 12.5rem;
}.mgx_ft_legal_jxl strong {
  color: #B89878;
  font-weight: 700;
}.mgx_ft_legal_jxl a {
  color: #B89878;
  text-decoration: underline;
}.mgx_ft_age_jxl {
  border-radius: 50%;
  border: 2px solid #8A7A5A;
  width: 2rem;
  align-items: center;
  font-weight: 800;
  justify-content: center;
  display: flex;
  margin-left: auto;
  font-size: 0.688rem;
  flex-shrink: 0;
  color: #8A7A5A;
  height: 32px;
}