html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #0F0D08;
  -webkit-font-smoothing: antialiased;
  color: #CEC5A8;
  line-height: 1.6;
  font-family: 'Barlow', sans-serif;
  min-height: 100vh;
}.aki-layout-mfz {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.aki-page-mfz {
  min-height: 100vh;
  display: flex;
}.aki-main-mfz {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media (min-width: 1083px) {.aki-main-mfz {
  padding-left: 220px;
}
}
@media (max-width: 1080px) {.aki-main-mfz {
  padding-bottom: 4.5rem;
}
}.aki-gc-mfz {
  overflow: hidden;
  border-radius: 0.5rem;
  transition: transform .2s,border-color .2s;
  background: #141108;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  flex-shrink: 0;
  width: 140px;
  cursor: pointer;
}
@media(min-width: 637px) {.aki-gc-mfz {
  width: 156px;
}
}
@media(min-width: 1081px) {.aki-gc-mfz {
  width: 10.5rem;
}
}.aki-gc-mfz:hover {
  border-color: rgba(245, 184, 0, 0.07);
  transform: translateY(-3px);
}.aki-gc_img-mfz {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.aki-gc_img-mfz img {
  inset: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
}.aki-gc_hover-mfz {
  background: rgba(7, 5, 3, 0.72);
  transition: opacity .2s;
  inset: 0;
  display: flex;
  opacity: 0;
  justify-content: center;
  position: absolute;
  align-items: center;
}.aki-gc-mfz:hover .aki-gc_hover-mfz {
  opacity: 1;
}.aki-gc_hover_btn-mfz {
  padding: 0.5rem 1rem;
  background: #F5B800;
  border-radius: 4px;
  color: #F6F1E4;
  font-size: 12px;
  font-weight: 700;
}.aki-gc_info-mfz {
  padding: 8px 0.625rem 0.625rem;
}.aki-gc_name-mfz {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
  color: #CEC5A8;
}.aki-gc_prov-mfz {
  font-size: 0.625rem;
  color: #524B3A;
}.aki-gc_tag-mfz {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  left: 0.375rem;
  top: 0.375rem;
  position: absolute;
  z-index: 2;
  font-size: 0.563rem;
  font-weight: 700;
}.aki-gc_tag_hot-mfz {
  background: #E8321A;
  color: #fff;
}.aki-gc_tag_new-mfz {
  background: #1FBF58;
  color: #0F0D08;
}.aki-gc_tag_jp-mfz {
  background: #FF9A0A;
  color: #0F0D08;
}.aki-gc_tag_ex-mfz {
  background: #E06B00;
  color: #fff;
}.aki-gc_tag_live-mfz {
  background: #E8321A;
  color: #fff;
}.aki-gr-mfz {
  background: #0F0D08;
  padding: 32px 1rem 0;
}
@media(min-width: 770px) {.aki-gr-mfz {
  padding: 36px 1.5rem 0;
}
}.aki-gr_in-mfz {
  margin: 0 auto;
  max-width: 1340px;
}.aki-gr_head-mfz {
  gap: 12px;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.aki-gr_head_l-mfz {
  flex: 1;
  gap: 10px;
  min-width: 0;
  align-items: center;
  display: flex;
}.aki-gr_ic-mfz {
  border-radius: 8px;
  height: 2rem;
  align-items: center;
  width: 32px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}.aki-gr_ic-mfz svg {
  stroke-linecap: round;
  height: 16px;
  width: 1rem;
  stroke-linejoin: round;
}.aki-gr_title-mfz {
  font-size: 1rem;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  color: #F6F1E4;
}
@media(min-width:768px) {.aki-gr_title-mfz {
  font-size: 18px;
}
}.aki-gr_more-mfz {
  transition: color .2s;
  gap: 0.313rem;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  white-space: nowrap;
  color: #6E6450;
}.aki-gr_more-mfz:hover {
  color: #F5B800;
}.aki-gr_more-mfz svg {
  height: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 12px;
}.aki-gr_arrows-mfz {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.aki-gr_arr-mfz {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  width: 30px;
  height: 30px;
  align-items: center;
  display: flex;
  color: #9A9078;
  justify-content: center;
}.aki-gr_arr-mfz:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F6F1E4;
}.aki-gr_arr-mfz svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.813rem;
  width: 0.813rem;
}.aki-gr_seo_h-mfz {
  margin: 0 0 0.375rem;
  font-size: 13px;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  color: #CEC5A8;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
}
@media(min-width:768px) {.aki-gr_seo_h-mfz {
  font-size: 0.875rem;
}
}.aki-gr_seo-mfz {
  line-height: 1.55;
  color: #6E6450;
  margin-bottom: 12px;
  font-size: 12px;
  max-width: 42.5rem;
  overflow-wrap: break-word;
}.aki-gr_seo-mfz strong {
  font-weight: 600;
  color: #CEC5A8;
}.aki-gr_scroll-mfz {
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 10px;
}.aki-gr_scroll-mfz::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.aki-gr_scroll-mfz {
  gap: 0.75rem;
}
}.aki-tb-mfz {
  background: #0C0A06;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  left: 0;
  right: 0;
  align-items: center;
  top: 0;
  z-index: 80;
  height: 56px;
  position: fixed;
  display: flex;
}.aki-tb_in-mfz {
  gap: 0;
  padding: 0 14px;
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
}.aki-tb_burger-mfz {
  gap: 0.313rem;
  border-radius: 0.5rem;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  height: 38px;
  width: 38px;
  justify-content: center;
  margin-right: 0.5rem;
}.aki-tb_burger-mfz:hover {
  background: rgba(255, 255, 255, 0.05);
}.aki-tb_burger_line-mfz {
  border-radius: 1px;
  background: #9A9078;
  width: 1.125rem;
  display: block;
  height: 2px;
}
@media(min-width: 1082px) {.aki-tb_burger-mfz {
  display: none;
}
}.aki-tb_logo-mfz {
  gap: 9px;
  overflow-wrap: break-word;
  flex-shrink: 0;
  margin-right: 20px;
  color: #F6F1E4;
  letter-spacing: -.01em;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 800;
}.aki-tb_logo_mark-mfz {
  border-radius: 8px;
  overflow: hidden;
  height: 32px;
  display: flex;
  width: 32px;
  justify-content: center;
  align-items: center;
}.aki-tb_logo_mark-mfz img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.aki-tb_nav-mfz {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 639px) {.aki-tb_nav-mfz {
  display: flex;
}
}.aki-tb_tab-mfz {
  padding: 0.5rem 14px;
  border-radius: 8px;
  transition: background .15s,color .15s;
  font-weight: 600;
  color: #9A9078;
  white-space: nowrap;
  font-size: 0.813rem;
}.aki-tb_tab-mfz:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6F1E4;
}.aki-tb_tab-mfz.aki-state_active-mfz {
  background: rgba(245, 184, 0, 0.16);
  color: #F6F1E4;
}.aki-tb_right-mfz {
  gap: 8px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  margin-left: auto;
}.aki-tb_login-mfz {
  padding: 0.563rem 16px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  color: #CEC5A8;
  display: none;
  font-size: 13px;
  font-weight: 600;
}.aki-tb_login-mfz:hover {
  border-color: rgba(245, 184, 0, 0.40);
  color: #F6F1E4;
}
@media(min-width:480px) {.aki-tb_login-mfz {
  display: block;
}
}.aki-tb_reg-mfz {
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 9px 18px;
  background: #1FBF58;
  color: #0A0800;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 700;
}.aki-tb_reg-mfz:hover {
  background: #18A84C;
}.aki-sb-mfz {
  background: #1A1710;
  transition: transform .25s ease;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  left: 0;
  position: fixed;
  z-index: 70;
  top: 56px;
  bottom: 0;
  overflow-y: auto;
  width: 220px;
}.aki-sb-mfz.aki-state_open-mfz {
  transform: translateX(0);
}.aki-sb-mfz::-webkit-scrollbar {
  width: 4px;
}.aki-sb-mfz::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1082px) {.aki-sb-mfz {
  transform: translateX(0);
}
}.aki-sb_auth-mfz {
  padding: 14px 0.75rem 10px;
}.aki-sb_btn_reg-mfz {
  transition: background .2s;
  padding: 11px;
  background: #1FBF58;
  border-radius: 0.5rem;
  color: #0A0800;
  font-size: 13px;
  margin-bottom: 8px;
  text-align: center;
  display: block;
  font-weight: 700;
}.aki-sb_btn_reg-mfz:hover {
  background: #18A84C;
}.aki-sb_btn_login-mfz {
  padding: 10px;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  font-weight: 600;
  color: #CEC5A8;
  font-size: 0.813rem;
  display: block;
  text-align: center;
}.aki-sb_btn_login-mfz:hover {
  border-color: rgba(245, 184, 0, 0.40);
  color: #F6F1E4;
}.aki-sb_promo-mfz {
  background: linear-gradient(135deg,#1C1400,#1A1710);
  padding: 0.75rem 14px;
  border: 1px solid rgba(245, 184, 0, 0.16);
  overflow: hidden;
  margin: 0 0.75rem 10px;
  border-radius: 0.5rem;
  position: relative;
}.aki-sb_promo-mfz::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(245, 184, 0, 0.16),transparent 70%);
  height: 5rem;
  position: absolute;
  top: -1.25rem;
  right: -20px;
  width: 80px;
  content: '';
}.aki-sb_promo_title-mfz {
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
  margin-bottom: 4px;
  color: #F5B800;
  font-size: 0.688rem;
}.aki-sb_promo_text-mfz {
  color: #F6F1E4;
  overflow-wrap: break-word;
  font-weight: 600;
  line-height: 1.35;
  font-size: 0.75rem;
}.aki-sb_promo_sub-mfz {
  margin-top: 3px;
  color: #6E6450;
  font-size: 0.625rem;
}.aki-sb_nav-mfz {
  padding: 0.375rem 8px 1rem;
}.aki-sb_nav_lb-mfz {
  padding: 0.625rem 8px 0.375rem;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #524B3A;
}.aki-sb_link-mfz {
  border-radius: 4px;
  gap: 10px;
  padding: 9px 0.625rem;
  transition: background .15s,color .15s;
  cursor: pointer;
  display: flex;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 500;
  color: #9A9078;
  align-items: center;
}.aki-sb_link-mfz:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6F1E4;
}.aki-sb_link-mfz.aki-state_active-mfz {
  background: rgba(245, 184, 0, 0.16);
  color: #F6F1E4;
}.aki-sb_ic-mfz {
  border-radius: 0.25rem;
  width: 1.875rem;
  height: 1.875rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}.aki-sb_ic-mfz svg {
  height: 1rem;
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
}.aki-sb_ic_1-mfz {
  background: rgba(245, 184, 0, 0.07);
  color: #F5B800;
}.aki-sb_ic_2-mfz {
  background: rgba(31, 191, 88, 0.15);
  color: #1FBF58;
}.aki-sb_ic_3-mfz {
  background: rgba(255, 154, 10, 0.16);
  color: #FF9A0A;
}.aki-sb_ic_4-mfz {
  background: rgba(224, 107, 0, 0.18);
  color: #E06B00;
}.aki-sb_ic_5-mfz {
  background: rgba(245, 184, 0, 0.07);
  color: #E8388A;
}.aki-sb_ic_6-mfz {
  background: rgba(224, 107, 0, 0.18);
  color: #9B30F2;
}.aki-sb_badge-mfz {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  background: #FF9A0A;
  font-weight: 700;
  font-size: 9px;
  color: #0A0800;
  margin-left: auto;
}.aki-sb_bot-mfz {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  gap: 8px;
  display: flex;
}.aki-sb_lang-mfz,.aki-sb_help-mfz {
  background: rgba(255, 255, 255, 0.05);
  gap: 0.375rem;
  flex: 1;
  border-radius: 0.25rem;
  transition: border-color .2s;
  padding: 9px 6px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 11px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #9A9078;
}.aki-sb_lang-mfz:hover,.aki-sb_help-mfz:hover {
  border-color: rgba(245, 184, 0, 0.40);
  color: #F6F1E4;
}.aki-sb_lang-mfz svg,.aki-sb_help-mfz svg {
  height: 13px;
  width: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.aki-sb_bd-mfz {
  background: rgba(7, 5, 3, 0.72);
  inset: 0;
  position: fixed;
  display: none;
  z-index: 69;
}.aki-sb_bd-mfz.aki-state_on-mfz {
  display: block;
}
@media(min-width:1080px) {.aki-sb_bd-mfz {
  display: none!important;
}
}.aki-mob_nav-mfz {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #1A1710;
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  left: 0;
  z-index: 80;
  right: 0;
  position: fixed;
  display: flex;
  bottom: 0;
}
@media(min-width: 1077px) {.aki-mob_nav-mfz {
  display: none;
}
}.aki-mob_nav_item-mfz {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 4px;
  flex-direction: column;
  color: #524B3A;
  display: flex;
  align-items: center;
  cursor: pointer;
}.aki-mob_nav_ic-mfz {
  line-height: 1;
}.aki-mob_nav_ic-mfz svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.aki-mob_nav_lb-mfz {
  font-size: 10px;
  color: #524B3A;
  font-weight: 600;
}.aki-mob_nav_item-mfz.aki-state_active-mfz {
  color: #F5B800;
}.aki-mob_nav_item-mfz.aki-state_active-mfz .aki-mob_nav_lb-mfz {
  color: #F5B800;
}.aki-hero-mfz {
  background: #0F0D08;
  padding: 20px 1rem 0;
}
@media(min-width: 769px) {.aki-hero-mfz {
  padding: 1.5rem 24px 0;
}
}.aki-hero_in-mfz {
  margin: 0 auto;
  gap: 12px;
  grid-template-columns: 1fr;
  max-width: 1340px;
  display: grid;
}
@media(min-width: 863px) {.aki-hero_in-mfz {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1101px) {.aki-hero_in-mfz {
  grid-template-columns: 1fr 340px;
}
}.aki-hero_promo-mfz {
  background: #141108;
  overflow: hidden;
  border-radius: 12px;
  align-items: stretch;
  display: flex;
  min-height: 220px;
  position: relative;
}
@media(min-width:768px) {.aki-hero_promo-mfz {
  min-height: 280px;
}
}.aki-hero_promo_bg-mfz {
  background: linear-gradient(120deg,#1C1400 0%,#0F0D08 100%);
  background-position: center;
  inset: 0;
  background-size: cover;
  position: absolute;
}.aki-hero_promo_bg-mfz::after {
  background: linear-gradient(90deg,#0F0D08 0%,rgba(7, 5, 3, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.aki-hero_promo_glow-mfz {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(224, 107, 0, 0.18) 0%,transparent 65%);
  height: 18.75rem;
  pointer-events: none;
  right: 60px;
  top: -40px;
  width: 18.75rem;
  position: absolute;
}.aki-hero_promo_ct-mfz {
  padding: 28px 1.5rem 1.75rem 1.75rem;
  justify-content: center;
  display: flex;
  max-width: 480px;
  position: relative;
  flex-direction: column;
  z-index: 2;
}
@media(min-width: 767px) {.aki-hero_promo_ct-mfz {
  padding: 40px 2rem;
}
}.aki-hero_badge-mfz {
  border-radius: 1.25rem;
  padding: 0.313rem 0.75rem;
  background: rgba(245, 184, 0, 0.16);
  border: 1px solid rgba(245, 184, 0, 0.07);
  margin-bottom: 0.875rem;
  letter-spacing: .08em;
  display: inline-block;
  color: #F5B800;
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase;
}.aki-hero_h1-mfz {
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  font-size: 1.625rem;
  color: #F6F1E4;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  line-height: 1.15;
}.aki-hero_h1-mfz em {
  font-style: normal;
  color: #FF9A0A;
}
@media(min-width:768px) {.aki-hero_h1-mfz {
  font-size: 2.25rem;
}
}.aki-hero_sub-mfz {
  font-size: 13px;
  color: #9A9078;
  margin-bottom: 1.25rem;
  line-height: 1.55;
}
@media(min-width: 765px) {.aki-hero_sub-mfz {
  font-size: 0.875rem;
}
}.aki-hero_row-mfz {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.aki-hero_cta-mfz {
  border-radius: 0.5rem;
  transition: background .2s;
  background: #1FBF58;
  padding: 13px 1.625rem;
  font-weight: 700;
  font-size: 14px;
  color: #0A0800;
  box-shadow: 0 4px 0.875rem rgba(31, 191, 88, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.10);
}.aki-hero_cta-mfz:hover {
  background: #18A84C;
}.aki-hero_terms-mfz {
  font-size: 0.688rem;
  color: #524B3A;
}.aki-hero_game-mfz {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #141108;
  border-radius: 12px;
  position: relative;
  flex-direction: column;
  display: flex;
}.aki-hero_game_badge-mfz {
  background: rgba(255, 154, 10, 0.16);
  border: 1px solid rgba(255, 154, 10, 0.16);
  padding: 5px 10px;
  border-radius: 1.25rem;
  left: 12px;
  top: 12px;
  letter-spacing: .06em;
  position: absolute;
  color: #FF9A0A;
  z-index: 3;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
}.aki-hero_game_badge-mfz svg {
  height: 11px;
  vertical-align: -1px;
  margin-right: 4px;
  width: 11px;
}.aki-hero_game_img-mfz {
  overflow: hidden;
  background: linear-gradient(135deg,#1C1400,#0F0D08);
  padding-bottom: 60%;
  position: relative;
}.aki-hero_game_img-mfz img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}.aki-hero_game_play-mfz {
  background: rgba(7, 5, 3, 0.72);
  transition: opacity .2s;
  inset: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
}.aki-hero_game-mfz:hover .aki-hero_game_play-mfz {
  opacity: 1;
}.aki-hero_game_play-mfz span {
  border-radius: 50%;
  background: #F5B800;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 3.25rem;
  width: 3.25rem;
}.aki-hero_game_play-mfz span svg {
  margin-left: 2px;
  height: 1.125rem;
  width: 18px;
}.aki-hero_game_info-mfz {
  padding: 0.875rem 16px;
}.aki-hero_game_title-mfz {
  color: #F6F1E4;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 4px;
}.aki-hero_game_provider-mfz {
  font-size: 0.688rem;
  color: #6E6450;
}.aki-hero_game_btn-mfz {
  background: #F5B800;
  transition: background .2s;
  padding: 11px;
  border-radius: 0.5rem;
  margin: 12px 16px 16px;
  color: #F6F1E4;
  text-align: center;
  display: block;
  font-size: 13px;
  font-weight: 700;
}.aki-hero_game-mfz:hover .aki-hero_game_btn-mfz {
  background: #FFCF2E;
}.aki-sbar-mfz {
  padding: 1rem 16px 0;
  background: #0F0D08;
}
@media(min-width: 765px) {.aki-sbar-mfz {
  padding: 18px 1.5rem 0;
}
}.aki-sbar_in-mfz {
  margin: 0 auto;
  max-width: 83.75rem;
}.aki-sbar_row-mfz {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.75rem;
}.aki-sbar_input-mfz {
  transition: border-color .2s;
  border-radius: 8px;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #141108;
  flex: 1;
  padding: 0.688rem 16px;
  font-size: 0.813rem;
  cursor: pointer;
  align-items: center;
  color: #6E6450;
  display: flex;
}.aki-sbar_input-mfz:hover {
  border-color: rgba(245, 184, 0, 0.40);
}.aki-sbar_input-mfz svg {
  width: 0.938rem;
  height: 15px;
  flex-shrink: 0;
  stroke-linejoin: round;
  stroke-linecap: round;
}.aki-sbar_providers-mfz {
  transition: border-color .2s;
  background: #141108;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  padding: 0.688rem 1.125rem;
  gap: 0.5rem;
  align-items: center;
  font-weight: 600;
  color: #CEC5A8;
  font-size: 0.813rem;
  display: flex;
  white-space: nowrap;
}.aki-sbar_providers-mfz:hover {
  border-color: rgba(245, 184, 0, 0.40);
  color: #F6F1E4;
}.aki-sbar_providers-mfz svg {
  stroke-linecap: round;
  height: 14px;
  stroke-linejoin: round;
  width: 14px;
}.aki-sbar_tabs-mfz {
  gap: 0.375rem;
  scrollbar-width: none;
  padding-bottom: 2px;
  display: flex;
  overflow-x: auto;
}.aki-sbar_tabs-mfz::-webkit-scrollbar {
  display: none;
}.aki-sbar_tab-mfz {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.5rem 14px;
  transition: background .15s,color .15s,border-color .15s;
  gap: 0.438rem;
  font-size: 12px;
  color: #9A9078;
  display: flex;
  cursor: pointer;
  flex-shrink: 0;
  font-weight: 600;
  white-space: nowrap;
  align-items: center;
}.aki-sbar_tab-mfz:hover {
  border-color: rgba(245, 184, 0, 0.40);
  background: rgba(255, 255, 255, 0.07);
  color: #F6F1E4;
}.aki-sbar_tab-mfz.aki-state_active-mfz {
  border-color: rgba(245, 184, 0, 0.07);
  background: rgba(245, 184, 0, 0.16);
  color: #F6F1E4;
}.aki-sbar_tab_ic-mfz svg {
  width: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.875rem;
}.aki-wy-mfz {
  background: #0F0D08;
  padding: 2rem 16px 0;
}
@media(min-width:768px) {.aki-wy-mfz {
  padding: 40px 24px 0;
}
}.aki-wy_in-mfz {
  margin: 0 auto;
  max-width: 1340px;
}.aki-wy_head-mfz {
  max-width: 720px;
  margin-bottom: 1.125rem;
}.aki-wy_label-mfz {
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #F5B800;
}.aki-wy_h2-mfz {
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F6F1E4;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.aki-wy_h2-mfz {
  font-size: 24px;
}
}.aki-wy_intro-mfz {
  margin: 0;
  line-height: 1.6;
  color: #6E6450;
  font-size: 0.813rem;
}.aki-wy_grid-mfz {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.aki-wy_grid-mfz {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.aki-wy_grid-mfz {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.aki-wy_card-mfz {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,transform .2s;
  border-radius: 8px;
  background: #1A1710;
  padding: 1.25rem;
}.aki-wy_card-mfz:hover {
  border-color: rgba(245, 184, 0, 0.07);
  transform: translateY(-2px);
}.aki-wy_card_ic-mfz {
  background: rgba(245, 184, 0, 0.16);
  border-radius: 50%;
  display: flex;
  margin-bottom: 14px;
  justify-content: center;
  color: #F5B800;
  height: 44px;
  width: 2.75rem;
  align-items: center;
}.aki-wy_card_ic-mfz svg {
  width: 22px;
  stroke-linejoin: round;
  height: 1.375rem;
  stroke-linecap: round;
}.aki-wy_card_h-mfz {
  margin-bottom: 6px;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F6F1E4;
  line-height: 1.25;
}.aki-wy_card_p-mfz {
  line-height: 1.6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #6E6450;
}.aki-wy_card_p-mfz strong {
  font-weight: 600;
  color: #CEC5A8;
}.aki-gcg-mfz {
  background: #0F0D08;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.aki-gcg-mfz {
  padding: 44px 24px 0;
}
}.aki-gcg_in-mfz {
  margin: 0 auto;
  max-width: 1340px;
}.aki-gcg_head-mfz {
  max-width: 45rem;
  margin-bottom: 20px;
}.aki-gcg_label-mfz {
  font-weight: 700;
  font-size: 11px;
  color: #F5B800;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
}.aki-gcg_h2-mfz {
  font-size: 1.375rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #F6F1E4;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 771px) {.aki-gcg_h2-mfz {
  font-size: 28px;
}
}.aki-gcg_intro-mfz {
  font-size: 0.813rem;
  color: #6E6450;
  line-height: 1.6;
}.aki-gcg_grid-mfz {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.aki-gcg_grid-mfz {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.aki-gcg_grid-mfz {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.aki-gcg_card-mfz {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 20px;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border-radius: 0.75rem;
  justify-content: flex-end;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}.aki-gcg_card-mfz:hover {
  border-color: rgba(245, 184, 0, 0.16);
  transform: translateY(-3px);
}.aki-gcg_card_bg-mfz {
  inset: 0;
  position: absolute;
  z-index: 0;
}.aki-gcg_card_bg-mfz::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.aki-gcg_card_ic-mfz {
  background: rgba(0,0,0,.45);
  border-radius: 0.25rem;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  position: absolute;
  z-index: 2;
  right: 18px;
  color: #F6F1E4;
  top: 1.125rem;
  display: flex;
}.aki-gcg_card_ic-mfz svg {
  stroke-linejoin: round;
  height: 20px;
  stroke-linecap: round;
  width: 1.25rem;
}.aki-gcg_card_ct-mfz {
  position: relative;
  z-index: 1;
}.aki-gcg_card_h-mfz {
  overflow-wrap: break-word;
  line-height: 1.2;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.5rem;
  font-weight: 800;
  color: #F6F1E4;
  font-size: 1.125rem;
}
@media(min-width: 765px) {.aki-gcg_card_h-mfz {
  font-size: 20px;
}
}.aki-gcg_card_p-mfz {
  margin-bottom: 0.625rem;
  font-size: 12px;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
  overflow-wrap: break-word;
}.aki-gcg_card_p-mfz strong {
  color: #F6F1E4;
  font-weight: 600;
}.aki-gcg_card_cta-mfz {
  gap: 4px;
  display: inline-flex;
  text-transform: uppercase;
  align-items: center;
  font-size: 12px;
  color: #F5B800;
  letter-spacing: .04em;
  font-weight: 700;
}.aki-gcg_card_cta-mfz svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 12px;
  width: 12px;
}.aki-gr_jp-mfz {
  border-radius: 0.75rem;
  padding: 1.25rem;
  overflow: hidden;
  background: linear-gradient(135deg,#1A0838 0%,#0C0519 100%);
  position: relative;
}.aki-gr_jp-mfz::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(224, 107, 0, 0.18) 0%,transparent 70%);
  height: 15.625rem;
  width: 250px;
  left: -3.75rem;
  top: -60px;
  position: absolute;
  content: '';
}.aki-gr_jp-mfz::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(255, 154, 10, 0.16) 0%,transparent 70%);
  right: 0;
  position: absolute;
  width: 12.5rem;
  height: 200px;
  content: '';
  bottom: -40px;
}.aki-gr_jp_head-mfz {
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  z-index: 1;
  align-items: flex-start;
  position: relative;
  margin-bottom: 16px;
}.aki-gr_jp_info-mfz {
  flex: 1;
}.aki-gr_jp_label-mfz {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #9B30F2;
  margin-bottom: 6px;
}.aki-gr_jp_label-mfz svg {
  width: 14px;
  vertical-align: -2px;
  stroke-linecap: round;
  margin-right: 0.25rem;
  height: 0.875rem;
  stroke-linejoin: round;
}.aki-gr_jp_amount-mfz {
  font-weight: 800;
  line-height: 1;
  overflow-wrap: break-word;
  font-size: 32px;
  margin-bottom: 4px;
  color: #F6F1E4;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 771px) {.aki-gr_jp_amount-mfz {
  font-size: 2.5rem;
}
}.aki-gr_jp_amount-mfz span {
  color: #FF9A0A;
}.aki-gr_jp_seo-mfz {
  color: #9A9078;
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 0.75rem;
  max-width: 30rem;
}.aki-gr_jp_cta-mfz {
  transition: background .2s;
  background: rgba(224, 107, 0, 0.18);
  border: 1px solid rgba(224, 107, 0, 0.18);
  border-radius: 0.5rem;
  padding: 11px 20px;
  position: relative;
  white-space: nowrap;
  align-self: flex-start;
  margin-top: 0.25rem;
  z-index: 1;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
  color: #F6F1E4;
}.aki-gr_jp_cta-mfz:hover {
  background: #E06B00;
}.aki-ws-mfz {
  background: #0F0D08;
  padding: 2rem 1rem 0;
}
@media(min-width:768px) {.aki-ws-mfz {
  padding: 36px 1.5rem 0;
}
}.aki-ws_in-mfz {
  margin: 0 auto;
  max-width: 83.75rem;
}.aki-ws_head-mfz {
  gap: 12px;
  align-items: center;
  display: flex;
  margin-bottom: 14px;
  justify-content: space-between;
  flex-wrap: wrap;
}.aki-ws_title-mfz {
  gap: 10px;
  font-weight: 700;
  overflow-wrap: break-word;
  display: flex;
  font-size: 1rem;
  align-items: center;
  font-family: 'Barlow Condensed', sans-serif;
  flex-wrap: wrap;
  color: #F6F1E4;
}.aki-ws_title_ic-mfz svg {
  height: 1.125rem;
  width: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #FF9A0A;
}.aki-ws_online-mfz {
  gap: 0.438rem;
  display: flex;
  font-weight: 600;
  color: #6E6450;
  font-size: 0.75rem;
  align-items: center;
}.aki-ws_online_dot-mfz {
  background: #1FBF58;
  border-radius: 50%;
  flex-shrink: 0;
  width: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(31, 191, 88, 0.15);
  height: 0.5rem;
}.aki-ws_scroll-mfz {
  gap: 8px;
  display: flex;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
}.aki-ws_scroll-mfz::-webkit-scrollbar {
  display: none;
}.aki-wc-mfz {
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 10px;
  padding: 0.625rem 14px;
  border-radius: 0.5rem;
  background: #141108;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 13.75rem;
}.aki-wc_img-mfz {
  background: #1A1710;
  overflow: hidden;
  border-radius: 0.25rem;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}.aki-wc_img-mfz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.aki-wc_info-mfz {
  min-width: 0;
}.aki-wc_game-mfz {
  overflow: hidden;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #CEC5A8;
  white-space: nowrap;
}.aki-wc_player-mfz {
  overflow: hidden;
  color: #524B3A;
  text-overflow: ellipsis;
  font-size: 10px;
  white-space: nowrap;
}.aki-wc_amount-mfz {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  margin-left: auto;
  color: #1FBF58;
}.aki-app-mfz {
  padding: 36px 16px 0;
  background: #0F0D08;
}
@media(min-width: 771px) {.aki-app-mfz {
  padding: 44px 1.5rem 0;
}
}.aki-app_in-mfz {
  margin: 0 auto;
  max-width: 83.75rem;
}.aki-app_head-mfz {
  margin-bottom: 1rem;
}.aki-app_label-mfz {
  color: #F5B800;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
}.aki-app_h2-mfz {
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F6F1E4;
  margin-bottom: 0.375rem;
  font-size: 20px;
}
@media(min-width:768px) {.aki-app_h2-mfz {
  font-size: 1.5rem;
}
}.aki-app_sub-mfz {
  max-width: 37.5rem;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #6E6450;
  line-height: 1.6;
}.aki-app_sub-mfz strong {
  font-weight: 700;
  color: #CEC5A8;
}.aki-app_cards-mfz {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  margin-top: 16px;
  display: grid;
}
@media(min-width: 637px) {.aki-app_cards-mfz {
  grid-template-columns: repeat(3,1fr);
}
}.aki-app_card-mfz {
  overflow: hidden;
  padding: 20px;
  gap: 1rem;
  border-radius: 8px;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  align-items: flex-start;
}.aki-app_card_ios-mfz {
  background: linear-gradient(135deg,rgba(245, 184, 0, 0.16) 0%,#1A1710 100%);
}.aki-app_card_android-mfz {
  background: linear-gradient(135deg,rgba(31, 191, 88, 0.15) 0%,#1A1710 100%);
}.aki-app_card_win-mfz {
  background: linear-gradient(135deg,rgba(255, 154, 10, 0.16) 0%,#1A1710 100%);
}.aki-app_card_ic-mfz svg {
  width: 2.125rem;
  stroke-linecap: round;
  height: 34px;
  stroke-linejoin: round;
}.aki-app_card_ic-mfz {
  flex-shrink: 0;
  color: #F6F1E4;
}.aki-app_card_os-mfz {
  font-size: 0.625rem;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  color: #6E6450;
  margin-bottom: 0.375rem;
}.aki-app_card_title-mfz {
  overflow-wrap: break-word;
  font-weight: 700;
  line-height: 1.2;
  font-size: 15px;
  margin-bottom: 0.375rem;
  color: #F6F1E4;
}.aki-app_card_text-mfz {
  font-size: 0.75rem;
  margin-bottom: 14px;
  line-height: 1.5;
  color: #6E6450;
  overflow-wrap: break-word;
}.aki-app_card_btn-mfz {
  padding: 10px 1.125rem;
  gap: 7px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 0.25rem;
  transition: background .2s;
  border: 1px solid rgba(245, 184, 0, 0.40);
  font-weight: 700;
  align-items: center;
  font-size: 13px;
  color: #F6F1E4;
  display: inline-flex;
}.aki-app_card_btn-mfz:hover {
  background: rgba(255, 255, 255, 0.07);
}.aki-reg-mfz {
  background: #0F0D08;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.aki-reg-mfz {
  padding: 44px 24px 0;
}
}.aki-reg_in-mfz {
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  background: #1A1710;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  max-width: 1340px;
}
@media(min-width: 769px) {.aki-reg_in-mfz {
  padding: 2.5rem;
}
}.aki-reg_top-mfz {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.aki-reg_top-mfz {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.aki-reg_label-mfz {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #F5B800;
  margin-bottom: 10px;
  font-size: 11px;
}.aki-reg_h2-mfz {
  margin-bottom: 0.75rem;
  color: #F6F1E4;
  font-size: 22px;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  line-height: 1.2;
}
@media(min-width:768px) {.aki-reg_h2-mfz {
  font-size: 1.75rem;
}
}.aki-reg_bonus-mfz {
  border: 1px solid rgba(255, 154, 10, 0.16);
  border-radius: 8px;
  background: rgba(255, 154, 10, 0.16);
  padding: 0.625rem 16px;
  gap: 0.5rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}.aki-reg_bonus_amount-mfz {
  font-weight: 800;
  color: #FF9A0A;
  font-size: 20px;
}.aki-reg_bonus_text-mfz {
  color: #9A9078;
  font-size: 13px;
  line-height: 1.35;
}.aki-reg_cta_btn-mfz {
  transition: background .2s;
  background: #1FBF58;
  padding: 14px 2rem;
  border-radius: 0.5rem;
  color: #0A0800;
  font-size: 15px;
  display: inline-block;
  font-weight: 700;
  box-shadow: 0 4px 0.875rem rgba(31, 191, 88, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.10);
  margin-bottom: 12px;
}.aki-reg_cta_btn-mfz:hover {
  background: #18A84C;
}.aki-reg_terms-mfz {
  line-height: 1.5;
  color: #524B3A;
  font-size: 11px;
}.aki-reg_seo-mfz {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 20px;
  font-size: 0.813rem;
  color: #6E6450;
  line-height: 1.65;
  overflow-wrap: break-word;
  padding-top: 20px;
}.aki-reg_seo-mfz p {
  line-height: 1.65;
  margin-bottom: 0.625rem;
  font-size: 13px;
  color: #6E6450;
}.aki-reg_seo-mfz p:last-child {
  margin-bottom: 0;
}.aki-reg_seo-mfz strong {
  color: #CEC5A8;
  font-weight: 700;
}.aki-reg_seo-mfz a {
  transition: color .2s;
  color: #F5B800;
  text-decoration: underline;
}.aki-reg_seo-mfz a:hover {
  color: #FFCF2E;
}.aki-reg_seo-mfz ul,.aki-reg_seo-mfz ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.aki-reg_seo-mfz ol {
  list-style: decimal;
}.aki-reg_seo-mfz li {
  color: #6E6450;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.65;
}.aki-reg_seo-mfz table {
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
  display: block;
  margin-bottom: 10px;
  overflow-x: auto;
}
@media(min-width: 771px) {.aki-reg_seo-mfz table {
  display: table;
}
}.aki-reg_seo-mfz th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  text-align: left;
  color: #CEC5A8;
  font-weight: 700;
}.aki-reg_seo-mfz td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #6E6450;
}.aki-reg_steps-mfz {
  gap: 14px;
  flex-direction: column;
  display: flex;
  margin-top: 1.75rem;
}
@media(min-width: 861px) {.aki-reg_steps-mfz {
  margin-top: 0;
}
}.aki-reg_step-mfz {
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  padding: 1rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.aki-reg_step_num-mfz {
  border-radius: 50%;
  border: 1px solid rgba(245, 184, 0, 0.07);
  background: rgba(245, 184, 0, 0.16);
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  display: flex;
  color: #F5B800;
  width: 2.125rem;
  height: 2.125rem;
}.aki-reg_step_title-mfz {
  font-weight: 700;
  font-size: 14px;
  color: #F6F1E4;
  margin-bottom: 3px;
}.aki-reg_step_text-mfz {
  line-height: 1.5;
  color: #6E6450;
  font-size: 12px;
}.aki-reg_trust-mfz {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  padding-top: 1.25rem;
  flex-wrap: wrap;
  display: flex;
  margin-top: 1.25rem;
}.aki-reg_trust_item-mfz {
  gap: 7px;
  color: #6E6450;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
}.aki-reg_trust_ic-mfz svg {
  color: #F5B800;
  height: 1rem;
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.aki-htp-mfz {
  background: #0F0D08;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.aki-htp-mfz {
  padding: 2.75rem 1.5rem 0;
}
}.aki-htp_in-mfz {
  margin: 0 auto;
  max-width: 83.75rem;
}.aki-htp_head-mfz {
  margin-bottom: 22px;
  max-width: 45rem;
}.aki-htp_label-mfz {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #F5B800;
  font-weight: 700;
}.aki-htp_h2-mfz {
  font-weight: 800;
  color: #F6F1E4;
  font-size: 22px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 766px) {.aki-htp_h2-mfz {
  font-size: 1.75rem;
}
}.aki-htp_intro-mfz {
  font-size: 14px;
  color: #6E6450;
  line-height: 1.6;
}.aki-htp_steps-mfz {
  list-style: none;
  margin: 0;
  gap: 0.75rem;
  padding: 0;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.aki-htp_steps-mfz {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.aki-htp_steps-mfz {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.aki-htp_step-mfz {
  border-radius: 8px;
  background: #1A1710;
  padding: 20px 18px 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex-direction: column;
  display: flex;
  position: relative;
}.aki-htp_step_num-mfz {
  background: #F5B800;
  border-radius: 50%;
  font-size: 0.813rem;
  height: 28px;
  width: 28px;
  position: absolute;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Barlow Condensed', sans-serif;
  top: -12px;
  color: #0A0800;
  left: 20px;
}.aki-htp_step_ic-mfz {
  background: rgba(245, 184, 0, 0.16);
  margin: 0.5rem 0 12px;
  border-radius: 4px;
  color: #F5B800;
  justify-content: center;
  width: 36px;
  display: flex;
  height: 2.25rem;
  align-items: center;
}.aki-htp_step_ic-mfz svg {
  height: 1.125rem;
  stroke-linejoin: round;
  width: 18px;
  stroke-linecap: round;
}.aki-htp_step_h-mfz {
  font-weight: 700;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-size: 14px;
  color: #F6F1E4;
}.aki-htp_step_p-mfz {
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #6E6450;
  font-size: 13px;
}.aki-htp_step_p-mfz strong {
  color: #CEC5A8;
  font-weight: 600;
}.aki-htp_cta-mfz {
  background: #1FBF58;
  padding: 13px 26px;
  transition: background .2s;
  border-radius: 8px;
  display: inline-block;
  font-weight: 700;
  color: #0A0800;
  margin-top: 20px;
  font-size: 14px;
}.aki-htp_cta-mfz:hover {
  background: #18A84C;
}.aki-prov-mfz {
  background: #0F0D08;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.aki-prov-mfz {
  padding: 44px 24px 0;
}
}.aki-prov_in-mfz {
  margin: 0 auto;
  max-width: 1340px;
}.aki-prov_head-mfz {
  margin-bottom: 1rem;
}.aki-prov_label-mfz {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #F5B800;
  font-weight: 700;
}.aki-prov_h2-mfz {
  color: #F6F1E4;
  margin-bottom: 0.5rem;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 767px) {.aki-prov_h2-mfz {
  font-size: 1.5rem;
}
}.aki-prov_seo-mfz {
  line-height: 1.6;
  margin-bottom: 16px;
  font-size: 0.813rem;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  color: #6E6450;
}.aki-prov_seo-mfz strong {
  font-weight: 700;
  color: #CEC5A8;
}.aki-prov_seo-mfz a {
  color: #F5B800;
  text-decoration: underline;
}.aki-prov_grid-mfz {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.aki-prov_grid-mfz {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.aki-prov_grid-mfz {
  grid-template-columns: repeat(8,1fr);
}
}.aki-prov_card-mfz {
  gap: 0.438rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.875rem 10px;
  border-radius: 0.5rem;
  transition: border-color .2s,background .2s;
  background: #141108;
  flex-direction: column;
  align-items: center;
  display: flex;
  cursor: pointer;
}.aki-prov_card-mfz:hover {
  border-color: rgba(245, 184, 0, 0.40);
  background: #1A1710;
}.aki-prov_logo-mfz {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  overflow: hidden;
  justify-content: center;
  display: flex;
  height: 44px;
  align-items: center;
  width: 2.75rem;
}.aki-prov_logo-mfz img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.aki-prov_name-mfz {
  color: #9A9078;
  overflow-wrap: break-word;
  text-align: center;
  font-size: 0.688rem;
  font-weight: 600;
}.aki-bon-mfz {
  background: #0F0D08;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.aki-bon-mfz {
  padding: 44px 1.5rem 0;
}
}.aki-bon_in-mfz {
  margin: 0 auto;
  max-width: 1340px;
}.aki-bon_head-mfz {
  margin-bottom: 1.25rem;
}.aki-bon_label-mfz {
  color: #F5B800;
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
}.aki-bon_h2-mfz {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F6F1E4;
  margin-bottom: 0.5rem;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 767px) {.aki-bon_h2-mfz {
  font-size: 24px;
}
}.aki-bon_seo-mfz {
  font-size: 0.813rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #6E6450;
  max-width: 620px;
}.aki-bon_seo-mfz strong {
  color: #CEC5A8;
  font-weight: 700;
}.aki-bon_seo-mfz a {
  color: #F5B800;
  text-decoration: underline;
}.aki-bon_grid-mfz {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 643px) {.aki-bon_grid-mfz {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.aki-bon_grid-mfz {
  grid-template-columns: repeat(5,1fr);
}
}.aki-bon_card-mfz {
  background: #141108;
  padding: 1rem;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
}.aki-bon_card-mfz:hover {
  border-color: rgba(245, 184, 0, 0.07);
  transform: translateY(-2px);
}.aki-bon_card_ic-mfz svg {
  width: 26px;
  stroke-linecap: round;
  height: 1.625rem;
  stroke-linejoin: round;
}.aki-bon_card_ic-mfz {
  margin-bottom: 0.625rem;
}.aki-bon_card_type-mfz {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #6E6450;
  font-size: 0.625rem;
  font-weight: 700;
  margin-bottom: 6px;
}.aki-bon_card_amount-mfz {
  font-weight: 800;
  color: #FF9A0A;
  line-height: 1.1;
  font-size: 1.125rem;
  margin-bottom: 6px;
}.aki-bon_card_name-mfz {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #F6F1E4;
}.aki-bon_card_detail-mfz {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.688rem;
  padding-top: 8px;
  color: #524B3A;
  overflow-wrap: break-word;
  line-height: 1.5;
}.aki-seo-mfz {
  background: #0F0D08;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.aki-seo-mfz {
  padding: 44px 24px 0;
}
}.aki-seo_in-mfz {
  background: #1A1710;
  border-radius: 0.75rem;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  max-width: 1340px;
}
@media(min-width: 767px) {.aki-seo_in-mfz {
  padding: 2.25rem 2.5rem;
}
}.aki-seo_label-mfz {
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  color: #F5B800;
}.aki-seo_h2-mfz {
  font-size: 20px;
  color: #F6F1E4;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 770px) {.aki-seo_h2-mfz {
  font-size: 24px;
}
}.aki-seo_body-mfz {
  line-height: 1.75;
  color: #9A9078;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.aki-seo_body-mfz p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9A9078;
  margin-bottom: 12px;
}.aki-seo_body-mfz p:last-child {
  margin-bottom: 0;
}.aki-seo_body-mfz strong {
  color: #CEC5A8;
  font-weight: 700;
}.aki-seo_body-mfz a {
  transition: color .2s;
  text-decoration: underline;
  color: #F5B800;
}.aki-seo_body-mfz a:hover {
  color: #FFCF2E;
}.aki-seo_body-mfz ul,.aki-seo_body-mfz ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.aki-seo_body-mfz ol {
  list-style: decimal;
}.aki-seo_body-mfz li {
  line-height: 1.75;
  color: #9A9078;
  font-size: 0.875rem;
  margin-bottom: 6px;
}.aki-seo_body-mfz table {
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  width: 100%;
  display: block;
  overflow-x: auto;
}
@media(min-width: 771px) {.aki-seo_body-mfz table {
  display: table;
}
}.aki-seo_body-mfz th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #CEC5A8;
}.aki-seo_body-mfz td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #9A9078;
}.aki-seo_cols-mfz {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 639px) {.aki-seo_cols-mfz {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.aki-seo_cols-mfz {
  grid-template-columns: repeat(3,1fr);
}
}.aki-seo_col_h-mfz {
  margin-bottom: 0.438rem;
  color: #CEC5A8;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.aki-seo_col_p-mfz {
  overflow-wrap: break-word;
  color: #6E6450;
  line-height: 1.65;
  font-size: 0.813rem;
}.aki-seo_stats-mfz {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.aki-seo_stat-mfz {
  border-radius: 0.5rem;
  flex: 1;
  border: 1px solid rgba(245, 184, 0, 0.16);
  background: rgba(245, 184, 0, 0.07);
  padding: 0.875rem 1rem;
  min-width: 8.75rem;
}.aki-seo_stat_val-mfz {
  font-weight: 800;
  color: #F5B800;
  font-size: 20px;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
}.aki-seo_stat_lb-mfz {
  font-size: 11px;
  color: #6E6450;
  overflow-wrap: break-word;
}.aki-rv-mfz {
  background: #0F0D08;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.aki-rv-mfz {
  padding: 44px 1.5rem 0;
}
}.aki-rv_in-mfz {
  margin: 0 auto;
  max-width: 83.75rem;
}.aki-rv_head-mfz {
  margin-bottom: 20px;
  max-width: 720px;
}.aki-rv_label-mfz {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #F5B800;
  font-size: 11px;
}.aki-rv_h2-mfz {
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  font-size: 22px;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F6F1E4;
}
@media(min-width: 767px) {.aki-rv_h2-mfz {
  font-size: 1.75rem;
}
}.aki-rv_stats-mfz {
  gap: 1.125rem;
  font-size: 0.813rem;
  color: #6E6450;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.aki-rv_stats_score-mfz {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.aki-rv_stats_score_val-mfz {
  color: #FF9A0A;
  font-size: 22px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
}.aki-rv_stats_score_max-mfz {
  color: #524B3A;
  font-size: 0.813rem;
}.aki-rv_stats_badge-mfz {
  gap: 4px;
  display: flex;
  align-items: center;
}.aki-rv_stats_badge-mfz svg {
  height: 0.875rem;
  width: 14px;
  color: #FF9A0A;
}.aki-rv_grid-mfz {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.aki-rv_grid-mfz {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.aki-rv_grid-mfz {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.aki-rv_card-mfz {
  border-radius: 0.5rem;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1A1710;
  flex-direction: column;
  display: flex;
}.aki-rv_card_stars-mfz {
  gap: 2px;
  margin-bottom: 0.625rem;
  color: #FF9A0A;
  display: flex;
}.aki-rv_card_stars-mfz svg {
  width: 14px;
  height: 14px;
}.aki-rv_card_h-mfz {
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #F6F1E4;
}.aki-rv_card_body-mfz {
  flex: 1;
  line-height: 1.65;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  color: #6E6450;
  font-size: 0.813rem;
}.aki-rv_card_body-mfz strong {
  color: #CEC5A8;
  font-weight: 600;
}.aki-rv_card_meta-mfz {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  align-items: center;
  padding-top: 0.75rem;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}.aki-rv_card_author-mfz {
  font-size: 0.75rem;
  color: #CEC5A8;
  font-weight: 600;
}.aki-rv_card_date-mfz {
  color: #524B3A;
  font-size: 0.688rem;
}.aki-pmt-mfz {
  background: #0F0D08;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.aki-pmt-mfz {
  padding: 44px 1.5rem 0;
}
}.aki-pmt_in-mfz {
  margin: 0 auto;
  max-width: 83.75rem;
}.aki-pmt_head-mfz {
  max-width: 45rem;
  margin-bottom: 22px;
}.aki-pmt_label-mfz {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  color: #F5B800;
}.aki-pmt_h2-mfz {
  overflow-wrap: break-word;
  color: #F6F1E4;
  font-size: 22px;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 8px;
  font-weight: 800;
}
@media(min-width:768px) {.aki-pmt_h2-mfz {
  font-size: 1.75rem;
}
}.aki-pmt_intro-mfz {
  font-size: 0.875rem;
  color: #6E6450;
  line-height: 1.6;
  overflow-wrap: break-word;
}.aki-pmt_groups-mfz {
  gap: 1.25rem;
  flex-direction: column;
  display: flex;
}.aki-pmt_group-mfz {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1A1710;
  border-radius: 8px;
}.aki-pmt_group_head-mfz {
  gap: 12px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.aki-pmt_group_ic-mfz {
  background: rgba(245, 184, 0, 0.16);
  border-radius: 4px;
  height: 2.25rem;
  flex-shrink: 0;
  justify-content: center;
  color: #F5B800;
  align-items: center;
  width: 36px;
  display: flex;
}.aki-pmt_group_ic-mfz svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 18px;
  width: 18px;
}.aki-pmt_group_h-mfz {
  margin: 0;
  font-weight: 700;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F6F1E4;
  font-size: 16px;
}.aki-pmt_group_p-mfz {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #6E6450;
  margin-bottom: 0.875rem;
  line-height: 1.6;
}.aki-pmt_group_p-mfz strong {
  color: #CEC5A8;
  font-weight: 600;
}.aki-pmt_table_wrap-mfz {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.aki-pmt_table-mfz {
  width: 100%;
  border-collapse: collapse;
  min-width: 540px;
  font-size: 13px;
}.aki-pmt_table-mfz th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  text-align: left;
  letter-spacing: .04em;
  color: #CEC5A8;
  font-size: 0.688rem;
  white-space: nowrap;
  font-weight: 700;
  text-transform: uppercase;
}.aki-pmt_table-mfz td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  color: #6E6450;
}.aki-pmt_table-mfz tbody tr:last-child td {
  border-bottom: none;
}.aki-pmt_table-mfz tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #CEC5A8;
}.aki-faq-mfz {
  background: #0F0D08;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.aki-faq-mfz {
  padding: 2.75rem 24px 0;
}
}.aki-faq_in-mfz {
  margin: 0 auto;
  max-width: 1340px;
}.aki-faq_head-mfz {
  margin-bottom: 1.25rem;
}.aki-faq_label-mfz {
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #F5B800;
}.aki-faq_h2-mfz {
  font-weight: 800;
  color: #F6F1E4;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
}
@media(min-width: 771px) {.aki-faq_h2-mfz {
  font-size: 1.5rem;
}
}.aki-faq_list-mfz {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.aki-faq_item-mfz {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1A1710;
  border-radius: 0.5rem;
}.aki-faq_q-mfz {
  transition: color .2s;
  gap: 0.75rem;
  padding: 16px 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: 600;
  color: #CEC5A8;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}.aki-faq_q-mfz:hover {
  color: #F6F1E4;
}.aki-faq_q_ic-mfz {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  font-size: 1rem;
  color: #F5B800;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  width: 1.5rem;
  align-items: center;
  height: 24px;
}.aki-faq_item-mfz.aki-state_open-mfz .aki-faq_q_ic-mfz {
  transform: rotate(45deg);
}.aki-faq_a-mfz {
  padding: 0 20px 1rem;
  display: none;
  overflow-wrap: break-word;
  color: #6E6450;
  line-height: 1.7;
  font-size: 0.813rem;
}.aki-faq_item-mfz.aki-state_open-mfz .aki-faq_a-mfz {
  display: block;
}.aki-faq_a-mfz strong {
  color: #CEC5A8;
  font-weight: 700;
}.aki-faq_a-mfz a {
  text-decoration: underline;
  color: #F5B800;
}.aki-faq_a-mfz ul,.aki-faq_a-mfz ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.aki-faq_a-mfz ol {
  list-style: decimal;
}.aki-faq_a-mfz li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.aki-faq_a-mfz table {
  margin: 8px 0;
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  display: block;
  overflow-x: auto;
}
@media(min-width: 765px) {.aki-faq_a-mfz table {
  display: table;
}
}.aki-faq_a-mfz th {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #CEC5A8;
  text-align: left;
  font-weight: 700;
}.aki-faq_a-mfz td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6E6450;
}.aki-seo-mfz {
  padding: 2.25rem 1rem 0;
  background: #0F0D08;
}
@media(min-width: 766px) {.aki-seo-mfz {
  padding: 2.75rem 24px 0;
}
}.aki-seo_in-mfz {
  margin: 0 auto;
  background: #1A1710;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.75rem 24px;
  border-radius: 12px;
  max-width: 1340px;
}
@media(min-width: 766px) {.aki-seo_in-mfz {
  padding: 36px 2.5rem;
}
}.aki-seo_label-mfz {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  color: #F5B800;
  margin-bottom: 10px;
}.aki-seo_h2-mfz {
  margin-bottom: 14px;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #F6F1E4;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.25;
}
@media(min-width: 767px) {.aki-seo_h2-mfz {
  font-size: 24px;
}
}.aki-seo_body-mfz {
  overflow-wrap: break-word;
  color: #9A9078;
  font-size: 14px;
  line-height: 1.75;
}.aki-seo_body-mfz p {
  line-height: 1.75;
  font-size: 14px;
  color: #9A9078;
  margin-bottom: 12px;
}.aki-seo_body-mfz p:last-child {
  margin-bottom: 0;
}.aki-seo_body-mfz strong {
  color: #CEC5A8;
  font-weight: 700;
}.aki-seo_body-mfz a {
  transition: color .2s;
  text-decoration: underline;
  color: #F5B800;
}.aki-seo_body-mfz a:hover {
  color: #FFCF2E;
}.aki-seo_body-mfz ul,.aki-seo_body-mfz ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.aki-seo_body-mfz ol {
  list-style: decimal;
}.aki-seo_body-mfz li {
  color: #9A9078;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 6px;
}.aki-seo_body-mfz table {
  display: block;
  border-collapse: collapse;
  font-size: 13px;
  overflow-x: auto;
  margin-bottom: 12px;
  width: 100%;
}
@media(min-width: 767px) {.aki-seo_body-mfz table {
  display: table;
}
}.aki-seo_body-mfz th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #CEC5A8;
  font-weight: 700;
  text-align: left;
}.aki-seo_body-mfz td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #9A9078;
}.aki-seo_cols-mfz {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 639px) {.aki-seo_cols-mfz {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.aki-seo_cols-mfz {
  grid-template-columns: repeat(3,1fr);
}
}.aki-seo_col_h-mfz {
  overflow-wrap: break-word;
  color: #CEC5A8;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0.438rem;
}.aki-seo_col_p-mfz {
  font-size: 13px;
  line-height: 1.65;
  color: #6E6450;
  overflow-wrap: break-word;
}.aki-seo_stats-mfz {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.aki-seo_stat-mfz {
  flex: 1;
  border: 1px solid rgba(245, 184, 0, 0.16);
  background: rgba(245, 184, 0, 0.07);
  border-radius: 8px;
  padding: 0.875rem 16px;
  min-width: 140px;
}.aki-seo_stat_val-mfz {
  font-weight: 800;
  margin-bottom: 0.25rem;
  color: #F5B800;
  overflow-wrap: break-word;
  font-size: 20px;
}.aki-seo_stat_lb-mfz {
  overflow-wrap: break-word;
  color: #6E6450;
  font-size: 0.688rem;
}.aki-seo-mfz {
  padding: 2.25rem 1rem 0;
  background: #0F0D08;
}
@media(min-width: 766px) {.aki-seo-mfz {
  padding: 44px 1.5rem 0;
}
}.aki-seo_in-mfz {
  border-radius: 12px;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  background: #1A1710;
  max-width: 83.75rem;
}
@media(min-width: 770px) {.aki-seo_in-mfz {
  padding: 36px 2.5rem;
}
}.aki-seo_label-mfz {
  font-weight: 700;
  color: #F5B800;
  margin-bottom: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
}.aki-seo_h2-mfz {
  font-weight: 800;
  line-height: 1.25;
  font-size: 20px;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  color: #F6F1E4;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 769px) {.aki-seo_h2-mfz {
  font-size: 24px;
}
}.aki-seo_body-mfz {
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #9A9078;
}.aki-seo_body-mfz p {
  margin-bottom: 12px;
  color: #9A9078;
  line-height: 1.75;
  font-size: 0.875rem;
}.aki-seo_body-mfz p:last-child {
  margin-bottom: 0;
}.aki-seo_body-mfz strong {
  font-weight: 700;
  color: #CEC5A8;
}.aki-seo_body-mfz a {
  transition: color .2s;
  color: #F5B800;
  text-decoration: underline;
}.aki-seo_body-mfz a:hover {
  color: #FFCF2E;
}.aki-seo_body-mfz ul,.aki-seo_body-mfz ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.aki-seo_body-mfz ol {
  list-style: decimal;
}.aki-seo_body-mfz li {
  margin-bottom: 6px;
  font-size: 14px;
  color: #9A9078;
  line-height: 1.75;
}.aki-seo_body-mfz table {
  font-size: 0.813rem;
  display: block;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 12px;
  border-collapse: collapse;
}
@media(min-width: 769px) {.aki-seo_body-mfz table {
  display: table;
}
}.aki-seo_body-mfz th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  text-align: left;
  color: #CEC5A8;
  font-weight: 700;
}.aki-seo_body-mfz td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #9A9078;
}.aki-seo_cols-mfz {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 639px) {.aki-seo_cols-mfz {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.aki-seo_cols-mfz {
  grid-template-columns: repeat(3,1fr);
}
}.aki-seo_col_h-mfz {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #CEC5A8;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
}.aki-seo_col_p-mfz {
  font-size: 13px;
  color: #6E6450;
  overflow-wrap: break-word;
  line-height: 1.65;
}.aki-seo_stats-mfz {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.aki-seo_stat-mfz {
  flex: 1;
  border: 1px solid rgba(245, 184, 0, 0.16);
  background: rgba(245, 184, 0, 0.07);
  padding: 0.875rem 1rem;
  border-radius: 8px;
  min-width: 8.75rem;
}.aki-seo_stat_val-mfz {
  color: #F5B800;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-weight: 800;
}.aki-seo_stat_lb-mfz {
  color: #6E6450;
  font-size: 11px;
  overflow-wrap: break-word;
}.aki-ft-mfz {
  background: #070503;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.aki-ft_support-mfz {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 1rem;
}
@media(min-width: 765px) {.aki-ft_support-mfz {
  padding: 28px 24px;
}
}.aki-ft_support_in-mfz {
  margin: 0 auto;
  gap: 1rem;
  max-width: 1340px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.aki-ft_support_main-mfz {
  flex: 1;
  gap: 16px;
  display: flex;
  min-width: 220px;
  flex-wrap: wrap;
  align-items: center;
}.aki-ft_support_ic-mfz {
  flex-shrink: 0;
  color: #F5B800;
}.aki-ft_support_ic-mfz svg {
  stroke-linejoin: round;
  height: 30px;
  stroke-linecap: round;
  width: 1.875rem;
}.aki-ft_support_text_title-mfz {
  overflow-wrap: break-word;
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 15px;
  color: #F6F1E4;
}.aki-ft_support_text_sub-mfz {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #6E6450;
}.aki-ft_support_btn-mfz {
  background: #F5B800;
  border-radius: 8px;
  transition: background .2s;
  padding: 0.688rem 22px;
  font-size: 13px;
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
  color: #F6F1E4;
}.aki-ft_support_btn-mfz:hover {
  background: #FFCF2E;
}.aki-ft_support_contacts-mfz {
  gap: 16px;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.aki-ft_support_contact-mfz {
  line-height: 1.4;
  font-size: 0.75rem;
  color: #524B3A;
}.aki-ft_support_contact-mfz strong {
  display: block;
  color: #9A9078;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 0.688rem;
}.aki-ft_main-mfz {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.aki-ft_main-mfz {
  padding: 2.5rem 1.5rem 2rem;
}
}.aki-ft_main_in-mfz {
  margin: 0 auto;
  gap: 1.5rem;
  max-width: 83.75rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 639px) {.aki-ft_main_in-mfz {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.aki-ft_main_in-mfz {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.aki-ft_col_logo-mfz {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.aki-ft_col_logo-mfz {
  grid-column: auto;
}
}.aki-ft_logo-mfz {
  gap: 0.563rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  color: #F6F1E4;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  font-size: 1rem;
}.aki-ft_logo_mark-mfz {
  overflow: hidden;
  border-radius: 4px;
  width: 30px;
  height: 1.875rem;
}.aki-ft_logo_mark-mfz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.aki-ft_logo_sub-mfz {
  font-size: 12px;
  line-height: 1.55;
  max-width: 200px;
  color: #524B3A;
  overflow-wrap: break-word;
}.aki-ft_col_title-mfz {
  font-weight: 700;
  letter-spacing: .07em;
  font-size: 12px;
  color: #9A9078;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
}.aki-ft_col_links-mfz {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.aki-ft_col_link-mfz {
  transition: color .2s;
  font-size: 0.813rem;
  color: #524B3A;
  overflow-wrap: break-word;
}.aki-ft_col_link-mfz:hover {
  color: #CEC5A8;
}.aki-ft_apps-mfz {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.aki-ft_app_card-mfz {
  padding: 10px 12px;
  border-radius: 4px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
}.aki-ft_app_card-mfz:hover {
  border-color: rgba(245, 184, 0, 0.40);
}.aki-ft_app_card_ic-mfz svg {
  stroke-linejoin: round;
  width: 22px;
  height: 22px;
  stroke-linecap: round;
}.aki-ft_app_card_os-mfz {
  color: #524B3A;
  font-weight: 600;
  font-size: 10px;
}.aki-ft_app_card_action-mfz {
  font-weight: 700;
  font-size: 12px;
  color: #CEC5A8;
}.aki-ft_bot-mfz {
  padding: 20px 1rem;
}
@media(min-width: 766px) {.aki-ft_bot-mfz {
  padding: 1.25rem 24px;
}
}.aki-ft_bot_in-mfz {
  margin: 0 auto;
  gap: 16px;
  max-width: 83.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.aki-ft_socials-mfz {
  gap: 8px;
  display: flex;
}.aki-ft_soc-mfz {
  border-radius: 4px;
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  width: 36px;
  height: 2.25rem;
  justify-content: center;
  display: flex;
  color: #9A9078;
  align-items: center;
}.aki-ft_soc-mfz svg {
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
}.aki-ft_soc-mfz:hover {
  background: rgba(255, 255, 255, 0.07);
}.aki-ft_legal-mfz {
  flex: 1;
  line-height: 1.6;
  font-size: 0.688rem;
  color: #7A7260;
  overflow-wrap: break-word;
  min-width: 200px;
}.aki-ft_legal-mfz strong {
  color: #9A9078;
  font-weight: 700;
}.aki-ft_legal-mfz a {
  text-decoration: underline;
  color: #9A9078;
}.aki-ft_age-mfz {
  border-radius: 50%;
  border: 2px solid #7A7260;
  height: 2rem;
  width: 32px;
  display: flex;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  align-items: center;
  color: #7A7260;
  margin-left: auto;
  flex-shrink: 0;
}