*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  min-height: 100vh;
  color: #C8D4C8;
  -webkit-font-smoothing: antialiased;
  font-family: 'Barlow', sans-serif;
  background-color: #0A0F0A;
  line-height: 1.6;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}a {
  text-decoration: none;
  color: inherit;
}.wdr_layout_c8f {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.wdr_page_c8f {
  display: flex;
  min-height: 100vh;
}.wdr_main_c8f {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media screen and (min-width: 1077px) {.wdr_main_c8f {
  padding-left: 220px;
}
}
@media screen and (max-width:1079px) {.wdr_main_c8f {
  padding-bottom: 4.5rem;
}
}.wdr_gc_c8f {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #0D140D;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  width: 140px;
  flex-shrink: 0;
}
@media(min-width: 643px) {.wdr_gc_c8f {
  width: 9.75rem;
}
}
@media(min-width: 1077px) {.wdr_gc_c8f {
  width: 168px;
}
}.wdr_gc_c8f:hover {
  transform: translateY(-3px);
  border-color: rgba(80, 220, 80, 0.07);
}.wdr_gc_img_c8f {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.wdr_gc_img_c8f img {
  inset: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  object-fit: cover;
}.wdr_gc_hover_c8f {
  background: rgba(6, 9, 8, 0.78);
  inset: 0;
  transition: opacity .2s;
  position: absolute;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}.wdr_gc_c8f:hover .wdr_gc_hover_c8f {
  opacity: 1;
}.wdr_gc_hover_btn_c8f {
  padding: 0.5rem 16px;
  border-radius: 6px;
  background: #50DC50;
  color: #F0F5F0;
  font-size: 12px;
  font-weight: 700;
}.wdr_gc_info_c8f {
  padding: 8px 0.625rem 0.625rem;
}.wdr_gc_name_c8f {
  overflow: hidden;
  font-size: 0.75rem;
  white-space: nowrap;
  max-width: 100%;
  color: #C8D4C8;
  font-weight: 600;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}.wdr_gc_prov_c8f {
  font-size: 0.625rem;
  color: #638065;
}.wdr_gc_tag_c8f {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  font-size: 0.563rem;
  letter-spacing: .04em;
  top: 6px;
  left: 0.375rem;
  font-weight: 700;
  z-index: 2;
  text-transform: uppercase;
  position: absolute;
}.wdr_gc_tag_hot_c8f {
  background: #E83A28;
  color: #fff;
}.wdr_gc_tag_new_c8f {
  background: #2EC86E;
  color: #0A0F0A;
}.wdr_gc_tag_jp_c8f {
  background: #F0B030;
  color: #0A0F0A;
}.wdr_gc_tag_ex_c8f {
  background: #E8A030;
  color: #fff;
}.wdr_gc_tag_live_c8f {
  background: #E83A28;
  color: #fff;
}.wdr_gr_c8f {
  padding: 32px 1rem 0;
  background: #0A0F0A;
}
@media(min-width: 767px) {.wdr_gr_c8f {
  padding: 36px 1.5rem 0;
}
}.wdr_gr_in_c8f {
  margin: 0 auto;
  max-width: 1320px;
}.wdr_gr_head_c8f {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  align-items: center;
  display: flex;
}.wdr_gr_head_l_c8f {
  flex: 1;
  gap: 10px;
  align-items: center;
  min-width: 0;
  display: flex;
}.wdr_gr_ic_c8f {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  flex-shrink: 0;
  height: 2rem;
}.wdr_gr_ic_c8f svg {
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
  height: 16px;
}.wdr_gr_title_c8f {
  color: #F0F5F0;
  font-size: 16px;
  font-weight: 700;
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
}
@media(min-width: 769px) {.wdr_gr_title_c8f {
  font-size: 1.125rem;
}
}.wdr_gr_more_c8f {
  gap: 5px;
  transition: color .2s;
  font-size: 12px;
  flex-shrink: 0;
  color: #72907A;
  align-items: center;
  font-weight: 600;
  display: flex;
  white-space: nowrap;
}.wdr_gr_more_c8f:hover {
  color: #50DC50;
}.wdr_gr_more_c8f svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.75rem;
  height: 0.75rem;
}.wdr_gr_arrows_c8f {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.wdr_gr_arr_c8f {
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.375rem;
  height: 1.875rem;
  display: flex;
  width: 30px;
  justify-content: center;
  align-items: center;
  color: #90AC90;
}.wdr_gr_arr_c8f:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F0F5F0;
}.wdr_gr_arr_c8f svg {
  width: 0.813rem;
  height: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.wdr_gr_seo_h_c8f {
  margin: 0 0 6px;
  font-size: 13px;
  max-width: 42.5rem;
  overflow-wrap: break-word;
  color: #C8D4C8;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
}
@media(min-width:768px) {.wdr_gr_seo_h_c8f {
  font-size: 14px;
}
}.wdr_gr_seo_c8f {
  line-height: 1.55;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  font-size: 12px;
  color: #72907A;
  max-width: 680px;
}.wdr_gr_seo_c8f strong {
  font-weight: 600;
  color: #C8D4C8;
}.wdr_gr_scroll_c8f {
  gap: 10px;
  scrollbar-width: none;
  padding-bottom: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
}.wdr_gr_scroll_c8f::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.wdr_gr_scroll_c8f {
  gap: 12px;
}
}.wdr_tb_c8f {
  background: #080D08;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  left: 0;
  position: fixed;
  align-items: center;
  z-index: 80;
  right: 0;
  top: 0;
  height: 3.5rem;
}.wdr_tb_in_c8f {
  padding: 0 14px;
  gap: 0;
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}.wdr_tb_burger_c8f {
  gap: 0.313rem;
  border-radius: 0.625rem;
  margin-right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 38px;
  flex-shrink: 0;
  width: 2.375rem;
}.wdr_tb_burger_c8f:hover {
  background: rgba(255, 255, 255, 0.05);
}.wdr_tb_burger_line_c8f {
  background: #90AC90;
  border-radius: 1px;
  height: 2px;
  width: 1.125rem;
  display: block;
}
@media(min-width: 1083px) {.wdr_tb_burger_c8f {
  display: none;
}
}.wdr_tb_logo_c8f {
  gap: 9px;
  flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: 800;
  display: flex;
  overflow-wrap: break-word;
  color: #F0F5F0;
  letter-spacing: -.01em;
  margin-right: 1.25rem;
  align-items: center;
}.wdr_tb_logo_mark_c8f {
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: center;
  height: 32px;
  justify-content: center;
  width: 2rem;
}.wdr_tb_logo_mark_c8f img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.wdr_tb_nav_c8f {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 638px) {.wdr_tb_nav_c8f {
  display: flex;
}
}.wdr_tb_tab_c8f {
  transition: background .15s,color .15s;
  border-radius: 10px;
  padding: 0.5rem 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  color: #90AC90;
  font-size: 13px;
}.wdr_tb_tab_c8f:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0F5F0;
}.wdr_tb_tab_c8f.wdr_state_active_c8f {
  background: rgba(80, 220, 80, 0.15);
  color: #F0F5F0;
}.wdr_tb_right_c8f {
  gap: 0.5rem;
  margin-left: auto;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.wdr_tb_login_c8f {
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0.563rem 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  display: none;
  font-size: 13px;
  font-weight: 600;
  color: #C8D4C8;
}.wdr_tb_login_c8f:hover {
  border-color: rgba(80, 220, 80, 0.38);
  color: #F0F5F0;
}
@media(min-width: 479px) {.wdr_tb_login_c8f {
  display: block;
}
}.wdr_tb_reg_c8f {
  padding: 9px 1.125rem;
  border-radius: 10px;
  transition: background .2s;
  background: #2EC86E;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  color: #091009;
}.wdr_tb_reg_c8f:hover {
  background: #3EDA82;
}.wdr_sb_c8f {
  background: #111A11;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  z-index: 70;
  left: 0;
  position: fixed;
  top: 56px;
  bottom: 0;
  width: 13.75rem;
  overflow-y: auto;
}.wdr_sb_c8f.wdr_state_open_c8f {
  transform: translateX(0);
}.wdr_sb_c8f::-webkit-scrollbar {
  width: 0.25rem;
}.wdr_sb_c8f::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.wdr_sb_c8f {
  transform: translateX(0);
}
}.wdr_sb_auth_c8f {
  padding: 0.875rem 0.75rem 0.625rem;
}.wdr_sb_btn_reg_c8f {
  background: #2EC86E;
  border-radius: 10px;
  transition: background .2s;
  padding: 0.688rem;
  font-size: 0.813rem;
  text-align: center;
  color: #091009;
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 700;
}.wdr_sb_btn_reg_c8f:hover {
  background: #3EDA82;
}.wdr_sb_btn_login_c8f {
  border-radius: 10px;
  padding: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  color: #C8D4C8;
  font-size: 0.813rem;
  display: block;
  font-weight: 600;
  text-align: center;
}.wdr_sb_btn_login_c8f:hover {
  border-color: rgba(80, 220, 80, 0.38);
  color: #F0F5F0;
}.wdr_sb_promo_c8f {
  border: 1px solid rgba(80, 220, 80, 0.15);
  border-radius: 10px;
  background: linear-gradient(135deg,#0A2412,#111A11);
  margin: 0 0.75rem 0.625rem;
  padding: 12px 14px;
  overflow: hidden;
  position: relative;
}.wdr_sb_promo_c8f::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(80, 220, 80, 0.15),transparent 70%);
  height: 80px;
  right: -20px;
  width: 5rem;
  content: '';
  position: absolute;
  top: -20px;
}.wdr_sb_promo_title_c8f {
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  color: #50DC50;
  font-size: 0.688rem;
  letter-spacing: .06em;
  font-weight: 700;
}.wdr_sb_promo_text_c8f {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.35;
  color: #F0F5F0;
  overflow-wrap: break-word;
}.wdr_sb_promo_sub_c8f {
  font-size: 10px;
  color: #72907A;
  margin-top: 3px;
}.wdr_sb_nav_c8f {
  padding: 0.375rem 8px 16px;
}.wdr_sb_nav_lb_c8f {
  padding: 10px 0.5rem 0.375rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: .08em;
  color: #638065;
}.wdr_sb_link_c8f {
  gap: 10px;
  padding: 0.563rem 0.625rem;
  transition: background .15s,color .15s;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #90AC90;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 500;
}.wdr_sb_link_c8f:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0F5F0;
}.wdr_sb_link_c8f.wdr_state_active_c8f {
  background: rgba(80, 220, 80, 0.15);
  color: #F0F5F0;
}.wdr_sb_ic_c8f {
  border-radius: 0.375rem;
  width: 30px;
  justify-content: center;
  align-items: center;
  height: 1.875rem;
  display: flex;
  flex-shrink: 0;
}.wdr_sb_ic_c8f svg {
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
}.wdr_sb_ic_1_c8f {
  background: rgba(80, 220, 80, 0.07);
  color: #50DC50;
}.wdr_sb_ic_2_c8f {
  background: rgba(46, 200, 110, 0.16);
  color: #2EC86E;
}.wdr_sb_ic_3_c8f {
  background: rgba(240, 176, 48, 0.16);
  color: #F0B030;
}.wdr_sb_ic_4_c8f {
  background: rgba(232, 160, 48, 0.18);
  color: #E8A030;
}.wdr_sb_ic_5_c8f {
  background: rgba(80, 220, 80, 0.07);
  color: #E84098;
}.wdr_sb_ic_6_c8f {
  background: rgba(232, 160, 48, 0.18);
  color: #9B50D8;
}.wdr_sb_badge_c8f {
  padding: 2px 0.438rem;
  background: #F0B030;
  border-radius: 0.375rem;
  color: #091009;
  font-weight: 700;
  font-size: 9px;
  margin-left: auto;
}.wdr_sb_bot_c8f {
  padding: 0.75rem;
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.wdr_sb_lang_c8f,.wdr_sb_help_c8f {
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 6px;
  transition: border-color .2s;
  padding: 9px 0.375rem;
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  font-size: 11px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #90AC90;
  font-weight: 600;
}.wdr_sb_lang_c8f:hover,.wdr_sb_help_c8f:hover {
  border-color: rgba(80, 220, 80, 0.38);
  color: #F0F5F0;
}.wdr_sb_lang_c8f svg,.wdr_sb_help_c8f svg {
  stroke-linecap: round;
  width: 13px;
  stroke-linejoin: round;
  height: 13px;
}.wdr_sb_bd_c8f {
  background: rgba(6, 9, 8, 0.78);
  inset: 0;
  z-index: 69;
  position: fixed;
  display: none;
}.wdr_sb_bd_c8f.wdr_state_on_c8f {
  display: block;
}
@media(min-width: 1081px) {.wdr_sb_bd_c8f {
  display: none!important;
}
}.wdr_mob_nav_c8f {
  background: #111A11;
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  position: fixed;
  bottom: 0;
  display: flex;
  right: 0;
  z-index: 80;
  left: 0;
}
@media(min-width: 1081px) {.wdr_mob_nav_c8f {
  display: none;
}
}.wdr_mob_nav_item_c8f {
  flex: 1;
  padding: 0.25rem 2px;
  gap: 4px;
  flex-direction: column;
  display: flex;
  align-items: center;
  color: #638065;
  cursor: pointer;
}.wdr_mob_nav_ic_c8f {
  line-height: 1;
}.wdr_mob_nav_ic_c8f svg {
  stroke-linecap: round;
  width: 1.25rem;
  stroke-linejoin: round;
  height: 1.25rem;
}.wdr_mob_nav_lb_c8f {
  font-size: 10px;
  color: #638065;
  font-weight: 600;
}.wdr_mob_nav_item_c8f.wdr_state_active_c8f {
  color: #50DC50;
}.wdr_mob_nav_item_c8f.wdr_state_active_c8f .wdr_mob_nav_lb_c8f {
  color: #50DC50;
}.wdr_hero_c8f {
  background: #0A0F0A;
  padding: 20px 1rem 0;
}
@media(min-width: 767px) {.wdr_hero_c8f {
  padding: 24px 1.5rem 0;
}
}.wdr_hero_in_c8f {
  gap: 12px;
  margin: 0 auto;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr;
}
@media(min-width: 859px) {.wdr_hero_in_c8f {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1102px) {.wdr_hero_in_c8f {
  grid-template-columns: 1fr 21.25rem;
}
}.wdr_hero_promo_c8f {
  border-radius: 0.875rem;
  background: #0D140D;
  overflow: hidden;
  display: flex;
  min-height: 13.75rem;
  position: relative;
  align-items: stretch;
}
@media(min-width: 769px) {.wdr_hero_promo_c8f {
  min-height: 280px;
}
}.wdr_hero_promo_bg_c8f {
  background-position: center;
  background: linear-gradient(120deg,#0A2412 0%,#0A0F0A 100%);
  inset: 0;
  background-size: cover;
  position: absolute;
}.wdr_hero_promo_bg_c8f::after {
  background: linear-gradient(90deg,#0A0F0A 0%,rgba(6, 9, 8, 0.78) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.wdr_hero_promo_glow_c8f {
  background: radial-gradient(circle,rgba(232, 160, 48, 0.18) 0%,transparent 65%);
  border-radius: 50%;
  top: -40px;
  width: 18.75rem;
  height: 300px;
  pointer-events: none;
  right: 60px;
  position: absolute;
}.wdr_hero_promo_ct_c8f {
  padding: 28px 1.5rem 1.75rem 1.75rem;
  z-index: 2;
  justify-content: center;
  max-width: 480px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media(min-width: 771px) {.wdr_hero_promo_ct_c8f {
  padding: 2.5rem 32px;
}
}.wdr_hero_badge_c8f {
  border-radius: 20px;
  padding: 0.313rem 0.75rem;
  background: rgba(80, 220, 80, 0.15);
  border: 1px solid rgba(80, 220, 80, 0.07);
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.875rem;
  color: #50DC50;
  text-transform: uppercase;
  font-size: 0.625rem;
  display: inline-block;
}.wdr_hero_h1_c8f {
  font-weight: 800;
  color: #F0F5F0;
  margin-bottom: 0.625rem;
  font-family: 'Oswald', sans-serif;
  line-height: 1.15;
  overflow-wrap: break-word;
  font-size: 26px;
}.wdr_hero_h1_c8f em {
  font-style: normal;
  color: #F0B030;
}
@media(min-width: 769px) {.wdr_hero_h1_c8f {
  font-size: 2.25rem;
}
}.wdr_hero_sub_c8f {
  margin-bottom: 20px;
  color: #90AC90;
  line-height: 1.55;
  font-size: 13px;
}
@media(min-width: 765px) {.wdr_hero_sub_c8f {
  font-size: 14px;
}
}.wdr_hero_row_c8f {
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.wdr_hero_cta_c8f {
  background: #2EC86E;
  border-radius: 0.625rem;
  padding: 0.813rem 26px;
  transition: background .2s;
  box-shadow: 0 5px 1.25rem rgba(46, 200, 110, 0.50), 0 1px 0 rgba(0, 0, 0, 0.40);
  font-size: 0.875rem;
  font-weight: 700;
  color: #091009;
}.wdr_hero_cta_c8f:hover {
  background: #3EDA82;
}.wdr_hero_terms_c8f {
  color: #638065;
  font-size: 0.688rem;
}.wdr_hero_game_c8f {
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  background: #0D140D;
  border-radius: 14px;
  flex-direction: column;
  display: flex;
  position: relative;
}.wdr_hero_game_badge_c8f {
  border: 1px solid rgba(240, 176, 48, 0.16);
  border-radius: 20px;
  background: rgba(240, 176, 48, 0.16);
  padding: 0.313rem 0.625rem;
  z-index: 3;
  color: #F0B030;
  letter-spacing: .06em;
  left: 12px;
  position: absolute;
  font-size: 0.625rem;
  text-transform: uppercase;
  top: 0.75rem;
  font-weight: 700;
}.wdr_hero_game_badge_c8f svg {
  height: 11px;
  width: 11px;
  margin-right: 4px;
  vertical-align: -1px;
}.wdr_hero_game_img_c8f {
  overflow: hidden;
  background: linear-gradient(135deg,#0A2412,#0A0F0A);
  padding-bottom: 60%;
  position: relative;
}.wdr_hero_game_img_c8f img {
  inset: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}.wdr_hero_game_play_c8f {
  inset: 0;
  background: rgba(6, 9, 8, 0.78);
  transition: opacity .2s;
  display: flex;
  align-items: center;
  opacity: 0;
  justify-content: center;
  position: absolute;
}.wdr_hero_game_c8f:hover .wdr_hero_game_play_c8f {
  opacity: 1;
}.wdr_hero_game_play_c8f span {
  border-radius: 50%;
  background: #50DC50;
  justify-content: center;
  display: flex;
  width: 3.25rem;
  align-items: center;
  height: 52px;
}.wdr_hero_game_play_c8f span svg {
  height: 18px;
  margin-left: 2px;
  width: 18px;
}.wdr_hero_game_info_c8f {
  padding: 0.875rem 1rem;
}.wdr_hero_game_title_c8f {
  margin-bottom: 0.25rem;
  font-size: 0.938rem;
  color: #F0F5F0;
  font-weight: 700;
  overflow-wrap: break-word;
}.wdr_hero_game_provider_c8f {
  font-size: 0.688rem;
  color: #72907A;
}.wdr_hero_game_btn_c8f {
  transition: background .2s;
  border-radius: 10px;
  padding: 0.688rem;
  background: #50DC50;
  margin: 12px 16px 16px;
  font-size: 0.813rem;
  display: block;
  font-weight: 700;
  color: #F0F5F0;
  text-align: center;
}.wdr_hero_game_c8f:hover .wdr_hero_game_btn_c8f {
  background: #6AE86A;
}.wdr_sbar_c8f {
  background: #0A0F0A;
  padding: 1rem 1rem 0;
}
@media(min-width: 769px) {.wdr_sbar_c8f {
  padding: 18px 1.5rem 0;
}
}.wdr_sbar_in_c8f {
  margin: 0 auto;
  max-width: 1320px;
}.wdr_sbar_row_c8f {
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  display: flex;
}.wdr_sbar_input_c8f {
  border-radius: 0.625rem;
  background: #0D140D;
  padding: 11px 1rem;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  flex: 1;
  transition: border-color .2s;
  font-size: 0.813rem;
  color: #72907A;
  cursor: pointer;
  display: flex;
  align-items: center;
}.wdr_sbar_input_c8f:hover {
  border-color: rgba(80, 220, 80, 0.38);
}.wdr_sbar_input_c8f svg {
  width: 0.938rem;
  stroke-linejoin: round;
  height: 15px;
  stroke-linecap: round;
  flex-shrink: 0;
}.wdr_sbar_providers_c8f {
  padding: 11px 18px;
  transition: border-color .2s;
  border-radius: 10px;
  background: #0D140D;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  font-size: 0.813rem;
  align-items: center;
  white-space: nowrap;
  color: #C8D4C8;
  font-weight: 600;
}.wdr_sbar_providers_c8f:hover {
  border-color: rgba(80, 220, 80, 0.38);
  color: #F0F5F0;
}.wdr_sbar_providers_c8f svg {
  stroke-linecap: round;
  width: 0.875rem;
  stroke-linejoin: round;
  height: 0.875rem;
}.wdr_sbar_tabs_c8f {
  gap: 6px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}.wdr_sbar_tabs_c8f::-webkit-scrollbar {
  display: none;
}.wdr_sbar_tab_c8f {
  border-radius: 1.25rem;
  gap: 0.438rem;
  transition: background .15s,color .15s,border-color .15s;
  padding: 0.5rem 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
  flex-shrink: 0;
  align-items: center;
  cursor: pointer;
  font-size: 0.75rem;
  color: #90AC90;
  white-space: nowrap;
  display: flex;
}.wdr_sbar_tab_c8f:hover {
  border-color: rgba(80, 220, 80, 0.38);
  background: rgba(255, 255, 255, 0.07);
  color: #F0F5F0;
}.wdr_sbar_tab_c8f.wdr_state_active_c8f {
  background: rgba(80, 220, 80, 0.15);
  border-color: rgba(80, 220, 80, 0.07);
  color: #F0F5F0;
}.wdr_sbar_tab_ic_c8f svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.875rem;
  width: 14px;
}.wdr_wy_c8f {
  padding: 2rem 16px 0;
  background: #0A0F0A;
}
@media(min-width: 770px) {.wdr_wy_c8f {
  padding: 2.5rem 1.5rem 0;
}
}.wdr_wy_in_c8f {
  margin: 0 auto;
  max-width: 1320px;
}.wdr_wy_head_c8f {
  max-width: 720px;
  margin-bottom: 18px;
}.wdr_wy_label_c8f {
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  color: #50DC50;
}.wdr_wy_h2_c8f {
  color: #F0F5F0;
  margin-bottom: 8px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
}
@media(min-width:768px) {.wdr_wy_h2_c8f {
  font-size: 24px;
}
}.wdr_wy_intro_c8f {
  margin: 0;
  line-height: 1.6;
  color: #72907A;
  font-size: 13px;
}.wdr_wy_grid_c8f {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.wdr_wy_grid_c8f {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.wdr_wy_grid_c8f {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.wdr_wy_card_c8f {
  background: #111A11;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,transform .2s;
  padding: 20px;
}.wdr_wy_card_c8f:hover {
  transform: translateY(-2px);
  border-color: rgba(80, 220, 80, 0.07);
}.wdr_wy_card_ic_c8f {
  background: rgba(80, 220, 80, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  height: 2.75rem;
  color: #50DC50;
  justify-content: center;
  margin-bottom: 0.875rem;
  width: 44px;
}.wdr_wy_card_ic_c8f svg {
  stroke-linecap: round;
  width: 1.375rem;
  height: 1.375rem;
  stroke-linejoin: round;
}.wdr_wy_card_h_c8f {
  line-height: 1.25;
  font-weight: 700;
  color: #F0F5F0;
  margin-bottom: 0.375rem;
  font-size: 0.938rem;
  overflow-wrap: break-word;
}.wdr_wy_card_p_c8f {
  line-height: 1.6;
  color: #72907A;
  font-size: 13px;
  overflow-wrap: break-word;
}.wdr_wy_card_p_c8f strong {
  font-weight: 600;
  color: #C8D4C8;
}.wdr_gr_jp_c8f {
  background: linear-gradient(135deg,#1C0E30 0%,#09080F 100%);
  padding: 20px;
  border-radius: 0.875rem;
  overflow: hidden;
  position: relative;
}.wdr_gr_jp_c8f::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(232, 160, 48, 0.18) 0%,transparent 70%);
  width: 250px;
  position: absolute;
  top: -3.75rem;
  left: -3.75rem;
  height: 15.625rem;
  content: '';
}.wdr_gr_jp_c8f::after {
  background: radial-gradient(circle,rgba(240, 176, 48, 0.16) 0%,transparent 70%);
  border-radius: 50%;
  right: 0;
  position: absolute;
  bottom: -40px;
  content: '';
  height: 12.5rem;
  width: 12.5rem;
}.wdr_gr_jp_head_c8f {
  gap: 1rem;
  z-index: 1;
  margin-bottom: 16px;
  flex-wrap: wrap;
  display: flex;
  position: relative;
  align-items: flex-start;
}.wdr_gr_jp_info_c8f {
  flex: 1;
}.wdr_gr_jp_label_c8f {
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #9B50D8;
}.wdr_gr_jp_label_c8f svg {
  vertical-align: -2px;
  margin-right: 4px;
  height: 0.875rem;
  width: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.wdr_gr_jp_amount_c8f {
  font-weight: 800;
  margin-bottom: 4px;
  font-size: 32px;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  overflow-wrap: break-word;
  color: #F0F5F0;
}
@media(min-width: 767px) {.wdr_gr_jp_amount_c8f {
  font-size: 2.5rem;
}
}.wdr_gr_jp_amount_c8f span {
  color: #F0B030;
}.wdr_gr_jp_seo_c8f {
  max-width: 480px;
  line-height: 1.5;
  font-size: 12px;
  overflow-wrap: break-word;
  color: #90AC90;
}.wdr_gr_jp_cta_c8f {
  background: rgba(232, 160, 48, 0.18);
  border: 1px solid rgba(232, 160, 48, 0.18);
  border-radius: 0.625rem;
  padding: 11px 1.25rem;
  transition: background .2s;
  color: #F0F5F0;
  margin-top: 4px;
  align-self: flex-start;
  font-weight: 700;
  white-space: nowrap;
  font-size: 13px;
  z-index: 1;
  position: relative;
  flex-shrink: 0;
}.wdr_gr_jp_cta_c8f:hover {
  background: #E8A030;
}.wdr_gcg_c8f {
  padding: 36px 1rem 0;
  background: #0A0F0A;
}
@media(min-width: 765px) {.wdr_gcg_c8f {
  padding: 2.75rem 24px 0;
}
}.wdr_gcg_in_c8f {
  margin: 0 auto;
  max-width: 82.5rem;
}.wdr_gcg_head_c8f {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.wdr_gcg_label_c8f {
  letter-spacing: .08em;
  color: #50DC50;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
}.wdr_gcg_h2_c8f {
  font-weight: 800;
  font-size: 22px;
  color: #F0F5F0;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
}
@media(min-width: 765px) {.wdr_gcg_h2_c8f {
  font-size: 28px;
}
}.wdr_gcg_intro_c8f {
  color: #72907A;
  line-height: 1.6;
  font-size: 13px;
}.wdr_gcg_grid_c8f {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.wdr_gcg_grid_c8f {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.wdr_gcg_grid_c8f {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.wdr_gcg_card_c8f {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.875rem;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  justify-content: flex-end;
  display: flex;
  min-height: 240px;
}.wdr_gcg_card_c8f:hover {
  border-color: rgba(80, 220, 80, 0.15);
  transform: translateY(-3px);
}.wdr_gcg_card_bg_c8f {
  inset: 0;
  z-index: 0;
  position: absolute;
}.wdr_gcg_card_bg_c8f::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.wdr_gcg_card_ic_c8f {
  border-radius: 0.375rem;
  background: rgba(0,0,0,.45);
  display: flex;
  color: #F0F5F0;
  z-index: 2;
  position: absolute;
  height: 40px;
  align-items: center;
  justify-content: center;
  top: 1.125rem;
  width: 40px;
  right: 1.125rem;
}.wdr_gcg_card_ic_c8f svg {
  width: 20px;
  height: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.wdr_gcg_card_ct_c8f {
  position: relative;
  z-index: 1;
}.wdr_gcg_card_h_c8f {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #F0F5F0;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  line-height: 1.2;
}
@media(min-width: 767px) {.wdr_gcg_card_h_c8f {
  font-size: 20px;
}
}.wdr_gcg_card_p_c8f {
  overflow-wrap: break-word;
  margin-bottom: 10px;
  font-size: 12px;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
}.wdr_gcg_card_p_c8f strong {
  font-weight: 600;
  color: #F0F5F0;
}.wdr_gcg_card_cta_c8f {
  gap: 0.25rem;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  display: inline-flex;
  align-items: center;
  color: #50DC50;
}.wdr_gcg_card_cta_c8f svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 12px;
  width: 12px;
}.wdr_ws_c8f {
  padding: 2rem 16px 0;
  background: #0A0F0A;
}
@media(min-width: 769px) {.wdr_ws_c8f {
  padding: 36px 24px 0;
}
}.wdr_ws_in_c8f {
  margin: 0 auto;
  max-width: 82.5rem;
}.wdr_ws_head_c8f {
  gap: 12px;
  margin-bottom: 0.875rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}.wdr_ws_title_c8f {
  gap: 0.625rem;
  align-items: center;
  font-size: 1rem;
  flex-wrap: wrap;
  display: flex;
  font-weight: 700;
  color: #F0F5F0;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
}.wdr_ws_title_ic_c8f svg {
  stroke-linejoin: round;
  height: 1.125rem;
  width: 18px;
  color: #F0B030;
  stroke-linecap: round;
}.wdr_ws_online_c8f {
  gap: 7px;
  color: #72907A;
  font-size: 0.75rem;
  font-weight: 600;
  align-items: center;
  display: flex;
}.wdr_ws_online_dot_c8f {
  background: #2EC86E;
  border-radius: 50%;
  height: 0.5rem;
  width: 0.5rem;
  box-shadow: 0 0 6px rgba(46, 200, 110, 0.16);
  flex-shrink: 0;
}.wdr_ws_scroll_c8f {
  gap: 0.5rem;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 8px;
}.wdr_ws_scroll_c8f::-webkit-scrollbar {
  display: none;
}.wdr_wc_c8f {
  border-radius: 0.625rem;
  background: #0D140D;
  gap: 10px;
  padding: 0.625rem 14px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  min-width: 220px;
  align-items: center;
  flex-shrink: 0;
}.wdr_wc_img_c8f {
  background: #111A11;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  height: 2.25rem;
  width: 36px;
}.wdr_wc_img_c8f img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.wdr_wc_info_c8f {
  min-width: 0;
}.wdr_wc_game_c8f {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  color: #C8D4C8;
  white-space: nowrap;
  font-weight: 600;
}.wdr_wc_player_c8f {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #638065;
  white-space: nowrap;
  font-size: 0.625rem;
}.wdr_wc_amount_c8f {
  white-space: nowrap;
  font-weight: 700;
  flex-shrink: 0;
  margin-left: auto;
  color: #2EC86E;
  font-size: 13px;
}.wdr_prov_c8f {
  background: #0A0F0A;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.wdr_prov_c8f {
  padding: 44px 1.5rem 0;
}
}.wdr_prov_in_c8f {
  margin: 0 auto;
  max-width: 1320px;
}.wdr_prov_head_c8f {
  margin-bottom: 16px;
}.wdr_prov_label_c8f {
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #50DC50;
  font-weight: 700;
  margin-bottom: 8px;
}.wdr_prov_h2_c8f {
  font-family: 'Oswald', sans-serif;
  color: #F0F5F0;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
}
@media(min-width: 766px) {.wdr_prov_h2_c8f {
  font-size: 1.5rem;
}
}.wdr_prov_seo_c8f {
  color: #72907A;
  line-height: 1.6;
  max-width: 38.75rem;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 1rem;
}.wdr_prov_seo_c8f strong {
  color: #C8D4C8;
  font-weight: 700;
}.wdr_prov_seo_c8f a {
  text-decoration: underline;
  color: #50DC50;
}.wdr_prov_grid_c8f {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width:640px) {.wdr_prov_grid_c8f {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.wdr_prov_grid_c8f {
  grid-template-columns: repeat(8,1fr);
}
}.wdr_prov_card_c8f {
  transition: border-color .2s,background .2s;
  gap: 7px;
  padding: 0.875rem 10px;
  border-radius: 0.625rem;
  background: #0D140D;
  border: 1px solid rgba(255, 255, 255, 0.10);
  align-items: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}.wdr_prov_card_c8f:hover {
  border-color: rgba(80, 220, 80, 0.38);
  background: #111A11;
}.wdr_prov_logo_c8f {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  align-items: center;
  width: 44px;
  display: flex;
  height: 44px;
  justify-content: center;
}.wdr_prov_logo_c8f img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.wdr_prov_name_c8f {
  font-size: 11px;
  text-align: center;
  font-weight: 600;
  color: #90AC90;
  overflow-wrap: break-word;
}.wdr_reg_c8f {
  padding: 36px 16px 0;
  background: #0A0F0A;
}
@media(min-width: 770px) {.wdr_reg_c8f {
  padding: 2.75rem 1.5rem 0;
}
}.wdr_reg_in_c8f {
  padding: 1.75rem 24px;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #111A11;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.wdr_reg_in_c8f {
  padding: 40px;
}
}.wdr_reg_top_c8f {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 858px) {.wdr_reg_top_c8f {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.wdr_reg_label_c8f {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 0.688rem;
  color: #50DC50;
  font-weight: 700;
}.wdr_reg_h2_c8f {
  font-weight: 800;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  color: #F0F5F0;
  font-family: 'Oswald', sans-serif;
}
@media(min-width: 765px) {.wdr_reg_h2_c8f {
  font-size: 1.75rem;
}
}.wdr_reg_bonus_c8f {
  padding: 0.625rem 16px;
  border: 1px solid rgba(240, 176, 48, 0.16);
  background: rgba(240, 176, 48, 0.16);
  gap: 0.5rem;
  border-radius: 0.625rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}.wdr_reg_bonus_amount_c8f {
  font-size: 20px;
  color: #F0B030;
  font-weight: 800;
}.wdr_reg_bonus_text_c8f {
  font-size: 13px;
  color: #90AC90;
  line-height: 1.35;
}.wdr_reg_cta_btn_c8f {
  padding: 14px 32px;
  border-radius: 10px;
  transition: background .2s;
  background: #2EC86E;
  font-size: 15px;
  box-shadow: 0 5px 1.25rem rgba(46, 200, 110, 0.50), 0 1px 0 rgba(0, 0, 0, 0.40);
  margin-bottom: 0.75rem;
  display: inline-block;
  font-weight: 700;
  color: #091009;
}.wdr_reg_cta_btn_c8f:hover {
  background: #3EDA82;
}.wdr_reg_terms_c8f {
  font-size: 0.688rem;
  color: #638065;
  line-height: 1.5;
}.wdr_reg_seo_c8f {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.65;
  margin-top: 1.25rem;
  padding-top: 20px;
  overflow-wrap: break-word;
  color: #72907A;
  font-size: 13px;
}.wdr_reg_seo_c8f p {
  line-height: 1.65;
  font-size: 13px;
  margin-bottom: 10px;
  color: #72907A;
}.wdr_reg_seo_c8f p:last-child {
  margin-bottom: 0;
}.wdr_reg_seo_c8f strong {
  font-weight: 700;
  color: #C8D4C8;
}.wdr_reg_seo_c8f a {
  transition: color .2s;
  color: #50DC50;
  text-decoration: underline;
}.wdr_reg_seo_c8f a:hover {
  color: #6AE86A;
}.wdr_reg_seo_c8f ul,.wdr_reg_seo_c8f ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.wdr_reg_seo_c8f ol {
  list-style: decimal;
}.wdr_reg_seo_c8f li {
  color: #72907A;
  margin-bottom: 4px;
  line-height: 1.65;
  font-size: 13px;
}.wdr_reg_seo_c8f table {
  font-size: 0.813rem;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 0.625rem;
}
@media(min-width: 769px) {.wdr_reg_seo_c8f table {
  display: table;
}
}.wdr_reg_seo_c8f th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C8D4C8;
}.wdr_reg_seo_c8f td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #72907A;
}.wdr_reg_steps_c8f {
  gap: 14px;
  flex-direction: column;
  display: flex;
  margin-top: 28px;
}
@media(min-width: 857px) {.wdr_reg_steps_c8f {
  margin-top: 0;
}
}.wdr_reg_step_c8f {
  border-radius: 10px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 14px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.wdr_reg_step_num_c8f {
  border: 1px solid rgba(80, 220, 80, 0.07);
  background: rgba(80, 220, 80, 0.15);
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  color: #50DC50;
  font-size: 0.875rem;
  width: 2.125rem;
  font-weight: 800;
  align-items: center;
  justify-content: center;
  height: 2.125rem;
}.wdr_reg_step_title_c8f {
  color: #F0F5F0;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 3px;
}.wdr_reg_step_text_c8f {
  line-height: 1.5;
  font-size: 0.75rem;
  color: #72907A;
}.wdr_reg_trust_c8f {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}.wdr_reg_trust_item_c8f {
  gap: 7px;
  font-size: 0.75rem;
  align-items: center;
  display: flex;
  color: #72907A;
  overflow-wrap: break-word;
}.wdr_reg_trust_ic_c8f svg {
  width: 16px;
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
  color: #50DC50;
}.wdr_app_c8f {
  padding: 36px 1rem 0;
  background: #0A0F0A;
}
@media(min-width: 770px) {.wdr_app_c8f {
  padding: 2.75rem 24px 0;
}
}.wdr_app_in_c8f {
  margin: 0 auto;
  max-width: 82.5rem;
}.wdr_app_head_c8f {
  margin-bottom: 1rem;
}.wdr_app_label_c8f {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-size: 11px;
  color: #50DC50;
  text-transform: uppercase;
}.wdr_app_h2_c8f {
  font-weight: 800;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  color: #F0F5F0;
}
@media(min-width: 765px) {.wdr_app_h2_c8f {
  font-size: 1.5rem;
}
}.wdr_app_sub_c8f {
  overflow-wrap: break-word;
  max-width: 37.5rem;
  color: #72907A;
  font-size: 13px;
  line-height: 1.6;
}.wdr_app_sub_c8f strong {
  font-weight: 700;
  color: #C8D4C8;
}.wdr_app_cards_c8f {
  gap: 0.625rem;
  display: grid;
  margin-top: 16px;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.wdr_app_cards_c8f {
  grid-template-columns: repeat(3,1fr);
}
}.wdr_app_card_c8f {
  gap: 1rem;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  align-items: flex-start;
}.wdr_app_card_ios_c8f {
  background: linear-gradient(135deg,rgba(80, 220, 80, 0.15) 0%,#111A11 100%);
}.wdr_app_card_android_c8f {
  background: linear-gradient(135deg,rgba(46, 200, 110, 0.16) 0%,#111A11 100%);
}.wdr_app_card_win_c8f {
  background: linear-gradient(135deg,rgba(240, 176, 48, 0.16) 0%,#111A11 100%);
}.wdr_app_card_ic_c8f svg {
  height: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 34px;
}.wdr_app_card_ic_c8f {
  flex-shrink: 0;
  color: #F0F5F0;
}.wdr_app_card_os_c8f {
  color: #72907A;
  font-size: 0.625rem;
  margin-bottom: 6px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.wdr_app_card_title_c8f {
  line-height: 1.2;
  color: #F0F5F0;
  font-weight: 700;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  margin-bottom: 6px;
}.wdr_app_card_text_c8f {
  color: #72907A;
  overflow-wrap: break-word;
  line-height: 1.5;
  margin-bottom: 14px;
  font-size: 12px;
}.wdr_app_card_btn_c8f {
  gap: 0.438rem;
  background: rgba(255, 255, 255, 0.12);
  transition: background .2s;
  padding: 0.625rem 1.125rem;
  border-radius: 6px;
  border: 1px solid rgba(80, 220, 80, 0.38);
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  color: #F0F5F0;
  font-weight: 700;
}.wdr_app_card_btn_c8f:hover {
  background: rgba(255, 255, 255, 0.07);
}.wdr_bon_c8f {
  padding: 2.25rem 1rem 0;
  background: #0A0F0A;
}
@media(min-width: 765px) {.wdr_bon_c8f {
  padding: 2.75rem 1.5rem 0;
}
}.wdr_bon_in_c8f {
  margin: 0 auto;
  max-width: 1320px;
}.wdr_bon_head_c8f {
  margin-bottom: 1.25rem;
}.wdr_bon_label_c8f {
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #50DC50;
}.wdr_bon_h2_c8f {
  font-weight: 800;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  color: #F0F5F0;
}
@media(min-width: 769px) {.wdr_bon_h2_c8f {
  font-size: 24px;
}
}.wdr_bon_seo_c8f {
  max-width: 620px;
  overflow-wrap: break-word;
  color: #72907A;
  font-size: 13px;
  line-height: 1.6;
}.wdr_bon_seo_c8f strong {
  font-weight: 700;
  color: #C8D4C8;
}.wdr_bon_seo_c8f a {
  color: #50DC50;
  text-decoration: underline;
}.wdr_bon_grid_c8f {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.wdr_bon_grid_c8f {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.wdr_bon_grid_c8f {
  grid-template-columns: repeat(5,1fr);
}
}.wdr_bon_card_c8f {
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,transform .2s;
  background: #0D140D;
  padding: 1rem;
}.wdr_bon_card_c8f:hover {
  border-color: rgba(80, 220, 80, 0.07);
  transform: translateY(-2px);
}.wdr_bon_card_ic_c8f svg {
  stroke-linecap: round;
  height: 26px;
  width: 1.625rem;
  stroke-linejoin: round;
}.wdr_bon_card_ic_c8f {
  margin-bottom: 10px;
}.wdr_bon_card_type_c8f {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .06em;
  font-weight: 700;
  color: #72907A;
  margin-bottom: 0.375rem;
}.wdr_bon_card_amount_c8f {
  color: #F0B030;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 6px;
  font-size: 1.125rem;
}.wdr_bon_card_name_c8f {
  overflow-wrap: break-word;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 13px;
  color: #F0F5F0;
}.wdr_bon_card_detail_c8f {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #638065;
  line-height: 1.5;
  overflow-wrap: break-word;
  padding-top: 0.5rem;
  font-size: 0.688rem;
}.wdr_faq_c8f {
  background: #0A0F0A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.wdr_faq_c8f {
  padding: 44px 24px 0;
}
}.wdr_faq_in_c8f {
  margin: 0 auto;
  max-width: 1320px;
}.wdr_faq_head_c8f {
  margin-bottom: 20px;
}.wdr_faq_label_c8f {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #50DC50;
  font-weight: 700;
  font-size: 11px;
}.wdr_faq_h2_c8f {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
  color: #F0F5F0;
  font-weight: 800;
}
@media(min-width:768px) {.wdr_faq_h2_c8f {
  font-size: 24px;
}
}.wdr_faq_list_c8f {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.wdr_faq_item_c8f {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.625rem;
  background: #111A11;
  overflow: hidden;
}.wdr_faq_q_c8f {
  padding: 1rem 20px;
  gap: 12px;
  transition: color .2s;
  font-size: 0.875rem;
  font-weight: 600;
  flex-wrap: wrap;
  cursor: pointer;
  color: #C8D4C8;
  overflow-wrap: break-word;
  justify-content: space-between;
  display: flex;
  align-items: center;
}.wdr_faq_q_c8f:hover {
  color: #F0F5F0;
}.wdr_faq_q_ic_c8f {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  width: 1.5rem;
  font-size: 16px;
  justify-content: center;
  flex-shrink: 0;
  color: #50DC50;
  height: 24px;
  display: flex;
  align-items: center;
}.wdr_faq_item_c8f.wdr_state_open_c8f .wdr_faq_q_ic_c8f {
  transform: rotate(45deg);
}.wdr_faq_a_c8f {
  padding: 0 1.25rem 16px;
  display: none;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #72907A;
  line-height: 1.7;
}.wdr_faq_item_c8f.wdr_state_open_c8f .wdr_faq_a_c8f {
  display: block;
}.wdr_faq_a_c8f strong {
  font-weight: 700;
  color: #C8D4C8;
}.wdr_faq_a_c8f a {
  color: #50DC50;
  text-decoration: underline;
}.wdr_faq_a_c8f ul,.wdr_faq_a_c8f ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.wdr_faq_a_c8f ol {
  list-style: decimal;
}.wdr_faq_a_c8f li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.wdr_faq_a_c8f table {
  margin: 8px 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  overflow-x: auto;
  display: block;
}
@media(min-width: 769px) {.wdr_faq_a_c8f table {
  display: table;
}
}.wdr_faq_a_c8f th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 8px;
  color: #C8D4C8;
  font-weight: 700;
  text-align: left;
}.wdr_faq_a_c8f td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 0.5rem;
  color: #72907A;
}.wdr_rv_c8f {
  padding: 36px 16px 0;
  background: #0A0F0A;
}
@media(min-width: 769px) {.wdr_rv_c8f {
  padding: 2.75rem 24px 0;
}
}.wdr_rv_in_c8f {
  margin: 0 auto;
  max-width: 82.5rem;
}.wdr_rv_head_c8f {
  max-width: 720px;
  margin-bottom: 1.25rem;
}.wdr_rv_label_c8f {
  letter-spacing: .08em;
  color: #50DC50;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.688rem;
}.wdr_rv_h2_c8f {
  margin-bottom: 10px;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  color: #F0F5F0;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
}
@media(min-width: 771px) {.wdr_rv_h2_c8f {
  font-size: 28px;
}
}.wdr_rv_stats_c8f {
  gap: 1.125rem;
  flex-wrap: wrap;
  display: flex;
  font-size: 0.813rem;
  align-items: center;
  color: #72907A;
}.wdr_rv_stats_score_c8f {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.wdr_rv_stats_score_val_c8f {
  font-size: 1.375rem;
  color: #F0B030;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
}.wdr_rv_stats_score_max_c8f {
  color: #638065;
  font-size: 13px;
}.wdr_rv_stats_badge_c8f {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.wdr_rv_stats_badge_c8f svg {
  width: 14px;
  color: #F0B030;
  height: 0.875rem;
}.wdr_rv_grid_c8f {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.wdr_rv_grid_c8f {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.wdr_rv_grid_c8f {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.wdr_rv_card_c8f {
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1.25rem;
  border-radius: 0.625rem;
  background: #111A11;
  display: flex;
  flex-direction: column;
}.wdr_rv_card_stars_c8f {
  gap: 2px;
  display: flex;
  color: #F0B030;
  margin-bottom: 10px;
}.wdr_rv_card_stars_c8f svg {
  width: 14px;
  height: 0.875rem;
}.wdr_rv_card_h_c8f {
  font-size: 0.875rem;
  line-height: 1.3;
  color: #F0F5F0;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 8px;
}.wdr_rv_card_body_c8f {
  flex: 1;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #72907A;
  margin-bottom: 14px;
  font-size: 13px;
}.wdr_rv_card_body_c8f strong {
  color: #C8D4C8;
  font-weight: 600;
}.wdr_rv_card_meta_c8f {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
}.wdr_rv_card_author_c8f {
  color: #C8D4C8;
  font-size: 0.75rem;
  font-weight: 600;
}.wdr_rv_card_date_c8f {
  color: #638065;
  font-size: 11px;
}.wdr_seo_c8f {
  padding: 36px 1rem 0;
  background: #0A0F0A;
}
@media(min-width: 765px) {.wdr_seo_c8f {
  padding: 44px 24px 0;
}
}.wdr_seo_in_c8f {
  background: #111A11;
  border: 1px solid rgba(255, 255, 255, 0.10);
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  border-radius: 14px;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.wdr_seo_in_c8f {
  padding: 36px 40px;
}
}.wdr_seo_label_c8f {
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
  color: #50DC50;
  letter-spacing: .08em;
  text-transform: uppercase;
}.wdr_seo_h2_c8f {
  color: #F0F5F0;
  line-height: 1.25;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-weight: 800;
}
@media(min-width: 766px) {.wdr_seo_h2_c8f {
  font-size: 24px;
}
}.wdr_seo_body_c8f {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #90AC90;
  font-size: 14px;
}.wdr_seo_body_c8f p {
  font-size: 14px;
  line-height: 1.75;
  color: #90AC90;
  margin-bottom: 0.75rem;
}.wdr_seo_body_c8f p:last-child {
  margin-bottom: 0;
}.wdr_seo_body_c8f strong {
  font-weight: 700;
  color: #C8D4C8;
}.wdr_seo_body_c8f a {
  transition: color .2s;
  color: #50DC50;
  text-decoration: underline;
}.wdr_seo_body_c8f a:hover {
  color: #6AE86A;
}.wdr_seo_body_c8f ul,.wdr_seo_body_c8f ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.wdr_seo_body_c8f ol {
  list-style: decimal;
}.wdr_seo_body_c8f li {
  margin-bottom: 6px;
  line-height: 1.75;
  color: #90AC90;
  font-size: 0.875rem;
}.wdr_seo_body_c8f table {
  overflow-x: auto;
  font-size: 0.813rem;
  width: 100%;
  display: block;
  border-collapse: collapse;
  margin-bottom: 12px;
}
@media(min-width: 771px) {.wdr_seo_body_c8f table {
  display: table;
}
}.wdr_seo_body_c8f th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  text-align: left;
  font-weight: 700;
  color: #C8D4C8;
}.wdr_seo_body_c8f td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #90AC90;
}.wdr_seo_cols_c8f {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width:640px) {.wdr_seo_cols_c8f {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.wdr_seo_cols_c8f {
  grid-template-columns: repeat(3,1fr);
}
}.wdr_seo_col_h_c8f {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #C8D4C8;
  font-weight: 700;
  margin-bottom: 0.438rem;
}.wdr_seo_col_p_c8f {
  font-size: 13px;
  color: #72907A;
  line-height: 1.65;
  overflow-wrap: break-word;
}.wdr_seo_stats_c8f {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.wdr_seo_stat_c8f {
  flex: 1;
  border-radius: 10px;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(80, 220, 80, 0.15);
  background: rgba(80, 220, 80, 0.07);
  min-width: 140px;
}.wdr_seo_stat_val_c8f {
  color: #50DC50;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-size: 1.25rem;
}.wdr_seo_stat_lb_c8f {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #72907A;
}.wdr_pmt_c8f {
  background: #0A0F0A;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.wdr_pmt_c8f {
  padding: 44px 24px 0;
}
}.wdr_pmt_in_c8f {
  margin: 0 auto;
  max-width: 1320px;
}.wdr_pmt_head_c8f {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.wdr_pmt_label_c8f {
  font-size: 0.688rem;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  color: #50DC50;
  letter-spacing: .08em;
}.wdr_pmt_h2_c8f {
  color: #F0F5F0;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
  font-size: 1.375rem;
  margin-bottom: 8px;
}
@media(min-width: 771px) {.wdr_pmt_h2_c8f {
  font-size: 1.75rem;
}
}.wdr_pmt_intro_c8f {
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.875rem;
  color: #72907A;
}.wdr_pmt_groups_c8f {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.wdr_pmt_group_c8f {
  padding: 20px;
  background: #111A11;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
}.wdr_pmt_group_head_c8f {
  gap: 0.75rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}.wdr_pmt_group_ic_c8f {
  background: rgba(80, 220, 80, 0.15);
  border-radius: 6px;
  flex-shrink: 0;
  height: 36px;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #50DC50;
  width: 36px;
}.wdr_pmt_group_ic_c8f svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 18px;
  height: 18px;
}.wdr_pmt_group_h_c8f {
  margin: 0;
  color: #F0F5F0;
  overflow-wrap: break-word;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
}.wdr_pmt_group_p_c8f {
  line-height: 1.6;
  color: #72907A;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 14px;
}.wdr_pmt_group_p_c8f strong {
  color: #C8D4C8;
  font-weight: 600;
}.wdr_pmt_table_wrap_c8f {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.wdr_pmt_table_c8f {
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
  min-width: 540px;
}.wdr_pmt_table_c8f th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  letter-spacing: .04em;
  font-weight: 700;
  color: #C8D4C8;
  white-space: nowrap;
  text-align: left;
  text-transform: uppercase;
  font-size: 11px;
}.wdr_pmt_table_c8f td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #72907A;
}.wdr_pmt_table_c8f tbody tr:last-child td {
  border-bottom: none;
}.wdr_pmt_table_c8f tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C8D4C8;
}.wdr_seo_c8f {
  background: #0A0F0A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.wdr_seo_c8f {
  padding: 44px 1.5rem 0;
}
}.wdr_seo_in_c8f {
  background: #111A11;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1.75rem 1.5rem;
  border-radius: 14px;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 770px) {.wdr_seo_in_c8f {
  padding: 36px 40px;
}
}.wdr_seo_label_c8f {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  color: #50DC50;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}.wdr_seo_h2_c8f {
  font-family: 'Oswald', sans-serif;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  color: #F0F5F0;
  font-weight: 800;
  font-size: 20px;
}
@media(min-width: 769px) {.wdr_seo_h2_c8f {
  font-size: 1.5rem;
}
}.wdr_seo_body_c8f {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #90AC90;
  overflow-wrap: break-word;
}.wdr_seo_body_c8f p {
  font-size: 0.875rem;
  margin-bottom: 12px;
  line-height: 1.75;
  color: #90AC90;
}.wdr_seo_body_c8f p:last-child {
  margin-bottom: 0;
}.wdr_seo_body_c8f strong {
  font-weight: 700;
  color: #C8D4C8;
}.wdr_seo_body_c8f a {
  transition: color .2s;
  text-decoration: underline;
  color: #50DC50;
}.wdr_seo_body_c8f a:hover {
  color: #6AE86A;
}.wdr_seo_body_c8f ul,.wdr_seo_body_c8f ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.wdr_seo_body_c8f ol {
  list-style: decimal;
}.wdr_seo_body_c8f li {
  font-size: 0.875rem;
  color: #90AC90;
  margin-bottom: 6px;
  line-height: 1.75;
}.wdr_seo_body_c8f table {
  font-size: 0.813rem;
  display: block;
  margin-bottom: 0.75rem;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 765px) {.wdr_seo_body_c8f table {
  display: table;
}
}.wdr_seo_body_c8f th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #C8D4C8;
  font-weight: 700;
}.wdr_seo_body_c8f td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #90AC90;
}.wdr_seo_cols_c8f {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.wdr_seo_cols_c8f {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.wdr_seo_cols_c8f {
  grid-template-columns: repeat(3,1fr);
}
}.wdr_seo_col_h_c8f {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.438rem;
  color: #C8D4C8;
  font-size: 0.813rem;
}.wdr_seo_col_p_c8f {
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #72907A;
}.wdr_seo_stats_c8f {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.wdr_seo_stat_c8f {
  background: rgba(80, 220, 80, 0.07);
  border: 1px solid rgba(80, 220, 80, 0.15);
  flex: 1;
  border-radius: 10px;
  padding: 0.875rem 1rem;
  min-width: 140px;
}.wdr_seo_stat_val_c8f {
  color: #50DC50;
  font-size: 20px;
  margin-bottom: 0.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
}.wdr_seo_stat_lb_c8f {
  font-size: 0.688rem;
  color: #72907A;
  overflow-wrap: break-word;
}.wdr_seo_c8f {
  background: #0A0F0A;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.wdr_seo_c8f {
  padding: 44px 1.5rem 0;
}
}.wdr_seo_in_c8f {
  margin: 0 auto;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 14px;
  background: #111A11;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.wdr_seo_in_c8f {
  padding: 2.25rem 2.5rem;
}
}.wdr_seo_label_c8f {
  letter-spacing: .08em;
  color: #50DC50;
  margin-bottom: 0.625rem;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}.wdr_seo_h2_c8f {
  line-height: 1.25;
  font-size: 1.25rem;
  color: #F0F5F0;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 14px;
}
@media(min-width: 765px) {.wdr_seo_h2_c8f {
  font-size: 1.5rem;
}
}.wdr_seo_body_c8f {
  font-size: 14px;
  color: #90AC90;
  overflow-wrap: break-word;
  line-height: 1.75;
}.wdr_seo_body_c8f p {
  font-size: 14px;
  margin-bottom: 0.75rem;
  color: #90AC90;
  line-height: 1.75;
}.wdr_seo_body_c8f p:last-child {
  margin-bottom: 0;
}.wdr_seo_body_c8f strong {
  font-weight: 700;
  color: #C8D4C8;
}.wdr_seo_body_c8f a {
  transition: color .2s;
  text-decoration: underline;
  color: #50DC50;
}.wdr_seo_body_c8f a:hover {
  color: #6AE86A;
}.wdr_seo_body_c8f ul,.wdr_seo_body_c8f ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.wdr_seo_body_c8f ol {
  list-style: decimal;
}.wdr_seo_body_c8f li {
  margin-bottom: 6px;
  color: #90AC90;
  font-size: 14px;
  line-height: 1.75;
}.wdr_seo_body_c8f table {
  display: block;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.813rem;
  margin-bottom: 12px;
  overflow-x: auto;
}
@media(min-width: 771px) {.wdr_seo_body_c8f table {
  display: table;
}
}.wdr_seo_body_c8f th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #C8D4C8;
  text-align: left;
  font-weight: 700;
}.wdr_seo_body_c8f td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #90AC90;
}.wdr_seo_cols_c8f {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 637px) {.wdr_seo_cols_c8f {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.wdr_seo_cols_c8f {
  grid-template-columns: repeat(3,1fr);
}
}.wdr_seo_col_h_c8f {
  color: #C8D4C8;
  font-weight: 700;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-size: 13px;
}.wdr_seo_col_p_c8f {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #72907A;
  overflow-wrap: break-word;
}.wdr_seo_stats_c8f {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.wdr_seo_stat_c8f {
  padding: 0.875rem 16px;
  flex: 1;
  background: rgba(80, 220, 80, 0.07);
  border: 1px solid rgba(80, 220, 80, 0.15);
  border-radius: 0.625rem;
  min-width: 8.75rem;
}.wdr_seo_stat_val_c8f {
  color: #50DC50;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}.wdr_seo_stat_lb_c8f {
  overflow-wrap: break-word;
  color: #72907A;
  font-size: 11px;
}.wdr_ft_c8f {
  background: #060908;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.wdr_ft_support_c8f {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.wdr_ft_support_c8f {
  padding: 28px 1.5rem;
}
}.wdr_ft_support_in_c8f {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  max-width: 82.5rem;
}.wdr_ft_support_main_c8f {
  gap: 1rem;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  min-width: 220px;
}.wdr_ft_support_ic_c8f {
  color: #50DC50;
  flex-shrink: 0;
}.wdr_ft_support_ic_c8f svg {
  stroke-linejoin: round;
  height: 1.875rem;
  stroke-linecap: round;
  width: 30px;
}.wdr_ft_support_text_title_c8f {
  font-size: 15px;
  color: #F0F5F0;
  font-weight: 700;
  margin-bottom: 3px;
  overflow-wrap: break-word;
}.wdr_ft_support_text_sub_c8f {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #72907A;
}.wdr_ft_support_btn_c8f {
  transition: background .2s;
  padding: 0.688rem 1.375rem;
  border-radius: 0.625rem;
  background: #50DC50;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  flex-shrink: 0;
  color: #F0F5F0;
}.wdr_ft_support_btn_c8f:hover {
  background: #6AE86A;
}.wdr_ft_support_contacts_c8f {
  gap: 16px;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.wdr_ft_support_contact_c8f {
  color: #638065;
  line-height: 1.4;
  font-size: 12px;
}.wdr_ft_support_contact_c8f strong {
  display: block;
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #90AC90;
}.wdr_ft_main_c8f {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 765px) {.wdr_ft_main_c8f {
  padding: 40px 24px 2rem;
}
}.wdr_ft_main_in_c8f {
  margin: 0 auto;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 1320px;
}
@media(min-width: 637px) {.wdr_ft_main_in_c8f {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.wdr_ft_main_in_c8f {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.wdr_ft_col_logo_c8f {
  grid-column: 1/-1;
}
@media(min-width: 1083px) {.wdr_ft_col_logo_c8f {
  grid-column: auto;
}
}.wdr_ft_logo_c8f {
  gap: 0.563rem;
  font-weight: 800;
  align-items: center;
  color: #F0F5F0;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  font-size: 16px;
  display: flex;
  overflow-wrap: break-word;
}.wdr_ft_logo_mark_c8f {
  border-radius: 6px;
  overflow: hidden;
  height: 30px;
  width: 30px;
}.wdr_ft_logo_mark_c8f img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.wdr_ft_logo_sub_c8f {
  font-size: 12px;
  line-height: 1.55;
  max-width: 12.5rem;
  color: #638065;
  overflow-wrap: break-word;
}.wdr_ft_col_title_c8f {
  color: #90AC90;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
}.wdr_ft_col_links_c8f {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.wdr_ft_col_link_c8f {
  transition: color .2s;
  color: #638065;
  overflow-wrap: break-word;
  font-size: 13px;
}.wdr_ft_col_link_c8f:hover {
  color: #C8D4C8;
}.wdr_ft_apps_c8f {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.wdr_ft_app_card_c8f {
  padding: 10px 0.75rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  align-items: center;
  display: flex;
}.wdr_ft_app_card_c8f:hover {
  border-color: rgba(80, 220, 80, 0.38);
}.wdr_ft_app_card_ic_c8f svg {
  height: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 22px;
}.wdr_ft_app_card_os_c8f {
  font-weight: 600;
  color: #638065;
  font-size: 0.625rem;
}.wdr_ft_app_card_action_c8f {
  font-weight: 700;
  color: #C8D4C8;
  font-size: 0.75rem;
}.wdr_ft_bot_c8f {
  padding: 20px 1rem;
}
@media(min-width: 767px) {.wdr_ft_bot_c8f {
  padding: 20px 1.5rem;
}
}.wdr_ft_bot_in_c8f {
  margin: 0 auto;
  gap: 1rem;
  max-width: 82.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.wdr_ft_socials_c8f {
  gap: 0.5rem;
  display: flex;
}.wdr_ft_soc_c8f {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.375rem;
  transition: background .2s;
  align-items: center;
  justify-content: center;
  width: 36px;
  display: flex;
  height: 2.25rem;
  color: #90AC90;
}.wdr_ft_soc_c8f svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
  height: 1rem;
}.wdr_ft_soc_c8f:hover {
  background: rgba(255, 255, 255, 0.07);
}.wdr_ft_legal_c8f {
  flex: 1;
  overflow-wrap: break-word;
  font-size: 11px;
  color: #7A9A7A;
  min-width: 200px;
  line-height: 1.6;
}.wdr_ft_legal_c8f strong {
  color: #90AC90;
  font-weight: 700;
}.wdr_ft_legal_c8f a {
  color: #90AC90;
  text-decoration: underline;
}.wdr_ft_age_c8f {
  border: 2px solid #7A9A7A;
  border-radius: 50%;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-weight: 800;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-left: auto;
  font-size: 0.688rem;
  color: #7A9A7A;
}