html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #0F0C08;
  min-height: 100vh;
  font-family: 'Barlow', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  color: #D9CCBA;
}.nms-layout_lew {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.nms-page_lew {
  min-height: 100vh;
  display: flex;
}.nms-main_lew {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1082px) {.nms-main_lew {
  padding-left: 13.75rem;
}
}
@media (max-width: 1081px) {.nms-main_lew {
  padding-bottom: 4.5rem;
}
}.nms-gc_lew {
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  overflow: hidden;
  background: #151109;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  width: 140px;
}
@media(min-width: 637px) {.nms-gc_lew {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.nms-gc_lew {
  width: 168px;
}
}.nms-gc_lew:hover {
  border-color: rgba(255,125,0,0.08);
  transform: translateY(-3px);
}.nms-gc_img_lew {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.nms-gc_img_lew img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
}.nms-gc_hover_lew {
  background: rgba(8,5,3,0.72);
  transition: opacity .2s;
  inset: 0;
  align-items: center;
  position: absolute;
  opacity: 0;
  justify-content: center;
  display: flex;
}.nms-gc_lew:hover .nms-gc_hover_lew {
  opacity: 1;
}.nms-gc_hover_btn_lew {
  background: #FF7D00;
  padding: 0.5rem 16px;
  border-radius: 0.313rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #F6F0E6;
}.nms-gc_info_lew {
  padding: 0.5rem 0.625rem 0.625rem;
}.nms-gc_name_lew {
  overflow: hidden;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  color: #D9CCBA;
  max-width: 100%;
  text-overflow: ellipsis;
}.nms-gc_prov_lew {
  color: #6A5D47;
  font-size: 10px;
}.nms-gc_tag_lew {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  letter-spacing: .04em;
  font-weight: 700;
  text-transform: uppercase;
  left: 6px;
  top: 6px;
  z-index: 2;
  font-size: 9px;
  position: absolute;
}.nms-gc_tag_hot_lew {
  background: #E52828;
  color: #fff;
}.nms-gc_tag_new_lew {
  background: #27C469;
  color: #0F0C08;
}.nms-gc_tag_jp_lew {
  background: #FFB700;
  color: #0F0C08;
}.nms-gc_tag_ex_lew {
  background: #FF3D00;
  color: #fff;
}.nms-gc_tag_live_lew {
  background: #E52828;
  color: #fff;
}.nms-gr_lew {
  background: #0F0C08;
  padding: 2rem 16px 0;
}
@media(min-width:768px) {.nms-gr_lew {
  padding: 36px 24px 0;
}
}.nms-gr_in_lew {
  margin: 0 auto;
  max-width: 1340px;
}.nms-gr_head_lew {
  gap: 12px;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.nms-gr_head_l_lew {
  flex: 1;
  gap: 10px;
  min-width: 0;
  display: flex;
  align-items: center;
}.nms-gr_ic_lew {
  border-radius: 0.5rem;
  width: 2rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  height: 32px;
  justify-content: center;
}.nms-gr_ic_lew svg {
  width: 1rem;
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
}.nms-gr_title_lew {
  font-size: 16px;
  color: #F6F0E6;
  overflow-wrap: break-word;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 765px) {.nms-gr_title_lew {
  font-size: 1.125rem;
}
}.nms-gr_more_lew {
  transition: color .2s;
  gap: 5px;
  font-weight: 600;
  flex-shrink: 0;
  white-space: nowrap;
  color: #7D6E56;
  font-size: 12px;
  display: flex;
  align-items: center;
}.nms-gr_more_lew:hover {
  color: #FF7D00;
}.nms-gr_more_lew svg {
  stroke-linecap: round;
  height: 0.75rem;
  width: 12px;
  stroke-linejoin: round;
}.nms-gr_arrows_lew {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.nms-gr_arr_lew {
  border-radius: 0.313rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.11);
  transition: background .15s,color .15s;
  color: #A8987F;
  display: flex;
  align-items: center;
  height: 1.875rem;
  justify-content: center;
  width: 30px;
}.nms-gr_arr_lew:hover {
  background: rgba(255,255,255,0.07);
  color: #F6F0E6;
}.nms-gr_arr_lew svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 13px;
  width: 13px;
}.nms-gr_seo_h_lew {
  margin: 0 0 0.375rem;
  max-width: 42.5rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  color: #D9CCBA;
  font-weight: 700;
}
@media(min-width: 771px) {.nms-gr_seo_h_lew {
  font-size: 14px;
}
}.nms-gr_seo_lew {
  color: #7D6E56;
  max-width: 680px;
  font-size: 0.75rem;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  line-height: 1.55;
}.nms-gr_seo_lew strong {
  color: #D9CCBA;
  font-weight: 600;
}.nms-gr_scroll_lew {
  gap: 10px;
  padding-bottom: 0.625rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  scrollbar-width: none;
}.nms-gr_scroll_lew::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.nms-gr_scroll_lew {
  gap: 0.75rem;
}
}.nms-tb_lew {
  background: #0F0C08;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  right: 0;
  position: fixed;
  height: 56px;
  z-index: 80;
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
}.nms-tb_in_lew {
  padding: 0 0.875rem;
  gap: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}.nms-tb_burger_lew {
  border-radius: 0.5rem;
  gap: 5px;
  align-items: center;
  width: 38px;
  margin-right: 0.5rem;
  height: 2.375rem;
  flex-direction: column;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}.nms-tb_burger_lew:hover {
  background: rgba(255,255,255,0.05);
}.nms-tb_burger_line_lew {
  border-radius: 1px;
  background: #A8987F;
  height: 2px;
  display: block;
  width: 1.125rem;
}
@media(min-width: 1077px) {.nms-tb_burger_lew {
  display: none;
}
}.nms-tb_logo_lew {
  gap: 9px;
  color: #F6F0E6;
  flex-shrink: 0;
  margin-right: 20px;
  font-weight: 800;
  align-items: center;
  font-size: 1.125rem;
  overflow-wrap: break-word;
  display: flex;
  letter-spacing: -.01em;
}.nms-tb_logo_mark_lew {
  overflow: hidden;
  border-radius: 0.5rem;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 32px;
}.nms-tb_logo_mark_lew img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.nms-tb_nav_lew {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 643px) {.nms-tb_nav_lew {
  display: flex;
}
}.nms-tb_tab_lew {
  border-radius: 8px;
  padding: 8px 14px;
  transition: background .15s,color .15s;
  color: #A8987F;
  white-space: nowrap;
  font-weight: 600;
  font-size: 13px;
}.nms-tb_tab_lew:hover {
  background: rgba(255,255,255,0.05);
  color: #F6F0E6;
}.nms-tb_tab_lew.nms-state_active_lew {
  background: rgba(255,125,0,0.18);
  color: #F6F0E6;
}.nms-tb_right_lew {
  gap: 0.5rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  margin-left: auto;
}.nms-tb_login_lew {
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s,color .2s;
  border-radius: 0.5rem;
  background: rgba(255,255,255,0.05);
  padding: 0.563rem 16px;
  font-size: 13px;
  display: none;
  font-weight: 600;
  color: #D9CCBA;
}.nms-tb_login_lew:hover {
  border-color: rgba(255,130,0,0.45);
  color: #F6F0E6;
}
@media(min-width: 478px) {.nms-tb_login_lew {
  display: block;
}
}.nms-tb_reg_lew {
  border-radius: 8px;
  background: #27C469;
  transition: background .2s;
  padding: 9px 18px;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
  color: #120D04;
}.nms-tb_reg_lew:hover {
  background: #36D87C;
}.nms-sb_lew {
  background: #1B1610;
  border-right: 1px solid rgba(255,255,255,0.05);
  transform: translateX(-100%);
  transition: transform .25s ease;
  left: 0;
  overflow-y: auto;
  bottom: 0;
  width: 13.75rem;
  top: 56px;
  z-index: 70;
  position: fixed;
}.nms-sb_lew.nms-state_open_lew {
  transform: translateX(0);
}.nms-sb_lew::-webkit-scrollbar {
  width: 0.25rem;
}.nms-sb_lew::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1077px) {.nms-sb_lew {
  transform: translateX(0);
}
}.nms-sb_auth_lew {
  padding: 14px 12px 10px;
}.nms-sb_btn_reg_lew {
  padding: 0.688rem;
  transition: background .2s;
  border-radius: 0.5rem;
  background: #27C469;
  font-size: 0.813rem;
  display: block;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #120D04;
  font-weight: 700;
}.nms-sb_btn_reg_lew:hover {
  background: #36D87C;
}.nms-sb_btn_login_lew {
  padding: 0.625rem;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.5rem;
  background: rgba(255,255,255,0.05);
  font-size: 13px;
  color: #D9CCBA;
  display: block;
  text-align: center;
  font-weight: 600;
}.nms-sb_btn_login_lew:hover {
  border-color: rgba(255,130,0,0.45);
  color: #F6F0E6;
}.nms-sb_promo_lew {
  border-radius: 0.5rem;
  padding: 0.75rem 14px;
  background: linear-gradient(135deg,#2C1200,#1B1610);
  border: 1px solid rgba(255,125,0,0.18);
  overflow: hidden;
  margin: 0 0.75rem 0.625rem;
  position: relative;
}.nms-sb_promo_lew::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(255,125,0,0.18),transparent 70%);
  right: -20px;
  top: -1.25rem;
  content: '';
  width: 80px;
  height: 80px;
  position: absolute;
}.nms-sb_promo_title_lew {
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 0.688rem;
  font-weight: 700;
  color: #FF7D00;
}.nms-sb_promo_text_lew {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: break-word;
  color: #F6F0E6;
}.nms-sb_promo_sub_lew {
  margin-top: 3px;
  font-size: 0.625rem;
  color: #7D6E56;
}.nms-sb_nav_lew {
  padding: 6px 8px 16px;
}.nms-sb_nav_lb_lew {
  padding: 0.625rem 0.5rem 6px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.625rem;
  font-weight: 700;
  color: #6A5D47;
}.nms-sb_link_lew {
  transition: background .15s,color .15s;
  border-radius: 5px;
  padding: 9px 0.625rem;
  gap: 10px;
  cursor: pointer;
  align-items: center;
  display: flex;
  color: #A8987F;
  overflow-wrap: break-word;
  font-weight: 500;
  font-size: 0.813rem;
}.nms-sb_link_lew:hover {
  background: rgba(255,255,255,0.05);
  color: #F6F0E6;
}.nms-sb_link_lew.nms-state_active_lew {
  background: rgba(255,125,0,0.18);
  color: #F6F0E6;
}.nms-sb_ic_lew {
  border-radius: 0.313rem;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}.nms-sb_ic_lew svg {
  stroke-linecap: round;
  width: 16px;
  height: 16px;
  stroke-linejoin: round;
}.nms-sb_ic_1_lew {
  background: rgba(255,125,0,0.08);
  color: #FF7D00;
}.nms-sb_ic_2_lew {
  background: rgba(39,196,105,0.16);
  color: #27C469;
}.nms-sb_ic_3_lew {
  background: rgba(255,183,0,0.15);
  color: #FFB700;
}.nms-sb_ic_4_lew {
  background: rgba(255,61,0,0.20);
  color: #FF3D00;
}.nms-sb_ic_5_lew {
  background: rgba(255,125,0,0.08);
  color: #FF2E7E;
}.nms-sb_ic_6_lew {
  background: rgba(255,61,0,0.20);
  color: #A030F0;
}.nms-sb_badge_lew {
  background: #FFB700;
  border-radius: 0.313rem;
  padding: 2px 0.438rem;
  font-weight: 700;
  font-size: 0.563rem;
  color: #120D04;
  margin-left: auto;
}.nms-sb_bot_lew {
  gap: 0.5rem;
  padding: 0.75rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
}.nms-sb_lang_lew,.nms-sb_help_lew {
  background: rgba(255,255,255,0.05);
  padding: 9px 0.375rem;
  gap: 6px;
  transition: border-color .2s;
  flex: 1;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.313rem;
  align-items: center;
  font-size: 0.688rem;
  color: #A8987F;
  font-weight: 600;
  display: flex;
  justify-content: center;
}.nms-sb_lang_lew:hover,.nms-sb_help_lew:hover {
  border-color: rgba(255,130,0,0.45);
  color: #F6F0E6;
}.nms-sb_lang_lew svg,.nms-sb_help_lew svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 13px;
  width: 13px;
}.nms-sb_bd_lew {
  inset: 0;
  background: rgba(8,5,3,0.72);
  display: none;
  z-index: 69;
  position: fixed;
}.nms-sb_bd_lew.nms-state_on_lew {
  display: block;
}
@media(min-width: 1082px) {.nms-sb_bd_lew {
  display: none!important;
}
}.nms-mob_nav_lew {
  border-top: 1px solid rgba(255,255,255,0.11);
  background: #1B1610;
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  position: fixed;
  z-index: 80;
  display: flex;
  bottom: 0;
  right: 0;
  left: 0;
}
@media(min-width: 1081px) {.nms-mob_nav_lew {
  display: none;
}
}.nms-mob_nav_item_lew {
  gap: 4px;
  padding: 0.25rem 2px;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  color: #6A5D47;
}.nms-mob_nav_ic_lew {
  line-height: 1;
}.nms-mob_nav_ic_lew svg {
  stroke-linejoin: round;
  width: 20px;
  stroke-linecap: round;
  height: 20px;
}.nms-mob_nav_lb_lew {
  color: #6A5D47;
  font-weight: 600;
  font-size: 10px;
}.nms-mob_nav_item_lew.nms-state_active_lew {
  color: #FF7D00;
}.nms-mob_nav_item_lew.nms-state_active_lew .nms-mob_nav_lb_lew {
  color: #FF7D00;
}.nms-hero_lew {
  background: #0F0C08;
  padding: 1.25rem 16px 0;
}
@media(min-width: 769px) {.nms-hero_lew {
  padding: 1.5rem 24px 0;
}
}.nms-hero_in_lew {
  margin: 0 auto;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 83.75rem;
}
@media(min-width: 857px) {.nms-hero_in_lew {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1102px) {.nms-hero_in_lew {
  grid-template-columns: 1fr 340px;
}
}.nms-hero_promo_lew {
  overflow: hidden;
  border-radius: 13px;
  background: #151109;
  align-items: stretch;
  position: relative;
  display: flex;
  min-height: 220px;
}
@media(min-width: 765px) {.nms-hero_promo_lew {
  min-height: 280px;
}
}.nms-hero_promo_bg_lew {
  background: linear-gradient(120deg,#2C1200 0%,#0F0C08 100%);
  inset: 0;
  background-position: center;
  position: absolute;
  background-size: cover;
}.nms-hero_promo_bg_lew::after {
  inset: 0;
  background: linear-gradient(90deg,#0F0C08 0%,rgba(8,5,3,0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.nms-hero_promo_glow_lew {
  background: radial-gradient(circle,rgba(255,61,0,0.20) 0%,transparent 65%);
  border-radius: 50%;
  top: -40px;
  position: absolute;
  right: 60px;
  width: 18.75rem;
  height: 300px;
  pointer-events: none;
}.nms-hero_promo_ct_lew {
  padding: 28px 24px 28px 1.75rem;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 30rem;
}
@media(min-width: 766px) {.nms-hero_promo_ct_lew {
  padding: 40px 2rem;
}
}.nms-hero_badge_lew {
  border-radius: 1.25rem;
  padding: 5px 0.75rem;
  background: rgba(255,125,0,0.18);
  border: 1px solid rgba(255,125,0,0.08);
  margin-bottom: 0.875rem;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #FF7D00;
}.nms-hero_h1_lew {
  line-height: 1.15;
  color: #F6F0E6;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.625rem;
  margin-bottom: 0.625rem;
  font-family: 'Barlow Condensed', sans-serif;
}.nms-hero_h1_lew em {
  color: #FFB700;
  font-style: normal;
}
@media(min-width: 769px) {.nms-hero_h1_lew {
  font-size: 2.25rem;
}
}.nms-hero_sub_lew {
  font-size: 0.813rem;
  margin-bottom: 1.25rem;
  color: #A8987F;
  line-height: 1.55;
}
@media(min-width: 767px) {.nms-hero_sub_lew {
  font-size: 14px;
}
}.nms-hero_row_lew {
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.nms-hero_cta_lew {
  border-radius: 0.5rem;
  padding: 0.813rem 1.625rem;
  transition: background .2s;
  background: #27C469;
  box-shadow: 0 4px 18px rgba(39,196,105,0.40);
  color: #120D04;
  font-size: 0.875rem;
  font-weight: 700;
}.nms-hero_cta_lew:hover {
  background: #36D87C;
}.nms-hero_terms_lew {
  color: #6A5D47;
  font-size: 0.688rem;
}.nms-hero_game_lew {
  overflow: hidden;
  background: #151109;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.813rem;
  display: flex;
  position: relative;
  flex-direction: column;
}.nms-hero_game_badge_lew {
  padding: 0.313rem 10px;
  border: 1px solid rgba(255,183,0,0.15);
  background: rgba(255,183,0,0.15);
  border-radius: 20px;
  letter-spacing: .06em;
  font-weight: 700;
  z-index: 3;
  font-size: 0.625rem;
  color: #FFB700;
  position: absolute;
  left: 12px;
  top: 12px;
  text-transform: uppercase;
}.nms-hero_game_badge_lew svg {
  height: 11px;
  vertical-align: -1px;
  width: 0.688rem;
  margin-right: 4px;
}.nms-hero_game_img_lew {
  background: linear-gradient(135deg,#2C1200,#0F0C08);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.nms-hero_game_img_lew img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}.nms-hero_game_play_lew {
  background: rgba(8,5,3,0.72);
  transition: opacity .2s;
  inset: 0;
  align-items: center;
  position: absolute;
  justify-content: center;
  display: flex;
  opacity: 0;
}.nms-hero_game_lew:hover .nms-hero_game_play_lew {
  opacity: 1;
}.nms-hero_game_play_lew span {
  border-radius: 50%;
  background: #FF7D00;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 3.25rem;
}.nms-hero_game_play_lew span svg {
  width: 1.125rem;
  height: 18px;
  margin-left: 2px;
}.nms-hero_game_info_lew {
  padding: 14px 16px;
}.nms-hero_game_title_lew {
  color: #F6F0E6;
  font-size: 15px;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-weight: 700;
}.nms-hero_game_provider_lew {
  color: #7D6E56;
  font-size: 0.688rem;
}.nms-hero_game_btn_lew {
  border-radius: 8px;
  padding: 11px;
  margin: 12px 16px 1rem;
  background: #FF7D00;
  transition: background .2s;
  text-align: center;
  display: block;
  font-size: 0.813rem;
  font-weight: 700;
  color: #F6F0E6;
}.nms-hero_game_lew:hover .nms-hero_game_btn_lew {
  background: #FF9B2E;
}.nms-sbar_lew {
  background: #0F0C08;
  padding: 16px 1rem 0;
}
@media(min-width: 769px) {.nms-sbar_lew {
  padding: 1.125rem 24px 0;
}
}.nms-sbar_in_lew {
  margin: 0 auto;
  max-width: 83.75rem;
}.nms-sbar_row_lew {
  gap: 0.625rem;
  flex-wrap: wrap;
  margin-bottom: 12px;
  display: flex;
}.nms-sbar_input_lew {
  padding: 11px 16px;
  border-radius: 0.5rem;
  transition: border-color .2s;
  background: #151109;
  border: 1px solid rgba(255,255,255,0.11);
  gap: 10px;
  flex: 1;
  align-items: center;
  font-size: 0.813rem;
  cursor: pointer;
  color: #7D6E56;
  display: flex;
}.nms-sbar_input_lew:hover {
  border-color: rgba(255,130,0,0.45);
}.nms-sbar_input_lew svg {
  flex-shrink: 0;
  stroke-linecap: round;
  height: 0.938rem;
  width: 0.938rem;
  stroke-linejoin: round;
}.nms-sbar_providers_lew {
  gap: 0.5rem;
  transition: border-color .2s;
  background: #151109;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 0.688rem 18px;
  display: flex;
  font-weight: 600;
  white-space: nowrap;
  font-size: 13px;
  align-items: center;
  color: #D9CCBA;
}.nms-sbar_providers_lew:hover {
  border-color: rgba(255,130,0,0.45);
  color: #F6F0E6;
}.nms-sbar_providers_lew svg {
  width: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 14px;
}.nms-sbar_tabs_lew {
  gap: 6px;
  display: flex;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}.nms-sbar_tabs_lew::-webkit-scrollbar {
  display: none;
}.nms-sbar_tab_lew {
  padding: 8px 0.875rem;
  gap: 0.438rem;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.05);
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 1.25rem;
  color: #A8987F;
  flex-shrink: 0;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 12px;
}.nms-sbar_tab_lew:hover {
  border-color: rgba(255,130,0,0.45);
  background: rgba(255,255,255,0.07);
  color: #F6F0E6;
}.nms-sbar_tab_lew.nms-state_active_lew {
  background: rgba(255,125,0,0.18);
  border-color: rgba(255,125,0,0.08);
  color: #F6F0E6;
}.nms-sbar_tab_ic_lew svg {
  width: 0.875rem;
  stroke-linejoin: round;
  height: 14px;
  stroke-linecap: round;
}.nms-gr_jp_lew {
  background: linear-gradient(135deg,#1E082E 0%,#0A0512 100%);
  overflow: hidden;
  border-radius: 13px;
  padding: 20px;
  position: relative;
}.nms-gr_jp_lew::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(255,61,0,0.20) 0%,transparent 70%);
  height: 15.625rem;
  width: 15.625rem;
  content: '';
  left: -60px;
  top: -3.75rem;
  position: absolute;
}.nms-gr_jp_lew::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(255,183,0,0.15) 0%,transparent 70%);
  bottom: -2.5rem;
  width: 12.5rem;
  right: 0;
  position: absolute;
  content: '';
  height: 12.5rem;
}.nms-gr_jp_head_lew {
  gap: 1rem;
  align-items: flex-start;
  display: flex;
  z-index: 1;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}.nms-gr_jp_info_lew {
  flex: 1;
}.nms-gr_jp_label_lew {
  color: #A030F0;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.375rem;
}.nms-gr_jp_label_lew svg {
  width: 14px;
  stroke-linejoin: round;
  margin-right: 4px;
  stroke-linecap: round;
  height: 14px;
  vertical-align: -2px;
}.nms-gr_jp_amount_lew {
  color: #F6F0E6;
  font-size: 2rem;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 4px;
  line-height: 1;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.nms-gr_jp_amount_lew {
  font-size: 40px;
}
}.nms-gr_jp_amount_lew span {
  color: #FFB700;
}.nms-gr_jp_seo_lew {
  max-width: 480px;
  line-height: 1.5;
  overflow-wrap: break-word;
  color: #A8987F;
  font-size: 0.75rem;
}.nms-gr_jp_cta_lew {
  transition: background .2s;
  padding: 11px 1.25rem;
  border-radius: 8px;
  border: 1px solid rgba(255,61,0,0.20);
  background: rgba(255,61,0,0.20);
  align-self: flex-start;
  margin-top: 4px;
  z-index: 1;
  color: #F6F0E6;
  flex-shrink: 0;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
  font-size: 13px;
}.nms-gr_jp_cta_lew:hover {
  background: #FF3D00;
}.nms-gcg_lew {
  padding: 36px 16px 0;
  background: #0F0C08;
}
@media(min-width: 770px) {.nms-gcg_lew {
  padding: 44px 24px 0;
}
}.nms-gcg_in_lew {
  margin: 0 auto;
  max-width: 1340px;
}.nms-gcg_head_lew {
  max-width: 45rem;
  margin-bottom: 20px;
}.nms-gcg_label_lew {
  color: #FF7D00;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.nms-gcg_h2_lew {
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F6F0E6;
  overflow-wrap: break-word;
  font-size: 22px;
}
@media(min-width: 770px) {.nms-gcg_h2_lew {
  font-size: 1.75rem;
}
}.nms-gcg_intro_lew {
  font-size: 0.813rem;
  line-height: 1.6;
  color: #7D6E56;
}.nms-gcg_grid_lew {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.nms-gcg_grid_lew {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.nms-gcg_grid_lew {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.nms-gcg_card_lew {
  border: 1px solid rgba(255,255,255,0.11);
  overflow: hidden;
  padding: 20px;
  transition: transform .2s,border-color .2s;
  border-radius: 0.813rem;
  justify-content: flex-end;
  min-height: 240px;
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}.nms-gcg_card_lew:hover {
  border-color: rgba(255,125,0,0.18);
  transform: translateY(-3px);
}.nms-gcg_card_bg_lew {
  inset: 0;
  position: absolute;
  z-index: 0;
}.nms-gcg_card_bg_lew::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.nms-gcg_card_ic_lew {
  background: rgba(0,0,0,.45);
  border-radius: 5px;
  right: 1.125rem;
  z-index: 2;
  width: 40px;
  position: absolute;
  top: 18px;
  color: #F6F0E6;
  justify-content: center;
  height: 40px;
  display: flex;
  align-items: center;
}.nms-gcg_card_ic_lew svg {
  stroke-linejoin: round;
  height: 20px;
  stroke-linecap: round;
  width: 1.25rem;
}.nms-gcg_card_ct_lew {
  z-index: 1;
  position: relative;
}.nms-gcg_card_h_lew {
  color: #F6F0E6;
  line-height: 1.2;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 767px) {.nms-gcg_card_h_lew {
  font-size: 20px;
}
}.nms-gcg_card_p_lew {
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
}.nms-gcg_card_p_lew strong {
  color: #F6F0E6;
  font-weight: 600;
}.nms-gcg_card_cta_lew {
  gap: 0.25rem;
  letter-spacing: .04em;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  align-items: center;
  color: #FF7D00;
  display: inline-flex;
}.nms-gcg_card_cta_lew svg {
  height: 12px;
  width: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.nms-ws_lew {
  padding: 32px 16px 0;
  background: #0F0C08;
}
@media(min-width: 771px) {.nms-ws_lew {
  padding: 36px 24px 0;
}
}.nms-ws_in_lew {
  margin: 0 auto;
  max-width: 83.75rem;
}.nms-ws_head_lew {
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.875rem;
  justify-content: space-between;
}.nms-ws_title_lew {
  gap: 10px;
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Barlow Condensed', sans-serif;
  flex-wrap: wrap;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  color: #F6F0E6;
}.nms-ws_title_ic_lew svg {
  color: #FFB700;
  height: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.125rem;
}.nms-ws_online_lew {
  gap: 7px;
  align-items: center;
  display: flex;
  color: #7D6E56;
  font-size: 12px;
  font-weight: 600;
}.nms-ws_online_dot_lew {
  background: #27C469;
  border-radius: 50%;
  width: 8px;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(39,196,105,0.16);
  height: 0.5rem;
}.nms-ws_scroll_lew {
  gap: 0.5rem;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 0.5rem;
  overflow-x: auto;
}.nms-ws_scroll_lew::-webkit-scrollbar {
  display: none;
}.nms-wc_lew {
  border: 1px solid rgba(255,255,255,0.11);
  padding: 10px 14px;
  gap: 0.625rem;
  border-radius: 8px;
  background: #151109;
  align-items: center;
  min-width: 13.75rem;
  display: flex;
  flex-shrink: 0;
}.nms-wc_img_lew {
  border-radius: 5px;
  overflow: hidden;
  background: #1B1610;
  width: 2.25rem;
  flex-shrink: 0;
  height: 2.25rem;
}.nms-wc_img_lew img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.nms-wc_info_lew {
  min-width: 0;
}.nms-wc_game_lew {
  overflow: hidden;
  font-size: 0.75rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #D9CCBA;
}.nms-wc_player_lew {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #6A5D47;
  font-size: 0.625rem;
}.nms-wc_amount_lew {
  font-weight: 700;
  margin-left: auto;
  flex-shrink: 0;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #27C469;
}.nms-app_lew {
  background: #0F0C08;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.nms-app_lew {
  padding: 2.75rem 1.5rem 0;
}
}.nms-app_in_lew {
  margin: 0 auto;
  max-width: 83.75rem;
}.nms-app_head_lew {
  margin-bottom: 16px;
}.nms-app_label_lew {
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  color: #FF7D00;
}.nms-app_h2_lew {
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  color: #F6F0E6;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.nms-app_h2_lew {
  font-size: 24px;
}
}.nms-app_sub_lew {
  font-size: 13px;
  overflow-wrap: break-word;
  max-width: 37.5rem;
  color: #7D6E56;
  line-height: 1.6;
}.nms-app_sub_lew strong {
  color: #D9CCBA;
  font-weight: 700;
}.nms-app_cards_lew {
  gap: 0.625rem;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.nms-app_cards_lew {
  grid-template-columns: repeat(3,1fr);
}
}.nms-app_card_lew {
  gap: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 20px;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
  display: flex;
}.nms-app_card_ios_lew {
  background: linear-gradient(135deg,rgba(255,125,0,0.18) 0%,#1B1610 100%);
}.nms-app_card_android_lew {
  background: linear-gradient(135deg,rgba(39,196,105,0.16) 0%,#1B1610 100%);
}.nms-app_card_win_lew {
  background: linear-gradient(135deg,rgba(255,183,0,0.15) 0%,#1B1610 100%);
}.nms-app_card_ic_lew svg {
  height: 34px;
  width: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.nms-app_card_ic_lew {
  color: #F6F0E6;
  flex-shrink: 0;
}.nms-app_card_os_lew {
  margin-bottom: 6px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #7D6E56;
  font-size: 10px;
  font-weight: 700;
}.nms-app_card_title_lew {
  margin-bottom: 6px;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.938rem;
  color: #F6F0E6;
  line-height: 1.2;
}.nms-app_card_text_lew {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 0.875rem;
  color: #7D6E56;
  overflow-wrap: break-word;
}.nms-app_card_btn_lew {
  transition: background .2s;
  border-radius: 5px;
  padding: 0.625rem 1.125rem;
  gap: 0.438rem;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,130,0,0.45);
  font-size: 0.813rem;
  color: #F6F0E6;
  align-items: center;
  display: inline-flex;
  font-weight: 700;
}.nms-app_card_btn_lew:hover {
  background: rgba(255,255,255,0.07);
}.nms-prov_lew {
  padding: 2.25rem 16px 0;
  background: #0F0C08;
}
@media(min-width: 766px) {.nms-prov_lew {
  padding: 44px 24px 0;
}
}.nms-prov_in_lew {
  margin: 0 auto;
  max-width: 1340px;
}.nms-prov_head_lew {
  margin-bottom: 16px;
}.nms-prov_label_lew {
  font-weight: 700;
  text-transform: uppercase;
  color: #FF7D00;
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 0.5rem;
}.nms-prov_h2_lew {
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  color: #F6F0E6;
}
@media(min-width:768px) {.nms-prov_h2_lew {
  font-size: 1.5rem;
}
}.nms-prov_seo_lew {
  max-width: 620px;
  margin-bottom: 1rem;
  color: #7D6E56;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.6;
}.nms-prov_seo_lew strong {
  color: #D9CCBA;
  font-weight: 700;
}.nms-prov_seo_lew a {
  text-decoration: underline;
  color: #FF7D00;
}.nms-prov_grid_lew {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 638px) {.nms-prov_grid_lew {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.nms-prov_grid_lew {
  grid-template-columns: repeat(8,1fr);
}
}.nms-prov_card_lew {
  gap: 0.438rem;
  padding: 14px 0.625rem;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  transition: border-color .2s,background .2s;
  background: #151109;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  display: flex;
}.nms-prov_card_lew:hover {
  background: #1B1610;
  border-color: rgba(255,130,0,0.45);
}.nms-prov_logo_lew {
  border-radius: 5px;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  width: 44px;
  display: flex;
}.nms-prov_logo_lew img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.nms-prov_name_lew {
  font-weight: 600;
  text-align: center;
  color: #A8987F;
  overflow-wrap: break-word;
  font-size: 11px;
}.nms-reg_lew {
  background: #0F0C08;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.nms-reg_lew {
  padding: 44px 24px 0;
}
}.nms-reg_in_lew {
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.813rem;
  background: #1B1610;
  padding: 1.75rem 1.5rem;
  max-width: 1340px;
}
@media(min-width: 770px) {.nms-reg_in_lew {
  padding: 2.5rem;
}
}.nms-reg_top_lew {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 859px) {.nms-reg_top_lew {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.nms-reg_label_lew {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  color: #FF7D00;
}.nms-reg_h2_lew {
  font-size: 22px;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F6F0E6;
  font-weight: 800;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
@media(min-width:768px) {.nms-reg_h2_lew {
  font-size: 28px;
}
}.nms-reg_bonus_lew {
  background: rgba(255,183,0,0.15);
  border-radius: 0.5rem;
  gap: 8px;
  padding: 0.625rem 16px;
  border: 1px solid rgba(255,183,0,0.15);
  margin-bottom: 1rem;
  align-items: center;
  display: inline-flex;
}.nms-reg_bonus_amount_lew {
  font-size: 20px;
  font-weight: 800;
  color: #FFB700;
}.nms-reg_bonus_text_lew {
  color: #A8987F;
  font-size: 13px;
  line-height: 1.35;
}.nms-reg_cta_btn_lew {
  background: #27C469;
  border-radius: 8px;
  padding: 0.875rem 32px;
  transition: background .2s;
  font-size: 15px;
  margin-bottom: 12px;
  box-shadow: 0 0.25rem 18px rgba(39,196,105,0.40);
  display: inline-block;
  font-weight: 700;
  color: #120D04;
}.nms-reg_cta_btn_lew:hover {
  background: #36D87C;
}.nms-reg_terms_lew {
  line-height: 1.5;
  color: #6A5D47;
  font-size: 0.688rem;
}.nms-reg_seo_lew {
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #7D6E56;
  line-height: 1.65;
  margin-top: 20px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  padding-top: 20px;
}.nms-reg_seo_lew p {
  line-height: 1.65;
  color: #7D6E56;
  font-size: 13px;
  margin-bottom: 10px;
}.nms-reg_seo_lew p:last-child {
  margin-bottom: 0;
}.nms-reg_seo_lew strong {
  font-weight: 700;
  color: #D9CCBA;
}.nms-reg_seo_lew a {
  transition: color .2s;
  text-decoration: underline;
  color: #FF7D00;
}.nms-reg_seo_lew a:hover {
  color: #FF9B2E;
}.nms-reg_seo_lew ul,.nms-reg_seo_lew ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.nms-reg_seo_lew ol {
  list-style: decimal;
}.nms-reg_seo_lew li {
  font-size: 0.813rem;
  margin-bottom: 4px;
  color: #7D6E56;
  line-height: 1.65;
}.nms-reg_seo_lew table {
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 0.625rem;
  font-size: 0.813rem;
  display: block;
}
@media(min-width: 770px) {.nms-reg_seo_lew table {
  display: table;
}
}.nms-reg_seo_lew th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.5rem;
  color: #D9CCBA;
  font-weight: 700;
  text-align: left;
}.nms-reg_seo_lew td {
  padding: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #7D6E56;
}.nms-reg_steps_lew {
  gap: 0.875rem;
  flex-direction: column;
  display: flex;
  margin-top: 28px;
}
@media(min-width:860px) {.nms-reg_steps_lew {
  margin-top: 0;
}
}.nms-reg_step_lew {
  padding: 16px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.05);
  gap: 0.875rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.nms-reg_step_num_lew {
  border: 1px solid rgba(255,125,0,0.08);
  background: rgba(255,125,0,0.18);
  border-radius: 50%;
  width: 2.125rem;
  flex-shrink: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 800;
  color: #FF7D00;
  justify-content: center;
  height: 2.125rem;
}.nms-reg_step_title_lew {
  font-size: 0.875rem;
  margin-bottom: 3px;
  font-weight: 700;
  color: #F6F0E6;
}.nms-reg_step_text_lew {
  line-height: 1.5;
  color: #7D6E56;
  font-size: 0.75rem;
}.nms-reg_trust_lew {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.625rem;
  display: flex;
  padding-top: 1.25rem;
  flex-wrap: wrap;
  margin-top: 20px;
}.nms-reg_trust_item_lew {
  gap: 7px;
  display: flex;
  color: #7D6E56;
  overflow-wrap: break-word;
  align-items: center;
  font-size: 0.75rem;
}.nms-reg_trust_ic_lew svg {
  color: #FF7D00;
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  width: 1rem;
}.nms-htp_lew {
  padding: 36px 1rem 0;
  background: #0F0C08;
}
@media(min-width: 769px) {.nms-htp_lew {
  padding: 2.75rem 1.5rem 0;
}
}.nms-htp_in_lew {
  margin: 0 auto;
  max-width: 1340px;
}.nms-htp_head_lew {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.nms-htp_label_lew {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #FF7D00;
}.nms-htp_h2_lew {
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #F6F0E6;
  font-size: 22px;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 771px) {.nms-htp_h2_lew {
  font-size: 28px;
}
}.nms-htp_intro_lew {
  line-height: 1.6;
  color: #7D6E56;
  font-size: 0.875rem;
}.nms-htp_steps_lew {
  list-style: none;
  padding: 0;
  gap: 0.75rem;
  margin: 0;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width: 643px) {.nms-htp_steps_lew {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.nms-htp_steps_lew {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.nms-htp_step_lew {
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  background: #1B1610;
  padding: 20px 18px 1.125rem;
  flex-direction: column;
  position: relative;
  display: flex;
}.nms-htp_step_num_lew {
  background: #FF7D00;
  border-radius: 50%;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.813rem;
  top: -0.75rem;
  height: 1.75rem;
  position: absolute;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 20px;
  width: 28px;
  color: #120D04;
}.nms-htp_step_ic_lew {
  margin: 8px 0 0.75rem;
  border-radius: 5px;
  background: rgba(255,125,0,0.18);
  align-items: center;
  color: #FF7D00;
  display: flex;
  width: 36px;
  justify-content: center;
  height: 2.25rem;
}.nms-htp_step_ic_lew svg {
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 18px;
}.nms-htp_step_h_lew {
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-weight: 700;
  color: #F6F0E6;
  font-size: 0.875rem;
  line-height: 1.25;
}.nms-htp_step_p_lew {
  color: #7D6E56;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.55;
}.nms-htp_step_p_lew strong {
  font-weight: 600;
  color: #D9CCBA;
}.nms-htp_cta_lew {
  border-radius: 8px;
  background: #27C469;
  padding: 13px 1.625rem;
  transition: background .2s;
  display: inline-block;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #120D04;
}.nms-htp_cta_lew:hover {
  background: #36D87C;
}.nms-bon_lew {
  padding: 36px 1rem 0;
  background: #0F0C08;
}
@media(min-width: 765px) {.nms-bon_lew {
  padding: 44px 1.5rem 0;
}
}.nms-bon_in_lew {
  margin: 0 auto;
  max-width: 83.75rem;
}.nms-bon_head_lew {
  margin-bottom: 20px;
}.nms-bon_label_lew {
  margin-bottom: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  color: #FF7D00;
  font-weight: 700;
}.nms-bon_h2_lew {
  font-size: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F6F0E6;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 800;
}
@media(min-width: 767px) {.nms-bon_h2_lew {
  font-size: 24px;
}
}.nms-bon_seo_lew {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #7D6E56;
  max-width: 620px;
  line-height: 1.6;
}.nms-bon_seo_lew strong {
  font-weight: 700;
  color: #D9CCBA;
}.nms-bon_seo_lew a {
  text-decoration: underline;
  color: #FF7D00;
}.nms-bon_grid_lew {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 642px) {.nms-bon_grid_lew {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.nms-bon_grid_lew {
  grid-template-columns: repeat(5,1fr);
}
}.nms-bon_card_lew {
  background: #151109;
  padding: 16px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s,transform .2s;
}.nms-bon_card_lew:hover {
  border-color: rgba(255,125,0,0.08);
  transform: translateY(-2px);
}.nms-bon_card_ic_lew svg {
  stroke-linejoin: round;
  height: 1.625rem;
  width: 1.625rem;
  stroke-linecap: round;
}.nms-bon_card_ic_lew {
  margin-bottom: 10px;
}.nms-bon_card_type_lew {
  letter-spacing: .06em;
  font-size: 10px;
  margin-bottom: 6px;
  font-weight: 700;
  color: #7D6E56;
  text-transform: uppercase;
}.nms-bon_card_amount_lew {
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.1;
  margin-bottom: 6px;
  color: #FFB700;
}.nms-bon_card_name_lew {
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #F6F0E6;
  font-weight: 600;
}.nms-bon_card_detail_lew {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 8px;
  font-size: 11px;
  line-height: 1.5;
  overflow-wrap: break-word;
  color: #6A5D47;
}.nms-seo_lew {
  background: #0F0C08;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.nms-seo_lew {
  padding: 44px 1.5rem 0;
}
}.nms-seo_in_lew {
  border: 1px solid rgba(255,255,255,0.11);
  background: #1B1610;
  margin: 0 auto;
  border-radius: 13px;
  padding: 1.75rem 24px;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.nms-seo_in_lew {
  padding: 2.25rem 2.5rem;
}
}.nms-seo_label_lew {
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  color: #FF7D00;
}.nms-seo_h2_lew {
  line-height: 1.25;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F6F0E6;
  font-weight: 800;
  margin-bottom: 14px;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.nms-seo_h2_lew {
  font-size: 24px;
}
}.nms-seo_body_lew {
  color: #A8987F;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.75;
}.nms-seo_body_lew p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 12px;
  color: #A8987F;
}.nms-seo_body_lew p:last-child {
  margin-bottom: 0;
}.nms-seo_body_lew strong {
  color: #D9CCBA;
  font-weight: 700;
}.nms-seo_body_lew a {
  transition: color .2s;
  color: #FF7D00;
  text-decoration: underline;
}.nms-seo_body_lew a:hover {
  color: #FF9B2E;
}.nms-seo_body_lew ul,.nms-seo_body_lew ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.nms-seo_body_lew ol {
  list-style: decimal;
}.nms-seo_body_lew li {
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #A8987F;
}.nms-seo_body_lew table {
  display: block;
  margin-bottom: 12px;
  width: 100%;
  font-size: 0.813rem;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 767px) {.nms-seo_body_lew table {
  display: table;
}
}.nms-seo_body_lew th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #D9CCBA;
  text-align: left;
  font-weight: 700;
}.nms-seo_body_lew td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #A8987F;
}.nms-seo_cols_lew {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.nms-seo_cols_lew {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.nms-seo_cols_lew {
  grid-template-columns: repeat(3,1fr);
}
}.nms-seo_col_h_lew {
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  color: #D9CCBA;
  font-size: 0.813rem;
  font-weight: 700;
}.nms-seo_col_p_lew {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #7D6E56;
  line-height: 1.65;
}.nms-seo_stats_lew {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.nms-seo_stat_lew {
  padding: 14px 1rem;
  border: 1px solid rgba(255,125,0,0.18);
  border-radius: 8px;
  background: rgba(255,125,0,0.08);
  flex: 1;
  min-width: 140px;
}.nms-seo_stat_val_lew {
  color: #FF7D00;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}.nms-seo_stat_lb_lew {
  overflow-wrap: break-word;
  color: #7D6E56;
  font-size: 11px;
}.nms-faq_lew {
  padding: 2.25rem 1rem 0;
  background: #0F0C08;
}
@media(min-width: 770px) {.nms-faq_lew {
  padding: 2.75rem 24px 0;
}
}.nms-faq_in_lew {
  margin: 0 auto;
  max-width: 83.75rem;
}.nms-faq_head_lew {
  margin-bottom: 1.25rem;
}.nms-faq_label_lew {
  letter-spacing: .08em;
  font-weight: 700;
  color: #FF7D00;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 8px;
}.nms-faq_h2_lew {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  color: #F6F0E6;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.nms-faq_h2_lew {
  font-size: 1.5rem;
}
}.nms-faq_list_lew {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.nms-faq_item_lew {
  border: 1px solid rgba(255,255,255,0.11);
  background: #1B1610;
  border-radius: 8px;
  overflow: hidden;
}.nms-faq_q_lew {
  transition: color .2s;
  gap: 0.75rem;
  padding: 16px 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  color: #D9CCBA;
  font-size: 0.875rem;
  font-weight: 600;
  display: flex;
  overflow-wrap: break-word;
}.nms-faq_q_lew:hover {
  color: #F6F0E6;
}.nms-faq_q_ic_lew {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255,255,255,0.05);
  flex-shrink: 0;
  justify-content: center;
  font-size: 1rem;
  color: #FF7D00;
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
}.nms-faq_item_lew.nms-state_open_lew .nms-faq_q_ic_lew {
  transform: rotate(45deg);
}.nms-faq_a_lew {
  padding: 0 1.25rem 1rem;
  line-height: 1.7;
  display: none;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #7D6E56;
}.nms-faq_item_lew.nms-state_open_lew .nms-faq_a_lew {
  display: block;
}.nms-faq_a_lew strong {
  color: #D9CCBA;
  font-weight: 700;
}.nms-faq_a_lew a {
  color: #FF7D00;
  text-decoration: underline;
}.nms-faq_a_lew ul,.nms-faq_a_lew ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.nms-faq_a_lew ol {
  list-style: decimal;
}.nms-faq_a_lew li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.nms-faq_a_lew table {
  margin: 8px 0;
  font-size: 12px;
  border-collapse: collapse;
  display: block;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 770px) {.nms-faq_a_lew table {
  display: table;
}
}.nms-faq_a_lew th {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  color: #D9CCBA;
  font-weight: 700;
}.nms-faq_a_lew td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #7D6E56;
}.nms-seo_lew {
  background: #0F0C08;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.nms-seo_lew {
  padding: 2.75rem 24px 0;
}
}.nms-seo_in_lew {
  border: 1px solid rgba(255,255,255,0.11);
  background: #1B1610;
  margin: 0 auto;
  padding: 1.75rem 24px;
  border-radius: 13px;
  max-width: 1340px;
}
@media(min-width: 770px) {.nms-seo_in_lew {
  padding: 2.25rem 40px;
}
}.nms-seo_label_lew {
  letter-spacing: .08em;
  color: #FF7D00;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}.nms-seo_h2_lew {
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F6F0E6;
  line-height: 1.25;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 770px) {.nms-seo_h2_lew {
  font-size: 1.5rem;
}
}.nms-seo_body_lew {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A8987F;
}.nms-seo_body_lew p {
  line-height: 1.75;
  font-size: 14px;
  color: #A8987F;
  margin-bottom: 12px;
}.nms-seo_body_lew p:last-child {
  margin-bottom: 0;
}.nms-seo_body_lew strong {
  color: #D9CCBA;
  font-weight: 700;
}.nms-seo_body_lew a {
  transition: color .2s;
  color: #FF7D00;
  text-decoration: underline;
}.nms-seo_body_lew a:hover {
  color: #FF9B2E;
}.nms-seo_body_lew ul,.nms-seo_body_lew ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.nms-seo_body_lew ol {
  list-style: decimal;
}.nms-seo_body_lew li {
  font-size: 0.875rem;
  color: #A8987F;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.nms-seo_body_lew table {
  font-size: 13px;
  border-collapse: collapse;
  margin-bottom: 12px;
  overflow-x: auto;
  display: block;
  width: 100%;
}
@media(min-width: 765px) {.nms-seo_body_lew table {
  display: table;
}
}.nms-seo_body_lew th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 12px;
  font-weight: 700;
  text-align: left;
  color: #D9CCBA;
}.nms-seo_body_lew td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #A8987F;
}.nms-seo_cols_lew {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.nms-seo_cols_lew {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.nms-seo_cols_lew {
  grid-template-columns: repeat(3,1fr);
}
}.nms-seo_col_h_lew {
  overflow-wrap: break-word;
  margin-bottom: 7px;
  color: #D9CCBA;
  font-size: 0.813rem;
  font-weight: 700;
}.nms-seo_col_p_lew {
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #7D6E56;
}.nms-seo_stats_lew {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.nms-seo_stat_lew {
  flex: 1;
  border-radius: 8px;
  background: rgba(255,125,0,0.08);
  padding: 0.875rem 1rem;
  border: 1px solid rgba(255,125,0,0.18);
  min-width: 140px;
}.nms-seo_stat_val_lew {
  font-size: 1.25rem;
  margin-bottom: 4px;
  color: #FF7D00;
  overflow-wrap: break-word;
  font-weight: 800;
}.nms-seo_stat_lb_lew {
  color: #7D6E56;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.nms-pmt_lew {
  padding: 2.25rem 16px 0;
  background: #0F0C08;
}
@media(min-width: 769px) {.nms-pmt_lew {
  padding: 44px 1.5rem 0;
}
}.nms-pmt_in_lew {
  margin: 0 auto;
  max-width: 1340px;
}.nms-pmt_head_lew {
  margin-bottom: 22px;
  max-width: 720px;
}.nms-pmt_label_lew {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #FF7D00;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 8px;
}.nms-pmt_h2_lew {
  font-size: 22px;
  margin-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  color: #F6F0E6;
  font-weight: 800;
}
@media(min-width: 769px) {.nms-pmt_h2_lew {
  font-size: 28px;
}
}.nms-pmt_intro_lew {
  font-size: 0.875rem;
  color: #7D6E56;
  line-height: 1.6;
  overflow-wrap: break-word;
}.nms-pmt_groups_lew {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.nms-pmt_group_lew {
  padding: 1.25rem;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.11);
  background: #1B1610;
}.nms-pmt_group_head_lew {
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
  display: flex;
}.nms-pmt_group_ic_lew {
  background: rgba(255,125,0,0.18);
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #FF7D00;
  flex-shrink: 0;
  height: 2.25rem;
  width: 36px;
}.nms-pmt_group_ic_lew svg {
  height: 1.125rem;
  stroke-linecap: round;
  width: 1.125rem;
  stroke-linejoin: round;
}.nms-pmt_group_h_lew {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F6F0E6;
  font-weight: 700;
  font-size: 16px;
  overflow-wrap: break-word;
}.nms-pmt_group_p_lew {
  color: #7D6E56;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  line-height: 1.6;
  font-size: 0.813rem;
}.nms-pmt_group_p_lew strong {
  font-weight: 600;
  color: #D9CCBA;
}.nms-pmt_table_wrap_lew {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.nms-pmt_table_lew {
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
  min-width: 540px;
}.nms-pmt_table_lew th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  white-space: nowrap;
  font-size: 0.688rem;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .04em;
  color: #D9CCBA;
}.nms-pmt_table_lew td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.75rem;
  color: #7D6E56;
}.nms-pmt_table_lew tbody tr:last-child td {
  border-bottom: none;
}.nms-pmt_table_lew tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #D9CCBA;
}.nms-seo_lew {
  background: #0F0C08;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.nms-seo_lew {
  padding: 2.75rem 24px 0;
}
}.nms-seo_in_lew {
  padding: 1.75rem 1.5rem;
  background: #1B1610;
  border-radius: 13px;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.11);
  max-width: 83.75rem;
}
@media(min-width: 770px) {.nms-seo_in_lew {
  padding: 36px 40px;
}
}.nms-seo_label_lew {
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  color: #FF7D00;
  text-transform: uppercase;
}.nms-seo_h2_lew {
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  margin-bottom: 14px;
  font-weight: 800;
  color: #F6F0E6;
  line-height: 1.25;
}
@media(min-width: 766px) {.nms-seo_h2_lew {
  font-size: 24px;
}
}.nms-seo_body_lew {
  color: #A8987F;
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
}.nms-seo_body_lew p {
  color: #A8987F;
  margin-bottom: 0.75rem;
  font-size: 14px;
  line-height: 1.75;
}.nms-seo_body_lew p:last-child {
  margin-bottom: 0;
}.nms-seo_body_lew strong {
  color: #D9CCBA;
  font-weight: 700;
}.nms-seo_body_lew a {
  transition: color .2s;
  color: #FF7D00;
  text-decoration: underline;
}.nms-seo_body_lew a:hover {
  color: #FF9B2E;
}.nms-seo_body_lew ul,.nms-seo_body_lew ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.nms-seo_body_lew ol {
  list-style: decimal;
}.nms-seo_body_lew li {
  color: #A8987F;
  line-height: 1.75;
  margin-bottom: 6px;
  font-size: 0.875rem;
}.nms-seo_body_lew table {
  overflow-x: auto;
  width: 100%;
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.813rem;
  border-collapse: collapse;
}
@media(min-width: 766px) {.nms-seo_body_lew table {
  display: table;
}
}.nms-seo_body_lew th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  color: #D9CCBA;
  font-weight: 700;
  text-align: left;
}.nms-seo_body_lew td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 12px;
  color: #A8987F;
}.nms-seo_cols_lew {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 642px) {.nms-seo_cols_lew {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.nms-seo_cols_lew {
  grid-template-columns: repeat(3,1fr);
}
}.nms-seo_col_h_lew {
  font-weight: 700;
  margin-bottom: 7px;
  color: #D9CCBA;
  font-size: 13px;
  overflow-wrap: break-word;
}.nms-seo_col_p_lew {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #7D6E56;
  font-size: 13px;
}.nms-seo_stats_lew {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.nms-seo_stat_lew {
  background: rgba(255,125,0,0.08);
  padding: 14px 16px;
  border: 1px solid rgba(255,125,0,0.18);
  flex: 1;
  border-radius: 8px;
  min-width: 8.75rem;
}.nms-seo_stat_val_lew {
  color: #FF7D00;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
}.nms-seo_stat_lb_lew {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7D6E56;
}.nms-ft_lew {
  background: #080503;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 48px;
}.nms-ft_support_lew {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 771px) {.nms-ft_support_lew {
  padding: 1.75rem 1.5rem;
}
}.nms-ft_support_in_lew {
  gap: 1rem;
  margin: 0 auto;
  max-width: 1340px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.nms-ft_support_main_lew {
  flex: 1;
  gap: 16px;
  display: flex;
  align-items: center;
  min-width: 220px;
  flex-wrap: wrap;
}.nms-ft_support_ic_lew {
  color: #FF7D00;
  flex-shrink: 0;
}.nms-ft_support_ic_lew svg {
  width: 1.875rem;
  height: 1.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.nms-ft_support_text_title_lew {
  font-size: 15px;
  color: #F6F0E6;
  margin-bottom: 3px;
  font-weight: 700;
  overflow-wrap: break-word;
}.nms-ft_support_text_sub_lew {
  color: #7D6E56;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.nms-ft_support_btn_lew {
  padding: 11px 22px;
  border-radius: 0.5rem;
  background: #FF7D00;
  transition: background .2s;
  font-size: 0.813rem;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 700;
  color: #F6F0E6;
}.nms-ft_support_btn_lew:hover {
  background: #FF9B2E;
}.nms-ft_support_contacts_lew {
  gap: 16px;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.nms-ft_support_contact_lew {
  color: #6A5D47;
  font-size: 0.75rem;
  line-height: 1.4;
}.nms-ft_support_contact_lew strong {
  display: block;
  margin-bottom: 2px;
  font-size: 11px;
  color: #A8987F;
  font-weight: 600;
}.nms-ft_main_lew {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 766px) {.nms-ft_main_lew {
  padding: 40px 1.5rem 2rem;
}
}.nms-ft_main_in_lew {
  margin: 0 auto;
  gap: 24px;
  max-width: 1340px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.nms-ft_main_in_lew {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.nms-ft_main_in_lew {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.nms-ft_col_logo_lew {
  grid-column: 1/-1;
}
@media(min-width: 1083px) {.nms-ft_col_logo_lew {
  grid-column: auto;
}
}.nms-ft_logo_lew {
  gap: 0.563rem;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: #F6F0E6;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
}.nms-ft_logo_mark_lew {
  overflow: hidden;
  border-radius: 5px;
  width: 30px;
  height: 1.875rem;
}.nms-ft_logo_mark_lew img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.nms-ft_logo_sub_lew {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.55;
  color: #6A5D47;
  max-width: 200px;
}.nms-ft_col_title_lew {
  letter-spacing: .07em;
  font-size: 12px;
  color: #A8987F;
  margin-bottom: 14px;
  font-weight: 700;
  text-transform: uppercase;
}.nms-ft_col_links_lew {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.nms-ft_col_link_lew {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #6A5D47;
}.nms-ft_col_link_lew:hover {
  color: #D9CCBA;
}.nms-ft_apps_lew {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.nms-ft_app_card_lew {
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s;
  padding: 0.625rem 0.75rem;
  background: rgba(255,255,255,0.05);
  border-radius: 0.313rem;
  gap: 10px;
  display: flex;
  align-items: center;
}.nms-ft_app_card_lew:hover {
  border-color: rgba(255,130,0,0.45);
}.nms-ft_app_card_ic_lew svg {
  width: 1.375rem;
  stroke-linecap: round;
  height: 1.375rem;
  stroke-linejoin: round;
}.nms-ft_app_card_os_lew {
  color: #6A5D47;
  font-size: 10px;
  font-weight: 600;
}.nms-ft_app_card_action_lew {
  font-size: 12px;
  font-weight: 700;
  color: #D9CCBA;
}.nms-ft_bot_lew {
  padding: 20px 1rem;
}
@media(min-width: 770px) {.nms-ft_bot_lew {
  padding: 1.25rem 24px;
}
}.nms-ft_bot_in_lew {
  gap: 1rem;
  margin: 0 auto;
  max-width: 83.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.nms-ft_socials_lew {
  gap: 0.5rem;
  display: flex;
}.nms-ft_soc_lew {
  transition: background .2s;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.313rem;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #A8987F;
  width: 2.25rem;
  height: 2.25rem;
}.nms-ft_soc_lew svg {
  height: 1rem;
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
}.nms-ft_soc_lew:hover {
  background: rgba(255,255,255,0.07);
}.nms-ft_legal_lew {
  flex: 1;
  min-width: 200px;
  color: #8C7E68;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  line-height: 1.6;
}.nms-ft_legal_lew strong {
  font-weight: 700;
  color: #A8987F;
}.nms-ft_legal_lew a {
  text-decoration: underline;
  color: #A8987F;
}.nms-ft_age_lew {
  border-radius: 50%;
  border: 2px solid #8C7E68;
  align-items: center;
  font-weight: 800;
  justify-content: center;
  font-size: 0.688rem;
  margin-left: auto;
  color: #8C7E68;
  display: flex;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
}