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 {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #100A0A;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  color: #D9CECE;
  min-height: 100vh;
  font-family: 'Barlow', sans-serif;
}.mlz_layout_z3s {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.mlz_page_z3s {
  display: flex;
  min-height: 100vh;
}.mlz_main_z3s {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media (min-width:1080px) {.mlz_main_z3s {
  padding-left: 13.75rem;
}
}
@media (max-width: 1080px) {.mlz_main_z3s {
  padding-bottom: 4.5rem;
}
}.mlz_gc_z3s {
  background: #160D0D;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.5rem;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  width: 140px;
}
@media(min-width: 641px) {.mlz_gc_z3s {
  width: 9.75rem;
}
}
@media(min-width: 1082px) {.mlz_gc_z3s {
  width: 10.5rem;
}
}.mlz_gc_z3s:hover {
  border-color: rgba(200,48,42,0.08);
  transform: translateY(-3px);
}.mlz_gc_img_z3s {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.mlz_gc_img_z3s img {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}.mlz_gc_hover_z3s {
  background: rgba(8,5,5,0.72);
  inset: 0;
  transition: opacity .2s;
  position: absolute;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}.mlz_gc_z3s:hover .mlz_gc_hover_z3s {
  opacity: 1;
}.mlz_gc_hover_btn_z3s {
  background: #C8302A;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #F5EEEE;
}.mlz_gc_info_z3s {
  padding: 8px 0.625rem 10px;
}.mlz_gc_name_z3s {
  overflow: hidden;
  white-space: nowrap;
  color: #D9CECE;
  font-size: 12px;
  text-overflow: ellipsis;
  font-weight: 600;
  margin-bottom: 3px;
  max-width: 100%;
}.mlz_gc_prov_z3s {
  font-size: 10px;
  color: #5C4A4A;
}.mlz_gc_tag_z3s {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  left: 0.375rem;
  position: absolute;
  font-weight: 700;
  font-size: 9px;
  z-index: 2;
  letter-spacing: .04em;
  text-transform: uppercase;
  top: 6px;
}.mlz_gc_tag_hot_z3s {
  background: #D62020;
  color: #fff;
}.mlz_gc_tag_new_z3s {
  background: #27A85C;
  color: #100A0A;
}.mlz_gc_tag_jp_z3s {
  background: #D4960E;
  color: #100A0A;
}.mlz_gc_tag_ex_z3s {
  background: #C4860A;
  color: #fff;
}.mlz_gc_tag_live_z3s {
  background: #D62020;
  color: #fff;
}.mlz_gr_z3s {
  padding: 32px 1rem 0;
  background: #100A0A;
}
@media(min-width:768px) {.mlz_gr_z3s {
  padding: 2.25rem 1.5rem 0;
}
}.mlz_gr_in_z3s {
  margin: 0 auto;
  max-width: 82.5rem;
}.mlz_gr_head_z3s {
  gap: 12px;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.mlz_gr_head_l_z3s {
  gap: 10px;
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
}.mlz_gr_ic_z3s {
  border-radius: 0.5rem;
  width: 2rem;
  flex-shrink: 0;
  justify-content: center;
  height: 2rem;
  display: flex;
  align-items: center;
}.mlz_gr_ic_z3s svg {
  stroke-linecap: round;
  width: 1rem;
  height: 1rem;
  stroke-linejoin: round;
}.mlz_gr_title_z3s {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F5EEEE;
  font-size: 1rem;
}
@media(min-width: 771px) {.mlz_gr_title_z3s {
  font-size: 1.125rem;
}
}.mlz_gr_more_z3s {
  transition: color .2s;
  gap: 0.313rem;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 600;
  color: #7A6262;
}.mlz_gr_more_z3s:hover {
  color: #C8302A;
}.mlz_gr_more_z3s svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 12px;
  height: 0.75rem;
}.mlz_gr_arrows_z3s {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.mlz_gr_arr_z3s {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  transition: background .15s,color .15s;
  height: 30px;
  align-items: center;
  color: #A89090;
  justify-content: center;
  width: 30px;
  display: flex;
}.mlz_gr_arr_z3s:hover {
  background: rgba(255,255,255,0.07);
  color: #F5EEEE;
}.mlz_gr_arr_z3s svg {
  width: 13px;
  stroke-linejoin: round;
  height: 13px;
  stroke-linecap: round;
}.mlz_gr_seo_h_z3s {
  margin: 0 0 0.375rem;
  max-width: 42.5rem;
  font-weight: 700;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.813rem;
  color: #D9CECE;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.mlz_gr_seo_h_z3s {
  font-size: 0.875rem;
}
}.mlz_gr_seo_z3s {
  max-width: 680px;
  margin-bottom: 0.75rem;
  color: #7A6262;
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 12px;
}.mlz_gr_seo_z3s strong {
  color: #D9CECE;
  font-weight: 600;
}.mlz_gr_scroll_z3s {
  gap: 10px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.625rem;
  overflow-x: auto;
  display: flex;
}.mlz_gr_scroll_z3s::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.mlz_gr_scroll_z3s {
  gap: 0.75rem;
}
}.mlz_tb_z3s {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #0D0808;
  top: 0;
  align-items: center;
  right: 0;
  position: fixed;
  left: 0;
  z-index: 80;
  display: flex;
  height: 3.5rem;
}.mlz_tb_in_z3s {
  padding: 0 0.875rem;
  gap: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}.mlz_tb_burger_z3s {
  border-radius: 0.5rem;
  gap: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 38px;
  justify-content: center;
  width: 38px;
  margin-right: 0.5rem;
  flex-shrink: 0;
}.mlz_tb_burger_z3s:hover {
  background: rgba(255,255,255,0.05);
}.mlz_tb_burger_line_z3s {
  background: #A89090;
  border-radius: 1px;
  display: block;
  width: 1.125rem;
  height: 2px;
}
@media(min-width: 1078px) {.mlz_tb_burger_z3s {
  display: none;
}
}.mlz_tb_logo_z3s {
  gap: 0.563rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F5EEEE;
  flex-shrink: 0;
  display: flex;
  font-size: 18px;
  align-items: center;
  letter-spacing: -.01em;
  margin-right: 1.25rem;
}.mlz_tb_logo_mark_z3s {
  overflow: hidden;
  border-radius: 8px;
  justify-content: center;
  height: 32px;
  align-items: center;
  width: 2rem;
  display: flex;
}.mlz_tb_logo_mark_z3s img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.mlz_tb_nav_z3s {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 641px) {.mlz_tb_nav_z3s {
  display: flex;
}
}.mlz_tb_tab_z3s {
  border-radius: 0.5rem;
  transition: background .15s,color .15s;
  padding: 0.5rem 14px;
  font-weight: 600;
  white-space: nowrap;
  color: #A89090;
  font-size: 13px;
}.mlz_tb_tab_z3s:hover {
  background: rgba(255,255,255,0.05);
  color: #F5EEEE;
}.mlz_tb_tab_z3s.mlz_state_active_z3s {
  background: rgba(200,48,42,0.18);
  color: #F5EEEE;
}.mlz_tb_right_z3s {
  gap: 0.5rem;
  margin-left: auto;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.mlz_tb_login_z3s {
  padding: 9px 1rem;
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255,255,255,0.11);
  background: rgba(255,255,255,0.05);
  border-radius: 0.5rem;
  font-size: 0.813rem;
  display: none;
  font-weight: 600;
  color: #D9CECE;
}.mlz_tb_login_z3s:hover {
  border-color: rgba(210,55,45,0.55);
  color: #F5EEEE;
}
@media(min-width: 477px) {.mlz_tb_login_z3s {
  display: block;
}
}.mlz_tb_reg_z3s {
  transition: background .2s;
  background: #27A85C;
  padding: 0.563rem 18px;
  border-radius: 0.5rem;
  color: #0F0505;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
}.mlz_tb_reg_z3s:hover {
  background: #30C46C;
}.mlz_sb_z3s {
  transform: translateX(-100%);
  background: #1C1212;
  transition: transform .25s ease;
  border-right: 1px solid rgba(255,255,255,0.05);
  position: fixed;
  width: 13.75rem;
  top: 56px;
  overflow-y: auto;
  bottom: 0;
  left: 0;
  z-index: 70;
}.mlz_sb_z3s.mlz_state_open_z3s {
  transform: translateX(0);
}.mlz_sb_z3s::-webkit-scrollbar {
  width: 0.25rem;
}.mlz_sb_z3s::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1082px) {.mlz_sb_z3s {
  transform: translateX(0);
}
}.mlz_sb_auth_z3s {
  padding: 14px 12px 0.625rem;
}.mlz_sb_btn_reg_z3s {
  border-radius: 0.5rem;
  padding: 11px;
  transition: background .2s;
  background: #27A85C;
  color: #0F0505;
  display: block;
  font-size: 0.813rem;
  text-align: center;
  margin-bottom: 8px;
  font-weight: 700;
}.mlz_sb_btn_reg_z3s:hover {
  background: #30C46C;
}.mlz_sb_btn_login_z3s {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  transition: border-color .2s;
  padding: 0.625rem;
  background: rgba(255,255,255,0.05);
  display: block;
  color: #D9CECE;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
}.mlz_sb_btn_login_z3s:hover {
  border-color: rgba(210,55,45,0.55);
  color: #F5EEEE;
}.mlz_sb_promo_z3s {
  overflow: hidden;
  margin: 0 12px 10px;
  border-radius: 0.5rem;
  background: linear-gradient(135deg,#3A0C0C,#1C1212);
  padding: 12px 14px;
  border: 1px solid rgba(200,48,42,0.18);
  position: relative;
}.mlz_sb_promo_z3s::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200,48,42,0.18),transparent 70%);
  height: 80px;
  width: 80px;
  top: -1.25rem;
  right: -1.25rem;
  position: absolute;
  content: '';
}.mlz_sb_promo_title_z3s {
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #C8302A;
  font-weight: 700;
  margin-bottom: 0.25rem;
  letter-spacing: .06em;
}.mlz_sb_promo_text_z3s {
  color: #F5EEEE;
  overflow-wrap: break-word;
  line-height: 1.35;
  font-size: 0.75rem;
  font-weight: 600;
}.mlz_sb_promo_sub_z3s {
  margin-top: 3px;
  font-size: 0.625rem;
  color: #7A6262;
}.mlz_sb_nav_z3s {
  padding: 0.375rem 8px 1rem;
}.mlz_sb_nav_lb_z3s {
  padding: 10px 8px 6px;
  font-size: 0.625rem;
  letter-spacing: .08em;
  color: #5C4A4A;
  font-weight: 700;
  text-transform: uppercase;
}.mlz_sb_link_z3s {
  gap: 10px;
  padding: 0.563rem 0.625rem;
  transition: background .15s,color .15s;
  border-radius: 4px;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 500;
  align-items: center;
  color: #A89090;
  display: flex;
  cursor: pointer;
}.mlz_sb_link_z3s:hover {
  background: rgba(255,255,255,0.05);
  color: #F5EEEE;
}.mlz_sb_link_z3s.mlz_state_active_z3s {
  background: rgba(200,48,42,0.18);
  color: #F5EEEE;
}.mlz_sb_ic_z3s {
  border-radius: 0.25rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 30px;
  display: flex;
  height: 30px;
}.mlz_sb_ic_z3s svg {
  width: 16px;
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.mlz_sb_ic_1_z3s {
  background: rgba(200,48,42,0.08);
  color: #C8302A;
}.mlz_sb_ic_2_z3s {
  background: rgba(39,168,92,0.16);
  color: #27A85C;
}.mlz_sb_ic_3_z3s {
  background: rgba(212,150,14,0.18);
  color: #D4960E;
}.mlz_sb_ic_4_z3s {
  background: rgba(196,134,10,0.20);
  color: #C4860A;
}.mlz_sb_ic_5_z3s {
  background: rgba(200,48,42,0.08);
  color: #D4407A;
}.mlz_sb_ic_6_z3s {
  background: rgba(196,134,10,0.20);
  color: #8B3FC8;
}.mlz_sb_badge_z3s {
  background: #D4960E;
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  font-weight: 700;
  color: #0F0505;
  margin-left: auto;
  font-size: 9px;
}.mlz_sb_bot_z3s {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 0.75rem;
  gap: 8px;
  display: flex;
}.mlz_sb_lang_z3s,.mlz_sb_help_z3s {
  border-radius: 0.25rem;
  gap: 6px;
  background: rgba(255,255,255,0.05);
  padding: 9px 0.375rem;
  flex: 1;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.06);
  align-items: center;
  justify-content: center;
  color: #A89090;
  font-size: 11px;
  display: flex;
  font-weight: 600;
}.mlz_sb_lang_z3s:hover,.mlz_sb_help_z3s:hover {
  border-color: rgba(210,55,45,0.55);
  color: #F5EEEE;
}.mlz_sb_lang_z3s svg,.mlz_sb_help_z3s svg {
  width: 13px;
  height: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.mlz_sb_bd_z3s {
  inset: 0;
  background: rgba(8,5,5,0.72);
  display: none;
  z-index: 69;
  position: fixed;
}.mlz_sb_bd_z3s.mlz_state_on_z3s {
  display: block;
}
@media(min-width: 1081px) {.mlz_sb_bd_z3s {
  display: none!important;
}
}.mlz_mob_nav_z3s {
  background: #1C1212;
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,0.11);
  display: flex;
  right: 0;
  z-index: 80;
  bottom: 0;
  position: fixed;
  left: 0;
}
@media(min-width: 1081px) {.mlz_mob_nav_z3s {
  display: none;
}
}.mlz_mob_nav_item_z3s {
  flex: 1;
  padding: 0.25rem 2px;
  gap: 0.25rem;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  color: #5C4A4A;
}.mlz_mob_nav_ic_z3s {
  line-height: 1;
}.mlz_mob_nav_ic_z3s svg {
  width: 1.25rem;
  stroke-linecap: round;
  height: 20px;
  stroke-linejoin: round;
}.mlz_mob_nav_lb_z3s {
  font-size: 10px;
  font-weight: 600;
  color: #5C4A4A;
}.mlz_mob_nav_item_z3s.mlz_state_active_z3s {
  color: #C8302A;
}.mlz_mob_nav_item_z3s.mlz_state_active_z3s .mlz_mob_nav_lb_z3s {
  color: #C8302A;
}.mlz_hero_z3s {
  background: #100A0A;
  padding: 20px 1rem 0;
}
@media(min-width: 766px) {.mlz_hero_z3s {
  padding: 24px 24px 0;
}
}.mlz_hero_in_z3s {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.mlz_hero_in_z3s {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.mlz_hero_in_z3s {
  grid-template-columns: 1fr 21.25rem;
}
}.mlz_hero_promo_z3s {
  overflow: hidden;
  background: #160D0D;
  border-radius: 0.75rem;
  align-items: stretch;
  min-height: 13.75rem;
  display: flex;
  position: relative;
}
@media(min-width: 769px) {.mlz_hero_promo_z3s {
  min-height: 17.5rem;
}
}.mlz_hero_promo_bg_z3s {
  inset: 0;
  background: linear-gradient(120deg,#3A0C0C 0%,#100A0A 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.mlz_hero_promo_bg_z3s::after {
  background: linear-gradient(90deg,#100A0A 0%,rgba(8,5,5,0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.mlz_hero_promo_glow_z3s {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(196,134,10,0.20) 0%,transparent 65%);
  width: 18.75rem;
  position: absolute;
  right: 3.75rem;
  height: 300px;
  pointer-events: none;
  top: -2.5rem;
}.mlz_hero_promo_ct_z3s {
  padding: 28px 24px 1.75rem 28px;
  max-width: 480px;
  justify-content: center;
  flex-direction: column;
  display: flex;
  position: relative;
  z-index: 2;
}
@media(min-width: 770px) {.mlz_hero_promo_ct_z3s {
  padding: 40px 32px;
}
}.mlz_hero_badge_z3s {
  border-radius: 20px;
  background: rgba(200,48,42,0.18);
  padding: 5px 0.75rem;
  border: 1px solid rgba(200,48,42,0.08);
  color: #C8302A;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: .08em;
  margin-bottom: 14px;
  font-size: 10px;
}.mlz_hero_h1_z3s {
  color: #F5EEEE;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  font-family: 'Bebas Neue', sans-serif;
}.mlz_hero_h1_z3s em {
  font-style: normal;
  color: #D4960E;
}
@media(min-width: 769px) {.mlz_hero_h1_z3s {
  font-size: 36px;
}
}.mlz_hero_sub_z3s {
  margin-bottom: 20px;
  color: #A89090;
  line-height: 1.55;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.mlz_hero_sub_z3s {
  font-size: 0.875rem;
}
}.mlz_hero_row_z3s {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.mlz_hero_cta_z3s {
  border-radius: 8px;
  transition: background .2s;
  background: #27A85C;
  padding: 0.813rem 26px;
  box-shadow: 0 0 0.875rem 3px rgba(39,168,92,0.40), 2px 4px 10px rgba(8,5,5,0.65);
  color: #0F0505;
  font-weight: 700;
  font-size: 0.875rem;
}.mlz_hero_cta_z3s:hover {
  background: #30C46C;
}.mlz_hero_terms_z3s {
  font-size: 0.688rem;
  color: #5C4A4A;
}.mlz_hero_game_z3s {
  border: 1px solid rgba(255,255,255,0.06);
  background: #160D0D;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}.mlz_hero_game_badge_z3s {
  background: rgba(212,150,14,0.18);
  padding: 5px 0.625rem;
  border: 1px solid rgba(212,150,14,0.18);
  border-radius: 20px;
  letter-spacing: .06em;
  font-size: 10px;
  position: absolute;
  z-index: 3;
  font-weight: 700;
  top: 0.75rem;
  left: 0.75rem;
  color: #D4960E;
  text-transform: uppercase;
}.mlz_hero_game_badge_z3s svg {
  vertical-align: -1px;
  height: 0.688rem;
  margin-right: 4px;
  width: 11px;
}.mlz_hero_game_img_z3s {
  background: linear-gradient(135deg,#3A0C0C,#100A0A);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.mlz_hero_game_img_z3s img {
  inset: 0;
  width: 100%;
  position: absolute;
  object-fit: cover;
  height: 100%;
}.mlz_hero_game_play_z3s {
  background: rgba(8,5,5,0.72);
  inset: 0;
  transition: opacity .2s;
  align-items: center;
  opacity: 0;
  display: flex;
  justify-content: center;
  position: absolute;
}.mlz_hero_game_z3s:hover .mlz_hero_game_play_z3s {
  opacity: 1;
}.mlz_hero_game_play_z3s span {
  background: #C8302A;
  border-radius: 50%;
  align-items: center;
  height: 52px;
  width: 52px;
  display: flex;
  justify-content: center;
}.mlz_hero_game_play_z3s span svg {
  margin-left: 2px;
  height: 18px;
  width: 1.125rem;
}.mlz_hero_game_info_z3s {
  padding: 14px 1rem;
}.mlz_hero_game_title_z3s {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  color: #F5EEEE;
  font-weight: 700;
  font-size: 0.938rem;
}.mlz_hero_game_provider_z3s {
  color: #7A6262;
  font-size: 0.688rem;
}.mlz_hero_game_btn_z3s {
  padding: 11px;
  border-radius: 0.5rem;
  background: #C8302A;
  transition: background .2s;
  margin: 12px 1rem 16px;
  color: #F5EEEE;
  display: block;
  font-weight: 700;
  font-size: 0.813rem;
  text-align: center;
}.mlz_hero_game_z3s:hover .mlz_hero_game_btn_z3s {
  background: #E03D36;
}.mlz_sbar_z3s {
  padding: 16px 1rem 0;
  background: #100A0A;
}
@media(min-width: 770px) {.mlz_sbar_z3s {
  padding: 1.125rem 24px 0;
}
}.mlz_sbar_in_z3s {
  margin: 0 auto;
  max-width: 1320px;
}.mlz_sbar_row_z3s {
  gap: 10px;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
}.mlz_sbar_input_z3s {
  transition: border-color .2s;
  background: #160D0D;
  padding: 11px 16px;
  gap: 0.625rem;
  flex: 1;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  font-size: 13px;
  color: #7A6262;
  align-items: center;
  cursor: pointer;
  display: flex;
}.mlz_sbar_input_z3s:hover {
  border-color: rgba(210,55,45,0.55);
}.mlz_sbar_input_z3s svg {
  stroke-linecap: round;
  flex-shrink: 0;
  height: 0.938rem;
  width: 0.938rem;
  stroke-linejoin: round;
}.mlz_sbar_providers_z3s {
  border-radius: 8px;
  padding: 0.688rem 18px;
  background: #160D0D;
  gap: 8px;
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s;
  white-space: nowrap;
  color: #D9CECE;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
}.mlz_sbar_providers_z3s:hover {
  border-color: rgba(210,55,45,0.55);
  color: #F5EEEE;
}.mlz_sbar_providers_z3s svg {
  width: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.875rem;
}.mlz_sbar_tabs_z3s {
  gap: 0.375rem;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 2px;
}.mlz_sbar_tabs_z3s::-webkit-scrollbar {
  display: none;
}.mlz_sbar_tab_z3s {
  transition: background .15s,color .15s,border-color .15s;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  gap: 7px;
  padding: 8px 14px;
  align-items: center;
  color: #A89090;
  flex-shrink: 0;
  display: flex;
  font-weight: 600;
  cursor: pointer;
  font-size: 12px;
  white-space: nowrap;
}.mlz_sbar_tab_z3s:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(210,55,45,0.55);
  color: #F5EEEE;
}.mlz_sbar_tab_z3s.mlz_state_active_z3s {
  border-color: rgba(200,48,42,0.08);
  background: rgba(200,48,42,0.18);
  color: #F5EEEE;
}.mlz_sbar_tab_ic_z3s svg {
  stroke-linejoin: round;
  height: 14px;
  stroke-linecap: round;
  width: 0.875rem;
}.mlz_wy_z3s {
  padding: 2rem 16px 0;
  background: #100A0A;
}
@media(min-width:768px) {.mlz_wy_z3s {
  padding: 2.5rem 24px 0;
}
}.mlz_wy_in_z3s {
  margin: 0 auto;
  max-width: 1320px;
}.mlz_wy_head_z3s {
  margin-bottom: 18px;
  max-width: 45rem;
}.mlz_wy_label_z3s {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C8302A;
}.mlz_wy_h2_z3s {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 8px;
  color: #F5EEEE;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
}
@media(min-width: 766px) {.mlz_wy_h2_z3s {
  font-size: 24px;
}
}.mlz_wy_intro_z3s {
  margin: 0;
  font-size: 13px;
  color: #7A6262;
  line-height: 1.6;
}.mlz_wy_grid_z3s {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.mlz_wy_grid_z3s {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.mlz_wy_grid_z3s {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.mlz_wy_card_z3s {
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.11);
  background: #1C1212;
  transition: border-color .2s,transform .2s;
  padding: 20px;
}.mlz_wy_card_z3s:hover {
  transform: translateY(-2px);
  border-color: rgba(200,48,42,0.08);
}.mlz_wy_card_ic_z3s {
  border-radius: 50%;
  background: rgba(200,48,42,0.18);
  align-items: center;
  height: 44px;
  margin-bottom: 0.875rem;
  display: flex;
  justify-content: center;
  color: #C8302A;
  width: 2.75rem;
}.mlz_wy_card_ic_z3s svg {
  height: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 22px;
}.mlz_wy_card_h_z3s {
  margin-bottom: 6px;
  font-weight: 700;
  color: #F5EEEE;
  font-size: 15px;
  line-height: 1.25;
  overflow-wrap: break-word;
}.mlz_wy_card_p_z3s {
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #7A6262;
}.mlz_wy_card_p_z3s strong {
  color: #D9CECE;
  font-weight: 600;
}.mlz_gcg_z3s {
  background: #100A0A;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.mlz_gcg_z3s {
  padding: 44px 24px 0;
}
}.mlz_gcg_in_z3s {
  margin: 0 auto;
  max-width: 1320px;
}.mlz_gcg_head_z3s {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.mlz_gcg_label_z3s {
  font-weight: 700;
  font-size: 0.688rem;
  color: #C8302A;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.mlz_gcg_h2_z3s {
  font-weight: 800;
  font-family: 'Bebas Neue', sans-serif;
  color: #F5EEEE;
  font-size: 1.375rem;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.mlz_gcg_h2_z3s {
  font-size: 1.75rem;
}
}.mlz_gcg_intro_z3s {
  line-height: 1.6;
  color: #7A6262;
  font-size: 0.813rem;
}.mlz_gcg_grid_z3s {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.mlz_gcg_grid_z3s {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.mlz_gcg_grid_z3s {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.mlz_gcg_card_z3s {
  overflow: hidden;
  border-radius: 12px;
  padding: 1.25rem;
  border: 1px solid rgba(255,255,255,0.11);
  transition: transform .2s,border-color .2s;
  cursor: pointer;
  display: flex;
  position: relative;
  min-height: 240px;
  flex-direction: column;
  justify-content: flex-end;
}.mlz_gcg_card_z3s:hover {
  border-color: rgba(200,48,42,0.18);
  transform: translateY(-3px);
}.mlz_gcg_card_bg_z3s {
  inset: 0;
  position: absolute;
  z-index: 0;
}.mlz_gcg_card_bg_z3s::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.mlz_gcg_card_ic_z3s {
  border-radius: 0.25rem;
  background: rgba(0,0,0,.45);
  z-index: 2;
  justify-content: center;
  top: 1.125rem;
  display: flex;
  width: 40px;
  right: 18px;
  position: absolute;
  align-items: center;
  color: #F5EEEE;
  height: 40px;
}.mlz_gcg_card_ic_z3s svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.25rem;
  height: 1.25rem;
}.mlz_gcg_card_ct_z3s {
  z-index: 1;
  position: relative;
}.mlz_gcg_card_h_z3s {
  font-size: 1.125rem;
  font-family: 'Bebas Neue', sans-serif;
  line-height: 1.2;
  color: #F5EEEE;
  margin-bottom: 0.5rem;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.mlz_gcg_card_h_z3s {
  font-size: 1.25rem;
}
}.mlz_gcg_card_p_z3s {
  font-size: 12px;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
}.mlz_gcg_card_p_z3s strong {
  font-weight: 600;
  color: #F5EEEE;
}.mlz_gcg_card_cta_z3s {
  gap: 0.25rem;
  align-items: center;
  display: inline-flex;
  letter-spacing: .04em;
  color: #C8302A;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
}.mlz_gcg_card_cta_z3s svg {
  width: 0.75rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.75rem;
}.mlz_gr_jp_z3s {
  background: linear-gradient(135deg,#1E0A2A 0%,#0C0510 100%);
  padding: 20px;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}.mlz_gr_jp_z3s::before {
  background: radial-gradient(circle,rgba(196,134,10,0.20) 0%,transparent 70%);
  border-radius: 50%;
  content: '';
  left: -60px;
  top: -3.75rem;
  width: 250px;
  height: 250px;
  position: absolute;
}.mlz_gr_jp_z3s::after {
  background: radial-gradient(circle,rgba(212,150,14,0.18) 0%,transparent 70%);
  border-radius: 50%;
  position: absolute;
  bottom: -40px;
  height: 12.5rem;
  width: 200px;
  right: 0;
  content: '';
}.mlz_gr_jp_head_z3s {
  gap: 16px;
  margin-bottom: 16px;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  display: flex;
  align-items: flex-start;
}.mlz_gr_jp_info_z3s {
  flex: 1;
}.mlz_gr_jp_label_z3s {
  font-size: 11px;
  color: #8B3FC8;
  margin-bottom: 6px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.mlz_gr_jp_label_z3s svg {
  stroke-linecap: round;
  width: 0.875rem;
  height: 14px;
  margin-right: 4px;
  stroke-linejoin: round;
  vertical-align: -2px;
}.mlz_gr_jp_amount_z3s {
  overflow-wrap: break-word;
  line-height: 1;
  font-size: 32px;
  margin-bottom: 0.25rem;
  font-weight: 800;
  color: #F5EEEE;
  font-family: 'Bebas Neue', sans-serif;
}
@media(min-width:768px) {.mlz_gr_jp_amount_z3s {
  font-size: 2.5rem;
}
}.mlz_gr_jp_amount_z3s span {
  color: #D4960E;
}.mlz_gr_jp_seo_z3s {
  max-width: 480px;
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #A89090;
}.mlz_gr_jp_cta_z3s {
  border-radius: 0.5rem;
  transition: background .2s;
  background: rgba(196,134,10,0.20);
  border: 1px solid rgba(196,134,10,0.20);
  padding: 0.688rem 20px;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  font-weight: 700;
  align-self: flex-start;
  font-size: 0.813rem;
  color: #F5EEEE;
  margin-top: 4px;
  flex-shrink: 0;
}.mlz_gr_jp_cta_z3s:hover {
  background: #C4860A;
}.mlz_ws_z3s {
  padding: 2rem 16px 0;
  background: #100A0A;
}
@media(min-width:768px) {.mlz_ws_z3s {
  padding: 36px 1.5rem 0;
}
}.mlz_ws_in_z3s {
  margin: 0 auto;
  max-width: 82.5rem;
}.mlz_ws_head_z3s {
  gap: 0.75rem;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 0.875rem;
}.mlz_ws_title_z3s {
  gap: 10px;
  align-items: center;
  font-weight: 700;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  color: #F5EEEE;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1rem;
  display: flex;
}.mlz_ws_title_ic_z3s svg {
  height: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.125rem;
  color: #D4960E;
}.mlz_ws_online_z3s {
  gap: 0.438rem;
  display: flex;
  font-size: 12px;
  align-items: center;
  color: #7A6262;
  font-weight: 600;
}.mlz_ws_online_dot_z3s {
  background: #27A85C;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(39,168,92,0.16);
}.mlz_ws_scroll_z3s {
  gap: 0.5rem;
  padding-bottom: 8px;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
}.mlz_ws_scroll_z3s::-webkit-scrollbar {
  display: none;
}.mlz_wc_z3s {
  border: 1px solid rgba(255,255,255,0.11);
  background: #160D0D;
  border-radius: 8px;
  padding: 0.625rem 0.875rem;
  gap: 0.625rem;
  min-width: 220px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.mlz_wc_img_z3s {
  border-radius: 0.25rem;
  overflow: hidden;
  background: #1C1212;
  width: 2.25rem;
  height: 36px;
  flex-shrink: 0;
}.mlz_wc_img_z3s img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.mlz_wc_info_z3s {
  min-width: 0;
}.mlz_wc_game_z3s {
  overflow: hidden;
  color: #D9CECE;
  text-overflow: ellipsis;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.75rem;
}.mlz_wc_player_z3s {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.625rem;
  white-space: nowrap;
  color: #5C4A4A;
}.mlz_wc_amount_z3s {
  flex-shrink: 0;
  margin-left: auto;
  font-size: 0.813rem;
  color: #27A85C;
  font-weight: 700;
  white-space: nowrap;
}.mlz_reg_z3s {
  background: #100A0A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.mlz_reg_z3s {
  padding: 2.75rem 24px 0;
}
}.mlz_reg_in_z3s {
  background: #1C1212;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255,255,255,0.06);
  margin: 0 auto;
  border-radius: 12px;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.mlz_reg_in_z3s {
  padding: 2.5rem;
}
}.mlz_reg_top_z3s {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.mlz_reg_top_z3s {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.mlz_reg_label_z3s {
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #C8302A;
  font-weight: 700;
}.mlz_reg_h2_z3s {
  font-size: 22px;
  color: #F5EEEE;
  margin-bottom: 0.75rem;
  font-family: 'Bebas Neue', sans-serif;
  line-height: 1.2;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.mlz_reg_h2_z3s {
  font-size: 28px;
}
}.mlz_reg_bonus_z3s {
  gap: 8px;
  background: rgba(212,150,14,0.18);
  border: 1px solid rgba(212,150,14,0.18);
  border-radius: 8px;
  padding: 10px 16px;
  align-items: center;
  display: inline-flex;
  margin-bottom: 1rem;
}.mlz_reg_bonus_amount_z3s {
  font-size: 20px;
  font-weight: 800;
  color: #D4960E;
}.mlz_reg_bonus_text_z3s {
  color: #A89090;
  font-size: 0.813rem;
  line-height: 1.35;
}.mlz_reg_cta_btn_z3s {
  border-radius: 8px;
  transition: background .2s;
  background: #27A85C;
  padding: 0.875rem 2rem;
  box-shadow: 0 0 14px 3px rgba(39,168,92,0.40), 2px 4px 0.625rem rgba(8,5,5,0.65);
  color: #0F0505;
  font-weight: 700;
  margin-bottom: 0.75rem;
  display: inline-block;
  font-size: 0.938rem;
}.mlz_reg_cta_btn_z3s:hover {
  background: #30C46C;
}.mlz_reg_terms_z3s {
  line-height: 1.5;
  font-size: 0.688rem;
  color: #5C4A4A;
}.mlz_reg_seo_z3s {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  color: #7A6262;
  padding-top: 1.25rem;
  line-height: 1.65;
  font-size: 13px;
  margin-top: 1.25rem;
}.mlz_reg_seo_z3s p {
  margin-bottom: 10px;
  color: #7A6262;
  line-height: 1.65;
  font-size: 13px;
}.mlz_reg_seo_z3s p:last-child {
  margin-bottom: 0;
}.mlz_reg_seo_z3s strong {
  color: #D9CECE;
  font-weight: 700;
}.mlz_reg_seo_z3s a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8302A;
}.mlz_reg_seo_z3s a:hover {
  color: #E03D36;
}.mlz_reg_seo_z3s ul,.mlz_reg_seo_z3s ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.mlz_reg_seo_z3s ol {
  list-style: decimal;
}.mlz_reg_seo_z3s li {
  line-height: 1.65;
  color: #7A6262;
  margin-bottom: 4px;
  font-size: 0.813rem;
}.mlz_reg_seo_z3s table {
  overflow-x: auto;
  display: block;
  font-size: 0.813rem;
  margin-bottom: 0.625rem;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 767px) {.mlz_reg_seo_z3s table {
  display: table;
}
}.mlz_reg_seo_z3s th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  color: #D9CECE;
  font-weight: 700;
}.mlz_reg_seo_z3s td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 8px;
  color: #7A6262;
}.mlz_reg_steps_z3s {
  gap: 0.875rem;
  margin-top: 1.75rem;
  flex-direction: column;
  display: flex;
}
@media(min-width: 861px) {.mlz_reg_steps_z3s {
  margin-top: 0;
}
}.mlz_reg_step_z3s {
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.06);
  padding: 16px;
  background: rgba(255,255,255,0.05);
  gap: 0.875rem;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.mlz_reg_step_num_z3s {
  background: rgba(200,48,42,0.18);
  border-radius: 50%;
  border: 1px solid rgba(200,48,42,0.08);
  color: #C8302A;
  justify-content: center;
  display: flex;
  height: 2.125rem;
  font-weight: 800;
  font-size: 14px;
  align-items: center;
  flex-shrink: 0;
  width: 2.125rem;
}.mlz_reg_step_title_z3s {
  font-weight: 700;
  font-size: 14px;
  color: #F5EEEE;
  margin-bottom: 3px;
}.mlz_reg_step_text_z3s {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #7A6262;
}.mlz_reg_trust_z3s {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 1.25rem;
  margin-top: 20px;
  display: flex;
}.mlz_reg_trust_item_z3s {
  gap: 7px;
  overflow-wrap: break-word;
  display: flex;
  font-size: 0.75rem;
  align-items: center;
  color: #7A6262;
}.mlz_reg_trust_ic_z3s svg {
  color: #C8302A;
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
}.mlz_app_z3s {
  padding: 2.25rem 16px 0;
  background: #100A0A;
}
@media(min-width: 769px) {.mlz_app_z3s {
  padding: 2.75rem 24px 0;
}
}.mlz_app_in_z3s {
  margin: 0 auto;
  max-width: 1320px;
}.mlz_app_head_z3s {
  margin-bottom: 16px;
}.mlz_app_label_z3s {
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #C8302A;
  font-weight: 700;
  text-transform: uppercase;
}.mlz_app_h2_z3s {
  overflow-wrap: break-word;
  color: #F5EEEE;
  font-weight: 800;
  margin-bottom: 0.375rem;
  font-size: 20px;
  font-family: 'Bebas Neue', sans-serif;
}
@media(min-width: 766px) {.mlz_app_h2_z3s {
  font-size: 24px;
}
}.mlz_app_sub_z3s {
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #7A6262;
  max-width: 600px;
}.mlz_app_sub_z3s strong {
  font-weight: 700;
  color: #D9CECE;
}.mlz_app_cards_z3s {
  gap: 0.625rem;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.mlz_app_cards_z3s {
  grid-template-columns: repeat(3,1fr);
}
}.mlz_app_card_z3s {
  gap: 1rem;
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 1.25rem;
  flex-wrap: wrap;
  display: flex;
  position: relative;
  align-items: flex-start;
}.mlz_app_card_ios_z3s {
  background: linear-gradient(135deg,rgba(200,48,42,0.18) 0%,#1C1212 100%);
}.mlz_app_card_android_z3s {
  background: linear-gradient(135deg,rgba(39,168,92,0.16) 0%,#1C1212 100%);
}.mlz_app_card_win_z3s {
  background: linear-gradient(135deg,rgba(212,150,14,0.18) 0%,#1C1212 100%);
}.mlz_app_card_ic_z3s svg {
  height: 2.125rem;
  stroke-linejoin: round;
  width: 34px;
  stroke-linecap: round;
}.mlz_app_card_ic_z3s {
  flex-shrink: 0;
  color: #F5EEEE;
}.mlz_app_card_os_z3s {
  font-size: 0.625rem;
  color: #7A6262;
  margin-bottom: 6px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.mlz_app_card_title_z3s {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F5EEEE;
}.mlz_app_card_text_z3s {
  color: #7A6262;
  line-height: 1.5;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-size: 12px;
}.mlz_app_card_btn_z3s {
  border-radius: 0.25rem;
  padding: 0.625rem 18px;
  background: rgba(255,255,255,0.12);
  gap: 7px;
  transition: background .2s;
  border: 1px solid rgba(210,55,45,0.55);
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  color: #F5EEEE;
  font-weight: 700;
}.mlz_app_card_btn_z3s:hover {
  background: rgba(255,255,255,0.07);
}.mlz_bon_z3s {
  background: #100A0A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.mlz_bon_z3s {
  padding: 44px 24px 0;
}
}.mlz_bon_in_z3s {
  margin: 0 auto;
  max-width: 1320px;
}.mlz_bon_head_z3s {
  margin-bottom: 1.25rem;
}.mlz_bon_label_z3s {
  color: #C8302A;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 8px;
}.mlz_bon_h2_z3s {
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #F5EEEE;
  font-weight: 800;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.mlz_bon_h2_z3s {
  font-size: 1.5rem;
}
}.mlz_bon_seo_z3s {
  max-width: 38.75rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #7A6262;
  font-size: 0.813rem;
}.mlz_bon_seo_z3s strong {
  color: #D9CECE;
  font-weight: 700;
}.mlz_bon_seo_z3s a {
  color: #C8302A;
  text-decoration: underline;
}.mlz_bon_grid_z3s {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.mlz_bon_grid_z3s {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.mlz_bon_grid_z3s {
  grid-template-columns: repeat(5,1fr);
}
}.mlz_bon_card_z3s {
  border: 1px solid rgba(255,255,255,0.11);
  padding: 1rem;
  border-radius: 8px;
  transition: border-color .2s,transform .2s;
  background: #160D0D;
}.mlz_bon_card_z3s:hover {
  transform: translateY(-2px);
  border-color: rgba(200,48,42,0.08);
}.mlz_bon_card_ic_z3s svg {
  height: 1.625rem;
  stroke-linejoin: round;
  width: 1.625rem;
  stroke-linecap: round;
}.mlz_bon_card_ic_z3s {
  margin-bottom: 0.625rem;
}.mlz_bon_card_type_z3s {
  color: #7A6262;
  letter-spacing: .06em;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}.mlz_bon_card_amount_z3s {
  margin-bottom: 0.375rem;
  color: #D4960E;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.1;
}.mlz_bon_card_name_z3s {
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #F5EEEE;
}.mlz_bon_card_detail_z3s {
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 11px;
  color: #5C4A4A;
  overflow-wrap: break-word;
  line-height: 1.5;
  padding-top: 8px;
}.mlz_prov_z3s {
  padding: 36px 16px 0;
  background: #100A0A;
}
@media(min-width: 766px) {.mlz_prov_z3s {
  padding: 44px 1.5rem 0;
}
}.mlz_prov_in_z3s {
  margin: 0 auto;
  max-width: 82.5rem;
}.mlz_prov_head_z3s {
  margin-bottom: 1rem;
}.mlz_prov_label_z3s {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #C8302A;
}.mlz_prov_h2_z3s {
  margin-bottom: 0.5rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F5EEEE;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.25rem;
}
@media(min-width: 771px) {.mlz_prov_h2_z3s {
  font-size: 1.5rem;
}
}.mlz_prov_seo_z3s {
  margin-bottom: 16px;
  font-size: 0.813rem;
  max-width: 38.75rem;
  color: #7A6262;
  overflow-wrap: break-word;
  line-height: 1.6;
}.mlz_prov_seo_z3s strong {
  font-weight: 700;
  color: #D9CECE;
}.mlz_prov_seo_z3s a {
  color: #C8302A;
  text-decoration: underline;
}.mlz_prov_grid_z3s {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width:640px) {.mlz_prov_grid_z3s {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.mlz_prov_grid_z3s {
  grid-template-columns: repeat(8,1fr);
}
}.mlz_prov_card_z3s {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  transition: border-color .2s,background .2s;
  padding: 0.875rem 0.625rem;
  background: #160D0D;
  gap: 7px;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
}.mlz_prov_card_z3s:hover {
  background: #1C1212;
  border-color: rgba(210,55,45,0.55);
}.mlz_prov_logo_z3s {
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  border-radius: 4px;
  height: 2.75rem;
  justify-content: center;
  width: 44px;
  display: flex;
  align-items: center;
}.mlz_prov_logo_z3s img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.mlz_prov_name_z3s {
  overflow-wrap: break-word;
  color: #A89090;
  font-weight: 600;
  text-align: center;
  font-size: 0.688rem;
}.mlz_seo_z3s {
  padding: 36px 1rem 0;
  background: #100A0A;
}
@media(min-width: 770px) {.mlz_seo_z3s {
  padding: 44px 1.5rem 0;
}
}.mlz_seo_in_z3s {
  margin: 0 auto;
  padding: 28px 24px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 12px;
  background: #1C1212;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.mlz_seo_in_z3s {
  padding: 36px 2.5rem;
}
}.mlz_seo_label_z3s {
  margin-bottom: 10px;
  font-size: 0.688rem;
  color: #C8302A;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.mlz_seo_h2_z3s {
  overflow-wrap: break-word;
  color: #F5EEEE;
  font-weight: 800;
  font-family: 'Bebas Neue', sans-serif;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  font-size: 1.25rem;
}
@media(min-width: 765px) {.mlz_seo_h2_z3s {
  font-size: 1.5rem;
}
}.mlz_seo_body_z3s {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A89090;
  overflow-wrap: break-word;
}.mlz_seo_body_z3s p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #A89090;
  font-size: 0.875rem;
}.mlz_seo_body_z3s p:last-child {
  margin-bottom: 0;
}.mlz_seo_body_z3s strong {
  color: #D9CECE;
  font-weight: 700;
}.mlz_seo_body_z3s a {
  transition: color .2s;
  color: #C8302A;
  text-decoration: underline;
}.mlz_seo_body_z3s a:hover {
  color: #E03D36;
}.mlz_seo_body_z3s ul,.mlz_seo_body_z3s ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.mlz_seo_body_z3s ol {
  list-style: decimal;
}.mlz_seo_body_z3s li {
  font-size: 0.875rem;
  color: #A89090;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.mlz_seo_body_z3s table {
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  margin-bottom: 12px;
  font-size: 13px;
  width: 100%;
}
@media(min-width: 766px) {.mlz_seo_body_z3s table {
  display: table;
}
}.mlz_seo_body_z3s th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #D9CECE;
}.mlz_seo_body_z3s td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 12px;
  color: #A89090;
}.mlz_seo_cols_z3s {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 639px) {.mlz_seo_cols_z3s {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.mlz_seo_cols_z3s {
  grid-template-columns: repeat(3,1fr);
}
}.mlz_seo_col_h_z3s {
  color: #D9CECE;
  font-size: 13px;
  margin-bottom: 7px;
  font-weight: 700;
  overflow-wrap: break-word;
}.mlz_seo_col_p_z3s {
  color: #7A6262;
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.mlz_seo_stats_z3s {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.mlz_seo_stat_z3s {
  padding: 0.875rem 1rem;
  background: rgba(200,48,42,0.08);
  border-radius: 8px;
  border: 1px solid rgba(200,48,42,0.18);
  flex: 1;
  min-width: 8.75rem;
}.mlz_seo_stat_val_z3s {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-weight: 800;
  color: #C8302A;
}.mlz_seo_stat_lb_z3s {
  color: #7A6262;
  font-size: 11px;
  overflow-wrap: break-word;
}.mlz_rv_z3s {
  padding: 2.25rem 1rem 0;
  background: #100A0A;
}
@media(min-width: 766px) {.mlz_rv_z3s {
  padding: 2.75rem 1.5rem 0;
}
}.mlz_rv_in_z3s {
  margin: 0 auto;
  max-width: 82.5rem;
}.mlz_rv_head_z3s {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.mlz_rv_label_z3s {
  font-weight: 700;
  letter-spacing: .08em;
  color: #C8302A;
  font-size: 11px;
  margin-bottom: 8px;
  text-transform: uppercase;
}.mlz_rv_h2_z3s {
  font-weight: 800;
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
  color: #F5EEEE;
  font-size: 1.375rem;
  margin-bottom: 0.625rem;
}
@media(min-width: 765px) {.mlz_rv_h2_z3s {
  font-size: 28px;
}
}.mlz_rv_stats_z3s {
  gap: 1.125rem;
  align-items: center;
  display: flex;
  font-size: 13px;
  flex-wrap: wrap;
  color: #7A6262;
}.mlz_rv_stats_score_z3s {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.mlz_rv_stats_score_val_z3s {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 800;
  font-size: 1.375rem;
  color: #D4960E;
}.mlz_rv_stats_score_max_z3s {
  font-size: 13px;
  color: #5C4A4A;
}.mlz_rv_stats_badge_z3s {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.mlz_rv_stats_badge_z3s svg {
  width: 14px;
  color: #D4960E;
  height: 0.875rem;
}.mlz_rv_grid_z3s {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.mlz_rv_grid_z3s {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.mlz_rv_grid_z3s {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.mlz_rv_card_z3s {
  padding: 1.25rem;
  background: #1C1212;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.11);
  flex-direction: column;
  display: flex;
}.mlz_rv_card_stars_z3s {
  gap: 2px;
  margin-bottom: 10px;
  color: #D4960E;
  display: flex;
}.mlz_rv_card_stars_z3s svg {
  height: 0.875rem;
  width: 0.875rem;
}.mlz_rv_card_h_z3s {
  line-height: 1.3;
  margin-bottom: 8px;
  color: #F5EEEE;
  font-weight: 700;
  font-size: 14px;
  overflow-wrap: break-word;
}.mlz_rv_card_body_z3s {
  flex: 1;
  font-size: 0.813rem;
  margin-bottom: 14px;
  line-height: 1.65;
  color: #7A6262;
  overflow-wrap: break-word;
}.mlz_rv_card_body_z3s strong {
  color: #D9CECE;
  font-weight: 600;
}.mlz_rv_card_meta_z3s {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  align-items: center;
}.mlz_rv_card_author_z3s {
  color: #D9CECE;
  font-size: 12px;
  font-weight: 600;
}.mlz_rv_card_date_z3s {
  font-size: 0.688rem;
  color: #5C4A4A;
}.mlz_faq_z3s {
  background: #100A0A;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.mlz_faq_z3s {
  padding: 2.75rem 24px 0;
}
}.mlz_faq_in_z3s {
  margin: 0 auto;
  max-width: 1320px;
}.mlz_faq_head_z3s {
  margin-bottom: 1.25rem;
}.mlz_faq_label_z3s {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
  color: #C8302A;
  font-size: 0.688rem;
  text-transform: uppercase;
}.mlz_faq_h2_z3s {
  color: #F5EEEE;
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width: 770px) {.mlz_faq_h2_z3s {
  font-size: 24px;
}
}.mlz_faq_list_z3s {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.mlz_faq_item_z3s {
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  overflow: hidden;
  background: #1C1212;
}.mlz_faq_q_z3s {
  padding: 16px 1.25rem;
  transition: color .2s;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #D9CECE;
  justify-content: space-between;
  cursor: pointer;
  display: flex;
}.mlz_faq_q_z3s:hover {
  color: #F5EEEE;
}.mlz_faq_q_ic_z3s {
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  border-radius: 50%;
  color: #C8302A;
  align-items: center;
  width: 24px;
  flex-shrink: 0;
  display: flex;
  height: 24px;
  justify-content: center;
  font-size: 1rem;
}.mlz_faq_item_z3s.mlz_state_open_z3s .mlz_faq_q_ic_z3s {
  transform: rotate(45deg);
}.mlz_faq_a_z3s {
  padding: 0 1.25rem 1rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #7A6262;
  line-height: 1.7;
  display: none;
}.mlz_faq_item_z3s.mlz_state_open_z3s .mlz_faq_a_z3s {
  display: block;
}.mlz_faq_a_z3s strong {
  font-weight: 700;
  color: #D9CECE;
}.mlz_faq_a_z3s a {
  color: #C8302A;
  text-decoration: underline;
}.mlz_faq_a_z3s ul,.mlz_faq_a_z3s ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.mlz_faq_a_z3s ol {
  list-style: decimal;
}.mlz_faq_a_z3s li {
  line-height: 1.6;
  margin-bottom: 4px;
}.mlz_faq_a_z3s table {
  margin: 8px 0;
  width: 100%;
  font-size: 0.75rem;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 766px) {.mlz_faq_a_z3s table {
  display: table;
}
}.mlz_faq_a_z3s th {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #D9CECE;
  text-align: left;
  font-weight: 700;
}.mlz_faq_a_z3s td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #7A6262;
}.mlz_seo_z3s {
  padding: 2.25rem 1rem 0;
  background: #100A0A;
}
@media(min-width: 770px) {.mlz_seo_z3s {
  padding: 2.75rem 1.5rem 0;
}
}.mlz_seo_in_z3s {
  border: 1px solid rgba(255,255,255,0.11);
  margin: 0 auto;
  background: #1C1212;
  padding: 28px 24px;
  border-radius: 12px;
  max-width: 1320px;
}
@media(min-width: 769px) {.mlz_seo_in_z3s {
  padding: 36px 2.5rem;
}
}.mlz_seo_label_z3s {
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C8302A;
  font-weight: 700;
}.mlz_seo_h2_z3s {
  font-family: 'Bebas Neue', sans-serif;
  margin-bottom: 0.875rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F5EEEE;
  line-height: 1.25;
  font-size: 1.25rem;
}
@media(min-width: 767px) {.mlz_seo_h2_z3s {
  font-size: 1.5rem;
}
}.mlz_seo_body_z3s {
  color: #A89090;
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
}.mlz_seo_body_z3s p {
  margin-bottom: 0.75rem;
  font-size: 14px;
  color: #A89090;
  line-height: 1.75;
}.mlz_seo_body_z3s p:last-child {
  margin-bottom: 0;
}.mlz_seo_body_z3s strong {
  font-weight: 700;
  color: #D9CECE;
}.mlz_seo_body_z3s a {
  transition: color .2s;
  color: #C8302A;
  text-decoration: underline;
}.mlz_seo_body_z3s a:hover {
  color: #E03D36;
}.mlz_seo_body_z3s ul,.mlz_seo_body_z3s ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.mlz_seo_body_z3s ol {
  list-style: decimal;
}.mlz_seo_body_z3s li {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #A89090;
  margin-bottom: 6px;
}.mlz_seo_body_z3s table {
  width: 100%;
  font-size: 0.813rem;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  display: block;
}
@media(min-width: 771px) {.mlz_seo_body_z3s table {
  display: table;
}
}.mlz_seo_body_z3s th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #D9CECE;
  text-align: left;
  font-weight: 700;
}.mlz_seo_body_z3s td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 12px;
  color: #A89090;
}.mlz_seo_cols_z3s {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 639px) {.mlz_seo_cols_z3s {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.mlz_seo_cols_z3s {
  grid-template-columns: repeat(3,1fr);
}
}.mlz_seo_col_h_z3s {
  font-weight: 700;
  margin-bottom: 0.438rem;
  color: #D9CECE;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.mlz_seo_col_p_z3s {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #7A6262;
}.mlz_seo_stats_z3s {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.mlz_seo_stat_z3s {
  border-radius: 8px;
  flex: 1;
  background: rgba(200,48,42,0.08);
  padding: 0.875rem 1rem;
  border: 1px solid rgba(200,48,42,0.18);
  min-width: 8.75rem;
}.mlz_seo_stat_val_z3s {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  color: #C8302A;
  font-size: 1.25rem;
}.mlz_seo_stat_lb_z3s {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #7A6262;
}.mlz_seo_z3s {
  background: #100A0A;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.mlz_seo_z3s {
  padding: 44px 24px 0;
}
}.mlz_seo_in_z3s {
  border: 1px solid rgba(255,255,255,0.11);
  margin: 0 auto;
  padding: 28px 24px;
  background: #1C1212;
  border-radius: 0.75rem;
  max-width: 1320px;
}
@media(min-width: 769px) {.mlz_seo_in_z3s {
  padding: 2.25rem 40px;
}
}.mlz_seo_label_z3s {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #C8302A;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
}.mlz_seo_h2_z3s {
  font-family: 'Bebas Neue', sans-serif;
  line-height: 1.25;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  color: #F5EEEE;
  font-weight: 800;
}
@media(min-width: 769px) {.mlz_seo_h2_z3s {
  font-size: 24px;
}
}.mlz_seo_body_z3s {
  font-size: 14px;
  line-height: 1.75;
  color: #A89090;
  overflow-wrap: break-word;
}.mlz_seo_body_z3s p {
  color: #A89090;
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 0.875rem;
}.mlz_seo_body_z3s p:last-child {
  margin-bottom: 0;
}.mlz_seo_body_z3s strong {
  color: #D9CECE;
  font-weight: 700;
}.mlz_seo_body_z3s a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8302A;
}.mlz_seo_body_z3s a:hover {
  color: #E03D36;
}.mlz_seo_body_z3s ul,.mlz_seo_body_z3s ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.mlz_seo_body_z3s ol {
  list-style: decimal;
}.mlz_seo_body_z3s li {
  font-size: 14px;
  margin-bottom: 0.375rem;
  color: #A89090;
  line-height: 1.75;
}.mlz_seo_body_z3s table {
  width: 100%;
  display: block;
  font-size: 0.813rem;
  overflow-x: auto;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
}
@media(min-width: 766px) {.mlz_seo_body_z3s table {
  display: table;
}
}.mlz_seo_body_z3s th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #D9CECE;
  font-weight: 700;
  text-align: left;
}.mlz_seo_body_z3s td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #A89090;
}.mlz_seo_cols_z3s {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.mlz_seo_cols_z3s {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.mlz_seo_cols_z3s {
  grid-template-columns: repeat(3,1fr);
}
}.mlz_seo_col_h_z3s {
  font-size: 13px;
  color: #D9CECE;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.mlz_seo_col_p_z3s {
  font-size: 0.813rem;
  line-height: 1.65;
  color: #7A6262;
  overflow-wrap: break-word;
}.mlz_seo_stats_z3s {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.mlz_seo_stat_z3s {
  border-radius: 8px;
  padding: 0.875rem 1rem;
  background: rgba(200,48,42,0.08);
  flex: 1;
  border: 1px solid rgba(200,48,42,0.18);
  min-width: 8.75rem;
}.mlz_seo_stat_val_z3s {
  margin-bottom: 0.25rem;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #C8302A;
}.mlz_seo_stat_lb_z3s {
  color: #7A6262;
  overflow-wrap: break-word;
  font-size: 11px;
}.mlz_ft_z3s {
  border-top: 1px solid rgba(255,255,255,0.05);
  background: #080505;
  margin-top: 3rem;
}.mlz_ft_support_z3s {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 766px) {.mlz_ft_support_z3s {
  padding: 1.75rem 24px;
}
}.mlz_ft_support_in_z3s {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  max-width: 1320px;
  align-items: center;
  flex-wrap: wrap;
}.mlz_ft_support_main_z3s {
  flex: 1;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  min-width: 220px;
  align-items: center;
}.mlz_ft_support_ic_z3s {
  flex-shrink: 0;
  color: #C8302A;
}.mlz_ft_support_ic_z3s svg {
  width: 1.875rem;
  height: 30px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.mlz_ft_support_text_title_z3s {
  color: #F5EEEE;
  font-weight: 700;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  margin-bottom: 3px;
}.mlz_ft_support_text_sub_z3s {
  overflow-wrap: break-word;
  color: #7A6262;
  font-size: 12px;
}.mlz_ft_support_btn_z3s {
  border-radius: 8px;
  background: #C8302A;
  padding: 0.688rem 22px;
  transition: background .2s;
  color: #F5EEEE;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.813rem;
  flex-shrink: 0;
}.mlz_ft_support_btn_z3s:hover {
  background: #E03D36;
}.mlz_ft_support_contacts_z3s {
  gap: 1rem;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.mlz_ft_support_contact_z3s {
  line-height: 1.4;
  color: #5C4A4A;
  font-size: 12px;
}.mlz_ft_support_contact_z3s strong {
  color: #A89090;
  font-weight: 600;
  font-size: 0.688rem;
  margin-bottom: 2px;
  display: block;
}.mlz_ft_main_z3s {
  padding: 32px 1rem 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 769px) {.mlz_ft_main_z3s {
  padding: 40px 1.5rem 2rem;
}
}.mlz_ft_main_in_z3s {
  gap: 24px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 639px) {.mlz_ft_main_in_z3s {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.mlz_ft_main_in_z3s {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.mlz_ft_col_logo_z3s {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.mlz_ft_col_logo_z3s {
  grid-column: auto;
}
}.mlz_ft_logo_z3s {
  gap: 9px;
  overflow-wrap: break-word;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  color: #F5EEEE;
  display: flex;
  flex-wrap: wrap;
  font-weight: 800;
  align-items: center;
}.mlz_ft_logo_mark_z3s {
  border-radius: 4px;
  overflow: hidden;
  width: 30px;
  height: 1.875rem;
}.mlz_ft_logo_mark_z3s img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.mlz_ft_logo_sub_z3s {
  line-height: 1.55;
  color: #5C4A4A;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  max-width: 200px;
}.mlz_ft_col_title_z3s {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #A89090;
  margin-bottom: 0.875rem;
}.mlz_ft_col_links_z3s {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.mlz_ft_col_link_z3s {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #5C4A4A;
  font-size: 13px;
}.mlz_ft_col_link_z3s:hover {
  color: #D9CECE;
}.mlz_ft_apps_z3s {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.mlz_ft_app_card_z3s {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.25rem;
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  padding: 10px 12px;
  gap: 0.625rem;
  align-items: center;
  display: flex;
}.mlz_ft_app_card_z3s:hover {
  border-color: rgba(210,55,45,0.55);
}.mlz_ft_app_card_ic_z3s svg {
  width: 22px;
  height: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.mlz_ft_app_card_os_z3s {
  font-weight: 600;
  color: #5C4A4A;
  font-size: 10px;
}.mlz_ft_app_card_action_z3s {
  font-size: 0.75rem;
  font-weight: 700;
  color: #D9CECE;
}.mlz_ft_bot_z3s {
  padding: 20px 16px;
}
@media(min-width: 766px) {.mlz_ft_bot_z3s {
  padding: 1.25rem 24px;
}
}.mlz_ft_bot_in_z3s {
  margin: 0 auto;
  gap: 16px;
  max-width: 82.5rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.mlz_ft_socials_z3s {
  gap: 0.5rem;
  display: flex;
}.mlz_ft_soc_z3s {
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.11);
  background: rgba(255,255,255,0.05);
  transition: background .2s;
  width: 2.25rem;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #A89090;
  height: 2.25rem;
}.mlz_ft_soc_z3s svg {
  height: 16px;
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
}.mlz_ft_soc_z3s:hover {
  background: rgba(255,255,255,0.07);
}.mlz_ft_legal_z3s {
  flex: 1;
  min-width: 200px;
  color: #7A6464;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 11px;
}.mlz_ft_legal_z3s strong {
  font-weight: 700;
  color: #A89090;
}.mlz_ft_legal_z3s a {
  color: #A89090;
  text-decoration: underline;
}.mlz_ft_age_z3s {
  border-radius: 50%;
  border: 2px solid #7A6464;
  flex-shrink: 0;
  color: #7A6464;
  font-size: 0.688rem;
  align-items: center;
  display: flex;
  margin-left: auto;
  font-weight: 800;
  height: 32px;
  width: 32px;
  justify-content: center;
}