*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #130C07;
  font-family: 'Raleway', sans-serif;
  color: #D9C9A4;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  min-height: 100vh;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  text-decoration: none;
  color: inherit;
}button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.mhs-layout_nac {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.mhs-page_nac {
  min-height: 100vh;
  display: flex;
}.mhs-main_nac {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media(min-width: 1077px) {.mhs-main_nac {
  padding-left: 13.75rem;
}
}
@media(max-width: 1082px) {.mhs-main_nac {
  padding-bottom: 72px;
}
}.mhs-gc_nac {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #180E06;
  transition: transform .2s,border-color .2s;
  border-radius: 0.5rem;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  width: 140px;
}
@media(min-width: 641px) {.mhs-gc_nac {
  width: 9.75rem;
}
}
@media(min-width: 1079px) {.mhs-gc_nac {
  width: 168px;
}
}.mhs-gc_nac:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 146, 42, 0.07);
}.mhs-gc_img_nac {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.mhs-gc_img_nac img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
}.mhs-gc_hover_nac {
  inset: 0;
  background: rgba(10, 6, 3, 0.74);
  transition: opacity .2s;
  position: absolute;
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 0;
}.mhs-gc_nac:hover .mhs-gc_hover_nac {
  opacity: 1;
}.mhs-gc_hover_btn_nac {
  border-radius: 4px;
  background: #C8922A;
  padding: 0.5rem 1rem;
  color: #F2E9D6;
  font-size: 12px;
  font-weight: 700;
}.mhs-gc_info_nac {
  padding: 0.5rem 0.625rem 0.625rem;
}.mhs-gc_name_nac {
  overflow: hidden;
  font-size: 0.75rem;
  white-space: nowrap;
  color: #D9C9A4;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  max-width: 100%;
  font-weight: 600;
}.mhs-gc_prov_nac {
  font-size: 0.625rem;
  color: #A08050;
}.mhs-gc_tag_nac {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 9px;
  z-index: 2;
  left: 0.375rem;
  position: absolute;
  top: 6px;
}.mhs-gc_tag_hot_nac {
  background: #C02828;
  color: #fff;
}.mhs-gc_tag_new_nac {
  background: #3A9448;
  color: #130C07;
}.mhs-gc_tag_jp_nac {
  background: #D4A020;
  color: #130C07;
}.mhs-gc_tag_ex_nac {
  background: #9B6820;
  color: #fff;
}.mhs-gc_tag_live_nac {
  background: #C02828;
  color: #fff;
}.mhs-gr_nac {
  padding: 2rem 16px 0;
  background: #130C07;
}
@media(min-width: 766px) {.mhs-gr_nac {
  padding: 36px 1.5rem 0;
}
}.mhs-gr_in_nac {
  margin: 0 auto;
  max-width: 1320px;
}.mhs-gr_head_nac {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}.mhs-gr_head_l_nac {
  flex: 1;
  gap: 10px;
  align-items: center;
  min-width: 0;
  display: flex;
}.mhs-gr_ic_nac {
  border-radius: 0.5rem;
  align-items: center;
  display: flex;
  height: 2rem;
  flex-shrink: 0;
  justify-content: center;
  width: 2rem;
}.mhs-gr_ic_nac svg {
  height: 1rem;
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.mhs-gr_title_nac {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 16px;
  color: #F2E9D6;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.mhs-gr_title_nac {
  font-size: 18px;
}
}.mhs-gr_more_nac {
  transition: color .2s;
  gap: 0.313rem;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 600;
  align-items: center;
  display: flex;
  color: #A08560;
  font-size: 12px;
}.mhs-gr_more_nac:hover {
  color: #C8922A;
}.mhs-gr_more_nac svg {
  width: 12px;
  stroke-linejoin: round;
  height: 0.75rem;
  stroke-linecap: round;
}.mhs-gr_arrows_nac {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.mhs-gr_arr_nac {
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 4px;
  width: 30px;
  height: 1.875rem;
  align-items: center;
  display: flex;
  color: #B5956A;
  justify-content: center;
}.mhs-gr_arr_nac:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F2E9D6;
}.mhs-gr_arr_nac svg {
  height: 13px;
  stroke-linecap: round;
  width: 13px;
  stroke-linejoin: round;
}.mhs-gr_seo_h_nac {
  margin: 0 0 0.375rem;
  color: #D9C9A4;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  max-width: 42.5rem;
  font-size: 13px;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.mhs-gr_seo_h_nac {
  font-size: 0.875rem;
}
}.mhs-gr_seo_nac {
  max-width: 680px;
  font-size: 0.75rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  color: #A08560;
}.mhs-gr_seo_nac strong {
  color: #D9C9A4;
  font-weight: 600;
}.mhs-gr_scroll_nac {
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: none;
  display: flex;
}.mhs-gr_scroll_nac::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.mhs-gr_scroll_nac {
  gap: 0.75rem;
}
}.mhs-tb_nac {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #100A05;
  align-items: center;
  left: 0;
  display: flex;
  right: 0;
  height: 3.5rem;
  z-index: 80;
  top: 0;
  position: fixed;
}.mhs-tb_in_nac {
  gap: 0;
  padding: 0 0.875rem;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}.mhs-tb_burger_nac {
  gap: 5px;
  border-radius: 8px;
  height: 38px;
  flex-direction: column;
  margin-right: 8px;
  flex-shrink: 0;
  justify-content: center;
  width: 2.375rem;
  align-items: center;
  display: flex;
}.mhs-tb_burger_nac:hover {
  background: rgba(255, 255, 255, 0.05);
}.mhs-tb_burger_line_nac {
  border-radius: 1px;
  background: #B5956A;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width:1080px) {.mhs-tb_burger_nac {
  display: none;
}
}.mhs-tb_logo_nac {
  gap: 0.563rem;
  letter-spacing: -.01em;
  font-weight: 800;
  overflow-wrap: break-word;
  align-items: center;
  color: #F2E9D6;
  display: flex;
  margin-right: 20px;
  font-size: 1.125rem;
  flex-shrink: 0;
}.mhs-tb_logo_mark_nac {
  border-radius: 0.5rem;
  overflow: hidden;
  height: 2rem;
  display: flex;
  align-items: center;
  width: 32px;
  justify-content: center;
}.mhs-tb_logo_mark_nac img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.mhs-tb_nav_nac {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 643px) {.mhs-tb_nav_nac {
  display: flex;
}
}.mhs-tb_tab_nac {
  border-radius: 0.5rem;
  transition: background .15s,color .15s;
  padding: 0.5rem 0.875rem;
  color: #B5956A;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.813rem;
}.mhs-tb_tab_nac:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2E9D6;
}.mhs-tb_tab_nac.mhs-state_active_nac {
  background: rgba(200, 146, 42, 0.18);
  color: #F2E9D6;
}.mhs-tb_right_nac {
  gap: 8px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
}.mhs-tb_login_nac {
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 9px 1rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #D9C9A4;
  display: none;
  font-size: 13px;
  font-weight: 600;
}.mhs-tb_login_nac:hover {
  border-color: rgba(200, 146, 42, 0.42);
  color: #F2E9D6;
}
@media(min-width: 481px) {.mhs-tb_login_nac {
  display: block;
}
}.mhs-tb_reg_nac {
  background: #3A9448;
  padding: 9px 1.125rem;
  border-radius: 8px;
  transition: background .2s;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  color: #0D0A04;
}.mhs-tb_reg_nac:hover {
  background: #4AAA58;
}.mhs-sb_nac {
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  background: #1E1308;
  width: 220px;
  left: 0;
  position: fixed;
  overflow-y: auto;
  bottom: 0;
  top: 56px;
  z-index: 70;
}.mhs-sb_nac.mhs-state_open_nac {
  transform: translateX(0);
}.mhs-sb_nac::-webkit-scrollbar {
  width: 4px;
}.mhs-sb_nac::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.mhs-sb_nac {
  transform: translateX(0);
}
}.mhs-sb_auth_nac {
  padding: 14px 12px 0.625rem;
}.mhs-sb_btn_reg_nac {
  padding: 0.688rem;
  border-radius: 0.5rem;
  background: #3A9448;
  transition: background .2s;
  display: block;
  font-size: 0.813rem;
  color: #0D0A04;
  text-align: center;
  margin-bottom: 8px;
  font-weight: 700;
}.mhs-sb_btn_reg_nac:hover {
  background: #4AAA58;
}.mhs-sb_btn_login_nac {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  display: block;
  color: #D9C9A4;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
}.mhs-sb_btn_login_nac:hover {
  border-color: rgba(200, 146, 42, 0.42);
  color: #F2E9D6;
}.mhs-sb_promo_nac {
  border-radius: 0.5rem;
  margin: 0 0.75rem 10px;
  overflow: hidden;
  border: 1px solid rgba(200, 146, 42, 0.18);
  padding: 12px 0.875rem;
  background: linear-gradient(135deg,#2A1408,#1E1308);
  position: relative;
}.mhs-sb_promo_nac::before {
  background: radial-gradient(circle,rgba(200, 146, 42, 0.18),transparent 70%);
  border-radius: 50%;
  right: -1.25rem;
  height: 80px;
  position: absolute;
  content: '';
  width: 5rem;
  top: -1.25rem;
}.mhs-sb_promo_title_nac {
  text-transform: uppercase;
  color: #C8922A;
  letter-spacing: .06em;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.25rem;
}.mhs-sb_promo_text_nac {
  font-weight: 600;
  overflow-wrap: break-word;
  line-height: 1.35;
  font-size: 12px;
  color: #F2E9D6;
}.mhs-sb_promo_sub_nac {
  font-size: 10px;
  color: #A08560;
  margin-top: 3px;
}.mhs-sb_nav_nac {
  padding: 0.375rem 0.5rem 1rem;
}.mhs-sb_nav_lb_nac {
  padding: 10px 0.5rem 0.375rem;
  text-transform: uppercase;
  color: #A08050;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
}.mhs-sb_link_nac {
  gap: 0.625rem;
  padding: 0.563rem 0.625rem;
  border-radius: 4px;
  transition: background .15s,color .15s;
  overflow-wrap: break-word;
  color: #B5956A;
  cursor: pointer;
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 500;
}.mhs-sb_link_nac:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2E9D6;
}.mhs-sb_link_nac.mhs-state_active_nac {
  background: rgba(200, 146, 42, 0.18);
  color: #F2E9D6;
}.mhs-sb_ic_nac {
  border-radius: 4px;
  display: flex;
  width: 30px;
  height: 1.875rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}.mhs-sb_ic_nac svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
  width: 16px;
}.mhs-sb_ic_1_nac {
  background: rgba(200, 146, 42, 0.07);
  color: #C8922A;
}.mhs-sb_ic_2_nac {
  background: rgba(58, 148, 72, 0.18);
  color: #3A9448;
}.mhs-sb_ic_3_nac {
  background: rgba(212, 160, 32, 0.18);
  color: #D4A020;
}.mhs-sb_ic_4_nac {
  background: rgba(155, 104, 32, 0.22);
  color: #9B6820;
}.mhs-sb_ic_5_nac {
  background: rgba(200, 146, 42, 0.07);
  color: #C04068;
}.mhs-sb_ic_6_nac {
  background: rgba(155, 104, 32, 0.22);
  color: #7A3A9A;
}.mhs-sb_badge_nac {
  border-radius: 0.25rem;
  background: #D4A020;
  padding: 2px 0.438rem;
  font-weight: 700;
  margin-left: auto;
  color: #0D0A04;
  font-size: 9px;
}.mhs-sb_bot_nac {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  gap: 8px;
  display: flex;
}.mhs-sb_lang_nac,.mhs-sb_help_nac {
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 9px 0.375rem;
  gap: 6px;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  flex: 1;
  transition: border-color .2s;
  color: #B5956A;
  font-size: 0.688rem;
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 600;
}.mhs-sb_lang_nac:hover,.mhs-sb_help_nac:hover {
  border-color: rgba(200, 146, 42, 0.42);
  color: #F2E9D6;
}.mhs-sb_lang_nac svg,.mhs-sb_help_nac svg {
  height: 13px;
  width: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.mhs-sb_bd_nac {
  inset: 0;
  background: rgba(10, 6, 3, 0.74);
  z-index: 69;
  display: none;
  position: fixed;
}.mhs-sb_bd_nac.mhs-state_on_nac {
  display: block;
}
@media(min-width: 1082px) {.mhs-sb_bd_nac {
  display: none!important;
}
}.mhs-mob_nav_nac {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #1E1308;
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  right: 0;
  z-index: 80;
}
@media(min-width: 1081px) {.mhs-mob_nav_nac {
  display: none;
}
}.mhs-mob_nav_item_nac {
  gap: 4px;
  padding: 0.25rem 2px;
  flex: 1;
  color: #A08050;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  align-items: center;
}.mhs-mob_nav_ic_nac {
  line-height: 1;
}.mhs-mob_nav_ic_nac svg {
  stroke-linejoin: round;
  width: 20px;
  height: 20px;
  stroke-linecap: round;
}.mhs-mob_nav_lb_nac {
  font-weight: 600;
  color: #A08050;
  font-size: 10px;
}.mhs-mob_nav_item_nac.mhs-state_active_nac {
  color: #C8922A;
}.mhs-mob_nav_item_nac.mhs-state_active_nac .mhs-mob_nav_lb_nac {
  color: #C8922A;
}.mhs-hero_nac {
  padding: 1.25rem 1rem 0;
  background: #130C07;
}
@media(min-width: 769px) {.mhs-hero_nac {
  padding: 1.5rem 24px 0;
}
}.mhs-hero_in_nac {
  gap: 0.75rem;
  margin: 0 auto;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.mhs-hero_in_nac {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1098px) {.mhs-hero_in_nac {
  grid-template-columns: 1fr 340px;
}
}.mhs-hero_promo_nac {
  background: #180E06;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 220px;
}
@media(min-width: 771px) {.mhs-hero_promo_nac {
  min-height: 17.5rem;
}
}.mhs-hero_promo_bg_nac {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#2A1408 0%,#130C07 100%);
  background-size: cover;
  position: absolute;
}.mhs-hero_promo_bg_nac::after {
  inset: 0;
  background: linear-gradient(90deg,#130C07 0%,rgba(10, 6, 3, 0.74) 60%,transparent 100%);
  position: absolute;
  content: '';
}.mhs-hero_promo_glow_nac {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(155, 104, 32, 0.22) 0%,transparent 65%);
  pointer-events: none;
  right: 3.75rem;
  width: 300px;
  position: absolute;
  height: 18.75rem;
  top: -40px;
}.mhs-hero_promo_ct_nac {
  padding: 1.75rem 24px 28px 28px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  position: relative;
  max-width: 480px;
}
@media(min-width: 766px) {.mhs-hero_promo_ct_nac {
  padding: 2.5rem 2rem;
}
}.mhs-hero_badge_nac {
  background: rgba(200, 146, 42, 0.18);
  padding: 0.313rem 0.75rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(200, 146, 42, 0.07);
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.625rem;
  color: #C8922A;
  display: inline-block;
}.mhs-hero_h1_nac {
  color: #F2E9D6;
  font-family: 'Cinzel', serif;
  font-size: 1.625rem;
  margin-bottom: 0.625rem;
  font-weight: 800;
  line-height: 1.15;
  overflow-wrap: break-word;
}.mhs-hero_h1_nac em {
  font-style: normal;
  color: #D4A020;
}
@media(min-width: 769px) {.mhs-hero_h1_nac {
  font-size: 2.25rem;
}
}.mhs-hero_sub_nac {
  margin-bottom: 1.25rem;
  font-size: 0.813rem;
  color: #B5956A;
  line-height: 1.55;
}
@media(min-width: 770px) {.mhs-hero_sub_nac {
  font-size: 14px;
}
}.mhs-hero_row_nac {
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.mhs-hero_cta_nac {
  transition: background .2s;
  background: #3A9448;
  border-radius: 0.5rem;
  padding: 0.813rem 1.625rem;
  font-size: 14px;
  color: #0D0A04;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(58, 148, 72, 0.52), 0 1px 0 rgba(0, 0, 0, 0.45);
}.mhs-hero_cta_nac:hover {
  background: #4AAA58;
}.mhs-hero_terms_nac {
  color: #A08050;
  font-size: 0.688rem;
}.mhs-hero_game_nac {
  background: #180E06;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  display: flex;
}.mhs-hero_game_badge_nac {
  border: 1px solid rgba(212, 160, 32, 0.18);
  padding: 0.313rem 10px;
  background: rgba(212, 160, 32, 0.18);
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: .06em;
  z-index: 3;
  top: 12px;
  position: absolute;
  left: 0.75rem;
  color: #D4A020;
}.mhs-hero_game_badge_nac svg {
  width: 0.688rem;
  vertical-align: -1px;
  height: 0.688rem;
  margin-right: 4px;
}.mhs-hero_game_img_nac {
  background: linear-gradient(135deg,#2A1408,#130C07);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.mhs-hero_game_img_nac img {
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
}.mhs-hero_game_play_nac {
  background: rgba(10, 6, 3, 0.74);
  inset: 0;
  transition: opacity .2s;
  justify-content: center;
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
}.mhs-hero_game_nac:hover .mhs-hero_game_play_nac {
  opacity: 1;
}.mhs-hero_game_play_nac span {
  border-radius: 50%;
  background: #C8922A;
  display: flex;
  justify-content: center;
  width: 52px;
  height: 3.25rem;
  align-items: center;
}.mhs-hero_game_play_nac span svg {
  margin-left: 2px;
  width: 18px;
  height: 1.125rem;
}.mhs-hero_game_info_nac {
  padding: 0.875rem 1rem;
}.mhs-hero_game_title_nac {
  overflow-wrap: break-word;
  font-size: 0.938rem;
  margin-bottom: 4px;
  font-weight: 700;
  color: #F2E9D6;
}.mhs-hero_game_provider_nac {
  color: #A08560;
  font-size: 11px;
}.mhs-hero_game_btn_nac {
  margin: 12px 1rem 1rem;
  transition: background .2s;
  padding: 11px;
  background: #C8922A;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 13px;
  color: #F2E9D6;
  display: block;
  text-align: center;
}.mhs-hero_game_nac:hover .mhs-hero_game_btn_nac {
  background: #DAA83C;
}.mhs-sbar_nac {
  background: #130C07;
  padding: 1rem 16px 0;
}
@media(min-width: 771px) {.mhs-sbar_nac {
  padding: 1.125rem 24px 0;
}
}.mhs-sbar_in_nac {
  margin: 0 auto;
  max-width: 82.5rem;
}.mhs-sbar_row_nac {
  gap: 10px;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
}.mhs-sbar_input_nac {
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex: 1;
  padding: 11px 16px;
  border-radius: 0.5rem;
  gap: 10px;
  transition: border-color .2s;
  background: #180E06;
  display: flex;
  color: #A08560;
  font-size: 13px;
  cursor: pointer;
  align-items: center;
}.mhs-sbar_input_nac:hover {
  border-color: rgba(200, 146, 42, 0.42);
}.mhs-sbar_input_nac svg {
  flex-shrink: 0;
  width: 15px;
  stroke-linejoin: round;
  height: 0.938rem;
  stroke-linecap: round;
}.mhs-sbar_providers_nac {
  background: #180E06;
  padding: 0.688rem 18px;
  transition: border-color .2s;
  gap: 8px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 13px;
  display: flex;
  align-items: center;
  color: #D9C9A4;
  white-space: nowrap;
  font-weight: 600;
}.mhs-sbar_providers_nac:hover {
  border-color: rgba(200, 146, 42, 0.42);
  color: #F2E9D6;
}.mhs-sbar_providers_nac svg {
  height: 14px;
  width: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.mhs-sbar_tabs_nac {
  gap: 0.375rem;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  padding-bottom: 2px;
}.mhs-sbar_tabs_nac::-webkit-scrollbar {
  display: none;
}.mhs-sbar_tab_nac {
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  gap: 7px;
  padding: 0.5rem 14px;
  display: flex;
  flex-shrink: 0;
  font-weight: 600;
  cursor: pointer;
  color: #B5956A;
  font-size: 12px;
  align-items: center;
  white-space: nowrap;
}.mhs-sbar_tab_nac:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(200, 146, 42, 0.42);
  color: #F2E9D6;
}.mhs-sbar_tab_nac.mhs-state_active_nac {
  background: rgba(200, 146, 42, 0.18);
  border-color: rgba(200, 146, 42, 0.07);
  color: #F2E9D6;
}.mhs-sbar_tab_ic_nac svg {
  width: 0.875rem;
  height: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.mhs-gr_jp_nac {
  border-radius: 0.75rem;
  background: linear-gradient(135deg,#2A1240 0%,#0D0818 100%);
  padding: 1.25rem;
  overflow: hidden;
  position: relative;
}.mhs-gr_jp_nac::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(155, 104, 32, 0.22) 0%,transparent 70%);
  content: '';
  left: -60px;
  top: -3.75rem;
  height: 15.625rem;
  width: 250px;
  position: absolute;
}.mhs-gr_jp_nac::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(212, 160, 32, 0.18) 0%,transparent 70%);
  height: 12.5rem;
  position: absolute;
  bottom: -40px;
  width: 12.5rem;
  right: 0;
  content: '';
}.mhs-gr_jp_head_nac {
  gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  margin-bottom: 16px;
  z-index: 1;
  display: flex;
}.mhs-gr_jp_info_nac {
  flex: 1;
}.mhs-gr_jp_label_nac {
  margin-bottom: 0.375rem;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  color: #7A3A9A;
}.mhs-gr_jp_label_nac svg {
  margin-right: 0.25rem;
  vertical-align: -2px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 14px;
  width: 14px;
}.mhs-gr_jp_amount_nac {
  overflow-wrap: break-word;
  color: #F2E9D6;
  font-family: 'Cinzel', serif;
  line-height: 1;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
}
@media(min-width: 769px) {.mhs-gr_jp_amount_nac {
  font-size: 2.5rem;
}
}.mhs-gr_jp_amount_nac span {
  color: #D4A020;
}.mhs-gr_jp_seo_nac {
  max-width: 30rem;
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 0.75rem;
  color: #B5956A;
}.mhs-gr_jp_cta_nac {
  padding: 0.688rem 1.25rem;
  background: rgba(155, 104, 32, 0.22);
  border-radius: 0.5rem;
  transition: background .2s;
  border: 1px solid rgba(155, 104, 32, 0.22);
  flex-shrink: 0;
  position: relative;
  font-weight: 700;
  color: #F2E9D6;
  margin-top: 0.25rem;
  white-space: nowrap;
  font-size: 13px;
  z-index: 1;
  align-self: flex-start;
}.mhs-gr_jp_cta_nac:hover {
  background: #9B6820;
}.mhs-gcg_nac {
  background: #130C07;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.mhs-gcg_nac {
  padding: 44px 1.5rem 0;
}
}.mhs-gcg_in_nac {
  margin: 0 auto;
  max-width: 82.5rem;
}.mhs-gcg_head_nac {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}.mhs-gcg_label_nac {
  color: #C8922A;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.mhs-gcg_h2_nac {
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  color: #F2E9D6;
}
@media(min-width: 767px) {.mhs-gcg_h2_nac {
  font-size: 1.75rem;
}
}.mhs-gcg_intro_nac {
  color: #A08560;
  font-size: 0.813rem;
  line-height: 1.6;
}.mhs-gcg_grid_nac {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.mhs-gcg_grid_nac {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.mhs-gcg_grid_nac {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.mhs-gcg_card_nac {
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 0.75rem;
  cursor: pointer;
  display: flex;
  position: relative;
  flex-direction: column;
  min-height: 240px;
  justify-content: flex-end;
}.mhs-gcg_card_nac:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 146, 42, 0.18);
}.mhs-gcg_card_bg_nac {
  inset: 0;
  position: absolute;
  z-index: 0;
}.mhs-gcg_card_bg_nac::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.mhs-gcg_card_ic_nac {
  background: rgba(0,0,0,.45);
  border-radius: 4px;
  justify-content: center;
  height: 2.5rem;
  right: 1.125rem;
  top: 1.125rem;
  width: 40px;
  display: flex;
  color: #F2E9D6;
  z-index: 2;
  position: absolute;
  align-items: center;
}.mhs-gcg_card_ic_nac svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.25rem;
  width: 20px;
}.mhs-gcg_card_ct_nac {
  position: relative;
  z-index: 1;
}.mhs-gcg_card_h_nac {
  line-height: 1.2;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-size: 18px;
  overflow-wrap: break-word;
  color: #F2E9D6;
}
@media(min-width: 767px) {.mhs-gcg_card_h_nac {
  font-size: 20px;
}
}.mhs-gcg_card_p_nac {
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
  font-size: 0.75rem;
  line-height: 1.55;
  margin-bottom: 10px;
}.mhs-gcg_card_p_nac strong {
  color: #F2E9D6;
  font-weight: 600;
}.mhs-gcg_card_cta_nac {
  gap: 0.25rem;
  display: inline-flex;
  letter-spacing: .04em;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #C8922A;
}.mhs-gcg_card_cta_nac svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 12px;
  width: 12px;
}.mhs-ws_nac {
  background: #130C07;
  padding: 2rem 1rem 0;
}
@media(min-width: 770px) {.mhs-ws_nac {
  padding: 36px 24px 0;
}
}.mhs-ws_in_nac {
  margin: 0 auto;
  max-width: 82.5rem;
}.mhs-ws_head_nac {
  gap: 12px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.875rem;
}.mhs-ws_title_nac {
  gap: 10px;
  flex-wrap: wrap;
  color: #F2E9D6;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  font-size: 1rem;
  font-family: 'Cinzel', serif;
  font-weight: 700;
}.mhs-ws_title_ic_nac svg {
  color: #D4A020;
  stroke-linejoin: round;
  width: 1.125rem;
  stroke-linecap: round;
  height: 18px;
}.mhs-ws_online_nac {
  gap: 0.438rem;
  font-size: 0.75rem;
  align-items: center;
  display: flex;
  color: #A08560;
  font-weight: 600;
}.mhs-ws_online_dot_nac {
  background: #3A9448;
  border-radius: 50%;
  flex-shrink: 0;
  height: 0.5rem;
  width: 0.5rem;
  box-shadow: 0 0 6px rgba(58, 148, 72, 0.18);
}.mhs-ws_scroll_nac {
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
}.mhs-ws_scroll_nac::-webkit-scrollbar {
  display: none;
}.mhs-wc_nac {
  border-radius: 8px;
  padding: 10px 0.875rem;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #180E06;
  flex-shrink: 0;
  display: flex;
  min-width: 13.75rem;
  align-items: center;
}.mhs-wc_img_nac {
  border-radius: 0.25rem;
  background: #1E1308;
  overflow: hidden;
  height: 36px;
  flex-shrink: 0;
  width: 36px;
}.mhs-wc_img_nac img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.mhs-wc_info_nac {
  min-width: 0;
}.mhs-wc_game_nac {
  overflow: hidden;
  white-space: nowrap;
  color: #D9C9A4;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 0.75rem;
}.mhs-wc_player_nac {
  overflow: hidden;
  color: #A08050;
  text-overflow: ellipsis;
  font-size: 10px;
  white-space: nowrap;
}.mhs-wc_amount_nac {
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
  margin-left: auto;
  color: #3A9448;
  font-size: 0.813rem;
}.mhs-prov_nac {
  padding: 36px 16px 0;
  background: #130C07;
}
@media(min-width: 765px) {.mhs-prov_nac {
  padding: 44px 24px 0;
}
}.mhs-prov_in_nac {
  margin: 0 auto;
  max-width: 82.5rem;
}.mhs-prov_head_nac {
  margin-bottom: 16px;
}.mhs-prov_label_nac {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #C8922A;
  text-transform: uppercase;
}.mhs-prov_h2_nac {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 8px;
  color: #F2E9D6;
  font-size: 1.25rem;
}
@media(min-width: 770px) {.mhs-prov_h2_nac {
  font-size: 1.5rem;
}
}.mhs-prov_seo_nac {
  color: #A08560;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 16px;
  max-width: 620px;
  line-height: 1.6;
}.mhs-prov_seo_nac strong {
  font-weight: 700;
  color: #D9C9A4;
}.mhs-prov_seo_nac a {
  text-decoration: underline;
  color: #C8922A;
}.mhs-prov_grid_nac {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.mhs-prov_grid_nac {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.mhs-prov_grid_nac {
  grid-template-columns: repeat(8,1fr);
}
}.mhs-prov_card_nac {
  padding: 14px 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,background .2s;
  background: #180E06;
  border-radius: 0.5rem;
  gap: 7px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  display: flex;
}.mhs-prov_card_nac:hover {
  border-color: rgba(200, 146, 42, 0.42);
  background: #1E1308;
}.mhs-prov_logo_nac {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  height: 44px;
  display: flex;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
}.mhs-prov_logo_nac img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.mhs-prov_name_nac {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  font-weight: 600;
  text-align: center;
  color: #B5956A;
}.mhs-reg_nac {
  padding: 2.25rem 16px 0;
  background: #130C07;
}
@media(min-width: 769px) {.mhs-reg_nac {
  padding: 44px 24px 0;
}
}.mhs-reg_in_nac {
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin: 0 auto;
  padding: 1.75rem 24px;
  background: #1E1308;
  border-radius: 12px;
  max-width: 1320px;
}
@media(min-width: 765px) {.mhs-reg_in_nac {
  padding: 40px;
}
}.mhs-reg_top_nac {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:860px) {.mhs-reg_top_nac {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.mhs-reg_label_nac {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
  color: #C8922A;
  font-weight: 700;
}.mhs-reg_h2_nac {
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  line-height: 1.2;
  font-size: 22px;
  color: #F2E9D6;
}
@media(min-width: 766px) {.mhs-reg_h2_nac {
  font-size: 28px;
}
}.mhs-reg_bonus_nac {
  border-radius: 0.5rem;
  background: rgba(212, 160, 32, 0.18);
  padding: 10px 16px;
  gap: 0.5rem;
  border: 1px solid rgba(212, 160, 32, 0.18);
  display: inline-flex;
  margin-bottom: 1rem;
  align-items: center;
}.mhs-reg_bonus_amount_nac {
  font-size: 20px;
  font-weight: 800;
  color: #D4A020;
}.mhs-reg_bonus_text_nac {
  color: #B5956A;
  line-height: 1.35;
  font-size: 13px;
}.mhs-reg_cta_btn_nac {
  background: #3A9448;
  padding: 14px 32px;
  transition: background .2s;
  border-radius: 0.5rem;
  display: inline-block;
  color: #0D0A04;
  box-shadow: 0 4px 14px rgba(58, 148, 72, 0.52), 0 1px 0 rgba(0, 0, 0, 0.45);
  font-size: 0.938rem;
  margin-bottom: 12px;
  font-weight: 700;
}.mhs-reg_cta_btn_nac:hover {
  background: #4AAA58;
}.mhs-reg_terms_nac {
  font-size: 11px;
  line-height: 1.5;
  color: #A08050;
}.mhs-reg_seo_nac {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #A08560;
  overflow-wrap: break-word;
  line-height: 1.65;
  margin-top: 1.25rem;
  font-size: 13px;
  padding-top: 20px;
}.mhs-reg_seo_nac p {
  line-height: 1.65;
  margin-bottom: 10px;
  color: #A08560;
  font-size: 0.813rem;
}.mhs-reg_seo_nac p:last-child {
  margin-bottom: 0;
}.mhs-reg_seo_nac strong {
  color: #D9C9A4;
  font-weight: 700;
}.mhs-reg_seo_nac a {
  transition: color .2s;
  color: #C8922A;
  text-decoration: underline;
}.mhs-reg_seo_nac a:hover {
  color: #DAA83C;
}.mhs-reg_seo_nac ul,.mhs-reg_seo_nac ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.mhs-reg_seo_nac ol {
  list-style: decimal;
}.mhs-reg_seo_nac li {
  color: #A08560;
  line-height: 1.65;
  font-size: 13px;
  margin-bottom: 4px;
}.mhs-reg_seo_nac table {
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  width: 100%;
  margin-bottom: 0.625rem;
  font-size: 0.813rem;
}
@media(min-width: 766px) {.mhs-reg_seo_nac table {
  display: table;
}
}.mhs-reg_seo_nac th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D9C9A4;
  font-weight: 700;
  text-align: left;
}.mhs-reg_seo_nac td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #A08560;
}.mhs-reg_steps_nac {
  gap: 14px;
  margin-top: 28px;
  flex-direction: column;
  display: flex;
}
@media(min-width: 863px) {.mhs-reg_steps_nac {
  margin-top: 0;
}
}.mhs-reg_step_nac {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1rem;
  gap: 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.mhs-reg_step_num_nac {
  border-radius: 50%;
  border: 1px solid rgba(200, 146, 42, 0.07);
  background: rgba(200, 146, 42, 0.18);
  display: flex;
  color: #C8922A;
  justify-content: center;
  height: 2.125rem;
  font-size: 0.875rem;
  width: 34px;
  font-weight: 800;
  align-items: center;
  flex-shrink: 0;
}.mhs-reg_step_title_nac {
  font-size: 14px;
  color: #F2E9D6;
  font-weight: 700;
  margin-bottom: 3px;
}.mhs-reg_step_text_nac {
  line-height: 1.5;
  color: #A08560;
  font-size: 12px;
}.mhs-reg_trust_nac {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  margin-top: 1.25rem;
  flex-wrap: wrap;
  display: flex;
  padding-top: 20px;
}.mhs-reg_trust_item_nac {
  gap: 0.438rem;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
  font-size: 12px;
  color: #A08560;
}.mhs-reg_trust_ic_nac svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
  height: 1rem;
  color: #C8922A;
}.mhs-bon_nac {
  background: #130C07;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.mhs-bon_nac {
  padding: 44px 24px 0;
}
}.mhs-bon_in_nac {
  margin: 0 auto;
  max-width: 1320px;
}.mhs-bon_head_nac {
  margin-bottom: 1.25rem;
}.mhs-bon_label_nac {
  color: #C8922A;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.688rem;
}.mhs-bon_h2_nac {
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-size: 1.25rem;
  color: #F2E9D6;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.mhs-bon_h2_nac {
  font-size: 24px;
}
}.mhs-bon_seo_nac {
  line-height: 1.6;
  color: #A08560;
  font-size: 0.813rem;
  max-width: 38.75rem;
  overflow-wrap: break-word;
}.mhs-bon_seo_nac strong {
  color: #D9C9A4;
  font-weight: 700;
}.mhs-bon_seo_nac a {
  color: #C8922A;
  text-decoration: underline;
}.mhs-bon_grid_nac {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width:640px) {.mhs-bon_grid_nac {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.mhs-bon_grid_nac {
  grid-template-columns: repeat(5,1fr);
}
}.mhs-bon_card_nac {
  background: #180E06;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,transform .2s;
}.mhs-bon_card_nac:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 146, 42, 0.07);
}.mhs-bon_card_ic_nac svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 26px;
  height: 1.625rem;
}.mhs-bon_card_ic_nac {
  margin-bottom: 10px;
}.mhs-bon_card_type_nac {
  color: #A08560;
  margin-bottom: 6px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
}.mhs-bon_card_amount_nac {
  font-size: 18px;
  color: #D4A020;
  margin-bottom: 0.375rem;
  line-height: 1.1;
  font-weight: 800;
}.mhs-bon_card_name_nac {
  margin-bottom: 0.5rem;
  font-size: 0.813rem;
  font-weight: 600;
  overflow-wrap: break-word;
  color: #F2E9D6;
}.mhs-bon_card_detail_nac {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 8px;
  overflow-wrap: break-word;
  font-size: 11px;
  color: #A08050;
  line-height: 1.5;
}.mhs-app_nac {
  padding: 2.25rem 1rem 0;
  background: #130C07;
}
@media(min-width: 771px) {.mhs-app_nac {
  padding: 44px 1.5rem 0;
}
}.mhs-app_in_nac {
  margin: 0 auto;
  max-width: 82.5rem;
}.mhs-app_head_nac {
  margin-bottom: 1rem;
}.mhs-app_label_nac {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #C8922A;
  letter-spacing: .08em;
}.mhs-app_h2_nac {
  font-weight: 800;
  margin-bottom: 0.375rem;
  font-size: 1.25rem;
  color: #F2E9D6;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.mhs-app_h2_nac {
  font-size: 24px;
}
}.mhs-app_sub_nac {
  color: #A08560;
  font-size: 0.813rem;
  max-width: 600px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.mhs-app_sub_nac strong {
  color: #D9C9A4;
  font-weight: 700;
}.mhs-app_cards_nac {
  gap: 0.625rem;
  display: grid;
  margin-top: 1rem;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.mhs-app_cards_nac {
  grid-template-columns: repeat(3,1fr);
}
}.mhs-app_card_nac {
  overflow: hidden;
  border-radius: 8px;
  padding: 1.25rem;
  gap: 16px;
  align-items: flex-start;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}.mhs-app_card_ios_nac {
  background: linear-gradient(135deg,rgba(200, 146, 42, 0.18) 0%,#1E1308 100%);
}.mhs-app_card_android_nac {
  background: linear-gradient(135deg,rgba(58, 148, 72, 0.18) 0%,#1E1308 100%);
}.mhs-app_card_win_nac {
  background: linear-gradient(135deg,rgba(212, 160, 32, 0.18) 0%,#1E1308 100%);
}.mhs-app_card_ic_nac svg {
  stroke-linejoin: round;
  height: 2.125rem;
  stroke-linecap: round;
  width: 2.125rem;
}.mhs-app_card_ic_nac {
  flex-shrink: 0;
  color: #F2E9D6;
}.mhs-app_card_os_nac {
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: .08em;
  font-size: 10px;
  color: #A08560;
  text-transform: uppercase;
}.mhs-app_card_title_nac {
  font-size: 15px;
  line-height: 1.2;
  color: #F2E9D6;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.375rem;
}.mhs-app_card_text_nac {
  overflow-wrap: break-word;
  color: #A08560;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 0.875rem;
}.mhs-app_card_btn_nac {
  transition: background .2s;
  gap: 0.438rem;
  padding: 10px 18px;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(200, 146, 42, 0.42);
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #F2E9D6;
}.mhs-app_card_btn_nac:hover {
  background: rgba(255, 255, 255, 0.07);
}.mhs-faq_nac {
  background: #130C07;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.mhs-faq_nac {
  padding: 44px 24px 0;
}
}.mhs-faq_in_nac {
  margin: 0 auto;
  max-width: 1320px;
}.mhs-faq_head_nac {
  margin-bottom: 1.25rem;
}.mhs-faq_label_nac {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C8922A;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 8px;
}.mhs-faq_h2_nac {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #F2E9D6;
  font-family: 'Cinzel', serif;
}
@media(min-width: 770px) {.mhs-faq_h2_nac {
  font-size: 1.5rem;
}
}.mhs-faq_list_nac {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.mhs-faq_item_nac {
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1E1308;
}.mhs-faq_q_nac {
  transition: color .2s;
  gap: 0.75rem;
  padding: 16px 20px;
  cursor: pointer;
  overflow-wrap: break-word;
  font-size: 14px;
  align-items: center;
  flex-wrap: wrap;
  color: #D9C9A4;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}.mhs-faq_q_nac:hover {
  color: #F2E9D6;
}.mhs-faq_q_ic_nac {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 1rem;
  align-items: center;
  flex-shrink: 0;
  color: #C8922A;
}.mhs-faq_item_nac.mhs-state_open_nac .mhs-faq_q_ic_nac {
  transform: rotate(45deg);
}.mhs-faq_a_nac {
  padding: 0 20px 1rem;
  overflow-wrap: break-word;
  line-height: 1.7;
  color: #A08560;
  font-size: 13px;
  display: none;
}.mhs-faq_item_nac.mhs-state_open_nac .mhs-faq_a_nac {
  display: block;
}.mhs-faq_a_nac strong {
  font-weight: 700;
  color: #D9C9A4;
}.mhs-faq_a_nac a {
  color: #C8922A;
  text-decoration: underline;
}.mhs-faq_a_nac ul,.mhs-faq_a_nac ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.mhs-faq_a_nac ol {
  list-style: decimal;
}.mhs-faq_a_nac li {
  margin-bottom: 4px;
  line-height: 1.6;
}.mhs-faq_a_nac table {
  margin: 0.5rem 0;
  font-size: 0.75rem;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 765px) {.mhs-faq_a_nac table {
  display: table;
}
}.mhs-faq_a_nac th {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D9C9A4;
  font-weight: 700;
  text-align: left;
}.mhs-faq_a_nac td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 0.5rem;
  color: #A08560;
}.mhs-seo_nac {
  background: #130C07;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.mhs-seo_nac {
  padding: 2.75rem 24px 0;
}
}.mhs-seo_in_nac {
  padding: 28px 24px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1E1308;
  border-radius: 0.75rem;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.mhs-seo_in_nac {
  padding: 36px 2.5rem;
}
}.mhs-seo_label_nac {
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #C8922A;
  font-size: 11px;
}.mhs-seo_h2_nac {
  line-height: 1.25;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F2E9D6;
  margin-bottom: 14px;
  font-weight: 800;
}
@media(min-width: 771px) {.mhs-seo_h2_nac {
  font-size: 24px;
}
}.mhs-seo_body_nac {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #B5956A;
  font-size: 14px;
}.mhs-seo_body_nac p {
  margin-bottom: 12px;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #B5956A;
}.mhs-seo_body_nac p:last-child {
  margin-bottom: 0;
}.mhs-seo_body_nac strong {
  color: #D9C9A4;
  font-weight: 700;
}.mhs-seo_body_nac a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8922A;
}.mhs-seo_body_nac a:hover {
  color: #DAA83C;
}.mhs-seo_body_nac ul,.mhs-seo_body_nac ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.mhs-seo_body_nac ol {
  list-style: decimal;
}.mhs-seo_body_nac li {
  color: #B5956A;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.mhs-seo_body_nac table {
  margin-bottom: 0.75rem;
  display: block;
  overflow-x: auto;
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width:768px) {.mhs-seo_body_nac table {
  display: table;
}
}.mhs-seo_body_nac th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  color: #D9C9A4;
  text-align: left;
  font-weight: 700;
}.mhs-seo_body_nac td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #B5956A;
}.mhs-seo_cols_nac {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 639px) {.mhs-seo_cols_nac {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.mhs-seo_cols_nac {
  grid-template-columns: repeat(3,1fr);
}
}.mhs-seo_col_h_nac {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 7px;
  color: #D9C9A4;
  font-size: 13px;
}.mhs-seo_col_p_nac {
  overflow-wrap: break-word;
  color: #A08560;
  font-size: 0.813rem;
  line-height: 1.65;
}.mhs-seo_stats_nac {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.mhs-seo_stat_nac {
  border: 1px solid rgba(200, 146, 42, 0.18);
  flex: 1;
  background: rgba(200, 146, 42, 0.07);
  padding: 14px 1rem;
  border-radius: 0.5rem;
  min-width: 140px;
}.mhs-seo_stat_val_nac {
  font-weight: 800;
  margin-bottom: 0.25rem;
  font-size: 20px;
  color: #C8922A;
  overflow-wrap: break-word;
}.mhs-seo_stat_lb_nac {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #A08560;
}.mhs-pmt_nac {
  padding: 2.25rem 1rem 0;
  background: #130C07;
}
@media(min-width: 765px) {.mhs-pmt_nac {
  padding: 44px 1.5rem 0;
}
}.mhs-pmt_in_nac {
  margin: 0 auto;
  max-width: 1320px;
}.mhs-pmt_head_nac {
  margin-bottom: 22px;
  max-width: 720px;
}.mhs-pmt_label_nac {
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #C8922A;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .08em;
}.mhs-pmt_h2_nac {
  font-size: 22px;
  color: #F2E9D6;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
}
@media(min-width: 767px) {.mhs-pmt_h2_nac {
  font-size: 28px;
}
}.mhs-pmt_intro_nac {
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #A08560;
}.mhs-pmt_groups_nac {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.mhs-pmt_group_nac {
  padding: 20px;
  background: #1E1308;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
}.mhs-pmt_group_head_nac {
  gap: 0.75rem;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.mhs-pmt_group_ic_nac {
  background: rgba(200, 146, 42, 0.18);
  border-radius: 0.25rem;
  color: #C8922A;
  align-items: center;
  display: flex;
  height: 36px;
  flex-shrink: 0;
  justify-content: center;
  width: 2.25rem;
}.mhs-pmt_group_ic_nac svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 18px;
  width: 18px;
}.mhs-pmt_group_h_nac {
  margin: 0;
  color: #F2E9D6;
  font-size: 1rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 700;
}.mhs-pmt_group_p_nac {
  color: #A08560;
  line-height: 1.6;
  font-size: 13px;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}.mhs-pmt_group_p_nac strong {
  font-weight: 600;
  color: #D9C9A4;
}.mhs-pmt_table_wrap_nac {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.mhs-pmt_table_nac {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 33.75rem;
}.mhs-pmt_table_nac th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  white-space: nowrap;
  letter-spacing: .04em;
  color: #D9C9A4;
  text-transform: uppercase;
  font-size: 11px;
  text-align: left;
  font-weight: 700;
}.mhs-pmt_table_nac td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  color: #A08560;
}.mhs-pmt_table_nac tbody tr:last-child td {
  border-bottom: none;
}.mhs-pmt_table_nac tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D9C9A4;
}.mhs-seo_nac {
  background: #130C07;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.mhs-seo_nac {
  padding: 44px 24px 0;
}
}.mhs-seo_in_nac {
  background: #1E1308;
  margin: 0 auto;
  border-radius: 12px;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 82.5rem;
}
@media(min-width: 770px) {.mhs-seo_in_nac {
  padding: 2.25rem 40px;
}
}.mhs-seo_label_nac {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 0.625rem;
  color: #C8922A;
}.mhs-seo_h2_nac {
  margin-bottom: 14px;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  color: #F2E9D6;
  font-size: 1.25rem;
  font-weight: 800;
}
@media(min-width: 771px) {.mhs-seo_h2_nac {
  font-size: 24px;
}
}.mhs-seo_body_nac {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #B5956A;
  overflow-wrap: break-word;
}.mhs-seo_body_nac p {
  line-height: 1.75;
  color: #B5956A;
  font-size: 14px;
  margin-bottom: 0.75rem;
}.mhs-seo_body_nac p:last-child {
  margin-bottom: 0;
}.mhs-seo_body_nac strong {
  color: #D9C9A4;
  font-weight: 700;
}.mhs-seo_body_nac a {
  transition: color .2s;
  color: #C8922A;
  text-decoration: underline;
}.mhs-seo_body_nac a:hover {
  color: #DAA83C;
}.mhs-seo_body_nac ul,.mhs-seo_body_nac ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.mhs-seo_body_nac ol {
  list-style: decimal;
}.mhs-seo_body_nac li {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 6px;
  color: #B5956A;
}.mhs-seo_body_nac table {
  border-collapse: collapse;
  margin-bottom: 12px;
  width: 100%;
  overflow-x: auto;
  font-size: 13px;
  display: block;
}
@media(min-width: 771px) {.mhs-seo_body_nac table {
  display: table;
}
}.mhs-seo_body_nac th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D9C9A4;
  text-align: left;
  font-weight: 700;
}.mhs-seo_body_nac td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #B5956A;
}.mhs-seo_cols_nac {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 642px) {.mhs-seo_cols_nac {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.mhs-seo_cols_nac {
  grid-template-columns: repeat(3,1fr);
}
}.mhs-seo_col_h_nac {
  margin-bottom: 7px;
  color: #D9C9A4;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.813rem;
}.mhs-seo_col_p_nac {
  color: #A08560;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.mhs-seo_stats_nac {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.mhs-seo_stat_nac {
  border-radius: 8px;
  padding: 0.875rem 1rem;
  background: rgba(200, 146, 42, 0.07);
  border: 1px solid rgba(200, 146, 42, 0.18);
  flex: 1;
  min-width: 8.75rem;
}.mhs-seo_stat_val_nac {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  color: #C8922A;
  font-size: 20px;
}.mhs-seo_stat_lb_nac {
  color: #A08560;
  font-size: 11px;
  overflow-wrap: break-word;
}.mhs-seo_nac {
  padding: 2.25rem 1rem 0;
  background: #130C07;
}
@media(min-width:768px) {.mhs-seo_nac {
  padding: 44px 1.5rem 0;
}
}.mhs-seo_in_nac {
  margin: 0 auto;
  background: #1E1308;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 766px) {.mhs-seo_in_nac {
  padding: 2.25rem 2.5rem;
}
}.mhs-seo_label_nac {
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C8922A;
}.mhs-seo_h2_nac {
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #F2E9D6;
}
@media(min-width: 771px) {.mhs-seo_h2_nac {
  font-size: 1.5rem;
}
}.mhs-seo_body_nac {
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #B5956A;
}.mhs-seo_body_nac p {
  color: #B5956A;
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 0.875rem;
}.mhs-seo_body_nac p:last-child {
  margin-bottom: 0;
}.mhs-seo_body_nac strong {
  color: #D9C9A4;
  font-weight: 700;
}.mhs-seo_body_nac a {
  transition: color .2s;
  color: #C8922A;
  text-decoration: underline;
}.mhs-seo_body_nac a:hover {
  color: #DAA83C;
}.mhs-seo_body_nac ul,.mhs-seo_body_nac ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.mhs-seo_body_nac ol {
  list-style: decimal;
}.mhs-seo_body_nac li {
  font-size: 0.875rem;
  color: #B5956A;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.mhs-seo_body_nac table {
  overflow-x: auto;
  font-size: 13px;
  display: block;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 12px;
}
@media(min-width: 767px) {.mhs-seo_body_nac table {
  display: table;
}
}.mhs-seo_body_nac th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  color: #D9C9A4;
  font-weight: 700;
}.mhs-seo_body_nac td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #B5956A;
}.mhs-seo_cols_nac {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.mhs-seo_cols_nac {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.mhs-seo_cols_nac {
  grid-template-columns: repeat(3,1fr);
}
}.mhs-seo_col_h_nac {
  color: #D9C9A4;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  font-weight: 700;
  overflow-wrap: break-word;
}.mhs-seo_col_p_nac {
  overflow-wrap: break-word;
  color: #A08560;
  line-height: 1.65;
  font-size: 13px;
}.mhs-seo_stats_nac {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.mhs-seo_stat_nac {
  background: rgba(200, 146, 42, 0.07);
  flex: 1;
  padding: 14px 1rem;
  border: 1px solid rgba(200, 146, 42, 0.18);
  border-radius: 8px;
  min-width: 8.75rem;
}.mhs-seo_stat_val_nac {
  font-weight: 800;
  font-size: 1.25rem;
  color: #C8922A;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.mhs-seo_stat_lb_nac {
  overflow-wrap: break-word;
  color: #A08560;
  font-size: 0.688rem;
}.mhs-ft_nac {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #0A0603;
  margin-top: 48px;
}.mhs-ft_support_nac {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 771px) {.mhs-ft_support_nac {
  padding: 1.75rem 24px;
}
}.mhs-ft_support_in_nac {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 1320px;
  display: flex;
  align-items: center;
}.mhs-ft_support_main_nac {
  flex: 1;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  min-width: 220px;
}.mhs-ft_support_ic_nac {
  color: #C8922A;
  flex-shrink: 0;
}.mhs-ft_support_ic_nac svg {
  stroke-linecap: round;
  height: 1.875rem;
  stroke-linejoin: round;
  width: 1.875rem;
}.mhs-ft_support_text_title_nac {
  color: #F2E9D6;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 0.938rem;
}.mhs-ft_support_text_sub_nac {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #A08560;
}.mhs-ft_support_btn_nac {
  padding: 11px 1.375rem;
  background: #C8922A;
  transition: background .2s;
  border-radius: 8px;
  font-weight: 700;
  flex-shrink: 0;
  color: #F2E9D6;
  font-size: 13px;
  white-space: nowrap;
}.mhs-ft_support_btn_nac:hover {
  background: #DAA83C;
}.mhs-ft_support_contacts_nac {
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.mhs-ft_support_contact_nac {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #A08050;
}.mhs-ft_support_contact_nac strong {
  font-size: 11px;
  font-weight: 600;
  color: #B5956A;
  display: block;
  margin-bottom: 2px;
}.mhs-ft_main_nac {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 767px) {.mhs-ft_main_nac {
  padding: 40px 24px 32px;
}
}.mhs-ft_main_in_nac {
  margin: 0 auto;
  gap: 1.5rem;
  max-width: 82.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 642px) {.mhs-ft_main_in_nac {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.mhs-ft_main_in_nac {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.mhs-ft_col_logo_nac {
  grid-column: 1/-1;
}
@media(min-width: 1083px) {.mhs-ft_col_logo_nac {
  grid-column: auto;
}
}.mhs-ft_logo_nac {
  gap: 0.563rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
  color: #F2E9D6;
  display: flex;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1rem;
}.mhs-ft_logo_mark_nac {
  border-radius: 4px;
  overflow: hidden;
  height: 30px;
  width: 30px;
}.mhs-ft_logo_mark_nac img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.mhs-ft_logo_sub_nac {
  max-width: 12.5rem;
  overflow-wrap: break-word;
  color: #A08050;
  line-height: 1.55;
  font-size: 0.75rem;
}.mhs-ft_col_title_nac {
  letter-spacing: .07em;
  margin-bottom: 0.875rem;
  font-size: 12px;
  text-transform: uppercase;
  color: #B5956A;
  font-weight: 700;
}.mhs-ft_col_links_nac {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.mhs-ft_col_link_nac {
  transition: color .2s;
  font-size: 0.813rem;
  color: #A08050;
  overflow-wrap: break-word;
}.mhs-ft_col_link_nac:hover {
  color: #D9C9A4;
}.mhs-ft_apps_nac {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.mhs-ft_app_card_nac {
  transition: border-color .2s;
  padding: 0.625rem 12px;
  border-radius: 0.25rem;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
}.mhs-ft_app_card_nac:hover {
  border-color: rgba(200, 146, 42, 0.42);
}.mhs-ft_app_card_ic_nac svg {
  width: 22px;
  height: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.mhs-ft_app_card_os_nac {
  color: #A08050;
  font-weight: 600;
  font-size: 10px;
}.mhs-ft_app_card_action_nac {
  color: #D9C9A4;
  font-weight: 700;
  font-size: 0.75rem;
}.mhs-ft_bot_nac {
  padding: 20px 1rem;
}
@media(min-width: 771px) {.mhs-ft_bot_nac {
  padding: 20px 24px;
}
}.mhs-ft_bot_in_nac {
  gap: 16px;
  margin: 0 auto;
  max-width: 82.5rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.mhs-ft_socials_nac {
  gap: 0.5rem;
  display: flex;
}.mhs-ft_soc_nac {
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  align-items: center;
  height: 2.25rem;
  justify-content: center;
  width: 36px;
  color: #B5956A;
  display: flex;
}.mhs-ft_soc_nac svg {
  width: 16px;
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.mhs-ft_soc_nac:hover {
  background: rgba(255, 255, 255, 0.07);
}.mhs-ft_legal_nac {
  flex: 1;
  font-size: 11px;
  color: #9A7A52;
  overflow-wrap: break-word;
  min-width: 200px;
  line-height: 1.6;
}.mhs-ft_legal_nac strong {
  color: #B5956A;
  font-weight: 700;
}.mhs-ft_legal_nac a {
  text-decoration: underline;
  color: #B5956A;
}.mhs-ft_age_nac {
  border: 2px solid #9A7A52;
  border-radius: 50%;
  align-items: center;
  height: 32px;
  font-weight: 800;
  margin-left: auto;
  display: flex;
  font-size: 0.688rem;
  justify-content: center;
  flex-shrink: 0;
  color: #9A7A52;
  width: 2rem;
}