*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #181310;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-family: 'Barlow', sans-serif;
  color: #C4B8A4;
  line-height: 1.6;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  color: inherit;
  text-decoration: none;
}button {
  font: inherit;
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.wzs-layout_pwh {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.wzs-page_pwh {
  min-height: 100vh;
  display: flex;
}.wzs-main_pwh {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media(min-width: 1081px) {.wzs-main_pwh {
  padding-left: 13.75rem;
}
}
@media(max-width: 1077px) {.wzs-main_pwh {
  padding-bottom: 4.5rem;
}
}.wzs-gc_pwh {
  overflow: hidden;
  border: 1px solid rgba(255, 220, 170, 0.06);
  transition: transform .2s,border-color .2s;
  border-radius: 8px;
  background: #1D1610;
  width: 140px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
@media(min-width: 639px) {.wzs-gc_pwh {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.wzs-gc_pwh {
  width: 10.5rem;
}
}.wzs-gc_pwh:hover {
  border-color: rgba(200, 137, 42, 0.08);
  transform: translateY(-3px);
}.wzs-gc_img_pwh {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.wzs-gc_img_pwh img {
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}.wzs-gc_hover_pwh {
  inset: 0;
  transition: opacity .2s;
  background: rgba(10, 7, 4, 0.72);
  position: absolute;
  justify-content: center;
  align-items: center;
  display: flex;
  opacity: 0;
}.wzs-gc_pwh:hover .wzs-gc_hover_pwh {
  opacity: 1;
}.wzs-gc_hover_btn_pwh {
  padding: 8px 1rem;
  background: #C8892A;
  border-radius: 4px;
  color: #F2E8D8;
  font-weight: 700;
  font-size: 12px;
}.wzs-gc_info_pwh {
  padding: 8px 10px 10px;
}.wzs-gc_name_pwh {
  overflow: hidden;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  color: #C4B8A4;
  white-space: nowrap;
  margin-bottom: 3px;
  font-weight: 600;
  max-width: 100%;
}.wzs-gc_prov_pwh {
  color: #504840;
  font-size: 0.625rem;
}.wzs-gc_tag_pwh {
  border-radius: 0.25rem;
  padding: 2px 7px;
  font-size: 9px;
  top: 6px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  letter-spacing: .04em;
  left: 0.375rem;
}.wzs-gc_tag_hot_pwh {
  background: #D94535;
  color: #fff;
}.wzs-gc_tag_new_pwh {
  background: #4CAF72;
  color: #181310;
}.wzs-gc_tag_jp_pwh {
  background: #E8A830;
  color: #181310;
}.wzs-gc_tag_ex_pwh {
  background: #9B5C1A;
  color: #fff;
}.wzs-gc_tag_live_pwh {
  background: #D94535;
  color: #fff;
}.wzs-gr_pwh {
  padding: 32px 1rem 0;
  background: #181310;
}
@media(min-width: 765px) {.wzs-gr_pwh {
  padding: 36px 24px 0;
}
}.wzs-gr_in_pwh {
  margin: 0 auto;
  max-width: 82.5rem;
}.wzs-gr_head_pwh {
  gap: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}.wzs-gr_head_l_pwh {
  flex: 1;
  gap: 0.625rem;
  align-items: center;
  display: flex;
  min-width: 0;
}.wzs-gr_ic_pwh {
  border-radius: 0.5rem;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}.wzs-gr_ic_pwh svg {
  height: 16px;
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
}.wzs-gr_title_pwh {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  color: #F2E8D8;
  overflow-wrap: break-word;
  font-size: 1rem;
}
@media(min-width: 770px) {.wzs-gr_title_pwh {
  font-size: 1.125rem;
}
}.wzs-gr_more_pwh {
  gap: 5px;
  transition: color .2s;
  font-size: 0.75rem;
  color: #68604F;
  white-space: nowrap;
  align-items: center;
  display: flex;
  font-weight: 600;
  flex-shrink: 0;
}.wzs-gr_more_pwh:hover {
  color: #C8892A;
}.wzs-gr_more_pwh svg {
  stroke-linecap: round;
  height: 12px;
  stroke-linejoin: round;
  width: 12px;
}.wzs-gr_arrows_pwh {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.wzs-gr_arr_pwh {
  background: rgba(255, 235, 200, 0.05);
  border: 1px solid rgba(255, 220, 170, 0.11);
  border-radius: 4px;
  transition: background .15s,color .15s;
  color: #8C7E6C;
  align-items: center;
  width: 1.875rem;
  height: 30px;
  justify-content: center;
  display: flex;
}.wzs-gr_arr_pwh:hover {
  background: rgba(255, 235, 200, 0.07);
  color: #F2E8D8;
}.wzs-gr_arr_pwh svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.813rem;
  height: 0.813rem;
}.wzs-gr_seo_h_pwh {
  margin: 0 0 0.375rem;
  color: #C4B8A4;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  max-width: 680px;
}
@media(min-width: 766px) {.wzs-gr_seo_h_pwh {
  font-size: 0.875rem;
}
}.wzs-gr_seo_pwh {
  overflow-wrap: break-word;
  margin-bottom: 12px;
  line-height: 1.55;
  max-width: 680px;
  font-size: 12px;
  color: #68604F;
}.wzs-gr_seo_pwh strong {
  font-weight: 600;
  color: #C4B8A4;
}.wzs-gr_scroll_pwh {
  gap: 10px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  display: flex;
  overflow-x: auto;
  padding-bottom: 0.625rem;
}.wzs-gr_scroll_pwh::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.wzs-gr_scroll_pwh {
  gap: 12px;
}
}.wzs-tb_pwh {
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  background: #181310;
  align-items: center;
  left: 0;
  top: 0;
  position: fixed;
  height: 3.5rem;
  z-index: 80;
  display: flex;
  right: 0;
}.wzs-tb_in_pwh {
  padding: 0 0.875rem;
  gap: 0;
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}.wzs-tb_burger_pwh {
  gap: 0.313rem;
  border-radius: 0.5rem;
  align-items: center;
  height: 38px;
  flex-direction: column;
  margin-right: 8px;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  width: 2.375rem;
}.wzs-tb_burger_pwh:hover {
  background: rgba(255, 235, 200, 0.05);
}.wzs-tb_burger_line_pwh {
  background: #8C7E6C;
  border-radius: 1px;
  display: block;
  width: 1.125rem;
  height: 2px;
}
@media(min-width: 1083px) {.wzs-tb_burger_pwh {
  display: none;
}
}.wzs-tb_logo_pwh {
  gap: 9px;
  flex-shrink: 0;
  font-size: 1.125rem;
  display: flex;
  color: #F2E8D8;
  overflow-wrap: break-word;
  font-weight: 800;
  letter-spacing: -.01em;
  align-items: center;
  margin-right: 1.25rem;
}.wzs-tb_logo_mark_pwh {
  overflow: hidden;
  border-radius: 0.5rem;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 32px;
  height: 32px;
}.wzs-tb_logo_mark_pwh img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.wzs-tb_nav_pwh {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 638px) {.wzs-tb_nav_pwh {
  display: flex;
}
}.wzs-tb_tab_pwh {
  transition: background .15s,color .15s;
  padding: 8px 14px;
  border-radius: 0.5rem;
  white-space: nowrap;
  font-weight: 600;
  color: #8C7E6C;
  font-size: 13px;
}.wzs-tb_tab_pwh:hover {
  background: rgba(255, 235, 200, 0.05);
  color: #F2E8D8;
}.wzs-tb_tab_pwh.wzs-state_active_pwh {
  background: rgba(200, 137, 42, 0.18);
  color: #F2E8D8;
}.wzs-tb_right_pwh {
  gap: 8px;
  display: flex;
  margin-left: auto;
  align-items: center;
  flex-shrink: 0;
}.wzs-tb_login_pwh {
  border-radius: 8px;
  border: 1px solid rgba(255, 220, 170, 0.11);
  padding: 0.563rem 1rem;
  transition: border-color .2s,color .2s;
  background: rgba(255, 235, 200, 0.05);
  font-weight: 600;
  display: none;
  font-size: 13px;
  color: #C4B8A4;
}.wzs-tb_login_pwh:hover {
  border-color: rgba(200, 140, 42, 0.45);
  color: #F2E8D8;
}
@media(min-width: 479px) {.wzs-tb_login_pwh {
  display: block;
}
}.wzs-tb_reg_pwh {
  padding: 0.563rem 18px;
  border-radius: 8px;
  transition: background .2s;
  background: #4CAF72;
  font-weight: 700;
  font-size: 0.813rem;
  color: #0E0B07;
  white-space: nowrap;
}.wzs-tb_reg_pwh:hover {
  background: #5DC882;
}.wzs-sb_pwh {
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 235, 200, 0.05);
  transition: transform .25s ease;
  background: #221A14;
  left: 0;
  position: fixed;
  bottom: 0;
  width: 13.75rem;
  z-index: 70;
  overflow-y: auto;
  top: 56px;
}.wzs-sb_pwh.wzs-state_open_pwh {
  transform: translateX(0);
}.wzs-sb_pwh::-webkit-scrollbar {
  width: 4px;
}.wzs-sb_pwh::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 235, 200, 0.07);
}
@media(min-width: 1081px) {.wzs-sb_pwh {
  transform: translateX(0);
}
}.wzs-sb_auth_pwh {
  padding: 0.875rem 0.75rem 10px;
}.wzs-sb_btn_reg_pwh {
  background: #4CAF72;
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 0.688rem;
  display: block;
  font-weight: 700;
  font-size: 0.813rem;
  color: #0E0B07;
  margin-bottom: 0.5rem;
  text-align: center;
}.wzs-sb_btn_reg_pwh:hover {
  background: #5DC882;
}.wzs-sb_btn_login_pwh {
  border: 1px solid rgba(255, 220, 170, 0.11);
  background: rgba(255, 235, 200, 0.05);
  border-radius: 8px;
  padding: 10px;
  transition: border-color .2s;
  font-weight: 600;
  font-size: 13px;
  display: block;
  text-align: center;
  color: #C4B8A4;
}.wzs-sb_btn_login_pwh:hover {
  border-color: rgba(200, 140, 42, 0.45);
  color: #F2E8D8;
}.wzs-sb_promo_pwh {
  border: 1px solid rgba(200, 137, 42, 0.18);
  background: linear-gradient(135deg,#2A1A08,#221A14);
  padding: 12px 0.875rem;
  margin: 0 0.75rem 0.625rem;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}.wzs-sb_promo_pwh::before {
  background: radial-gradient(circle,rgba(200, 137, 42, 0.18),transparent 70%);
  border-radius: 50%;
  content: '';
  width: 5rem;
  height: 5rem;
  position: absolute;
  right: -1.25rem;
  top: -20px;
}.wzs-sb_promo_title_pwh {
  color: #C8892A;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 0.688rem;
  margin-bottom: 4px;
  font-weight: 700;
}.wzs-sb_promo_text_pwh {
  line-height: 1.35;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  font-weight: 600;
  color: #F2E8D8;
}.wzs-sb_promo_sub_pwh {
  margin-top: 3px;
  font-size: 10px;
  color: #68604F;
}.wzs-sb_nav_pwh {
  padding: 6px 0.5rem 16px;
}.wzs-sb_nav_lb_pwh {
  padding: 10px 0.5rem 0.375rem;
  font-size: 10px;
  font-weight: 700;
  color: #504840;
  text-transform: uppercase;
  letter-spacing: .08em;
}.wzs-sb_link_pwh {
  padding: 9px 0.625rem;
  border-radius: 4px;
  gap: 0.625rem;
  transition: background .15s,color .15s;
  display: flex;
  color: #8C7E6C;
  overflow-wrap: break-word;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  font-size: 13px;
}.wzs-sb_link_pwh:hover {
  background: rgba(255, 235, 200, 0.05);
  color: #F2E8D8;
}.wzs-sb_link_pwh.wzs-state_active_pwh {
  background: rgba(200, 137, 42, 0.18);
  color: #F2E8D8;
}.wzs-sb_ic_pwh {
  border-radius: 0.25rem;
  width: 1.875rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.875rem;
}.wzs-sb_ic_pwh svg {
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
}.wzs-sb_ic_1_pwh {
  background: rgba(200, 137, 42, 0.08);
  color: #C8892A;
}.wzs-sb_ic_2_pwh {
  background: rgba(76, 175, 114, 0.16);
  color: #4CAF72;
}.wzs-sb_ic_3_pwh {
  background: rgba(232, 168, 48, 0.16);
  color: #E8A830;
}.wzs-sb_ic_4_pwh {
  background: rgba(155, 92, 26, 0.22);
  color: #9B5C1A;
}.wzs-sb_ic_5_pwh {
  background: rgba(200, 137, 42, 0.08);
  color: #D85888;
}.wzs-sb_ic_6_pwh {
  background: rgba(155, 92, 26, 0.22);
  color: #9040C8;
}.wzs-sb_badge_pwh {
  background: #E8A830;
  border-radius: 0.25rem;
  padding: 2px 7px;
  margin-left: auto;
  font-weight: 700;
  color: #0E0B07;
  font-size: 0.563rem;
}.wzs-sb_bot_pwh {
  padding: 12px;
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 235, 200, 0.05);
  display: flex;
}.wzs-sb_lang_pwh,.wzs-sb_help_pwh {
  flex: 1;
  background: rgba(255, 235, 200, 0.05);
  gap: 6px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 220, 170, 0.06);
  border-radius: 4px;
  padding: 0.563rem 0.375rem;
  font-size: 11px;
  align-items: center;
  font-weight: 600;
  display: flex;
  color: #8C7E6C;
  justify-content: center;
}.wzs-sb_lang_pwh:hover,.wzs-sb_help_pwh:hover {
  border-color: rgba(200, 140, 42, 0.45);
  color: #F2E8D8;
}.wzs-sb_lang_pwh svg,.wzs-sb_help_pwh svg {
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
  height: 13px;
}.wzs-sb_bd_pwh {
  background: rgba(10, 7, 4, 0.72);
  inset: 0;
  z-index: 69;
  position: fixed;
  display: none;
}.wzs-sb_bd_pwh.wzs-state_on_pwh {
  display: block;
}
@media(min-width: 1077px) {.wzs-sb_bd_pwh {
  display: none!important;
}
}.wzs-mob_nav_pwh {
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #221A14;
  border-top: 1px solid rgba(255, 220, 170, 0.11);
  right: 0;
  z-index: 80;
  position: fixed;
  display: flex;
  bottom: 0;
  left: 0;
}
@media(min-width: 1079px) {.wzs-mob_nav_pwh {
  display: none;
}
}.wzs-mob_nav_item_pwh {
  gap: 0.25rem;
  flex: 1;
  padding: 0.25rem 2px;
  cursor: pointer;
  color: #504840;
  align-items: center;
  flex-direction: column;
  display: flex;
}.wzs-mob_nav_ic_pwh {
  line-height: 1;
}.wzs-mob_nav_ic_pwh svg {
  stroke-linejoin: round;
  width: 1.25rem;
  height: 20px;
  stroke-linecap: round;
}.wzs-mob_nav_lb_pwh {
  font-weight: 600;
  color: #504840;
  font-size: 0.625rem;
}.wzs-mob_nav_item_pwh.wzs-state_active_pwh {
  color: #C8892A;
}.wzs-mob_nav_item_pwh.wzs-state_active_pwh .wzs-mob_nav_lb_pwh {
  color: #C8892A;
}.wzs-hero_pwh {
  background: #181310;
  padding: 20px 1rem 0;
}
@media(min-width: 770px) {.wzs-hero_pwh {
  padding: 1.5rem 1.5rem 0;
}
}.wzs-hero_in_pwh {
  gap: 12px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 1320px;
}
@media(min-width: 862px) {.wzs-hero_in_pwh {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width:1100px) {.wzs-hero_in_pwh {
  grid-template-columns: 1fr 21.25rem;
}
}.wzs-hero_promo_pwh {
  background: #1D1610;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: stretch;
}
@media(min-width: 770px) {.wzs-hero_promo_pwh {
  min-height: 280px;
}
}.wzs-hero_promo_bg_pwh {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#2A1A08 0%,#181310 100%);
  background-size: cover;
  position: absolute;
}.wzs-hero_promo_bg_pwh::after {
  inset: 0;
  background: linear-gradient(90deg,#181310 0%,rgba(10, 7, 4, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.wzs-hero_promo_glow_pwh {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(155, 92, 26, 0.22) 0%,transparent 65%);
  pointer-events: none;
  height: 300px;
  position: absolute;
  width: 300px;
  right: 60px;
  top: -40px;
}.wzs-hero_promo_ct_pwh {
  padding: 28px 1.5rem 1.75rem 28px;
  justify-content: center;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media(min-width: 767px) {.wzs-hero_promo_ct_pwh {
  padding: 2.5rem 32px;
}
}.wzs-hero_badge_pwh {
  border-radius: 1.25rem;
  border: 1px solid rgba(200, 137, 42, 0.08);
  padding: 5px 0.75rem;
  background: rgba(200, 137, 42, 0.18);
  text-transform: uppercase;
  letter-spacing: .08em;
  display: inline-block;
  color: #C8892A;
  font-weight: 700;
  font-size: 0.625rem;
  margin-bottom: 14px;
}.wzs-hero_h1_pwh {
  font-weight: 800;
  color: #F2E8D8;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  line-height: 1.15;
  font-size: 26px;
  margin-bottom: 0.625rem;
}.wzs-hero_h1_pwh em {
  color: #E8A830;
  font-style: normal;
}
@media(min-width:768px) {.wzs-hero_h1_pwh {
  font-size: 2.25rem;
}
}.wzs-hero_sub_pwh {
  line-height: 1.55;
  margin-bottom: 1.25rem;
  color: #8C7E6C;
  font-size: 0.813rem;
}
@media(min-width:768px) {.wzs-hero_sub_pwh {
  font-size: 0.875rem;
}
}.wzs-hero_row_pwh {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.wzs-hero_cta_pwh {
  padding: 0.813rem 26px;
  background: #4CAF72;
  border-radius: 8px;
  transition: background .2s;
  box-shadow: 0 2px 14px rgba(76, 175, 114, 0.42), inset 0 1px 0 rgba(200, 255, 220, 0.18);
  font-size: 0.875rem;
  color: #0E0B07;
  font-weight: 700;
}.wzs-hero_cta_pwh:hover {
  background: #5DC882;
}.wzs-hero_terms_pwh {
  font-size: 0.688rem;
  color: #504840;
}.wzs-hero_game_pwh {
  border-radius: 0.875rem;
  overflow: hidden;
  border: 1px solid rgba(255, 220, 170, 0.06);
  background: #1D1610;
  flex-direction: column;
  display: flex;
  position: relative;
}.wzs-hero_game_badge_pwh {
  background: rgba(232, 168, 48, 0.16);
  padding: 0.313rem 0.625rem;
  border: 1px solid rgba(232, 168, 48, 0.16);
  border-radius: 1.25rem;
  font-weight: 700;
  letter-spacing: .06em;
  position: absolute;
  z-index: 3;
  font-size: 0.625rem;
  top: 12px;
  left: 12px;
  color: #E8A830;
  text-transform: uppercase;
}.wzs-hero_game_badge_pwh svg {
  vertical-align: -1px;
  margin-right: 4px;
  height: 0.688rem;
  width: 11px;
}.wzs-hero_game_img_pwh {
  background: linear-gradient(135deg,#2A1A08,#181310);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.wzs-hero_game_img_pwh img {
  inset: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  object-fit: cover;
}.wzs-hero_game_play_pwh {
  background: rgba(10, 7, 4, 0.72);
  inset: 0;
  transition: opacity .2s;
  position: absolute;
  align-items: center;
  justify-content: center;
  opacity: 0;
  display: flex;
}.wzs-hero_game_pwh:hover .wzs-hero_game_play_pwh {
  opacity: 1;
}.wzs-hero_game_play_pwh span {
  background: #C8892A;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  display: flex;
}.wzs-hero_game_play_pwh span svg {
  margin-left: 2px;
  width: 18px;
  height: 18px;
}.wzs-hero_game_info_pwh {
  padding: 0.875rem 16px;
}.wzs-hero_game_title_pwh {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  font-weight: 700;
  color: #F2E8D8;
}.wzs-hero_game_provider_pwh {
  font-size: 0.688rem;
  color: #68604F;
}.wzs-hero_game_btn_pwh {
  margin: 12px 16px 16px;
  background: #C8892A;
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 11px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  display: block;
  color: #F2E8D8;
}.wzs-hero_game_pwh:hover .wzs-hero_game_btn_pwh {
  background: #E0A040;
}.wzs-sbar_pwh {
  padding: 1rem 16px 0;
  background: #181310;
}
@media(min-width: 769px) {.wzs-sbar_pwh {
  padding: 18px 1.5rem 0;
}
}.wzs-sbar_in_pwh {
  margin: 0 auto;
  max-width: 82.5rem;
}.wzs-sbar_row_pwh {
  gap: 10px;
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}.wzs-sbar_input_pwh {
  padding: 11px 16px;
  transition: border-color .2s;
  gap: 0.625rem;
  flex: 1;
  background: #1D1610;
  border: 1px solid rgba(255, 220, 170, 0.11);
  border-radius: 8px;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  color: #68604F;
}.wzs-sbar_input_pwh:hover {
  border-color: rgba(200, 140, 42, 0.45);
}.wzs-sbar_input_pwh svg {
  stroke-linejoin: round;
  height: 0.938rem;
  width: 0.938rem;
  flex-shrink: 0;
  stroke-linecap: round;
}.wzs-sbar_providers_pwh {
  padding: 0.688rem 18px;
  background: #1D1610;
  gap: 8px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 220, 170, 0.11);
  border-radius: 0.5rem;
  white-space: nowrap;
  color: #C4B8A4;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 0.813rem;
}.wzs-sbar_providers_pwh:hover {
  border-color: rgba(200, 140, 42, 0.45);
  color: #F2E8D8;
}.wzs-sbar_providers_pwh svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 14px;
  width: 14px;
}.wzs-sbar_tabs_pwh {
  gap: 0.375rem;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 2px;
}.wzs-sbar_tabs_pwh::-webkit-scrollbar {
  display: none;
}.wzs-sbar_tab_pwh {
  gap: 7px;
  border: 1px solid rgba(255, 220, 170, 0.06);
  border-radius: 20px;
  background: rgba(255, 235, 200, 0.05);
  padding: 0.5rem 14px;
  transition: background .15s,color .15s,border-color .15s;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.75rem;
  display: flex;
  color: #8C7E6C;
  flex-shrink: 0;
}.wzs-sbar_tab_pwh:hover {
  border-color: rgba(200, 140, 42, 0.45);
  background: rgba(255, 235, 200, 0.07);
  color: #F2E8D8;
}.wzs-sbar_tab_pwh.wzs-state_active_pwh {
  background: rgba(200, 137, 42, 0.18);
  border-color: rgba(200, 137, 42, 0.08);
  color: #F2E8D8;
}.wzs-sbar_tab_ic_pwh svg {
  width: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 14px;
}.wzs-gcg_pwh {
  background: #181310;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.wzs-gcg_pwh {
  padding: 44px 24px 0;
}
}.wzs-gcg_in_pwh {
  margin: 0 auto;
  max-width: 1320px;
}.wzs-gcg_head_pwh {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.wzs-gcg_label_pwh {
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #C8892A;
}.wzs-gcg_h2_pwh {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
  font-size: 22px;
  color: #F2E8D8;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.wzs-gcg_h2_pwh {
  font-size: 1.75rem;
}
}.wzs-gcg_intro_pwh {
  line-height: 1.6;
  font-size: 13px;
  color: #68604F;
}.wzs-gcg_grid_pwh {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.wzs-gcg_grid_pwh {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.wzs-gcg_grid_pwh {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.wzs-gcg_card_pwh {
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 220, 170, 0.11);
  border-radius: 14px;
  overflow: hidden;
  padding: 20px;
  justify-content: flex-end;
  min-height: 240px;
  flex-direction: column;
  display: flex;
  position: relative;
  cursor: pointer;
}.wzs-gcg_card_pwh:hover {
  border-color: rgba(200, 137, 42, 0.18);
  transform: translateY(-3px);
}.wzs-gcg_card_bg_pwh {
  inset: 0;
  position: absolute;
  z-index: 0;
}.wzs-gcg_card_bg_pwh::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.wzs-gcg_card_ic_pwh {
  background: rgba(0,0,0,.45);
  border-radius: 4px;
  width: 2.5rem;
  z-index: 2;
  right: 1.125rem;
  position: absolute;
  color: #F2E8D8;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 18px;
}.wzs-gcg_card_ic_pwh svg {
  stroke-linejoin: round;
  height: 20px;
  width: 20px;
  stroke-linecap: round;
}.wzs-gcg_card_ct_pwh {
  position: relative;
  z-index: 1;
}.wzs-gcg_card_h_pwh {
  color: #F2E8D8;
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.125rem;
}
@media(min-width: 769px) {.wzs-gcg_card_h_pwh {
  font-size: 1.25rem;
}
}.wzs-gcg_card_p_pwh {
  color: rgba(255,255,255,.82);
  margin-bottom: 10px;
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.55;
}.wzs-gcg_card_p_pwh strong {
  color: #F2E8D8;
  font-weight: 600;
}.wzs-gcg_card_cta_pwh {
  gap: 0.25rem;
  font-weight: 700;
  color: #C8892A;
  text-transform: uppercase;
  align-items: center;
  display: inline-flex;
  letter-spacing: .04em;
  font-size: 12px;
}.wzs-gcg_card_cta_pwh svg {
  height: 0.75rem;
  width: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.wzs-ws_pwh {
  padding: 32px 1rem 0;
  background: #181310;
}
@media(min-width: 771px) {.wzs-ws_pwh {
  padding: 2.25rem 1.5rem 0;
}
}.wzs-ws_in_pwh {
  margin: 0 auto;
  max-width: 1320px;
}.wzs-ws_head_pwh {
  gap: 12px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  flex-wrap: wrap;
}.wzs-ws_title_pwh {
  gap: 0.625rem;
  color: #F2E8D8;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Cinzel', serif;
  align-items: center;
  flex-wrap: wrap;
}.wzs-ws_title_ic_pwh svg {
  stroke-linejoin: round;
  width: 1.125rem;
  height: 18px;
  color: #E8A830;
  stroke-linecap: round;
}.wzs-ws_online_pwh {
  gap: 7px;
  align-items: center;
  display: flex;
  font-weight: 600;
  color: #68604F;
  font-size: 0.75rem;
}.wzs-ws_online_dot_pwh {
  border-radius: 50%;
  background: #4CAF72;
  height: 0.5rem;
  flex-shrink: 0;
  width: 8px;
  box-shadow: 0 0 6px rgba(76, 175, 114, 0.16);
}.wzs-ws_scroll_pwh {
  gap: 8px;
  padding-bottom: 0.5rem;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
}.wzs-ws_scroll_pwh::-webkit-scrollbar {
  display: none;
}.wzs-wc_pwh {
  border: 1px solid rgba(255, 220, 170, 0.11);
  background: #1D1610;
  border-radius: 0.5rem;
  gap: 0.625rem;
  padding: 0.625rem 14px;
  min-width: 220px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}.wzs-wc_img_pwh {
  background: #221A14;
  border-radius: 0.25rem;
  overflow: hidden;
  height: 2.25rem;
  flex-shrink: 0;
  width: 36px;
}.wzs-wc_img_pwh img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.wzs-wc_info_pwh {
  min-width: 0;
}.wzs-wc_game_pwh {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  font-weight: 600;
  white-space: nowrap;
  color: #C4B8A4;
}.wzs-wc_player_pwh {
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #504840;
}.wzs-wc_amount_pwh {
  font-weight: 700;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #4CAF72;
  margin-left: auto;
  flex-shrink: 0;
}.wzs-app_pwh {
  background: #181310;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.wzs-app_pwh {
  padding: 44px 24px 0;
}
}.wzs-app_in_pwh {
  margin: 0 auto;
  max-width: 1320px;
}.wzs-app_head_pwh {
  margin-bottom: 16px;
}.wzs-app_label_pwh {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #C8892A;
}.wzs-app_h2_pwh {
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  color: #F2E8D8;
  margin-bottom: 0.375rem;
}
@media(min-width: 766px) {.wzs-app_h2_pwh {
  font-size: 1.5rem;
}
}.wzs-app_sub_pwh {
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 600px;
  color: #68604F;
  font-size: 0.813rem;
}.wzs-app_sub_pwh strong {
  color: #C4B8A4;
  font-weight: 700;
}.wzs-app_cards_pwh {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 16px;
}
@media(min-width: 639px) {.wzs-app_cards_pwh {
  grid-template-columns: repeat(3,1fr);
}
}.wzs-app_card_pwh {
  gap: 1rem;
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 8px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
  position: relative;
}.wzs-app_card_ios_pwh {
  background: linear-gradient(135deg,rgba(200, 137, 42, 0.18) 0%,#221A14 100%);
}.wzs-app_card_android_pwh {
  background: linear-gradient(135deg,rgba(76, 175, 114, 0.16) 0%,#221A14 100%);
}.wzs-app_card_win_pwh {
  background: linear-gradient(135deg,rgba(232, 168, 48, 0.16) 0%,#221A14 100%);
}.wzs-app_card_ic_pwh svg {
  width: 2.125rem;
  stroke-linecap: round;
  height: 2.125rem;
  stroke-linejoin: round;
}.wzs-app_card_ic_pwh {
  flex-shrink: 0;
  color: #F2E8D8;
}.wzs-app_card_os_pwh {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #68604F;
  font-size: 10px;
  margin-bottom: 6px;
}.wzs-app_card_title_pwh {
  line-height: 1.2;
  color: #F2E8D8;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 6px;
}.wzs-app_card_text_pwh {
  line-height: 1.5;
  font-size: 0.75rem;
  margin-bottom: 0.875rem;
  color: #68604F;
  overflow-wrap: break-word;
}.wzs-app_card_btn_pwh {
  gap: 0.438rem;
  background: rgba(255, 235, 200, 0.12);
  transition: background .2s;
  padding: 10px 18px;
  border: 1px solid rgba(200, 140, 42, 0.45);
  border-radius: 0.25rem;
  align-items: center;
  font-size: 13px;
  display: inline-flex;
  font-weight: 700;
  color: #F2E8D8;
}.wzs-app_card_btn_pwh:hover {
  background: rgba(255, 235, 200, 0.07);
}.wzs-prov_pwh {
  padding: 36px 16px 0;
  background: #181310;
}
@media(min-width: 769px) {.wzs-prov_pwh {
  padding: 2.75rem 24px 0;
}
}.wzs-prov_in_pwh {
  margin: 0 auto;
  max-width: 1320px;
}.wzs-prov_head_pwh {
  margin-bottom: 1rem;
}.wzs-prov_label_pwh {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 8px;
  color: #C8892A;
}.wzs-prov_h2_pwh {
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  color: #F2E8D8;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.wzs-prov_h2_pwh {
  font-size: 1.5rem;
}
}.wzs-prov_seo_pwh {
  margin-bottom: 16px;
  line-height: 1.6;
  max-width: 620px;
  font-size: 0.813rem;
  color: #68604F;
  overflow-wrap: break-word;
}.wzs-prov_seo_pwh strong {
  font-weight: 700;
  color: #C4B8A4;
}.wzs-prov_seo_pwh a {
  text-decoration: underline;
  color: #C8892A;
}.wzs-prov_grid_pwh {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 642px) {.wzs-prov_grid_pwh {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.wzs-prov_grid_pwh {
  grid-template-columns: repeat(8,1fr);
}
}.wzs-prov_card_pwh {
  gap: 0.438rem;
  padding: 14px 0.625rem;
  background: #1D1610;
  border-radius: 8px;
  border: 1px solid rgba(255, 220, 170, 0.11);
  transition: border-color .2s,background .2s;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
  display: flex;
}.wzs-prov_card_pwh:hover {
  border-color: rgba(200, 140, 42, 0.45);
  background: #221A14;
}.wzs-prov_logo_pwh {
  border-radius: 4px;
  background: rgba(255, 235, 200, 0.05);
  overflow: hidden;
  justify-content: center;
  width: 2.75rem;
  align-items: center;
  height: 2.75rem;
  display: flex;
}.wzs-prov_logo_pwh img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.wzs-prov_name_pwh {
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 11px;
  color: #8C7E6C;
  text-align: center;
}.wzs-bon_pwh {
  background: #181310;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.wzs-bon_pwh {
  padding: 44px 1.5rem 0;
}
}.wzs-bon_in_pwh {
  margin: 0 auto;
  max-width: 82.5rem;
}.wzs-bon_head_pwh {
  margin-bottom: 20px;
}.wzs-bon_label_pwh {
  color: #C8892A;
  margin-bottom: 0.5rem;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.wzs-bon_h2_pwh {
  color: #F2E8D8;
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.wzs-bon_h2_pwh {
  font-size: 24px;
}
}.wzs-bon_seo_pwh {
  max-width: 620px;
  color: #68604F;
  font-size: 0.813rem;
  line-height: 1.6;
  overflow-wrap: break-word;
}.wzs-bon_seo_pwh strong {
  font-weight: 700;
  color: #C4B8A4;
}.wzs-bon_seo_pwh a {
  text-decoration: underline;
  color: #C8892A;
}.wzs-bon_grid_pwh {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 642px) {.wzs-bon_grid_pwh {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.wzs-bon_grid_pwh {
  grid-template-columns: repeat(5,1fr);
}
}.wzs-bon_card_pwh {
  background: #1D1610;
  border-radius: 0.5rem;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 220, 170, 0.11);
  padding: 16px;
}.wzs-bon_card_pwh:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 137, 42, 0.08);
}.wzs-bon_card_ic_pwh svg {
  stroke-linejoin: round;
  height: 26px;
  stroke-linecap: round;
  width: 1.625rem;
}.wzs-bon_card_ic_pwh {
  margin-bottom: 10px;
}.wzs-bon_card_type_pwh {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #68604F;
}.wzs-bon_card_amount_pwh {
  font-weight: 800;
  color: #E8A830;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 0.375rem;
}.wzs-bon_card_name_pwh {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #F2E8D8;
}.wzs-bon_card_detail_pwh {
  border-top: 1px solid rgba(255, 235, 200, 0.05);
  overflow-wrap: break-word;
  font-size: 11px;
  line-height: 1.5;
  padding-top: 8px;
  color: #504840;
}.wzs-reg_pwh {
  background: #181310;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.wzs-reg_pwh {
  padding: 2.75rem 24px 0;
}
}.wzs-reg_in_pwh {
  border-radius: 14px;
  padding: 28px 1.5rem;
  background: #221A14;
  margin: 0 auto;
  border: 1px solid rgba(255, 220, 170, 0.06);
  max-width: 82.5rem;
}
@media(min-width: 766px) {.wzs-reg_in_pwh {
  padding: 40px;
}
}.wzs-reg_top_pwh {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:860px) {.wzs-reg_top_pwh {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.wzs-reg_label_pwh {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  color: #C8892A;
  font-weight: 700;
  font-size: 11px;
}.wzs-reg_h2_pwh {
  color: #F2E8D8;
  font-size: 22px;
  font-family: 'Cinzel', serif;
  margin-bottom: 12px;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.wzs-reg_h2_pwh {
  font-size: 28px;
}
}.wzs-reg_bonus_pwh {
  border: 1px solid rgba(232, 168, 48, 0.16);
  background: rgba(232, 168, 48, 0.16);
  gap: 0.5rem;
  border-radius: 8px;
  padding: 0.625rem 1rem;
  margin-bottom: 16px;
  align-items: center;
  display: inline-flex;
}.wzs-reg_bonus_amount_pwh {
  font-weight: 800;
  color: #E8A830;
  font-size: 1.25rem;
}.wzs-reg_bonus_text_pwh {
  line-height: 1.35;
  font-size: 13px;
  color: #8C7E6C;
}.wzs-reg_cta_btn_pwh {
  background: #4CAF72;
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 0.875rem 2rem;
  margin-bottom: 0.75rem;
  font-size: 0.938rem;
  display: inline-block;
  box-shadow: 0 2px 14px rgba(76, 175, 114, 0.42), inset 0 1px 0 rgba(200, 255, 220, 0.18);
  font-weight: 700;
  color: #0E0B07;
}.wzs-reg_cta_btn_pwh:hover {
  background: #5DC882;
}.wzs-reg_terms_pwh {
  font-size: 0.688rem;
  color: #504840;
  line-height: 1.5;
}.wzs-reg_seo_pwh {
  border-top: 1px solid rgba(255, 235, 200, 0.05);
  overflow-wrap: break-word;
  padding-top: 20px;
  font-size: 13px;
  margin-top: 1.25rem;
  line-height: 1.65;
  color: #68604F;
}.wzs-reg_seo_pwh p {
  font-size: 13px;
  line-height: 1.65;
  color: #68604F;
  margin-bottom: 0.625rem;
}.wzs-reg_seo_pwh p:last-child {
  margin-bottom: 0;
}.wzs-reg_seo_pwh strong {
  color: #C4B8A4;
  font-weight: 700;
}.wzs-reg_seo_pwh a {
  transition: color .2s;
  color: #C8892A;
  text-decoration: underline;
}.wzs-reg_seo_pwh a:hover {
  color: #E0A040;
}.wzs-reg_seo_pwh ul,.wzs-reg_seo_pwh ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.wzs-reg_seo_pwh ol {
  list-style: decimal;
}.wzs-reg_seo_pwh li {
  font-size: 13px;
  color: #68604F;
  line-height: 1.65;
  margin-bottom: 4px;
}.wzs-reg_seo_pwh table {
  font-size: 13px;
  width: 100%;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  margin-bottom: 10px;
}
@media(min-width: 770px) {.wzs-reg_seo_pwh table {
  display: table;
}
}.wzs-reg_seo_pwh th {
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  padding: 8px;
  text-align: left;
  color: #C4B8A4;
  font-weight: 700;
}.wzs-reg_seo_pwh td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  color: #68604F;
}.wzs-reg_steps_pwh {
  gap: 14px;
  flex-direction: column;
  display: flex;
  margin-top: 1.75rem;
}
@media(min-width: 861px) {.wzs-reg_steps_pwh {
  margin-top: 0;
}
}.wzs-reg_step_pwh {
  border: 1px solid rgba(255, 220, 170, 0.06);
  background: rgba(255, 235, 200, 0.05);
  padding: 16px;
  border-radius: 0.5rem;
  gap: 14px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.wzs-reg_step_num_pwh {
  border-radius: 50%;
  border: 1px solid rgba(200, 137, 42, 0.08);
  background: rgba(200, 137, 42, 0.18);
  width: 2.125rem;
  height: 2.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #C8892A;
  font-weight: 800;
  font-size: 0.875rem;
}.wzs-reg_step_title_pwh {
  color: #F2E8D8;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
}.wzs-reg_step_text_pwh {
  color: #68604F;
  line-height: 1.5;
  font-size: 0.75rem;
}.wzs-reg_trust_pwh {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 235, 200, 0.05);
  padding-top: 20px;
  display: flex;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}.wzs-reg_trust_item_pwh {
  gap: 0.438rem;
  display: flex;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #68604F;
  align-items: center;
}.wzs-reg_trust_ic_pwh svg {
  height: 1rem;
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #C8892A;
}.wzs-htp_pwh {
  padding: 2.25rem 1rem 0;
  background: #181310;
}
@media(min-width:768px) {.wzs-htp_pwh {
  padding: 44px 1.5rem 0;
}
}.wzs-htp_in_pwh {
  margin: 0 auto;
  max-width: 82.5rem;
}.wzs-htp_head_pwh {
  margin-bottom: 22px;
  max-width: 45rem;
}.wzs-htp_label_pwh {
  font-size: 11px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #C8892A;
}.wzs-htp_h2_pwh {
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #F2E8D8;
  font-weight: 800;
  font-size: 1.375rem;
}
@media(min-width:768px) {.wzs-htp_h2_pwh {
  font-size: 28px;
}
}.wzs-htp_intro_pwh {
  color: #68604F;
  font-size: 0.875rem;
  line-height: 1.6;
}.wzs-htp_steps_pwh {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width: 641px) {.wzs-htp_steps_pwh {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.wzs-htp_steps_pwh {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.wzs-htp_step_pwh {
  border: 1px solid rgba(255, 220, 170, 0.11);
  border-radius: 8px;
  background: #221A14;
  padding: 20px 18px 18px;
  flex-direction: column;
  display: flex;
  position: relative;
}.wzs-htp_step_num_pwh {
  background: #C8892A;
  border-radius: 50%;
  top: -0.75rem;
  font-family: 'Cinzel', serif;
  align-items: center;
  width: 1.75rem;
  display: flex;
  color: #0E0B07;
  position: absolute;
  font-size: 13px;
  height: 28px;
  justify-content: center;
  font-weight: 800;
  left: 20px;
}.wzs-htp_step_ic_pwh {
  margin: 0.5rem 0 12px;
  border-radius: 4px;
  background: rgba(200, 137, 42, 0.18);
  display: flex;
  width: 2.25rem;
  align-items: center;
  height: 2.25rem;
  justify-content: center;
  color: #C8892A;
}.wzs-htp_step_ic_pwh svg {
  stroke-linejoin: round;
  width: 1.125rem;
  height: 1.125rem;
  stroke-linecap: round;
}.wzs-htp_step_h_pwh {
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 0.375rem;
  color: #F2E8D8;
}.wzs-htp_step_p_pwh {
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #68604F;
  font-size: 13px;
}.wzs-htp_step_p_pwh strong {
  color: #C4B8A4;
  font-weight: 600;
}.wzs-htp_cta_pwh {
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 0.813rem 26px;
  background: #4CAF72;
  color: #0E0B07;
  display: inline-block;
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 20px;
}.wzs-htp_cta_pwh:hover {
  background: #5DC882;
}.wzs-faq_pwh {
  background: #181310;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.wzs-faq_pwh {
  padding: 2.75rem 24px 0;
}
}.wzs-faq_in_pwh {
  margin: 0 auto;
  max-width: 82.5rem;
}.wzs-faq_head_pwh {
  margin-bottom: 1.25rem;
}.wzs-faq_label_pwh {
  color: #C8892A;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.wzs-faq_h2_pwh {
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  color: #F2E8D8;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 771px) {.wzs-faq_h2_pwh {
  font-size: 24px;
}
}.wzs-faq_list_pwh {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.wzs-faq_item_pwh {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 220, 170, 0.11);
  background: #221A14;
}.wzs-faq_q_pwh {
  padding: 16px 1.25rem;
  transition: color .2s;
  gap: 0.75rem;
  color: #C4B8A4;
  font-weight: 600;
  cursor: pointer;
  overflow-wrap: break-word;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
}.wzs-faq_q_pwh:hover {
  color: #F2E8D8;
}.wzs-faq_q_ic_pwh {
  transition: transform .25s;
  background: rgba(255, 235, 200, 0.05);
  border-radius: 50%;
  justify-content: center;
  font-size: 16px;
  display: flex;
  flex-shrink: 0;
  height: 24px;
  align-items: center;
  width: 24px;
  color: #C8892A;
}.wzs-faq_item_pwh.wzs-state_open_pwh .wzs-faq_q_ic_pwh {
  transform: rotate(45deg);
}.wzs-faq_a_pwh {
  padding: 0 1.25rem 1rem;
  font-size: 13px;
  color: #68604F;
  overflow-wrap: break-word;
  line-height: 1.7;
  display: none;
}.wzs-faq_item_pwh.wzs-state_open_pwh .wzs-faq_a_pwh {
  display: block;
}.wzs-faq_a_pwh strong {
  color: #C4B8A4;
  font-weight: 700;
}.wzs-faq_a_pwh a {
  text-decoration: underline;
  color: #C8892A;
}.wzs-faq_a_pwh ul,.wzs-faq_a_pwh ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.wzs-faq_a_pwh ol {
  list-style: decimal;
}.wzs-faq_a_pwh li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.wzs-faq_a_pwh table {
  margin: 8px 0;
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  font-size: 12px;
}
@media(min-width: 771px) {.wzs-faq_a_pwh table {
  display: table;
}
}.wzs-faq_a_pwh th {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  font-weight: 700;
  color: #C4B8A4;
  text-align: left;
}.wzs-faq_a_pwh td {
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  padding: 6px 8px;
  color: #68604F;
}.wzs-pmt_pwh {
  background: #181310;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.wzs-pmt_pwh {
  padding: 44px 24px 0;
}
}.wzs-pmt_in_pwh {
  margin: 0 auto;
  max-width: 1320px;
}.wzs-pmt_head_pwh {
  margin-bottom: 22px;
  max-width: 720px;
}.wzs-pmt_label_pwh {
  font-weight: 700;
  color: #C8892A;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-size: 11px;
}.wzs-pmt_h2_pwh {
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  margin-bottom: 8px;
  font-size: 22px;
  color: #F2E8D8;
}
@media(min-width: 765px) {.wzs-pmt_h2_pwh {
  font-size: 1.75rem;
}
}.wzs-pmt_intro_pwh {
  color: #68604F;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.6;
}.wzs-pmt_groups_pwh {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.wzs-pmt_group_pwh {
  background: #221A14;
  border: 1px solid rgba(255, 220, 170, 0.11);
  border-radius: 0.5rem;
  padding: 1.25rem;
}.wzs-pmt_group_head_pwh {
  gap: 0.75rem;
  margin-bottom: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.wzs-pmt_group_ic_pwh {
  background: rgba(200, 137, 42, 0.18);
  border-radius: 0.25rem;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C8892A;
  flex-shrink: 0;
  width: 36px;
}.wzs-pmt_group_ic_pwh svg {
  stroke-linejoin: round;
  height: 1.125rem;
  width: 18px;
  stroke-linecap: round;
}.wzs-pmt_group_h_pwh {
  margin: 0;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 1rem;
  color: #F2E8D8;
  font-family: 'Cinzel', serif;
}.wzs-pmt_group_p_pwh {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 0.875rem;
  color: #68604F;
  line-height: 1.6;
}.wzs-pmt_group_p_pwh strong {
  font-weight: 600;
  color: #C4B8A4;
}.wzs-pmt_table_wrap_pwh {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.wzs-pmt_table_pwh {
  font-size: 0.813rem;
  border-collapse: collapse;
  min-width: 33.75rem;
  width: 100%;
}.wzs-pmt_table_pwh th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  font-size: 0.688rem;
  letter-spacing: .04em;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  color: #C4B8A4;
}.wzs-pmt_table_pwh td {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  color: #68604F;
}.wzs-pmt_table_pwh tbody tr:last-child td {
  border-bottom: none;
}.wzs-pmt_table_pwh tr:hover td {
  background: rgba(255, 235, 200, 0.05);
  color: #C4B8A4;
}.wzs-seo_pwh {
  padding: 36px 1rem 0;
  background: #181310;
}
@media(min-width: 769px) {.wzs-seo_pwh {
  padding: 44px 1.5rem 0;
}
}.wzs-seo_in_pwh {
  margin: 0 auto;
  padding: 1.75rem 24px;
  background: #221A14;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 220, 170, 0.11);
  max-width: 1320px;
}
@media(min-width: 769px) {.wzs-seo_in_pwh {
  padding: 2.25rem 40px;
}
}.wzs-seo_label_pwh {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  color: #C8892A;
  font-size: 0.688rem;
}.wzs-seo_h2_pwh {
  font-size: 20px;
  color: #F2E8D8;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.wzs-seo_h2_pwh {
  font-size: 24px;
}
}.wzs-seo_body_pwh {
  font-size: 14px;
  overflow-wrap: break-word;
  color: #8C7E6C;
  line-height: 1.75;
}.wzs-seo_body_pwh p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  font-size: 14px;
  color: #8C7E6C;
}.wzs-seo_body_pwh p:last-child {
  margin-bottom: 0;
}.wzs-seo_body_pwh strong {
  font-weight: 700;
  color: #C4B8A4;
}.wzs-seo_body_pwh a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8892A;
}.wzs-seo_body_pwh a:hover {
  color: #E0A040;
}.wzs-seo_body_pwh ul,.wzs-seo_body_pwh ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.wzs-seo_body_pwh ol {
  list-style: decimal;
}.wzs-seo_body_pwh li {
  margin-bottom: 0.375rem;
  font-size: 14px;
  line-height: 1.75;
  color: #8C7E6C;
}.wzs-seo_body_pwh table {
  margin-bottom: 0.75rem;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  width: 100%;
  font-size: 0.813rem;
}
@media(min-width: 765px) {.wzs-seo_body_pwh table {
  display: table;
}
}.wzs-seo_body_pwh th {
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #C4B8A4;
}.wzs-seo_body_pwh td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  color: #8C7E6C;
}.wzs-seo_cols_pwh {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.wzs-seo_cols_pwh {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.wzs-seo_cols_pwh {
  grid-template-columns: repeat(3,1fr);
}
}.wzs-seo_col_h_pwh {
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-weight: 700;
  color: #C4B8A4;
  font-size: 13px;
}.wzs-seo_col_p_pwh {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #68604F;
  overflow-wrap: break-word;
}.wzs-seo_stats_pwh {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.wzs-seo_stat_pwh {
  border-radius: 0.5rem;
  flex: 1;
  background: rgba(200, 137, 42, 0.08);
  border: 1px solid rgba(200, 137, 42, 0.18);
  padding: 0.875rem 1rem;
  min-width: 8.75rem;
}.wzs-seo_stat_val_pwh {
  overflow-wrap: break-word;
  font-size: 20px;
  color: #C8892A;
  font-weight: 800;
  margin-bottom: 4px;
}.wzs-seo_stat_lb_pwh {
  overflow-wrap: break-word;
  color: #68604F;
  font-size: 11px;
}.wzs-seo_pwh {
  background: #181310;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.wzs-seo_pwh {
  padding: 44px 1.5rem 0;
}
}.wzs-seo_in_pwh {
  background: #221A14;
  border: 1px solid rgba(255, 220, 170, 0.11);
  border-radius: 0.875rem;
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 771px) {.wzs-seo_in_pwh {
  padding: 2.25rem 40px;
}
}.wzs-seo_label_pwh {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 0.688rem;
  color: #C8892A;
  font-weight: 700;
}.wzs-seo_h2_pwh {
  line-height: 1.25;
  color: #F2E8D8;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.875rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.wzs-seo_h2_pwh {
  font-size: 24px;
}
}.wzs-seo_body_pwh {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #8C7E6C;
}.wzs-seo_body_pwh p {
  font-size: 0.875rem;
  color: #8C7E6C;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}.wzs-seo_body_pwh p:last-child {
  margin-bottom: 0;
}.wzs-seo_body_pwh strong {
  color: #C4B8A4;
  font-weight: 700;
}.wzs-seo_body_pwh a {
  transition: color .2s;
  color: #C8892A;
  text-decoration: underline;
}.wzs-seo_body_pwh a:hover {
  color: #E0A040;
}.wzs-seo_body_pwh ul,.wzs-seo_body_pwh ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.wzs-seo_body_pwh ol {
  list-style: decimal;
}.wzs-seo_body_pwh li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  color: #8C7E6C;
}.wzs-seo_body_pwh table {
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  display: block;
  width: 100%;
  font-size: 13px;
}
@media(min-width: 771px) {.wzs-seo_body_pwh table {
  display: table;
}
}.wzs-seo_body_pwh th {
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  padding: 0.625rem 0.75rem;
  color: #C4B8A4;
  text-align: left;
  font-weight: 700;
}.wzs-seo_body_pwh td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  color: #8C7E6C;
}.wzs-seo_cols_pwh {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 637px) {.wzs-seo_cols_pwh {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.wzs-seo_cols_pwh {
  grid-template-columns: repeat(3,1fr);
}
}.wzs-seo_col_h_pwh {
  font-weight: 700;
  color: #C4B8A4;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.wzs-seo_col_p_pwh {
  color: #68604F;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
}.wzs-seo_stats_pwh {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.wzs-seo_stat_pwh {
  background: rgba(200, 137, 42, 0.08);
  border: 1px solid rgba(200, 137, 42, 0.18);
  padding: 0.875rem 1rem;
  flex: 1;
  border-radius: 0.5rem;
  min-width: 8.75rem;
}.wzs-seo_stat_val_pwh {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #C8892A;
  margin-bottom: 0.25rem;
}.wzs-seo_stat_lb_pwh {
  overflow-wrap: break-word;
  color: #68604F;
  font-size: 0.688rem;
}.wzs-rv_pwh {
  padding: 36px 1rem 0;
  background: #181310;
}
@media(min-width:768px) {.wzs-rv_pwh {
  padding: 2.75rem 24px 0;
}
}.wzs-rv_in_pwh {
  margin: 0 auto;
  max-width: 82.5rem;
}.wzs-rv_head_pwh {
  max-width: 720px;
  margin-bottom: 20px;
}.wzs-rv_label_pwh {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C8892A;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
}.wzs-rv_h2_pwh {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F2E8D8;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.wzs-rv_h2_pwh {
  font-size: 28px;
}
}.wzs-rv_stats_pwh {
  gap: 18px;
  flex-wrap: wrap;
  color: #68604F;
  display: flex;
  font-size: 0.813rem;
  align-items: center;
}.wzs-rv_stats_score_pwh {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.wzs-rv_stats_score_val_pwh {
  font-size: 22px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #E8A830;
}.wzs-rv_stats_score_max_pwh {
  font-size: 13px;
  color: #504840;
}.wzs-rv_stats_badge_pwh {
  gap: 4px;
  align-items: center;
  display: flex;
}.wzs-rv_stats_badge_pwh svg {
  color: #E8A830;
  width: 0.875rem;
  height: 0.875rem;
}.wzs-rv_grid_pwh {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.wzs-rv_grid_pwh {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.wzs-rv_grid_pwh {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.wzs-rv_card_pwh {
  border: 1px solid rgba(255, 220, 170, 0.11);
  padding: 20px;
  border-radius: 0.5rem;
  background: #221A14;
  flex-direction: column;
  display: flex;
}.wzs-rv_card_stars_pwh {
  gap: 2px;
  margin-bottom: 0.625rem;
  display: flex;
  color: #E8A830;
}.wzs-rv_card_stars_pwh svg {
  height: 0.875rem;
  width: 14px;
}.wzs-rv_card_h_pwh {
  color: #F2E8D8;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3;
}.wzs-rv_card_body_pwh {
  flex: 1;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
  margin-bottom: 14px;
  color: #68604F;
}.wzs-rv_card_body_pwh strong {
  font-weight: 600;
  color: #C4B8A4;
}.wzs-rv_card_meta_pwh {
  border-top: 1px solid rgba(255, 235, 200, 0.05);
  gap: 10px;
  padding-top: 12px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.wzs-rv_card_author_pwh {
  font-size: 12px;
  font-weight: 600;
  color: #C4B8A4;
}.wzs-rv_card_date_pwh {
  color: #504840;
  font-size: 11px;
}.wzs-seo_pwh {
  padding: 36px 1rem 0;
  background: #181310;
}
@media(min-width: 769px) {.wzs-seo_pwh {
  padding: 2.75rem 1.5rem 0;
}
}.wzs-seo_in_pwh {
  border-radius: 14px;
  margin: 0 auto;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 220, 170, 0.11);
  background: #221A14;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.wzs-seo_in_pwh {
  padding: 2.25rem 40px;
}
}.wzs-seo_label_pwh {
  color: #C8892A;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.625rem;
}.wzs-seo_h2_pwh {
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F2E8D8;
  margin-bottom: 14px;
}
@media(min-width: 766px) {.wzs-seo_h2_pwh {
  font-size: 1.5rem;
}
}.wzs-seo_body_pwh {
  color: #8C7E6C;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.wzs-seo_body_pwh p {
  font-size: 0.875rem;
  margin-bottom: 12px;
  line-height: 1.75;
  color: #8C7E6C;
}.wzs-seo_body_pwh p:last-child {
  margin-bottom: 0;
}.wzs-seo_body_pwh strong {
  color: #C4B8A4;
  font-weight: 700;
}.wzs-seo_body_pwh a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8892A;
}.wzs-seo_body_pwh a:hover {
  color: #E0A040;
}.wzs-seo_body_pwh ul,.wzs-seo_body_pwh ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.wzs-seo_body_pwh ol {
  list-style: decimal;
}.wzs-seo_body_pwh li {
  font-size: 0.875rem;
  color: #8C7E6C;
  line-height: 1.75;
  margin-bottom: 6px;
}.wzs-seo_body_pwh table {
  font-size: 13px;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  display: block;
}
@media(min-width: 765px) {.wzs-seo_body_pwh table {
  display: table;
}
}.wzs-seo_body_pwh th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C4B8A4;
}.wzs-seo_body_pwh td {
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  padding: 10px 0.75rem;
  color: #8C7E6C;
}.wzs-seo_cols_pwh {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.wzs-seo_cols_pwh {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.wzs-seo_cols_pwh {
  grid-template-columns: repeat(3,1fr);
}
}.wzs-seo_col_h_pwh {
  margin-bottom: 7px;
  font-weight: 700;
  color: #C4B8A4;
  font-size: 13px;
  overflow-wrap: break-word;
}.wzs-seo_col_p_pwh {
  color: #68604F;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
}.wzs-seo_stats_pwh {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.wzs-seo_stat_pwh {
  flex: 1;
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(200, 137, 42, 0.18);
  background: rgba(200, 137, 42, 0.08);
  min-width: 140px;
}.wzs-seo_stat_val_pwh {
  font-weight: 800;
  color: #C8892A;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-size: 20px;
}.wzs-seo_stat_lb_pwh {
  font-size: 11px;
  color: #68604F;
  overflow-wrap: break-word;
}.wzs-ft_pwh {
  border-top: 1px solid rgba(255, 235, 200, 0.05);
  background: #100D09;
  margin-top: 48px;
}.wzs-ft_support_pwh {
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width: 765px) {.wzs-ft_support_pwh {
  padding: 1.75rem 24px;
}
}.wzs-ft_support_in_pwh {
  gap: 16px;
  margin: 0 auto;
  max-width: 82.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.wzs-ft_support_main_pwh {
  flex: 1;
  gap: 1rem;
  display: flex;
  align-items: center;
  min-width: 220px;
  flex-wrap: wrap;
}.wzs-ft_support_ic_pwh {
  color: #C8892A;
  flex-shrink: 0;
}.wzs-ft_support_ic_pwh svg {
  stroke-linejoin: round;
  width: 1.875rem;
  height: 30px;
  stroke-linecap: round;
}.wzs-ft_support_text_title_pwh {
  margin-bottom: 3px;
  font-weight: 700;
  color: #F2E8D8;
  font-size: 0.938rem;
  overflow-wrap: break-word;
}.wzs-ft_support_text_sub_pwh {
  overflow-wrap: break-word;
  color: #68604F;
  font-size: 12px;
}.wzs-ft_support_btn_pwh {
  background: #C8892A;
  padding: 11px 1.375rem;
  transition: background .2s;
  border-radius: 8px;
  font-size: 13px;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
  color: #F2E8D8;
}.wzs-ft_support_btn_pwh:hover {
  background: #E0A040;
}.wzs-ft_support_contacts_pwh {
  gap: 16px;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.wzs-ft_support_contact_pwh {
  font-size: 12px;
  line-height: 1.4;
  color: #504840;
}.wzs-ft_support_contact_pwh strong {
  color: #8C7E6C;
  font-size: 0.688rem;
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
}.wzs-ft_main_pwh {
  padding: 32px 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
}
@media(min-width: 765px) {.wzs-ft_main_pwh {
  padding: 40px 1.5rem 2rem;
}
}.wzs-ft_main_in_pwh {
  gap: 24px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
}
@media(min-width: 641px) {.wzs-ft_main_in_pwh {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.wzs-ft_main_in_pwh {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.wzs-ft_col_logo_pwh {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.wzs-ft_col_logo_pwh {
  grid-column: auto;
}
}.wzs-ft_logo_pwh {
  gap: 0.563rem;
  display: flex;
  font-size: 16px;
  align-items: center;
  font-weight: 800;
  color: #F2E8D8;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  margin-bottom: 12px;
}.wzs-ft_logo_mark_pwh {
  overflow: hidden;
  border-radius: 0.25rem;
  height: 30px;
  width: 30px;
}.wzs-ft_logo_mark_pwh img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.wzs-ft_logo_sub_pwh {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  max-width: 12.5rem;
  line-height: 1.55;
  color: #504840;
}.wzs-ft_col_title_pwh {
  color: #8C7E6C;
  font-size: 0.75rem;
  letter-spacing: .07em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
}.wzs-ft_col_links_pwh {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.wzs-ft_col_link_pwh {
  transition: color .2s;
  color: #504840;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.wzs-ft_col_link_pwh:hover {
  color: #C4B8A4;
}.wzs-ft_apps_pwh {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.wzs-ft_app_card_pwh {
  gap: 10px;
  border: 1px solid rgba(255, 220, 170, 0.11);
  background: rgba(255, 235, 200, 0.05);
  border-radius: 4px;
  transition: border-color .2s;
  padding: 10px 0.75rem;
  display: flex;
  align-items: center;
}.wzs-ft_app_card_pwh:hover {
  border-color: rgba(200, 140, 42, 0.45);
}.wzs-ft_app_card_ic_pwh svg {
  stroke-linejoin: round;
  height: 1.375rem;
  width: 1.375rem;
  stroke-linecap: round;
}.wzs-ft_app_card_os_pwh {
  font-weight: 600;
  color: #504840;
  font-size: 10px;
}.wzs-ft_app_card_action_pwh {
  font-weight: 700;
  color: #C4B8A4;
  font-size: 12px;
}.wzs-ft_bot_pwh {
  padding: 1.25rem 16px;
}
@media(min-width: 771px) {.wzs-ft_bot_pwh {
  padding: 20px 24px;
}
}.wzs-ft_bot_in_pwh {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 1320px;
}.wzs-ft_socials_pwh {
  gap: 0.5rem;
  display: flex;
}.wzs-ft_soc_pwh {
  background: rgba(255, 235, 200, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(255, 220, 170, 0.11);
  transition: background .2s;
  height: 36px;
  align-items: center;
  width: 36px;
  color: #8C7E6C;
  display: flex;
  justify-content: center;
}.wzs-ft_soc_pwh svg {
  height: 16px;
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.wzs-ft_soc_pwh:hover {
  background: rgba(255, 235, 200, 0.07);
}.wzs-ft_legal_pwh {
  flex: 1;
  min-width: 200px;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #7A6E5E;
  font-size: 11px;
}.wzs-ft_legal_pwh strong {
  font-weight: 700;
  color: #8C7E6C;
}.wzs-ft_legal_pwh a {
  text-decoration: underline;
  color: #8C7E6C;
}.wzs-ft_age_pwh {
  border: 2px solid #7A6E5E;
  border-radius: 50%;
  color: #7A6E5E;
  height: 2rem;
  margin-left: auto;
  align-items: center;
  font-size: 11px;
  width: 32px;
  justify-content: center;
  display: flex;
  font-weight: 800;
  flex-shrink: 0;
}