html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0C0A08;
  -webkit-font-smoothing: antialiased;
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  line-height: 1.6;
  color: #C9BFB5;
}.ifd-layout_afd {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.ifd-page_afd {
  min-height: 100vh;
  display: flex;
}.ifd-main_afd {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media (min-width:1080px) {.ifd-main_afd {
  padding-left: 13.75rem;
}
}
@media (max-width: 1082px) {.ifd-main_afd {
  padding-bottom: 4.5rem;
}
}.ifd-gc_afd {
  border-radius: 8px;
  border: 1px solid rgba(255, 240, 220, 0.06);
  background: #120F0D;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  width: 140px;
}
@media(min-width: 642px) {.ifd-gc_afd {
  width: 9.75rem;
}
}
@media(min-width:1080px) {.ifd-gc_afd {
  width: 168px;
}
}.ifd-gc_afd:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 124, 18, 0.08);
}.ifd-gc_img_afd {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.ifd-gc_img_afd img {
  inset: 0;
  width: 100%;
  position: absolute;
  object-fit: cover;
  height: 100%;
}.ifd-gc_hover_afd {
  background: rgba(6, 4, 2, 0.72);
  transition: opacity .2s;
  inset: 0;
  align-items: center;
  position: absolute;
  display: flex;
  justify-content: center;
  opacity: 0;
}.ifd-gc_afd:hover .ifd-gc_hover_afd {
  opacity: 1;
}.ifd-gc_hover_btn_afd {
  border-radius: 4px;
  padding: 8px 1rem;
  background: #C97C12;
  font-weight: 700;
  font-size: 12px;
  color: #F4EEE6;
}.ifd-gc_info_afd {
  padding: 8px 10px 10px;
}.ifd-gc_name_afd {
  overflow: hidden;
  color: #C9BFB5;
  white-space: nowrap;
  max-width: 100%;
  margin-bottom: 3px;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  font-weight: 600;
}.ifd-gc_prov_afd {
  font-size: 10px;
  color: #5C544D;
}.ifd-gc_tag_afd {
  border-radius: 4px;
  padding: 2px 0.438rem;
  left: 6px;
  letter-spacing: .04em;
  z-index: 2;
  text-transform: uppercase;
  top: 6px;
  font-weight: 700;
  font-size: 0.563rem;
  position: absolute;
}.ifd-gc_tag_hot_afd {
  background: #C43030;
  color: #fff;
}.ifd-gc_tag_new_afd {
  background: #3CAA6C;
  color: #0C0A08;
}.ifd-gc_tag_jp_afd {
  background: #D4A020;
  color: #0C0A08;
}.ifd-gc_tag_ex_afd {
  background: #8A5C28;
  color: #fff;
}.ifd-gc_tag_live_afd {
  background: #C43030;
  color: #fff;
}.ifd-gr_afd {
  background: #0C0A08;
  padding: 32px 16px 0;
}
@media(min-width: 769px) {.ifd-gr_afd {
  padding: 36px 1.5rem 0;
}
}.ifd-gr_in_afd {
  margin: 0 auto;
  max-width: 1320px;
}.ifd-gr_head_afd {
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}.ifd-gr_head_l_afd {
  gap: 10px;
  flex: 1;
  align-items: center;
  display: flex;
  min-width: 0;
}.ifd-gr_ic_afd {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 32px;
  width: 2rem;
}.ifd-gr_ic_afd svg {
  stroke-linecap: round;
  width: 1rem;
  height: 16px;
  stroke-linejoin: round;
}.ifd-gr_title_afd {
  font-size: 16px;
  overflow-wrap: break-word;
  color: #F4EEE6;
  font-weight: 700;
  font-family: 'Cinzel', serif;
}
@media(min-width: 767px) {.ifd-gr_title_afd {
  font-size: 18px;
}
}.ifd-gr_more_afd {
  gap: 5px;
  transition: color .2s;
  font-size: 12px;
  align-items: center;
  font-weight: 600;
  display: flex;
  flex-shrink: 0;
  color: #766D65;
  white-space: nowrap;
}.ifd-gr_more_afd:hover {
  color: #C97C12;
}.ifd-gr_more_afd svg {
  width: 0.75rem;
  stroke-linejoin: round;
  height: 0.75rem;
  stroke-linecap: round;
}.ifd-gr_arrows_afd {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.ifd-gr_arr_afd {
  transition: background .15s,color .15s;
  border-radius: 4px;
  border: 1px solid rgba(255, 240, 220, 0.11);
  background: rgba(255, 245, 235, 0.05);
  display: flex;
  height: 1.875rem;
  width: 1.875rem;
  color: #9C9088;
  align-items: center;
  justify-content: center;
}.ifd-gr_arr_afd:hover {
  background: rgba(255, 245, 235, 0.07);
  color: #F4EEE6;
}.ifd-gr_arr_afd svg {
  stroke-linecap: round;
  height: 0.813rem;
  stroke-linejoin: round;
  width: 13px;
}.ifd-gr_seo_h_afd {
  margin: 0 0 0.375rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 700;
  color: #C9BFB5;
  font-family: 'Cinzel', serif;
  max-width: 680px;
}
@media(min-width:768px) {.ifd-gr_seo_h_afd {
  font-size: 0.875rem;
}
}.ifd-gr_seo_afd {
  overflow-wrap: break-word;
  margin-bottom: 12px;
  color: #766D65;
  line-height: 1.55;
  max-width: 42.5rem;
  font-size: 0.75rem;
}.ifd-gr_seo_afd strong {
  color: #C9BFB5;
  font-weight: 600;
}.ifd-gr_scroll_afd {
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 10px;
  display: flex;
  -webkit-overflow-scrolling: touch;
}.ifd-gr_scroll_afd::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.ifd-gr_scroll_afd {
  gap: 12px;
}
}.ifd-tb_afd {
  background: #0C0A08;
  border-bottom: 1px solid rgba(255, 245, 235, 0.07);
  height: 3.5rem;
  top: 0;
  z-index: 80;
  align-items: center;
  left: 0;
  position: fixed;
  right: 0;
  display: flex;
}.ifd-tb_in_afd {
  gap: 0;
  padding: 0 0.875rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}.ifd-tb_burger_afd {
  gap: 5px;
  border-radius: 8px;
  height: 38px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  width: 2.375rem;
  margin-right: 8px;
  align-items: center;
  display: flex;
}.ifd-tb_burger_afd:hover {
  background: rgba(255, 245, 235, 0.05);
}.ifd-tb_burger_line_afd {
  background: #9C9088;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 18px;
}
@media(min-width: 1082px) {.ifd-tb_burger_afd {
  display: none;
}
}.ifd-tb_logo_afd {
  gap: 9px;
  font-weight: 800;
  margin-right: 1.25rem;
  font-size: 18px;
  overflow-wrap: break-word;
  color: #F4EEE6;
  letter-spacing: -.01em;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.ifd-tb_logo_mark_afd {
  border-radius: 8px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
  display: flex;
}.ifd-tb_logo_mark_afd img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.ifd-tb_nav_afd {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 638px) {.ifd-tb_nav_afd {
  display: flex;
}
}.ifd-tb_tab_afd {
  transition: background .15s,color .15s;
  padding: 8px 14px;
  border-radius: 8px;
  color: #9C9088;
  white-space: nowrap;
  font-weight: 600;
  font-size: 13px;
}.ifd-tb_tab_afd:hover {
  background: rgba(255, 245, 235, 0.05);
  color: #F4EEE6;
}.ifd-tb_tab_afd.ifd-state_active_afd {
  background: rgba(201, 124, 18, 0.18);
  color: #F4EEE6;
}.ifd-tb_right_afd {
  gap: 8px;
  display: flex;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
}.ifd-tb_login_afd {
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255, 240, 220, 0.11);
  padding: 9px 16px;
  background: rgba(255, 245, 235, 0.05);
  border-radius: 8px;
  font-size: 0.813rem;
  display: none;
  color: #C9BFB5;
  font-weight: 600;
}.ifd-tb_login_afd:hover {
  border-color: rgba(201, 124, 16, 0.55);
  color: #F4EEE6;
}
@media(min-width:480px) {.ifd-tb_login_afd {
  display: block;
}
}.ifd-tb_reg_afd {
  padding: 0.563rem 1.125rem;
  background: #3CAA6C;
  border-radius: 8px;
  transition: background .2s;
  font-size: 0.813rem;
  font-weight: 700;
  color: #0A0705;
  white-space: nowrap;
}.ifd-tb_reg_afd:hover {
  background: #4DBF7E;
}.ifd-sb_afd {
  border-right: 1px solid rgba(255, 245, 235, 0.05);
  transform: translateX(-100%);
  background: #161210;
  transition: transform .25s ease;
  top: 3.5rem;
  width: 13.75rem;
  bottom: 0;
  z-index: 70;
  left: 0;
  overflow-y: auto;
  position: fixed;
}.ifd-sb_afd.ifd-state_open_afd {
  transform: translateX(0);
}.ifd-sb_afd::-webkit-scrollbar {
  width: 0.25rem;
}.ifd-sb_afd::-webkit-scrollbar-thumb {
  background: rgba(255, 245, 235, 0.07);
  border-radius: 2px;
}
@media(min-width: 1077px) {.ifd-sb_afd {
  transform: translateX(0);
}
}.ifd-sb_auth_afd {
  padding: 0.875rem 12px 0.625rem;
}.ifd-sb_btn_reg_afd {
  background: #3CAA6C;
  border-radius: 8px;
  transition: background .2s;
  padding: 11px;
  margin-bottom: 0.5rem;
  font-size: 13px;
  color: #0A0705;
  text-align: center;
  display: block;
  font-weight: 700;
}.ifd-sb_btn_reg_afd:hover {
  background: #4DBF7E;
}.ifd-sb_btn_login_afd {
  transition: border-color .2s;
  border-radius: 8px;
  background: rgba(255, 245, 235, 0.05);
  padding: 10px;
  border: 1px solid rgba(255, 240, 220, 0.11);
  font-size: 13px;
  text-align: center;
  display: block;
  font-weight: 600;
  color: #C9BFB5;
}.ifd-sb_btn_login_afd:hover {
  border-color: rgba(201, 124, 16, 0.55);
  color: #F4EEE6;
}.ifd-sb_promo_afd {
  margin: 0 12px 10px;
  border-radius: 8px;
  background: linear-gradient(135deg,#1C0E04,#161210);
  overflow: hidden;
  padding: 0.75rem 0.875rem;
  border: 1px solid rgba(201, 124, 18, 0.18);
  position: relative;
}.ifd-sb_promo_afd::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(201, 124, 18, 0.18),transparent 70%);
  width: 80px;
  content: '';
  height: 80px;
  top: -20px;
  right: -20px;
  position: absolute;
}.ifd-sb_promo_title_afd {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: .06em;
  font-size: 11px;
  color: #C97C12;
}.ifd-sb_promo_text_afd {
  overflow-wrap: break-word;
  font-weight: 600;
  line-height: 1.35;
  font-size: 12px;
  color: #F4EEE6;
}.ifd-sb_promo_sub_afd {
  font-size: 10px;
  margin-top: 3px;
  color: #766D65;
}.ifd-sb_nav_afd {
  padding: 6px 0.5rem 16px;
}.ifd-sb_nav_lb_afd {
  padding: 10px 8px 0.375rem;
  font-size: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #5C544D;
}.ifd-sb_link_afd {
  border-radius: 4px;
  padding: 0.563rem 10px;
  transition: background .15s,color .15s;
  gap: 0.625rem;
  overflow-wrap: break-word;
  color: #9C9088;
  font-size: 0.813rem;
  display: flex;
  font-weight: 500;
  align-items: center;
  cursor: pointer;
}.ifd-sb_link_afd:hover {
  background: rgba(255, 245, 235, 0.05);
  color: #F4EEE6;
}.ifd-sb_link_afd.ifd-state_active_afd {
  background: rgba(201, 124, 18, 0.18);
  color: #F4EEE6;
}.ifd-sb_ic_afd {
  border-radius: 4px;
  height: 30px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  width: 30px;
}.ifd-sb_ic_afd svg {
  width: 1rem;
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
}.ifd-sb_ic_1_afd {
  background: rgba(201, 124, 18, 0.08);
  color: #C97C12;
}.ifd-sb_ic_2_afd {
  background: rgba(60, 170, 108, 0.16);
  color: #3CAA6C;
}.ifd-sb_ic_3_afd {
  background: rgba(212, 160, 32, 0.16);
  color: #D4A020;
}.ifd-sb_ic_4_afd {
  background: rgba(138, 92, 40, 0.22);
  color: #8A5C28;
}.ifd-sb_ic_5_afd {
  background: rgba(201, 124, 18, 0.08);
  color: #D0527C;
}.ifd-sb_ic_6_afd {
  background: rgba(138, 92, 40, 0.22);
  color: #9A4FD2;
}.ifd-sb_badge_afd {
  border-radius: 4px;
  background: #D4A020;
  padding: 2px 7px;
  color: #0A0705;
  font-weight: 700;
  margin-left: auto;
  font-size: 0.563rem;
}.ifd-sb_bot_afd {
  border-top: 1px solid rgba(255, 245, 235, 0.05);
  padding: 0.75rem;
  gap: 0.5rem;
  display: flex;
}.ifd-sb_lang_afd,.ifd-sb_help_afd {
  gap: 0.375rem;
  background: rgba(255, 245, 235, 0.05);
  transition: border-color .2s;
  padding: 9px 6px;
  border: 1px solid rgba(255, 240, 220, 0.06);
  border-radius: 0.25rem;
  flex: 1;
  color: #9C9088;
  display: flex;
  font-size: 0.688rem;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}.ifd-sb_lang_afd:hover,.ifd-sb_help_afd:hover {
  border-color: rgba(201, 124, 16, 0.55);
  color: #F4EEE6;
}.ifd-sb_lang_afd svg,.ifd-sb_help_afd svg {
  height: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.813rem;
}.ifd-sb_bd_afd {
  background: rgba(6, 4, 2, 0.72);
  inset: 0;
  position: fixed;
  z-index: 69;
  display: none;
}.ifd-sb_bd_afd.ifd-state_on_afd {
  display: block;
}
@media(min-width: 1081px) {.ifd-sb_bd_afd {
  display: none!important;
}
}.ifd-mob_nav_afd {
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 240, 220, 0.11);
  background: #161210;
  right: 0;
  z-index: 80;
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
}
@media(min-width: 1083px) {.ifd-mob_nav_afd {
  display: none;
}
}.ifd-mob_nav_item_afd {
  flex: 1;
  padding: 4px 2px;
  gap: 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  color: #5C544D;
}.ifd-mob_nav_ic_afd {
  line-height: 1;
}.ifd-mob_nav_ic_afd svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 20px;
  width: 1.25rem;
}.ifd-mob_nav_lb_afd {
  font-weight: 600;
  color: #5C544D;
  font-size: 10px;
}.ifd-mob_nav_item_afd.ifd-state_active_afd {
  color: #C97C12;
}.ifd-mob_nav_item_afd.ifd-state_active_afd .ifd-mob_nav_lb_afd {
  color: #C97C12;
}.ifd-hero_afd {
  background: #0C0A08;
  padding: 20px 16px 0;
}
@media(min-width: 766px) {.ifd-hero_afd {
  padding: 24px 24px 0;
}
}.ifd-hero_in_afd {
  gap: 12px;
  margin: 0 auto;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr;
}
@media(min-width: 858px) {.ifd-hero_in_afd {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1102px) {.ifd-hero_in_afd {
  grid-template-columns: 1fr 21.25rem;
}
}.ifd-hero_promo_afd {
  overflow: hidden;
  border-radius: 14px;
  background: #120F0D;
  display: flex;
  align-items: stretch;
  min-height: 13.75rem;
  position: relative;
}
@media(min-width: 769px) {.ifd-hero_promo_afd {
  min-height: 17.5rem;
}
}.ifd-hero_promo_bg_afd {
  background: linear-gradient(120deg,#1C0E04 0%,#0C0A08 100%);
  inset: 0;
  background-position: center;
  position: absolute;
  background-size: cover;
}.ifd-hero_promo_bg_afd::after {
  background: linear-gradient(90deg,#0C0A08 0%,rgba(6, 4, 2, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.ifd-hero_promo_glow_afd {
  background: radial-gradient(circle,rgba(138, 92, 40, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  position: absolute;
  width: 300px;
  right: 3.75rem;
  pointer-events: none;
  height: 300px;
  top: -2.5rem;
}.ifd-hero_promo_ct_afd {
  padding: 28px 24px 28px 1.75rem;
  display: flex;
  z-index: 2;
  max-width: 480px;
  flex-direction: column;
  position: relative;
  justify-content: center;
}
@media(min-width:768px) {.ifd-hero_promo_ct_afd {
  padding: 40px 32px;
}
}.ifd-hero_badge_afd {
  background: rgba(201, 124, 18, 0.18);
  border: 1px solid rgba(201, 124, 18, 0.08);
  padding: 0.313rem 12px;
  border-radius: 20px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 10px;
  color: #C97C12;
  margin-bottom: 14px;
}.ifd-hero_h1_afd {
  margin-bottom: 0.625rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 26px;
  color: #F4EEE6;
  font-family: 'Cinzel', serif;
  line-height: 1.15;
}.ifd-hero_h1_afd em {
  color: #D4A020;
  font-style: normal;
}
@media(min-width: 766px) {.ifd-hero_h1_afd {
  font-size: 36px;
}
}.ifd-hero_sub_afd {
  line-height: 1.55;
  font-size: 13px;
  margin-bottom: 20px;
  color: #9C9088;
}
@media(min-width: 771px) {.ifd-hero_sub_afd {
  font-size: 14px;
}
}.ifd-hero_row_afd {
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.ifd-hero_cta_afd {
  padding: 13px 26px;
  background: #3CAA6C;
  border-radius: 8px;
  transition: background .2s;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 0.5rem 22px rgba(60, 170, 108, 0.42);
  color: #0A0705;
  font-weight: 700;
  font-size: 0.875rem;
}.ifd-hero_cta_afd:hover {
  background: #4DBF7E;
}.ifd-hero_terms_afd {
  color: #5C544D;
  font-size: 0.688rem;
}.ifd-hero_game_afd {
  border: 1px solid rgba(255, 240, 220, 0.06);
  border-radius: 14px;
  background: #120F0D;
  overflow: hidden;
  flex-direction: column;
  position: relative;
  display: flex;
}.ifd-hero_game_badge_afd {
  padding: 5px 0.625rem;
  background: rgba(212, 160, 32, 0.16);
  border: 1px solid rgba(212, 160, 32, 0.16);
  border-radius: 1.25rem;
  font-size: 10px;
  color: #D4A020;
  left: 12px;
  z-index: 3;
  text-transform: uppercase;
  letter-spacing: .06em;
  position: absolute;
  font-weight: 700;
  top: 12px;
}.ifd-hero_game_badge_afd svg {
  width: 11px;
  margin-right: 4px;
  vertical-align: -1px;
  height: 11px;
}.ifd-hero_game_img_afd {
  overflow: hidden;
  background: linear-gradient(135deg,#1C0E04,#0C0A08);
  position: relative;
  padding-bottom: 60%;
}.ifd-hero_game_img_afd img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}.ifd-hero_game_play_afd {
  transition: opacity .2s;
  inset: 0;
  background: rgba(6, 4, 2, 0.72);
  display: flex;
  opacity: 0;
  position: absolute;
  align-items: center;
  justify-content: center;
}.ifd-hero_game_afd:hover .ifd-hero_game_play_afd {
  opacity: 1;
}.ifd-hero_game_play_afd span {
  border-radius: 50%;
  background: #C97C12;
  display: flex;
  width: 52px;
  justify-content: center;
  align-items: center;
  height: 3.25rem;
}.ifd-hero_game_play_afd span svg {
  margin-left: 2px;
  width: 18px;
  height: 18px;
}.ifd-hero_game_info_afd {
  padding: 0.875rem 16px;
}.ifd-hero_game_title_afd {
  font-weight: 700;
  font-size: 15px;
  color: #F4EEE6;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
}.ifd-hero_game_provider_afd {
  color: #766D65;
  font-size: 0.688rem;
}.ifd-hero_game_btn_afd {
  background: #C97C12;
  transition: background .2s;
  border-radius: 0.5rem;
  margin: 12px 16px 16px;
  padding: 11px;
  color: #F4EEE6;
  text-align: center;
  font-size: 0.813rem;
  font-weight: 700;
  display: block;
}.ifd-hero_game_afd:hover .ifd-hero_game_btn_afd {
  background: #E0911E;
}.ifd-sbar_afd {
  background: #0C0A08;
  padding: 16px 1rem 0;
}
@media(min-width:768px) {.ifd-sbar_afd {
  padding: 1.125rem 1.5rem 0;
}
}.ifd-sbar_in_afd {
  margin: 0 auto;
  max-width: 1320px;
}.ifd-sbar_row_afd {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}.ifd-sbar_input_afd {
  transition: border-color .2s;
  flex: 1;
  gap: 0.625rem;
  background: #120F0D;
  border-radius: 8px;
  padding: 11px 1rem;
  border: 1px solid rgba(255, 240, 220, 0.11);
  font-size: 13px;
  cursor: pointer;
  display: flex;
  color: #766D65;
  align-items: center;
}.ifd-sbar_input_afd:hover {
  border-color: rgba(201, 124, 16, 0.55);
}.ifd-sbar_input_afd svg {
  width: 0.938rem;
  flex-shrink: 0;
  height: 15px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.ifd-sbar_providers_afd {
  transition: border-color .2s;
  padding: 0.688rem 1.125rem;
  border: 1px solid rgba(255, 240, 220, 0.11);
  border-radius: 0.5rem;
  background: #120F0D;
  gap: 0.5rem;
  font-size: 0.813rem;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  display: flex;
  color: #C9BFB5;
}.ifd-sbar_providers_afd:hover {
  border-color: rgba(201, 124, 16, 0.55);
  color: #F4EEE6;
}.ifd-sbar_providers_afd svg {
  height: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.875rem;
}.ifd-sbar_tabs_afd {
  gap: 0.375rem;
  display: flex;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}.ifd-sbar_tabs_afd::-webkit-scrollbar {
  display: none;
}.ifd-sbar_tab_afd {
  transition: background .15s,color .15s,border-color .15s;
  background: rgba(255, 245, 235, 0.05);
  border: 1px solid rgba(255, 240, 220, 0.06);
  border-radius: 20px;
  padding: 0.5rem 14px;
  gap: 0.438rem;
  display: flex;
  font-size: 0.75rem;
  color: #9C9088;
  cursor: pointer;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  align-items: center;
}.ifd-sbar_tab_afd:hover {
  background: rgba(255, 245, 235, 0.07);
  border-color: rgba(201, 124, 16, 0.55);
  color: #F4EEE6;
}.ifd-sbar_tab_afd.ifd-state_active_afd {
  background: rgba(201, 124, 18, 0.18);
  border-color: rgba(201, 124, 18, 0.08);
  color: #F4EEE6;
}.ifd-sbar_tab_ic_afd svg {
  width: 0.875rem;
  height: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.ifd-wy_afd {
  background: #0C0A08;
  padding: 2rem 16px 0;
}
@media(min-width: 765px) {.ifd-wy_afd {
  padding: 40px 1.5rem 0;
}
}.ifd-wy_in_afd {
  margin: 0 auto;
  max-width: 82.5rem;
}.ifd-wy_head_afd {
  margin-bottom: 18px;
  max-width: 720px;
}.ifd-wy_label_afd {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 0.688rem;
  color: #C97C12;
}.ifd-wy_h2_afd {
  font-weight: 800;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  color: #F4EEE6;
}
@media(min-width: 766px) {.ifd-wy_h2_afd {
  font-size: 24px;
}
}.ifd-wy_intro_afd {
  margin: 0;
  font-size: 0.813rem;
  color: #766D65;
  line-height: 1.6;
}.ifd-wy_grid_afd {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.ifd-wy_grid_afd {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.ifd-wy_grid_afd {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.ifd-wy_card_afd {
  padding: 1.25rem;
  border-radius: 0.5rem;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 240, 220, 0.11);
  background: #161210;
}.ifd-wy_card_afd:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 124, 18, 0.08);
}.ifd-wy_card_ic_afd {
  background: rgba(201, 124, 18, 0.18);
  border-radius: 50%;
  height: 2.75rem;
  width: 44px;
  color: #C97C12;
  display: flex;
  align-items: center;
  margin-bottom: 0.875rem;
  justify-content: center;
}.ifd-wy_card_ic_afd svg {
  stroke-linejoin: round;
  height: 22px;
  stroke-linecap: round;
  width: 22px;
}.ifd-wy_card_h_afd {
  font-size: 0.938rem;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  color: #F4EEE6;
  font-weight: 700;
}.ifd-wy_card_p_afd {
  line-height: 1.6;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #766D65;
}.ifd-wy_card_p_afd strong {
  font-weight: 600;
  color: #C9BFB5;
}.ifd-gr_jp_afd {
  background: linear-gradient(135deg,#1A0C28 0%,#0A0708 100%);
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 14px;
  position: relative;
}.ifd-gr_jp_afd::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(138, 92, 40, 0.22) 0%,transparent 70%);
  width: 15.625rem;
  left: -3.75rem;
  height: 250px;
  position: absolute;
  content: '';
  top: -60px;
}.ifd-gr_jp_afd::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(212, 160, 32, 0.16) 0%,transparent 70%);
  bottom: -40px;
  width: 12.5rem;
  position: absolute;
  right: 0;
  content: '';
  height: 200px;
}.ifd-gr_jp_head_afd {
  gap: 1rem;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
  margin-bottom: 1rem;
}.ifd-gr_jp_info_afd {
  flex: 1;
}.ifd-gr_jp_label_afd {
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  color: #9A4FD2;
}.ifd-gr_jp_label_afd svg {
  vertical-align: -2px;
  width: 0.875rem;
  margin-right: 4px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 14px;
}.ifd-gr_jp_amount_afd {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F4EEE6;
  line-height: 1;
  margin-bottom: 4px;
  font-size: 32px;
}
@media(min-width: 770px) {.ifd-gr_jp_amount_afd {
  font-size: 40px;
}
}.ifd-gr_jp_amount_afd span {
  color: #D4A020;
}.ifd-gr_jp_seo_afd {
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.5;
  max-width: 30rem;
  color: #9C9088;
}.ifd-gr_jp_cta_afd {
  transition: background .2s;
  border: 1px solid rgba(138, 92, 40, 0.22);
  border-radius: 8px;
  background: rgba(138, 92, 40, 0.22);
  padding: 0.688rem 20px;
  z-index: 1;
  margin-top: 4px;
  color: #F4EEE6;
  align-self: flex-start;
  position: relative;
  white-space: nowrap;
  font-size: 13px;
  flex-shrink: 0;
  font-weight: 700;
}.ifd-gr_jp_cta_afd:hover {
  background: #8A5C28;
}.ifd-ws_afd {
  padding: 32px 1rem 0;
  background: #0C0A08;
}
@media(min-width: 771px) {.ifd-ws_afd {
  padding: 36px 24px 0;
}
}.ifd-ws_in_afd {
  margin: 0 auto;
  max-width: 82.5rem;
}.ifd-ws_head_afd {
  gap: 0.75rem;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.ifd-ws_title_afd {
  gap: 10px;
  font-weight: 700;
  align-items: center;
  color: #F4EEE6;
  font-family: 'Cinzel', serif;
  display: flex;
  font-size: 1rem;
  flex-wrap: wrap;
  overflow-wrap: break-word;
}.ifd-ws_title_ic_afd svg {
  width: 18px;
  stroke-linecap: round;
  height: 18px;
  color: #D4A020;
  stroke-linejoin: round;
}.ifd-ws_online_afd {
  gap: 7px;
  font-size: 0.75rem;
  display: flex;
  font-weight: 600;
  color: #766D65;
  align-items: center;
}.ifd-ws_online_dot_afd {
  background: #3CAA6C;
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 6px rgba(60, 170, 108, 0.16);
}.ifd-ws_scroll_afd {
  gap: 8px;
  padding-bottom: 8px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
}.ifd-ws_scroll_afd::-webkit-scrollbar {
  display: none;
}.ifd-wc_afd {
  padding: 0.625rem 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 240, 220, 0.11);
  gap: 0.625rem;
  background: #120F0D;
  flex-shrink: 0;
  min-width: 13.75rem;
  display: flex;
  align-items: center;
}.ifd-wc_img_afd {
  background: #161210;
  border-radius: 4px;
  overflow: hidden;
  height: 36px;
  flex-shrink: 0;
  width: 2.25rem;
}.ifd-wc_img_afd img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.ifd-wc_info_afd {
  min-width: 0;
}.ifd-wc_game_afd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  color: #C9BFB5;
  font-size: 0.75rem;
}.ifd-wc_player_afd {
  overflow: hidden;
  color: #5C544D;
  white-space: nowrap;
  font-size: 0.625rem;
  text-overflow: ellipsis;
}.ifd-wc_amount_afd {
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  margin-left: auto;
  color: #3CAA6C;
  flex-shrink: 0;
}.ifd-app_afd {
  padding: 36px 1rem 0;
  background: #0C0A08;
}
@media(min-width: 769px) {.ifd-app_afd {
  padding: 44px 1.5rem 0;
}
}.ifd-app_in_afd {
  margin: 0 auto;
  max-width: 82.5rem;
}.ifd-app_head_afd {
  margin-bottom: 1rem;
}.ifd-app_label_afd {
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #C97C12;
  text-transform: uppercase;
  font-size: 0.688rem;
}.ifd-app_h2_afd {
  font-family: 'Cinzel', serif;
  margin-bottom: 6px;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #F4EEE6;
}
@media(min-width: 767px) {.ifd-app_h2_afd {
  font-size: 24px;
}
}.ifd-app_sub_afd {
  overflow-wrap: break-word;
  color: #766D65;
  line-height: 1.6;
  max-width: 37.5rem;
  font-size: 0.813rem;
}.ifd-app_sub_afd strong {
  color: #C9BFB5;
  font-weight: 700;
}.ifd-app_cards_afd {
  gap: 0.625rem;
  display: grid;
  margin-top: 16px;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.ifd-app_cards_afd {
  grid-template-columns: repeat(3,1fr);
}
}.ifd-app_card_afd {
  overflow: hidden;
  gap: 1rem;
  border-radius: 0.5rem;
  padding: 20px;
  flex-wrap: wrap;
  display: flex;
  position: relative;
  align-items: flex-start;
}.ifd-app_card_ios_afd {
  background: linear-gradient(135deg,rgba(201, 124, 18, 0.18) 0%,#161210 100%);
}.ifd-app_card_android_afd {
  background: linear-gradient(135deg,rgba(60, 170, 108, 0.16) 0%,#161210 100%);
}.ifd-app_card_win_afd {
  background: linear-gradient(135deg,rgba(212, 160, 32, 0.16) 0%,#161210 100%);
}.ifd-app_card_ic_afd svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 34px;
  width: 34px;
}.ifd-app_card_ic_afd {
  flex-shrink: 0;
  color: #F4EEE6;
}.ifd-app_card_os_afd {
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #766D65;
  margin-bottom: 6px;
  letter-spacing: .08em;
  font-weight: 700;
}.ifd-app_card_title_afd {
  overflow-wrap: break-word;
  line-height: 1.2;
  color: #F4EEE6;
  font-size: 0.938rem;
  margin-bottom: 0.375rem;
  font-weight: 700;
}.ifd-app_card_text_afd {
  line-height: 1.5;
  font-size: 12px;
  color: #766D65;
  overflow-wrap: break-word;
  margin-bottom: 14px;
}.ifd-app_card_btn_afd {
  border: 1px solid rgba(201, 124, 16, 0.55);
  background: rgba(255, 245, 235, 0.12);
  transition: background .2s;
  padding: 0.625rem 18px;
  gap: 7px;
  border-radius: 0.25rem;
  font-weight: 700;
  font-size: 13px;
  align-items: center;
  color: #F4EEE6;
  display: inline-flex;
}.ifd-app_card_btn_afd:hover {
  background: rgba(255, 245, 235, 0.07);
}.ifd-bon_afd {
  background: #0C0A08;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.ifd-bon_afd {
  padding: 2.75rem 1.5rem 0;
}
}.ifd-bon_in_afd {
  margin: 0 auto;
  max-width: 1320px;
}.ifd-bon_head_afd {
  margin-bottom: 20px;
}.ifd-bon_label_afd {
  font-weight: 700;
  color: #C97C12;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-size: 11px;
  text-transform: uppercase;
}.ifd-bon_h2_afd {
  color: #F4EEE6;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 800;
}
@media(min-width: 769px) {.ifd-bon_h2_afd {
  font-size: 1.5rem;
}
}.ifd-bon_seo_afd {
  line-height: 1.6;
  max-width: 38.75rem;
  color: #766D65;
  font-size: 13px;
  overflow-wrap: break-word;
}.ifd-bon_seo_afd strong {
  color: #C9BFB5;
  font-weight: 700;
}.ifd-bon_seo_afd a {
  color: #C97C12;
  text-decoration: underline;
}.ifd-bon_grid_afd {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 638px) {.ifd-bon_grid_afd {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.ifd-bon_grid_afd {
  grid-template-columns: repeat(5,1fr);
}
}.ifd-bon_card_afd {
  transition: border-color .2s,transform .2s;
  padding: 1rem;
  border: 1px solid rgba(255, 240, 220, 0.11);
  background: #120F0D;
  border-radius: 8px;
}.ifd-bon_card_afd:hover {
  border-color: rgba(201, 124, 18, 0.08);
  transform: translateY(-2px);
}.ifd-bon_card_ic_afd svg {
  height: 26px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.625rem;
}.ifd-bon_card_ic_afd {
  margin-bottom: 10px;
}.ifd-bon_card_type_afd {
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  color: #766D65;
  letter-spacing: .06em;
  font-weight: 700;
  font-size: 10px;
}.ifd-bon_card_amount_afd {
  line-height: 1.1;
  color: #D4A020;
  font-size: 1.125rem;
  margin-bottom: 0.375rem;
  font-weight: 800;
}.ifd-bon_card_name_afd {
  margin-bottom: 8px;
  color: #F4EEE6;
  font-weight: 600;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.ifd-bon_card_detail_afd {
  border-top: 1px solid rgba(255, 245, 235, 0.05);
  padding-top: 8px;
  color: #5C544D;
  font-size: 11px;
  overflow-wrap: break-word;
  line-height: 1.5;
}.ifd-prov_afd {
  background: #0C0A08;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.ifd-prov_afd {
  padding: 2.75rem 24px 0;
}
}.ifd-prov_in_afd {
  margin: 0 auto;
  max-width: 82.5rem;
}.ifd-prov_head_afd {
  margin-bottom: 1rem;
}.ifd-prov_label_afd {
  letter-spacing: .08em;
  color: #C97C12;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 8px;
}.ifd-prov_h2_afd {
  font-family: 'Cinzel', serif;
  color: #F4EEE6;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.ifd-prov_h2_afd {
  font-size: 24px;
}
}.ifd-prov_seo_afd {
  margin-bottom: 1rem;
  font-size: 13px;
  line-height: 1.6;
  color: #766D65;
  overflow-wrap: break-word;
  max-width: 620px;
}.ifd-prov_seo_afd strong {
  color: #C9BFB5;
  font-weight: 700;
}.ifd-prov_seo_afd a {
  text-decoration: underline;
  color: #C97C12;
}.ifd-prov_grid_afd {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 637px) {.ifd-prov_grid_afd {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.ifd-prov_grid_afd {
  grid-template-columns: repeat(8,1fr);
}
}.ifd-prov_card_afd {
  background: #120F0D;
  gap: 7px;
  padding: 14px 0.625rem;
  border: 1px solid rgba(255, 240, 220, 0.11);
  border-radius: 8px;
  transition: border-color .2s,background .2s;
  align-items: center;
  flex-direction: column;
  display: flex;
  cursor: pointer;
}.ifd-prov_card_afd:hover {
  background: #161210;
  border-color: rgba(201, 124, 16, 0.55);
}.ifd-prov_logo_afd {
  background: rgba(255, 245, 235, 0.05);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 44px;
}.ifd-prov_logo_afd img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.ifd-prov_name_afd {
  font-size: 0.688rem;
  font-weight: 600;
  overflow-wrap: break-word;
  text-align: center;
  color: #9C9088;
}.ifd-htp_afd {
  background: #0C0A08;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.ifd-htp_afd {
  padding: 2.75rem 1.5rem 0;
}
}.ifd-htp_in_afd {
  margin: 0 auto;
  max-width: 82.5rem;
}.ifd-htp_head_afd {
  max-width: 720px;
  margin-bottom: 22px;
}.ifd-htp_label_afd {
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  color: #C97C12;
}.ifd-htp_h2_afd {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 22px;
  color: #F4EEE6;
}
@media(min-width: 765px) {.ifd-htp_h2_afd {
  font-size: 1.75rem;
}
}.ifd-htp_intro_afd {
  line-height: 1.6;
  color: #766D65;
  font-size: 0.875rem;
}.ifd-htp_steps_afd {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 12px;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.ifd-htp_steps_afd {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.ifd-htp_steps_afd {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.ifd-htp_step_afd {
  border: 1px solid rgba(255, 240, 220, 0.11);
  background: #161210;
  padding: 1.25rem 18px 1.125rem;
  border-radius: 8px;
  flex-direction: column;
  position: relative;
  display: flex;
}.ifd-htp_step_num_afd {
  border-radius: 50%;
  background: #C97C12;
  height: 28px;
  position: absolute;
  justify-content: center;
  color: #0A0705;
  top: -12px;
  align-items: center;
  font-family: 'Cinzel', serif;
  width: 28px;
  font-weight: 800;
  left: 1.25rem;
  font-size: 13px;
  display: flex;
}.ifd-htp_step_ic_afd {
  border-radius: 4px;
  background: rgba(201, 124, 18, 0.18);
  margin: 0.5rem 0 12px;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  width: 2.25rem;
  display: flex;
  color: #C97C12;
}.ifd-htp_step_ic_afd svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 18px;
  width: 1.125rem;
}.ifd-htp_step_h_afd {
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  color: #F4EEE6;
  font-size: 14px;
}.ifd-htp_step_p_afd {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #766D65;
  line-height: 1.55;
}.ifd-htp_step_p_afd strong {
  font-weight: 600;
  color: #C9BFB5;
}.ifd-htp_cta_afd {
  background: #3CAA6C;
  border-radius: 8px;
  transition: background .2s;
  padding: 13px 26px;
  font-weight: 700;
  color: #0A0705;
  font-size: 0.875rem;
  margin-top: 1.25rem;
  display: inline-block;
}.ifd-htp_cta_afd:hover {
  background: #4DBF7E;
}.ifd-reg_afd {
  background: #0C0A08;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.ifd-reg_afd {
  padding: 2.75rem 1.5rem 0;
}
}.ifd-reg_in_afd {
  background: #161210;
  padding: 1.75rem 1.5rem;
  border-radius: 0.875rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 240, 220, 0.06);
  max-width: 82.5rem;
}
@media(min-width: 769px) {.ifd-reg_in_afd {
  padding: 2.5rem;
}
}.ifd-reg_top_afd {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.ifd-reg_top_afd {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.ifd-reg_label_afd {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 0.688rem;
  color: #C97C12;
  letter-spacing: .08em;
}.ifd-reg_h2_afd {
  font-family: 'Cinzel', serif;
  font-size: 22px;
  line-height: 1.2;
  overflow-wrap: break-word;
  color: #F4EEE6;
  font-weight: 800;
  margin-bottom: 0.75rem;
}
@media(min-width: 769px) {.ifd-reg_h2_afd {
  font-size: 28px;
}
}.ifd-reg_bonus_afd {
  background: rgba(212, 160, 32, 0.16);
  padding: 10px 1rem;
  border: 1px solid rgba(212, 160, 32, 0.16);
  border-radius: 0.5rem;
  gap: 0.5rem;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
}.ifd-reg_bonus_amount_afd {
  font-weight: 800;
  color: #D4A020;
  font-size: 20px;
}.ifd-reg_bonus_text_afd {
  line-height: 1.35;
  font-size: 13px;
  color: #9C9088;
}.ifd-reg_cta_btn_afd {
  transition: background .2s;
  background: #3CAA6C;
  padding: 14px 2rem;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 0.5rem 1.375rem rgba(60, 170, 108, 0.42);
  display: inline-block;
  font-size: 0.938rem;
  margin-bottom: 12px;
  color: #0A0705;
  font-weight: 700;
}.ifd-reg_cta_btn_afd:hover {
  background: #4DBF7E;
}.ifd-reg_terms_afd {
  line-height: 1.5;
  color: #5C544D;
  font-size: 0.688rem;
}.ifd-reg_seo_afd {
  border-top: 1px solid rgba(255, 245, 235, 0.05);
  color: #766D65;
  line-height: 1.65;
  margin-top: 20px;
  font-size: 13px;
  overflow-wrap: break-word;
  padding-top: 20px;
}.ifd-reg_seo_afd p {
  line-height: 1.65;
  margin-bottom: 10px;
  color: #766D65;
  font-size: 13px;
}.ifd-reg_seo_afd p:last-child {
  margin-bottom: 0;
}.ifd-reg_seo_afd strong {
  color: #C9BFB5;
  font-weight: 700;
}.ifd-reg_seo_afd a {
  transition: color .2s;
  text-decoration: underline;
  color: #C97C12;
}.ifd-reg_seo_afd a:hover {
  color: #E0911E;
}.ifd-reg_seo_afd ul,.ifd-reg_seo_afd ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.ifd-reg_seo_afd ol {
  list-style: decimal;
}.ifd-reg_seo_afd li {
  color: #766D65;
  margin-bottom: 0.25rem;
  line-height: 1.65;
  font-size: 13px;
}.ifd-reg_seo_afd table {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
}
@media(min-width: 765px) {.ifd-reg_seo_afd table {
  display: table;
}
}.ifd-reg_seo_afd th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 245, 235, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C9BFB5;
}.ifd-reg_seo_afd td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 245, 235, 0.05);
  color: #766D65;
}.ifd-reg_steps_afd {
  gap: 14px;
  flex-direction: column;
  margin-top: 28px;
  display: flex;
}
@media(min-width: 861px) {.ifd-reg_steps_afd {
  margin-top: 0;
}
}.ifd-reg_step_afd {
  background: rgba(255, 245, 235, 0.05);
  border-radius: 8px;
  padding: 16px;
  border: 1px solid rgba(255, 240, 220, 0.06);
  gap: 14px;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.ifd-reg_step_num_afd {
  border-radius: 50%;
  border: 1px solid rgba(201, 124, 18, 0.08);
  background: rgba(201, 124, 18, 0.18);
  width: 34px;
  font-weight: 800;
  flex-shrink: 0;
  height: 34px;
  font-size: 14px;
  color: #C97C12;
  justify-content: center;
  display: flex;
  align-items: center;
}.ifd-reg_step_title_afd {
  color: #F4EEE6;
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 700;
}.ifd-reg_step_text_afd {
  line-height: 1.5;
  font-size: 12px;
  color: #766D65;
}.ifd-reg_trust_afd {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 245, 235, 0.05);
  display: flex;
  padding-top: 1.25rem;
  flex-wrap: wrap;
  margin-top: 20px;
}.ifd-reg_trust_item_afd {
  gap: 0.438rem;
  align-items: center;
  color: #766D65;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  display: flex;
}.ifd-reg_trust_ic_afd svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #C97C12;
  width: 16px;
  height: 16px;
}.ifd-seo_afd {
  padding: 36px 16px 0;
  background: #0C0A08;
}
@media(min-width: 771px) {.ifd-seo_afd {
  padding: 44px 24px 0;
}
}.ifd-seo_in_afd {
  padding: 1.75rem 24px;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 240, 220, 0.11);
  background: #161210;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width:768px) {.ifd-seo_in_afd {
  padding: 36px 2.5rem;
}
}.ifd-seo_label_afd {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 0.688rem;
  color: #C97C12;
}.ifd-seo_h2_afd {
  font-weight: 800;
  line-height: 1.25;
  font-size: 20px;
  font-family: 'Cinzel', serif;
  color: #F4EEE6;
  overflow-wrap: break-word;
  margin-bottom: 14px;
}
@media(min-width: 769px) {.ifd-seo_h2_afd {
  font-size: 1.5rem;
}
}.ifd-seo_body_afd {
  line-height: 1.75;
  color: #9C9088;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.ifd-seo_body_afd p {
  line-height: 1.75;
  color: #9C9088;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}.ifd-seo_body_afd p:last-child {
  margin-bottom: 0;
}.ifd-seo_body_afd strong {
  font-weight: 700;
  color: #C9BFB5;
}.ifd-seo_body_afd a {
  transition: color .2s;
  color: #C97C12;
  text-decoration: underline;
}.ifd-seo_body_afd a:hover {
  color: #E0911E;
}.ifd-seo_body_afd ul,.ifd-seo_body_afd ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.ifd-seo_body_afd ol {
  list-style: decimal;
}.ifd-seo_body_afd li {
  font-size: 14px;
  line-height: 1.75;
  color: #9C9088;
  margin-bottom: 6px;
}.ifd-seo_body_afd table {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 0.813rem;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 766px) {.ifd-seo_body_afd table {
  display: table;
}
}.ifd-seo_body_afd th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 245, 235, 0.07);
  color: #C9BFB5;
  font-weight: 700;
  text-align: left;
}.ifd-seo_body_afd td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 245, 235, 0.05);
  color: #9C9088;
}.ifd-seo_cols_afd {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.ifd-seo_cols_afd {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.ifd-seo_cols_afd {
  grid-template-columns: repeat(3,1fr);
}
}.ifd-seo_col_h_afd {
  font-weight: 700;
  font-size: 0.813rem;
  color: #C9BFB5;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.ifd-seo_col_p_afd {
  color: #766D65;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
}.ifd-seo_stats_afd {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.ifd-seo_stat_afd {
  flex: 1;
  border: 1px solid rgba(201, 124, 18, 0.18);
  padding: 0.875rem 1rem;
  border-radius: 0.5rem;
  background: rgba(201, 124, 18, 0.08);
  min-width: 8.75rem;
}.ifd-seo_stat_val_afd {
  font-weight: 800;
  margin-bottom: 4px;
  color: #C97C12;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}.ifd-seo_stat_lb_afd {
  color: #766D65;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.ifd-seo_afd {
  padding: 2.25rem 16px 0;
  background: #0C0A08;
}
@media(min-width: 769px) {.ifd-seo_afd {
  padding: 44px 1.5rem 0;
}
}.ifd-seo_in_afd {
  background: #161210;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 240, 220, 0.11);
  margin: 0 auto;
  padding: 28px 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.ifd-seo_in_afd {
  padding: 36px 40px;
}
}.ifd-seo_label_afd {
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #C97C12;
}.ifd-seo_h2_afd {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  color: #F4EEE6;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  line-height: 1.25;
}
@media(min-width: 766px) {.ifd-seo_h2_afd {
  font-size: 24px;
}
}.ifd-seo_body_afd {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9C9088;
}.ifd-seo_body_afd p {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.75;
  color: #9C9088;
}.ifd-seo_body_afd p:last-child {
  margin-bottom: 0;
}.ifd-seo_body_afd strong {
  font-weight: 700;
  color: #C9BFB5;
}.ifd-seo_body_afd a {
  transition: color .2s;
  color: #C97C12;
  text-decoration: underline;
}.ifd-seo_body_afd a:hover {
  color: #E0911E;
}.ifd-seo_body_afd ul,.ifd-seo_body_afd ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.ifd-seo_body_afd ol {
  list-style: decimal;
}.ifd-seo_body_afd li {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0.375rem;
  color: #9C9088;
}.ifd-seo_body_afd table {
  width: 100%;
  margin-bottom: 12px;
  font-size: 13px;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
}
@media(min-width: 771px) {.ifd-seo_body_afd table {
  display: table;
}
}.ifd-seo_body_afd th {
  border-bottom: 1px solid rgba(255, 245, 235, 0.07);
  padding: 10px 12px;
  font-weight: 700;
  color: #C9BFB5;
  text-align: left;
}.ifd-seo_body_afd td {
  border-bottom: 1px solid rgba(255, 245, 235, 0.05);
  padding: 0.625rem 12px;
  color: #9C9088;
}.ifd-seo_cols_afd {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 639px) {.ifd-seo_cols_afd {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.ifd-seo_cols_afd {
  grid-template-columns: repeat(3,1fr);
}
}.ifd-seo_col_h_afd {
  color: #C9BFB5;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
  font-weight: 700;
}.ifd-seo_col_p_afd {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #766D65;
  overflow-wrap: break-word;
}.ifd-seo_stats_afd {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.ifd-seo_stat_afd {
  border-radius: 8px;
  flex: 1;
  padding: 0.875rem 16px;
  background: rgba(201, 124, 18, 0.08);
  border: 1px solid rgba(201, 124, 18, 0.18);
  min-width: 140px;
}.ifd-seo_stat_val_afd {
  margin-bottom: 4px;
  font-weight: 800;
  color: #C97C12;
  font-size: 20px;
  overflow-wrap: break-word;
}.ifd-seo_stat_lb_afd {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #766D65;
}.ifd-seo_afd {
  background: #0C0A08;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.ifd-seo_afd {
  padding: 44px 1.5rem 0;
}
}.ifd-seo_in_afd {
  padding: 28px 1.5rem;
  border-radius: 0.875rem;
  background: #161210;
  border: 1px solid rgba(255, 240, 220, 0.11);
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.ifd-seo_in_afd {
  padding: 36px 40px;
}
}.ifd-seo_label_afd {
  color: #C97C12;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
}.ifd-seo_h2_afd {
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  color: #F4EEE6;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 766px) {.ifd-seo_h2_afd {
  font-size: 1.5rem;
}
}.ifd-seo_body_afd {
  font-size: 14px;
  line-height: 1.75;
  color: #9C9088;
  overflow-wrap: break-word;
}.ifd-seo_body_afd p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9C9088;
  margin-bottom: 12px;
}.ifd-seo_body_afd p:last-child {
  margin-bottom: 0;
}.ifd-seo_body_afd strong {
  color: #C9BFB5;
  font-weight: 700;
}.ifd-seo_body_afd a {
  transition: color .2s;
  color: #C97C12;
  text-decoration: underline;
}.ifd-seo_body_afd a:hover {
  color: #E0911E;
}.ifd-seo_body_afd ul,.ifd-seo_body_afd ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.ifd-seo_body_afd ol {
  list-style: decimal;
}.ifd-seo_body_afd li {
  line-height: 1.75;
  font-size: 14px;
  color: #9C9088;
  margin-bottom: 6px;
}.ifd-seo_body_afd table {
  border-collapse: collapse;
  width: 100%;
  display: block;
  font-size: 0.813rem;
  overflow-x: auto;
  margin-bottom: 12px;
}
@media(min-width: 769px) {.ifd-seo_body_afd table {
  display: table;
}
}.ifd-seo_body_afd th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 245, 235, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C9BFB5;
}.ifd-seo_body_afd td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 245, 235, 0.05);
  color: #9C9088;
}.ifd-seo_cols_afd {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.ifd-seo_cols_afd {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.ifd-seo_cols_afd {
  grid-template-columns: repeat(3,1fr);
}
}.ifd-seo_col_h_afd {
  font-size: 13px;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #C9BFB5;
}.ifd-seo_col_p_afd {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #766D65;
  font-size: 13px;
}.ifd-seo_stats_afd {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.ifd-seo_stat_afd {
  border-radius: 8px;
  flex: 1;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(201, 124, 18, 0.18);
  background: rgba(201, 124, 18, 0.08);
  min-width: 140px;
}.ifd-seo_stat_val_afd {
  margin-bottom: 4px;
  font-weight: 800;
  color: #C97C12;
  font-size: 20px;
  overflow-wrap: break-word;
}.ifd-seo_stat_lb_afd {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #766D65;
}.ifd-faq_afd {
  padding: 36px 16px 0;
  background: #0C0A08;
}
@media(min-width: 771px) {.ifd-faq_afd {
  padding: 2.75rem 24px 0;
}
}.ifd-faq_in_afd {
  margin: 0 auto;
  max-width: 1320px;
}.ifd-faq_head_afd {
  margin-bottom: 20px;
}.ifd-faq_label_afd {
  color: #C97C12;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
}.ifd-faq_h2_afd {
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  color: #F4EEE6;
}
@media(min-width: 769px) {.ifd-faq_h2_afd {
  font-size: 24px;
}
}.ifd-faq_list_afd {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.ifd-faq_item_afd {
  background: #161210;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 240, 220, 0.11);
}.ifd-faq_q_afd {
  transition: color .2s;
  padding: 16px 20px;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  justify-content: space-between;
  color: #C9BFB5;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 600;
}.ifd-faq_q_afd:hover {
  color: #F4EEE6;
}.ifd-faq_q_ic_afd {
  border-radius: 50%;
  background: rgba(255, 245, 235, 0.05);
  transition: transform .25s;
  width: 24px;
  display: flex;
  align-items: center;
  color: #C97C12;
  height: 1.5rem;
  font-size: 16px;
  justify-content: center;
  flex-shrink: 0;
}.ifd-faq_item_afd.ifd-state_open_afd .ifd-faq_q_ic_afd {
  transform: rotate(45deg);
}.ifd-faq_a_afd {
  padding: 0 20px 16px;
  display: none;
  line-height: 1.7;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #766D65;
}.ifd-faq_item_afd.ifd-state_open_afd .ifd-faq_a_afd {
  display: block;
}.ifd-faq_a_afd strong {
  font-weight: 700;
  color: #C9BFB5;
}.ifd-faq_a_afd a {
  text-decoration: underline;
  color: #C97C12;
}.ifd-faq_a_afd ul,.ifd-faq_a_afd ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.ifd-faq_a_afd ol {
  list-style: decimal;
}.ifd-faq_a_afd li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.ifd-faq_a_afd table {
  margin: 8px 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  overflow-x: auto;
  display: block;
}
@media(min-width: 765px) {.ifd-faq_a_afd table {
  display: table;
}
}.ifd-faq_a_afd th {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 245, 235, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C9BFB5;
}.ifd-faq_a_afd td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 245, 235, 0.05);
  color: #766D65;
}.ifd-ft_afd {
  border-top: 1px solid rgba(255, 245, 235, 0.05);
  background: #080705;
  margin-top: 48px;
}.ifd-ft_support_afd {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255, 245, 235, 0.05);
}
@media(min-width: 766px) {.ifd-ft_support_afd {
  padding: 28px 24px;
}
}.ifd-ft_support_in_afd {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  align-items: center;
  max-width: 82.5rem;
  flex-wrap: wrap;
}.ifd-ft_support_main_afd {
  flex: 1;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  min-width: 220px;
}.ifd-ft_support_ic_afd {
  color: #C97C12;
  flex-shrink: 0;
}.ifd-ft_support_ic_afd svg {
  height: 1.875rem;
  stroke-linecap: round;
  width: 30px;
  stroke-linejoin: round;
}.ifd-ft_support_text_title_afd {
  color: #F4EEE6;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  font-weight: 700;
  margin-bottom: 3px;
}.ifd-ft_support_text_sub_afd {
  color: #766D65;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.ifd-ft_support_btn_afd {
  border-radius: 8px;
  transition: background .2s;
  padding: 0.688rem 1.375rem;
  background: #C97C12;
  font-size: 0.813rem;
  font-weight: 700;
  color: #F4EEE6;
  flex-shrink: 0;
  white-space: nowrap;
}.ifd-ft_support_btn_afd:hover {
  background: #E0911E;
}.ifd-ft_support_contacts_afd {
  gap: 1rem;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.ifd-ft_support_contact_afd {
  font-size: 12px;
  line-height: 1.4;
  color: #5C544D;
}.ifd-ft_support_contact_afd strong {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #9C9088;
  display: block;
}.ifd-ft_main_afd {
  padding: 32px 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 245, 235, 0.05);
}
@media(min-width: 769px) {.ifd-ft_main_afd {
  padding: 2.5rem 1.5rem 2rem;
}
}.ifd-ft_main_in_afd {
  gap: 24px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 643px) {.ifd-ft_main_in_afd {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.ifd-ft_main_in_afd {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.ifd-ft_col_logo_afd {
  grid-column: 1/-1;
}
@media(min-width: 1083px) {.ifd-ft_col_logo_afd {
  grid-column: auto;
}
}.ifd-ft_logo_afd {
  gap: 0.563rem;
  color: #F4EEE6;
  overflow-wrap: break-word;
  font-size: 1rem;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 800;
  display: flex;
  flex-wrap: wrap;
}.ifd-ft_logo_mark_afd {
  border-radius: 4px;
  overflow: hidden;
  height: 1.875rem;
  width: 30px;
}.ifd-ft_logo_mark_afd img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.ifd-ft_logo_sub_afd {
  color: #5C544D;
  line-height: 1.55;
  max-width: 200px;
  overflow-wrap: break-word;
  font-size: 12px;
}.ifd-ft_col_title_afd {
  font-size: 12px;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  font-weight: 700;
  color: #9C9088;
}.ifd-ft_col_links_afd {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.ifd-ft_col_link_afd {
  transition: color .2s;
  color: #5C544D;
  font-size: 13px;
  overflow-wrap: break-word;
}.ifd-ft_col_link_afd:hover {
  color: #C9BFB5;
}.ifd-ft_apps_afd {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.ifd-ft_app_card_afd {
  border-radius: 4px;
  padding: 0.625rem 12px;
  border: 1px solid rgba(255, 240, 220, 0.11);
  transition: border-color .2s;
  gap: 0.625rem;
  background: rgba(255, 245, 235, 0.05);
  align-items: center;
  display: flex;
}.ifd-ft_app_card_afd:hover {
  border-color: rgba(201, 124, 16, 0.55);
}.ifd-ft_app_card_ic_afd svg {
  stroke-linejoin: round;
  height: 1.375rem;
  stroke-linecap: round;
  width: 22px;
}.ifd-ft_app_card_os_afd {
  color: #5C544D;
  font-size: 10px;
  font-weight: 600;
}.ifd-ft_app_card_action_afd {
  font-weight: 700;
  color: #C9BFB5;
  font-size: 0.75rem;
}.ifd-ft_bot_afd {
  padding: 1.25rem 16px;
}
@media(min-width: 769px) {.ifd-ft_bot_afd {
  padding: 20px 24px;
}
}.ifd-ft_bot_in_afd {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  max-width: 1320px;
  align-items: center;
}.ifd-ft_socials_afd {
  gap: 8px;
  display: flex;
}.ifd-ft_soc_afd {
  background: rgba(255, 245, 235, 0.05);
  border: 1px solid rgba(255, 240, 220, 0.11);
  transition: background .2s;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 36px;
  display: flex;
  color: #9C9088;
  height: 36px;
}.ifd-ft_soc_afd svg {
  height: 1rem;
  width: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.ifd-ft_soc_afd:hover {
  background: rgba(255, 245, 235, 0.07);
}.ifd-ft_legal_afd {
  flex: 1;
  overflow-wrap: break-word;
  color: #87807A;
  line-height: 1.6;
  font-size: 0.688rem;
  min-width: 12.5rem;
}.ifd-ft_legal_afd strong {
  color: #9C9088;
  font-weight: 700;
}.ifd-ft_legal_afd a {
  color: #9C9088;
  text-decoration: underline;
}.ifd-ft_age_afd {
  border: 2px solid #87807A;
  border-radius: 50%;
  font-weight: 800;
  align-items: center;
  justify-content: center;
  color: #87807A;
  width: 32px;
  font-size: 0.688rem;
  height: 2rem;
  flex-shrink: 0;
  display: flex;
  margin-left: auto;
}