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