*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #0D0A0A;
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  color: #D8CEBF;
  font-family: 'Barlow', sans-serif;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  text-decoration: none;
  color: inherit;
}button {
  font: inherit;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.fdn_layout_eer {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.fdn_page_eer {
  display: flex;
  min-height: 100vh;
}.fdn_main_eer {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media(min-width: 1081px) {.fdn_main_eer {
  padding-left: 13.75rem;
}
}
@media(max-width: 1080px) {.fdn_main_eer {
  padding-bottom: 72px;
}
}.fdn_gc_eer {
  border-radius: 6px;
  transition: transform .2s,border-color .2s;
  background: #130E0E;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  width: 140px;
}
@media(min-width: 641px) {.fdn_gc_eer {
  width: 156px;
}
}
@media(min-width: 1081px) {.fdn_gc_eer {
  width: 10.5rem;
}
}.fdn_gc_eer:hover {
  border-color: rgba(212, 32, 32, 0.07);
  transform: translateY(-3px);
}.fdn_gc_img_eer {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.fdn_gc_img_eer img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.fdn_gc_hover_eer {
  background: rgba(6, 4, 4, 0.78);
  transition: opacity .2s;
  inset: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  position: absolute;
  display: flex;
}.fdn_gc_eer:hover .fdn_gc_hover_eer {
  opacity: 1;
}.fdn_gc_hover_btn_eer {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  background: #D42020;
  font-weight: 700;
  font-size: 0.75rem;
  color: #F5F0E8;
}.fdn_gc_info_eer {
  padding: 0.5rem 10px 10px;
}.fdn_gc_name_eer {
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #D8CEBF;
  margin-bottom: 3px;
  white-space: nowrap;
  font-size: 0.75rem;
}.fdn_gc_prov_eer {
  font-size: 0.625rem;
  color: #5C4D3C;
}.fdn_gc_tag_eer {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  top: 0.375rem;
  letter-spacing: .04em;
  z-index: 2;
  font-size: 9px;
  left: 6px;
  text-transform: uppercase;
  position: absolute;
  font-weight: 700;
}.fdn_gc_tag_hot_eer {
  background: #FF4520;
  color: #fff;
}.fdn_gc_tag_new_eer {
  background: #16A34A;
  color: #0D0A0A;
}.fdn_gc_tag_jp_eer {
  background: #D97706;
  color: #0D0A0A;
}.fdn_gc_tag_ex_eer {
  background: #7A1010;
  color: #fff;
}.fdn_gc_tag_live_eer {
  background: #FF4520;
  color: #fff;
}.fdn_gr_eer {
  padding: 2rem 1rem 0;
  background: #0D0A0A;
}
@media(min-width: 770px) {.fdn_gr_eer {
  padding: 2.25rem 1.5rem 0;
}
}.fdn_gr_in_eer {
  margin: 0 auto;
  max-width: 1320px;
}.fdn_gr_head_eer {
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
}.fdn_gr_head_l_eer {
  gap: 0.625rem;
  flex: 1;
  min-width: 0;
  align-items: center;
  display: flex;
}.fdn_gr_ic_eer {
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
}.fdn_gr_ic_eer svg {
  width: 1rem;
  stroke-linecap: round;
  height: 16px;
  stroke-linejoin: round;
}.fdn_gr_title_eer {
  font-family: 'Bangers', cursive;
  color: #F5F0E8;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 16px;
}
@media(min-width: 769px) {.fdn_gr_title_eer {
  font-size: 1.125rem;
}
}.fdn_gr_more_eer {
  gap: 5px;
  transition: color .2s;
  flex-shrink: 0;
  white-space: nowrap;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #7A6A56;
  display: flex;
}.fdn_gr_more_eer:hover {
  color: #D42020;
}.fdn_gr_more_eer svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.75rem;
  width: 0.75rem;
}.fdn_gr_arrows_eer {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.fdn_gr_arr_eer {
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  height: 1.875rem;
  align-items: center;
  color: #A8957E;
  width: 30px;
  display: flex;
  justify-content: center;
}.fdn_gr_arr_eer:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F5F0E8;
}.fdn_gr_arr_eer svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 13px;
  width: 13px;
}.fdn_gr_seo_h_eer {
  margin: 0 0 6px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #D8CEBF;
  font-family: 'Bangers', cursive;
  max-width: 680px;
  font-weight: 700;
}
@media(min-width: 765px) {.fdn_gr_seo_h_eer {
  font-size: 14px;
}
}.fdn_gr_seo_eer {
  font-size: 0.75rem;
  max-width: 42.5rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #7A6A56;
  margin-bottom: 12px;
}.fdn_gr_seo_eer strong {
  color: #D8CEBF;
  font-weight: 600;
}.fdn_gr_scroll_eer {
  gap: 0.625rem;
  overflow-x: auto;
  display: flex;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 10px;
}.fdn_gr_scroll_eer::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.fdn_gr_scroll_eer {
  gap: 12px;
}
}.fdn_tb_eer {
  background: #0D0A0A;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  height: 3.5rem;
  left: 0;
  top: 0;
  z-index: 80;
  display: flex;
  position: fixed;
  align-items: center;
  right: 0;
}.fdn_tb_in_eer {
  gap: 0;
  padding: 0 14px;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
}.fdn_tb_burger_eer {
  border-radius: 6px;
  gap: 5px;
  flex-direction: column;
  align-items: center;
  margin-right: 0.5rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  height: 2.375rem;
  width: 38px;
}.fdn_tb_burger_eer:hover {
  background: rgba(255, 255, 255, 0.05);
}.fdn_tb_burger_line_eer {
  background: #A8957E;
  border-radius: 1px;
  display: block;
  width: 1.125rem;
  height: 2px;
}
@media(min-width: 1082px) {.fdn_tb_burger_eer {
  display: none;
}
}.fdn_tb_logo_eer {
  gap: 9px;
  align-items: center;
  display: flex;
  font-weight: 800;
  flex-shrink: 0;
  letter-spacing: -.01em;
  margin-right: 20px;
  color: #F5F0E8;
  font-size: 1.125rem;
  overflow-wrap: break-word;
}.fdn_tb_logo_mark_eer {
  border-radius: 0.375rem;
  overflow: hidden;
  align-items: center;
  width: 2rem;
  display: flex;
  justify-content: center;
  height: 32px;
}.fdn_tb_logo_mark_eer img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.fdn_tb_nav_eer {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 643px) {.fdn_tb_nav_eer {
  display: flex;
}
}.fdn_tb_tab_eer {
  border-radius: 0.375rem;
  padding: 8px 14px;
  transition: background .15s,color .15s;
  font-size: 13px;
  white-space: nowrap;
  font-weight: 600;
  color: #A8957E;
}.fdn_tb_tab_eer:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5F0E8;
}.fdn_tb_tab_eer.fdn_state_active_eer {
  background: rgba(212, 32, 32, 0.18);
  color: #F5F0E8;
}.fdn_tb_right_eer {
  gap: 8px;
  display: flex;
  margin-left: auto;
  align-items: center;
  flex-shrink: 0;
}.fdn_tb_login_eer {
  transition: border-color .2s,color .2s;
  border-radius: 0.375rem;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  font-weight: 600;
  color: #D8CEBF;
  display: none;
}.fdn_tb_login_eer:hover {
  border-color: rgba(212, 32, 32, 0.55);
  color: #F5F0E8;
}
@media(min-width: 479px) {.fdn_tb_login_eer {
  display: block;
}
}.fdn_tb_reg_eer {
  background: #16A34A;
  padding: 9px 18px;
  transition: background .2s;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.813rem;
  color: #0D0A0A;
  white-space: nowrap;
}.fdn_tb_reg_eer:hover {
  background: #15BD56;
}.fdn_sb_eer {
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  background: #181212;
  position: fixed;
  left: 0;
  z-index: 70;
  top: 3.5rem;
  bottom: 0;
  width: 220px;
  overflow-y: auto;
}.fdn_sb_eer.fdn_state_open_eer {
  transform: translateX(0);
}.fdn_sb_eer::-webkit-scrollbar {
  width: 4px;
}.fdn_sb_eer::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1083px) {.fdn_sb_eer {
  transform: translateX(0);
}
}.fdn_sb_auth_eer {
  padding: 14px 12px 0.625rem;
}.fdn_sb_btn_reg_eer {
  border-radius: 0.375rem;
  background: #16A34A;
  padding: 11px;
  transition: background .2s;
  font-size: 13px;
  margin-bottom: 0.5rem;
  text-align: center;
  display: block;
  color: #0D0A0A;
  font-weight: 700;
}.fdn_sb_btn_reg_eer:hover {
  background: #15BD56;
}.fdn_sb_btn_login_eer {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s;
  font-size: 0.813rem;
  color: #D8CEBF;
  font-weight: 600;
  text-align: center;
  display: block;
}.fdn_sb_btn_login_eer:hover {
  border-color: rgba(212, 32, 32, 0.55);
  color: #F5F0E8;
}.fdn_sb_promo_eer {
  margin: 0 0.75rem 0.625rem;
  background: linear-gradient(135deg,#2A0808,#181212);
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid rgba(212, 32, 32, 0.18);
  padding: 0.75rem 14px;
  position: relative;
}.fdn_sb_promo_eer::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(212, 32, 32, 0.18),transparent 70%);
  top: -1.25rem;
  right: -1.25rem;
  width: 5rem;
  height: 80px;
  position: absolute;
  content: '';
}.fdn_sb_promo_title_eer {
  font-size: 11px;
  margin-bottom: 0.25rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: #D42020;
  text-transform: uppercase;
}.fdn_sb_promo_text_eer {
  color: #F5F0E8;
  overflow-wrap: break-word;
  line-height: 1.35;
  font-weight: 600;
  font-size: 0.75rem;
}.fdn_sb_promo_sub_eer {
  font-size: 10px;
  margin-top: 3px;
  color: #7A6A56;
}.fdn_sb_nav_eer {
  padding: 6px 8px 16px;
}.fdn_sb_nav_lb_eer {
  padding: 10px 0.5rem 0.375rem;
  font-size: 10px;
  text-transform: uppercase;
  color: #5C4D3C;
  font-weight: 700;
  letter-spacing: .08em;
}.fdn_sb_link_eer {
  transition: background .15s,color .15s;
  padding: 9px 0.625rem;
  gap: 10px;
  border-radius: 0.25rem;
  font-weight: 500;
  align-items: center;
  font-size: 13px;
  color: #A8957E;
  overflow-wrap: break-word;
  cursor: pointer;
  display: flex;
}.fdn_sb_link_eer:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5F0E8;
}.fdn_sb_link_eer.fdn_state_active_eer {
  background: rgba(212, 32, 32, 0.18);
  color: #F5F0E8;
}.fdn_sb_ic_eer {
  border-radius: 0.25rem;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  width: 1.875rem;
}.fdn_sb_ic_eer svg {
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  width: 1rem;
}.fdn_sb_ic_1_eer {
  background: rgba(212, 32, 32, 0.07);
  color: #D42020;
}.fdn_sb_ic_2_eer {
  background: rgba(22, 163, 74, 0.16);
  color: #16A34A;
}.fdn_sb_ic_3_eer {
  background: rgba(217, 119, 6, 0.18);
  color: #D97706;
}.fdn_sb_ic_4_eer {
  background: rgba(122, 16, 16, 0.30);
  color: #7A1010;
}.fdn_sb_ic_5_eer {
  background: rgba(212, 32, 32, 0.07);
  color: #DB2777;
}.fdn_sb_ic_6_eer {
  background: rgba(122, 16, 16, 0.30);
  color: #7C3AED;
}.fdn_sb_badge_eer {
  background: #D97706;
  border-radius: 0.25rem;
  padding: 2px 7px;
  font-weight: 700;
  margin-left: auto;
  font-size: 0.563rem;
  color: #0D0A0A;
}.fdn_sb_bot_eer {
  padding: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.5rem;
  display: flex;
}.fdn_sb_lang_eer,.fdn_sb_help_eer {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  padding: 0.563rem 0.375rem;
  flex: 1;
  border-radius: 4px;
  transition: border-color .2s;
  gap: 6px;
  font-weight: 600;
  align-items: center;
  display: flex;
  color: #A8957E;
  justify-content: center;
  font-size: 0.688rem;
}.fdn_sb_lang_eer:hover,.fdn_sb_help_eer:hover {
  border-color: rgba(212, 32, 32, 0.55);
  color: #F5F0E8;
}.fdn_sb_lang_eer svg,.fdn_sb_help_eer svg {
  stroke-linecap: round;
  height: 0.813rem;
  stroke-linejoin: round;
  width: 0.813rem;
}.fdn_sb_bd_eer {
  inset: 0;
  background: rgba(6, 4, 4, 0.78);
  z-index: 69;
  position: fixed;
  display: none;
}.fdn_sb_bd_eer.fdn_state_on_eer {
  display: block;
}
@media(min-width: 1079px) {.fdn_sb_bd_eer {
  display: none!important;
}
}.fdn_mob_nav_eer {
  background: #181212;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  bottom: 0;
  display: flex;
  left: 0;
  z-index: 80;
  right: 0;
  position: fixed;
}
@media(min-width: 1082px) {.fdn_mob_nav_eer {
  display: none;
}
}.fdn_mob_nav_item_eer {
  gap: 4px;
  padding: 4px 2px;
  flex: 1;
  color: #5C4D3C;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  align-items: center;
}.fdn_mob_nav_ic_eer {
  line-height: 1;
}.fdn_mob_nav_ic_eer svg {
  stroke-linejoin: round;
  width: 20px;
  height: 1.25rem;
  stroke-linecap: round;
}.fdn_mob_nav_lb_eer {
  font-size: 10px;
  font-weight: 600;
  color: #5C4D3C;
}.fdn_mob_nav_item_eer.fdn_state_active_eer {
  color: #D42020;
}.fdn_mob_nav_item_eer.fdn_state_active_eer .fdn_mob_nav_lb_eer {
  color: #D42020;
}.fdn_hero_eer {
  padding: 1.25rem 16px 0;
  background: #0D0A0A;
}
@media(min-width: 770px) {.fdn_hero_eer {
  padding: 1.5rem 24px 0;
}
}.fdn_hero_in_eer {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1320px;
}
@media(min-width: 863px) {.fdn_hero_in_eer {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1102px) {.fdn_hero_in_eer {
  grid-template-columns: 1fr 340px;
}
}.fdn_hero_promo_eer {
  border-radius: 0.625rem;
  overflow: hidden;
  background: #130E0E;
  display: flex;
  align-items: stretch;
  position: relative;
  min-height: 13.75rem;
}
@media(min-width: 766px) {.fdn_hero_promo_eer {
  min-height: 280px;
}
}.fdn_hero_promo_bg_eer {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#2A0808 0%,#0D0A0A 100%);
  background-size: cover;
  position: absolute;
}.fdn_hero_promo_bg_eer::after {
  background: linear-gradient(90deg,#0D0A0A 0%,rgba(6, 4, 4, 0.78) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.fdn_hero_promo_glow_eer {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(122, 16, 16, 0.30) 0%,transparent 65%);
  top: -2.5rem;
  position: absolute;
  height: 300px;
  pointer-events: none;
  width: 18.75rem;
  right: 3.75rem;
}.fdn_hero_promo_ct_eer {
  padding: 1.75rem 24px 28px 28px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 480px;
  z-index: 2;
}
@media(min-width: 767px) {.fdn_hero_promo_ct_eer {
  padding: 40px 32px;
}
}.fdn_hero_badge_eer {
  padding: 0.313rem 0.75rem;
  border: 1px solid rgba(212, 32, 32, 0.07);
  border-radius: 20px;
  background: rgba(212, 32, 32, 0.18);
  color: #D42020;
  font-size: 0.625rem;
  font-weight: 700;
  display: inline-block;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
}.fdn_hero_h1_eer {
  font-weight: 800;
  color: #F5F0E8;
  overflow-wrap: break-word;
  font-size: 1.625rem;
  margin-bottom: 10px;
  line-height: 1.15;
  font-family: 'Bangers', cursive;
}.fdn_hero_h1_eer em {
  color: #D97706;
  font-style: normal;
}
@media(min-width: 769px) {.fdn_hero_h1_eer {
  font-size: 2.25rem;
}
}.fdn_hero_sub_eer {
  color: #A8957E;
  margin-bottom: 1.25rem;
  font-size: 0.813rem;
  line-height: 1.55;
}
@media(min-width: 769px) {.fdn_hero_sub_eer {
  font-size: 14px;
}
}.fdn_hero_row_eer {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.fdn_hero_cta_eer {
  border-radius: 6px;
  transition: background .2s;
  background: #16A34A;
  padding: 0.813rem 1.625rem;
  font-weight: 700;
  color: #0D0A0A;
  font-size: 0.875rem;
  box-shadow: 4px 4px 0px #0A5C2A, 0 0 1.125rem rgba(22, 163, 74, 0.38);
}.fdn_hero_cta_eer:hover {
  background: #15BD56;
}.fdn_hero_terms_eer {
  color: #5C4D3C;
  font-size: 11px;
}.fdn_hero_game_eer {
  border-radius: 10px;
  background: #130E0E;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  position: relative;
  flex-direction: column;
}.fdn_hero_game_badge_eer {
  border: 1px solid rgba(217, 119, 6, 0.18);
  border-radius: 20px;
  padding: 0.313rem 10px;
  background: rgba(217, 119, 6, 0.18);
  left: 0.75rem;
  top: 0.75rem;
  position: absolute;
  z-index: 3;
  font-size: 0.625rem;
  font-weight: 700;
  color: #D97706;
  text-transform: uppercase;
  letter-spacing: .06em;
}.fdn_hero_game_badge_eer svg {
  margin-right: 4px;
  vertical-align: -1px;
  height: 0.688rem;
  width: 0.688rem;
}.fdn_hero_game_img_eer {
  background: linear-gradient(135deg,#2A0808,#0D0A0A);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.fdn_hero_game_img_eer img {
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}.fdn_hero_game_play_eer {
  transition: opacity .2s;
  inset: 0;
  background: rgba(6, 4, 4, 0.78);
  justify-content: center;
  display: flex;
  opacity: 0;
  align-items: center;
  position: absolute;
}.fdn_hero_game_eer:hover .fdn_hero_game_play_eer {
  opacity: 1;
}.fdn_hero_game_play_eer span {
  border-radius: 50%;
  background: #D42020;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 52px;
  display: flex;
}.fdn_hero_game_play_eer span svg {
  height: 18px;
  margin-left: 2px;
  width: 18px;
}.fdn_hero_game_info_eer {
  padding: 0.875rem 1rem;
}.fdn_hero_game_title_eer {
  overflow-wrap: break-word;
  font-size: 15px;
  margin-bottom: 0.25rem;
  color: #F5F0E8;
  font-weight: 700;
}.fdn_hero_game_provider_eer {
  color: #7A6A56;
  font-size: 0.688rem;
}.fdn_hero_game_btn_eer {
  background: #D42020;
  border-radius: 6px;
  padding: 0.688rem;
  transition: background .2s;
  margin: 0.75rem 16px 1rem;
  font-size: 0.813rem;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #F5F0E8;
}.fdn_hero_game_eer:hover .fdn_hero_game_btn_eer {
  background: #E83535;
}.fdn_sbar_eer {
  padding: 16px 1rem 0;
  background: #0D0A0A;
}
@media(min-width: 771px) {.fdn_sbar_eer {
  padding: 1.125rem 24px 0;
}
}.fdn_sbar_in_eer {
  margin: 0 auto;
  max-width: 82.5rem;
}.fdn_sbar_row_eer {
  gap: 0.625rem;
  flex-wrap: wrap;
  margin-bottom: 12px;
  display: flex;
}.fdn_sbar_input_eer {
  border: 1px solid rgba(255, 255, 255, 0.10);
  flex: 1;
  gap: 10px;
  padding: 0.688rem 1rem;
  background: #130E0E;
  transition: border-color .2s;
  border-radius: 6px;
  font-size: 0.813rem;
  cursor: pointer;
  align-items: center;
  color: #7A6A56;
  display: flex;
}.fdn_sbar_input_eer:hover {
  border-color: rgba(212, 32, 32, 0.55);
}.fdn_sbar_input_eer svg {
  width: 0.938rem;
  height: 15px;
  stroke-linejoin: round;
  stroke-linecap: round;
  flex-shrink: 0;
}.fdn_sbar_providers_eer {
  background: #130E0E;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 8px;
  border-radius: 6px;
  padding: 11px 1.125rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
  color: #D8CEBF;
  font-size: 0.813rem;
}.fdn_sbar_providers_eer:hover {
  border-color: rgba(212, 32, 32, 0.55);
  color: #F5F0E8;
}.fdn_sbar_providers_eer svg {
  width: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 14px;
}.fdn_sbar_tabs_eer {
  gap: 6px;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  padding-bottom: 2px;
}.fdn_sbar_tabs_eer::-webkit-scrollbar {
  display: none;
}.fdn_sbar_tab_eer {
  gap: 7px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px 14px;
  transition: background .15s,color .15s,border-color .15s;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #A8957E;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  font-size: 0.75rem;
}.fdn_sbar_tab_eer:hover {
  border-color: rgba(212, 32, 32, 0.55);
  background: rgba(255, 255, 255, 0.07);
  color: #F5F0E8;
}.fdn_sbar_tab_eer.fdn_state_active_eer {
  background: rgba(212, 32, 32, 0.18);
  border-color: rgba(212, 32, 32, 0.07);
  color: #F5F0E8;
}.fdn_sbar_tab_ic_eer svg {
  stroke-linejoin: round;
  height: 0.875rem;
  width: 0.875rem;
  stroke-linecap: round;
}.fdn_wy_eer {
  padding: 2rem 16px 0;
  background: #0D0A0A;
}
@media(min-width: 770px) {.fdn_wy_eer {
  padding: 40px 1.5rem 0;
}
}.fdn_wy_in_eer {
  margin: 0 auto;
  max-width: 1320px;
}.fdn_wy_head_eer {
  margin-bottom: 1.125rem;
  max-width: 45rem;
}.fdn_wy_label_eer {
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #D42020;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
}.fdn_wy_h2_eer {
  overflow-wrap: break-word;
  font-family: 'Bangers', cursive;
  font-weight: 800;
  color: #F5F0E8;
  margin-bottom: 0.5rem;
  font-size: 20px;
}
@media(min-width:768px) {.fdn_wy_h2_eer {
  font-size: 1.5rem;
}
}.fdn_wy_intro_eer {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #7A6A56;
}.fdn_wy_grid_eer {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.fdn_wy_grid_eer {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.fdn_wy_grid_eer {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.fdn_wy_card_eer {
  padding: 20px;
  transition: border-color .2s,transform .2s;
  border-radius: 0.375rem;
  background: #181212;
  border: 1px solid rgba(255, 255, 255, 0.10);
}.fdn_wy_card_eer:hover {
  transform: translateY(-2px);
  border-color: rgba(212, 32, 32, 0.07);
}.fdn_wy_card_ic_eer {
  background: rgba(212, 32, 32, 0.18);
  border-radius: 50%;
  margin-bottom: 0.875rem;
  color: #D42020;
  display: flex;
  align-items: center;
  width: 2.75rem;
  justify-content: center;
  height: 2.75rem;
}.fdn_wy_card_ic_eer svg {
  width: 1.375rem;
  stroke-linecap: round;
  height: 1.375rem;
  stroke-linejoin: round;
}.fdn_wy_card_h_eer {
  font-weight: 700;
  font-size: 15px;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  color: #F5F0E8;
  line-height: 1.25;
}.fdn_wy_card_p_eer {
  color: #7A6A56;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.6;
}.fdn_wy_card_p_eer strong {
  color: #D8CEBF;
  font-weight: 600;
}.fdn_gcg_eer {
  background: #0D0A0A;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.fdn_gcg_eer {
  padding: 2.75rem 24px 0;
}
}.fdn_gcg_in_eer {
  margin: 0 auto;
  max-width: 82.5rem;
}.fdn_gcg_head_eer {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}.fdn_gcg_label_eer {
  font-size: 11px;
  color: #D42020;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
}.fdn_gcg_h2_eer {
  font-family: 'Bangers', cursive;
  color: #F5F0E8;
  font-size: 1.375rem;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}
@media(min-width: 765px) {.fdn_gcg_h2_eer {
  font-size: 1.75rem;
}
}.fdn_gcg_intro_eer {
  font-size: 13px;
  line-height: 1.6;
  color: #7A6A56;
}.fdn_gcg_grid_eer {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.fdn_gcg_grid_eer {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.fdn_gcg_grid_eer {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.fdn_gcg_card_eer {
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 1.25rem;
  justify-content: flex-end;
  cursor: pointer;
  position: relative;
  flex-direction: column;
  display: flex;
  min-height: 15rem;
}.fdn_gcg_card_eer:hover {
  border-color: rgba(212, 32, 32, 0.18);
  transform: translateY(-3px);
}.fdn_gcg_card_bg_eer {
  inset: 0;
  z-index: 0;
  position: absolute;
}.fdn_gcg_card_bg_eer::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.fdn_gcg_card_ic_eer {
  background: rgba(0,0,0,.45);
  border-radius: 0.25rem;
  align-items: center;
  z-index: 2;
  height: 40px;
  color: #F5F0E8;
  justify-content: center;
  display: flex;
  position: absolute;
  width: 40px;
  top: 18px;
  right: 1.125rem;
}.fdn_gcg_card_ic_eer svg {
  width: 1.25rem;
  height: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.fdn_gcg_card_ct_eer {
  z-index: 1;
  position: relative;
}.fdn_gcg_card_h_eer {
  color: #F5F0E8;
  font-size: 1.125rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Bangers', cursive;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
@media(min-width: 769px) {.fdn_gcg_card_h_eer {
  font-size: 20px;
}
}.fdn_gcg_card_p_eer {
  margin-bottom: 10px;
  font-size: 0.75rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
}.fdn_gcg_card_p_eer strong {
  font-weight: 600;
  color: #F5F0E8;
}.fdn_gcg_card_cta_eer {
  gap: 4px;
  color: #D42020;
  font-weight: 700;
  letter-spacing: .04em;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 12px;
  align-items: center;
}.fdn_gcg_card_cta_eer svg {
  height: 0.75rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.75rem;
}.fdn_ws_eer {
  background: #0D0A0A;
  padding: 2rem 1rem 0;
}
@media(min-width: 769px) {.fdn_ws_eer {
  padding: 2.25rem 1.5rem 0;
}
}.fdn_ws_in_eer {
  margin: 0 auto;
  max-width: 82.5rem;
}.fdn_ws_head_eer {
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
}.fdn_ws_title_eer {
  gap: 0.625rem;
  flex-wrap: wrap;
  font-size: 16px;
  align-items: center;
  font-weight: 700;
  overflow-wrap: break-word;
  font-family: 'Bangers', cursive;
  display: flex;
  color: #F5F0E8;
}.fdn_ws_title_ic_eer svg {
  color: #D97706;
  stroke-linejoin: round;
  width: 18px;
  height: 18px;
  stroke-linecap: round;
}.fdn_ws_online_eer {
  gap: 0.438rem;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: #7A6A56;
  display: flex;
}.fdn_ws_online_dot_eer {
  border-radius: 50%;
  background: #16A34A;
  box-shadow: 0 0 6px rgba(22, 163, 74, 0.16);
  height: 0.5rem;
  flex-shrink: 0;
  width: 8px;
}.fdn_ws_scroll_eer {
  gap: 0.5rem;
  scrollbar-width: none;
  padding-bottom: 8px;
  display: flex;
  overflow-x: auto;
}.fdn_ws_scroll_eer::-webkit-scrollbar {
  display: none;
}.fdn_wc_eer {
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0.625rem 14px;
  gap: 10px;
  background: #130E0E;
  min-width: 13.75rem;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.fdn_wc_img_eer {
  background: #181212;
  border-radius: 4px;
  overflow: hidden;
  width: 2.25rem;
  flex-shrink: 0;
  height: 2.25rem;
}.fdn_wc_img_eer img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.fdn_wc_info_eer {
  min-width: 0;
}.fdn_wc_game_eer {
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  text-overflow: ellipsis;
  color: #D8CEBF;
  font-size: 0.75rem;
}.fdn_wc_player_eer {
  overflow: hidden;
  white-space: nowrap;
  font-size: 10px;
  text-overflow: ellipsis;
  color: #5C4D3C;
}.fdn_wc_amount_eer {
  white-space: nowrap;
  flex-shrink: 0;
  color: #16A34A;
  margin-left: auto;
  font-size: 13px;
  font-weight: 700;
}.fdn_prov_eer {
  background: #0D0A0A;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.fdn_prov_eer {
  padding: 2.75rem 1.5rem 0;
}
}.fdn_prov_in_eer {
  margin: 0 auto;
  max-width: 82.5rem;
}.fdn_prov_head_eer {
  margin-bottom: 1rem;
}.fdn_prov_label_eer {
  text-transform: uppercase;
  color: #D42020;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.fdn_prov_h2_eer {
  font-family: 'Bangers', cursive;
  color: #F5F0E8;
  font-weight: 800;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 765px) {.fdn_prov_h2_eer {
  font-size: 24px;
}
}.fdn_prov_seo_eer {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  max-width: 38.75rem;
  color: #7A6A56;
  line-height: 1.6;
  margin-bottom: 1rem;
}.fdn_prov_seo_eer strong {
  color: #D8CEBF;
  font-weight: 700;
}.fdn_prov_seo_eer a {
  color: #D42020;
  text-decoration: underline;
}.fdn_prov_grid_eer {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 642px) {.fdn_prov_grid_eer {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.fdn_prov_grid_eer {
  grid-template-columns: repeat(8,1fr);
}
}.fdn_prov_card_eer {
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,background .2s;
  padding: 14px 0.625rem;
  background: #130E0E;
  border-radius: 6px;
  gap: 7px;
  flex-direction: column;
  align-items: center;
  display: flex;
  cursor: pointer;
}.fdn_prov_card_eer:hover {
  border-color: rgba(212, 32, 32, 0.55);
  background: #181212;
}.fdn_prov_logo_eer {
  border-radius: 4px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  width: 44px;
  justify-content: center;
  height: 44px;
  display: flex;
  align-items: center;
}.fdn_prov_logo_eer img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.fdn_prov_name_eer {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #A8957E;
  text-align: center;
  font-weight: 600;
}.fdn_reg_eer {
  padding: 2.25rem 16px 0;
  background: #0D0A0A;
}
@media(min-width: 767px) {.fdn_reg_eer {
  padding: 44px 1.5rem 0;
}
}.fdn_reg_in_eer {
  margin: 0 auto;
  border-radius: 0.625rem;
  background: #181212;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.75rem 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.fdn_reg_in_eer {
  padding: 2.5rem;
}
}.fdn_reg_top_eer {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.fdn_reg_top_eer {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.fdn_reg_label_eer {
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #D42020;
  font-size: 11px;
}.fdn_reg_h2_eer {
  line-height: 1.2;
  color: #F5F0E8;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Bangers', cursive;
  font-size: 1.375rem;
  margin-bottom: 12px;
}
@media(min-width: 769px) {.fdn_reg_h2_eer {
  font-size: 28px;
}
}.fdn_reg_bonus_eer {
  padding: 10px 1rem;
  background: rgba(217, 119, 6, 0.18);
  border-radius: 6px;
  gap: 0.5rem;
  border: 1px solid rgba(217, 119, 6, 0.18);
  align-items: center;
  display: inline-flex;
  margin-bottom: 16px;
}.fdn_reg_bonus_amount_eer {
  color: #D97706;
  font-size: 1.25rem;
  font-weight: 800;
}.fdn_reg_bonus_text_eer {
  font-size: 13px;
  line-height: 1.35;
  color: #A8957E;
}.fdn_reg_cta_btn_eer {
  border-radius: 6px;
  padding: 0.875rem 32px;
  transition: background .2s;
  background: #16A34A;
  display: inline-block;
  font-size: 0.938rem;
  margin-bottom: 12px;
  color: #0D0A0A;
  box-shadow: 0.25rem 4px 0px #0A5C2A, 0 0 18px rgba(22, 163, 74, 0.38);
  font-weight: 700;
}.fdn_reg_cta_btn_eer:hover {
  background: #15BD56;
}.fdn_reg_terms_eer {
  font-size: 0.688rem;
  color: #5C4D3C;
  line-height: 1.5;
}.fdn_reg_seo_eer {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
  padding-top: 1.25rem;
  margin-top: 20px;
  color: #7A6A56;
}.fdn_reg_seo_eer p {
  line-height: 1.65;
  color: #7A6A56;
  font-size: 13px;
  margin-bottom: 10px;
}.fdn_reg_seo_eer p:last-child {
  margin-bottom: 0;
}.fdn_reg_seo_eer strong {
  color: #D8CEBF;
  font-weight: 700;
}.fdn_reg_seo_eer a {
  transition: color .2s;
  color: #D42020;
  text-decoration: underline;
}.fdn_reg_seo_eer a:hover {
  color: #E83535;
}.fdn_reg_seo_eer ul,.fdn_reg_seo_eer ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.fdn_reg_seo_eer ol {
  list-style: decimal;
}.fdn_reg_seo_eer li {
  font-size: 0.813rem;
  margin-bottom: 4px;
  line-height: 1.65;
  color: #7A6A56;
}.fdn_reg_seo_eer table {
  display: block;
  border-collapse: collapse;
  font-size: 13px;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 10px;
}
@media(min-width: 767px) {.fdn_reg_seo_eer table {
  display: table;
}
}.fdn_reg_seo_eer th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #D8CEBF;
  text-align: left;
}.fdn_reg_seo_eer td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A6A56;
}.fdn_reg_steps_eer {
  gap: 14px;
  margin-top: 1.75rem;
  flex-direction: column;
  display: flex;
}
@media(min-width: 863px) {.fdn_reg_steps_eer {
  margin-top: 0;
}
}.fdn_reg_step_eer {
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  gap: 0.875rem;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.fdn_reg_step_num_eer {
  border-radius: 50%;
  background: rgba(212, 32, 32, 0.18);
  border: 1px solid rgba(212, 32, 32, 0.07);
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  display: flex;
  font-weight: 800;
  height: 2.125rem;
  color: #D42020;
  flex-shrink: 0;
  width: 34px;
}.fdn_reg_step_title_eer {
  font-size: 14px;
  color: #F5F0E8;
  margin-bottom: 3px;
  font-weight: 700;
}.fdn_reg_step_text_eer {
  line-height: 1.5;
  color: #7A6A56;
  font-size: 0.75rem;
}.fdn_reg_trust_eer {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}.fdn_reg_trust_item_eer {
  gap: 7px;
  color: #7A6A56;
  font-size: 0.75rem;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
}.fdn_reg_trust_ic_eer svg {
  color: #D42020;
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  width: 16px;
}.fdn_bon_eer {
  background: #0D0A0A;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.fdn_bon_eer {
  padding: 44px 24px 0;
}
}.fdn_bon_in_eer {
  margin: 0 auto;
  max-width: 82.5rem;
}.fdn_bon_head_eer {
  margin-bottom: 20px;
}.fdn_bon_label_eer {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  font-weight: 700;
  color: #D42020;
}.fdn_bon_h2_eer {
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #F5F0E8;
  font-family: 'Bangers', cursive;
}
@media(min-width: 771px) {.fdn_bon_h2_eer {
  font-size: 1.5rem;
}
}.fdn_bon_seo_eer {
  max-width: 38.75rem;
  overflow-wrap: break-word;
  color: #7A6A56;
  font-size: 0.813rem;
  line-height: 1.6;
}.fdn_bon_seo_eer strong {
  color: #D8CEBF;
  font-weight: 700;
}.fdn_bon_seo_eer a {
  text-decoration: underline;
  color: #D42020;
}.fdn_bon_grid_eer {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.fdn_bon_grid_eer {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.fdn_bon_grid_eer {
  grid-template-columns: repeat(5,1fr);
}
}.fdn_bon_card_eer {
  padding: 16px;
  border-radius: 0.375rem;
  background: #130E0E;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,transform .2s;
}.fdn_bon_card_eer:hover {
  border-color: rgba(212, 32, 32, 0.07);
  transform: translateY(-2px);
}.fdn_bon_card_ic_eer svg {
  width: 26px;
  height: 26px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.fdn_bon_card_ic_eer {
  margin-bottom: 10px;
}.fdn_bon_card_type_eer {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: .06em;
  margin-bottom: 6px;
  color: #7A6A56;
  text-transform: uppercase;
}.fdn_bon_card_amount_eer {
  color: #D97706;
  font-weight: 800;
  margin-bottom: 0.375rem;
  line-height: 1.1;
  font-size: 1.125rem;
}.fdn_bon_card_name_eer {
  font-size: 0.813rem;
  margin-bottom: 8px;
  font-weight: 600;
  color: #F5F0E8;
  overflow-wrap: break-word;
}.fdn_bon_card_detail_eer {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #5C4D3C;
  padding-top: 0.5rem;
  font-size: 11px;
  line-height: 1.5;
  overflow-wrap: break-word;
}.fdn_app_eer {
  padding: 36px 1rem 0;
  background: #0D0A0A;
}
@media(min-width: 765px) {.fdn_app_eer {
  padding: 44px 24px 0;
}
}.fdn_app_in_eer {
  margin: 0 auto;
  max-width: 82.5rem;
}.fdn_app_head_eer {
  margin-bottom: 1rem;
}.fdn_app_label_eer {
  margin-bottom: 8px;
  font-size: 0.688rem;
  font-weight: 700;
  color: #D42020;
  letter-spacing: .08em;
  text-transform: uppercase;
}.fdn_app_h2_eer {
  color: #F5F0E8;
  margin-bottom: 6px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-family: 'Bangers', cursive;
}
@media(min-width: 765px) {.fdn_app_h2_eer {
  font-size: 1.5rem;
}
}.fdn_app_sub_eer {
  max-width: 37.5rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #7A6A56;
  line-height: 1.6;
}.fdn_app_sub_eer strong {
  font-weight: 700;
  color: #D8CEBF;
}.fdn_app_cards_eer {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1rem;
}
@media(min-width: 641px) {.fdn_app_cards_eer {
  grid-template-columns: repeat(3,1fr);
}
}.fdn_app_card_eer {
  border-radius: 6px;
  padding: 1.25rem;
  overflow: hidden;
  gap: 1rem;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
}.fdn_app_card_ios_eer {
  background: linear-gradient(135deg,rgba(212, 32, 32, 0.18) 0%,#181212 100%);
}.fdn_app_card_android_eer {
  background: linear-gradient(135deg,rgba(22, 163, 74, 0.16) 0%,#181212 100%);
}.fdn_app_card_win_eer {
  background: linear-gradient(135deg,rgba(217, 119, 6, 0.18) 0%,#181212 100%);
}.fdn_app_card_ic_eer svg {
  width: 2.125rem;
  stroke-linecap: round;
  height: 34px;
  stroke-linejoin: round;
}.fdn_app_card_ic_eer {
  flex-shrink: 0;
  color: #F5F0E8;
}.fdn_app_card_os_eer {
  color: #7A6A56;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}.fdn_app_card_title_eer {
  font-weight: 700;
  line-height: 1.2;
  font-size: 15px;
  overflow-wrap: break-word;
  color: #F5F0E8;
  margin-bottom: 6px;
}.fdn_app_card_text_eer {
  color: #7A6A56;
  font-size: 0.75rem;
  line-height: 1.5;
  overflow-wrap: break-word;
  margin-bottom: 14px;
}.fdn_app_card_btn_eer {
  border: 1px solid rgba(212, 32, 32, 0.55);
  background: rgba(255, 255, 255, 0.12);
  gap: 0.438rem;
  transition: background .2s;
  padding: 0.625rem 1.125rem;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #F5F0E8;
  display: inline-flex;
  align-items: center;
}.fdn_app_card_btn_eer:hover {
  background: rgba(255, 255, 255, 0.07);
}.fdn_pmt_eer {
  background: #0D0A0A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.fdn_pmt_eer {
  padding: 44px 24px 0;
}
}.fdn_pmt_in_eer {
  margin: 0 auto;
  max-width: 82.5rem;
}.fdn_pmt_head_eer {
  max-width: 45rem;
  margin-bottom: 1.375rem;
}.fdn_pmt_label_eer {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 0.688rem;
  color: #D42020;
  letter-spacing: .08em;
  font-weight: 700;
}.fdn_pmt_h2_eer {
  margin-bottom: 0.5rem;
  color: #F5F0E8;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 22px;
  font-family: 'Bangers', cursive;
}
@media(min-width: 770px) {.fdn_pmt_h2_eer {
  font-size: 1.75rem;
}
}.fdn_pmt_intro_eer {
  line-height: 1.6;
  color: #7A6A56;
  overflow-wrap: break-word;
  font-size: 14px;
}.fdn_pmt_groups_eer {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.fdn_pmt_group_eer {
  padding: 20px;
  border-radius: 6px;
  background: #181212;
  border: 1px solid rgba(255, 255, 255, 0.10);
}.fdn_pmt_group_head_eer {
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 10px;
}.fdn_pmt_group_ic_eer {
  border-radius: 4px;
  background: rgba(212, 32, 32, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #D42020;
  height: 36px;
  width: 36px;
}.fdn_pmt_group_ic_eer svg {
  width: 18px;
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.fdn_pmt_group_h_eer {
  margin: 0;
  font-weight: 700;
  color: #F5F0E8;
  font-family: 'Bangers', cursive;
  overflow-wrap: break-word;
  font-size: 1rem;
}.fdn_pmt_group_p_eer {
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  color: #7A6A56;
  font-size: 0.813rem;
  line-height: 1.6;
}.fdn_pmt_group_p_eer strong {
  color: #D8CEBF;
  font-weight: 600;
}.fdn_pmt_table_wrap_eer {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.fdn_pmt_table_eer {
  width: 100%;
  border-collapse: collapse;
  min-width: 33.75rem;
  font-size: 0.813rem;
}.fdn_pmt_table_eer th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: .04em;
  white-space: nowrap;
  color: #D8CEBF;
}.fdn_pmt_table_eer td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  color: #7A6A56;
}.fdn_pmt_table_eer tbody tr:last-child td {
  border-bottom: none;
}.fdn_pmt_table_eer tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D8CEBF;
}.fdn_seo_eer {
  padding: 2.25rem 16px 0;
  background: #0D0A0A;
}
@media(min-width: 769px) {.fdn_seo_eer {
  padding: 44px 1.5rem 0;
}
}.fdn_seo_in_eer {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #181212;
  margin: 0 auto;
  border-radius: 10px;
  padding: 1.75rem 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.fdn_seo_in_eer {
  padding: 2.25rem 40px;
}
}.fdn_seo_label_eer {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
  color: #D42020;
  font-size: 11px;
  text-transform: uppercase;
}.fdn_seo_h2_eer {
  font-family: 'Bangers', cursive;
  font-size: 1.25rem;
  color: #F5F0E8;
  margin-bottom: 14px;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.fdn_seo_h2_eer {
  font-size: 24px;
}
}.fdn_seo_body_eer {
  color: #A8957E;
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
}.fdn_seo_body_eer p {
  margin-bottom: 12px;
  color: #A8957E;
  line-height: 1.75;
  font-size: 0.875rem;
}.fdn_seo_body_eer p:last-child {
  margin-bottom: 0;
}.fdn_seo_body_eer strong {
  font-weight: 700;
  color: #D8CEBF;
}.fdn_seo_body_eer a {
  transition: color .2s;
  color: #D42020;
  text-decoration: underline;
}.fdn_seo_body_eer a:hover {
  color: #E83535;
}.fdn_seo_body_eer ul,.fdn_seo_body_eer ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.fdn_seo_body_eer ol {
  list-style: decimal;
}.fdn_seo_body_eer li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 14px;
  color: #A8957E;
}.fdn_seo_body_eer table {
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  width: 100%;
  font-size: 13px;
  display: block;
}
@media(min-width:768px) {.fdn_seo_body_eer table {
  display: table;
}
}.fdn_seo_body_eer th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  font-weight: 700;
  text-align: left;
  color: #D8CEBF;
}.fdn_seo_body_eer td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #A8957E;
}.fdn_seo_cols_eer {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.fdn_seo_cols_eer {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.fdn_seo_cols_eer {
  grid-template-columns: repeat(3,1fr);
}
}.fdn_seo_col_h_eer {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
  color: #D8CEBF;
}.fdn_seo_col_p_eer {
  overflow-wrap: break-word;
  color: #7A6A56;
  line-height: 1.65;
  font-size: 0.813rem;
}.fdn_seo_stats_eer {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.fdn_seo_stat_eer {
  flex: 1;
  border: 1px solid rgba(212, 32, 32, 0.18);
  padding: 14px 1rem;
  border-radius: 0.375rem;
  background: rgba(212, 32, 32, 0.07);
  min-width: 140px;
}.fdn_seo_stat_val_eer {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  color: #D42020;
  font-size: 1.25rem;
  font-weight: 800;
}.fdn_seo_stat_lb_eer {
  color: #7A6A56;
  overflow-wrap: break-word;
  font-size: 11px;
}.fdn_seo_eer {
  background: #0D0A0A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.fdn_seo_eer {
  padding: 44px 24px 0;
}
}.fdn_seo_in_eer {
  border-radius: 10px;
  background: #181212;
  margin: 0 auto;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  max-width: 1320px;
}
@media(min-width: 766px) {.fdn_seo_in_eer {
  padding: 36px 40px;
}
}.fdn_seo_label_eer {
  font-size: 11px;
  color: #D42020;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}.fdn_seo_h2_eer {
  font-size: 1.25rem;
  font-weight: 800;
  color: #F5F0E8;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  line-height: 1.25;
  font-family: 'Bangers', cursive;
}
@media(min-width: 765px) {.fdn_seo_h2_eer {
  font-size: 24px;
}
}.fdn_seo_body_eer {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #A8957E;
  font-size: 14px;
}.fdn_seo_body_eer p {
  line-height: 1.75;
  color: #A8957E;
  margin-bottom: 0.75rem;
  font-size: 14px;
}.fdn_seo_body_eer p:last-child {
  margin-bottom: 0;
}.fdn_seo_body_eer strong {
  font-weight: 700;
  color: #D8CEBF;
}.fdn_seo_body_eer a {
  transition: color .2s;
  text-decoration: underline;
  color: #D42020;
}.fdn_seo_body_eer a:hover {
  color: #E83535;
}.fdn_seo_body_eer ul,.fdn_seo_body_eer ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.fdn_seo_body_eer ol {
  list-style: decimal;
}.fdn_seo_body_eer li {
  color: #A8957E;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.75;
}.fdn_seo_body_eer table {
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.813rem;
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
@media(min-width: 769px) {.fdn_seo_body_eer table {
  display: table;
}
}.fdn_seo_body_eer th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  font-weight: 700;
  color: #D8CEBF;
}.fdn_seo_body_eer td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #A8957E;
}.fdn_seo_cols_eer {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 639px) {.fdn_seo_cols_eer {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.fdn_seo_cols_eer {
  grid-template-columns: repeat(3,1fr);
}
}.fdn_seo_col_h_eer {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 7px;
  color: #D8CEBF;
  overflow-wrap: break-word;
}.fdn_seo_col_p_eer {
  line-height: 1.65;
  color: #7A6A56;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.fdn_seo_stats_eer {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.fdn_seo_stat_eer {
  padding: 14px 16px;
  flex: 1;
  border: 1px solid rgba(212, 32, 32, 0.18);
  border-radius: 0.375rem;
  background: rgba(212, 32, 32, 0.07);
  min-width: 8.75rem;
}.fdn_seo_stat_val_eer {
  font-weight: 800;
  margin-bottom: 4px;
  color: #D42020;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}.fdn_seo_stat_lb_eer {
  color: #7A6A56;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.fdn_rv_eer {
  background: #0D0A0A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.fdn_rv_eer {
  padding: 2.75rem 1.5rem 0;
}
}.fdn_rv_in_eer {
  margin: 0 auto;
  max-width: 1320px;
}.fdn_rv_head_eer {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.fdn_rv_label_eer {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #D42020;
  font-weight: 700;
  margin-bottom: 8px;
}.fdn_rv_h2_eer {
  font-size: 22px;
  color: #F5F0E8;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  font-family: 'Bangers', cursive;
  font-weight: 800;
}
@media(min-width: 769px) {.fdn_rv_h2_eer {
  font-size: 28px;
}
}.fdn_rv_stats_eer {
  gap: 1.125rem;
  color: #7A6A56;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
}.fdn_rv_stats_score_eer {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.fdn_rv_stats_score_val_eer {
  font-weight: 800;
  color: #D97706;
  font-size: 22px;
  font-family: 'Bangers', cursive;
}.fdn_rv_stats_score_max_eer {
  color: #5C4D3C;
  font-size: 0.813rem;
}.fdn_rv_stats_badge_eer {
  gap: 4px;
  align-items: center;
  display: flex;
}.fdn_rv_stats_badge_eer svg {
  height: 14px;
  color: #D97706;
  width: 14px;
}.fdn_rv_grid_eer {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.fdn_rv_grid_eer {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.fdn_rv_grid_eer {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.fdn_rv_card_eer {
  background: #181212;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 6px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}.fdn_rv_card_stars_eer {
  gap: 2px;
  margin-bottom: 0.625rem;
  color: #D97706;
  display: flex;
}.fdn_rv_card_stars_eer svg {
  height: 14px;
  width: 14px;
}.fdn_rv_card_h_eer {
  overflow-wrap: break-word;
  line-height: 1.3;
  font-weight: 700;
  font-size: 14px;
  color: #F5F0E8;
  margin-bottom: 0.5rem;
}.fdn_rv_card_body_eer {
  flex: 1;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  color: #7A6A56;
  font-size: 13px;
  line-height: 1.65;
}.fdn_rv_card_body_eer strong {
  font-weight: 600;
  color: #D8CEBF;
}.fdn_rv_card_meta_eer {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  padding-top: 0.75rem;
  justify-content: space-between;
  align-items: center;
}.fdn_rv_card_author_eer {
  font-weight: 600;
  color: #D8CEBF;
  font-size: 12px;
}.fdn_rv_card_date_eer {
  font-size: 11px;
  color: #5C4D3C;
}.fdn_seo_eer {
  padding: 2.25rem 1rem 0;
  background: #0D0A0A;
}
@media(min-width: 770px) {.fdn_seo_eer {
  padding: 2.75rem 1.5rem 0;
}
}.fdn_seo_in_eer {
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 28px 1.5rem;
  background: #181212;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width:768px) {.fdn_seo_in_eer {
  padding: 36px 2.5rem;
}
}.fdn_seo_label_eer {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  color: #D42020;
  letter-spacing: .08em;
  font-size: 11px;
}.fdn_seo_h2_eer {
  color: #F5F0E8;
  font-size: 1.25rem;
  font-family: 'Bangers', cursive;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 14px;
}
@media(min-width: 771px) {.fdn_seo_h2_eer {
  font-size: 24px;
}
}.fdn_seo_body_eer {
  overflow-wrap: break-word;
  color: #A8957E;
  line-height: 1.75;
  font-size: 14px;
}.fdn_seo_body_eer p {
  font-size: 14px;
  line-height: 1.75;
  color: #A8957E;
  margin-bottom: 0.75rem;
}.fdn_seo_body_eer p:last-child {
  margin-bottom: 0;
}.fdn_seo_body_eer strong {
  font-weight: 700;
  color: #D8CEBF;
}.fdn_seo_body_eer a {
  transition: color .2s;
  text-decoration: underline;
  color: #D42020;
}.fdn_seo_body_eer a:hover {
  color: #E83535;
}.fdn_seo_body_eer ul,.fdn_seo_body_eer ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.fdn_seo_body_eer ol {
  list-style: decimal;
}.fdn_seo_body_eer li {
  color: #A8957E;
  line-height: 1.75;
  margin-bottom: 6px;
  font-size: 14px;
}.fdn_seo_body_eer table {
  margin-bottom: 12px;
  width: 100%;
  font-size: 0.813rem;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 769px) {.fdn_seo_body_eer table {
  display: table;
}
}.fdn_seo_body_eer th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  color: #D8CEBF;
  text-align: left;
}.fdn_seo_body_eer td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A8957E;
}.fdn_seo_cols_eer {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 639px) {.fdn_seo_cols_eer {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.fdn_seo_cols_eer {
  grid-template-columns: repeat(3,1fr);
}
}.fdn_seo_col_h_eer {
  color: #D8CEBF;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.813rem;
}.fdn_seo_col_p_eer {
  color: #7A6A56;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.fdn_seo_stats_eer {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.fdn_seo_stat_eer {
  background: rgba(212, 32, 32, 0.07);
  padding: 14px 1rem;
  border: 1px solid rgba(212, 32, 32, 0.18);
  flex: 1;
  border-radius: 0.375rem;
  min-width: 8.75rem;
}.fdn_seo_stat_val_eer {
  margin-bottom: 0.25rem;
  font-size: 20px;
  color: #D42020;
  font-weight: 800;
  overflow-wrap: break-word;
}.fdn_seo_stat_lb_eer {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #7A6A56;
}.fdn_faq_eer {
  padding: 36px 1rem 0;
  background: #0D0A0A;
}
@media(min-width: 771px) {.fdn_faq_eer {
  padding: 2.75rem 24px 0;
}
}.fdn_faq_in_eer {
  margin: 0 auto;
  max-width: 82.5rem;
}.fdn_faq_head_eer {
  margin-bottom: 1.25rem;
}.fdn_faq_label_eer {
  text-transform: uppercase;
  color: #D42020;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.fdn_faq_h2_eer {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  font-family: 'Bangers', cursive;
  color: #F5F0E8;
}
@media(min-width: 767px) {.fdn_faq_h2_eer {
  font-size: 1.5rem;
}
}.fdn_faq_list_eer {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.fdn_faq_item_eer {
  background: #181212;
  border: 1px solid rgba(255, 255, 255, 0.10);
  overflow: hidden;
  border-radius: 6px;
}.fdn_faq_q_eer {
  padding: 1rem 20px;
  transition: color .2s;
  gap: 0.75rem;
  flex-wrap: wrap;
  font-size: 0.875rem;
  justify-content: space-between;
  display: flex;
  color: #D8CEBF;
  align-items: center;
  font-weight: 600;
  overflow-wrap: break-word;
  cursor: pointer;
}.fdn_faq_q_eer:hover {
  color: #F5F0E8;
}.fdn_faq_q_ic_eer {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  height: 1.5rem;
  align-items: center;
  display: flex;
  color: #D42020;
  justify-content: center;
  font-size: 16px;
  width: 1.5rem;
  flex-shrink: 0;
}.fdn_faq_item_eer.fdn_state_open_eer .fdn_faq_q_ic_eer {
  transform: rotate(45deg);
}.fdn_faq_a_eer {
  padding: 0 20px 16px;
  line-height: 1.7;
  font-size: 0.813rem;
  color: #7A6A56;
  overflow-wrap: break-word;
  display: none;
}.fdn_faq_item_eer.fdn_state_open_eer .fdn_faq_a_eer {
  display: block;
}.fdn_faq_a_eer strong {
  font-weight: 700;
  color: #D8CEBF;
}.fdn_faq_a_eer a {
  color: #D42020;
  text-decoration: underline;
}.fdn_faq_a_eer ul,.fdn_faq_a_eer ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.fdn_faq_a_eer ol {
  list-style: decimal;
}.fdn_faq_a_eer li {
  margin-bottom: 4px;
  line-height: 1.6;
}.fdn_faq_a_eer table {
  margin: 8px 0;
  display: block;
  overflow-x: auto;
  font-size: 12px;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 771px) {.fdn_faq_a_eer table {
  display: table;
}
}.fdn_faq_a_eer th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 8px;
  text-align: left;
  color: #D8CEBF;
  font-weight: 700;
}.fdn_faq_a_eer td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A6A56;
}.fdn_ft_eer {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #060404;
  margin-top: 3rem;
}.fdn_ft_support_eer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
}
@media(min-width: 769px) {.fdn_ft_support_eer {
  padding: 1.75rem 24px;
}
}.fdn_ft_support_in_eer {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1320px;
  display: flex;
}.fdn_ft_support_main_eer {
  flex: 1;
  gap: 16px;
  min-width: 220px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.fdn_ft_support_ic_eer {
  color: #D42020;
  flex-shrink: 0;
}.fdn_ft_support_ic_eer svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 30px;
  height: 30px;
}.fdn_ft_support_text_title_eer {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  color: #F5F0E8;
  margin-bottom: 3px;
}.fdn_ft_support_text_sub_eer {
  color: #7A6A56;
  overflow-wrap: break-word;
  font-size: 12px;
}.fdn_ft_support_btn_eer {
  border-radius: 6px;
  transition: background .2s;
  padding: 0.688rem 1.375rem;
  background: #D42020;
  flex-shrink: 0;
  white-space: nowrap;
  color: #F5F0E8;
  font-weight: 700;
  font-size: 0.813rem;
}.fdn_ft_support_btn_eer:hover {
  background: #E83535;
}.fdn_ft_support_contacts_eer {
  gap: 16px;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.fdn_ft_support_contact_eer {
  color: #5C4D3C;
  line-height: 1.4;
  font-size: 0.75rem;
}.fdn_ft_support_contact_eer strong {
  margin-bottom: 2px;
  font-weight: 600;
  color: #A8957E;
  font-size: 11px;
  display: block;
}.fdn_ft_main_eer {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 770px) {.fdn_ft_main_eer {
  padding: 40px 1.5rem 32px;
}
}.fdn_ft_main_in_eer {
  gap: 1.5rem;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1320px;
  display: grid;
}
@media(min-width: 639px) {.fdn_ft_main_in_eer {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.fdn_ft_main_in_eer {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.fdn_ft_col_logo_eer {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.fdn_ft_col_logo_eer {
  grid-column: auto;
}
}.fdn_ft_logo_eer {
  gap: 9px;
  font-size: 1rem;
  align-items: center;
  color: #F5F0E8;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  font-weight: 800;
  flex-wrap: wrap;
  display: flex;
}.fdn_ft_logo_mark_eer {
  border-radius: 4px;
  overflow: hidden;
  height: 1.875rem;
  width: 30px;
}.fdn_ft_logo_mark_eer img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.fdn_ft_logo_sub_eer {
  font-size: 0.75rem;
  color: #5C4D3C;
  line-height: 1.55;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}.fdn_ft_col_title_eer {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 14px;
  letter-spacing: .07em;
  font-weight: 700;
  color: #A8957E;
}.fdn_ft_col_links_eer {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.fdn_ft_col_link_eer {
  transition: color .2s;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #5C4D3C;
}.fdn_ft_col_link_eer:hover {
  color: #D8CEBF;
}.fdn_ft_apps_eer {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.fdn_ft_app_card_eer {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  transition: border-color .2s;
  display: flex;
  align-items: center;
}.fdn_ft_app_card_eer:hover {
  border-color: rgba(212, 32, 32, 0.55);
}.fdn_ft_app_card_ic_eer svg {
  stroke-linecap: round;
  width: 1.375rem;
  stroke-linejoin: round;
  height: 1.375rem;
}.fdn_ft_app_card_os_eer {
  font-size: 0.625rem;
  font-weight: 600;
  color: #5C4D3C;
}.fdn_ft_app_card_action_eer {
  font-size: 0.75rem;
  font-weight: 700;
  color: #D8CEBF;
}.fdn_ft_bot_eer {
  padding: 20px 1rem;
}
@media(min-width: 770px) {.fdn_ft_bot_eer {
  padding: 20px 24px;
}
}.fdn_ft_bot_in_eer {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 82.5rem;
  align-items: center;
  display: flex;
}.fdn_ft_socials_eer {
  gap: 8px;
  display: flex;
}.fdn_ft_soc_eer {
  transition: background .2s;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  width: 36px;
  align-items: center;
  height: 2.25rem;
  color: #A8957E;
  display: flex;
  justify-content: center;
}.fdn_ft_soc_eer svg {
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
  height: 16px;
}.fdn_ft_soc_eer:hover {
  background: rgba(255, 255, 255, 0.07);
}.fdn_ft_legal_eer {
  flex: 1;
  min-width: 200px;
  color: #8C7B6A;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.fdn_ft_legal_eer strong {
  font-weight: 700;
  color: #A8957E;
}.fdn_ft_legal_eer a {
  text-decoration: underline;
  color: #A8957E;
}.fdn_ft_age_eer {
  border: 2px solid #8C7B6A;
  border-radius: 50%;
  align-items: center;
  font-size: 11px;
  color: #8C7B6A;
  margin-left: auto;
  width: 2rem;
  font-weight: 800;
  height: 2rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}