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 {
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0B1209;
  min-height: 100vh;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  font-family: 'Nunito', sans-serif;
  color: #C8BFA0;
}.nsz_layout-moi {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.nsz_page-moi {
  min-height: 100vh;
  display: flex;
}.nsz_main-moi {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1082px) {.nsz_main-moi {
  padding-left: 13.75rem;
}
}
@media (max-width: 1082px) {.nsz_main-moi {
  padding-bottom: 4.5rem;
}
}.nsz_gc-moi {
  border-radius: 0.625rem;
  background: #0F1A0D;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  width: 8.75rem;
  position: relative;
}
@media(min-width: 638px) {.nsz_gc-moi {
  width: 156px;
}
}
@media(min-width: 1081px) {.nsz_gc-moi {
  width: 168px;
}
}.nsz_gc-moi:hover {
  transform: translateY(-3px);
  border-color: rgba(208, 160, 26, 0.07);
}.nsz_gc_img-moi {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.nsz_gc_img-moi img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
}.nsz_gc_hover-moi {
  transition: opacity .2s;
  inset: 0;
  background: rgba(4, 10, 4, 0.72);
  position: absolute;
  display: flex;
  opacity: 0;
  align-items: center;
  justify-content: center;
}.nsz_gc-moi:hover .nsz_gc_hover-moi {
  opacity: 1;
}.nsz_gc_hover_btn-moi {
  background: #D0A01A;
  border-radius: 6px;
  padding: 0.5rem 16px;
  font-size: 0.75rem;
  color: #F4EDD8;
  font-weight: 700;
}.nsz_gc_info-moi {
  padding: 8px 10px 10px;
}.nsz_gc_name-moi {
  overflow: hidden;
  font-weight: 600;
  max-width: 100%;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  white-space: nowrap;
  color: #C8BFA0;
}.nsz_gc_prov-moi {
  color: #5A5640;
  font-size: 0.625rem;
}.nsz_gc_tag-moi {
  padding: 2px 7px;
  border-radius: 0.25rem;
  position: absolute;
  font-weight: 700;
  letter-spacing: .04em;
  font-size: 9px;
  z-index: 2;
  top: 0.375rem;
  left: 6px;
  text-transform: uppercase;
}.nsz_gc_tag_hot-moi {
  background: #E53030;
  color: #fff;
}.nsz_gc_tag_new-moi {
  background: #28C44E;
  color: #0B1209;
}.nsz_gc_tag_jp-moi {
  background: #F0BE30;
  color: #0B1209;
}.nsz_gc_tag_ex-moi {
  background: #1E8040;
  color: #fff;
}.nsz_gc_tag_live-moi {
  background: #E53030;
  color: #fff;
}.nsz_gr-moi {
  padding: 2rem 16px 0;
  background: #0B1209;
}
@media(min-width: 771px) {.nsz_gr-moi {
  padding: 2.25rem 1.5rem 0;
}
}.nsz_gr_in-moi {
  margin: 0 auto;
  max-width: 82.5rem;
}.nsz_gr_head-moi {
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  display: flex;
}.nsz_gr_head_l-moi {
  flex: 1;
  gap: 0.625rem;
  align-items: center;
  min-width: 0;
  display: flex;
}.nsz_gr_ic-moi {
  border-radius: 10px;
  flex-shrink: 0;
  width: 32px;
  align-items: center;
  display: flex;
  height: 2rem;
  justify-content: center;
}.nsz_gr_ic-moi svg {
  height: 1rem;
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
}.nsz_gr_title-moi {
  font-size: 16px;
  overflow-wrap: break-word;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  color: #F4EDD8;
}
@media(min-width: 767px) {.nsz_gr_title-moi {
  font-size: 1.125rem;
}
}.nsz_gr_more-moi {
  gap: 5px;
  transition: color .2s;
  font-weight: 600;
  white-space: nowrap;
  font-size: 12px;
  align-items: center;
  flex-shrink: 0;
  color: #706A50;
  display: flex;
}.nsz_gr_more-moi:hover {
  color: #D0A01A;
}.nsz_gr_more-moi svg {
  height: 12px;
  width: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.nsz_gr_arrows-moi {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.nsz_gr_arr-moi {
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.375rem;
  justify-content: center;
  height: 30px;
  align-items: center;
  width: 1.875rem;
  display: flex;
  color: #96906E;
}.nsz_gr_arr-moi:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F4EDD8;
}.nsz_gr_arr-moi svg {
  stroke-linejoin: round;
  height: 13px;
  stroke-linecap: round;
  width: 0.813rem;
}.nsz_gr_seo_h-moi {
  margin: 0 0 6px;
  max-width: 680px;
  color: #C8BFA0;
  font-weight: 700;
  font-size: 13px;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.nsz_gr_seo_h-moi {
  font-size: 14px;
}
}.nsz_gr_seo-moi {
  color: #706A50;
  font-size: 12px;
  max-width: 680px;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  line-height: 1.55;
}.nsz_gr_seo-moi strong {
  color: #C8BFA0;
  font-weight: 600;
}.nsz_gr_scroll-moi {
  gap: 10px;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.nsz_gr_scroll-moi::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.nsz_gr_scroll-moi {
  gap: 12px;
}
}.nsz_tb-moi {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0B1209;
  right: 0;
  top: 0;
  align-items: center;
  display: flex;
  z-index: 80;
  position: fixed;
  height: 3.5rem;
  left: 0;
}.nsz_tb_in-moi {
  gap: 0;
  padding: 0 14px;
  align-items: center;
  width: 100%;
  display: flex;
  height: 100%;
}.nsz_tb_burger-moi {
  gap: 0.313rem;
  border-radius: 0.625rem;
  flex-direction: column;
  margin-right: 0.5rem;
  flex-shrink: 0;
  justify-content: center;
  height: 38px;
  align-items: center;
  display: flex;
  width: 2.375rem;
}.nsz_tb_burger-moi:hover {
  background: rgba(255, 255, 255, 0.05);
}.nsz_tb_burger_line-moi {
  border-radius: 1px;
  background: #96906E;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width: 1082px) {.nsz_tb_burger-moi {
  display: none;
}
}.nsz_tb_logo-moi {
  gap: 0.563rem;
  display: flex;
  font-size: 18px;
  letter-spacing: -.01em;
  align-items: center;
  margin-right: 20px;
  color: #F4EDD8;
  flex-shrink: 0;
  font-weight: 800;
  overflow-wrap: break-word;
}.nsz_tb_logo_mark-moi {
  overflow: hidden;
  border-radius: 10px;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}.nsz_tb_logo_mark-moi img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.nsz_tb_nav-moi {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 642px) {.nsz_tb_nav-moi {
  display: flex;
}
}.nsz_tb_tab-moi {
  padding: 8px 14px;
  transition: background .15s,color .15s;
  border-radius: 0.625rem;
  font-weight: 600;
  white-space: nowrap;
  font-size: 13px;
  color: #96906E;
}.nsz_tb_tab-moi:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4EDD8;
}.nsz_tb_tab-moi.nsz_state_active-moi {
  background: rgba(208, 160, 26, 0.18);
  color: #F4EDD8;
}.nsz_tb_right-moi {
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
}.nsz_tb_login-moi {
  padding: 9px 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem;
  display: none;
  font-size: 13px;
  color: #C8BFA0;
  font-weight: 600;
}.nsz_tb_login-moi:hover {
  border-color: rgba(208, 162, 28, 0.45);
  color: #F4EDD8;
}
@media(min-width: 481px) {.nsz_tb_login-moi {
  display: block;
}
}.nsz_tb_reg-moi {
  padding: 0.563rem 1.125rem;
  background: #28C44E;
  transition: background .2s;
  border-radius: 0.625rem;
  font-size: 0.813rem;
  color: #08100A;
  white-space: nowrap;
  font-weight: 700;
}.nsz_tb_reg-moi:hover {
  background: #34D85C;
}.nsz_sb-moi {
  background: #121C10;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  overflow-y: auto;
  bottom: 0;
  z-index: 70;
  top: 3.5rem;
  left: 0;
  position: fixed;
  width: 220px;
}.nsz_sb-moi.nsz_state_open-moi {
  transform: translateX(0);
}.nsz_sb-moi::-webkit-scrollbar {
  width: 0.25rem;
}.nsz_sb-moi::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1083px) {.nsz_sb-moi {
  transform: translateX(0);
}
}.nsz_sb_auth-moi {
  padding: 14px 0.75rem 0.625rem;
}.nsz_sb_btn_reg-moi {
  transition: background .2s;
  background: #28C44E;
  border-radius: 10px;
  padding: 0.688rem;
  text-align: center;
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 700;
  font-size: 0.813rem;
  color: #08100A;
}.nsz_sb_btn_reg-moi:hover {
  background: #34D85C;
}.nsz_sb_btn_login-moi {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  font-weight: 600;
  color: #C8BFA0;
  display: block;
  text-align: center;
  font-size: 13px;
}.nsz_sb_btn_login-moi:hover {
  border-color: rgba(208, 162, 28, 0.45);
  color: #F4EDD8;
}.nsz_sb_promo-moi {
  background: linear-gradient(135deg,#0E2410,#121C10);
  padding: 0.75rem 0.875rem;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(208, 160, 26, 0.18);
  margin: 0 0.75rem 10px;
  position: relative;
}.nsz_sb_promo-moi::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(208, 160, 26, 0.18),transparent 70%);
  top: -20px;
  width: 5rem;
  content: '';
  position: absolute;
  right: -20px;
  height: 80px;
}.nsz_sb_promo_title-moi {
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  color: #D0A01A;
  letter-spacing: .06em;
  margin-bottom: 4px;
}.nsz_sb_promo_text-moi {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.35;
  color: #F4EDD8;
  overflow-wrap: break-word;
}.nsz_sb_promo_sub-moi {
  font-size: 10px;
  color: #706A50;
  margin-top: 3px;
}.nsz_sb_nav-moi {
  padding: 6px 0.5rem 1rem;
}.nsz_sb_nav_lb-moi {
  padding: 10px 0.5rem 6px;
  text-transform: uppercase;
  color: #5A5640;
  letter-spacing: .08em;
  font-size: 10px;
  font-weight: 700;
}.nsz_sb_link-moi {
  transition: background .15s,color .15s;
  padding: 0.563rem 0.625rem;
  gap: 10px;
  border-radius: 0.375rem;
  display: flex;
  color: #96906E;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  overflow-wrap: break-word;
  font-size: 13px;
}.nsz_sb_link-moi:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4EDD8;
}.nsz_sb_link-moi.nsz_state_active-moi {
  background: rgba(208, 160, 26, 0.18);
  color: #F4EDD8;
}.nsz_sb_ic-moi {
  border-radius: 6px;
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
}.nsz_sb_ic-moi svg {
  stroke-linecap: round;
  height: 16px;
  width: 1rem;
  stroke-linejoin: round;
}.nsz_sb_ic_1-moi {
  background: rgba(208, 160, 26, 0.07);
  color: #D0A01A;
}.nsz_sb_ic_2-moi {
  background: rgba(40, 196, 78, 0.16);
  color: #28C44E;
}.nsz_sb_ic_3-moi {
  background: rgba(240, 190, 48, 0.14);
  color: #F0BE30;
}.nsz_sb_ic_4-moi {
  background: rgba(30, 128, 64, 0.20);
  color: #1E8040;
}.nsz_sb_ic_5-moi {
  background: rgba(208, 160, 26, 0.07);
  color: #F03C8A;
}.nsz_sb_ic_6-moi {
  background: rgba(30, 128, 64, 0.20);
  color: #9B44F0;
}.nsz_sb_badge-moi {
  border-radius: 6px;
  padding: 2px 7px;
  background: #F0BE30;
  font-size: 9px;
  font-weight: 700;
  color: #08100A;
  margin-left: auto;
}.nsz_sb_bot-moi {
  padding: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.5rem;
  display: flex;
}.nsz_sb_lang-moi,.nsz_sb_help-moi {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex: 1;
  transition: border-color .2s;
  padding: 9px 6px;
  gap: 6px;
  border-radius: 0.375rem;
  align-items: center;
  display: flex;
  font-size: 11px;
  justify-content: center;
  color: #96906E;
  font-weight: 600;
}.nsz_sb_lang-moi:hover,.nsz_sb_help-moi:hover {
  border-color: rgba(208, 162, 28, 0.45);
  color: #F4EDD8;
}.nsz_sb_lang-moi svg,.nsz_sb_help-moi svg {
  stroke-linejoin: round;
  width: 13px;
  height: 13px;
  stroke-linecap: round;
}.nsz_sb_bd-moi {
  inset: 0;
  background: rgba(4, 10, 4, 0.72);
  position: fixed;
  display: none;
  z-index: 69;
}.nsz_sb_bd-moi.nsz_state_on-moi {
  display: block;
}
@media(min-width: 1077px) {.nsz_sb_bd-moi {
  display: none!important;
}
}.nsz_mob_nav-moi {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  background: #121C10;
  display: flex;
  z-index: 80;
  left: 0;
  position: fixed;
  right: 0;
  bottom: 0;
}
@media(min-width: 1081px) {.nsz_mob_nav-moi {
  display: none;
}
}.nsz_mob_nav_item-moi {
  padding: 4px 2px;
  gap: 4px;
  flex: 1;
  color: #5A5640;
  flex-direction: column;
  align-items: center;
  display: flex;
  cursor: pointer;
}.nsz_mob_nav_ic-moi {
  line-height: 1;
}.nsz_mob_nav_ic-moi svg {
  height: 1.25rem;
  stroke-linejoin: round;
  width: 1.25rem;
  stroke-linecap: round;
}.nsz_mob_nav_lb-moi {
  font-weight: 600;
  color: #5A5640;
  font-size: 0.625rem;
}.nsz_mob_nav_item-moi.nsz_state_active-moi {
  color: #D0A01A;
}.nsz_mob_nav_item-moi.nsz_state_active-moi .nsz_mob_nav_lb-moi {
  color: #D0A01A;
}.nsz_hero-moi {
  padding: 20px 16px 0;
  background: #0B1209;
}
@media(min-width: 767px) {.nsz_hero-moi {
  padding: 1.5rem 1.5rem 0;
}
}.nsz_hero_in-moi {
  gap: 12px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  max-width: 1320px;
  display: grid;
}
@media(min-width: 863px) {.nsz_hero_in-moi {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1099px) {.nsz_hero_in-moi {
  grid-template-columns: 1fr 21.25rem;
}
}.nsz_hero_promo-moi {
  border-radius: 1rem;
  background: #0F1A0D;
  overflow: hidden;
  align-items: stretch;
  position: relative;
  min-height: 220px;
  display: flex;
}
@media(min-width: 766px) {.nsz_hero_promo-moi {
  min-height: 280px;
}
}.nsz_hero_promo_bg-moi {
  inset: 0;
  background: linear-gradient(120deg,#0E2410 0%,#0B1209 100%);
  background-position: center;
  background-size: cover;
  position: absolute;
}.nsz_hero_promo_bg-moi::after {
  inset: 0;
  background: linear-gradient(90deg,#0B1209 0%,rgba(4, 10, 4, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.nsz_hero_promo_glow-moi {
  background: radial-gradient(circle,rgba(30, 128, 64, 0.20) 0%,transparent 65%);
  border-radius: 50%;
  top: -2.5rem;
  height: 18.75rem;
  pointer-events: none;
  width: 18.75rem;
  right: 3.75rem;
  position: absolute;
}.nsz_hero_promo_ct-moi {
  padding: 28px 1.5rem 1.75rem 28px;
  position: relative;
  flex-direction: column;
  display: flex;
  max-width: 480px;
  justify-content: center;
  z-index: 2;
}
@media(min-width: 767px) {.nsz_hero_promo_ct-moi {
  padding: 2.5rem 32px;
}
}.nsz_hero_badge-moi {
  padding: 0.313rem 0.75rem;
  border-radius: 24px;
  background: rgba(208, 160, 26, 0.18);
  border: 1px solid rgba(208, 160, 26, 0.07);
  font-weight: 700;
  color: #D0A01A;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: .08em;
  font-size: 0.625rem;
  margin-bottom: 14px;
}.nsz_hero_h1-moi {
  line-height: 1.15;
  font-family: 'Playfair Display', serif;
  margin-bottom: 10px;
  color: #F4EDD8;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.625rem;
}.nsz_hero_h1-moi em {
  font-style: normal;
  color: #F0BE30;
}
@media(min-width: 769px) {.nsz_hero_h1-moi {
  font-size: 2.25rem;
}
}.nsz_hero_sub-moi {
  font-size: 0.813rem;
  margin-bottom: 20px;
  line-height: 1.55;
  color: #96906E;
}
@media(min-width: 771px) {.nsz_hero_sub-moi {
  font-size: 14px;
}
}.nsz_hero_row-moi {
  gap: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.nsz_hero_cta-moi {
  transition: background .2s;
  border-radius: 10px;
  background: #28C44E;
  padding: 13px 26px;
  box-shadow: 0 0.25rem 14px rgba(40, 196, 78, 0.40), 0 1px 0 rgba(40, 196, 78, 0.20);
  color: #08100A;
  font-size: 14px;
  font-weight: 700;
}.nsz_hero_cta-moi:hover {
  background: #34D85C;
}.nsz_hero_terms-moi {
  font-size: 0.688rem;
  color: #5A5640;
}.nsz_hero_game-moi {
  border-radius: 16px;
  overflow: hidden;
  background: #0F1A0D;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  position: relative;
}.nsz_hero_game_badge-moi {
  border: 1px solid rgba(240, 190, 48, 0.14);
  border-radius: 24px;
  background: rgba(240, 190, 48, 0.14);
  padding: 0.313rem 10px;
  position: absolute;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #F0BE30;
  z-index: 3;
  left: 0.75rem;
  font-size: 10px;
  top: 12px;
}.nsz_hero_game_badge-moi svg {
  margin-right: 4px;
  width: 0.688rem;
  height: 11px;
  vertical-align: -1px;
}.nsz_hero_game_img-moi {
  background: linear-gradient(135deg,#0E2410,#0B1209);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.nsz_hero_game_img-moi img {
  inset: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
}.nsz_hero_game_play-moi {
  background: rgba(4, 10, 4, 0.72);
  transition: opacity .2s;
  inset: 0;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  opacity: 0;
}.nsz_hero_game-moi:hover .nsz_hero_game_play-moi {
  opacity: 1;
}.nsz_hero_game_play-moi span {
  background: #D0A01A;
  border-radius: 50%;
  width: 52px;
  display: flex;
  height: 52px;
  justify-content: center;
  align-items: center;
}.nsz_hero_game_play-moi span svg {
  margin-left: 2px;
  width: 18px;
  height: 18px;
}.nsz_hero_game_info-moi {
  padding: 14px 16px;
}.nsz_hero_game_title-moi {
  font-weight: 700;
  color: #F4EDD8;
  margin-bottom: 0.25rem;
  font-size: 0.938rem;
  overflow-wrap: break-word;
}.nsz_hero_game_provider-moi {
  font-size: 0.688rem;
  color: #706A50;
}.nsz_hero_game_btn-moi {
  padding: 0.688rem;
  background: #D0A01A;
  transition: background .2s;
  border-radius: 10px;
  margin: 12px 16px 1rem;
  font-weight: 700;
  color: #F4EDD8;
  font-size: 13px;
  text-align: center;
  display: block;
}.nsz_hero_game-moi:hover .nsz_hero_game_btn-moi {
  background: #E8B824;
}.nsz_sbar-moi {
  padding: 16px 1rem 0;
  background: #0B1209;
}
@media(min-width: 769px) {.nsz_sbar-moi {
  padding: 1.125rem 1.5rem 0;
}
}.nsz_sbar_in-moi {
  margin: 0 auto;
  max-width: 1320px;
}.nsz_sbar_row-moi {
  gap: 0.625rem;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
}.nsz_sbar_input-moi {
  transition: border-color .2s;
  flex: 1;
  padding: 11px 1rem;
  border-radius: 10px;
  background: #0F1A0D;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 10px;
  font-size: 13px;
  align-items: center;
  cursor: pointer;
  display: flex;
  color: #706A50;
}.nsz_sbar_input-moi:hover {
  border-color: rgba(208, 162, 28, 0.45);
}.nsz_sbar_input-moi svg {
  stroke-linecap: round;
  height: 0.938rem;
  stroke-linejoin: round;
  width: 15px;
  flex-shrink: 0;
}.nsz_sbar_providers-moi {
  padding: 11px 1.125rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
  background: #0F1A0D;
  gap: 0.5rem;
  font-size: 0.813rem;
  color: #C8BFA0;
  display: flex;
  font-weight: 600;
  align-items: center;
  white-space: nowrap;
}.nsz_sbar_providers-moi:hover {
  border-color: rgba(208, 162, 28, 0.45);
  color: #F4EDD8;
}.nsz_sbar_providers-moi svg {
  height: 0.875rem;
  stroke-linejoin: round;
  width: 0.875rem;
  stroke-linecap: round;
}.nsz_sbar_tabs-moi {
  gap: 0.375rem;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 2px;
  display: flex;
}.nsz_sbar_tabs-moi::-webkit-scrollbar {
  display: none;
}.nsz_sbar_tab-moi {
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  gap: 7px;
  font-weight: 600;
  cursor: pointer;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  color: #96906E;
  white-space: nowrap;
}.nsz_sbar_tab-moi:hover {
  border-color: rgba(208, 162, 28, 0.45);
  background: rgba(255, 255, 255, 0.07);
  color: #F4EDD8;
}.nsz_sbar_tab-moi.nsz_state_active-moi {
  background: rgba(208, 160, 26, 0.18);
  border-color: rgba(208, 160, 26, 0.07);
  color: #F4EDD8;
}.nsz_sbar_tab_ic-moi svg {
  stroke-linejoin: round;
  height: 14px;
  stroke-linecap: round;
  width: 0.875rem;
}.nsz_gr_jp-moi {
  padding: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg,#18093A 0%,#0A0620 100%);
  overflow: hidden;
  position: relative;
}.nsz_gr_jp-moi::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(30, 128, 64, 0.20) 0%,transparent 70%);
  content: '';
  width: 15.625rem;
  position: absolute;
  height: 250px;
  top: -60px;
  left: -3.75rem;
}.nsz_gr_jp-moi::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(240, 190, 48, 0.14) 0%,transparent 70%);
  height: 200px;
  right: 0;
  width: 12.5rem;
  content: '';
  bottom: -2.5rem;
  position: absolute;
}.nsz_gr_jp_head-moi {
  gap: 16px;
  align-items: flex-start;
  z-index: 1;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}.nsz_gr_jp_info-moi {
  flex: 1;
}.nsz_gr_jp_label-moi {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  color: #9B44F0;
  margin-bottom: 6px;
  font-weight: 700;
}.nsz_gr_jp_label-moi svg {
  margin-right: 4px;
  stroke-linejoin: round;
  height: 0.875rem;
  vertical-align: -2px;
  width: 0.875rem;
  stroke-linecap: round;
}.nsz_gr_jp_amount-moi {
  font-weight: 800;
  line-height: 1;
  color: #F4EDD8;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-size: 32px;
  margin-bottom: 4px;
}
@media(min-width: 765px) {.nsz_gr_jp_amount-moi {
  font-size: 40px;
}
}.nsz_gr_jp_amount-moi span {
  color: #F0BE30;
}.nsz_gr_jp_seo-moi {
  line-height: 1.5;
  color: #96906E;
  overflow-wrap: break-word;
  font-size: 12px;
  max-width: 30rem;
}.nsz_gr_jp_cta-moi {
  padding: 11px 20px;
  transition: background .2s;
  border-radius: 10px;
  border: 1px solid rgba(30, 128, 64, 0.20);
  background: rgba(30, 128, 64, 0.20);
  margin-top: 0.25rem;
  align-self: flex-start;
  font-size: 13px;
  white-space: nowrap;
  position: relative;
  flex-shrink: 0;
  font-weight: 700;
  z-index: 1;
  color: #F4EDD8;
}.nsz_gr_jp_cta-moi:hover {
  background: #1E8040;
}.nsz_gcg-moi {
  background: #0B1209;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.nsz_gcg-moi {
  padding: 2.75rem 24px 0;
}
}.nsz_gcg_in-moi {
  margin: 0 auto;
  max-width: 1320px;
}.nsz_gcg_head-moi {
  max-width: 720px;
  margin-bottom: 1.25rem;
}.nsz_gcg_label-moi {
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #D0A01A;
}.nsz_gcg_h2-moi {
  font-family: 'Playfair Display', serif;
  color: #F4EDD8;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 1.375rem;
}
@media(min-width: 769px) {.nsz_gcg_h2-moi {
  font-size: 28px;
}
}.nsz_gcg_intro-moi {
  font-size: 0.813rem;
  line-height: 1.6;
  color: #706A50;
}.nsz_gcg_grid-moi {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.nsz_gcg_grid-moi {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.nsz_gcg_grid-moi {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.nsz_gcg_card-moi {
  border-radius: 16px;
  overflow: hidden;
  padding: 1.25rem;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  cursor: pointer;
  flex-direction: column;
  position: relative;
  justify-content: flex-end;
  min-height: 15rem;
}.nsz_gcg_card-moi:hover {
  transform: translateY(-3px);
  border-color: rgba(208, 160, 26, 0.18);
}.nsz_gcg_card_bg-moi {
  inset: 0;
  position: absolute;
  z-index: 0;
}.nsz_gcg_card_bg-moi::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.nsz_gcg_card_ic-moi {
  border-radius: 0.375rem;
  background: rgba(0,0,0,.45);
  display: flex;
  z-index: 2;
  top: 1.125rem;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  right: 18px;
  height: 2.5rem;
  color: #F4EDD8;
  position: absolute;
}.nsz_gcg_card_ic-moi svg {
  height: 1.25rem;
  stroke-linecap: round;
  width: 20px;
  stroke-linejoin: round;
}.nsz_gcg_card_ct-moi {
  position: relative;
  z-index: 1;
}.nsz_gcg_card_h-moi {
  font-family: 'Playfair Display', serif;
  margin-bottom: 8px;
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-size: 1.125rem;
  color: #F4EDD8;
}
@media(min-width: 769px) {.nsz_gcg_card_h-moi {
  font-size: 20px;
}
}.nsz_gcg_card_p-moi {
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1.55;
}.nsz_gcg_card_p-moi strong {
  font-weight: 600;
  color: #F4EDD8;
}.nsz_gcg_card_cta-moi {
  gap: 4px;
  font-size: 12px;
  display: inline-flex;
  font-weight: 700;
  text-transform: uppercase;
  align-items: center;
  color: #D0A01A;
  letter-spacing: .04em;
}.nsz_gcg_card_cta-moi svg {
  height: 0.75rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 12px;
}.nsz_ws-moi {
  background: #0B1209;
  padding: 32px 16px 0;
}
@media(min-width: 771px) {.nsz_ws-moi {
  padding: 2.25rem 24px 0;
}
}.nsz_ws_in-moi {
  margin: 0 auto;
  max-width: 1320px;
}.nsz_ws_head-moi {
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 14px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}.nsz_ws_title-moi {
  gap: 0.625rem;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #F4EDD8;
  font-size: 1rem;
  flex-wrap: wrap;
}.nsz_ws_title_ic-moi svg {
  color: #F0BE30;
  stroke-linejoin: round;
  height: 1.125rem;
  width: 18px;
  stroke-linecap: round;
}.nsz_ws_online-moi {
  gap: 7px;
  color: #706A50;
  display: flex;
  font-weight: 600;
  font-size: 0.75rem;
  align-items: center;
}.nsz_ws_online_dot-moi {
  border-radius: 50%;
  background: #28C44E;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 6px rgba(40, 196, 78, 0.16);
  flex-shrink: 0;
}.nsz_ws_scroll-moi {
  gap: 0.5rem;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}.nsz_ws_scroll-moi::-webkit-scrollbar {
  display: none;
}.nsz_wc-moi {
  background: #0F1A0D;
  border-radius: 0.625rem;
  padding: 10px 14px;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  min-width: 13.75rem;
  align-items: center;
  flex-shrink: 0;
}.nsz_wc_img-moi {
  background: #121C10;
  overflow: hidden;
  border-radius: 6px;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}.nsz_wc_img-moi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.nsz_wc_info-moi {
  min-width: 0;
}.nsz_wc_game-moi {
  overflow: hidden;
  white-space: nowrap;
  color: #C8BFA0;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 600;
}.nsz_wc_player-moi {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #5A5640;
  font-size: 10px;
}.nsz_wc_amount-moi {
  margin-left: auto;
  font-weight: 700;
  font-size: 0.813rem;
  flex-shrink: 0;
  white-space: nowrap;
  color: #28C44E;
}.nsz_prov-moi {
  background: #0B1209;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.nsz_prov-moi {
  padding: 44px 24px 0;
}
}.nsz_prov_in-moi {
  margin: 0 auto;
  max-width: 1320px;
}.nsz_prov_head-moi {
  margin-bottom: 1rem;
}.nsz_prov_label-moi {
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 11px;
  color: #D0A01A;
  text-transform: uppercase;
}.nsz_prov_h2-moi {
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F4EDD8;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 766px) {.nsz_prov_h2-moi {
  font-size: 1.5rem;
}
}.nsz_prov_seo-moi {
  line-height: 1.6;
  max-width: 620px;
  color: #706A50;
  margin-bottom: 1rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.nsz_prov_seo-moi strong {
  color: #C8BFA0;
  font-weight: 700;
}.nsz_prov_seo-moi a {
  color: #D0A01A;
  text-decoration: underline;
}.nsz_prov_grid-moi {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.nsz_prov_grid-moi {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1078px) {.nsz_prov_grid-moi {
  grid-template-columns: repeat(8,1fr);
}
}.nsz_prov_card-moi {
  border-radius: 0.625rem;
  transition: border-color .2s,background .2s;
  padding: 14px 0.625rem;
  gap: 0.438rem;
  background: #0F1A0D;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex-direction: column;
  display: flex;
  align-items: center;
  cursor: pointer;
}.nsz_prov_card-moi:hover {
  background: #121C10;
  border-color: rgba(208, 162, 28, 0.45);
}.nsz_prov_logo-moi {
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 44px;
  display: flex;
  height: 2.75rem;
}.nsz_prov_logo-moi img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.nsz_prov_name-moi {
  text-align: center;
  overflow-wrap: break-word;
  color: #96906E;
  font-size: 11px;
  font-weight: 600;
}.nsz_app-moi {
  background: #0B1209;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.nsz_app-moi {
  padding: 2.75rem 24px 0;
}
}.nsz_app_in-moi {
  margin: 0 auto;
  max-width: 82.5rem;
}.nsz_app_head-moi {
  margin-bottom: 16px;
}.nsz_app_label-moi {
  color: #D0A01A;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
}.nsz_app_h2-moi {
  margin-bottom: 0.375rem;
  font-weight: 800;
  color: #F4EDD8;
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.nsz_app_h2-moi {
  font-size: 24px;
}
}.nsz_app_sub-moi {
  line-height: 1.6;
  max-width: 600px;
  overflow-wrap: break-word;
  color: #706A50;
  font-size: 13px;
}.nsz_app_sub-moi strong {
  font-weight: 700;
  color: #C8BFA0;
}.nsz_app_cards-moi {
  gap: 10px;
  display: grid;
  margin-top: 16px;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.nsz_app_cards-moi {
  grid-template-columns: repeat(3,1fr);
}
}.nsz_app_card-moi {
  overflow: hidden;
  gap: 1rem;
  border-radius: 0.625rem;
  padding: 1.25rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}.nsz_app_card_ios-moi {
  background: linear-gradient(135deg,rgba(208, 160, 26, 0.18) 0%,#121C10 100%);
}.nsz_app_card_android-moi {
  background: linear-gradient(135deg,rgba(40, 196, 78, 0.16) 0%,#121C10 100%);
}.nsz_app_card_win-moi {
  background: linear-gradient(135deg,rgba(240, 190, 48, 0.14) 0%,#121C10 100%);
}.nsz_app_card_ic-moi svg {
  height: 2.125rem;
  stroke-linecap: round;
  width: 34px;
  stroke-linejoin: round;
}.nsz_app_card_ic-moi {
  color: #F4EDD8;
  flex-shrink: 0;
}.nsz_app_card_os-moi {
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  color: #706A50;
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: .08em;
}.nsz_app_card_title-moi {
  color: #F4EDD8;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}.nsz_app_card_text-moi {
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.5;
  margin-bottom: 14px;
  color: #706A50;
}.nsz_app_card_btn-moi {
  gap: 7px;
  transition: background .2s;
  padding: 10px 1.125rem;
  border: 1px solid rgba(208, 162, 28, 0.45);
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  color: #F4EDD8;
}.nsz_app_card_btn-moi:hover {
  background: rgba(255, 255, 255, 0.07);
}.nsz_bon-moi {
  padding: 36px 16px 0;
  background: #0B1209;
}
@media(min-width:768px) {.nsz_bon-moi {
  padding: 2.75rem 1.5rem 0;
}
}.nsz_bon_in-moi {
  margin: 0 auto;
  max-width: 82.5rem;
}.nsz_bon_head-moi {
  margin-bottom: 20px;
}.nsz_bon_label-moi {
  font-size: 0.688rem;
  color: #D0A01A;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}.nsz_bon_h2-moi {
  font-size: 1.25rem;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #F4EDD8;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.nsz_bon_h2-moi {
  font-size: 1.5rem;
}
}.nsz_bon_seo-moi {
  overflow-wrap: break-word;
  max-width: 620px;
  font-size: 0.813rem;
  color: #706A50;
  line-height: 1.6;
}.nsz_bon_seo-moi strong {
  color: #C8BFA0;
  font-weight: 700;
}.nsz_bon_seo-moi a {
  text-decoration: underline;
  color: #D0A01A;
}.nsz_bon_grid-moi {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 639px) {.nsz_bon_grid-moi {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.nsz_bon_grid-moi {
  grid-template-columns: repeat(5,1fr);
}
}.nsz_bon_card-moi {
  transition: border-color .2s,transform .2s;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
  background: #0F1A0D;
}.nsz_bon_card-moi:hover {
  transform: translateY(-2px);
  border-color: rgba(208, 160, 26, 0.07);
}.nsz_bon_card_ic-moi svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 26px;
  width: 1.625rem;
}.nsz_bon_card_ic-moi {
  margin-bottom: 10px;
}.nsz_bon_card_type-moi {
  color: #706A50;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 700;
  letter-spacing: .06em;
}.nsz_bon_card_amount-moi {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 0.375rem;
  line-height: 1.1;
  color: #F0BE30;
}.nsz_bon_card_name-moi {
  color: #F4EDD8;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-size: 13px;
  font-weight: 600;
}.nsz_bon_card_detail-moi {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  overflow-wrap: break-word;
  color: #5A5640;
  font-size: 11px;
  padding-top: 0.5rem;
}.nsz_reg-moi {
  background: #0B1209;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.nsz_reg-moi {
  padding: 2.75rem 24px 0;
}
}.nsz_reg_in-moi {
  padding: 1.75rem 24px;
  margin: 0 auto;
  background: #121C10;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  max-width: 1320px;
}
@media(min-width: 771px) {.nsz_reg_in-moi {
  padding: 2.5rem;
}
}.nsz_reg_top-moi {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.nsz_reg_top-moi {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.nsz_reg_label-moi {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #D0A01A;
  letter-spacing: .08em;
  margin-bottom: 10px;
}.nsz_reg_h2-moi {
  margin-bottom: 0.75rem;
  font-family: 'Playfair Display', serif;
  color: #F4EDD8;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-size: 1.375rem;
  font-weight: 800;
}
@media(min-width:768px) {.nsz_reg_h2-moi {
  font-size: 28px;
}
}.nsz_reg_bonus-moi {
  gap: 0.5rem;
  background: rgba(240, 190, 48, 0.14);
  border-radius: 10px;
  border: 1px solid rgba(240, 190, 48, 0.14);
  padding: 10px 1rem;
  margin-bottom: 1rem;
  align-items: center;
  display: inline-flex;
}.nsz_reg_bonus_amount-moi {
  color: #F0BE30;
  font-weight: 800;
  font-size: 1.25rem;
}.nsz_reg_bonus_text-moi {
  font-size: 13px;
  color: #96906E;
  line-height: 1.35;
}.nsz_reg_cta_btn-moi {
  transition: background .2s;
  padding: 0.875rem 32px;
  border-radius: 0.625rem;
  background: #28C44E;
  margin-bottom: 0.75rem;
  font-weight: 700;
  color: #08100A;
  display: inline-block;
  box-shadow: 0 0.25rem 0.875rem rgba(40, 196, 78, 0.40), 0 1px 0 rgba(40, 196, 78, 0.20);
  font-size: 15px;
}.nsz_reg_cta_btn-moi:hover {
  background: #34D85C;
}.nsz_reg_terms-moi {
  line-height: 1.5;
  color: #5A5640;
  font-size: 0.688rem;
}.nsz_reg_seo-moi {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 1.25rem;
  padding-top: 20px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #706A50;
  line-height: 1.65;
}.nsz_reg_seo-moi p {
  color: #706A50;
  font-size: 0.813rem;
  line-height: 1.65;
  margin-bottom: 0.625rem;
}.nsz_reg_seo-moi p:last-child {
  margin-bottom: 0;
}.nsz_reg_seo-moi strong {
  color: #C8BFA0;
  font-weight: 700;
}.nsz_reg_seo-moi a {
  transition: color .2s;
  text-decoration: underline;
  color: #D0A01A;
}.nsz_reg_seo-moi a:hover {
  color: #E8B824;
}.nsz_reg_seo-moi ul,.nsz_reg_seo-moi ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.nsz_reg_seo-moi ol {
  list-style: decimal;
}.nsz_reg_seo-moi li {
  line-height: 1.65;
  margin-bottom: 4px;
  font-size: 0.813rem;
  color: #706A50;
}.nsz_reg_seo-moi table {
  border-collapse: collapse;
  font-size: 13px;
  display: block;
  width: 100%;
  margin-bottom: 0.625rem;
  overflow-x: auto;
}
@media(min-width: 765px) {.nsz_reg_seo-moi table {
  display: table;
}
}.nsz_reg_seo-moi th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C8BFA0;
  font-weight: 700;
  text-align: left;
}.nsz_reg_seo-moi td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #706A50;
}.nsz_reg_steps-moi {
  gap: 0.875rem;
  display: flex;
  margin-top: 28px;
  flex-direction: column;
}
@media(min-width:860px) {.nsz_reg_steps-moi {
  margin-top: 0;
}
}.nsz_reg_step-moi {
  background: rgba(255, 255, 255, 0.05);
  gap: 14px;
  border-radius: 10px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.nsz_reg_step_num-moi {
  border: 1px solid rgba(208, 160, 26, 0.07);
  border-radius: 50%;
  background: rgba(208, 160, 26, 0.18);
  height: 34px;
  width: 34px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  color: #D0A01A;
  font-weight: 800;
  align-items: center;
  font-size: 14px;
}.nsz_reg_step_title-moi {
  font-size: 14px;
  font-weight: 700;
  color: #F4EDD8;
  margin-bottom: 3px;
}.nsz_reg_step_text-moi {
  color: #706A50;
  font-size: 12px;
  line-height: 1.5;
}.nsz_reg_trust-moi {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  flex-wrap: wrap;
  display: flex;
  margin-top: 1.25rem;
}.nsz_reg_trust_item-moi {
  gap: 0.438rem;
  font-size: 12px;
  display: flex;
  overflow-wrap: break-word;
  color: #706A50;
  align-items: center;
}.nsz_reg_trust_ic-moi svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #D0A01A;
  height: 16px;
  width: 16px;
}.nsz_rv-moi {
  padding: 36px 16px 0;
  background: #0B1209;
}
@media(min-width: 765px) {.nsz_rv-moi {
  padding: 2.75rem 1.5rem 0;
}
}.nsz_rv_in-moi {
  margin: 0 auto;
  max-width: 1320px;
}.nsz_rv_head-moi {
  max-width: 720px;
  margin-bottom: 20px;
}.nsz_rv_label-moi {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #D0A01A;
  font-size: 0.688rem;
}.nsz_rv_h2-moi {
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #F4EDD8;
  margin-bottom: 0.625rem;
}
@media(min-width: 769px) {.nsz_rv_h2-moi {
  font-size: 1.75rem;
}
}.nsz_rv_stats-moi {
  gap: 1.125rem;
  font-size: 0.813rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #706A50;
}.nsz_rv_stats_score-moi {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.nsz_rv_stats_score_val-moi {
  font-family: 'Playfair Display', serif;
  color: #F0BE30;
  font-weight: 800;
  font-size: 22px;
}.nsz_rv_stats_score_max-moi {
  color: #5A5640;
  font-size: 13px;
}.nsz_rv_stats_badge-moi {
  gap: 4px;
  display: flex;
  align-items: center;
}.nsz_rv_stats_badge-moi svg {
  color: #F0BE30;
  height: 14px;
  width: 0.875rem;
}.nsz_rv_grid-moi {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.nsz_rv_grid-moi {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.nsz_rv_grid-moi {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.nsz_rv_card-moi {
  background: #121C10;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  flex-direction: column;
}.nsz_rv_card_stars-moi {
  gap: 2px;
  margin-bottom: 0.625rem;
  display: flex;
  color: #F0BE30;
}.nsz_rv_card_stars-moi svg {
  height: 0.875rem;
  width: 0.875rem;
}.nsz_rv_card_h-moi {
  line-height: 1.3;
  color: #F4EDD8;
  font-size: 14px;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 700;
}.nsz_rv_card_body-moi {
  flex: 1;
  font-size: 13px;
  margin-bottom: 14px;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #706A50;
}.nsz_rv_card_body-moi strong {
  font-weight: 600;
  color: #C8BFA0;
}.nsz_rv_card_meta-moi {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}.nsz_rv_card_author-moi {
  color: #C8BFA0;
  font-weight: 600;
  font-size: 0.75rem;
}.nsz_rv_card_date-moi {
  font-size: 0.688rem;
  color: #5A5640;
}.nsz_seo-moi {
  background: #0B1209;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.nsz_seo-moi {
  padding: 44px 1.5rem 0;
}
}.nsz_seo_in-moi {
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  border-radius: 1rem;
  background: #121C10;
  max-width: 1320px;
}
@media(min-width:768px) {.nsz_seo_in-moi {
  padding: 2.25rem 40px;
}
}.nsz_seo_label-moi {
  margin-bottom: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  color: #D0A01A;
}.nsz_seo_h2-moi {
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  font-weight: 800;
  color: #F4EDD8;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 769px) {.nsz_seo_h2-moi {
  font-size: 24px;
}
}.nsz_seo_body-moi {
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
  color: #96906E;
}.nsz_seo_body-moi p {
  line-height: 1.75;
  color: #96906E;
  font-size: 14px;
  margin-bottom: 12px;
}.nsz_seo_body-moi p:last-child {
  margin-bottom: 0;
}.nsz_seo_body-moi strong {
  color: #C8BFA0;
  font-weight: 700;
}.nsz_seo_body-moi a {
  transition: color .2s;
  color: #D0A01A;
  text-decoration: underline;
}.nsz_seo_body-moi a:hover {
  color: #E8B824;
}.nsz_seo_body-moi ul,.nsz_seo_body-moi ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.nsz_seo_body-moi ol {
  list-style: decimal;
}.nsz_seo_body-moi li {
  color: #96906E;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
}.nsz_seo_body-moi table {
  overflow-x: auto;
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 770px) {.nsz_seo_body-moi table {
  display: table;
}
}.nsz_seo_body-moi th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  color: #C8BFA0;
  text-align: left;
}.nsz_seo_body-moi td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #96906E;
}.nsz_seo_cols-moi {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.nsz_seo_cols-moi {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.nsz_seo_cols-moi {
  grid-template-columns: repeat(3,1fr);
}
}.nsz_seo_col_h-moi {
  font-weight: 700;
  color: #C8BFA0;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-size: 13px;
}.nsz_seo_col_p-moi {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #706A50;
  overflow-wrap: break-word;
}.nsz_seo_stats-moi {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.nsz_seo_stat-moi {
  flex: 1;
  border: 1px solid rgba(208, 160, 26, 0.18);
  background: rgba(208, 160, 26, 0.07);
  padding: 14px 1rem;
  border-radius: 10px;
  min-width: 8.75rem;
}.nsz_seo_stat_val-moi {
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 20px;
  color: #D0A01A;
  overflow-wrap: break-word;
}.nsz_seo_stat_lb-moi {
  color: #706A50;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.nsz_seo-moi {
  padding: 2.25rem 1rem 0;
  background: #0B1209;
}
@media(min-width: 767px) {.nsz_seo-moi {
  padding: 44px 24px 0;
}
}.nsz_seo_in-moi {
  border-radius: 16px;
  padding: 28px 1.5rem;
  background: #121C10;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 82.5rem;
}
@media(min-width: 769px) {.nsz_seo_in-moi {
  padding: 36px 40px;
}
}.nsz_seo_label-moi {
  margin-bottom: 10px;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #D0A01A;
  font-weight: 700;
  letter-spacing: .08em;
}.nsz_seo_h2-moi {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.25;
  font-family: 'Playfair Display', serif;
  color: #F4EDD8;
}
@media(min-width:768px) {.nsz_seo_h2-moi {
  font-size: 1.5rem;
}
}.nsz_seo_body-moi {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #96906E;
  font-size: 0.875rem;
}.nsz_seo_body-moi p {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 12px;
  color: #96906E;
}.nsz_seo_body-moi p:last-child {
  margin-bottom: 0;
}.nsz_seo_body-moi strong {
  font-weight: 700;
  color: #C8BFA0;
}.nsz_seo_body-moi a {
  transition: color .2s;
  text-decoration: underline;
  color: #D0A01A;
}.nsz_seo_body-moi a:hover {
  color: #E8B824;
}.nsz_seo_body-moi ul,.nsz_seo_body-moi ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.nsz_seo_body-moi ol {
  list-style: decimal;
}.nsz_seo_body-moi li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #96906E;
  font-size: 0.875rem;
}.nsz_seo_body-moi table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  display: block;
  font-size: 13px;
}
@media(min-width: 766px) {.nsz_seo_body-moi table {
  display: table;
}
}.nsz_seo_body-moi th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C8BFA0;
}.nsz_seo_body-moi td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #96906E;
}.nsz_seo_cols-moi {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 637px) {.nsz_seo_cols-moi {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.nsz_seo_cols-moi {
  grid-template-columns: repeat(3,1fr);
}
}.nsz_seo_col_h-moi {
  margin-bottom: 0.438rem;
  font-weight: 700;
  color: #C8BFA0;
  overflow-wrap: break-word;
  font-size: 13px;
}.nsz_seo_col_p-moi {
  font-size: 13px;
  color: #706A50;
  overflow-wrap: break-word;
  line-height: 1.65;
}.nsz_seo_stats-moi {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.nsz_seo_stat-moi {
  border: 1px solid rgba(208, 160, 26, 0.18);
  flex: 1;
  padding: 14px 16px;
  border-radius: 0.625rem;
  background: rgba(208, 160, 26, 0.07);
  min-width: 8.75rem;
}.nsz_seo_stat_val-moi {
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 0.25rem;
  color: #D0A01A;
  font-weight: 800;
}.nsz_seo_stat_lb-moi {
  color: #706A50;
  font-size: 11px;
  overflow-wrap: break-word;
}.nsz_seo-moi {
  padding: 36px 1rem 0;
  background: #0B1209;
}
@media(min-width: 771px) {.nsz_seo-moi {
  padding: 44px 24px 0;
}
}.nsz_seo_in-moi {
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #121C10;
  max-width: 82.5rem;
}
@media(min-width:768px) {.nsz_seo_in-moi {
  padding: 36px 2.5rem;
}
}.nsz_seo_label-moi {
  font-size: 0.688rem;
  color: #D0A01A;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
}.nsz_seo_h2-moi {
  overflow-wrap: break-word;
  color: #F4EDD8;
  font-size: 20px;
  margin-bottom: 14px;
  line-height: 1.25;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 766px) {.nsz_seo_h2-moi {
  font-size: 1.5rem;
}
}.nsz_seo_body-moi {
  color: #96906E;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
}.nsz_seo_body-moi p {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 12px;
  color: #96906E;
}.nsz_seo_body-moi p:last-child {
  margin-bottom: 0;
}.nsz_seo_body-moi strong {
  color: #C8BFA0;
  font-weight: 700;
}.nsz_seo_body-moi a {
  transition: color .2s;
  text-decoration: underline;
  color: #D0A01A;
}.nsz_seo_body-moi a:hover {
  color: #E8B824;
}.nsz_seo_body-moi ul,.nsz_seo_body-moi ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.nsz_seo_body-moi ol {
  list-style: decimal;
}.nsz_seo_body-moi li {
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #96906E;
}.nsz_seo_body-moi table {
  font-size: 0.813rem;
  width: 100%;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
}
@media(min-width: 769px) {.nsz_seo_body-moi table {
  display: table;
}
}.nsz_seo_body-moi th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C8BFA0;
  text-align: left;
  font-weight: 700;
}.nsz_seo_body-moi td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #96906E;
}.nsz_seo_cols-moi {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.nsz_seo_cols-moi {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.nsz_seo_cols-moi {
  grid-template-columns: repeat(3,1fr);
}
}.nsz_seo_col_h-moi {
  font-weight: 700;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #C8BFA0;
  margin-bottom: 0.438rem;
}.nsz_seo_col_p-moi {
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #706A50;
}.nsz_seo_stats-moi {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.nsz_seo_stat-moi {
  flex: 1;
  border: 1px solid rgba(208, 160, 26, 0.18);
  padding: 0.875rem 16px;
  border-radius: 10px;
  background: rgba(208, 160, 26, 0.07);
  min-width: 8.75rem;
}.nsz_seo_stat_val-moi {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  color: #D0A01A;
  margin-bottom: 0.25rem;
}.nsz_seo_stat_lb-moi {
  color: #706A50;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.nsz_faq-moi {
  padding: 2.25rem 16px 0;
  background: #0B1209;
}
@media(min-width:768px) {.nsz_faq-moi {
  padding: 2.75rem 24px 0;
}
}.nsz_faq_in-moi {
  margin: 0 auto;
  max-width: 1320px;
}.nsz_faq_head-moi {
  margin-bottom: 20px;
}.nsz_faq_label-moi {
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #D0A01A;
  font-size: 11px;
}.nsz_faq_h2-moi {
  font-size: 1.25rem;
  color: #F4EDD8;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.nsz_faq_h2-moi {
  font-size: 24px;
}
}.nsz_faq_list-moi {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.nsz_faq_item-moi {
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #121C10;
  overflow: hidden;
}.nsz_faq_q-moi {
  transition: color .2s;
  padding: 1rem 20px;
  gap: 12px;
  font-size: 0.875rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  display: flex;
  cursor: pointer;
  overflow-wrap: break-word;
  color: #C8BFA0;
}.nsz_faq_q-moi:hover {
  color: #F4EDD8;
}.nsz_faq_q_ic-moi {
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  display: flex;
  color: #D0A01A;
  font-size: 16px;
  height: 1.5rem;
  flex-shrink: 0;
  align-items: center;
  width: 24px;
  justify-content: center;
}.nsz_faq_item-moi.nsz_state_open-moi .nsz_faq_q_ic-moi {
  transform: rotate(45deg);
}.nsz_faq_a-moi {
  padding: 0 20px 16px;
  color: #706A50;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  display: none;
  line-height: 1.7;
}.nsz_faq_item-moi.nsz_state_open-moi .nsz_faq_a-moi {
  display: block;
}.nsz_faq_a-moi strong {
  font-weight: 700;
  color: #C8BFA0;
}.nsz_faq_a-moi a {
  color: #D0A01A;
  text-decoration: underline;
}.nsz_faq_a-moi ul,.nsz_faq_a-moi ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.nsz_faq_a-moi ol {
  list-style: decimal;
}.nsz_faq_a-moi li {
  line-height: 1.6;
  margin-bottom: 4px;
}.nsz_faq_a-moi table {
  margin: 8px 0;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  display: block;
  font-size: 0.75rem;
}
@media(min-width: 771px) {.nsz_faq_a-moi table {
  display: table;
}
}.nsz_faq_a-moi th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 0.5rem;
  font-weight: 700;
  color: #C8BFA0;
  text-align: left;
}.nsz_faq_a-moi td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 0.5rem;
  color: #706A50;
}.nsz_ft-moi {
  background: #070D06;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.nsz_ft_support-moi {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 766px) {.nsz_ft_support-moi {
  padding: 1.75rem 1.5rem;
}
}.nsz_ft_support_in-moi {
  margin: 0 auto;
  gap: 1rem;
  max-width: 1320px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.nsz_ft_support_main-moi {
  flex: 1;
  gap: 16px;
  min-width: 13.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.nsz_ft_support_ic-moi {
  flex-shrink: 0;
  color: #D0A01A;
}.nsz_ft_support_ic-moi svg {
  height: 30px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.875rem;
}.nsz_ft_support_text_title-moi {
  margin-bottom: 3px;
  font-size: 15px;
  color: #F4EDD8;
  font-weight: 700;
  overflow-wrap: break-word;
}.nsz_ft_support_text_sub-moi {
  font-size: 12px;
  color: #706A50;
  overflow-wrap: break-word;
}.nsz_ft_support_btn-moi {
  padding: 0.688rem 1.375rem;
  border-radius: 10px;
  background: #D0A01A;
  transition: background .2s;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 13px;
  color: #F4EDD8;
  font-weight: 700;
}.nsz_ft_support_btn-moi:hover {
  background: #E8B824;
}.nsz_ft_support_contacts-moi {
  gap: 16px;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.nsz_ft_support_contact-moi {
  color: #5A5640;
  line-height: 1.4;
  font-size: 12px;
}.nsz_ft_support_contact-moi strong {
  font-weight: 600;
  color: #96906E;
  font-size: 11px;
  margin-bottom: 2px;
  display: block;
}.nsz_ft_main-moi {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 16px 24px;
}
@media(min-width: 770px) {.nsz_ft_main-moi {
  padding: 40px 24px 32px;
}
}.nsz_ft_main_in-moi {
  gap: 24px;
  margin: 0 auto;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 639px) {.nsz_ft_main_in-moi {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.nsz_ft_main_in-moi {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.nsz_ft_col_logo-moi {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.nsz_ft_col_logo-moi {
  grid-column: auto;
}
}.nsz_ft_logo-moi {
  gap: 0.563rem;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  font-weight: 800;
  flex-wrap: wrap;
  display: flex;
  font-size: 16px;
  color: #F4EDD8;
  align-items: center;
}.nsz_ft_logo_mark-moi {
  border-radius: 0.375rem;
  overflow: hidden;
  height: 30px;
  width: 30px;
}.nsz_ft_logo_mark-moi img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.nsz_ft_logo_sub-moi {
  color: #5A5640;
  max-width: 200px;
  line-height: 1.55;
  font-size: 12px;
  overflow-wrap: break-word;
}.nsz_ft_col_title-moi {
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  font-size: 12px;
  color: #96906E;
  letter-spacing: .07em;
  font-weight: 700;
}.nsz_ft_col_links-moi {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.nsz_ft_col_link-moi {
  transition: color .2s;
  color: #5A5640;
  font-size: 13px;
  overflow-wrap: break-word;
}.nsz_ft_col_link-moi:hover {
  color: #C8BFA0;
}.nsz_ft_apps-moi {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.nsz_ft_app_card-moi {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  gap: 0.625rem;
  border-radius: 6px;
  align-items: center;
  display: flex;
}.nsz_ft_app_card-moi:hover {
  border-color: rgba(208, 162, 28, 0.45);
}.nsz_ft_app_card_ic-moi svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 22px;
  width: 22px;
}.nsz_ft_app_card_os-moi {
  font-weight: 600;
  color: #5A5640;
  font-size: 10px;
}.nsz_ft_app_card_action-moi {
  color: #C8BFA0;
  font-size: 0.75rem;
  font-weight: 700;
}.nsz_ft_bot-moi {
  padding: 1.25rem 16px;
}
@media(min-width: 770px) {.nsz_ft_bot-moi {
  padding: 1.25rem 24px;
}
}.nsz_ft_bot_in-moi {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  max-width: 82.5rem;
  flex-wrap: wrap;
}.nsz_ft_socials-moi {
  gap: 0.5rem;
  display: flex;
}.nsz_ft_soc-moi {
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .2s;
  display: flex;
  align-items: center;
  color: #96906E;
  justify-content: center;
  height: 36px;
  width: 2.25rem;
}.nsz_ft_soc-moi svg {
  stroke-linejoin: round;
  width: 16px;
  height: 16px;
  stroke-linecap: round;
}.nsz_ft_soc-moi:hover {
  background: rgba(255, 255, 255, 0.07);
}.nsz_ft_legal-moi {
  flex: 1;
  color: #7A7660;
  min-width: 12.5rem;
  font-size: 11px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.nsz_ft_legal-moi strong {
  color: #96906E;
  font-weight: 700;
}.nsz_ft_legal-moi a {
  text-decoration: underline;
  color: #96906E;
}.nsz_ft_age-moi {
  border-radius: 50%;
  border: 2px solid #7A7660;
  flex-shrink: 0;
  font-weight: 800;
  display: flex;
  align-items: center;
  font-size: 11px;
  margin-left: auto;
  justify-content: center;
  color: #7A7660;
  width: 32px;
  height: 2rem;
}