html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0E0C09;
  font-family: 'Nunito', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #D4C8AE;
  line-height: 1.6;
  min-height: 100vh;
}.fes_layout_mgh {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.fes_page_mgh {
  display: flex;
  min-height: 100vh;
}.fes_main_mgh {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media (min-width: 1083px) {.fes_main_mgh {
  padding-left: 13.75rem;
}
}
@media (max-width: 1080px) {.fes_main_mgh {
  padding-bottom: 4.5rem;
}
}.fes_gc_mgh {
  border: 1px solid rgba(255, 220, 160, 0.06);
  background: #131009;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border-radius: 0.5rem;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  width: 140px;
}
@media(min-width:640px) {.fes_gc_mgh {
  width: 156px;
}
}
@media(min-width: 1078px) {.fes_gc_mgh {
  width: 10.5rem;
}
}.fes_gc_mgh:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 116, 26, 0.07);
}.fes_gc_img_mgh {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.fes_gc_img_mgh img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}.fes_gc_hover_mgh {
  transition: opacity .2s;
  background: rgba(8, 6, 4, 0.72);
  inset: 0;
  position: absolute;
  justify-content: center;
  opacity: 0;
  align-items: center;
  display: flex;
}.fes_gc_mgh:hover .fes_gc_hover_mgh {
  opacity: 1;
}.fes_gc_hover_btn_mgh {
  border-radius: 0.313rem;
  background: #C8741A;
  padding: 0.5rem 16px;
  font-weight: 700;
  color: #F2EAD6;
  font-size: 12px;
}.fes_gc_info_mgh {
  padding: 0.5rem 0.625rem 0.625rem;
}.fes_gc_name_mgh {
  overflow: hidden;
  font-size: 0.75rem;
  margin-bottom: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  max-width: 100%;
  color: #D4C8AE;
}.fes_gc_prov_mgh {
  font-size: 0.625rem;
  color: #6A5C42;
}.fes_gc_tag_mgh {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  top: 0.375rem;
  z-index: 2;
  text-transform: uppercase;
  position: absolute;
  font-weight: 700;
  letter-spacing: .04em;
  font-size: 0.563rem;
  left: 6px;
}.fes_gc_tag_hot_mgh {
  background: #C43232;
  color: #fff;
}.fes_gc_tag_new_mgh {
  background: #4DA851;
  color: #0E0C09;
}.fes_gc_tag_jp_mgh {
  background: #D4A017;
  color: #0E0C09;
}.fes_gc_tag_ex_mgh {
  background: #3D7A40;
  color: #fff;
}.fes_gc_tag_live_mgh {
  background: #C43232;
  color: #fff;
}.fes_gr_mgh {
  background: #0E0C09;
  padding: 32px 16px 0;
}
@media(min-width: 769px) {.fes_gr_mgh {
  padding: 36px 24px 0;
}
}.fes_gr_in_mgh {
  margin: 0 auto;
  max-width: 1320px;
}.fes_gr_head_mgh {
  gap: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
}.fes_gr_head_l_mgh {
  gap: 0.625rem;
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
}.fes_gr_ic_mgh {
  border-radius: 8px;
  display: flex;
  height: 32px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
}.fes_gr_ic_mgh svg {
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
}.fes_gr_title_mgh {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  color: #F2EAD6;
  overflow-wrap: break-word;
  font-size: 1rem;
}
@media(min-width: 770px) {.fes_gr_title_mgh {
  font-size: 18px;
}
}.fes_gr_more_mgh {
  transition: color .2s;
  gap: 0.313rem;
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
  color: #7E6E52;
  font-size: 12px;
  align-items: center;
  font-weight: 600;
}.fes_gr_more_mgh:hover {
  color: #C8741A;
}.fes_gr_more_mgh svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 12px;
  height: 0.75rem;
}.fes_gr_arrows_mgh {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.fes_gr_arr_mgh {
  border: 1px solid rgba(255, 220, 160, 0.11);
  border-radius: 0.313rem;
  background: rgba(255, 235, 190, 0.05);
  transition: background .15s,color .15s;
  align-items: center;
  display: flex;
  width: 30px;
  justify-content: center;
  height: 30px;
  color: #A8987A;
}.fes_gr_arr_mgh:hover {
  background: rgba(255, 235, 190, 0.07);
  color: #F2EAD6;
}.fes_gr_arr_mgh svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 13px;
  height: 0.813rem;
}.fes_gr_seo_h_mgh {
  margin: 0 0 0.375rem;
  max-width: 42.5rem;
  color: #D4C8AE;
  font-family: 'Cinzel', serif;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
}
@media(min-width:768px) {.fes_gr_seo_h_mgh {
  font-size: 0.875rem;
}
}.fes_gr_seo_mgh {
  line-height: 1.55;
  max-width: 680px;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  color: #7E6E52;
}.fes_gr_seo_mgh strong {
  color: #D4C8AE;
  font-weight: 600;
}.fes_gr_scroll_mgh {
  gap: 10px;
  scrollbar-width: none;
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding-bottom: 0.625rem;
}.fes_gr_scroll_mgh::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.fes_gr_scroll_mgh {
  gap: 12px;
}
}.fes_tb_mgh {
  background: #0E0C09;
  border-bottom: 1px solid rgba(255, 235, 190, 0.07);
  top: 0;
  align-items: center;
  display: flex;
  left: 0;
  right: 0;
  height: 3.5rem;
  position: fixed;
  z-index: 80;
}.fes_tb_in_mgh {
  gap: 0;
  padding: 0 14px;
  align-items: center;
  width: 100%;
  display: flex;
  height: 100%;
}.fes_tb_burger_mgh {
  gap: 0.313rem;
  border-radius: 8px;
  height: 2.375rem;
  display: flex;
  width: 2.375rem;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0.5rem;
}.fes_tb_burger_mgh:hover {
  background: rgba(255, 235, 190, 0.05);
}.fes_tb_burger_line_mgh {
  border-radius: 1px;
  background: #A8987A;
  height: 2px;
  display: block;
  width: 18px;
}
@media(min-width: 1083px) {.fes_tb_burger_mgh {
  display: none;
}
}.fes_tb_logo_mgh {
  gap: 9px;
  letter-spacing: -.01em;
  font-weight: 800;
  display: flex;
  color: #F2EAD6;
  margin-right: 1.25rem;
  flex-shrink: 0;
  align-items: center;
  overflow-wrap: break-word;
  font-size: 1.125rem;
}.fes_tb_logo_mark_mgh {
  border-radius: 0.5rem;
  overflow: hidden;
  justify-content: center;
  height: 32px;
  align-items: center;
  width: 32px;
  display: flex;
}.fes_tb_logo_mark_mgh img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.fes_tb_nav_mgh {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.fes_tb_nav_mgh {
  display: flex;
}
}.fes_tb_tab_mgh {
  border-radius: 8px;
  transition: background .15s,color .15s;
  padding: 8px 14px;
  font-size: 13px;
  color: #A8987A;
  white-space: nowrap;
  font-weight: 600;
}.fes_tb_tab_mgh:hover {
  background: rgba(255, 235, 190, 0.05);
  color: #F2EAD6;
}.fes_tb_tab_mgh.fes_state_active_mgh {
  background: rgba(200, 116, 26, 0.18);
  color: #F2EAD6;
}.fes_tb_right_mgh {
  gap: 8px;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.fes_tb_login_mgh {
  background: rgba(255, 235, 190, 0.05);
  transition: border-color .2s,color .2s;
  padding: 9px 1rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 220, 160, 0.11);
  display: none;
  font-weight: 600;
  font-size: 0.813rem;
  color: #D4C8AE;
}.fes_tb_login_mgh:hover {
  border-color: rgba(200, 116, 26, 0.45);
  color: #F2EAD6;
}
@media(min-width: 479px) {.fes_tb_login_mgh {
  display: block;
}
}.fes_tb_reg_mgh {
  background: #4DA851;
  padding: 9px 18px;
  border-radius: 0.5rem;
  transition: background .2s;
  white-space: nowrap;
  color: #120E06;
  font-weight: 700;
  font-size: 0.813rem;
}.fes_tb_reg_mgh:hover {
  background: #5DC264;
}.fes_sb_mgh {
  transform: translateX(-100%);
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 235, 190, 0.05);
  background: #181410;
  top: 56px;
  left: 0;
  position: fixed;
  width: 13.75rem;
  overflow-y: auto;
  bottom: 0;
  z-index: 70;
}.fes_sb_mgh.fes_state_open_mgh {
  transform: translateX(0);
}.fes_sb_mgh::-webkit-scrollbar {
  width: 4px;
}.fes_sb_mgh::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 235, 190, 0.07);
}
@media(min-width: 1081px) {.fes_sb_mgh {
  transform: translateX(0);
}
}.fes_sb_auth_mgh {
  padding: 14px 0.75rem 10px;
}.fes_sb_btn_reg_mgh {
  border-radius: 0.5rem;
  padding: 11px;
  transition: background .2s;
  background: #4DA851;
  text-align: center;
  display: block;
  color: #120E06;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 0.813rem;
}.fes_sb_btn_reg_mgh:hover {
  background: #5DC264;
}.fes_sb_btn_login_mgh {
  background: rgba(255, 235, 190, 0.05);
  padding: 0.625rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 220, 160, 0.11);
  transition: border-color .2s;
  font-weight: 600;
  text-align: center;
  font-size: 0.813rem;
  display: block;
  color: #D4C8AE;
}.fes_sb_btn_login_mgh:hover {
  border-color: rgba(200, 116, 26, 0.45);
  color: #F2EAD6;
}.fes_sb_promo_mgh {
  border-radius: 0.5rem;
  background: linear-gradient(135deg,#1C1006,#181410);
  padding: 12px 14px;
  margin: 0 12px 10px;
  overflow: hidden;
  border: 1px solid rgba(200, 116, 26, 0.18);
  position: relative;
}.fes_sb_promo_mgh::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200, 116, 26, 0.18),transparent 70%);
  width: 80px;
  height: 5rem;
  top: -1.25rem;
  right: -1.25rem;
  content: '';
  position: absolute;
}.fes_sb_promo_title_mgh {
  font-size: 0.688rem;
  letter-spacing: .06em;
  color: #C8741A;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  font-weight: 700;
}.fes_sb_promo_text_mgh {
  overflow-wrap: break-word;
  font-size: 12px;
  color: #F2EAD6;
  font-weight: 600;
  line-height: 1.35;
}.fes_sb_promo_sub_mgh {
  font-size: 10px;
  margin-top: 3px;
  color: #7E6E52;
}.fes_sb_nav_mgh {
  padding: 6px 8px 16px;
}.fes_sb_nav_lb_mgh {
  padding: 10px 8px 0.375rem;
  font-weight: 700;
  font-size: 10px;
  color: #6A5C42;
  letter-spacing: .08em;
  text-transform: uppercase;
}.fes_sb_link_mgh {
  transition: background .15s,color .15s;
  border-radius: 0.313rem;
  gap: 0.625rem;
  padding: 0.563rem 0.625rem;
  display: flex;
  cursor: pointer;
  overflow-wrap: break-word;
  color: #A8987A;
  font-size: 13px;
  align-items: center;
  font-weight: 500;
}.fes_sb_link_mgh:hover {
  background: rgba(255, 235, 190, 0.05);
  color: #F2EAD6;
}.fes_sb_link_mgh.fes_state_active_mgh {
  background: rgba(200, 116, 26, 0.18);
  color: #F2EAD6;
}.fes_sb_ic_mgh {
  border-radius: 5px;
  align-items: center;
  display: flex;
  width: 30px;
  height: 1.875rem;
  justify-content: center;
  flex-shrink: 0;
}.fes_sb_ic_mgh svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
  height: 1rem;
}.fes_sb_ic_1_mgh {
  background: rgba(200, 116, 26, 0.07);
  color: #C8741A;
}.fes_sb_ic_2_mgh {
  background: rgba(77, 168, 81, 0.16);
  color: #4DA851;
}.fes_sb_ic_3_mgh {
  background: rgba(212, 160, 23, 0.15);
  color: #D4A017;
}.fes_sb_ic_4_mgh {
  background: rgba(61, 122, 64, 0.20);
  color: #3D7A40;
}.fes_sb_ic_5_mgh {
  background: rgba(200, 116, 26, 0.07);
  color: #C8547A;
}.fes_sb_ic_6_mgh {
  background: rgba(61, 122, 64, 0.20);
  color: #8040C0;
}.fes_sb_badge_mgh {
  background: #D4A017;
  padding: 2px 7px;
  border-radius: 5px;
  margin-left: auto;
  font-weight: 700;
  color: #120E06;
  font-size: 9px;
}.fes_sb_bot_mgh {
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(255, 235, 190, 0.05);
  display: flex;
}.fes_sb_lang_mgh,.fes_sb_help_mgh {
  background: rgba(255, 235, 190, 0.05);
  gap: 6px;
  flex: 1;
  border-radius: 5px;
  border: 1px solid rgba(255, 220, 160, 0.06);
  padding: 9px 0.375rem;
  transition: border-color .2s;
  font-size: 11px;
  color: #A8987A;
  justify-content: center;
  font-weight: 600;
  display: flex;
  align-items: center;
}.fes_sb_lang_mgh:hover,.fes_sb_help_mgh:hover {
  border-color: rgba(200, 116, 26, 0.45);
  color: #F2EAD6;
}.fes_sb_lang_mgh svg,.fes_sb_help_mgh svg {
  width: 0.813rem;
  stroke-linecap: round;
  height: 0.813rem;
  stroke-linejoin: round;
}.fes_sb_bd_mgh {
  background: rgba(8, 6, 4, 0.72);
  inset: 0;
  position: fixed;
  z-index: 69;
  display: none;
}.fes_sb_bd_mgh.fes_state_on_mgh {
  display: block;
}
@media(min-width: 1077px) {.fes_sb_bd_mgh {
  display: none!important;
}
}.fes_mob_nav_mgh {
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 220, 160, 0.11);
  background: #181410;
  position: fixed;
  z-index: 80;
  display: flex;
  right: 0;
  left: 0;
  bottom: 0;
}
@media(min-width: 1078px) {.fes_mob_nav_mgh {
  display: none;
}
}.fes_mob_nav_item_mgh {
  padding: 4px 2px;
  flex: 1;
  gap: 0.25rem;
  flex-direction: column;
  display: flex;
  color: #6A5C42;
  align-items: center;
  cursor: pointer;
}.fes_mob_nav_ic_mgh {
  line-height: 1;
}.fes_mob_nav_ic_mgh svg {
  stroke-linecap: round;
  width: 1.25rem;
  stroke-linejoin: round;
  height: 1.25rem;
}.fes_mob_nav_lb_mgh {
  color: #6A5C42;
  font-weight: 600;
  font-size: 10px;
}.fes_mob_nav_item_mgh.fes_state_active_mgh {
  color: #C8741A;
}.fes_mob_nav_item_mgh.fes_state_active_mgh .fes_mob_nav_lb_mgh {
  color: #C8741A;
}.fes_hero_mgh {
  background: #0E0C09;
  padding: 1.25rem 16px 0;
}
@media(min-width: 765px) {.fes_hero_mgh {
  padding: 1.5rem 24px 0;
}
}.fes_hero_in_mgh {
  gap: 0.75rem;
  margin: 0 auto;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.fes_hero_in_mgh {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1097px) {.fes_hero_in_mgh {
  grid-template-columns: 1fr 340px;
}
}.fes_hero_promo_mgh {
  background: #131009;
  border-radius: 13px;
  overflow: hidden;
  position: relative;
  align-items: stretch;
  display: flex;
  min-height: 13.75rem;
}
@media(min-width: 766px) {.fes_hero_promo_mgh {
  min-height: 280px;
}
}.fes_hero_promo_bg_mgh {
  inset: 0;
  background: linear-gradient(120deg,#1C1006 0%,#0E0C09 100%);
  background-position: center;
  background-size: cover;
  position: absolute;
}.fes_hero_promo_bg_mgh::after {
  inset: 0;
  background: linear-gradient(90deg,#0E0C09 0%,rgba(8, 6, 4, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.fes_hero_promo_glow_mgh {
  background: radial-gradient(circle,rgba(61, 122, 64, 0.20) 0%,transparent 65%);
  border-radius: 50%;
  height: 18.75rem;
  right: 3.75rem;
  width: 18.75rem;
  position: absolute;
  top: -2.5rem;
  pointer-events: none;
}.fes_hero_promo_ct_mgh {
  padding: 1.75rem 1.5rem 1.75rem 1.75rem;
  justify-content: center;
  flex-direction: column;
  display: flex;
  z-index: 2;
  max-width: 480px;
  position: relative;
}
@media(min-width: 769px) {.fes_hero_promo_ct_mgh {
  padding: 40px 32px;
}
}.fes_hero_badge_mgh {
  border: 1px solid rgba(200, 116, 26, 0.07);
  padding: 5px 0.75rem;
  border-radius: 20px;
  background: rgba(200, 116, 26, 0.18);
  text-transform: uppercase;
  color: #C8741A;
  font-weight: 700;
  margin-bottom: 0.875rem;
  letter-spacing: .08em;
  font-size: 10px;
  display: inline-block;
}.fes_hero_h1_mgh {
  color: #F2EAD6;
  font-weight: 800;
  margin-bottom: 10px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  line-height: 1.15;
  font-size: 1.625rem;
}.fes_hero_h1_mgh em {
  color: #D4A017;
  font-style: normal;
}
@media(min-width: 766px) {.fes_hero_h1_mgh {
  font-size: 36px;
}
}.fes_hero_sub_mgh {
  line-height: 1.55;
  margin-bottom: 1.25rem;
  font-size: 13px;
  color: #A8987A;
}
@media(min-width:768px) {.fes_hero_sub_mgh {
  font-size: 0.875rem;
}
}.fes_hero_row_mgh {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.fes_hero_cta_mgh {
  border-radius: 8px;
  background: #4DA851;
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  box-shadow: 0 0 0 1px rgba(77, 168, 81, 0.30), 3px 0.313rem 0.875rem rgba(77, 168, 81, 0.32);
  font-weight: 700;
  font-size: 14px;
  color: #120E06;
}.fes_hero_cta_mgh:hover {
  background: #5DC264;
}.fes_hero_terms_mgh {
  color: #6A5C42;
  font-size: 11px;
}.fes_hero_game_mgh {
  overflow: hidden;
  border: 1px solid rgba(255, 220, 160, 0.06);
  border-radius: 0.813rem;
  background: #131009;
  flex-direction: column;
  position: relative;
  display: flex;
}.fes_hero_game_badge_mgh {
  padding: 0.313rem 10px;
  background: rgba(212, 160, 23, 0.15);
  border: 1px solid rgba(212, 160, 23, 0.15);
  border-radius: 20px;
  letter-spacing: .06em;
  font-size: 10px;
  color: #D4A017;
  z-index: 3;
  left: 12px;
  top: 12px;
  font-weight: 700;
  position: absolute;
  text-transform: uppercase;
}.fes_hero_game_badge_mgh svg {
  width: 11px;
  vertical-align: -1px;
  margin-right: 4px;
  height: 11px;
}.fes_hero_game_img_mgh {
  overflow: hidden;
  background: linear-gradient(135deg,#1C1006,#0E0C09);
  padding-bottom: 60%;
  position: relative;
}.fes_hero_game_img_mgh img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}.fes_hero_game_play_mgh {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8, 6, 4, 0.72);
  position: absolute;
  align-items: center;
  display: flex;
  opacity: 0;
  justify-content: center;
}.fes_hero_game_mgh:hover .fes_hero_game_play_mgh {
  opacity: 1;
}.fes_hero_game_play_mgh span {
  background: #C8741A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  width: 3.25rem;
  justify-content: center;
  height: 52px;
}.fes_hero_game_play_mgh span svg {
  height: 1.125rem;
  margin-left: 2px;
  width: 18px;
}.fes_hero_game_info_mgh {
  padding: 14px 1rem;
}.fes_hero_game_title_mgh {
  color: #F2EAD6;
  font-size: 15px;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 700;
}.fes_hero_game_provider_mgh {
  color: #7E6E52;
  font-size: 0.688rem;
}.fes_hero_game_btn_mgh {
  transition: background .2s;
  margin: 0.75rem 16px 16px;
  border-radius: 8px;
  background: #C8741A;
  padding: 0.688rem;
  text-align: center;
  font-weight: 700;
  display: block;
  color: #F2EAD6;
  font-size: 13px;
}.fes_hero_game_mgh:hover .fes_hero_game_btn_mgh {
  background: #E08820;
}.fes_sbar_mgh {
  background: #0E0C09;
  padding: 1rem 16px 0;
}
@media(min-width: 765px) {.fes_sbar_mgh {
  padding: 1.125rem 24px 0;
}
}.fes_sbar_in_mgh {
  margin: 0 auto;
  max-width: 82.5rem;
}.fes_sbar_row_mgh {
  gap: 10px;
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
}.fes_sbar_input_mgh {
  background: #131009;
  flex: 1;
  padding: 0.688rem 16px;
  gap: 0.625rem;
  border: 1px solid rgba(255, 220, 160, 0.11);
  border-radius: 8px;
  transition: border-color .2s;
  font-size: 13px;
  display: flex;
  color: #7E6E52;
  cursor: pointer;
  align-items: center;
}.fes_sbar_input_mgh:hover {
  border-color: rgba(200, 116, 26, 0.45);
}.fes_sbar_input_mgh svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 15px;
  width: 0.938rem;
  flex-shrink: 0;
}.fes_sbar_providers_mgh {
  transition: border-color .2s;
  background: #131009;
  padding: 11px 18px;
  border-radius: 0.5rem;
  gap: 8px;
  border: 1px solid rgba(255, 220, 160, 0.11);
  white-space: nowrap;
  font-size: 0.813rem;
  color: #D4C8AE;
  align-items: center;
  display: flex;
  font-weight: 600;
}.fes_sbar_providers_mgh:hover {
  border-color: rgba(200, 116, 26, 0.45);
  color: #F2EAD6;
}.fes_sbar_providers_mgh svg {
  stroke-linejoin: round;
  height: 14px;
  stroke-linecap: round;
  width: 14px;
}.fes_sbar_tabs_mgh {
  gap: 6px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}.fes_sbar_tabs_mgh::-webkit-scrollbar {
  display: none;
}.fes_sbar_tab_mgh {
  gap: 7px;
  border: 1px solid rgba(255, 220, 160, 0.06);
  border-radius: 20px;
  padding: 8px 0.875rem;
  background: rgba(255, 235, 190, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  cursor: pointer;
  align-items: center;
  color: #A8987A;
  white-space: nowrap;
  font-weight: 600;
  display: flex;
  font-size: 0.75rem;
  flex-shrink: 0;
}.fes_sbar_tab_mgh:hover {
  background: rgba(255, 235, 190, 0.07);
  border-color: rgba(200, 116, 26, 0.45);
  color: #F2EAD6;
}.fes_sbar_tab_mgh.fes_state_active_mgh {
  background: rgba(200, 116, 26, 0.18);
  border-color: rgba(200, 116, 26, 0.07);
  color: #F2EAD6;
}.fes_sbar_tab_ic_mgh svg {
  stroke-linejoin: round;
  height: 14px;
  stroke-linecap: round;
  width: 0.875rem;
}.fes_wy_mgh {
  background: #0E0C09;
  padding: 32px 1rem 0;
}
@media(min-width: 766px) {.fes_wy_mgh {
  padding: 2.5rem 24px 0;
}
}.fes_wy_in_mgh {
  margin: 0 auto;
  max-width: 1320px;
}.fes_wy_head_mgh {
  max-width: 45rem;
  margin-bottom: 18px;
}.fes_wy_label_mgh {
  text-transform: uppercase;
  font-size: 11px;
  color: #C8741A;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
}.fes_wy_h2_mgh {
  font-family: 'Cinzel', serif;
  color: #F2EAD6;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
@media(min-width: 767px) {.fes_wy_h2_mgh {
  font-size: 24px;
}
}.fes_wy_intro_mgh {
  margin: 0;
  font-size: 0.813rem;
  color: #7E6E52;
  line-height: 1.6;
}.fes_wy_grid_mgh {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.fes_wy_grid_mgh {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.fes_wy_grid_mgh {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.fes_wy_card_mgh {
  transition: border-color .2s,transform .2s;
  padding: 20px;
  border: 1px solid rgba(255, 220, 160, 0.11);
  border-radius: 0.5rem;
  background: #181410;
}.fes_wy_card_mgh:hover {
  border-color: rgba(200, 116, 26, 0.07);
  transform: translateY(-2px);
}.fes_wy_card_ic_mgh {
  background: rgba(200, 116, 26, 0.18);
  border-radius: 50%;
  margin-bottom: 14px;
  display: flex;
  width: 44px;
  justify-content: center;
  color: #C8741A;
  height: 2.75rem;
  align-items: center;
}.fes_wy_card_ic_mgh svg {
  height: 22px;
  stroke-linejoin: round;
  width: 1.375rem;
  stroke-linecap: round;
}.fes_wy_card_h_mgh {
  line-height: 1.25;
  margin-bottom: 0.375rem;
  color: #F2EAD6;
  font-weight: 700;
  font-size: 15px;
  overflow-wrap: break-word;
}.fes_wy_card_p_mgh {
  overflow-wrap: break-word;
  color: #7E6E52;
  line-height: 1.6;
  font-size: 13px;
}.fes_wy_card_p_mgh strong {
  color: #D4C8AE;
  font-weight: 600;
}.fes_gcg_mgh {
  padding: 2.25rem 1rem 0;
  background: #0E0C09;
}
@media(min-width: 769px) {.fes_gcg_mgh {
  padding: 44px 1.5rem 0;
}
}.fes_gcg_in_mgh {
  margin: 0 auto;
  max-width: 82.5rem;
}.fes_gcg_head_mgh {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}.fes_gcg_label_mgh {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 0.688rem;
  font-weight: 700;
  color: #C8741A;
}.fes_gcg_h2_mgh {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  margin-bottom: 8px;
  color: #F2EAD6;
  font-weight: 800;
}
@media(min-width: 769px) {.fes_gcg_h2_mgh {
  font-size: 1.75rem;
}
}.fes_gcg_intro_mgh {
  color: #7E6E52;
  line-height: 1.6;
  font-size: 0.813rem;
}.fes_gcg_grid_mgh {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.fes_gcg_grid_mgh {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.fes_gcg_grid_mgh {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.fes_gcg_card_mgh {
  transition: transform .2s,border-color .2s;
  border-radius: 0.813rem;
  overflow: hidden;
  border: 1px solid rgba(255, 220, 160, 0.11);
  padding: 1.25rem;
  flex-direction: column;
  position: relative;
  display: flex;
  min-height: 15rem;
  cursor: pointer;
  justify-content: flex-end;
}.fes_gcg_card_mgh:hover {
  border-color: rgba(200, 116, 26, 0.18);
  transform: translateY(-3px);
}.fes_gcg_card_bg_mgh {
  inset: 0;
  position: absolute;
  z-index: 0;
}.fes_gcg_card_bg_mgh::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.fes_gcg_card_ic_mgh {
  border-radius: 5px;
  background: rgba(0,0,0,.45);
  display: flex;
  top: 1.125rem;
  z-index: 2;
  width: 40px;
  position: absolute;
  right: 1.125rem;
  justify-content: center;
  height: 40px;
  align-items: center;
  color: #F2EAD6;
}.fes_gcg_card_ic_mgh svg {
  height: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 20px;
}.fes_gcg_card_ct_mgh {
  z-index: 1;
  position: relative;
}.fes_gcg_card_h_mgh {
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 18px;
  font-family: 'Cinzel', serif;
  color: #F2EAD6;
  overflow-wrap: break-word;
  line-height: 1.2;
}
@media(min-width: 765px) {.fes_gcg_card_h_mgh {
  font-size: 1.25rem;
}
}.fes_gcg_card_p_mgh {
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
  margin-bottom: 10px;
  line-height: 1.55;
  font-size: 0.75rem;
}.fes_gcg_card_p_mgh strong {
  font-weight: 600;
  color: #F2EAD6;
}.fes_gcg_card_cta_mgh {
  gap: 4px;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-flex;
  font-weight: 700;
  color: #C8741A;
  letter-spacing: .04em;
}.fes_gcg_card_cta_mgh svg {
  height: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.75rem;
}.fes_ws_mgh {
  padding: 32px 16px 0;
  background: #0E0C09;
}
@media(min-width: 771px) {.fes_ws_mgh {
  padding: 2.25rem 24px 0;
}
}.fes_ws_in_mgh {
  margin: 0 auto;
  max-width: 1320px;
}.fes_ws_head_mgh {
  gap: 12px;
  margin-bottom: 0.875rem;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.fes_ws_title_mgh {
  gap: 10px;
  flex-wrap: wrap;
  color: #F2EAD6;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  align-items: center;
  font-size: 16px;
  display: flex;
}.fes_ws_title_ic_mgh svg {
  height: 18px;
  stroke-linejoin: round;
  width: 18px;
  color: #D4A017;
  stroke-linecap: round;
}.fes_ws_online_mgh {
  gap: 0.438rem;
  font-size: 12px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #7E6E52;
}.fes_ws_online_dot_mgh {
  background: #4DA851;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  box-shadow: 0 0 6px rgba(77, 168, 81, 0.16);
  flex-shrink: 0;
}.fes_ws_scroll_mgh {
  gap: 8px;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}.fes_ws_scroll_mgh::-webkit-scrollbar {
  display: none;
}.fes_wc_mgh {
  background: #131009;
  padding: 10px 14px;
  gap: 10px;
  border: 1px solid rgba(255, 220, 160, 0.11);
  border-radius: 8px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  min-width: 220px;
}.fes_wc_img_mgh {
  overflow: hidden;
  border-radius: 0.313rem;
  background: #181410;
  flex-shrink: 0;
  height: 2.25rem;
  width: 36px;
}.fes_wc_img_mgh img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.fes_wc_info_mgh {
  min-width: 0;
}.fes_wc_game_mgh {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #D4C8AE;
  white-space: nowrap;
}.fes_wc_player_mgh {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #6A5C42;
  white-space: nowrap;
  font-size: 0.625rem;
}.fes_wc_amount_mgh {
  font-size: 0.813rem;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
  margin-left: auto;
  color: #4DA851;
}.fes_htp_mgh {
  background: #0E0C09;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.fes_htp_mgh {
  padding: 2.75rem 1.5rem 0;
}
}.fes_htp_in_mgh {
  margin: 0 auto;
  max-width: 1320px;
}.fes_htp_head_mgh {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.fes_htp_label_mgh {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  color: #C8741A;
  margin-bottom: 8px;
  font-weight: 700;
}.fes_htp_h2_mgh {
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
  color: #F2EAD6;
  font-size: 22px;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 771px) {.fes_htp_h2_mgh {
  font-size: 1.75rem;
}
}.fes_htp_intro_mgh {
  line-height: 1.6;
  color: #7E6E52;
  font-size: 14px;
}.fes_htp_steps_mgh {
  list-style: none;
  padding: 0;
  gap: 0.75rem;
  margin: 0;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.fes_htp_steps_mgh {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.fes_htp_steps_mgh {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.fes_htp_step_mgh {
  background: #181410;
  border-radius: 0.5rem;
  padding: 20px 1.125rem 1.125rem;
  border: 1px solid rgba(255, 220, 160, 0.11);
  position: relative;
  display: flex;
  flex-direction: column;
}.fes_htp_step_num_mgh {
  border-radius: 50%;
  background: #C8741A;
  width: 1.75rem;
  align-items: center;
  height: 1.75rem;
  font-size: 13px;
  left: 20px;
  position: absolute;
  display: flex;
  justify-content: center;
  color: #120E06;
  font-family: 'Cinzel', serif;
  top: -12px;
  font-weight: 800;
}.fes_htp_step_ic_mgh {
  background: rgba(200, 116, 26, 0.18);
  margin: 8px 0 0.75rem;
  border-radius: 5px;
  width: 2.25rem;
  height: 36px;
  color: #C8741A;
  display: flex;
  align-items: center;
  justify-content: center;
}.fes_htp_step_ic_mgh svg {
  height: 18px;
  width: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.fes_htp_step_h_mgh {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 6px;
  color: #F2EAD6;
  line-height: 1.25;
  font-size: 0.875rem;
}.fes_htp_step_p_mgh {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #7E6E52;
  line-height: 1.55;
}.fes_htp_step_p_mgh strong {
  color: #D4C8AE;
  font-weight: 600;
}.fes_htp_cta_mgh {
  padding: 13px 1.625rem;
  background: #4DA851;
  transition: background .2s;
  border-radius: 8px;
  font-size: 0.875rem;
  color: #120E06;
  font-weight: 700;
  display: inline-block;
  margin-top: 1.25rem;
}.fes_htp_cta_mgh:hover {
  background: #5DC264;
}.fes_reg_mgh {
  background: #0E0C09;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.fes_reg_mgh {
  padding: 44px 24px 0;
}
}.fes_reg_in_mgh {
  margin: 0 auto;
  padding: 1.75rem 24px;
  border-radius: 13px;
  border: 1px solid rgba(255, 220, 160, 0.06);
  background: #181410;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.fes_reg_in_mgh {
  padding: 2.5rem;
}
}.fes_reg_top_mgh {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:860px) {.fes_reg_top_mgh {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.fes_reg_label_mgh {
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C8741A;
  font-weight: 700;
  font-size: 11px;
}.fes_reg_h2_mgh {
  color: #F2EAD6;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 22px;
}
@media(min-width: 769px) {.fes_reg_h2_mgh {
  font-size: 28px;
}
}.fes_reg_bonus_mgh {
  border-radius: 0.5rem;
  border: 1px solid rgba(212, 160, 23, 0.15);
  gap: 0.5rem;
  padding: 10px 1rem;
  background: rgba(212, 160, 23, 0.15);
  display: inline-flex;
  margin-bottom: 1rem;
  align-items: center;
}.fes_reg_bonus_amount_mgh {
  font-weight: 800;
  color: #D4A017;
  font-size: 1.25rem;
}.fes_reg_bonus_text_mgh {
  font-size: 0.813rem;
  line-height: 1.35;
  color: #A8987A;
}.fes_reg_cta_btn_mgh {
  padding: 14px 2rem;
  border-radius: 8px;
  transition: background .2s;
  background: #4DA851;
  margin-bottom: 0.75rem;
  box-shadow: 0 0 0 1px rgba(77, 168, 81, 0.30), 3px 0.313rem 14px rgba(77, 168, 81, 0.32);
  font-size: 15px;
  font-weight: 700;
  color: #120E06;
  display: inline-block;
}.fes_reg_cta_btn_mgh:hover {
  background: #5DC264;
}.fes_reg_terms_mgh {
  font-size: 0.688rem;
  color: #6A5C42;
  line-height: 1.5;
}.fes_reg_seo_mgh {
  border-top: 1px solid rgba(255, 235, 190, 0.05);
  padding-top: 1.25rem;
  color: #7E6E52;
  margin-top: 1.25rem;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
}.fes_reg_seo_mgh p {
  line-height: 1.65;
  font-size: 13px;
  margin-bottom: 10px;
  color: #7E6E52;
}.fes_reg_seo_mgh p:last-child {
  margin-bottom: 0;
}.fes_reg_seo_mgh strong {
  font-weight: 700;
  color: #D4C8AE;
}.fes_reg_seo_mgh a {
  transition: color .2s;
  color: #C8741A;
  text-decoration: underline;
}.fes_reg_seo_mgh a:hover {
  color: #E08820;
}.fes_reg_seo_mgh ul,.fes_reg_seo_mgh ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.fes_reg_seo_mgh ol {
  list-style: decimal;
}.fes_reg_seo_mgh li {
  margin-bottom: 4px;
  color: #7E6E52;
  font-size: 13px;
  line-height: 1.65;
}.fes_reg_seo_mgh table {
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  margin-bottom: 0.625rem;
}
@media(min-width: 769px) {.fes_reg_seo_mgh table {
  display: table;
}
}.fes_reg_seo_mgh th {
  border-bottom: 1px solid rgba(255, 235, 190, 0.07);
  padding: 8px;
  color: #D4C8AE;
  text-align: left;
  font-weight: 700;
}.fes_reg_seo_mgh td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  color: #7E6E52;
}.fes_reg_steps_mgh {
  gap: 14px;
  margin-top: 28px;
  flex-direction: column;
  display: flex;
}
@media(min-width: 859px) {.fes_reg_steps_mgh {
  margin-top: 0;
}
}.fes_reg_step_mgh {
  background: rgba(255, 235, 190, 0.05);
  gap: 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 220, 160, 0.06);
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.fes_reg_step_num_mgh {
  border-radius: 50%;
  border: 1px solid rgba(200, 116, 26, 0.07);
  background: rgba(200, 116, 26, 0.18);
  color: #C8741A;
  justify-content: center;
  height: 2.125rem;
  display: flex;
  width: 34px;
  font-weight: 800;
  flex-shrink: 0;
  align-items: center;
  font-size: 0.875rem;
}.fes_reg_step_title_mgh {
  margin-bottom: 3px;
  font-size: 14px;
  color: #F2EAD6;
  font-weight: 700;
}.fes_reg_step_text_mgh {
  color: #7E6E52;
  font-size: 12px;
  line-height: 1.5;
}.fes_reg_trust_mgh {
  border-top: 1px solid rgba(255, 235, 190, 0.05);
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  padding-top: 20px;
}.fes_reg_trust_item_mgh {
  gap: 0.438rem;
  font-size: 12px;
  color: #7E6E52;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
}.fes_reg_trust_ic_mgh svg {
  color: #C8741A;
  width: 1rem;
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.fes_app_mgh {
  padding: 36px 16px 0;
  background: #0E0C09;
}
@media(min-width: 767px) {.fes_app_mgh {
  padding: 44px 24px 0;
}
}.fes_app_in_mgh {
  margin: 0 auto;
  max-width: 82.5rem;
}.fes_app_head_mgh {
  margin-bottom: 16px;
}.fes_app_label_mgh {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  color: #C8741A;
  letter-spacing: .08em;
  margin-bottom: 8px;
}.fes_app_h2_mgh {
  font-weight: 800;
  color: #F2EAD6;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
}
@media(min-width: 765px) {.fes_app_h2_mgh {
  font-size: 1.5rem;
}
}.fes_app_sub_mgh {
  max-width: 37.5rem;
  line-height: 1.6;
  color: #7E6E52;
  font-size: 13px;
  overflow-wrap: break-word;
}.fes_app_sub_mgh strong {
  font-weight: 700;
  color: #D4C8AE;
}.fes_app_cards_mgh {
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}
@media(min-width: 641px) {.fes_app_cards_mgh {
  grid-template-columns: repeat(3,1fr);
}
}.fes_app_card_mgh {
  padding: 20px;
  border-radius: 0.5rem;
  gap: 1rem;
  overflow: hidden;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  align-items: flex-start;
}.fes_app_card_ios_mgh {
  background: linear-gradient(135deg,rgba(200, 116, 26, 0.18) 0%,#181410 100%);
}.fes_app_card_android_mgh {
  background: linear-gradient(135deg,rgba(77, 168, 81, 0.16) 0%,#181410 100%);
}.fes_app_card_win_mgh {
  background: linear-gradient(135deg,rgba(212, 160, 23, 0.15) 0%,#181410 100%);
}.fes_app_card_ic_mgh svg {
  height: 34px;
  width: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.fes_app_card_ic_mgh {
  color: #F2EAD6;
  flex-shrink: 0;
}.fes_app_card_os_mgh {
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 700;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  color: #7E6E52;
}.fes_app_card_title_mgh {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  color: #F2EAD6;
}.fes_app_card_text_mgh {
  font-size: 12px;
  line-height: 1.5;
  color: #7E6E52;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}.fes_app_card_btn_mgh {
  padding: 10px 1.125rem;
  transition: background .2s;
  gap: 7px;
  background: rgba(255, 235, 190, 0.12);
  border: 1px solid rgba(200, 116, 26, 0.45);
  border-radius: 0.313rem;
  font-weight: 700;
  color: #F2EAD6;
  align-items: center;
  font-size: 13px;
  display: inline-flex;
}.fes_app_card_btn_mgh:hover {
  background: rgba(255, 235, 190, 0.07);
}.fes_bon_mgh {
  padding: 2.25rem 1rem 0;
  background: #0E0C09;
}
@media(min-width: 770px) {.fes_bon_mgh {
  padding: 2.75rem 24px 0;
}
}.fes_bon_in_mgh {
  margin: 0 auto;
  max-width: 82.5rem;
}.fes_bon_head_mgh {
  margin-bottom: 20px;
}.fes_bon_label_mgh {
  letter-spacing: .08em;
  color: #C8741A;
  font-size: 11px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
}.fes_bon_h2_mgh {
  font-size: 1.25rem;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F2EAD6;
  font-weight: 800;
}
@media(min-width: 769px) {.fes_bon_h2_mgh {
  font-size: 1.5rem;
}
}.fes_bon_seo_mgh {
  overflow-wrap: break-word;
  color: #7E6E52;
  font-size: 13px;
  line-height: 1.6;
  max-width: 620px;
}.fes_bon_seo_mgh strong {
  font-weight: 700;
  color: #D4C8AE;
}.fes_bon_seo_mgh a {
  text-decoration: underline;
  color: #C8741A;
}.fes_bon_grid_mgh {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 643px) {.fes_bon_grid_mgh {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.fes_bon_grid_mgh {
  grid-template-columns: repeat(5,1fr);
}
}.fes_bon_card_mgh {
  transition: border-color .2s,transform .2s;
  border-radius: 8px;
  background: #131009;
  border: 1px solid rgba(255, 220, 160, 0.11);
  padding: 16px;
}.fes_bon_card_mgh:hover {
  border-color: rgba(200, 116, 26, 0.07);
  transform: translateY(-2px);
}.fes_bon_card_ic_mgh svg {
  width: 1.625rem;
  stroke-linecap: round;
  height: 1.625rem;
  stroke-linejoin: round;
}.fes_bon_card_ic_mgh {
  margin-bottom: 10px;
}.fes_bon_card_type_mgh {
  font-weight: 700;
  color: #7E6E52;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .06em;
  margin-bottom: 0.375rem;
}.fes_bon_card_amount_mgh {
  font-weight: 800;
  margin-bottom: 6px;
  font-size: 18px;
  color: #D4A017;
  line-height: 1.1;
}.fes_bon_card_name_mgh {
  color: #F2EAD6;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}.fes_bon_card_detail_mgh {
  border-top: 1px solid rgba(255, 235, 190, 0.05);
  overflow-wrap: break-word;
  padding-top: 8px;
  font-size: 0.688rem;
  line-height: 1.5;
  color: #6A5C42;
}.fes_prov_mgh {
  background: #0E0C09;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.fes_prov_mgh {
  padding: 44px 24px 0;
}
}.fes_prov_in_mgh {
  margin: 0 auto;
  max-width: 82.5rem;
}.fes_prov_head_mgh {
  margin-bottom: 1rem;
}.fes_prov_label_mgh {
  color: #C8741A;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
}.fes_prov_h2_mgh {
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  color: #F2EAD6;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 770px) {.fes_prov_h2_mgh {
  font-size: 24px;
}
}.fes_prov_seo_mgh {
  line-height: 1.6;
  color: #7E6E52;
  margin-bottom: 16px;
  overflow-wrap: break-word;
  max-width: 620px;
  font-size: 13px;
}.fes_prov_seo_mgh strong {
  font-weight: 700;
  color: #D4C8AE;
}.fes_prov_seo_mgh a {
  color: #C8741A;
  text-decoration: underline;
}.fes_prov_grid_mgh {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 638px) {.fes_prov_grid_mgh {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.fes_prov_grid_mgh {
  grid-template-columns: repeat(8,1fr);
}
}.fes_prov_card_mgh {
  border: 1px solid rgba(255, 220, 160, 0.11);
  border-radius: 0.5rem;
  padding: 0.875rem 10px;
  gap: 0.438rem;
  transition: border-color .2s,background .2s;
  background: #131009;
  align-items: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}.fes_prov_card_mgh:hover {
  background: #181410;
  border-color: rgba(200, 116, 26, 0.45);
}.fes_prov_logo_mgh {
  overflow: hidden;
  border-radius: 0.313rem;
  background: rgba(255, 235, 190, 0.05);
  align-items: center;
  width: 44px;
  display: flex;
  justify-content: center;
  height: 44px;
}.fes_prov_logo_mgh img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.fes_prov_name_mgh {
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  color: #A8987A;
  overflow-wrap: break-word;
}.fes_seo_mgh {
  padding: 36px 1rem 0;
  background: #0E0C09;
}
@media(min-width: 769px) {.fes_seo_mgh {
  padding: 44px 24px 0;
}
}.fes_seo_in_mgh {
  margin: 0 auto;
  background: #181410;
  padding: 28px 24px;
  border: 1px solid rgba(255, 220, 160, 0.11);
  border-radius: 13px;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.fes_seo_in_mgh {
  padding: 36px 40px;
}
}.fes_seo_label_mgh {
  margin-bottom: 0.625rem;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #C8741A;
}.fes_seo_h2_mgh {
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  color: #F2EAD6;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 765px) {.fes_seo_h2_mgh {
  font-size: 1.5rem;
}
}.fes_seo_body_mgh {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #A8987A;
}.fes_seo_body_mgh p {
  margin-bottom: 12px;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A8987A;
}.fes_seo_body_mgh p:last-child {
  margin-bottom: 0;
}.fes_seo_body_mgh strong {
  color: #D4C8AE;
  font-weight: 700;
}.fes_seo_body_mgh a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8741A;
}.fes_seo_body_mgh a:hover {
  color: #E08820;
}.fes_seo_body_mgh ul,.fes_seo_body_mgh ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.fes_seo_body_mgh ol {
  list-style: decimal;
}.fes_seo_body_mgh li {
  color: #A8987A;
  margin-bottom: 0.375rem;
  font-size: 14px;
  line-height: 1.75;
}.fes_seo_body_mgh table {
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 12px;
  font-size: 0.813rem;
  display: block;
}
@media(min-width: 771px) {.fes_seo_body_mgh table {
  display: table;
}
}.fes_seo_body_mgh th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 235, 190, 0.07);
  color: #D4C8AE;
  text-align: left;
  font-weight: 700;
}.fes_seo_body_mgh td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  color: #A8987A;
}.fes_seo_cols_mgh {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.fes_seo_cols_mgh {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.fes_seo_cols_mgh {
  grid-template-columns: repeat(3,1fr);
}
}.fes_seo_col_h_mgh {
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-weight: 700;
  font-size: 13px;
  color: #D4C8AE;
}.fes_seo_col_p_mgh {
  color: #7E6E52;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
}.fes_seo_stats_mgh {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.fes_seo_stat_mgh {
  flex: 1;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(200, 116, 26, 0.07);
  border: 1px solid rgba(200, 116, 26, 0.18);
  min-width: 8.75rem;
}.fes_seo_stat_val_mgh {
  font-size: 20px;
  overflow-wrap: break-word;
  color: #C8741A;
  font-weight: 800;
  margin-bottom: 4px;
}.fes_seo_stat_lb_mgh {
  font-size: 0.688rem;
  color: #7E6E52;
  overflow-wrap: break-word;
}.fes_seo_mgh {
  padding: 2.25rem 16px 0;
  background: #0E0C09;
}
@media(min-width: 765px) {.fes_seo_mgh {
  padding: 2.75rem 24px 0;
}
}.fes_seo_in_mgh {
  border: 1px solid rgba(255, 220, 160, 0.11);
  background: #181410;
  border-radius: 13px;
  margin: 0 auto;
  padding: 1.75rem 24px;
  max-width: 1320px;
}
@media(min-width: 765px) {.fes_seo_in_mgh {
  padding: 2.25rem 40px;
}
}.fes_seo_label_mgh {
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C8741A;
  margin-bottom: 0.625rem;
}.fes_seo_h2_mgh {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  margin-bottom: 14px;
  color: #F2EAD6;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 770px) {.fes_seo_h2_mgh {
  font-size: 1.5rem;
}
}.fes_seo_body_mgh {
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
  color: #A8987A;
}.fes_seo_body_mgh p {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.75;
  color: #A8987A;
}.fes_seo_body_mgh p:last-child {
  margin-bottom: 0;
}.fes_seo_body_mgh strong {
  color: #D4C8AE;
  font-weight: 700;
}.fes_seo_body_mgh a {
  transition: color .2s;
  color: #C8741A;
  text-decoration: underline;
}.fes_seo_body_mgh a:hover {
  color: #E08820;
}.fes_seo_body_mgh ul,.fes_seo_body_mgh ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.fes_seo_body_mgh ol {
  list-style: decimal;
}.fes_seo_body_mgh li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #A8987A;
  font-size: 0.875rem;
}.fes_seo_body_mgh table {
  font-size: 13px;
  overflow-x: auto;
  margin-bottom: 0.75rem;
  width: 100%;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 767px) {.fes_seo_body_mgh table {
  display: table;
}
}.fes_seo_body_mgh th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 235, 190, 0.07);
  font-weight: 700;
  color: #D4C8AE;
  text-align: left;
}.fes_seo_body_mgh td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  color: #A8987A;
}.fes_seo_cols_mgh {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 639px) {.fes_seo_cols_mgh {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.fes_seo_cols_mgh {
  grid-template-columns: repeat(3,1fr);
}
}.fes_seo_col_h_mgh {
  margin-bottom: 7px;
  color: #D4C8AE;
  font-size: 0.813rem;
  font-weight: 700;
  overflow-wrap: break-word;
}.fes_seo_col_p_mgh {
  color: #7E6E52;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
}.fes_seo_stats_mgh {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.fes_seo_stat_mgh {
  border: 1px solid rgba(200, 116, 26, 0.18);
  background: rgba(200, 116, 26, 0.07);
  flex: 1;
  border-radius: 0.5rem;
  padding: 14px 1rem;
  min-width: 140px;
}.fes_seo_stat_val_mgh {
  color: #C8741A;
  margin-bottom: 4px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}.fes_seo_stat_lb_mgh {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7E6E52;
}.fes_seo_mgh {
  padding: 2.25rem 1rem 0;
  background: #0E0C09;
}
@media(min-width: 770px) {.fes_seo_mgh {
  padding: 44px 1.5rem 0;
}
}.fes_seo_in_mgh {
  background: #181410;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 220, 160, 0.11);
  border-radius: 13px;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.fes_seo_in_mgh {
  padding: 36px 2.5rem;
}
}.fes_seo_label_mgh {
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
  color: #C8741A;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.fes_seo_h2_mgh {
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1.25;
  margin-bottom: 0.875rem;
  color: #F2EAD6;
  font-family: 'Cinzel', serif;
  font-size: 20px;
}
@media(min-width: 769px) {.fes_seo_h2_mgh {
  font-size: 1.5rem;
}
}.fes_seo_body_mgh {
  color: #A8987A;
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.fes_seo_body_mgh p {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  color: #A8987A;
}.fes_seo_body_mgh p:last-child {
  margin-bottom: 0;
}.fes_seo_body_mgh strong {
  font-weight: 700;
  color: #D4C8AE;
}.fes_seo_body_mgh a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8741A;
}.fes_seo_body_mgh a:hover {
  color: #E08820;
}.fes_seo_body_mgh ul,.fes_seo_body_mgh ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.fes_seo_body_mgh ol {
  list-style: decimal;
}.fes_seo_body_mgh li {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  color: #A8987A;
}.fes_seo_body_mgh table {
  font-size: 0.813rem;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 12px;
  width: 100%;
}
@media(min-width: 765px) {.fes_seo_body_mgh table {
  display: table;
}
}.fes_seo_body_mgh th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 235, 190, 0.07);
  font-weight: 700;
  color: #D4C8AE;
  text-align: left;
}.fes_seo_body_mgh td {
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  padding: 0.625rem 12px;
  color: #A8987A;
}.fes_seo_cols_mgh {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 637px) {.fes_seo_cols_mgh {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.fes_seo_cols_mgh {
  grid-template-columns: repeat(3,1fr);
}
}.fes_seo_col_h_mgh {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 700;
  color: #D4C8AE;
  margin-bottom: 0.438rem;
}.fes_seo_col_p_mgh {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #7E6E52;
  font-size: 0.813rem;
}.fes_seo_stats_mgh {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.fes_seo_stat_mgh {
  padding: 14px 1rem;
  background: rgba(200, 116, 26, 0.07);
  border-radius: 0.5rem;
  flex: 1;
  border: 1px solid rgba(200, 116, 26, 0.18);
  min-width: 140px;
}.fes_seo_stat_val_mgh {
  font-weight: 800;
  font-size: 20px;
  color: #C8741A;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
}.fes_seo_stat_lb_mgh {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7E6E52;
}.fes_faq_mgh {
  background: #0E0C09;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.fes_faq_mgh {
  padding: 2.75rem 1.5rem 0;
}
}.fes_faq_in_mgh {
  margin: 0 auto;
  max-width: 1320px;
}.fes_faq_head_mgh {
  margin-bottom: 20px;
}.fes_faq_label_mgh {
  color: #C8741A;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
}.fes_faq_h2_mgh {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F2EAD6;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.fes_faq_h2_mgh {
  font-size: 24px;
}
}.fes_faq_list_mgh {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.fes_faq_item_mgh {
  background: #181410;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 220, 160, 0.11);
  overflow: hidden;
}.fes_faq_q_mgh {
  gap: 12px;
  padding: 1rem 20px;
  transition: color .2s;
  font-size: 14px;
  justify-content: space-between;
  color: #D4C8AE;
  cursor: pointer;
  font-weight: 600;
  overflow-wrap: break-word;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.fes_faq_q_mgh:hover {
  color: #F2EAD6;
}.fes_faq_q_ic_mgh {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 235, 190, 0.05);
  flex-shrink: 0;
  width: 24px;
  color: #C8741A;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
}.fes_faq_item_mgh.fes_state_open_mgh .fes_faq_q_ic_mgh {
  transform: rotate(45deg);
}.fes_faq_a_mgh {
  padding: 0 20px 16px;
  overflow-wrap: break-word;
  font-size: 13px;
  display: none;
  color: #7E6E52;
  line-height: 1.7;
}.fes_faq_item_mgh.fes_state_open_mgh .fes_faq_a_mgh {
  display: block;
}.fes_faq_a_mgh strong {
  font-weight: 700;
  color: #D4C8AE;
}.fes_faq_a_mgh a {
  color: #C8741A;
  text-decoration: underline;
}.fes_faq_a_mgh ul,.fes_faq_a_mgh ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.fes_faq_a_mgh ol {
  list-style: decimal;
}.fes_faq_a_mgh li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.fes_faq_a_mgh table {
  margin: 0.5rem 0;
  font-size: 0.75rem;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  display: block;
}
@media(min-width: 770px) {.fes_faq_a_mgh table {
  display: table;
}
}.fes_faq_a_mgh th {
  border-bottom: 1px solid rgba(255, 235, 190, 0.07);
  padding: 0.375rem 8px;
  text-align: left;
  font-weight: 700;
  color: #D4C8AE;
}.fes_faq_a_mgh td {
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  padding: 6px 0.5rem;
  color: #7E6E52;
}.fes_pmt_mgh {
  padding: 2.25rem 1rem 0;
  background: #0E0C09;
}
@media(min-width: 769px) {.fes_pmt_mgh {
  padding: 44px 24px 0;
}
}.fes_pmt_in_mgh {
  margin: 0 auto;
  max-width: 82.5rem;
}.fes_pmt_head_mgh {
  max-width: 45rem;
  margin-bottom: 1.375rem;
}.fes_pmt_label_mgh {
  color: #C8741A;
  margin-bottom: 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.fes_pmt_h2_mgh {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  color: #F2EAD6;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 1.375rem;
}
@media(min-width: 766px) {.fes_pmt_h2_mgh {
  font-size: 28px;
}
}.fes_pmt_intro_mgh {
  font-size: 0.875rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #7E6E52;
}.fes_pmt_groups_mgh {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.fes_pmt_group_mgh {
  border-radius: 0.5rem;
  background: #181410;
  border: 1px solid rgba(255, 220, 160, 0.11);
  padding: 1.25rem;
}.fes_pmt_group_head_mgh {
  gap: 0.75rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.fes_pmt_group_ic_mgh {
  border-radius: 0.313rem;
  background: rgba(200, 116, 26, 0.18);
  display: flex;
  justify-content: center;
  width: 2.25rem;
  flex-shrink: 0;
  height: 36px;
  align-items: center;
  color: #C8741A;
}.fes_pmt_group_ic_mgh svg {
  height: 1.125rem;
  stroke-linecap: round;
  width: 1.125rem;
  stroke-linejoin: round;
}.fes_pmt_group_h_mgh {
  margin: 0;
  font-size: 16px;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  color: #F2EAD6;
  overflow-wrap: break-word;
}.fes_pmt_group_p_mgh {
  color: #7E6E52;
  line-height: 1.6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
}.fes_pmt_group_p_mgh strong {
  color: #D4C8AE;
  font-weight: 600;
}.fes_pmt_table_wrap_mgh {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.fes_pmt_table_mgh {
  min-width: 33.75rem;
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
}.fes_pmt_table_mgh th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 235, 190, 0.07);
  font-weight: 700;
  text-align: left;
  color: #D4C8AE;
  white-space: nowrap;
  letter-spacing: .04em;
  font-size: 11px;
  text-transform: uppercase;
}.fes_pmt_table_mgh td {
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  padding: 12px;
  color: #7E6E52;
}.fes_pmt_table_mgh tbody tr:last-child td {
  border-bottom: none;
}.fes_pmt_table_mgh tr:hover td {
  background: rgba(255, 235, 190, 0.05);
  color: #D4C8AE;
}.fes_ft_mgh {
  background: #080604;
  border-top: 1px solid rgba(255, 235, 190, 0.05);
  margin-top: 3rem;
}.fes_ft_support_mgh {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
}
@media(min-width: 771px) {.fes_ft_support_mgh {
  padding: 1.75rem 24px;
}
}.fes_ft_support_in_mgh {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 82.5rem;
}.fes_ft_support_main_mgh {
  gap: 16px;
  flex: 1;
  flex-wrap: wrap;
  min-width: 220px;
  display: flex;
  align-items: center;
}.fes_ft_support_ic_mgh {
  color: #C8741A;
  flex-shrink: 0;
}.fes_ft_support_ic_mgh svg {
  width: 30px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 30px;
}.fes_ft_support_text_title_mgh {
  margin-bottom: 3px;
  color: #F2EAD6;
  font-size: 15px;
  overflow-wrap: break-word;
  font-weight: 700;
}.fes_ft_support_text_sub_mgh {
  overflow-wrap: break-word;
  color: #7E6E52;
  font-size: 0.75rem;
}.fes_ft_support_btn_mgh {
  border-radius: 0.5rem;
  transition: background .2s;
  background: #C8741A;
  padding: 0.688rem 22px;
  font-weight: 700;
  color: #F2EAD6;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 13px;
}.fes_ft_support_btn_mgh:hover {
  background: #E08820;
}.fes_ft_support_contacts_mgh {
  gap: 1rem;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.fes_ft_support_contact_mgh {
  font-size: 0.75rem;
  color: #6A5C42;
  line-height: 1.4;
}.fes_ft_support_contact_mgh strong {
  margin-bottom: 2px;
  color: #A8987A;
  display: block;
  font-weight: 600;
  font-size: 11px;
}.fes_ft_main_mgh {
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  padding: 2rem 1rem 1.5rem;
}
@media(min-width: 771px) {.fes_ft_main_mgh {
  padding: 40px 24px 2rem;
}
}.fes_ft_main_in_mgh {
  margin: 0 auto;
  gap: 24px;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.fes_ft_main_in_mgh {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.fes_ft_main_in_mgh {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.fes_ft_col_logo_mgh {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.fes_ft_col_logo_mgh {
  grid-column: auto;
}
}.fes_ft_logo_mgh {
  gap: 0.563rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F2EAD6;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  margin-bottom: 12px;
  align-items: center;
}.fes_ft_logo_mark_mgh {
  border-radius: 5px;
  overflow: hidden;
  width: 30px;
  height: 30px;
}.fes_ft_logo_mark_mgh img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.fes_ft_logo_sub_mgh {
  color: #6A5C42;
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 0.75rem;
  max-width: 200px;
}.fes_ft_col_title_mgh {
  color: #A8987A;
  margin-bottom: 0.875rem;
  letter-spacing: .07em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
}.fes_ft_col_links_mgh {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.fes_ft_col_link_mgh {
  transition: color .2s;
  color: #6A5C42;
  overflow-wrap: break-word;
  font-size: 13px;
}.fes_ft_col_link_mgh:hover {
  color: #D4C8AE;
}.fes_ft_apps_mgh {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.fes_ft_app_card_mgh {
  gap: 0.625rem;
  border: 1px solid rgba(255, 220, 160, 0.11);
  transition: border-color .2s;
  border-radius: 5px;
  background: rgba(255, 235, 190, 0.05);
  padding: 10px 0.75rem;
  align-items: center;
  display: flex;
}.fes_ft_app_card_mgh:hover {
  border-color: rgba(200, 116, 26, 0.45);
}.fes_ft_app_card_ic_mgh svg {
  width: 22px;
  height: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.fes_ft_app_card_os_mgh {
  font-size: 0.625rem;
  font-weight: 600;
  color: #6A5C42;
}.fes_ft_app_card_action_mgh {
  color: #D4C8AE;
  font-weight: 700;
  font-size: 0.75rem;
}.fes_ft_bot_mgh {
  padding: 20px 16px;
}
@media(min-width: 769px) {.fes_ft_bot_mgh {
  padding: 20px 24px;
}
}.fes_ft_bot_in_mgh {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 82.5rem;
}.fes_ft_socials_mgh {
  gap: 8px;
  display: flex;
}.fes_ft_soc_mgh {
  transition: background .2s;
  border: 1px solid rgba(255, 220, 160, 0.11);
  border-radius: 5px;
  background: rgba(255, 235, 190, 0.05);
  height: 2.25rem;
  color: #A8987A;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 2.25rem;
}.fes_ft_soc_mgh svg {
  width: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
}.fes_ft_soc_mgh:hover {
  background: rgba(255, 235, 190, 0.07);
}.fes_ft_legal_mgh {
  flex: 1;
  min-width: 200px;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 11px;
  color: #8A7A62;
}.fes_ft_legal_mgh strong {
  font-weight: 700;
  color: #A8987A;
}.fes_ft_legal_mgh a {
  color: #A8987A;
  text-decoration: underline;
}.fes_ft_age_mgh {
  border-radius: 50%;
  border: 2px solid #8A7A62;
  font-size: 0.688rem;
  display: flex;
  height: 32px;
  margin-left: auto;
  color: #8A7A62;
  width: 32px;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  flex-shrink: 0;
}