html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #0E0C09;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-family: 'Barlow', sans-serif;
  color: #D4C9A8;
  line-height: 1.6;
}.moh_layout-ll4 {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.moh_page-ll4 {
  min-height: 100vh;
  display: flex;
}.moh_main-ll4 {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media (min-width: 1079px) {.moh_main-ll4 {
  padding-left: 220px;
}
}
@media (max-width: 1080px) {.moh_main-ll4 {
  padding-bottom: 4.5rem;
}
}.moh_gc-ll4 {
  background: #13100A;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  width: 8.75rem;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
@media(min-width: 638px) {.moh_gc-ll4 {
  width: 156px;
}
}
@media(min-width: 1083px) {.moh_gc-ll4 {
  width: 10.5rem;
}
}.moh_gc-ll4:hover {
  border-color: rgba(200, 146, 42, 0.07);
  transform: translateY(-3px);
}.moh_gc_img-ll4 {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.moh_gc_img-ll4 img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.moh_gc_hover-ll4 {
  transition: opacity .2s;
  inset: 0;
  background: rgba(7, 5, 3, 0.72);
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  opacity: 0;
}.moh_gc-ll4:hover .moh_gc_hover-ll4 {
  opacity: 1;
}.moh_gc_hover_btn-ll4 {
  background: #C8922A;
  border-radius: 0.313rem;
  padding: 0.5rem 16px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #F5EDD6;
}.moh_gc_info-ll4 {
  padding: 0.5rem 10px 0.625rem;
}.moh_gc_name-ll4 {
  overflow: hidden;
  white-space: nowrap;
  color: #D4C9A8;
  font-weight: 600;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 0.75rem;
  margin-bottom: 3px;
}.moh_gc_prov-ll4 {
  color: #5E5642;
  font-size: 0.625rem;
}.moh_gc_tag-ll4 {
  padding: 2px 7px;
  border-radius: 4px;
  font-size: 0.563rem;
  text-transform: uppercase;
  font-weight: 700;
  left: 0.375rem;
  top: 6px;
  letter-spacing: .04em;
  z-index: 2;
  position: absolute;
}.moh_gc_tag_hot-ll4 {
  background: #E03535;
  color: #fff;
}.moh_gc_tag_new-ll4 {
  background: #2DB87A;
  color: #0E0C09;
}.moh_gc_tag_jp-ll4 {
  background: #F0C040;
  color: #0E0C09;
}.moh_gc_tag_ex-ll4 {
  background: #8B5E12;
  color: #fff;
}.moh_gc_tag_live-ll4 {
  background: #E03535;
  color: #fff;
}.moh_gr-ll4 {
  background: #0E0C09;
  padding: 2rem 1rem 0;
}
@media(min-width: 765px) {.moh_gr-ll4 {
  padding: 36px 24px 0;
}
}.moh_gr_in-ll4 {
  margin: 0 auto;
  max-width: 1320px;
}.moh_gr_head-ll4 {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}.moh_gr_head_l-ll4 {
  flex: 1;
  gap: 0.625rem;
  display: flex;
  align-items: center;
  min-width: 0;
}.moh_gr_ic-ll4 {
  border-radius: 0.5rem;
  width: 32px;
  display: flex;
  height: 32px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}.moh_gr_ic-ll4 svg {
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
}.moh_gr_title-ll4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 16px;
  color: #F5EDD6;
}
@media(min-width: 771px) {.moh_gr_title-ll4 {
  font-size: 18px;
}
}.moh_gr_more-ll4 {
  transition: color .2s;
  gap: 5px;
  align-items: center;
  font-size: 12px;
  color: #7A7060;
  display: flex;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 600;
}.moh_gr_more-ll4:hover {
  color: #C8922A;
}.moh_gr_more-ll4 svg {
  stroke-linejoin: round;
  width: 12px;
  stroke-linecap: round;
  height: 12px;
}.moh_gr_arrows-ll4 {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.moh_gr_arr-ll4 {
  transition: background .15s,color .15s;
  border-radius: 0.313rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  height: 30px;
  width: 1.875rem;
  justify-content: center;
  color: #A89A78;
  align-items: center;
}.moh_gr_arr-ll4:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F5EDD6;
}.moh_gr_arr-ll4 svg {
  stroke-linecap: round;
  width: 13px;
  stroke-linejoin: round;
  height: 13px;
}.moh_gr_seo_h-ll4 {
  margin: 0 0 6px;
  font-weight: 700;
  max-width: 680px;
  overflow-wrap: break-word;
  color: #D4C9A8;
  font-size: 13px;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 771px) {.moh_gr_seo_h-ll4 {
  font-size: 0.875rem;
}
}.moh_gr_seo-ll4 {
  overflow-wrap: break-word;
  max-width: 42.5rem;
  font-size: 0.75rem;
  color: #7A7060;
  margin-bottom: 12px;
  line-height: 1.55;
}.moh_gr_seo-ll4 strong {
  color: #D4C9A8;
  font-weight: 600;
}.moh_gr_scroll-ll4 {
  gap: 0.625rem;
  display: flex;
  padding-bottom: 10px;
  scrollbar-width: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.moh_gr_scroll-ll4::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.moh_gr_scroll-ll4 {
  gap: 12px;
}
}.moh_tb-ll4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0A0907;
  left: 0;
  position: fixed;
  z-index: 80;
  top: 0;
  height: 56px;
  display: flex;
  align-items: center;
  right: 0;
}.moh_tb_in-ll4 {
  padding: 0 0.875rem;
  gap: 0;
  align-items: center;
  height: 100%;
  display: flex;
  width: 100%;
}.moh_tb_burger-ll4 {
  gap: 0.313rem;
  border-radius: 8px;
  justify-content: center;
  width: 38px;
  display: flex;
  flex-shrink: 0;
  margin-right: 0.5rem;
  height: 2.375rem;
  align-items: center;
  flex-direction: column;
}.moh_tb_burger-ll4:hover {
  background: rgba(255, 255, 255, 0.05);
}.moh_tb_burger_line-ll4 {
  background: #A89A78;
  border-radius: 1px;
  display: block;
  width: 18px;
  height: 2px;
}
@media(min-width: 1079px) {.moh_tb_burger-ll4 {
  display: none;
}
}.moh_tb_logo-ll4 {
  gap: 0.563rem;
  margin-right: 20px;
  font-size: 18px;
  display: flex;
  color: #F5EDD6;
  flex-shrink: 0;
  letter-spacing: -.01em;
  font-weight: 800;
  align-items: center;
  overflow-wrap: break-word;
}.moh_tb_logo_mark-ll4 {
  overflow: hidden;
  border-radius: 0.5rem;
  justify-content: center;
  height: 32px;
  width: 2rem;
  display: flex;
  align-items: center;
}.moh_tb_logo_mark-ll4 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.moh_tb_nav-ll4 {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width:640px) {.moh_tb_nav-ll4 {
  display: flex;
}
}.moh_tb_tab-ll4 {
  transition: background .15s,color .15s;
  border-radius: 8px;
  padding: 0.5rem 14px;
  font-size: 13px;
  font-weight: 600;
  color: #A89A78;
  white-space: nowrap;
}.moh_tb_tab-ll4:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDD6;
}.moh_tb_tab-ll4.moh_state_active-ll4 {
  background: rgba(200, 146, 42, 0.18);
  color: #F5EDD6;
}.moh_tb_right-ll4 {
  gap: 0.5rem;
  flex-shrink: 0;
  display: flex;
  margin-left: auto;
  align-items: center;
}.moh_tb_login-ll4 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.563rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  border-radius: 8px;
  display: none;
  color: #D4C9A8;
  font-size: 0.813rem;
  font-weight: 600;
}.moh_tb_login-ll4:hover {
  border-color: rgba(200, 146, 42, 0.45);
  color: #F5EDD6;
}
@media(min-width: 479px) {.moh_tb_login-ll4 {
  display: block;
}
}.moh_tb_reg-ll4 {
  border-radius: 8px;
  transition: background .2s;
  background: #2DB87A;
  padding: 0.563rem 1.125rem;
  color: #0D0B07;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 700;
}.moh_tb_reg-ll4:hover {
  background: #38D18E;
}.moh_sb-ll4 {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #181309;
  transform: translateX(-100%);
  transition: transform .25s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 70;
  top: 3.5rem;
  width: 220px;
  overflow-y: auto;
}.moh_sb-ll4.moh_state_open-ll4 {
  transform: translateX(0);
}.moh_sb-ll4::-webkit-scrollbar {
  width: 0.25rem;
}.moh_sb-ll4::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1083px) {.moh_sb-ll4 {
  transform: translateX(0);
}
}.moh_sb_auth-ll4 {
  padding: 0.875rem 12px 10px;
}.moh_sb_btn_reg-ll4 {
  transition: background .2s;
  padding: 0.688rem;
  border-radius: 0.5rem;
  background: #2DB87A;
  display: block;
  margin-bottom: 8px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #0D0B07;
}.moh_sb_btn_reg-ll4:hover {
  background: #38D18E;
}.moh_sb_btn_login-ll4 {
  border-radius: 8px;
  padding: 0.625rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
  text-align: center;
  display: block;
  font-size: 0.813rem;
  color: #D4C9A8;
}.moh_sb_btn_login-ll4:hover {
  border-color: rgba(200, 146, 42, 0.45);
  color: #F5EDD6;
}.moh_sb_promo-ll4 {
  overflow: hidden;
  padding: 12px 14px;
  border-radius: 0.5rem;
  background: linear-gradient(135deg,#1C1200,#181309);
  margin: 0 0.75rem 0.625rem;
  border: 1px solid rgba(200, 146, 42, 0.18);
  position: relative;
}.moh_sb_promo-ll4::before {
  background: radial-gradient(circle,rgba(200, 146, 42, 0.18),transparent 70%);
  border-radius: 50%;
  width: 80px;
  top: -1.25rem;
  content: '';
  position: absolute;
  height: 80px;
  right: -20px;
}.moh_sb_promo_title-ll4 {
  color: #C8922A;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .06em;
  margin-bottom: 4px;
}.moh_sb_promo_text-ll4 {
  overflow-wrap: break-word;
  color: #F5EDD6;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}.moh_sb_promo_sub-ll4 {
  font-size: 0.625rem;
  margin-top: 3px;
  color: #7A7060;
}.moh_sb_nav-ll4 {
  padding: 6px 8px 1rem;
}.moh_sb_nav_lb-ll4 {
  padding: 10px 8px 0.375rem;
  font-size: 0.625rem;
  font-weight: 700;
  color: #5E5642;
  letter-spacing: .08em;
  text-transform: uppercase;
}.moh_sb_link-ll4 {
  transition: background .15s,color .15s;
  padding: 9px 0.625rem;
  border-radius: 5px;
  gap: 0.625rem;
  align-items: center;
  color: #A89A78;
  cursor: pointer;
  display: flex;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 500;
}.moh_sb_link-ll4:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDD6;
}.moh_sb_link-ll4.moh_state_active-ll4 {
  background: rgba(200, 146, 42, 0.18);
  color: #F5EDD6;
}.moh_sb_ic-ll4 {
  border-radius: 5px;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  width: 1.875rem;
  justify-content: center;
  height: 1.875rem;
}.moh_sb_ic-ll4 svg {
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
}.moh_sb_ic_1-ll4 {
  background: rgba(200, 146, 42, 0.07);
  color: #C8922A;
}.moh_sb_ic_2-ll4 {
  background: rgba(45, 184, 122, 0.16);
  color: #2DB87A;
}.moh_sb_ic_3-ll4 {
  background: rgba(240, 192, 64, 0.15);
  color: #F0C040;
}.moh_sb_ic_4-ll4 {
  background: rgba(139, 94, 18, 0.28);
  color: #8B5E12;
}.moh_sb_ic_5-ll4 {
  background: rgba(200, 146, 42, 0.07);
  color: #E8407A;
}.moh_sb_ic_6-ll4 {
  background: rgba(139, 94, 18, 0.28);
  color: #8B44E8;
}.moh_sb_badge-ll4 {
  border-radius: 5px;
  background: #F0C040;
  padding: 2px 7px;
  font-weight: 700;
  font-size: 0.563rem;
  color: #0D0B07;
  margin-left: auto;
}.moh_sb_bot-ll4 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  gap: 8px;
  display: flex;
}.moh_sb_lang-ll4,.moh_sb_help-ll4 {
  transition: border-color .2s;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 6px;
  padding: 9px 6px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
  color: #A89A78;
  font-weight: 600;
  font-size: 0.688rem;
  align-items: center;
  justify-content: center;
  display: flex;
}.moh_sb_lang-ll4:hover,.moh_sb_help-ll4:hover {
  border-color: rgba(200, 146, 42, 0.45);
  color: #F5EDD6;
}.moh_sb_lang-ll4 svg,.moh_sb_help-ll4 svg {
  width: 0.813rem;
  height: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.moh_sb_bd-ll4 {
  background: rgba(7, 5, 3, 0.72);
  inset: 0;
  display: none;
  position: fixed;
  z-index: 69;
}.moh_sb_bd-ll4.moh_state_on-ll4 {
  display: block;
}
@media(min-width: 1082px) {.moh_sb_bd-ll4 {
  display: none!important;
}
}.moh_mob_nav-ll4 {
  background: #181309;
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  left: 0;
  display: flex;
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 80;
}
@media(min-width: 1081px) {.moh_mob_nav-ll4 {
  display: none;
}
}.moh_mob_nav_item-ll4 {
  flex: 1;
  gap: 4px;
  padding: 0.25rem 2px;
  color: #5E5642;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}.moh_mob_nav_ic-ll4 {
  line-height: 1;
}.moh_mob_nav_ic-ll4 svg {
  stroke-linecap: round;
  height: 1.25rem;
  stroke-linejoin: round;
  width: 1.25rem;
}.moh_mob_nav_lb-ll4 {
  color: #5E5642;
  font-size: 0.625rem;
  font-weight: 600;
}.moh_mob_nav_item-ll4.moh_state_active-ll4 {
  color: #C8922A;
}.moh_mob_nav_item-ll4.moh_state_active-ll4 .moh_mob_nav_lb-ll4 {
  color: #C8922A;
}.moh_hero-ll4 {
  background: #0E0C09;
  padding: 20px 16px 0;
}
@media(min-width: 769px) {.moh_hero-ll4 {
  padding: 1.5rem 24px 0;
}
}.moh_hero_in-ll4 {
  margin: 0 auto;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 861px) {.moh_hero_in-ll4 {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1099px) {.moh_hero_in-ll4 {
  grid-template-columns: 1fr 340px;
}
}.moh_hero_promo-ll4 {
  overflow: hidden;
  border-radius: 13px;
  background: #13100A;
  align-items: stretch;
  min-height: 13.75rem;
  position: relative;
  display: flex;
}
@media(min-width: 765px) {.moh_hero_promo-ll4 {
  min-height: 280px;
}
}.moh_hero_promo_bg-ll4 {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#1C1200 0%,#0E0C09 100%);
  position: absolute;
  background-size: cover;
}.moh_hero_promo_bg-ll4::after {
  background: linear-gradient(90deg,#0E0C09 0%,rgba(7, 5, 3, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.moh_hero_promo_glow-ll4 {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(139, 94, 18, 0.28) 0%,transparent 65%);
  width: 300px;
  position: absolute;
  top: -2.5rem;
  height: 18.75rem;
  right: 60px;
  pointer-events: none;
}.moh_hero_promo_ct-ll4 {
  padding: 28px 24px 28px 28px;
  justify-content: center;
  z-index: 2;
  position: relative;
  max-width: 480px;
  flex-direction: column;
  display: flex;
}
@media(min-width: 767px) {.moh_hero_promo_ct-ll4 {
  padding: 2.5rem 2rem;
}
}.moh_hero_badge-ll4 {
  padding: 5px 0.75rem;
  border: 1px solid rgba(200, 146, 42, 0.07);
  background: rgba(200, 146, 42, 0.18);
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.625rem;
  color: #C8922A;
  margin-bottom: 14px;
  display: inline-block;
}.moh_hero_h1-ll4 {
  color: #F5EDD6;
  font-size: 1.625rem;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.625rem;
  line-height: 1.15;
  overflow-wrap: break-word;
}.moh_hero_h1-ll4 em {
  font-style: normal;
  color: #F0C040;
}
@media(min-width: 769px) {.moh_hero_h1-ll4 {
  font-size: 2.25rem;
}
}.moh_hero_sub-ll4 {
  margin-bottom: 20px;
  line-height: 1.55;
  color: #A89A78;
  font-size: 0.813rem;
}
@media(min-width: 771px) {.moh_hero_sub-ll4 {
  font-size: 14px;
}
}.moh_hero_row-ll4 {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.moh_hero_cta-ll4 {
  border-radius: 8px;
  background: #2DB87A;
  padding: 0.813rem 1.625rem;
  transition: background .2s;
  color: #0D0B07;
  box-shadow: 0 0.375rem 22px rgba(45, 184, 122, 0.42);
  font-size: 0.875rem;
  font-weight: 700;
}.moh_hero_cta-ll4:hover {
  background: #38D18E;
}.moh_hero_terms-ll4 {
  font-size: 11px;
  color: #5E5642;
}.moh_hero_game-ll4 {
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  background: #13100A;
  border-radius: 13px;
  flex-direction: column;
  display: flex;
  position: relative;
}.moh_hero_game_badge-ll4 {
  padding: 5px 10px;
  border: 1px solid rgba(240, 192, 64, 0.15);
  border-radius: 1.25rem;
  background: rgba(240, 192, 64, 0.15);
  font-size: 0.625rem;
  color: #F0C040;
  letter-spacing: .06em;
  left: 12px;
  font-weight: 700;
  z-index: 3;
  position: absolute;
  text-transform: uppercase;
  top: 0.75rem;
}.moh_hero_game_badge-ll4 svg {
  margin-right: 4px;
  height: 0.688rem;
  vertical-align: -1px;
  width: 0.688rem;
}.moh_hero_game_img-ll4 {
  overflow: hidden;
  background: linear-gradient(135deg,#1C1200,#0E0C09);
  padding-bottom: 60%;
  position: relative;
}.moh_hero_game_img-ll4 img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
}.moh_hero_game_play-ll4 {
  inset: 0;
  background: rgba(7, 5, 3, 0.72);
  transition: opacity .2s;
  opacity: 0;
  position: absolute;
  align-items: center;
  justify-content: center;
  display: flex;
}.moh_hero_game-ll4:hover .moh_hero_game_play-ll4 {
  opacity: 1;
}.moh_hero_game_play-ll4 span {
  background: #C8922A;
  border-radius: 50%;
  height: 3.25rem;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 52px;
}.moh_hero_game_play-ll4 span svg {
  height: 1.125rem;
  margin-left: 2px;
  width: 1.125rem;
}.moh_hero_game_info-ll4 {
  padding: 0.875rem 1rem;
}.moh_hero_game_title-ll4 {
  margin-bottom: 0.25rem;
  font-weight: 700;
  font-size: 15px;
  overflow-wrap: break-word;
  color: #F5EDD6;
}.moh_hero_game_provider-ll4 {
  font-size: 0.688rem;
  color: #7A7060;
}.moh_hero_game_btn-ll4 {
  border-radius: 0.5rem;
  background: #C8922A;
  margin: 0.75rem 16px 16px;
  padding: 11px;
  transition: background .2s;
  display: block;
  color: #F5EDD6;
  font-size: 0.813rem;
  font-weight: 700;
  text-align: center;
}.moh_hero_game-ll4:hover .moh_hero_game_btn-ll4 {
  background: #DAAA40;
}.moh_sbar-ll4 {
  padding: 16px 1rem 0;
  background: #0E0C09;
}
@media(min-width: 769px) {.moh_sbar-ll4 {
  padding: 18px 24px 0;
}
}.moh_sbar_in-ll4 {
  margin: 0 auto;
  max-width: 1320px;
}.moh_sbar_row-ll4 {
  gap: 10px;
  display: flex;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}.moh_sbar_input-ll4 {
  border-radius: 8px;
  flex: 1;
  padding: 11px 16px;
  transition: border-color .2s;
  background: #13100A;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #7A7060;
  align-items: center;
  cursor: pointer;
  font-size: 0.813rem;
  display: flex;
}.moh_sbar_input-ll4:hover {
  border-color: rgba(200, 146, 42, 0.45);
}.moh_sbar_input-ll4 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.938rem;
  flex-shrink: 0;
  height: 0.938rem;
}.moh_sbar_providers-ll4 {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 0.5rem;
  padding: 0.688rem 1.125rem;
  transition: border-color .2s;
  background: #13100A;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  font-size: 13px;
  color: #D4C9A8;
  display: flex;
}.moh_sbar_providers-ll4:hover {
  border-color: rgba(200, 146, 42, 0.45);
  color: #F5EDD6;
}.moh_sbar_providers-ll4 svg {
  stroke-linecap: round;
  height: 0.875rem;
  stroke-linejoin: round;
  width: 14px;
}.moh_sbar_tabs-ll4 {
  gap: 0.375rem;
  overflow-x: auto;
  display: flex;
  padding-bottom: 2px;
  scrollbar-width: none;
}.moh_sbar_tabs-ll4::-webkit-scrollbar {
  display: none;
}.moh_sbar_tab-ll4 {
  padding: 0.5rem 14px;
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  gap: 0.438rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1.25rem;
  color: #A89A78;
  flex-shrink: 0;
  display: flex;
  font-weight: 600;
  font-size: 0.75rem;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
}.moh_sbar_tab-ll4:hover {
  border-color: rgba(200, 146, 42, 0.45);
  background: rgba(255, 255, 255, 0.07);
  color: #F5EDD6;
}.moh_sbar_tab-ll4.moh_state_active-ll4 {
  border-color: rgba(200, 146, 42, 0.07);
  background: rgba(200, 146, 42, 0.18);
  color: #F5EDD6;
}.moh_sbar_tab_ic-ll4 svg {
  stroke-linejoin: round;
  height: 14px;
  width: 0.875rem;
  stroke-linecap: round;
}.moh_ws-ll4 {
  background: #0E0C09;
  padding: 2rem 1rem 0;
}
@media(min-width: 771px) {.moh_ws-ll4 {
  padding: 36px 24px 0;
}
}.moh_ws_in-ll4 {
  margin: 0 auto;
  max-width: 82.5rem;
}.moh_ws_head-ll4 {
  gap: 12px;
  display: flex;
  margin-bottom: 0.875rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}.moh_ws_title-ll4 {
  gap: 0.625rem;
  font-family: 'Barlow Condensed', sans-serif;
  flex-wrap: wrap;
  display: flex;
  color: #F5EDD6;
  font-size: 16px;
  overflow-wrap: break-word;
  align-items: center;
  font-weight: 700;
}.moh_ws_title_ic-ll4 svg {
  width: 18px;
  stroke-linecap: round;
  color: #F0C040;
  height: 18px;
  stroke-linejoin: round;
}.moh_ws_online-ll4 {
  gap: 7px;
  color: #7A7060;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 0.75rem;
}.moh_ws_online_dot-ll4 {
  background: #2DB87A;
  border-radius: 50%;
  height: 0.5rem;
  flex-shrink: 0;
  width: 0.5rem;
  box-shadow: 0 0 6px rgba(45, 184, 122, 0.16);
}.moh_ws_scroll-ll4 {
  gap: 0.5rem;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  display: flex;
}.moh_ws_scroll-ll4::-webkit-scrollbar {
  display: none;
}.moh_wc-ll4 {
  padding: 10px 0.875rem;
  background: #13100A;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 0.625rem;
  min-width: 13.75rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.moh_wc_img-ll4 {
  border-radius: 0.313rem;
  background: #181309;
  overflow: hidden;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
}.moh_wc_img-ll4 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.moh_wc_info-ll4 {
  min-width: 0;
}.moh_wc_game-ll4 {
  overflow: hidden;
  color: #D4C9A8;
  font-size: 0.75rem;
  white-space: nowrap;
  font-weight: 600;
  text-overflow: ellipsis;
}.moh_wc_player-ll4 {
  overflow: hidden;
  color: #5E5642;
  font-size: 0.625rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}.moh_wc_amount-ll4 {
  flex-shrink: 0;
  font-weight: 700;
  margin-left: auto;
  color: #2DB87A;
  white-space: nowrap;
  font-size: 13px;
}.moh_bon-ll4 {
  background: #0E0C09;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.moh_bon-ll4 {
  padding: 2.75rem 24px 0;
}
}.moh_bon_in-ll4 {
  margin: 0 auto;
  max-width: 1320px;
}.moh_bon_head-ll4 {
  margin-bottom: 1.25rem;
}.moh_bon_label-ll4 {
  text-transform: uppercase;
  color: #C8922A;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.moh_bon_h2-ll4 {
  color: #F5EDD6;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 770px) {.moh_bon_h2-ll4 {
  font-size: 24px;
}
}.moh_bon_seo-ll4 {
  overflow-wrap: break-word;
  max-width: 38.75rem;
  font-size: 0.813rem;
  color: #7A7060;
  line-height: 1.6;
}.moh_bon_seo-ll4 strong {
  color: #D4C9A8;
  font-weight: 700;
}.moh_bon_seo-ll4 a {
  color: #C8922A;
  text-decoration: underline;
}.moh_bon_grid-ll4 {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 642px) {.moh_bon_grid-ll4 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.moh_bon_grid-ll4 {
  grid-template-columns: repeat(5,1fr);
}
}.moh_bon_card-ll4 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1rem;
  background: #13100A;
  border-radius: 0.5rem;
  transition: border-color .2s,transform .2s;
}.moh_bon_card-ll4:hover {
  border-color: rgba(200, 146, 42, 0.07);
  transform: translateY(-2px);
}.moh_bon_card_ic-ll4 svg {
  stroke-linecap: round;
  height: 1.625rem;
  stroke-linejoin: round;
  width: 1.625rem;
}.moh_bon_card_ic-ll4 {
  margin-bottom: 0.625rem;
}.moh_bon_card_type-ll4 {
  margin-bottom: 6px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #7A7060;
  text-transform: uppercase;
  font-size: 10px;
}.moh_bon_card_amount-ll4 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 6px;
  color: #F0C040;
}.moh_bon_card_name-ll4 {
  overflow-wrap: break-word;
  color: #F5EDD6;
  font-size: 0.813rem;
  font-weight: 600;
  margin-bottom: 8px;
}.moh_bon_card_detail-ll4 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #5E5642;
  line-height: 1.5;
  padding-top: 0.5rem;
}.moh_prov-ll4 {
  background: #0E0C09;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.moh_prov-ll4 {
  padding: 2.75rem 1.5rem 0;
}
}.moh_prov_in-ll4 {
  margin: 0 auto;
  max-width: 82.5rem;
}.moh_prov_head-ll4 {
  margin-bottom: 16px;
}.moh_prov_label-ll4 {
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #C8922A;
}.moh_prov_h2-ll4 {
  color: #F5EDD6;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 771px) {.moh_prov_h2-ll4 {
  font-size: 24px;
}
}.moh_prov_seo-ll4 {
  margin-bottom: 16px;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  color: #7A7060;
  font-size: 0.813rem;
  line-height: 1.6;
}.moh_prov_seo-ll4 strong {
  color: #D4C9A8;
  font-weight: 700;
}.moh_prov_seo-ll4 a {
  text-decoration: underline;
  color: #C8922A;
}.moh_prov_grid-ll4 {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.moh_prov_grid-ll4 {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.moh_prov_grid-ll4 {
  grid-template-columns: repeat(8,1fr);
}
}.moh_prov_card-ll4 {
  padding: 0.875rem 10px;
  gap: 0.438rem;
  transition: border-color .2s,background .2s;
  border-radius: 8px;
  background: #13100A;
  border: 1px solid rgba(255, 255, 255, 0.09);
  cursor: pointer;
  flex-direction: column;
  display: flex;
  align-items: center;
}.moh_prov_card-ll4:hover {
  border-color: rgba(200, 146, 42, 0.45);
  background: #181309;
}.moh_prov_logo-ll4 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  overflow: hidden;
  height: 44px;
  width: 44px;
  justify-content: center;
  align-items: center;
  display: flex;
}.moh_prov_logo-ll4 img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.moh_prov_name-ll4 {
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  color: #A89A78;
}.moh_app-ll4 {
  background: #0E0C09;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.moh_app-ll4 {
  padding: 2.75rem 1.5rem 0;
}
}.moh_app_in-ll4 {
  margin: 0 auto;
  max-width: 82.5rem;
}.moh_app_head-ll4 {
  margin-bottom: 16px;
}.moh_app_label-ll4 {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #C8922A;
  font-weight: 700;
}.moh_app_h2-ll4 {
  font-size: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F5EDD6;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-weight: 800;
}
@media(min-width: 771px) {.moh_app_h2-ll4 {
  font-size: 24px;
}
}.moh_app_sub-ll4 {
  color: #7A7060;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.6;
  max-width: 37.5rem;
}.moh_app_sub-ll4 strong {
  font-weight: 700;
  color: #D4C9A8;
}.moh_app_cards-ll4 {
  gap: 0.625rem;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.moh_app_cards-ll4 {
  grid-template-columns: repeat(3,1fr);
}
}.moh_app_card-ll4 {
  gap: 1rem;
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
}.moh_app_card_ios-ll4 {
  background: linear-gradient(135deg,rgba(200, 146, 42, 0.18) 0%,#181309 100%);
}.moh_app_card_android-ll4 {
  background: linear-gradient(135deg,rgba(45, 184, 122, 0.16) 0%,#181309 100%);
}.moh_app_card_win-ll4 {
  background: linear-gradient(135deg,rgba(240, 192, 64, 0.15) 0%,#181309 100%);
}.moh_app_card_ic-ll4 svg {
  height: 2.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 34px;
}.moh_app_card_ic-ll4 {
  flex-shrink: 0;
  color: #F5EDD6;
}.moh_app_card_os-ll4 {
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 10px;
  text-transform: uppercase;
  color: #7A7060;
  margin-bottom: 6px;
}.moh_app_card_title-ll4 {
  line-height: 1.2;
  font-size: 15px;
  color: #F5EDD6;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 6px;
}.moh_app_card_text-ll4 {
  line-height: 1.5;
  font-size: 0.75rem;
  color: #7A7060;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
}.moh_app_card_btn-ll4 {
  transition: background .2s;
  gap: 7px;
  border: 1px solid rgba(200, 146, 42, 0.45);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.12);
  padding: 0.625rem 18px;
  color: #F5EDD6;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
}.moh_app_card_btn-ll4:hover {
  background: rgba(255, 255, 255, 0.07);
}.moh_reg-ll4 {
  background: #0E0C09;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.moh_reg-ll4 {
  padding: 44px 1.5rem 0;
}
}.moh_reg_in-ll4 {
  margin: 0 auto;
  background: #181309;
  border-radius: 0.813rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 28px 24px;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.moh_reg_in-ll4 {
  padding: 2.5rem;
}
}.moh_reg_top-ll4 {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 858px) {.moh_reg_top-ll4 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.moh_reg_label-ll4 {
  font-weight: 700;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  color: #C8922A;
  text-transform: uppercase;
  font-size: 11px;
}.moh_reg_h2-ll4 {
  overflow-wrap: break-word;
  color: #F5EDD6;
  font-size: 22px;
  margin-bottom: 12px;
  line-height: 1.2;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
}
@media(min-width: 770px) {.moh_reg_h2-ll4 {
  font-size: 28px;
}
}.moh_reg_bonus-ll4 {
  border-radius: 0.5rem;
  gap: 0.5rem;
  background: rgba(240, 192, 64, 0.15);
  border: 1px solid rgba(240, 192, 64, 0.15);
  padding: 0.625rem 1rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}.moh_reg_bonus_amount-ll4 {
  color: #F0C040;
  font-weight: 800;
  font-size: 1.25rem;
}.moh_reg_bonus_text-ll4 {
  line-height: 1.35;
  color: #A89A78;
  font-size: 0.813rem;
}.moh_reg_cta_btn-ll4 {
  transition: background .2s;
  background: #2DB87A;
  border-radius: 8px;
  padding: 14px 2rem;
  box-shadow: 0 0.375rem 22px rgba(45, 184, 122, 0.42);
  font-weight: 700;
  margin-bottom: 0.75rem;
  display: inline-block;
  color: #0D0B07;
  font-size: 0.938rem;
}.moh_reg_cta_btn-ll4:hover {
  background: #38D18E;
}.moh_reg_terms-ll4 {
  font-size: 0.688rem;
  color: #5E5642;
  line-height: 1.5;
}.moh_reg_seo-ll4 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 1.25rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
  padding-top: 1.25rem;
  color: #7A7060;
}.moh_reg_seo-ll4 p {
  margin-bottom: 10px;
  color: #7A7060;
  line-height: 1.65;
  font-size: 0.813rem;
}.moh_reg_seo-ll4 p:last-child {
  margin-bottom: 0;
}.moh_reg_seo-ll4 strong {
  font-weight: 700;
  color: #D4C9A8;
}.moh_reg_seo-ll4 a {
  transition: color .2s;
  color: #C8922A;
  text-decoration: underline;
}.moh_reg_seo-ll4 a:hover {
  color: #DAAA40;
}.moh_reg_seo-ll4 ul,.moh_reg_seo-ll4 ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.moh_reg_seo-ll4 ol {
  list-style: decimal;
}.moh_reg_seo-ll4 li {
  margin-bottom: 4px;
  color: #7A7060;
  font-size: 0.813rem;
  line-height: 1.65;
}.moh_reg_seo-ll4 table {
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 0.625rem;
  display: block;
  font-size: 13px;
  width: 100%;
}
@media(min-width: 767px) {.moh_reg_seo-ll4 table {
  display: table;
}
}.moh_reg_seo-ll4 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  font-weight: 700;
  color: #D4C9A8;
  text-align: left;
}.moh_reg_seo-ll4 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #7A7060;
}.moh_reg_steps-ll4 {
  gap: 0.875rem;
  display: flex;
  margin-top: 28px;
  flex-direction: column;
}
@media(min-width: 863px) {.moh_reg_steps-ll4 {
  margin-top: 0;
}
}.moh_reg_step-ll4 {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1rem;
  gap: 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.moh_reg_step_num-ll4 {
  border-radius: 50%;
  border: 1px solid rgba(200, 146, 42, 0.07);
  background: rgba(200, 146, 42, 0.18);
  display: flex;
  flex-shrink: 0;
  color: #C8922A;
  width: 2.125rem;
  height: 2.125rem;
  align-items: center;
  font-weight: 800;
  font-size: 0.875rem;
  justify-content: center;
}.moh_reg_step_title-ll4 {
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 0.875rem;
  color: #F5EDD6;
}.moh_reg_step_text-ll4 {
  color: #7A7060;
  line-height: 1.5;
  font-size: 12px;
}.moh_reg_trust-ll4 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  padding-top: 20px;
  margin-top: 20px;
}.moh_reg_trust_item-ll4 {
  gap: 0.438rem;
  overflow-wrap: break-word;
  color: #7A7060;
  display: flex;
  font-size: 0.75rem;
  align-items: center;
}.moh_reg_trust_ic-ll4 svg {
  height: 16px;
  color: #C8922A;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
}.moh_seo-ll4 {
  padding: 2.25rem 1rem 0;
  background: #0E0C09;
}
@media(min-width: 766px) {.moh_seo-ll4 {
  padding: 2.75rem 24px 0;
}
}.moh_seo_in-ll4 {
  border-radius: 0.813rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  padding: 1.75rem 24px;
  background: #181309;
  max-width: 1320px;
}
@media(min-width: 770px) {.moh_seo_in-ll4 {
  padding: 36px 40px;
}
}.moh_seo_label-ll4 {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  color: #C8922A;
  margin-bottom: 0.625rem;
  font-weight: 700;
}.moh_seo_h2-ll4 {
  margin-bottom: 0.875rem;
  color: #F5EDD6;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-size: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
}
@media(min-width: 769px) {.moh_seo_h2-ll4 {
  font-size: 24px;
}
}.moh_seo_body-ll4 {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A89A78;
  overflow-wrap: break-word;
}.moh_seo_body-ll4 p {
  margin-bottom: 0.75rem;
  color: #A89A78;
  line-height: 1.75;
  font-size: 14px;
}.moh_seo_body-ll4 p:last-child {
  margin-bottom: 0;
}.moh_seo_body-ll4 strong {
  font-weight: 700;
  color: #D4C9A8;
}.moh_seo_body-ll4 a {
  transition: color .2s;
  color: #C8922A;
  text-decoration: underline;
}.moh_seo_body-ll4 a:hover {
  color: #DAAA40;
}.moh_seo_body-ll4 ul,.moh_seo_body-ll4 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.moh_seo_body-ll4 ol {
  list-style: decimal;
}.moh_seo_body-ll4 li {
  margin-bottom: 6px;
  font-size: 0.875rem;
  color: #A89A78;
  line-height: 1.75;
}.moh_seo_body-ll4 table {
  width: 100%;
  font-size: 13px;
  margin-bottom: 0.75rem;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 771px) {.moh_seo_body-ll4 table {
  display: table;
}
}.moh_seo_body-ll4 th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D4C9A8;
  font-weight: 700;
  text-align: left;
}.moh_seo_body-ll4 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #A89A78;
}.moh_seo_cols-ll4 {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 638px) {.moh_seo_cols-ll4 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.moh_seo_cols-ll4 {
  grid-template-columns: repeat(3,1fr);
}
}.moh_seo_col_h-ll4 {
  font-size: 0.813rem;
  margin-bottom: 7px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #D4C9A8;
}.moh_seo_col_p-ll4 {
  color: #7A7060;
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}.moh_seo_stats-ll4 {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.moh_seo_stat-ll4 {
  background: rgba(200, 146, 42, 0.07);
  border-radius: 0.5rem;
  flex: 1;
  border: 1px solid rgba(200, 146, 42, 0.18);
  padding: 0.875rem 16px;
  min-width: 140px;
}.moh_seo_stat_val-ll4 {
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 0.25rem;
  color: #C8922A;
  font-weight: 800;
}.moh_seo_stat_lb-ll4 {
  color: #7A7060;
  font-size: 11px;
  overflow-wrap: break-word;
}.moh_faq-ll4 {
  background: #0E0C09;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.moh_faq-ll4 {
  padding: 44px 1.5rem 0;
}
}.moh_faq_in-ll4 {
  margin: 0 auto;
  max-width: 82.5rem;
}.moh_faq_head-ll4 {
  margin-bottom: 1.25rem;
}.moh_faq_label-ll4 {
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #C8922A;
  margin-bottom: 8px;
}.moh_faq_h2-ll4 {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F5EDD6;
}
@media(min-width: 766px) {.moh_faq_h2-ll4 {
  font-size: 1.5rem;
}
}.moh_faq_list-ll4 {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.moh_faq_item-ll4 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
  background: #181309;
  border-radius: 0.5rem;
}.moh_faq_q-ll4 {
  padding: 16px 20px;
  gap: 12px;
  transition: color .2s;
  display: flex;
  font-weight: 600;
  cursor: pointer;
  flex-wrap: wrap;
  color: #D4C9A8;
  font-size: 14px;
  overflow-wrap: break-word;
  justify-content: space-between;
  align-items: center;
}.moh_faq_q-ll4:hover {
  color: #F5EDD6;
}.moh_faq_q_ic-ll4 {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  width: 1.5rem;
  font-size: 16px;
  color: #C8922A;
  height: 24px;
  display: flex;
}.moh_faq_item-ll4.moh_state_open-ll4 .moh_faq_q_ic-ll4 {
  transform: rotate(45deg);
}.moh_faq_a-ll4 {
  padding: 0 20px 1rem;
  font-size: 0.813rem;
  line-height: 1.7;
  display: none;
  color: #7A7060;
  overflow-wrap: break-word;
}.moh_faq_item-ll4.moh_state_open-ll4 .moh_faq_a-ll4 {
  display: block;
}.moh_faq_a-ll4 strong {
  color: #D4C9A8;
  font-weight: 700;
}.moh_faq_a-ll4 a {
  text-decoration: underline;
  color: #C8922A;
}.moh_faq_a-ll4 ul,.moh_faq_a-ll4 ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.moh_faq_a-ll4 ol {
  list-style: decimal;
}.moh_faq_a-ll4 li {
  line-height: 1.6;
  margin-bottom: 4px;
}.moh_faq_a-ll4 table {
  margin: 8px 0;
  display: block;
  overflow-x: auto;
  font-size: 0.75rem;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 770px) {.moh_faq_a-ll4 table {
  display: table;
}
}.moh_faq_a-ll4 th {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D4C9A8;
  text-align: left;
  font-weight: 700;
}.moh_faq_a-ll4 td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A7060;
}.moh_seo-ll4 {
  background: #0E0C09;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.moh_seo-ll4 {
  padding: 2.75rem 24px 0;
}
}.moh_seo_in-ll4 {
  margin: 0 auto;
  background: #181309;
  padding: 28px 1.5rem;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 82.5rem;
}
@media(min-width: 765px) {.moh_seo_in-ll4 {
  padding: 36px 2.5rem;
}
}.moh_seo_label-ll4 {
  letter-spacing: .08em;
  font-weight: 700;
  color: #C8922A;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}.moh_seo_h2-ll4 {
  margin-bottom: 0.875rem;
  font-size: 20px;
  font-weight: 800;
  color: #F5EDD6;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.25;
}
@media(min-width: 765px) {.moh_seo_h2-ll4 {
  font-size: 1.5rem;
}
}.moh_seo_body-ll4 {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #A89A78;
  overflow-wrap: break-word;
}.moh_seo_body-ll4 p {
  margin-bottom: 12px;
  color: #A89A78;
  font-size: 14px;
  line-height: 1.75;
}.moh_seo_body-ll4 p:last-child {
  margin-bottom: 0;
}.moh_seo_body-ll4 strong {
  color: #D4C9A8;
  font-weight: 700;
}.moh_seo_body-ll4 a {
  transition: color .2s;
  color: #C8922A;
  text-decoration: underline;
}.moh_seo_body-ll4 a:hover {
  color: #DAAA40;
}.moh_seo_body-ll4 ul,.moh_seo_body-ll4 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.moh_seo_body-ll4 ol {
  list-style: decimal;
}.moh_seo_body-ll4 li {
  font-size: 14px;
  margin-bottom: 0.375rem;
  color: #A89A78;
  line-height: 1.75;
}.moh_seo_body-ll4 table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 12px;
  overflow-x: auto;
  display: block;
  font-size: 13px;
}
@media(min-width: 767px) {.moh_seo_body-ll4 table {
  display: table;
}
}.moh_seo_body-ll4 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  color: #D4C9A8;
  text-align: left;
}.moh_seo_body-ll4 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #A89A78;
}.moh_seo_cols-ll4 {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 643px) {.moh_seo_cols-ll4 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.moh_seo_cols-ll4 {
  grid-template-columns: repeat(3,1fr);
}
}.moh_seo_col_h-ll4 {
  font-weight: 700;
  color: #D4C9A8;
  font-size: 0.813rem;
  margin-bottom: 7px;
  overflow-wrap: break-word;
}.moh_seo_col_p-ll4 {
  overflow-wrap: break-word;
  color: #7A7060;
  font-size: 13px;
  line-height: 1.65;
}.moh_seo_stats-ll4 {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.moh_seo_stat-ll4 {
  border: 1px solid rgba(200, 146, 42, 0.18);
  flex: 1;
  border-radius: 8px;
  background: rgba(200, 146, 42, 0.07);
  padding: 0.875rem 16px;
  min-width: 140px;
}.moh_seo_stat_val-ll4 {
  overflow-wrap: break-word;
  color: #C8922A;
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 20px;
}.moh_seo_stat_lb-ll4 {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #7A7060;
}.moh_seo-ll4 {
  background: #0E0C09;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.moh_seo-ll4 {
  padding: 44px 1.5rem 0;
}
}.moh_seo_in-ll4 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  background: #181309;
  border-radius: 13px;
  padding: 1.75rem 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.moh_seo_in-ll4 {
  padding: 36px 2.5rem;
}
}.moh_seo_label-ll4 {
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 10px;
  color: #C8922A;
}.moh_seo_h2-ll4 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 14px;
  color: #F5EDD6;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.moh_seo_h2-ll4 {
  font-size: 24px;
}
}.moh_seo_body-ll4 {
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
  color: #A89A78;
}.moh_seo_body-ll4 p {
  color: #A89A78;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 12px;
}.moh_seo_body-ll4 p:last-child {
  margin-bottom: 0;
}.moh_seo_body-ll4 strong {
  font-weight: 700;
  color: #D4C9A8;
}.moh_seo_body-ll4 a {
  transition: color .2s;
  color: #C8922A;
  text-decoration: underline;
}.moh_seo_body-ll4 a:hover {
  color: #DAAA40;
}.moh_seo_body-ll4 ul,.moh_seo_body-ll4 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.moh_seo_body-ll4 ol {
  list-style: decimal;
}.moh_seo_body-ll4 li {
  line-height: 1.75;
  margin-bottom: 6px;
  color: #A89A78;
  font-size: 0.875rem;
}.moh_seo_body-ll4 table {
  font-size: 13px;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: 100%;
  margin-bottom: 0.75rem;
}
@media(min-width: 765px) {.moh_seo_body-ll4 table {
  display: table;
}
}.moh_seo_body-ll4 th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #D4C9A8;
}.moh_seo_body-ll4 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #A89A78;
}.moh_seo_cols-ll4 {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.moh_seo_cols-ll4 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.moh_seo_cols-ll4 {
  grid-template-columns: repeat(3,1fr);
}
}.moh_seo_col_h-ll4 {
  overflow-wrap: break-word;
  color: #D4C9A8;
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
}.moh_seo_col_p-ll4 {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #7A7060;
  overflow-wrap: break-word;
}.moh_seo_stats-ll4 {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.moh_seo_stat-ll4 {
  padding: 14px 1rem;
  background: rgba(200, 146, 42, 0.07);
  border: 1px solid rgba(200, 146, 42, 0.18);
  flex: 1;
  border-radius: 0.5rem;
  min-width: 140px;
}.moh_seo_stat_val-ll4 {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #C8922A;
  font-weight: 800;
  font-size: 1.25rem;
}.moh_seo_stat_lb-ll4 {
  color: #7A7060;
  font-size: 11px;
  overflow-wrap: break-word;
}.moh_ft-ll4 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #070503;
  margin-top: 3rem;
}.moh_ft_support-ll4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width: 770px) {.moh_ft_support-ll4 {
  padding: 1.75rem 24px;
}
}.moh_ft_support_in-ll4 {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 1320px;
}.moh_ft_support_main-ll4 {
  gap: 1rem;
  flex: 1;
  display: flex;
  min-width: 220px;
  flex-wrap: wrap;
  align-items: center;
}.moh_ft_support_ic-ll4 {
  color: #C8922A;
  flex-shrink: 0;
}.moh_ft_support_ic-ll4 svg {
  height: 30px;
  stroke-linejoin: round;
  width: 1.875rem;
  stroke-linecap: round;
}.moh_ft_support_text_title-ll4 {
  font-size: 15px;
  color: #F5EDD6;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 3px;
}.moh_ft_support_text_sub-ll4 {
  font-size: 12px;
  color: #7A7060;
  overflow-wrap: break-word;
}.moh_ft_support_btn-ll4 {
  padding: 0.688rem 22px;
  transition: background .2s;
  background: #C8922A;
  border-radius: 0.5rem;
  font-weight: 700;
  color: #F5EDD6;
  white-space: nowrap;
  font-size: 13px;
  flex-shrink: 0;
}.moh_ft_support_btn-ll4:hover {
  background: #DAAA40;
}.moh_ft_support_contacts-ll4 {
  gap: 1rem;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.moh_ft_support_contact-ll4 {
  color: #5E5642;
  line-height: 1.4;
  font-size: 0.75rem;
}.moh_ft_support_contact-ll4 strong {
  margin-bottom: 2px;
  color: #A89A78;
  font-weight: 600;
  display: block;
  font-size: 11px;
}.moh_ft_main-ll4 {
  padding: 2rem 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.moh_ft_main-ll4 {
  padding: 2.5rem 24px 2rem;
}
}.moh_ft_main_in-ll4 {
  margin: 0 auto;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 637px) {.moh_ft_main_in-ll4 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.moh_ft_main_in-ll4 {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.moh_ft_col_logo-ll4 {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.moh_ft_col_logo-ll4 {
  grid-column: auto;
}
}.moh_ft_logo-ll4 {
  gap: 0.563rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 16px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  color: #F5EDD6;
  display: flex;
  align-items: center;
}.moh_ft_logo_mark-ll4 {
  overflow: hidden;
  border-radius: 5px;
  height: 30px;
  width: 30px;
}.moh_ft_logo_mark-ll4 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.moh_ft_logo_sub-ll4 {
  color: #5E5642;
  line-height: 1.55;
  overflow-wrap: break-word;
  max-width: 200px;
  font-size: 0.75rem;
}.moh_ft_col_title-ll4 {
  font-size: 0.75rem;
  color: #A89A78;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .07em;
}.moh_ft_col_links-ll4 {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.moh_ft_col_link-ll4 {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #5E5642;
  font-size: 13px;
}.moh_ft_col_link-ll4:hover {
  color: #D4C9A8;
}.moh_ft_apps-ll4 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.moh_ft_app_card-ll4 {
  gap: 10px;
  border-radius: 0.313rem;
  padding: 10px 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  display: flex;
  align-items: center;
}.moh_ft_app_card-ll4:hover {
  border-color: rgba(200, 146, 42, 0.45);
}.moh_ft_app_card_ic-ll4 svg {
  height: 22px;
  width: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.moh_ft_app_card_os-ll4 {
  color: #5E5642;
  font-size: 10px;
  font-weight: 600;
}.moh_ft_app_card_action-ll4 {
  font-size: 12px;
  color: #D4C9A8;
  font-weight: 700;
}.moh_ft_bot-ll4 {
  padding: 1.25rem 1rem;
}
@media(min-width: 771px) {.moh_ft_bot-ll4 {
  padding: 1.25rem 1.5rem;
}
}.moh_ft_bot_in-ll4 {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  max-width: 1320px;
}.moh_ft_socials-ll4 {
  gap: 8px;
  display: flex;
}.moh_ft_soc-ll4 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  height: 36px;
  justify-content: center;
  width: 36px;
  color: #A89A78;
  display: flex;
  align-items: center;
}.moh_ft_soc-ll4 svg {
  stroke-linejoin: round;
  height: 1rem;
  width: 1rem;
  stroke-linecap: round;
}.moh_ft_soc-ll4:hover {
  background: rgba(255, 255, 255, 0.07);
}.moh_ft_legal-ll4 {
  flex: 1;
  color: #807668;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  min-width: 200px;
}.moh_ft_legal-ll4 strong {
  color: #A89A78;
  font-weight: 700;
}.moh_ft_legal-ll4 a {
  color: #A89A78;
  text-decoration: underline;
}.moh_ft_age-ll4 {
  border-radius: 50%;
  border: 2px solid #807668;
  flex-shrink: 0;
  color: #807668;
  margin-left: auto;
  height: 32px;
  font-size: 11px;
  display: flex;
  font-weight: 800;
  width: 32px;
  justify-content: center;
  align-items: center;
}