*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  font-family: 'DM Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  color: #C6DCC4;
  background-color: #0B0F0B;
  min-height: 100vh;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}a {
  color: inherit;
  text-decoration: none;
}.wrh-layout_cas {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.wrh-page_cas {
  min-height: 100vh;
  display: flex;
}.wrh-main_cas {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media screen and (min-width: 1081px) {.wrh-main_cas {
  padding-left: 13.75rem;
}
}
@media screen and (max-width: 1080px) {.wrh-main_cas {
  padding-bottom: 72px;
}
}.wrh-gc_cas {
  background: #0F130F;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  width: 140px;
  cursor: pointer;
}
@media(min-width: 641px) {.wrh-gc_cas {
  width: 9.75rem;
}
}
@media(min-width: 1078px) {.wrh-gc_cas {
  width: 168px;
}
}.wrh-gc_cas:hover {
  transform: translateY(-3px);
  border-color: rgba(102, 238, 0, 0.07);
}.wrh-gc_img_cas {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.wrh-gc_img_cas img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.wrh-gc_hover_cas {
  background: rgba(0, 0, 0, 0.62);
  transition: opacity .2s;
  inset: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  opacity: 0;
  position: absolute;
}.wrh-gc_cas:hover .wrh-gc_hover_cas {
  opacity: 1;
}.wrh-gc_hover_btn_cas {
  background: #66EE00;
  padding: 0.5rem 16px;
  border-radius: 0.313rem;
  font-size: 12px;
  color: #F0FEF0;
  font-weight: 700;
}.wrh-gc_info_cas {
  padding: 8px 10px 10px;
}.wrh-gc_name_cas {
  overflow: hidden;
  margin-bottom: 3px;
  max-width: 100%;
  font-size: 0.75rem;
  color: #C6DCC4;
  white-space: nowrap;
  font-weight: 600;
  text-overflow: ellipsis;
}.wrh-gc_prov_cas {
  color: #4E6249;
  font-size: 0.625rem;
}.wrh-gc_tag_cas {
  padding: 2px 0.438rem;
  border-radius: 4px;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
  font-size: 0.563rem;
  top: 6px;
  font-weight: 700;
  letter-spacing: .04em;
  left: 6px;
}.wrh-gc_tag_hot_cas {
  background: #FF3328;
  color: #fff;
}.wrh-gc_tag_new_cas {
  background: #38D400;
  color: #0B0F0B;
}.wrh-gc_tag_jp_cas {
  background: #F0BC1C;
  color: #0B0F0B;
}.wrh-gc_tag_ex_cas {
  background: #00C87A;
  color: #fff;
}.wrh-gc_tag_live_cas {
  background: #FF3328;
  color: #fff;
}.wrh-gr_cas {
  padding: 32px 1rem 0;
  background: #0B0F0B;
}
@media(min-width: 770px) {.wrh-gr_cas {
  padding: 2.25rem 1.5rem 0;
}
}.wrh-gr_in_cas {
  margin: 0 auto;
  max-width: 1320px;
}.wrh-gr_head_cas {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}.wrh-gr_head_l_cas {
  flex: 1;
  gap: 0.625rem;
  align-items: center;
  min-width: 0;
  display: flex;
}.wrh-gr_ic_cas {
  border-radius: 0.5rem;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  width: 2rem;
  align-items: center;
  height: 32px;
}.wrh-gr_ic_cas svg {
  height: 16px;
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
}.wrh-gr_title_cas {
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0FEF0;
  font-weight: 700;
  font-size: 1rem;
}
@media(min-width:768px) {.wrh-gr_title_cas {
  font-size: 1.125rem;
}
}.wrh-gr_more_cas {
  gap: 5px;
  transition: color .2s;
  flex-shrink: 0;
  white-space: nowrap;
  color: #657E62;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  align-items: center;
}.wrh-gr_more_cas:hover {
  color: #66EE00;
}.wrh-gr_more_cas svg {
  width: 12px;
  height: 0.75rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.wrh-gr_arrows_cas {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.wrh-gr_arr_cas {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.313rem;
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  justify-content: center;
  height: 30px;
  width: 30px;
  color: #8FAC8C;
  align-items: center;
  display: flex;
}.wrh-gr_arr_cas:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F0FEF0;
}.wrh-gr_arr_cas svg {
  height: 13px;
  width: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.wrh-gr_seo_h_cas {
  margin: 0 0 0.375rem;
  color: #C6DCC4;
  max-width: 42.5rem;
  font-size: 13px;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-weight: 700;
}
@media(min-width: 769px) {.wrh-gr_seo_h_cas {
  font-size: 0.875rem;
}
}.wrh-gr_seo_cas {
  font-size: 0.75rem;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  color: #657E62;
  line-height: 1.55;
  max-width: 680px;
}.wrh-gr_seo_cas strong {
  color: #C6DCC4;
  font-weight: 600;
}.wrh-gr_scroll_cas {
  gap: 10px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding-bottom: 0.625rem;
  display: flex;
}.wrh-gr_scroll_cas::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.wrh-gr_scroll_cas {
  gap: 0.75rem;
}
}.wrh-tb_cas {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0B0F0B;
  height: 56px;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  z-index: 80;
  position: fixed;
  align-items: center;
}.wrh-tb_in_cas {
  gap: 0;
  padding: 0 0.875rem;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}.wrh-tb_burger_cas {
  border-radius: 8px;
  gap: 0.313rem;
  height: 38px;
  flex-shrink: 0;
  justify-content: center;
  margin-right: 8px;
  width: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
}.wrh-tb_burger_cas:hover {
  background: rgba(255, 255, 255, 0.05);
}.wrh-tb_burger_line_cas {
  border-radius: 1px;
  background: #8FAC8C;
  width: 18px;
  height: 2px;
  display: block;
}
@media(min-width: 1081px) {.wrh-tb_burger_cas {
  display: none;
}
}.wrh-tb_logo_cas {
  gap: 9px;
  font-weight: 800;
  display: flex;
  font-size: 18px;
  align-items: center;
  overflow-wrap: break-word;
  margin-right: 1.25rem;
  color: #F0FEF0;
  letter-spacing: -.01em;
  flex-shrink: 0;
}.wrh-tb_logo_mark_cas {
  border-radius: 0.5rem;
  overflow: hidden;
  height: 2rem;
  align-items: center;
  width: 32px;
  display: flex;
  justify-content: center;
}.wrh-tb_logo_mark_cas img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.wrh-tb_nav_cas {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width:640px) {.wrh-tb_nav_cas {
  display: flex;
}
}.wrh-tb_tab_cas {
  transition: background .15s,color .15s;
  border-radius: 0.5rem;
  padding: 8px 0.875rem;
  color: #8FAC8C;
  font-size: 0.813rem;
  font-weight: 600;
  white-space: nowrap;
}.wrh-tb_tab_cas:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0FEF0;
}.wrh-tb_tab_cas.wrh-state_active_cas {
  background: rgba(102, 238, 0, 0.17);
  color: #F0FEF0;
}.wrh-tb_right_cas {
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
  align-items: center;
  display: flex;
}.wrh-tb_login_cas {
  padding: 0.563rem 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  color: #C6DCC4;
  display: none;
  font-weight: 600;
  font-size: 0.813rem;
}.wrh-tb_login_cas:hover {
  border-color: rgba(102, 238, 0, 0.38);
  color: #F0FEF0;
}
@media(min-width: 479px) {.wrh-tb_login_cas {
  display: block;
}
}.wrh-tb_reg_cas {
  padding: 9px 18px;
  border-radius: 0.5rem;
  background: #38D400;
  transition: background .2s;
  color: #07110A;
  font-weight: 700;
  font-size: 0.813rem;
  white-space: nowrap;
}.wrh-tb_reg_cas:hover {
  background: #4EEB18;
}.wrh-sb_cas {
  background: #141A14;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  transition: transform .25s ease;
  width: 220px;
  position: fixed;
  top: 56px;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  z-index: 70;
}.wrh-sb_cas.wrh-state_open_cas {
  transform: translateX(0);
}.wrh-sb_cas::-webkit-scrollbar {
  width: 4px;
}.wrh-sb_cas::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width:1080px) {.wrh-sb_cas {
  transform: translateX(0);
}
}.wrh-sb_auth_cas {
  padding: 14px 12px 0.625rem;
}.wrh-sb_btn_reg_cas {
  padding: 0.688rem;
  background: #38D400;
  border-radius: 8px;
  transition: background .2s;
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 0.813rem;
  color: #07110A;
  margin-bottom: 0.5rem;
}.wrh-sb_btn_reg_cas:hover {
  background: #4EEB18;
}.wrh-sb_btn_login_cas {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem;
  transition: border-color .2s;
  font-weight: 600;
  text-align: center;
  display: block;
  color: #C6DCC4;
  font-size: 0.813rem;
}.wrh-sb_btn_login_cas:hover {
  border-color: rgba(102, 238, 0, 0.38);
  color: #F0FEF0;
}.wrh-sb_promo_cas {
  margin: 0 0.75rem 10px;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(135deg,#061604,#141A14);
  padding: 0.75rem 0.875rem;
  border: 1px solid rgba(102, 238, 0, 0.17);
  position: relative;
}.wrh-sb_promo_cas::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(102, 238, 0, 0.17),transparent 70%);
  top: -1.25rem;
  content: '';
  height: 5rem;
  right: -20px;
  position: absolute;
  width: 80px;
}.wrh-sb_promo_title_cas {
  font-size: 11px;
  color: #66EE00;
  letter-spacing: .06em;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
}.wrh-sb_promo_text_cas {
  font-size: 0.75rem;
  color: #F0FEF0;
  line-height: 1.35;
  overflow-wrap: break-word;
  font-weight: 600;
}.wrh-sb_promo_sub_cas {
  margin-top: 3px;
  font-size: 10px;
  color: #657E62;
}.wrh-sb_nav_cas {
  padding: 0.375rem 0.5rem 16px;
}.wrh-sb_nav_lb_cas {
  padding: 0.625rem 8px 0.375rem;
  text-transform: uppercase;
  color: #4E6249;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}.wrh-sb_link_cas {
  padding: 0.563rem 0.625rem;
  border-radius: 5px;
  gap: 0.625rem;
  transition: background .15s,color .15s;
  font-size: 0.813rem;
  cursor: pointer;
  overflow-wrap: break-word;
  align-items: center;
  font-weight: 500;
  display: flex;
  color: #8FAC8C;
}.wrh-sb_link_cas:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0FEF0;
}.wrh-sb_link_cas.wrh-state_active_cas {
  background: rgba(102, 238, 0, 0.17);
  color: #F0FEF0;
}.wrh-sb_ic_cas {
  border-radius: 5px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 1.875rem;
  display: flex;
  width: 30px;
}.wrh-sb_ic_cas svg {
  stroke-linecap: round;
  height: 1rem;
  width: 1rem;
  stroke-linejoin: round;
}.wrh-sb_ic_1_cas {
  background: rgba(102, 238, 0, 0.07);
  color: #66EE00;
}.wrh-sb_ic_2_cas {
  background: rgba(56, 212, 0, 0.16);
  color: #38D400;
}.wrh-sb_ic_3_cas {
  background: rgba(240, 188, 28, 0.15);
  color: #F0BC1C;
}.wrh-sb_ic_4_cas {
  background: rgba(0, 200, 122, 0.17);
  color: #00C87A;
}.wrh-sb_ic_5_cas {
  background: rgba(102, 238, 0, 0.07);
  color: #FF2878;
}.wrh-sb_ic_6_cas {
  background: rgba(0, 200, 122, 0.17);
  color: #B44EFF;
}.wrh-sb_badge_cas {
  background: #F0BC1C;
  border-radius: 0.313rem;
  padding: 2px 0.438rem;
  margin-left: auto;
  color: #07110A;
  font-size: 9px;
  font-weight: 700;
}.wrh-sb_bot_cas {
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.5rem;
  display: flex;
}.wrh-sb_lang_cas,.wrh-sb_help_cas {
  transition: border-color .2s;
  border-radius: 5px;
  padding: 0.563rem 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  gap: 0.375rem;
  font-size: 0.688rem;
  align-items: center;
  display: flex;
  font-weight: 600;
  color: #8FAC8C;
  justify-content: center;
}.wrh-sb_lang_cas:hover,.wrh-sb_help_cas:hover {
  border-color: rgba(102, 238, 0, 0.38);
  color: #F0FEF0;
}.wrh-sb_lang_cas svg,.wrh-sb_help_cas svg {
  stroke-linecap: round;
  height: 13px;
  stroke-linejoin: round;
  width: 13px;
}.wrh-sb_bd_cas {
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  z-index: 69;
  position: fixed;
  display: none;
}.wrh-sb_bd_cas.wrh-state_on_cas {
  display: block;
}
@media(min-width: 1081px) {.wrh-sb_bd_cas {
  display: none!important;
}
}.wrh-mob_nav_cas {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #141A14;
  right: 0;
  position: fixed;
  left: 0;
  z-index: 80;
  bottom: 0;
  display: flex;
}
@media(min-width: 1077px) {.wrh-mob_nav_cas {
  display: none;
}
}.wrh-mob_nav_item_cas {
  padding: 4px 2px;
  flex: 1;
  gap: 0.25rem;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  align-items: center;
  color: #4E6249;
}.wrh-mob_nav_ic_cas {
  line-height: 1;
}.wrh-mob_nav_ic_cas svg {
  stroke-linecap: round;
  height: 20px;
  width: 20px;
  stroke-linejoin: round;
}.wrh-mob_nav_lb_cas {
  font-size: 0.625rem;
  font-weight: 600;
  color: #4E6249;
}.wrh-mob_nav_item_cas.wrh-state_active_cas {
  color: #66EE00;
}.wrh-mob_nav_item_cas.wrh-state_active_cas .wrh-mob_nav_lb_cas {
  color: #66EE00;
}.wrh-hero_cas {
  padding: 20px 16px 0;
  background: #0B0F0B;
}
@media(min-width: 767px) {.wrh-hero_cas {
  padding: 1.5rem 1.5rem 0;
}
}.wrh-hero_in_cas {
  margin: 0 auto;
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
}
@media(min-width: 863px) {.wrh-hero_in_cas {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.wrh-hero_in_cas {
  grid-template-columns: 1fr 21.25rem;
}
}.wrh-hero_promo_cas {
  border-radius: 0.875rem;
  background: #0F130F;
  overflow: hidden;
  display: flex;
  min-height: 13.75rem;
  align-items: stretch;
  position: relative;
}
@media(min-width: 771px) {.wrh-hero_promo_cas {
  min-height: 17.5rem;
}
}.wrh-hero_promo_bg_cas {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#061604 0%,#0B0F0B 100%);
  background-size: cover;
  position: absolute;
}.wrh-hero_promo_bg_cas::after {
  inset: 0;
  background: linear-gradient(90deg,#0B0F0B 0%,rgba(0, 0, 0, 0.62) 60%,transparent 100%);
  position: absolute;
  content: '';
}.wrh-hero_promo_glow_cas {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(0, 200, 122, 0.17) 0%,transparent 65%);
  right: 3.75rem;
  top: -40px;
  position: absolute;
  height: 300px;
  width: 18.75rem;
  pointer-events: none;
}.wrh-hero_promo_ct_cas {
  padding: 1.75rem 1.5rem 1.75rem 28px;
  position: relative;
  justify-content: center;
  display: flex;
  max-width: 30rem;
  z-index: 2;
  flex-direction: column;
}
@media(min-width: 766px) {.wrh-hero_promo_ct_cas {
  padding: 40px 32px;
}
}.wrh-hero_badge_cas {
  padding: 5px 0.75rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(102, 238, 0, 0.07);
  background: rgba(102, 238, 0, 0.17);
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.875rem;
  letter-spacing: .08em;
  color: #66EE00;
  font-size: 10px;
}.wrh-hero_h1_cas {
  color: #F0FEF0;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.625rem;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 10px;
}.wrh-hero_h1_cas em {
  color: #F0BC1C;
  font-style: normal;
}
@media(min-width: 771px) {.wrh-hero_h1_cas {
  font-size: 36px;
}
}.wrh-hero_sub_cas {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.55;
  color: #8FAC8C;
}
@media(min-width: 765px) {.wrh-hero_sub_cas {
  font-size: 14px;
}
}.wrh-hero_row_cas {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.wrh-hero_cta_cas {
  padding: 0.813rem 1.625rem;
  background: #38D400;
  border-radius: 8px;
  transition: background .2s;
  font-size: 0.875rem;
  color: #07110A;
  font-weight: 700;
  box-shadow: 0 0.375rem 1.75rem rgba(56, 212, 0, 0.42), 0 1px 3px rgba(0, 0, 0, 0.6);
}.wrh-hero_cta_cas:hover {
  background: #4EEB18;
}.wrh-hero_terms_cas {
  font-size: 0.688rem;
  color: #4E6249;
}.wrh-hero_game_cas {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.875rem;
  background: #0F130F;
  overflow: hidden;
  display: flex;
  position: relative;
  flex-direction: column;
}.wrh-hero_game_badge_cas {
  border: 1px solid rgba(240, 188, 28, 0.15);
  padding: 5px 0.625rem;
  background: rgba(240, 188, 28, 0.15);
  border-radius: 20px;
  top: 0.75rem;
  z-index: 3;
  color: #F0BC1C;
  left: 12px;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: .06em;
}.wrh-hero_game_badge_cas svg {
  vertical-align: -1px;
  width: 0.688rem;
  height: 11px;
  margin-right: 0.25rem;
}.wrh-hero_game_img_cas {
  overflow: hidden;
  background: linear-gradient(135deg,#061604,#0B0F0B);
  padding-bottom: 60%;
  position: relative;
}.wrh-hero_game_img_cas img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}.wrh-hero_game_play_cas {
  transition: opacity .2s;
  background: rgba(0, 0, 0, 0.62);
  inset: 0;
  align-items: center;
  position: absolute;
  justify-content: center;
  display: flex;
  opacity: 0;
}.wrh-hero_game_cas:hover .wrh-hero_game_play_cas {
  opacity: 1;
}.wrh-hero_game_play_cas span {
  background: #66EE00;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
  display: flex;
}.wrh-hero_game_play_cas span svg {
  width: 18px;
  margin-left: 2px;
  height: 18px;
}.wrh-hero_game_info_cas {
  padding: 14px 1rem;
}.wrh-hero_game_title_cas {
  font-weight: 700;
  font-size: 0.938rem;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #F0FEF0;
}.wrh-hero_game_provider_cas {
  font-size: 0.688rem;
  color: #657E62;
}.wrh-hero_game_btn_cas {
  transition: background .2s;
  border-radius: 8px;
  background: #66EE00;
  padding: 0.688rem;
  margin: 12px 16px 1rem;
  color: #F0FEF0;
  font-size: 0.813rem;
  text-align: center;
  display: block;
  font-weight: 700;
}.wrh-hero_game_cas:hover .wrh-hero_game_btn_cas {
  background: #7CFF1C;
}.wrh-wy_cas {
  padding: 32px 1rem 0;
  background: #0B0F0B;
}
@media(min-width: 765px) {.wrh-wy_cas {
  padding: 2.5rem 24px 0;
}
}.wrh-wy_in_cas {
  margin: 0 auto;
  max-width: 82.5rem;
}.wrh-wy_head_cas {
  max-width: 45rem;
  margin-bottom: 18px;
}.wrh-wy_label_cas {
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  color: #66EE00;
  font-size: 0.688rem;
}.wrh-wy_h2_cas {
  color: #F0FEF0;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 8px;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.wrh-wy_h2_cas {
  font-size: 24px;
}
}.wrh-wy_intro_cas {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #657E62;
}.wrh-wy_grid_cas {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.wrh-wy_grid_cas {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.wrh-wy_grid_cas {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.wrh-wy_card_cas {
  padding: 20px;
  transition: border-color .2s,transform .2s;
  background: #141A14;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
}.wrh-wy_card_cas:hover {
  border-color: rgba(102, 238, 0, 0.07);
  transform: translateY(-2px);
}.wrh-wy_card_ic_cas {
  border-radius: 50%;
  background: rgba(102, 238, 0, 0.17);
  width: 2.75rem;
  margin-bottom: 0.875rem;
  align-items: center;
  color: #66EE00;
  height: 44px;
  justify-content: center;
  display: flex;
}.wrh-wy_card_ic_cas svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 22px;
  width: 1.375rem;
}.wrh-wy_card_h_cas {
  line-height: 1.25;
  margin-bottom: 0.375rem;
  font-size: 0.938rem;
  font-weight: 700;
  color: #F0FEF0;
  overflow-wrap: break-word;
}.wrh-wy_card_p_cas {
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #657E62;
  font-size: 0.813rem;
}.wrh-wy_card_p_cas strong {
  color: #C6DCC4;
  font-weight: 600;
}.wrh-gr_jp_cas {
  background: linear-gradient(135deg,#190A2E 0%,#0C0A1A 100%);
  padding: 20px;
  overflow: hidden;
  border-radius: 14px;
  position: relative;
}.wrh-gr_jp_cas::before {
  background: radial-gradient(circle,rgba(0, 200, 122, 0.17) 0%,transparent 70%);
  border-radius: 50%;
  position: absolute;
  width: 15.625rem;
  top: -3.75rem;
  content: '';
  height: 250px;
  left: -60px;
}.wrh-gr_jp_cas::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(240, 188, 28, 0.15) 0%,transparent 70%);
  position: absolute;
  content: '';
  bottom: -2.5rem;
  right: 0;
  height: 200px;
  width: 200px;
}.wrh-gr_jp_head_cas {
  gap: 1rem;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
  margin-bottom: 1rem;
  align-items: flex-start;
  display: flex;
}.wrh-gr_jp_info_cas {
  flex: 1;
}.wrh-gr_jp_label_cas {
  font-size: 0.688rem;
  color: #B44EFF;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
}.wrh-gr_jp_label_cas svg {
  height: 14px;
  margin-right: 0.25rem;
  vertical-align: -2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.875rem;
}.wrh-gr_jp_amount_cas {
  margin-bottom: 4px;
  line-height: 1;
  font-weight: 800;
  color: #F0FEF0;
  overflow-wrap: break-word;
  font-size: 2rem;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 767px) {.wrh-gr_jp_amount_cas {
  font-size: 40px;
}
}.wrh-gr_jp_amount_cas span {
  color: #F0BC1C;
}.wrh-gr_jp_seo_cas {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #8FAC8C;
  overflow-wrap: break-word;
  max-width: 30rem;
}.wrh-gr_jp_cta_cas {
  transition: background .2s;
  padding: 0.688rem 20px;
  border-radius: 8px;
  background: rgba(0, 200, 122, 0.17);
  border: 1px solid rgba(0, 200, 122, 0.17);
  font-size: 0.813rem;
  align-self: flex-start;
  position: relative;
  z-index: 1;
  margin-top: 4px;
  font-weight: 700;
  white-space: nowrap;
  color: #F0FEF0;
  flex-shrink: 0;
}.wrh-gr_jp_cta_cas:hover {
  background: #00C87A;
}.wrh-gcg_cas {
  padding: 2.25rem 1rem 0;
  background: #0B0F0B;
}
@media(min-width: 771px) {.wrh-gcg_cas {
  padding: 44px 1.5rem 0;
}
}.wrh-gcg_in_cas {
  margin: 0 auto;
  max-width: 82.5rem;
}.wrh-gcg_head_cas {
  max-width: 45rem;
  margin-bottom: 20px;
}.wrh-gcg_label_cas {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  color: #66EE00;
  margin-bottom: 8px;
}.wrh-gcg_h2_cas {
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0FEF0;
  font-weight: 800;
}
@media(min-width: 770px) {.wrh-gcg_h2_cas {
  font-size: 28px;
}
}.wrh-gcg_intro_cas {
  color: #657E62;
  font-size: 13px;
  line-height: 1.6;
}.wrh-gcg_grid_cas {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.wrh-gcg_grid_cas {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.wrh-gcg_grid_cas {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.wrh-gcg_card_cas {
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border-radius: 14px;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  min-height: 240px;
  display: flex;
}.wrh-gcg_card_cas:hover {
  border-color: rgba(102, 238, 0, 0.17);
  transform: translateY(-3px);
}.wrh-gcg_card_bg_cas {
  inset: 0;
  z-index: 0;
  position: absolute;
}.wrh-gcg_card_bg_cas::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.wrh-gcg_card_ic_cas {
  background: rgba(0,0,0,.45);
  border-radius: 0.313rem;
  color: #F0FEF0;
  align-items: center;
  justify-content: center;
  width: 40px;
  right: 18px;
  position: absolute;
  top: 18px;
  z-index: 2;
  height: 40px;
  display: flex;
}.wrh-gcg_card_ic_cas svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 20px;
  height: 1.25rem;
}.wrh-gcg_card_ct_cas {
  position: relative;
  z-index: 1;
}.wrh-gcg_card_h_cas {
  font-size: 1.125rem;
  color: #F0FEF0;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-weight: 800;
}
@media(min-width: 769px) {.wrh-gcg_card_h_cas {
  font-size: 20px;
}
}.wrh-gcg_card_p_cas {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
}.wrh-gcg_card_p_cas strong {
  color: #F0FEF0;
  font-weight: 600;
}.wrh-gcg_card_cta_cas {
  gap: 4px;
  display: inline-flex;
  align-items: center;
  letter-spacing: .04em;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #66EE00;
}.wrh-gcg_card_cta_cas svg {
  stroke-linejoin: round;
  width: 0.75rem;
  height: 0.75rem;
  stroke-linecap: round;
}.wrh-ws_cas {
  padding: 32px 16px 0;
  background: #0B0F0B;
}
@media(min-width: 766px) {.wrh-ws_cas {
  padding: 36px 24px 0;
}
}.wrh-ws_in_cas {
  margin: 0 auto;
  max-width: 1320px;
}.wrh-ws_head_cas {
  gap: 12px;
  margin-bottom: 0.875rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  justify-content: space-between;
}.wrh-ws_title_cas {
  gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  color: #F0FEF0;
}.wrh-ws_title_ic_cas svg {
  stroke-linecap: round;
  width: 1.125rem;
  stroke-linejoin: round;
  height: 1.125rem;
  color: #F0BC1C;
}.wrh-ws_online_cas {
  gap: 0.438rem;
  align-items: center;
  font-weight: 600;
  display: flex;
  font-size: 0.75rem;
  color: #657E62;
}.wrh-ws_online_dot_cas {
  border-radius: 50%;
  background: #38D400;
  flex-shrink: 0;
  box-shadow: 0 0 0.375rem rgba(56, 212, 0, 0.16);
  height: 8px;
  width: 8px;
}.wrh-ws_scroll_cas {
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
  display: flex;
}.wrh-ws_scroll_cas::-webkit-scrollbar {
  display: none;
}.wrh-wc_cas {
  gap: 0.625rem;
  background: #0F130F;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.625rem 14px;
  min-width: 220px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.wrh-wc_img_cas {
  border-radius: 5px;
  background: #141A14;
  overflow: hidden;
  height: 2.25rem;
  flex-shrink: 0;
  width: 2.25rem;
}.wrh-wc_img_cas img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.wrh-wc_info_cas {
  min-width: 0;
}.wrh-wc_game_cas {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #C6DCC4;
  white-space: nowrap;
  font-weight: 600;
}.wrh-wc_player_cas {
  overflow: hidden;
  white-space: nowrap;
  font-size: 10px;
  color: #4E6249;
  text-overflow: ellipsis;
}.wrh-wc_amount_cas {
  margin-left: auto;
  font-weight: 700;
  color: #38D400;
  font-size: 0.813rem;
  flex-shrink: 0;
  white-space: nowrap;
}.wrh-app_cas {
  padding: 36px 1rem 0;
  background: #0B0F0B;
}
@media(min-width: 769px) {.wrh-app_cas {
  padding: 44px 24px 0;
}
}.wrh-app_in_cas {
  margin: 0 auto;
  max-width: 1320px;
}.wrh-app_head_cas {
  margin-bottom: 16px;
}.wrh-app_label_cas {
  color: #66EE00;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.wrh-app_h2_cas {
  margin-bottom: 6px;
  overflow-wrap: break-word;
  color: #F0FEF0;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 20px;
}
@media(min-width: 771px) {.wrh-app_h2_cas {
  font-size: 1.5rem;
}
}.wrh-app_sub_cas {
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 37.5rem;
  color: #657E62;
  font-size: 0.813rem;
}.wrh-app_sub_cas strong {
  font-weight: 700;
  color: #C6DCC4;
}.wrh-app_cards_cas {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1rem;
}
@media(min-width: 638px) {.wrh-app_cards_cas {
  grid-template-columns: repeat(3,1fr);
}
}.wrh-app_card_cas {
  overflow: hidden;
  border-radius: 8px;
  padding: 1.25rem;
  gap: 16px;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.wrh-app_card_ios_cas {
  background: linear-gradient(135deg,rgba(102, 238, 0, 0.17) 0%,#141A14 100%);
}.wrh-app_card_android_cas {
  background: linear-gradient(135deg,rgba(56, 212, 0, 0.16) 0%,#141A14 100%);
}.wrh-app_card_win_cas {
  background: linear-gradient(135deg,rgba(240, 188, 28, 0.15) 0%,#141A14 100%);
}.wrh-app_card_ic_cas svg {
  width: 2.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 2.125rem;
}.wrh-app_card_ic_cas {
  flex-shrink: 0;
  color: #F0FEF0;
}.wrh-app_card_os_cas {
  color: #657E62;
  font-size: 0.625rem;
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: .08em;
  font-weight: 700;
}.wrh-app_card_title_cas {
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-weight: 700;
  color: #F0FEF0;
  font-size: 0.938rem;
  line-height: 1.2;
}.wrh-app_card_text_cas {
  color: #657E62;
  font-size: 0.75rem;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  line-height: 1.5;
}.wrh-app_card_btn_cas {
  border-radius: 5px;
  gap: 0.438rem;
  border: 1px solid rgba(102, 238, 0, 0.38);
  padding: 0.625rem 18px;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.12);
  font-size: 13px;
  align-items: center;
  font-weight: 700;
  color: #F0FEF0;
  display: inline-flex;
}.wrh-app_card_btn_cas:hover {
  background: rgba(255, 255, 255, 0.07);
}.wrh-bon_cas {
  padding: 2.25rem 1rem 0;
  background: #0B0F0B;
}
@media(min-width: 767px) {.wrh-bon_cas {
  padding: 44px 24px 0;
}
}.wrh-bon_in_cas {
  margin: 0 auto;
  max-width: 1320px;
}.wrh-bon_head_cas {
  margin-bottom: 1.25rem;
}.wrh-bon_label_cas {
  font-size: 0.688rem;
  font-weight: 700;
  color: #66EE00;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}.wrh-bon_h2_cas {
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #F0FEF0;
}
@media(min-width:768px) {.wrh-bon_h2_cas {
  font-size: 1.5rem;
}
}.wrh-bon_seo_cas {
  font-size: 0.813rem;
  max-width: 620px;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #657E62;
}.wrh-bon_seo_cas strong {
  color: #C6DCC4;
  font-weight: 700;
}.wrh-bon_seo_cas a {
  text-decoration: underline;
  color: #66EE00;
}.wrh-bon_grid_cas {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 638px) {.wrh-bon_grid_cas {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.wrh-bon_grid_cas {
  grid-template-columns: repeat(5,1fr);
}
}.wrh-bon_card_cas {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 16px;
  transition: border-color .2s,transform .2s;
  background: #0F130F;
  border-radius: 8px;
}.wrh-bon_card_cas:hover {
  transform: translateY(-2px);
  border-color: rgba(102, 238, 0, 0.07);
}.wrh-bon_card_ic_cas svg {
  stroke-linecap: round;
  width: 1.625rem;
  stroke-linejoin: round;
  height: 26px;
}.wrh-bon_card_ic_cas {
  margin-bottom: 10px;
}.wrh-bon_card_type_cas {
  margin-bottom: 0.375rem;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #657E62;
}.wrh-bon_card_amount_cas {
  color: #F0BC1C;
  line-height: 1.1;
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 6px;
}.wrh-bon_card_name_cas {
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 8px;
  color: #F0FEF0;
}.wrh-bon_card_detail_cas {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 8px;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #4E6249;
}.wrh-prov_cas {
  background: #0B0F0B;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.wrh-prov_cas {
  padding: 44px 24px 0;
}
}.wrh-prov_in_cas {
  margin: 0 auto;
  max-width: 1320px;
}.wrh-prov_head_cas {
  margin-bottom: 1rem;
}.wrh-prov_label_cas {
  font-size: 11px;
  text-transform: uppercase;
  color: #66EE00;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
}.wrh-prov_h2_cas {
  font-weight: 800;
  color: #F0FEF0;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 766px) {.wrh-prov_h2_cas {
  font-size: 24px;
}
}.wrh-prov_seo_cas {
  margin-bottom: 1rem;
  color: #657E62;
  overflow-wrap: break-word;
  font-size: 13px;
  max-width: 620px;
  line-height: 1.6;
}.wrh-prov_seo_cas strong {
  color: #C6DCC4;
  font-weight: 700;
}.wrh-prov_seo_cas a {
  text-decoration: underline;
  color: #66EE00;
}.wrh-prov_grid_cas {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 641px) {.wrh-prov_grid_cas {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1082px) {.wrh-prov_grid_cas {
  grid-template-columns: repeat(8,1fr);
}
}.wrh-prov_card_cas {
  transition: border-color .2s,background .2s;
  gap: 0.438rem;
  background: #0F130F;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 14px 0.625rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}.wrh-prov_card_cas:hover {
  background: #141A14;
  border-color: rgba(102, 238, 0, 0.38);
}.wrh-prov_logo_cas {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.313rem;
  overflow: hidden;
  display: flex;
  height: 2.75rem;
  align-items: center;
  width: 44px;
  justify-content: center;
}.wrh-prov_logo_cas img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.wrh-prov_name_cas {
  overflow-wrap: break-word;
  color: #8FAC8C;
  text-align: center;
  font-weight: 600;
  font-size: 0.688rem;
}.wrh-htp_cas {
  background: #0B0F0B;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.wrh-htp_cas {
  padding: 44px 1.5rem 0;
}
}.wrh-htp_in_cas {
  margin: 0 auto;
  max-width: 1320px;
}.wrh-htp_head_cas {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.wrh-htp_label_cas {
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #66EE00;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
}.wrh-htp_h2_cas {
  margin-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  color: #F0FEF0;
  font-weight: 800;
}
@media(min-width: 770px) {.wrh-htp_h2_cas {
  font-size: 1.75rem;
}
}.wrh-htp_intro_cas {
  font-size: 0.875rem;
  color: #657E62;
  line-height: 1.6;
}.wrh-htp_steps_cas {
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width:640px) {.wrh-htp_steps_cas {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.wrh-htp_steps_cas {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.wrh-htp_step_cas {
  background: #141A14;
  border-radius: 8px;
  padding: 1.25rem 1.125rem 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex-direction: column;
  display: flex;
  position: relative;
}.wrh-htp_step_num_cas {
  border-radius: 50%;
  background: #66EE00;
  height: 28px;
  display: flex;
  color: #07110A;
  left: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  width: 28px;
  font-weight: 800;
  justify-content: center;
  font-size: 13px;
  position: absolute;
  top: -12px;
  align-items: center;
}.wrh-htp_step_ic_cas {
  border-radius: 0.313rem;
  background: rgba(102, 238, 0, 0.17);
  margin: 8px 0 12px;
  width: 2.25rem;
  color: #66EE00;
  display: flex;
  align-items: center;
  height: 2.25rem;
  justify-content: center;
}.wrh-htp_step_ic_cas svg {
  height: 1.125rem;
  width: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.wrh-htp_step_h_cas {
  overflow-wrap: break-word;
  margin-bottom: 6px;
  color: #F0FEF0;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
}.wrh-htp_step_p_cas {
  overflow-wrap: break-word;
  color: #657E62;
  line-height: 1.55;
  font-size: 13px;
}.wrh-htp_step_p_cas strong {
  color: #C6DCC4;
  font-weight: 600;
}.wrh-htp_cta_cas {
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 0.813rem 1.625rem;
  background: #38D400;
  display: inline-block;
  margin-top: 1.25rem;
  font-weight: 700;
  color: #07110A;
  font-size: 0.875rem;
}.wrh-htp_cta_cas:hover {
  background: #4EEB18;
}.wrh-reg_cas {
  padding: 2.25rem 1rem 0;
  background: #0B0F0B;
}
@media(min-width: 769px) {.wrh-reg_cas {
  padding: 2.75rem 24px 0;
}
}.wrh-reg_in_cas {
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  background: #141A14;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  max-width: 1320px;
}
@media(min-width: 765px) {.wrh-reg_in_cas {
  padding: 2.5rem;
}
}.wrh-reg_top_cas {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 859px) {.wrh-reg_top_cas {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.wrh-reg_label_cas {
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #66EE00;
  text-transform: uppercase;
  letter-spacing: .08em;
}.wrh-reg_h2_cas {
  font-weight: 800;
  font-size: 22px;
  color: #F0FEF0;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.2;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
}
@media(min-width: 767px) {.wrh-reg_h2_cas {
  font-size: 28px;
}
}.wrh-reg_bonus_cas {
  background: rgba(240, 188, 28, 0.15);
  padding: 10px 1rem;
  gap: 0.5rem;
  border: 1px solid rgba(240, 188, 28, 0.15);
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
}.wrh-reg_bonus_amount_cas {
  font-weight: 800;
  font-size: 20px;
  color: #F0BC1C;
}.wrh-reg_bonus_text_cas {
  line-height: 1.35;
  font-size: 0.813rem;
  color: #8FAC8C;
}.wrh-reg_cta_btn_cas {
  padding: 0.875rem 2rem;
  border-radius: 0.5rem;
  background: #38D400;
  transition: background .2s;
  color: #07110A;
  box-shadow: 0 6px 1.75rem rgba(56, 212, 0, 0.42), 0 1px 3px rgba(0, 0, 0, 0.6);
  font-weight: 700;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 12px;
}.wrh-reg_cta_btn_cas:hover {
  background: #4EEB18;
}.wrh-reg_terms_cas {
  color: #4E6249;
  line-height: 1.5;
  font-size: 0.688rem;
}.wrh-reg_seo_cas {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #657E62;
  overflow-wrap: break-word;
  margin-top: 1.25rem;
  padding-top: 20px;
  font-size: 0.813rem;
  line-height: 1.65;
}.wrh-reg_seo_cas p {
  margin-bottom: 10px;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #657E62;
}.wrh-reg_seo_cas p:last-child {
  margin-bottom: 0;
}.wrh-reg_seo_cas strong {
  color: #C6DCC4;
  font-weight: 700;
}.wrh-reg_seo_cas a {
  transition: color .2s;
  color: #66EE00;
  text-decoration: underline;
}.wrh-reg_seo_cas a:hover {
  color: #7CFF1C;
}.wrh-reg_seo_cas ul,.wrh-reg_seo_cas ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.wrh-reg_seo_cas ol {
  list-style: decimal;
}.wrh-reg_seo_cas li {
  color: #657E62;
  font-size: 13px;
  margin-bottom: 0.25rem;
  line-height: 1.65;
}.wrh-reg_seo_cas table {
  width: 100%;
  display: block;
  margin-bottom: 0.625rem;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.wrh-reg_seo_cas table {
  display: table;
}
}.wrh-reg_seo_cas th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  font-weight: 700;
  text-align: left;
  color: #C6DCC4;
}.wrh-reg_seo_cas td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #657E62;
}.wrh-reg_steps_cas {
  gap: 0.875rem;
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
}
@media(min-width: 859px) {.wrh-reg_steps_cas {
  margin-top: 0;
}
}.wrh-reg_step_cas {
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 16px;
  gap: 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.wrh-reg_step_num_cas {
  border-radius: 50%;
  background: rgba(102, 238, 0, 0.17);
  border: 1px solid rgba(102, 238, 0, 0.07);
  color: #66EE00;
  height: 2.125rem;
  align-items: center;
  flex-shrink: 0;
  font-weight: 800;
  justify-content: center;
  display: flex;
  width: 2.125rem;
  font-size: 0.875rem;
}.wrh-reg_step_title_cas {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 3px;
  color: #F0FEF0;
}.wrh-reg_step_text_cas {
  color: #657E62;
  font-size: 0.75rem;
  line-height: 1.5;
}.wrh-reg_trust_cas {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}.wrh-reg_trust_item_cas {
  gap: 7px;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  color: #657E62;
  font-size: 0.75rem;
}.wrh-reg_trust_ic_cas svg {
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #66EE00;
  width: 16px;
}.wrh-seo_cas {
  background: #0B0F0B;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.wrh-seo_cas {
  padding: 2.75rem 1.5rem 0;
}
}.wrh-seo_in_cas {
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #141A14;
  margin: 0 auto;
  border-radius: 0.875rem;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.wrh-seo_in_cas {
  padding: 2.25rem 2.5rem;
}
}.wrh-seo_label_cas {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  color: #66EE00;
}.wrh-seo_h2_cas {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F0FEF0;
  line-height: 1.25;
  font-size: 20px;
  margin-bottom: 0.875rem;
}
@media(min-width: 766px) {.wrh-seo_h2_cas {
  font-size: 24px;
}
}.wrh-seo_body_cas {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #8FAC8C;
}.wrh-seo_body_cas p {
  color: #8FAC8C;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 0.875rem;
}.wrh-seo_body_cas p:last-child {
  margin-bottom: 0;
}.wrh-seo_body_cas strong {
  color: #C6DCC4;
  font-weight: 700;
}.wrh-seo_body_cas a {
  transition: color .2s;
  color: #66EE00;
  text-decoration: underline;
}.wrh-seo_body_cas a:hover {
  color: #7CFF1C;
}.wrh-seo_body_cas ul,.wrh-seo_body_cas ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.wrh-seo_body_cas ol {
  list-style: decimal;
}.wrh-seo_body_cas li {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 6px;
  color: #8FAC8C;
}.wrh-seo_body_cas table {
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: 100%;
  font-size: 13px;
}
@media(min-width: 769px) {.wrh-seo_body_cas table {
  display: table;
}
}.wrh-seo_body_cas th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  text-align: left;
  font-weight: 700;
  color: #C6DCC4;
}.wrh-seo_body_cas td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8FAC8C;
}.wrh-seo_cols_cas {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 643px) {.wrh-seo_cols_cas {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.wrh-seo_cols_cas {
  grid-template-columns: repeat(3,1fr);
}
}.wrh-seo_col_h_cas {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #C6DCC4;
  margin-bottom: 7px;
  font-size: 0.813rem;
}.wrh-seo_col_p_cas {
  color: #657E62;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
}.wrh-seo_stats_cas {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.wrh-seo_stat_cas {
  border: 1px solid rgba(102, 238, 0, 0.17);
  flex: 1;
  border-radius: 0.5rem;
  padding: 0.875rem 16px;
  background: rgba(102, 238, 0, 0.07);
  min-width: 8.75rem;
}.wrh-seo_stat_val_cas {
  color: #66EE00;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 4px;
}.wrh-seo_stat_lb_cas {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #657E62;
}.wrh-seo_cas {
  padding: 2.25rem 16px 0;
  background: #0B0F0B;
}
@media(min-width: 771px) {.wrh-seo_cas {
  padding: 2.75rem 24px 0;
}
}.wrh-seo_in_cas {
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  border-radius: 0.875rem;
  background: #141A14;
  padding: 1.75rem 24px;
  max-width: 82.5rem;
}
@media(min-width:768px) {.wrh-seo_in_cas {
  padding: 2.25rem 40px;
}
}.wrh-seo_label_cas {
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #66EE00;
  text-transform: uppercase;
}.wrh-seo_h2_cas {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  line-height: 1.25;
  color: #F0FEF0;
}
@media(min-width: 766px) {.wrh-seo_h2_cas {
  font-size: 1.5rem;
}
}.wrh-seo_body_cas {
  color: #8FAC8C;
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.wrh-seo_body_cas p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #8FAC8C;
}.wrh-seo_body_cas p:last-child {
  margin-bottom: 0;
}.wrh-seo_body_cas strong {
  color: #C6DCC4;
  font-weight: 700;
}.wrh-seo_body_cas a {
  transition: color .2s;
  text-decoration: underline;
  color: #66EE00;
}.wrh-seo_body_cas a:hover {
  color: #7CFF1C;
}.wrh-seo_body_cas ul,.wrh-seo_body_cas ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.wrh-seo_body_cas ol {
  list-style: decimal;
}.wrh-seo_body_cas li {
  font-size: 0.875rem;
  margin-bottom: 6px;
  line-height: 1.75;
  color: #8FAC8C;
}.wrh-seo_body_cas table {
  width: 100%;
  border-collapse: collapse;
  display: block;
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
  overflow-x: auto;
}
@media(min-width: 771px) {.wrh-seo_body_cas table {
  display: table;
}
}.wrh-seo_body_cas th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C6DCC4;
  text-align: left;
  font-weight: 700;
}.wrh-seo_body_cas td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #8FAC8C;
}.wrh-seo_cols_cas {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 638px) {.wrh-seo_cols_cas {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.wrh-seo_cols_cas {
  grid-template-columns: repeat(3,1fr);
}
}.wrh-seo_col_h_cas {
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #C6DCC4;
}.wrh-seo_col_p_cas {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #657E62;
  line-height: 1.65;
}.wrh-seo_stats_cas {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.wrh-seo_stat_cas {
  background: rgba(102, 238, 0, 0.07);
  border: 1px solid rgba(102, 238, 0, 0.17);
  padding: 0.875rem 1rem;
  border-radius: 8px;
  flex: 1;
  min-width: 140px;
}.wrh-seo_stat_val_cas {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #66EE00;
  margin-bottom: 4px;
}.wrh-seo_stat_lb_cas {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #657E62;
}.wrh-faq_cas {
  background: #0B0F0B;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.wrh-faq_cas {
  padding: 2.75rem 1.5rem 0;
}
}.wrh-faq_in_cas {
  margin: 0 auto;
  max-width: 1320px;
}.wrh-faq_head_cas {
  margin-bottom: 20px;
}.wrh-faq_label_cas {
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  color: #66EE00;
}.wrh-faq_h2_cas {
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0FEF0;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width:768px) {.wrh-faq_h2_cas {
  font-size: 1.5rem;
}
}.wrh-faq_list_cas {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.wrh-faq_item_cas {
  background: #141A14;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
}.wrh-faq_q_cas {
  transition: color .2s;
  padding: 1rem 20px;
  gap: 12px;
  display: flex;
  color: #C6DCC4;
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 14px;
  align-items: center;
}.wrh-faq_q_cas:hover {
  color: #F0FEF0;
}.wrh-faq_q_ic_cas {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: transform .25s;
  display: flex;
  flex-shrink: 0;
  font-size: 1rem;
  color: #66EE00;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}.wrh-faq_item_cas.wrh-state_open_cas .wrh-faq_q_ic_cas {
  transform: rotate(45deg);
}.wrh-faq_a_cas {
  padding: 0 1.25rem 16px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  display: none;
  color: #657E62;
  line-height: 1.7;
}.wrh-faq_item_cas.wrh-state_open_cas .wrh-faq_a_cas {
  display: block;
}.wrh-faq_a_cas strong {
  font-weight: 700;
  color: #C6DCC4;
}.wrh-faq_a_cas a {
  text-decoration: underline;
  color: #66EE00;
}.wrh-faq_a_cas ul,.wrh-faq_a_cas ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.wrh-faq_a_cas ol {
  list-style: decimal;
}.wrh-faq_a_cas li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.wrh-faq_a_cas table {
  margin: 8px 0;
  overflow-x: auto;
  font-size: 0.75rem;
  display: block;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 767px) {.wrh-faq_a_cas table {
  display: table;
}
}.wrh-faq_a_cas th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 8px;
  font-weight: 700;
  color: #C6DCC4;
  text-align: left;
}.wrh-faq_a_cas td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 0.5rem;
  color: #657E62;
}.wrh-seo_cas {
  padding: 36px 16px 0;
  background: #0B0F0B;
}
@media(min-width: 767px) {.wrh-seo_cas {
  padding: 2.75rem 24px 0;
}
}.wrh-seo_in_cas {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 28px 1.5rem;
  border-radius: 14px;
  background: #141A14;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 766px) {.wrh-seo_in_cas {
  padding: 2.25rem 2.5rem;
}
}.wrh-seo_label_cas {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #66EE00;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.625rem;
}.wrh-seo_h2_cas {
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.25;
  color: #F0FEF0;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.wrh-seo_h2_cas {
  font-size: 1.5rem;
}
}.wrh-seo_body_cas {
  color: #8FAC8C;
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: break-word;
}.wrh-seo_body_cas p {
  font-size: 14px;
  color: #8FAC8C;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.wrh-seo_body_cas p:last-child {
  margin-bottom: 0;
}.wrh-seo_body_cas strong {
  color: #C6DCC4;
  font-weight: 700;
}.wrh-seo_body_cas a {
  transition: color .2s;
  color: #66EE00;
  text-decoration: underline;
}.wrh-seo_body_cas a:hover {
  color: #7CFF1C;
}.wrh-seo_body_cas ul,.wrh-seo_body_cas ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.wrh-seo_body_cas ol {
  list-style: decimal;
}.wrh-seo_body_cas li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #8FAC8C;
  font-size: 0.875rem;
}.wrh-seo_body_cas table {
  overflow-x: auto;
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
  display: block;
  margin-bottom: 0.75rem;
}
@media(min-width: 767px) {.wrh-seo_body_cas table {
  display: table;
}
}.wrh-seo_body_cas th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  color: #C6DCC4;
  text-align: left;
}.wrh-seo_body_cas td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #8FAC8C;
}.wrh-seo_cols_cas {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.wrh-seo_cols_cas {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.wrh-seo_cols_cas {
  grid-template-columns: repeat(3,1fr);
}
}.wrh-seo_col_h_cas {
  margin-bottom: 0.438rem;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #C6DCC4;
  font-size: 13px;
}.wrh-seo_col_p_cas {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #657E62;
  line-height: 1.65;
}.wrh-seo_stats_cas {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.wrh-seo_stat_cas {
  background: rgba(102, 238, 0, 0.07);
  border: 1px solid rgba(102, 238, 0, 0.17);
  border-radius: 8px;
  padding: 14px 1rem;
  flex: 1;
  min-width: 8.75rem;
}.wrh-seo_stat_val_cas {
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  color: #66EE00;
  margin-bottom: 0.25rem;
}.wrh-seo_stat_lb_cas {
  font-size: 0.688rem;
  color: #657E62;
  overflow-wrap: break-word;
}.wrh-rv_cas {
  padding: 2.25rem 1rem 0;
  background: #0B0F0B;
}
@media(min-width: 767px) {.wrh-rv_cas {
  padding: 2.75rem 24px 0;
}
}.wrh-rv_in_cas {
  margin: 0 auto;
  max-width: 1320px;
}.wrh-rv_head_cas {
  max-width: 720px;
  margin-bottom: 20px;
}.wrh-rv_label_cas {
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #66EE00;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.wrh-rv_h2_cas {
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.625rem;
  font-size: 22px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F0FEF0;
}
@media(min-width: 767px) {.wrh-rv_h2_cas {
  font-size: 1.75rem;
}
}.wrh-rv_stats_cas {
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  color: #657E62;
  display: flex;
  font-size: 0.813rem;
}.wrh-rv_stats_score_cas {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.wrh-rv_stats_score_val_cas {
  font-size: 22px;
  color: #F0BC1C;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
}.wrh-rv_stats_score_max_cas {
  color: #4E6249;
  font-size: 13px;
}.wrh-rv_stats_badge_cas {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.wrh-rv_stats_badge_cas svg {
  color: #F0BC1C;
  height: 0.875rem;
  width: 0.875rem;
}.wrh-rv_grid_cas {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.wrh-rv_grid_cas {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.wrh-rv_grid_cas {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.wrh-rv_card_cas {
  background: #141A14;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
}.wrh-rv_card_stars_cas {
  gap: 2px;
  margin-bottom: 0.625rem;
  display: flex;
  color: #F0BC1C;
}.wrh-rv_card_stars_cas svg {
  height: 0.875rem;
  width: 0.875rem;
}.wrh-rv_card_h_cas {
  font-size: 14px;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F0FEF0;
  line-height: 1.3;
}.wrh-rv_card_body_cas {
  flex: 1;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #657E62;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}.wrh-rv_card_body_cas strong {
  font-weight: 600;
  color: #C6DCC4;
}.wrh-rv_card_meta_cas {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  display: flex;
  padding-top: 12px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}.wrh-rv_card_author_cas {
  font-weight: 600;
  color: #C6DCC4;
  font-size: 12px;
}.wrh-rv_card_date_cas {
  font-size: 11px;
  color: #4E6249;
}.wrh-ft_cas {
  background: #070A07;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.wrh-ft_support_cas {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
}
@media(min-width:768px) {.wrh-ft_support_cas {
  padding: 1.75rem 1.5rem;
}
}.wrh-ft_support_in_cas {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1320px;
  display: flex;
}.wrh-ft_support_main_cas {
  flex: 1;
  gap: 16px;
  display: flex;
  min-width: 220px;
  flex-wrap: wrap;
  align-items: center;
}.wrh-ft_support_ic_cas {
  flex-shrink: 0;
  color: #66EE00;
}.wrh-ft_support_ic_cas svg {
  width: 30px;
  stroke-linejoin: round;
  height: 30px;
  stroke-linecap: round;
}.wrh-ft_support_text_title_cas {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 15px;
  overflow-wrap: break-word;
  color: #F0FEF0;
}.wrh-ft_support_text_sub_cas {
  color: #657E62;
  font-size: 12px;
  overflow-wrap: break-word;
}.wrh-ft_support_btn_cas {
  padding: 11px 1.375rem;
  transition: background .2s;
  background: #66EE00;
  border-radius: 0.5rem;
  white-space: nowrap;
  font-weight: 700;
  flex-shrink: 0;
  color: #F0FEF0;
  font-size: 0.813rem;
}.wrh-ft_support_btn_cas:hover {
  background: #7CFF1C;
}.wrh-ft_support_contacts_cas {
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.wrh-ft_support_contact_cas {
  line-height: 1.4;
  font-size: 0.75rem;
  color: #4E6249;
}.wrh-ft_support_contact_cas strong {
  font-size: 11px;
  margin-bottom: 2px;
  display: block;
  font-weight: 600;
  color: #8FAC8C;
}.wrh-ft_main_cas {
  padding: 32px 1rem 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 770px) {.wrh-ft_main_cas {
  padding: 2.5rem 24px 2rem;
}
}.wrh-ft_main_in_cas {
  gap: 24px;
  margin: 0 auto;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.wrh-ft_main_in_cas {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.wrh-ft_main_in_cas {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.wrh-ft_col_logo_cas {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.wrh-ft_col_logo_cas {
  grid-column: auto;
}
}.wrh-ft_logo_cas {
  gap: 0.563rem;
  font-size: 16px;
  overflow-wrap: break-word;
  display: flex;
  color: #F0FEF0;
  align-items: center;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  font-weight: 800;
}.wrh-ft_logo_mark_cas {
  border-radius: 0.313rem;
  overflow: hidden;
  height: 30px;
  width: 1.875rem;
}.wrh-ft_logo_mark_cas img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.wrh-ft_logo_sub_cas {
  color: #4E6249;
  font-size: 12px;
  line-height: 1.55;
  overflow-wrap: break-word;
  max-width: 12.5rem;
}.wrh-ft_col_title_cas {
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: #8FAC8C;
  font-weight: 700;
  font-size: 12px;
}.wrh-ft_col_links_cas {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.wrh-ft_col_link_cas {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #4E6249;
}.wrh-ft_col_link_cas:hover {
  color: #C6DCC4;
}.wrh-ft_apps_cas {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.wrh-ft_app_card_cas {
  transition: border-color .2s;
  padding: 10px 12px;
  border-radius: 0.313rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  align-items: center;
}.wrh-ft_app_card_cas:hover {
  border-color: rgba(102, 238, 0, 0.38);
}.wrh-ft_app_card_ic_cas svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 22px;
  width: 1.375rem;
}.wrh-ft_app_card_os_cas {
  font-weight: 600;
  color: #4E6249;
  font-size: 0.625rem;
}.wrh-ft_app_card_action_cas {
  color: #C6DCC4;
  font-size: 12px;
  font-weight: 700;
}.wrh-ft_bot_cas {
  padding: 1.25rem 16px;
}
@media(min-width: 769px) {.wrh-ft_bot_cas {
  padding: 1.25rem 24px;
}
}.wrh-ft_bot_in_cas {
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  max-width: 82.5rem;
  display: flex;
  flex-wrap: wrap;
}.wrh-ft_socials_cas {
  gap: 0.5rem;
  display: flex;
}.wrh-ft_soc_cas {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.313rem;
  height: 36px;
  display: flex;
  justify-content: center;
  width: 2.25rem;
  color: #8FAC8C;
  align-items: center;
}.wrh-ft_soc_cas svg {
  height: 16px;
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.wrh-ft_soc_cas:hover {
  background: rgba(255, 255, 255, 0.07);
}.wrh-ft_legal_cas {
  flex: 1;
  font-size: 11px;
  color: #7E9C7B;
  line-height: 1.6;
  min-width: 200px;
  overflow-wrap: break-word;
}.wrh-ft_legal_cas strong {
  color: #8FAC8C;
  font-weight: 700;
}.wrh-ft_legal_cas a {
  color: #8FAC8C;
  text-decoration: underline;
}.wrh-ft_age_cas {
  border-radius: 50%;
  border: 2px solid #7E9C7B;
  color: #7E9C7B;
  margin-left: auto;
  width: 32px;
  align-items: center;
  font-weight: 800;
  flex-shrink: 0;
  height: 32px;
  justify-content: center;
  font-size: 0.688rem;
  display: flex;
}