*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  font-family: 'Inter', sans-serif;
  color: #CEBF9A;
  line-height: 1.6;
  min-height: 100vh;
  background-color: #0E0C0A;
  -webkit-font-smoothing: antialiased;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: inherit;
}a {
  text-decoration: none;
  color: inherit;
}.fsk-layout-plz {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.fsk-page-plz {
  display: flex;
  min-height: 100vh;
}.fsk-main-plz {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media screen and (min-width: 1078px) {.fsk-main-plz {
  padding-left: 220px;
}
}
@media screen and (max-width: 1080px) {.fsk-main-plz {
  padding-bottom: 72px;
}
}.fsk-gc-plz {
  border-radius: 8px;
  transition: transform .2s,border-color .2s;
  background: #14120E;
  border: 1px solid rgba(255,255,255,0.05);
  overflow: hidden;
  width: 8.75rem;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
@media(min-width: 639px) {.fsk-gc-plz {
  width: 156px;
}
}
@media(min-width: 1081px) {.fsk-gc-plz {
  width: 10.5rem;
}
}.fsk-gc-plz:hover {
  border-color: rgba(201,162,39,0.07);
  transform: translateY(-3px);
}.fsk-gc_img-plz {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.fsk-gc_img-plz img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}.fsk-gc_hover-plz {
  transition: opacity .2s;
  inset: 0;
  background: rgba(0,0,0,0.68);
  align-items: center;
  opacity: 0;
  display: flex;
  position: absolute;
  justify-content: center;
}.fsk-gc-plz:hover .fsk-gc_hover-plz {
  opacity: 1;
}.fsk-gc_hover_btn-plz {
  padding: 8px 1rem;
  border-radius: 0.25rem;
  background: #C9A227;
  color: #F4ECD6;
  font-size: 12px;
  font-weight: 700;
}.fsk-gc_info-plz {
  padding: 8px 10px 0.625rem;
}.fsk-gc_name-plz {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #CEBF9A;
  margin-bottom: 3px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  max-width: 100%;
}.fsk-gc_prov-plz {
  font-size: 0.625rem;
  color: #6A5E44;
}.fsk-gc_tag-plz {
  padding: 2px 0.438rem;
  border-radius: 4px;
  text-transform: uppercase;
  z-index: 2;
  top: 0.375rem;
  font-weight: 700;
  position: absolute;
  left: 6px;
  letter-spacing: .04em;
  font-size: 9px;
}.fsk-gc_tag_hot-plz {
  background: #E03B3B;
  color: #fff;
}.fsk-gc_tag_new-plz {
  background: #2EBD6B;
  color: #0E0C0A;
}.fsk-gc_tag_jp-plz {
  background: #E8B84B;
  color: #0E0C0A;
}.fsk-gc_tag_ex-plz {
  background: #9A6F20;
  color: #fff;
}.fsk-gc_tag_live-plz {
  background: #E03B3B;
  color: #fff;
}.fsk-gr-plz {
  padding: 2rem 16px 0;
  background: #0E0C0A;
}
@media(min-width:768px) {.fsk-gr-plz {
  padding: 36px 1.5rem 0;
}
}.fsk-gr_in-plz {
  margin: 0 auto;
  max-width: 82.5rem;
}.fsk-gr_head-plz {
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  display: flex;
}.fsk-gr_head_l-plz {
  gap: 10px;
  flex: 1;
  align-items: center;
  min-width: 0;
  display: flex;
}.fsk-gr_ic-plz {
  border-radius: 8px;
  height: 2rem;
  flex-shrink: 0;
  width: 32px;
  align-items: center;
  display: flex;
  justify-content: center;
}.fsk-gr_ic-plz svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
  width: 16px;
}.fsk-gr_title-plz {
  font-weight: 700;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  color: #F4ECD6;
}
@media(min-width: 770px) {.fsk-gr_title-plz {
  font-size: 18px;
}
}.fsk-gr_more-plz {
  gap: 0.313rem;
  transition: color .2s;
  font-weight: 600;
  color: #7A6C52;
  white-space: nowrap;
  display: flex;
  font-size: 12px;
  align-items: center;
  flex-shrink: 0;
}.fsk-gr_more-plz:hover {
  color: #C9A227;
}.fsk-gr_more-plz svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 12px;
  height: 0.75rem;
}.fsk-gr_arrows-plz {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.fsk-gr_arr-plz {
  transition: background .15s,color .15s;
  border-radius: 0.25rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  justify-content: center;
  height: 30px;
  align-items: center;
  color: #9E8C6A;
  width: 1.875rem;
}.fsk-gr_arr-plz:hover {
  background: rgba(255,255,255,0.07);
  color: #F4ECD6;
}.fsk-gr_arr-plz svg {
  stroke-linecap: round;
  width: 0.813rem;
  stroke-linejoin: round;
  height: 13px;
}.fsk-gr_seo_h-plz {
  margin: 0 0 6px;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  max-width: 42.5rem;
  color: #CEBF9A;
}
@media(min-width: 769px) {.fsk-gr_seo_h-plz {
  font-size: 0.875rem;
}
}.fsk-gr_seo-plz {
  color: #7A6C52;
  font-size: 12px;
  line-height: 1.55;
  margin-bottom: 12px;
  max-width: 680px;
  overflow-wrap: break-word;
}.fsk-gr_seo-plz strong {
  color: #CEBF9A;
  font-weight: 600;
}.fsk-gr_scroll-plz {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 10px;
  display: flex;
}.fsk-gr_scroll-plz::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.fsk-gr_scroll-plz {
  gap: 0.75rem;
}
}.fsk-tb-plz {
  background: #0C0A08;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  top: 0;
  right: 0;
  height: 56px;
  left: 0;
  display: flex;
  position: fixed;
  align-items: center;
  z-index: 80;
}.fsk-tb_in-plz {
  gap: 0;
  padding: 0 14px;
  width: 100%;
  align-items: center;
  display: flex;
  height: 100%;
}.fsk-tb_burger-plz {
  border-radius: 8px;
  gap: 0.313rem;
  display: flex;
  align-items: center;
  width: 2.375rem;
  justify-content: center;
  height: 38px;
  flex-shrink: 0;
  margin-right: 8px;
  flex-direction: column;
}.fsk-tb_burger-plz:hover {
  background: rgba(255,255,255,0.05);
}.fsk-tb_burger_line-plz {
  background: #9E8C6A;
  border-radius: 1px;
  width: 18px;
  height: 2px;
  display: block;
}
@media(min-width: 1081px) {.fsk-tb_burger-plz {
  display: none;
}
}.fsk-tb_logo-plz {
  gap: 0.563rem;
  align-items: center;
  letter-spacing: -.01em;
  display: flex;
  overflow-wrap: break-word;
  color: #F4ECD6;
  font-weight: 800;
  margin-right: 20px;
  flex-shrink: 0;
  font-size: 1.125rem;
}.fsk-tb_logo_mark-plz {
  overflow: hidden;
  border-radius: 0.5rem;
  justify-content: center;
  height: 32px;
  width: 2rem;
  display: flex;
  align-items: center;
}.fsk-tb_logo_mark-plz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.fsk-tb_nav-plz {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 637px) {.fsk-tb_nav-plz {
  display: flex;
}
}.fsk-tb_tab-plz {
  padding: 8px 14px;
  transition: background .15s,color .15s;
  border-radius: 8px;
  font-size: 0.813rem;
  font-weight: 600;
  white-space: nowrap;
  color: #9E8C6A;
}.fsk-tb_tab-plz:hover {
  background: rgba(255,255,255,0.05);
  color: #F4ECD6;
}.fsk-tb_tab-plz.fsk-state_active-plz {
  background: rgba(201,162,39,0.18);
  color: #F4ECD6;
}.fsk-tb_right-plz {
  gap: 0.5rem;
  display: flex;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
}.fsk-tb_login-plz {
  border-radius: 8px;
  padding: 9px 16px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  transition: border-color .2s,color .2s;
  color: #CEBF9A;
  display: none;
  font-weight: 600;
  font-size: 0.813rem;
}.fsk-tb_login-plz:hover {
  border-color: rgba(201,162,39,0.50);
  color: #F4ECD6;
}
@media(min-width: 477px) {.fsk-tb_login-plz {
  display: block;
}
}.fsk-tb_reg-plz {
  background: #2EBD6B;
  border-radius: 8px;
  padding: 9px 1.125rem;
  transition: background .2s;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #0D0B06;
}.fsk-tb_reg-plz:hover {
  background: #39D47C;
}.fsk-sb-plz {
  transition: transform .25s ease;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255,255,255,0.05);
  background: #1A1712;
  top: 3.5rem;
  z-index: 70;
  bottom: 0;
  width: 13.75rem;
  position: fixed;
  overflow-y: auto;
  left: 0;
}.fsk-sb-plz.fsk-state_open-plz {
  transform: translateX(0);
}.fsk-sb-plz::-webkit-scrollbar {
  width: 4px;
}.fsk-sb-plz::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1082px) {.fsk-sb-plz {
  transform: translateX(0);
}
}.fsk-sb_auth-plz {
  padding: 0.875rem 0.75rem 10px;
}.fsk-sb_btn_reg-plz {
  transition: background .2s;
  padding: 0.688rem;
  background: #2EBD6B;
  border-radius: 0.5rem;
  display: block;
  color: #0D0B06;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 0.813rem;
}.fsk-sb_btn_reg-plz:hover {
  background: #39D47C;
}.fsk-sb_btn_login-plz {
  border-radius: 0.5rem;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  font-weight: 600;
  display: block;
  text-align: center;
  font-size: 13px;
  color: #CEBF9A;
}.fsk-sb_btn_login-plz:hover {
  border-color: rgba(201,162,39,0.50);
  color: #F4ECD6;
}.fsk-sb_promo-plz {
  background: linear-gradient(135deg,#1C1408,#1A1712);
  margin: 0 0.75rem 0.625rem;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(201,162,39,0.18);
  padding: 12px 0.875rem;
  position: relative;
}.fsk-sb_promo-plz::before {
  background: radial-gradient(circle,rgba(201,162,39,0.18),transparent 70%);
  border-radius: 50%;
  width: 5rem;
  right: -20px;
  height: 5rem;
  content: '';
  position: absolute;
  top: -20px;
}.fsk-sb_promo_title-plz {
  margin-bottom: 4px;
  color: #C9A227;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
}.fsk-sb_promo_text-plz {
  line-height: 1.35;
  overflow-wrap: break-word;
  color: #F4ECD6;
  font-size: 12px;
  font-weight: 600;
}.fsk-sb_promo_sub-plz {
  font-size: 10px;
  color: #7A6C52;
  margin-top: 3px;
}.fsk-sb_nav-plz {
  padding: 0.375rem 8px 16px;
}.fsk-sb_nav_lb-plz {
  padding: 10px 8px 6px;
  letter-spacing: .08em;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #6A5E44;
  font-weight: 700;
}.fsk-sb_link-plz {
  transition: background .15s,color .15s;
  border-radius: 0.25rem;
  gap: 10px;
  padding: 9px 0.625rem;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #9E8C6A;
  display: flex;
  font-weight: 500;
}.fsk-sb_link-plz:hover {
  background: rgba(255,255,255,0.05);
  color: #F4ECD6;
}.fsk-sb_link-plz.fsk-state_active-plz {
  background: rgba(201,162,39,0.18);
  color: #F4ECD6;
}.fsk-sb_ic-plz {
  border-radius: 0.25rem;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 1.875rem;
  height: 30px;
}.fsk-sb_ic-plz svg {
  height: 16px;
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
}.fsk-sb_ic_1-plz {
  background: rgba(201,162,39,0.07);
  color: #C9A227;
}.fsk-sb_ic_2-plz {
  background: rgba(46,189,107,0.16);
  color: #2EBD6B;
}.fsk-sb_ic_3-plz {
  background: rgba(232,184,75,0.15);
  color: #E8B84B;
}.fsk-sb_ic_4-plz {
  background: rgba(154,111,32,0.22);
  color: #9A6F20;
}.fsk-sb_ic_5-plz {
  background: rgba(201,162,39,0.07);
  color: #F06292;
}.fsk-sb_ic_6-plz {
  background: rgba(154,111,32,0.22);
  color: #8B5CF6;
}.fsk-sb_badge-plz {
  padding: 2px 7px;
  border-radius: 4px;
  background: #E8B84B;
  font-size: 0.563rem;
  font-weight: 700;
  color: #0D0B06;
  margin-left: auto;
}.fsk-sb_bot-plz {
  gap: 8px;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 12px;
  display: flex;
}.fsk-sb_lang-plz,.fsk-sb_help-plz {
  padding: 9px 6px;
  border-radius: 0.25rem;
  border: 1px solid rgba(255,255,255,0.05);
  gap: 0.375rem;
  flex: 1;
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  font-weight: 600;
  align-items: center;
  color: #9E8C6A;
  justify-content: center;
  font-size: 11px;
  display: flex;
}.fsk-sb_lang-plz:hover,.fsk-sb_help-plz:hover {
  border-color: rgba(201,162,39,0.50);
  color: #F4ECD6;
}.fsk-sb_lang-plz svg,.fsk-sb_help-plz svg {
  width: 0.813rem;
  stroke-linecap: round;
  height: 13px;
  stroke-linejoin: round;
}.fsk-sb_bd-plz {
  inset: 0;
  background: rgba(0,0,0,0.68);
  position: fixed;
  z-index: 69;
  display: none;
}.fsk-sb_bd-plz.fsk-state_on-plz {
  display: block;
}
@media(min-width: 1078px) {.fsk-sb_bd-plz {
  display: none!important;
}
}.fsk-mob_nav-plz {
  border-top: 1px solid rgba(255,255,255,0.10);
  background: #1A1712;
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  position: fixed;
  display: flex;
  right: 0;
  left: 0;
  z-index: 80;
  bottom: 0;
}
@media(min-width: 1078px) {.fsk-mob_nav-plz {
  display: none;
}
}.fsk-mob_nav_item-plz {
  gap: 4px;
  padding: 4px 2px;
  flex: 1;
  color: #6A5E44;
  flex-direction: column;
  align-items: center;
  display: flex;
  cursor: pointer;
}.fsk-mob_nav_ic-plz {
  line-height: 1;
}.fsk-mob_nav_ic-plz svg {
  width: 1.25rem;
  stroke-linejoin: round;
  height: 20px;
  stroke-linecap: round;
}.fsk-mob_nav_lb-plz {
  color: #6A5E44;
  font-weight: 600;
  font-size: 0.625rem;
}.fsk-mob_nav_item-plz.fsk-state_active-plz {
  color: #C9A227;
}.fsk-mob_nav_item-plz.fsk-state_active-plz .fsk-mob_nav_lb-plz {
  color: #C9A227;
}.fsk-hero-plz {
  background: #0E0C0A;
  padding: 1.25rem 1rem 0;
}
@media(min-width: 766px) {.fsk-hero-plz {
  padding: 1.5rem 1.5rem 0;
}
}.fsk-hero_in-plz {
  margin: 0 auto;
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
}
@media(min-width: 859px) {.fsk-hero_in-plz {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1102px) {.fsk-hero_in-plz {
  grid-template-columns: 1fr 340px;
}
}.fsk-hero_promo-plz {
  overflow: hidden;
  border-radius: 0.875rem;
  background: #14120E;
  display: flex;
  align-items: stretch;
  position: relative;
  min-height: 220px;
}
@media(min-width: 769px) {.fsk-hero_promo-plz {
  min-height: 280px;
}
}.fsk-hero_promo_bg-plz {
  inset: 0;
  background: linear-gradient(120deg,#1C1408 0%,#0E0C0A 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.fsk-hero_promo_bg-plz::after {
  background: linear-gradient(90deg,#0E0C0A 0%,rgba(0,0,0,0.68) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.fsk-hero_promo_glow-plz {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(154,111,32,0.22) 0%,transparent 65%);
  width: 300px;
  height: 18.75rem;
  right: 60px;
  top: -2.5rem;
  position: absolute;
  pointer-events: none;
}.fsk-hero_promo_ct-plz {
  padding: 1.75rem 24px 28px 1.75rem;
  display: flex;
  max-width: 30rem;
  justify-content: center;
  position: relative;
  z-index: 2;
  flex-direction: column;
}
@media(min-width: 771px) {.fsk-hero_promo_ct-plz {
  padding: 2.5rem 2rem;
}
}.fsk-hero_badge-plz {
  border-radius: 20px;
  background: rgba(201,162,39,0.18);
  border: 1px solid rgba(201,162,39,0.07);
  padding: 5px 12px;
  letter-spacing: .08em;
  margin-bottom: 0.875rem;
  color: #C9A227;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}.fsk-hero_h1-plz {
  color: #F4ECD6;
  font-size: 1.625rem;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.15;
  font-family: 'Barlow Condensed', sans-serif;
}.fsk-hero_h1-plz em {
  color: #E8B84B;
  font-style: normal;
}
@media(min-width: 769px) {.fsk-hero_h1-plz {
  font-size: 2.25rem;
}
}.fsk-hero_sub-plz {
  color: #9E8C6A;
  margin-bottom: 20px;
  line-height: 1.55;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.fsk-hero_sub-plz {
  font-size: 14px;
}
}.fsk-hero_row-plz {
  gap: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.fsk-hero_cta-plz {
  transition: background .2s;
  border-radius: 8px;
  background: #2EBD6B;
  padding: 0.813rem 26px;
  font-weight: 700;
  font-size: 14px;
  color: #0D0B06;
  box-shadow: 0 0.25rem 20px rgba(46,189,107,0.40);
}.fsk-hero_cta-plz:hover {
  background: #39D47C;
}.fsk-hero_terms-plz {
  font-size: 0.688rem;
  color: #6A5E44;
}.fsk-hero_game-plz {
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 14px;
  overflow: hidden;
  background: #14120E;
  flex-direction: column;
  display: flex;
  position: relative;
}.fsk-hero_game_badge-plz {
  padding: 5px 0.625rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(232,184,75,0.15);
  background: rgba(232,184,75,0.15);
  font-size: 0.625rem;
  font-weight: 700;
  left: 0.75rem;
  text-transform: uppercase;
  color: #E8B84B;
  z-index: 3;
  top: 12px;
  position: absolute;
  letter-spacing: .06em;
}.fsk-hero_game_badge-plz svg {
  width: 11px;
  vertical-align: -1px;
  margin-right: 4px;
  height: 0.688rem;
}.fsk-hero_game_img-plz {
  overflow: hidden;
  background: linear-gradient(135deg,#1C1408,#0E0C0A);
  position: relative;
  padding-bottom: 60%;
}.fsk-hero_game_img-plz img {
  inset: 0;
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}.fsk-hero_game_play-plz {
  transition: opacity .2s;
  inset: 0;
  background: rgba(0,0,0,0.68);
  display: flex;
  opacity: 0;
  align-items: center;
  position: absolute;
  justify-content: center;
}.fsk-hero_game-plz:hover .fsk-hero_game_play-plz {
  opacity: 1;
}.fsk-hero_game_play-plz span {
  border-radius: 50%;
  background: #C9A227;
  align-items: center;
  height: 52px;
  display: flex;
  justify-content: center;
  width: 3.25rem;
}.fsk-hero_game_play-plz span svg {
  margin-left: 2px;
  height: 18px;
  width: 18px;
}.fsk-hero_game_info-plz {
  padding: 14px 16px;
}.fsk-hero_game_title-plz {
  margin-bottom: 4px;
  color: #F4ECD6;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  font-weight: 700;
}.fsk-hero_game_provider-plz {
  font-size: 11px;
  color: #7A6C52;
}.fsk-hero_game_btn-plz {
  padding: 11px;
  border-radius: 0.5rem;
  margin: 0.75rem 16px 1rem;
  background: #C9A227;
  transition: background .2s;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  color: #F4ECD6;
}.fsk-hero_game-plz:hover .fsk-hero_game_btn-plz {
  background: #DDB83C;
}.fsk-wy-plz {
  padding: 2rem 16px 0;
  background: #0E0C0A;
}
@media(min-width: 769px) {.fsk-wy-plz {
  padding: 2.5rem 24px 0;
}
}.fsk-wy_in-plz {
  margin: 0 auto;
  max-width: 1320px;
}.fsk-wy_head-plz {
  max-width: 45rem;
  margin-bottom: 1.125rem;
}.fsk-wy_label-plz {
  margin-bottom: 8px;
  font-size: 11px;
  color: #C9A227;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.fsk-wy_h2-plz {
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #F4ECD6;
  margin-bottom: 8px;
  font-weight: 800;
}
@media(min-width: 769px) {.fsk-wy_h2-plz {
  font-size: 1.5rem;
}
}.fsk-wy_intro-plz {
  margin: 0;
  color: #7A6C52;
  line-height: 1.6;
  font-size: 0.813rem;
}.fsk-wy_grid-plz {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.fsk-wy_grid-plz {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.fsk-wy_grid-plz {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.fsk-wy_card-plz {
  border: 1px solid rgba(255,255,255,0.10);
  padding: 20px;
  border-radius: 0.5rem;
  background: #1A1712;
  transition: border-color .2s,transform .2s;
}.fsk-wy_card-plz:hover {
  transform: translateY(-2px);
  border-color: rgba(201,162,39,0.07);
}.fsk-wy_card_ic-plz {
  background: rgba(201,162,39,0.18);
  border-radius: 50%;
  justify-content: center;
  height: 44px;
  width: 44px;
  margin-bottom: 0.875rem;
  align-items: center;
  display: flex;
  color: #C9A227;
}.fsk-wy_card_ic-plz svg {
  height: 22px;
  stroke-linejoin: round;
  width: 1.375rem;
  stroke-linecap: round;
}.fsk-wy_card_h-plz {
  font-size: 0.938rem;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.25;
  color: #F4ECD6;
  overflow-wrap: break-word;
}.fsk-wy_card_p-plz {
  color: #7A6C52;
  line-height: 1.6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.fsk-wy_card_p-plz strong {
  color: #CEBF9A;
  font-weight: 600;
}.fsk-gcg-plz {
  padding: 2.25rem 1rem 0;
  background: #0E0C0A;
}
@media(min-width: 770px) {.fsk-gcg-plz {
  padding: 44px 24px 0;
}
}.fsk-gcg_in-plz {
  margin: 0 auto;
  max-width: 1320px;
}.fsk-gcg_head-plz {
  margin-bottom: 20px;
  max-width: 45rem;
}.fsk-gcg_label-plz {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-size: 11px;
  color: #C9A227;
}.fsk-gcg_h2-plz {
  overflow-wrap: break-word;
  font-size: 1.375rem;
  margin-bottom: 8px;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4ECD6;
}
@media(min-width: 769px) {.fsk-gcg_h2-plz {
  font-size: 28px;
}
}.fsk-gcg_intro-plz {
  line-height: 1.6;
  font-size: 13px;
  color: #7A6C52;
}.fsk-gcg_grid-plz {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.fsk-gcg_grid-plz {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.fsk-gcg_grid-plz {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.fsk-gcg_card-plz {
  transition: transform .2s,border-color .2s;
  padding: 20px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  min-height: 240px;
  position: relative;
  cursor: pointer;
}.fsk-gcg_card-plz:hover {
  border-color: rgba(201,162,39,0.18);
  transform: translateY(-3px);
}.fsk-gcg_card_bg-plz {
  inset: 0;
  position: absolute;
  z-index: 0;
}.fsk-gcg_card_bg-plz::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.fsk-gcg_card_ic-plz {
  background: rgba(0,0,0,.45);
  border-radius: 4px;
  right: 1.125rem;
  color: #F4ECD6;
  display: flex;
  height: 40px;
  z-index: 2;
  position: absolute;
  top: 18px;
  width: 40px;
  justify-content: center;
  align-items: center;
}.fsk-gcg_card_ic-plz svg {
  width: 20px;
  stroke-linejoin: round;
  height: 1.25rem;
  stroke-linecap: round;
}.fsk-gcg_card_ct-plz {
  z-index: 1;
  position: relative;
}.fsk-gcg_card_h-plz {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  color: #F4ECD6;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.fsk-gcg_card_h-plz {
  font-size: 1.25rem;
}
}.fsk-gcg_card_p-plz {
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  line-height: 1.55;
  margin-bottom: 0.625rem;
}.fsk-gcg_card_p-plz strong {
  font-weight: 600;
  color: #F4ECD6;
}.fsk-gcg_card_cta-plz {
  gap: 0.25rem;
  font-size: 0.75rem;
  align-items: center;
  display: inline-flex;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #C9A227;
  font-weight: 700;
}.fsk-gcg_card_cta-plz svg {
  height: 0.75rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 12px;
}.fsk-gr_jp-plz {
  overflow: hidden;
  padding: 1.25rem;
  background: linear-gradient(135deg,#1C1035 0%,#0E0A1E 100%);
  border-radius: 14px;
  position: relative;
}.fsk-gr_jp-plz::before {
  background: radial-gradient(circle,rgba(154,111,32,0.22) 0%,transparent 70%);
  border-radius: 50%;
  content: '';
  height: 250px;
  position: absolute;
  top: -3.75rem;
  width: 15.625rem;
  left: -3.75rem;
}.fsk-gr_jp-plz::after {
  background: radial-gradient(circle,rgba(232,184,75,0.15) 0%,transparent 70%);
  border-radius: 50%;
  width: 12.5rem;
  bottom: -40px;
  content: '';
  height: 12.5rem;
  position: absolute;
  right: 0;
}.fsk-gr_jp_head-plz {
  gap: 1rem;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  margin-bottom: 1rem;
}.fsk-gr_jp_info-plz {
  flex: 1;
}.fsk-gr_jp_label-plz {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  font-size: 11px;
  color: #8B5CF6;
  letter-spacing: .08em;
}.fsk-gr_jp_label-plz svg {
  stroke-linecap: round;
  height: 0.875rem;
  stroke-linejoin: round;
  margin-right: 0.25rem;
  vertical-align: -2px;
  width: 0.875rem;
}.fsk-gr_jp_amount-plz {
  margin-bottom: 0.25rem;
  line-height: 1;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2rem;
  color: #F4ECD6;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.fsk-gr_jp_amount-plz {
  font-size: 2.5rem;
}
}.fsk-gr_jp_amount-plz span {
  color: #E8B84B;
}.fsk-gr_jp_seo-plz {
  line-height: 1.5;
  color: #9E8C6A;
  font-size: 12px;
  max-width: 30rem;
  overflow-wrap: break-word;
}.fsk-gr_jp_cta-plz {
  border-radius: 0.5rem;
  border: 1px solid rgba(154,111,32,0.22);
  background: rgba(154,111,32,0.22);
  transition: background .2s;
  padding: 0.688rem 20px;
  z-index: 1;
  flex-shrink: 0;
  font-weight: 700;
  margin-top: 0.25rem;
  position: relative;
  font-size: 0.813rem;
  align-self: flex-start;
  white-space: nowrap;
  color: #F4ECD6;
}.fsk-gr_jp_cta-plz:hover {
  background: #9A6F20;
}.fsk-ws-plz {
  padding: 2rem 16px 0;
  background: #0E0C0A;
}
@media(min-width:768px) {.fsk-ws-plz {
  padding: 36px 24px 0;
}
}.fsk-ws_in-plz {
  margin: 0 auto;
  max-width: 82.5rem;
}.fsk-ws_head-plz {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.875rem;
  justify-content: space-between;
  align-items: center;
}.fsk-ws_title-plz {
  gap: 0.625rem;
  flex-wrap: wrap;
  font-size: 16px;
  overflow-wrap: break-word;
  color: #F4ECD6;
  font-weight: 700;
  align-items: center;
  font-family: 'Barlow Condensed', sans-serif;
  display: flex;
}.fsk-ws_title_ic-plz svg {
  width: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.125rem;
  color: #E8B84B;
}.fsk-ws_online-plz {
  gap: 7px;
  font-weight: 600;
  font-size: 12px;
  align-items: center;
  display: flex;
  color: #7A6C52;
}.fsk-ws_online_dot-plz {
  background: #2EBD6B;
  border-radius: 50%;
  flex-shrink: 0;
  height: 0.5rem;
  box-shadow: 0 0 6px rgba(46,189,107,0.16);
  width: 8px;
}.fsk-ws_scroll-plz {
  gap: 8px;
  display: flex;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
}.fsk-ws_scroll-plz::-webkit-scrollbar {
  display: none;
}.fsk-wc-plz {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  padding: 0.625rem 14px;
  gap: 10px;
  background: #14120E;
  min-width: 220px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}.fsk-wc_img-plz {
  overflow: hidden;
  background: #1A1712;
  border-radius: 0.25rem;
  height: 2.25rem;
  width: 2.25rem;
  flex-shrink: 0;
}.fsk-wc_img-plz img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.fsk-wc_info-plz {
  min-width: 0;
}.fsk-wc_game-plz {
  overflow: hidden;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #CEBF9A;
  white-space: nowrap;
}.fsk-wc_player-plz {
  overflow: hidden;
  color: #6A5E44;
  font-size: 0.625rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}.fsk-wc_amount-plz {
  font-size: 13px;
  color: #2EBD6B;
  white-space: nowrap;
  font-weight: 700;
  margin-left: auto;
  flex-shrink: 0;
}.fsk-app-plz {
  padding: 36px 1rem 0;
  background: #0E0C0A;
}
@media(min-width: 766px) {.fsk-app-plz {
  padding: 44px 24px 0;
}
}.fsk-app_in-plz {
  margin: 0 auto;
  max-width: 1320px;
}.fsk-app_head-plz {
  margin-bottom: 16px;
}.fsk-app_label-plz {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C9A227;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.688rem;
}.fsk-app_h2-plz {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F4ECD6;
  margin-bottom: 0.375rem;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 770px) {.fsk-app_h2-plz {
  font-size: 24px;
}
}.fsk-app_sub-plz {
  color: #7A6C52;
  font-size: 0.813rem;
  max-width: 37.5rem;
  overflow-wrap: break-word;
  line-height: 1.6;
}.fsk-app_sub-plz strong {
  font-weight: 700;
  color: #CEBF9A;
}.fsk-app_cards-plz {
  gap: 10px;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.fsk-app_cards-plz {
  grid-template-columns: repeat(3,1fr);
}
}.fsk-app_card-plz {
  padding: 20px;
  gap: 16px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
}.fsk-app_card_ios-plz {
  background: linear-gradient(135deg,rgba(201,162,39,0.18) 0%,#1A1712 100%);
}.fsk-app_card_android-plz {
  background: linear-gradient(135deg,rgba(46,189,107,0.16) 0%,#1A1712 100%);
}.fsk-app_card_win-plz {
  background: linear-gradient(135deg,rgba(232,184,75,0.15) 0%,#1A1712 100%);
}.fsk-app_card_ic-plz svg {
  height: 2.125rem;
  width: 2.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.fsk-app_card_ic-plz {
  color: #F4ECD6;
  flex-shrink: 0;
}.fsk-app_card_os-plz {
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
  color: #7A6C52;
  font-weight: 700;
}.fsk-app_card_title-plz {
  margin-bottom: 0.375rem;
  font-size: 15px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F4ECD6;
  line-height: 1.2;
}.fsk-app_card_text-plz {
  margin-bottom: 0.875rem;
  color: #7A6C52;
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 12px;
}.fsk-app_card_btn-plz {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(201,162,39,0.50);
  border-radius: 0.25rem;
  gap: 0.438rem;
  padding: 10px 18px;
  transition: background .2s;
  color: #F4ECD6;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
}.fsk-app_card_btn-plz:hover {
  background: rgba(255,255,255,0.07);
}.fsk-prov-plz {
  padding: 2.25rem 1rem 0;
  background: #0E0C0A;
}
@media(min-width:768px) {.fsk-prov-plz {
  padding: 2.75rem 24px 0;
}
}.fsk-prov_in-plz {
  margin: 0 auto;
  max-width: 1320px;
}.fsk-prov_head-plz {
  margin-bottom: 1rem;
}.fsk-prov_label-plz {
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #C9A227;
  text-transform: uppercase;
}.fsk-prov_h2-plz {
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4ECD6;
  font-weight: 800;
}
@media(min-width: 769px) {.fsk-prov_h2-plz {
  font-size: 1.5rem;
}
}.fsk-prov_seo-plz {
  color: #7A6C52;
  font-size: 0.813rem;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
  max-width: 38.75rem;
  line-height: 1.6;
}.fsk-prov_seo-plz strong {
  font-weight: 700;
  color: #CEBF9A;
}.fsk-prov_seo-plz a {
  color: #C9A227;
  text-decoration: underline;
}.fsk-prov_grid-plz {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 641px) {.fsk-prov_grid-plz {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.fsk-prov_grid-plz {
  grid-template-columns: repeat(8,1fr);
}
}.fsk-prov_card-plz {
  padding: 14px 0.625rem;
  background: #14120E;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  gap: 7px;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}.fsk-prov_card-plz:hover {
  background: #1A1712;
  border-color: rgba(201,162,39,0.50);
}.fsk-prov_logo-plz {
  background: rgba(255,255,255,0.05);
  border-radius: 4px;
  overflow: hidden;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  display: flex;
}.fsk-prov_logo-plz img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.fsk-prov_name-plz {
  font-size: 11px;
  overflow-wrap: break-word;
  font-weight: 600;
  text-align: center;
  color: #9E8C6A;
}.fsk-bon-plz {
  background: #0E0C0A;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.fsk-bon-plz {
  padding: 2.75rem 24px 0;
}
}.fsk-bon_in-plz {
  margin: 0 auto;
  max-width: 82.5rem;
}.fsk-bon_head-plz {
  margin-bottom: 20px;
}.fsk-bon_label-plz {
  color: #C9A227;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.fsk-bon_h2-plz {
  color: #F4ECD6;
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 769px) {.fsk-bon_h2-plz {
  font-size: 1.5rem;
}
}.fsk-bon_seo-plz {
  color: #7A6C52;
  max-width: 620px;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.6;
}.fsk-bon_seo-plz strong {
  font-weight: 700;
  color: #CEBF9A;
}.fsk-bon_seo-plz a {
  text-decoration: underline;
  color: #C9A227;
}.fsk-bon_grid-plz {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.fsk-bon_grid-plz {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.fsk-bon_grid-plz {
  grid-template-columns: repeat(5,1fr);
}
}.fsk-bon_card-plz {
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  background: #14120E;
  transition: border-color .2s,transform .2s;
}.fsk-bon_card-plz:hover {
  transform: translateY(-2px);
  border-color: rgba(201,162,39,0.07);
}.fsk-bon_card_ic-plz svg {
  stroke-linecap: round;
  width: 26px;
  stroke-linejoin: round;
  height: 1.625rem;
}.fsk-bon_card_ic-plz {
  margin-bottom: 10px;
}.fsk-bon_card_type-plz {
  letter-spacing: .06em;
  font-size: 0.625rem;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #7A6C52;
}.fsk-bon_card_amount-plz {
  line-height: 1.1;
  font-size: 1.125rem;
  font-weight: 800;
  color: #E8B84B;
  margin-bottom: 0.375rem;
}.fsk-bon_card_name-plz {
  font-size: 13px;
  color: #F4ECD6;
  overflow-wrap: break-word;
  font-weight: 600;
  margin-bottom: 8px;
}.fsk-bon_card_detail-plz {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  padding-top: 8px;
  font-size: 11px;
  color: #6A5E44;
  line-height: 1.5;
}.fsk-reg-plz {
  padding: 36px 1rem 0;
  background: #0E0C0A;
}
@media(min-width:768px) {.fsk-reg-plz {
  padding: 44px 24px 0;
}
}.fsk-reg_in-plz {
  border-radius: 0.875rem;
  margin: 0 auto;
  padding: 28px 24px;
  background: #1A1712;
  border: 1px solid rgba(255,255,255,0.05);
  max-width: 82.5rem;
}
@media(min-width: 769px) {.fsk-reg_in-plz {
  padding: 40px;
}
}.fsk-reg_top-plz {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.fsk-reg_top-plz {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.fsk-reg_label-plz {
  font-weight: 700;
  letter-spacing: .08em;
  color: #C9A227;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
}.fsk-reg_h2-plz {
  color: #F4ECD6;
  font-weight: 800;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.375rem;
  line-height: 1.2;
}
@media(min-width: 770px) {.fsk-reg_h2-plz {
  font-size: 28px;
}
}.fsk-reg_bonus-plz {
  border: 1px solid rgba(232,184,75,0.15);
  background: rgba(232,184,75,0.15);
  padding: 10px 16px;
  gap: 8px;
  border-radius: 8px;
  margin-bottom: 16px;
  align-items: center;
  display: inline-flex;
}.fsk-reg_bonus_amount-plz {
  font-weight: 800;
  font-size: 1.25rem;
  color: #E8B84B;
}.fsk-reg_bonus_text-plz {
  color: #9E8C6A;
  font-size: 13px;
  line-height: 1.35;
}.fsk-reg_cta_btn-plz {
  padding: 0.875rem 32px;
  border-radius: 8px;
  transition: background .2s;
  background: #2EBD6B;
  margin-bottom: 12px;
  display: inline-block;
  font-size: 15px;
  box-shadow: 0 0.25rem 20px rgba(46,189,107,0.40);
  font-weight: 700;
  color: #0D0B06;
}.fsk-reg_cta_btn-plz:hover {
  background: #39D47C;
}.fsk-reg_terms-plz {
  font-size: 11px;
  line-height: 1.5;
  color: #6A5E44;
}.fsk-reg_seo-plz {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  padding-top: 1.25rem;
  line-height: 1.65;
  color: #7A6C52;
  font-size: 13px;
  margin-top: 1.25rem;
}.fsk-reg_seo-plz p {
  font-size: 0.813rem;
  margin-bottom: 10px;
  line-height: 1.65;
  color: #7A6C52;
}.fsk-reg_seo-plz p:last-child {
  margin-bottom: 0;
}.fsk-reg_seo-plz strong {
  color: #CEBF9A;
  font-weight: 700;
}.fsk-reg_seo-plz a {
  transition: color .2s;
  text-decoration: underline;
  color: #C9A227;
}.fsk-reg_seo-plz a:hover {
  color: #DDB83C;
}.fsk-reg_seo-plz ul,.fsk-reg_seo-plz ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.fsk-reg_seo-plz ol {
  list-style: decimal;
}.fsk-reg_seo-plz li {
  font-size: 0.813rem;
  color: #7A6C52;
  line-height: 1.65;
  margin-bottom: 0.25rem;
}.fsk-reg_seo-plz table {
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 10px;
  display: block;
}
@media(min-width: 766px) {.fsk-reg_seo-plz table {
  display: table;
}
}.fsk-reg_seo-plz th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 8px;
  font-weight: 700;
  text-align: left;
  color: #CEBF9A;
}.fsk-reg_seo-plz td {
  padding: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #7A6C52;
}.fsk-reg_steps-plz {
  gap: 14px;
  display: flex;
  margin-top: 1.75rem;
  flex-direction: column;
}
@media(min-width:860px) {.fsk-reg_steps-plz {
  margin-top: 0;
}
}.fsk-reg_step-plz {
  padding: 1rem;
  border-radius: 0.5rem;
  gap: 14px;
  border: 1px solid rgba(255,255,255,0.05);
  background: rgba(255,255,255,0.05);
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.fsk-reg_step_num-plz {
  border-radius: 50%;
  border: 1px solid rgba(201,162,39,0.07);
  background: rgba(201,162,39,0.18);
  font-weight: 800;
  color: #C9A227;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  font-size: 0.875rem;
  width: 34px;
  height: 2.125rem;
  display: flex;
}.fsk-reg_step_title-plz {
  font-weight: 700;
  margin-bottom: 3px;
  color: #F4ECD6;
  font-size: 14px;
}.fsk-reg_step_text-plz {
  font-size: 12px;
  line-height: 1.5;
  color: #7A6C52;
}.fsk-reg_trust-plz {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}.fsk-reg_trust_item-plz {
  gap: 7px;
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  color: #7A6C52;
  overflow-wrap: break-word;
}.fsk-reg_trust_ic-plz svg {
  stroke-linejoin: round;
  width: 1rem;
  height: 16px;
  stroke-linecap: round;
  color: #C9A227;
}.fsk-htp-plz {
  padding: 2.25rem 16px 0;
  background: #0E0C0A;
}
@media(min-width:768px) {.fsk-htp-plz {
  padding: 2.75rem 1.5rem 0;
}
}.fsk-htp_in-plz {
  margin: 0 auto;
  max-width: 1320px;
}.fsk-htp_head-plz {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.fsk-htp_label-plz {
  color: #C9A227;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.fsk-htp_h2-plz {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F4ECD6;
}
@media(min-width: 769px) {.fsk-htp_h2-plz {
  font-size: 1.75rem;
}
}.fsk-htp_intro-plz {
  color: #7A6C52;
  font-size: 0.875rem;
  line-height: 1.6;
}.fsk-htp_steps-plz {
  list-style: none;
  gap: 12px;
  margin: 0;
  padding: 0;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.fsk-htp_steps-plz {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.fsk-htp_steps-plz {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.fsk-htp_step-plz {
  padding: 1.25rem 18px 18px;
  border: 1px solid rgba(255,255,255,0.10);
  background: #1A1712;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
}.fsk-htp_step_num-plz {
  border-radius: 50%;
  background: #C9A227;
  width: 28px;
  align-items: center;
  left: 1.25rem;
  font-size: 13px;
  display: flex;
  top: -12px;
  font-weight: 800;
  justify-content: center;
  height: 1.75rem;
  color: #0D0B06;
  position: absolute;
  font-family: 'Barlow Condensed', sans-serif;
}.fsk-htp_step_ic-plz {
  margin: 0.5rem 0 12px;
  border-radius: 0.25rem;
  background: rgba(201,162,39,0.18);
  height: 2.25rem;
  justify-content: center;
  width: 2.25rem;
  align-items: center;
  color: #C9A227;
  display: flex;
}.fsk-htp_step_ic-plz svg {
  width: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 18px;
}.fsk-htp_step_h-plz {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 6px;
  color: #F4ECD6;
  overflow-wrap: break-word;
}.fsk-htp_step_p-plz {
  font-size: 0.813rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #7A6C52;
}.fsk-htp_step_p-plz strong {
  font-weight: 600;
  color: #CEBF9A;
}.fsk-htp_cta-plz {
  padding: 0.813rem 1.625rem;
  border-radius: 8px;
  background: #2EBD6B;
  transition: background .2s;
  font-weight: 700;
  color: #0D0B06;
  font-size: 14px;
  display: inline-block;
  margin-top: 20px;
}.fsk-htp_cta-plz:hover {
  background: #39D47C;
}.fsk-seo-plz {
  background: #0E0C0A;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.fsk-seo-plz {
  padding: 44px 1.5rem 0;
}
}.fsk-seo_in-plz {
  background: #1A1712;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.875rem;
  padding: 28px 1.5rem;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 769px) {.fsk-seo_in-plz {
  padding: 2.25rem 2.5rem;
}
}.fsk-seo_label-plz {
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  color: #C9A227;
  text-transform: uppercase;
}.fsk-seo_h2-plz {
  color: #F4ECD6;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  margin-bottom: 0.875rem;
  font-weight: 800;
}
@media(min-width: 766px) {.fsk-seo_h2-plz {
  font-size: 1.5rem;
}
}.fsk-seo_body-plz {
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #9E8C6A;
}.fsk-seo_body-plz p {
  color: #9E8C6A;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 12px;
}.fsk-seo_body-plz p:last-child {
  margin-bottom: 0;
}.fsk-seo_body-plz strong {
  font-weight: 700;
  color: #CEBF9A;
}.fsk-seo_body-plz a {
  transition: color .2s;
  text-decoration: underline;
  color: #C9A227;
}.fsk-seo_body-plz a:hover {
  color: #DDB83C;
}.fsk-seo_body-plz ul,.fsk-seo_body-plz ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.fsk-seo_body-plz ol {
  list-style: decimal;
}.fsk-seo_body-plz li {
  color: #9E8C6A;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 6px;
}.fsk-seo_body-plz table {
  border-collapse: collapse;
  font-size: 0.813rem;
  display: block;
  margin-bottom: 12px;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 769px) {.fsk-seo_body-plz table {
  display: table;
}
}.fsk-seo_body-plz th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #CEBF9A;
}.fsk-seo_body-plz td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 12px;
  color: #9E8C6A;
}.fsk-seo_cols-plz {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 639px) {.fsk-seo_cols-plz {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.fsk-seo_cols-plz {
  grid-template-columns: repeat(3,1fr);
}
}.fsk-seo_col_h-plz {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  color: #CEBF9A;
}.fsk-seo_col_p-plz {
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #7A6C52;
}.fsk-seo_stats-plz {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.fsk-seo_stat-plz {
  border: 1px solid rgba(201,162,39,0.18);
  border-radius: 0.5rem;
  padding: 14px 16px;
  background: rgba(201,162,39,0.07);
  flex: 1;
  min-width: 8.75rem;
}.fsk-seo_stat_val-plz {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 20px;
  color: #C9A227;
}.fsk-seo_stat_lb-plz {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #7A6C52;
}.fsk-faq-plz {
  background: #0E0C0A;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.fsk-faq-plz {
  padding: 2.75rem 24px 0;
}
}.fsk-faq_in-plz {
  margin: 0 auto;
  max-width: 82.5rem;
}.fsk-faq_head-plz {
  margin-bottom: 1.25rem;
}.fsk-faq_label-plz {
  font-size: 0.688rem;
  color: #C9A227;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.fsk-faq_h2-plz {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #F4ECD6;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.fsk-faq_h2-plz {
  font-size: 24px;
}
}.fsk-faq_list-plz {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.fsk-faq_item-plz {
  border: 1px solid rgba(255,255,255,0.10);
  overflow: hidden;
  border-radius: 0.5rem;
  background: #1A1712;
}.fsk-faq_q-plz {
  transition: color .2s;
  padding: 1rem 20px;
  gap: 0.75rem;
  align-items: center;
  display: flex;
  font-weight: 600;
  color: #CEBF9A;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: space-between;
  overflow-wrap: break-word;
  cursor: pointer;
}.fsk-faq_q-plz:hover {
  color: #F4ECD6;
}.fsk-faq_q_ic-plz {
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  width: 1.5rem;
  color: #C9A227;
  justify-content: center;
  height: 1.5rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  font-size: 1rem;
}.fsk-faq_item-plz.fsk-state_open-plz .fsk-faq_q_ic-plz {
  transform: rotate(45deg);
}.fsk-faq_a-plz {
  padding: 0 1.25rem 1rem;
  display: none;
  overflow-wrap: break-word;
  line-height: 1.7;
  color: #7A6C52;
  font-size: 13px;
}.fsk-faq_item-plz.fsk-state_open-plz .fsk-faq_a-plz {
  display: block;
}.fsk-faq_a-plz strong {
  font-weight: 700;
  color: #CEBF9A;
}.fsk-faq_a-plz a {
  text-decoration: underline;
  color: #C9A227;
}.fsk-faq_a-plz ul,.fsk-faq_a-plz ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.fsk-faq_a-plz ol {
  list-style: decimal;
}.fsk-faq_a-plz li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.fsk-faq_a-plz table {
  margin: 0.5rem 0;
  font-size: 0.75rem;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 767px) {.fsk-faq_a-plz table {
  display: table;
}
}.fsk-faq_a-plz th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 6px 8px;
  color: #CEBF9A;
  text-align: left;
  font-weight: 700;
}.fsk-faq_a-plz td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #7A6C52;
}.fsk-pmt-plz {
  background: #0E0C0A;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.fsk-pmt-plz {
  padding: 2.75rem 24px 0;
}
}.fsk-pmt_in-plz {
  margin: 0 auto;
  max-width: 82.5rem;
}.fsk-pmt_head-plz {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.fsk-pmt_label-plz {
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #C9A227;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}.fsk-pmt_h2-plz {
  color: #F4ECD6;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 8px;
  font-size: 1.375rem;
}
@media(min-width: 766px) {.fsk-pmt_h2-plz {
  font-size: 28px;
}
}.fsk-pmt_intro-plz {
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.875rem;
  color: #7A6C52;
}.fsk-pmt_groups-plz {
  gap: 1.25rem;
  flex-direction: column;
  display: flex;
}.fsk-pmt_group-plz {
  background: #1A1712;
  padding: 1.25rem;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.10);
}.fsk-pmt_group_head-plz {
  gap: 0.75rem;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.fsk-pmt_group_ic-plz {
  background: rgba(201,162,39,0.18);
  border-radius: 0.25rem;
  width: 2.25rem;
  height: 36px;
  color: #C9A227;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.fsk-pmt_group_ic-plz svg {
  width: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 18px;
}.fsk-pmt_group_h-plz {
  margin: 0;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4ECD6;
  font-size: 16px;
  overflow-wrap: break-word;
}.fsk-pmt_group_p-plz {
  margin-bottom: 14px;
  color: #7A6C52;
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.fsk-pmt_group_p-plz strong {
  font-weight: 600;
  color: #CEBF9A;
}.fsk-pmt_table_wrap-plz {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.fsk-pmt_table-plz {
  border-collapse: collapse;
  font-size: 13px;
  min-width: 33.75rem;
  width: 100%;
}.fsk-pmt_table-plz th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  color: #CEBF9A;
  font-size: 11px;
  white-space: nowrap;
  letter-spacing: .04em;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}.fsk-pmt_table-plz td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 12px;
  color: #7A6C52;
}.fsk-pmt_table-plz tbody tr:last-child td {
  border-bottom: none;
}.fsk-pmt_table-plz tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #CEBF9A;
}.fsk-seo-plz {
  padding: 2.25rem 16px 0;
  background: #0E0C0A;
}
@media(min-width: 769px) {.fsk-seo-plz {
  padding: 44px 24px 0;
}
}.fsk-seo_in-plz {
  border-radius: 0.875rem;
  padding: 1.75rem 24px;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.10);
  background: #1A1712;
  max-width: 1320px;
}
@media(min-width: 771px) {.fsk-seo_in-plz {
  padding: 36px 2.5rem;
}
}.fsk-seo_label-plz {
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #C9A227;
}.fsk-seo_h2-plz {
  margin-bottom: 14px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #F4ECD6;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.25;
}
@media(min-width: 769px) {.fsk-seo_h2-plz {
  font-size: 24px;
}
}.fsk-seo_body-plz {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #9E8C6A;
  font-size: 14px;
}.fsk-seo_body-plz p {
  color: #9E8C6A;
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 14px;
}.fsk-seo_body-plz p:last-child {
  margin-bottom: 0;
}.fsk-seo_body-plz strong {
  font-weight: 700;
  color: #CEBF9A;
}.fsk-seo_body-plz a {
  transition: color .2s;
  color: #C9A227;
  text-decoration: underline;
}.fsk-seo_body-plz a:hover {
  color: #DDB83C;
}.fsk-seo_body-plz ul,.fsk-seo_body-plz ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.fsk-seo_body-plz ol {
  list-style: decimal;
}.fsk-seo_body-plz li {
  color: #9E8C6A;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.fsk-seo_body-plz table {
  border-collapse: collapse;
  width: 100%;
  display: block;
  overflow-x: auto;
  font-size: 13px;
  margin-bottom: 12px;
}
@media(min-width: 766px) {.fsk-seo_body-plz table {
  display: table;
}
}.fsk-seo_body-plz th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #CEBF9A;
}.fsk-seo_body-plz td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9E8C6A;
}.fsk-seo_cols-plz {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 639px) {.fsk-seo_cols-plz {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.fsk-seo_cols-plz {
  grid-template-columns: repeat(3,1fr);
}
}.fsk-seo_col_h-plz {
  color: #CEBF9A;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-size: 13px;
}.fsk-seo_col_p-plz {
  line-height: 1.65;
  font-size: 13px;
  color: #7A6C52;
  overflow-wrap: break-word;
}.fsk-seo_stats-plz {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.fsk-seo_stat-plz {
  flex: 1;
  background: rgba(201,162,39,0.07);
  border: 1px solid rgba(201,162,39,0.18);
  padding: 14px 16px;
  border-radius: 8px;
  min-width: 8.75rem;
}.fsk-seo_stat_val-plz {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #C9A227;
}.fsk-seo_stat_lb-plz {
  font-size: 0.688rem;
  color: #7A6C52;
  overflow-wrap: break-word;
}.fsk-rv-plz {
  background: #0E0C0A;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.fsk-rv-plz {
  padding: 2.75rem 24px 0;
}
}.fsk-rv_in-plz {
  margin: 0 auto;
  max-width: 82.5rem;
}.fsk-rv_head-plz {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.fsk-rv_label-plz {
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #C9A227;
}.fsk-rv_h2-plz {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.375rem;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.625rem;
  color: #F4ECD6;
}
@media(min-width: 769px) {.fsk-rv_h2-plz {
  font-size: 1.75rem;
}
}.fsk-rv_stats-plz {
  gap: 1.125rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  color: #7A6C52;
  font-size: 0.813rem;
}.fsk-rv_stats_score-plz {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.fsk-rv_stats_score_val-plz {
  font-size: 22px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  color: #E8B84B;
}.fsk-rv_stats_score_max-plz {
  font-size: 13px;
  color: #6A5E44;
}.fsk-rv_stats_badge-plz {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.fsk-rv_stats_badge-plz svg {
  width: 14px;
  height: 14px;
  color: #E8B84B;
}.fsk-rv_grid-plz {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.fsk-rv_grid-plz {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.fsk-rv_grid-plz {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.fsk-rv_card-plz {
  background: #1A1712;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}.fsk-rv_card_stars-plz {
  gap: 2px;
  color: #E8B84B;
  display: flex;
  margin-bottom: 0.625rem;
}.fsk-rv_card_stars-plz svg {
  height: 0.875rem;
  width: 0.875rem;
}.fsk-rv_card_h-plz {
  margin-bottom: 0.5rem;
  font-size: 14px;
  overflow-wrap: break-word;
  color: #F4ECD6;
  line-height: 1.3;
  font-weight: 700;
}.fsk-rv_card_body-plz {
  flex: 1;
  margin-bottom: 0.875rem;
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #7A6C52;
}.fsk-rv_card_body-plz strong {
  color: #CEBF9A;
  font-weight: 600;
}.fsk-rv_card_meta-plz {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.625rem;
  justify-content: space-between;
  display: flex;
  padding-top: 12px;
  align-items: center;
  flex-wrap: wrap;
}.fsk-rv_card_author-plz {
  font-size: 12px;
  font-weight: 600;
  color: #CEBF9A;
}.fsk-rv_card_date-plz {
  font-size: 0.688rem;
  color: #6A5E44;
}.fsk-seo-plz {
  background: #0E0C0A;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.fsk-seo-plz {
  padding: 2.75rem 1.5rem 0;
}
}.fsk-seo_in-plz {
  border: 1px solid rgba(255,255,255,0.10);
  margin: 0 auto;
  padding: 28px 1.5rem;
  background: #1A1712;
  border-radius: 0.875rem;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.fsk-seo_in-plz {
  padding: 36px 40px;
}
}.fsk-seo_label-plz {
  font-size: 11px;
  color: #C9A227;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.fsk-seo_h2-plz {
  color: #F4ECD6;
  line-height: 1.25;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 14px;
}
@media(min-width: 765px) {.fsk-seo_h2-plz {
  font-size: 1.5rem;
}
}.fsk-seo_body-plz {
  color: #9E8C6A;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.fsk-seo_body-plz p {
  font-size: 14px;
  color: #9E8C6A;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.fsk-seo_body-plz p:last-child {
  margin-bottom: 0;
}.fsk-seo_body-plz strong {
  font-weight: 700;
  color: #CEBF9A;
}.fsk-seo_body-plz a {
  transition: color .2s;
  color: #C9A227;
  text-decoration: underline;
}.fsk-seo_body-plz a:hover {
  color: #DDB83C;
}.fsk-seo_body-plz ul,.fsk-seo_body-plz ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.fsk-seo_body-plz ol {
  list-style: decimal;
}.fsk-seo_body-plz li {
  color: #9E8C6A;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.fsk-seo_body-plz table {
  font-size: 0.813rem;
  margin-bottom: 12px;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: 100%;
}
@media(min-width: 766px) {.fsk-seo_body-plz table {
  display: table;
}
}.fsk-seo_body-plz th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  color: #CEBF9A;
  font-weight: 700;
  text-align: left;
}.fsk-seo_body-plz td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 0.75rem;
  color: #9E8C6A;
}.fsk-seo_cols-plz {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 637px) {.fsk-seo_cols-plz {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.fsk-seo_cols-plz {
  grid-template-columns: repeat(3,1fr);
}
}.fsk-seo_col_h-plz {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 700;
  color: #CEBF9A;
  margin-bottom: 0.438rem;
}.fsk-seo_col_p-plz {
  line-height: 1.65;
  color: #7A6C52;
  font-size: 13px;
  overflow-wrap: break-word;
}.fsk-seo_stats-plz {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.fsk-seo_stat-plz {
  padding: 0.875rem 16px;
  flex: 1;
  border: 1px solid rgba(201,162,39,0.18);
  border-radius: 0.5rem;
  background: rgba(201,162,39,0.07);
  min-width: 140px;
}.fsk-seo_stat_val-plz {
  color: #C9A227;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 4px;
}.fsk-seo_stat_lb-plz {
  color: #7A6C52;
  overflow-wrap: break-word;
  font-size: 11px;
}.fsk-ft-plz {
  background: #080706;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 48px;
}.fsk-ft_support-plz {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 24px 1rem;
}
@media(min-width: 769px) {.fsk-ft_support-plz {
  padding: 1.75rem 24px;
}
}.fsk-ft_support_in-plz {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 1320px;
  display: flex;
  align-items: center;
}.fsk-ft_support_main-plz {
  gap: 16px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  min-width: 220px;
  align-items: center;
}.fsk-ft_support_ic-plz {
  color: #C9A227;
  flex-shrink: 0;
}.fsk-ft_support_ic-plz svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.875rem;
  width: 1.875rem;
}.fsk-ft_support_text_title-plz {
  overflow-wrap: break-word;
  margin-bottom: 3px;
  color: #F4ECD6;
  font-size: 15px;
  font-weight: 700;
}.fsk-ft_support_text_sub-plz {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #7A6C52;
}.fsk-ft_support_btn-plz {
  padding: 0.688rem 1.375rem;
  border-radius: 0.5rem;
  background: #C9A227;
  transition: background .2s;
  color: #F4ECD6;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 0.813rem;
  font-weight: 700;
}.fsk-ft_support_btn-plz:hover {
  background: #DDB83C;
}.fsk-ft_support_contacts-plz {
  gap: 16px;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.fsk-ft_support_contact-plz {
  font-size: 12px;
  line-height: 1.4;
  color: #6A5E44;
}.fsk-ft_support_contact-plz strong {
  color: #9E8C6A;
  font-weight: 600;
  font-size: 11px;
  display: block;
  margin-bottom: 2px;
}.fsk-ft_main-plz {
  padding: 32px 1rem 24px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 771px) {.fsk-ft_main-plz {
  padding: 2.5rem 1.5rem 2rem;
}
}.fsk-ft_main_in-plz {
  gap: 24px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 643px) {.fsk-ft_main_in-plz {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.fsk-ft_main_in-plz {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.fsk-ft_col_logo-plz {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.fsk-ft_col_logo-plz {
  grid-column: auto;
}
}.fsk-ft_logo-plz {
  gap: 9px;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  font-size: 16px;
  flex-wrap: wrap;
  color: #F4ECD6;
  margin-bottom: 0.75rem;
  font-weight: 800;
}.fsk-ft_logo_mark-plz {
  border-radius: 0.25rem;
  overflow: hidden;
  height: 1.875rem;
  width: 1.875rem;
}.fsk-ft_logo_mark-plz img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.fsk-ft_logo_sub-plz {
  line-height: 1.55;
  color: #6A5E44;
  max-width: 200px;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.fsk-ft_col_title-plz {
  color: #9E8C6A;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 14px;
}.fsk-ft_col_links-plz {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.fsk-ft_col_link-plz {
  transition: color .2s;
  color: #6A5E44;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.fsk-ft_col_link-plz:hover {
  color: #CEBF9A;
}.fsk-ft_apps-plz {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.fsk-ft_app_card-plz {
  background: rgba(255,255,255,0.05);
  border-radius: 4px;
  gap: 10px;
  padding: 10px 0.75rem;
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s;
  align-items: center;
  display: flex;
}.fsk-ft_app_card-plz:hover {
  border-color: rgba(201,162,39,0.50);
}.fsk-ft_app_card_ic-plz svg {
  width: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 22px;
}.fsk-ft_app_card_os-plz {
  font-weight: 600;
  color: #6A5E44;
  font-size: 0.625rem;
}.fsk-ft_app_card_action-plz {
  font-size: 12px;
  color: #CEBF9A;
  font-weight: 700;
}.fsk-ft_bot-plz {
  padding: 20px 16px;
}
@media(min-width: 766px) {.fsk-ft_bot-plz {
  padding: 20px 1.5rem;
}
}.fsk-ft_bot_in-plz {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  max-width: 1320px;
  flex-wrap: wrap;
  align-items: center;
}.fsk-ft_socials-plz {
  gap: 8px;
  display: flex;
}.fsk-ft_soc-plz {
  transition: background .2s;
  background: rgba(255,255,255,0.05);
  border-radius: 0.25rem;
  border: 1px solid rgba(255,255,255,0.10);
  height: 36px;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #9E8C6A;
  width: 36px;
}.fsk-ft_soc-plz svg {
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  width: 16px;
}.fsk-ft_soc-plz:hover {
  background: rgba(255,255,255,0.07);
}.fsk-ft_legal-plz {
  flex: 1;
  color: #8C7A5E;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 11px;
  min-width: 12.5rem;
}.fsk-ft_legal-plz strong {
  color: #9E8C6A;
  font-weight: 700;
}.fsk-ft_legal-plz a {
  color: #9E8C6A;
  text-decoration: underline;
}.fsk-ft_age-plz {
  border-radius: 50%;
  border: 2px solid #8C7A5E;
  align-items: center;
  font-size: 0.688rem;
  display: flex;
  height: 2rem;
  color: #8C7A5E;
  flex-shrink: 0;
  justify-content: center;
  width: 2rem;
  margin-left: auto;
  font-weight: 800;
}