html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #0C0A07;
  font-family: 'Jost', sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  line-height: 1.6;
  color: #C8B486;
}.kyq-layout_vsh {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.kyq-page_vsh {
  display: flex;
  min-height: 100vh;
}.kyq-main_vsh {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width: 1083px) {.kyq-main_vsh {
  padding-left: 13.75rem;
}
}
@media (max-width: 1080px) {.kyq-main_vsh {
  padding-bottom: 4.5rem;
}
}.kyq-gc_vsh {
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  background: #1B160E;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  width: 140px;
  flex-shrink: 0;
}
@media(min-width: 641px) {.kyq-gc_vsh {
  width: 9.75rem;
}
}
@media(min-width: 1083px) {.kyq-gc_vsh {
  width: 10.5rem;
}
}.kyq-gc_vsh:hover {
  border-color: rgba(196, 152, 30, 0.07);
  transform: translateY(-3px);
}.kyq-gc_img_vsh {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.kyq-gc_img_vsh img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}.kyq-gc_hover_vsh {
  transition: opacity .2s;
  background: rgba(0, 0, 0, 0.74);
  inset: 0;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}.kyq-gc_vsh:hover .kyq-gc_hover_vsh {
  opacity: 1;
}.kyq-gc_hover_btn_vsh {
  background: #C4981E;
  border-radius: 4px;
  padding: 8px 1rem;
  font-weight: 700;
  color: #F0E6C6;
  font-size: 12px;
}.kyq-gc_info_vsh {
  padding: 0.5rem 10px 10px;
}.kyq-gc_name_vsh {
  overflow: hidden;
  margin-bottom: 3px;
  max-width: 100%;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  color: #C8B486;
}.kyq-gc_prov_vsh {
  color: #8C7C5E;
  font-size: 0.625rem;
}.kyq-gc_tag_vsh {
  padding: 2px 7px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 9px;
  z-index: 2;
  top: 0.375rem;
  position: absolute;
  left: 0.375rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}.kyq-gc_tag_hot_vsh {
  background: #C0312A;
  color: #fff;
}.kyq-gc_tag_new_vsh {
  background: #2A7A50;
  color: #0C0A07;
}.kyq-gc_tag_jp_vsh {
  background: #E8A818;
  color: #0C0A07;
}.kyq-gc_tag_ex_vsh {
  background: #7A5510;
  color: #fff;
}.kyq-gc_tag_live_vsh {
  background: #C0312A;
  color: #fff;
}.kyq-gr_vsh {
  padding: 2rem 1rem 0;
  background: #0C0A07;
}
@media(min-width: 767px) {.kyq-gr_vsh {
  padding: 36px 24px 0;
}
}.kyq-gr_in_vsh {
  margin: 0 auto;
  max-width: 82.5rem;
}.kyq-gr_head_vsh {
  gap: 12px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}.kyq-gr_head_l_vsh {
  flex: 1;
  gap: 0.625rem;
  align-items: center;
  min-width: 0;
  display: flex;
}.kyq-gr_ic_vsh {
  border-radius: 0.5rem;
  justify-content: center;
  flex-shrink: 0;
  height: 32px;
  width: 32px;
  align-items: center;
  display: flex;
}.kyq-gr_ic_vsh svg {
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
  height: 16px;
}.kyq-gr_title_vsh {
  overflow-wrap: break-word;
  font-size: 1rem;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  color: #F0E6C6;
}
@media(min-width: 770px) {.kyq-gr_title_vsh {
  font-size: 1.125rem;
}
}.kyq-gr_more_vsh {
  transition: color .2s;
  gap: 5px;
  color: #7A6A4E;
  align-items: center;
  font-weight: 600;
  font-size: 0.75rem;
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
}.kyq-gr_more_vsh:hover {
  color: #C4981E;
}.kyq-gr_more_vsh svg {
  stroke-linejoin: round;
  height: 12px;
  stroke-linecap: round;
  width: 0.75rem;
}.kyq-gr_arrows_vsh {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.kyq-gr_arr_vsh {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  height: 30px;
  align-items: center;
  color: #9E8862;
  width: 1.875rem;
  justify-content: center;
  display: flex;
}.kyq-gr_arr_vsh:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F0E6C6;
}.kyq-gr_arr_vsh svg {
  height: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.813rem;
}.kyq-gr_seo_h_vsh {
  margin: 0 0 0.375rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 13px;
  font-weight: 700;
  max-width: 42.5rem;
  color: #C8B486;
}
@media(min-width: 765px) {.kyq-gr_seo_h_vsh {
  font-size: 14px;
}
}.kyq-gr_seo_vsh {
  max-width: 680px;
  margin-bottom: 12px;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #7A6A4E;
  line-height: 1.55;
}.kyq-gr_seo_vsh strong {
  font-weight: 600;
  color: #C8B486;
}.kyq-gr_scroll_vsh {
  gap: 10px;
  display: flex;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 0.625rem;
}.kyq-gr_scroll_vsh::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.kyq-gr_scroll_vsh {
  gap: 12px;
}
}.kyq-tb_vsh {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0C0A07;
  display: flex;
  z-index: 80;
  height: 3.5rem;
  top: 0;
  align-items: center;
  right: 0;
  position: fixed;
  left: 0;
}.kyq-tb_in_vsh {
  padding: 0 0.875rem;
  gap: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}.kyq-tb_burger_vsh {
  gap: 5px;
  border-radius: 0.5rem;
  align-items: center;
  flex-shrink: 0;
  width: 38px;
  justify-content: center;
  margin-right: 8px;
  height: 2.375rem;
  flex-direction: column;
  display: flex;
}.kyq-tb_burger_vsh:hover {
  background: rgba(255, 255, 255, 0.04);
}.kyq-tb_burger_line_vsh {
  border-radius: 1px;
  background: #9E8862;
  height: 2px;
  display: block;
  width: 18px;
}
@media(min-width: 1082px) {.kyq-tb_burger_vsh {
  display: none;
}
}.kyq-tb_logo_vsh {
  gap: 9px;
  align-items: center;
  font-size: 18px;
  display: flex;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-right: 1.25rem;
  letter-spacing: -.01em;
  color: #F0E6C6;
  flex-shrink: 0;
}.kyq-tb_logo_mark_vsh {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  height: 2rem;
  width: 2rem;
  justify-content: center;
  align-items: center;
}.kyq-tb_logo_mark_vsh img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.kyq-tb_nav_vsh {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width:640px) {.kyq-tb_nav_vsh {
  display: flex;
}
}.kyq-tb_tab_vsh {
  padding: 8px 0.875rem;
  border-radius: 8px;
  transition: background .15s,color .15s;
  color: #9E8862;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}.kyq-tb_tab_vsh:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #F0E6C6;
}.kyq-tb_tab_vsh.kyq-state_active_vsh {
  background: rgba(196, 152, 30, 0.16);
  color: #F0E6C6;
}.kyq-tb_right_vsh {
  gap: 8px;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.kyq-tb_login_vsh {
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s,color .2s;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  padding: 0.563rem 1rem;
  font-size: 13px;
  font-weight: 600;
  color: #C8B486;
  display: none;
}.kyq-tb_login_vsh:hover {
  border-color: rgba(196, 152, 42, 0.55);
  color: #F0E6C6;
}
@media(min-width: 483px) {.kyq-tb_login_vsh {
  display: block;
}
}.kyq-tb_reg_vsh {
  border-radius: 0.5rem;
  background: #2A7A50;
  padding: 9px 1.125rem;
  transition: background .2s;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  color: #0D0A05;
}.kyq-tb_reg_vsh:hover {
  background: #339662;
}.kyq-sb_vsh {
  border-right: 1px solid rgba(255, 255, 255, 0.04);
  transform: translateX(-100%);
  background: #151109;
  transition: transform .25s ease;
  top: 56px;
  position: fixed;
  width: 13.75rem;
  z-index: 70;
  overflow-y: auto;
  bottom: 0;
  left: 0;
}.kyq-sb_vsh.kyq-state_open_vsh {
  transform: translateX(0);
}.kyq-sb_vsh::-webkit-scrollbar {
  width: 0.25rem;
}.kyq-sb_vsh::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1082px) {.kyq-sb_vsh {
  transform: translateX(0);
}
}.kyq-sb_auth_vsh {
  padding: 0.875rem 0.75rem 0.625rem;
}.kyq-sb_btn_reg_vsh {
  transition: background .2s;
  background: #2A7A50;
  border-radius: 8px;
  padding: 11px;
  display: block;
  font-weight: 700;
  color: #0D0A05;
  margin-bottom: 0.5rem;
  font-size: 13px;
  text-align: center;
}.kyq-sb_btn_reg_vsh:hover {
  background: #339662;
}.kyq-sb_btn_login_vsh {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  padding: 0.625rem;
  transition: border-color .2s;
  font-size: 13px;
  text-align: center;
  color: #C8B486;
  display: block;
  font-weight: 600;
}.kyq-sb_btn_login_vsh:hover {
  border-color: rgba(196, 152, 42, 0.55);
  color: #F0E6C6;
}.kyq-sb_promo_vsh {
  overflow: hidden;
  margin: 0 0.75rem 10px;
  border: 1px solid rgba(196, 152, 30, 0.16);
  border-radius: 8px;
  background: linear-gradient(135deg,#1E1206,#151109);
  padding: 0.75rem 14px;
  position: relative;
}.kyq-sb_promo_vsh::before {
  background: radial-gradient(circle,rgba(196, 152, 30, 0.16),transparent 70%);
  border-radius: 50%;
  content: '';
  position: absolute;
  top: -20px;
  width: 5rem;
  height: 80px;
  right: -20px;
}.kyq-sb_promo_title_vsh {
  text-transform: uppercase;
  font-size: 11px;
  color: #C4981E;
  margin-bottom: 0.25rem;
  font-weight: 700;
  letter-spacing: .06em;
}.kyq-sb_promo_text_vsh {
  line-height: 1.35;
  font-weight: 600;
  font-size: 12px;
  color: #F0E6C6;
  overflow-wrap: break-word;
}.kyq-sb_promo_sub_vsh {
  font-size: 10px;
  margin-top: 3px;
  color: #7A6A4E;
}.kyq-sb_nav_vsh {
  padding: 6px 0.5rem 16px;
}.kyq-sb_nav_lb_vsh {
  padding: 0.625rem 0.5rem 6px;
  color: #8C7C5E;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.kyq-sb_link_vsh {
  transition: background .15s,color .15s;
  padding: 0.563rem 0.625rem;
  border-radius: 0.25rem;
  gap: 10px;
  display: flex;
  color: #9E8862;
  align-items: center;
  overflow-wrap: break-word;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}.kyq-sb_link_vsh:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #F0E6C6;
}.kyq-sb_link_vsh.kyq-state_active_vsh {
  background: rgba(196, 152, 30, 0.16);
  color: #F0E6C6;
}.kyq-sb_ic_vsh {
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  height: 30px;
  align-items: center;
  width: 1.875rem;
}.kyq-sb_ic_vsh svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
  height: 16px;
}.kyq-sb_ic_1_vsh {
  background: rgba(196, 152, 30, 0.07);
  color: #C4981E;
}.kyq-sb_ic_2_vsh {
  background: rgba(42, 122, 80, 0.18);
  color: #2A7A50;
}.kyq-sb_ic_3_vsh {
  background: rgba(232, 168, 24, 0.15);
  color: #E8A818;
}.kyq-sb_ic_4_vsh {
  background: rgba(122, 85, 16, 0.22);
  color: #7A5510;
}.kyq-sb_ic_5_vsh {
  background: rgba(196, 152, 30, 0.07);
  color: #C8486E;
}.kyq-sb_ic_6_vsh {
  background: rgba(122, 85, 16, 0.22);
  color: #7C3FA4;
}.kyq-sb_badge_vsh {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  background: #E8A818;
  font-size: 0.563rem;
  font-weight: 700;
  margin-left: auto;
  color: #0D0A05;
}.kyq-sb_bot_vsh {
  gap: 0.5rem;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  display: flex;
}.kyq-sb_lang_vsh,.kyq-sb_help_vsh {
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.04);
  gap: 6px;
  padding: 9px 0.375rem;
  transition: border-color .2s;
  border-radius: 0.25rem;
  flex: 1;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  display: flex;
  color: #9E8862;
}.kyq-sb_lang_vsh:hover,.kyq-sb_help_vsh:hover {
  border-color: rgba(196, 152, 42, 0.55);
  color: #F0E6C6;
}.kyq-sb_lang_vsh svg,.kyq-sb_help_vsh svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 13px;
  width: 13px;
}.kyq-sb_bd_vsh {
  inset: 0;
  background: rgba(0, 0, 0, 0.74);
  position: fixed;
  z-index: 69;
  display: none;
}.kyq-sb_bd_vsh.kyq-state_on_vsh {
  display: block;
}
@media(min-width: 1082px) {.kyq-sb_bd_vsh {
  display: none!important;
}
}.kyq-mob_nav_vsh {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  background: #151109;
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  right: 0;
  display: flex;
  bottom: 0;
  left: 0;
  z-index: 80;
  position: fixed;
}
@media(min-width: 1082px) {.kyq-mob_nav_vsh {
  display: none;
}
}.kyq-mob_nav_item_vsh {
  flex: 1;
  padding: 0.25rem 2px;
  gap: 4px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
  color: #8C7C5E;
}.kyq-mob_nav_ic_vsh {
  line-height: 1;
}.kyq-mob_nav_ic_vsh svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 20px;
  width: 1.25rem;
}.kyq-mob_nav_lb_vsh {
  font-size: 0.625rem;
  color: #8C7C5E;
  font-weight: 600;
}.kyq-mob_nav_item_vsh.kyq-state_active_vsh {
  color: #C4981E;
}.kyq-mob_nav_item_vsh.kyq-state_active_vsh .kyq-mob_nav_lb_vsh {
  color: #C4981E;
}.kyq-hero_vsh {
  background: #0C0A07;
  padding: 1.25rem 16px 0;
}
@media(min-width: 765px) {.kyq-hero_vsh {
  padding: 24px 24px 0;
}
}.kyq-hero_in_vsh {
  gap: 12px;
  margin: 0 auto;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.kyq-hero_in_vsh {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1099px) {.kyq-hero_in_vsh {
  grid-template-columns: 1fr 21.25rem;
}
}.kyq-hero_promo_vsh {
  border-radius: 12px;
  background: #1B160E;
  overflow: hidden;
  display: flex;
  min-height: 220px;
  position: relative;
  align-items: stretch;
}
@media(min-width: 765px) {.kyq-hero_promo_vsh {
  min-height: 17.5rem;
}
}.kyq-hero_promo_bg_vsh {
  background: linear-gradient(120deg,#1E1206 0%,#0C0A07 100%);
  inset: 0;
  background-position: center;
  position: absolute;
  background-size: cover;
}.kyq-hero_promo_bg_vsh::after {
  background: linear-gradient(90deg,#0C0A07 0%,rgba(0, 0, 0, 0.74) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.kyq-hero_promo_glow_vsh {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(122, 85, 16, 0.22) 0%,transparent 65%);
  position: absolute;
  right: 60px;
  width: 18.75rem;
  height: 18.75rem;
  top: -40px;
  pointer-events: none;
}.kyq-hero_promo_ct_vsh {
  padding: 1.75rem 24px 1.75rem 1.75rem;
  flex-direction: column;
  position: relative;
  display: flex;
  max-width: 480px;
  z-index: 2;
  justify-content: center;
}
@media(min-width: 765px) {.kyq-hero_promo_ct_vsh {
  padding: 40px 2rem;
}
}.kyq-hero_badge_vsh {
  padding: 5px 0.75rem;
  background: rgba(196, 152, 30, 0.16);
  border-radius: 20px;
  border: 1px solid rgba(196, 152, 30, 0.07);
  text-transform: uppercase;
  letter-spacing: .08em;
  display: inline-block;
  font-size: 10px;
  margin-bottom: 14px;
  color: #C4981E;
  font-weight: 700;
}.kyq-hero_h1_vsh {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.625rem;
  font-weight: 800;
  line-height: 1.15;
  color: #F0E6C6;
  font-size: 1.625rem;
}.kyq-hero_h1_vsh em {
  color: #E8A818;
  font-style: normal;
}
@media(min-width: 769px) {.kyq-hero_h1_vsh {
  font-size: 2.25rem;
}
}.kyq-hero_sub_vsh {
  color: #9E8862;
  font-size: 0.813rem;
  margin-bottom: 1.25rem;
  line-height: 1.55;
}
@media(min-width: 771px) {.kyq-hero_sub_vsh {
  font-size: 0.875rem;
}
}.kyq-hero_row_vsh {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.kyq-hero_cta_vsh {
  background: #2A7A50;
  transition: background .2s;
  padding: 13px 26px;
  border-radius: 8px;
  box-shadow: 0px 0.25rem 20px rgba(42, 122, 80, 0.50), 0px 1px 3px rgba(0, 0, 0, 0.70);
  color: #0D0A05;
  font-weight: 700;
  font-size: 0.875rem;
}.kyq-hero_cta_vsh:hover {
  background: #339662;
}.kyq-hero_terms_vsh {
  font-size: 0.688rem;
  color: #8C7C5E;
}.kyq-hero_game_vsh {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.75rem;
  overflow: hidden;
  background: #1B160E;
  display: flex;
  position: relative;
  flex-direction: column;
}.kyq-hero_game_badge_vsh {
  background: rgba(232, 168, 24, 0.15);
  padding: 0.313rem 0.625rem;
  border: 1px solid rgba(232, 168, 24, 0.15);
  border-radius: 20px;
  position: absolute;
  font-size: 0.625rem;
  z-index: 3;
  left: 0.75rem;
  font-weight: 700;
  top: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #E8A818;
}.kyq-hero_game_badge_vsh svg {
  width: 11px;
  vertical-align: -1px;
  margin-right: 0.25rem;
  height: 11px;
}.kyq-hero_game_img_vsh {
  overflow: hidden;
  background: linear-gradient(135deg,#1E1206,#0C0A07);
  padding-bottom: 60%;
  position: relative;
}.kyq-hero_game_img_vsh img {
  inset: 0;
  height: 100%;
  position: absolute;
  object-fit: cover;
  width: 100%;
}.kyq-hero_game_play_vsh {
  transition: opacity .2s;
  inset: 0;
  background: rgba(0, 0, 0, 0.74);
  display: flex;
  position: absolute;
  justify-content: center;
  opacity: 0;
  align-items: center;
}.kyq-hero_game_vsh:hover .kyq-hero_game_play_vsh {
  opacity: 1;
}.kyq-hero_game_play_vsh span {
  border-radius: 50%;
  background: #C4981E;
  height: 52px;
  justify-content: center;
  width: 52px;
  align-items: center;
  display: flex;
}.kyq-hero_game_play_vsh span svg {
  height: 18px;
  width: 18px;
  margin-left: 2px;
}.kyq-hero_game_info_vsh {
  padding: 0.875rem 16px;
}.kyq-hero_game_title_vsh {
  overflow-wrap: break-word;
  color: #F0E6C6;
  font-weight: 700;
  margin-bottom: 0.25rem;
  font-size: 15px;
}.kyq-hero_game_provider_vsh {
  font-size: 11px;
  color: #7A6A4E;
}.kyq-hero_game_btn_vsh {
  background: #C4981E;
  transition: background .2s;
  border-radius: 0.5rem;
  margin: 0.75rem 1rem 1rem;
  padding: 11px;
  font-weight: 700;
  color: #F0E6C6;
  display: block;
  font-size: 13px;
  text-align: center;
}.kyq-hero_game_vsh:hover .kyq-hero_game_btn_vsh {
  background: #D4AB36;
}.kyq-sbar_vsh {
  padding: 1rem 16px 0;
  background: #0C0A07;
}
@media(min-width: 771px) {.kyq-sbar_vsh {
  padding: 18px 24px 0;
}
}.kyq-sbar_in_vsh {
  margin: 0 auto;
  max-width: 82.5rem;
}.kyq-sbar_row_vsh {
  gap: 10px;
  display: flex;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}.kyq-sbar_input_vsh {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1B160E;
  gap: 0.625rem;
  border-radius: 0.5rem;
  flex: 1;
  transition: border-color .2s;
  padding: 0.688rem 1rem;
  color: #7A6A4E;
  display: flex;
  align-items: center;
  font-size: 0.813rem;
  cursor: pointer;
}.kyq-sbar_input_vsh:hover {
  border-color: rgba(196, 152, 42, 0.55);
}.kyq-sbar_input_vsh svg {
  stroke-linecap: round;
  flex-shrink: 0;
  height: 15px;
  stroke-linejoin: round;
  width: 0.938rem;
}.kyq-sbar_providers_vsh {
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1B160E;
  gap: 8px;
  border-radius: 8px;
  padding: 11px 1.125rem;
  align-items: center;
  font-size: 13px;
  display: flex;
  font-weight: 600;
  color: #C8B486;
  white-space: nowrap;
}.kyq-sbar_providers_vsh:hover {
  border-color: rgba(196, 152, 42, 0.55);
  color: #F0E6C6;
}.kyq-sbar_providers_vsh svg {
  width: 0.875rem;
  height: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.kyq-sbar_tabs_vsh {
  gap: 0.375rem;
  scrollbar-width: none;
  padding-bottom: 2px;
  overflow-x: auto;
  display: flex;
}.kyq-sbar_tabs_vsh::-webkit-scrollbar {
  display: none;
}.kyq-sbar_tab_vsh {
  gap: 7px;
  transition: background .15s,color .15s,border-color .15s;
  padding: 8px 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 20px;
  white-space: nowrap;
  font-weight: 600;
  display: flex;
  flex-shrink: 0;
  color: #9E8862;
  font-size: 12px;
  cursor: pointer;
  align-items: center;
}.kyq-sbar_tab_vsh:hover {
  border-color: rgba(196, 152, 42, 0.55);
  background: rgba(255, 255, 255, 0.07);
  color: #F0E6C6;
}.kyq-sbar_tab_vsh.kyq-state_active_vsh {
  border-color: rgba(196, 152, 30, 0.07);
  background: rgba(196, 152, 30, 0.16);
  color: #F0E6C6;
}.kyq-sbar_tab_ic_vsh svg {
  stroke-linecap: round;
  height: 0.875rem;
  stroke-linejoin: round;
  width: 14px;
}.kyq-wy_vsh {
  padding: 2rem 1rem 0;
  background: #0C0A07;
}
@media(min-width: 766px) {.kyq-wy_vsh {
  padding: 2.5rem 24px 0;
}
}.kyq-wy_in_vsh {
  margin: 0 auto;
  max-width: 1320px;
}.kyq-wy_head_vsh {
  max-width: 720px;
  margin-bottom: 1.125rem;
}.kyq-wy_label_vsh {
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #C4981E;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
}.kyq-wy_h2_vsh {
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  margin-bottom: 8px;
  color: #F0E6C6;
  font-size: 20px;
}
@media(min-width: 769px) {.kyq-wy_h2_vsh {
  font-size: 1.5rem;
}
}.kyq-wy_intro_vsh {
  margin: 0;
  line-height: 1.6;
  color: #7A6A4E;
  font-size: 0.813rem;
}.kyq-wy_grid_vsh {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.kyq-wy_grid_vsh {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.kyq-wy_grid_vsh {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.kyq-wy_card_vsh {
  border-radius: 0.5rem;
  background: #151109;
  padding: 1.25rem;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.kyq-wy_card_vsh:hover {
  border-color: rgba(196, 152, 30, 0.07);
  transform: translateY(-2px);
}.kyq-wy_card_ic_vsh {
  border-radius: 50%;
  background: rgba(196, 152, 30, 0.16);
  height: 44px;
  color: #C4981E;
  margin-bottom: 14px;
  align-items: center;
  width: 44px;
  display: flex;
  justify-content: center;
}.kyq-wy_card_ic_vsh svg {
  height: 1.375rem;
  width: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.kyq-wy_card_h_vsh {
  font-weight: 700;
  font-size: 0.938rem;
  line-height: 1.25;
  color: #F0E6C6;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
}.kyq-wy_card_p_vsh {
  color: #7A6A4E;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
}.kyq-wy_card_p_vsh strong {
  font-weight: 600;
  color: #C8B486;
}.kyq-ws_vsh {
  background: #0C0A07;
  padding: 32px 16px 0;
}
@media(min-width:768px) {.kyq-ws_vsh {
  padding: 36px 1.5rem 0;
}
}.kyq-ws_in_vsh {
  margin: 0 auto;
  max-width: 82.5rem;
}.kyq-ws_head_vsh {
  gap: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 0.875rem;
  justify-content: space-between;
  flex-wrap: wrap;
}.kyq-ws_title_vsh {
  gap: 0.625rem;
  overflow-wrap: break-word;
  color: #F0E6C6;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  display: flex;
}.kyq-ws_title_ic_vsh svg {
  width: 18px;
  color: #E8A818;
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.kyq-ws_online_vsh {
  gap: 0.438rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #7A6A4E;
  font-size: 12px;
}.kyq-ws_online_dot_vsh {
  background: #2A7A50;
  border-radius: 50%;
  box-shadow: 0 0 0.375rem rgba(42, 122, 80, 0.18);
  height: 0.5rem;
  width: 0.5rem;
  flex-shrink: 0;
}.kyq-ws_scroll_vsh {
  gap: 8px;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 8px;
  display: flex;
}.kyq-ws_scroll_vsh::-webkit-scrollbar {
  display: none;
}.kyq-wc_vsh {
  background: #1B160E;
  border: 1px solid rgba(255, 255, 255, 0.11);
  gap: 0.625rem;
  border-radius: 0.5rem;
  padding: 0.625rem 0.875rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 13.75rem;
}.kyq-wc_img_vsh {
  background: #151109;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
}.kyq-wc_img_vsh img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.kyq-wc_info_vsh {
  min-width: 0;
}.kyq-wc_game_vsh {
  overflow: hidden;
  color: #C8B486;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.75rem;
  text-overflow: ellipsis;
}.kyq-wc_player_vsh {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.625rem;
  color: #8C7C5E;
  text-overflow: ellipsis;
}.kyq-wc_amount_vsh {
  font-size: 0.813rem;
  margin-left: auto;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 700;
  color: #2A7A50;
}.kyq-reg_vsh {
  background: #0C0A07;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.kyq-reg_vsh {
  padding: 44px 1.5rem 0;
}
}.kyq-reg_in_vsh {
  background: #151109;
  margin: 0 auto;
  border-radius: 12px;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  max-width: 1320px;
}
@media(min-width: 770px) {.kyq-reg_in_vsh {
  padding: 40px;
}
}.kyq-reg_top_vsh {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.kyq-reg_top_vsh {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.kyq-reg_label_vsh {
  font-weight: 700;
  margin-bottom: 10px;
  color: #C4981E;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
}.kyq-reg_h2_vsh {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #F0E6C6;
  line-height: 1.2;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  font-size: 1.375rem;
}
@media(min-width: 770px) {.kyq-reg_h2_vsh {
  font-size: 1.75rem;
}
}.kyq-reg_bonus_vsh {
  border-radius: 0.5rem;
  gap: 0.5rem;
  padding: 10px 16px;
  border: 1px solid rgba(232, 168, 24, 0.15);
  background: rgba(232, 168, 24, 0.15);
  align-items: center;
  margin-bottom: 1rem;
  display: inline-flex;
}.kyq-reg_bonus_amount_vsh {
  font-size: 1.25rem;
  color: #E8A818;
  font-weight: 800;
}.kyq-reg_bonus_text_vsh {
  line-height: 1.35;
  font-size: 13px;
  color: #9E8862;
}.kyq-reg_cta_btn_vsh {
  padding: 14px 2rem;
  border-radius: 0.5rem;
  background: #2A7A50;
  transition: background .2s;
  box-shadow: 0px 4px 1.25rem rgba(42, 122, 80, 0.50), 0px 1px 3px rgba(0, 0, 0, 0.70);
  margin-bottom: 0.75rem;
  font-weight: 700;
  display: inline-block;
  color: #0D0A05;
  font-size: 0.938rem;
}.kyq-reg_cta_btn_vsh:hover {
  background: #339662;
}.kyq-reg_terms_vsh {
  line-height: 1.5;
  font-size: 11px;
  color: #8C7C5E;
}.kyq-reg_seo_vsh {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  font-size: 13px;
  color: #7A6A4E;
  margin-top: 20px;
  line-height: 1.65;
  overflow-wrap: break-word;
  padding-top: 1.25rem;
}.kyq-reg_seo_vsh p {
  color: #7A6A4E;
  margin-bottom: 0.625rem;
  font-size: 13px;
  line-height: 1.65;
}.kyq-reg_seo_vsh p:last-child {
  margin-bottom: 0;
}.kyq-reg_seo_vsh strong {
  font-weight: 700;
  color: #C8B486;
}.kyq-reg_seo_vsh a {
  transition: color .2s;
  color: #C4981E;
  text-decoration: underline;
}.kyq-reg_seo_vsh a:hover {
  color: #D4AB36;
}.kyq-reg_seo_vsh ul,.kyq-reg_seo_vsh ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.kyq-reg_seo_vsh ol {
  list-style: decimal;
}.kyq-reg_seo_vsh li {
  color: #7A6A4E;
  font-size: 13px;
  margin-bottom: 4px;
  line-height: 1.65;
}.kyq-reg_seo_vsh table {
  margin-bottom: 10px;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  font-size: 0.813rem;
  display: block;
}
@media(min-width: 766px) {.kyq-reg_seo_vsh table {
  display: table;
}
}.kyq-reg_seo_vsh th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C8B486;
}.kyq-reg_seo_vsh td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  padding: 8px;
  color: #7A6A4E;
}.kyq-reg_steps_vsh {
  gap: 14px;
  flex-direction: column;
  display: flex;
  margin-top: 28px;
}
@media(min-width: 858px) {.kyq-reg_steps_vsh {
  margin-top: 0;
}
}.kyq-reg_step_vsh {
  gap: 14px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1rem;
  background: rgba(255, 255, 255, 0.04);
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.kyq-reg_step_num_vsh {
  border-radius: 50%;
  background: rgba(196, 152, 30, 0.16);
  border: 1px solid rgba(196, 152, 30, 0.07);
  font-weight: 800;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.875rem;
  color: #C4981E;
  display: flex;
  height: 34px;
  align-items: center;
  width: 34px;
}.kyq-reg_step_title_vsh {
  color: #F0E6C6;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
}.kyq-reg_step_text_vsh {
  line-height: 1.5;
  color: #7A6A4E;
  font-size: 0.75rem;
}.kyq-reg_trust_vsh {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  flex-wrap: wrap;
  padding-top: 20px;
  display: flex;
  margin-top: 20px;
}.kyq-reg_trust_item_vsh {
  gap: 7px;
  font-size: 12px;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
  color: #7A6A4E;
}.kyq-reg_trust_ic_vsh svg {
  width: 16px;
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
  color: #C4981E;
}.kyq-prov_vsh {
  padding: 2.25rem 16px 0;
  background: #0C0A07;
}
@media(min-width: 767px) {.kyq-prov_vsh {
  padding: 2.75rem 24px 0;
}
}.kyq-prov_in_vsh {
  margin: 0 auto;
  max-width: 82.5rem;
}.kyq-prov_head_vsh {
  margin-bottom: 16px;
}.kyq-prov_label_vsh {
  letter-spacing: .08em;
  color: #C4981E;
  font-size: 11px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
}.kyq-prov_h2_vsh {
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-size: 20px;
  color: #F0E6C6;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}
@media(min-width: 769px) {.kyq-prov_h2_vsh {
  font-size: 1.5rem;
}
}.kyq-prov_seo_vsh {
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #7A6A4E;
  font-size: 0.813rem;
  max-width: 620px;
  margin-bottom: 16px;
}.kyq-prov_seo_vsh strong {
  color: #C8B486;
  font-weight: 700;
}.kyq-prov_seo_vsh a {
  color: #C4981E;
  text-decoration: underline;
}.kyq-prov_grid_vsh {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 639px) {.kyq-prov_grid_vsh {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.kyq-prov_grid_vsh {
  grid-template-columns: repeat(8,1fr);
}
}.kyq-prov_card_vsh {
  gap: 7px;
  background: #1B160E;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 14px 10px;
  border-radius: 8px;
  align-items: center;
  flex-direction: column;
  display: flex;
  cursor: pointer;
}.kyq-prov_card_vsh:hover {
  background: #151109;
  border-color: rgba(196, 152, 42, 0.55);
}.kyq-prov_logo_vsh {
  border-radius: 0.25rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  width: 2.75rem;
  align-items: center;
  height: 44px;
  justify-content: center;
}.kyq-prov_logo_vsh img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.kyq-prov_name_vsh {
  overflow-wrap: break-word;
  text-align: center;
  color: #9E8862;
  font-size: 0.688rem;
  font-weight: 600;
}.kyq-app_vsh {
  background: #0C0A07;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.kyq-app_vsh {
  padding: 2.75rem 24px 0;
}
}.kyq-app_in_vsh {
  margin: 0 auto;
  max-width: 82.5rem;
}.kyq-app_head_vsh {
  margin-bottom: 1rem;
}.kyq-app_label_vsh {
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #C4981E;
  font-weight: 700;
  font-size: 0.688rem;
}.kyq-app_h2_vsh {
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  color: #F0E6C6;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}
@media(min-width: 769px) {.kyq-app_h2_vsh {
  font-size: 1.5rem;
}
}.kyq-app_sub_vsh {
  overflow-wrap: break-word;
  color: #7A6A4E;
  font-size: 13px;
  max-width: 37.5rem;
  line-height: 1.6;
}.kyq-app_sub_vsh strong {
  font-weight: 700;
  color: #C8B486;
}.kyq-app_cards_vsh {
  gap: 10px;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 16px;
}
@media(min-width:640px) {.kyq-app_cards_vsh {
  grid-template-columns: repeat(3,1fr);
}
}.kyq-app_card_vsh {
  overflow: hidden;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 0.5rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.kyq-app_card_ios_vsh {
  background: linear-gradient(135deg,rgba(196, 152, 30, 0.16) 0%,#151109 100%);
}.kyq-app_card_android_vsh {
  background: linear-gradient(135deg,rgba(42, 122, 80, 0.18) 0%,#151109 100%);
}.kyq-app_card_win_vsh {
  background: linear-gradient(135deg,rgba(232, 168, 24, 0.15) 0%,#151109 100%);
}.kyq-app_card_ic_vsh svg {
  width: 2.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 34px;
}.kyq-app_card_ic_vsh {
  color: #F0E6C6;
  flex-shrink: 0;
}.kyq-app_card_os_vsh {
  letter-spacing: .08em;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #7A6A4E;
  margin-bottom: 6px;
  font-weight: 700;
}.kyq-app_card_title_vsh {
  line-height: 1.2;
  color: #F0E6C6;
  font-weight: 700;
  font-size: 0.938rem;
  margin-bottom: 6px;
  overflow-wrap: break-word;
}.kyq-app_card_text_vsh {
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  color: #7A6A4E;
  line-height: 1.5;
  font-size: 12px;
}.kyq-app_card_btn_vsh {
  padding: 10px 1.125rem;
  background: rgba(255, 255, 255, 0.12);
  transition: background .2s;
  gap: 7px;
  border: 1px solid rgba(196, 152, 42, 0.55);
  border-radius: 0.25rem;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  color: #F0E6C6;
  display: inline-flex;
}.kyq-app_card_btn_vsh:hover {
  background: rgba(255, 255, 255, 0.07);
}.kyq-htp_vsh {
  padding: 36px 16px 0;
  background: #0C0A07;
}
@media(min-width: 766px) {.kyq-htp_vsh {
  padding: 44px 1.5rem 0;
}
}.kyq-htp_in_vsh {
  margin: 0 auto;
  max-width: 1320px;
}.kyq-htp_head_vsh {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.kyq-htp_label_vsh {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #C4981E;
}.kyq-htp_h2_vsh {
  color: #F0E6C6;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.kyq-htp_h2_vsh {
  font-size: 1.75rem;
}
}.kyq-htp_intro_vsh {
  font-size: 14px;
  color: #7A6A4E;
  line-height: 1.6;
}.kyq-htp_steps_vsh {
  margin: 0;
  list-style: none;
  padding: 0;
  gap: 12px;
  grid-template-columns: 1fr;
  counter-reset: none;
  display: grid;
}
@media(min-width: 641px) {.kyq-htp_steps_vsh {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.kyq-htp_steps_vsh {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.kyq-htp_step_vsh {
  background: #151109;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1.25rem 1.125rem 18px;
  display: flex;
  position: relative;
  flex-direction: column;
}.kyq-htp_step_num_vsh {
  background: #C4981E;
  border-radius: 50%;
  font-weight: 800;
  color: #0D0A05;
  font-family: 'Cinzel', serif;
  width: 1.75rem;
  font-size: 13px;
  align-items: center;
  display: flex;
  top: -0.75rem;
  left: 20px;
  position: absolute;
  height: 1.75rem;
  justify-content: center;
}.kyq-htp_step_ic_vsh {
  border-radius: 4px;
  margin: 8px 0 12px;
  background: rgba(196, 152, 30, 0.16);
  justify-content: center;
  color: #C4981E;
  align-items: center;
  height: 2.25rem;
  display: flex;
  width: 36px;
}.kyq-htp_step_ic_vsh svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.125rem;
  width: 1.125rem;
}.kyq-htp_step_h_vsh {
  color: #F0E6C6;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 6px;
}.kyq-htp_step_p_vsh {
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #7A6A4E;
}.kyq-htp_step_p_vsh strong {
  color: #C8B486;
  font-weight: 600;
}.kyq-htp_cta_vsh {
  padding: 0.813rem 26px;
  transition: background .2s;
  border-radius: 8px;
  background: #2A7A50;
  display: inline-block;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0D0A05;
}.kyq-htp_cta_vsh:hover {
  background: #339662;
}.kyq-bon_vsh {
  background: #0C0A07;
  padding: 36px 1rem 0;
}
@media(min-width:768px) {.kyq-bon_vsh {
  padding: 44px 1.5rem 0;
}
}.kyq-bon_in_vsh {
  margin: 0 auto;
  max-width: 82.5rem;
}.kyq-bon_head_vsh {
  margin-bottom: 1.25rem;
}.kyq-bon_label_vsh {
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #C4981E;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.kyq-bon_h2_vsh {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #F0E6C6;
  margin-bottom: 0.5rem;
}
@media(min-width: 767px) {.kyq-bon_h2_vsh {
  font-size: 1.5rem;
}
}.kyq-bon_seo_vsh {
  color: #7A6A4E;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 38.75rem;
}.kyq-bon_seo_vsh strong {
  font-weight: 700;
  color: #C8B486;
}.kyq-bon_seo_vsh a {
  text-decoration: underline;
  color: #C4981E;
}.kyq-bon_grid_vsh {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.kyq-bon_grid_vsh {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.kyq-bon_grid_vsh {
  grid-template-columns: repeat(5,1fr);
}
}.kyq-bon_card_vsh {
  transition: border-color .2s,transform .2s;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1B160E;
  border-radius: 0.5rem;
}.kyq-bon_card_vsh:hover {
  border-color: rgba(196, 152, 30, 0.07);
  transform: translateY(-2px);
}.kyq-bon_card_ic_vsh svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.625rem;
  width: 26px;
}.kyq-bon_card_ic_vsh {
  margin-bottom: 0.625rem;
}.kyq-bon_card_type_vsh {
  color: #7A6A4E;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 0.375rem;
}.kyq-bon_card_amount_vsh {
  font-size: 1.125rem;
  color: #E8A818;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 6px;
}.kyq-bon_card_name_vsh {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #F0E6C6;
  margin-bottom: 0.5rem;
  font-weight: 600;
}.kyq-bon_card_detail_vsh {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  overflow-wrap: break-word;
  color: #8C7C5E;
  font-size: 11px;
  line-height: 1.5;
  padding-top: 8px;
}.kyq-seo_vsh {
  background: #0C0A07;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.kyq-seo_vsh {
  padding: 44px 1.5rem 0;
}
}.kyq-seo_in_vsh {
  border-radius: 12px;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  margin: 0 auto;
  background: #151109;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.kyq-seo_in_vsh {
  padding: 36px 40px;
}
}.kyq-seo_label_vsh {
  margin-bottom: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #C4981E;
}.kyq-seo_h2_vsh {
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F0E6C6;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  font-weight: 800;
}
@media(min-width: 771px) {.kyq-seo_h2_vsh {
  font-size: 24px;
}
}.kyq-seo_body_vsh {
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #9E8862;
}.kyq-seo_body_vsh p {
  color: #9E8862;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}.kyq-seo_body_vsh p:last-child {
  margin-bottom: 0;
}.kyq-seo_body_vsh strong {
  color: #C8B486;
  font-weight: 700;
}.kyq-seo_body_vsh a {
  transition: color .2s;
  color: #C4981E;
  text-decoration: underline;
}.kyq-seo_body_vsh a:hover {
  color: #D4AB36;
}.kyq-seo_body_vsh ul,.kyq-seo_body_vsh ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.kyq-seo_body_vsh ol {
  list-style: decimal;
}.kyq-seo_body_vsh li {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 6px;
  color: #9E8862;
}.kyq-seo_body_vsh table {
  overflow-x: auto;
  display: block;
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.75rem;
}
@media(min-width: 766px) {.kyq-seo_body_vsh table {
  display: table;
}
}.kyq-seo_body_vsh th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #C8B486;
}.kyq-seo_body_vsh td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: #9E8862;
}.kyq-seo_cols_vsh {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.kyq-seo_cols_vsh {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.kyq-seo_cols_vsh {
  grid-template-columns: repeat(3,1fr);
}
}.kyq-seo_col_h_vsh {
  font-size: 13px;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  color: #C8B486;
  font-weight: 700;
}.kyq-seo_col_p_vsh {
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #7A6A4E;
}.kyq-seo_stats_vsh {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.kyq-seo_stat_vsh {
  background: rgba(196, 152, 30, 0.07);
  padding: 0.875rem 16px;
  border-radius: 8px;
  flex: 1;
  border: 1px solid rgba(196, 152, 30, 0.16);
  min-width: 140px;
}.kyq-seo_stat_val_vsh {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #C4981E;
  margin-bottom: 4px;
  font-size: 1.25rem;
}.kyq-seo_stat_lb_vsh {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7A6A4E;
}.kyq-seo_vsh {
  padding: 36px 1rem 0;
  background: #0C0A07;
}
@media(min-width: 770px) {.kyq-seo_vsh {
  padding: 2.75rem 1.5rem 0;
}
}.kyq-seo_in_vsh {
  padding: 28px 24px;
  background: #151109;
  border: 1px solid rgba(255, 255, 255, 0.11);
  margin: 0 auto;
  border-radius: 0.75rem;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.kyq-seo_in_vsh {
  padding: 2.25rem 2.5rem;
}
}.kyq-seo_label_vsh {
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 10px;
  letter-spacing: .08em;
  color: #C4981E;
  text-transform: uppercase;
}.kyq-seo_h2_vsh {
  font-weight: 800;
  color: #F0E6C6;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
}
@media(min-width: 771px) {.kyq-seo_h2_vsh {
  font-size: 24px;
}
}.kyq-seo_body_vsh {
  font-size: 14px;
  color: #9E8862;
  line-height: 1.75;
  overflow-wrap: break-word;
}.kyq-seo_body_vsh p {
  color: #9E8862;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  font-size: 14px;
}.kyq-seo_body_vsh p:last-child {
  margin-bottom: 0;
}.kyq-seo_body_vsh strong {
  color: #C8B486;
  font-weight: 700;
}.kyq-seo_body_vsh a {
  transition: color .2s;
  color: #C4981E;
  text-decoration: underline;
}.kyq-seo_body_vsh a:hover {
  color: #D4AB36;
}.kyq-seo_body_vsh ul,.kyq-seo_body_vsh ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.kyq-seo_body_vsh ol {
  list-style: decimal;
}.kyq-seo_body_vsh li {
  color: #9E8862;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.kyq-seo_body_vsh table {
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.813rem;
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
@media(min-width: 770px) {.kyq-seo_body_vsh table {
  display: table;
}
}.kyq-seo_body_vsh th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #C8B486;
  text-align: left;
  font-weight: 700;
}.kyq-seo_body_vsh td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: #9E8862;
}.kyq-seo_cols_vsh {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 643px) {.kyq-seo_cols_vsh {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.kyq-seo_cols_vsh {
  grid-template-columns: repeat(3,1fr);
}
}.kyq-seo_col_h_vsh {
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #C8B486;
  font-size: 0.813rem;
}.kyq-seo_col_p_vsh {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #7A6A4E;
  font-size: 0.813rem;
}.kyq-seo_stats_vsh {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.kyq-seo_stat_vsh {
  flex: 1;
  border-radius: 0.5rem;
  border: 1px solid rgba(196, 152, 30, 0.16);
  padding: 14px 16px;
  background: rgba(196, 152, 30, 0.07);
  min-width: 8.75rem;
}.kyq-seo_stat_val_vsh {
  margin-bottom: 4px;
  color: #C4981E;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
}.kyq-seo_stat_lb_vsh {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #7A6A4E;
}.kyq-faq_vsh {
  padding: 36px 16px 0;
  background: #0C0A07;
}
@media(min-width: 771px) {.kyq-faq_vsh {
  padding: 44px 1.5rem 0;
}
}.kyq-faq_in_vsh {
  margin: 0 auto;
  max-width: 82.5rem;
}.kyq-faq_head_vsh {
  margin-bottom: 20px;
}.kyq-faq_label_vsh {
  font-weight: 700;
  letter-spacing: .08em;
  color: #C4981E;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
}.kyq-faq_h2_vsh {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  color: #F0E6C6;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.kyq-faq_h2_vsh {
  font-size: 24px;
}
}.kyq-faq_list_vsh {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.kyq-faq_item_vsh {
  border: 1px solid rgba(255, 255, 255, 0.11);
  overflow: hidden;
  border-radius: 8px;
  background: #151109;
}.kyq-faq_q_vsh {
  padding: 16px 20px;
  transition: color .2s;
  gap: 12px;
  font-size: 14px;
  justify-content: space-between;
  color: #C8B486;
  align-items: center;
  font-weight: 600;
  flex-wrap: wrap;
  display: flex;
  cursor: pointer;
  overflow-wrap: break-word;
}.kyq-faq_q_vsh:hover {
  color: #F0E6C6;
}.kyq-faq_q_ic_vsh {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  transition: transform .25s;
  width: 24px;
  align-items: center;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  color: #C4981E;
  height: 1.5rem;
}.kyq-faq_item_vsh.kyq-state_open_vsh .kyq-faq_q_ic_vsh {
  transform: rotate(45deg);
}.kyq-faq_a_vsh {
  padding: 0 20px 16px;
  color: #7A6A4E;
  line-height: 1.7;
  font-size: 13px;
  display: none;
  overflow-wrap: break-word;
}.kyq-faq_item_vsh.kyq-state_open_vsh .kyq-faq_a_vsh {
  display: block;
}.kyq-faq_a_vsh strong {
  color: #C8B486;
  font-weight: 700;
}.kyq-faq_a_vsh a {
  color: #C4981E;
  text-decoration: underline;
}.kyq-faq_a_vsh ul,.kyq-faq_a_vsh ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.kyq-faq_a_vsh ol {
  list-style: decimal;
}.kyq-faq_a_vsh li {
  line-height: 1.6;
  margin-bottom: 4px;
}.kyq-faq_a_vsh table {
  margin: 0.5rem 0;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  display: block;
  font-size: 12px;
}
@media(min-width: 766px) {.kyq-faq_a_vsh table {
  display: table;
}
}.kyq-faq_a_vsh th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #C8B486;
  font-weight: 700;
}.kyq-faq_a_vsh td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  padding: 0.375rem 8px;
  color: #7A6A4E;
}.kyq-seo_vsh {
  background: #0C0A07;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.kyq-seo_vsh {
  padding: 44px 1.5rem 0;
}
}.kyq-seo_in_vsh {
  padding: 1.75rem 1.5rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #151109;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width:768px) {.kyq-seo_in_vsh {
  padding: 2.25rem 2.5rem;
}
}.kyq-seo_label_vsh {
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-weight: 700;
  color: #C4981E;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.kyq-seo_h2_vsh {
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F0E6C6;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.25;
}
@media(min-width: 765px) {.kyq-seo_h2_vsh {
  font-size: 24px;
}
}.kyq-seo_body_vsh {
  color: #9E8862;
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.kyq-seo_body_vsh p {
  font-size: 14px;
  line-height: 1.75;
  color: #9E8862;
  margin-bottom: 0.75rem;
}.kyq-seo_body_vsh p:last-child {
  margin-bottom: 0;
}.kyq-seo_body_vsh strong {
  font-weight: 700;
  color: #C8B486;
}.kyq-seo_body_vsh a {
  transition: color .2s;
  color: #C4981E;
  text-decoration: underline;
}.kyq-seo_body_vsh a:hover {
  color: #D4AB36;
}.kyq-seo_body_vsh ul,.kyq-seo_body_vsh ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.kyq-seo_body_vsh ol {
  list-style: decimal;
}.kyq-seo_body_vsh li {
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  color: #9E8862;
  line-height: 1.75;
}.kyq-seo_body_vsh table {
  margin-bottom: 12px;
  border-collapse: collapse;
  display: block;
  width: 100%;
  font-size: 0.813rem;
  overflow-x: auto;
}
@media(min-width: 767px) {.kyq-seo_body_vsh table {
  display: table;
}
}.kyq-seo_body_vsh th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  color: #C8B486;
  font-weight: 700;
  text-align: left;
}.kyq-seo_body_vsh td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  padding: 10px 12px;
  color: #9E8862;
}.kyq-seo_cols_vsh {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 639px) {.kyq-seo_cols_vsh {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.kyq-seo_cols_vsh {
  grid-template-columns: repeat(3,1fr);
}
}.kyq-seo_col_h_vsh {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  color: #C8B486;
}.kyq-seo_col_p_vsh {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #7A6A4E;
  line-height: 1.65;
}.kyq-seo_stats_vsh {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.kyq-seo_stat_vsh {
  padding: 14px 1rem;
  border-radius: 8px;
  flex: 1;
  border: 1px solid rgba(196, 152, 30, 0.16);
  background: rgba(196, 152, 30, 0.07);
  min-width: 8.75rem;
}.kyq-seo_stat_val_vsh {
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  color: #C4981E;
}.kyq-seo_stat_lb_vsh {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7A6A4E;
}.kyq-ft_vsh {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  background: #080604;
  margin-top: 3rem;
}.kyq-ft_support_vsh {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  padding: 1.5rem 1rem;
}
@media(min-width: 766px) {.kyq-ft_support_vsh {
  padding: 28px 1.5rem;
}
}.kyq-ft_support_in_vsh {
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  max-width: 82.5rem;
  display: flex;
  flex-wrap: wrap;
}.kyq-ft_support_main_vsh {
  gap: 16px;
  flex: 1;
  align-items: center;
  min-width: 220px;
  flex-wrap: wrap;
  display: flex;
}.kyq-ft_support_ic_vsh {
  color: #C4981E;
  flex-shrink: 0;
}.kyq-ft_support_ic_vsh svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.875rem;
  height: 30px;
}.kyq-ft_support_text_title_vsh {
  color: #F0E6C6;
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 0.938rem;
  overflow-wrap: break-word;
}.kyq-ft_support_text_sub_vsh {
  font-size: 0.75rem;
  color: #7A6A4E;
  overflow-wrap: break-word;
}.kyq-ft_support_btn_vsh {
  background: #C4981E;
  padding: 0.688rem 22px;
  border-radius: 0.5rem;
  transition: background .2s;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  color: #F0E6C6;
  flex-shrink: 0;
}.kyq-ft_support_btn_vsh:hover {
  background: #D4AB36;
}.kyq-ft_support_contacts_vsh {
  gap: 16px;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.kyq-ft_support_contact_vsh {
  font-size: 12px;
  line-height: 1.4;
  color: #8C7C5E;
}.kyq-ft_support_contact_vsh strong {
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #9E8862;
  display: block;
}.kyq-ft_main_vsh {
  padding: 2rem 1rem 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
@media(min-width: 767px) {.kyq-ft_main_vsh {
  padding: 40px 24px 32px;
}
}.kyq-ft_main_in_vsh {
  margin: 0 auto;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 1320px;
}
@media(min-width: 641px) {.kyq-ft_main_in_vsh {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.kyq-ft_main_in_vsh {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.kyq-ft_col_logo_vsh {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.kyq-ft_col_logo_vsh {
  grid-column: auto;
}
}.kyq-ft_logo_vsh {
  gap: 0.563rem;
  display: flex;
  overflow-wrap: break-word;
  font-size: 16px;
  color: #F0E6C6;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 800;
  flex-wrap: wrap;
}.kyq-ft_logo_mark_vsh {
  overflow: hidden;
  border-radius: 0.25rem;
  width: 30px;
  height: 1.875rem;
}.kyq-ft_logo_mark_vsh img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.kyq-ft_logo_sub_vsh {
  overflow-wrap: break-word;
  max-width: 200px;
  color: #8C7C5E;
  font-size: 0.75rem;
  line-height: 1.55;
}.kyq-ft_col_title_vsh {
  margin-bottom: 14px;
  color: #9E8862;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .07em;
  font-size: 12px;
}.kyq-ft_col_links_vsh {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.kyq-ft_col_link_vsh {
  transition: color .2s;
  color: #8C7C5E;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.kyq-ft_col_link_vsh:hover {
  color: #C8B486;
}.kyq-ft_apps_vsh {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.kyq-ft_app_card_vsh {
  gap: 0.625rem;
  transition: border-color .2s;
  padding: 0.625rem 0.75rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  align-items: center;
}.kyq-ft_app_card_vsh:hover {
  border-color: rgba(196, 152, 42, 0.55);
}.kyq-ft_app_card_ic_vsh svg {
  width: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 22px;
}.kyq-ft_app_card_os_vsh {
  font-size: 0.625rem;
  color: #8C7C5E;
  font-weight: 600;
}.kyq-ft_app_card_action_vsh {
  color: #C8B486;
  font-size: 12px;
  font-weight: 700;
}.kyq-ft_bot_vsh {
  padding: 1.25rem 1rem;
}
@media(min-width: 771px) {.kyq-ft_bot_vsh {
  padding: 1.25rem 1.5rem;
}
}.kyq-ft_bot_in_vsh {
  gap: 1rem;
  margin: 0 auto;
  max-width: 1320px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.kyq-ft_socials_vsh {
  gap: 8px;
  display: flex;
}.kyq-ft_soc_vsh {
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  color: #9E8862;
  align-items: center;
  height: 2.25rem;
  width: 2.25rem;
}.kyq-ft_soc_vsh svg {
  stroke-linecap: round;
  height: 16px;
  width: 16px;
  stroke-linejoin: round;
}.kyq-ft_soc_vsh:hover {
  background: rgba(255, 255, 255, 0.07);
}.kyq-ft_legal_vsh {
  flex: 1;
  line-height: 1.6;
  min-width: 12.5rem;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #8A7A60;
}.kyq-ft_legal_vsh strong {
  font-weight: 700;
  color: #9E8862;
}.kyq-ft_legal_vsh a {
  text-decoration: underline;
  color: #9E8862;
}.kyq-ft_age_vsh {
  border-radius: 50%;
  border: 2px solid #8A7A60;
  flex-shrink: 0;
  width: 2rem;
  margin-left: auto;
  font-weight: 800;
  height: 32px;
  color: #8A7A60;
  justify-content: center;
  font-size: 0.688rem;
  display: flex;
  align-items: center;
}