*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #0C1018;
  font-family: 'Barlow', sans-serif;
  line-height: 1.6;
  min-height: 100vh;
  color: #C8BFAD;
  -webkit-font-smoothing: antialiased;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  color: inherit;
  text-decoration: none;
}button {
  border: none;
  background: none;
  font: inherit;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.hxs-layout-m1f {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.hxs-page-m1f {
  min-height: 100vh;
  display: flex;
}.hxs-main-m1f {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media(min-width: 1079px) {.hxs-main-m1f {
  padding-left: 220px;
}
}
@media(max-width: 1081px) {.hxs-main-m1f {
  padding-bottom: 4.5rem;
}
}.hxs-gc-m1f {
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255,255,255,0.05);
  background: #0F1520;
  border-radius: 0.375rem;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  width: 140px;
  cursor: pointer;
}
@media(min-width: 641px) {.hxs-gc-m1f {
  width: 156px;
}
}
@media(min-width: 1077px) {.hxs-gc-m1f {
  width: 168px;
}
}.hxs-gc-m1f:hover {
  border-color: rgba(200,132,30,0.07);
  transform: translateY(-3px);
}.hxs-gc_img-m1f {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.hxs-gc_img-m1f img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
}.hxs-gc_hover-m1f {
  background: rgba(8,12,18,0.72);
  inset: 0;
  transition: opacity .2s;
  position: absolute;
  align-items: center;
  opacity: 0;
  display: flex;
  justify-content: center;
}.hxs-gc-m1f:hover .hxs-gc_hover-m1f {
  opacity: 1;
}.hxs-gc_hover_btn-m1f {
  padding: 0.5rem 1rem;
  border-radius: 4px;
  background: #C8841E;
  font-weight: 700;
  font-size: 0.75rem;
  color: #F0E8D4;
}.hxs-gc_info-m1f {
  padding: 0.5rem 10px 10px;
}.hxs-gc_name-m1f {
  overflow: hidden;
  font-size: 0.75rem;
  color: #C8BFAD;
  margin-bottom: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  font-weight: 600;
}.hxs-gc_prov-m1f {
  font-size: 0.625rem;
  color: #6A6460;
}.hxs-gc_tag-m1f {
  border-radius: 0.25rem;
  padding: 2px 7px;
  text-transform: uppercase;
  font-size: 0.563rem;
  top: 0.375rem;
  letter-spacing: .04em;
  z-index: 2;
  left: 0.375rem;
  position: absolute;
  font-weight: 700;
}.hxs-gc_tag_hot-m1f {
  background: #C4302C;
  color: #fff;
}.hxs-gc_tag_new-m1f {
  background: #2E9E60;
  color: #0C1018;
}.hxs-gc_tag_jp-m1f {
  background: #D4A820;
  color: #0C1018;
}.hxs-gc_tag_ex-m1f {
  background: #3A6FA8;
  color: #fff;
}.hxs-gc_tag_live-m1f {
  background: #C4302C;
  color: #fff;
}.hxs-gr-m1f {
  padding: 32px 1rem 0;
  background: #0C1018;
}
@media(min-width:768px) {.hxs-gr-m1f {
  padding: 36px 1.5rem 0;
}
}.hxs-gr_in-m1f {
  margin: 0 auto;
  max-width: 1320px;
}.hxs-gr_head-m1f {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}.hxs-gr_head_l-m1f {
  gap: 10px;
  flex: 1;
  align-items: center;
  min-width: 0;
  display: flex;
}.hxs-gr_ic-m1f {
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 32px;
  flex-shrink: 0;
  display: flex;
}.hxs-gr_ic-m1f svg {
  stroke-linejoin: round;
  width: 16px;
  height: 16px;
  stroke-linecap: round;
}.hxs-gr_title-m1f {
  font-size: 1rem;
  color: #F0E8D4;
  overflow-wrap: break-word;
  font-weight: 700;
  font-family: 'Cinzel', serif;
}
@media(min-width: 771px) {.hxs-gr_title-m1f {
  font-size: 18px;
}
}.hxs-gr_more-m1f {
  gap: 5px;
  transition: color .2s;
  white-space: nowrap;
  font-size: 0.75rem;
  color: #7E7670;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}.hxs-gr_more-m1f:hover {
  color: #C8841E;
}.hxs-gr_more-m1f svg {
  height: 0.75rem;
  width: 0.75rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.hxs-gr_arrows-m1f {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.hxs-gr_arr-m1f {
  background: rgba(255,255,255,0.05);
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  border: 1px solid rgba(255,255,255,0.10);
  align-items: center;
  color: #9A9188;
  width: 30px;
  height: 1.875rem;
  display: flex;
  justify-content: center;
}.hxs-gr_arr-m1f:hover {
  background: rgba(255,255,255,0.07);
  color: #F0E8D4;
}.hxs-gr_arr-m1f svg {
  stroke-linejoin: round;
  height: 13px;
  stroke-linecap: round;
  width: 0.813rem;
}.hxs-gr_seo_h-m1f {
  margin: 0 0 0.375rem;
  font-family: 'Cinzel', serif;
  font-size: 13px;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  font-weight: 700;
  color: #C8BFAD;
}
@media(min-width:768px) {.hxs-gr_seo_h-m1f {
  font-size: 0.875rem;
}
}.hxs-gr_seo-m1f {
  max-width: 680px;
  overflow-wrap: break-word;
  color: #7E7670;
  line-height: 1.55;
  margin-bottom: 12px;
  font-size: 12px;
}.hxs-gr_seo-m1f strong {
  font-weight: 600;
  color: #C8BFAD;
}.hxs-gr_scroll-m1f {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
}.hxs-gr_scroll-m1f::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.hxs-gr_scroll-m1f {
  gap: 12px;
}
}.hxs-tb-m1f {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #0C1018;
  height: 3.5rem;
  align-items: center;
  right: 0;
  z-index: 80;
  position: fixed;
  left: 0;
  display: flex;
  top: 0;
}.hxs-tb_in-m1f {
  gap: 0;
  padding: 0 0.875rem;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}.hxs-tb_burger-m1f {
  gap: 0.313rem;
  border-radius: 0.375rem;
  width: 38px;
  margin-right: 8px;
  height: 2.375rem;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.hxs-tb_burger-m1f:hover {
  background: rgba(255,255,255,0.05);
}.hxs-tb_burger_line-m1f {
  border-radius: 1px;
  background: #9A9188;
  display: block;
  height: 2px;
  width: 18px;
}
@media(min-width:1080px) {.hxs-tb_burger-m1f {
  display: none;
}
}.hxs-tb_logo-m1f {
  gap: 9px;
  margin-right: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  flex-shrink: 0;
  color: #F0E8D4;
  display: flex;
  letter-spacing: -.01em;
  align-items: center;
}.hxs-tb_logo_mark-m1f {
  overflow: hidden;
  border-radius: 0.375rem;
  justify-content: center;
  height: 2rem;
  width: 32px;
  display: flex;
  align-items: center;
}.hxs-tb_logo_mark-m1f img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.hxs-tb_nav-m1f {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 641px) {.hxs-tb_nav-m1f {
  display: flex;
}
}.hxs-tb_tab-m1f {
  transition: background .15s,color .15s;
  border-radius: 6px;
  padding: 8px 14px;
  color: #9A9188;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}.hxs-tb_tab-m1f:hover {
  background: rgba(255,255,255,0.05);
  color: #F0E8D4;
}.hxs-tb_tab-m1f.hxs-state_active-m1f {
  background: rgba(200,132,30,0.18);
  color: #F0E8D4;
}.hxs-tb_right-m1f {
  gap: 0.5rem;
  display: flex;
  margin-left: auto;
  align-items: center;
  flex-shrink: 0;
}.hxs-tb_login-m1f {
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  border-radius: 0.375rem;
  padding: 9px 16px;
  font-size: 13px;
  color: #C8BFAD;
  display: none;
  font-weight: 600;
}.hxs-tb_login-m1f:hover {
  border-color: rgba(200,132,30,0.55);
  color: #F0E8D4;
}
@media(min-width: 481px) {.hxs-tb_login-m1f {
  display: block;
}
}.hxs-tb_reg-m1f {
  padding: 0.563rem 18px;
  border-radius: 6px;
  background: #2E9E60;
  transition: background .2s;
  white-space: nowrap;
  color: #0E0A04;
  font-size: 0.813rem;
  font-weight: 700;
}.hxs-tb_reg-m1f:hover {
  background: #38B870;
}.hxs-sb-m1f {
  border-right: 1px solid rgba(255,255,255,0.05);
  transform: translateX(-100%);
  background: #131B26;
  transition: transform .25s ease;
  top: 56px;
  bottom: 0;
  overflow-y: auto;
  z-index: 70;
  left: 0;
  width: 220px;
  position: fixed;
}.hxs-sb-m1f.hxs-state_open-m1f {
  transform: translateX(0);
}.hxs-sb-m1f::-webkit-scrollbar {
  width: 0.25rem;
}.hxs-sb-m1f::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
}
@media(min-width: 1081px) {.hxs-sb-m1f {
  transform: translateX(0);
}
}.hxs-sb_auth-m1f {
  padding: 0.875rem 0.75rem 0.625rem;
}.hxs-sb_btn_reg-m1f {
  border-radius: 6px;
  background: #2E9E60;
  transition: background .2s;
  padding: 11px;
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #0E0A04;
}.hxs-sb_btn_reg-m1f:hover {
  background: #38B870;
}.hxs-sb_btn_login-m1f {
  border: 1px solid rgba(255,255,255,0.10);
  padding: 0.625rem;
  transition: border-color .2s;
  background: rgba(255,255,255,0.05);
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
  display: block;
  font-size: 13px;
  color: #C8BFAD;
}.hxs-sb_btn_login-m1f:hover {
  border-color: rgba(200,132,30,0.55);
  color: #F0E8D4;
}.hxs-sb_promo-m1f {
  border-radius: 6px;
  overflow: hidden;
  margin: 0 12px 10px;
  background: linear-gradient(135deg,#1A2038,#131B26);
  padding: 0.75rem 0.875rem;
  border: 1px solid rgba(200,132,30,0.18);
  position: relative;
}.hxs-sb_promo-m1f::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200,132,30,0.18),transparent 70%);
  right: -20px;
  height: 5rem;
  content: '';
  width: 5rem;
  position: absolute;
  top: -20px;
}.hxs-sb_promo_title-m1f {
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 11px;
  color: #C8841E;
}.hxs-sb_promo_text-m1f {
  color: #F0E8D4;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: break-word;
  font-size: 12px;
}.hxs-sb_promo_sub-m1f {
  margin-top: 3px;
  font-size: 0.625rem;
  color: #7E7670;
}.hxs-sb_nav-m1f {
  padding: 0.375rem 8px 16px;
}.hxs-sb_nav_lb-m1f {
  padding: 10px 0.5rem 0.375rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #6A6460;
  font-weight: 700;
}.hxs-sb_link-m1f {
  gap: 10px;
  transition: background .15s,color .15s;
  border-radius: 4px;
  padding: 9px 0.625rem;
  font-weight: 500;
  cursor: pointer;
  overflow-wrap: break-word;
  align-items: center;
  color: #9A9188;
  font-size: 13px;
  display: flex;
}.hxs-sb_link-m1f:hover {
  background: rgba(255,255,255,0.05);
  color: #F0E8D4;
}.hxs-sb_link-m1f.hxs-state_active-m1f {
  background: rgba(200,132,30,0.18);
  color: #F0E8D4;
}.hxs-sb_ic-m1f {
  border-radius: 0.25rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 30px;
  display: flex;
  width: 30px;
}.hxs-sb_ic-m1f svg {
  width: 16px;
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.hxs-sb_ic_1-m1f {
  background: rgba(200,132,30,0.07);
  color: #C8841E;
}.hxs-sb_ic_2-m1f {
  background: rgba(46,158,96,0.18);
  color: #2E9E60;
}.hxs-sb_ic_3-m1f {
  background: rgba(212,168,32,0.18);
  color: #D4A820;
}.hxs-sb_ic_4-m1f {
  background: rgba(58,111,168,0.22);
  color: #3A6FA8;
}.hxs-sb_ic_5-m1f {
  background: rgba(200,132,30,0.07);
  color: #E05078;
}.hxs-sb_ic_6-m1f {
  background: rgba(58,111,168,0.22);
  color: #7C3EC8;
}.hxs-sb_badge-m1f {
  padding: 2px 7px;
  background: #D4A820;
  border-radius: 4px;
  margin-left: auto;
  font-weight: 700;
  color: #0E0A04;
  font-size: 0.563rem;
}.hxs-sb_bot-m1f {
  padding: 0.75rem;
  gap: 8px;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
}.hxs-sb_lang-m1f,.hxs-sb_help-m1f {
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.05);
  transition: border-color .2s;
  gap: 6px;
  padding: 0.563rem 0.375rem;
  flex: 1;
  color: #9A9188;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  font-size: 0.688rem;
  display: flex;
}.hxs-sb_lang-m1f:hover,.hxs-sb_help-m1f:hover {
  border-color: rgba(200,132,30,0.55);
  color: #F0E8D4;
}.hxs-sb_lang-m1f svg,.hxs-sb_help-m1f svg {
  width: 0.813rem;
  height: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.hxs-sb_bd-m1f {
  inset: 0;
  background: rgba(8,12,18,0.72);
  display: none;
  position: fixed;
  z-index: 69;
}.hxs-sb_bd-m1f.hxs-state_on-m1f {
  display: block;
}
@media(min-width:1080px) {.hxs-sb_bd-m1f {
  display: none!important;
}
}.hxs-mob_nav-m1f {
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,0.10);
  background: #131B26;
  left: 0;
  display: flex;
  bottom: 0;
  z-index: 80;
  position: fixed;
  right: 0;
}
@media(min-width: 1082px) {.hxs-mob_nav-m1f {
  display: none;
}
}.hxs-mob_nav_item-m1f {
  flex: 1;
  padding: 0.25rem 2px;
  gap: 4px;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  color: #6A6460;
}.hxs-mob_nav_ic-m1f {
  line-height: 1;
}.hxs-mob_nav_ic-m1f svg {
  width: 20px;
  height: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.hxs-mob_nav_lb-m1f {
  font-size: 0.625rem;
  color: #6A6460;
  font-weight: 600;
}.hxs-mob_nav_item-m1f.hxs-state_active-m1f {
  color: #C8841E;
}.hxs-mob_nav_item-m1f.hxs-state_active-m1f .hxs-mob_nav_lb-m1f {
  color: #C8841E;
}.hxs-hero-m1f {
  background: #0C1018;
  padding: 20px 1rem 0;
}
@media(min-width: 769px) {.hxs-hero-m1f {
  padding: 24px 1.5rem 0;
}
}.hxs-hero_in-m1f {
  margin: 0 auto;
  gap: 0.75rem;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
}
@media(min-width: 859px) {.hxs-hero_in-m1f {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1098px) {.hxs-hero_in-m1f {
  grid-template-columns: 1fr 21.25rem;
}
}.hxs-hero_promo-m1f {
  border-radius: 0.625rem;
  overflow: hidden;
  background: #0F1520;
  align-items: stretch;
  min-height: 220px;
  display: flex;
  position: relative;
}
@media(min-width: 769px) {.hxs-hero_promo-m1f {
  min-height: 17.5rem;
}
}.hxs-hero_promo_bg-m1f {
  background: linear-gradient(120deg,#1A2038 0%,#0C1018 100%);
  background-position: center;
  inset: 0;
  position: absolute;
  background-size: cover;
}.hxs-hero_promo_bg-m1f::after {
  inset: 0;
  background: linear-gradient(90deg,#0C1018 0%,rgba(8,12,18,0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.hxs-hero_promo_glow-m1f {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(58,111,168,0.22) 0%,transparent 65%);
  width: 300px;
  position: absolute;
  pointer-events: none;
  top: -2.5rem;
  right: 3.75rem;
  height: 18.75rem;
}.hxs-hero_promo_ct-m1f {
  padding: 1.75rem 24px 1.75rem 28px;
  position: relative;
  display: flex;
  max-width: 480px;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
@media(min-width: 765px) {.hxs-hero_promo_ct-m1f {
  padding: 40px 32px;
}
}.hxs-hero_badge-m1f {
  padding: 5px 12px;
  border-radius: 18px;
  background: rgba(200,132,30,0.18);
  border: 1px solid rgba(200,132,30,0.07);
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
  color: #C8841E;
}.hxs-hero_h1-m1f {
  font-family: 'Cinzel', serif;
  font-size: 26px;
  line-height: 1.15;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  font-weight: 800;
  color: #F0E8D4;
}.hxs-hero_h1-m1f em {
  font-style: normal;
  color: #D4A820;
}
@media(min-width: 771px) {.hxs-hero_h1-m1f {
  font-size: 36px;
}
}.hxs-hero_sub-m1f {
  color: #9A9188;
  line-height: 1.55;
  font-size: 13px;
  margin-bottom: 20px;
}
@media(min-width: 765px) {.hxs-hero_sub-m1f {
  font-size: 14px;
}
}.hxs-hero_row-m1f {
  gap: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.hxs-hero_cta-m1f {
  padding: 0.813rem 26px;
  transition: background .2s;
  border-radius: 0.375rem;
  background: #2E9E60;
  font-weight: 700;
  font-size: 0.875rem;
  color: #0E0A04;
  box-shadow: 0 3px 14px rgba(46,158,96,0.50), 0 1px 2px rgba(0,0,0,0.70);
}.hxs-hero_cta-m1f:hover {
  background: #38B870;
}.hxs-hero_terms-m1f {
  font-size: 0.688rem;
  color: #6A6460;
}.hxs-hero_game-m1f {
  overflow: hidden;
  background: #0F1520;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.05);
  position: relative;
  display: flex;
  flex-direction: column;
}.hxs-hero_game_badge-m1f {
  border: 1px solid rgba(212,168,32,0.18);
  padding: 0.313rem 10px;
  background: rgba(212,168,32,0.18);
  border-radius: 1.125rem;
  top: 0.75rem;
  left: 0.75rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 700;
  z-index: 3;
  color: #D4A820;
  position: absolute;
}.hxs-hero_game_badge-m1f svg {
  margin-right: 4px;
  vertical-align: -1px;
  height: 0.688rem;
  width: 11px;
}.hxs-hero_game_img-m1f {
  overflow: hidden;
  background: linear-gradient(135deg,#1A2038,#0C1018);
  padding-bottom: 60%;
  position: relative;
}.hxs-hero_game_img-m1f img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}.hxs-hero_game_play-m1f {
  inset: 0;
  background: rgba(8,12,18,0.72);
  transition: opacity .2s;
  position: absolute;
  display: flex;
  justify-content: center;
  opacity: 0;
  align-items: center;
}.hxs-hero_game-m1f:hover .hxs-hero_game_play-m1f {
  opacity: 1;
}.hxs-hero_game_play-m1f span {
  border-radius: 50%;
  background: #C8841E;
  display: flex;
  height: 3.25rem;
  justify-content: center;
  width: 52px;
  align-items: center;
}.hxs-hero_game_play-m1f span svg {
  margin-left: 2px;
  width: 18px;
  height: 18px;
}.hxs-hero_game_info-m1f {
  padding: 0.875rem 1rem;
}.hxs-hero_game_title-m1f {
  color: #F0E8D4;
  margin-bottom: 0.25rem;
  font-weight: 700;
  font-size: 15px;
  overflow-wrap: break-word;
}.hxs-hero_game_provider-m1f {
  color: #7E7670;
  font-size: 11px;
}.hxs-hero_game_btn-m1f {
  margin: 0.75rem 16px 16px;
  background: #C8841E;
  transition: background .2s;
  border-radius: 0.375rem;
  padding: 11px;
  display: block;
  font-weight: 700;
  font-size: 0.813rem;
  text-align: center;
  color: #F0E8D4;
}.hxs-hero_game-m1f:hover .hxs-hero_game_btn-m1f {
  background: #E09A2A;
}.hxs-sbar-m1f {
  background: #0C1018;
  padding: 1rem 16px 0;
}
@media(min-width: 766px) {.hxs-sbar-m1f {
  padding: 1.125rem 24px 0;
}
}.hxs-sbar_in-m1f {
  margin: 0 auto;
  max-width: 1320px;
}.hxs-sbar_row-m1f {
  gap: 0.625rem;
  flex-wrap: wrap;
  margin-bottom: 12px;
  display: flex;
}.hxs-sbar_input-m1f {
  flex: 1;
  padding: 11px 16px;
  background: #0F1520;
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s;
  border-radius: 6px;
  gap: 10px;
  align-items: center;
  color: #7E7670;
  display: flex;
  cursor: pointer;
  font-size: 0.813rem;
}.hxs-sbar_input-m1f:hover {
  border-color: rgba(200,132,30,0.55);
}.hxs-sbar_input-m1f svg {
  stroke-linejoin: round;
  height: 0.938rem;
  flex-shrink: 0;
  width: 0.938rem;
  stroke-linecap: round;
}.hxs-sbar_providers-m1f {
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.10);
  gap: 8px;
  padding: 11px 18px;
  border-radius: 0.375rem;
  background: #0F1520;
  font-size: 13px;
  font-weight: 600;
  align-items: center;
  white-space: nowrap;
  display: flex;
  color: #C8BFAD;
}.hxs-sbar_providers-m1f:hover {
  border-color: rgba(200,132,30,0.55);
  color: #F0E8D4;
}.hxs-sbar_providers-m1f svg {
  height: 0.875rem;
  width: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.hxs-sbar_tabs-m1f {
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
  display: flex;
}.hxs-sbar_tabs-m1f::-webkit-scrollbar {
  display: none;
}.hxs-sbar_tab-m1f {
  background: rgba(255,255,255,0.05);
  gap: 7px;
  border: 1px solid rgba(255,255,255,0.05);
  padding: 0.5rem 14px;
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 18px;
  white-space: nowrap;
  align-items: center;
  flex-shrink: 0;
  font-weight: 600;
  color: #9A9188;
  display: flex;
  font-size: 12px;
  cursor: pointer;
}.hxs-sbar_tab-m1f:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(200,132,30,0.55);
  color: #F0E8D4;
}.hxs-sbar_tab-m1f.hxs-state_active-m1f {
  background: rgba(200,132,30,0.18);
  border-color: rgba(200,132,30,0.07);
  color: #F0E8D4;
}.hxs-sbar_tab_ic-m1f svg {
  stroke-linecap: round;
  height: 0.875rem;
  width: 14px;
  stroke-linejoin: round;
}.hxs-ws-m1f {
  background: #0C1018;
  padding: 32px 1rem 0;
}
@media(min-width: 770px) {.hxs-ws-m1f {
  padding: 36px 24px 0;
}
}.hxs-ws_in-m1f {
  margin: 0 auto;
  max-width: 82.5rem;
}.hxs-ws_head-m1f {
  gap: 0.75rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
}.hxs-ws_title-m1f {
  gap: 10px;
  align-items: center;
  overflow-wrap: break-word;
  color: #F0E8D4;
  font-weight: 700;
  flex-wrap: wrap;
  font-family: 'Cinzel', serif;
  font-size: 16px;
  display: flex;
}.hxs-ws_title_ic-m1f svg {
  stroke-linejoin: round;
  color: #D4A820;
  width: 1.125rem;
  height: 1.125rem;
  stroke-linecap: round;
}.hxs-ws_online-m1f {
  gap: 7px;
  color: #7E7670;
  display: flex;
  font-weight: 600;
  align-items: center;
  font-size: 12px;
}.hxs-ws_online_dot-m1f {
  background: #2E9E60;
  border-radius: 50%;
  flex-shrink: 0;
  width: 0.5rem;
  height: 8px;
  box-shadow: 0 0 6px rgba(46,158,96,0.18);
}.hxs-ws_scroll-m1f {
  gap: 8px;
  padding-bottom: 8px;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
}.hxs-ws_scroll-m1f::-webkit-scrollbar {
  display: none;
}.hxs-wc-m1f {
  gap: 0.625rem;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.375rem;
  background: #0F1520;
  padding: 0.625rem 14px;
  align-items: center;
  min-width: 13.75rem;
  display: flex;
  flex-shrink: 0;
}.hxs-wc_img-m1f {
  border-radius: 0.25rem;
  background: #131B26;
  overflow: hidden;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
}.hxs-wc_img-m1f img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.hxs-wc_info-m1f {
  min-width: 0;
}.hxs-wc_game-m1f {
  overflow: hidden;
  font-weight: 600;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #C8BFAD;
}.hxs-wc_player-m1f {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #6A6460;
  font-size: 10px;
  white-space: nowrap;
}.hxs-wc_amount-m1f {
  margin-left: auto;
  white-space: nowrap;
  font-size: 13px;
  flex-shrink: 0;
  color: #2E9E60;
  font-weight: 700;
}.hxs-app-m1f {
  padding: 36px 16px 0;
  background: #0C1018;
}
@media(min-width: 766px) {.hxs-app-m1f {
  padding: 2.75rem 1.5rem 0;
}
}.hxs-app_in-m1f {
  margin: 0 auto;
  max-width: 82.5rem;
}.hxs-app_head-m1f {
  margin-bottom: 16px;
}.hxs-app_label-m1f {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
  color: #C8841E;
  text-transform: uppercase;
  font-size: 11px;
}.hxs-app_h2-m1f {
  font-size: 20px;
  overflow-wrap: break-word;
  color: #F0E8D4;
  margin-bottom: 0.375rem;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}
@media(min-width: 770px) {.hxs-app_h2-m1f {
  font-size: 1.5rem;
}
}.hxs-app_sub-m1f {
  font-size: 13px;
  color: #7E7670;
  overflow-wrap: break-word;
  max-width: 37.5rem;
  line-height: 1.6;
}.hxs-app_sub-m1f strong {
  font-weight: 700;
  color: #C8BFAD;
}.hxs-app_cards-m1f {
  gap: 10px;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 1rem;
}
@media(min-width: 641px) {.hxs-app_cards-m1f {
  grid-template-columns: repeat(3,1fr);
}
}.hxs-app_card-m1f {
  gap: 16px;
  overflow: hidden;
  border-radius: 6px;
  padding: 1.25rem;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.hxs-app_card_ios-m1f {
  background: linear-gradient(135deg,rgba(200,132,30,0.18) 0%,#131B26 100%);
}.hxs-app_card_android-m1f {
  background: linear-gradient(135deg,rgba(46,158,96,0.18) 0%,#131B26 100%);
}.hxs-app_card_win-m1f {
  background: linear-gradient(135deg,rgba(212,168,32,0.18) 0%,#131B26 100%);
}.hxs-app_card_ic-m1f svg {
  height: 34px;
  width: 34px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.hxs-app_card_ic-m1f {
  flex-shrink: 0;
  color: #F0E8D4;
}.hxs-app_card_os-m1f {
  font-weight: 700;
  text-transform: uppercase;
  color: #7E7670;
  font-size: 0.625rem;
  letter-spacing: .08em;
  margin-bottom: 6px;
}.hxs-app_card_title-m1f {
  overflow-wrap: break-word;
  line-height: 1.2;
  font-size: 15px;
  margin-bottom: 0.375rem;
  font-weight: 700;
  color: #F0E8D4;
}.hxs-app_card_text-m1f {
  margin-bottom: 0.875rem;
  line-height: 1.5;
  overflow-wrap: break-word;
  color: #7E7670;
  font-size: 12px;
}.hxs-app_card_btn-m1f {
  border-radius: 4px;
  padding: 0.625rem 1.125rem;
  transition: background .2s;
  border: 1px solid rgba(200,132,30,0.55);
  gap: 0.438rem;
  background: rgba(255,255,255,0.12);
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  color: #F0E8D4;
}.hxs-app_card_btn-m1f:hover {
  background: rgba(255,255,255,0.07);
}.hxs-prov-m1f {
  padding: 2.25rem 16px 0;
  background: #0C1018;
}
@media(min-width: 770px) {.hxs-prov-m1f {
  padding: 2.75rem 1.5rem 0;
}
}.hxs-prov_in-m1f {
  margin: 0 auto;
  max-width: 1320px;
}.hxs-prov_head-m1f {
  margin-bottom: 1rem;
}.hxs-prov_label-m1f {
  font-weight: 700;
  text-transform: uppercase;
  color: #C8841E;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.hxs-prov_h2-m1f {
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  color: #F0E8D4;
  margin-bottom: 8px;
}
@media(min-width: 765px) {.hxs-prov_h2-m1f {
  font-size: 1.5rem;
}
}.hxs-prov_seo-m1f {
  overflow-wrap: break-word;
  font-size: 13px;
  max-width: 38.75rem;
  color: #7E7670;
  line-height: 1.6;
  margin-bottom: 1rem;
}.hxs-prov_seo-m1f strong {
  font-weight: 700;
  color: #C8BFAD;
}.hxs-prov_seo-m1f a {
  color: #C8841E;
  text-decoration: underline;
}.hxs-prov_grid-m1f {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 638px) {.hxs-prov_grid-m1f {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.hxs-prov_grid-m1f {
  grid-template-columns: repeat(8,1fr);
}
}.hxs-prov_card-m1f {
  padding: 0.875rem 0.625rem;
  border-radius: 6px;
  background: #0F1520;
  transition: border-color .2s,background .2s;
  gap: 0.438rem;
  border: 1px solid rgba(255,255,255,0.10);
  flex-direction: column;
  cursor: pointer;
  align-items: center;
  display: flex;
}.hxs-prov_card-m1f:hover {
  background: #131B26;
  border-color: rgba(200,132,30,0.55);
}.hxs-prov_logo-m1f {
  background: rgba(255,255,255,0.05);
  overflow: hidden;
  border-radius: 0.25rem;
  width: 2.75rem;
  display: flex;
  justify-content: center;
  height: 2.75rem;
  align-items: center;
}.hxs-prov_logo-m1f img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.hxs-prov_name-m1f {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  font-weight: 600;
  color: #9A9188;
  text-align: center;
}.hxs-htp-m1f {
  background: #0C1018;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.hxs-htp-m1f {
  padding: 44px 1.5rem 0;
}
}.hxs-htp_in-m1f {
  margin: 0 auto;
  max-width: 1320px;
}.hxs-htp_head-m1f {
  max-width: 45rem;
  margin-bottom: 1.375rem;
}.hxs-htp_label-m1f {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C8841E;
}.hxs-htp_h2-m1f {
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  color: #F0E8D4;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 771px) {.hxs-htp_h2-m1f {
  font-size: 28px;
}
}.hxs-htp_intro-m1f {
  color: #7E7670;
  line-height: 1.6;
  font-size: 14px;
}.hxs-htp_steps-m1f {
  margin: 0;
  list-style: none;
  padding: 0;
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width: 643px) {.hxs-htp_steps-m1f {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.hxs-htp_steps-m1f {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.hxs-htp_step-m1f {
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.10);
  background: #131B26;
  padding: 1.25rem 18px 18px;
  display: flex;
  flex-direction: column;
  position: relative;
}.hxs-htp_step_num-m1f {
  background: #C8841E;
  border-radius: 50%;
  font-size: 13px;
  height: 28px;
  position: absolute;
  display: flex;
  color: #0E0A04;
  justify-content: center;
  align-items: center;
  width: 28px;
  font-weight: 800;
  top: -0.75rem;
  font-family: 'Cinzel', serif;
  left: 20px;
}.hxs-htp_step_ic-m1f {
  border-radius: 4px;
  margin: 8px 0 0.75rem;
  background: rgba(200,132,30,0.18);
  justify-content: center;
  height: 36px;
  align-items: center;
  color: #C8841E;
  width: 2.25rem;
  display: flex;
}.hxs-htp_step_ic-m1f svg {
  height: 18px;
  width: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.hxs-htp_step_h-m1f {
  line-height: 1.25;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #F0E8D4;
  margin-bottom: 0.375rem;
}.hxs-htp_step_p-m1f {
  color: #7E7670;
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.hxs-htp_step_p-m1f strong {
  color: #C8BFAD;
  font-weight: 600;
}.hxs-htp_cta-m1f {
  transition: background .2s;
  background: #2E9E60;
  border-radius: 0.375rem;
  padding: 13px 1.625rem;
  color: #0E0A04;
  font-size: 14px;
  font-weight: 700;
  margin-top: 1.25rem;
  display: inline-block;
}.hxs-htp_cta-m1f:hover {
  background: #38B870;
}.hxs-bon-m1f {
  background: #0C1018;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.hxs-bon-m1f {
  padding: 44px 24px 0;
}
}.hxs-bon_in-m1f {
  margin: 0 auto;
  max-width: 1320px;
}.hxs-bon_head-m1f {
  margin-bottom: 20px;
}.hxs-bon_label-m1f {
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #C8841E;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
}.hxs-bon_h2-m1f {
  color: #F0E8D4;
  margin-bottom: 0.5rem;
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}
@media(min-width:768px) {.hxs-bon_h2-m1f {
  font-size: 24px;
}
}.hxs-bon_seo-m1f {
  max-width: 620px;
  line-height: 1.6;
  color: #7E7670;
  overflow-wrap: break-word;
  font-size: 13px;
}.hxs-bon_seo-m1f strong {
  color: #C8BFAD;
  font-weight: 700;
}.hxs-bon_seo-m1f a {
  color: #C8841E;
  text-decoration: underline;
}.hxs-bon_grid-m1f {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 639px) {.hxs-bon_grid-m1f {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.hxs-bon_grid-m1f {
  grid-template-columns: repeat(5,1fr);
}
}.hxs-bon_card-m1f {
  padding: 16px;
  border-radius: 0.375rem;
  transition: border-color .2s,transform .2s;
  background: #0F1520;
  border: 1px solid rgba(255,255,255,0.10);
}.hxs-bon_card-m1f:hover {
  border-color: rgba(200,132,30,0.07);
  transform: translateY(-2px);
}.hxs-bon_card_ic-m1f svg {
  stroke-linejoin: round;
  height: 1.625rem;
  stroke-linecap: round;
  width: 26px;
}.hxs-bon_card_ic-m1f {
  margin-bottom: 0.625rem;
}.hxs-bon_card_type-m1f {
  font-weight: 700;
  color: #7E7670;
  font-size: 0.625rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}.hxs-bon_card_amount-m1f {
  margin-bottom: 0.375rem;
  color: #D4A820;
  font-weight: 800;
  line-height: 1.1;
  font-size: 18px;
}.hxs-bon_card_name-m1f {
  color: #F0E8D4;
  margin-bottom: 0.5rem;
  font-size: 13px;
  font-weight: 600;
  overflow-wrap: break-word;
}.hxs-bon_card_detail-m1f {
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #6A6460;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  padding-top: 0.5rem;
  line-height: 1.5;
}.hxs-reg-m1f {
  background: #0C1018;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.hxs-reg-m1f {
  padding: 2.75rem 24px 0;
}
}.hxs-reg_in-m1f {
  border-radius: 0.625rem;
  margin: 0 auto;
  background: #131B26;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255,255,255,0.05);
  max-width: 1320px;
}
@media(min-width: 770px) {.hxs-reg_in-m1f {
  padding: 40px;
}
}.hxs-reg_top-m1f {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.hxs-reg_top-m1f {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.hxs-reg_label-m1f {
  margin-bottom: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #C8841E;
  font-weight: 700;
}.hxs-reg_h2-m1f {
  line-height: 1.2;
  font-size: 1.375rem;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  color: #F0E8D4;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}
@media(min-width: 769px) {.hxs-reg_h2-m1f {
  font-size: 28px;
}
}.hxs-reg_bonus-m1f {
  gap: 8px;
  background: rgba(212,168,32,0.18);
  border: 1px solid rgba(212,168,32,0.18);
  border-radius: 0.375rem;
  padding: 10px 16px;
  margin-bottom: 16px;
  align-items: center;
  display: inline-flex;
}.hxs-reg_bonus_amount-m1f {
  color: #D4A820;
  font-size: 20px;
  font-weight: 800;
}.hxs-reg_bonus_text-m1f {
  font-size: 13px;
  color: #9A9188;
  line-height: 1.35;
}.hxs-reg_cta_btn-m1f {
  padding: 0.875rem 32px;
  transition: background .2s;
  background: #2E9E60;
  border-radius: 6px;
  margin-bottom: 12px;
  display: inline-block;
  color: #0E0A04;
  font-size: 15px;
  box-shadow: 0 3px 14px rgba(46,158,96,0.50), 0 1px 2px rgba(0,0,0,0.70);
  font-weight: 700;
}.hxs-reg_cta_btn-m1f:hover {
  background: #38B870;
}.hxs-reg_terms-m1f {
  color: #6A6460;
  font-size: 0.688rem;
  line-height: 1.5;
}.hxs-reg_seo-m1f {
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #7E7670;
  margin-top: 1.25rem;
  line-height: 1.65;
  padding-top: 1.25rem;
  overflow-wrap: break-word;
  font-size: 13px;
}.hxs-reg_seo-m1f p {
  color: #7E7670;
  line-height: 1.65;
  font-size: 13px;
  margin-bottom: 0.625rem;
}.hxs-reg_seo-m1f p:last-child {
  margin-bottom: 0;
}.hxs-reg_seo-m1f strong {
  font-weight: 700;
  color: #C8BFAD;
}.hxs-reg_seo-m1f a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8841E;
}.hxs-reg_seo-m1f a:hover {
  color: #E09A2A;
}.hxs-reg_seo-m1f ul,.hxs-reg_seo-m1f ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.hxs-reg_seo-m1f ol {
  list-style: decimal;
}.hxs-reg_seo-m1f li {
  color: #7E7670;
  margin-bottom: 0.25rem;
  line-height: 1.65;
  font-size: 0.813rem;
}.hxs-reg_seo-m1f table {
  display: block;
  margin-bottom: 10px;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 13px;
  width: 100%;
}
@media(min-width: 766px) {.hxs-reg_seo-m1f table {
  display: table;
}
}.hxs-reg_seo-m1f th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.5rem;
  font-weight: 700;
  color: #C8BFAD;
  text-align: left;
}.hxs-reg_seo-m1f td {
  padding: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #7E7670;
}.hxs-reg_steps-m1f {
  gap: 14px;
  flex-direction: column;
  margin-top: 1.75rem;
  display: flex;
}
@media(min-width: 863px) {.hxs-reg_steps-m1f {
  margin-top: 0;
}
}.hxs-reg_step-m1f {
  background: rgba(255,255,255,0.05);
  padding: 1rem;
  border-radius: 0.375rem;
  border: 1px solid rgba(255,255,255,0.05);
  gap: 0.875rem;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.hxs-reg_step_num-m1f {
  border-radius: 50%;
  border: 1px solid rgba(200,132,30,0.07);
  background: rgba(200,132,30,0.18);
  justify-content: center;
  flex-shrink: 0;
  font-weight: 800;
  align-items: center;
  color: #C8841E;
  display: flex;
  width: 2.125rem;
  height: 34px;
  font-size: 14px;
}.hxs-reg_step_title-m1f {
  color: #F0E8D4;
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 700;
}.hxs-reg_step_text-m1f {
  font-size: 12px;
  color: #7E7670;
  line-height: 1.5;
}.hxs-reg_trust-m1f {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.625rem;
  padding-top: 20px;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  display: flex;
}.hxs-reg_trust_item-m1f {
  gap: 0.438rem;
  color: #7E7670;
  display: flex;
  align-items: center;
  font-size: 12px;
  overflow-wrap: break-word;
}.hxs-reg_trust_ic-m1f svg {
  height: 1rem;
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
  color: #C8841E;
}.hxs-seo-m1f {
  background: #0C1018;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.hxs-seo-m1f {
  padding: 2.75rem 1.5rem 0;
}
}.hxs-seo_in-m1f {
  padding: 1.75rem 24px;
  border-radius: 0.625rem;
  border: 1px solid rgba(255,255,255,0.10);
  background: #131B26;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 767px) {.hxs-seo_in-m1f {
  padding: 2.25rem 2.5rem;
}
}.hxs-seo_label-m1f {
  color: #C8841E;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 10px;
}.hxs-seo_h2-m1f {
  color: #F0E8D4;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.hxs-seo_h2-m1f {
  font-size: 24px;
}
}.hxs-seo_body-m1f {
  color: #9A9188;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.75;
}.hxs-seo_body-m1f p {
  font-size: 14px;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #9A9188;
}.hxs-seo_body-m1f p:last-child {
  margin-bottom: 0;
}.hxs-seo_body-m1f strong {
  font-weight: 700;
  color: #C8BFAD;
}.hxs-seo_body-m1f a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8841E;
}.hxs-seo_body-m1f a:hover {
  color: #E09A2A;
}.hxs-seo_body-m1f ul,.hxs-seo_body-m1f ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.hxs-seo_body-m1f ol {
  list-style: decimal;
}.hxs-seo_body-m1f li {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9A9188;
  margin-bottom: 0.375rem;
}.hxs-seo_body-m1f table {
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 0.75rem;
  display: block;
  font-size: 0.813rem;
  width: 100%;
}
@media(min-width: 769px) {.hxs-seo_body-m1f table {
  display: table;
}
}.hxs-seo_body-m1f th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #C8BFAD;
  text-align: left;
  font-weight: 700;
}.hxs-seo_body-m1f td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9A9188;
}.hxs-seo_cols-m1f {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.hxs-seo_cols-m1f {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.hxs-seo_cols-m1f {
  grid-template-columns: repeat(3,1fr);
}
}.hxs-seo_col_h-m1f {
  font-weight: 700;
  color: #C8BFAD;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-size: 0.813rem;
}.hxs-seo_col_p-m1f {
  color: #7E7670;
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}.hxs-seo_stats-m1f {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.hxs-seo_stat-m1f {
  flex: 1;
  border: 1px solid rgba(200,132,30,0.18);
  background: rgba(200,132,30,0.07);
  padding: 14px 16px;
  border-radius: 6px;
  min-width: 140px;
}.hxs-seo_stat_val-m1f {
  color: #C8841E;
  margin-bottom: 4px;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
}.hxs-seo_stat_lb-m1f {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #7E7670;
}.hxs-rv-m1f {
  padding: 2.25rem 1rem 0;
  background: #0C1018;
}
@media(min-width: 769px) {.hxs-rv-m1f {
  padding: 2.75rem 24px 0;
}
}.hxs-rv_in-m1f {
  margin: 0 auto;
  max-width: 82.5rem;
}.hxs-rv_head-m1f {
  max-width: 720px;
  margin-bottom: 20px;
}.hxs-rv_label-m1f {
  color: #C8841E;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 0.688rem;
}.hxs-rv_h2-m1f {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F0E8D4;
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 22px;
}
@media(min-width: 769px) {.hxs-rv_h2-m1f {
  font-size: 1.75rem;
}
}.hxs-rv_stats-m1f {
  gap: 1.125rem;
  display: flex;
  font-size: 13px;
  align-items: center;
  flex-wrap: wrap;
  color: #7E7670;
}.hxs-rv_stats_score-m1f {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.hxs-rv_stats_score_val-m1f {
  color: #D4A820;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 22px;
}.hxs-rv_stats_score_max-m1f {
  color: #6A6460;
  font-size: 0.813rem;
}.hxs-rv_stats_badge-m1f {
  gap: 4px;
  align-items: center;
  display: flex;
}.hxs-rv_stats_badge-m1f svg {
  height: 14px;
  width: 0.875rem;
  color: #D4A820;
}.hxs-rv_grid-m1f {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.hxs-rv_grid-m1f {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.hxs-rv_grid-m1f {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.hxs-rv_card-m1f {
  border: 1px solid rgba(255,255,255,0.10);
  padding: 1.25rem;
  background: #131B26;
  border-radius: 0.375rem;
  flex-direction: column;
  display: flex;
}.hxs-rv_card_stars-m1f {
  gap: 2px;
  display: flex;
  color: #D4A820;
  margin-bottom: 10px;
}.hxs-rv_card_stars-m1f svg {
  height: 14px;
  width: 14px;
}.hxs-rv_card_h-m1f {
  color: #F0E8D4;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  font-weight: 700;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.hxs-rv_card_body-m1f {
  flex: 1;
  color: #7E7670;
  font-size: 0.813rem;
  margin-bottom: 14px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.hxs-rv_card_body-m1f strong {
  font-weight: 600;
  color: #C8BFAD;
}.hxs-rv_card_meta-m1f {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 12px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}.hxs-rv_card_author-m1f {
  font-weight: 600;
  color: #C8BFAD;
  font-size: 0.75rem;
}.hxs-rv_card_date-m1f {
  font-size: 0.688rem;
  color: #6A6460;
}.hxs-seo-m1f {
  background: #0C1018;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.hxs-seo-m1f {
  padding: 2.75rem 24px 0;
}
}.hxs-seo_in-m1f {
  padding: 28px 24px;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.10);
  background: #131B26;
  border-radius: 0.625rem;
  max-width: 1320px;
}
@media(min-width:768px) {.hxs-seo_in-m1f {
  padding: 2.25rem 40px;
}
}.hxs-seo_label-m1f {
  margin-bottom: 0.625rem;
  color: #C8841E;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}.hxs-seo_h2-m1f {
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  color: #F0E8D4;
  margin-bottom: 0.875rem;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.hxs-seo_h2-m1f {
  font-size: 24px;
}
}.hxs-seo_body-m1f {
  color: #9A9188;
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
}.hxs-seo_body-m1f p {
  color: #9A9188;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.75;
}.hxs-seo_body-m1f p:last-child {
  margin-bottom: 0;
}.hxs-seo_body-m1f strong {
  color: #C8BFAD;
  font-weight: 700;
}.hxs-seo_body-m1f a {
  transition: color .2s;
  color: #C8841E;
  text-decoration: underline;
}.hxs-seo_body-m1f a:hover {
  color: #E09A2A;
}.hxs-seo_body-m1f ul,.hxs-seo_body-m1f ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.hxs-seo_body-m1f ol {
  list-style: decimal;
}.hxs-seo_body-m1f li {
  color: #9A9188;
  font-size: 0.875rem;
  margin-bottom: 6px;
  line-height: 1.75;
}.hxs-seo_body-m1f table {
  width: 100%;
  overflow-x: auto;
  font-size: 0.813rem;
  border-collapse: collapse;
  display: block;
  margin-bottom: 0.75rem;
}
@media(min-width: 769px) {.hxs-seo_body-m1f table {
  display: table;
}
}.hxs-seo_body-m1f th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #C8BFAD;
  text-align: left;
}.hxs-seo_body-m1f td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 12px;
  color: #9A9188;
}.hxs-seo_cols-m1f {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 643px) {.hxs-seo_cols-m1f {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.hxs-seo_cols-m1f {
  grid-template-columns: repeat(3,1fr);
}
}.hxs-seo_col_h-m1f {
  color: #C8BFAD;
  font-weight: 700;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 7px;
}.hxs-seo_col_p-m1f {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #7E7670;
  font-size: 0.813rem;
}.hxs-seo_stats-m1f {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.hxs-seo_stat-m1f {
  flex: 1;
  padding: 0.875rem 16px;
  border-radius: 0.375rem;
  border: 1px solid rgba(200,132,30,0.18);
  background: rgba(200,132,30,0.07);
  min-width: 8.75rem;
}.hxs-seo_stat_val-m1f {
  color: #C8841E;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 0.25rem;
}.hxs-seo_stat_lb-m1f {
  overflow-wrap: break-word;
  color: #7E7670;
  font-size: 11px;
}.hxs-pmt-m1f {
  padding: 36px 1rem 0;
  background: #0C1018;
}
@media(min-width: 770px) {.hxs-pmt-m1f {
  padding: 44px 1.5rem 0;
}
}.hxs-pmt_in-m1f {
  margin: 0 auto;
  max-width: 82.5rem;
}.hxs-pmt_head-m1f {
  margin-bottom: 22px;
  max-width: 720px;
}.hxs-pmt_label-m1f {
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C8841E;
  font-size: 11px;
}.hxs-pmt_h2-m1f {
  color: #F0E8D4;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 800;
}
@media(min-width: 770px) {.hxs-pmt_h2-m1f {
  font-size: 28px;
}
}.hxs-pmt_intro-m1f {
  overflow-wrap: break-word;
  color: #7E7670;
  line-height: 1.6;
  font-size: 0.875rem;
}.hxs-pmt_groups-m1f {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.hxs-pmt_group-m1f {
  background: #131B26;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 20px;
}.hxs-pmt_group_head-m1f {
  gap: 12px;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.hxs-pmt_group_ic-m1f {
  background: rgba(200,132,30,0.18);
  border-radius: 0.25rem;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #C8841E;
  width: 36px;
  height: 36px;
}.hxs-pmt_group_ic-m1f svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 18px;
  height: 18px;
}.hxs-pmt_group_h-m1f {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: #F0E8D4;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}.hxs-pmt_group_p-m1f {
  color: #7E7670;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.6;
  margin-bottom: 0.875rem;
}.hxs-pmt_group_p-m1f strong {
  font-weight: 600;
  color: #C8BFAD;
}.hxs-pmt_table_wrap-m1f {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.hxs-pmt_table-m1f {
  font-size: 13px;
  border-collapse: collapse;
  min-width: 540px;
  width: 100%;
}.hxs-pmt_table-m1f th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  white-space: nowrap;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #C8BFAD;
  text-align: left;
}.hxs-pmt_table-m1f td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #7E7670;
}.hxs-pmt_table-m1f tbody tr:last-child td {
  border-bottom: none;
}.hxs-pmt_table-m1f tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #C8BFAD;
}.hxs-faq-m1f {
  padding: 36px 16px 0;
  background: #0C1018;
}
@media(min-width: 771px) {.hxs-faq-m1f {
  padding: 2.75rem 24px 0;
}
}.hxs-faq_in-m1f {
  margin: 0 auto;
  max-width: 82.5rem;
}.hxs-faq_head-m1f {
  margin-bottom: 20px;
}.hxs-faq_label-m1f {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #C8841E;
}.hxs-faq_h2-m1f {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  color: #F0E8D4;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.hxs-faq_h2-m1f {
  font-size: 24px;
}
}.hxs-faq_list-m1f {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.hxs-faq_item-m1f {
  background: #131B26;
  overflow: hidden;
  border-radius: 0.375rem;
  border: 1px solid rgba(255,255,255,0.10);
}.hxs-faq_q-m1f {
  gap: 0.75rem;
  transition: color .2s;
  padding: 16px 1.25rem;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  overflow-wrap: break-word;
  cursor: pointer;
  flex-wrap: wrap;
  color: #C8BFAD;
  display: flex;
}.hxs-faq_q-m1f:hover {
  color: #F0E8D4;
}.hxs-faq_q_ic-m1f {
  transition: transform .25s;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  align-items: center;
  height: 24px;
  flex-shrink: 0;
  width: 24px;
  display: flex;
  font-size: 1rem;
  justify-content: center;
  color: #C8841E;
}.hxs-faq_item-m1f.hxs-state_open-m1f .hxs-faq_q_ic-m1f {
  transform: rotate(45deg);
}.hxs-faq_a-m1f {
  padding: 0 20px 16px;
  overflow-wrap: break-word;
  line-height: 1.7;
  display: none;
  font-size: 0.813rem;
  color: #7E7670;
}.hxs-faq_item-m1f.hxs-state_open-m1f .hxs-faq_a-m1f {
  display: block;
}.hxs-faq_a-m1f strong {
  color: #C8BFAD;
  font-weight: 700;
}.hxs-faq_a-m1f a {
  text-decoration: underline;
  color: #C8841E;
}.hxs-faq_a-m1f ul,.hxs-faq_a-m1f ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.hxs-faq_a-m1f ol {
  list-style: decimal;
}.hxs-faq_a-m1f li {
  margin-bottom: 4px;
  line-height: 1.6;
}.hxs-faq_a-m1f table {
  margin: 8px 0;
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
}
@media(min-width: 770px) {.hxs-faq_a-m1f table {
  display: table;
}
}.hxs-faq_a-m1f th {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  color: #C8BFAD;
  font-weight: 700;
}.hxs-faq_a-m1f td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.375rem 0.5rem;
  color: #7E7670;
}.hxs-seo-m1f {
  background: #0C1018;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.hxs-seo-m1f {
  padding: 2.75rem 24px 0;
}
}.hxs-seo_in-m1f {
  border: 1px solid rgba(255,255,255,0.10);
  margin: 0 auto;
  padding: 28px 24px;
  background: #131B26;
  border-radius: 0.625rem;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.hxs-seo_in-m1f {
  padding: 2.25rem 40px;
}
}.hxs-seo_label-m1f {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.688rem;
  color: #C8841E;
  letter-spacing: .08em;
}.hxs-seo_h2-m1f {
  font-size: 1.25rem;
  color: #F0E8D4;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 766px) {.hxs-seo_h2-m1f {
  font-size: 1.5rem;
}
}.hxs-seo_body-m1f {
  color: #9A9188;
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
}.hxs-seo_body-m1f p {
  color: #9A9188;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.hxs-seo_body-m1f p:last-child {
  margin-bottom: 0;
}.hxs-seo_body-m1f strong {
  color: #C8BFAD;
  font-weight: 700;
}.hxs-seo_body-m1f a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8841E;
}.hxs-seo_body-m1f a:hover {
  color: #E09A2A;
}.hxs-seo_body-m1f ul,.hxs-seo_body-m1f ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.hxs-seo_body-m1f ol {
  list-style: decimal;
}.hxs-seo_body-m1f li {
  color: #9A9188;
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0.375rem;
}.hxs-seo_body-m1f table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.813rem;
  overflow-x: auto;
  display: block;
  margin-bottom: 12px;
}
@media(min-width: 771px) {.hxs-seo_body-m1f table {
  display: table;
}
}.hxs-seo_body-m1f th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #C8BFAD;
}.hxs-seo_body-m1f td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9A9188;
}.hxs-seo_cols-m1f {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width:640px) {.hxs-seo_cols-m1f {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.hxs-seo_cols-m1f {
  grid-template-columns: repeat(3,1fr);
}
}.hxs-seo_col_h-m1f {
  color: #C8BFAD;
  margin-bottom: 7px;
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 700;
}.hxs-seo_col_p-m1f {
  font-size: 13px;
  line-height: 1.65;
  color: #7E7670;
  overflow-wrap: break-word;
}.hxs-seo_stats-m1f {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.hxs-seo_stat-m1f {
  border: 1px solid rgba(200,132,30,0.18);
  flex: 1;
  padding: 14px 16px;
  background: rgba(200,132,30,0.07);
  border-radius: 6px;
  min-width: 8.75rem;
}.hxs-seo_stat_val-m1f {
  font-size: 1.25rem;
  color: #C8841E;
  font-weight: 800;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.hxs-seo_stat_lb-m1f {
  overflow-wrap: break-word;
  color: #7E7670;
  font-size: 11px;
}.hxs-ft-m1f {
  background: #080C12;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 3rem;
}.hxs-ft_support-m1f {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 765px) {.hxs-ft_support-m1f {
  padding: 28px 1.5rem;
}
}.hxs-ft_support_in-m1f {
  margin: 0 auto;
  gap: 1rem;
  max-width: 1320px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.hxs-ft_support_main-m1f {
  flex: 1;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  min-width: 13.75rem;
}.hxs-ft_support_ic-m1f {
  color: #C8841E;
  flex-shrink: 0;
}.hxs-ft_support_ic-m1f svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 30px;
  height: 30px;
}.hxs-ft_support_text_title-m1f {
  font-size: 0.938rem;
  color: #F0E8D4;
  overflow-wrap: break-word;
  margin-bottom: 3px;
  font-weight: 700;
}.hxs-ft_support_text_sub-m1f {
  color: #7E7670;
  font-size: 12px;
  overflow-wrap: break-word;
}.hxs-ft_support_btn-m1f {
  background: #C8841E;
  transition: background .2s;
  border-radius: 6px;
  padding: 11px 1.375rem;
  font-size: 0.813rem;
  color: #F0E8D4;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
}.hxs-ft_support_btn-m1f:hover {
  background: #E09A2A;
}.hxs-ft_support_contacts-m1f {
  gap: 1rem;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.hxs-ft_support_contact-m1f {
  color: #6A6460;
  font-size: 12px;
  line-height: 1.4;
}.hxs-ft_support_contact-m1f strong {
  font-weight: 600;
  color: #9A9188;
  margin-bottom: 2px;
  display: block;
  font-size: 11px;
}.hxs-ft_main-m1f {
  padding: 32px 1rem 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 771px) {.hxs-ft_main-m1f {
  padding: 40px 24px 2rem;
}
}.hxs-ft_main_in-m1f {
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 82.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.hxs-ft_main_in-m1f {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.hxs-ft_main_in-m1f {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.hxs-ft_col_logo-m1f {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.hxs-ft_col_logo-m1f {
  grid-column: auto;
}
}.hxs-ft_logo-m1f {
  gap: 0.563rem;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F0E8D4;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}.hxs-ft_logo_mark-m1f {
  border-radius: 0.25rem;
  overflow: hidden;
  width: 1.875rem;
  height: 1.875rem;
}.hxs-ft_logo_mark-m1f img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.hxs-ft_logo_sub-m1f {
  line-height: 1.55;
  color: #6A6460;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  max-width: 12.5rem;
}.hxs-ft_col_title-m1f {
  letter-spacing: .07em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  font-size: 0.75rem;
  color: #9A9188;
}.hxs-ft_col_links-m1f {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.hxs-ft_col_link-m1f {
  transition: color .2s;
  color: #6A6460;
  font-size: 13px;
  overflow-wrap: break-word;
}.hxs-ft_col_link-m1f:hover {
  color: #C8BFAD;
}.hxs-ft_apps-m1f {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.hxs-ft_app_card-m1f {
  gap: 10px;
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 10px 0.75rem;
  display: flex;
  align-items: center;
}.hxs-ft_app_card-m1f:hover {
  border-color: rgba(200,132,30,0.55);
}.hxs-ft_app_card_ic-m1f svg {
  stroke-linecap: round;
  height: 22px;
  stroke-linejoin: round;
  width: 22px;
}.hxs-ft_app_card_os-m1f {
  color: #6A6460;
  font-weight: 600;
  font-size: 10px;
}.hxs-ft_app_card_action-m1f {
  color: #C8BFAD;
  font-size: 0.75rem;
  font-weight: 700;
}.hxs-ft_bot-m1f {
  padding: 20px 16px;
}
@media(min-width: 767px) {.hxs-ft_bot-m1f {
  padding: 20px 1.5rem;
}
}.hxs-ft_bot_in-m1f {
  margin: 0 auto;
  gap: 1rem;
  max-width: 1320px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.hxs-ft_socials-m1f {
  gap: 8px;
  display: flex;
}.hxs-ft_soc-m1f {
  border: 1px solid rgba(255,255,255,0.10);
  transition: background .2s;
  border-radius: 0.25rem;
  background: rgba(255,255,255,0.05);
  align-items: center;
  width: 2.25rem;
  justify-content: center;
  color: #9A9188;
  height: 36px;
  display: flex;
}.hxs-ft_soc-m1f svg {
  stroke-linejoin: round;
  width: 1rem;
  height: 1rem;
  stroke-linecap: round;
}.hxs-ft_soc-m1f:hover {
  background: rgba(255,255,255,0.07);
}.hxs-ft_legal-m1f {
  flex: 1;
  overflow-wrap: break-word;
  color: #8C8880;
  font-size: 11px;
  min-width: 200px;
  line-height: 1.6;
}.hxs-ft_legal-m1f strong {
  color: #9A9188;
  font-weight: 700;
}.hxs-ft_legal-m1f a {
  color: #9A9188;
  text-decoration: underline;
}.hxs-ft_age-m1f {
  border: 2px solid #8C8880;
  border-radius: 50%;
  height: 2rem;
  margin-left: auto;
  color: #8C8880;
  align-items: center;
  font-size: 0.688rem;
  font-weight: 800;
  display: flex;
  flex-shrink: 0;
  width: 2rem;
  justify-content: center;
}