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