*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #0C0F08;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  color: #C8BFA8;
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  color: inherit;
  text-decoration: none;
}button {
  background: none;
  font: inherit;
  border: none;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.fph-layout_fnt {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.fph-page_fnt {
  display: flex;
  min-height: 100vh;
}.fph-main_fnt {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media(min-width: 1081px) {.fph-main_fnt {
  padding-left: 220px;
}
}
@media(max-width: 1082px) {.fph-main_fnt {
  padding-bottom: 72px;
}
}.fph-gc_fnt {
  border-radius: 8px;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  background: #121608;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  flex-shrink: 0;
  width: 8.75rem;
  cursor: pointer;
}
@media(min-width: 641px) {.fph-gc_fnt {
  width: 156px;
}
}
@media(min-width: 1082px) {.fph-gc_fnt {
  width: 10.5rem;
}
}.fph-gc_fnt:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 118, 26, 0.07);
}.fph-gc_img_fnt {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.fph-gc_img_fnt img {
  inset: 0;
  height: 100%;
  position: absolute;
  object-fit: cover;
  width: 100%;
}.fph-gc_hover_fnt {
  transition: opacity .2s;
  inset: 0;
  background: rgba(6, 8, 4, 0.72);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}.fph-gc_fnt:hover .fph-gc_hover_fnt {
  opacity: 1;
}.fph-gc_hover_btn_fnt {
  background: #C8761A;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #F0EBE0;
}.fph-gc_info_fnt {
  padding: 0.5rem 10px 0.625rem;
}.fph-gc_name_fnt {
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  max-width: 100%;
  color: #C8BFA8;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  font-size: 12px;
}.fph-gc_prov_fnt {
  color: #625A4C;
  font-size: 0.625rem;
}.fph-gc_tag_fnt {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  letter-spacing: .04em;
  z-index: 2;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.563rem;
  top: 0.375rem;
  position: absolute;
  left: 6px;
}.fph-gc_tag_hot_fnt {
  background: #C43020;
  color: #fff;
}.fph-gc_tag_new_fnt {
  background: #3E9E30;
  color: #0C0F08;
}.fph-gc_tag_jp_fnt {
  background: #D4A520;
  color: #0C0F08;
}.fph-gc_tag_ex_fnt {
  background: #7A3E10;
  color: #fff;
}.fph-gc_tag_live_fnt {
  background: #C43020;
  color: #fff;
}.fph-gr_fnt {
  padding: 2rem 1rem 0;
  background: #0C0F08;
}
@media(min-width: 766px) {.fph-gr_fnt {
  padding: 36px 24px 0;
}
}.fph-gr_in_fnt {
  margin: 0 auto;
  max-width: 82.5rem;
}.fph-gr_head_fnt {
  gap: 0.75rem;
  margin-bottom: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.fph-gr_head_l_fnt {
  flex: 1;
  gap: 0.625rem;
  display: flex;
  min-width: 0;
  align-items: center;
}.fph-gr_ic_fnt {
  border-radius: 8px;
  justify-content: center;
  flex-shrink: 0;
  height: 32px;
  display: flex;
  width: 32px;
  align-items: center;
}.fph-gr_ic_fnt svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
  width: 1rem;
}.fph-gr_title_fnt {
  overflow-wrap: break-word;
  color: #F0EBE0;
  font-size: 1rem;
  font-weight: 700;
  font-family: 'Cinzel', serif;
}
@media(min-width: 767px) {.fph-gr_title_fnt {
  font-size: 18px;
}
}.fph-gr_more_fnt {
  transition: color .2s;
  gap: 5px;
  color: #7A7060;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 12px;
  align-items: center;
  font-weight: 600;
  display: flex;
}.fph-gr_more_fnt:hover {
  color: #C8761A;
}.fph-gr_more_fnt svg {
  stroke-linecap: round;
  height: 12px;
  width: 12px;
  stroke-linejoin: round;
}.fph-gr_arrows_fnt {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.fph-gr_arr_fnt {
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.313rem;
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  height: 1.875rem;
  align-items: center;
  width: 1.875rem;
  color: #9E9280;
  display: flex;
}.fph-gr_arr_fnt:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F0EBE0;
}.fph-gr_arr_fnt svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.813rem;
  height: 13px;
}.fph-gr_seo_h_fnt {
  margin: 0 0 0.375rem;
  max-width: 42.5rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #C8BFA8;
  font-weight: 700;
}
@media(min-width: 770px) {.fph-gr_seo_h_fnt {
  font-size: 0.875rem;
}
}.fph-gr_seo_fnt {
  margin-bottom: 0.75rem;
  color: #7A7060;
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.55;
  max-width: 680px;
}.fph-gr_seo_fnt strong {
  color: #C8BFA8;
  font-weight: 600;
}.fph-gr_scroll_fnt {
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 10px;
}.fph-gr_scroll_fnt::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.fph-gr_scroll_fnt {
  gap: 0.75rem;
}
}.fph-tb_fnt {
  background: #0A0D07;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  position: fixed;
  height: 56px;
  right: 0;
  display: flex;
  left: 0;
  top: 0;
  align-items: center;
  z-index: 80;
}.fph-tb_in_fnt {
  padding: 0 14px;
  gap: 0;
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
}.fph-tb_burger_fnt {
  gap: 0.313rem;
  border-radius: 8px;
  width: 38px;
  flex-shrink: 0;
  margin-right: 0.5rem;
  flex-direction: column;
  height: 2.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}.fph-tb_burger_fnt:hover {
  background: rgba(255, 255, 255, 0.05);
}.fph-tb_burger_line_fnt {
  border-radius: 1px;
  background: #9E9280;
  height: 2px;
  width: 1.125rem;
  display: block;
}
@media(min-width: 1077px) {.fph-tb_burger_fnt {
  display: none;
}
}.fph-tb_logo_fnt {
  gap: 9px;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -.01em;
  align-items: center;
  color: #F0EBE0;
  flex-shrink: 0;
  display: flex;
  overflow-wrap: break-word;
  margin-right: 20px;
}.fph-tb_logo_mark_fnt {
  overflow: hidden;
  border-radius: 8px;
  height: 32px;
  justify-content: center;
  display: flex;
  width: 2rem;
  align-items: center;
}.fph-tb_logo_mark_fnt img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.fph-tb_nav_fnt {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 638px) {.fph-tb_nav_fnt {
  display: flex;
}
}.fph-tb_tab_fnt {
  transition: background .15s,color .15s;
  border-radius: 0.5rem;
  padding: 0.5rem 0.875rem;
  font-weight: 600;
  color: #9E9280;
  white-space: nowrap;
  font-size: 0.813rem;
}.fph-tb_tab_fnt:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0EBE0;
}.fph-tb_tab_fnt.fph-state_active_fnt {
  background: rgba(200, 118, 26, 0.18);
  color: #F0EBE0;
}.fph-tb_right_fnt {
  gap: 8px;
  margin-left: auto;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.fph-tb_login_fnt {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.563rem 16px;
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.813rem;
  font-weight: 600;
  display: none;
  color: #C8BFA8;
}.fph-tb_login_fnt:hover {
  border-color: rgba(200, 118, 26, 0.45);
  color: #F0EBE0;
}
@media(min-width: 483px) {.fph-tb_login_fnt {
  display: block;
}
}.fph-tb_reg_fnt {
  background: #3E9E30;
  transition: background .2s;
  padding: 0.563rem 18px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #0D0A06;
}.fph-tb_reg_fnt:hover {
  background: #4CBB3C;
}.fph-sb_fnt {
  background: #161A0E;
  transition: transform .25s ease;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  position: fixed;
  bottom: 0;
  overflow-y: auto;
  left: 0;
  z-index: 70;
  width: 13.75rem;
  top: 56px;
}.fph-sb_fnt.fph-state_open_fnt {
  transform: translateX(0);
}.fph-sb_fnt::-webkit-scrollbar {
  width: 0.25rem;
}.fph-sb_fnt::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1081px) {.fph-sb_fnt {
  transform: translateX(0);
}
}.fph-sb_auth_fnt {
  padding: 0.875rem 0.75rem 10px;
}.fph-sb_btn_reg_fnt {
  padding: 11px;
  border-radius: 8px;
  transition: background .2s;
  background: #3E9E30;
  font-size: 0.813rem;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 8px;
  color: #0D0A06;
}.fph-sb_btn_reg_fnt:hover {
  background: #4CBB3C;
}.fph-sb_btn_login_fnt {
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  text-align: center;
  font-size: 13px;
  color: #C8BFA8;
  display: block;
  font-weight: 600;
}.fph-sb_btn_login_fnt:hover {
  border-color: rgba(200, 118, 26, 0.45);
  color: #F0EBE0;
}.fph-sb_promo_fnt {
  background: linear-gradient(135deg,#1A1006,#161A0E);
  border: 1px solid rgba(200, 118, 26, 0.18);
  margin: 0 0.75rem 0.625rem;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 12px 0.875rem;
  position: relative;
}.fph-sb_promo_fnt::before {
  background: radial-gradient(circle,rgba(200, 118, 26, 0.18),transparent 70%);
  border-radius: 50%;
  top: -1.25rem;
  right: -1.25rem;
  width: 80px;
  content: '';
  height: 80px;
  position: absolute;
}.fph-sb_promo_title_fnt {
  margin-bottom: 4px;
  color: #C8761A;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .06em;
}.fph-sb_promo_text_fnt {
  font-weight: 600;
  overflow-wrap: break-word;
  line-height: 1.35;
  font-size: 0.75rem;
  color: #F0EBE0;
}.fph-sb_promo_sub_fnt {
  margin-top: 3px;
  color: #7A7060;
  font-size: 0.625rem;
}.fph-sb_nav_fnt {
  padding: 0.375rem 0.5rem 1rem;
}.fph-sb_nav_lb_fnt {
  padding: 10px 0.5rem 0.375rem;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #625A4C;
  letter-spacing: .08em;
}.fph-sb_link_fnt {
  transition: background .15s,color .15s;
  border-radius: 0.313rem;
  gap: 0.625rem;
  padding: 9px 0.625rem;
  display: flex;
  font-weight: 500;
  font-size: 13px;
  overflow-wrap: break-word;
  cursor: pointer;
  color: #9E9280;
  align-items: center;
}.fph-sb_link_fnt:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0EBE0;
}.fph-sb_link_fnt.fph-state_active_fnt {
  background: rgba(200, 118, 26, 0.18);
  color: #F0EBE0;
}.fph-sb_ic_fnt {
  border-radius: 5px;
  display: flex;
  width: 30px;
  height: 1.875rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}.fph-sb_ic_fnt svg {
  width: 1rem;
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
}.fph-sb_ic_1_fnt {
  background: rgba(200, 118, 26, 0.07);
  color: #C8761A;
}.fph-sb_ic_2_fnt {
  background: rgba(62, 158, 48, 0.18);
  color: #3E9E30;
}.fph-sb_ic_3_fnt {
  background: rgba(212, 165, 32, 0.16);
  color: #D4A520;
}.fph-sb_ic_4_fnt {
  background: rgba(122, 62, 16, 0.28);
  color: #7A3E10;
}.fph-sb_ic_5_fnt {
  background: rgba(200, 118, 26, 0.07);
  color: #C8306A;
}.fph-sb_ic_6_fnt {
  background: rgba(122, 62, 16, 0.28);
  color: #9B4EC8;
}.fph-sb_badge_fnt {
  background: #D4A520;
  padding: 2px 0.438rem;
  border-radius: 0.313rem;
  font-weight: 700;
  color: #0D0A06;
  font-size: 0.563rem;
  margin-left: auto;
}.fph-sb_bot_fnt {
  padding: 12px;
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.fph-sb_lang_fnt,.fph-sb_help_fnt {
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.563rem 6px;
  flex: 1;
  gap: 0.375rem;
  font-weight: 600;
  color: #9E9280;
  align-items: center;
  display: flex;
  font-size: 11px;
  justify-content: center;
}.fph-sb_lang_fnt:hover,.fph-sb_help_fnt:hover {
  border-color: rgba(200, 118, 26, 0.45);
  color: #F0EBE0;
}.fph-sb_lang_fnt svg,.fph-sb_help_fnt svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 13px;
  width: 13px;
}.fph-sb_bd_fnt {
  inset: 0;
  background: rgba(6, 8, 4, 0.72);
  display: none;
  position: fixed;
  z-index: 69;
}.fph-sb_bd_fnt.fph-state_on_fnt {
  display: block;
}
@media(min-width: 1082px) {.fph-sb_bd_fnt {
  display: none!important;
}
}.fph-mob_nav_fnt {
  background: #161A0E;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  display: flex;
  right: 0;
  z-index: 80;
  left: 0;
  bottom: 0;
  position: fixed;
}
@media(min-width: 1081px) {.fph-mob_nav_fnt {
  display: none;
}
}.fph-mob_nav_item_fnt {
  padding: 4px 2px;
  gap: 4px;
  flex: 1;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  color: #625A4C;
  display: flex;
}.fph-mob_nav_ic_fnt {
  line-height: 1;
}.fph-mob_nav_ic_fnt svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 20px;
  width: 20px;
}.fph-mob_nav_lb_fnt {
  font-weight: 600;
  color: #625A4C;
  font-size: 10px;
}.fph-mob_nav_item_fnt.fph-state_active_fnt {
  color: #C8761A;
}.fph-mob_nav_item_fnt.fph-state_active_fnt .fph-mob_nav_lb_fnt {
  color: #C8761A;
}.fph-hero_fnt {
  background: #0C0F08;
  padding: 20px 16px 0;
}
@media(min-width: 771px) {.fph-hero_fnt {
  padding: 1.5rem 1.5rem 0;
}
}.fph-hero_in_fnt {
  gap: 12px;
  margin: 0 auto;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr;
}
@media(min-width: 857px) {.fph-hero_in_fnt {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1099px) {.fph-hero_in_fnt {
  grid-template-columns: 1fr 21.25rem;
}
}.fph-hero_promo_fnt {
  overflow: hidden;
  border-radius: 13px;
  background: #121608;
  align-items: stretch;
  position: relative;
  min-height: 13.75rem;
  display: flex;
}
@media(min-width: 770px) {.fph-hero_promo_fnt {
  min-height: 17.5rem;
}
}.fph-hero_promo_bg_fnt {
  inset: 0;
  background: linear-gradient(120deg,#1A1006 0%,#0C0F08 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.fph-hero_promo_bg_fnt::after {
  background: linear-gradient(90deg,#0C0F08 0%,rgba(6, 8, 4, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.fph-hero_promo_glow_fnt {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(122, 62, 16, 0.28) 0%,transparent 65%);
  height: 18.75rem;
  pointer-events: none;
  top: -2.5rem;
  right: 60px;
  position: absolute;
  width: 18.75rem;
}.fph-hero_promo_ct_fnt {
  padding: 1.75rem 1.5rem 28px 1.75rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
  max-width: 30rem;
  z-index: 2;
  position: relative;
}
@media(min-width: 765px) {.fph-hero_promo_ct_fnt {
  padding: 40px 32px;
}
}.fph-hero_badge_fnt {
  border-radius: 1.25rem;
  background: rgba(200, 118, 26, 0.18);
  padding: 0.313rem 12px;
  border: 1px solid rgba(200, 118, 26, 0.07);
  color: #C8761A;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.875rem;
  display: inline-block;
  font-size: 0.625rem;
}.fph-hero_h1_fnt {
  overflow-wrap: break-word;
  font-size: 1.625rem;
  font-weight: 800;
  margin-bottom: 0.625rem;
  line-height: 1.15;
  color: #F0EBE0;
  font-family: 'Cinzel', serif;
}.fph-hero_h1_fnt em {
  color: #D4A520;
  font-style: normal;
}
@media(min-width: 770px) {.fph-hero_h1_fnt {
  font-size: 2.25rem;
}
}.fph-hero_sub_fnt {
  line-height: 1.55;
  margin-bottom: 20px;
  font-size: 0.813rem;
  color: #9E9280;
}
@media(min-width: 769px) {.fph-hero_sub_fnt {
  font-size: 0.875rem;
}
}.fph-hero_row_fnt {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.fph-hero_cta_fnt {
  border-radius: 8px;
  padding: 13px 26px;
  transition: background .2s;
  background: #3E9E30;
  color: #0D0A06;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 3px 0.875rem rgba(62, 158, 48, 0.48);
  font-size: 0.875rem;
  font-weight: 700;
}.fph-hero_cta_fnt:hover {
  background: #4CBB3C;
}.fph-hero_terms_fnt {
  font-size: 0.688rem;
  color: #625A4C;
}.fph-hero_game_fnt {
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  background: #121608;
  display: flex;
  flex-direction: column;
  position: relative;
}.fph-hero_game_badge_fnt {
  border-radius: 20px;
  background: rgba(212, 165, 32, 0.16);
  border: 1px solid rgba(212, 165, 32, 0.16);
  padding: 5px 0.625rem;
  letter-spacing: .06em;
  z-index: 3;
  color: #D4A520;
  text-transform: uppercase;
  left: 12px;
  font-size: 0.625rem;
  font-weight: 700;
  top: 12px;
  position: absolute;
}.fph-hero_game_badge_fnt svg {
  margin-right: 0.25rem;
  vertical-align: -1px;
  height: 0.688rem;
  width: 11px;
}.fph-hero_game_img_fnt {
  background: linear-gradient(135deg,#1A1006,#0C0F08);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.fph-hero_game_img_fnt img {
  inset: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
}.fph-hero_game_play_fnt {
  transition: opacity .2s;
  background: rgba(6, 8, 4, 0.72);
  inset: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  opacity: 0;
  position: absolute;
}.fph-hero_game_fnt:hover .fph-hero_game_play_fnt {
  opacity: 1;
}.fph-hero_game_play_fnt span {
  background: #C8761A;
  border-radius: 50%;
  height: 52px;
  align-items: center;
  display: flex;
  width: 3.25rem;
  justify-content: center;
}.fph-hero_game_play_fnt span svg {
  margin-left: 2px;
  width: 1.125rem;
  height: 18px;
}.fph-hero_game_info_fnt {
  padding: 0.875rem 16px;
}.fph-hero_game_title_fnt {
  color: #F0EBE0;
  font-size: 0.938rem;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.fph-hero_game_provider_fnt {
  font-size: 0.688rem;
  color: #7A7060;
}.fph-hero_game_btn_fnt {
  border-radius: 8px;
  background: #C8761A;
  padding: 11px;
  margin: 12px 1rem 1rem;
  transition: background .2s;
  font-size: 0.813rem;
  display: block;
  font-weight: 700;
  text-align: center;
  color: #F0EBE0;
}.fph-hero_game_fnt:hover .fph-hero_game_btn_fnt {
  background: #E08828;
}.fph-sbar_fnt {
  padding: 1rem 1rem 0;
  background: #0C0F08;
}
@media(min-width:768px) {.fph-sbar_fnt {
  padding: 18px 24px 0;
}
}.fph-sbar_in_fnt {
  margin: 0 auto;
  max-width: 82.5rem;
}.fph-sbar_row_fnt {
  gap: 0.625rem;
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}.fph-sbar_input_fnt {
  transition: border-color .2s;
  gap: 10px;
  flex: 1;
  padding: 11px 16px;
  background: #121608;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  align-items: center;
  display: flex;
  font-size: 0.813rem;
  color: #7A7060;
  cursor: pointer;
}.fph-sbar_input_fnt:hover {
  border-color: rgba(200, 118, 26, 0.45);
}.fph-sbar_input_fnt svg {
  flex-shrink: 0;
  height: 15px;
  stroke-linecap: round;
  width: 0.938rem;
  stroke-linejoin: round;
}.fph-sbar_providers_fnt {
  background: #121608;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  padding: 11px 1.125rem;
  font-weight: 600;
  white-space: nowrap;
  color: #C8BFA8;
  align-items: center;
  display: flex;
  font-size: 0.813rem;
}.fph-sbar_providers_fnt:hover {
  border-color: rgba(200, 118, 26, 0.45);
  color: #F0EBE0;
}.fph-sbar_providers_fnt svg {
  width: 14px;
  stroke-linecap: round;
  height: 14px;
  stroke-linejoin: round;
}.fph-sbar_tabs_fnt {
  gap: 6px;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 2px;
}.fph-sbar_tabs_fnt::-webkit-scrollbar {
  display: none;
}.fph-sbar_tab_fnt {
  gap: 7px;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.5rem 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 1.25rem;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  color: #9E9280;
  font-size: 12px;
  align-items: center;
  display: flex;
  cursor: pointer;
}.fph-sbar_tab_fnt:hover {
  border-color: rgba(200, 118, 26, 0.45);
  background: rgba(255, 255, 255, 0.07);
  color: #F0EBE0;
}.fph-sbar_tab_fnt.fph-state_active_fnt {
  background: rgba(200, 118, 26, 0.18);
  border-color: rgba(200, 118, 26, 0.07);
  color: #F0EBE0;
}.fph-sbar_tab_ic_fnt svg {
  width: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
}.fph-wy_fnt {
  padding: 32px 16px 0;
  background: #0C0F08;
}
@media(min-width: 770px) {.fph-wy_fnt {
  padding: 2.5rem 24px 0;
}
}.fph-wy_in_fnt {
  margin: 0 auto;
  max-width: 1320px;
}.fph-wy_head_fnt {
  max-width: 45rem;
  margin-bottom: 1.125rem;
}.fph-wy_label_fnt {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #C8761A;
  letter-spacing: .08em;
  margin-bottom: 8px;
}.fph-wy_h2_fnt {
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #F0EBE0;
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 765px) {.fph-wy_h2_fnt {
  font-size: 1.5rem;
}
}.fph-wy_intro_fnt {
  margin: 0;
  line-height: 1.6;
  font-size: 13px;
  color: #7A7060;
}.fph-wy_grid_fnt {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.fph-wy_grid_fnt {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.fph-wy_grid_fnt {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.fph-wy_card_fnt {
  border-radius: 8px;
  padding: 1.25rem;
  transition: border-color .2s,transform .2s;
  background: #161A0E;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.fph-wy_card_fnt:hover {
  border-color: rgba(200, 118, 26, 0.07);
  transform: translateY(-2px);
}.fph-wy_card_ic_fnt {
  border-radius: 50%;
  background: rgba(200, 118, 26, 0.18);
  justify-content: center;
  align-items: center;
  color: #C8761A;
  margin-bottom: 0.875rem;
  display: flex;
  width: 44px;
  height: 2.75rem;
}.fph-wy_card_ic_fnt svg {
  width: 22px;
  stroke-linecap: round;
  height: 1.375rem;
  stroke-linejoin: round;
}.fph-wy_card_h_fnt {
  line-height: 1.25;
  color: #F0EBE0;
  overflow-wrap: break-word;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0.375rem;
}.fph-wy_card_p_fnt {
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #7A7060;
  font-size: 0.813rem;
}.fph-wy_card_p_fnt strong {
  color: #C8BFA8;
  font-weight: 600;
}.fph-gr_jp_fnt {
  overflow: hidden;
  border-radius: 0.813rem;
  padding: 1.25rem;
  background: linear-gradient(135deg,#1A0E26 0%,#0C080F 100%);
  position: relative;
}.fph-gr_jp_fnt::before {
  background: radial-gradient(circle,rgba(122, 62, 16, 0.28) 0%,transparent 70%);
  border-radius: 50%;
  top: -60px;
  position: absolute;
  content: '';
  height: 15.625rem;
  left: -3.75rem;
  width: 15.625rem;
}.fph-gr_jp_fnt::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(212, 165, 32, 0.16) 0%,transparent 70%);
  height: 12.5rem;
  position: absolute;
  width: 200px;
  right: 0;
  content: '';
  bottom: -2.5rem;
}.fph-gr_jp_head_fnt {
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  display: flex;
}.fph-gr_jp_info_fnt {
  flex: 1;
}.fph-gr_jp_label_fnt {
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  color: #9B4EC8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}.fph-gr_jp_label_fnt svg {
  stroke-linecap: round;
  width: 0.875rem;
  stroke-linejoin: round;
  vertical-align: -2px;
  height: 14px;
  margin-right: 0.25rem;
}.fph-gr_jp_amount_fnt {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.25rem;
  color: #F0EBE0;
  line-height: 1;
  font-size: 32px;
  font-family: 'Cinzel', serif;
}
@media(min-width: 771px) {.fph-gr_jp_amount_fnt {
  font-size: 2.5rem;
}
}.fph-gr_jp_amount_fnt span {
  color: #D4A520;
}.fph-gr_jp_seo_fnt {
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #9E9280;
  max-width: 30rem;
}.fph-gr_jp_cta_fnt {
  border: 1px solid rgba(122, 62, 16, 0.28);
  border-radius: 8px;
  padding: 0.688rem 1.25rem;
  background: rgba(122, 62, 16, 0.28);
  transition: background .2s;
  z-index: 1;
  margin-top: 0.25rem;
  align-self: flex-start;
  color: #F0EBE0;
  white-space: nowrap;
  position: relative;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 13px;
}.fph-gr_jp_cta_fnt:hover {
  background: #7A3E10;
}.fph-ws_fnt {
  padding: 2rem 16px 0;
  background: #0C0F08;
}
@media(min-width: 769px) {.fph-ws_fnt {
  padding: 36px 24px 0;
}
}.fph-ws_in_fnt {
  margin: 0 auto;
  max-width: 82.5rem;
}.fph-ws_head_fnt {
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 14px;
  justify-content: space-between;
}.fph-ws_title_fnt {
  gap: 10px;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  align-items: center;
  color: #F0EBE0;
  display: flex;
  font-size: 16px;
}.fph-ws_title_ic_fnt svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.125rem;
  height: 1.125rem;
  color: #D4A520;
}.fph-ws_online_fnt {
  gap: 7px;
  align-items: center;
  color: #7A7060;
  display: flex;
  font-size: 12px;
  font-weight: 600;
}.fph-ws_online_dot_fnt {
  border-radius: 50%;
  background: #3E9E30;
  box-shadow: 0 0 6px rgba(62, 158, 48, 0.18);
  width: 0.5rem;
  height: 0.5rem;
  flex-shrink: 0;
}.fph-ws_scroll_fnt {
  gap: 8px;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 0.5rem;
}.fph-ws_scroll_fnt::-webkit-scrollbar {
  display: none;
}.fph-wc_fnt {
  background: #121608;
  gap: 0.625rem;
  border-radius: 8px;
  padding: 0.625rem 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex-shrink: 0;
  align-items: center;
  display: flex;
  min-width: 13.75rem;
}.fph-wc_img_fnt {
  border-radius: 5px;
  background: #161A0E;
  overflow: hidden;
  height: 2.25rem;
  flex-shrink: 0;
  width: 36px;
}.fph-wc_img_fnt img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.fph-wc_info_fnt {
  min-width: 0;
}.fph-wc_game_fnt {
  overflow: hidden;
  white-space: nowrap;
  color: #C8BFA8;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 12px;
}.fph-wc_player_fnt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.625rem;
  color: #625A4C;
}.fph-wc_amount_fnt {
  font-size: 0.813rem;
  margin-left: auto;
  white-space: nowrap;
  color: #3E9E30;
  flex-shrink: 0;
  font-weight: 700;
}.fph-reg_fnt {
  padding: 36px 16px 0;
  background: #0C0F08;
}
@media(min-width: 765px) {.fph-reg_fnt {
  padding: 2.75rem 24px 0;
}
}.fph-reg_in_fnt {
  padding: 28px 1.5rem;
  background: #161A0E;
  border-radius: 0.813rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.05);
  max-width: 1320px;
}
@media(min-width: 770px) {.fph-reg_in_fnt {
  padding: 40px;
}
}.fph-reg_top_fnt {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 858px) {.fph-reg_top_fnt {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.fph-reg_label_fnt {
  font-size: 11px;
  font-weight: 700;
  color: #C8761A;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
}.fph-reg_h2_fnt {
  font-weight: 800;
  color: #F0EBE0;
  font-size: 1.375rem;
  font-family: 'Cinzel', serif;
  line-height: 1.2;
  overflow-wrap: break-word;
  margin-bottom: 12px;
}
@media(min-width: 767px) {.fph-reg_h2_fnt {
  font-size: 1.75rem;
}
}.fph-reg_bonus_fnt {
  background: rgba(212, 165, 32, 0.16);
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(212, 165, 32, 0.16);
  gap: 8px;
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
}.fph-reg_bonus_amount_fnt {
  color: #D4A520;
  font-weight: 800;
  font-size: 1.25rem;
}.fph-reg_bonus_text_fnt {
  font-size: 0.813rem;
  line-height: 1.35;
  color: #9E9280;
}.fph-reg_cta_btn_fnt {
  background: #3E9E30;
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 0.875rem 2rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 3px 14px rgba(62, 158, 48, 0.48);
  margin-bottom: 12px;
  font-size: 0.938rem;
  color: #0D0A06;
  font-weight: 700;
  display: inline-block;
}.fph-reg_cta_btn_fnt:hover {
  background: #4CBB3C;
}.fph-reg_terms_fnt {
  line-height: 1.5;
  font-size: 0.688rem;
  color: #625A4C;
}.fph-reg_seo_fnt {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 1.25rem;
  font-size: 13px;
  line-height: 1.65;
  margin-top: 1.25rem;
  color: #7A7060;
  overflow-wrap: break-word;
}.fph-reg_seo_fnt p {
  margin-bottom: 10px;
  line-height: 1.65;
  font-size: 13px;
  color: #7A7060;
}.fph-reg_seo_fnt p:last-child {
  margin-bottom: 0;
}.fph-reg_seo_fnt strong {
  font-weight: 700;
  color: #C8BFA8;
}.fph-reg_seo_fnt a {
  transition: color .2s;
  color: #C8761A;
  text-decoration: underline;
}.fph-reg_seo_fnt a:hover {
  color: #E08828;
}.fph-reg_seo_fnt ul,.fph-reg_seo_fnt ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 18px;
}.fph-reg_seo_fnt ol {
  list-style: decimal;
}.fph-reg_seo_fnt li {
  line-height: 1.65;
  margin-bottom: 0.25rem;
  color: #7A7060;
  font-size: 13px;
}.fph-reg_seo_fnt table {
  display: block;
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 10px;
}
@media(min-width: 767px) {.fph-reg_seo_fnt table {
  display: table;
}
}.fph-reg_seo_fnt th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C8BFA8;
  text-align: left;
}.fph-reg_seo_fnt td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A7060;
}.fph-reg_steps_fnt {
  gap: 14px;
  flex-direction: column;
  display: flex;
  margin-top: 28px;
}
@media(min-width:860px) {.fph-reg_steps_fnt {
  margin-top: 0;
}
}.fph-reg_step_fnt {
  border-radius: 8px;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.fph-reg_step_num_fnt {
  background: rgba(200, 118, 26, 0.18);
  border: 1px solid rgba(200, 118, 26, 0.07);
  border-radius: 50%;
  justify-content: center;
  font-weight: 800;
  color: #C8761A;
  flex-shrink: 0;
  font-size: 0.875rem;
  width: 2.125rem;
  height: 2.125rem;
  display: flex;
  align-items: center;
}.fph-reg_step_title_fnt {
  font-size: 0.875rem;
  color: #F0EBE0;
  margin-bottom: 3px;
  font-weight: 700;
}.fph-reg_step_text_fnt {
  color: #7A7060;
  line-height: 1.5;
  font-size: 0.75rem;
}.fph-reg_trust_fnt {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
}.fph-reg_trust_item_fnt {
  gap: 0.438rem;
  overflow-wrap: break-word;
  color: #7A7060;
  font-size: 0.75rem;
  align-items: center;
  display: flex;
}.fph-reg_trust_ic_fnt svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
  color: #C8761A;
  width: 1rem;
}.fph-bon_fnt {
  padding: 2.25rem 1rem 0;
  background: #0C0F08;
}
@media(min-width: 766px) {.fph-bon_fnt {
  padding: 2.75rem 24px 0;
}
}.fph-bon_in_fnt {
  margin: 0 auto;
  max-width: 82.5rem;
}.fph-bon_head_fnt {
  margin-bottom: 1.25rem;
}.fph-bon_label_fnt {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C8761A;
  font-size: 11px;
}.fph-bon_h2_fnt {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #F0EBE0;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.fph-bon_h2_fnt {
  font-size: 1.5rem;
}
}.fph-bon_seo_fnt {
  color: #7A7060;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.6;
}.fph-bon_seo_fnt strong {
  font-weight: 700;
  color: #C8BFA8;
}.fph-bon_seo_fnt a {
  text-decoration: underline;
  color: #C8761A;
}.fph-bon_grid_fnt {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 643px) {.fph-bon_grid_fnt {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.fph-bon_grid_fnt {
  grid-template-columns: repeat(5,1fr);
}
}.fph-bon_card_fnt {
  transition: border-color .2s,transform .2s;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #121608;
  padding: 1rem;
}.fph-bon_card_fnt:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 118, 26, 0.07);
}.fph-bon_card_ic_fnt svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.625rem;
  width: 26px;
}.fph-bon_card_ic_fnt {
  margin-bottom: 10px;
}.fph-bon_card_type_fnt {
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: .06em;
  font-weight: 700;
  margin-bottom: 0.375rem;
  color: #7A7060;
}.fph-bon_card_amount_fnt {
  color: #D4A520;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 6px;
  line-height: 1.1;
}.fph-bon_card_name_fnt {
  overflow-wrap: break-word;
  color: #F0EBE0;
  font-size: 0.813rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}.fph-bon_card_detail_fnt {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #625A4C;
  overflow-wrap: break-word;
  line-height: 1.5;
  padding-top: 8px;
  font-size: 0.688rem;
}.fph-htp_fnt {
  padding: 2.25rem 1rem 0;
  background: #0C0F08;
}
@media(min-width: 769px) {.fph-htp_fnt {
  padding: 44px 24px 0;
}
}.fph-htp_in_fnt {
  margin: 0 auto;
  max-width: 82.5rem;
}.fph-htp_head_fnt {
  margin-bottom: 22px;
  max-width: 720px;
}.fph-htp_label_fnt {
  font-weight: 700;
  text-transform: uppercase;
  color: #C8761A;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-size: 11px;
}.fph-htp_h2_fnt {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F0EBE0;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 8px;
}
@media(min-width: 765px) {.fph-htp_h2_fnt {
  font-size: 1.75rem;
}
}.fph-htp_intro_fnt {
  font-size: 0.875rem;
  color: #7A7060;
  line-height: 1.6;
}.fph-htp_steps_fnt {
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.fph-htp_steps_fnt {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.fph-htp_steps_fnt {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.fph-htp_step_fnt {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem 18px 18px;
  background: #161A0E;
  display: flex;
  flex-direction: column;
  position: relative;
}.fph-htp_step_num_fnt {
  background: #C8761A;
  border-radius: 50%;
  justify-content: center;
  font-family: 'Cinzel', serif;
  width: 28px;
  height: 1.75rem;
  left: 20px;
  display: flex;
  font-weight: 800;
  color: #0D0A06;
  font-size: 0.813rem;
  position: absolute;
  top: -0.75rem;
  align-items: center;
}.fph-htp_step_ic_fnt {
  border-radius: 5px;
  margin: 8px 0 0.75rem;
  background: rgba(200, 118, 26, 0.18);
  height: 36px;
  display: flex;
  width: 36px;
  justify-content: center;
  align-items: center;
  color: #C8761A;
}.fph-htp_step_ic_fnt svg {
  width: 1.125rem;
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.fph-htp_step_h_fnt {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #F0EBE0;
}.fph-htp_step_p_fnt {
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #7A7060;
}.fph-htp_step_p_fnt strong {
  color: #C8BFA8;
  font-weight: 600;
}.fph-htp_cta_fnt {
  border-radius: 0.5rem;
  background: #3E9E30;
  transition: background .2s;
  padding: 13px 1.625rem;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 1.25rem;
  color: #0D0A06;
}.fph-htp_cta_fnt:hover {
  background: #4CBB3C;
}.fph-prov_fnt {
  background: #0C0F08;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.fph-prov_fnt {
  padding: 44px 24px 0;
}
}.fph-prov_in_fnt {
  margin: 0 auto;
  max-width: 1320px;
}.fph-prov_head_fnt {
  margin-bottom: 1rem;
}.fph-prov_label_fnt {
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #C8761A;
}.fph-prov_h2_fnt {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #F0EBE0;
}
@media(min-width: 770px) {.fph-prov_h2_fnt {
  font-size: 24px;
}
}.fph-prov_seo_fnt {
  font-size: 0.813rem;
  max-width: 620px;
  margin-bottom: 16px;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #7A7060;
}.fph-prov_seo_fnt strong {
  color: #C8BFA8;
  font-weight: 700;
}.fph-prov_seo_fnt a {
  text-decoration: underline;
  color: #C8761A;
}.fph-prov_grid_fnt {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 643px) {.fph-prov_grid_fnt {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.fph-prov_grid_fnt {
  grid-template-columns: repeat(8,1fr);
}
}.fph-prov_card_fnt {
  transition: border-color .2s,background .2s;
  border-radius: 0.5rem;
  gap: 0.438rem;
  background: #121608;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.875rem 10px;
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
}.fph-prov_card_fnt:hover {
  border-color: rgba(200, 118, 26, 0.45);
  background: #161A0E;
}.fph-prov_logo_fnt {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.313rem;
  justify-content: center;
  width: 2.75rem;
  height: 44px;
  align-items: center;
  display: flex;
}.fph-prov_logo_fnt img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.fph-prov_name_fnt {
  color: #9E9280;
  font-size: 11px;
  text-align: center;
  font-weight: 600;
  overflow-wrap: break-word;
}.fph-app_fnt {
  padding: 2.25rem 16px 0;
  background: #0C0F08;
}
@media(min-width: 767px) {.fph-app_fnt {
  padding: 2.75rem 24px 0;
}
}.fph-app_in_fnt {
  margin: 0 auto;
  max-width: 1320px;
}.fph-app_head_fnt {
  margin-bottom: 1rem;
}.fph-app_label_fnt {
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #C8761A;
  font-size: 11px;
  text-transform: uppercase;
}.fph-app_h2_fnt {
  color: #F0EBE0;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.375rem;
  font-size: 1.25rem;
}
@media(min-width: 767px) {.fph-app_h2_fnt {
  font-size: 24px;
}
}.fph-app_sub_fnt {
  line-height: 1.6;
  color: #7A7060;
  font-size: 13px;
  max-width: 600px;
  overflow-wrap: break-word;
}.fph-app_sub_fnt strong {
  font-weight: 700;
  color: #C8BFA8;
}.fph-app_cards_fnt {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 1rem;
}
@media(min-width: 638px) {.fph-app_cards_fnt {
  grid-template-columns: repeat(3,1fr);
}
}.fph-app_card_fnt {
  border-radius: 8px;
  padding: 1.25rem;
  overflow: hidden;
  gap: 1rem;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}.fph-app_card_ios_fnt {
  background: linear-gradient(135deg,rgba(200, 118, 26, 0.18) 0%,#161A0E 100%);
}.fph-app_card_android_fnt {
  background: linear-gradient(135deg,rgba(62, 158, 48, 0.18) 0%,#161A0E 100%);
}.fph-app_card_win_fnt {
  background: linear-gradient(135deg,rgba(212, 165, 32, 0.16) 0%,#161A0E 100%);
}.fph-app_card_ic_fnt svg {
  width: 34px;
  stroke-linecap: round;
  height: 34px;
  stroke-linejoin: round;
}.fph-app_card_ic_fnt {
  color: #F0EBE0;
  flex-shrink: 0;
}.fph-app_card_os_fnt {
  font-weight: 700;
  font-size: 0.625rem;
  margin-bottom: 0.375rem;
  color: #7A7060;
  text-transform: uppercase;
  letter-spacing: .08em;
}.fph-app_card_title_fnt {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 0.938rem;
  line-height: 1.2;
  color: #F0EBE0;
  overflow-wrap: break-word;
}.fph-app_card_text_fnt {
  line-height: 1.5;
  font-size: 0.75rem;
  margin-bottom: 0.875rem;
  color: #7A7060;
  overflow-wrap: break-word;
}.fph-app_card_btn_fnt {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(200, 118, 26, 0.45);
  gap: 7px;
  border-radius: 0.313rem;
  padding: 10px 1.125rem;
  transition: background .2s;
  color: #F0EBE0;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.813rem;
}.fph-app_card_btn_fnt:hover {
  background: rgba(255, 255, 255, 0.07);
}.fph-seo_fnt {
  background: #0C0F08;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.fph-seo_fnt {
  padding: 44px 1.5rem 0;
}
}.fph-seo_in_fnt {
  border-radius: 13px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #161A0E;
  padding: 28px 24px;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.fph-seo_in_fnt {
  padding: 2.25rem 2.5rem;
}
}.fph-seo_label_fnt {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #C8761A;
}.fph-seo_h2_fnt {
  color: #F0EBE0;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 14px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  line-height: 1.25;
}
@media(min-width: 767px) {.fph-seo_h2_fnt {
  font-size: 24px;
}
}.fph-seo_body_fnt {
  font-size: 14px;
  color: #9E9280;
  line-height: 1.75;
  overflow-wrap: break-word;
}.fph-seo_body_fnt p {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #9E9280;
  margin-bottom: 0.75rem;
}.fph-seo_body_fnt p:last-child {
  margin-bottom: 0;
}.fph-seo_body_fnt strong {
  color: #C8BFA8;
  font-weight: 700;
}.fph-seo_body_fnt a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8761A;
}.fph-seo_body_fnt a:hover {
  color: #E08828;
}.fph-seo_body_fnt ul,.fph-seo_body_fnt ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.fph-seo_body_fnt ol {
  list-style: decimal;
}.fph-seo_body_fnt li {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.75;
  color: #9E9280;
}.fph-seo_body_fnt table {
  font-size: 13px;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  display: block;
}
@media(min-width: 769px) {.fph-seo_body_fnt table {
  display: table;
}
}.fph-seo_body_fnt th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C8BFA8;
  text-align: left;
  font-weight: 700;
}.fph-seo_body_fnt td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9E9280;
}.fph-seo_cols_fnt {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.fph-seo_cols_fnt {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.fph-seo_cols_fnt {
  grid-template-columns: repeat(3,1fr);
}
}.fph-seo_col_h_fnt {
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  color: #C8BFA8;
}.fph-seo_col_p_fnt {
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #7A7060;
}.fph-seo_stats_fnt {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.fph-seo_stat_fnt {
  padding: 0.875rem 1rem;
  border-radius: 0.5rem;
  flex: 1;
  background: rgba(200, 118, 26, 0.07);
  border: 1px solid rgba(200, 118, 26, 0.18);
  min-width: 8.75rem;
}.fph-seo_stat_val_fnt {
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  color: #C8761A;
}.fph-seo_stat_lb_fnt {
  color: #7A7060;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.fph-pmt_fnt {
  padding: 36px 16px 0;
  background: #0C0F08;
}
@media(min-width:768px) {.fph-pmt_fnt {
  padding: 44px 24px 0;
}
}.fph-pmt_in_fnt {
  margin: 0 auto;
  max-width: 1320px;
}.fph-pmt_head_fnt {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.fph-pmt_label_fnt {
  letter-spacing: .08em;
  color: #C8761A;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
}.fph-pmt_h2_fnt {
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
  color: #F0EBE0;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.375rem;
}
@media(min-width: 765px) {.fph-pmt_h2_fnt {
  font-size: 28px;
}
}.fph-pmt_intro_fnt {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #7A7060;
}.fph-pmt_groups_fnt {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.fph-pmt_group_fnt {
  border-radius: 8px;
  padding: 1.25rem;
  background: #161A0E;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.fph-pmt_group_head_fnt {
  gap: 12px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.fph-pmt_group_ic_fnt {
  border-radius: 5px;
  background: rgba(200, 118, 26, 0.18);
  width: 2.25rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  color: #C8761A;
  align-items: center;
  height: 36px;
}.fph-pmt_group_ic_fnt svg {
  height: 18px;
  stroke-linejoin: round;
  width: 1.125rem;
  stroke-linecap: round;
}.fph-pmt_group_h_fnt {
  margin: 0;
  overflow-wrap: break-word;
  font-size: 1rem;
  color: #F0EBE0;
  font-weight: 700;
  font-family: 'Cinzel', serif;
}.fph-pmt_group_p_fnt {
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #7A7060;
  margin-bottom: 0.875rem;
}.fph-pmt_group_p_fnt strong {
  font-weight: 600;
  color: #C8BFA8;
}.fph-pmt_table_wrap_fnt {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.fph-pmt_table_fnt {
  font-size: 0.813rem;
  border-collapse: collapse;
  min-width: 33.75rem;
  width: 100%;
}.fph-pmt_table_fnt th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  font-size: 0.688rem;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: .04em;
  color: #C8BFA8;
}.fph-pmt_table_fnt td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  color: #7A7060;
}.fph-pmt_table_fnt tbody tr:last-child td {
  border-bottom: none;
}.fph-pmt_table_fnt tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C8BFA8;
}.fph-faq_fnt {
  background: #0C0F08;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.fph-faq_fnt {
  padding: 2.75rem 24px 0;
}
}.fph-faq_in_fnt {
  margin: 0 auto;
  max-width: 1320px;
}.fph-faq_head_fnt {
  margin-bottom: 1.25rem;
}.fph-faq_label_fnt {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #C8761A;
  margin-bottom: 0.5rem;
}.fph-faq_h2_fnt {
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F0EBE0;
  font-size: 1.25rem;
}
@media(min-width: 765px) {.fph-faq_h2_fnt {
  font-size: 1.5rem;
}
}.fph-faq_list_fnt {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.fph-faq_item_fnt {
  background: #161A0E;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
}.fph-faq_q_fnt {
  transition: color .2s;
  padding: 16px 20px;
  gap: 0.75rem;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  display: flex;
  cursor: pointer;
  flex-wrap: wrap;
  color: #C8BFA8;
  align-items: center;
  font-weight: 600;
  justify-content: space-between;
}.fph-faq_q_fnt:hover {
  color: #F0EBE0;
}.fph-faq_q_ic_fnt {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  display: flex;
  color: #C8761A;
  height: 1.5rem;
  align-items: center;
  font-size: 1rem;
  width: 1.5rem;
  flex-shrink: 0;
  justify-content: center;
}.fph-faq_item_fnt.fph-state_open_fnt .fph-faq_q_ic_fnt {
  transform: rotate(45deg);
}.fph-faq_a_fnt {
  padding: 0 20px 1rem;
  font-size: 13px;
  display: none;
  line-height: 1.7;
  color: #7A7060;
  overflow-wrap: break-word;
}.fph-faq_item_fnt.fph-state_open_fnt .fph-faq_a_fnt {
  display: block;
}.fph-faq_a_fnt strong {
  font-weight: 700;
  color: #C8BFA8;
}.fph-faq_a_fnt a {
  color: #C8761A;
  text-decoration: underline;
}.fph-faq_a_fnt ul,.fph-faq_a_fnt ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.fph-faq_a_fnt ol {
  list-style: decimal;
}.fph-faq_a_fnt li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.fph-faq_a_fnt table {
  margin: 0.5rem 0;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  font-size: 12px;
  width: 100%;
}
@media(min-width: 771px) {.fph-faq_a_fnt table {
  display: table;
}
}.fph-faq_a_fnt th {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C8BFA8;
  font-weight: 700;
  text-align: left;
}.fph-faq_a_fnt td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A7060;
}.fph-seo_fnt {
  padding: 2.25rem 1rem 0;
  background: #0C0F08;
}
@media(min-width: 766px) {.fph-seo_fnt {
  padding: 44px 1.5rem 0;
}
}.fph-seo_in_fnt {
  margin: 0 auto;
  padding: 1.75rem 24px;
  border-radius: 0.813rem;
  background: #161A0E;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 82.5rem;
}
@media(min-width: 765px) {.fph-seo_in_fnt {
  padding: 36px 2.5rem;
}
}.fph-seo_label_fnt {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #C8761A;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
}.fph-seo_h2_fnt {
  font-size: 1.25rem;
  margin-bottom: 14px;
  color: #F0EBE0;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.25;
  font-family: 'Cinzel', serif;
}
@media(min-width: 766px) {.fph-seo_h2_fnt {
  font-size: 1.5rem;
}
}.fph-seo_body_fnt {
  color: #9E9280;
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
}.fph-seo_body_fnt p {
  margin-bottom: 0.75rem;
  color: #9E9280;
  font-size: 0.875rem;
  line-height: 1.75;
}.fph-seo_body_fnt p:last-child {
  margin-bottom: 0;
}.fph-seo_body_fnt strong {
  color: #C8BFA8;
  font-weight: 700;
}.fph-seo_body_fnt a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8761A;
}.fph-seo_body_fnt a:hover {
  color: #E08828;
}.fph-seo_body_fnt ul,.fph-seo_body_fnt ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.fph-seo_body_fnt ol {
  list-style: decimal;
}.fph-seo_body_fnt li {
  margin-bottom: 6px;
  line-height: 1.75;
  color: #9E9280;
  font-size: 14px;
}.fph-seo_body_fnt table {
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  display: block;
}
@media(min-width:768px) {.fph-seo_body_fnt table {
  display: table;
}
}.fph-seo_body_fnt th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #C8BFA8;
  font-weight: 700;
}.fph-seo_body_fnt td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #9E9280;
}.fph-seo_cols_fnt {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.fph-seo_cols_fnt {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.fph-seo_cols_fnt {
  grid-template-columns: repeat(3,1fr);
}
}.fph-seo_col_h_fnt {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.438rem;
  color: #C8BFA8;
}.fph-seo_col_p_fnt {
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #7A7060;
}.fph-seo_stats_fnt {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.fph-seo_stat_fnt {
  flex: 1;
  background: rgba(200, 118, 26, 0.07);
  border: 1px solid rgba(200, 118, 26, 0.18);
  border-radius: 8px;
  padding: 14px 1rem;
  min-width: 8.75rem;
}.fph-seo_stat_val_fnt {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  color: #C8761A;
}.fph-seo_stat_lb_fnt {
  color: #7A7060;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.fph-seo_fnt {
  background: #0C0F08;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.fph-seo_fnt {
  padding: 44px 1.5rem 0;
}
}.fph-seo_in_fnt {
  border-radius: 0.813rem;
  background: #161A0E;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 28px 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.fph-seo_in_fnt {
  padding: 2.25rem 2.5rem;
}
}.fph-seo_label_fnt {
  color: #C8761A;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
}.fph-seo_h2_fnt {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 14px;
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  color: #F0EBE0;
  font-weight: 800;
}
@media(min-width: 769px) {.fph-seo_h2_fnt {
  font-size: 24px;
}
}.fph-seo_body_fnt {
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #9E9280;
}.fph-seo_body_fnt p {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0.75rem;
  color: #9E9280;
}.fph-seo_body_fnt p:last-child {
  margin-bottom: 0;
}.fph-seo_body_fnt strong {
  font-weight: 700;
  color: #C8BFA8;
}.fph-seo_body_fnt a {
  transition: color .2s;
  color: #C8761A;
  text-decoration: underline;
}.fph-seo_body_fnt a:hover {
  color: #E08828;
}.fph-seo_body_fnt ul,.fph-seo_body_fnt ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.fph-seo_body_fnt ol {
  list-style: decimal;
}.fph-seo_body_fnt li {
  color: #9E9280;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 0.875rem;
}.fph-seo_body_fnt table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 12px;
  font-size: 0.813rem;
  display: block;
  border-collapse: collapse;
}
@media(min-width:768px) {.fph-seo_body_fnt table {
  display: table;
}
}.fph-seo_body_fnt th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  font-weight: 700;
  text-align: left;
  color: #C8BFA8;
}.fph-seo_body_fnt td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9E9280;
}.fph-seo_cols_fnt {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 643px) {.fph-seo_cols_fnt {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.fph-seo_cols_fnt {
  grid-template-columns: repeat(3,1fr);
}
}.fph-seo_col_h_fnt {
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #C8BFA8;
  font-size: 0.813rem;
}.fph-seo_col_p_fnt {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #7A7060;
  line-height: 1.65;
}.fph-seo_stats_fnt {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.fph-seo_stat_fnt {
  border: 1px solid rgba(200, 118, 26, 0.18);
  flex: 1;
  padding: 0.875rem 1rem;
  background: rgba(200, 118, 26, 0.07);
  border-radius: 8px;
  min-width: 140px;
}.fph-seo_stat_val_fnt {
  font-size: 1.25rem;
  color: #C8761A;
  font-weight: 800;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.fph-seo_stat_lb_fnt {
  overflow-wrap: break-word;
  color: #7A7060;
  font-size: 0.688rem;
}.fph-ft_fnt {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #080A05;
  margin-top: 48px;
}.fph-ft_support_fnt {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 1rem;
}
@media(min-width: 770px) {.fph-ft_support_fnt {
  padding: 28px 24px;
}
}.fph-ft_support_in_fnt {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1320px;
  align-items: center;
}.fph-ft_support_main_fnt {
  flex: 1;
  gap: 16px;
  min-width: 220px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.fph-ft_support_ic_fnt {
  color: #C8761A;
  flex-shrink: 0;
}.fph-ft_support_ic_fnt svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 30px;
  width: 30px;
}.fph-ft_support_text_title_fnt {
  font-size: 0.938rem;
  margin-bottom: 3px;
  font-weight: 700;
  color: #F0EBE0;
  overflow-wrap: break-word;
}.fph-ft_support_text_sub_fnt {
  font-size: 0.75rem;
  color: #7A7060;
  overflow-wrap: break-word;
}.fph-ft_support_btn_fnt {
  background: #C8761A;
  transition: background .2s;
  padding: 0.688rem 1.375rem;
  border-radius: 8px;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
  color: #F0EBE0;
}.fph-ft_support_btn_fnt:hover {
  background: #E08828;
}.fph-ft_support_contacts_fnt {
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.fph-ft_support_contact_fnt {
  line-height: 1.4;
  font-size: 12px;
  color: #625A4C;
}.fph-ft_support_contact_fnt strong {
  color: #9E9280;
  margin-bottom: 2px;
  display: block;
  font-size: 11px;
  font-weight: 600;
}.fph-ft_main_fnt {
  padding: 2rem 1rem 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width:768px) {.fph-ft_main_fnt {
  padding: 2.5rem 1.5rem 32px;
}
}.fph-ft_main_in_fnt {
  margin: 0 auto;
  gap: 1.5rem;
  max-width: 82.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.fph-ft_main_in_fnt {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.fph-ft_main_in_fnt {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.fph-ft_col_logo_fnt {
  grid-column: 1/-1;
}
@media(min-width: 1082px) {.fph-ft_col_logo_fnt {
  grid-column: auto;
}
}.fph-ft_logo_fnt {
  gap: 0.563rem;
  margin-bottom: 0.75rem;
  font-size: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F0EBE0;
}.fph-ft_logo_mark_fnt {
  border-radius: 5px;
  overflow: hidden;
  width: 1.875rem;
  height: 30px;
}.fph-ft_logo_mark_fnt img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.fph-ft_logo_sub_fnt {
  color: #625A4C;
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.55;
  max-width: 12.5rem;
}.fph-ft_col_title_fnt {
  color: #9E9280;
  font-size: 0.75rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  font-weight: 700;
}.fph-ft_col_links_fnt {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.fph-ft_col_link_fnt {
  transition: color .2s;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #625A4C;
}.fph-ft_col_link_fnt:hover {
  color: #C8BFA8;
}.fph-ft_apps_fnt {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.fph-ft_app_card_fnt {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  padding: 10px 12px;
  display: flex;
  align-items: center;
}.fph-ft_app_card_fnt:hover {
  border-color: rgba(200, 118, 26, 0.45);
}.fph-ft_app_card_ic_fnt svg {
  height: 22px;
  width: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.fph-ft_app_card_os_fnt {
  font-size: 10px;
  color: #625A4C;
  font-weight: 600;
}.fph-ft_app_card_action_fnt {
  font-weight: 700;
  font-size: 0.75rem;
  color: #C8BFA8;
}.fph-ft_bot_fnt {
  padding: 20px 16px;
}
@media(min-width: 766px) {.fph-ft_bot_fnt {
  padding: 1.25rem 24px;
}
}.fph-ft_bot_in_fnt {
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
  max-width: 82.5rem;
  display: flex;
}.fph-ft_socials_fnt {
  gap: 8px;
  display: flex;
}.fph-ft_soc_fnt {
  border-radius: 0.313rem;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  justify-content: center;
  display: flex;
  height: 2.25rem;
  align-items: center;
  width: 2.25rem;
  color: #9E9280;
}.fph-ft_soc_fnt svg {
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  width: 16px;
}.fph-ft_soc_fnt:hover {
  background: rgba(255, 255, 255, 0.07);
}.fph-ft_legal_fnt {
  flex: 1;
  line-height: 1.6;
  color: #8A806E;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  min-width: 12.5rem;
}.fph-ft_legal_fnt strong {
  font-weight: 700;
  color: #9E9280;
}.fph-ft_legal_fnt a {
  text-decoration: underline;
  color: #9E9280;
}.fph-ft_age_fnt {
  border-radius: 50%;
  border: 2px solid #8A806E;
  height: 32px;
  margin-left: auto;
  justify-content: center;
  display: flex;
  font-size: 11px;
  flex-shrink: 0;
  width: 32px;
  align-items: center;
  font-weight: 800;
  color: #8A806E;
}