*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  line-height: 1.6;
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #120E0A;
  color: #D4C5A9;
  min-height: 100vh;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
}a {
  text-decoration: none;
  color: inherit;
}.tfz-layout_ccp {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.tfz-page_ccp {
  display: flex;
  min-height: 100vh;
}.tfz-main_ccp {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media screen and (min-width: 1083px) {.tfz-main_ccp {
  padding-left: 13.75rem;
}
}
@media screen and (max-width: 1080px) {.tfz-main_ccp {
  padding-bottom: 72px;
}
}.tfz-gc_ccp {
  border-radius: 10px;
  background: #191410;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  width: 140px;
}
@media(min-width: 641px) {.tfz-gc_ccp {
  width: 156px;
}
}
@media(min-width:1080px) {.tfz-gc_ccp {
  width: 10.5rem;
}
}.tfz-gc_ccp:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 132, 26, 0.08);
}.tfz-gc_img_ccp {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.tfz-gc_img_ccp img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}.tfz-gc_hover_ccp {
  transition: opacity .2s;
  background: rgba(8, 6, 3, 0.78);
  inset: 0;
  align-items: center;
  position: absolute;
  opacity: 0;
  justify-content: center;
  display: flex;
}.tfz-gc_ccp:hover .tfz-gc_hover_ccp {
  opacity: 1;
}.tfz-gc_hover_btn_ccp {
  border-radius: 5px;
  padding: 0.5rem 1rem;
  background: #C9841A;
  color: #F5EDD8;
  font-weight: 700;
  font-size: 0.75rem;
}.tfz-gc_info_ccp {
  padding: 0.5rem 10px 0.625rem;
}.tfz-gc_name_ccp {
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  color: #D4C5A9;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  max-width: 100%;
}.tfz-gc_prov_ccp {
  color: #6B5C47;
  font-size: 0.625rem;
}.tfz-gc_tag_ccp {
  padding: 2px 7px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: .04em;
  position: absolute;
  top: 0.375rem;
  z-index: 2;
  font-size: 9px;
  left: 0.375rem;
  font-weight: 700;
}.tfz-gc_tag_hot_ccp {
  background: #C43B3B;
  color: #fff;
}.tfz-gc_tag_new_ccp {
  background: #2EAD6E;
  color: #120E0A;
}.tfz-gc_tag_jp_ccp {
  background: #D4A01C;
  color: #120E0A;
}.tfz-gc_tag_ex_ccp {
  background: #8B5A16;
  color: #fff;
}.tfz-gc_tag_live_ccp {
  background: #C43B3B;
  color: #fff;
}.tfz-gr_ccp {
  padding: 32px 16px 0;
  background: #120E0A;
}
@media(min-width: 766px) {.tfz-gr_ccp {
  padding: 2.25rem 1.5rem 0;
}
}.tfz-gr_in_ccp {
  margin: 0 auto;
  max-width: 82.5rem;
}.tfz-gr_head_ccp {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
}.tfz-gr_head_l_ccp {
  flex: 1;
  gap: 0.625rem;
  align-items: center;
  min-width: 0;
  display: flex;
}.tfz-gr_ic_ccp {
  border-radius: 0.625rem;
  flex-shrink: 0;
  height: 2rem;
  justify-content: center;
  display: flex;
  width: 32px;
  align-items: center;
}.tfz-gr_ic_ccp svg {
  width: 16px;
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
}.tfz-gr_title_ccp {
  font-size: 16px;
  overflow-wrap: break-word;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  color: #F5EDD8;
}
@media(min-width: 769px) {.tfz-gr_title_ccp {
  font-size: 18px;
}
}.tfz-gr_more_ccp {
  transition: color .2s;
  gap: 0.313rem;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  flex-shrink: 0;
  white-space: nowrap;
  color: #7A6B52;
  display: flex;
}.tfz-gr_more_ccp:hover {
  color: #C9841A;
}.tfz-gr_more_ccp svg {
  stroke-linecap: round;
  height: 0.75rem;
  stroke-linejoin: round;
  width: 0.75rem;
}.tfz-gr_arrows_ccp {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.tfz-gr_arr_ccp {
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  color: #A89370;
  height: 1.875rem;
  width: 1.875rem;
  align-items: center;
}.tfz-gr_arr_ccp:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #F5EDD8;
}.tfz-gr_arr_ccp svg {
  height: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 13px;
}.tfz-gr_seo_h_ccp {
  margin: 0 0 0.375rem;
  font-family: 'Cinzel', serif;
  max-width: 42.5rem;
  font-size: 0.813rem;
  font-weight: 700;
  color: #D4C5A9;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.tfz-gr_seo_h_ccp {
  font-size: 14px;
}
}.tfz-gr_seo_ccp {
  color: #7A6B52;
  max-width: 680px;
  margin-bottom: 12px;
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.55;
}.tfz-gr_seo_ccp strong {
  color: #D4C5A9;
  font-weight: 600;
}.tfz-gr_scroll_ccp {
  gap: 0.625rem;
  display: flex;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.625rem;
  scrollbar-width: none;
  overflow-x: auto;
}.tfz-gr_scroll_ccp::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.tfz-gr_scroll_ccp {
  gap: 12px;
}
}.tfz-tb_ccp {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #0F0C08;
  height: 56px;
  right: 0;
  display: flex;
  align-items: center;
  top: 0;
  z-index: 80;
  left: 0;
  position: fixed;
}.tfz-tb_in_ccp {
  gap: 0;
  padding: 0 14px;
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}.tfz-tb_burger_ccp {
  gap: 0.313rem;
  border-radius: 10px;
  flex-direction: column;
  width: 38px;
  margin-right: 8px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  height: 38px;
  align-items: center;
}.tfz-tb_burger_ccp:hover {
  background: rgba(255, 255, 255, 0.05);
}.tfz-tb_burger_line_ccp {
  background: #A89370;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 18px;
}
@media(min-width: 1082px) {.tfz-tb_burger_ccp {
  display: none;
}
}.tfz-tb_logo_ccp {
  gap: 0.563rem;
  flex-shrink: 0;
  display: flex;
  letter-spacing: -.01em;
  align-items: center;
  font-size: 18px;
  overflow-wrap: break-word;
  margin-right: 20px;
  font-weight: 800;
  color: #F5EDD8;
}.tfz-tb_logo_mark_ccp {
  border-radius: 0.625rem;
  overflow: hidden;
  height: 2rem;
  width: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}.tfz-tb_logo_mark_ccp img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.tfz-tb_nav_ccp {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width:640px) {.tfz-tb_nav_ccp {
  display: flex;
}
}.tfz-tb_tab_ccp {
  border-radius: 0.625rem;
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s;
  font-weight: 600;
  white-space: nowrap;
  color: #A89370;
  font-size: 0.813rem;
}.tfz-tb_tab_ccp:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDD8;
}.tfz-tb_tab_ccp.tfz-state_active_ccp {
  background: rgba(201, 132, 26, 0.18);
  color: #F5EDD8;
}.tfz-tb_right_ccp {
  gap: 8px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  margin-left: auto;
}.tfz-tb_login_ccp {
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  padding: 0.563rem 1rem;
  color: #D4C5A9;
  font-size: 0.813rem;
  display: none;
  font-weight: 600;
}.tfz-tb_login_ccp:hover {
  border-color: rgba(201, 132, 26, 0.62);
  color: #F5EDD8;
}
@media(min-width: 483px) {.tfz-tb_login_ccp {
  display: block;
}
}.tfz-tb_reg_ccp {
  background: #2EAD6E;
  transition: background .2s;
  border-radius: 10px;
  padding: 0.563rem 18px;
  color: #0D0906;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.813rem;
}.tfz-tb_reg_ccp:hover {
  background: #3DC47D;
}.tfz-sb_ccp {
  background: #1E1710;
  transform: translateX(-100%);
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  top: 56px;
  bottom: 0;
  z-index: 70;
  overflow-y: auto;
  left: 0;
  width: 13.75rem;
  position: fixed;
}.tfz-sb_ccp.tfz-state_open_ccp {
  transform: translateX(0);
}.tfz-sb_ccp::-webkit-scrollbar {
  width: 0.25rem;
}.tfz-sb_ccp::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.08);
}
@media(min-width: 1083px) {.tfz-sb_ccp {
  transform: translateX(0);
}
}.tfz-sb_auth_ccp {
  padding: 0.875rem 0.75rem 10px;
}.tfz-sb_btn_reg_ccp {
  transition: background .2s;
  padding: 0.688rem;
  border-radius: 0.625rem;
  background: #2EAD6E;
  font-weight: 700;
  font-size: 0.813rem;
  color: #0D0906;
  text-align: center;
  margin-bottom: 8px;
  display: block;
}.tfz-sb_btn_reg_ccp:hover {
  background: #3DC47D;
}.tfz-sb_btn_login_ccp {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem;
  transition: border-color .2s;
  padding: 10px;
  font-size: 13px;
  color: #D4C5A9;
  font-weight: 600;
  display: block;
  text-align: center;
}.tfz-sb_btn_login_ccp:hover {
  border-color: rgba(201, 132, 26, 0.62);
  color: #F5EDD8;
}.tfz-sb_promo_ccp {
  overflow: hidden;
  padding: 0.75rem 14px;
  border-radius: 0.625rem;
  border: 1px solid rgba(201, 132, 26, 0.18);
  background: linear-gradient(135deg,#2A1508,#1E1710);
  margin: 0 0.75rem 0.625rem;
  position: relative;
}.tfz-sb_promo_ccp::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(201, 132, 26, 0.18),transparent 70%);
  position: absolute;
  top: -1.25rem;
  right: -20px;
  width: 80px;
  content: '';
  height: 80px;
}.tfz-sb_promo_title_ccp {
  margin-bottom: 4px;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #C9841A;
  font-weight: 700;
}.tfz-sb_promo_text_ccp {
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.35;
  color: #F5EDD8;
}.tfz-sb_promo_sub_ccp {
  font-size: 0.625rem;
  color: #7A6B52;
  margin-top: 3px;
}.tfz-sb_nav_ccp {
  padding: 0.375rem 0.5rem 16px;
}.tfz-sb_nav_lb_ccp {
  padding: 0.625rem 0.5rem 0.375rem;
  color: #6B5C47;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.625rem;
}.tfz-sb_link_ccp {
  border-radius: 5px;
  gap: 10px;
  transition: background .15s,color .15s;
  padding: 0.563rem 0.625rem;
  font-size: 0.813rem;
  cursor: pointer;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
  font-weight: 500;
  color: #A89370;
}.tfz-sb_link_ccp:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDD8;
}.tfz-sb_link_ccp.tfz-state_active_ccp {
  background: rgba(201, 132, 26, 0.18);
  color: #F5EDD8;
}.tfz-sb_ic_ccp {
  border-radius: 5px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 1.875rem;
}.tfz-sb_ic_ccp svg {
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
}.tfz-sb_ic_1_ccp {
  background: rgba(201, 132, 26, 0.08);
  color: #C9841A;
}.tfz-sb_ic_2_ccp {
  background: rgba(46, 173, 110, 0.18);
  color: #2EAD6E;
}.tfz-sb_ic_3_ccp {
  background: rgba(212, 160, 28, 0.20);
  color: #D4A01C;
}.tfz-sb_ic_4_ccp {
  background: rgba(139, 90, 22, 0.26);
  color: #8B5A16;
}.tfz-sb_ic_5_ccp {
  background: rgba(201, 132, 26, 0.08);
  color: #D45278;
}.tfz-sb_ic_6_ccp {
  background: rgba(139, 90, 22, 0.26);
  color: #9B42D4;
}.tfz-sb_badge_ccp {
  background: #D4A01C;
  padding: 2px 0.438rem;
  border-radius: 5px;
  font-weight: 700;
  font-size: 9px;
  color: #0D0906;
  margin-left: auto;
}.tfz-sb_bot_ccp {
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  display: flex;
}.tfz-sb_lang_ccp,.tfz-sb_help_ccp {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color .2s;
  flex: 1;
  border-radius: 5px;
  padding: 0.563rem 6px;
  gap: 0.375rem;
  font-weight: 600;
  font-size: 0.688rem;
  justify-content: center;
  display: flex;
  color: #A89370;
  align-items: center;
}.tfz-sb_lang_ccp:hover,.tfz-sb_help_ccp:hover {
  border-color: rgba(201, 132, 26, 0.62);
  color: #F5EDD8;
}.tfz-sb_lang_ccp svg,.tfz-sb_help_ccp svg {
  stroke-linecap: round;
  width: 0.813rem;
  height: 13px;
  stroke-linejoin: round;
}.tfz-sb_bd_ccp {
  background: rgba(8, 6, 3, 0.78);
  inset: 0;
  position: fixed;
  display: none;
  z-index: 69;
}.tfz-sb_bd_ccp.tfz-state_on_ccp {
  display: block;
}
@media(min-width: 1078px) {.tfz-sb_bd_ccp {
  display: none!important;
}
}.tfz-mob_nav_ccp {
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  background: #1E1710;
  position: fixed;
  display: flex;
  right: 0;
  z-index: 80;
  bottom: 0;
  left: 0;
}
@media(min-width: 1079px) {.tfz-mob_nav_ccp {
  display: none;
}
}.tfz-mob_nav_item_ccp {
  padding: 4px 2px;
  flex: 1;
  gap: 4px;
  cursor: pointer;
  align-items: center;
  color: #6B5C47;
  display: flex;
  flex-direction: column;
}.tfz-mob_nav_ic_ccp {
  line-height: 1;
}.tfz-mob_nav_ic_ccp svg {
  width: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 20px;
}.tfz-mob_nav_lb_ccp {
  font-weight: 600;
  font-size: 0.625rem;
  color: #6B5C47;
}.tfz-mob_nav_item_ccp.tfz-state_active_ccp {
  color: #C9841A;
}.tfz-mob_nav_item_ccp.tfz-state_active_ccp .tfz-mob_nav_lb_ccp {
  color: #C9841A;
}.tfz-hero_ccp {
  padding: 1.25rem 16px 0;
  background: #120E0A;
}
@media(min-width: 767px) {.tfz-hero_ccp {
  padding: 24px 1.5rem 0;
}
}.tfz-hero_in_ccp {
  margin: 0 auto;
  gap: 12px;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.tfz-hero_in_ccp {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1102px) {.tfz-hero_in_ccp {
  grid-template-columns: 1fr 340px;
}
}.tfz-hero_promo_ccp {
  border-radius: 14px;
  background: #191410;
  overflow: hidden;
  position: relative;
  display: flex;
  min-height: 13.75rem;
  align-items: stretch;
}
@media(min-width: 771px) {.tfz-hero_promo_ccp {
  min-height: 17.5rem;
}
}.tfz-hero_promo_bg_ccp {
  background-position: center;
  background: linear-gradient(120deg,#2A1508 0%,#120E0A 100%);
  inset: 0;
  position: absolute;
  background-size: cover;
}.tfz-hero_promo_bg_ccp::after {
  inset: 0;
  background: linear-gradient(90deg,#120E0A 0%,rgba(8, 6, 3, 0.78) 60%,transparent 100%);
  content: '';
  position: absolute;
}.tfz-hero_promo_glow_ccp {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(139, 90, 22, 0.26) 0%,transparent 65%);
  pointer-events: none;
  top: -40px;
  width: 18.75rem;
  height: 300px;
  position: absolute;
  right: 60px;
}.tfz-hero_promo_ct_ccp {
  padding: 1.75rem 1.5rem 1.75rem 28px;
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column;
  max-width: 30rem;
  justify-content: center;
}
@media(min-width: 766px) {.tfz-hero_promo_ct_ccp {
  padding: 2.5rem 32px;
}
}.tfz-hero_badge_ccp {
  border: 1px solid rgba(201, 132, 26, 0.08);
  border-radius: 1.25rem;
  background: rgba(201, 132, 26, 0.18);
  padding: 0.313rem 0.75rem;
  color: #C9841A;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 14px;
  letter-spacing: .08em;
}.tfz-hero_h1_ccp {
  color: #F5EDD8;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.15;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  margin-bottom: 10px;
}.tfz-hero_h1_ccp em {
  color: #D4A01C;
  font-style: normal;
}
@media(min-width: 771px) {.tfz-hero_h1_ccp {
  font-size: 2.25rem;
}
}.tfz-hero_sub_ccp {
  margin-bottom: 1.25rem;
  font-size: 13px;
  color: #A89370;
  line-height: 1.55;
}
@media(min-width: 765px) {.tfz-hero_sub_ccp {
  font-size: 0.875rem;
}
}.tfz-hero_row_ccp {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.tfz-hero_cta_ccp {
  border-radius: 0.625rem;
  background: #2EAD6E;
  padding: 0.813rem 26px;
  transition: background .2s;
  font-size: 14px;
  font-weight: 700;
  color: #0D0906;
  box-shadow: 0 6px 1.125rem rgba(46, 173, 110, 0.44);
}.tfz-hero_cta_ccp:hover {
  background: #3DC47D;
}.tfz-hero_terms_ccp {
  font-size: 11px;
  color: #6B5C47;
}.tfz-hero_game_ccp {
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  background: #191410;
  border-radius: 0.875rem;
  flex-direction: column;
  position: relative;
  display: flex;
}.tfz-hero_game_badge_ccp {
  padding: 5px 10px;
  border-radius: 20px;
  border: 1px solid rgba(212, 160, 28, 0.20);
  background: rgba(212, 160, 28, 0.20);
  text-transform: uppercase;
  top: 0.75rem;
  color: #D4A01C;
  left: 12px;
  z-index: 3;
  font-weight: 700;
  letter-spacing: .06em;
  position: absolute;
  font-size: 10px;
}.tfz-hero_game_badge_ccp svg {
  height: 11px;
  margin-right: 0.25rem;
  vertical-align: -1px;
  width: 11px;
}.tfz-hero_game_img_ccp {
  overflow: hidden;
  background: linear-gradient(135deg,#2A1508,#120E0A);
  padding-bottom: 60%;
  position: relative;
}.tfz-hero_game_img_ccp img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}.tfz-hero_game_play_ccp {
  transition: opacity .2s;
  inset: 0;
  background: rgba(8, 6, 3, 0.78);
  position: absolute;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}.tfz-hero_game_ccp:hover .tfz-hero_game_play_ccp {
  opacity: 1;
}.tfz-hero_game_play_ccp span {
  border-radius: 50%;
  background: #C9841A;
  width: 3.25rem;
  align-items: center;
  display: flex;
  height: 52px;
  justify-content: center;
}.tfz-hero_game_play_ccp span svg {
  height: 1.125rem;
  width: 1.125rem;
  margin-left: 2px;
}.tfz-hero_game_info_ccp {
  padding: 0.875rem 1rem;
}.tfz-hero_game_title_ccp {
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F5EDD8;
  font-size: 0.938rem;
}.tfz-hero_game_provider_ccp {
  color: #7A6B52;
  font-size: 0.688rem;
}.tfz-hero_game_btn_ccp {
  padding: 0.688rem;
  border-radius: 0.625rem;
  margin: 12px 16px 1rem;
  background: #C9841A;
  transition: background .2s;
  font-size: 0.813rem;
  display: block;
  font-weight: 700;
  text-align: center;
  color: #F5EDD8;
}.tfz-hero_game_ccp:hover .tfz-hero_game_btn_ccp {
  background: #E09B2C;
}.tfz-gr_jp_ccp {
  padding: 1.25rem;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(135deg,#1E0E32 0%,#0D0818 100%);
  position: relative;
}.tfz-gr_jp_ccp::before {
  background: radial-gradient(circle,rgba(139, 90, 22, 0.26) 0%,transparent 70%);
  border-radius: 50%;
  height: 250px;
  top: -3.75rem;
  position: absolute;
  left: -60px;
  width: 15.625rem;
  content: '';
}.tfz-gr_jp_ccp::after {
  background: radial-gradient(circle,rgba(212, 160, 28, 0.20) 0%,transparent 70%);
  border-radius: 50%;
  width: 12.5rem;
  height: 12.5rem;
  right: 0;
  content: '';
  bottom: -2.5rem;
  position: absolute;
}.tfz-gr_jp_head_ccp {
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 1rem;
  align-items: flex-start;
  z-index: 1;
  position: relative;
}.tfz-gr_jp_info_ccp {
  flex: 1;
}.tfz-gr_jp_label_ccp {
  letter-spacing: .08em;
  color: #9B42D4;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
}.tfz-gr_jp_label_ccp svg {
  width: 0.875rem;
  margin-right: 0.25rem;
  vertical-align: -2px;
  height: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.tfz-gr_jp_amount_ccp {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 0.25rem;
  color: #F5EDD8;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.tfz-gr_jp_amount_ccp {
  font-size: 2.5rem;
}
}.tfz-gr_jp_amount_ccp span {
  color: #D4A01C;
}.tfz-gr_jp_seo_ccp {
  line-height: 1.5;
  font-size: 0.75rem;
  color: #A89370;
  overflow-wrap: break-word;
  max-width: 480px;
}.tfz-gr_jp_cta_ccp {
  border: 1px solid rgba(139, 90, 22, 0.26);
  border-radius: 10px;
  background: rgba(139, 90, 22, 0.26);
  transition: background .2s;
  padding: 0.688rem 20px;
  color: #F5EDD8;
  margin-top: 0.25rem;
  position: relative;
  z-index: 1;
  align-self: flex-start;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
}.tfz-gr_jp_cta_ccp:hover {
  background: #8B5A16;
}.tfz-ws_ccp {
  padding: 32px 16px 0;
  background: #120E0A;
}
@media(min-width: 769px) {.tfz-ws_ccp {
  padding: 2.25rem 1.5rem 0;
}
}.tfz-ws_in_ccp {
  margin: 0 auto;
  max-width: 1320px;
}.tfz-ws_head_ccp {
  gap: 0.75rem;
  display: flex;
  margin-bottom: 0.875rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}.tfz-ws_title_ccp {
  gap: 10px;
  display: flex;
  font-size: 16px;
  color: #F5EDD8;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  align-items: center;
  flex-wrap: wrap;
  overflow-wrap: break-word;
}.tfz-ws_title_ic_ccp svg {
  height: 18px;
  stroke-linecap: round;
  width: 1.125rem;
  stroke-linejoin: round;
  color: #D4A01C;
}.tfz-ws_online_ccp {
  gap: 0.438rem;
  font-size: 12px;
  display: flex;
  color: #7A6B52;
  font-weight: 600;
  align-items: center;
}.tfz-ws_online_dot_ccp {
  background: #2EAD6E;
  border-radius: 50%;
  width: 8px;
  flex-shrink: 0;
  height: 0.5rem;
  box-shadow: 0 0 6px rgba(46, 173, 110, 0.18);
}.tfz-ws_scroll_ccp {
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 8px;
}.tfz-ws_scroll_ccp::-webkit-scrollbar {
  display: none;
}.tfz-wc_ccp {
  gap: 10px;
  border-radius: 0.625rem;
  background: #191410;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  flex-shrink: 0;
  display: flex;
  min-width: 220px;
  align-items: center;
}.tfz-wc_img_ccp {
  background: #1E1710;
  border-radius: 5px;
  overflow: hidden;
  height: 2.25rem;
  width: 2.25rem;
  flex-shrink: 0;
}.tfz-wc_img_ccp img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.tfz-wc_info_ccp {
  min-width: 0;
}.tfz-wc_game_ccp {
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  color: #D4C5A9;
}.tfz-wc_player_ccp {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #6B5C47;
  font-size: 0.625rem;
  white-space: nowrap;
}.tfz-wc_amount_ccp {
  font-size: 0.813rem;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: auto;
  font-weight: 700;
  color: #2EAD6E;
}.tfz-app_ccp {
  background: #120E0A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.tfz-app_ccp {
  padding: 2.75rem 1.5rem 0;
}
}.tfz-app_in_ccp {
  margin: 0 auto;
  max-width: 82.5rem;
}.tfz-app_head_ccp {
  margin-bottom: 16px;
}.tfz-app_label_ccp {
  color: #C9841A;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
}.tfz-app_h2_ccp {
  color: #F5EDD8;
  margin-bottom: 6px;
  font-size: 20px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 770px) {.tfz-app_h2_ccp {
  font-size: 1.5rem;
}
}.tfz-app_sub_ccp {
  max-width: 37.5rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #7A6B52;
  font-size: 0.813rem;
}.tfz-app_sub_ccp strong {
  font-weight: 700;
  color: #D4C5A9;
}.tfz-app_cards_ccp {
  gap: 0.625rem;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.tfz-app_cards_ccp {
  grid-template-columns: repeat(3,1fr);
}
}.tfz-app_card_ccp {
  padding: 1.25rem;
  gap: 16px;
  overflow: hidden;
  border-radius: 0.625rem;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}.tfz-app_card_ios_ccp {
  background: linear-gradient(135deg,rgba(201, 132, 26, 0.18) 0%,#1E1710 100%);
}.tfz-app_card_android_ccp {
  background: linear-gradient(135deg,rgba(46, 173, 110, 0.18) 0%,#1E1710 100%);
}.tfz-app_card_win_ccp {
  background: linear-gradient(135deg,rgba(212, 160, 28, 0.20) 0%,#1E1710 100%);
}.tfz-app_card_ic_ccp svg {
  height: 34px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 34px;
}.tfz-app_card_ic_ccp {
  color: #F5EDD8;
  flex-shrink: 0;
}.tfz-app_card_os_ccp {
  letter-spacing: .08em;
  font-size: 10px;
  font-weight: 700;
  color: #7A6B52;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
}.tfz-app_card_title_ccp {
  font-size: 0.938rem;
  color: #F5EDD8;
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: break-word;
}.tfz-app_card_text_ccp {
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 0.75rem;
  margin-bottom: 0.875rem;
  color: #7A6B52;
}.tfz-app_card_btn_ccp {
  padding: 10px 1.125rem;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 0.313rem;
  border: 1px solid rgba(201, 132, 26, 0.62);
  transition: background .2s;
  gap: 0.438rem;
  font-weight: 700;
  display: inline-flex;
  font-size: 13px;
  color: #F5EDD8;
  align-items: center;
}.tfz-app_card_btn_ccp:hover {
  background: rgba(255, 255, 255, 0.08);
}.tfz-bon_ccp {
  padding: 2.25rem 16px 0;
  background: #120E0A;
}
@media(min-width: 770px) {.tfz-bon_ccp {
  padding: 2.75rem 1.5rem 0;
}
}.tfz-bon_in_ccp {
  margin: 0 auto;
  max-width: 82.5rem;
}.tfz-bon_head_ccp {
  margin-bottom: 20px;
}.tfz-bon_label_ccp {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0.5rem;
  color: #C9841A;
  font-weight: 700;
}.tfz-bon_h2_ccp {
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-weight: 800;
  margin-bottom: 8px;
}
@media(min-width: 767px) {.tfz-bon_h2_ccp {
  font-size: 24px;
}
}.tfz-bon_seo_ccp {
  color: #7A6B52;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.6;
}.tfz-bon_seo_ccp strong {
  color: #D4C5A9;
  font-weight: 700;
}.tfz-bon_seo_ccp a {
  text-decoration: underline;
  color: #C9841A;
}.tfz-bon_grid_ccp {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 643px) {.tfz-bon_grid_ccp {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.tfz-bon_grid_ccp {
  grid-template-columns: repeat(5,1fr);
}
}.tfz-bon_card_ccp {
  transition: border-color .2s,transform .2s;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  padding: 16px;
  background: #191410;
}.tfz-bon_card_ccp:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 132, 26, 0.08);
}.tfz-bon_card_ic_ccp svg {
  width: 26px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.625rem;
}.tfz-bon_card_ic_ccp {
  margin-bottom: 10px;
}.tfz-bon_card_type_ccp {
  font-size: 10px;
  margin-bottom: 6px;
  color: #7A6B52;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}.tfz-bon_card_amount_ccp {
  font-weight: 800;
  color: #D4A01C;
  font-size: 1.125rem;
  margin-bottom: 6px;
  line-height: 1.1;
}.tfz-bon_card_name_ccp {
  font-weight: 600;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  color: #F5EDD8;
  font-size: 13px;
}.tfz-bon_card_detail_ccp {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  font-size: 11px;
  color: #6B5C47;
  padding-top: 8px;
  overflow-wrap: break-word;
}.tfz-prov_ccp {
  background: #120E0A;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.tfz-prov_ccp {
  padding: 2.75rem 1.5rem 0;
}
}.tfz-prov_in_ccp {
  margin: 0 auto;
  max-width: 1320px;
}.tfz-prov_head_ccp {
  margin-bottom: 1rem;
}.tfz-prov_label_ccp {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 0.688rem;
  color: #C9841A;
  text-transform: uppercase;
  letter-spacing: .08em;
}.tfz-prov_h2_ccp {
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F5EDD8;
  font-weight: 800;
  font-size: 20px;
}
@media(min-width: 767px) {.tfz-prov_h2_ccp {
  font-size: 24px;
}
}.tfz-prov_seo_ccp {
  margin-bottom: 1rem;
  max-width: 620px;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #7A6B52;
  line-height: 1.6;
}.tfz-prov_seo_ccp strong {
  font-weight: 700;
  color: #D4C5A9;
}.tfz-prov_seo_ccp a {
  text-decoration: underline;
  color: #C9841A;
}.tfz-prov_grid_ccp {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 637px) {.tfz-prov_grid_ccp {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.tfz-prov_grid_ccp {
  grid-template-columns: repeat(8,1fr);
}
}.tfz-prov_card_ccp {
  padding: 0.875rem 10px;
  background: #191410;
  border-radius: 0.625rem;
  transition: border-color .2s,background .2s;
  gap: 0.438rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}.tfz-prov_card_ccp:hover {
  border-color: rgba(201, 132, 26, 0.62);
  background: #1E1710;
}.tfz-prov_logo_ccp {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  overflow: hidden;
  align-items: center;
  width: 2.75rem;
  display: flex;
  height: 44px;
  justify-content: center;
}.tfz-prov_logo_ccp img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.tfz-prov_name_ccp {
  color: #A89370;
  font-size: 11px;
  text-align: center;
  overflow-wrap: break-word;
  font-weight: 600;
}.tfz-reg_ccp {
  padding: 2.25rem 16px 0;
  background: #120E0A;
}
@media(min-width: 766px) {.tfz-reg_ccp {
  padding: 2.75rem 24px 0;
}
}.tfz-reg_in_ccp {
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin: 0 auto;
  background: #1E1710;
  border-radius: 14px;
  padding: 28px 24px;
  max-width: 1320px;
}
@media(min-width: 769px) {.tfz-reg_in_ccp {
  padding: 2.5rem;
}
}.tfz-reg_top_ccp {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 858px) {.tfz-reg_top_ccp {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.tfz-reg_label_ccp {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  color: #C9841A;
}.tfz-reg_h2_ccp {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F5EDD8;
  margin-bottom: 12px;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.2;
}
@media(min-width: 769px) {.tfz-reg_h2_ccp {
  font-size: 28px;
}
}.tfz-reg_bonus_ccp {
  border-radius: 10px;
  border: 1px solid rgba(212, 160, 28, 0.20);
  padding: 10px 16px;
  background: rgba(212, 160, 28, 0.20);
  gap: 8px;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
}.tfz-reg_bonus_amount_ccp {
  font-weight: 800;
  color: #D4A01C;
  font-size: 1.25rem;
}.tfz-reg_bonus_text_ccp {
  line-height: 1.35;
  font-size: 0.813rem;
  color: #A89370;
}.tfz-reg_cta_btn_ccp {
  background: #2EAD6E;
  border-radius: 0.625rem;
  padding: 14px 2rem;
  transition: background .2s;
  color: #0D0906;
  box-shadow: 0 0.375rem 18px rgba(46, 173, 110, 0.44);
  margin-bottom: 0.75rem;
  font-size: 15px;
  display: inline-block;
  font-weight: 700;
}.tfz-reg_cta_btn_ccp:hover {
  background: #3DC47D;
}.tfz-reg_terms_ccp {
  color: #6B5C47;
  font-size: 0.688rem;
  line-height: 1.5;
}.tfz-reg_seo_ccp {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13px;
  color: #7A6B52;
  overflow-wrap: break-word;
  line-height: 1.65;
  padding-top: 20px;
  margin-top: 1.25rem;
}.tfz-reg_seo_ccp p {
  font-size: 0.813rem;
  color: #7A6B52;
  margin-bottom: 0.625rem;
  line-height: 1.65;
}.tfz-reg_seo_ccp p:last-child {
  margin-bottom: 0;
}.tfz-reg_seo_ccp strong {
  color: #D4C5A9;
  font-weight: 700;
}.tfz-reg_seo_ccp a {
  transition: color .2s;
  color: #C9841A;
  text-decoration: underline;
}.tfz-reg_seo_ccp a:hover {
  color: #E09B2C;
}.tfz-reg_seo_ccp ul,.tfz-reg_seo_ccp ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.tfz-reg_seo_ccp ol {
  list-style: decimal;
}.tfz-reg_seo_ccp li {
  line-height: 1.65;
  color: #7A6B52;
  font-size: 0.813rem;
  margin-bottom: 4px;
}.tfz-reg_seo_ccp table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  display: block;
  margin-bottom: 0.625rem;
  overflow-x: auto;
}
@media(min-width: 769px) {.tfz-reg_seo_ccp table {
  display: table;
}
}.tfz-reg_seo_ccp th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  color: #D4C5A9;
  font-weight: 700;
}.tfz-reg_seo_ccp td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A6B52;
}.tfz-reg_steps_ccp {
  gap: 14px;
  display: flex;
  margin-top: 1.75rem;
  flex-direction: column;
}
@media(min-width: 861px) {.tfz-reg_steps_ccp {
  margin-top: 0;
}
}.tfz-reg_step_ccp {
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
  gap: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.tfz-reg_step_num_ccp {
  background: rgba(201, 132, 26, 0.18);
  border-radius: 50%;
  border: 1px solid rgba(201, 132, 26, 0.08);
  color: #C9841A;
  flex-shrink: 0;
  height: 34px;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  width: 2.125rem;
  display: flex;
  align-items: center;
}.tfz-reg_step_title_ccp {
  color: #F5EDD8;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
}.tfz-reg_step_text_ccp {
  line-height: 1.5;
  font-size: 12px;
  color: #7A6B52;
}.tfz-reg_trust_ccp {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  padding-top: 20px;
}.tfz-reg_trust_item_ccp {
  gap: 0.438rem;
  align-items: center;
  color: #7A6B52;
  font-size: 12px;
  display: flex;
  overflow-wrap: break-word;
}.tfz-reg_trust_ic_ccp svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
  width: 16px;
  color: #C9841A;
}.tfz-rv_ccp {
  padding: 36px 16px 0;
  background: #120E0A;
}
@media(min-width:768px) {.tfz-rv_ccp {
  padding: 44px 24px 0;
}
}.tfz-rv_in_ccp {
  margin: 0 auto;
  max-width: 1320px;
}.tfz-rv_head_ccp {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.tfz-rv_label_ccp {
  color: #C9841A;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-size: 11px;
}.tfz-rv_h2_ccp {
  margin-bottom: 0.625rem;
  font-size: 1.375rem;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F5EDD8;
}
@media(min-width: 765px) {.tfz-rv_h2_ccp {
  font-size: 1.75rem;
}
}.tfz-rv_stats_ccp {
  gap: 1.125rem;
  flex-wrap: wrap;
  font-size: 0.813rem;
  color: #7A6B52;
  align-items: center;
  display: flex;
}.tfz-rv_stats_score_ccp {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.tfz-rv_stats_score_val_ccp {
  font-weight: 800;
  font-size: 22px;
  color: #D4A01C;
  font-family: 'Cinzel', serif;
}.tfz-rv_stats_score_max_ccp {
  font-size: 0.813rem;
  color: #6B5C47;
}.tfz-rv_stats_badge_ccp {
  gap: 4px;
  display: flex;
  align-items: center;
}.tfz-rv_stats_badge_ccp svg {
  height: 14px;
  color: #D4A01C;
  width: 0.875rem;
}.tfz-rv_grid_ccp {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.tfz-rv_grid_ccp {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.tfz-rv_grid_ccp {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.tfz-rv_card_ccp {
  padding: 20px;
  background: #1E1710;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.625rem;
  flex-direction: column;
  display: flex;
}.tfz-rv_card_stars_ccp {
  gap: 2px;
  margin-bottom: 10px;
  display: flex;
  color: #D4A01C;
}.tfz-rv_card_stars_ccp svg {
  height: 14px;
  width: 14px;
}.tfz-rv_card_h_ccp {
  color: #F5EDD8;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.tfz-rv_card_body_ccp {
  flex: 1;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  color: #7A6B52;
}.tfz-rv_card_body_ccp strong {
  color: #D4C5A9;
  font-weight: 600;
}.tfz-rv_card_meta_ccp {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  padding-top: 0.75rem;
  align-items: center;
}.tfz-rv_card_author_ccp {
  color: #D4C5A9;
  font-weight: 600;
  font-size: 12px;
}.tfz-rv_card_date_ccp {
  color: #6B5C47;
  font-size: 11px;
}.tfz-seo_ccp {
  background: #120E0A;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.tfz-seo_ccp {
  padding: 2.75rem 1.5rem 0;
}
}.tfz-seo_in_ccp {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.875rem;
  padding: 1.75rem 24px;
  margin: 0 auto;
  background: #1E1710;
  max-width: 1320px;
}
@media(min-width: 765px) {.tfz-seo_in_ccp {
  padding: 36px 40px;
}
}.tfz-seo_label_ccp {
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #C9841A;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}.tfz-seo_h2_ccp {
  color: #F5EDD8;
  font-family: 'Cinzel', serif;
  margin-bottom: 14px;
  line-height: 1.25;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.tfz-seo_h2_ccp {
  font-size: 1.5rem;
}
}.tfz-seo_body_ccp {
  overflow-wrap: break-word;
  color: #A89370;
  line-height: 1.75;
  font-size: 0.875rem;
}.tfz-seo_body_ccp p {
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #A89370;
  font-size: 0.875rem;
}.tfz-seo_body_ccp p:last-child {
  margin-bottom: 0;
}.tfz-seo_body_ccp strong {
  font-weight: 700;
  color: #D4C5A9;
}.tfz-seo_body_ccp a {
  transition: color .2s;
  text-decoration: underline;
  color: #C9841A;
}.tfz-seo_body_ccp a:hover {
  color: #E09B2C;
}.tfz-seo_body_ccp ul,.tfz-seo_body_ccp ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.tfz-seo_body_ccp ol {
  list-style: decimal;
}.tfz-seo_body_ccp li {
  margin-bottom: 6px;
  font-size: 0.875rem;
  color: #A89370;
  line-height: 1.75;
}.tfz-seo_body_ccp table {
  overflow-x: auto;
  display: block;
  font-size: 0.813rem;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  width: 100%;
}
@media(min-width: 769px) {.tfz-seo_body_ccp table {
  display: table;
}
}.tfz-seo_body_ccp th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  font-weight: 700;
  color: #D4C5A9;
}.tfz-seo_body_ccp td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #A89370;
}.tfz-seo_cols_ccp {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.tfz-seo_cols_ccp {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.tfz-seo_cols_ccp {
  grid-template-columns: repeat(3,1fr);
}
}.tfz-seo_col_h_ccp {
  color: #D4C5A9;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-weight: 700;
  font-size: 0.813rem;
}.tfz-seo_col_p_ccp {
  color: #7A6B52;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
}.tfz-seo_stats_ccp {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.tfz-seo_stat_ccp {
  padding: 0.875rem 16px;
  border-radius: 10px;
  flex: 1;
  background: rgba(201, 132, 26, 0.08);
  border: 1px solid rgba(201, 132, 26, 0.18);
  min-width: 8.75rem;
}.tfz-seo_stat_val_ccp {
  font-size: 20px;
  color: #C9841A;
  margin-bottom: 0.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
}.tfz-seo_stat_lb_ccp {
  font-size: 0.688rem;
  color: #7A6B52;
  overflow-wrap: break-word;
}.tfz-seo_ccp {
  background: #120E0A;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.tfz-seo_ccp {
  padding: 44px 1.5rem 0;
}
}.tfz-seo_in_ccp {
  margin: 0 auto;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: #1E1710;
  padding: 28px 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.tfz-seo_in_ccp {
  padding: 2.25rem 40px;
}
}.tfz-seo_label_ccp {
  color: #C9841A;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}.tfz-seo_h2_ccp {
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F5EDD8;
  font-weight: 800;
  line-height: 1.25;
  font-size: 20px;
}
@media(min-width: 767px) {.tfz-seo_h2_ccp {
  font-size: 1.5rem;
}
}.tfz-seo_body_ccp {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #A89370;
  line-height: 1.75;
}.tfz-seo_body_ccp p {
  color: #A89370;
  font-size: 0.875rem;
  margin-bottom: 12px;
  line-height: 1.75;
}.tfz-seo_body_ccp p:last-child {
  margin-bottom: 0;
}.tfz-seo_body_ccp strong {
  color: #D4C5A9;
  font-weight: 700;
}.tfz-seo_body_ccp a {
  transition: color .2s;
  text-decoration: underline;
  color: #C9841A;
}.tfz-seo_body_ccp a:hover {
  color: #E09B2C;
}.tfz-seo_body_ccp ul,.tfz-seo_body_ccp ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.tfz-seo_body_ccp ol {
  list-style: decimal;
}.tfz-seo_body_ccp li {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.75;
  color: #A89370;
}.tfz-seo_body_ccp table {
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  font-size: 13px;
  display: block;
}
@media(min-width: 766px) {.tfz-seo_body_ccp table {
  display: table;
}
}.tfz-seo_body_ccp th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px 12px;
  text-align: left;
  font-weight: 700;
  color: #D4C5A9;
}.tfz-seo_body_ccp td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A89370;
}.tfz-seo_cols_ccp {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.tfz-seo_cols_ccp {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.tfz-seo_cols_ccp {
  grid-template-columns: repeat(3,1fr);
}
}.tfz-seo_col_h_ccp {
  margin-bottom: 0.438rem;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #D4C5A9;
  font-weight: 700;
}.tfz-seo_col_p_ccp {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #7A6B52;
}.tfz-seo_stats_ccp {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.tfz-seo_stat_ccp {
  padding: 14px 1rem;
  border: 1px solid rgba(201, 132, 26, 0.18);
  flex: 1;
  border-radius: 10px;
  background: rgba(201, 132, 26, 0.08);
  min-width: 8.75rem;
}.tfz-seo_stat_val_ccp {
  margin-bottom: 4px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #C9841A;
}.tfz-seo_stat_lb_ccp {
  color: #7A6B52;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.tfz-seo_ccp {
  padding: 36px 1rem 0;
  background: #120E0A;
}
@media(min-width: 771px) {.tfz-seo_ccp {
  padding: 44px 1.5rem 0;
}
}.tfz-seo_in_ccp {
  margin: 0 auto;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  padding: 28px 1.5rem;
  background: #1E1710;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.tfz-seo_in_ccp {
  padding: 36px 40px;
}
}.tfz-seo_label_ccp {
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C9841A;
}.tfz-seo_h2_ccp {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  line-height: 1.25;
  color: #F5EDD8;
}
@media(min-width: 766px) {.tfz-seo_h2_ccp {
  font-size: 1.5rem;
}
}.tfz-seo_body_ccp {
  color: #A89370;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
}.tfz-seo_body_ccp p {
  font-size: 14px;
  color: #A89370;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}.tfz-seo_body_ccp p:last-child {
  margin-bottom: 0;
}.tfz-seo_body_ccp strong {
  font-weight: 700;
  color: #D4C5A9;
}.tfz-seo_body_ccp a {
  transition: color .2s;
  text-decoration: underline;
  color: #C9841A;
}.tfz-seo_body_ccp a:hover {
  color: #E09B2C;
}.tfz-seo_body_ccp ul,.tfz-seo_body_ccp ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.tfz-seo_body_ccp ol {
  list-style: decimal;
}.tfz-seo_body_ccp li {
  color: #A89370;
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 14px;
}.tfz-seo_body_ccp table {
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-size: 13px;
}
@media(min-width: 769px) {.tfz-seo_body_ccp table {
  display: table;
}
}.tfz-seo_body_ccp th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px 12px;
  font-weight: 700;
  color: #D4C5A9;
  text-align: left;
}.tfz-seo_body_ccp td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A89370;
}.tfz-seo_cols_ccp {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.tfz-seo_cols_ccp {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.tfz-seo_cols_ccp {
  grid-template-columns: repeat(3,1fr);
}
}.tfz-seo_col_h_ccp {
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  color: #D4C5A9;
  font-size: 13px;
  font-weight: 700;
}.tfz-seo_col_p_ccp {
  color: #7A6B52;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.tfz-seo_stats_ccp {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.tfz-seo_stat_ccp {
  flex: 1;
  border: 1px solid rgba(201, 132, 26, 0.18);
  border-radius: 0.625rem;
  background: rgba(201, 132, 26, 0.08);
  padding: 14px 1rem;
  min-width: 140px;
}.tfz-seo_stat_val_ccp {
  color: #C9841A;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 4px;
  font-size: 20px;
}.tfz-seo_stat_lb_ccp {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #7A6B52;
}.tfz-pmt_ccp {
  background: #120E0A;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.tfz-pmt_ccp {
  padding: 44px 1.5rem 0;
}
}.tfz-pmt_in_ccp {
  margin: 0 auto;
  max-width: 1320px;
}.tfz-pmt_head_ccp {
  margin-bottom: 22px;
  max-width: 720px;
}.tfz-pmt_label_ccp {
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 8px;
  color: #C9841A;
  letter-spacing: .08em;
  text-transform: uppercase;
}.tfz-pmt_h2_ccp {
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 1.375rem;
  color: #F5EDD8;
  font-weight: 800;
}
@media(min-width: 766px) {.tfz-pmt_h2_ccp {
  font-size: 28px;
}
}.tfz-pmt_intro_ccp {
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #7A6B52;
}.tfz-pmt_groups_ccp {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}.tfz-pmt_group_ccp {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  background: #1E1710;
}.tfz-pmt_group_head_ccp {
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}.tfz-pmt_group_ic_ccp {
  background: rgba(201, 132, 26, 0.18);
  border-radius: 5px;
  align-items: center;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  width: 2.25rem;
  flex-shrink: 0;
  color: #C9841A;
}.tfz-pmt_group_ic_ccp svg {
  stroke-linecap: round;
  height: 18px;
  stroke-linejoin: round;
  width: 1.125rem;
}.tfz-pmt_group_h_ccp {
  margin: 0;
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 16px;
}.tfz-pmt_group_p_ccp {
  line-height: 1.6;
  color: #7A6B52;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.tfz-pmt_group_p_ccp strong {
  color: #D4C5A9;
  font-weight: 600;
}.tfz-pmt_table_wrap_ccp {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.tfz-pmt_table_ccp {
  font-size: 0.813rem;
  min-width: 33.75rem;
  border-collapse: collapse;
  width: 100%;
}.tfz-pmt_table_ccp th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #D4C5A9;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: left;
  font-size: 11px;
}.tfz-pmt_table_ccp td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  color: #7A6B52;
}.tfz-pmt_table_ccp tbody tr:last-child td {
  border-bottom: none;
}.tfz-pmt_table_ccp tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D4C5A9;
}.tfz-faq_ccp {
  background: #120E0A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.tfz-faq_ccp {
  padding: 2.75rem 24px 0;
}
}.tfz-faq_in_ccp {
  margin: 0 auto;
  max-width: 82.5rem;
}.tfz-faq_head_ccp {
  margin-bottom: 1.25rem;
}.tfz-faq_label_ccp {
  text-transform: uppercase;
  color: #C9841A;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.tfz-faq_h2_ccp {
  font-size: 20px;
  color: #F5EDD8;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.tfz-faq_h2_ccp {
  font-size: 1.5rem;
}
}.tfz-faq_list_ccp {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.tfz-faq_item_ccp {
  overflow: hidden;
  border-radius: 0.625rem;
  background: #1E1710;
  border: 1px solid rgba(255, 255, 255, 0.13);
}.tfz-faq_q_ccp {
  transition: color .2s;
  gap: 12px;
  padding: 1rem 1.25rem;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  color: #D4C5A9;
  overflow-wrap: break-word;
}.tfz-faq_q_ccp:hover {
  color: #F5EDD8;
}.tfz-faq_q_ic_ccp {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  flex-shrink: 0;
  color: #C9841A;
  font-size: 1rem;
  justify-content: center;
  height: 1.5rem;
  align-items: center;
  display: flex;
  width: 1.5rem;
}.tfz-faq_item_ccp.tfz-state_open_ccp .tfz-faq_q_ic_ccp {
  transform: rotate(45deg);
}.tfz-faq_a_ccp {
  padding: 0 20px 16px;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.7;
  display: none;
  color: #7A6B52;
}.tfz-faq_item_ccp.tfz-state_open_ccp .tfz-faq_a_ccp {
  display: block;
}.tfz-faq_a_ccp strong {
  font-weight: 700;
  color: #D4C5A9;
}.tfz-faq_a_ccp a {
  color: #C9841A;
  text-decoration: underline;
}.tfz-faq_a_ccp ul,.tfz-faq_a_ccp ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.tfz-faq_a_ccp ol {
  list-style: decimal;
}.tfz-faq_a_ccp li {
  line-height: 1.6;
  margin-bottom: 4px;
}.tfz-faq_a_ccp table {
  margin: 0.5rem 0;
  border-collapse: collapse;
  font-size: 0.75rem;
  overflow-x: auto;
  display: block;
  width: 100%;
}
@media(min-width: 769px) {.tfz-faq_a_ccp table {
  display: table;
}
}.tfz-faq_a_ccp th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 6px 0.5rem;
  color: #D4C5A9;
  font-weight: 700;
  text-align: left;
}.tfz-faq_a_ccp td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 0.5rem;
  color: #7A6B52;
}.tfz-ft_ccp {
  background: #0A0806;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.tfz-ft_support_ccp {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width: 769px) {.tfz-ft_support_ccp {
  padding: 1.75rem 1.5rem;
}
}.tfz-ft_support_in_ccp {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  max-width: 1320px;
  flex-wrap: wrap;
}.tfz-ft_support_main_ccp {
  gap: 16px;
  flex: 1;
  flex-wrap: wrap;
  min-width: 13.75rem;
  align-items: center;
  display: flex;
}.tfz-ft_support_ic_ccp {
  color: #C9841A;
  flex-shrink: 0;
}.tfz-ft_support_ic_ccp svg {
  stroke-linecap: round;
  height: 30px;
  stroke-linejoin: round;
  width: 30px;
}.tfz-ft_support_text_title_ccp {
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 3px;
  font-size: 15px;
  color: #F5EDD8;
}.tfz-ft_support_text_sub_ccp {
  color: #7A6B52;
  font-size: 12px;
  overflow-wrap: break-word;
}.tfz-ft_support_btn_ccp {
  padding: 0.688rem 1.375rem;
  background: #C9841A;
  border-radius: 10px;
  transition: background .2s;
  color: #F5EDD8;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0.813rem;
}.tfz-ft_support_btn_ccp:hover {
  background: #E09B2C;
}.tfz-ft_support_contacts_ccp {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.tfz-ft_support_contact_ccp {
  font-size: 0.75rem;
  color: #6B5C47;
  line-height: 1.4;
}.tfz-ft_support_contact_ccp strong {
  font-weight: 600;
  font-size: 0.688rem;
  display: block;
  color: #A89370;
  margin-bottom: 2px;
}.tfz-ft_main_ccp {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 16px 24px;
}
@media(min-width:768px) {.tfz-ft_main_ccp {
  padding: 40px 1.5rem 32px;
}
}.tfz-ft_main_in_ccp {
  gap: 1.5rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1320px;
}
@media(min-width:640px) {.tfz-ft_main_in_ccp {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.tfz-ft_main_in_ccp {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.tfz-ft_col_logo_ccp {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.tfz-ft_col_logo_ccp {
  grid-column: auto;
}
}.tfz-ft_logo_ccp {
  gap: 0.563rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  font-weight: 800;
  color: #F5EDD8;
  font-size: 1rem;
  overflow-wrap: break-word;
  margin-bottom: 12px;
}.tfz-ft_logo_mark_ccp {
  border-radius: 0.313rem;
  overflow: hidden;
  width: 30px;
  height: 1.875rem;
}.tfz-ft_logo_mark_ccp img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.tfz-ft_logo_sub_ccp {
  line-height: 1.55;
  max-width: 200px;
  overflow-wrap: break-word;
  color: #6B5C47;
  font-size: 0.75rem;
}.tfz-ft_col_title_ccp {
  font-size: 12px;
  color: #A89370;
  font-weight: 700;
  margin-bottom: 0.875rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}.tfz-ft_col_links_ccp {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.tfz-ft_col_link_ccp {
  transition: color .2s;
  font-size: 0.813rem;
  color: #6B5C47;
  overflow-wrap: break-word;
}.tfz-ft_col_link_ccp:hover {
  color: #D4C5A9;
}.tfz-ft_apps_ccp {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.tfz-ft_app_card_ccp {
  border: 1px solid rgba(255, 255, 255, 0.13);
  transition: border-color .2s;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  padding: 10px 12px;
  display: flex;
  align-items: center;
}.tfz-ft_app_card_ccp:hover {
  border-color: rgba(201, 132, 26, 0.62);
}.tfz-ft_app_card_ic_ccp svg {
  width: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 22px;
}.tfz-ft_app_card_os_ccp {
  color: #6B5C47;
  font-size: 10px;
  font-weight: 600;
}.tfz-ft_app_card_action_ccp {
  font-size: 12px;
  font-weight: 700;
  color: #D4C5A9;
}.tfz-ft_bot_ccp {
  padding: 1.25rem 16px;
}
@media(min-width: 770px) {.tfz-ft_bot_ccp {
  padding: 1.25rem 1.5rem;
}
}.tfz-ft_bot_in_ccp {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  max-width: 1320px;
}.tfz-ft_socials_ccp {
  gap: 0.5rem;
  display: flex;
}.tfz-ft_soc_ccp {
  border-radius: 0.313rem;
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.05);
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #A89370;
  width: 36px;
}.tfz-ft_soc_ccp svg {
  height: 16px;
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
}.tfz-ft_soc_ccp:hover {
  background: rgba(255, 255, 255, 0.08);
}.tfz-ft_legal_ccp {
  flex: 1;
  line-height: 1.6;
  color: #8A7668;
  min-width: 200px;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.tfz-ft_legal_ccp strong {
  color: #A89370;
  font-weight: 700;
}.tfz-ft_legal_ccp a {
  color: #A89370;
  text-decoration: underline;
}.tfz-ft_age_ccp {
  border: 2px solid #8A7668;
  border-radius: 50%;
  font-size: 0.688rem;
  font-weight: 800;
  width: 32px;
  display: flex;
  color: #8A7668;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 2rem;
}