html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #13100A;
  color: #D2BF9A;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  font-family: 'Barlow', sans-serif;
  min-height: 100vh;
}.hag-layout_wuc {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.hag-page_wuc {
  min-height: 100vh;
  display: flex;
}.hag-main_wuc {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media (min-width: 1077px) {.hag-main_wuc {
  padding-left: 13.75rem;
}
}
@media (max-width: 1077px) {.hag-main_wuc {
  padding-bottom: 72px;
}
}.hag-gc_wuc {
  border-radius: 0.5rem;
  background: #171209;
  border: 1px solid rgba(255, 210, 140, 0.07);
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  width: 140px;
}
@media(min-width: 637px) {.hag-gc_wuc {
  width: 9.75rem;
}
}
@media(min-width: 1078px) {.hag-gc_wuc {
  width: 10.5rem;
}
}.hag-gc_wuc:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 124, 46, 0.07);
}.hag-gc_img_wuc {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.hag-gc_img_wuc img {
  inset: 0;
  width: 100%;
  position: absolute;
  object-fit: cover;
  height: 100%;
}.hag-gc_hover_wuc {
  background: rgba(10, 7, 3, 0.72);
  transition: opacity .2s;
  inset: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 0;
  position: absolute;
}.hag-gc_wuc:hover .hag-gc_hover_wuc {
  opacity: 1;
}.hag-gc_hover_btn_wuc {
  background: #C87C2E;
  border-radius: 4px;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 0.75rem;
  color: #F6EDD8;
}.hag-gc_info_wuc {
  padding: 8px 0.625rem 0.625rem;
}.hag-gc_name_wuc {
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  font-weight: 600;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  font-size: 12px;
  color: #D2BF9A;
}.hag-gc_prov_wuc {
  font-size: 0.625rem;
  color: #5E4F3A;
}.hag-gc_tag_wuc {
  padding: 2px 0.438rem;
  border-radius: 4px;
  left: 0.375rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.563rem;
  top: 6px;
  position: absolute;
  letter-spacing: .04em;
  z-index: 2;
}.hag-gc_tag_hot_wuc {
  background: #C43228;
  color: #fff;
}.hag-gc_tag_new_wuc {
  background: #4CA862;
  color: #13100A;
}.hag-gc_tag_jp_wuc {
  background: #D4A030;
  color: #13100A;
}.hag-gc_tag_ex_wuc {
  background: #8B3D1A;
  color: #fff;
}.hag-gc_tag_live_wuc {
  background: #C43228;
  color: #fff;
}.hag-gr_wuc {
  background: #13100A;
  padding: 2rem 16px 0;
}
@media(min-width: 767px) {.hag-gr_wuc {
  padding: 2.25rem 24px 0;
}
}.hag-gr_in_wuc {
  margin: 0 auto;
  max-width: 1320px;
}.hag-gr_head_wuc {
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
}.hag-gr_head_l_wuc {
  flex: 1;
  gap: 10px;
  align-items: center;
  display: flex;
  min-width: 0;
}.hag-gr_ic_wuc {
  border-radius: 0.5rem;
  align-items: center;
  justify-content: center;
  width: 32px;
  flex-shrink: 0;
  display: flex;
  height: 32px;
}.hag-gr_ic_wuc svg {
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
}.hag-gr_title_wuc {
  font-weight: 700;
  font-family: 'Rye', serif;
  font-size: 16px;
  color: #F6EDD8;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.hag-gr_title_wuc {
  font-size: 18px;
}
}.hag-gr_more_wuc {
  gap: 5px;
  transition: color .2s;
  color: #7C6A50;
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 12px;
  align-items: center;
  font-weight: 600;
}.hag-gr_more_wuc:hover {
  color: #C87C2E;
}.hag-gr_more_wuc svg {
  stroke-linecap: round;
  width: 0.75rem;
  stroke-linejoin: round;
  height: 12px;
}.hag-gr_arrows_wuc {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.hag-gr_arr_wuc {
  transition: background .15s,color .15s;
  border-radius: 0.25rem;
  background: rgba(255, 220, 160, 0.05);
  border: 1px solid rgba(255, 210, 140, 0.14);
  align-items: center;
  display: flex;
  width: 1.875rem;
  color: #A08B6A;
  height: 1.875rem;
  justify-content: center;
}.hag-gr_arr_wuc:hover {
  background: rgba(255, 220, 160, 0.08);
  color: #F6EDD8;
}.hag-gr_arr_wuc svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 13px;
  width: 13px;
}.hag-gr_seo_h_wuc {
  margin: 0 0 6px;
  font-weight: 700;
  font-family: 'Rye', serif;
  max-width: 680px;
  color: #D2BF9A;
  font-size: 13px;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.hag-gr_seo_h_wuc {
  font-size: 0.875rem;
}
}.hag-gr_seo_wuc {
  line-height: 1.55;
  font-size: 12px;
  color: #7C6A50;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  margin-bottom: 12px;
}.hag-gr_seo_wuc strong {
  font-weight: 600;
  color: #D2BF9A;
}.hag-gr_scroll_wuc {
  gap: 0.625rem;
  overflow-x: auto;
  padding-bottom: 10px;
  display: flex;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}.hag-gr_scroll_wuc::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.hag-gr_scroll_wuc {
  gap: 0.75rem;
}
}.hag-tb_wuc {
  border-bottom: 1px solid rgba(255, 220, 160, 0.08);
  background: #13100A;
  top: 0;
  display: flex;
  position: fixed;
  align-items: center;
  z-index: 80;
  right: 0;
  height: 56px;
  left: 0;
}.hag-tb_in_wuc {
  gap: 0;
  padding: 0 0.875rem;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
}.hag-tb_burger_wuc {
  border-radius: 0.5rem;
  gap: 0.313rem;
  flex-shrink: 0;
  flex-direction: column;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  height: 2.375rem;
  align-items: center;
  width: 38px;
}.hag-tb_burger_wuc:hover {
  background: rgba(255, 220, 160, 0.05);
}.hag-tb_burger_line_wuc {
  background: #A08B6A;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 1.125rem;
}
@media(min-width: 1079px) {.hag-tb_burger_wuc {
  display: none;
}
}.hag-tb_logo_wuc {
  gap: 0.563rem;
  margin-right: 1.25rem;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  color: #F6EDD8;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  letter-spacing: -.01em;
}.hag-tb_logo_mark_wuc {
  border-radius: 0.5rem;
  overflow: hidden;
  justify-content: center;
  width: 32px;
  align-items: center;
  height: 32px;
  display: flex;
}.hag-tb_logo_mark_wuc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.hag-tb_nav_wuc {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 637px) {.hag-tb_nav_wuc {
  display: flex;
}
}.hag-tb_tab_wuc {
  border-radius: 8px;
  transition: background .15s,color .15s;
  padding: 0.5rem 0.875rem;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 600;
  color: #A08B6A;
}.hag-tb_tab_wuc:hover {
  background: rgba(255, 220, 160, 0.05);
  color: #F6EDD8;
}.hag-tb_tab_wuc.hag-state_active_wuc {
  background: rgba(200, 124, 46, 0.18);
  color: #F6EDD8;
}.hag-tb_right_wuc {
  gap: 0.5rem;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
  align-items: center;
}.hag-tb_login_wuc {
  border: 1px solid rgba(255, 210, 140, 0.14);
  transition: border-color .2s,color .2s;
  padding: 9px 1rem;
  background: rgba(255, 220, 160, 0.05);
  border-radius: 8px;
  color: #D2BF9A;
  font-weight: 600;
  display: none;
  font-size: 13px;
}.hag-tb_login_wuc:hover {
  border-color: rgba(200, 130, 50, 0.55);
  color: #F6EDD8;
}
@media(min-width: 482px) {.hag-tb_login_wuc {
  display: block;
}
}.hag-tb_reg_wuc {
  transition: background .2s;
  border-radius: 0.5rem;
  background: #4CA862;
  padding: 9px 1.125rem;
  white-space: nowrap;
  color: #120E07;
  font-weight: 700;
  font-size: 13px;
}.hag-tb_reg_wuc:hover {
  background: #5CBE74;
}.hag-sb_wuc {
  background: #1D1810;
  border-right: 1px solid rgba(255, 220, 160, 0.05);
  transition: transform .25s ease;
  transform: translateX(-100%);
  left: 0;
  top: 56px;
  position: fixed;
  z-index: 70;
  width: 220px;
  overflow-y: auto;
  bottom: 0;
}.hag-sb_wuc.hag-state_open_wuc {
  transform: translateX(0);
}.hag-sb_wuc::-webkit-scrollbar {
  width: 4px;
}.hag-sb_wuc::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 220, 160, 0.08);
}
@media(min-width: 1082px) {.hag-sb_wuc {
  transform: translateX(0);
}
}.hag-sb_auth_wuc {
  padding: 0.875rem 12px 0.625rem;
}.hag-sb_btn_reg_wuc {
  border-radius: 8px;
  transition: background .2s;
  background: #4CA862;
  padding: 11px;
  font-weight: 700;
  color: #120E07;
  text-align: center;
  font-size: 13px;
  display: block;
  margin-bottom: 0.5rem;
}.hag-sb_btn_reg_wuc:hover {
  background: #5CBE74;
}.hag-sb_btn_login_wuc {
  border: 1px solid rgba(255, 210, 140, 0.14);
  border-radius: 0.5rem;
  padding: 10px;
  transition: border-color .2s;
  background: rgba(255, 220, 160, 0.05);
  display: block;
  color: #D2BF9A;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
}.hag-sb_btn_login_wuc:hover {
  border-color: rgba(200, 130, 50, 0.55);
  color: #F6EDD8;
}.hag-sb_promo_wuc {
  border-radius: 8px;
  padding: 0.75rem 0.875rem;
  border: 1px solid rgba(200, 124, 46, 0.18);
  background: linear-gradient(135deg,#3A1E08,#1D1810);
  margin: 0 0.75rem 10px;
  overflow: hidden;
  position: relative;
}.hag-sb_promo_wuc::before {
  background: radial-gradient(circle,rgba(200, 124, 46, 0.18),transparent 70%);
  border-radius: 50%;
  content: '';
  position: absolute;
  width: 5rem;
  height: 5rem;
  right: -20px;
  top: -1.25rem;
}.hag-sb_promo_title_wuc {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 11px;
  color: #C87C2E;
  font-weight: 700;
  margin-bottom: 0.25rem;
}.hag-sb_promo_text_wuc {
  line-height: 1.35;
  overflow-wrap: break-word;
  color: #F6EDD8;
  font-weight: 600;
  font-size: 12px;
}.hag-sb_promo_sub_wuc {
  margin-top: 3px;
  font-size: 0.625rem;
  color: #7C6A50;
}.hag-sb_nav_wuc {
  padding: 6px 0.5rem 16px;
}.hag-sb_nav_lb_wuc {
  padding: 10px 0.5rem 0.375rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #5E4F3A;
  letter-spacing: .08em;
  font-weight: 700;
}.hag-sb_link_wuc {
  border-radius: 4px;
  transition: background .15s,color .15s;
  gap: 10px;
  padding: 9px 10px;
  font-weight: 500;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  cursor: pointer;
  font-size: 0.813rem;
  color: #A08B6A;
}.hag-sb_link_wuc:hover {
  background: rgba(255, 220, 160, 0.05);
  color: #F6EDD8;
}.hag-sb_link_wuc.hag-state_active_wuc {
  background: rgba(200, 124, 46, 0.18);
  color: #F6EDD8;
}.hag-sb_ic_wuc {
  border-radius: 0.25rem;
  display: flex;
  height: 1.875rem;
  width: 1.875rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}.hag-sb_ic_wuc svg {
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
  height: 16px;
}.hag-sb_ic_1_wuc {
  background: rgba(200, 124, 46, 0.07);
  color: #C87C2E;
}.hag-sb_ic_2_wuc {
  background: rgba(76, 168, 98, 0.16);
  color: #4CA862;
}.hag-sb_ic_3_wuc {
  background: rgba(212, 160, 48, 0.18);
  color: #D4A030;
}.hag-sb_ic_4_wuc {
  background: rgba(139, 61, 26, 0.22);
  color: #8B3D1A;
}.hag-sb_ic_5_wuc {
  background: rgba(200, 124, 46, 0.07);
  color: #C44270;
}.hag-sb_ic_6_wuc {
  background: rgba(139, 61, 26, 0.22);
  color: #7B3FAE;
}.hag-sb_badge_wuc {
  background: #D4A030;
  padding: 2px 7px;
  border-radius: 4px;
  font-weight: 700;
  color: #120E07;
  font-size: 0.563rem;
  margin-left: auto;
}.hag-sb_bot_wuc {
  padding: 12px;
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 220, 160, 0.05);
  display: flex;
}.hag-sb_lang_wuc,.hag-sb_help_wuc {
  transition: border-color .2s;
  flex: 1;
  padding: 9px 0.375rem;
  gap: 0.375rem;
  border-radius: 0.25rem;
  background: rgba(255, 220, 160, 0.05);
  border: 1px solid rgba(255, 210, 140, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #A08B6A;
  font-size: 0.688rem;
}.hag-sb_lang_wuc:hover,.hag-sb_help_wuc:hover {
  border-color: rgba(200, 130, 50, 0.55);
  color: #F6EDD8;
}.hag-sb_lang_wuc svg,.hag-sb_help_wuc svg {
  width: 0.813rem;
  stroke-linecap: round;
  height: 13px;
  stroke-linejoin: round;
}.hag-sb_bd_wuc {
  inset: 0;
  background: rgba(10, 7, 3, 0.72);
  z-index: 69;
  display: none;
  position: fixed;
}.hag-sb_bd_wuc.hag-state_on_wuc {
  display: block;
}
@media(min-width: 1077px) {.hag-sb_bd_wuc {
  display: none!important;
}
}.hag-mob_nav_wuc {
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 210, 140, 0.14);
  background: #1D1810;
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 80;
  right: 0;
  display: flex;
}
@media(min-width: 1081px) {.hag-mob_nav_wuc {
  display: none;
}
}.hag-mob_nav_item_wuc {
  padding: 4px 2px;
  gap: 0.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  color: #5E4F3A;
  align-items: center;
}.hag-mob_nav_ic_wuc {
  line-height: 1;
}.hag-mob_nav_ic_wuc svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 20px;
  height: 20px;
}.hag-mob_nav_lb_wuc {
  font-size: 0.625rem;
  color: #5E4F3A;
  font-weight: 600;
}.hag-mob_nav_item_wuc.hag-state_active_wuc {
  color: #C87C2E;
}.hag-mob_nav_item_wuc.hag-state_active_wuc .hag-mob_nav_lb_wuc {
  color: #C87C2E;
}.hag-hero_wuc {
  background: #13100A;
  padding: 20px 16px 0;
}
@media(min-width: 766px) {.hag-hero_wuc {
  padding: 24px 24px 0;
}
}.hag-hero_in_wuc {
  gap: 12px;
  margin: 0 auto;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.hag-hero_in_wuc {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.hag-hero_in_wuc {
  grid-template-columns: 1fr 340px;
}
}.hag-hero_promo_wuc {
  border-radius: 12px;
  overflow: hidden;
  background: #171209;
  position: relative;
  align-items: stretch;
  display: flex;
  min-height: 220px;
}
@media(min-width: 766px) {.hag-hero_promo_wuc {
  min-height: 280px;
}
}.hag-hero_promo_bg_wuc {
  background: linear-gradient(120deg,#3A1E08 0%,#13100A 100%);
  background-position: center;
  inset: 0;
  background-size: cover;
  position: absolute;
}.hag-hero_promo_bg_wuc::after {
  background: linear-gradient(90deg,#13100A 0%,rgba(10, 7, 3, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.hag-hero_promo_glow_wuc {
  background: radial-gradient(circle,rgba(139, 61, 26, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  right: 3.75rem;
  pointer-events: none;
  height: 18.75rem;
  position: absolute;
  top: -2.5rem;
  width: 300px;
}.hag-hero_promo_ct_wuc {
  padding: 28px 24px 1.75rem 1.75rem;
  flex-direction: column;
  position: relative;
  display: flex;
  max-width: 480px;
  justify-content: center;
  z-index: 2;
}
@media(min-width:768px) {.hag-hero_promo_ct_wuc {
  padding: 40px 32px;
}
}.hag-hero_badge_wuc {
  background: rgba(200, 124, 46, 0.18);
  padding: 5px 0.75rem;
  border: 1px solid rgba(200, 124, 46, 0.07);
  border-radius: 1.25rem;
  font-size: 0.625rem;
  margin-bottom: 0.875rem;
  color: #C87C2E;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  display: inline-block;
}.hag-hero_h1_wuc {
  margin-bottom: 10px;
  font-size: 26px;
  overflow-wrap: break-word;
  line-height: 1.15;
  font-family: 'Rye', serif;
  font-weight: 800;
  color: #F6EDD8;
}.hag-hero_h1_wuc em {
  color: #D4A030;
  font-style: normal;
}
@media(min-width: 767px) {.hag-hero_h1_wuc {
  font-size: 36px;
}
}.hag-hero_sub_wuc {
  line-height: 1.55;
  margin-bottom: 20px;
  color: #A08B6A;
  font-size: 13px;
}
@media(min-width: 765px) {.hag-hero_sub_wuc {
  font-size: 14px;
}
}.hag-hero_row_wuc {
  gap: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.hag-hero_cta_wuc {
  background: #4CA862;
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 0.813rem 1.625rem;
  font-size: 14px;
  color: #120E07;
  box-shadow: 3px 3px 0px #2A6038, inset 0 1px 0 rgba(160, 255, 180, 0.18);
  font-weight: 700;
}.hag-hero_cta_wuc:hover {
  background: #5CBE74;
}.hag-hero_terms_wuc {
  color: #5E4F3A;
  font-size: 0.688rem;
}.hag-hero_game_wuc {
  border: 1px solid rgba(255, 210, 140, 0.07);
  overflow: hidden;
  background: #171209;
  border-radius: 12px;
  position: relative;
  flex-direction: column;
  display: flex;
}.hag-hero_game_badge_wuc {
  padding: 0.313rem 0.625rem;
  background: rgba(212, 160, 48, 0.18);
  border: 1px solid rgba(212, 160, 48, 0.18);
  border-radius: 20px;
  top: 0.75rem;
  position: absolute;
  z-index: 3;
  font-size: 0.625rem;
  text-transform: uppercase;
  left: 0.75rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: #D4A030;
}.hag-hero_game_badge_wuc svg {
  width: 11px;
  vertical-align: -1px;
  margin-right: 4px;
  height: 11px;
}.hag-hero_game_img_wuc {
  background: linear-gradient(135deg,#3A1E08,#13100A);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.hag-hero_game_img_wuc img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
}.hag-hero_game_play_wuc {
  inset: 0;
  background: rgba(10, 7, 3, 0.72);
  transition: opacity .2s;
  justify-content: center;
  align-items: center;
  position: absolute;
  display: flex;
  opacity: 0;
}.hag-hero_game_wuc:hover .hag-hero_game_play_wuc {
  opacity: 1;
}.hag-hero_game_play_wuc span {
  border-radius: 50%;
  background: #C87C2E;
  width: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
}.hag-hero_game_play_wuc span svg {
  height: 1.125rem;
  width: 18px;
  margin-left: 2px;
}.hag-hero_game_info_wuc {
  padding: 14px 1rem;
}.hag-hero_game_title_wuc {
  font-size: 0.938rem;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  color: #F6EDD8;
}.hag-hero_game_provider_wuc {
  font-size: 0.688rem;
  color: #7C6A50;
}.hag-hero_game_btn_wuc {
  transition: background .2s;
  border-radius: 8px;
  padding: 11px;
  background: #C87C2E;
  margin: 0.75rem 1rem 1rem;
  display: block;
  text-align: center;
  font-size: 0.813rem;
  color: #F6EDD8;
  font-weight: 700;
}.hag-hero_game_wuc:hover .hag-hero_game_btn_wuc {
  background: #DC9240;
}.hag-sbar_wuc {
  padding: 16px 16px 0;
  background: #13100A;
}
@media(min-width: 771px) {.hag-sbar_wuc {
  padding: 1.125rem 24px 0;
}
}.hag-sbar_in_wuc {
  margin: 0 auto;
  max-width: 1320px;
}.hag-sbar_row_wuc {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 12px;
}.hag-sbar_input_wuc {
  border-radius: 8px;
  flex: 1;
  background: #171209;
  transition: border-color .2s;
  border: 1px solid rgba(255, 210, 140, 0.14);
  padding: 11px 16px;
  gap: 10px;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  align-items: center;
  color: #7C6A50;
}.hag-sbar_input_wuc:hover {
  border-color: rgba(200, 130, 50, 0.55);
}.hag-sbar_input_wuc svg {
  flex-shrink: 0;
  stroke-linejoin: round;
  height: 15px;
  stroke-linecap: round;
  width: 0.938rem;
}.hag-sbar_providers_wuc {
  padding: 0.688rem 18px;
  border: 1px solid rgba(255, 210, 140, 0.14);
  transition: border-color .2s;
  gap: 0.5rem;
  border-radius: 8px;
  background: #171209;
  font-size: 0.813rem;
  color: #D2BF9A;
  align-items: center;
  display: flex;
  font-weight: 600;
  white-space: nowrap;
}.hag-sbar_providers_wuc:hover {
  border-color: rgba(200, 130, 50, 0.55);
  color: #F6EDD8;
}.hag-sbar_providers_wuc svg {
  height: 14px;
  stroke-linejoin: round;
  width: 14px;
  stroke-linecap: round;
}.hag-sbar_tabs_wuc {
  gap: 0.375rem;
  display: flex;
  padding-bottom: 2px;
  overflow-x: auto;
  scrollbar-width: none;
}.hag-sbar_tabs_wuc::-webkit-scrollbar {
  display: none;
}.hag-sbar_tab_wuc {
  border-radius: 20px;
  background: rgba(255, 220, 160, 0.05);
  border: 1px solid rgba(255, 210, 140, 0.07);
  transition: background .15s,color .15s,border-color .15s;
  gap: 0.438rem;
  padding: 0.5rem 14px;
  font-weight: 600;
  white-space: nowrap;
  font-size: 12px;
  align-items: center;
  flex-shrink: 0;
  color: #A08B6A;
  cursor: pointer;
  display: flex;
}.hag-sbar_tab_wuc:hover {
  border-color: rgba(200, 130, 50, 0.55);
  background: rgba(255, 220, 160, 0.08);
  color: #F6EDD8;
}.hag-sbar_tab_wuc.hag-state_active_wuc {
  border-color: rgba(200, 124, 46, 0.07);
  background: rgba(200, 124, 46, 0.18);
  color: #F6EDD8;
}.hag-sbar_tab_ic_wuc svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 14px;
  width: 14px;
}.hag-ws_wuc {
  background: #13100A;
  padding: 2rem 1rem 0;
}
@media(min-width: 770px) {.hag-ws_wuc {
  padding: 2.25rem 1.5rem 0;
}
}.hag-ws_in_wuc {
  margin: 0 auto;
  max-width: 1320px;
}.hag-ws_head_wuc {
  gap: 0.75rem;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px;
  align-items: center;
}.hag-ws_title_wuc {
  gap: 0.625rem;
  display: flex;
  color: #F6EDD8;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  font-family: 'Rye', serif;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}.hag-ws_title_ic_wuc svg {
  stroke-linecap: round;
  height: 18px;
  stroke-linejoin: round;
  width: 1.125rem;
  color: #D4A030;
}.hag-ws_online_wuc {
  gap: 7px;
  align-items: center;
  display: flex;
  font-size: 12px;
  color: #7C6A50;
  font-weight: 600;
}.hag-ws_online_dot_wuc {
  background: #4CA862;
  border-radius: 50%;
  height: 8px;
  flex-shrink: 0;
  width: 8px;
  box-shadow: 0 0 0.375rem rgba(76, 168, 98, 0.16);
}.hag-ws_scroll_wuc {
  gap: 8px;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  display: flex;
}.hag-ws_scroll_wuc::-webkit-scrollbar {
  display: none;
}.hag-wc_wuc {
  gap: 0.625rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 210, 140, 0.14);
  background: #171209;
  padding: 10px 0.875rem;
  min-width: 220px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.hag-wc_img_wuc {
  border-radius: 4px;
  background: #1D1810;
  overflow: hidden;
  flex-shrink: 0;
  width: 2.25rem;
  height: 36px;
}.hag-wc_img_wuc img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.hag-wc_info_wuc {
  min-width: 0;
}.hag-wc_game_wuc {
  overflow: hidden;
  color: #D2BF9A;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.75rem;
  text-overflow: ellipsis;
}.hag-wc_player_wuc {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5E4F3A;
  white-space: nowrap;
  font-size: 10px;
}.hag-wc_amount_wuc {
  font-weight: 700;
  color: #4CA862;
  margin-left: auto;
  flex-shrink: 0;
  font-size: 0.813rem;
  white-space: nowrap;
}.hag-prov_wuc {
  padding: 36px 16px 0;
  background: #13100A;
}
@media(min-width: 769px) {.hag-prov_wuc {
  padding: 2.75rem 1.5rem 0;
}
}.hag-prov_in_wuc {
  margin: 0 auto;
  max-width: 1320px;
}.hag-prov_head_wuc {
  margin-bottom: 1rem;
}.hag-prov_label_wuc {
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #C87C2E;
  font-size: 11px;
}.hag-prov_h2_wuc {
  font-weight: 800;
  color: #F6EDD8;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 8px;
  font-family: 'Rye', serif;
}
@media(min-width: 767px) {.hag-prov_h2_wuc {
  font-size: 24px;
}
}.hag-prov_seo_wuc {
  color: #7C6A50;
  margin-bottom: 1rem;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 38.75rem;
}.hag-prov_seo_wuc strong {
  font-weight: 700;
  color: #D2BF9A;
}.hag-prov_seo_wuc a {
  color: #C87C2E;
  text-decoration: underline;
}.hag-prov_grid_wuc {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 641px) {.hag-prov_grid_wuc {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.hag-prov_grid_wuc {
  grid-template-columns: repeat(8,1fr);
}
}.hag-prov_card_wuc {
  transition: border-color .2s,background .2s;
  border-radius: 8px;
  border: 1px solid rgba(255, 210, 140, 0.14);
  padding: 14px 0.625rem;
  gap: 7px;
  background: #171209;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
}.hag-prov_card_wuc:hover {
  background: #1D1810;
  border-color: rgba(200, 130, 50, 0.55);
}.hag-prov_logo_wuc {
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255, 220, 160, 0.05);
  width: 2.75rem;
  height: 44px;
  justify-content: center;
  display: flex;
  align-items: center;
}.hag-prov_logo_wuc img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.hag-prov_name_wuc {
  color: #A08B6A;
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  overflow-wrap: break-word;
}.hag-reg_wuc {
  background: #13100A;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.hag-reg_wuc {
  padding: 44px 24px 0;
}
}.hag-reg_in_wuc {
  margin: 0 auto;
  border: 1px solid rgba(255, 210, 140, 0.07);
  border-radius: 12px;
  background: #1D1810;
  padding: 28px 24px;
  max-width: 1320px;
}
@media(min-width: 770px) {.hag-reg_in_wuc {
  padding: 40px;
}
}.hag-reg_top_wuc {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 858px) {.hag-reg_top_wuc {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.hag-reg_label_wuc {
  font-weight: 700;
  color: #C87C2E;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .08em;
}.hag-reg_h2_wuc {
  font-size: 1.375rem;
  font-family: 'Rye', serif;
  overflow-wrap: break-word;
  color: #F6EDD8;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media(min-width: 769px) {.hag-reg_h2_wuc {
  font-size: 1.75rem;
}
}.hag-reg_bonus_wuc {
  background: rgba(212, 160, 48, 0.18);
  padding: 10px 1rem;
  border: 1px solid rgba(212, 160, 48, 0.18);
  border-radius: 8px;
  gap: 0.5rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}.hag-reg_bonus_amount_wuc {
  font-weight: 800;
  font-size: 20px;
  color: #D4A030;
}.hag-reg_bonus_text_wuc {
  color: #A08B6A;
  font-size: 13px;
  line-height: 1.35;
}.hag-reg_cta_btn_wuc {
  transition: background .2s;
  border-radius: 8px;
  padding: 0.875rem 32px;
  background: #4CA862;
  font-size: 0.938rem;
  box-shadow: 3px 3px 0px #2A6038, inset 0 1px 0 rgba(160, 255, 180, 0.18);
  color: #120E07;
  margin-bottom: 0.75rem;
  display: inline-block;
  font-weight: 700;
}.hag-reg_cta_btn_wuc:hover {
  background: #5CBE74;
}.hag-reg_terms_wuc {
  line-height: 1.5;
  color: #5E4F3A;
  font-size: 11px;
}.hag-reg_seo_wuc {
  border-top: 1px solid rgba(255, 220, 160, 0.05);
  font-size: 0.813rem;
  color: #7C6A50;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  overflow-wrap: break-word;
  line-height: 1.65;
}.hag-reg_seo_wuc p {
  font-size: 0.813rem;
  color: #7C6A50;
  line-height: 1.65;
  margin-bottom: 10px;
}.hag-reg_seo_wuc p:last-child {
  margin-bottom: 0;
}.hag-reg_seo_wuc strong {
  font-weight: 700;
  color: #D2BF9A;
}.hag-reg_seo_wuc a {
  transition: color .2s;
  color: #C87C2E;
  text-decoration: underline;
}.hag-reg_seo_wuc a:hover {
  color: #DC9240;
}.hag-reg_seo_wuc ul,.hag-reg_seo_wuc ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.hag-reg_seo_wuc ol {
  list-style: decimal;
}.hag-reg_seo_wuc li {
  margin-bottom: 4px;
  font-size: 13px;
  color: #7C6A50;
  line-height: 1.65;
}.hag-reg_seo_wuc table {
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
  margin-bottom: 10px;
  display: block;
  overflow-x: auto;
}
@media(min-width: 766px) {.hag-reg_seo_wuc table {
  display: table;
}
}.hag-reg_seo_wuc th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 220, 160, 0.08);
  font-weight: 700;
  color: #D2BF9A;
  text-align: left;
}.hag-reg_seo_wuc td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
  color: #7C6A50;
}.hag-reg_steps_wuc {
  gap: 0.875rem;
  margin-top: 1.75rem;
  flex-direction: column;
  display: flex;
}
@media(min-width: 857px) {.hag-reg_steps_wuc {
  margin-top: 0;
}
}.hag-reg_step_wuc {
  gap: 14px;
  background: rgba(255, 220, 160, 0.05);
  border: 1px solid rgba(255, 210, 140, 0.07);
  border-radius: 8px;
  padding: 1rem;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.hag-reg_step_num_wuc {
  background: rgba(200, 124, 46, 0.18);
  border-radius: 50%;
  border: 1px solid rgba(200, 124, 46, 0.07);
  font-size: 0.875rem;
  color: #C87C2E;
  font-weight: 800;
  align-items: center;
  height: 34px;
  width: 2.125rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}.hag-reg_step_title_wuc {
  font-size: 0.875rem;
  margin-bottom: 3px;
  color: #F6EDD8;
  font-weight: 700;
}.hag-reg_step_text_wuc {
  line-height: 1.5;
  color: #7C6A50;
  font-size: 0.75rem;
}.hag-reg_trust_wuc {
  border-top: 1px solid rgba(255, 220, 160, 0.05);
  gap: 10px;
  padding-top: 1.25rem;
  flex-wrap: wrap;
  display: flex;
  margin-top: 1.25rem;
}.hag-reg_trust_item_wuc {
  gap: 7px;
  display: flex;
  font-size: 12px;
  color: #7C6A50;
  align-items: center;
  overflow-wrap: break-word;
}.hag-reg_trust_ic_wuc svg {
  stroke-linecap: round;
  height: 16px;
  width: 1rem;
  stroke-linejoin: round;
  color: #C87C2E;
}.hag-app_wuc {
  background: #13100A;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.hag-app_wuc {
  padding: 44px 1.5rem 0;
}
}.hag-app_in_wuc {
  margin: 0 auto;
  max-width: 82.5rem;
}.hag-app_head_wuc {
  margin-bottom: 16px;
}.hag-app_label_wuc {
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C87C2E;
  font-size: 0.688rem;
  margin-bottom: 8px;
}.hag-app_h2_wuc {
  font-family: 'Rye', serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #F6EDD8;
  margin-bottom: 0.375rem;
  font-weight: 800;
}
@media(min-width: 766px) {.hag-app_h2_wuc {
  font-size: 1.5rem;
}
}.hag-app_sub_wuc {
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
  max-width: 37.5rem;
  color: #7C6A50;
}.hag-app_sub_wuc strong {
  color: #D2BF9A;
  font-weight: 700;
}.hag-app_cards_wuc {
  gap: 10px;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 16px;
}
@media(min-width: 641px) {.hag-app_cards_wuc {
  grid-template-columns: repeat(3,1fr);
}
}.hag-app_card_wuc {
  border-radius: 8px;
  gap: 16px;
  padding: 20px;
  overflow: hidden;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  display: flex;
}.hag-app_card_ios_wuc {
  background: linear-gradient(135deg,rgba(200, 124, 46, 0.18) 0%,#1D1810 100%);
}.hag-app_card_android_wuc {
  background: linear-gradient(135deg,rgba(76, 168, 98, 0.16) 0%,#1D1810 100%);
}.hag-app_card_win_wuc {
  background: linear-gradient(135deg,rgba(212, 160, 48, 0.18) 0%,#1D1810 100%);
}.hag-app_card_ic_wuc svg {
  stroke-linejoin: round;
  height: 2.125rem;
  width: 34px;
  stroke-linecap: round;
}.hag-app_card_ic_wuc {
  color: #F6EDD8;
  flex-shrink: 0;
}.hag-app_card_os_wuc {
  margin-bottom: 6px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 10px;
  color: #7C6A50;
  font-weight: 700;
}.hag-app_card_title_wuc {
  color: #F6EDD8;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-weight: 700;
  font-size: 0.938rem;
  margin-bottom: 0.375rem;
}.hag-app_card_text_wuc {
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-size: 12px;
  line-height: 1.5;
  color: #7C6A50;
}.hag-app_card_btn_wuc {
  border-radius: 0.25rem;
  border: 1px solid rgba(200, 130, 50, 0.55);
  padding: 10px 1.125rem;
  background: rgba(255, 220, 160, 0.13);
  transition: background .2s;
  gap: 0.438rem;
  color: #F6EDD8;
  font-weight: 700;
  font-size: 0.813rem;
  display: inline-flex;
  align-items: center;
}.hag-app_card_btn_wuc:hover {
  background: rgba(255, 220, 160, 0.08);
}.hag-bon_wuc {
  padding: 36px 16px 0;
  background: #13100A;
}
@media(min-width: 765px) {.hag-bon_wuc {
  padding: 44px 1.5rem 0;
}
}.hag-bon_in_wuc {
  margin: 0 auto;
  max-width: 1320px;
}.hag-bon_head_wuc {
  margin-bottom: 20px;
}.hag-bon_label_wuc {
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #C87C2E;
  letter-spacing: .08em;
}.hag-bon_h2_wuc {
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: 'Rye', serif;
  overflow-wrap: break-word;
  color: #F6EDD8;
  font-size: 1.25rem;
}
@media(min-width: 771px) {.hag-bon_h2_wuc {
  font-size: 24px;
}
}.hag-bon_seo_wuc {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #7C6A50;
  max-width: 620px;
  line-height: 1.6;
}.hag-bon_seo_wuc strong {
  color: #D2BF9A;
  font-weight: 700;
}.hag-bon_seo_wuc a {
  text-decoration: underline;
  color: #C87C2E;
}.hag-bon_grid_wuc {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width:640px) {.hag-bon_grid_wuc {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.hag-bon_grid_wuc {
  grid-template-columns: repeat(5,1fr);
}
}.hag-bon_card_wuc {
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
  background: #171209;
  padding: 16px;
  border: 1px solid rgba(255, 210, 140, 0.14);
}.hag-bon_card_wuc:hover {
  border-color: rgba(200, 124, 46, 0.07);
  transform: translateY(-2px);
}.hag-bon_card_ic_wuc svg {
  width: 1.625rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 26px;
}.hag-bon_card_ic_wuc {
  margin-bottom: 0.625rem;
}.hag-bon_card_type_wuc {
  color: #7C6A50;
  letter-spacing: .06em;
  margin-bottom: 6px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
}.hag-bon_card_amount_wuc {
  line-height: 1.1;
  color: #D4A030;
  margin-bottom: 6px;
  font-weight: 800;
  font-size: 1.125rem;
}.hag-bon_card_name_wuc {
  font-weight: 600;
  overflow-wrap: break-word;
  color: #F6EDD8;
  font-size: 13px;
  margin-bottom: 0.5rem;
}.hag-bon_card_detail_wuc {
  border-top: 1px solid rgba(255, 220, 160, 0.05);
  color: #5E4F3A;
  font-size: 11px;
  padding-top: 8px;
  overflow-wrap: break-word;
  line-height: 1.5;
}.hag-rv_wuc {
  background: #13100A;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.hag-rv_wuc {
  padding: 2.75rem 1.5rem 0;
}
}.hag-rv_in_wuc {
  margin: 0 auto;
  max-width: 82.5rem;
}.hag-rv_head_wuc {
  max-width: 720px;
  margin-bottom: 20px;
}.hag-rv_label_wuc {
  color: #C87C2E;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 0.688rem;
}.hag-rv_h2_wuc {
  overflow-wrap: break-word;
  color: #F6EDD8;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
  font-family: 'Rye', serif;
}
@media(min-width: 771px) {.hag-rv_h2_wuc {
  font-size: 1.75rem;
}
}.hag-rv_stats_wuc {
  gap: 1.125rem;
  display: flex;
  align-items: center;
  color: #7C6A50;
  font-size: 13px;
  flex-wrap: wrap;
}.hag-rv_stats_score_wuc {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.hag-rv_stats_score_val_wuc {
  color: #D4A030;
  font-size: 22px;
  font-weight: 800;
  font-family: 'Rye', serif;
}.hag-rv_stats_score_max_wuc {
  font-size: 13px;
  color: #5E4F3A;
}.hag-rv_stats_badge_wuc {
  gap: 4px;
  align-items: center;
  display: flex;
}.hag-rv_stats_badge_wuc svg {
  color: #D4A030;
  height: 0.875rem;
  width: 0.875rem;
}.hag-rv_grid_wuc {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.hag-rv_grid_wuc {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.hag-rv_grid_wuc {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.hag-rv_card_wuc {
  border-radius: 0.5rem;
  padding: 1.25rem;
  background: #1D1810;
  border: 1px solid rgba(255, 210, 140, 0.14);
  display: flex;
  flex-direction: column;
}.hag-rv_card_stars_wuc {
  gap: 2px;
  margin-bottom: 0.625rem;
  display: flex;
  color: #D4A030;
}.hag-rv_card_stars_wuc svg {
  height: 14px;
  width: 0.875rem;
}.hag-rv_card_h_wuc {
  font-size: 14px;
  color: #F6EDD8;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}.hag-rv_card_body_wuc {
  flex: 1;
  font-size: 0.813rem;
  line-height: 1.65;
  color: #7C6A50;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
}.hag-rv_card_body_wuc strong {
  color: #D2BF9A;
  font-weight: 600;
}.hag-rv_card_meta_wuc {
  gap: 10px;
  border-top: 1px solid rgba(255, 220, 160, 0.05);
  justify-content: space-between;
  padding-top: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.hag-rv_card_author_wuc {
  font-weight: 600;
  font-size: 12px;
  color: #D2BF9A;
}.hag-rv_card_date_wuc {
  font-size: 11px;
  color: #5E4F3A;
}.hag-seo_wuc {
  background: #13100A;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.hag-seo_wuc {
  padding: 2.75rem 1.5rem 0;
}
}.hag-seo_in_wuc {
  border-radius: 0.75rem;
  margin: 0 auto;
  background: #1D1810;
  border: 1px solid rgba(255, 210, 140, 0.14);
  padding: 28px 24px;
  max-width: 1320px;
}
@media(min-width: 766px) {.hag-seo_in_wuc {
  padding: 36px 40px;
}
}.hag-seo_label_wuc {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  color: #C87C2E;
  letter-spacing: .08em;
}.hag-seo_h2_wuc {
  color: #F6EDD8;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 14px;
  font-family: 'Rye', serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.hag-seo_h2_wuc {
  font-size: 24px;
}
}.hag-seo_body_wuc {
  color: #A08B6A;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
}.hag-seo_body_wuc p {
  margin-bottom: 0.75rem;
  color: #A08B6A;
  line-height: 1.75;
  font-size: 0.875rem;
}.hag-seo_body_wuc p:last-child {
  margin-bottom: 0;
}.hag-seo_body_wuc strong {
  color: #D2BF9A;
  font-weight: 700;
}.hag-seo_body_wuc a {
  transition: color .2s;
  color: #C87C2E;
  text-decoration: underline;
}.hag-seo_body_wuc a:hover {
  color: #DC9240;
}.hag-seo_body_wuc ul,.hag-seo_body_wuc ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.hag-seo_body_wuc ol {
  list-style: decimal;
}.hag-seo_body_wuc li {
  color: #A08B6A;
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 6px;
}.hag-seo_body_wuc table {
  border-collapse: collapse;
  margin-bottom: 12px;
  width: 100%;
  font-size: 13px;
  overflow-x: auto;
  display: block;
}
@media(min-width: 769px) {.hag-seo_body_wuc table {
  display: table;
}
}.hag-seo_body_wuc th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 220, 160, 0.08);
  font-weight: 700;
  color: #D2BF9A;
  text-align: left;
}.hag-seo_body_wuc td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
  color: #A08B6A;
}.hag-seo_cols_wuc {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.hag-seo_cols_wuc {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.hag-seo_cols_wuc {
  grid-template-columns: repeat(3,1fr);
}
}.hag-seo_col_h_wuc {
  margin-bottom: 0.438rem;
  color: #D2BF9A;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.hag-seo_col_p_wuc {
  overflow-wrap: break-word;
  color: #7C6A50;
  line-height: 1.65;
  font-size: 13px;
}.hag-seo_stats_wuc {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.hag-seo_stat_wuc {
  border-radius: 8px;
  border: 1px solid rgba(200, 124, 46, 0.18);
  background: rgba(200, 124, 46, 0.07);
  padding: 14px 16px;
  flex: 1;
  min-width: 8.75rem;
}.hag-seo_stat_val_wuc {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-weight: 800;
  font-size: 1.25rem;
  color: #C87C2E;
}.hag-seo_stat_lb_wuc {
  color: #7C6A50;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.hag-seo_wuc {
  padding: 36px 1rem 0;
  background: #13100A;
}
@media(min-width:768px) {.hag-seo_wuc {
  padding: 2.75rem 24px 0;
}
}.hag-seo_in_wuc {
  border: 1px solid rgba(255, 210, 140, 0.14);
  border-radius: 0.75rem;
  margin: 0 auto;
  padding: 28px 1.5rem;
  background: #1D1810;
  max-width: 1320px;
}
@media(min-width: 769px) {.hag-seo_in_wuc {
  padding: 36px 2.5rem;
}
}.hag-seo_label_wuc {
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #C87C2E;
  letter-spacing: .08em;
}.hag-seo_h2_wuc {
  color: #F6EDD8;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.25;
  font-size: 20px;
  font-family: 'Rye', serif;
}
@media(min-width: 765px) {.hag-seo_h2_wuc {
  font-size: 24px;
}
}.hag-seo_body_wuc {
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #A08B6A;
}.hag-seo_body_wuc p {
  color: #A08B6A;
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 0.875rem;
}.hag-seo_body_wuc p:last-child {
  margin-bottom: 0;
}.hag-seo_body_wuc strong {
  font-weight: 700;
  color: #D2BF9A;
}.hag-seo_body_wuc a {
  transition: color .2s;
  text-decoration: underline;
  color: #C87C2E;
}.hag-seo_body_wuc a:hover {
  color: #DC9240;
}.hag-seo_body_wuc ul,.hag-seo_body_wuc ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.hag-seo_body_wuc ol {
  list-style: decimal;
}.hag-seo_body_wuc li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #A08B6A;
  font-size: 14px;
}.hag-seo_body_wuc table {
  border-collapse: collapse;
  font-size: 13px;
  display: block;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 770px) {.hag-seo_body_wuc table {
  display: table;
}
}.hag-seo_body_wuc th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 220, 160, 0.08);
  text-align: left;
  font-weight: 700;
  color: #D2BF9A;
}.hag-seo_body_wuc td {
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
  padding: 0.625rem 0.75rem;
  color: #A08B6A;
}.hag-seo_cols_wuc {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 643px) {.hag-seo_cols_wuc {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.hag-seo_cols_wuc {
  grid-template-columns: repeat(3,1fr);
}
}.hag-seo_col_h_wuc {
  margin-bottom: 0.438rem;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #D2BF9A;
  font-weight: 700;
}.hag-seo_col_p_wuc {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #7C6A50;
  font-size: 0.813rem;
}.hag-seo_stats_wuc {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.hag-seo_stat_wuc {
  flex: 1;
  background: rgba(200, 124, 46, 0.07);
  border-radius: 8px;
  border: 1px solid rgba(200, 124, 46, 0.18);
  padding: 0.875rem 16px;
  min-width: 140px;
}.hag-seo_stat_val_wuc {
  overflow-wrap: break-word;
  color: #C87C2E;
  font-weight: 800;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}.hag-seo_stat_lb_wuc {
  color: #7C6A50;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.hag-faq_wuc {
  background: #13100A;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.hag-faq_wuc {
  padding: 2.75rem 1.5rem 0;
}
}.hag-faq_in_wuc {
  margin: 0 auto;
  max-width: 82.5rem;
}.hag-faq_head_wuc {
  margin-bottom: 20px;
}.hag-faq_label_wuc {
  text-transform: uppercase;
  color: #C87C2E;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 8px;
  letter-spacing: .08em;
}.hag-faq_h2_wuc {
  color: #F6EDD8;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  font-family: 'Rye', serif;
}
@media(min-width: 767px) {.hag-faq_h2_wuc {
  font-size: 1.5rem;
}
}.hag-faq_list_wuc {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.hag-faq_item_wuc {
  border: 1px solid rgba(255, 210, 140, 0.14);
  background: #1D1810;
  border-radius: 8px;
  overflow: hidden;
}.hag-faq_q_wuc {
  gap: 12px;
  padding: 1rem 20px;
  transition: color .2s;
  flex-wrap: wrap;
  font-weight: 600;
  overflow-wrap: break-word;
  cursor: pointer;
  align-items: center;
  color: #D2BF9A;
  font-size: 0.875rem;
  display: flex;
  justify-content: space-between;
}.hag-faq_q_wuc:hover {
  color: #F6EDD8;
}.hag-faq_q_ic_wuc {
  border-radius: 50%;
  background: rgba(255, 220, 160, 0.05);
  transition: transform .25s;
  height: 24px;
  width: 24px;
  justify-content: center;
  flex-shrink: 0;
  color: #C87C2E;
  display: flex;
  font-size: 1rem;
  align-items: center;
}.hag-faq_item_wuc.hag-state_open_wuc .hag-faq_q_ic_wuc {
  transform: rotate(45deg);
}.hag-faq_a_wuc {
  padding: 0 1.25rem 1rem;
  color: #7C6A50;
  line-height: 1.7;
  display: none;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.hag-faq_item_wuc.hag-state_open_wuc .hag-faq_a_wuc {
  display: block;
}.hag-faq_a_wuc strong {
  color: #D2BF9A;
  font-weight: 700;
}.hag-faq_a_wuc a {
  color: #C87C2E;
  text-decoration: underline;
}.hag-faq_a_wuc ul,.hag-faq_a_wuc ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.hag-faq_a_wuc ol {
  list-style: decimal;
}.hag-faq_a_wuc li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.hag-faq_a_wuc table {
  margin: 0.5rem 0;
  display: block;
  border-collapse: collapse;
  width: 100%;
  font-size: 0.75rem;
  overflow-x: auto;
}
@media(min-width: 771px) {.hag-faq_a_wuc table {
  display: table;
}
}.hag-faq_a_wuc th {
  border-bottom: 1px solid rgba(255, 220, 160, 0.08);
  padding: 6px 0.5rem;
  text-align: left;
  color: #D2BF9A;
  font-weight: 700;
}.hag-faq_a_wuc td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
  color: #7C6A50;
}.hag-seo_wuc {
  background: #13100A;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.hag-seo_wuc {
  padding: 2.75rem 24px 0;
}
}.hag-seo_in_wuc {
  border: 1px solid rgba(255, 210, 140, 0.14);
  margin: 0 auto;
  border-radius: 0.75rem;
  background: #1D1810;
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 770px) {.hag-seo_in_wuc {
  padding: 2.25rem 2.5rem;
}
}.hag-seo_label_wuc {
  font-size: 0.688rem;
  color: #C87C2E;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
}.hag-seo_h2_wuc {
  margin-bottom: 14px;
  font-size: 20px;
  font-family: 'Rye', serif;
  line-height: 1.25;
  font-weight: 800;
  color: #F6EDD8;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.hag-seo_h2_wuc {
  font-size: 1.5rem;
}
}.hag-seo_body_wuc {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #A08B6A;
  line-height: 1.75;
}.hag-seo_body_wuc p {
  line-height: 1.75;
  color: #A08B6A;
  font-size: 14px;
  margin-bottom: 12px;
}.hag-seo_body_wuc p:last-child {
  margin-bottom: 0;
}.hag-seo_body_wuc strong {
  color: #D2BF9A;
  font-weight: 700;
}.hag-seo_body_wuc a {
  transition: color .2s;
  color: #C87C2E;
  text-decoration: underline;
}.hag-seo_body_wuc a:hover {
  color: #DC9240;
}.hag-seo_body_wuc ul,.hag-seo_body_wuc ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.hag-seo_body_wuc ol {
  list-style: decimal;
}.hag-seo_body_wuc li {
  line-height: 1.75;
  color: #A08B6A;
  font-size: 0.875rem;
  margin-bottom: 6px;
}.hag-seo_body_wuc table {
  margin-bottom: 0.75rem;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  font-size: 13px;
}
@media(min-width: 770px) {.hag-seo_body_wuc table {
  display: table;
}
}.hag-seo_body_wuc th {
  border-bottom: 1px solid rgba(255, 220, 160, 0.08);
  padding: 0.625rem 0.75rem;
  color: #D2BF9A;
  text-align: left;
  font-weight: 700;
}.hag-seo_body_wuc td {
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
  padding: 0.625rem 12px;
  color: #A08B6A;
}.hag-seo_cols_wuc {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.hag-seo_cols_wuc {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.hag-seo_cols_wuc {
  grid-template-columns: repeat(3,1fr);
}
}.hag-seo_col_h_wuc {
  color: #D2BF9A;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 700;
}.hag-seo_col_p_wuc {
  font-size: 13px;
  color: #7C6A50;
  overflow-wrap: break-word;
  line-height: 1.65;
}.hag-seo_stats_wuc {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.hag-seo_stat_wuc {
  border-radius: 8px;
  padding: 0.875rem 16px;
  border: 1px solid rgba(200, 124, 46, 0.18);
  flex: 1;
  background: rgba(200, 124, 46, 0.07);
  min-width: 140px;
}.hag-seo_stat_val_wuc {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.25rem;
  color: #C87C2E;
  font-size: 20px;
}.hag-seo_stat_lb_wuc {
  font-size: 0.688rem;
  color: #7C6A50;
  overflow-wrap: break-word;
}.hag-ft_wuc {
  background: #0D0A05;
  border-top: 1px solid rgba(255, 220, 160, 0.05);
  margin-top: 3rem;
}.hag-ft_support_wuc {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
}
@media(min-width:768px) {.hag-ft_support_wuc {
  padding: 1.75rem 1.5rem;
}
}.hag-ft_support_in_wuc {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  max-width: 82.5rem;
}.hag-ft_support_main_wuc {
  flex: 1;
  gap: 16px;
  flex-wrap: wrap;
  min-width: 13.75rem;
  align-items: center;
  display: flex;
}.hag-ft_support_ic_wuc {
  flex-shrink: 0;
  color: #C87C2E;
}.hag-ft_support_ic_wuc svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 30px;
  width: 30px;
}.hag-ft_support_text_title_wuc {
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
  color: #F6EDD8;
  overflow-wrap: break-word;
}.hag-ft_support_text_sub_wuc {
  font-size: 0.75rem;
  color: #7C6A50;
  overflow-wrap: break-word;
}.hag-ft_support_btn_wuc {
  background: #C87C2E;
  padding: 0.688rem 1.375rem;
  border-radius: 8px;
  transition: background .2s;
  color: #F6EDD8;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 13px;
}.hag-ft_support_btn_wuc:hover {
  background: #DC9240;
}.hag-ft_support_contacts_wuc {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.hag-ft_support_contact_wuc {
  color: #5E4F3A;
  line-height: 1.4;
  font-size: 0.75rem;
}.hag-ft_support_contact_wuc strong {
  font-weight: 600;
  font-size: 11px;
  margin-bottom: 2px;
  display: block;
  color: #A08B6A;
}.hag-ft_main_wuc {
  padding: 2rem 16px 24px;
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
}
@media(min-width: 769px) {.hag-ft_main_wuc {
  padding: 40px 1.5rem 2rem;
}
}.hag-ft_main_in_wuc {
  gap: 24px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
}
@media(min-width: 642px) {.hag-ft_main_in_wuc {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.hag-ft_main_in_wuc {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.hag-ft_col_logo_wuc {
  grid-column: 1/-1;
}
@media(min-width:1080px) {.hag-ft_col_logo_wuc {
  grid-column: auto;
}
}.hag-ft_logo_wuc {
  gap: 0.563rem;
  flex-wrap: wrap;
  font-weight: 800;
  align-items: center;
  display: flex;
  font-size: 1rem;
  color: #F6EDD8;
  margin-bottom: 12px;
  overflow-wrap: break-word;
}.hag-ft_logo_mark_wuc {
  border-radius: 0.25rem;
  overflow: hidden;
  height: 30px;
  width: 30px;
}.hag-ft_logo_mark_wuc img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.hag-ft_logo_sub_wuc {
  overflow-wrap: break-word;
  line-height: 1.55;
  max-width: 200px;
  font-size: 12px;
  color: #5E4F3A;
}.hag-ft_col_title_wuc {
  margin-bottom: 0.875rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #A08B6A;
  letter-spacing: .07em;
  font-weight: 700;
}.hag-ft_col_links_wuc {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.hag-ft_col_link_wuc {
  transition: color .2s;
  color: #5E4F3A;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.hag-ft_col_link_wuc:hover {
  color: #D2BF9A;
}.hag-ft_apps_wuc {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.hag-ft_app_card_wuc {
  border-radius: 4px;
  border: 1px solid rgba(255, 210, 140, 0.14);
  transition: border-color .2s;
  padding: 0.625rem 12px;
  background: rgba(255, 220, 160, 0.05);
  gap: 10px;
  align-items: center;
  display: flex;
}.hag-ft_app_card_wuc:hover {
  border-color: rgba(200, 130, 50, 0.55);
}.hag-ft_app_card_ic_wuc svg {
  stroke-linejoin: round;
  height: 1.375rem;
  width: 1.375rem;
  stroke-linecap: round;
}.hag-ft_app_card_os_wuc {
  font-weight: 600;
  font-size: 10px;
  color: #5E4F3A;
}.hag-ft_app_card_action_wuc {
  font-weight: 700;
  font-size: 0.75rem;
  color: #D2BF9A;
}.hag-ft_bot_wuc {
  padding: 20px 1rem;
}
@media(min-width:768px) {.hag-ft_bot_wuc {
  padding: 1.25rem 24px;
}
}.hag-ft_bot_in_wuc {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  align-items: center;
  max-width: 1320px;
  flex-wrap: wrap;
}.hag-ft_socials_wuc {
  gap: 0.5rem;
  display: flex;
}.hag-ft_soc_wuc {
  border-radius: 4px;
  transition: background .2s;
  background: rgba(255, 220, 160, 0.05);
  border: 1px solid rgba(255, 210, 140, 0.14);
  width: 2.25rem;
  color: #A08B6A;
  display: flex;
  height: 36px;
  justify-content: center;
  align-items: center;
}.hag-ft_soc_wuc svg {
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
}.hag-ft_soc_wuc:hover {
  background: rgba(255, 220, 160, 0.08);
}.hag-ft_legal_wuc {
  flex: 1;
  min-width: 12.5rem;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #9B8462;
}.hag-ft_legal_wuc strong {
  color: #A08B6A;
  font-weight: 700;
}.hag-ft_legal_wuc a {
  text-decoration: underline;
  color: #A08B6A;
}.hag-ft_age_wuc {
  border-radius: 50%;
  border: 2px solid #9B8462;
  color: #9B8462;
  flex-shrink: 0;
  align-items: center;
  font-size: 0.688rem;
  justify-content: center;
  height: 32px;
  margin-left: auto;
  display: flex;
  font-weight: 800;
  width: 2rem;
}