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 {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0E0D0B;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  line-height: 1.6;
  font-family: 'Inter', sans-serif;
  color: #C8BCA0;
}.nsw_layout-aod {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.nsw_page-aod {
  display: flex;
  min-height: 100vh;
}.nsw_main-aod {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media (min-width: 1081px) {.nsw_main-aod {
  padding-left: 13.75rem;
}
}
@media (max-width: 1080px) {.nsw_main-aod {
  padding-bottom: 4.5rem;
}
}.nsw_gc-aod {
  background: #131109;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.5rem;
  flex-shrink: 0;
  cursor: pointer;
  width: 140px;
  position: relative;
}
@media(min-width:640px) {.nsw_gc-aod {
  width: 156px;
}
}
@media(min-width:1080px) {.nsw_gc-aod {
  width: 10.5rem;
}
}.nsw_gc-aod:hover {
  transform: translateY(-3px);
  border-color: rgba(200,164,48,0.08);
}.nsw_gc_img-aod {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.nsw_gc_img-aod img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}.nsw_gc_hover-aod {
  transition: opacity .2s;
  inset: 0;
  background: rgba(8,7,6,0.76);
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}.nsw_gc-aod:hover .nsw_gc_hover-aod {
  opacity: 1;
}.nsw_gc_hover_btn-aod {
  padding: 0.5rem 1rem;
  background: #C8A430;
  border-radius: 5px;
  color: #F4EDD8;
  font-size: 0.75rem;
  font-weight: 700;
}.nsw_gc_info-aod {
  padding: 8px 0.625rem 0.625rem;
}.nsw_gc_name-aod {
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  font-size: 12px;
  color: #C8BCA0;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-bottom: 3px;
}.nsw_gc_prov-aod {
  font-size: 0.625rem;
  color: #57503C;
}.nsw_gc_tag-aod {
  border-radius: 4px;
  padding: 2px 7px;
  font-weight: 700;
  top: 0.375rem;
  z-index: 2;
  font-size: 9px;
  left: 0.375rem;
  letter-spacing: .04em;
  position: absolute;
  text-transform: uppercase;
}.nsw_gc_tag_hot-aod {
  background: #E03030;
  color: #fff;
}.nsw_gc_tag_new-aod {
  background: #2EC87A;
  color: #0E0D0B;
}.nsw_gc_tag_jp-aod {
  background: #E8A820;
  color: #0E0D0B;
}.nsw_gc_tag_ex-aod {
  background: #8C5C14;
  color: #fff;
}.nsw_gc_tag_live-aod {
  background: #E03030;
  color: #fff;
}.nsw_gr-aod {
  background: #0E0D0B;
  padding: 2rem 16px 0;
}
@media(min-width: 767px) {.nsw_gr-aod {
  padding: 2.25rem 24px 0;
}
}.nsw_gr_in-aod {
  margin: 0 auto;
  max-width: 83.75rem;
}.nsw_gr_head-aod {
  gap: 12px;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}.nsw_gr_head_l-aod {
  gap: 0.625rem;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}.nsw_gr_ic-aod {
  border-radius: 8px;
  height: 32px;
  justify-content: center;
  flex-shrink: 0;
  display: flex;
  width: 2rem;
  align-items: center;
}.nsw_gr_ic-aod svg {
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
  height: 1rem;
}.nsw_gr_title-aod {
  color: #F4EDD8;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.nsw_gr_title-aod {
  font-size: 18px;
}
}.nsw_gr_more-aod {
  transition: color .2s;
  gap: 0.313rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 0.75rem;
  color: #6E6450;
  white-space: nowrap;
  font-weight: 600;
}.nsw_gr_more-aod:hover {
  color: #C8A430;
}.nsw_gr_more-aod svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 12px;
  width: 0.75rem;
}.nsw_gr_arrows-aod {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.nsw_gr_arr-aod {
  transition: background .15s,color .15s;
  background: rgba(255,255,255,0.05);
  border-radius: 0.313rem;
  border: 1px solid rgba(255,255,255,0.10);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  color: #9A8E76;
  justify-content: center;
}.nsw_gr_arr-aod:hover {
  background: rgba(255,255,255,0.07);
  color: #F4EDD8;
}.nsw_gr_arr-aod svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.813rem;
  width: 13px;
}.nsw_gr_seo_h-aod {
  margin: 0 0 6px;
  max-width: 42.5rem;
  overflow-wrap: break-word;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  color: #C8BCA0;
  font-size: 13px;
}
@media(min-width:768px) {.nsw_gr_seo_h-aod {
  font-size: 0.875rem;
}
}.nsw_gr_seo-aod {
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  max-width: 680px;
  color: #6E6450;
  line-height: 1.55;
}.nsw_gr_seo-aod strong {
  color: #C8BCA0;
  font-weight: 600;
}.nsw_gr_scroll-aod {
  gap: 10px;
  scrollbar-width: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  display: flex;
}.nsw_gr_scroll-aod::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.nsw_gr_scroll-aod {
  gap: 0.75rem;
}
}.nsw_tb-aod {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #0E0D0B;
  left: 0;
  top: 0;
  position: fixed;
  right: 0;
  align-items: center;
  z-index: 80;
  height: 3.5rem;
  display: flex;
}.nsw_tb_in-aod {
  padding: 0 0.875rem;
  gap: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}.nsw_tb_burger-aod {
  gap: 5px;
  border-radius: 8px;
  justify-content: center;
  width: 2.375rem;
  display: flex;
  margin-right: 0.5rem;
  height: 2.375rem;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
}.nsw_tb_burger-aod:hover {
  background: rgba(255,255,255,0.05);
}.nsw_tb_burger_line-aod {
  background: #9A8E76;
  border-radius: 1px;
  height: 2px;
  display: block;
  width: 18px;
}
@media(min-width: 1079px) {.nsw_tb_burger-aod {
  display: none;
}
}.nsw_tb_logo-aod {
  gap: 9px;
  flex-shrink: 0;
  letter-spacing: -.01em;
  align-items: center;
  margin-right: 1.25rem;
  font-size: 18px;
  overflow-wrap: break-word;
  display: flex;
  color: #F4EDD8;
  font-weight: 800;
}.nsw_tb_logo_mark-aod {
  overflow: hidden;
  border-radius: 0.5rem;
  display: flex;
  width: 2rem;
  align-items: center;
  justify-content: center;
  height: 2rem;
}.nsw_tb_logo_mark-aod img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.nsw_tb_nav-aod {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 637px) {.nsw_tb_nav-aod {
  display: flex;
}
}.nsw_tb_tab-aod {
  padding: 0.5rem 14px;
  border-radius: 0.5rem;
  transition: background .15s,color .15s;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  color: #9A8E76;
}.nsw_tb_tab-aod:hover {
  background: rgba(255,255,255,0.05);
  color: #F4EDD8;
}.nsw_tb_tab-aod.nsw_state_active-aod {
  background: rgba(200,164,48,0.18);
  color: #F4EDD8;
}.nsw_tb_right-aod {
  gap: 8px;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.nsw_tb_login-aod {
  padding: 9px 16px;
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s,color .2s;
  font-size: 13px;
  font-weight: 600;
  display: none;
  color: #C8BCA0;
}.nsw_tb_login-aod:hover {
  border-color: rgba(200,164,48,0.42);
  color: #F4EDD8;
}
@media(min-width: 479px) {.nsw_tb_login-aod {
  display: block;
}
}.nsw_tb_reg-aod {
  background: #2EC87A;
  border-radius: 8px;
  transition: background .2s;
  padding: 0.563rem 18px;
  font-weight: 700;
  color: #0D0B07;
  font-size: 13px;
  white-space: nowrap;
}.nsw_tb_reg-aod:hover {
  background: #3DD888;
}.nsw_sb-aod {
  border-right: 1px solid rgba(255,255,255,0.05);
  transform: translateX(-100%);
  background: #181510;
  transition: transform .25s ease;
  width: 13.75rem;
  overflow-y: auto;
  bottom: 0;
  position: fixed;
  z-index: 70;
  top: 56px;
  left: 0;
}.nsw_sb-aod.nsw_state_open-aod {
  transform: translateX(0);
}.nsw_sb-aod::-webkit-scrollbar {
  width: 0.25rem;
}.nsw_sb-aod::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1083px) {.nsw_sb-aod {
  transform: translateX(0);
}
}.nsw_sb_auth-aod {
  padding: 0.875rem 0.75rem 0.625rem;
}.nsw_sb_btn_reg-aod {
  transition: background .2s;
  border-radius: 8px;
  background: #2EC87A;
  padding: 0.688rem;
  font-size: 0.813rem;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #0D0B07;
  margin-bottom: 0.5rem;
}.nsw_sb_btn_reg-aod:hover {
  background: #3DD888;
}.nsw_sb_btn_login-aod {
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 10px;
  transition: border-color .2s;
  background: rgba(255,255,255,0.05);
  color: #C8BCA0;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
  display: block;
}.nsw_sb_btn_login-aod:hover {
  border-color: rgba(200,164,48,0.42);
  color: #F4EDD8;
}.nsw_sb_promo-aod {
  border: 1px solid rgba(200,164,48,0.18);
  border-radius: 0.5rem;
  background: linear-gradient(135deg,#1C1400,#181510);
  padding: 12px 14px;
  margin: 0 12px 10px;
  overflow: hidden;
  position: relative;
}.nsw_sb_promo-aod::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200,164,48,0.18),transparent 70%);
  position: absolute;
  top: -1.25rem;
  content: '';
  right: -1.25rem;
  width: 80px;
  height: 80px;
}.nsw_sb_promo_title-aod {
  margin-bottom: 0.25rem;
  color: #C8A430;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 11px;
}.nsw_sb_promo_text-aod {
  line-height: 1.35;
  font-size: 0.75rem;
  color: #F4EDD8;
  font-weight: 600;
  overflow-wrap: break-word;
}.nsw_sb_promo_sub-aod {
  margin-top: 3px;
  font-size: 10px;
  color: #6E6450;
}.nsw_sb_nav-aod {
  padding: 6px 0.5rem 1rem;
}.nsw_sb_nav_lb-aod {
  padding: 0.625rem 0.5rem 6px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #57503C;
}.nsw_sb_link-aod {
  transition: background .15s,color .15s;
  border-radius: 0.313rem;
  gap: 10px;
  padding: 9px 10px;
  cursor: pointer;
  overflow-wrap: break-word;
  font-size: 13px;
  display: flex;
  font-weight: 500;
  align-items: center;
  color: #9A8E76;
}.nsw_sb_link-aod:hover {
  background: rgba(255,255,255,0.05);
  color: #F4EDD8;
}.nsw_sb_link-aod.nsw_state_active-aod {
  background: rgba(200,164,48,0.18);
  color: #F4EDD8;
}.nsw_sb_ic-aod {
  border-radius: 0.313rem;
  align-items: center;
  display: flex;
  width: 1.875rem;
  flex-shrink: 0;
  justify-content: center;
  height: 1.875rem;
}.nsw_sb_ic-aod svg {
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
}.nsw_sb_ic_1-aod {
  background: rgba(200,164,48,0.08);
  color: #C8A430;
}.nsw_sb_ic_2-aod {
  background: rgba(46,200,122,0.15);
  color: #2EC87A;
}.nsw_sb_ic_3-aod {
  background: rgba(232,168,32,0.16);
  color: #E8A820;
}.nsw_sb_ic_4-aod {
  background: rgba(140,92,20,0.22);
  color: #8C5C14;
}.nsw_sb_ic_5-aod {
  background: rgba(200,164,48,0.08);
  color: #E84FA8;
}.nsw_sb_ic_6-aod {
  background: rgba(140,92,20,0.22);
  color: #9B4FE8;
}.nsw_sb_badge-aod {
  background: #E8A820;
  padding: 2px 7px;
  border-radius: 0.313rem;
  margin-left: auto;
  font-weight: 700;
  font-size: 9px;
  color: #0D0B07;
}.nsw_sb_bot-aod {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 12px;
  gap: 8px;
  display: flex;
}.nsw_sb_lang-aod,.nsw_sb_help-aod {
  transition: border-color .2s;
  flex: 1;
  padding: 9px 0.375rem;
  border-radius: 0.313rem;
  background: rgba(255,255,255,0.05);
  gap: 6px;
  border: 1px solid rgba(255,255,255,0.06);
  justify-content: center;
  font-weight: 600;
  display: flex;
  color: #9A8E76;
  align-items: center;
  font-size: 0.688rem;
}.nsw_sb_lang-aod:hover,.nsw_sb_help-aod:hover {
  border-color: rgba(200,164,48,0.42);
  color: #F4EDD8;
}.nsw_sb_lang-aod svg,.nsw_sb_help-aod svg {
  stroke-linecap: round;
  height: 13px;
  width: 0.813rem;
  stroke-linejoin: round;
}.nsw_sb_bd-aod {
  background: rgba(8,7,6,0.76);
  inset: 0;
  position: fixed;
  display: none;
  z-index: 69;
}.nsw_sb_bd-aod.nsw_state_on-aod {
  display: block;
}
@media(min-width: 1081px) {.nsw_sb_bd-aod {
  display: none!important;
}
}.nsw_mob_nav-aod {
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  background: #181510;
  border-top: 1px solid rgba(255,255,255,0.10);
  z-index: 80;
  left: 0;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}
@media(min-width: 1081px) {.nsw_mob_nav-aod {
  display: none;
}
}.nsw_mob_nav_item-aod {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 0.25rem;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  display: flex;
  color: #57503C;
}.nsw_mob_nav_ic-aod {
  line-height: 1;
}.nsw_mob_nav_ic-aod svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.25rem;
  width: 20px;
}.nsw_mob_nav_lb-aod {
  color: #57503C;
  font-weight: 600;
  font-size: 10px;
}.nsw_mob_nav_item-aod.nsw_state_active-aod {
  color: #C8A430;
}.nsw_mob_nav_item-aod.nsw_state_active-aod .nsw_mob_nav_lb-aod {
  color: #C8A430;
}.nsw_hero-aod {
  padding: 1.25rem 16px 0;
  background: #0E0D0B;
}
@media(min-width: 767px) {.nsw_hero-aod {
  padding: 1.5rem 1.5rem 0;
}
}.nsw_hero_in-aod {
  margin: 0 auto;
  gap: 0.75rem;
  max-width: 1340px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 857px) {.nsw_hero_in-aod {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.nsw_hero_in-aod {
  grid-template-columns: 1fr 340px;
}
}.nsw_hero_promo-aod {
  border-radius: 14px;
  background: #131109;
  overflow: hidden;
  min-height: 220px;
  align-items: stretch;
  display: flex;
  position: relative;
}
@media(min-width: 769px) {.nsw_hero_promo-aod {
  min-height: 17.5rem;
}
}.nsw_hero_promo_bg-aod {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#1C1400 0%,#0E0D0B 100%);
  position: absolute;
  background-size: cover;
}.nsw_hero_promo_bg-aod::after {
  inset: 0;
  background: linear-gradient(90deg,#0E0D0B 0%,rgba(8,7,6,0.76) 60%,transparent 100%);
  content: '';
  position: absolute;
}.nsw_hero_promo_glow-aod {
  background: radial-gradient(circle,rgba(140,92,20,0.22) 0%,transparent 65%);
  border-radius: 50%;
  top: -40px;
  width: 18.75rem;
  right: 3.75rem;
  height: 300px;
  position: absolute;
  pointer-events: none;
}.nsw_hero_promo_ct-aod {
  padding: 28px 24px 28px 1.75rem;
  flex-direction: column;
  justify-content: center;
  max-width: 480px;
  display: flex;
  position: relative;
  z-index: 2;
}
@media(min-width: 770px) {.nsw_hero_promo_ct-aod {
  padding: 40px 2rem;
}
}.nsw_hero_badge-aod {
  background: rgba(200,164,48,0.18);
  padding: 5px 12px;
  border-radius: 1.25rem;
  border: 1px solid rgba(200,164,48,0.08);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  display: inline-block;
  color: #C8A430;
  margin-bottom: 0.875rem;
}.nsw_hero_h1-aod {
  overflow-wrap: break-word;
  margin-bottom: 10px;
  font-size: 1.625rem;
  font-weight: 800;
  color: #F4EDD8;
  line-height: 1.15;
  font-family: 'Barlow Condensed', sans-serif;
}.nsw_hero_h1-aod em {
  color: #E8A820;
  font-style: normal;
}
@media(min-width: 769px) {.nsw_hero_h1-aod {
  font-size: 2.25rem;
}
}.nsw_hero_sub-aod {
  line-height: 1.55;
  margin-bottom: 20px;
  color: #9A8E76;
  font-size: 13px;
}
@media(min-width: 766px) {.nsw_hero_sub-aod {
  font-size: 14px;
}
}.nsw_hero_row-aod {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.nsw_hero_cta-aod {
  border-radius: 8px;
  transition: background .2s;
  background: #2EC87A;
  padding: 13px 26px;
  color: #0D0B07;
  box-shadow: 0 0.25rem 1.375rem rgba(46,200,122,0.42);
  font-weight: 700;
  font-size: 14px;
}.nsw_hero_cta-aod:hover {
  background: #3DD888;
}.nsw_hero_terms-aod {
  color: #57503C;
  font-size: 0.688rem;
}.nsw_hero_game-aod {
  overflow: hidden;
  border-radius: 14px;
  background: #131109;
  border: 1px solid rgba(255,255,255,0.06);
  position: relative;
  display: flex;
  flex-direction: column;
}.nsw_hero_game_badge-aod {
  padding: 0.313rem 10px;
  border: 1px solid rgba(232,168,32,0.16);
  background: rgba(232,168,32,0.16);
  border-radius: 20px;
  text-transform: uppercase;
  z-index: 3;
  color: #E8A820;
  top: 0.75rem;
  left: 0.75rem;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .06em;
  position: absolute;
}.nsw_hero_game_badge-aod svg {
  height: 0.688rem;
  vertical-align: -1px;
  margin-right: 4px;
  width: 11px;
}.nsw_hero_game_img-aod {
  background: linear-gradient(135deg,#1C1400,#0E0D0B);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.nsw_hero_game_img-aod img {
  inset: 0;
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}.nsw_hero_game_play-aod {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8,7,6,0.76);
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
}.nsw_hero_game-aod:hover .nsw_hero_game_play-aod {
  opacity: 1;
}.nsw_hero_game_play-aod span {
  background: #C8A430;
  border-radius: 50%;
  height: 52px;
  justify-content: center;
  width: 52px;
  align-items: center;
  display: flex;
}.nsw_hero_game_play-aod span svg {
  margin-left: 2px;
  height: 1.125rem;
  width: 1.125rem;
}.nsw_hero_game_info-aod {
  padding: 0.875rem 16px;
}.nsw_hero_game_title-aod {
  font-size: 0.938rem;
  margin-bottom: 0.25rem;
  font-weight: 700;
  color: #F4EDD8;
  overflow-wrap: break-word;
}.nsw_hero_game_provider-aod {
  color: #6E6450;
  font-size: 0.688rem;
}.nsw_hero_game_btn-aod {
  transition: background .2s;
  background: #C8A430;
  border-radius: 8px;
  margin: 0.75rem 16px 1rem;
  padding: 11px;
  font-weight: 700;
  text-align: center;
  color: #F4EDD8;
  display: block;
  font-size: 0.813rem;
}.nsw_hero_game-aod:hover .nsw_hero_game_btn-aod {
  background: #D8B840;
}.nsw_wy-aod {
  background: #0E0D0B;
  padding: 2rem 16px 0;
}
@media(min-width: 766px) {.nsw_wy-aod {
  padding: 40px 1.5rem 0;
}
}.nsw_wy_in-aod {
  margin: 0 auto;
  max-width: 1340px;
}.nsw_wy_head-aod {
  max-width: 720px;
  margin-bottom: 18px;
}.nsw_wy_label-aod {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-size: 11px;
  font-weight: 700;
  color: #C8A430;
  text-transform: uppercase;
}.nsw_wy_h2-aod {
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4EDD8;
}
@media(min-width: 769px) {.nsw_wy_h2-aod {
  font-size: 1.5rem;
}
}.nsw_wy_intro-aod {
  margin: 0;
  font-size: 13px;
  color: #6E6450;
  line-height: 1.6;
}.nsw_wy_grid-aod {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.nsw_wy_grid-aod {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.nsw_wy_grid-aod {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.nsw_wy_card-aod {
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.10);
  background: #181510;
  transition: border-color .2s,transform .2s;
  padding: 20px;
}.nsw_wy_card-aod:hover {
  border-color: rgba(200,164,48,0.08);
  transform: translateY(-2px);
}.nsw_wy_card_ic-aod {
  border-radius: 50%;
  background: rgba(200,164,48,0.18);
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  color: #C8A430;
  margin-bottom: 14px;
  justify-content: center;
  align-items: center;
}.nsw_wy_card_ic-aod svg {
  height: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 22px;
}.nsw_wy_card_h-aod {
  margin-bottom: 6px;
  overflow-wrap: break-word;
  line-height: 1.25;
  color: #F4EDD8;
  font-size: 15px;
  font-weight: 700;
}.nsw_wy_card_p-aod {
  color: #6E6450;
  font-size: 0.813rem;
  line-height: 1.6;
  overflow-wrap: break-word;
}.nsw_wy_card_p-aod strong {
  color: #C8BCA0;
  font-weight: 600;
}.nsw_ws-aod {
  padding: 32px 16px 0;
  background: #0E0D0B;
}
@media(min-width:768px) {.nsw_ws-aod {
  padding: 2.25rem 1.5rem 0;
}
}.nsw_ws_in-aod {
  margin: 0 auto;
  max-width: 1340px;
}.nsw_ws_head-aod {
  gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  flex-wrap: wrap;
  display: flex;
}.nsw_ws_title-aod {
  gap: 10px;
  font-size: 16px;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  flex-wrap: wrap;
  align-items: center;
  color: #F4EDD8;
  display: flex;
}.nsw_ws_title_ic-aod svg {
  color: #E8A820;
  height: 18px;
  stroke-linecap: round;
  width: 1.125rem;
  stroke-linejoin: round;
}.nsw_ws_online-aod {
  gap: 7px;
  font-size: 0.75rem;
  align-items: center;
  display: flex;
  color: #6E6450;
  font-weight: 600;
}.nsw_ws_online_dot-aod {
  background: #2EC87A;
  border-radius: 50%;
  width: 0.5rem;
  flex-shrink: 0;
  height: 8px;
  box-shadow: 0 0 6px rgba(46,200,122,0.15);
}.nsw_ws_scroll-aod {
  gap: 0.5rem;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 0.5rem;
  overflow-x: auto;
}.nsw_ws_scroll-aod::-webkit-scrollbar {
  display: none;
}.nsw_wc-aod {
  gap: 10px;
  padding: 10px 0.875rem;
  border-radius: 8px;
  background: #131109;
  border: 1px solid rgba(255,255,255,0.10);
  align-items: center;
  display: flex;
  flex-shrink: 0;
  min-width: 220px;
}.nsw_wc_img-aod {
  overflow: hidden;
  background: #181510;
  border-radius: 0.313rem;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
}.nsw_wc_img-aod img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.nsw_wc_info-aod {
  min-width: 0;
}.nsw_wc_game-aod {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #C8BCA0;
  font-size: 0.75rem;
  font-weight: 600;
}.nsw_wc_player-aod {
  overflow: hidden;
  font-size: 0.625rem;
  color: #57503C;
  white-space: nowrap;
  text-overflow: ellipsis;
}.nsw_wc_amount-aod {
  font-weight: 700;
  margin-left: auto;
  font-size: 0.813rem;
  flex-shrink: 0;
  color: #2EC87A;
  white-space: nowrap;
}.nsw_bon-aod {
  background: #0E0D0B;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.nsw_bon-aod {
  padding: 44px 1.5rem 0;
}
}.nsw_bon_in-aod {
  margin: 0 auto;
  max-width: 83.75rem;
}.nsw_bon_head-aod {
  margin-bottom: 20px;
}.nsw_bon_label-aod {
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  color: #C8A430;
  text-transform: uppercase;
  margin-bottom: 8px;
}.nsw_bon_h2-aod {
  margin-bottom: 0.5rem;
  color: #F4EDD8;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.nsw_bon_h2-aod {
  font-size: 24px;
}
}.nsw_bon_seo-aod {
  color: #6E6450;
  max-width: 620px;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 13px;
}.nsw_bon_seo-aod strong {
  color: #C8BCA0;
  font-weight: 700;
}.nsw_bon_seo-aod a {
  text-decoration: underline;
  color: #C8A430;
}.nsw_bon_grid-aod {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 642px) {.nsw_bon_grid-aod {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.nsw_bon_grid-aod {
  grid-template-columns: repeat(5,1fr);
}
}.nsw_bon_card-aod {
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 1rem;
  background: #131109;
  transition: border-color .2s,transform .2s;
}.nsw_bon_card-aod:hover {
  transform: translateY(-2px);
  border-color: rgba(200,164,48,0.08);
}.nsw_bon_card_ic-aod svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 26px;
  height: 1.625rem;
}.nsw_bon_card_ic-aod {
  margin-bottom: 0.625rem;
}.nsw_bon_card_type-aod {
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #6E6450;
  letter-spacing: .06em;
}.nsw_bon_card_amount-aod {
  font-weight: 800;
  font-size: 18px;
  color: #E8A820;
  margin-bottom: 0.375rem;
  line-height: 1.1;
}.nsw_bon_card_name-aod {
  overflow-wrap: break-word;
  color: #F4EDD8;
  margin-bottom: 8px;
  font-size: 0.813rem;
  font-weight: 600;
}.nsw_bon_card_detail-aod {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  line-height: 1.5;
  padding-top: 8px;
  color: #57503C;
  font-size: 11px;
}.nsw_app-aod {
  padding: 36px 1rem 0;
  background: #0E0D0B;
}
@media(min-width: 769px) {.nsw_app-aod {
  padding: 2.75rem 24px 0;
}
}.nsw_app_in-aod {
  margin: 0 auto;
  max-width: 83.75rem;
}.nsw_app_head-aod {
  margin-bottom: 1rem;
}.nsw_app_label-aod {
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C8A430;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}.nsw_app_h2-aod {
  overflow-wrap: break-word;
  margin-bottom: 6px;
  color: #F4EDD8;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
}
@media(min-width: 766px) {.nsw_app_h2-aod {
  font-size: 24px;
}
}.nsw_app_sub-aod {
  line-height: 1.6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 600px;
  color: #6E6450;
}.nsw_app_sub-aod strong {
  font-weight: 700;
  color: #C8BCA0;
}.nsw_app_cards-aod {
  gap: 10px;
  display: grid;
  margin-top: 16px;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.nsw_app_cards-aod {
  grid-template-columns: repeat(3,1fr);
}
}.nsw_app_card-aod {
  border-radius: 0.5rem;
  gap: 16px;
  overflow: hidden;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}.nsw_app_card_ios-aod {
  background: linear-gradient(135deg,rgba(200,164,48,0.18) 0%,#181510 100%);
}.nsw_app_card_android-aod {
  background: linear-gradient(135deg,rgba(46,200,122,0.15) 0%,#181510 100%);
}.nsw_app_card_win-aod {
  background: linear-gradient(135deg,rgba(232,168,32,0.16) 0%,#181510 100%);
}.nsw_app_card_ic-aod svg {
  width: 2.125rem;
  stroke-linecap: round;
  height: 34px;
  stroke-linejoin: round;
}.nsw_app_card_ic-aod {
  color: #F4EDD8;
  flex-shrink: 0;
}.nsw_app_card_os-aod {
  letter-spacing: .08em;
  color: #6E6450;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.625rem;
  margin-bottom: 6px;
}.nsw_app_card_title-aod {
  font-weight: 700;
  color: #F4EDD8;
  line-height: 1.2;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-size: 0.938rem;
}.nsw_app_card_text-aod {
  line-height: 1.5;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-size: 12px;
  color: #6E6450;
}.nsw_app_card_btn-aod {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(200,164,48,0.42);
  border-radius: 0.313rem;
  padding: 10px 18px;
  gap: 7px;
  transition: background .2s;
  align-items: center;
  color: #F4EDD8;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
}.nsw_app_card_btn-aod:hover {
  background: rgba(255,255,255,0.07);
}.nsw_reg-aod {
  padding: 2.25rem 1rem 0;
  background: #0E0D0B;
}
@media(min-width: 765px) {.nsw_reg-aod {
  padding: 44px 24px 0;
}
}.nsw_reg_in-aod {
  border-radius: 0.875rem;
  border: 1px solid rgba(255,255,255,0.06);
  padding: 28px 24px;
  margin: 0 auto;
  background: #181510;
  max-width: 83.75rem;
}
@media(min-width: 765px) {.nsw_reg_in-aod {
  padding: 40px;
}
}.nsw_reg_top-aod {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 863px) {.nsw_reg_top-aod {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.nsw_reg_label-aod {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-size: 11px;
  color: #C8A430;
}.nsw_reg_h2-aod {
  line-height: 1.2;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 22px;
  overflow-wrap: break-word;
  color: #F4EDD8;
  margin-bottom: 0.75rem;
}
@media(min-width: 769px) {.nsw_reg_h2-aod {
  font-size: 28px;
}
}.nsw_reg_bonus-aod {
  padding: 0.625rem 16px;
  gap: 0.5rem;
  background: rgba(232,168,32,0.16);
  border-radius: 0.5rem;
  border: 1px solid rgba(232,168,32,0.16);
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
}.nsw_reg_bonus_amount-aod {
  font-size: 1.25rem;
  color: #E8A820;
  font-weight: 800;
}.nsw_reg_bonus_text-aod {
  font-size: 13px;
  color: #9A8E76;
  line-height: 1.35;
}.nsw_reg_cta_btn-aod {
  padding: 0.875rem 32px;
  transition: background .2s;
  background: #2EC87A;
  border-radius: 0.5rem;
  font-size: 15px;
  margin-bottom: 0.75rem;
  color: #0D0B07;
  box-shadow: 0 4px 1.375rem rgba(46,200,122,0.42);
  font-weight: 700;
  display: inline-block;
}.nsw_reg_cta_btn-aod:hover {
  background: #3DD888;
}.nsw_reg_terms-aod {
  color: #57503C;
  font-size: 11px;
  line-height: 1.5;
}.nsw_reg_seo-aod {
  border-top: 1px solid rgba(255,255,255,0.05);
  line-height: 1.65;
  font-size: 13px;
  padding-top: 1.25rem;
  color: #6E6450;
  margin-top: 1.25rem;
  overflow-wrap: break-word;
}.nsw_reg_seo-aod p {
  margin-bottom: 0.625rem;
  color: #6E6450;
  line-height: 1.65;
  font-size: 13px;
}.nsw_reg_seo-aod p:last-child {
  margin-bottom: 0;
}.nsw_reg_seo-aod strong {
  font-weight: 700;
  color: #C8BCA0;
}.nsw_reg_seo-aod a {
  transition: color .2s;
  color: #C8A430;
  text-decoration: underline;
}.nsw_reg_seo-aod a:hover {
  color: #D8B840;
}.nsw_reg_seo-aod ul,.nsw_reg_seo-aod ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.nsw_reg_seo-aod ol {
  list-style: decimal;
}.nsw_reg_seo-aod li {
  font-size: 0.813rem;
  margin-bottom: 0.25rem;
  line-height: 1.65;
  color: #6E6450;
}.nsw_reg_seo-aod table {
  overflow-x: auto;
  margin-bottom: 0.625rem;
  display: block;
  border-collapse: collapse;
  width: 100%;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.nsw_reg_seo-aod table {
  display: table;
}
}.nsw_reg_seo-aod th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #C8BCA0;
}.nsw_reg_seo-aod td {
  padding: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #6E6450;
}.nsw_reg_steps-aod {
  gap: 14px;
  flex-direction: column;
  display: flex;
  margin-top: 1.75rem;
}
@media(min-width: 858px) {.nsw_reg_steps-aod {
  margin-top: 0;
}
}.nsw_reg_step-aod {
  gap: 0.875rem;
  border-radius: 0.5rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 1rem;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.nsw_reg_step_num-aod {
  border: 1px solid rgba(200,164,48,0.08);
  border-radius: 50%;
  background: rgba(200,164,48,0.18);
  color: #C8A430;
  height: 2.125rem;
  width: 34px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  font-size: 0.875rem;
  font-weight: 800;
}.nsw_reg_step_title-aod {
  color: #F4EDD8;
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 14px;
}.nsw_reg_step_text-aod {
  color: #6E6450;
  line-height: 1.5;
  font-size: 0.75rem;
}.nsw_reg_trust-aod {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 1.25rem;
  display: flex;
}.nsw_reg_trust_item-aod {
  gap: 0.438rem;
  color: #6E6450;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
  font-size: 12px;
}.nsw_reg_trust_ic-aod svg {
  height: 1rem;
  color: #C8A430;
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
}.nsw_prov-aod {
  background: #0E0D0B;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.nsw_prov-aod {
  padding: 44px 1.5rem 0;
}
}.nsw_prov_in-aod {
  margin: 0 auto;
  max-width: 83.75rem;
}.nsw_prov_head-aod {
  margin-bottom: 16px;
}.nsw_prov_label-aod {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #C8A430;
  letter-spacing: .08em;
  text-transform: uppercase;
}.nsw_prov_h2-aod {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #F4EDD8;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 765px) {.nsw_prov_h2-aod {
  font-size: 24px;
}
}.nsw_prov_seo-aod {
  color: #6E6450;
  font-size: 13px;
  max-width: 620px;
  margin-bottom: 1rem;
  line-height: 1.6;
  overflow-wrap: break-word;
}.nsw_prov_seo-aod strong {
  font-weight: 700;
  color: #C8BCA0;
}.nsw_prov_seo-aod a {
  text-decoration: underline;
  color: #C8A430;
}.nsw_prov_grid-aod {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 638px) {.nsw_prov_grid-aod {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.nsw_prov_grid-aod {
  grid-template-columns: repeat(8,1fr);
}
}.nsw_prov_card-aod {
  padding: 14px 10px;
  transition: border-color .2s,background .2s;
  background: #131109;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.5rem;
  gap: 0.438rem;
  align-items: center;
  flex-direction: column;
  display: flex;
  cursor: pointer;
}.nsw_prov_card-aod:hover {
  background: #181510;
  border-color: rgba(200,164,48,0.42);
}.nsw_prov_logo-aod {
  background: rgba(255,255,255,0.05);
  border-radius: 0.313rem;
  overflow: hidden;
  width: 44px;
  align-items: center;
  justify-content: center;
  height: 44px;
  display: flex;
}.nsw_prov_logo-aod img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.nsw_prov_name-aod {
  color: #9A8E76;
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  overflow-wrap: break-word;
}.nsw_rv-aod {
  padding: 2.25rem 1rem 0;
  background: #0E0D0B;
}
@media(min-width: 769px) {.nsw_rv-aod {
  padding: 2.75rem 1.5rem 0;
}
}.nsw_rv_in-aod {
  margin: 0 auto;
  max-width: 1340px;
}.nsw_rv_head-aod {
  margin-bottom: 20px;
  max-width: 720px;
}.nsw_rv_label-aod {
  font-weight: 700;
  color: #C8A430;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
}.nsw_rv_h2-aod {
  margin-bottom: 10px;
  font-size: 1.375rem;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4EDD8;
  font-weight: 800;
}
@media(min-width: 766px) {.nsw_rv_h2-aod {
  font-size: 1.75rem;
}
}.nsw_rv_stats-aod {
  gap: 18px;
  font-size: 13px;
  align-items: center;
  display: flex;
  color: #6E6450;
  flex-wrap: wrap;
}.nsw_rv_stats_score-aod {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.nsw_rv_stats_score_val-aod {
  color: #E8A820;
  font-weight: 800;
  font-size: 1.375rem;
  font-family: 'Barlow Condensed', sans-serif;
}.nsw_rv_stats_score_max-aod {
  color: #57503C;
  font-size: 13px;
}.nsw_rv_stats_badge-aod {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.nsw_rv_stats_badge-aod svg {
  color: #E8A820;
  height: 14px;
  width: 0.875rem;
}.nsw_rv_grid-aod {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.nsw_rv_grid-aod {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.nsw_rv_grid-aod {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.nsw_rv_card-aod {
  background: #181510;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.5rem;
  padding: 20px;
  display: flex;
  flex-direction: column;
}.nsw_rv_card_stars-aod {
  gap: 2px;
  color: #E8A820;
  display: flex;
  margin-bottom: 0.625rem;
}.nsw_rv_card_stars-aod svg {
  height: 14px;
  width: 0.875rem;
}.nsw_rv_card_h-aod {
  line-height: 1.3;
  color: #F4EDD8;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}.nsw_rv_card_body-aod {
  flex: 1;
  color: #6E6450;
  font-size: 13px;
  margin-bottom: 14px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.nsw_rv_card_body-aod strong {
  color: #C8BCA0;
  font-weight: 600;
}.nsw_rv_card_meta-aod {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  justify-content: space-between;
  padding-top: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.nsw_rv_card_author-aod {
  font-weight: 600;
  color: #C8BCA0;
  font-size: 0.75rem;
}.nsw_rv_card_date-aod {
  color: #57503C;
  font-size: 11px;
}.nsw_seo-aod {
  background: #0E0D0B;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.nsw_seo-aod {
  padding: 2.75rem 1.5rem 0;
}
}.nsw_seo_in-aod {
  margin: 0 auto;
  border-radius: 14px;
  background: #181510;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255,255,255,0.10);
  max-width: 83.75rem;
}
@media(min-width:768px) {.nsw_seo_in-aod {
  padding: 2.25rem 2.5rem;
}
}.nsw_seo_label-aod {
  font-size: 11px;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #C8A430;
}.nsw_seo_h2-aod {
  line-height: 1.25;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4EDD8;
  font-size: 1.25rem;
  margin-bottom: 14px;
}
@media(min-width: 770px) {.nsw_seo_h2-aod {
  font-size: 24px;
}
}.nsw_seo_body-aod {
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #9A8E76;
}.nsw_seo_body-aod p {
  color: #9A8E76;
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 14px;
}.nsw_seo_body-aod p:last-child {
  margin-bottom: 0;
}.nsw_seo_body-aod strong {
  color: #C8BCA0;
  font-weight: 700;
}.nsw_seo_body-aod a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8A430;
}.nsw_seo_body-aod a:hover {
  color: #D8B840;
}.nsw_seo_body-aod ul,.nsw_seo_body-aod ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.nsw_seo_body-aod ol {
  list-style: decimal;
}.nsw_seo_body-aod li {
  margin-bottom: 0.375rem;
  color: #9A8E76;
  font-size: 0.875rem;
  line-height: 1.75;
}.nsw_seo_body-aod table {
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  display: block;
  margin-bottom: 12px;
}
@media(min-width: 771px) {.nsw_seo_body-aod table {
  display: table;
}
}.nsw_seo_body-aod th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  text-align: left;
  font-weight: 700;
  color: #C8BCA0;
}.nsw_seo_body-aod td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #9A8E76;
}.nsw_seo_cols-aod {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.nsw_seo_cols-aod {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.nsw_seo_cols-aod {
  grid-template-columns: repeat(3,1fr);
}
}.nsw_seo_col_h-aod {
  color: #C8BCA0;
  font-size: 0.813rem;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.nsw_seo_col_p-aod {
  color: #6E6450;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
}.nsw_seo_stats-aod {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.nsw_seo_stat-aod {
  border-radius: 0.5rem;
  border: 1px solid rgba(200,164,48,0.18);
  background: rgba(200,164,48,0.08);
  flex: 1;
  padding: 0.875rem 1rem;
  min-width: 8.75rem;
}.nsw_seo_stat_val-aod {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 4px;
  font-size: 20px;
  color: #C8A430;
}.nsw_seo_stat_lb-aod {
  overflow-wrap: break-word;
  color: #6E6450;
  font-size: 0.688rem;
}.nsw_seo-aod {
  padding: 2.25rem 16px 0;
  background: #0E0D0B;
}
@media(min-width:768px) {.nsw_seo-aod {
  padding: 44px 1.5rem 0;
}
}.nsw_seo_in-aod {
  border: 1px solid rgba(255,255,255,0.10);
  margin: 0 auto;
  padding: 28px 1.5rem;
  background: #181510;
  border-radius: 0.875rem;
  max-width: 83.75rem;
}
@media(min-width: 766px) {.nsw_seo_in-aod {
  padding: 36px 2.5rem;
}
}.nsw_seo_label-aod {
  letter-spacing: .08em;
  color: #C8A430;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}.nsw_seo_h2-aod {
  margin-bottom: 0.875rem;
  line-height: 1.25;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #F4EDD8;
}
@media(min-width: 771px) {.nsw_seo_h2-aod {
  font-size: 24px;
}
}.nsw_seo_body-aod {
  color: #9A8E76;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.75;
}.nsw_seo_body-aod p {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 12px;
  color: #9A8E76;
}.nsw_seo_body-aod p:last-child {
  margin-bottom: 0;
}.nsw_seo_body-aod strong {
  color: #C8BCA0;
  font-weight: 700;
}.nsw_seo_body-aod a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8A430;
}.nsw_seo_body-aod a:hover {
  color: #D8B840;
}.nsw_seo_body-aod ul,.nsw_seo_body-aod ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.nsw_seo_body-aod ol {
  list-style: decimal;
}.nsw_seo_body-aod li {
  line-height: 1.75;
  margin-bottom: 6px;
  font-size: 0.875rem;
  color: #9A8E76;
}.nsw_seo_body-aod table {
  margin-bottom: 12px;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 13px;
  display: block;
}
@media(min-width: 771px) {.nsw_seo_body-aod table {
  display: table;
}
}.nsw_seo_body-aod th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  color: #C8BCA0;
  font-weight: 700;
  text-align: left;
}.nsw_seo_body-aod td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9A8E76;
}.nsw_seo_cols-aod {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 642px) {.nsw_seo_cols-aod {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.nsw_seo_cols-aod {
  grid-template-columns: repeat(3,1fr);
}
}.nsw_seo_col_h-aod {
  color: #C8BCA0;
  margin-bottom: 0.438rem;
  font-weight: 700;
  font-size: 13px;
  overflow-wrap: break-word;
}.nsw_seo_col_p-aod {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #6E6450;
}.nsw_seo_stats-aod {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.nsw_seo_stat-aod {
  border: 1px solid rgba(200,164,48,0.18);
  border-radius: 8px;
  flex: 1;
  padding: 0.875rem 16px;
  background: rgba(200,164,48,0.08);
  min-width: 8.75rem;
}.nsw_seo_stat_val-aod {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #C8A430;
}.nsw_seo_stat_lb-aod {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #6E6450;
}.nsw_faq-aod {
  padding: 36px 1rem 0;
  background: #0E0D0B;
}
@media(min-width: 765px) {.nsw_faq-aod {
  padding: 2.75rem 1.5rem 0;
}
}.nsw_faq_in-aod {
  margin: 0 auto;
  max-width: 1340px;
}.nsw_faq_head-aod {
  margin-bottom: 1.25rem;
}.nsw_faq_label-aod {
  font-size: 11px;
  color: #C8A430;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .08em;
}.nsw_faq_h2-aod {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #F4EDD8;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.nsw_faq_h2-aod {
  font-size: 24px;
}
}.nsw_faq_list-aod {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.nsw_faq_item-aod {
  border-radius: 0.5rem;
  overflow: hidden;
  background: #181510;
  border: 1px solid rgba(255,255,255,0.10);
}.nsw_faq_q-aod {
  transition: color .2s;
  gap: 0.75rem;
  padding: 16px 20px;
  cursor: pointer;
  flex-wrap: wrap;
  font-size: 14px;
  overflow-wrap: break-word;
  align-items: center;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  color: #C8BCA0;
}.nsw_faq_q-aod:hover {
  color: #F4EDD8;
}.nsw_faq_q_ic-aod {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255,255,255,0.05);
  color: #C8A430;
  width: 1.5rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  height: 24px;
  font-size: 16px;
}.nsw_faq_item-aod.nsw_state_open-aod .nsw_faq_q_ic-aod {
  transform: rotate(45deg);
}.nsw_faq_a-aod {
  padding: 0 20px 1rem;
  overflow-wrap: break-word;
  color: #6E6450;
  line-height: 1.7;
  font-size: 13px;
  display: none;
}.nsw_faq_item-aod.nsw_state_open-aod .nsw_faq_a-aod {
  display: block;
}.nsw_faq_a-aod strong {
  color: #C8BCA0;
  font-weight: 700;
}.nsw_faq_a-aod a {
  color: #C8A430;
  text-decoration: underline;
}.nsw_faq_a-aod ul,.nsw_faq_a-aod ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.nsw_faq_a-aod ol {
  list-style: decimal;
}.nsw_faq_a-aod li {
  line-height: 1.6;
  margin-bottom: 4px;
}.nsw_faq_a-aod table {
  margin: 0.5rem 0;
  overflow-x: auto;
  font-size: 0.75rem;
  width: 100%;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 766px) {.nsw_faq_a-aod table {
  display: table;
}
}.nsw_faq_a-aod th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.375rem 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #C8BCA0;
}.nsw_faq_a-aod td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #6E6450;
}.nsw_seo-aod {
  padding: 36px 16px 0;
  background: #0E0D0B;
}
@media(min-width: 766px) {.nsw_seo-aod {
  padding: 2.75rem 24px 0;
}
}.nsw_seo_in-aod {
  border-radius: 0.875rem;
  margin: 0 auto;
  background: #181510;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 28px 1.5rem;
  max-width: 1340px;
}
@media(min-width:768px) {.nsw_seo_in-aod {
  padding: 2.25rem 2.5rem;
}
}.nsw_seo_label-aod {
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  color: #C8A430;
  text-transform: uppercase;
  font-weight: 700;
}.nsw_seo_h2-aod {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F4EDD8;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.875rem;
}
@media(min-width: 767px) {.nsw_seo_h2-aod {
  font-size: 1.5rem;
}
}.nsw_seo_body-aod {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #9A8E76;
}.nsw_seo_body-aod p {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0.75rem;
  color: #9A8E76;
}.nsw_seo_body-aod p:last-child {
  margin-bottom: 0;
}.nsw_seo_body-aod strong {
  color: #C8BCA0;
  font-weight: 700;
}.nsw_seo_body-aod a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8A430;
}.nsw_seo_body-aod a:hover {
  color: #D8B840;
}.nsw_seo_body-aod ul,.nsw_seo_body-aod ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.nsw_seo_body-aod ol {
  list-style: decimal;
}.nsw_seo_body-aod li {
  font-size: 14px;
  color: #9A8E76;
  line-height: 1.75;
  margin-bottom: 6px;
}.nsw_seo_body-aod table {
  width: 100%;
  font-size: 0.813rem;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 0.75rem;
}
@media(min-width: 766px) {.nsw_seo_body-aod table {
  display: table;
}
}.nsw_seo_body-aod th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #C8BCA0;
  font-weight: 700;
  text-align: left;
}.nsw_seo_body-aod td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #9A8E76;
}.nsw_seo_cols-aod {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 643px) {.nsw_seo_cols-aod {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.nsw_seo_cols-aod {
  grid-template-columns: repeat(3,1fr);
}
}.nsw_seo_col_h-aod {
  color: #C8BCA0;
  font-weight: 700;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.nsw_seo_col_p-aod {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #6E6450;
  line-height: 1.65;
}.nsw_seo_stats-aod {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.nsw_seo_stat-aod {
  border: 1px solid rgba(200,164,48,0.18);
  padding: 14px 1rem;
  background: rgba(200,164,48,0.08);
  flex: 1;
  border-radius: 8px;
  min-width: 8.75rem;
}.nsw_seo_stat_val-aod {
  font-weight: 800;
  font-size: 1.25rem;
  color: #C8A430;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.nsw_seo_stat_lb-aod {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #6E6450;
}.nsw_ft-aod {
  background: #090806;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 48px;
}.nsw_ft_support-aod {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 24px 16px;
}
@media(min-width: 769px) {.nsw_ft_support-aod {
  padding: 1.75rem 1.5rem;
}
}.nsw_ft_support_in-aod {
  gap: 1rem;
  margin: 0 auto;
  max-width: 83.75rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.nsw_ft_support_main-aod {
  flex: 1;
  gap: 16px;
  min-width: 13.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.nsw_ft_support_ic-aod {
  flex-shrink: 0;
  color: #C8A430;
}.nsw_ft_support_ic-aod svg {
  stroke-linecap: round;
  height: 1.875rem;
  stroke-linejoin: round;
  width: 1.875rem;
}.nsw_ft_support_text_title-aod {
  font-size: 15px;
  margin-bottom: 3px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F4EDD8;
}.nsw_ft_support_text_sub-aod {
  color: #6E6450;
  overflow-wrap: break-word;
  font-size: 12px;
}.nsw_ft_support_btn-aod {
  background: #C8A430;
  transition: background .2s;
  border-radius: 8px;
  padding: 0.688rem 1.375rem;
  font-weight: 700;
  white-space: nowrap;
  color: #F4EDD8;
  flex-shrink: 0;
  font-size: 13px;
}.nsw_ft_support_btn-aod:hover {
  background: #D8B840;
}.nsw_ft_support_contacts-aod {
  gap: 16px;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.nsw_ft_support_contact-aod {
  line-height: 1.4;
  font-size: 12px;
  color: #57503C;
}.nsw_ft_support_contact-aod strong {
  font-weight: 600;
  color: #9A8E76;
  margin-bottom: 2px;
  font-size: 11px;
  display: block;
}.nsw_ft_main-aod {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 32px 1rem 24px;
}
@media(min-width: 771px) {.nsw_ft_main-aod {
  padding: 2.5rem 1.5rem 2rem;
}
}.nsw_ft_main_in-aod {
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 83.75rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 642px) {.nsw_ft_main_in-aod {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.nsw_ft_main_in-aod {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.nsw_ft_col_logo-aod {
  grid-column: 1/-1;
}
@media(min-width: 1083px) {.nsw_ft_col_logo-aod {
  grid-column: auto;
}
}.nsw_ft_logo-aod {
  gap: 9px;
  margin-bottom: 12px;
  align-items: center;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F4EDD8;
  display: flex;
  font-size: 1rem;
  flex-wrap: wrap;
}.nsw_ft_logo_mark-aod {
  overflow: hidden;
  border-radius: 5px;
  height: 1.875rem;
  width: 1.875rem;
}.nsw_ft_logo_mark-aod img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.nsw_ft_logo_sub-aod {
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #57503C;
  font-size: 0.75rem;
  max-width: 12.5rem;
}.nsw_ft_col_title-aod {
  font-size: 0.75rem;
  color: #9A8E76;
  margin-bottom: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
}.nsw_ft_col_links-aod {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.nsw_ft_col_link-aod {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #57503C;
  font-size: 0.813rem;
}.nsw_ft_col_link-aod:hover {
  color: #C8BCA0;
}.nsw_ft_apps-aod {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.nsw_ft_app_card-aod {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  padding: 0.625rem 0.75rem;
  border-radius: 0.313rem;
  transition: border-color .2s;
  gap: 10px;
  align-items: center;
  display: flex;
}.nsw_ft_app_card-aod:hover {
  border-color: rgba(200,164,48,0.42);
}.nsw_ft_app_card_ic-aod svg {
  height: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.375rem;
}.nsw_ft_app_card_os-aod {
  color: #57503C;
  font-size: 0.625rem;
  font-weight: 600;
}.nsw_ft_app_card_action-aod {
  font-weight: 700;
  font-size: 0.75rem;
  color: #C8BCA0;
}.nsw_ft_bot-aod {
  padding: 1.25rem 1rem;
}
@media(min-width: 765px) {.nsw_ft_bot-aod {
  padding: 20px 1.5rem;
}
}.nsw_ft_bot_in-aod {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1340px;
  align-items: center;
}.nsw_ft_socials-aod {
  gap: 0.5rem;
  display: flex;
}.nsw_ft_soc-aod {
  border-radius: 0.313rem;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  transition: background .2s;
  color: #9A8E76;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 36px;
  width: 2.25rem;
}.nsw_ft_soc-aod svg {
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
}.nsw_ft_soc-aod:hover {
  background: rgba(255,255,255,0.07);
}.nsw_ft_legal-aod {
  flex: 1;
  line-height: 1.6;
  font-size: 11px;
  min-width: 200px;
  color: #877B69;
  overflow-wrap: break-word;
}.nsw_ft_legal-aod strong {
  font-weight: 700;
  color: #9A8E76;
}.nsw_ft_legal-aod a {
  color: #9A8E76;
  text-decoration: underline;
}.nsw_ft_age-aod {
  border: 2px solid #877B69;
  border-radius: 50%;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  font-size: 11px;
  flex-shrink: 0;
  width: 32px;
  color: #877B69;
  font-weight: 800;
}