html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0E0D11;
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  color: #C6C4CE;
  font-family: 'Inter', sans-serif;
}.weh-layout_ptd {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.weh-page_ptd {
  min-height: 100vh;
  display: flex;
}.weh-main_ptd {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media (min-width: 1081px) {.weh-main_ptd {
  padding-left: 220px;
}
}
@media (max-width: 1080px) {.weh-main_ptd {
  padding-bottom: 4.5rem;
}
}.weh-gc_ptd {
  background: #14131A;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.5rem;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 8.75rem;
  flex-shrink: 0;
}
@media(min-width: 641px) {.weh-gc_ptd {
  width: 156px;
}
}
@media(min-width: 1079px) {.weh-gc_ptd {
  width: 168px;
}
}.weh-gc_ptd:hover {
  border-color: rgba(212, 36, 54, 0.07);
  transform: translateY(-3px);
}.weh-gc_img_ptd {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.weh-gc_img_ptd img {
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}.weh-gc_hover_ptd {
  transition: opacity .2s;
  inset: 0;
  background: rgba(8, 8, 10, 0.72);
  position: absolute;
  justify-content: center;
  opacity: 0;
  display: flex;
  align-items: center;
}.weh-gc_ptd:hover .weh-gc_hover_ptd {
  opacity: 1;
}.weh-gc_hover_btn_ptd {
  padding: 0.5rem 16px;
  border-radius: 4px;
  background: #D42436;
  font-weight: 700;
  color: #F4F3F7;
  font-size: 0.75rem;
}.weh-gc_info_ptd {
  padding: 0.5rem 0.625rem 0.625rem;
}.weh-gc_name_ptd {
  overflow: hidden;
  margin-bottom: 3px;
  white-space: nowrap;
  font-size: 0.75rem;
  color: #C6C4CE;
  font-weight: 600;
  max-width: 100%;
  text-overflow: ellipsis;
}.weh-gc_prov_ptd {
  font-size: 0.625rem;
  color: #524F5E;
}.weh-gc_tag_ptd {
  padding: 2px 7px;
  border-radius: 0.25rem;
  font-weight: 700;
  z-index: 2;
  font-size: 9px;
  position: absolute;
  text-transform: uppercase;
  top: 6px;
  left: 0.375rem;
  letter-spacing: .04em;
}.weh-gc_tag_hot_ptd {
  background: #FF3A3A;
  color: #fff;
}.weh-gc_tag_new_ptd {
  background: #22C462;
  color: #0E0D11;
}.weh-gc_tag_jp_ptd {
  background: #F0A020;
  color: #0E0D11;
}.weh-gc_tag_ex_ptd {
  background: #8C1828;
  color: #fff;
}.weh-gc_tag_live_ptd {
  background: #FF3A3A;
  color: #fff;
}.weh-gr_ptd {
  padding: 32px 16px 0;
  background: #0E0D11;
}
@media(min-width: 765px) {.weh-gr_ptd {
  padding: 2.25rem 1.5rem 0;
}
}.weh-gr_in_ptd {
  margin: 0 auto;
  max-width: 1320px;
}.weh-gr_head_ptd {
  gap: 0.75rem;
  margin-bottom: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.weh-gr_head_l_ptd {
  flex: 1;
  gap: 0.625rem;
  align-items: center;
  display: flex;
  min-width: 0;
}.weh-gr_ic_ptd {
  border-radius: 0.5rem;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  height: 2rem;
  display: flex;
  width: 32px;
}.weh-gr_ic_ptd svg {
  height: 16px;
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
}.weh-gr_title_ptd {
  font-family: 'Oswald', sans-serif;
  color: #F4F3F7;
  font-size: 1rem;
  font-weight: 700;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.weh-gr_title_ptd {
  font-size: 18px;
}
}.weh-gr_more_ptd {
  gap: 5px;
  transition: color .2s;
  font-size: 0.75rem;
  display: flex;
  flex-shrink: 0;
  color: #686673;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
}.weh-gr_more_ptd:hover {
  color: #D42436;
}.weh-gr_more_ptd svg {
  width: 12px;
  stroke-linecap: round;
  height: 0.75rem;
  stroke-linejoin: round;
}.weh-gr_arrows_ptd {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.weh-gr_arr_ptd {
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  align-items: center;
  display: flex;
  width: 1.875rem;
  justify-content: center;
  color: #8F8D9B;
  height: 30px;
}.weh-gr_arr_ptd:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F4F3F7;
}.weh-gr_arr_ptd svg {
  height: 13px;
  width: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.weh-gr_seo_h_ptd {
  margin: 0 0 0.375rem;
  max-width: 42.5rem;
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  color: #C6C4CE;
  font-weight: 700;
}
@media(min-width: 771px) {.weh-gr_seo_h_ptd {
  font-size: 0.875rem;
}
}.weh-gr_seo_ptd {
  line-height: 1.55;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  max-width: 680px;
  color: #686673;
}.weh-gr_seo_ptd strong {
  font-weight: 600;
  color: #C6C4CE;
}.weh-gr_scroll_ptd {
  gap: 10px;
  display: flex;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-x: auto;
}.weh-gr_scroll_ptd::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.weh-gr_scroll_ptd {
  gap: 12px;
}
}.weh-tb_ptd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0E0D11;
  left: 0;
  align-items: center;
  right: 0;
  top: 0;
  height: 56px;
  z-index: 80;
  display: flex;
  position: fixed;
}.weh-tb_in_ptd {
  gap: 0;
  padding: 0 14px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}.weh-tb_burger_ptd {
  border-radius: 0.5rem;
  gap: 5px;
  flex-direction: column;
  height: 38px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  width: 2.375rem;
  justify-content: center;
  margin-right: 0.5rem;
}.weh-tb_burger_ptd:hover {
  background: rgba(255, 255, 255, 0.05);
}.weh-tb_burger_line_ptd {
  background: #8F8D9B;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 1.125rem;
}
@media(min-width: 1082px) {.weh-tb_burger_ptd {
  display: none;
}
}.weh-tb_logo_ptd {
  gap: 0.563rem;
  letter-spacing: -.01em;
  font-weight: 800;
  color: #F4F3F7;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  flex-shrink: 0;
  margin-right: 1.25rem;
  overflow-wrap: break-word;
}.weh-tb_logo_mark_ptd {
  overflow: hidden;
  border-radius: 8px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
}.weh-tb_logo_mark_ptd img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.weh-tb_nav_ptd {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 637px) {.weh-tb_nav_ptd {
  display: flex;
}
}.weh-tb_tab_ptd {
  border-radius: 8px;
  transition: background .15s,color .15s;
  padding: 8px 14px;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
  color: #8F8D9B;
}.weh-tb_tab_ptd:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4F3F7;
}.weh-tb_tab_ptd.weh-state_active_ptd {
  background: rgba(212, 36, 54, 0.18);
  color: #F4F3F7;
}.weh-tb_right_ptd {
  gap: 8px;
  margin-left: auto;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.weh-tb_login_ptd {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0.563rem 16px;
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.813rem;
  display: none;
  color: #C6C4CE;
  font-weight: 600;
}.weh-tb_login_ptd:hover {
  border-color: rgba(212, 36, 54, 0.55);
  color: #F4F3F7;
}
@media(min-width: 483px) {.weh-tb_login_ptd {
  display: block;
}
}.weh-tb_reg_ptd {
  padding: 0.563rem 18px;
  border-radius: 0.5rem;
  transition: background .2s;
  background: #22C462;
  font-weight: 700;
  color: #0D0B14;
  white-space: nowrap;
  font-size: 0.813rem;
}.weh-tb_reg_ptd:hover {
  background: #1AAF55;
}.weh-sb_ptd {
  background: #1A1920;
  transform: translateX(-100%);
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  position: fixed;
  z-index: 70;
  bottom: 0;
  width: 13.75rem;
  overflow-y: auto;
  left: 0;
  top: 3.5rem;
}.weh-sb_ptd.weh-state_open_ptd {
  transform: translateX(0);
}.weh-sb_ptd::-webkit-scrollbar {
  width: 0.25rem;
}.weh-sb_ptd::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1078px) {.weh-sb_ptd {
  transform: translateX(0);
}
}.weh-sb_auth_ptd {
  padding: 0.875rem 12px 0.625rem;
}.weh-sb_btn_reg_ptd {
  border-radius: 0.5rem;
  transition: background .2s;
  background: #22C462;
  padding: 11px;
  color: #0D0B14;
  display: block;
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}.weh-sb_btn_reg_ptd:hover {
  background: #1AAF55;
}.weh-sb_btn_login_ptd {
  border-radius: 8px;
  transition: border-color .2s;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: block;
  text-align: center;
  color: #C6C4CE;
  font-size: 13px;
  font-weight: 600;
}.weh-sb_btn_login_ptd:hover {
  border-color: rgba(212, 36, 54, 0.55);
  color: #F4F3F7;
}.weh-sb_promo_ptd {
  padding: 12px 0.875rem;
  border: 1px solid rgba(212, 36, 54, 0.18);
  background: linear-gradient(135deg,#3B0912,#1A1920);
  overflow: hidden;
  margin: 0 12px 10px;
  border-radius: 8px;
  position: relative;
}.weh-sb_promo_ptd::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(212, 36, 54, 0.18),transparent 70%);
  height: 5rem;
  width: 80px;
  top: -1.25rem;
  content: '';
  position: absolute;
  right: -1.25rem;
}.weh-sb_promo_title_ptd {
  margin-bottom: 0.25rem;
  color: #D42436;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 11px;
}.weh-sb_promo_text_ptd {
  font-size: 12px;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #F4F3F7;
  line-height: 1.35;
}.weh-sb_promo_sub_ptd {
  margin-top: 3px;
  font-size: 10px;
  color: #686673;
}.weh-sb_nav_ptd {
  padding: 0.375rem 0.5rem 16px;
}.weh-sb_nav_lb_ptd {
  padding: 0.625rem 0.5rem 0.375rem;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  color: #524F5E;
  font-size: 0.625rem;
}.weh-sb_link_ptd {
  gap: 10px;
  border-radius: 0.25rem;
  padding: 9px 10px;
  transition: background .15s,color .15s;
  cursor: pointer;
  font-size: 0.813rem;
  display: flex;
  align-items: center;
  color: #8F8D9B;
  overflow-wrap: break-word;
  font-weight: 500;
}.weh-sb_link_ptd:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4F3F7;
}.weh-sb_link_ptd.weh-state_active_ptd {
  background: rgba(212, 36, 54, 0.18);
  color: #F4F3F7;
}.weh-sb_ic_ptd {
  border-radius: 4px;
  justify-content: center;
  width: 1.875rem;
  flex-shrink: 0;
  height: 30px;
  display: flex;
  align-items: center;
}.weh-sb_ic_ptd svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
  width: 16px;
}.weh-sb_ic_1_ptd {
  background: rgba(212, 36, 54, 0.07);
  color: #D42436;
}.weh-sb_ic_2_ptd {
  background: rgba(34, 196, 98, 0.14);
  color: #22C462;
}.weh-sb_ic_3_ptd {
  background: rgba(240, 160, 32, 0.14);
  color: #F0A020;
}.weh-sb_ic_4_ptd {
  background: rgba(140, 24, 40, 0.28);
  color: #8C1828;
}.weh-sb_ic_5_ptd {
  background: rgba(212, 36, 54, 0.07);
  color: #E8449A;
}.weh-sb_ic_6_ptd {
  background: rgba(140, 24, 40, 0.28);
  color: #7B2FBE;
}.weh-sb_badge_ptd {
  border-radius: 0.25rem;
  padding: 2px 7px;
  background: #F0A020;
  margin-left: auto;
  font-weight: 700;
  color: #0D0B14;
  font-size: 0.563rem;
}.weh-sb_bot_ptd {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.5rem;
  padding: 12px;
  display: flex;
}.weh-sb_lang_ptd,.weh-sb_help_ptd {
  background: rgba(255, 255, 255, 0.05);
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.25rem;
  padding: 9px 0.375rem;
  gap: 0.375rem;
  transition: border-color .2s;
  font-weight: 600;
  font-size: 0.688rem;
  justify-content: center;
  display: flex;
  color: #8F8D9B;
  align-items: center;
}.weh-sb_lang_ptd:hover,.weh-sb_help_ptd:hover {
  border-color: rgba(212, 36, 54, 0.55);
  color: #F4F3F7;
}.weh-sb_lang_ptd svg,.weh-sb_help_ptd svg {
  height: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.813rem;
}.weh-sb_bd_ptd {
  background: rgba(8, 8, 10, 0.72);
  inset: 0;
  display: none;
  z-index: 69;
  position: fixed;
}.weh-sb_bd_ptd.weh-state_on_ptd {
  display: block;
}
@media(min-width:1080px) {.weh-sb_bd_ptd {
  display: none!important;
}
}.weh-mob_nav_ptd {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  background: #1A1920;
  bottom: 0;
  position: fixed;
  display: flex;
  left: 0;
  z-index: 80;
  right: 0;
}
@media(min-width: 1082px) {.weh-mob_nav_ptd {
  display: none;
}
}.weh-mob_nav_item_ptd {
  flex: 1;
  padding: 4px 2px;
  gap: 4px;
  color: #524F5E;
  align-items: center;
  flex-direction: column;
  display: flex;
  cursor: pointer;
}.weh-mob_nav_ic_ptd {
  line-height: 1;
}.weh-mob_nav_ic_ptd svg {
  stroke-linecap: round;
  height: 20px;
  stroke-linejoin: round;
  width: 1.25rem;
}.weh-mob_nav_lb_ptd {
  color: #524F5E;
  font-size: 0.625rem;
  font-weight: 600;
}.weh-mob_nav_item_ptd.weh-state_active_ptd {
  color: #D42436;
}.weh-mob_nav_item_ptd.weh-state_active_ptd .weh-mob_nav_lb_ptd {
  color: #D42436;
}.weh-hero_ptd {
  padding: 1.25rem 16px 0;
  background: #0E0D11;
}
@media(min-width:768px) {.weh-hero_ptd {
  padding: 24px 24px 0;
}
}.weh-hero_in_ptd {
  gap: 12px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 862px) {.weh-hero_in_ptd {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1097px) {.weh-hero_in_ptd {
  grid-template-columns: 1fr 21.25rem;
}
}.weh-hero_promo_ptd {
  overflow: hidden;
  background: #14131A;
  border-radius: 0.875rem;
  display: flex;
  position: relative;
  align-items: stretch;
  min-height: 13.75rem;
}
@media(min-width: 770px) {.weh-hero_promo_ptd {
  min-height: 280px;
}
}.weh-hero_promo_bg_ptd {
  inset: 0;
  background: linear-gradient(120deg,#3B0912 0%,#0E0D11 100%);
  background-position: center;
  background-size: cover;
  position: absolute;
}.weh-hero_promo_bg_ptd::after {
  background: linear-gradient(90deg,#0E0D11 0%,rgba(8, 8, 10, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.weh-hero_promo_glow_ptd {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(140, 24, 40, 0.28) 0%,transparent 65%);
  top: -2.5rem;
  right: 60px;
  position: absolute;
  width: 300px;
  height: 300px;
  pointer-events: none;
}.weh-hero_promo_ct_ptd {
  padding: 1.75rem 24px 28px 28px;
  flex-direction: column;
  position: relative;
  max-width: 480px;
  display: flex;
  justify-content: center;
  z-index: 2;
}
@media(min-width: 770px) {.weh-hero_promo_ct_ptd {
  padding: 40px 32px;
}
}.weh-hero_badge_ptd {
  border-radius: 20px;
  background: rgba(212, 36, 54, 0.18);
  padding: 0.313rem 12px;
  border: 1px solid rgba(212, 36, 54, 0.07);
  font-size: 0.625rem;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  color: #D42436;
  letter-spacing: .08em;
  margin-bottom: 0.875rem;
}.weh-hero_h1_ptd {
  margin-bottom: 10px;
  line-height: 1.15;
  font-weight: 800;
  color: #F4F3F7;
  font-size: 26px;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
}.weh-hero_h1_ptd em {
  font-style: normal;
  color: #F0A020;
}
@media(min-width: 769px) {.weh-hero_h1_ptd {
  font-size: 36px;
}
}.weh-hero_sub_ptd {
  color: #8F8D9B;
  margin-bottom: 20px;
  font-size: 0.813rem;
  line-height: 1.55;
}
@media(min-width: 766px) {.weh-hero_sub_ptd {
  font-size: 0.875rem;
}
}.weh-hero_row_ptd {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.weh-hero_cta_ptd {
  padding: 13px 1.625rem;
  transition: background .2s;
  background: #22C462;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 1.25rem rgba(34, 196, 98, 0.40), 0 1px 4px rgba(0, 0, 0, 0.50);
  font-weight: 700;
  color: #0D0B14;
  font-size: 14px;
}.weh-hero_cta_ptd:hover {
  background: #1AAF55;
}.weh-hero_terms_ptd {
  font-size: 11px;
  color: #524F5E;
}.weh-hero_game_ptd {
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  background: #14131A;
  border-radius: 0.875rem;
  display: flex;
  position: relative;
  flex-direction: column;
}.weh-hero_game_badge_ptd {
  border-radius: 1.25rem;
  border: 1px solid rgba(240, 160, 32, 0.14);
  padding: 5px 10px;
  background: rgba(240, 160, 32, 0.14);
  font-weight: 700;
  top: 12px;
  letter-spacing: .06em;
  left: 12px;
  text-transform: uppercase;
  color: #F0A020;
  font-size: 10px;
  position: absolute;
  z-index: 3;
}.weh-hero_game_badge_ptd svg {
  margin-right: 0.25rem;
  height: 0.688rem;
  vertical-align: -1px;
  width: 11px;
}.weh-hero_game_img_ptd {
  background: linear-gradient(135deg,#3B0912,#0E0D11);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.weh-hero_game_img_ptd img {
  inset: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
}.weh-hero_game_play_ptd {
  background: rgba(8, 8, 10, 0.72);
  inset: 0;
  transition: opacity .2s;
  justify-content: center;
  opacity: 0;
  position: absolute;
  display: flex;
  align-items: center;
}.weh-hero_game_ptd:hover .weh-hero_game_play_ptd {
  opacity: 1;
}.weh-hero_game_play_ptd span {
  border-radius: 50%;
  background: #D42436;
  width: 3.25rem;
  justify-content: center;
  display: flex;
  height: 52px;
  align-items: center;
}.weh-hero_game_play_ptd span svg {
  margin-left: 2px;
  height: 1.125rem;
  width: 18px;
}.weh-hero_game_info_ptd {
  padding: 14px 1rem;
}.weh-hero_game_title_ptd {
  color: #F4F3F7;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.weh-hero_game_provider_ptd {
  font-size: 11px;
  color: #686673;
}.weh-hero_game_btn_ptd {
  transition: background .2s;
  padding: 0.688rem;
  background: #D42436;
  border-radius: 0.5rem;
  margin: 0.75rem 16px 1rem;
  text-align: center;
  color: #F4F3F7;
  display: block;
  font-weight: 700;
  font-size: 13px;
}.weh-hero_game_ptd:hover .weh-hero_game_btn_ptd {
  background: #E83045;
}.weh-sbar_ptd {
  background: #0E0D11;
  padding: 16px 1rem 0;
}
@media(min-width: 770px) {.weh-sbar_ptd {
  padding: 1.125rem 1.5rem 0;
}
}.weh-sbar_in_ptd {
  margin: 0 auto;
  max-width: 1320px;
}.weh-sbar_row_ptd {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}.weh-sbar_input_ptd {
  flex: 1;
  background: #14131A;
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 0.625rem;
  padding: 11px 1rem;
  border-radius: 0.5rem;
  transition: border-color .2s;
  display: flex;
  cursor: pointer;
  color: #686673;
  align-items: center;
  font-size: 13px;
}.weh-sbar_input_ptd:hover {
  border-color: rgba(212, 36, 54, 0.55);
}.weh-sbar_input_ptd svg {
  width: 15px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.938rem;
  flex-shrink: 0;
}.weh-sbar_providers_ptd {
  padding: 0.688rem 18px;
  gap: 0.5rem;
  border-radius: 8px;
  background: #14131A;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s;
  align-items: center;
  color: #C6C4CE;
  display: flex;
  font-weight: 600;
  font-size: 0.813rem;
  white-space: nowrap;
}.weh-sbar_providers_ptd:hover {
  border-color: rgba(212, 36, 54, 0.55);
  color: #F4F3F7;
}.weh-sbar_providers_ptd svg {
  width: 0.875rem;
  height: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.weh-sbar_tabs_ptd {
  gap: 0.375rem;
  overflow-x: auto;
  display: flex;
  padding-bottom: 2px;
  scrollbar-width: none;
}.weh-sbar_tabs_ptd::-webkit-scrollbar {
  display: none;
}.weh-sbar_tab_ptd {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 7px;
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 1.25rem;
  padding: 8px 0.875rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  color: #8F8D9B;
  font-size: 0.75rem;
}.weh-sbar_tab_ptd:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(212, 36, 54, 0.55);
  color: #F4F3F7;
}.weh-sbar_tab_ptd.weh-state_active_ptd {
  background: rgba(212, 36, 54, 0.18);
  border-color: rgba(212, 36, 54, 0.07);
  color: #F4F3F7;
}.weh-sbar_tab_ic_ptd svg {
  width: 14px;
  height: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.weh-wy_ptd {
  background: #0E0D11;
  padding: 2rem 1rem 0;
}
@media(min-width: 769px) {.weh-wy_ptd {
  padding: 40px 1.5rem 0;
}
}.weh-wy_in_ptd {
  margin: 0 auto;
  max-width: 1320px;
}.weh-wy_head_ptd {
  margin-bottom: 1.125rem;
  max-width: 720px;
}.weh-wy_label_ptd {
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
  color: #D42436;
  text-transform: uppercase;
}.weh-wy_h2_ptd {
  color: #F4F3F7;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 771px) {.weh-wy_h2_ptd {
  font-size: 1.5rem;
}
}.weh-wy_intro_ptd {
  margin: 0;
  line-height: 1.6;
  font-size: 0.813rem;
  color: #686673;
}.weh-wy_grid_ptd {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.weh-wy_grid_ptd {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.weh-wy_grid_ptd {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.weh-wy_card_ptd {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 20px;
  transition: border-color .2s,transform .2s;
  background: #1A1920;
}.weh-wy_card_ptd:hover {
  border-color: rgba(212, 36, 54, 0.07);
  transform: translateY(-2px);
}.weh-wy_card_ic_ptd {
  border-radius: 50%;
  background: rgba(212, 36, 54, 0.18);
  color: #D42436;
  align-items: center;
  margin-bottom: 14px;
  height: 44px;
  display: flex;
  width: 2.75rem;
  justify-content: center;
}.weh-wy_card_ic_ptd svg {
  stroke-linecap: round;
  height: 1.375rem;
  stroke-linejoin: round;
  width: 1.375rem;
}.weh-wy_card_h_ptd {
  margin-bottom: 6px;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F4F3F7;
  font-size: 0.938rem;
}.weh-wy_card_p_ptd {
  line-height: 1.6;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #686673;
}.weh-wy_card_p_ptd strong {
  font-weight: 600;
  color: #C6C4CE;
}.weh-gr_jp_ptd {
  overflow: hidden;
  border-radius: 14px;
  padding: 1.25rem;
  background: linear-gradient(135deg,#1C0930 0%,#0C0B14 100%);
  position: relative;
}.weh-gr_jp_ptd::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(140, 24, 40, 0.28) 0%,transparent 70%);
  left: -3.75rem;
  height: 15.625rem;
  width: 15.625rem;
  content: '';
  top: -60px;
  position: absolute;
}.weh-gr_jp_ptd::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(240, 160, 32, 0.14) 0%,transparent 70%);
  content: '';
  position: absolute;
  height: 200px;
  right: 0;
  width: 12.5rem;
  bottom: -40px;
}.weh-gr_jp_head_ptd {
  gap: 1rem;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 16px;
  display: flex;
  z-index: 1;
  align-items: flex-start;
}.weh-gr_jp_info_ptd {
  flex: 1;
}.weh-gr_jp_label_ptd {
  letter-spacing: .08em;
  font-size: 11px;
  color: #7B2FBE;
  margin-bottom: 6px;
  font-weight: 700;
  text-transform: uppercase;
}.weh-gr_jp_label_ptd svg {
  width: 0.875rem;
  stroke-linejoin: round;
  margin-right: 4px;
  vertical-align: -2px;
  height: 0.875rem;
  stroke-linecap: round;
}.weh-gr_jp_amount_ptd {
  margin-bottom: 0.25rem;
  font-weight: 800;
  color: #F4F3F7;
  line-height: 1;
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
}
@media(min-width: 765px) {.weh-gr_jp_amount_ptd {
  font-size: 40px;
}
}.weh-gr_jp_amount_ptd span {
  color: #F0A020;
}.weh-gr_jp_seo_ptd {
  overflow-wrap: break-word;
  max-width: 30rem;
  line-height: 1.5;
  font-size: 0.75rem;
  color: #8F8D9B;
}.weh-gr_jp_cta_ptd {
  background: rgba(140, 24, 40, 0.28);
  transition: background .2s;
  padding: 0.688rem 20px;
  border-radius: 0.5rem;
  border: 1px solid rgba(140, 24, 40, 0.28);
  color: #F4F3F7;
  margin-top: 4px;
  z-index: 1;
  font-size: 0.813rem;
  white-space: nowrap;
  flex-shrink: 0;
  position: relative;
  align-self: flex-start;
  font-weight: 700;
}.weh-gr_jp_cta_ptd:hover {
  background: #8C1828;
}.weh-gcg_ptd {
  background: #0E0D11;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.weh-gcg_ptd {
  padding: 2.75rem 1.5rem 0;
}
}.weh-gcg_in_ptd {
  margin: 0 auto;
  max-width: 82.5rem;
}.weh-gcg_head_ptd {
  max-width: 720px;
  margin-bottom: 1.25rem;
}.weh-gcg_label_ptd {
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #D42436;
}.weh-gcg_h2_ptd {
  font-weight: 800;
  font-size: 1.375rem;
  overflow-wrap: break-word;
  color: #F4F3F7;
  margin-bottom: 8px;
  font-family: 'Oswald', sans-serif;
}
@media(min-width: 769px) {.weh-gcg_h2_ptd {
  font-size: 28px;
}
}.weh-gcg_intro_ptd {
  color: #686673;
  line-height: 1.6;
  font-size: 0.813rem;
}.weh-gcg_grid_ptd {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.weh-gcg_grid_ptd {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.weh-gcg_grid_ptd {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.weh-gcg_card_ptd {
  border-radius: 14px;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 20px;
  min-height: 240px;
  justify-content: flex-end;
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}.weh-gcg_card_ptd:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 36, 54, 0.18);
}.weh-gcg_card_bg_ptd {
  inset: 0;
  z-index: 0;
  position: absolute;
}.weh-gcg_card_bg_ptd::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.weh-gcg_card_ic_ptd {
  background: rgba(0,0,0,.45);
  border-radius: 4px;
  position: absolute;
  align-items: center;
  height: 40px;
  z-index: 2;
  display: flex;
  right: 1.125rem;
  top: 18px;
  justify-content: center;
  width: 40px;
  color: #F4F3F7;
}.weh-gcg_card_ic_ptd svg {
  stroke-linecap: round;
  width: 1.25rem;
  height: 20px;
  stroke-linejoin: round;
}.weh-gcg_card_ct_ptd {
  position: relative;
  z-index: 1;
}.weh-gcg_card_h_ptd {
  font-weight: 800;
  line-height: 1.2;
  font-size: 1.125rem;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  color: #F4F3F7;
  font-family: 'Oswald', sans-serif;
}
@media(min-width: 767px) {.weh-gcg_card_h_ptd {
  font-size: 1.25rem;
}
}.weh-gcg_card_p_ptd {
  color: rgba(255,255,255,.82);
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  margin-bottom: 0.625rem;
}.weh-gcg_card_p_ptd strong {
  color: #F4F3F7;
  font-weight: 600;
}.weh-gcg_card_cta_ptd {
  gap: 4px;
  font-size: 12px;
  align-items: center;
  letter-spacing: .04em;
  display: inline-flex;
  font-weight: 700;
  color: #D42436;
  text-transform: uppercase;
}.weh-gcg_card_cta_ptd svg {
  stroke-linejoin: round;
  height: 0.75rem;
  stroke-linecap: round;
  width: 12px;
}.weh-ws_ptd {
  padding: 2rem 16px 0;
  background: #0E0D11;
}
@media(min-width: 769px) {.weh-ws_ptd {
  padding: 36px 24px 0;
}
}.weh-ws_in_ptd {
  margin: 0 auto;
  max-width: 82.5rem;
}.weh-ws_head_ptd {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  margin-bottom: 0.875rem;
  justify-content: space-between;
}.weh-ws_title_ptd {
  gap: 10px;
  font-weight: 700;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  font-size: 1rem;
  align-items: center;
  color: #F4F3F7;
  font-family: 'Oswald', sans-serif;
  display: flex;
}.weh-ws_title_ic_ptd svg {
  stroke-linecap: round;
  height: 1.125rem;
  color: #F0A020;
  stroke-linejoin: round;
  width: 18px;
}.weh-ws_online_ptd {
  gap: 7px;
  color: #686673;
  font-size: 0.75rem;
  font-weight: 600;
  align-items: center;
  display: flex;
}.weh-ws_online_dot_ptd {
  border-radius: 50%;
  background: #22C462;
  width: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(34, 196, 98, 0.14);
  height: 8px;
  flex-shrink: 0;
}.weh-ws_scroll_ptd {
  gap: 8px;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 8px;
  overflow-x: auto;
}.weh-ws_scroll_ptd::-webkit-scrollbar {
  display: none;
}.weh-wc_ptd {
  border-radius: 0.5rem;
  gap: 0.625rem;
  background: #14131A;
  padding: 0.625rem 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  min-width: 13.75rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.weh-wc_img_ptd {
  border-radius: 0.25rem;
  background: #1A1920;
  overflow: hidden;
  height: 2.25rem;
  width: 2.25rem;
  flex-shrink: 0;
}.weh-wc_img_ptd img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.weh-wc_info_ptd {
  min-width: 0;
}.weh-wc_game_ptd {
  overflow: hidden;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  color: #C6C4CE;
  text-overflow: ellipsis;
}.weh-wc_player_ptd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.625rem;
  color: #524F5E;
}.weh-wc_amount_ptd {
  flex-shrink: 0;
  font-weight: 700;
  margin-left: auto;
  color: #22C462;
  white-space: nowrap;
  font-size: 13px;
}.weh-app_ptd {
  padding: 36px 16px 0;
  background: #0E0D11;
}
@media(min-width: 770px) {.weh-app_ptd {
  padding: 2.75rem 1.5rem 0;
}
}.weh-app_in_ptd {
  margin: 0 auto;
  max-width: 82.5rem;
}.weh-app_head_ptd {
  margin-bottom: 1rem;
}.weh-app_label_ptd {
  color: #D42436;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
}.weh-app_h2_ptd {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  margin-bottom: 0.375rem;
  color: #F4F3F7;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 770px) {.weh-app_h2_ptd {
  font-size: 24px;
}
}.weh-app_sub_ptd {
  overflow-wrap: break-word;
  max-width: 37.5rem;
  line-height: 1.6;
  font-size: 0.813rem;
  color: #686673;
}.weh-app_sub_ptd strong {
  font-weight: 700;
  color: #C6C4CE;
}.weh-app_cards_ptd {
  gap: 10px;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.weh-app_cards_ptd {
  grid-template-columns: repeat(3,1fr);
}
}.weh-app_card_ptd {
  padding: 1.25rem;
  border-radius: 8px;
  gap: 16px;
  overflow: hidden;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  align-items: flex-start;
}.weh-app_card_ios_ptd {
  background: linear-gradient(135deg,rgba(212, 36, 54, 0.18) 0%,#1A1920 100%);
}.weh-app_card_android_ptd {
  background: linear-gradient(135deg,rgba(34, 196, 98, 0.14) 0%,#1A1920 100%);
}.weh-app_card_win_ptd {
  background: linear-gradient(135deg,rgba(240, 160, 32, 0.14) 0%,#1A1920 100%);
}.weh-app_card_ic_ptd svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 34px;
  height: 34px;
}.weh-app_card_ic_ptd {
  color: #F4F3F7;
  flex-shrink: 0;
}.weh-app_card_os_ptd {
  font-weight: 700;
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
  color: #686673;
  text-transform: uppercase;
  letter-spacing: .08em;
}.weh-app_card_title_ptd {
  color: #F4F3F7;
  line-height: 1.2;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
}.weh-app_card_text_ptd {
  color: #686673;
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 0.75rem;
  margin-bottom: 14px;
}.weh-app_card_btn_ptd {
  transition: background .2s;
  padding: 10px 18px;
  gap: 7px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(212, 36, 54, 0.55);
  color: #F4F3F7;
  font-size: 0.813rem;
  align-items: center;
  display: inline-flex;
  font-weight: 700;
}.weh-app_card_btn_ptd:hover {
  background: rgba(255, 255, 255, 0.07);
}.weh-reg_ptd {
  padding: 2.25rem 1rem 0;
  background: #0E0D11;
}
@media(min-width: 769px) {.weh-reg_ptd {
  padding: 44px 24px 0;
}
}.weh-reg_in_ptd {
  border-radius: 0.875rem;
  padding: 28px 1.5rem;
  background: #1A1920;
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 766px) {.weh-reg_in_ptd {
  padding: 40px;
}
}.weh-reg_top_ptd {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 857px) {.weh-reg_top_ptd {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.weh-reg_label_ptd {
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: .08em;
  color: #D42436;
  text-transform: uppercase;
}.weh-reg_h2_ptd {
  font-size: 1.375rem;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.2;
  font-family: 'Oswald', sans-serif;
  color: #F4F3F7;
}
@media(min-width: 769px) {.weh-reg_h2_ptd {
  font-size: 28px;
}
}.weh-reg_bonus_ptd {
  background: rgba(240, 160, 32, 0.14);
  padding: 10px 16px;
  border-radius: 8px;
  gap: 8px;
  border: 1px solid rgba(240, 160, 32, 0.14);
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
}.weh-reg_bonus_amount_ptd {
  font-weight: 800;
  color: #F0A020;
  font-size: 20px;
}.weh-reg_bonus_text_ptd {
  line-height: 1.35;
  font-size: 13px;
  color: #8F8D9B;
}.weh-reg_cta_btn_ptd {
  padding: 0.875rem 2rem;
  border-radius: 8px;
  background: #22C462;
  transition: background .2s;
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #0D0B14;
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(34, 196, 98, 0.40), 0 1px 4px rgba(0, 0, 0, 0.50);
  font-size: 0.938rem;
}.weh-reg_cta_btn_ptd:hover {
  background: #1AAF55;
}.weh-reg_terms_ptd {
  line-height: 1.5;
  font-size: 11px;
  color: #524F5E;
}.weh-reg_seo_ptd {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #686673;
  margin-top: 20px;
  font-size: 0.813rem;
  padding-top: 1.25rem;
}.weh-reg_seo_ptd p {
  color: #686673;
  margin-bottom: 10px;
  line-height: 1.65;
  font-size: 0.813rem;
}.weh-reg_seo_ptd p:last-child {
  margin-bottom: 0;
}.weh-reg_seo_ptd strong {
  color: #C6C4CE;
  font-weight: 700;
}.weh-reg_seo_ptd a {
  transition: color .2s;
  color: #D42436;
  text-decoration: underline;
}.weh-reg_seo_ptd a:hover {
  color: #E83045;
}.weh-reg_seo_ptd ul,.weh-reg_seo_ptd ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.weh-reg_seo_ptd ol {
  list-style: decimal;
}.weh-reg_seo_ptd li {
  line-height: 1.65;
  margin-bottom: 0.25rem;
  color: #686673;
  font-size: 13px;
}.weh-reg_seo_ptd table {
  display: block;
  overflow-x: auto;
  font-size: 0.813rem;
  border-collapse: collapse;
  margin-bottom: 0.625rem;
  width: 100%;
}
@media(min-width: 765px) {.weh-reg_seo_ptd table {
  display: table;
}
}.weh-reg_seo_ptd th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  font-weight: 700;
  text-align: left;
  color: #C6C4CE;
}.weh-reg_seo_ptd td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #686673;
}.weh-reg_steps_ptd {
  gap: 14px;
  flex-direction: column;
  margin-top: 1.75rem;
  display: flex;
}
@media(min-width: 863px) {.weh-reg_steps_ptd {
  margin-top: 0;
}
}.weh-reg_step_ptd {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  gap: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.weh-reg_step_num_ptd {
  background: rgba(212, 36, 54, 0.18);
  border: 1px solid rgba(212, 36, 54, 0.07);
  border-radius: 50%;
  align-items: center;
  color: #D42436;
  height: 2.125rem;
  font-weight: 800;
  flex-shrink: 0;
  justify-content: center;
  font-size: 0.875rem;
  width: 2.125rem;
  display: flex;
}.weh-reg_step_title_ptd {
  font-size: 0.875rem;
  color: #F4F3F7;
  margin-bottom: 3px;
  font-weight: 700;
}.weh-reg_step_text_ptd {
  font-size: 0.75rem;
  color: #686673;
  line-height: 1.5;
}.weh-reg_trust_ptd {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
  padding-top: 1.25rem;
  display: flex;
}.weh-reg_trust_item_ptd {
  gap: 7px;
  font-size: 12px;
  color: #686673;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
}.weh-reg_trust_ic_ptd svg {
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #D42436;
  width: 1rem;
}.weh-htp_ptd {
  padding: 2.25rem 16px 0;
  background: #0E0D11;
}
@media(min-width: 766px) {.weh-htp_ptd {
  padding: 44px 24px 0;
}
}.weh-htp_in_ptd {
  margin: 0 auto;
  max-width: 1320px;
}.weh-htp_head_ptd {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.weh-htp_label_ptd {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #D42436;
  font-size: 0.688rem;
  font-weight: 700;
}.weh-htp_h2_ptd {
  margin-bottom: 0.5rem;
  color: #F4F3F7;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-family: 'Oswald', sans-serif;
}
@media(min-width: 767px) {.weh-htp_h2_ptd {
  font-size: 28px;
}
}.weh-htp_intro_ptd {
  color: #686673;
  line-height: 1.6;
  font-size: 0.875rem;
}.weh-htp_steps_ptd {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.weh-htp_steps_ptd {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.weh-htp_steps_ptd {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.weh-htp_step_ptd {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  padding: 1.25rem 1.125rem 1.125rem;
  background: #1A1920;
  display: flex;
  flex-direction: column;
  position: relative;
}.weh-htp_step_num_ptd {
  border-radius: 50%;
  background: #D42436;
  width: 1.75rem;
  justify-content: center;
  font-weight: 800;
  height: 1.75rem;
  color: #0D0B14;
  font-family: 'Oswald', sans-serif;
  font-size: 0.813rem;
  align-items: center;
  top: -12px;
  position: absolute;
  left: 1.25rem;
  display: flex;
}.weh-htp_step_ic_ptd {
  background: rgba(212, 36, 54, 0.18);
  margin: 8px 0 0.75rem;
  border-radius: 0.25rem;
  justify-content: center;
  display: flex;
  height: 2.25rem;
  color: #D42436;
  align-items: center;
  width: 36px;
}.weh-htp_step_ic_ptd svg {
  stroke-linecap: round;
  width: 18px;
  height: 1.125rem;
  stroke-linejoin: round;
}.weh-htp_step_h_ptd {
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-weight: 700;
  color: #F4F3F7;
}.weh-htp_step_p_ptd {
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #686673;
  font-size: 0.813rem;
}.weh-htp_step_p_ptd strong {
  font-weight: 600;
  color: #C6C4CE;
}.weh-htp_cta_ptd {
  padding: 0.813rem 1.625rem;
  border-radius: 0.5rem;
  background: #22C462;
  transition: background .2s;
  font-size: 14px;
  display: inline-block;
  color: #0D0B14;
  font-weight: 700;
  margin-top: 1.25rem;
}.weh-htp_cta_ptd:hover {
  background: #1AAF55;
}.weh-prov_ptd {
  background: #0E0D11;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.weh-prov_ptd {
  padding: 2.75rem 24px 0;
}
}.weh-prov_in_ptd {
  margin: 0 auto;
  max-width: 1320px;
}.weh-prov_head_ptd {
  margin-bottom: 1rem;
}.weh-prov_label_ptd {
  color: #D42436;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.weh-prov_h2_ptd {
  font-weight: 800;
  margin-bottom: 8px;
  color: #F4F3F7;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
}
@media(min-width: 767px) {.weh-prov_h2_ptd {
  font-size: 24px;
}
}.weh-prov_seo_ptd {
  max-width: 38.75rem;
  line-height: 1.6;
  color: #686673;
  overflow-wrap: break-word;
  margin-bottom: 1rem;
  font-size: 13px;
}.weh-prov_seo_ptd strong {
  font-weight: 700;
  color: #C6C4CE;
}.weh-prov_seo_ptd a {
  text-decoration: underline;
  color: #D42436;
}.weh-prov_grid_ptd {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width:640px) {.weh-prov_grid_ptd {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.weh-prov_grid_ptd {
  grid-template-columns: repeat(8,1fr);
}
}.weh-prov_card_ptd {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,background .2s;
  background: #14131A;
  padding: 0.875rem 0.625rem;
  gap: 0.438rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
}.weh-prov_card_ptd:hover {
  background: #1A1920;
  border-color: rgba(212, 36, 54, 0.55);
}.weh-prov_logo_ptd {
  border-radius: 4px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  width: 44px;
  align-items: center;
  justify-content: center;
  height: 44px;
}.weh-prov_logo_ptd img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.weh-prov_name_ptd {
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  overflow-wrap: break-word;
  color: #8F8D9B;
}.weh-bon_ptd {
  background: #0E0D11;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.weh-bon_ptd {
  padding: 2.75rem 24px 0;
}
}.weh-bon_in_ptd {
  margin: 0 auto;
  max-width: 82.5rem;
}.weh-bon_head_ptd {
  margin-bottom: 1.25rem;
}.weh-bon_label_ptd {
  color: #D42436;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}.weh-bon_h2_ptd {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F4F3F7;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
@media(min-width: 766px) {.weh-bon_h2_ptd {
  font-size: 1.5rem;
}
}.weh-bon_seo_ptd {
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 620px;
  color: #686673;
  overflow-wrap: break-word;
}.weh-bon_seo_ptd strong {
  font-weight: 700;
  color: #C6C4CE;
}.weh-bon_seo_ptd a {
  text-decoration: underline;
  color: #D42436;
}.weh-bon_grid_ptd {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.weh-bon_grid_ptd {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.weh-bon_grid_ptd {
  grid-template-columns: repeat(5,1fr);
}
}.weh-bon_card_ptd {
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,transform .2s;
  padding: 1rem;
  background: #14131A;
  border-radius: 0.5rem;
}.weh-bon_card_ptd:hover {
  border-color: rgba(212, 36, 54, 0.07);
  transform: translateY(-2px);
}.weh-bon_card_ic_ptd svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.625rem;
  width: 26px;
}.weh-bon_card_ic_ptd {
  margin-bottom: 0.625rem;
}.weh-bon_card_type_ptd {
  color: #686673;
  font-size: 0.625rem;
  font-weight: 700;
  margin-bottom: 0.375rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}.weh-bon_card_amount_ptd {
  font-size: 1.125rem;
  margin-bottom: 0.375rem;
  line-height: 1.1;
  color: #F0A020;
  font-weight: 800;
}.weh-bon_card_name_ptd {
  font-weight: 600;
  color: #F4F3F7;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
}.weh-bon_card_detail_ptd {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  padding-top: 0.5rem;
  color: #524F5E;
  line-height: 1.5;
  font-size: 0.688rem;
}.weh-seo_ptd {
  padding: 36px 16px 0;
  background: #0E0D11;
}
@media(min-width: 770px) {.weh-seo_ptd {
  padding: 44px 1.5rem 0;
}
}.weh-seo_in_ptd {
  background: #1A1920;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 28px 24px;
  margin: 0 auto;
  border-radius: 0.875rem;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.weh-seo_in_ptd {
  padding: 36px 2.5rem;
}
}.weh-seo_label_ptd {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #D42436;
  margin-bottom: 10px;
  font-size: 0.688rem;
  font-weight: 700;
}.weh-seo_h2_ptd {
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #F4F3F7;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
}
@media(min-width: 769px) {.weh-seo_h2_ptd {
  font-size: 1.5rem;
}
}.weh-seo_body_ptd {
  color: #8F8D9B;
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.75;
}.weh-seo_body_ptd p {
  line-height: 1.75;
  margin-bottom: 12px;
  color: #8F8D9B;
  font-size: 14px;
}.weh-seo_body_ptd p:last-child {
  margin-bottom: 0;
}.weh-seo_body_ptd strong {
  color: #C6C4CE;
  font-weight: 700;
}.weh-seo_body_ptd a {
  transition: color .2s;
  text-decoration: underline;
  color: #D42436;
}.weh-seo_body_ptd a:hover {
  color: #E83045;
}.weh-seo_body_ptd ul,.weh-seo_body_ptd ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.weh-seo_body_ptd ol {
  list-style: decimal;
}.weh-seo_body_ptd li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 14px;
  color: #8F8D9B;
}.weh-seo_body_ptd table {
  display: block;
  overflow-x: auto;
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 765px) {.weh-seo_body_ptd table {
  display: table;
}
}.weh-seo_body_ptd th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  text-align: left;
  color: #C6C4CE;
  font-weight: 700;
}.weh-seo_body_ptd td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8F8D9B;
}.weh-seo_cols_ptd {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.weh-seo_cols_ptd {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.weh-seo_cols_ptd {
  grid-template-columns: repeat(3,1fr);
}
}.weh-seo_col_h_ptd {
  font-size: 13px;
  margin-bottom: 0.438rem;
  color: #C6C4CE;
  font-weight: 700;
  overflow-wrap: break-word;
}.weh-seo_col_p_ptd {
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #686673;
}.weh-seo_stats_ptd {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.weh-seo_stat_ptd {
  background: rgba(212, 36, 54, 0.07);
  padding: 0.875rem 16px;
  flex: 1;
  border-radius: 8px;
  border: 1px solid rgba(212, 36, 54, 0.18);
  min-width: 140px;
}.weh-seo_stat_val_ptd {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #D42436;
  font-weight: 800;
  font-size: 1.25rem;
}.weh-seo_stat_lb_ptd {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #686673;
}.weh-seo_ptd {
  padding: 36px 16px 0;
  background: #0E0D11;
}
@media(min-width: 766px) {.weh-seo_ptd {
  padding: 2.75rem 1.5rem 0;
}
}.weh-seo_in_ptd {
  border-radius: 14px;
  margin: 0 auto;
  background: #1A1920;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1.75rem 24px;
  max-width: 1320px;
}
@media(min-width: 770px) {.weh-seo_in_ptd {
  padding: 36px 2.5rem;
}
}.weh-seo_label_ptd {
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #D42436;
}.weh-seo_h2_ptd {
  line-height: 1.25;
  color: #F4F3F7;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 14px;
}
@media(min-width: 770px) {.weh-seo_h2_ptd {
  font-size: 24px;
}
}.weh-seo_body_ptd {
  font-size: 14px;
  overflow-wrap: break-word;
  color: #8F8D9B;
  line-height: 1.75;
}.weh-seo_body_ptd p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #8F8D9B;
  font-size: 14px;
}.weh-seo_body_ptd p:last-child {
  margin-bottom: 0;
}.weh-seo_body_ptd strong {
  font-weight: 700;
  color: #C6C4CE;
}.weh-seo_body_ptd a {
  transition: color .2s;
  color: #D42436;
  text-decoration: underline;
}.weh-seo_body_ptd a:hover {
  color: #E83045;
}.weh-seo_body_ptd ul,.weh-seo_body_ptd ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.weh-seo_body_ptd ol {
  list-style: decimal;
}.weh-seo_body_ptd li {
  font-size: 0.875rem;
  color: #8F8D9B;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.weh-seo_body_ptd table {
  margin-bottom: 0.75rem;
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
}
@media(min-width: 769px) {.weh-seo_body_ptd table {
  display: table;
}
}.weh-seo_body_ptd th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  font-weight: 700;
  color: #C6C4CE;
}.weh-seo_body_ptd td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8F8D9B;
}.weh-seo_cols_ptd {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width:640px) {.weh-seo_cols_ptd {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.weh-seo_cols_ptd {
  grid-template-columns: repeat(3,1fr);
}
}.weh-seo_col_h_ptd {
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  color: #C6C4CE;
  font-size: 0.813rem;
  font-weight: 700;
}.weh-seo_col_p_ptd {
  overflow-wrap: break-word;
  color: #686673;
  line-height: 1.65;
  font-size: 0.813rem;
}.weh-seo_stats_ptd {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.weh-seo_stat_ptd {
  border-radius: 0.5rem;
  border: 1px solid rgba(212, 36, 54, 0.18);
  padding: 14px 1rem;
  flex: 1;
  background: rgba(212, 36, 54, 0.07);
  min-width: 8.75rem;
}.weh-seo_stat_val_ptd {
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 800;
  color: #D42436;
}.weh-seo_stat_lb_ptd {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #686673;
}.weh-seo_ptd {
  background: #0E0D11;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.weh-seo_ptd {
  padding: 44px 24px 0;
}
}.weh-seo_in_ptd {
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 28px 1.5rem;
  border-radius: 0.875rem;
  background: #1A1920;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 770px) {.weh-seo_in_ptd {
  padding: 36px 40px;
}
}.weh-seo_label_ptd {
  margin-bottom: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #D42436;
  font-size: 11px;
}.weh-seo_h2_ptd {
  line-height: 1.25;
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
  color: #F4F3F7;
  font-weight: 800;
  margin-bottom: 0.875rem;
}
@media(min-width:768px) {.weh-seo_h2_ptd {
  font-size: 1.5rem;
}
}.weh-seo_body_ptd {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #8F8D9B;
}.weh-seo_body_ptd p {
  margin-bottom: 0.75rem;
  font-size: 14px;
  line-height: 1.75;
  color: #8F8D9B;
}.weh-seo_body_ptd p:last-child {
  margin-bottom: 0;
}.weh-seo_body_ptd strong {
  color: #C6C4CE;
  font-weight: 700;
}.weh-seo_body_ptd a {
  transition: color .2s;
  text-decoration: underline;
  color: #D42436;
}.weh-seo_body_ptd a:hover {
  color: #E83045;
}.weh-seo_body_ptd ul,.weh-seo_body_ptd ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.weh-seo_body_ptd ol {
  list-style: decimal;
}.weh-seo_body_ptd li {
  margin-bottom: 6px;
  font-size: 0.875rem;
  color: #8F8D9B;
  line-height: 1.75;
}.weh-seo_body_ptd table {
  font-size: 0.813rem;
  overflow-x: auto;
  margin-bottom: 12px;
  display: block;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 765px) {.weh-seo_body_ptd table {
  display: table;
}
}.weh-seo_body_ptd th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #C6C4CE;
  font-weight: 700;
}.weh-seo_body_ptd td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8F8D9B;
}.weh-seo_cols_ptd {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.weh-seo_cols_ptd {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.weh-seo_cols_ptd {
  grid-template-columns: repeat(3,1fr);
}
}.weh-seo_col_h_ptd {
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #C6C4CE;
}.weh-seo_col_p_ptd {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #686673;
  overflow-wrap: break-word;
}.weh-seo_stats_ptd {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.weh-seo_stat_ptd {
  border-radius: 8px;
  padding: 14px 1rem;
  border: 1px solid rgba(212, 36, 54, 0.18);
  flex: 1;
  background: rgba(212, 36, 54, 0.07);
  min-width: 140px;
}.weh-seo_stat_val_ptd {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #D42436;
  margin-bottom: 0.25rem;
  font-weight: 800;
}.weh-seo_stat_lb_ptd {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #686673;
}.weh-faq_ptd {
  background: #0E0D11;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.weh-faq_ptd {
  padding: 44px 24px 0;
}
}.weh-faq_in_ptd {
  margin: 0 auto;
  max-width: 1320px;
}.weh-faq_head_ptd {
  margin-bottom: 20px;
}.weh-faq_label_ptd {
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  color: #D42436;
  font-weight: 700;
  margin-bottom: 8px;
}.weh-faq_h2_ptd {
  color: #F4F3F7;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.weh-faq_h2_ptd {
  font-size: 24px;
}
}.weh-faq_list_ptd {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.weh-faq_item_ptd {
  overflow: hidden;
  background: #1A1920;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
}.weh-faq_q_ptd {
  transition: color .2s;
  padding: 16px 1.25rem;
  gap: 0.75rem;
  font-weight: 600;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  cursor: pointer;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #C6C4CE;
}.weh-faq_q_ptd:hover {
  color: #F4F3F7;
}.weh-faq_q_ic_ptd {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: transform .25s;
  font-size: 16px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  height: 24px;
  width: 1.5rem;
  color: #D42436;
  align-items: center;
}.weh-faq_item_ptd.weh-state_open_ptd .weh-faq_q_ic_ptd {
  transform: rotate(45deg);
}.weh-faq_a_ptd {
  padding: 0 20px 1rem;
  color: #686673;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  display: none;
  line-height: 1.7;
}.weh-faq_item_ptd.weh-state_open_ptd .weh-faq_a_ptd {
  display: block;
}.weh-faq_a_ptd strong {
  color: #C6C4CE;
  font-weight: 700;
}.weh-faq_a_ptd a {
  text-decoration: underline;
  color: #D42436;
}.weh-faq_a_ptd ul,.weh-faq_a_ptd ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.weh-faq_a_ptd ol {
  list-style: decimal;
}.weh-faq_a_ptd li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.weh-faq_a_ptd table {
  margin: 8px 0;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.75rem;
  display: block;
}
@media(min-width: 767px) {.weh-faq_a_ptd table {
  display: table;
}
}.weh-faq_a_ptd th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 8px;
  text-align: left;
  color: #C6C4CE;
  font-weight: 700;
}.weh-faq_a_ptd td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 8px;
  color: #686673;
}.weh-ft_ptd {
  background: #08080A;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.weh-ft_support_ptd {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.weh-ft_support_ptd {
  padding: 28px 24px;
}
}.weh-ft_support_in_ptd {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 82.5rem;
}.weh-ft_support_main_ptd {
  gap: 16px;
  flex: 1;
  min-width: 220px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.weh-ft_support_ic_ptd {
  flex-shrink: 0;
  color: #D42436;
}.weh-ft_support_ic_ptd svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.875rem;
  width: 30px;
}.weh-ft_support_text_title_ptd {
  font-size: 0.938rem;
  margin-bottom: 3px;
  color: #F4F3F7;
  font-weight: 700;
  overflow-wrap: break-word;
}.weh-ft_support_text_sub_ptd {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #686673;
}.weh-ft_support_btn_ptd {
  transition: background .2s;
  background: #D42436;
  border-radius: 0.5rem;
  padding: 11px 1.375rem;
  white-space: nowrap;
  font-weight: 700;
  color: #F4F3F7;
  flex-shrink: 0;
  font-size: 13px;
}.weh-ft_support_btn_ptd:hover {
  background: #E83045;
}.weh-ft_support_contacts_ptd {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.weh-ft_support_contact_ptd {
  color: #524F5E;
  font-size: 12px;
  line-height: 1.4;
}.weh-ft_support_contact_ptd strong {
  margin-bottom: 2px;
  color: #8F8D9B;
  font-weight: 600;
  font-size: 11px;
  display: block;
}.weh-ft_main_ptd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 16px 24px;
}
@media(min-width: 767px) {.weh-ft_main_ptd {
  padding: 40px 1.5rem 2rem;
}
}.weh-ft_main_in_ptd {
  margin: 0 auto;
  gap: 1.5rem;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
}
@media(min-width:640px) {.weh-ft_main_in_ptd {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.weh-ft_main_in_ptd {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.weh-ft_col_logo_ptd {
  grid-column: 1/-1;
}
@media(min-width: 1082px) {.weh-ft_col_logo_ptd {
  grid-column: auto;
}
}.weh-ft_logo_ptd {
  gap: 0.563rem;
  overflow-wrap: break-word;
  font-size: 16px;
  color: #F4F3F7;
  font-weight: 800;
  display: flex;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
}.weh-ft_logo_mark_ptd {
  border-radius: 4px;
  overflow: hidden;
  width: 1.875rem;
  height: 1.875rem;
}.weh-ft_logo_mark_ptd img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.weh-ft_logo_sub_ptd {
  line-height: 1.55;
  font-size: 12px;
  max-width: 12.5rem;
  overflow-wrap: break-word;
  color: #524F5E;
}.weh-ft_col_title_ptd {
  color: #8F8D9B;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-weight: 700;
  margin-bottom: 14px;
}.weh-ft_col_links_ptd {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.weh-ft_col_link_ptd {
  transition: color .2s;
  font-size: 0.813rem;
  color: #524F5E;
  overflow-wrap: break-word;
}.weh-ft_col_link_ptd:hover {
  color: #C6C4CE;
}.weh-ft_apps_ptd {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.weh-ft_app_card_ptd {
  transition: border-color .2s;
  gap: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.25rem;
  align-items: center;
  display: flex;
}.weh-ft_app_card_ptd:hover {
  border-color: rgba(212, 36, 54, 0.55);
}.weh-ft_app_card_ic_ptd svg {
  stroke-linecap: round;
  width: 22px;
  height: 1.375rem;
  stroke-linejoin: round;
}.weh-ft_app_card_os_ptd {
  font-weight: 600;
  font-size: 0.625rem;
  color: #524F5E;
}.weh-ft_app_card_action_ptd {
  color: #C6C4CE;
  font-size: 12px;
  font-weight: 700;
}.weh-ft_bot_ptd {
  padding: 20px 1rem;
}
@media(min-width: 767px) {.weh-ft_bot_ptd {
  padding: 1.25rem 24px;
}
}.weh-ft_bot_in_ptd {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  max-width: 1320px;
  flex-wrap: wrap;
  align-items: center;
}.weh-ft_socials_ptd {
  gap: 0.5rem;
  display: flex;
}.weh-ft_soc_ptd {
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  color: #8F8D9B;
  width: 2.25rem;
  height: 36px;
  justify-content: center;
  align-items: center;
}.weh-ft_soc_ptd svg {
  height: 1rem;
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.weh-ft_soc_ptd:hover {
  background: rgba(255, 255, 255, 0.07);
}.weh-ft_legal_ptd {
  flex: 1;
  min-width: 12.5rem;
  overflow-wrap: break-word;
  font-size: 11px;
  color: #7A7886;
  line-height: 1.6;
}.weh-ft_legal_ptd strong {
  color: #8F8D9B;
  font-weight: 700;
}.weh-ft_legal_ptd a {
  color: #8F8D9B;
  text-decoration: underline;
}.weh-ft_age_ptd {
  border: 2px solid #7A7886;
  border-radius: 50%;
  width: 2rem;
  font-size: 11px;
  justify-content: center;
  margin-left: auto;
  flex-shrink: 0;
  color: #7A7886;
  font-weight: 800;
  display: flex;
  align-items: center;
  height: 32px;
}