*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  background-color: #130C07;
  font-family: 'DM Sans', sans-serif;
  color: #CCBAA0;
  line-height: 1.6;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: inherit;
}a {
  color: inherit;
  text-decoration: none;
}.scx-layout_byd {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.scx-page_byd {
  display: flex;
  min-height: 100vh;
}.scx-main_byd {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media screen and (min-width: 1079px) {.scx-main_byd {
  padding-left: 13.75rem;
}
}
@media screen and (max-width: 1078px) {.scx-main_byd {
  padding-bottom: 72px;
}
}.scx-gc_byd {
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform .2s,border-color .2s;
  background: #1A1007;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  width: 140px;
}
@media(min-width: 643px) {.scx-gc_byd {
  width: 156px;
}
}
@media(min-width: 1078px) {.scx-gc_byd {
  width: 168px;
}
}.scx-gc_byd:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 146, 58, 0.07);
}.scx-gc_img_byd {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.scx-gc_img_byd img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}.scx-gc_hover_byd {
  background: rgba(10, 6, 3, 0.74);
  transition: opacity .2s;
  inset: 0;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  opacity: 0;
}.scx-gc_byd:hover .scx-gc_hover_byd {
  opacity: 1;
}.scx-gc_hover_btn_byd {
  border-radius: 0.25rem;
  background: #C4923A;
  padding: 0.5rem 16px;
  font-size: 12px;
  color: #F2E8D8;
  font-weight: 700;
}.scx-gc_info_byd {
  padding: 0.5rem 10px 0.625rem;
}.scx-gc_name_byd {
  overflow: hidden;
  margin-bottom: 3px;
  max-width: 100%;
  color: #CCBAA0;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}.scx-gc_prov_byd {
  font-size: 0.625rem;
  color: #9E8266;
}.scx-gc_tag_byd {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  font-size: 9px;
  position: absolute;
  top: 6px;
  left: 6px;
  font-weight: 700;
  letter-spacing: .04em;
  z-index: 2;
}.scx-gc_tag_hot_byd {
  background: #C83828;
  color: #fff;
}.scx-gc_tag_new_byd {
  background: #3CAA6C;
  color: #130C07;
}.scx-gc_tag_jp_byd {
  background: #D4A020;
  color: #130C07;
}.scx-gc_tag_ex_byd {
  background: #8B5E2A;
  color: #fff;
}.scx-gc_tag_live_byd {
  background: #C83828;
  color: #fff;
}.scx-gr_byd {
  background: #130C07;
  padding: 32px 16px 0;
}
@media(min-width: 765px) {.scx-gr_byd {
  padding: 36px 24px 0;
}
}.scx-gr_in_byd {
  margin: 0 auto;
  max-width: 1340px;
}.scx-gr_head_byd {
  gap: 0.75rem;
  margin-bottom: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.scx-gr_head_l_byd {
  flex: 1;
  gap: 10px;
  align-items: center;
  min-width: 0;
  display: flex;
}.scx-gr_ic_byd {
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  height: 2rem;
  align-items: center;
  width: 32px;
  flex-shrink: 0;
}.scx-gr_ic_byd svg {
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
}.scx-gr_title_byd {
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #F2E8D8;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.scx-gr_title_byd {
  font-size: 1.125rem;
}
}.scx-gr_more_byd {
  transition: color .2s;
  gap: 0.313rem;
  white-space: nowrap;
  color: #967A62;
  font-weight: 600;
  flex-shrink: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
}.scx-gr_more_byd:hover {
  color: #C4923A;
}.scx-gr_more_byd svg {
  width: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 12px;
}.scx-gr_arrows_byd {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.scx-gr_arr_byd {
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.25rem;
  width: 30px;
  justify-content: center;
  height: 30px;
  color: #A89070;
  display: flex;
  align-items: center;
}.scx-gr_arr_byd:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F2E8D8;
}.scx-gr_arr_byd svg {
  width: 0.813rem;
  height: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.scx-gr_seo_h_byd {
  margin: 0 0 0.375rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #CCBAA0;
  max-width: 680px;
  font-size: 13px;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.scx-gr_seo_h_byd {
  font-size: 0.875rem;
}
}.scx-gr_seo_byd {
  color: #967A62;
  max-width: 680px;
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 12px;
  margin-bottom: 12px;
}.scx-gr_seo_byd strong {
  color: #CCBAA0;
  font-weight: 600;
}.scx-gr_scroll_byd {
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 10px;
  display: flex;
}.scx-gr_scroll_byd::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.scx-gr_scroll_byd {
  gap: 12px;
}
}.scx-tb_byd {
  background: #130C07;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  right: 0;
  height: 56px;
  z-index: 80;
  position: fixed;
  top: 0;
  display: flex;
  left: 0;
  align-items: center;
}.scx-tb_in_byd {
  padding: 0 14px;
  gap: 0;
  align-items: center;
  height: 100%;
  width: 100%;
  display: flex;
}.scx-tb_burger_byd {
  gap: 5px;
  border-radius: 0.5rem;
  height: 38px;
  align-items: center;
  margin-right: 0.5rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 38px;
}.scx-tb_burger_byd:hover {
  background: rgba(255, 255, 255, 0.05);
}.scx-tb_burger_line_byd {
  border-radius: 1px;
  background: #A89070;
  height: 2px;
  width: 1.125rem;
  display: block;
}
@media(min-width: 1078px) {.scx-tb_burger_byd {
  display: none;
}
}.scx-tb_logo_byd {
  gap: 9px;
  font-size: 18px;
  overflow-wrap: break-word;
  letter-spacing: -.01em;
  align-items: center;
  color: #F2E8D8;
  display: flex;
  flex-shrink: 0;
  margin-right: 20px;
  font-weight: 800;
}.scx-tb_logo_mark_byd {
  overflow: hidden;
  border-radius: 8px;
  justify-content: center;
  display: flex;
  height: 32px;
  align-items: center;
  width: 32px;
}.scx-tb_logo_mark_byd img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.scx-tb_nav_byd {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 637px) {.scx-tb_nav_byd {
  display: flex;
}
}.scx-tb_tab_byd {
  padding: 8px 0.875rem;
  border-radius: 8px;
  transition: background .15s,color .15s;
  color: #A89070;
  font-weight: 600;
  white-space: nowrap;
  font-size: 13px;
}.scx-tb_tab_byd:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2E8D8;
}.scx-tb_tab_byd.scx-state_active_byd {
  background: rgba(196, 146, 58, 0.18);
  color: #F2E8D8;
}.scx-tb_right_byd {
  gap: 8px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-left: auto;
}.scx-tb_login_byd {
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.5rem;
  padding: 9px 16px;
  font-weight: 600;
  font-size: 0.813rem;
  display: none;
  color: #CCBAA0;
}.scx-tb_login_byd:hover {
  border-color: rgba(196, 146, 58, 0.52);
  color: #F2E8D8;
}
@media(min-width: 481px) {.scx-tb_login_byd {
  display: block;
}
}.scx-tb_reg_byd {
  border-radius: 0.5rem;
  transition: background .2s;
  background: #3CAA6C;
  padding: 9px 1.125rem;
  font-weight: 700;
  white-space: nowrap;
  color: #0E0904;
  font-size: 0.813rem;
}.scx-tb_reg_byd:hover {
  background: #48BB7A;
}.scx-sb_byd {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  transform: translateX(-100%);
  background: #221609;
  overflow-y: auto;
  position: fixed;
  bottom: 0;
  z-index: 70;
  width: 220px;
  left: 0;
  top: 56px;
}.scx-sb_byd.scx-state_open_byd {
  transform: translateX(0);
}.scx-sb_byd::-webkit-scrollbar {
  width: 4px;
}.scx-sb_byd::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.scx-sb_byd {
  transform: translateX(0);
}
}.scx-sb_auth_byd {
  padding: 0.875rem 0.75rem 10px;
}.scx-sb_btn_reg_byd {
  transition: background .2s;
  border-radius: 0.5rem;
  background: #3CAA6C;
  padding: 11px;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  display: block;
  color: #0E0904;
  margin-bottom: 8px;
}.scx-sb_btn_reg_byd:hover {
  background: #48BB7A;
}.scx-sb_btn_login_byd {
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem;
  border-radius: 0.5rem;
  display: block;
  text-align: center;
  color: #CCBAA0;
  font-weight: 600;
  font-size: 13px;
}.scx-sb_btn_login_byd:hover {
  border-color: rgba(196, 146, 58, 0.52);
  color: #F2E8D8;
}.scx-sb_promo_byd {
  background: linear-gradient(135deg,#2C1A06,#221609);
  margin: 0 0.75rem 0.625rem;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(196, 146, 58, 0.18);
  padding: 12px 14px;
  position: relative;
}.scx-sb_promo_byd::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(196, 146, 58, 0.18),transparent 70%);
  top: -1.25rem;
  right: -20px;
  content: '';
  width: 80px;
  position: absolute;
  height: 5rem;
}.scx-sb_promo_title_byd {
  font-size: 11px;
  margin-bottom: 0.25rem;
  font-weight: 700;
  color: #C4923A;
  text-transform: uppercase;
  letter-spacing: .06em;
}.scx-sb_promo_text_byd {
  overflow-wrap: break-word;
  font-size: 12px;
  font-weight: 600;
  color: #F2E8D8;
  line-height: 1.35;
}.scx-sb_promo_sub_byd {
  color: #967A62;
  font-size: 10px;
  margin-top: 3px;
}.scx-sb_nav_byd {
  padding: 0.375rem 0.5rem 16px;
}.scx-sb_nav_lb_byd {
  padding: 0.625rem 8px 6px;
  letter-spacing: .08em;
  color: #9E8266;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 700;
}.scx-sb_link_byd {
  transition: background .15s,color .15s;
  gap: 10px;
  padding: 0.563rem 0.625rem;
  border-radius: 4px;
  display: flex;
  cursor: pointer;
  font-size: 0.813rem;
  color: #A89070;
  align-items: center;
  font-weight: 500;
  overflow-wrap: break-word;
}.scx-sb_link_byd:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2E8D8;
}.scx-sb_link_byd.scx-state_active_byd {
  background: rgba(196, 146, 58, 0.18);
  color: #F2E8D8;
}.scx-sb_ic_byd {
  border-radius: 0.25rem;
  display: flex;
  height: 1.875rem;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  width: 30px;
}.scx-sb_ic_byd svg {
  stroke-linecap: round;
  height: 16px;
  width: 1rem;
  stroke-linejoin: round;
}.scx-sb_ic_1_byd {
  background: rgba(196, 146, 58, 0.07);
  color: #C4923A;
}.scx-sb_ic_2_byd {
  background: rgba(60, 170, 108, 0.18);
  color: #3CAA6C;
}.scx-sb_ic_3_byd {
  background: rgba(212, 160, 32, 0.18);
  color: #D4A020;
}.scx-sb_ic_4_byd {
  background: rgba(139, 94, 42, 0.26);
  color: #8B5E2A;
}.scx-sb_ic_5_byd {
  background: rgba(196, 146, 58, 0.07);
  color: #CC4488;
}.scx-sb_ic_6_byd {
  background: rgba(139, 94, 42, 0.26);
  color: #8844CC;
}.scx-sb_badge_byd {
  border-radius: 4px;
  padding: 2px 7px;
  background: #D4A020;
  color: #0E0904;
  margin-left: auto;
  font-size: 0.563rem;
  font-weight: 700;
}.scx-sb_bot_byd {
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  display: flex;
}.scx-sb_lang_byd,.scx-sb_help_byd {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  padding: 0.563rem 6px;
  flex: 1;
  gap: 6px;
  transition: border-color .2s;
  align-items: center;
  justify-content: center;
  font-size: 0.688rem;
  display: flex;
  color: #A89070;
  font-weight: 600;
}.scx-sb_lang_byd:hover,.scx-sb_help_byd:hover {
  border-color: rgba(196, 146, 58, 0.52);
  color: #F2E8D8;
}.scx-sb_lang_byd svg,.scx-sb_help_byd svg {
  width: 0.813rem;
  height: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.scx-sb_bd_byd {
  inset: 0;
  background: rgba(10, 6, 3, 0.74);
  z-index: 69;
  display: none;
  position: fixed;
}.scx-sb_bd_byd.scx-state_on_byd {
  display: block;
}
@media(min-width: 1078px) {.scx-sb_bd_byd {
  display: none!important;
}
}.scx-mob_nav_byd {
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  background: #221609;
  position: fixed;
  left: 0;
  z-index: 80;
  bottom: 0;
  right: 0;
  display: flex;
}
@media(min-width: 1083px) {.scx-mob_nav_byd {
  display: none;
}
}.scx-mob_nav_item_byd {
  gap: 4px;
  padding: 0.25rem 2px;
  flex: 1;
  flex-direction: column;
  display: flex;
  color: #9E8266;
  cursor: pointer;
  align-items: center;
}.scx-mob_nav_ic_byd {
  line-height: 1;
}.scx-mob_nav_ic_byd svg {
  stroke-linejoin: round;
  width: 1.25rem;
  height: 1.25rem;
  stroke-linecap: round;
}.scx-mob_nav_lb_byd {
  font-size: 0.625rem;
  color: #9E8266;
  font-weight: 600;
}.scx-mob_nav_item_byd.scx-state_active_byd {
  color: #C4923A;
}.scx-mob_nav_item_byd.scx-state_active_byd .scx-mob_nav_lb_byd {
  color: #C4923A;
}.scx-hero_byd {
  background: #130C07;
  padding: 1.25rem 1rem 0;
}
@media(min-width: 770px) {.scx-hero_byd {
  padding: 1.5rem 24px 0;
}
}.scx-hero_in_byd {
  margin: 0 auto;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 83.75rem;
}
@media(min-width: 861px) {.scx-hero_in_byd {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1102px) {.scx-hero_in_byd {
  grid-template-columns: 1fr 21.25rem;
}
}.scx-hero_promo_byd {
  border-radius: 14px;
  background: #1A1007;
  overflow: hidden;
  min-height: 220px;
  align-items: stretch;
  position: relative;
  display: flex;
}
@media(min-width: 769px) {.scx-hero_promo_byd {
  min-height: 280px;
}
}.scx-hero_promo_bg_byd {
  background: linear-gradient(120deg,#2C1A06 0%,#130C07 100%);
  inset: 0;
  background-position: center;
  position: absolute;
  background-size: cover;
}.scx-hero_promo_bg_byd::after {
  background: linear-gradient(90deg,#130C07 0%,rgba(10, 6, 3, 0.74) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.scx-hero_promo_glow_byd {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(139, 94, 42, 0.26) 0%,transparent 65%);
  top: -2.5rem;
  position: absolute;
  width: 300px;
  right: 60px;
  height: 300px;
  pointer-events: none;
}.scx-hero_promo_ct_byd {
  padding: 1.75rem 1.5rem 1.75rem 1.75rem;
  flex-direction: column;
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 2;
  max-width: 480px;
}
@media(min-width: 771px) {.scx-hero_promo_ct_byd {
  padding: 2.5rem 32px;
}
}.scx-hero_badge_byd {
  background: rgba(196, 146, 58, 0.18);
  border: 1px solid rgba(196, 146, 58, 0.07);
  padding: 5px 0.75rem;
  border-radius: 20px;
  font-size: 0.625rem;
  color: #C4923A;
  display: inline-block;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
}.scx-hero_h1_byd {
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  color: #F2E8D8;
  font-size: 1.625rem;
  font-family: 'Playfair Display', serif;
}.scx-hero_h1_byd em {
  font-style: normal;
  color: #D4A020;
}
@media(min-width: 767px) {.scx-hero_h1_byd {
  font-size: 2.25rem;
}
}.scx-hero_sub_byd {
  line-height: 1.55;
  font-size: 0.813rem;
  margin-bottom: 20px;
  color: #A89070;
}
@media(min-width: 771px) {.scx-hero_sub_byd {
  font-size: 0.875rem;
}
}.scx-hero_row_byd {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.scx-hero_cta_byd {
  padding: 0.813rem 1.625rem;
  transition: background .2s;
  background: #3CAA6C;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(60, 170, 108, 0.46), 0 1px 3px rgba(0, 0, 0, 0.42);
  color: #0E0904;
}.scx-hero_cta_byd:hover {
  background: #48BB7A;
}.scx-hero_terms_byd {
  color: #9E8266;
  font-size: 11px;
}.scx-hero_game_byd {
  overflow: hidden;
  background: #1A1007;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  flex-direction: column;
  position: relative;
  display: flex;
}.scx-hero_game_badge_byd {
  background: rgba(212, 160, 32, 0.18);
  border: 1px solid rgba(212, 160, 32, 0.18);
  border-radius: 1.25rem;
  padding: 5px 0.625rem;
  font-weight: 700;
  color: #D4A020;
  letter-spacing: .06em;
  left: 0.75rem;
  text-transform: uppercase;
  position: absolute;
  z-index: 3;
  top: 0.75rem;
  font-size: 0.625rem;
}.scx-hero_game_badge_byd svg {
  width: 0.688rem;
  vertical-align: -1px;
  height: 11px;
  margin-right: 4px;
}.scx-hero_game_img_byd {
  background: linear-gradient(135deg,#2C1A06,#130C07);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.scx-hero_game_img_byd img {
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}.scx-hero_game_play_byd {
  inset: 0;
  transition: opacity .2s;
  background: rgba(10, 6, 3, 0.74);
  display: flex;
  position: absolute;
  opacity: 0;
  justify-content: center;
  align-items: center;
}.scx-hero_game_byd:hover .scx-hero_game_play_byd {
  opacity: 1;
}.scx-hero_game_play_byd span {
  border-radius: 50%;
  background: #C4923A;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 3.25rem;
  width: 52px;
}.scx-hero_game_play_byd span svg {
  margin-left: 2px;
  height: 18px;
  width: 18px;
}.scx-hero_game_info_byd {
  padding: 14px 16px;
}.scx-hero_game_title_byd {
  margin-bottom: 0.25rem;
  font-size: 15px;
  color: #F2E8D8;
  font-weight: 700;
  overflow-wrap: break-word;
}.scx-hero_game_provider_byd {
  font-size: 0.688rem;
  color: #967A62;
}.scx-hero_game_btn_byd {
  transition: background .2s;
  border-radius: 0.5rem;
  background: #C4923A;
  padding: 0.688rem;
  margin: 12px 1rem 1rem;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  color: #F2E8D8;
  display: block;
}.scx-hero_game_byd:hover .scx-hero_game_btn_byd {
  background: #D4A44C;
}.scx-sbar_byd {
  background: #130C07;
  padding: 16px 16px 0;
}
@media(min-width: 765px) {.scx-sbar_byd {
  padding: 1.125rem 24px 0;
}
}.scx-sbar_in_byd {
  margin: 0 auto;
  max-width: 83.75rem;
}.scx-sbar_row_byd {
  gap: 0.625rem;
  display: flex;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}.scx-sbar_input_byd {
  gap: 10px;
  border-radius: 0.5rem;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.688rem 1rem;
  transition: border-color .2s;
  background: #1A1007;
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 0.813rem;
  color: #967A62;
}.scx-sbar_input_byd:hover {
  border-color: rgba(196, 146, 58, 0.52);
}.scx-sbar_input_byd svg {
  width: 0.938rem;
  flex-shrink: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.938rem;
}.scx-sbar_providers_byd {
  background: #1A1007;
  border-radius: 8px;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s;
  padding: 11px 18px;
  font-weight: 600;
  align-items: center;
  display: flex;
  color: #CCBAA0;
  font-size: 13px;
  white-space: nowrap;
}.scx-sbar_providers_byd:hover {
  border-color: rgba(196, 146, 58, 0.52);
  color: #F2E8D8;
}.scx-sbar_providers_byd svg {
  stroke-linecap: round;
  width: 14px;
  stroke-linejoin: round;
  height: 14px;
}.scx-sbar_tabs_byd {
  gap: 6px;
  scrollbar-width: none;
  padding-bottom: 2px;
  display: flex;
  overflow-x: auto;
}.scx-sbar_tabs_byd::-webkit-scrollbar {
  display: none;
}.scx-sbar_tab_byd {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s,border-color .15s;
  gap: 0.438rem;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  font-size: 12px;
  flex-shrink: 0;
  color: #A89070;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  align-items: center;
}.scx-sbar_tab_byd:hover {
  border-color: rgba(196, 146, 58, 0.52);
  background: rgba(255, 255, 255, 0.07);
  color: #F2E8D8;
}.scx-sbar_tab_byd.scx-state_active_byd {
  border-color: rgba(196, 146, 58, 0.07);
  background: rgba(196, 146, 58, 0.18);
  color: #F2E8D8;
}.scx-sbar_tab_ic_byd svg {
  height: 14px;
  stroke-linecap: round;
  width: 0.875rem;
  stroke-linejoin: round;
}.scx-wy_byd {
  padding: 2rem 1rem 0;
  background: #130C07;
}
@media(min-width: 771px) {.scx-wy_byd {
  padding: 2.5rem 1.5rem 0;
}
}.scx-wy_in_byd {
  margin: 0 auto;
  max-width: 83.75rem;
}.scx-wy_head_byd {
  margin-bottom: 18px;
  max-width: 720px;
}.scx-wy_label_byd {
  color: #C4923A;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.scx-wy_h2_byd {
  color: #F2E8D8;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
}
@media(min-width: 771px) {.scx-wy_h2_byd {
  font-size: 1.5rem;
}
}.scx-wy_intro_byd {
  margin: 0;
  font-size: 13px;
  color: #967A62;
  line-height: 1.6;
}.scx-wy_grid_byd {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.scx-wy_grid_byd {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.scx-wy_grid_byd {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.scx-wy_card_byd {
  transition: border-color .2s,transform .2s;
  border-radius: 8px;
  background: #221609;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.scx-wy_card_byd:hover {
  transform: translateY(-2px);
  border-color: rgba(196, 146, 58, 0.07);
}.scx-wy_card_ic_byd {
  background: rgba(196, 146, 58, 0.18);
  border-radius: 50%;
  display: flex;
  margin-bottom: 14px;
  align-items: center;
  height: 44px;
  color: #C4923A;
  justify-content: center;
  width: 44px;
}.scx-wy_card_ic_byd svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.375rem;
  width: 1.375rem;
}.scx-wy_card_h_byd {
  margin-bottom: 6px;
  font-size: 0.938rem;
  color: #F2E8D8;
  line-height: 1.25;
  font-weight: 700;
  overflow-wrap: break-word;
}.scx-wy_card_p_byd {
  color: #967A62;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
}.scx-wy_card_p_byd strong {
  font-weight: 600;
  color: #CCBAA0;
}.scx-gr_jp_byd {
  border-radius: 14px;
  background: linear-gradient(135deg,#1E0E2C 0%,#0E0816 100%);
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
}.scx-gr_jp_byd::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(139, 94, 42, 0.26) 0%,transparent 70%);
  position: absolute;
  width: 15.625rem;
  content: '';
  left: -60px;
  top: -60px;
  height: 15.625rem;
}.scx-gr_jp_byd::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(212, 160, 32, 0.18) 0%,transparent 70%);
  right: 0;
  width: 200px;
  bottom: -2.5rem;
  height: 200px;
  position: absolute;
  content: '';
}.scx-gr_jp_head_byd {
  gap: 16px;
  z-index: 1;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}.scx-gr_jp_info_byd {
  flex: 1;
}.scx-gr_jp_label_byd {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 11px;
  color: #8844CC;
}.scx-gr_jp_label_byd svg {
  width: 14px;
  height: 0.875rem;
  margin-right: 0.25rem;
  stroke-linecap: round;
  vertical-align: -2px;
  stroke-linejoin: round;
}.scx-gr_jp_amount_byd {
  color: #F2E8D8;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  line-height: 1;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-size: 2rem;
}
@media(min-width: 770px) {.scx-gr_jp_amount_byd {
  font-size: 40px;
}
}.scx-gr_jp_amount_byd span {
  color: #D4A020;
}.scx-gr_jp_seo_byd {
  overflow-wrap: break-word;
  color: #A89070;
  max-width: 30rem;
  line-height: 1.5;
  font-size: 12px;
}.scx-gr_jp_cta_byd {
  border-radius: 8px;
  border: 1px solid rgba(139, 94, 42, 0.26);
  background: rgba(139, 94, 42, 0.26);
  transition: background .2s;
  padding: 0.688rem 1.25rem;
  align-self: flex-start;
  z-index: 1;
  white-space: nowrap;
  margin-top: 4px;
  color: #F2E8D8;
  flex-shrink: 0;
  font-weight: 700;
  position: relative;
  font-size: 13px;
}.scx-gr_jp_cta_byd:hover {
  background: #8B5E2A;
}.scx-ws_byd {
  padding: 32px 1rem 0;
  background: #130C07;
}
@media(min-width: 770px) {.scx-ws_byd {
  padding: 2.25rem 24px 0;
}
}.scx-ws_in_byd {
  margin: 0 auto;
  max-width: 1340px;
}.scx-ws_head_byd {
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 0.875rem;
  justify-content: space-between;
}.scx-ws_title_byd {
  gap: 10px;
  font-family: 'Playfair Display', serif;
  color: #F2E8D8;
  align-items: center;
  font-weight: 700;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  font-size: 16px;
  display: flex;
}.scx-ws_title_ic_byd svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.125rem;
  width: 1.125rem;
  color: #D4A020;
}.scx-ws_online_byd {
  gap: 7px;
  font-size: 0.75rem;
  display: flex;
  color: #967A62;
  align-items: center;
  font-weight: 600;
}.scx-ws_online_dot_byd {
  border-radius: 50%;
  background: #3CAA6C;
  height: 8px;
  width: 0.5rem;
  flex-shrink: 0;
  box-shadow: 0 0 0.375rem rgba(60, 170, 108, 0.18);
}.scx-ws_scroll_byd {
  gap: 0.5rem;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 8px;
}.scx-ws_scroll_byd::-webkit-scrollbar {
  display: none;
}.scx-wc_byd {
  border-radius: 0.5rem;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1A1007;
  gap: 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  min-width: 220px;
}.scx-wc_img_byd {
  overflow: hidden;
  background: #221609;
  border-radius: 4px;
  flex-shrink: 0;
  height: 2.25rem;
  width: 36px;
}.scx-wc_img_byd img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.scx-wc_info_byd {
  min-width: 0;
}.scx-wc_game_byd {
  overflow: hidden;
  color: #CCBAA0;
  white-space: nowrap;
  font-weight: 600;
  text-overflow: ellipsis;
  font-size: 0.75rem;
}.scx-wc_player_byd {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #9E8266;
  font-size: 0.625rem;
}.scx-wc_amount_byd {
  font-size: 13px;
  color: #3CAA6C;
  font-weight: 700;
  margin-left: auto;
  flex-shrink: 0;
  white-space: nowrap;
}.scx-app_byd {
  background: #130C07;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.scx-app_byd {
  padding: 44px 24px 0;
}
}.scx-app_in_byd {
  margin: 0 auto;
  max-width: 83.75rem;
}.scx-app_head_byd {
  margin-bottom: 1rem;
}.scx-app_label_byd {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C4923A;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
}.scx-app_h2_byd {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-size: 1.25rem;
  font-family: 'Playfair Display', serif;
  color: #F2E8D8;
}
@media(min-width: 766px) {.scx-app_h2_byd {
  font-size: 24px;
}
}.scx-app_sub_byd {
  overflow-wrap: break-word;
  color: #967A62;
  line-height: 1.6;
  font-size: 13px;
  max-width: 37.5rem;
}.scx-app_sub_byd strong {
  font-weight: 700;
  color: #CCBAA0;
}.scx-app_cards_byd {
  gap: 10px;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.scx-app_cards_byd {
  grid-template-columns: repeat(3,1fr);
}
}.scx-app_card_byd {
  border-radius: 8px;
  gap: 16px;
  padding: 20px;
  overflow: hidden;
  flex-wrap: wrap;
  display: flex;
  position: relative;
  align-items: flex-start;
}.scx-app_card_ios_byd {
  background: linear-gradient(135deg,rgba(196, 146, 58, 0.18) 0%,#221609 100%);
}.scx-app_card_android_byd {
  background: linear-gradient(135deg,rgba(60, 170, 108, 0.18) 0%,#221609 100%);
}.scx-app_card_win_byd {
  background: linear-gradient(135deg,rgba(212, 160, 32, 0.18) 0%,#221609 100%);
}.scx-app_card_ic_byd svg {
  stroke-linecap: round;
  height: 2.125rem;
  width: 34px;
  stroke-linejoin: round;
}.scx-app_card_ic_byd {
  color: #F2E8D8;
  flex-shrink: 0;
}.scx-app_card_os_byd {
  font-size: 0.625rem;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  color: #967A62;
  letter-spacing: .08em;
  font-weight: 700;
}.scx-app_card_title_byd {
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  color: #F2E8D8;
}.scx-app_card_text_byd {
  font-size: 12px;
  color: #967A62;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.5;
}.scx-app_card_btn_byd {
  gap: 7px;
  border: 1px solid rgba(196, 146, 58, 0.52);
  padding: 0.625rem 18px;
  background: rgba(255, 255, 255, 0.12);
  transition: background .2s;
  border-radius: 4px;
  font-weight: 700;
  color: #F2E8D8;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
}.scx-app_card_btn_byd:hover {
  background: rgba(255, 255, 255, 0.07);
}.scx-bon_byd {
  background: #130C07;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.scx-bon_byd {
  padding: 44px 24px 0;
}
}.scx-bon_in_byd {
  margin: 0 auto;
  max-width: 1340px;
}.scx-bon_head_byd {
  margin-bottom: 1.25rem;
}.scx-bon_label_byd {
  color: #C4923A;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.scx-bon_h2_byd {
  color: #F2E8D8;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 765px) {.scx-bon_h2_byd {
  font-size: 1.5rem;
}
}.scx-bon_seo_byd {
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 38.75rem;
  font-size: 13px;
  color: #967A62;
}.scx-bon_seo_byd strong {
  color: #CCBAA0;
  font-weight: 700;
}.scx-bon_seo_byd a {
  color: #C4923A;
  text-decoration: underline;
}.scx-bon_grid_byd {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width:640px) {.scx-bon_grid_byd {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.scx-bon_grid_byd {
  grid-template-columns: repeat(5,1fr);
}
}.scx-bon_card_byd {
  padding: 16px;
  border-radius: 8px;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1A1007;
}.scx-bon_card_byd:hover {
  transform: translateY(-2px);
  border-color: rgba(196, 146, 58, 0.07);
}.scx-bon_card_ic_byd svg {
  stroke-linecap: round;
  height: 26px;
  stroke-linejoin: round;
  width: 1.625rem;
}.scx-bon_card_ic_byd {
  margin-bottom: 10px;
}.scx-bon_card_type_byd {
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #967A62;
  font-size: 0.625rem;
  margin-bottom: 0.375rem;
  font-weight: 700;
}.scx-bon_card_amount_byd {
  font-size: 1.125rem;
  margin-bottom: 6px;
  color: #D4A020;
  font-weight: 800;
  line-height: 1.1;
}.scx-bon_card_name_byd {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #F2E8D8;
  margin-bottom: 0.5rem;
  font-weight: 600;
}.scx-bon_card_detail_byd {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.688rem;
  line-height: 1.5;
  padding-top: 0.5rem;
  color: #9E8266;
  overflow-wrap: break-word;
}.scx-reg_byd {
  background: #130C07;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.scx-reg_byd {
  padding: 2.75rem 1.5rem 0;
}
}.scx-reg_in_byd {
  border-radius: 14px;
  background: #221609;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin: 0 auto;
  max-width: 1340px;
}
@media(min-width: 766px) {.scx-reg_in_byd {
  padding: 40px;
}
}.scx-reg_top_byd {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 857px) {.scx-reg_top_byd {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.scx-reg_label_byd {
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  color: #C4923A;
}.scx-reg_h2_byd {
  font-size: 22px;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  color: #F2E8D8;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
@media(min-width: 769px) {.scx-reg_h2_byd {
  font-size: 1.75rem;
}
}.scx-reg_bonus_byd {
  padding: 0.625rem 1rem;
  background: rgba(212, 160, 32, 0.18);
  border-radius: 0.5rem;
  border: 1px solid rgba(212, 160, 32, 0.18);
  gap: 0.5rem;
  align-items: center;
  display: inline-flex;
  margin-bottom: 16px;
}.scx-reg_bonus_amount_byd {
  color: #D4A020;
  font-weight: 800;
  font-size: 1.25rem;
}.scx-reg_bonus_text_byd {
  font-size: 0.813rem;
  color: #A89070;
  line-height: 1.35;
}.scx-reg_cta_btn_byd {
  padding: 0.875rem 32px;
  border-radius: 8px;
  background: #3CAA6C;
  transition: background .2s;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 0.75rem;
  font-weight: 700;
  box-shadow: 0 4px 0.875rem rgba(60, 170, 108, 0.46), 0 1px 3px rgba(0, 0, 0, 0.42);
  color: #0E0904;
}.scx-reg_cta_btn_byd:hover {
  background: #48BB7A;
}.scx-reg_terms_byd {
  color: #9E8266;
  font-size: 0.688rem;
  line-height: 1.5;
}.scx-reg_seo_byd {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13px;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #967A62;
}.scx-reg_seo_byd p {
  font-size: 13px;
  margin-bottom: 0.625rem;
  color: #967A62;
  line-height: 1.65;
}.scx-reg_seo_byd p:last-child {
  margin-bottom: 0;
}.scx-reg_seo_byd strong {
  font-weight: 700;
  color: #CCBAA0;
}.scx-reg_seo_byd a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4923A;
}.scx-reg_seo_byd a:hover {
  color: #D4A44C;
}.scx-reg_seo_byd ul,.scx-reg_seo_byd ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.scx-reg_seo_byd ol {
  list-style: decimal;
}.scx-reg_seo_byd li {
  font-size: 0.813rem;
  margin-bottom: 0.25rem;
  color: #967A62;
  line-height: 1.65;
}.scx-reg_seo_byd table {
  width: 100%;
  border-collapse: collapse;
  display: block;
  font-size: 13px;
  overflow-x: auto;
  margin-bottom: 10px;
}
@media(min-width: 767px) {.scx-reg_seo_byd table {
  display: table;
}
}.scx-reg_seo_byd th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #CCBAA0;
  font-weight: 700;
}.scx-reg_seo_byd td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #967A62;
}.scx-reg_steps_byd {
  gap: 0.875rem;
  margin-top: 28px;
  flex-direction: column;
  display: flex;
}
@media(min-width: 862px) {.scx-reg_steps_byd {
  margin-top: 0;
}
}.scx-reg_step_byd {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.5rem;
  padding: 1rem;
  gap: 14px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.scx-reg_step_num_byd {
  border: 1px solid rgba(196, 146, 58, 0.07);
  border-radius: 50%;
  background: rgba(196, 146, 58, 0.18);
  color: #C4923A;
  align-items: center;
  display: flex;
  width: 2.125rem;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  height: 34px;
  flex-shrink: 0;
}.scx-reg_step_title_byd {
  font-size: 14px;
  color: #F2E8D8;
  margin-bottom: 3px;
  font-weight: 700;
}.scx-reg_step_text_byd {
  color: #967A62;
  font-size: 0.75rem;
  line-height: 1.5;
}.scx-reg_trust_byd {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  display: flex;
  margin-top: 20px;
  padding-top: 1.25rem;
  flex-wrap: wrap;
}.scx-reg_trust_item_byd {
  gap: 7px;
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #967A62;
}.scx-reg_trust_ic_byd svg {
  width: 1rem;
  color: #C4923A;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
}.scx-prov_byd {
  background: #130C07;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.scx-prov_byd {
  padding: 2.75rem 1.5rem 0;
}
}.scx-prov_in_byd {
  margin: 0 auto;
  max-width: 83.75rem;
}.scx-prov_head_byd {
  margin-bottom: 1rem;
}.scx-prov_label_byd {
  text-transform: uppercase;
  color: #C4923A;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 11px;
  letter-spacing: .08em;
}.scx-prov_h2_byd {
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 800;
  color: #F2E8D8;
  font-size: 1.25rem;
}
@media(min-width: 765px) {.scx-prov_h2_byd {
  font-size: 24px;
}
}.scx-prov_seo_byd {
  max-width: 38.75rem;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.6;
  color: #967A62;
  margin-bottom: 16px;
}.scx-prov_seo_byd strong {
  font-weight: 700;
  color: #CCBAA0;
}.scx-prov_seo_byd a {
  color: #C4923A;
  text-decoration: underline;
}.scx-prov_grid_byd {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 639px) {.scx-prov_grid_byd {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.scx-prov_grid_byd {
  grid-template-columns: repeat(8,1fr);
}
}.scx-prov_card_byd {
  background: #1A1007;
  border: 1px solid rgba(255, 255, 255, 0.11);
  gap: 0.438rem;
  border-radius: 0.5rem;
  padding: 14px 10px;
  transition: border-color .2s,background .2s;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  display: flex;
}.scx-prov_card_byd:hover {
  border-color: rgba(196, 146, 58, 0.52);
  background: #221609;
}.scx-prov_logo_byd {
  border-radius: 4px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  width: 44px;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  display: flex;
}.scx-prov_logo_byd img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.scx-prov_name_byd {
  text-align: center;
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 0.688rem;
  color: #A89070;
}.scx-seo_byd {
  background: #130C07;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.scx-seo_byd {
  padding: 2.75rem 1.5rem 0;
}
}.scx-seo_in_byd {
  background: #221609;
  padding: 28px 1.5rem;
  border-radius: 0.875rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.11);
  max-width: 1340px;
}
@media(min-width: 766px) {.scx-seo_in_byd {
  padding: 2.25rem 2.5rem;
}
}.scx-seo_label_byd {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  color: #C4923A;
  text-transform: uppercase;
}.scx-seo_h2_byd {
  font-family: 'Playfair Display', serif;
  margin-bottom: 14px;
  color: #F2E8D8;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.25;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.scx-seo_h2_byd {
  font-size: 1.5rem;
}
}.scx-seo_body_byd {
  overflow-wrap: break-word;
  color: #A89070;
  line-height: 1.75;
  font-size: 14px;
}.scx-seo_body_byd p {
  margin-bottom: 12px;
  color: #A89070;
  font-size: 14px;
  line-height: 1.75;
}.scx-seo_body_byd p:last-child {
  margin-bottom: 0;
}.scx-seo_body_byd strong {
  font-weight: 700;
  color: #CCBAA0;
}.scx-seo_body_byd a {
  transition: color .2s;
  color: #C4923A;
  text-decoration: underline;
}.scx-seo_body_byd a:hover {
  color: #D4A44C;
}.scx-seo_body_byd ul,.scx-seo_body_byd ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.scx-seo_body_byd ol {
  list-style: decimal;
}.scx-seo_body_byd li {
  font-size: 14px;
  color: #A89070;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.scx-seo_body_byd table {
  font-size: 13px;
  overflow-x: auto;
  display: block;
  width: 100%;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
}
@media(min-width: 767px) {.scx-seo_body_byd table {
  display: table;
}
}.scx-seo_body_byd th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #CCBAA0;
  text-align: left;
  font-weight: 700;
}.scx-seo_body_byd td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A89070;
}.scx-seo_cols_byd {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 637px) {.scx-seo_cols_byd {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.scx-seo_cols_byd {
  grid-template-columns: repeat(3,1fr);
}
}.scx-seo_col_h_byd {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 13px;
  color: #CCBAA0;
}.scx-seo_col_p_byd {
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #967A62;
}.scx-seo_stats_byd {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.scx-seo_stat_byd {
  border-radius: 0.5rem;
  padding: 0.875rem 16px;
  background: rgba(196, 146, 58, 0.07);
  flex: 1;
  border: 1px solid rgba(196, 146, 58, 0.18);
  min-width: 8.75rem;
}.scx-seo_stat_val_byd {
  overflow-wrap: break-word;
  margin-bottom: 4px;
  color: #C4923A;
  font-size: 20px;
  font-weight: 800;
}.scx-seo_stat_lb_byd {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #967A62;
}.scx-seo_byd {
  background: #130C07;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.scx-seo_byd {
  padding: 44px 24px 0;
}
}.scx-seo_in_byd {
  background: #221609;
  padding: 1.75rem 24px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.875rem;
  max-width: 83.75rem;
}
@media(min-width: 766px) {.scx-seo_in_byd {
  padding: 36px 40px;
}
}.scx-seo_label_byd {
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  font-weight: 700;
  color: #C4923A;
  text-transform: uppercase;
  font-size: 11px;
}.scx-seo_h2_byd {
  color: #F2E8D8;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  font-size: 20px;
}
@media(min-width: 767px) {.scx-seo_h2_byd {
  font-size: 1.5rem;
}
}.scx-seo_body_byd {
  overflow-wrap: break-word;
  color: #A89070;
  font-size: 14px;
  line-height: 1.75;
}.scx-seo_body_byd p {
  line-height: 1.75;
  font-size: 14px;
  color: #A89070;
  margin-bottom: 12px;
}.scx-seo_body_byd p:last-child {
  margin-bottom: 0;
}.scx-seo_body_byd strong {
  font-weight: 700;
  color: #CCBAA0;
}.scx-seo_body_byd a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4923A;
}.scx-seo_body_byd a:hover {
  color: #D4A44C;
}.scx-seo_body_byd ul,.scx-seo_body_byd ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.scx-seo_body_byd ol {
  list-style: decimal;
}.scx-seo_body_byd li {
  font-size: 0.875rem;
  margin-bottom: 6px;
  color: #A89070;
  line-height: 1.75;
}.scx-seo_body_byd table {
  font-size: 0.813rem;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 12px;
  display: block;
}
@media(min-width: 769px) {.scx-seo_body_byd table {
  display: table;
}
}.scx-seo_body_byd th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  color: #CCBAA0;
  text-align: left;
}.scx-seo_body_byd td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #A89070;
}.scx-seo_cols_byd {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width:640px) {.scx-seo_cols_byd {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.scx-seo_cols_byd {
  grid-template-columns: repeat(3,1fr);
}
}.scx-seo_col_h_byd {
  font-weight: 700;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #CCBAA0;
}.scx-seo_col_p_byd {
  color: #967A62;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
}.scx-seo_stats_byd {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.scx-seo_stat_byd {
  border: 1px solid rgba(196, 146, 58, 0.18);
  padding: 0.875rem 1rem;
  background: rgba(196, 146, 58, 0.07);
  flex: 1;
  border-radius: 0.5rem;
  min-width: 140px;
}.scx-seo_stat_val_byd {
  color: #C4923A;
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}.scx-seo_stat_lb_byd {
  font-size: 11px;
  color: #967A62;
  overflow-wrap: break-word;
}.scx-seo_byd {
  padding: 36px 1rem 0;
  background: #130C07;
}
@media(min-width: 767px) {.scx-seo_byd {
  padding: 44px 24px 0;
}
}.scx-seo_in_byd {
  background: #221609;
  margin: 0 auto;
  border-radius: 0.875rem;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  max-width: 83.75rem;
}
@media(min-width: 771px) {.scx-seo_in_byd {
  padding: 36px 2.5rem;
}
}.scx-seo_label_byd {
  letter-spacing: .08em;
  color: #C4923A;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
}.scx-seo_h2_byd {
  line-height: 1.25;
  margin-bottom: 14px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F2E8D8;
  font-size: 20px;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 765px) {.scx-seo_h2_byd {
  font-size: 1.5rem;
}
}.scx-seo_body_byd {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #A89070;
  font-size: 14px;
}.scx-seo_body_byd p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A89070;
}.scx-seo_body_byd p:last-child {
  margin-bottom: 0;
}.scx-seo_body_byd strong {
  color: #CCBAA0;
  font-weight: 700;
}.scx-seo_body_byd a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4923A;
}.scx-seo_body_byd a:hover {
  color: #D4A44C;
}.scx-seo_body_byd ul,.scx-seo_body_byd ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.scx-seo_body_byd ol {
  list-style: decimal;
}.scx-seo_body_byd li {
  color: #A89070;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 0.875rem;
}.scx-seo_body_byd table {
  margin-bottom: 12px;
  border-collapse: collapse;
  width: 100%;
  display: block;
  font-size: 13px;
  overflow-x: auto;
}
@media(min-width: 767px) {.scx-seo_body_byd table {
  display: table;
}
}.scx-seo_body_byd th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #CCBAA0;
}.scx-seo_body_byd td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A89070;
}.scx-seo_cols_byd {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.scx-seo_cols_byd {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.scx-seo_cols_byd {
  grid-template-columns: repeat(3,1fr);
}
}.scx-seo_col_h_byd {
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
  color: #CCBAA0;
  overflow-wrap: break-word;
}.scx-seo_col_p_byd {
  color: #967A62;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
}.scx-seo_stats_byd {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.scx-seo_stat_byd {
  background: rgba(196, 146, 58, 0.07);
  flex: 1;
  border: 1px solid rgba(196, 146, 58, 0.18);
  padding: 0.875rem 1rem;
  border-radius: 8px;
  min-width: 8.75rem;
}.scx-seo_stat_val_byd {
  overflow-wrap: break-word;
  color: #C4923A;
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 20px;
}.scx-seo_stat_lb_byd {
  color: #967A62;
  font-size: 11px;
  overflow-wrap: break-word;
}.scx-faq_byd {
  padding: 2.25rem 1rem 0;
  background: #130C07;
}
@media(min-width: 767px) {.scx-faq_byd {
  padding: 44px 24px 0;
}
}.scx-faq_in_byd {
  margin: 0 auto;
  max-width: 83.75rem;
}.scx-faq_head_byd {
  margin-bottom: 1.25rem;
}.scx-faq_label_byd {
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #C4923A;
  font-weight: 700;
}.scx-faq_h2_byd {
  color: #F2E8D8;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
}
@media(min-width: 767px) {.scx-faq_h2_byd {
  font-size: 24px;
}
}.scx-faq_list_byd {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.scx-faq_item_byd {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #221609;
  overflow: hidden;
  border-radius: 0.5rem;
}.scx-faq_q_byd {
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  transition: color .2s;
  justify-content: space-between;
  color: #CCBAA0;
  font-weight: 600;
  flex-wrap: wrap;
  align-items: center;
  overflow-wrap: break-word;
  font-size: 14px;
  display: flex;
  cursor: pointer;
}.scx-faq_q_byd:hover {
  color: #F2E8D8;
}.scx-faq_q_ic_byd {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  align-items: center;
  width: 24px;
  justify-content: center;
  height: 1.5rem;
  display: flex;
  font-size: 16px;
  color: #C4923A;
  flex-shrink: 0;
}.scx-faq_item_byd.scx-state_open_byd .scx-faq_q_ic_byd {
  transform: rotate(45deg);
}.scx-faq_a_byd {
  padding: 0 1.25rem 16px;
  font-size: 13px;
  display: none;
  color: #967A62;
  line-height: 1.7;
  overflow-wrap: break-word;
}.scx-faq_item_byd.scx-state_open_byd .scx-faq_a_byd {
  display: block;
}.scx-faq_a_byd strong {
  font-weight: 700;
  color: #CCBAA0;
}.scx-faq_a_byd a {
  color: #C4923A;
  text-decoration: underline;
}.scx-faq_a_byd ul,.scx-faq_a_byd ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.scx-faq_a_byd ol {
  list-style: decimal;
}.scx-faq_a_byd li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.scx-faq_a_byd table {
  margin: 0.5rem 0;
  font-size: 0.75rem;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 769px) {.scx-faq_a_byd table {
  display: table;
}
}.scx-faq_a_byd th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 8px;
  font-weight: 700;
  color: #CCBAA0;
  text-align: left;
}.scx-faq_a_byd td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #967A62;
}.scx-pmt_byd {
  padding: 36px 16px 0;
  background: #130C07;
}
@media(min-width:768px) {.scx-pmt_byd {
  padding: 2.75rem 24px 0;
}
}.scx-pmt_in_byd {
  margin: 0 auto;
  max-width: 83.75rem;
}.scx-pmt_head_byd {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.scx-pmt_label_byd {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #C4923A;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
}.scx-pmt_h2_byd {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 1.375rem;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  color: #F2E8D8;
}
@media(min-width: 767px) {.scx-pmt_h2_byd {
  font-size: 1.75rem;
}
}.scx-pmt_intro_byd {
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #967A62;
}.scx-pmt_groups_byd {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.scx-pmt_group_byd {
  background: #221609;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
}.scx-pmt_group_head_byd {
  gap: 0.75rem;
  margin-bottom: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.scx-pmt_group_ic_byd {
  background: rgba(196, 146, 58, 0.18);
  border-radius: 4px;
  display: flex;
  align-items: center;
  color: #C4923A;
  height: 2.25rem;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
}.scx-pmt_group_ic_byd svg {
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.125rem;
}.scx-pmt_group_h_byd {
  margin: 0;
  font-size: 1rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F2E8D8;
}.scx-pmt_group_p_byd {
  color: #967A62;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 13px;
  margin-bottom: 14px;
}.scx-pmt_group_p_byd strong {
  color: #CCBAA0;
  font-weight: 600;
}.scx-pmt_table_wrap_byd {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.scx-pmt_table_byd {
  font-size: 13px;
  border-collapse: collapse;
  min-width: 540px;
  width: 100%;
}.scx-pmt_table_byd th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  white-space: nowrap;
  letter-spacing: .04em;
  font-size: 11px;
  text-transform: uppercase;
  color: #CCBAA0;
  font-weight: 700;
}.scx-pmt_table_byd td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  color: #967A62;
}.scx-pmt_table_byd tbody tr:last-child td {
  border-bottom: none;
}.scx-pmt_table_byd tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #CCBAA0;
}.scx-ft_byd {
  background: #0A0603;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.scx-ft_support_byd {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 771px) {.scx-ft_support_byd {
  padding: 1.75rem 1.5rem;
}
}.scx-ft_support_in_byd {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  max-width: 1340px;
  align-items: center;
}.scx-ft_support_main_byd {
  gap: 16px;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  min-width: 13.75rem;
}.scx-ft_support_ic_byd {
  flex-shrink: 0;
  color: #C4923A;
}.scx-ft_support_ic_byd svg {
  stroke-linejoin: round;
  width: 1.875rem;
  height: 1.875rem;
  stroke-linecap: round;
}.scx-ft_support_text_title_byd {
  color: #F2E8D8;
  overflow-wrap: break-word;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px;
}.scx-ft_support_text_sub_byd {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #967A62;
}.scx-ft_support_btn_byd {
  padding: 0.688rem 1.375rem;
  border-radius: 8px;
  transition: background .2s;
  background: #C4923A;
  font-size: 0.813rem;
  font-weight: 700;
  white-space: nowrap;
  color: #F2E8D8;
  flex-shrink: 0;
}.scx-ft_support_btn_byd:hover {
  background: #D4A44C;
}.scx-ft_support_contacts_byd {
  gap: 1rem;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.scx-ft_support_contact_byd {
  line-height: 1.4;
  color: #9E8266;
  font-size: 12px;
}.scx-ft_support_contact_byd strong {
  display: block;
  font-size: 0.688rem;
  margin-bottom: 2px;
  font-weight: 600;
  color: #A89070;
}.scx-ft_main_byd {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.scx-ft_main_byd {
  padding: 2.5rem 24px 2rem;
}
}.scx-ft_main_in_byd {
  margin: 0 auto;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 83.75rem;
}
@media(min-width: 641px) {.scx-ft_main_in_byd {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.scx-ft_main_in_byd {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.scx-ft_col_logo_byd {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.scx-ft_col_logo_byd {
  grid-column: auto;
}
}.scx-ft_logo_byd {
  gap: 9px;
  color: #F2E8D8;
  align-items: center;
  overflow-wrap: break-word;
  font-size: 1rem;
  margin-bottom: 12px;
  font-weight: 800;
  flex-wrap: wrap;
  display: flex;
}.scx-ft_logo_mark_byd {
  overflow: hidden;
  border-radius: 0.25rem;
  width: 30px;
  height: 30px;
}.scx-ft_logo_mark_byd img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.scx-ft_logo_sub_byd {
  color: #9E8266;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  max-width: 200px;
  line-height: 1.55;
}.scx-ft_col_title_byd {
  font-size: 0.75rem;
  font-weight: 700;
  color: #A89070;
  margin-bottom: 14px;
  letter-spacing: .07em;
  text-transform: uppercase;
}.scx-ft_col_links_byd {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.scx-ft_col_link_byd {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #9E8266;
  font-size: 13px;
}.scx-ft_col_link_byd:hover {
  color: #CCBAA0;
}.scx-ft_apps_byd {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.scx-ft_app_card_byd {
  gap: 10px;
  border-radius: 4px;
  padding: 10px 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  align-items: center;
}.scx-ft_app_card_byd:hover {
  border-color: rgba(196, 146, 58, 0.52);
}.scx-ft_app_card_ic_byd svg {
  width: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 22px;
}.scx-ft_app_card_os_byd {
  font-size: 0.625rem;
  font-weight: 600;
  color: #9E8266;
}.scx-ft_app_card_action_byd {
  font-weight: 700;
  font-size: 12px;
  color: #CCBAA0;
}.scx-ft_bot_byd {
  padding: 20px 16px;
}
@media(min-width: 771px) {.scx-ft_bot_byd {
  padding: 20px 24px;
}
}.scx-ft_bot_in_byd {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1340px;
}.scx-ft_socials_byd {
  gap: 8px;
  display: flex;
}.scx-ft_soc_byd {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: background .2s;
  width: 36px;
  height: 36px;
  justify-content: center;
  display: flex;
  color: #A89070;
  align-items: center;
}.scx-ft_soc_byd svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
  width: 1rem;
}.scx-ft_soc_byd:hover {
  background: rgba(255, 255, 255, 0.07);
}.scx-ft_legal_byd {
  flex: 1;
  min-width: 12.5rem;
  color: #907458;
  font-size: 11px;
  overflow-wrap: break-word;
  line-height: 1.6;
}.scx-ft_legal_byd strong {
  color: #A89070;
  font-weight: 700;
}.scx-ft_legal_byd a {
  text-decoration: underline;
  color: #A89070;
}.scx-ft_age_byd {
  border-radius: 50%;
  border: 2px solid #907458;
  flex-shrink: 0;
  justify-content: center;
  height: 32px;
  margin-left: auto;
  font-size: 11px;
  width: 2rem;
  align-items: center;
  display: flex;
  font-weight: 800;
  color: #907458;
}