*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  font-family: 'Barlow', sans-serif;
  background-color: #100C08;
  -webkit-font-smoothing: antialiased;
  color: #D4C4A8;
  min-height: 100vh;
  line-height: 1.6;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
}a {
  color: inherit;
  text-decoration: none;
}.wnz_layout-1so {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.wnz_page-1so {
  min-height: 100vh;
  display: flex;
}.wnz_main-1so {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media screen and (min-width:1080px) {.wnz_main-1so {
  padding-left: 13.75rem;
}
}
@media screen and (max-width: 1076px) {.wnz_main-1so {
  padding-bottom: 72px;
}
}.wnz_gc-1so {
  border-radius: 0.5rem;
  transition: transform .2s,border-color .2s;
  background: #161009;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 8.75rem;
  flex-shrink: 0;
}
@media(min-width: 643px) {.wnz_gc-1so {
  width: 156px;
}
}
@media(min-width: 1079px) {.wnz_gc-1so {
  width: 168px;
}
}.wnz_gc-1so:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 122, 30, 0.07);
}.wnz_gc_img-1so {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.wnz_gc_img-1so img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}.wnz_gc_hover-1so {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8, 5, 3, 0.72);
  position: absolute;
  align-items: center;
  opacity: 0;
  display: flex;
  justify-content: center;
}.wnz_gc-1so:hover .wnz_gc_hover-1so {
  opacity: 1;
}.wnz_gc_hover_btn-1so {
  padding: 0.5rem 16px;
  border-radius: 0.25rem;
  background: #C87A1E;
  font-weight: 700;
  color: #F5EDD8;
  font-size: 0.75rem;
}.wnz_gc_info-1so {
  padding: 0.5rem 0.625rem 0.625rem;
}.wnz_gc_name-1so {
  overflow: hidden;
  margin-bottom: 3px;
  color: #D4C4A8;
  font-size: 12px;
  font-weight: 600;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}.wnz_gc_prov-1so {
  color: #635448;
  font-size: 0.625rem;
}.wnz_gc_tag-1so {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 0.563rem;
  z-index: 2;
  position: absolute;
  left: 6px;
  top: 6px;
  font-weight: 700;
}.wnz_gc_tag_hot-1so {
  background: #D43B2C;
  color: #fff;
}.wnz_gc_tag_new-1so {
  background: #2DAA6A;
  color: #100C08;
}.wnz_gc_tag_jp-1so {
  background: #F2C10F;
  color: #100C08;
}.wnz_gc_tag_ex-1so {
  background: #9A4E14;
  color: #fff;
}.wnz_gc_tag_live-1so {
  background: #D43B2C;
  color: #fff;
}.wnz_gr-1so {
  padding: 2rem 16px 0;
  background: #100C08;
}
@media(min-width: 765px) {.wnz_gr-1so {
  padding: 36px 1.5rem 0;
}
}.wnz_gr_in-1so {
  margin: 0 auto;
  max-width: 82.5rem;
}.wnz_gr_head-1so {
  gap: 0.75rem;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.wnz_gr_head_l-1so {
  gap: 0.625rem;
  flex: 1;
  display: flex;
  min-width: 0;
  align-items: center;
}.wnz_gr_ic-1so {
  border-radius: 0.5rem;
  display: flex;
  height: 2rem;
  align-items: center;
  width: 32px;
  flex-shrink: 0;
  justify-content: center;
}.wnz_gr_ic-1so svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
  width: 1rem;
}.wnz_gr_title-1so {
  font-size: 1rem;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  color: #F5EDD8;
  font-weight: 700;
}
@media(min-width: 770px) {.wnz_gr_title-1so {
  font-size: 18px;
}
}.wnz_gr_more-1so {
  gap: 0.313rem;
  transition: color .2s;
  font-weight: 600;
  align-items: center;
  font-size: 12px;
  white-space: nowrap;
  color: #7A6858;
  flex-shrink: 0;
  display: flex;
}.wnz_gr_more-1so:hover {
  color: #C87A1E;
}.wnz_gr_more-1so svg {
  stroke-linecap: round;
  width: 12px;
  stroke-linejoin: round;
  height: 0.75rem;
}.wnz_gr_arrows-1so {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.wnz_gr_arr-1so {
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  color: #A89070;
  width: 30px;
  align-items: center;
  justify-content: center;
  height: 1.875rem;
}.wnz_gr_arr-1so:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F5EDD8;
}.wnz_gr_arr-1so svg {
  width: 0.813rem;
  stroke-linecap: round;
  height: 13px;
  stroke-linejoin: round;
}.wnz_gr_seo_h-1so {
  margin: 0 0 0.375rem;
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  color: #D4C4A8;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 767px) {.wnz_gr_seo_h-1so {
  font-size: 0.875rem;
}
}.wnz_gr_seo-1so {
  line-height: 1.55;
  max-width: 42.5rem;
  color: #7A6858;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.wnz_gr_seo-1so strong {
  color: #D4C4A8;
  font-weight: 600;
}.wnz_gr_scroll-1so {
  gap: 0.625rem;
  scrollbar-width: none;
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding-bottom: 10px;
}.wnz_gr_scroll-1so::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.wnz_gr_scroll-1so {
  gap: 12px;
}
}.wnz_tb-1so {
  background: #100C08;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  left: 0;
  height: 3.5rem;
  top: 0;
  right: 0;
  z-index: 80;
  position: fixed;
  display: flex;
  align-items: center;
}.wnz_tb_in-1so {
  gap: 0;
  padding: 0 14px;
  height: 100%;
  align-items: center;
  display: flex;
  width: 100%;
}.wnz_tb_burger-1so {
  gap: 0.313rem;
  border-radius: 0.5rem;
  justify-content: center;
  flex-direction: column;
  margin-right: 0.5rem;
  width: 38px;
  flex-shrink: 0;
  height: 2.375rem;
  display: flex;
  align-items: center;
}.wnz_tb_burger-1so:hover {
  background: rgba(255, 255, 255, 0.05);
}.wnz_tb_burger_line-1so {
  border-radius: 1px;
  background: #A89070;
  display: block;
  height: 2px;
  width: 18px;
}
@media(min-width: 1079px) {.wnz_tb_burger-1so {
  display: none;
}
}.wnz_tb_logo-1so {
  gap: 0.563rem;
  letter-spacing: -.01em;
  flex-shrink: 0;
  display: flex;
  margin-right: 20px;
  overflow-wrap: break-word;
  align-items: center;
  color: #F5EDD8;
  font-weight: 800;
  font-size: 18px;
}.wnz_tb_logo_mark-1so {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}.wnz_tb_logo_mark-1so img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.wnz_tb_nav-1so {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.wnz_tb_nav-1so {
  display: flex;
}
}.wnz_tb_tab-1so {
  padding: 8px 14px;
  border-radius: 8px;
  transition: background .15s,color .15s;
  font-size: 0.813rem;
  color: #A89070;
  white-space: nowrap;
  font-weight: 600;
}.wnz_tb_tab-1so:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDD8;
}.wnz_tb_tab-1so.wnz_state_active-1so {
  background: rgba(200, 122, 30, 0.18);
  color: #F5EDD8;
}.wnz_tb_right-1so {
  gap: 8px;
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}.wnz_tb_login-1so {
  background: rgba(255, 255, 255, 0.05);
  padding: 9px 1rem;
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  display: none;
  font-size: 13px;
  color: #D4C4A8;
  font-weight: 600;
}.wnz_tb_login-1so:hover {
  border-color: rgba(200, 122, 30, 0.45);
  color: #F5EDD8;
}
@media(min-width: 481px) {.wnz_tb_login-1so {
  display: block;
}
}.wnz_tb_reg-1so {
  transition: background .2s;
  border-radius: 0.5rem;
  background: #2DAA6A;
  padding: 0.563rem 1.125rem;
  font-size: 0.813rem;
  color: #0E0A06;
  white-space: nowrap;
  font-weight: 700;
}.wnz_tb_reg-1so:hover {
  background: #35BF7A;
}.wnz_sb-1so {
  background: #1C1510;
  transition: transform .25s ease;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 70;
  position: fixed;
  bottom: 0;
  top: 3.5rem;
  width: 220px;
  overflow-y: auto;
  left: 0;
}.wnz_sb-1so.wnz_state_open-1so {
  transform: translateX(0);
}.wnz_sb-1so::-webkit-scrollbar {
  width: 0.25rem;
}.wnz_sb-1so::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1082px) {.wnz_sb-1so {
  transform: translateX(0);
}
}.wnz_sb_auth-1so {
  padding: 0.875rem 12px 10px;
}.wnz_sb_btn_reg-1so {
  transition: background .2s;
  padding: 11px;
  border-radius: 8px;
  background: #2DAA6A;
  color: #0E0A06;
  text-align: center;
  font-size: 0.813rem;
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}.wnz_sb_btn_reg-1so:hover {
  background: #35BF7A;
}.wnz_sb_btn_login-1so {
  padding: 10px;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  color: #D4C4A8;
  text-align: center;
  display: block;
}.wnz_sb_btn_login-1so:hover {
  border-color: rgba(200, 122, 30, 0.45);
  color: #F5EDD8;
}.wnz_sb_promo-1so {
  background: linear-gradient(135deg,#2A1A08,#1C1510);
  border-radius: 0.5rem;
  border: 1px solid rgba(200, 122, 30, 0.18);
  overflow: hidden;
  padding: 12px 14px;
  margin: 0 0.75rem 10px;
  position: relative;
}.wnz_sb_promo-1so::before {
  background: radial-gradient(circle,rgba(200, 122, 30, 0.18),transparent 70%);
  border-radius: 50%;
  position: absolute;
  right: -1.25rem;
  height: 80px;
  content: '';
  width: 5rem;
  top: -20px;
}.wnz_sb_promo_title-1so {
  letter-spacing: .06em;
  margin-bottom: 0.25rem;
  font-size: 0.688rem;
  color: #C87A1E;
  font-weight: 700;
  text-transform: uppercase;
}.wnz_sb_promo_text-1so {
  color: #F5EDD8;
  line-height: 1.35;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  font-weight: 600;
}.wnz_sb_promo_sub-1so {
  font-size: 0.625rem;
  color: #7A6858;
  margin-top: 3px;
}.wnz_sb_nav-1so {
  padding: 6px 8px 1rem;
}.wnz_sb_nav_lb-1so {
  padding: 10px 8px 6px;
  color: #635448;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.wnz_sb_link-1so {
  border-radius: 4px;
  gap: 10px;
  padding: 9px 10px;
  transition: background .15s,color .15s;
  overflow-wrap: break-word;
  color: #A89070;
  display: flex;
  font-size: 13px;
  cursor: pointer;
  font-weight: 500;
  align-items: center;
}.wnz_sb_link-1so:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDD8;
}.wnz_sb_link-1so.wnz_state_active-1so {
  background: rgba(200, 122, 30, 0.18);
  color: #F5EDD8;
}.wnz_sb_ic-1so {
  border-radius: 0.25rem;
  height: 30px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 1.875rem;
  justify-content: center;
}.wnz_sb_ic-1so svg {
  height: 16px;
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.wnz_sb_ic_1-1so {
  background: rgba(200, 122, 30, 0.07);
  color: #C87A1E;
}.wnz_sb_ic_2-1so {
  background: rgba(45, 170, 106, 0.16);
  color: #2DAA6A;
}.wnz_sb_ic_3-1so {
  background: rgba(242, 193, 15, 0.14);
  color: #F2C10F;
}.wnz_sb_ic_4-1so {
  background: rgba(154, 78, 20, 0.22);
  color: #9A4E14;
}.wnz_sb_ic_5-1so {
  background: rgba(200, 122, 30, 0.07);
  color: #E8417A;
}.wnz_sb_ic_6-1so {
  background: rgba(154, 78, 20, 0.22);
  color: #9B4FD4;
}.wnz_sb_badge-1so {
  background: #F2C10F;
  border-radius: 0.25rem;
  padding: 2px 7px;
  margin-left: auto;
  font-weight: 700;
  color: #0E0A06;
  font-size: 9px;
}.wnz_sb_bot-1so {
  padding: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.5rem;
  display: flex;
}.wnz_sb_lang-1so,.wnz_sb_help-1so {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.375rem;
  flex: 1;
  border-radius: 4px;
  padding: 0.563rem 6px;
  transition: border-color .2s;
  align-items: center;
  justify-content: center;
  color: #A89070;
  display: flex;
  font-size: 11px;
  font-weight: 600;
}.wnz_sb_lang-1so:hover,.wnz_sb_help-1so:hover {
  border-color: rgba(200, 122, 30, 0.45);
  color: #F5EDD8;
}.wnz_sb_lang-1so svg,.wnz_sb_help-1so svg {
  stroke-linecap: round;
  width: 13px;
  stroke-linejoin: round;
  height: 13px;
}.wnz_sb_bd-1so {
  inset: 0;
  background: rgba(8, 5, 3, 0.72);
  z-index: 69;
  display: none;
  position: fixed;
}.wnz_sb_bd-1so.wnz_state_on-1so {
  display: block;
}
@media(min-width: 1079px) {.wnz_sb_bd-1so {
  display: none!important;
}
}.wnz_mob_nav-1so {
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #1C1510;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 80;
}
@media(min-width: 1077px) {.wnz_mob_nav-1so {
  display: none;
}
}.wnz_mob_nav_item-1so {
  gap: 0.25rem;
  padding: 0.25rem 2px;
  flex: 1;
  align-items: center;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  color: #635448;
}.wnz_mob_nav_ic-1so {
  line-height: 1;
}.wnz_mob_nav_ic-1so svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 20px;
  width: 1.25rem;
}.wnz_mob_nav_lb-1so {
  font-weight: 600;
  color: #635448;
  font-size: 10px;
}.wnz_mob_nav_item-1so.wnz_state_active-1so {
  color: #C87A1E;
}.wnz_mob_nav_item-1so.wnz_state_active-1so .wnz_mob_nav_lb-1so {
  color: #C87A1E;
}.wnz_hero-1so {
  background: #100C08;
  padding: 20px 1rem 0;
}
@media(min-width:768px) {.wnz_hero-1so {
  padding: 1.5rem 1.5rem 0;
}
}.wnz_hero_in-1so {
  gap: 12px;
  margin: 0 auto;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
}
@media(min-width: 859px) {.wnz_hero_in-1so {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1103px) {.wnz_hero_in-1so {
  grid-template-columns: 1fr 340px;
}
}.wnz_hero_promo-1so {
  background: #161009;
  border-radius: 12px;
  overflow: hidden;
  min-height: 13.75rem;
  display: flex;
  align-items: stretch;
  position: relative;
}
@media(min-width: 765px) {.wnz_hero_promo-1so {
  min-height: 17.5rem;
}
}.wnz_hero_promo_bg-1so {
  inset: 0;
  background: linear-gradient(120deg,#2A1A08 0%,#100C08 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.wnz_hero_promo_bg-1so::after {
  inset: 0;
  background: linear-gradient(90deg,#100C08 0%,rgba(8, 5, 3, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.wnz_hero_promo_glow-1so {
  background: radial-gradient(circle,rgba(154, 78, 20, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  height: 300px;
  top: -2.5rem;
  width: 18.75rem;
  right: 3.75rem;
  position: absolute;
}.wnz_hero_promo_ct-1so {
  padding: 28px 1.5rem 1.75rem 28px;
  position: relative;
  flex-direction: column;
  display: flex;
  max-width: 480px;
  z-index: 2;
  justify-content: center;
}
@media(min-width: 767px) {.wnz_hero_promo_ct-1so {
  padding: 40px 2rem;
}
}.wnz_hero_badge-1so {
  border: 1px solid rgba(200, 122, 30, 0.07);
  background: rgba(200, 122, 30, 0.18);
  border-radius: 20px;
  padding: 0.313rem 0.75rem;
  margin-bottom: 14px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: .08em;
  color: #C87A1E;
}.wnz_hero_h1-1so {
  font-weight: 800;
  line-height: 1.15;
  font-size: 1.625rem;
  color: #F5EDD8;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.625rem;
}.wnz_hero_h1-1so em {
  font-style: normal;
  color: #F2C10F;
}
@media(min-width: 766px) {.wnz_hero_h1-1so {
  font-size: 2.25rem;
}
}.wnz_hero_sub-1so {
  margin-bottom: 1.25rem;
  font-size: 0.813rem;
  line-height: 1.55;
  color: #A89070;
}
@media(min-width:768px) {.wnz_hero_sub-1so {
  font-size: 0.875rem;
}
}.wnz_hero_row-1so {
  gap: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.wnz_hero_cta-1so {
  background: #2DAA6A;
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 13px 26px;
  font-size: 14px;
  box-shadow: 0 0.375rem 0px #1A7048, 0 0 0.875rem rgba(45, 170, 106, 0.38);
  font-weight: 700;
  color: #0E0A06;
}.wnz_hero_cta-1so:hover {
  background: #35BF7A;
}.wnz_hero_terms-1so {
  font-size: 11px;
  color: #635448;
}.wnz_hero_game-1so {
  background: #161009;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  position: relative;
  flex-direction: column;
}.wnz_hero_game_badge-1so {
  border-radius: 1.25rem;
  border: 1px solid rgba(242, 193, 15, 0.14);
  padding: 5px 0.625rem;
  background: rgba(242, 193, 15, 0.14);
  color: #F2C10F;
  top: 12px;
  z-index: 3;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  left: 0.75rem;
  position: absolute;
  font-size: 0.625rem;
}.wnz_hero_game_badge-1so svg {
  width: 0.688rem;
  margin-right: 4px;
  vertical-align: -1px;
  height: 11px;
}.wnz_hero_game_img-1so {
  overflow: hidden;
  background: linear-gradient(135deg,#2A1A08,#100C08);
  padding-bottom: 60%;
  position: relative;
}.wnz_hero_game_img-1so img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}.wnz_hero_game_play-1so {
  transition: opacity .2s;
  background: rgba(8, 5, 3, 0.72);
  inset: 0;
  position: absolute;
  align-items: center;
  display: flex;
  opacity: 0;
  justify-content: center;
}.wnz_hero_game-1so:hover .wnz_hero_game_play-1so {
  opacity: 1;
}.wnz_hero_game_play-1so span {
  background: #C87A1E;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 3.25rem;
  width: 52px;
}.wnz_hero_game_play-1so span svg {
  width: 18px;
  height: 18px;
  margin-left: 2px;
}.wnz_hero_game_info-1so {
  padding: 14px 1rem;
}.wnz_hero_game_title-1so {
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 15px;
  color: #F5EDD8;
}.wnz_hero_game_provider-1so {
  color: #7A6858;
  font-size: 11px;
}.wnz_hero_game_btn-1so {
  border-radius: 0.5rem;
  margin: 0.75rem 1rem 1rem;
  background: #C87A1E;
  transition: background .2s;
  padding: 11px;
  display: block;
  color: #F5EDD8;
  font-size: 0.813rem;
  text-align: center;
  font-weight: 700;
}.wnz_hero_game-1so:hover .wnz_hero_game_btn-1so {
  background: #E08C26;
}.wnz_wy-1so {
  padding: 32px 1rem 0;
  background: #100C08;
}
@media(min-width:768px) {.wnz_wy-1so {
  padding: 40px 1.5rem 0;
}
}.wnz_wy_in-1so {
  margin: 0 auto;
  max-width: 82.5rem;
}.wnz_wy_head-1so {
  max-width: 45rem;
  margin-bottom: 18px;
}.wnz_wy_label-1so {
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #C87A1E;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
}.wnz_wy_h2-1so {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F5EDD8;
  font-family: 'Playfair Display', serif;
  margin-bottom: 8px;
  font-size: 20px;
}
@media(min-width: 769px) {.wnz_wy_h2-1so {
  font-size: 1.5rem;
}
}.wnz_wy_intro-1so {
  margin: 0;
  color: #7A6858;
  line-height: 1.6;
  font-size: 0.813rem;
}.wnz_wy_grid-1so {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.wnz_wy_grid-1so {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.wnz_wy_grid-1so {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.wnz_wy_card-1so {
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  transition: border-color .2s,transform .2s;
  background: #1C1510;
}.wnz_wy_card-1so:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 122, 30, 0.07);
}.wnz_wy_card_ic-1so {
  border-radius: 50%;
  background: rgba(200, 122, 30, 0.18);
  margin-bottom: 14px;
  justify-content: center;
  color: #C87A1E;
  display: flex;
  width: 2.75rem;
  align-items: center;
  height: 2.75rem;
}.wnz_wy_card_ic-1so svg {
  width: 1.375rem;
  height: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.wnz_wy_card_h-1so {
  margin-bottom: 0.375rem;
  color: #F5EDD8;
  line-height: 1.25;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 15px;
}.wnz_wy_card_p-1so {
  color: #7A6858;
  line-height: 1.6;
  font-size: 13px;
  overflow-wrap: break-word;
}.wnz_wy_card_p-1so strong {
  color: #D4C4A8;
  font-weight: 600;
}.wnz_ws-1so {
  padding: 32px 1rem 0;
  background: #100C08;
}
@media(min-width: 769px) {.wnz_ws-1so {
  padding: 2.25rem 1.5rem 0;
}
}.wnz_ws_in-1so {
  margin: 0 auto;
  max-width: 82.5rem;
}.wnz_ws_head-1so {
  gap: 0.75rem;
  margin-bottom: 0.875rem;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.wnz_ws_title-1so {
  gap: 0.625rem;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  flex-wrap: wrap;
  font-size: 1rem;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
  color: #F5EDD8;
}.wnz_ws_title_ic-1so svg {
  height: 1.125rem;
  color: #F2C10F;
  width: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.wnz_ws_online-1so {
  gap: 7px;
  font-weight: 600;
  display: flex;
  font-size: 0.75rem;
  color: #7A6858;
  align-items: center;
}.wnz_ws_online_dot-1so {
  background: #2DAA6A;
  border-radius: 50%;
  height: 8px;
  box-shadow: 0 0 6px rgba(45, 170, 106, 0.16);
  flex-shrink: 0;
  width: 8px;
}.wnz_ws_scroll-1so {
  gap: 8px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 8px;
}.wnz_ws_scroll-1so::-webkit-scrollbar {
  display: none;
}.wnz_wc-1so {
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 10px 14px;
  background: #161009;
  border-radius: 0.5rem;
  display: flex;
  flex-shrink: 0;
  min-width: 220px;
  align-items: center;
}.wnz_wc_img-1so {
  background: #1C1510;
  border-radius: 0.25rem;
  overflow: hidden;
  height: 36px;
  flex-shrink: 0;
  width: 2.25rem;
}.wnz_wc_img-1so img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.wnz_wc_info-1so {
  min-width: 0;
}.wnz_wc_game-1so {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  white-space: nowrap;
  color: #D4C4A8;
  font-weight: 600;
}.wnz_wc_player-1so {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #635448;
  font-size: 0.625rem;
}.wnz_wc_amount-1so {
  white-space: nowrap;
  margin-left: auto;
  font-size: 13px;
  flex-shrink: 0;
  color: #2DAA6A;
  font-weight: 700;
}.wnz_htp-1so {
  background: #100C08;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.wnz_htp-1so {
  padding: 2.75rem 1.5rem 0;
}
}.wnz_htp_in-1so {
  margin: 0 auto;
  max-width: 82.5rem;
}.wnz_htp_head-1so {
  margin-bottom: 22px;
  max-width: 45rem;
}.wnz_htp_label-1so {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  color: #C87A1E;
}.wnz_htp_h2-1so {
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-size: 1.375rem;
  color: #F5EDD8;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.wnz_htp_h2-1so {
  font-size: 28px;
}
}.wnz_htp_intro-1so {
  line-height: 1.6;
  color: #7A6858;
  font-size: 14px;
}.wnz_htp_steps-1so {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:640px) {.wnz_htp_steps-1so {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.wnz_htp_steps-1so {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.wnz_htp_step-1so {
  padding: 1.25rem 18px 18px;
  border-radius: 8px;
  background: #1C1510;
  border: 1px solid rgba(255, 255, 255, 0.09);
  position: relative;
  flex-direction: column;
  display: flex;
}.wnz_htp_step_num-1so {
  border-radius: 50%;
  background: #C87A1E;
  font-family: 'Playfair Display', serif;
  left: 1.25rem;
  display: flex;
  top: -0.75rem;
  justify-content: center;
  height: 28px;
  font-weight: 800;
  color: #0E0A06;
  width: 28px;
  font-size: 13px;
  align-items: center;
  position: absolute;
}.wnz_htp_step_ic-1so {
  background: rgba(200, 122, 30, 0.18);
  border-radius: 4px;
  margin: 8px 0 12px;
  height: 2.25rem;
  align-items: center;
  color: #C87A1E;
  display: flex;
  width: 36px;
  justify-content: center;
}.wnz_htp_step_ic-1so svg {
  width: 18px;
  height: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.wnz_htp_step_h-1so {
  margin-bottom: 0.375rem;
  font-size: 14px;
  color: #F5EDD8;
  font-weight: 700;
  overflow-wrap: break-word;
  line-height: 1.25;
}.wnz_htp_step_p-1so {
  color: #7A6858;
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.wnz_htp_step_p-1so strong {
  font-weight: 600;
  color: #D4C4A8;
}.wnz_htp_cta-1so {
  padding: 13px 1.625rem;
  background: #2DAA6A;
  transition: background .2s;
  border-radius: 8px;
  font-weight: 700;
  margin-top: 1.25rem;
  display: inline-block;
  font-size: 0.875rem;
  color: #0E0A06;
}.wnz_htp_cta-1so:hover {
  background: #35BF7A;
}.wnz_bon-1so {
  background: #100C08;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.wnz_bon-1so {
  padding: 44px 1.5rem 0;
}
}.wnz_bon_in-1so {
  margin: 0 auto;
  max-width: 1320px;
}.wnz_bon_head-1so {
  margin-bottom: 20px;
}.wnz_bon_label-1so {
  margin-bottom: 8px;
  color: #C87A1E;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.wnz_bon_h2-1so {
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: 'Playfair Display', serif;
  color: #F5EDD8;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 770px) {.wnz_bon_h2-1so {
  font-size: 1.5rem;
}
}.wnz_bon_seo-1so {
  color: #7A6858;
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 38.75rem;
  font-size: 13px;
}.wnz_bon_seo-1so strong {
  color: #D4C4A8;
  font-weight: 700;
}.wnz_bon_seo-1so a {
  text-decoration: underline;
  color: #C87A1E;
}.wnz_bon_grid-1so {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.wnz_bon_grid-1so {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.wnz_bon_grid-1so {
  grid-template-columns: repeat(5,1fr);
}
}.wnz_bon_card-1so {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 16px;
  transition: border-color .2s,transform .2s;
  background: #161009;
}.wnz_bon_card-1so:hover {
  border-color: rgba(200, 122, 30, 0.07);
  transform: translateY(-2px);
}.wnz_bon_card_ic-1so svg {
  height: 26px;
  stroke-linejoin: round;
  width: 1.625rem;
  stroke-linecap: round;
}.wnz_bon_card_ic-1so {
  margin-bottom: 0.625rem;
}.wnz_bon_card_type-1so {
  margin-bottom: 6px;
  font-weight: 700;
  color: #7A6858;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 10px;
}.wnz_bon_card_amount-1so {
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: #F2C10F;
  line-height: 1.1;
}.wnz_bon_card_name-1so {
  font-weight: 600;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #F5EDD8;
}.wnz_bon_card_detail-1so {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 0.688rem;
  color: #635448;
  padding-top: 8px;
}.wnz_reg-1so {
  background: #100C08;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.wnz_reg-1so {
  padding: 44px 24px 0;
}
}.wnz_reg_in-1so {
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin: 0 auto;
  padding: 28px 24px;
  background: #1C1510;
  border-radius: 0.75rem;
  max-width: 1320px;
}
@media(min-width: 769px) {.wnz_reg_in-1so {
  padding: 2.5rem;
}
}.wnz_reg_top-1so {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 857px) {.wnz_reg_top-1so {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.wnz_reg_label-1so {
  letter-spacing: .08em;
  font-weight: 700;
  color: #C87A1E;
  font-size: 11px;
  margin-bottom: 10px;
  text-transform: uppercase;
}.wnz_reg_h2-1so {
  margin-bottom: 0.75rem;
  font-size: 1.375rem;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  line-height: 1.2;
  color: #F5EDD8;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.wnz_reg_h2-1so {
  font-size: 1.75rem;
}
}.wnz_reg_bonus-1so {
  border: 1px solid rgba(242, 193, 15, 0.14);
  border-radius: 8px;
  gap: 8px;
  background: rgba(242, 193, 15, 0.14);
  padding: 10px 16px;
  margin-bottom: 16px;
  align-items: center;
  display: inline-flex;
}.wnz_reg_bonus_amount-1so {
  font-size: 20px;
  font-weight: 800;
  color: #F2C10F;
}.wnz_reg_bonus_text-1so {
  color: #A89070;
  line-height: 1.35;
  font-size: 0.813rem;
}.wnz_reg_cta_btn-1so {
  padding: 14px 2rem;
  background: #2DAA6A;
  border-radius: 8px;
  transition: background .2s;
  margin-bottom: 12px;
  font-weight: 700;
  color: #0E0A06;
  font-size: 15px;
  display: inline-block;
  box-shadow: 0 6px 0px #1A7048, 0 0 0.875rem rgba(45, 170, 106, 0.38);
}.wnz_reg_cta_btn-1so:hover {
  background: #35BF7A;
}.wnz_reg_terms-1so {
  color: #635448;
  line-height: 1.5;
  font-size: 11px;
}.wnz_reg_seo-1so {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.65;
  padding-top: 1.25rem;
  color: #7A6858;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-top: 20px;
}.wnz_reg_seo-1so p {
  line-height: 1.65;
  color: #7A6858;
  margin-bottom: 10px;
  font-size: 0.813rem;
}.wnz_reg_seo-1so p:last-child {
  margin-bottom: 0;
}.wnz_reg_seo-1so strong {
  font-weight: 700;
  color: #D4C4A8;
}.wnz_reg_seo-1so a {
  transition: color .2s;
  text-decoration: underline;
  color: #C87A1E;
}.wnz_reg_seo-1so a:hover {
  color: #E08C26;
}.wnz_reg_seo-1so ul,.wnz_reg_seo-1so ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.wnz_reg_seo-1so ol {
  list-style: decimal;
}.wnz_reg_seo-1so li {
  color: #7A6858;
  margin-bottom: 0.25rem;
  line-height: 1.65;
  font-size: 13px;
}.wnz_reg_seo-1so table {
  border-collapse: collapse;
  font-size: 0.813rem;
  overflow-x: auto;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
@media(min-width: 771px) {.wnz_reg_seo-1so table {
  display: table;
}
}.wnz_reg_seo-1so th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  font-weight: 700;
  color: #D4C4A8;
  text-align: left;
}.wnz_reg_seo-1so td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #7A6858;
}.wnz_reg_steps-1so {
  gap: 0.875rem;
  margin-top: 1.75rem;
  flex-direction: column;
  display: flex;
}
@media(min-width: 857px) {.wnz_reg_steps-1so {
  margin-top: 0;
}
}.wnz_reg_step-1so {
  gap: 14px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.wnz_reg_step_num-1so {
  background: rgba(200, 122, 30, 0.18);
  border: 1px solid rgba(200, 122, 30, 0.07);
  border-radius: 50%;
  color: #C87A1E;
  flex-shrink: 0;
  align-items: center;
  width: 2.125rem;
  height: 2.125rem;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  justify-content: center;
}.wnz_reg_step_title-1so {
  font-weight: 700;
  color: #F5EDD8;
  font-size: 0.875rem;
  margin-bottom: 3px;
}.wnz_reg_step_text-1so {
  font-size: 12px;
  color: #7A6858;
  line-height: 1.5;
}.wnz_reg_trust-1so {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 1.25rem;
  flex-wrap: wrap;
  display: flex;
  padding-top: 20px;
}.wnz_reg_trust_item-1so {
  gap: 0.438rem;
  align-items: center;
  overflow-wrap: break-word;
  color: #7A6858;
  font-size: 0.75rem;
  display: flex;
}.wnz_reg_trust_ic-1so svg {
  color: #C87A1E;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
  height: 1rem;
}.wnz_app-1so {
  padding: 36px 1rem 0;
  background: #100C08;
}
@media(min-width: 765px) {.wnz_app-1so {
  padding: 44px 24px 0;
}
}.wnz_app_in-1so {
  margin: 0 auto;
  max-width: 1320px;
}.wnz_app_head-1so {
  margin-bottom: 1rem;
}.wnz_app_label-1so {
  font-weight: 700;
  text-transform: uppercase;
  color: #C87A1E;
  margin-bottom: 0.5rem;
  font-size: 11px;
  letter-spacing: .08em;
}.wnz_app_h2-1so {
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.375rem;
  font-weight: 800;
  color: #F5EDD8;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 766px) {.wnz_app_h2-1so {
  font-size: 24px;
}
}.wnz_app_sub-1so {
  line-height: 1.6;
  color: #7A6858;
  font-size: 0.813rem;
  max-width: 37.5rem;
  overflow-wrap: break-word;
}.wnz_app_sub-1so strong {
  font-weight: 700;
  color: #D4C4A8;
}.wnz_app_cards-1so {
  gap: 10px;
  display: grid;
  margin-top: 1rem;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.wnz_app_cards-1so {
  grid-template-columns: repeat(3,1fr);
}
}.wnz_app_card-1so {
  overflow: hidden;
  padding: 20px;
  gap: 1rem;
  border-radius: 0.5rem;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  position: relative;
}.wnz_app_card_ios-1so {
  background: linear-gradient(135deg,rgba(200, 122, 30, 0.18) 0%,#1C1510 100%);
}.wnz_app_card_android-1so {
  background: linear-gradient(135deg,rgba(45, 170, 106, 0.16) 0%,#1C1510 100%);
}.wnz_app_card_win-1so {
  background: linear-gradient(135deg,rgba(242, 193, 15, 0.14) 0%,#1C1510 100%);
}.wnz_app_card_ic-1so svg {
  height: 34px;
  width: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.wnz_app_card_ic-1so {
  color: #F5EDD8;
  flex-shrink: 0;
}.wnz_app_card_os-1so {
  text-transform: uppercase;
  color: #7A6858;
  font-size: 0.625rem;
  margin-bottom: 6px;
  font-weight: 700;
  letter-spacing: .08em;
}.wnz_app_card_title-1so {
  overflow-wrap: break-word;
  line-height: 1.2;
  font-weight: 700;
  color: #F5EDD8;
  margin-bottom: 6px;
  font-size: 0.938rem;
}.wnz_app_card_text-1so {
  margin-bottom: 14px;
  color: #7A6858;
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 0.75rem;
}.wnz_app_card_btn-1so {
  border: 1px solid rgba(200, 122, 30, 0.45);
  padding: 0.625rem 1.125rem;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.12);
  gap: 7px;
  transition: background .2s;
  font-weight: 700;
  display: inline-flex;
  color: #F5EDD8;
  align-items: center;
  font-size: 0.813rem;
}.wnz_app_card_btn-1so:hover {
  background: rgba(255, 255, 255, 0.07);
}.wnz_prov-1so {
  padding: 36px 1rem 0;
  background: #100C08;
}
@media(min-width: 767px) {.wnz_prov-1so {
  padding: 44px 1.5rem 0;
}
}.wnz_prov_in-1so {
  margin: 0 auto;
  max-width: 1320px;
}.wnz_prov_head-1so {
  margin-bottom: 16px;
}.wnz_prov_label-1so {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  color: #C87A1E;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.wnz_prov_h2-1so {
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #F5EDD8;
  margin-bottom: 0.5rem;
}
@media(min-width: 765px) {.wnz_prov_h2-1so {
  font-size: 24px;
}
}.wnz_prov_seo-1so {
  line-height: 1.6;
  max-width: 620px;
  color: #7A6858;
  margin-bottom: 16px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.wnz_prov_seo-1so strong {
  font-weight: 700;
  color: #D4C4A8;
}.wnz_prov_seo-1so a {
  color: #C87A1E;
  text-decoration: underline;
}.wnz_prov_grid-1so {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 638px) {.wnz_prov_grid-1so {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.wnz_prov_grid-1so {
  grid-template-columns: repeat(8,1fr);
}
}.wnz_prov_card-1so {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 14px 10px;
  background: #161009;
  gap: 0.438rem;
  transition: border-color .2s,background .2s;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
}.wnz_prov_card-1so:hover {
  background: #1C1510;
  border-color: rgba(200, 122, 30, 0.45);
}.wnz_prov_logo-1so {
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  width: 2.75rem;
  align-items: center;
  display: flex;
  height: 44px;
}.wnz_prov_logo-1so img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.wnz_prov_name-1so {
  text-align: center;
  color: #A89070;
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 11px;
}.wnz_seo-1so {
  background: #100C08;
  padding: 36px 1rem 0;
}
@media(min-width:768px) {.wnz_seo-1so {
  padding: 2.75rem 24px 0;
}
}.wnz_seo_in-1so {
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  background: #1C1510;
  padding: 1.75rem 1.5rem;
  border-radius: 0.75rem;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.wnz_seo_in-1so {
  padding: 2.25rem 2.5rem;
}
}.wnz_seo_label-1so {
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #C87A1E;
  font-weight: 700;
}.wnz_seo_h2-1so {
  margin-bottom: 14px;
  color: #F5EDD8;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  line-height: 1.25;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.wnz_seo_h2-1so {
  font-size: 1.5rem;
}
}.wnz_seo_body-1so {
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #A89070;
}.wnz_seo_body-1so p {
  color: #A89070;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 12px;
}.wnz_seo_body-1so p:last-child {
  margin-bottom: 0;
}.wnz_seo_body-1so strong {
  color: #D4C4A8;
  font-weight: 700;
}.wnz_seo_body-1so a {
  transition: color .2s;
  color: #C87A1E;
  text-decoration: underline;
}.wnz_seo_body-1so a:hover {
  color: #E08C26;
}.wnz_seo_body-1so ul,.wnz_seo_body-1so ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.wnz_seo_body-1so ol {
  list-style: decimal;
}.wnz_seo_body-1so li {
  font-size: 14px;
  line-height: 1.75;
  color: #A89070;
  margin-bottom: 0.375rem;
}.wnz_seo_body-1so table {
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 0.813rem;
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
@media(min-width: 767px) {.wnz_seo_body-1so table {
  display: table;
}
}.wnz_seo_body-1so th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #D4C4A8;
}.wnz_seo_body-1so td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #A89070;
}.wnz_seo_cols-1so {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width:640px) {.wnz_seo_cols-1so {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.wnz_seo_cols-1so {
  grid-template-columns: repeat(3,1fr);
}
}.wnz_seo_col_h-1so {
  font-size: 0.813rem;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #D4C4A8;
  margin-bottom: 7px;
}.wnz_seo_col_p-1so {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #7A6858;
  font-size: 0.813rem;
}.wnz_seo_stats-1so {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.wnz_seo_stat-1so {
  border-radius: 0.5rem;
  border: 1px solid rgba(200, 122, 30, 0.18);
  padding: 14px 1rem;
  background: rgba(200, 122, 30, 0.07);
  flex: 1;
  min-width: 8.75rem;
}.wnz_seo_stat_val-1so {
  margin-bottom: 4px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #C87A1E;
  overflow-wrap: break-word;
}.wnz_seo_stat_lb-1so {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #7A6858;
}.wnz_pmt-1so {
  background: #100C08;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.wnz_pmt-1so {
  padding: 44px 1.5rem 0;
}
}.wnz_pmt_in-1so {
  margin: 0 auto;
  max-width: 1320px;
}.wnz_pmt_head-1so {
  margin-bottom: 22px;
  max-width: 45rem;
}.wnz_pmt_label-1so {
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #C87A1E;
}.wnz_pmt_h2-1so {
  color: #F5EDD8;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 22px;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 769px) {.wnz_pmt_h2-1so {
  font-size: 1.75rem;
}
}.wnz_pmt_intro-1so {
  color: #7A6858;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 14px;
}.wnz_pmt_groups-1so {
  gap: 1.25rem;
  flex-direction: column;
  display: flex;
}.wnz_pmt_group-1so {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: #1C1510;
}.wnz_pmt_group_head-1so {
  gap: 12px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}.wnz_pmt_group_ic-1so {
  border-radius: 4px;
  background: rgba(200, 122, 30, 0.18);
  color: #C87A1E;
  flex-shrink: 0;
  justify-content: center;
  height: 36px;
  align-items: center;
  display: flex;
  width: 2.25rem;
}.wnz_pmt_group_ic-1so svg {
  height: 18px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.125rem;
}.wnz_pmt_group_h-1so {
  margin: 0;
  color: #F5EDD8;
  font-weight: 700;
  font-size: 16px;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
}.wnz_pmt_group_p-1so {
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #7A6858;
  margin-bottom: 0.875rem;
}.wnz_pmt_group_p-1so strong {
  font-weight: 600;
  color: #D4C4A8;
}.wnz_pmt_table_wrap-1so {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.wnz_pmt_table-1so {
  min-width: 33.75rem;
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
}.wnz_pmt_table-1so th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D4C4A8;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  white-space: nowrap;
  letter-spacing: .04em;
}.wnz_pmt_table-1so td {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A6858;
}.wnz_pmt_table-1so tbody tr:last-child td {
  border-bottom: none;
}.wnz_pmt_table-1so tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D4C4A8;
}.wnz_seo-1so {
  background: #100C08;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.wnz_seo-1so {
  padding: 44px 24px 0;
}
}.wnz_seo_in-1so {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 28px 24px;
  background: #1C1510;
  margin: 0 auto;
  border-radius: 0.75rem;
  max-width: 1320px;
}
@media(min-width: 771px) {.wnz_seo_in-1so {
  padding: 2.25rem 40px;
}
}.wnz_seo_label-1so {
  letter-spacing: .08em;
  color: #C87A1E;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 11px;
}.wnz_seo_h2-1so {
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 14px;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  color: #F5EDD8;
}
@media(min-width: 770px) {.wnz_seo_h2-1so {
  font-size: 1.5rem;
}
}.wnz_seo_body-1so {
  color: #A89070;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
}.wnz_seo_body-1so p {
  color: #A89070;
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 14px;
}.wnz_seo_body-1so p:last-child {
  margin-bottom: 0;
}.wnz_seo_body-1so strong {
  color: #D4C4A8;
  font-weight: 700;
}.wnz_seo_body-1so a {
  transition: color .2s;
  color: #C87A1E;
  text-decoration: underline;
}.wnz_seo_body-1so a:hover {
  color: #E08C26;
}.wnz_seo_body-1so ul,.wnz_seo_body-1so ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.wnz_seo_body-1so ol {
  list-style: decimal;
}.wnz_seo_body-1so li {
  margin-bottom: 6px;
  color: #A89070;
  line-height: 1.75;
  font-size: 14px;
}.wnz_seo_body-1so table {
  overflow-x: auto;
  font-size: 13px;
  margin-bottom: 0.75rem;
  display: block;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 767px) {.wnz_seo_body-1so table {
  display: table;
}
}.wnz_seo_body-1so th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #D4C4A8;
}.wnz_seo_body-1so td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A89070;
}.wnz_seo_cols-1so {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 639px) {.wnz_seo_cols-1so {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.wnz_seo_cols-1so {
  grid-template-columns: repeat(3,1fr);
}
}.wnz_seo_col_h-1so {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #D4C4A8;
  margin-bottom: 7px;
}.wnz_seo_col_p-1so {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #7A6858;
  line-height: 1.65;
}.wnz_seo_stats-1so {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.wnz_seo_stat-1so {
  background: rgba(200, 122, 30, 0.07);
  border-radius: 8px;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(200, 122, 30, 0.18);
  flex: 1;
  min-width: 8.75rem;
}.wnz_seo_stat_val-1so {
  color: #C87A1E;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-size: 1.25rem;
}.wnz_seo_stat_lb-1so {
  color: #7A6858;
  overflow-wrap: break-word;
  font-size: 11px;
}.wnz_seo-1so {
  padding: 2.25rem 16px 0;
  background: #100C08;
}
@media(min-width: 769px) {.wnz_seo-1so {
  padding: 2.75rem 1.5rem 0;
}
}.wnz_seo_in-1so {
  background: #1C1510;
  padding: 28px 24px;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.wnz_seo_in-1so {
  padding: 2.25rem 2.5rem;
}
}.wnz_seo_label-1so {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #C87A1E;
  letter-spacing: .08em;
  text-transform: uppercase;
}.wnz_seo_h2-1so {
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 14px;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  color: #F5EDD8;
}
@media(min-width:768px) {.wnz_seo_h2-1so {
  font-size: 24px;
}
}.wnz_seo_body-1so {
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #A89070;
}.wnz_seo_body-1so p {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #A89070;
}.wnz_seo_body-1so p:last-child {
  margin-bottom: 0;
}.wnz_seo_body-1so strong {
  color: #D4C4A8;
  font-weight: 700;
}.wnz_seo_body-1so a {
  transition: color .2s;
  color: #C87A1E;
  text-decoration: underline;
}.wnz_seo_body-1so a:hover {
  color: #E08C26;
}.wnz_seo_body-1so ul,.wnz_seo_body-1so ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.wnz_seo_body-1so ol {
  list-style: decimal;
}.wnz_seo_body-1so li {
  font-size: 14px;
  color: #A89070;
  margin-bottom: 6px;
  line-height: 1.75;
}.wnz_seo_body-1so table {
  margin-bottom: 0.75rem;
  display: block;
  font-size: 13px;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 769px) {.wnz_seo_body-1so table {
  display: table;
}
}.wnz_seo_body-1so th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #D4C4A8;
  font-weight: 700;
}.wnz_seo_body-1so td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #A89070;
}.wnz_seo_cols-1so {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.wnz_seo_cols-1so {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.wnz_seo_cols-1so {
  grid-template-columns: repeat(3,1fr);
}
}.wnz_seo_col_h-1so {
  color: #D4C4A8;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-size: 0.813rem;
}.wnz_seo_col_p-1so {
  color: #7A6858;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.wnz_seo_stats-1so {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.wnz_seo_stat-1so {
  padding: 0.875rem 16px;
  border: 1px solid rgba(200, 122, 30, 0.18);
  border-radius: 0.5rem;
  flex: 1;
  background: rgba(200, 122, 30, 0.07);
  min-width: 140px;
}.wnz_seo_stat_val-1so {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #C87A1E;
  margin-bottom: 4px;
  font-size: 1.25rem;
}.wnz_seo_stat_lb-1so {
  overflow-wrap: break-word;
  color: #7A6858;
  font-size: 11px;
}.wnz_faq-1so {
  background: #100C08;
  padding: 36px 1rem 0;
}
@media(min-width:768px) {.wnz_faq-1so {
  padding: 2.75rem 24px 0;
}
}.wnz_faq_in-1so {
  margin: 0 auto;
  max-width: 1320px;
}.wnz_faq_head-1so {
  margin-bottom: 20px;
}.wnz_faq_label-1so {
  font-size: 11px;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #C87A1E;
  font-weight: 700;
  text-transform: uppercase;
}.wnz_faq_h2-1so {
  font-size: 20px;
  color: #F5EDD8;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.wnz_faq_h2-1so {
  font-size: 24px;
}
}.wnz_faq_list-1so {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.wnz_faq_item-1so {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1C1510;
  overflow: hidden;
}.wnz_faq_q-1so {
  padding: 1rem 1.25rem;
  transition: color .2s;
  gap: 0.75rem;
  font-weight: 600;
  flex-wrap: wrap;
  color: #D4C4A8;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  overflow-wrap: break-word;
  font-size: 14px;
  display: flex;
}.wnz_faq_q-1so:hover {
  color: #F5EDD8;
}.wnz_faq_q_ic-1so {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  display: flex;
  height: 1.5rem;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
  width: 1.5rem;
  color: #C87A1E;
}.wnz_faq_item-1so.wnz_state_open-1so .wnz_faq_q_ic-1so {
  transform: rotate(45deg);
}.wnz_faq_a-1so {
  padding: 0 1.25rem 16px;
  display: none;
  line-height: 1.7;
  color: #7A6858;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.wnz_faq_item-1so.wnz_state_open-1so .wnz_faq_a-1so {
  display: block;
}.wnz_faq_a-1so strong {
  color: #D4C4A8;
  font-weight: 700;
}.wnz_faq_a-1so a {
  text-decoration: underline;
  color: #C87A1E;
}.wnz_faq_a-1so ul,.wnz_faq_a-1so ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.wnz_faq_a-1so ol {
  list-style: decimal;
}.wnz_faq_a-1so li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.wnz_faq_a-1so table {
  margin: 8px 0;
  overflow-x: auto;
  width: 100%;
  font-size: 0.75rem;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 769px) {.wnz_faq_a-1so table {
  display: table;
}
}.wnz_faq_a-1so th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 0.5rem;
  color: #D4C4A8;
  font-weight: 700;
  text-align: left;
}.wnz_faq_a-1so td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A6858;
}.wnz_rv-1so {
  background: #100C08;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.wnz_rv-1so {
  padding: 2.75rem 24px 0;
}
}.wnz_rv_in-1so {
  margin: 0 auto;
  max-width: 1320px;
}.wnz_rv_head-1so {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}.wnz_rv_label-1so {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 11px;
  color: #C87A1E;
  font-weight: 700;
}.wnz_rv_h2-1so {
  margin-bottom: 0.625rem;
  font-weight: 800;
  font-size: 1.375rem;
  font-family: 'Playfair Display', serif;
  color: #F5EDD8;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.wnz_rv_h2-1so {
  font-size: 1.75rem;
}
}.wnz_rv_stats-1so {
  gap: 18px;
  align-items: center;
  color: #7A6858;
  font-size: 0.813rem;
  flex-wrap: wrap;
  display: flex;
}.wnz_rv_stats_score-1so {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.wnz_rv_stats_score_val-1so {
  font-family: 'Playfair Display', serif;
  color: #F2C10F;
  font-size: 22px;
  font-weight: 800;
}.wnz_rv_stats_score_max-1so {
  color: #635448;
  font-size: 13px;
}.wnz_rv_stats_badge-1so {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.wnz_rv_stats_badge-1so svg {
  color: #F2C10F;
  height: 14px;
  width: 0.875rem;
}.wnz_rv_grid-1so {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.wnz_rv_grid-1so {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.wnz_rv_grid-1so {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.wnz_rv_card-1so {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 20px;
  border-radius: 0.5rem;
  background: #1C1510;
  display: flex;
  flex-direction: column;
}.wnz_rv_card_stars-1so {
  gap: 2px;
  display: flex;
  margin-bottom: 0.625rem;
  color: #F2C10F;
}.wnz_rv_card_stars-1so svg {
  width: 14px;
  height: 14px;
}.wnz_rv_card_h-1so {
  font-size: 14px;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #F5EDD8;
  line-height: 1.3;
  font-weight: 700;
}.wnz_rv_card_body-1so {
  flex: 1;
  margin-bottom: 0.875rem;
  color: #7A6858;
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.wnz_rv_card_body-1so strong {
  color: #D4C4A8;
  font-weight: 600;
}.wnz_rv_card_meta-1so {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
}.wnz_rv_card_author-1so {
  font-size: 0.75rem;
  color: #D4C4A8;
  font-weight: 600;
}.wnz_rv_card_date-1so {
  color: #635448;
  font-size: 0.688rem;
}.wnz_ft-1so {
  background: #080503;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.wnz_ft_support-1so {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 766px) {.wnz_ft_support-1so {
  padding: 1.75rem 24px;
}
}.wnz_ft_support_in-1so {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1320px;
}.wnz_ft_support_main-1so {
  gap: 1rem;
  flex: 1;
  min-width: 13.75rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.wnz_ft_support_ic-1so {
  color: #C87A1E;
  flex-shrink: 0;
}.wnz_ft_support_ic-1so svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 30px;
  height: 30px;
}.wnz_ft_support_text_title-1so {
  font-weight: 700;
  margin-bottom: 3px;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  color: #F5EDD8;
}.wnz_ft_support_text_sub-1so {
  color: #7A6858;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.wnz_ft_support_btn-1so {
  border-radius: 8px;
  padding: 11px 22px;
  transition: background .2s;
  background: #C87A1E;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 13px;
  color: #F5EDD8;
  white-space: nowrap;
}.wnz_ft_support_btn-1so:hover {
  background: #E08C26;
}.wnz_ft_support_contacts-1so {
  gap: 16px;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.wnz_ft_support_contact-1so {
  font-size: 12px;
  line-height: 1.4;
  color: #635448;
}.wnz_ft_support_contact-1so strong {
  font-size: 0.688rem;
  margin-bottom: 2px;
  font-weight: 600;
  display: block;
  color: #A89070;
}.wnz_ft_main-1so {
  padding: 32px 1rem 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 765px) {.wnz_ft_main-1so {
  padding: 40px 1.5rem 32px;
}
}.wnz_ft_main_in-1so {
  margin: 0 auto;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 641px) {.wnz_ft_main_in-1so {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.wnz_ft_main_in-1so {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.wnz_ft_col_logo-1so {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.wnz_ft_col_logo-1so {
  grid-column: auto;
}
}.wnz_ft_logo-1so {
  gap: 0.563rem;
  font-weight: 800;
  align-items: center;
  font-size: 1rem;
  overflow-wrap: break-word;
  display: flex;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  color: #F5EDD8;
}.wnz_ft_logo_mark-1so {
  border-radius: 0.25rem;
  overflow: hidden;
  height: 1.875rem;
  width: 1.875rem;
}.wnz_ft_logo_mark-1so img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.wnz_ft_logo_sub-1so {
  overflow-wrap: break-word;
  max-width: 200px;
  font-size: 12px;
  color: #635448;
  line-height: 1.55;
}.wnz_ft_col_title-1so {
  text-transform: uppercase;
  color: #A89070;
  margin-bottom: 14px;
  font-weight: 700;
  letter-spacing: .07em;
  font-size: 12px;
}.wnz_ft_col_links-1so {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.wnz_ft_col_link-1so {
  transition: color .2s;
  font-size: 0.813rem;
  color: #635448;
  overflow-wrap: break-word;
}.wnz_ft_col_link-1so:hover {
  color: #D4C4A8;
}.wnz_ft_apps-1so {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.wnz_ft_app_card-1so {
  gap: 10px;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  align-items: center;
}.wnz_ft_app_card-1so:hover {
  border-color: rgba(200, 122, 30, 0.45);
}.wnz_ft_app_card_ic-1so svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 22px;
  width: 22px;
}.wnz_ft_app_card_os-1so {
  font-size: 10px;
  color: #635448;
  font-weight: 600;
}.wnz_ft_app_card_action-1so {
  font-size: 12px;
  font-weight: 700;
  color: #D4C4A8;
}.wnz_ft_bot-1so {
  padding: 1.25rem 16px;
}
@media(min-width: 771px) {.wnz_ft_bot-1so {
  padding: 1.25rem 1.5rem;
}
}.wnz_ft_bot_in-1so {
  margin: 0 auto;
  gap: 16px;
  max-width: 1320px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.wnz_ft_socials-1so {
  gap: 0.5rem;
  display: flex;
}.wnz_ft_soc-1so {
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 4px;
  display: flex;
  height: 2.25rem;
  align-items: center;
  color: #A89070;
  justify-content: center;
  width: 2.25rem;
}.wnz_ft_soc-1so svg {
  height: 16px;
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
}.wnz_ft_soc-1so:hover {
  background: rgba(255, 255, 255, 0.07);
}.wnz_ft_legal-1so {
  flex: 1;
  overflow-wrap: break-word;
  color: #9A8878;
  min-width: 12.5rem;
  line-height: 1.6;
  font-size: 11px;
}.wnz_ft_legal-1so strong {
  font-weight: 700;
  color: #A89070;
}.wnz_ft_legal-1so a {
  color: #A89070;
  text-decoration: underline;
}.wnz_ft_age-1so {
  border: 2px solid #9A8878;
  border-radius: 50%;
  font-size: 0.688rem;
  justify-content: center;
  color: #9A8878;
  width: 32px;
  font-weight: 800;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
  height: 32px;
  display: flex;
}