html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #0D0A07;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-family: 'Barlow', sans-serif;
  line-height: 1.6;
  color: #D4C9B8;
}.hor-layout_h39 {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.hor-page_h39 {
  min-height: 100vh;
  display: flex;
}.hor-main_h39 {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media (min-width: 1081px) {.hor-main_h39 {
  padding-left: 13.75rem;
}
}
@media (max-width: 1082px) {.hor-main_h39 {
  padding-bottom: 72px;
}
}.hor-gc_h39 {
  transition: transform .2s,border-color .2s;
  background: #131009;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  position: relative;
  flex-shrink: 0;
  width: 8.75rem;
  cursor: pointer;
}
@media(min-width: 641px) {.hor-gc_h39 {
  width: 9.75rem;
}
}
@media(min-width: 1079px) {.hor-gc_h39 {
  width: 10.5rem;
}
}.hor-gc_h39:hover {
  border-color: rgba(232, 146, 16, 0.07);
  transform: translateY(-3px);
}.hor-gc_img_h39 {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.hor-gc_img_h39 img {
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}.hor-gc_hover_h39 {
  background: rgba(8, 6, 4, 0.74);
  transition: opacity .2s;
  inset: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  opacity: 0;
}.hor-gc_h39:hover .hor-gc_hover_h39 {
  opacity: 1;
}.hor-gc_hover_btn_h39 {
  border-radius: 4px;
  background: #E89210;
  padding: 0.5rem 16px;
  font-weight: 700;
  color: #F5EEE3;
  font-size: 0.75rem;
}.hor-gc_info_h39 {
  padding: 8px 0.625rem 10px;
}.hor-gc_name_h39 {
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  margin-bottom: 3px;
  max-width: 100%;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #D4C9B8;
}.hor-gc_prov_h39 {
  font-size: 10px;
  color: #6B5E48;
}.hor-gc_tag_h39 {
  border-radius: 0.25rem;
  padding: 2px 7px;
  font-weight: 700;
  z-index: 2;
  top: 0.375rem;
  letter-spacing: .04em;
  font-size: 9px;
  text-transform: uppercase;
  position: absolute;
  left: 0.375rem;
}.hor-gc_tag_hot_h39 {
  background: #E03030;
  color: #fff;
}.hor-gc_tag_new_h39 {
  background: #29B86D;
  color: #0D0A07;
}.hor-gc_tag_jp_h39 {
  background: #F0B429;
  color: #0D0A07;
}.hor-gc_tag_ex_h39 {
  background: #C4540A;
  color: #fff;
}.hor-gc_tag_live_h39 {
  background: #E03030;
  color: #fff;
}.hor-gr_h39 {
  padding: 32px 16px 0;
  background: #0D0A07;
}
@media(min-width: 769px) {.hor-gr_h39 {
  padding: 36px 1.5rem 0;
}
}.hor-gr_in_h39 {
  margin: 0 auto;
  max-width: 83.75rem;
}.hor-gr_head_h39 {
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  align-items: center;
  display: flex;
}.hor-gr_head_l_h39 {
  gap: 10px;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}.hor-gr_ic_h39 {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 32px;
  height: 2rem;
  flex-shrink: 0;
}.hor-gr_ic_h39 svg {
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
}.hor-gr_title_h39 {
  font-weight: 700;
  font-size: 16px;
  color: #F5EEE3;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.hor-gr_title_h39 {
  font-size: 18px;
}
}.hor-gr_more_h39 {
  gap: 5px;
  transition: color .2s;
  align-items: center;
  white-space: nowrap;
  color: #8A7A62;
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
}.hor-gr_more_h39:hover {
  color: #E89210;
}.hor-gr_more_h39 svg {
  stroke-linecap: round;
  height: 0.75rem;
  stroke-linejoin: round;
  width: 12px;
}.hor-gr_arrows_h39 {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.hor-gr_arr_h39 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: background .15s,color .15s;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  color: #A8997F;
  align-items: center;
  justify-content: center;
  height: 30px;
  display: flex;
  width: 1.875rem;
}.hor-gr_arr_h39:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F5EEE3;
}.hor-gr_arr_h39 svg {
  height: 0.813rem;
  stroke-linecap: round;
  width: 0.813rem;
  stroke-linejoin: round;
}.hor-gr_seo_h_h39 {
  margin: 0 0 0.375rem;
  max-width: 42.5rem;
  color: #D4C9B8;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.hor-gr_seo_h_h39 {
  font-size: 14px;
}
}.hor-gr_seo_h39 {
  margin-bottom: 12px;
  font-size: 0.75rem;
  line-height: 1.55;
  max-width: 680px;
  color: #8A7A62;
  overflow-wrap: break-word;
}.hor-gr_seo_h39 strong {
  font-weight: 600;
  color: #D4C9B8;
}.hor-gr_scroll_h39 {
  gap: 0.625rem;
  scrollbar-width: none;
  padding-bottom: 0.625rem;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  display: flex;
}.hor-gr_scroll_h39::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.hor-gr_scroll_h39 {
  gap: 0.75rem;
}
}.hor-tb_h39 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0F0C09;
  left: 0;
  display: flex;
  z-index: 80;
  position: fixed;
  align-items: center;
  right: 0;
  top: 0;
  height: 3.5rem;
}.hor-tb_in_h39 {
  padding: 0 14px;
  gap: 0;
  width: 100%;
  align-items: center;
  height: 100%;
  display: flex;
}.hor-tb_burger_h39 {
  gap: 5px;
  border-radius: 8px;
  margin-right: 0.5rem;
  width: 2.375rem;
  flex-shrink: 0;
  align-items: center;
  flex-direction: column;
  height: 2.375rem;
  justify-content: center;
  display: flex;
}.hor-tb_burger_h39:hover {
  background: rgba(255, 255, 255, 0.05);
}.hor-tb_burger_line_h39 {
  background: #A8997F;
  border-radius: 1px;
  height: 2px;
  width: 1.125rem;
  display: block;
}
@media(min-width:1080px) {.hor-tb_burger_h39 {
  display: none;
}
}.hor-tb_logo_h39 {
  gap: 9px;
  font-size: 18px;
  display: flex;
  color: #F5EEE3;
  margin-right: 1.25rem;
  font-weight: 800;
  letter-spacing: -.01em;
  align-items: center;
  overflow-wrap: break-word;
  flex-shrink: 0;
}.hor-tb_logo_mark_h39 {
  overflow: hidden;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}.hor-tb_logo_mark_h39 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.hor-tb_nav_h39 {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width:640px) {.hor-tb_nav_h39 {
  display: flex;
}
}.hor-tb_tab_h39 {
  transition: background .15s,color .15s;
  border-radius: 8px;
  padding: 0.5rem 0.875rem;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 600;
  color: #A8997F;
}.hor-tb_tab_h39:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EEE3;
}.hor-tb_tab_h39.hor-state_active_h39 {
  background: rgba(232, 146, 16, 0.18);
  color: #F5EEE3;
}.hor-tb_right_h39 {
  gap: 0.5rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  margin-left: auto;
}.hor-tb_login_h39 {
  background: rgba(255, 255, 255, 0.05);
  padding: 9px 16px;
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  font-size: 0.813rem;
  font-weight: 600;
  display: none;
  color: #D4C9B8;
}.hor-tb_login_h39:hover {
  border-color: rgba(232, 146, 16, 0.55);
  color: #F5EEE3;
}
@media(min-width: 477px) {.hor-tb_login_h39 {
  display: block;
}
}.hor-tb_reg_h39 {
  background: #29B86D;
  padding: 0.563rem 18px;
  transition: background .2s;
  border-radius: 0.5rem;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #0D0A07;
  font-weight: 700;
}.hor-tb_reg_h39:hover {
  background: #22A560;
}.hor-sb_h39 {
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  background: #181310;
  left: 0;
  bottom: 0;
  top: 56px;
  z-index: 70;
  overflow-y: auto;
  position: fixed;
  width: 13.75rem;
}.hor-sb_h39.hor-state_open_h39 {
  transform: translateX(0);
}.hor-sb_h39::-webkit-scrollbar {
  width: 4px;
}.hor-sb_h39::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1077px) {.hor-sb_h39 {
  transform: translateX(0);
}
}.hor-sb_auth_h39 {
  padding: 0.875rem 0.75rem 10px;
}.hor-sb_btn_reg_h39 {
  border-radius: 0.5rem;
  background: #29B86D;
  transition: background .2s;
  padding: 11px;
  display: block;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
  color: #0D0A07;
  font-size: 0.813rem;
}.hor-sb_btn_reg_h39:hover {
  background: #22A560;
}.hor-sb_btn_login_h39 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s;
  padding: 10px;
  display: block;
  text-align: center;
  font-weight: 600;
  color: #D4C9B8;
  font-size: 13px;
}.hor-sb_btn_login_h39:hover {
  border-color: rgba(232, 146, 16, 0.55);
  color: #F5EEE3;
}.hor-sb_promo_h39 {
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 12px 0.875rem;
  background: linear-gradient(135deg,#3A1A04,#181310);
  border: 1px solid rgba(232, 146, 16, 0.18);
  margin: 0 12px 10px;
  position: relative;
}.hor-sb_promo_h39::before {
  background: radial-gradient(circle,rgba(232, 146, 16, 0.18),transparent 70%);
  border-radius: 50%;
  right: -1.25rem;
  position: absolute;
  top: -1.25rem;
  height: 5rem;
  content: '';
  width: 80px;
}.hor-sb_promo_title_h39 {
  letter-spacing: .06em;
  font-weight: 700;
  margin-bottom: 0.25rem;
  font-size: 11px;
  text-transform: uppercase;
  color: #E89210;
}.hor-sb_promo_text_h39 {
  color: #F5EEE3;
  line-height: 1.35;
  font-size: 12px;
  font-weight: 600;
  overflow-wrap: break-word;
}.hor-sb_promo_sub_h39 {
  color: #8A7A62;
  margin-top: 3px;
  font-size: 10px;
}.hor-sb_nav_h39 {
  padding: 0.375rem 8px 16px;
}.hor-sb_nav_lb_h39 {
  padding: 0.625rem 0.5rem 6px;
  font-size: 0.625rem;
  color: #6B5E48;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.hor-sb_link_h39 {
  transition: background .15s,color .15s;
  border-radius: 0.25rem;
  padding: 9px 0.625rem;
  gap: 10px;
  align-items: center;
  overflow-wrap: break-word;
  color: #A8997F;
  display: flex;
  font-weight: 500;
  font-size: 0.813rem;
  cursor: pointer;
}.hor-sb_link_h39:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EEE3;
}.hor-sb_link_h39.hor-state_active_h39 {
  background: rgba(232, 146, 16, 0.18);
  color: #F5EEE3;
}.hor-sb_ic_h39 {
  border-radius: 4px;
  width: 30px;
  display: flex;
  height: 30px;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}.hor-sb_ic_h39 svg {
  stroke-linecap: round;
  height: 16px;
  stroke-linejoin: round;
  width: 1rem;
}.hor-sb_ic_1_h39 {
  background: rgba(232, 146, 16, 0.07);
  color: #E89210;
}.hor-sb_ic_2_h39 {
  background: rgba(41, 184, 109, 0.16);
  color: #29B86D;
}.hor-sb_ic_3_h39 {
  background: rgba(240, 180, 41, 0.15);
  color: #F0B429;
}.hor-sb_ic_4_h39 {
  background: rgba(196, 84, 10, 0.22);
  color: #C4540A;
}.hor-sb_ic_5_h39 {
  background: rgba(232, 146, 16, 0.07);
  color: #EF4E8A;
}.hor-sb_ic_6_h39 {
  background: rgba(196, 84, 10, 0.22);
  color: #9B4DCA;
}.hor-sb_badge_h39 {
  padding: 2px 0.438rem;
  border-radius: 4px;
  background: #F0B429;
  margin-left: auto;
  font-weight: 700;
  font-size: 0.563rem;
  color: #0D0A07;
}.hor-sb_bot_h39 {
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.hor-sb_lang_h39,.hor-sb_help_h39 {
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 9px 6px;
  transition: border-color .2s;
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  gap: 0.375rem;
  display: flex;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  color: #A8997F;
}.hor-sb_lang_h39:hover,.hor-sb_help_h39:hover {
  border-color: rgba(232, 146, 16, 0.55);
  color: #F5EEE3;
}.hor-sb_lang_h39 svg,.hor-sb_help_h39 svg {
  stroke-linejoin: round;
  height: 13px;
  width: 13px;
  stroke-linecap: round;
}.hor-sb_bd_h39 {
  background: rgba(8, 6, 4, 0.74);
  inset: 0;
  position: fixed;
  z-index: 69;
  display: none;
}.hor-sb_bd_h39.hor-state_on_h39 {
  display: block;
}
@media(min-width: 1077px) {.hor-sb_bd_h39 {
  display: none!important;
}
}.hor-mob_nav_h39 {
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  background: #181310;
  right: 0;
  display: flex;
  left: 0;
  z-index: 80;
  position: fixed;
  bottom: 0;
}
@media(min-width: 1082px) {.hor-mob_nav_h39 {
  display: none;
}
}.hor-mob_nav_item_h39 {
  flex: 1;
  padding: 0.25rem 2px;
  gap: 0.25rem;
  align-items: center;
  flex-direction: column;
  display: flex;
  color: #6B5E48;
  cursor: pointer;
}.hor-mob_nav_ic_h39 {
  line-height: 1;
}.hor-mob_nav_ic_h39 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.25rem;
  width: 20px;
}.hor-mob_nav_lb_h39 {
  font-size: 0.625rem;
  color: #6B5E48;
  font-weight: 600;
}.hor-mob_nav_item_h39.hor-state_active_h39 {
  color: #E89210;
}.hor-mob_nav_item_h39.hor-state_active_h39 .hor-mob_nav_lb_h39 {
  color: #E89210;
}.hor-hero_h39 {
  padding: 1.25rem 16px 0;
  background: #0D0A07;
}
@media(min-width: 769px) {.hor-hero_h39 {
  padding: 24px 1.5rem 0;
}
}.hor-hero_in_h39 {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  max-width: 83.75rem;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.hor-hero_in_h39 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width:1100px) {.hor-hero_in_h39 {
  grid-template-columns: 1fr 340px;
}
}.hor-hero_promo_h39 {
  border-radius: 12px;
  overflow: hidden;
  background: #131009;
  position: relative;
  min-height: 220px;
  align-items: stretch;
  display: flex;
}
@media(min-width: 771px) {.hor-hero_promo_h39 {
  min-height: 17.5rem;
}
}.hor-hero_promo_bg_h39 {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#3A1A04 0%,#0D0A07 100%);
  position: absolute;
  background-size: cover;
}.hor-hero_promo_bg_h39::after {
  inset: 0;
  background: linear-gradient(90deg,#0D0A07 0%,rgba(8, 6, 4, 0.74) 60%,transparent 100%);
  content: '';
  position: absolute;
}.hor-hero_promo_glow_h39 {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(196, 84, 10, 0.22) 0%,transparent 65%);
  position: absolute;
  top: -2.5rem;
  height: 300px;
  right: 3.75rem;
  pointer-events: none;
  width: 18.75rem;
}.hor-hero_promo_ct_h39 {
  padding: 28px 24px 1.75rem 1.75rem;
  justify-content: center;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 480px;
}
@media(min-width: 766px) {.hor-hero_promo_ct_h39 {
  padding: 2.5rem 32px;
}
}.hor-hero_badge_h39 {
  border: 1px solid rgba(232, 146, 16, 0.07);
  border-radius: 20px;
  padding: 0.313rem 0.75rem;
  background: rgba(232, 146, 16, 0.18);
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 0.875rem;
  letter-spacing: .08em;
  display: inline-block;
  color: #E89210;
  text-transform: uppercase;
}.hor-hero_h1_h39 {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  line-height: 1.15;
  color: #F5EEE3;
  font-size: 26px;
}.hor-hero_h1_h39 em {
  font-style: normal;
  color: #F0B429;
}
@media(min-width:768px) {.hor-hero_h1_h39 {
  font-size: 2.25rem;
}
}.hor-hero_sub_h39 {
  font-size: 13px;
  color: #A8997F;
  margin-bottom: 20px;
  line-height: 1.55;
}
@media(min-width:768px) {.hor-hero_sub_h39 {
  font-size: 14px;
}
}.hor-hero_row_h39 {
  gap: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.hor-hero_cta_h39 {
  transition: background .2s;
  border-radius: 8px;
  padding: 0.813rem 26px;
  background: #29B86D;
  box-shadow: 0 0 18px 0.25rem rgba(41, 184, 109, 0.38), 3px 5px 0.75rem rgba(8, 6, 4, 0.65);
  font-weight: 700;
  font-size: 0.875rem;
  color: #0D0A07;
}.hor-hero_cta_h39:hover {
  background: #22A560;
}.hor-hero_terms_h39 {
  font-size: 0.688rem;
  color: #6B5E48;
}.hor-hero_game_h39 {
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  border-radius: 0.75rem;
  background: #131009;
  display: flex;
  flex-direction: column;
  position: relative;
}.hor-hero_game_badge_h39 {
  background: rgba(240, 180, 41, 0.15);
  border-radius: 1.25rem;
  padding: 0.313rem 0.625rem;
  border: 1px solid rgba(240, 180, 41, 0.15);
  font-weight: 700;
  font-size: 0.625rem;
  color: #F0B429;
  top: 12px;
  text-transform: uppercase;
  position: absolute;
  letter-spacing: .06em;
  z-index: 3;
  left: 12px;
}.hor-hero_game_badge_h39 svg {
  margin-right: 4px;
  height: 11px;
  width: 0.688rem;
  vertical-align: -1px;
}.hor-hero_game_img_h39 {
  overflow: hidden;
  background: linear-gradient(135deg,#3A1A04,#0D0A07);
  padding-bottom: 60%;
  position: relative;
}.hor-hero_game_img_h39 img {
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}.hor-hero_game_play_h39 {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8, 6, 4, 0.74);
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  display: flex;
}.hor-hero_game_h39:hover .hor-hero_game_play_h39 {
  opacity: 1;
}.hor-hero_game_play_h39 span {
  border-radius: 50%;
  background: #E89210;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 3.25rem;
  height: 3.25rem;
}.hor-hero_game_play_h39 span svg {
  margin-left: 2px;
  height: 1.125rem;
  width: 18px;
}.hor-hero_game_info_h39 {
  padding: 0.875rem 16px;
}.hor-hero_game_title_h39 {
  font-weight: 700;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-size: 15px;
  color: #F5EEE3;
}.hor-hero_game_provider_h39 {
  font-size: 0.688rem;
  color: #8A7A62;
}.hor-hero_game_btn_h39 {
  background: #E89210;
  transition: background .2s;
  padding: 11px;
  margin: 12px 16px 16px;
  border-radius: 0.5rem;
  color: #F5EEE3;
  display: block;
  font-weight: 700;
  text-align: center;
  font-size: 13px;
}.hor-hero_game_h39:hover .hor-hero_game_btn_h39 {
  background: #F5A828;
}.hor-wy_h39 {
  padding: 2rem 16px 0;
  background: #0D0A07;
}
@media(min-width: 769px) {.hor-wy_h39 {
  padding: 40px 24px 0;
}
}.hor-wy_in_h39 {
  margin: 0 auto;
  max-width: 83.75rem;
}.hor-wy_head_h39 {
  margin-bottom: 1.125rem;
  max-width: 45rem;
}.hor-wy_label_h39 {
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #E89210;
  font-weight: 700;
}.hor-wy_h2_h39 {
  font-family: 'Oswald', sans-serif;
  color: #F5EEE3;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 8px;
}
@media(min-width: 769px) {.hor-wy_h2_h39 {
  font-size: 24px;
}
}.hor-wy_intro_h39 {
  margin: 0;
  font-size: 0.813rem;
  color: #8A7A62;
  line-height: 1.6;
}.hor-wy_grid_h39 {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.hor-wy_grid_h39 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.hor-wy_grid_h39 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.hor-wy_card_h39 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1.25rem;
  background: #181310;
  border-radius: 8px;
  transition: border-color .2s,transform .2s;
}.hor-wy_card_h39:hover {
  transform: translateY(-2px);
  border-color: rgba(232, 146, 16, 0.07);
}.hor-wy_card_ic_h39 {
  border-radius: 50%;
  background: rgba(232, 146, 16, 0.18);
  align-items: center;
  color: #E89210;
  display: flex;
  margin-bottom: 0.875rem;
  width: 44px;
  justify-content: center;
  height: 2.75rem;
}.hor-wy_card_ic_h39 svg {
  height: 1.375rem;
  width: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.hor-wy_card_h_h39 {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 6px;
  color: #F5EEE3;
  line-height: 1.25;
}.hor-wy_card_p_h39 {
  color: #8A7A62;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
}.hor-wy_card_p_h39 strong {
  font-weight: 600;
  color: #D4C9B8;
}.hor-gcg_h39 {
  padding: 2.25rem 16px 0;
  background: #0D0A07;
}
@media(min-width: 766px) {.hor-gcg_h39 {
  padding: 44px 24px 0;
}
}.hor-gcg_in_h39 {
  margin: 0 auto;
  max-width: 83.75rem;
}.hor-gcg_head_h39 {
  max-width: 45rem;
  margin-bottom: 20px;
}.hor-gcg_label_h39 {
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #E89210;
}.hor-gcg_h2_h39 {
  font-size: 22px;
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
  color: #F5EEE3;
  margin-bottom: 0.5rem;
  font-weight: 800;
}
@media(min-width: 769px) {.hor-gcg_h2_h39 {
  font-size: 1.75rem;
}
}.hor-gcg_intro_h39 {
  color: #8A7A62;
  font-size: 0.813rem;
  line-height: 1.6;
}.hor-gcg_grid_h39 {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.hor-gcg_grid_h39 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.hor-gcg_grid_h39 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.hor-gcg_card_h39 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  overflow: hidden;
  border-radius: 12px;
  transition: transform .2s,border-color .2s;
  padding: 1.25rem;
  min-height: 15rem;
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  justify-content: flex-end;
}.hor-gcg_card_h39:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 146, 16, 0.18);
}.hor-gcg_card_bg_h39 {
  inset: 0;
  z-index: 0;
  position: absolute;
}.hor-gcg_card_bg_h39::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.hor-gcg_card_ic_h39 {
  background: rgba(0,0,0,.45);
  border-radius: 0.25rem;
  z-index: 2;
  width: 40px;
  justify-content: center;
  top: 1.125rem;
  right: 18px;
  align-items: center;
  height: 40px;
  color: #F5EEE3;
  position: absolute;
  display: flex;
}.hor-gcg_card_ic_h39 svg {
  stroke-linejoin: round;
  width: 20px;
  height: 1.25rem;
  stroke-linecap: round;
}.hor-gcg_card_ct_h39 {
  position: relative;
  z-index: 1;
}.hor-gcg_card_h_h39 {
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
  color: #F5EEE3;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}
@media(min-width: 765px) {.hor-gcg_card_h_h39 {
  font-size: 1.25rem;
}
}.hor-gcg_card_p_h39 {
  line-height: 1.55;
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
  margin-bottom: 10px;
  font-size: 12px;
}.hor-gcg_card_p_h39 strong {
  color: #F5EEE3;
  font-weight: 600;
}.hor-gcg_card_cta_h39 {
  gap: 0.25rem;
  font-size: 12px;
  text-transform: uppercase;
  align-items: center;
  color: #E89210;
  letter-spacing: .04em;
  display: inline-flex;
  font-weight: 700;
}.hor-gcg_card_cta_h39 svg {
  stroke-linecap: round;
  height: 0.75rem;
  stroke-linejoin: round;
  width: 12px;
}.hor-ws_h39 {
  background: #0D0A07;
  padding: 32px 16px 0;
}
@media(min-width: 767px) {.hor-ws_h39 {
  padding: 36px 1.5rem 0;
}
}.hor-ws_in_h39 {
  margin: 0 auto;
  max-width: 83.75rem;
}.hor-ws_head_h39 {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 14px;
  align-items: center;
}.hor-ws_title_h39 {
  gap: 0.625rem;
  flex-wrap: wrap;
  color: #F5EEE3;
  display: flex;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
  align-items: center;
  font-size: 1rem;
}.hor-ws_title_ic_h39 svg {
  width: 18px;
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #F0B429;
}.hor-ws_online_h39 {
  gap: 7px;
  display: flex;
  color: #8A7A62;
  font-weight: 600;
  align-items: center;
  font-size: 0.75rem;
}.hor-ws_online_dot_h39 {
  border-radius: 50%;
  background: #29B86D;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 6px rgba(41, 184, 109, 0.16);
  flex-shrink: 0;
}.hor-ws_scroll_h39 {
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
}.hor-ws_scroll_h39::-webkit-scrollbar {
  display: none;
}.hor-wc_h39 {
  border-radius: 0.5rem;
  padding: 10px 0.875rem;
  gap: 10px;
  background: #131009;
  border: 1px solid rgba(255, 255, 255, 0.11);
  align-items: center;
  min-width: 220px;
  display: flex;
  flex-shrink: 0;
}.hor-wc_img_h39 {
  background: #181310;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  height: 2.25rem;
  width: 2.25rem;
}.hor-wc_img_h39 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.hor-wc_info_h39 {
  min-width: 0;
}.hor-wc_game_h39 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  color: #D4C9B8;
}.hor-wc_player_h39 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6B5E48;
  font-size: 0.625rem;
}.hor-wc_amount_h39 {
  color: #29B86D;
  margin-left: auto;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.813rem;
  flex-shrink: 0;
}.hor-app_h39 {
  padding: 36px 16px 0;
  background: #0D0A07;
}
@media(min-width: 766px) {.hor-app_h39 {
  padding: 2.75rem 1.5rem 0;
}
}.hor-app_in_h39 {
  margin: 0 auto;
  max-width: 83.75rem;
}.hor-app_head_h39 {
  margin-bottom: 16px;
}.hor-app_label_h39 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #E89210;
  margin-bottom: 0.5rem;
  font-size: 11px;
}.hor-app_h2_h39 {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 0.375rem;
  color: #F5EEE3;
}
@media(min-width: 770px) {.hor-app_h2_h39 {
  font-size: 24px;
}
}.hor-app_sub_h39 {
  font-size: 0.813rem;
  max-width: 37.5rem;
  color: #8A7A62;
  overflow-wrap: break-word;
  line-height: 1.6;
}.hor-app_sub_h39 strong {
  color: #D4C9B8;
  font-weight: 700;
}.hor-app_cards_h39 {
  gap: 10px;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.hor-app_cards_h39 {
  grid-template-columns: repeat(3,1fr);
}
}.hor-app_card_h39 {
  gap: 16px;
  padding: 1.25rem;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
}.hor-app_card_ios_h39 {
  background: linear-gradient(135deg,rgba(232, 146, 16, 0.18) 0%,#181310 100%);
}.hor-app_card_android_h39 {
  background: linear-gradient(135deg,rgba(41, 184, 109, 0.16) 0%,#181310 100%);
}.hor-app_card_win_h39 {
  background: linear-gradient(135deg,rgba(240, 180, 41, 0.15) 0%,#181310 100%);
}.hor-app_card_ic_h39 svg {
  stroke-linecap: round;
  height: 34px;
  width: 2.125rem;
  stroke-linejoin: round;
}.hor-app_card_ic_h39 {
  flex-shrink: 0;
  color: #F5EEE3;
}.hor-app_card_os_h39 {
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  color: #8A7A62;
  font-size: 10px;
  font-weight: 700;
}.hor-app_card_title_h39 {
  margin-bottom: 0.375rem;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  color: #F5EEE3;
  line-height: 1.2;
}.hor-app_card_text_h39 {
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.5;
  color: #8A7A62;
}.hor-app_card_btn_h39 {
  gap: 0.438rem;
  border: 1px solid rgba(232, 146, 16, 0.55);
  background: rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  padding: 0.625rem 18px;
  transition: background .2s;
  color: #F5EEE3;
  align-items: center;
  font-size: 0.813rem;
  font-weight: 700;
  display: inline-flex;
}.hor-app_card_btn_h39:hover {
  background: rgba(255, 255, 255, 0.07);
}.hor-bon_h39 {
  padding: 36px 1rem 0;
  background: #0D0A07;
}
@media(min-width: 771px) {.hor-bon_h39 {
  padding: 44px 1.5rem 0;
}
}.hor-bon_in_h39 {
  margin: 0 auto;
  max-width: 83.75rem;
}.hor-bon_head_h39 {
  margin-bottom: 1.25rem;
}.hor-bon_label_h39 {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #E89210;
  font-size: 0.688rem;
}.hor-bon_h2_h39 {
  color: #F5EEE3;
  margin-bottom: 8px;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.hor-bon_h2_h39 {
  font-size: 24px;
}
}.hor-bon_seo_h39 {
  color: #8A7A62;
  overflow-wrap: break-word;
  max-width: 38.75rem;
  font-size: 0.813rem;
  line-height: 1.6;
}.hor-bon_seo_h39 strong {
  color: #D4C9B8;
  font-weight: 700;
}.hor-bon_seo_h39 a {
  text-decoration: underline;
  color: #E89210;
}.hor-bon_grid_h39 {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 642px) {.hor-bon_grid_h39 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.hor-bon_grid_h39 {
  grid-template-columns: repeat(5,1fr);
}
}.hor-bon_card_h39 {
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
  background: #131009;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1rem;
}.hor-bon_card_h39:hover {
  border-color: rgba(232, 146, 16, 0.07);
  transform: translateY(-2px);
}.hor-bon_card_ic_h39 svg {
  height: 1.625rem;
  stroke-linejoin: round;
  width: 26px;
  stroke-linecap: round;
}.hor-bon_card_ic_h39 {
  margin-bottom: 0.625rem;
}.hor-bon_card_type_h39 {
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 0.625rem;
  color: #8A7A62;
}.hor-bon_card_amount_h39 {
  line-height: 1.1;
  color: #F0B429;
  margin-bottom: 6px;
  font-size: 1.125rem;
  font-weight: 800;
}.hor-bon_card_name_h39 {
  font-weight: 600;
  color: #F5EEE3;
  margin-bottom: 0.5rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.hor-bon_card_detail_h39 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 8px;
  color: #6B5E48;
  overflow-wrap: break-word;
  font-size: 11px;
  line-height: 1.5;
}.hor-prov_h39 {
  background: #0D0A07;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.hor-prov_h39 {
  padding: 44px 24px 0;
}
}.hor-prov_in_h39 {
  margin: 0 auto;
  max-width: 1340px;
}.hor-prov_head_h39 {
  margin-bottom: 1rem;
}.hor-prov_label_h39 {
  color: #E89210;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.hor-prov_h2_h39 {
  font-size: 1.25rem;
  color: #F5EEE3;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
}
@media(min-width: 769px) {.hor-prov_h2_h39 {
  font-size: 1.5rem;
}
}.hor-prov_seo_h39 {
  line-height: 1.6;
  max-width: 38.75rem;
  font-size: 0.813rem;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
  color: #8A7A62;
}.hor-prov_seo_h39 strong {
  color: #D4C9B8;
  font-weight: 700;
}.hor-prov_seo_h39 a {
  text-decoration: underline;
  color: #E89210;
}.hor-prov_grid_h39 {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 643px) {.hor-prov_grid_h39 {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.hor-prov_grid_h39 {
  grid-template-columns: repeat(8,1fr);
}
}.hor-prov_card_h39 {
  border-radius: 0.5rem;
  gap: 7px;
  padding: 0.875rem 0.625rem;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #131009;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  align-items: center;
}.hor-prov_card_h39:hover {
  background: #181310;
  border-color: rgba(232, 146, 16, 0.55);
}.hor-prov_logo_h39 {
  border-radius: 0.25rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 2.75rem;
}.hor-prov_logo_h39 img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.hor-prov_name_h39 {
  font-size: 11px;
  color: #A8997F;
  overflow-wrap: break-word;
  font-weight: 600;
  text-align: center;
}.hor-reg_h39 {
  background: #0D0A07;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.hor-reg_h39 {
  padding: 2.75rem 1.5rem 0;
}
}.hor-reg_in_h39 {
  padding: 1.75rem 24px;
  background: #181310;
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin: 0 auto;
  border-radius: 0.75rem;
  max-width: 1340px;
}
@media(min-width: 765px) {.hor-reg_in_h39 {
  padding: 40px;
}
}.hor-reg_top_h39 {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.hor-reg_top_h39 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.hor-reg_label_h39 {
  font-size: 0.688rem;
  font-weight: 700;
  color: #E89210;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
}.hor-reg_h2_h39 {
  margin-bottom: 0.75rem;
  font-weight: 800;
  line-height: 1.2;
  color: #F5EEE3;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
  font-size: 22px;
}
@media(min-width: 771px) {.hor-reg_h2_h39 {
  font-size: 28px;
}
}.hor-reg_bonus_h39 {
  gap: 8px;
  border-radius: 8px;
  border: 1px solid rgba(240, 180, 41, 0.15);
  padding: 10px 16px;
  background: rgba(240, 180, 41, 0.15);
  margin-bottom: 16px;
  align-items: center;
  display: inline-flex;
}.hor-reg_bonus_amount_h39 {
  font-size: 20px;
  color: #F0B429;
  font-weight: 800;
}.hor-reg_bonus_text_h39 {
  color: #A8997F;
  font-size: 0.813rem;
  line-height: 1.35;
}.hor-reg_cta_btn_h39 {
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 14px 32px;
  background: #29B86D;
  margin-bottom: 0.75rem;
  font-size: 15px;
  font-weight: 700;
  color: #0D0A07;
  display: inline-block;
  box-shadow: 0 0 1.125rem 4px rgba(41, 184, 109, 0.38), 3px 0.313rem 0.75rem rgba(8, 6, 4, 0.65);
}.hor-reg_cta_btn_h39:hover {
  background: #22A560;
}.hor-reg_terms_h39 {
  color: #6B5E48;
  font-size: 0.688rem;
  line-height: 1.5;
}.hor-reg_seo_h39 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.65;
  padding-top: 20px;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-top: 1.25rem;
  color: #8A7A62;
}.hor-reg_seo_h39 p {
  color: #8A7A62;
  margin-bottom: 0.625rem;
  line-height: 1.65;
  font-size: 0.813rem;
}.hor-reg_seo_h39 p:last-child {
  margin-bottom: 0;
}.hor-reg_seo_h39 strong {
  font-weight: 700;
  color: #D4C9B8;
}.hor-reg_seo_h39 a {
  transition: color .2s;
  text-decoration: underline;
  color: #E89210;
}.hor-reg_seo_h39 a:hover {
  color: #F5A828;
}.hor-reg_seo_h39 ul,.hor-reg_seo_h39 ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.hor-reg_seo_h39 ol {
  list-style: decimal;
}.hor-reg_seo_h39 li {
  margin-bottom: 4px;
  color: #8A7A62;
  line-height: 1.65;
  font-size: 0.813rem;
}.hor-reg_seo_h39 table {
  font-size: 13px;
  margin-bottom: 10px;
  border-collapse: collapse;
  display: block;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 769px) {.hor-reg_seo_h39 table {
  display: table;
}
}.hor-reg_seo_h39 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  color: #D4C9B8;
  font-weight: 700;
  text-align: left;
}.hor-reg_seo_h39 td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8A7A62;
}.hor-reg_steps_h39 {
  gap: 0.875rem;
  flex-direction: column;
  display: flex;
  margin-top: 1.75rem;
}
@media(min-width: 861px) {.hor-reg_steps_h39 {
  margin-top: 0;
}
}.hor-reg_step_h39 {
  padding: 1rem;
  gap: 0.875rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.hor-reg_step_num_h39 {
  background: rgba(232, 146, 16, 0.18);
  border: 1px solid rgba(232, 146, 16, 0.07);
  border-radius: 50%;
  font-weight: 800;
  display: flex;
  align-items: center;
  color: #E89210;
  height: 34px;
  width: 34px;
  font-size: 0.875rem;
  flex-shrink: 0;
  justify-content: center;
}.hor-reg_step_title_h39 {
  font-size: 0.875rem;
  font-weight: 700;
  color: #F5EEE3;
  margin-bottom: 3px;
}.hor-reg_step_text_h39 {
  color: #8A7A62;
  line-height: 1.5;
  font-size: 0.75rem;
}.hor-reg_trust_h39 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  margin-top: 20px;
  display: flex;
  padding-top: 20px;
  flex-wrap: wrap;
}.hor-reg_trust_item_h39 {
  gap: 0.438rem;
  font-size: 0.75rem;
  color: #8A7A62;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
}.hor-reg_trust_ic_h39 svg {
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #E89210;
  width: 16px;
}.hor-seo_h39 {
  padding: 36px 1rem 0;
  background: #0D0A07;
}
@media(min-width: 769px) {.hor-seo_h39 {
  padding: 2.75rem 24px 0;
}
}.hor-seo_in_h39 {
  padding: 1.75rem 24px;
  margin: 0 auto;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #181310;
  max-width: 1340px;
}
@media(min-width: 770px) {.hor-seo_in_h39 {
  padding: 36px 2.5rem;
}
}.hor-seo_label_h39 {
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #E89210;
  letter-spacing: .08em;
  margin-bottom: 10px;
}.hor-seo_h2_h39 {
  line-height: 1.25;
  margin-bottom: 14px;
  font-size: 1.25rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F5EEE3;
}
@media(min-width: 770px) {.hor-seo_h2_h39 {
  font-size: 24px;
}
}.hor-seo_body_h39 {
  line-height: 1.75;
  color: #A8997F;
  font-size: 14px;
  overflow-wrap: break-word;
}.hor-seo_body_h39 p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A8997F;
}.hor-seo_body_h39 p:last-child {
  margin-bottom: 0;
}.hor-seo_body_h39 strong {
  font-weight: 700;
  color: #D4C9B8;
}.hor-seo_body_h39 a {
  transition: color .2s;
  text-decoration: underline;
  color: #E89210;
}.hor-seo_body_h39 a:hover {
  color: #F5A828;
}.hor-seo_body_h39 ul,.hor-seo_body_h39 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.hor-seo_body_h39 ol {
  list-style: decimal;
}.hor-seo_body_h39 li {
  color: #A8997F;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
}.hor-seo_body_h39 table {
  display: block;
  overflow-x: auto;
  margin-bottom: 0.75rem;
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
}
@media(min-width: 771px) {.hor-seo_body_h39 table {
  display: table;
}
}.hor-seo_body_h39 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  text-align: left;
  font-weight: 700;
  color: #D4C9B8;
}.hor-seo_body_h39 td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A8997F;
}.hor-seo_cols_h39 {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.hor-seo_cols_h39 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.hor-seo_cols_h39 {
  grid-template-columns: repeat(3,1fr);
}
}.hor-seo_col_h_h39 {
  margin-bottom: 0.438rem;
  font-weight: 700;
  color: #D4C9B8;
  overflow-wrap: break-word;
  font-size: 13px;
}.hor-seo_col_p_h39 {
  color: #8A7A62;
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.hor-seo_stats_h39 {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.hor-seo_stat_h39 {
  flex: 1;
  background: rgba(232, 146, 16, 0.07);
  border-radius: 8px;
  border: 1px solid rgba(232, 146, 16, 0.18);
  padding: 0.875rem 16px;
  min-width: 140px;
}.hor-seo_stat_val_h39 {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  color: #E89210;
}.hor-seo_stat_lb_h39 {
  overflow-wrap: break-word;
  color: #8A7A62;
  font-size: 0.688rem;
}.hor-seo_h39 {
  padding: 36px 16px 0;
  background: #0D0A07;
}
@media(min-width: 771px) {.hor-seo_h39 {
  padding: 44px 1.5rem 0;
}
}.hor-seo_in_h39 {
  background: #181310;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  margin: 0 auto;
  padding: 28px 1.5rem;
  max-width: 1340px;
}
@media(min-width: 766px) {.hor-seo_in_h39 {
  padding: 2.25rem 40px;
}
}.hor-seo_label_h39 {
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: .08em;
  color: #E89210;
}.hor-seo_h2_h39 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
  color: #F5EEE3;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-family: 'Oswald', sans-serif;
}
@media(min-width:768px) {.hor-seo_h2_h39 {
  font-size: 1.5rem;
}
}.hor-seo_body_h39 {
  overflow-wrap: break-word;
  color: #A8997F;
  line-height: 1.75;
  font-size: 14px;
}.hor-seo_body_h39 p {
  margin-bottom: 12px;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A8997F;
}.hor-seo_body_h39 p:last-child {
  margin-bottom: 0;
}.hor-seo_body_h39 strong {
  color: #D4C9B8;
  font-weight: 700;
}.hor-seo_body_h39 a {
  transition: color .2s;
  color: #E89210;
  text-decoration: underline;
}.hor-seo_body_h39 a:hover {
  color: #F5A828;
}.hor-seo_body_h39 ul,.hor-seo_body_h39 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.hor-seo_body_h39 ol {
  list-style: decimal;
}.hor-seo_body_h39 li {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #A8997F;
  margin-bottom: 0.375rem;
}.hor-seo_body_h39 table {
  display: block;
  font-size: 13px;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 12px;
  width: 100%;
}
@media(min-width: 769px) {.hor-seo_body_h39 table {
  display: table;
}
}.hor-seo_body_h39 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #D4C9B8;
}.hor-seo_body_h39 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #A8997F;
}.hor-seo_cols_h39 {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width:640px) {.hor-seo_cols_h39 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.hor-seo_cols_h39 {
  grid-template-columns: repeat(3,1fr);
}
}.hor-seo_col_h_h39 {
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #D4C9B8;
}.hor-seo_col_p_h39 {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  color: #8A7A62;
}.hor-seo_stats_h39 {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.hor-seo_stat_h39 {
  border-radius: 8px;
  background: rgba(232, 146, 16, 0.07);
  flex: 1;
  padding: 0.875rem 16px;
  border: 1px solid rgba(232, 146, 16, 0.18);
  min-width: 140px;
}.hor-seo_stat_val_h39 {
  font-size: 1.25rem;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #E89210;
  font-weight: 800;
}.hor-seo_stat_lb_h39 {
  overflow-wrap: break-word;
  color: #8A7A62;
  font-size: 11px;
}.hor-faq_h39 {
  padding: 2.25rem 1rem 0;
  background: #0D0A07;
}
@media(min-width: 767px) {.hor-faq_h39 {
  padding: 2.75rem 24px 0;
}
}.hor-faq_in_h39 {
  margin: 0 auto;
  max-width: 83.75rem;
}.hor-faq_head_h39 {
  margin-bottom: 20px;
}.hor-faq_label_h39 {
  letter-spacing: .08em;
  color: #E89210;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.688rem;
}.hor-faq_h2_h39 {
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #F5EEE3;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.hor-faq_h2_h39 {
  font-size: 1.5rem;
}
}.hor-faq_list_h39 {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.hor-faq_item_h39 {
  border-radius: 0.5rem;
  background: #181310;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.hor-faq_q_h39 {
  padding: 1rem 20px;
  transition: color .2s;
  gap: 0.75rem;
  overflow-wrap: break-word;
  font-weight: 600;
  cursor: pointer;
  color: #D4C9B8;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  align-items: center;
  justify-content: space-between;
}.hor-faq_q_h39:hover {
  color: #F5EEE3;
}.hor-faq_q_ic_h39 {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  color: #E89210;
  flex-shrink: 0;
  height: 24px;
  font-size: 16px;
  width: 1.5rem;
  align-items: center;
  display: flex;
}.hor-faq_item_h39.hor-state_open_h39 .hor-faq_q_ic_h39 {
  transform: rotate(45deg);
}.hor-faq_a_h39 {
  padding: 0 1.25rem 1rem;
  display: none;
  line-height: 1.7;
  color: #8A7A62;
  overflow-wrap: break-word;
  font-size: 13px;
}.hor-faq_item_h39.hor-state_open_h39 .hor-faq_a_h39 {
  display: block;
}.hor-faq_a_h39 strong {
  font-weight: 700;
  color: #D4C9B8;
}.hor-faq_a_h39 a {
  color: #E89210;
  text-decoration: underline;
}.hor-faq_a_h39 ul,.hor-faq_a_h39 ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.hor-faq_a_h39 ol {
  list-style: decimal;
}.hor-faq_a_h39 li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.hor-faq_a_h39 table {
  margin: 0.5rem 0;
  font-size: 0.75rem;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 765px) {.hor-faq_a_h39 table {
  display: table;
}
}.hor-faq_a_h39 th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D4C9B8;
  text-align: left;
  font-weight: 700;
}.hor-faq_a_h39 td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8A7A62;
}.hor-pmt_h39 {
  padding: 36px 16px 0;
  background: #0D0A07;
}
@media(min-width: 767px) {.hor-pmt_h39 {
  padding: 2.75rem 1.5rem 0;
}
}.hor-pmt_in_h39 {
  margin: 0 auto;
  max-width: 1340px;
}.hor-pmt_head_h39 {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.hor-pmt_label_h39 {
  font-weight: 700;
  color: #E89210;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}.hor-pmt_h2_h39 {
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  font-size: 1.375rem;
  overflow-wrap: break-word;
  color: #F5EEE3;
  margin-bottom: 0.5rem;
}
@media(min-width:768px) {.hor-pmt_h2_h39 {
  font-size: 1.75rem;
}
}.hor-pmt_intro_h39 {
  line-height: 1.6;
  font-size: 14px;
  color: #8A7A62;
  overflow-wrap: break-word;
}.hor-pmt_groups_h39 {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.hor-pmt_group_h39 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #181310;
  border-radius: 0.5rem;
  padding: 1.25rem;
}.hor-pmt_group_head_h39 {
  gap: 12px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}.hor-pmt_group_ic_h39 {
  border-radius: 4px;
  background: rgba(232, 146, 16, 0.18);
  width: 2.25rem;
  align-items: center;
  height: 36px;
  justify-content: center;
  color: #E89210;
  flex-shrink: 0;
  display: flex;
}.hor-pmt_group_ic_h39 svg {
  stroke-linejoin: round;
  width: 1.125rem;
  stroke-linecap: round;
  height: 1.125rem;
}.hor-pmt_group_h_h39 {
  margin: 0;
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
  color: #F5EEE3;
  font-weight: 700;
  font-size: 1rem;
}.hor-pmt_group_p_h39 {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #8A7A62;
  line-height: 1.6;
  margin-bottom: 14px;
}.hor-pmt_group_p_h39 strong {
  font-weight: 600;
  color: #D4C9B8;
}.hor-pmt_table_wrap_h39 {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.hor-pmt_table_h39 {
  min-width: 33.75rem;
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
}.hor-pmt_table_h39 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  font-size: 0.688rem;
  text-align: left;
  color: #D4C9B8;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: .04em;
  text-transform: uppercase;
}.hor-pmt_table_h39 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  color: #8A7A62;
}.hor-pmt_table_h39 tbody tr:last-child td {
  border-bottom: none;
}.hor-pmt_table_h39 tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D4C9B8;
}.hor-rv_h39 {
  background: #0D0A07;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.hor-rv_h39 {
  padding: 2.75rem 1.5rem 0;
}
}.hor-rv_in_h39 {
  margin: 0 auto;
  max-width: 1340px;
}.hor-rv_head_h39 {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}.hor-rv_label_h39 {
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #E89210;
  text-transform: uppercase;
  font-size: 11px;
}.hor-rv_h2_h39 {
  font-family: 'Oswald', sans-serif;
  color: #F5EEE3;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 1.375rem;
}
@media(min-width: 771px) {.hor-rv_h2_h39 {
  font-size: 1.75rem;
}
}.hor-rv_stats_h39 {
  gap: 1.125rem;
  color: #8A7A62;
  display: flex;
  font-size: 13px;
  align-items: center;
  flex-wrap: wrap;
}.hor-rv_stats_score_h39 {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.hor-rv_stats_score_val_h39 {
  color: #F0B429;
  font-family: 'Oswald', sans-serif;
  font-size: 1.375rem;
  font-weight: 800;
}.hor-rv_stats_score_max_h39 {
  font-size: 13px;
  color: #6B5E48;
}.hor-rv_stats_badge_h39 {
  gap: 4px;
  display: flex;
  align-items: center;
}.hor-rv_stats_badge_h39 svg {
  width: 14px;
  color: #F0B429;
  height: 14px;
}.hor-rv_grid_h39 {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.hor-rv_grid_h39 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.hor-rv_grid_h39 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.hor-rv_card_h39 {
  border-radius: 8px;
  background: #181310;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}.hor-rv_card_stars_h39 {
  gap: 2px;
  margin-bottom: 0.625rem;
  color: #F0B429;
  display: flex;
}.hor-rv_card_stars_h39 svg {
  width: 14px;
  height: 0.875rem;
}.hor-rv_card_h_h39 {
  margin-bottom: 8px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F5EEE3;
  font-size: 14px;
  line-height: 1.3;
}.hor-rv_card_body_h39 {
  flex: 1;
  color: #8A7A62;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 0.875rem;
}.hor-rv_card_body_h39 strong {
  font-weight: 600;
  color: #D4C9B8;
}.hor-rv_card_meta_h39 {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 12px;
}.hor-rv_card_author_h39 {
  color: #D4C9B8;
  font-weight: 600;
  font-size: 12px;
}.hor-rv_card_date_h39 {
  color: #6B5E48;
  font-size: 0.688rem;
}.hor-seo_h39 {
  background: #0D0A07;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.hor-seo_h39 {
  padding: 2.75rem 24px 0;
}
}.hor-seo_in_h39 {
  padding: 1.75rem 1.5rem;
  background: #181310;
  border: 1px solid rgba(255, 255, 255, 0.11);
  margin: 0 auto;
  border-radius: 12px;
  max-width: 83.75rem;
}
@media(min-width: 765px) {.hor-seo_in_h39 {
  padding: 36px 2.5rem;
}
}.hor-seo_label_h39 {
  color: #E89210;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
}.hor-seo_h2_h39 {
  font-size: 20px;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  color: #F5EEE3;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
}
@media(min-width: 766px) {.hor-seo_h2_h39 {
  font-size: 1.5rem;
}
}.hor-seo_body_h39 {
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #A8997F;
}.hor-seo_body_h39 p {
  font-size: 14px;
  color: #A8997F;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.hor-seo_body_h39 p:last-child {
  margin-bottom: 0;
}.hor-seo_body_h39 strong {
  color: #D4C9B8;
  font-weight: 700;
}.hor-seo_body_h39 a {
  transition: color .2s;
  text-decoration: underline;
  color: #E89210;
}.hor-seo_body_h39 a:hover {
  color: #F5A828;
}.hor-seo_body_h39 ul,.hor-seo_body_h39 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.hor-seo_body_h39 ol {
  list-style: decimal;
}.hor-seo_body_h39 li {
  color: #A8997F;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.75;
}.hor-seo_body_h39 table {
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 12px;
  font-size: 0.813rem;
  width: 100%;
  display: block;
}
@media(min-width: 766px) {.hor-seo_body_h39 table {
  display: table;
}
}.hor-seo_body_h39 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  font-weight: 700;
  text-align: left;
  color: #D4C9B8;
}.hor-seo_body_h39 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #A8997F;
}.hor-seo_cols_h39 {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 637px) {.hor-seo_cols_h39 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.hor-seo_cols_h39 {
  grid-template-columns: repeat(3,1fr);
}
}.hor-seo_col_h_h39 {
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  color: #D4C9B8;
  font-weight: 700;
}.hor-seo_col_p_h39 {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
  color: #8A7A62;
}.hor-seo_stats_h39 {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.hor-seo_stat_h39 {
  padding: 0.875rem 16px;
  border-radius: 8px;
  flex: 1;
  background: rgba(232, 146, 16, 0.07);
  border: 1px solid rgba(232, 146, 16, 0.18);
  min-width: 8.75rem;
}.hor-seo_stat_val_h39 {
  margin-bottom: 4px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #E89210;
  overflow-wrap: break-word;
}.hor-seo_stat_lb_h39 {
  color: #8A7A62;
  overflow-wrap: break-word;
  font-size: 11px;
}.hor-ft_h39 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #080604;
  margin-top: 48px;
}.hor-ft_support_h39 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width: 770px) {.hor-ft_support_h39 {
  padding: 28px 24px;
}
}.hor-ft_support_in_h39 {
  margin: 0 auto;
  gap: 16px;
  max-width: 1340px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.hor-ft_support_main_h39 {
  flex: 1;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  min-width: 13.75rem;
}.hor-ft_support_ic_h39 {
  color: #E89210;
  flex-shrink: 0;
}.hor-ft_support_ic_h39 svg {
  stroke-linecap: round;
  width: 30px;
  height: 1.875rem;
  stroke-linejoin: round;
}.hor-ft_support_text_title_h39 {
  margin-bottom: 3px;
  font-size: 15px;
  color: #F5EEE3;
  overflow-wrap: break-word;
  font-weight: 700;
}.hor-ft_support_text_sub_h39 {
  color: #8A7A62;
  font-size: 12px;
  overflow-wrap: break-word;
}.hor-ft_support_btn_h39 {
  transition: background .2s;
  padding: 0.688rem 22px;
  border-radius: 0.5rem;
  background: #E89210;
  flex-shrink: 0;
  font-size: 0.813rem;
  font-weight: 700;
  color: #F5EEE3;
  white-space: nowrap;
}.hor-ft_support_btn_h39:hover {
  background: #F5A828;
}.hor-ft_support_contacts_h39 {
  gap: 16px;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.hor-ft_support_contact_h39 {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #6B5E48;
}.hor-ft_support_contact_h39 strong {
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 600;
  display: block;
  color: #A8997F;
}.hor-ft_main_h39 {
  padding: 32px 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 767px) {.hor-ft_main_h39 {
  padding: 40px 24px 32px;
}
}.hor-ft_main_in_h39 {
  gap: 1.5rem;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  max-width: 83.75rem;
  display: grid;
}
@media(min-width:640px) {.hor-ft_main_in_h39 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.hor-ft_main_in_h39 {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.hor-ft_col_logo_h39 {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.hor-ft_col_logo_h39 {
  grid-column: auto;
}
}.hor-ft_logo_h39 {
  gap: 0.563rem;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
  color: #F5EEE3;
  font-weight: 800;
  margin-bottom: 12px;
  flex-wrap: wrap;
  font-size: 1rem;
}.hor-ft_logo_mark_h39 {
  border-radius: 0.25rem;
  overflow: hidden;
  width: 1.875rem;
  height: 30px;
}.hor-ft_logo_mark_h39 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.hor-ft_logo_sub_h39 {
  overflow-wrap: break-word;
  max-width: 200px;
  line-height: 1.55;
  font-size: 0.75rem;
  color: #6B5E48;
}.hor-ft_col_title_h39 {
  color: #A8997F;
  letter-spacing: .07em;
  margin-bottom: 14px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
}.hor-ft_col_links_h39 {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.hor-ft_col_link_h39 {
  transition: color .2s;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #6B5E48;
}.hor-ft_col_link_h39:hover {
  color: #D4C9B8;
}.hor-ft_apps_h39 {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.hor-ft_app_card_h39 {
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.625rem 12px;
  border-radius: 0.25rem;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  display: flex;
}.hor-ft_app_card_h39:hover {
  border-color: rgba(232, 146, 16, 0.55);
}.hor-ft_app_card_ic_h39 svg {
  stroke-linejoin: round;
  height: 22px;
  stroke-linecap: round;
  width: 22px;
}.hor-ft_app_card_os_h39 {
  font-weight: 600;
  font-size: 0.625rem;
  color: #6B5E48;
}.hor-ft_app_card_action_h39 {
  font-weight: 700;
  color: #D4C9B8;
  font-size: 12px;
}.hor-ft_bot_h39 {
  padding: 1.25rem 16px;
}
@media(min-width: 769px) {.hor-ft_bot_h39 {
  padding: 20px 1.5rem;
}
}.hor-ft_bot_in_h39 {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1340px;
}.hor-ft_socials_h39 {
  gap: 0.5rem;
  display: flex;
}.hor-ft_soc_h39 {
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.25rem;
  width: 36px;
  height: 2.25rem;
  color: #A8997F;
  justify-content: center;
  align-items: center;
  display: flex;
}.hor-ft_soc_h39 svg {
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
  width: 1rem;
}.hor-ft_soc_h39:hover {
  background: rgba(255, 255, 255, 0.07);
}.hor-ft_legal_h39 {
  flex: 1;
  min-width: 12.5rem;
  color: #7A6D58;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  line-height: 1.6;
}.hor-ft_legal_h39 strong {
  font-weight: 700;
  color: #A8997F;
}.hor-ft_legal_h39 a {
  text-decoration: underline;
  color: #A8997F;
}.hor-ft_age_h39 {
  border-radius: 50%;
  border: 2px solid #7A6D58;
  color: #7A6D58;
  margin-left: auto;
  height: 2rem;
  font-size: 0.688rem;
  align-items: center;
  display: flex;
  font-weight: 800;
  flex-shrink: 0;
  justify-content: center;
  width: 32px;
}