*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #1C0E07;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  min-height: 100vh;
  font-family: 'Barlow', sans-serif;
  color: #D5C5B0;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  text-decoration: none;
  color: inherit;
}button {
  border: none;
  font: inherit;
  background: none;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.hrg-layout-y2s {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.hrg-page-y2s {
  min-height: 100vh;
  display: flex;
}.hrg-main-y2s {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media(min-width:1080px) {.hrg-main-y2s {
  padding-left: 220px;
}
}
@media(max-width: 1080px) {.hrg-main-y2s {
  padding-bottom: 4.5rem;
}
}.hrg-gc-y2s {
  background: #20110A;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .2s,border-color .2s;
  width: 140px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
@media(min-width: 639px) {.hrg-gc-y2s {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.hrg-gc-y2s {
  width: 10.5rem;
}
}.hrg-gc-y2s:hover {
  border-color: rgba(200, 136, 42, 0.08);
  transform: translateY(-3px);
}.hrg-gc_img-y2s {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.hrg-gc_img-y2s img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
}.hrg-gc_hover-y2s {
  inset: 0;
  background: rgba(10, 4, 1, 0.74);
  transition: opacity .2s;
  align-items: center;
  opacity: 0;
  justify-content: center;
  display: flex;
  position: absolute;
}.hrg-gc-y2s:hover .hrg-gc_hover-y2s {
  opacity: 1;
}.hrg-gc_hover_btn-y2s {
  border-radius: 4px;
  background: #C8882A;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 0.75rem;
  color: #F2E8DC;
}.hrg-gc_info-y2s {
  padding: 0.5rem 0.625rem 0.625rem;
}.hrg-gc_name-y2s {
  overflow: hidden;
  margin-bottom: 3px;
  max-width: 100%;
  color: #D5C5B0;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}.hrg-gc_prov-y2s {
  font-size: 0.625rem;
  color: #9A8878;
}.hrg-gc_tag-y2s {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  position: absolute;
  top: 0.375rem;
  z-index: 2;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.563rem;
  letter-spacing: .04em;
  left: 0.375rem;
}.hrg-gc_tag_hot-y2s {
  background: #C43028;
  color: #fff;
}.hrg-gc_tag_new-y2s {
  background: #3AB87A;
  color: #1C0E07;
}.hrg-gc_tag_jp-y2s {
  background: #E8A820;
  color: #1C0E07;
}.hrg-gc_tag_ex-y2s {
  background: #A04818;
  color: #fff;
}.hrg-gc_tag_live-y2s {
  background: #C43028;
  color: #fff;
}.hrg-gr-y2s {
  padding: 32px 1rem 0;
  background: #1C0E07;
}
@media(min-width: 765px) {.hrg-gr-y2s {
  padding: 2.25rem 1.5rem 0;
}
}.hrg-gr_in-y2s {
  margin: 0 auto;
  max-width: 1320px;
}.hrg-gr_head-y2s {
  gap: 0.75rem;
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
  align-items: center;
}.hrg-gr_head_l-y2s {
  flex: 1;
  gap: 10px;
  align-items: center;
  display: flex;
  min-width: 0;
}.hrg-gr_ic-y2s {
  border-radius: 8px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  height: 2rem;
  width: 2rem;
  align-items: center;
}.hrg-gr_ic-y2s svg {
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
  height: 1rem;
}.hrg-gr_title-y2s {
  font-size: 1rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F2E8DC;
}
@media(min-width: 771px) {.hrg-gr_title-y2s {
  font-size: 1.125rem;
}
}.hrg-gr_more-y2s {
  transition: color .2s;
  gap: 0.313rem;
  align-items: center;
  display: flex;
  white-space: nowrap;
  font-weight: 600;
  font-size: 12px;
  flex-shrink: 0;
  color: #9E8878;
}.hrg-gr_more-y2s:hover {
  color: #C8882A;
}.hrg-gr_more-y2s svg {
  width: 0.75rem;
  height: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.hrg-gr_arrows-y2s {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.hrg-gr_arr-y2s {
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  height: 1.875rem;
  align-items: center;
  color: #B09080;
  justify-content: center;
  display: flex;
  width: 1.875rem;
}.hrg-gr_arr-y2s:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F2E8DC;
}.hrg-gr_arr-y2s svg {
  height: 0.813rem;
  stroke-linejoin: round;
  width: 13px;
  stroke-linecap: round;
}.hrg-gr_seo_h-y2s {
  margin: 0 0 6px;
  font-size: 13px;
  color: #D5C5B0;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  max-width: 42.5rem;
  font-weight: 700;
}
@media(min-width: 771px) {.hrg-gr_seo_h-y2s {
  font-size: 14px;
}
}.hrg-gr_seo-y2s {
  margin-bottom: 0.75rem;
  max-width: 680px;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #9E8878;
  line-height: 1.55;
}.hrg-gr_seo-y2s strong {
  font-weight: 600;
  color: #D5C5B0;
}.hrg-gr_scroll-y2s {
  gap: 0.625rem;
  display: flex;
  padding-bottom: 0.625rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-x: auto;
}.hrg-gr_scroll-y2s::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.hrg-gr_scroll-y2s {
  gap: 12px;
}
}.hrg-tb-y2s {
  background: #1C0E07;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  align-items: center;
  z-index: 80;
  right: 0;
  display: flex;
  height: 56px;
  position: fixed;
  left: 0;
  top: 0;
}.hrg-tb_in-y2s {
  padding: 0 14px;
  gap: 0;
  height: 100%;
  align-items: center;
  display: flex;
  width: 100%;
}.hrg-tb_burger-y2s {
  gap: 0.313rem;
  border-radius: 0.5rem;
  margin-right: 0.5rem;
  flex-direction: column;
  width: 2.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 2.375rem;
}.hrg-tb_burger-y2s:hover {
  background: rgba(255, 255, 255, 0.05);
}.hrg-tb_burger_line-y2s {
  border-radius: 1px;
  background: #B09080;
  width: 1.125rem;
  display: block;
  height: 2px;
}
@media(min-width: 1077px) {.hrg-tb_burger-y2s {
  display: none;
}
}.hrg-tb_logo-y2s {
  gap: 9px;
  font-size: 18px;
  margin-right: 20px;
  font-weight: 800;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
  letter-spacing: -.01em;
  color: #F2E8DC;
}.hrg-tb_logo_mark-y2s {
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
}.hrg-tb_logo_mark-y2s img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.hrg-tb_nav-y2s {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.hrg-tb_nav-y2s {
  display: flex;
}
}.hrg-tb_tab-y2s {
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s;
  border-radius: 8px;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 600;
  color: #B09080;
}.hrg-tb_tab-y2s:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2E8DC;
}.hrg-tb_tab-y2s.hrg-state_active-y2s {
  background: rgba(200, 136, 42, 0.18);
  color: #F2E8DC;
}.hrg-tb_right-y2s {
  gap: 8px;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
}.hrg-tb_login-y2s {
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,color .2s;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.563rem 1rem;
  color: #D5C5B0;
  font-weight: 600;
  display: none;
  font-size: 13px;
}.hrg-tb_login-y2s:hover {
  border-color: rgba(200, 136, 42, 0.52);
  color: #F2E8DC;
}
@media(min-width: 478px) {.hrg-tb_login-y2s {
  display: block;
}
}.hrg-tb_reg-y2s {
  padding: 0.563rem 1.125rem;
  transition: background .2s;
  background: #3AB87A;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #0E0802;
  white-space: nowrap;
}.hrg-tb_reg-y2s:hover {
  background: #2EA868;
}.hrg-sb-y2s {
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #261508;
  transition: transform .25s ease;
  position: fixed;
  overflow-y: auto;
  z-index: 70;
  width: 220px;
  left: 0;
  top: 56px;
  bottom: 0;
}.hrg-sb-y2s.hrg-state_open-y2s {
  transform: translateX(0);
}.hrg-sb-y2s::-webkit-scrollbar {
  width: 0.25rem;
}.hrg-sb-y2s::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1077px) {.hrg-sb-y2s {
  transform: translateX(0);
}
}.hrg-sb_auth-y2s {
  padding: 14px 0.75rem 10px;
}.hrg-sb_btn_reg-y2s {
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 0.688rem;
  background: #3AB87A;
  display: block;
  font-weight: 700;
  font-size: 0.813rem;
  color: #0E0802;
  text-align: center;
  margin-bottom: 0.5rem;
}.hrg-sb_btn_reg-y2s:hover {
  background: #2EA868;
}.hrg-sb_btn_login-y2s {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  padding: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s;
  display: block;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  color: #D5C5B0;
}.hrg-sb_btn_login-y2s:hover {
  border-color: rgba(200, 136, 42, 0.52);
  color: #F2E8DC;
}.hrg-sb_promo-y2s {
  overflow: hidden;
  padding: 12px 14px;
  margin: 0 12px 0.625rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(200, 136, 42, 0.18);
  background: linear-gradient(135deg,#2E1808,#261508);
  position: relative;
}.hrg-sb_promo-y2s::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200, 136, 42, 0.18),transparent 70%);
  width: 5rem;
  height: 80px;
  top: -1.25rem;
  content: '';
  right: -1.25rem;
  position: absolute;
}.hrg-sb_promo_title-y2s {
  letter-spacing: .06em;
  color: #C8882A;
  font-size: 11px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: 700;
}.hrg-sb_promo_text-y2s {
  font-size: 12px;
  color: #F2E8DC;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: break-word;
}.hrg-sb_promo_sub-y2s {
  margin-top: 3px;
  font-size: 10px;
  color: #9E8878;
}.hrg-sb_nav-y2s {
  padding: 6px 8px 1rem;
}.hrg-sb_nav_lb-y2s {
  padding: 10px 8px 0.375rem;
  color: #9A8878;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 10px;
  text-transform: uppercase;
}.hrg-sb_link-y2s {
  padding: 9px 10px;
  gap: 0.625rem;
  transition: background .15s,color .15s;
  border-radius: 0.25rem;
  cursor: pointer;
  align-items: center;
  overflow-wrap: break-word;
  font-weight: 500;
  display: flex;
  color: #B09080;
  font-size: 0.813rem;
}.hrg-sb_link-y2s:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2E8DC;
}.hrg-sb_link-y2s.hrg-state_active-y2s {
  background: rgba(200, 136, 42, 0.18);
  color: #F2E8DC;
}.hrg-sb_ic-y2s {
  border-radius: 4px;
  width: 30px;
  height: 1.875rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}.hrg-sb_ic-y2s svg {
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
}.hrg-sb_ic_1-y2s {
  background: rgba(200, 136, 42, 0.08);
  color: #C8882A;
}.hrg-sb_ic_2-y2s {
  background: rgba(58, 184, 122, 0.15);
  color: #3AB87A;
}.hrg-sb_ic_3-y2s {
  background: rgba(232, 168, 32, 0.16);
  color: #E8A820;
}.hrg-sb_ic_4-y2s {
  background: rgba(160, 72, 24, 0.22);
  color: #A04818;
}.hrg-sb_ic_5-y2s {
  background: rgba(200, 136, 42, 0.08);
  color: #E0507A;
}.hrg-sb_ic_6-y2s {
  background: rgba(160, 72, 24, 0.22);
  color: #8B3FBE;
}.hrg-sb_badge-y2s {
  background: #E8A820;
  padding: 2px 7px;
  border-radius: 0.25rem;
  color: #0E0802;
  margin-left: auto;
  font-weight: 700;
  font-size: 0.563rem;
}.hrg-sb_bot-y2s {
  gap: 0.5rem;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.hrg-sb_lang-y2s,.hrg-sb_help-y2s {
  gap: 6px;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  padding: 0.563rem 0.375rem;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  color: #B09080;
  justify-content: center;
  font-weight: 600;
  align-items: center;
  display: flex;
  font-size: 11px;
}.hrg-sb_lang-y2s:hover,.hrg-sb_help-y2s:hover {
  border-color: rgba(200, 136, 42, 0.52);
  color: #F2E8DC;
}.hrg-sb_lang-y2s svg,.hrg-sb_help-y2s svg {
  stroke-linecap: round;
  width: 0.813rem;
  stroke-linejoin: round;
  height: 13px;
}.hrg-sb_bd-y2s {
  inset: 0;
  background: rgba(10, 4, 1, 0.74);
  display: none;
  z-index: 69;
  position: fixed;
}.hrg-sb_bd-y2s.hrg-state_on-y2s {
  display: block;
}
@media(min-width: 1077px) {.hrg-sb_bd-y2s {
  display: none!important;
}
}.hrg-mob_nav-y2s {
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  background: #261508;
  position: fixed;
  left: 0;
  display: flex;
  bottom: 0;
  z-index: 80;
  right: 0;
}
@media(min-width: 1079px) {.hrg-mob_nav-y2s {
  display: none;
}
}.hrg-mob_nav_item-y2s {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 4px;
  display: flex;
  cursor: pointer;
  color: #9A8878;
  flex-direction: column;
  align-items: center;
}.hrg-mob_nav_ic-y2s {
  line-height: 1;
}.hrg-mob_nav_ic-y2s svg {
  height: 1.25rem;
  width: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.hrg-mob_nav_lb-y2s {
  font-size: 10px;
  font-weight: 600;
  color: #9A8878;
}.hrg-mob_nav_item-y2s.hrg-state_active-y2s {
  color: #C8882A;
}.hrg-mob_nav_item-y2s.hrg-state_active-y2s .hrg-mob_nav_lb-y2s {
  color: #C8882A;
}.hrg-hero-y2s {
  padding: 1.25rem 16px 0;
  background: #1C0E07;
}
@media(min-width: 770px) {.hrg-hero-y2s {
  padding: 24px 24px 0;
}
}.hrg-hero_in-y2s {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1320px;
}
@media(min-width: 861px) {.hrg-hero_in-y2s {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1098px) {.hrg-hero_in-y2s {
  grid-template-columns: 1fr 21.25rem;
}
}.hrg-hero_promo-y2s {
  overflow: hidden;
  background: #20110A;
  border-radius: 0.75rem;
  align-items: stretch;
  min-height: 13.75rem;
  position: relative;
  display: flex;
}
@media(min-width: 767px) {.hrg-hero_promo-y2s {
  min-height: 17.5rem;
}
}.hrg-hero_promo_bg-y2s {
  background: linear-gradient(120deg,#2E1808 0%,#1C0E07 100%);
  background-position: center;
  inset: 0;
  background-size: cover;
  position: absolute;
}.hrg-hero_promo_bg-y2s::after {
  background: linear-gradient(90deg,#1C0E07 0%,rgba(10, 4, 1, 0.74) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.hrg-hero_promo_glow-y2s {
  background: radial-gradient(circle,rgba(160, 72, 24, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  position: absolute;
  height: 18.75rem;
  pointer-events: none;
  top: -40px;
  width: 18.75rem;
  right: 3.75rem;
}.hrg-hero_promo_ct-y2s {
  padding: 28px 24px 1.75rem 1.75rem;
  justify-content: center;
  position: relative;
  max-width: 480px;
  display: flex;
  z-index: 2;
  flex-direction: column;
}
@media(min-width: 771px) {.hrg-hero_promo_ct-y2s {
  padding: 40px 2rem;
}
}.hrg-hero_badge-y2s {
  border-radius: 1.25rem;
  border: 1px solid rgba(200, 136, 42, 0.08);
  padding: 5px 0.75rem;
  background: rgba(200, 136, 42, 0.18);
  color: #C8882A;
  letter-spacing: .08em;
  display: inline-block;
  font-size: 0.625rem;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 700;
}.hrg-hero_h1-y2s {
  font-family: 'Cinzel', serif;
  line-height: 1.15;
  font-size: 1.625rem;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  color: #F2E8DC;
}.hrg-hero_h1-y2s em {
  font-style: normal;
  color: #E8A820;
}
@media(min-width:768px) {.hrg-hero_h1-y2s {
  font-size: 2.25rem;
}
}.hrg-hero_sub-y2s {
  color: #B09080;
  line-height: 1.55;
  font-size: 0.813rem;
  margin-bottom: 1.25rem;
}
@media(min-width: 767px) {.hrg-hero_sub-y2s {
  font-size: 14px;
}
}.hrg-hero_row-y2s {
  gap: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.hrg-hero_cta-y2s {
  border-radius: 8px;
  transition: background .2s;
  padding: 0.813rem 26px;
  background: #3AB87A;
  box-shadow: 0 3px 0 #1E7A4A, 0 0.375rem 1.375rem rgba(58, 184, 122, 0.42);
  font-size: 0.875rem;
  font-weight: 700;
  color: #0E0802;
}.hrg-hero_cta-y2s:hover {
  background: #2EA868;
}.hrg-hero_terms-y2s {
  font-size: 0.688rem;
  color: #9A8878;
}.hrg-hero_game-y2s {
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #20110A;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}.hrg-hero_game_badge-y2s {
  border-radius: 20px;
  padding: 5px 10px;
  border: 1px solid rgba(232, 168, 32, 0.16);
  background: rgba(232, 168, 32, 0.16);
  z-index: 3;
  font-weight: 700;
  letter-spacing: .06em;
  left: 0.75rem;
  color: #E8A820;
  position: absolute;
  top: 0.75rem;
  font-size: 0.625rem;
  text-transform: uppercase;
}.hrg-hero_game_badge-y2s svg {
  width: 11px;
  margin-right: 4px;
  height: 0.688rem;
  vertical-align: -1px;
}.hrg-hero_game_img-y2s {
  background: linear-gradient(135deg,#2E1808,#1C0E07);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.hrg-hero_game_img-y2s img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}.hrg-hero_game_play-y2s {
  inset: 0;
  transition: opacity .2s;
  background: rgba(10, 4, 1, 0.74);
  position: absolute;
  display: flex;
  opacity: 0;
  align-items: center;
  justify-content: center;
}.hrg-hero_game-y2s:hover .hrg-hero_game_play-y2s {
  opacity: 1;
}.hrg-hero_game_play-y2s span {
  background: #C8882A;
  border-radius: 50%;
  display: flex;
  height: 3.25rem;
  width: 3.25rem;
  justify-content: center;
  align-items: center;
}.hrg-hero_game_play-y2s span svg {
  margin-left: 2px;
  width: 1.125rem;
  height: 18px;
}.hrg-hero_game_info-y2s {
  padding: 0.875rem 1rem;
}.hrg-hero_game_title-y2s {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  color: #F2E8DC;
  font-weight: 700;
  font-size: 15px;
}.hrg-hero_game_provider-y2s {
  font-size: 0.688rem;
  color: #9E8878;
}.hrg-hero_game_btn-y2s {
  padding: 11px;
  border-radius: 8px;
  margin: 12px 1rem 1rem;
  background: #C8882A;
  transition: background .2s;
  font-weight: 700;
  text-align: center;
  display: block;
  color: #F2E8DC;
  font-size: 0.813rem;
}.hrg-hero_game-y2s:hover .hrg-hero_game_btn-y2s {
  background: #DFA030;
}.hrg-sbar-y2s {
  background: #1C0E07;
  padding: 16px 1rem 0;
}
@media(min-width: 765px) {.hrg-sbar-y2s {
  padding: 18px 1.5rem 0;
}
}.hrg-sbar_in-y2s {
  margin: 0 auto;
  max-width: 82.5rem;
}.hrg-sbar_row-y2s {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 12px;
}.hrg-sbar_input-y2s {
  border-radius: 8px;
  transition: border-color .2s;
  gap: 10px;
  flex: 1;
  background: #20110A;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  font-size: 0.813rem;
  color: #9E8878;
  align-items: center;
  display: flex;
  cursor: pointer;
}.hrg-sbar_input-y2s:hover {
  border-color: rgba(200, 136, 42, 0.52);
}.hrg-sbar_input-y2s svg {
  stroke-linecap: round;
  width: 0.938rem;
  stroke-linejoin: round;
  height: 0.938rem;
  flex-shrink: 0;
}.hrg-sbar_providers-y2s {
  background: #20110A;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 11px 1.125rem;
  transition: border-color .2s;
  gap: 8px;
  border-radius: 0.5rem;
  color: #D5C5B0;
  white-space: nowrap;
  font-size: 13px;
  display: flex;
  align-items: center;
  font-weight: 600;
}.hrg-sbar_providers-y2s:hover {
  border-color: rgba(200, 136, 42, 0.52);
  color: #F2E8DC;
}.hrg-sbar_providers-y2s svg {
  height: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.875rem;
}.hrg-sbar_tabs-y2s {
  gap: 0.375rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
  display: flex;
}.hrg-sbar_tabs-y2s::-webkit-scrollbar {
  display: none;
}.hrg-sbar_tab-y2s {
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  gap: 7px;
  padding: 0.5rem 14px;
  color: #B09080;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 600;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
}.hrg-sbar_tab-y2s:hover {
  border-color: rgba(200, 136, 42, 0.52);
  background: rgba(255, 255, 255, 0.07);
  color: #F2E8DC;
}.hrg-sbar_tab-y2s.hrg-state_active-y2s {
  background: rgba(200, 136, 42, 0.18);
  border-color: rgba(200, 136, 42, 0.08);
  color: #F2E8DC;
}.hrg-sbar_tab_ic-y2s svg {
  width: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 14px;
}.hrg-wy-y2s {
  background: #1C0E07;
  padding: 32px 16px 0;
}
@media(min-width: 769px) {.hrg-wy-y2s {
  padding: 40px 24px 0;
}
}.hrg-wy_in-y2s {
  margin: 0 auto;
  max-width: 82.5rem;
}.hrg-wy_head-y2s {
  margin-bottom: 1.125rem;
  max-width: 45rem;
}.hrg-wy_label-y2s {
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #C8882A;
}.hrg-wy_h2-y2s {
  font-size: 1.25rem;
  color: #F2E8DC;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
}
@media(min-width: 771px) {.hrg-wy_h2-y2s {
  font-size: 1.5rem;
}
}.hrg-wy_intro-y2s {
  margin: 0;
  color: #9E8878;
  font-size: 13px;
  line-height: 1.6;
}.hrg-wy_grid-y2s {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.hrg-wy_grid-y2s {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.hrg-wy_grid-y2s {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.hrg-wy_card-y2s {
  background: #261508;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 20px;
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
}.hrg-wy_card-y2s:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 136, 42, 0.08);
}.hrg-wy_card_ic-y2s {
  border-radius: 50%;
  background: rgba(200, 136, 42, 0.18);
  width: 44px;
  align-items: center;
  justify-content: center;
  color: #C8882A;
  height: 2.75rem;
  margin-bottom: 0.875rem;
  display: flex;
}.hrg-wy_card_ic-y2s svg {
  stroke-linejoin: round;
  width: 22px;
  height: 22px;
  stroke-linecap: round;
}.hrg-wy_card_h-y2s {
  color: #F2E8DC;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.938rem;
  margin-bottom: 0.375rem;
  line-height: 1.25;
}.hrg-wy_card_p-y2s {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #9E8878;
  line-height: 1.6;
}.hrg-wy_card_p-y2s strong {
  color: #D5C5B0;
  font-weight: 600;
}.hrg-gr_jp-y2s {
  padding: 20px;
  overflow: hidden;
  background: linear-gradient(135deg,#2A1040 0%,#1A0A28 100%);
  border-radius: 12px;
  position: relative;
}.hrg-gr_jp-y2s::before {
  background: radial-gradient(circle,rgba(160, 72, 24, 0.22) 0%,transparent 70%);
  border-radius: 50%;
  top: -3.75rem;
  width: 15.625rem;
  height: 250px;
  position: absolute;
  left: -60px;
  content: '';
}.hrg-gr_jp-y2s::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(232, 168, 32, 0.16) 0%,transparent 70%);
  width: 200px;
  bottom: -40px;
  height: 12.5rem;
  content: '';
  right: 0;
  position: absolute;
}.hrg-gr_jp_head-y2s {
  gap: 16px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}.hrg-gr_jp_info-y2s {
  flex: 1;
}.hrg-gr_jp_label-y2s {
  font-size: 0.688rem;
  color: #8B3FBE;
  margin-bottom: 6px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.hrg-gr_jp_label-y2s svg {
  stroke-linecap: round;
  vertical-align: -2px;
  margin-right: 0.25rem;
  height: 14px;
  width: 14px;
  stroke-linejoin: round;
}.hrg-gr_jp_amount-y2s {
  font-size: 2rem;
  margin-bottom: 4px;
  line-height: 1;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F2E8DC;
  font-weight: 800;
}
@media(min-width: 770px) {.hrg-gr_jp_amount-y2s {
  font-size: 2.5rem;
}
}.hrg-gr_jp_amount-y2s span {
  color: #E8A820;
}.hrg-gr_jp_seo-y2s {
  color: #B09080;
  max-width: 480px;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.5;
}.hrg-gr_jp_cta-y2s {
  padding: 0.688rem 20px;
  background: rgba(160, 72, 24, 0.22);
  transition: background .2s;
  border: 1px solid rgba(160, 72, 24, 0.22);
  border-radius: 0.5rem;
  position: relative;
  font-size: 0.813rem;
  align-self: flex-start;
  white-space: nowrap;
  font-weight: 700;
  z-index: 1;
  margin-top: 4px;
  flex-shrink: 0;
  color: #F2E8DC;
}.hrg-gr_jp_cta-y2s:hover {
  background: #A04818;
}.hrg-gcg-y2s {
  background: #1C0E07;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.hrg-gcg-y2s {
  padding: 2.75rem 24px 0;
}
}.hrg-gcg_in-y2s {
  margin: 0 auto;
  max-width: 82.5rem;
}.hrg-gcg_head-y2s {
  max-width: 720px;
  margin-bottom: 20px;
}.hrg-gcg_label-y2s {
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  color: #C8882A;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.hrg-gcg_h2-y2s {
  font-size: 22px;
  font-family: 'Cinzel', serif;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #F2E8DC;
  font-weight: 800;
}
@media(min-width: 765px) {.hrg-gcg_h2-y2s {
  font-size: 28px;
}
}.hrg-gcg_intro-y2s {
  color: #9E8878;
  line-height: 1.6;
  font-size: 0.813rem;
}.hrg-gcg_grid-y2s {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.hrg-gcg_grid-y2s {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.hrg-gcg_grid-y2s {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.hrg-gcg_card-y2s {
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 20px;
  transition: transform .2s,border-color .2s;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 240px;
  justify-content: flex-end;
}.hrg-gcg_card-y2s:hover {
  border-color: rgba(200, 136, 42, 0.18);
  transform: translateY(-3px);
}.hrg-gcg_card_bg-y2s {
  inset: 0;
  position: absolute;
  z-index: 0;
}.hrg-gcg_card_bg-y2s::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.hrg-gcg_card_ic-y2s {
  background: rgba(0,0,0,.45);
  border-radius: 4px;
  z-index: 2;
  display: flex;
  align-items: center;
  position: absolute;
  width: 2.5rem;
  color: #F2E8DC;
  height: 2.5rem;
  top: 18px;
  justify-content: center;
  right: 18px;
}.hrg-gcg_card_ic-y2s svg {
  stroke-linecap: round;
  height: 1.25rem;
  width: 1.25rem;
  stroke-linejoin: round;
}.hrg-gcg_card_ct-y2s {
  z-index: 1;
  position: relative;
}.hrg-gcg_card_h-y2s {
  font-size: 18px;
  color: #F2E8DC;
  overflow-wrap: break-word;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
}
@media(min-width: 771px) {.hrg-gcg_card_h-y2s {
  font-size: 1.25rem;
}
}.hrg-gcg_card_p-y2s {
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
}.hrg-gcg_card_p-y2s strong {
  font-weight: 600;
  color: #F2E8DC;
}.hrg-gcg_card_cta-y2s {
  gap: 0.25rem;
  color: #C8882A;
  font-size: 0.75rem;
  display: inline-flex;
  text-transform: uppercase;
  align-items: center;
  letter-spacing: .04em;
  font-weight: 700;
}.hrg-gcg_card_cta-y2s svg {
  height: 12px;
  stroke-linecap: round;
  width: 0.75rem;
  stroke-linejoin: round;
}.hrg-ws-y2s {
  background: #1C0E07;
  padding: 32px 16px 0;
}
@media(min-width: 765px) {.hrg-ws-y2s {
  padding: 2.25rem 1.5rem 0;
}
}.hrg-ws_in-y2s {
  margin: 0 auto;
  max-width: 82.5rem;
}.hrg-ws_head-y2s {
  gap: 12px;
  margin-bottom: 14px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}.hrg-ws_title-y2s {
  gap: 10px;
  font-family: 'Cinzel', serif;
  color: #F2E8DC;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 700;
  font-size: 16px;
  align-items: center;
}.hrg-ws_title_ic-y2s svg {
  stroke-linecap: round;
  height: 1.125rem;
  color: #E8A820;
  width: 1.125rem;
  stroke-linejoin: round;
}.hrg-ws_online-y2s {
  gap: 7px;
  color: #9E8878;
  font-size: 12px;
  display: flex;
  align-items: center;
  font-weight: 600;
}.hrg-ws_online_dot-y2s {
  background: #3AB87A;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 0.375rem rgba(58, 184, 122, 0.15);
  height: 8px;
  width: 0.5rem;
}.hrg-ws_scroll-y2s {
  gap: 0.5rem;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}.hrg-ws_scroll-y2s::-webkit-scrollbar {
  display: none;
}.hrg-wc-y2s {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #20110A;
  gap: 0.625rem;
  padding: 0.625rem 0.875rem;
  display: flex;
  min-width: 13.75rem;
  flex-shrink: 0;
  align-items: center;
}.hrg-wc_img-y2s {
  border-radius: 0.25rem;
  overflow: hidden;
  background: #261508;
  height: 36px;
  width: 36px;
  flex-shrink: 0;
}.hrg-wc_img-y2s img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.hrg-wc_info-y2s {
  min-width: 0;
}.hrg-wc_game-y2s {
  overflow: hidden;
  color: #D5C5B0;
  text-overflow: ellipsis;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.75rem;
}.hrg-wc_player-y2s {
  overflow: hidden;
  color: #9A8878;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.625rem;
}.hrg-wc_amount-y2s {
  white-space: nowrap;
  margin-left: auto;
  font-weight: 700;
  color: #3AB87A;
  flex-shrink: 0;
  font-size: 0.813rem;
}.hrg-prov-y2s {
  background: #1C0E07;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.hrg-prov-y2s {
  padding: 44px 1.5rem 0;
}
}.hrg-prov_in-y2s {
  margin: 0 auto;
  max-width: 82.5rem;
}.hrg-prov_head-y2s {
  margin-bottom: 1rem;
}.hrg-prov_label-y2s {
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #C8882A;
  letter-spacing: .08em;
  margin-bottom: 8px;
}.hrg-prov_h2-y2s {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 1.25rem;
  color: #F2E8DC;
  font-family: 'Cinzel', serif;
}
@media(min-width:768px) {.hrg-prov_h2-y2s {
  font-size: 24px;
}
}.hrg-prov_seo-y2s {
  margin-bottom: 16px;
  color: #9E8878;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  max-width: 38.75rem;
  line-height: 1.6;
}.hrg-prov_seo-y2s strong {
  font-weight: 700;
  color: #D5C5B0;
}.hrg-prov_seo-y2s a {
  text-decoration: underline;
  color: #C8882A;
}.hrg-prov_grid-y2s {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 643px) {.hrg-prov_grid-y2s {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width:1080px) {.hrg-prov_grid-y2s {
  grid-template-columns: repeat(8,1fr);
}
}.hrg-prov_card-y2s {
  border-radius: 0.5rem;
  background: #20110A;
  transition: border-color .2s,background .2s;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 14px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
}.hrg-prov_card-y2s:hover {
  background: #261508;
  border-color: rgba(200, 136, 42, 0.52);
}.hrg-prov_logo-y2s {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  align-items: center;
  width: 2.75rem;
  display: flex;
  justify-content: center;
  height: 2.75rem;
}.hrg-prov_logo-y2s img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.hrg-prov_name-y2s {
  overflow-wrap: break-word;
  color: #B09080;
  font-size: 0.688rem;
  font-weight: 600;
  text-align: center;
}.hrg-bon-y2s {
  background: #1C0E07;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.hrg-bon-y2s {
  padding: 44px 1.5rem 0;
}
}.hrg-bon_in-y2s {
  margin: 0 auto;
  max-width: 1320px;
}.hrg-bon_head-y2s {
  margin-bottom: 1.25rem;
}.hrg-bon_label-y2s {
  color: #C8882A;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
}.hrg-bon_h2-y2s {
  margin-bottom: 0.5rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  color: #F2E8DC;
}
@media(min-width: 771px) {.hrg-bon_h2-y2s {
  font-size: 24px;
}
}.hrg-bon_seo-y2s {
  max-width: 620px;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
  color: #9E8878;
}.hrg-bon_seo-y2s strong {
  color: #D5C5B0;
  font-weight: 700;
}.hrg-bon_seo-y2s a {
  color: #C8882A;
  text-decoration: underline;
}.hrg-bon_grid-y2s {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.hrg-bon_grid-y2s {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.hrg-bon_grid-y2s {
  grid-template-columns: repeat(5,1fr);
}
}.hrg-bon_card-y2s {
  transition: border-color .2s,transform .2s;
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #20110A;
}.hrg-bon_card-y2s:hover {
  border-color: rgba(200, 136, 42, 0.08);
  transform: translateY(-2px);
}.hrg-bon_card_ic-y2s svg {
  height: 1.625rem;
  stroke-linecap: round;
  width: 1.625rem;
  stroke-linejoin: round;
}.hrg-bon_card_ic-y2s {
  margin-bottom: 10px;
}.hrg-bon_card_type-y2s {
  font-size: 10px;
  letter-spacing: .06em;
  margin-bottom: 0.375rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #9E8878;
}.hrg-bon_card_amount-y2s {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-bottom: 6px;
  font-weight: 800;
  color: #E8A820;
}.hrg-bon_card_name-y2s {
  margin-bottom: 8px;
  font-size: 0.813rem;
  font-weight: 600;
  color: #F2E8DC;
  overflow-wrap: break-word;
}.hrg-bon_card_detail-y2s {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  padding-top: 0.5rem;
  line-height: 1.5;
  font-size: 11px;
  color: #9A8878;
}.hrg-app-y2s {
  padding: 2.25rem 1rem 0;
  background: #1C0E07;
}
@media(min-width: 771px) {.hrg-app-y2s {
  padding: 44px 1.5rem 0;
}
}.hrg-app_in-y2s {
  margin: 0 auto;
  max-width: 82.5rem;
}.hrg-app_head-y2s {
  margin-bottom: 1rem;
}.hrg-app_label-y2s {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #C8882A;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.hrg-app_h2-y2s {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  color: #F2E8DC;
}
@media(min-width: 766px) {.hrg-app_h2-y2s {
  font-size: 24px;
}
}.hrg-app_sub-y2s {
  overflow-wrap: break-word;
  color: #9E8878;
  font-size: 0.813rem;
  max-width: 37.5rem;
  line-height: 1.6;
}.hrg-app_sub-y2s strong {
  color: #D5C5B0;
  font-weight: 700;
}.hrg-app_cards-y2s {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1rem;
}
@media(min-width: 639px) {.hrg-app_cards-y2s {
  grid-template-columns: repeat(3,1fr);
}
}.hrg-app_card-y2s {
  gap: 1rem;
  overflow: hidden;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.hrg-app_card_ios-y2s {
  background: linear-gradient(135deg,rgba(200, 136, 42, 0.18) 0%,#261508 100%);
}.hrg-app_card_android-y2s {
  background: linear-gradient(135deg,rgba(58, 184, 122, 0.15) 0%,#261508 100%);
}.hrg-app_card_win-y2s {
  background: linear-gradient(135deg,rgba(232, 168, 32, 0.16) 0%,#261508 100%);
}.hrg-app_card_ic-y2s svg {
  stroke-linejoin: round;
  height: 2.125rem;
  stroke-linecap: round;
  width: 34px;
}.hrg-app_card_ic-y2s {
  flex-shrink: 0;
  color: #F2E8DC;
}.hrg-app_card_os-y2s {
  letter-spacing: .08em;
  font-size: 10px;
  text-transform: uppercase;
  color: #9E8878;
  font-weight: 700;
  margin-bottom: 0.375rem;
}.hrg-app_card_title-y2s {
  overflow-wrap: break-word;
  font-size: 0.938rem;
  margin-bottom: 0.375rem;
  line-height: 1.2;
  font-weight: 700;
  color: #F2E8DC;
}.hrg-app_card_text-y2s {
  color: #9E8878;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  margin-bottom: 0.875rem;
  line-height: 1.5;
}.hrg-app_card_btn-y2s {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 0.25rem;
  border: 1px solid rgba(200, 136, 42, 0.52);
  gap: 0.438rem;
  padding: 0.625rem 18px;
  transition: background .2s;
  font-weight: 700;
  align-items: center;
  font-size: 0.813rem;
  color: #F2E8DC;
  display: inline-flex;
}.hrg-app_card_btn-y2s:hover {
  background: rgba(255, 255, 255, 0.07);
}.hrg-reg-y2s {
  background: #1C0E07;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.hrg-reg-y2s {
  padding: 2.75rem 1.5rem 0;
}
}.hrg-reg_in-y2s {
  margin: 0 auto;
  background: #261508;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.hrg-reg_in-y2s {
  padding: 2.5rem;
}
}.hrg-reg_top-y2s {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:860px) {.hrg-reg_top-y2s {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.hrg-reg_label-y2s {
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  color: #C8882A;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
}.hrg-reg_h2-y2s {
  font-weight: 800;
  color: #F2E8DC;
  margin-bottom: 12px;
  line-height: 1.2;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 1.375rem;
}
@media(min-width: 766px) {.hrg-reg_h2-y2s {
  font-size: 28px;
}
}.hrg-reg_bonus-y2s {
  padding: 0.625rem 1rem;
  border: 1px solid rgba(232, 168, 32, 0.16);
  background: rgba(232, 168, 32, 0.16);
  gap: 8px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}.hrg-reg_bonus_amount-y2s {
  font-weight: 800;
  font-size: 20px;
  color: #E8A820;
}.hrg-reg_bonus_text-y2s {
  color: #B09080;
  line-height: 1.35;
  font-size: 13px;
}.hrg-reg_cta_btn-y2s {
  border-radius: 8px;
  padding: 0.875rem 32px;
  transition: background .2s;
  background: #3AB87A;
  margin-bottom: 0.75rem;
  font-weight: 700;
  font-size: 0.938rem;
  box-shadow: 0 3px 0 #1E7A4A, 0 6px 1.375rem rgba(58, 184, 122, 0.42);
  display: inline-block;
  color: #0E0802;
}.hrg-reg_cta_btn-y2s:hover {
  background: #2EA868;
}.hrg-reg_terms-y2s {
  color: #9A8878;
  line-height: 1.5;
  font-size: 11px;
}.hrg-reg_seo-y2s {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 1.25rem;
  line-height: 1.65;
  color: #9E8878;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  padding-top: 1.25rem;
}.hrg-reg_seo-y2s p {
  line-height: 1.65;
  margin-bottom: 10px;
  font-size: 13px;
  color: #9E8878;
}.hrg-reg_seo-y2s p:last-child {
  margin-bottom: 0;
}.hrg-reg_seo-y2s strong {
  font-weight: 700;
  color: #D5C5B0;
}.hrg-reg_seo-y2s a {
  transition: color .2s;
  color: #C8882A;
  text-decoration: underline;
}.hrg-reg_seo-y2s a:hover {
  color: #DFA030;
}.hrg-reg_seo-y2s ul,.hrg-reg_seo-y2s ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.hrg-reg_seo-y2s ol {
  list-style: decimal;
}.hrg-reg_seo-y2s li {
  line-height: 1.65;
  color: #9E8878;
  font-size: 0.813rem;
  margin-bottom: 0.25rem;
}.hrg-reg_seo-y2s table {
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  margin-bottom: 10px;
  font-size: 0.813rem;
  width: 100%;
}
@media(min-width: 770px) {.hrg-reg_seo-y2s table {
  display: table;
}
}.hrg-reg_seo-y2s th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  font-weight: 700;
  color: #D5C5B0;
  text-align: left;
}.hrg-reg_seo-y2s td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #9E8878;
}.hrg-reg_steps-y2s {
  gap: 0.875rem;
  margin-top: 28px;
  flex-direction: column;
  display: flex;
}
@media(min-width: 862px) {.hrg-reg_steps-y2s {
  margin-top: 0;
}
}.hrg-reg_step-y2s {
  gap: 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.hrg-reg_step_num-y2s {
  background: rgba(200, 136, 42, 0.18);
  border-radius: 50%;
  border: 1px solid rgba(200, 136, 42, 0.08);
  flex-shrink: 0;
  display: flex;
  color: #C8882A;
  justify-content: center;
  font-size: 14px;
  height: 2.125rem;
  width: 2.125rem;
  align-items: center;
  font-weight: 800;
}.hrg-reg_step_title-y2s {
  margin-bottom: 3px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #F2E8DC;
}.hrg-reg_step_text-y2s {
  color: #9E8878;
  font-size: 12px;
  line-height: 1.5;
}.hrg-reg_trust-y2s {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
}.hrg-reg_trust_item-y2s {
  gap: 7px;
  font-size: 0.75rem;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
  color: #9E8878;
}.hrg-reg_trust_ic-y2s svg {
  stroke-linejoin: round;
  height: 1rem;
  width: 1rem;
  color: #C8882A;
  stroke-linecap: round;
}.hrg-seo-y2s {
  background: #1C0E07;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.hrg-seo-y2s {
  padding: 44px 1.5rem 0;
}
}.hrg-seo_in-y2s {
  border-radius: 0.75rem;
  margin: 0 auto;
  padding: 1.75rem 24px;
  background: #261508;
  border: 1px solid rgba(255, 255, 255, 0.10);
  max-width: 82.5rem;
}
@media(min-width: 767px) {.hrg-seo_in-y2s {
  padding: 36px 2.5rem;
}
}.hrg-seo_label-y2s {
  color: #C8882A;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}.hrg-seo_h2-y2s {
  overflow-wrap: break-word;
  color: #F2E8DC;
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.25;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.hrg-seo_h2-y2s {
  font-size: 1.5rem;
}
}.hrg-seo_body-y2s {
  overflow-wrap: break-word;
  color: #B09080;
  font-size: 0.875rem;
  line-height: 1.75;
}.hrg-seo_body-y2s p {
  color: #B09080;
  font-size: 0.875rem;
  margin-bottom: 12px;
  line-height: 1.75;
}.hrg-seo_body-y2s p:last-child {
  margin-bottom: 0;
}.hrg-seo_body-y2s strong {
  font-weight: 700;
  color: #D5C5B0;
}.hrg-seo_body-y2s a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8882A;
}.hrg-seo_body-y2s a:hover {
  color: #DFA030;
}.hrg-seo_body-y2s ul,.hrg-seo_body-y2s ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.hrg-seo_body-y2s ol {
  list-style: decimal;
}.hrg-seo_body-y2s li {
  color: #B09080;
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0.375rem;
}.hrg-seo_body-y2s table {
  margin-bottom: 0.75rem;
  overflow-x: auto;
  font-size: 13px;
  display: block;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 767px) {.hrg-seo_body-y2s table {
  display: table;
}
}.hrg-seo_body-y2s th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #D5C5B0;
}.hrg-seo_body-y2s td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #B09080;
}.hrg-seo_cols-y2s {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.hrg-seo_cols-y2s {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.hrg-seo_cols-y2s {
  grid-template-columns: repeat(3,1fr);
}
}.hrg-seo_col_h-y2s {
  font-weight: 700;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  color: #D5C5B0;
}.hrg-seo_col_p-y2s {
  overflow-wrap: break-word;
  color: #9E8878;
  line-height: 1.65;
  font-size: 0.813rem;
}.hrg-seo_stats-y2s {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.hrg-seo_stat-y2s {
  border: 1px solid rgba(200, 136, 42, 0.18);
  background: rgba(200, 136, 42, 0.08);
  flex: 1;
  padding: 14px 16px;
  border-radius: 0.5rem;
  min-width: 8.75rem;
}.hrg-seo_stat_val-y2s {
  font-weight: 800;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #C8882A;
}.hrg-seo_stat_lb-y2s {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #9E8878;
}.hrg-pmt-y2s {
  padding: 2.25rem 16px 0;
  background: #1C0E07;
}
@media(min-width: 765px) {.hrg-pmt-y2s {
  padding: 2.75rem 24px 0;
}
}.hrg-pmt_in-y2s {
  margin: 0 auto;
  max-width: 82.5rem;
}.hrg-pmt_head-y2s {
  max-width: 45rem;
  margin-bottom: 22px;
}.hrg-pmt_label-y2s {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  color: #C8882A;
  margin-bottom: 8px;
}.hrg-pmt_h2-y2s {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F2E8DC;
  font-size: 22px;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
}
@media(min-width: 765px) {.hrg-pmt_h2-y2s {
  font-size: 1.75rem;
}
}.hrg-pmt_intro-y2s {
  color: #9E8878;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.6;
}.hrg-pmt_groups-y2s {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.hrg-pmt_group-y2s {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #261508;
  padding: 20px;
  border-radius: 8px;
}.hrg-pmt_group_head-y2s {
  gap: 12px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
}.hrg-pmt_group_ic-y2s {
  border-radius: 0.25rem;
  background: rgba(200, 136, 42, 0.18);
  color: #C8882A;
  width: 36px;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  height: 2.25rem;
}.hrg-pmt_group_ic-y2s svg {
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 18px;
}.hrg-pmt_group_h-y2s {
  margin: 0;
  font-size: 1rem;
  color: #F2E8DC;
  overflow-wrap: break-word;
  font-weight: 700;
  font-family: 'Cinzel', serif;
}.hrg-pmt_group_p-y2s {
  font-size: 0.813rem;
  color: #9E8878;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  line-height: 1.6;
}.hrg-pmt_group_p-y2s strong {
  color: #D5C5B0;
  font-weight: 600;
}.hrg-pmt_table_wrap-y2s {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.hrg-pmt_table-y2s {
  border-collapse: collapse;
  font-size: 13px;
  min-width: 33.75rem;
  width: 100%;
}.hrg-pmt_table-y2s th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 0.688rem;
  text-transform: uppercase;
  white-space: nowrap;
  color: #D5C5B0;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: left;
}.hrg-pmt_table-y2s td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  color: #9E8878;
}.hrg-pmt_table-y2s tbody tr:last-child td {
  border-bottom: none;
}.hrg-pmt_table-y2s tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D5C5B0;
}.hrg-faq-y2s {
  padding: 36px 1rem 0;
  background: #1C0E07;
}
@media(min-width: 771px) {.hrg-faq-y2s {
  padding: 2.75rem 1.5rem 0;
}
}.hrg-faq_in-y2s {
  margin: 0 auto;
  max-width: 82.5rem;
}.hrg-faq_head-y2s {
  margin-bottom: 1.25rem;
}.hrg-faq_label-y2s {
  text-transform: uppercase;
  color: #C8882A;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .08em;
}.hrg-faq_h2-y2s {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F2E8DC;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
}
@media(min-width: 765px) {.hrg-faq_h2-y2s {
  font-size: 1.5rem;
}
}.hrg-faq_list-y2s {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.hrg-faq_item-y2s {
  background: #261508;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  overflow: hidden;
}.hrg-faq_q-y2s {
  transition: color .2s;
  padding: 16px 1.25rem;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  overflow-wrap: break-word;
  color: #D5C5B0;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  font-size: 0.875rem;
}.hrg-faq_q-y2s:hover {
  color: #F2E8DC;
}.hrg-faq_q_ic-y2s {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  width: 1.5rem;
  justify-content: center;
  font-size: 1rem;
  align-items: center;
  color: #C8882A;
  flex-shrink: 0;
  height: 24px;
  display: flex;
}.hrg-faq_item-y2s.hrg-state_open-y2s .hrg-faq_q_ic-y2s {
  transform: rotate(45deg);
}.hrg-faq_a-y2s {
  padding: 0 20px 1rem;
  line-height: 1.7;
  color: #9E8878;
  overflow-wrap: break-word;
  font-size: 13px;
  display: none;
}.hrg-faq_item-y2s.hrg-state_open-y2s .hrg-faq_a-y2s {
  display: block;
}.hrg-faq_a-y2s strong {
  font-weight: 700;
  color: #D5C5B0;
}.hrg-faq_a-y2s a {
  text-decoration: underline;
  color: #C8882A;
}.hrg-faq_a-y2s ul,.hrg-faq_a-y2s ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.hrg-faq_a-y2s ol {
  list-style: decimal;
}.hrg-faq_a-y2s li {
  margin-bottom: 4px;
  line-height: 1.6;
}.hrg-faq_a-y2s table {
  margin: 0.5rem 0;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  font-size: 12px;
  width: 100%;
}
@media(min-width: 770px) {.hrg-faq_a-y2s table {
  display: table;
}
}.hrg-faq_a-y2s th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 8px;
  text-align: left;
  color: #D5C5B0;
  font-weight: 700;
}.hrg-faq_a-y2s td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 0.5rem;
  color: #9E8878;
}.hrg-seo-y2s {
  padding: 2.25rem 1rem 0;
  background: #1C0E07;
}
@media(min-width:768px) {.hrg-seo-y2s {
  padding: 2.75rem 24px 0;
}
}.hrg-seo_in-y2s {
  border-radius: 12px;
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #261508;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.hrg-seo_in-y2s {
  padding: 2.25rem 2.5rem;
}
}.hrg-seo_label-y2s {
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  color: #C8882A;
}.hrg-seo_h2-y2s {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 14px;
  line-height: 1.25;
  color: #F2E8DC;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 766px) {.hrg-seo_h2-y2s {
  font-size: 24px;
}
}.hrg-seo_body-y2s {
  color: #B09080;
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
}.hrg-seo_body-y2s p {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  color: #B09080;
}.hrg-seo_body-y2s p:last-child {
  margin-bottom: 0;
}.hrg-seo_body-y2s strong {
  font-weight: 700;
  color: #D5C5B0;
}.hrg-seo_body-y2s a {
  transition: color .2s;
  color: #C8882A;
  text-decoration: underline;
}.hrg-seo_body-y2s a:hover {
  color: #DFA030;
}.hrg-seo_body-y2s ul,.hrg-seo_body-y2s ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.hrg-seo_body-y2s ol {
  list-style: decimal;
}.hrg-seo_body-y2s li {
  margin-bottom: 6px;
  color: #B09080;
  line-height: 1.75;
  font-size: 0.875rem;
}.hrg-seo_body-y2s table {
  font-size: 13px;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
@media(min-width: 767px) {.hrg-seo_body-y2s table {
  display: table;
}
}.hrg-seo_body-y2s th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #D5C5B0;
  text-align: left;
}.hrg-seo_body-y2s td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #B09080;
}.hrg-seo_cols-y2s {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 637px) {.hrg-seo_cols-y2s {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.hrg-seo_cols-y2s {
  grid-template-columns: repeat(3,1fr);
}
}.hrg-seo_col_h-y2s {
  overflow-wrap: break-word;
  color: #D5C5B0;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  font-weight: 700;
}.hrg-seo_col_p-y2s {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #9E8878;
  line-height: 1.65;
}.hrg-seo_stats-y2s {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.hrg-seo_stat-y2s {
  padding: 0.875rem 1rem;
  background: rgba(200, 136, 42, 0.08);
  border-radius: 8px;
  border: 1px solid rgba(200, 136, 42, 0.18);
  flex: 1;
  min-width: 140px;
}.hrg-seo_stat_val-y2s {
  margin-bottom: 4px;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #C8882A;
  font-weight: 800;
}.hrg-seo_stat_lb-y2s {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #9E8878;
}.hrg-seo-y2s {
  padding: 36px 1rem 0;
  background: #1C0E07;
}
@media(min-width: 769px) {.hrg-seo-y2s {
  padding: 2.75rem 1.5rem 0;
}
}.hrg-seo_in-y2s {
  padding: 1.75rem 24px;
  margin: 0 auto;
  background: #261508;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.75rem;
  max-width: 1320px;
}
@media(min-width: 769px) {.hrg-seo_in-y2s {
  padding: 2.25rem 40px;
}
}.hrg-seo_label-y2s {
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #C8882A;
  font-weight: 700;
}.hrg-seo_h2-y2s {
  margin-bottom: 0.875rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.25;
  color: #F2E8DC;
}
@media(min-width: 769px) {.hrg-seo_h2-y2s {
  font-size: 1.5rem;
}
}.hrg-seo_body-y2s {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #B09080;
  line-height: 1.75;
}.hrg-seo_body-y2s p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #B09080;
  line-height: 1.75;
}.hrg-seo_body-y2s p:last-child {
  margin-bottom: 0;
}.hrg-seo_body-y2s strong {
  color: #D5C5B0;
  font-weight: 700;
}.hrg-seo_body-y2s a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8882A;
}.hrg-seo_body-y2s a:hover {
  color: #DFA030;
}.hrg-seo_body-y2s ul,.hrg-seo_body-y2s ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.hrg-seo_body-y2s ol {
  list-style: decimal;
}.hrg-seo_body-y2s li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #B09080;
  font-size: 14px;
}.hrg-seo_body-y2s table {
  font-size: 13px;
  border-collapse: collapse;
  display: block;
  margin-bottom: 12px;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 771px) {.hrg-seo_body-y2s table {
  display: table;
}
}.hrg-seo_body-y2s th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  font-weight: 700;
  color: #D5C5B0;
  text-align: left;
}.hrg-seo_body-y2s td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #B09080;
}.hrg-seo_cols-y2s {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 643px) {.hrg-seo_cols-y2s {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.hrg-seo_cols-y2s {
  grid-template-columns: repeat(3,1fr);
}
}.hrg-seo_col_h-y2s {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.438rem;
  color: #D5C5B0;
  font-size: 0.813rem;
}.hrg-seo_col_p-y2s {
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #9E8878;
}.hrg-seo_stats-y2s {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.hrg-seo_stat-y2s {
  padding: 0.875rem 16px;
  flex: 1;
  border: 1px solid rgba(200, 136, 42, 0.18);
  background: rgba(200, 136, 42, 0.08);
  border-radius: 0.5rem;
  min-width: 8.75rem;
}.hrg-seo_stat_val-y2s {
  margin-bottom: 0.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #C8882A;
}.hrg-seo_stat_lb-y2s {
  font-size: 11px;
  color: #9E8878;
  overflow-wrap: break-word;
}.hrg-ft-y2s {
  background: #120905;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.hrg-ft_support-y2s {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 770px) {.hrg-ft_support-y2s {
  padding: 1.75rem 1.5rem;
}
}.hrg-ft_support_in-y2s {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 82.5rem;
  display: flex;
  align-items: center;
}.hrg-ft_support_main-y2s {
  gap: 16px;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
  min-width: 13.75rem;
  display: flex;
}.hrg-ft_support_ic-y2s {
  color: #C8882A;
  flex-shrink: 0;
}.hrg-ft_support_ic-y2s svg {
  stroke-linecap: round;
  width: 1.875rem;
  height: 30px;
  stroke-linejoin: round;
}.hrg-ft_support_text_title-y2s {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #F2E8DC;
  overflow-wrap: break-word;
}.hrg-ft_support_text_sub-y2s {
  overflow-wrap: break-word;
  color: #9E8878;
  font-size: 0.75rem;
}.hrg-ft_support_btn-y2s {
  padding: 0.688rem 1.375rem;
  transition: background .2s;
  background: #C8882A;
  border-radius: 8px;
  color: #F2E8DC;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}.hrg-ft_support_btn-y2s:hover {
  background: #DFA030;
}.hrg-ft_support_contacts-y2s {
  gap: 16px;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.hrg-ft_support_contact-y2s {
  line-height: 1.4;
  color: #9A8878;
  font-size: 12px;
}.hrg-ft_support_contact-y2s strong {
  display: block;
  margin-bottom: 2px;
  color: #B09080;
  font-weight: 600;
  font-size: 0.688rem;
}.hrg-ft_main-y2s {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 1rem 1.5rem;
}
@media(min-width: 771px) {.hrg-ft_main-y2s {
  padding: 2.5rem 24px 2rem;
}
}.hrg-ft_main_in-y2s {
  gap: 1.5rem;
  margin: 0 auto;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.hrg-ft_main_in-y2s {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.hrg-ft_main_in-y2s {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.hrg-ft_col_logo-y2s {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.hrg-ft_col_logo-y2s {
  grid-column: auto;
}
}.hrg-ft_logo-y2s {
  gap: 0.563rem;
  font-size: 16px;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  color: #F2E8DC;
  align-items: center;
  display: flex;
  font-weight: 800;
  flex-wrap: wrap;
}.hrg-ft_logo_mark-y2s {
  overflow: hidden;
  border-radius: 0.25rem;
  height: 1.875rem;
  width: 1.875rem;
}.hrg-ft_logo_mark-y2s img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.hrg-ft_logo_sub-y2s {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  max-width: 12.5rem;
  color: #9A8878;
}.hrg-ft_col_title-y2s {
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  color: #B09080;
  font-size: 0.75rem;
  font-weight: 700;
}.hrg-ft_col_links-y2s {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.hrg-ft_col_link-y2s {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #9A8878;
  font-size: 0.813rem;
}.hrg-ft_col_link-y2s:hover {
  color: #D5C5B0;
}.hrg-ft_apps-y2s {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.hrg-ft_app_card-y2s {
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 10px 0.75rem;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  align-items: center;
  display: flex;
}.hrg-ft_app_card-y2s:hover {
  border-color: rgba(200, 136, 42, 0.52);
}.hrg-ft_app_card_ic-y2s svg {
  stroke-linejoin: round;
  height: 1.375rem;
  stroke-linecap: round;
  width: 1.375rem;
}.hrg-ft_app_card_os-y2s {
  color: #9A8878;
  font-size: 0.625rem;
  font-weight: 600;
}.hrg-ft_app_card_action-y2s {
  color: #D5C5B0;
  font-size: 12px;
  font-weight: 700;
}.hrg-ft_bot-y2s {
  padding: 1.25rem 16px;
}
@media(min-width: 766px) {.hrg-ft_bot-y2s {
  padding: 1.25rem 24px;
}
}.hrg-ft_bot_in-y2s {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  max-width: 82.5rem;
  align-items: center;
}.hrg-ft_socials-y2s {
  gap: 8px;
  display: flex;
}.hrg-ft_soc-y2s {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #B09080;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
}.hrg-ft_soc-y2s svg {
  stroke-linejoin: round;
  height: 1rem;
  width: 1rem;
  stroke-linecap: round;
}.hrg-ft_soc-y2s:hover {
  background: rgba(255, 255, 255, 0.07);
}.hrg-ft_legal-y2s {
  flex: 1;
  color: #8A7668;
  overflow-wrap: break-word;
  min-width: 12.5rem;
  line-height: 1.6;
  font-size: 0.688rem;
}.hrg-ft_legal-y2s strong {
  font-weight: 700;
  color: #B09080;
}.hrg-ft_legal-y2s a {
  color: #B09080;
  text-decoration: underline;
}.hrg-ft_age-y2s {
  border: 2px solid #8A7668;
  border-radius: 50%;
  width: 32px;
  flex-shrink: 0;
  font-size: 11px;
  justify-content: center;
  height: 2rem;
  color: #8A7668;
  align-items: center;
  margin-left: auto;
  font-weight: 800;
  display: flex;
}