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