html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #110D0B;
  min-height: 100vh;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  font-family: 'Raleway', sans-serif;
  color: #D4C4B4;
}.rdf_layout-tfi {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.rdf_page-tfi {
  display: flex;
  min-height: 100vh;
}.rdf_main-tfi {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1078px) {.rdf_main-tfi {
  padding-left: 220px;
}
}
@media (max-width: 1080px) {.rdf_main-tfi {
  padding-bottom: 72px;
}
}.rdf_gc-tfi {
  border-radius: 0.5rem;
  background: #171210;
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  width: 8.75rem;
}
@media(min-width: 643px) {.rdf_gc-tfi {
  width: 9.75rem;
}
}
@media(min-width: 1077px) {.rdf_gc-tfi {
  width: 168px;
}
}.rdf_gc-tfi:hover {
  border-color: rgba(196,120,58,0.08);
  transform: translateY(-3px);
}.rdf_gc_img-tfi {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.rdf_gc_img-tfi img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}.rdf_gc_hover-tfi {
  inset: 0;
  transition: opacity .2s;
  background: rgba(0,0,0,0.74);
  align-items: center;
  position: absolute;
  opacity: 0;
  display: flex;
  justify-content: center;
}.rdf_gc-tfi:hover .rdf_gc_hover-tfi {
  opacity: 1;
}.rdf_gc_hover_btn-tfi {
  border-radius: 4px;
  padding: 8px 16px;
  background: #C4783A;
  font-weight: 700;
  color: #F5EDE4;
  font-size: 0.75rem;
}.rdf_gc_info-tfi {
  padding: 8px 0.625rem 10px;
}.rdf_gc_name-tfi {
  overflow: hidden;
  margin-bottom: 3px;
  font-size: 0.75rem;
  max-width: 100%;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #D4C4B4;
}.rdf_gc_prov-tfi {
  font-size: 10px;
  color: #6A5848;
}.rdf_gc_tag-tfi {
  border-radius: 4px;
  padding: 2px 0.438rem;
  position: absolute;
  letter-spacing: .04em;
  text-transform: uppercase;
  z-index: 2;
  left: 6px;
  font-weight: 700;
  top: 0.375rem;
  font-size: 9px;
}.rdf_gc_tag_hot-tfi {
  background: #E03030;
  color: #fff;
}.rdf_gc_tag_new-tfi {
  background: #4CAF72;
  color: #110D0B;
}.rdf_gc_tag_jp-tfi {
  background: #F5A623;
  color: #110D0B;
}.rdf_gc_tag_ex-tfi {
  background: #E8820A;
  color: #fff;
}.rdf_gc_tag_live-tfi {
  background: #E03030;
  color: #fff;
}.rdf_gr-tfi {
  background: #110D0B;
  padding: 32px 16px 0;
}
@media(min-width: 766px) {.rdf_gr-tfi {
  padding: 2.25rem 1.5rem 0;
}
}.rdf_gr_in-tfi {
  margin: 0 auto;
  max-width: 83.75rem;
}.rdf_gr_head-tfi {
  gap: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}.rdf_gr_head_l-tfi {
  gap: 10px;
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
}.rdf_gr_ic-tfi {
  border-radius: 0.5rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  height: 2rem;
  flex-shrink: 0;
  display: flex;
}.rdf_gr_ic-tfi svg {
  height: 1rem;
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.rdf_gr_title-tfi {
  font-size: 1rem;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F5EDE4;
}
@media(min-width: 769px) {.rdf_gr_title-tfi {
  font-size: 1.125rem;
}
}.rdf_gr_more-tfi {
  transition: color .2s;
  gap: 0.313rem;
  flex-shrink: 0;
  display: flex;
  font-weight: 600;
  align-items: center;
  font-size: 12px;
  white-space: nowrap;
  color: #7A6050;
}.rdf_gr_more-tfi:hover {
  color: #C4783A;
}.rdf_gr_more-tfi svg {
  stroke-linejoin: round;
  height: 12px;
  stroke-linecap: round;
  width: 0.75rem;
}.rdf_gr_arrows-tfi {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.rdf_gr_arr-tfi {
  transition: background .15s,color .15s;
  border: 1px solid rgba(255,255,255,0.11);
  background: rgba(255,255,255,0.05);
  border-radius: 0.25rem;
  color: #A89078;
  width: 1.875rem;
  display: flex;
  height: 30px;
  justify-content: center;
  align-items: center;
}.rdf_gr_arr-tfi:hover {
  background: rgba(255,255,255,0.07);
  color: #F5EDE4;
}.rdf_gr_arr-tfi svg {
  height: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.813rem;
}.rdf_gr_seo_h-tfi {
  margin: 0 0 0.375rem;
  max-width: 42.5rem;
  overflow-wrap: break-word;
  color: #D4C4B4;
  font-size: 13px;
  font-family: 'Cinzel', serif;
  font-weight: 700;
}
@media(min-width: 767px) {.rdf_gr_seo_h-tfi {
  font-size: 0.875rem;
}
}.rdf_gr_seo-tfi {
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #7A6050;
  max-width: 680px;
  font-size: 12px;
  margin-bottom: 12px;
}.rdf_gr_seo-tfi strong {
  font-weight: 600;
  color: #D4C4B4;
}.rdf_gr_scroll-tfi {
  gap: 10px;
  display: flex;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  scrollbar-width: none;
  overflow-x: auto;
}.rdf_gr_scroll-tfi::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.rdf_gr_scroll-tfi {
  gap: 12px;
}
}.rdf_tb-tfi {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #110D0B;
  align-items: center;
  display: flex;
  right: 0;
  left: 0;
  z-index: 80;
  height: 3.5rem;
  top: 0;
  position: fixed;
}.rdf_tb_in-tfi {
  padding: 0 0.875rem;
  gap: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}.rdf_tb_burger-tfi {
  gap: 0.313rem;
  border-radius: 8px;
  flex-direction: column;
  margin-right: 0.5rem;
  align-items: center;
  display: flex;
  width: 38px;
  justify-content: center;
  height: 2.375rem;
  flex-shrink: 0;
}.rdf_tb_burger-tfi:hover {
  background: rgba(255,255,255,0.05);
}.rdf_tb_burger_line-tfi {
  background: #A89078;
  border-radius: 1px;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width: 1078px) {.rdf_tb_burger-tfi {
  display: none;
}
}.rdf_tb_logo-tfi {
  gap: 9px;
  display: flex;
  font-weight: 800;
  font-size: 1.125rem;
  letter-spacing: -.01em;
  color: #F5EDE4;
  flex-shrink: 0;
  overflow-wrap: break-word;
  align-items: center;
  margin-right: 1.25rem;
}.rdf_tb_logo_mark-tfi {
  border-radius: 0.5rem;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 32px;
  width: 32px;
}.rdf_tb_logo_mark-tfi img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.rdf_tb_nav-tfi {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 642px) {.rdf_tb_nav-tfi {
  display: flex;
}
}.rdf_tb_tab-tfi {
  border-radius: 8px;
  transition: background .15s,color .15s;
  padding: 0.5rem 14px;
  font-weight: 600;
  color: #A89078;
  font-size: 13px;
  white-space: nowrap;
}.rdf_tb_tab-tfi:hover {
  background: rgba(255,255,255,0.05);
  color: #F5EDE4;
}.rdf_tb_tab-tfi.rdf_state_active-tfi {
  background: rgba(196,120,58,0.18);
  color: #F5EDE4;
}.rdf_tb_right-tfi {
  gap: 0.5rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}.rdf_tb_login-tfi {
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  padding: 0.563rem 1rem;
  background: rgba(255,255,255,0.05);
  font-weight: 600;
  display: none;
  font-size: 0.813rem;
  color: #D4C4B4;
}.rdf_tb_login-tfi:hover {
  border-color: rgba(196,120,58,0.55);
  color: #F5EDE4;
}
@media(min-width: 481px) {.rdf_tb_login-tfi {
  display: block;
}
}.rdf_tb_reg-tfi {
  background: #4CAF72;
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 0.563rem 1.125rem;
  font-size: 13px;
  white-space: nowrap;
  color: #0F0A07;
  font-weight: 700;
}.rdf_tb_reg-tfi:hover {
  background: #5CC482;
}.rdf_sb-tfi {
  background: #1C1511;
  transform: translateX(-100%);
  transition: transform .25s ease;
  border-right: 1px solid rgba(255,255,255,0.05);
  left: 0;
  width: 13.75rem;
  top: 56px;
  z-index: 70;
  bottom: 0;
  overflow-y: auto;
  position: fixed;
}.rdf_sb-tfi.rdf_state_open-tfi {
  transform: translateX(0);
}.rdf_sb-tfi::-webkit-scrollbar {
  width: 4px;
}.rdf_sb-tfi::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
}
@media(min-width: 1081px) {.rdf_sb-tfi {
  transform: translateX(0);
}
}.rdf_sb_auth-tfi {
  padding: 14px 0.75rem 10px;
}.rdf_sb_btn_reg-tfi {
  border-radius: 8px;
  background: #4CAF72;
  padding: 0.688rem;
  transition: background .2s;
  color: #0F0A07;
  display: block;
  text-align: center;
  font-size: 13px;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.rdf_sb_btn_reg-tfi:hover {
  background: #5CC482;
}.rdf_sb_btn_login-tfi {
  padding: 0.625rem;
  transition: border-color .2s;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  background: rgba(255,255,255,0.05);
  text-align: center;
  font-size: 0.813rem;
  color: #D4C4B4;
  font-weight: 600;
  display: block;
}.rdf_sb_btn_login-tfi:hover {
  border-color: rgba(196,120,58,0.55);
  color: #F5EDE4;
}.rdf_sb_promo-tfi {
  margin: 0 12px 0.625rem;
  padding: 12px 0.875rem;
  background: linear-gradient(135deg,#3D1A08,#1C1511);
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(196,120,58,0.18);
  position: relative;
}.rdf_sb_promo-tfi::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(196,120,58,0.18),transparent 70%);
  content: '';
  right: -1.25rem;
  height: 80px;
  position: absolute;
  width: 80px;
  top: -20px;
}.rdf_sb_promo_title-tfi {
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 700;
  color: #C4783A;
  letter-spacing: .06em;
}.rdf_sb_promo_text-tfi {
  line-height: 1.35;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #F5EDE4;
  font-weight: 600;
}.rdf_sb_promo_sub-tfi {
  font-size: 0.625rem;
  color: #7A6050;
  margin-top: 3px;
}.rdf_sb_nav-tfi {
  padding: 6px 0.5rem 16px;
}.rdf_sb_nav_lb-tfi {
  padding: 10px 8px 6px;
  font-size: 10px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #6A5848;
  text-transform: uppercase;
}.rdf_sb_link-tfi {
  padding: 0.563rem 10px;
  transition: background .15s,color .15s;
  gap: 10px;
  border-radius: 4px;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 500;
  font-size: 13px;
  color: #A89078;
  overflow-wrap: break-word;
}.rdf_sb_link-tfi:hover {
  background: rgba(255,255,255,0.05);
  color: #F5EDE4;
}.rdf_sb_link-tfi.rdf_state_active-tfi {
  background: rgba(196,120,58,0.18);
  color: #F5EDE4;
}.rdf_sb_ic-tfi {
  border-radius: 4px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  height: 30px;
  width: 30px;
  align-items: center;
}.rdf_sb_ic-tfi svg {
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
}.rdf_sb_ic_1-tfi {
  background: rgba(196,120,58,0.08);
  color: #C4783A;
}.rdf_sb_ic_2-tfi {
  background: rgba(76,175,114,0.18);
  color: #4CAF72;
}.rdf_sb_ic_3-tfi {
  background: rgba(245,166,35,0.18);
  color: #F5A623;
}.rdf_sb_ic_4-tfi {
  background: rgba(232,130,10,0.20);
  color: #E8820A;
}.rdf_sb_ic_5-tfi {
  background: rgba(196,120,58,0.08);
  color: #E0507A;
}.rdf_sb_ic_6-tfi {
  background: rgba(232,130,10,0.20);
  color: #8B3FB5;
}.rdf_sb_badge-tfi {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  background: #F5A623;
  color: #0F0A07;
  font-size: 0.563rem;
  font-weight: 700;
  margin-left: auto;
}.rdf_sb_bot-tfi {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 12px;
  gap: 8px;
  display: flex;
}.rdf_sb_lang-tfi,.rdf_sb_help-tfi {
  gap: 0.375rem;
  border-radius: 0.25rem;
  flex: 1;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.06);
  padding: 0.563rem 6px;
  background: rgba(255,255,255,0.05);
  align-items: center;
  color: #A89078;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  justify-content: center;
}.rdf_sb_lang-tfi:hover,.rdf_sb_help-tfi:hover {
  border-color: rgba(196,120,58,0.55);
  color: #F5EDE4;
}.rdf_sb_lang-tfi svg,.rdf_sb_help-tfi svg {
  height: 0.813rem;
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
}.rdf_sb_bd-tfi {
  inset: 0;
  background: rgba(0,0,0,0.74);
  display: none;
  position: fixed;
  z-index: 69;
}.rdf_sb_bd-tfi.rdf_state_on-tfi {
  display: block;
}
@media(min-width: 1081px) {.rdf_sb_bd-tfi {
  display: none!important;
}
}.rdf_mob_nav-tfi {
  background: #1C1511;
  border-top: 1px solid rgba(255,255,255,0.11);
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 80;
  position: fixed;
  left: 0;
}
@media(min-width: 1078px) {.rdf_mob_nav-tfi {
  display: none;
}
}.rdf_mob_nav_item-tfi {
  padding: 4px 2px;
  gap: 0.25rem;
  flex: 1;
  align-items: center;
  cursor: pointer;
  color: #6A5848;
  flex-direction: column;
  display: flex;
}.rdf_mob_nav_ic-tfi {
  line-height: 1;
}.rdf_mob_nav_ic-tfi svg {
  stroke-linecap: round;
  width: 1.25rem;
  height: 1.25rem;
  stroke-linejoin: round;
}.rdf_mob_nav_lb-tfi {
  font-weight: 600;
  font-size: 10px;
  color: #6A5848;
}.rdf_mob_nav_item-tfi.rdf_state_active-tfi {
  color: #C4783A;
}.rdf_mob_nav_item-tfi.rdf_state_active-tfi .rdf_mob_nav_lb-tfi {
  color: #C4783A;
}.rdf_hero-tfi {
  background: #110D0B;
  padding: 1.25rem 1rem 0;
}
@media(min-width: 770px) {.rdf_hero-tfi {
  padding: 1.5rem 24px 0;
}
}.rdf_hero_in-tfi {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  max-width: 83.75rem;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.rdf_hero_in-tfi {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.rdf_hero_in-tfi {
  grid-template-columns: 1fr 340px;
}
}.rdf_hero_promo-tfi {
  background: #171210;
  border-radius: 14px;
  overflow: hidden;
  min-height: 13.75rem;
  align-items: stretch;
  display: flex;
  position: relative;
}
@media(min-width: 766px) {.rdf_hero_promo-tfi {
  min-height: 17.5rem;
}
}.rdf_hero_promo_bg-tfi {
  background-position: center;
  background: linear-gradient(120deg,#3D1A08 0%,#110D0B 100%);
  inset: 0;
  background-size: cover;
  position: absolute;
}.rdf_hero_promo_bg-tfi::after {
  inset: 0;
  background: linear-gradient(90deg,#110D0B 0%,rgba(0,0,0,0.74) 60%,transparent 100%);
  position: absolute;
  content: '';
}.rdf_hero_promo_glow-tfi {
  background: radial-gradient(circle,rgba(232,130,10,0.20) 0%,transparent 65%);
  border-radius: 50%;
  height: 300px;
  position: absolute;
  width: 18.75rem;
  pointer-events: none;
  top: -40px;
  right: 60px;
}.rdf_hero_promo_ct-tfi {
  padding: 28px 24px 1.75rem 28px;
  z-index: 2;
  max-width: 30rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media(min-width: 770px) {.rdf_hero_promo_ct-tfi {
  padding: 2.5rem 2rem;
}
}.rdf_hero_badge-tfi {
  border-radius: 20px;
  padding: 5px 0.75rem;
  border: 1px solid rgba(196,120,58,0.08);
  background: rgba(196,120,58,0.18);
  color: #C4783A;
  margin-bottom: 0.875rem;
  font-weight: 700;
  letter-spacing: .08em;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
}.rdf_hero_h1-tfi {
  margin-bottom: 10px;
  line-height: 1.15;
  overflow-wrap: break-word;
  font-size: 26px;
  color: #F5EDE4;
  font-weight: 800;
  font-family: 'Cinzel', serif;
}.rdf_hero_h1-tfi em {
  color: #F5A623;
  font-style: normal;
}
@media(min-width: 770px) {.rdf_hero_h1-tfi {
  font-size: 2.25rem;
}
}.rdf_hero_sub-tfi {
  line-height: 1.55;
  margin-bottom: 1.25rem;
  font-size: 0.813rem;
  color: #A89078;
}
@media(min-width: 771px) {.rdf_hero_sub-tfi {
  font-size: 0.875rem;
}
}.rdf_hero_row-tfi {
  gap: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.rdf_hero_cta-tfi {
  padding: 0.813rem 1.625rem;
  transition: background .2s;
  border-radius: 0.5rem;
  background: #4CAF72;
  color: #0F0A07;
  font-size: 14px;
  box-shadow: 0 4px 20px rgba(76,175,114,0.45);
  font-weight: 700;
}.rdf_hero_cta-tfi:hover {
  background: #5CC482;
}.rdf_hero_terms-tfi {
  font-size: 11px;
  color: #6A5848;
}.rdf_hero_game-tfi {
  background: #171210;
  border-radius: 0.875rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  position: relative;
  display: flex;
  flex-direction: column;
}.rdf_hero_game_badge-tfi {
  padding: 5px 0.625rem;
  border-radius: 20px;
  background: rgba(245,166,35,0.18);
  border: 1px solid rgba(245,166,35,0.18);
  font-size: 0.625rem;
  left: 12px;
  z-index: 3;
  letter-spacing: .06em;
  color: #F5A623;
  top: 12px;
  font-weight: 700;
  position: absolute;
  text-transform: uppercase;
}.rdf_hero_game_badge-tfi svg {
  vertical-align: -1px;
  height: 0.688rem;
  margin-right: 0.25rem;
  width: 0.688rem;
}.rdf_hero_game_img-tfi {
  overflow: hidden;
  background: linear-gradient(135deg,#3D1A08,#110D0B);
  padding-bottom: 60%;
  position: relative;
}.rdf_hero_game_img-tfi img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.rdf_hero_game_play-tfi {
  transition: opacity .2s;
  inset: 0;
  background: rgba(0,0,0,0.74);
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  opacity: 0;
}.rdf_hero_game-tfi:hover .rdf_hero_game_play-tfi {
  opacity: 1;
}.rdf_hero_game_play-tfi span {
  border-radius: 50%;
  background: #C4783A;
  height: 52px;
  align-items: center;
  display: flex;
  width: 3.25rem;
  justify-content: center;
}.rdf_hero_game_play-tfi span svg {
  height: 1.125rem;
  width: 1.125rem;
  margin-left: 2px;
}.rdf_hero_game_info-tfi {
  padding: 0.875rem 1rem;
}.rdf_hero_game_title-tfi {
  overflow-wrap: break-word;
  font-size: 0.938rem;
  font-weight: 700;
  color: #F5EDE4;
  margin-bottom: 0.25rem;
}.rdf_hero_game_provider-tfi {
  font-size: 11px;
  color: #7A6050;
}.rdf_hero_game_btn-tfi {
  transition: background .2s;
  background: #C4783A;
  border-radius: 8px;
  margin: 0.75rem 1rem 16px;
  padding: 11px;
  display: block;
  color: #F5EDE4;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
}.rdf_hero_game-tfi:hover .rdf_hero_game_btn-tfi {
  background: #D4884A;
}.rdf_wy-tfi {
  background: #110D0B;
  padding: 32px 1rem 0;
}
@media(min-width: 769px) {.rdf_wy-tfi {
  padding: 40px 1.5rem 0;
}
}.rdf_wy_in-tfi {
  margin: 0 auto;
  max-width: 1340px;
}.rdf_wy_head-tfi {
  max-width: 45rem;
  margin-bottom: 18px;
}.rdf_wy_label-tfi {
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #C4783A;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}.rdf_wy_h2-tfi {
  margin-bottom: 0.5rem;
  font-size: 20px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F5EDE4;
  font-weight: 800;
}
@media(min-width: 769px) {.rdf_wy_h2-tfi {
  font-size: 1.5rem;
}
}.rdf_wy_intro-tfi {
  margin: 0;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #7A6050;
}.rdf_wy_grid-tfi {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.rdf_wy_grid-tfi {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.rdf_wy_grid-tfi {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.rdf_wy_card-tfi {
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
  background: #1C1511;
}.rdf_wy_card-tfi:hover {
  transform: translateY(-2px);
  border-color: rgba(196,120,58,0.08);
}.rdf_wy_card_ic-tfi {
  border-radius: 50%;
  background: rgba(196,120,58,0.18);
  height: 2.75rem;
  width: 2.75rem;
  display: flex;
  color: #C4783A;
  align-items: center;
  margin-bottom: 0.875rem;
  justify-content: center;
}.rdf_wy_card_ic-tfi svg {
  stroke-linejoin: round;
  width: 1.375rem;
  stroke-linecap: round;
  height: 1.375rem;
}.rdf_wy_card_h-tfi {
  overflow-wrap: break-word;
  line-height: 1.25;
  font-size: 15px;
  margin-bottom: 0.375rem;
  color: #F5EDE4;
  font-weight: 700;
}.rdf_wy_card_p-tfi {
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
  color: #7A6050;
}.rdf_wy_card_p-tfi strong {
  color: #D4C4B4;
  font-weight: 600;
}.rdf_gcg-tfi {
  background: #110D0B;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.rdf_gcg-tfi {
  padding: 44px 1.5rem 0;
}
}.rdf_gcg_in-tfi {
  margin: 0 auto;
  max-width: 1340px;
}.rdf_gcg_head-tfi {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}.rdf_gcg_label-tfi {
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #C4783A;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.rdf_gcg_h2-tfi {
  font-family: 'Cinzel', serif;
  font-size: 22px;
  overflow-wrap: break-word;
  color: #F5EDE4;
  font-weight: 800;
  margin-bottom: 8px;
}
@media(min-width: 766px) {.rdf_gcg_h2-tfi {
  font-size: 1.75rem;
}
}.rdf_gcg_intro-tfi {
  line-height: 1.6;
  font-size: 13px;
  color: #7A6050;
}.rdf_gcg_grid-tfi {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:640px) {.rdf_gcg_grid-tfi {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.rdf_gcg_grid-tfi {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.rdf_gcg_card-tfi {
  padding: 20px;
  border-radius: 0.875rem;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255,255,255,0.11);
  justify-content: flex-end;
  display: flex;
  cursor: pointer;
  min-height: 240px;
  position: relative;
  flex-direction: column;
}.rdf_gcg_card-tfi:hover {
  border-color: rgba(196,120,58,0.18);
  transform: translateY(-3px);
}.rdf_gcg_card_bg-tfi {
  inset: 0;
  position: absolute;
  z-index: 0;
}.rdf_gcg_card_bg-tfi::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.rdf_gcg_card_ic-tfi {
  background: rgba(0,0,0,.45);
  border-radius: 0.25rem;
  top: 18px;
  color: #F5EDE4;
  height: 40px;
  width: 2.5rem;
  align-items: center;
  display: flex;
  position: absolute;
  justify-content: center;
  z-index: 2;
  right: 1.125rem;
}.rdf_gcg_card_ic-tfi svg {
  width: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 20px;
}.rdf_gcg_card_ct-tfi {
  z-index: 1;
  position: relative;
}.rdf_gcg_card_h-tfi {
  font-family: 'Cinzel', serif;
  line-height: 1.2;
  font-size: 18px;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #F5EDE4;
}
@media(min-width: 765px) {.rdf_gcg_card_h-tfi {
  font-size: 1.25rem;
}
}.rdf_gcg_card_p-tfi {
  font-size: 0.75rem;
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
  margin-bottom: 10px;
  line-height: 1.55;
}.rdf_gcg_card_p-tfi strong {
  font-weight: 600;
  color: #F5EDE4;
}.rdf_gcg_card_cta-tfi {
  gap: 0.25rem;
  font-size: 12px;
  letter-spacing: .04em;
  font-weight: 700;
  color: #C4783A;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
}.rdf_gcg_card_cta-tfi svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.75rem;
  height: 0.75rem;
}.rdf_gr_jp-tfi {
  background: linear-gradient(135deg,#2A0E3A 0%,#0F0A12 100%);
  padding: 20px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}.rdf_gr_jp-tfi::before {
  background: radial-gradient(circle,rgba(232,130,10,0.20) 0%,transparent 70%);
  border-radius: 50%;
  width: 15.625rem;
  top: -3.75rem;
  content: '';
  position: absolute;
  height: 15.625rem;
  left: -3.75rem;
}.rdf_gr_jp-tfi::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(245,166,35,0.18) 0%,transparent 70%);
  width: 200px;
  position: absolute;
  bottom: -2.5rem;
  content: '';
  height: 12.5rem;
  right: 0;
}.rdf_gr_jp_head-tfi {
  gap: 1rem;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 1rem;
  align-items: flex-start;
}.rdf_gr_jp_info-tfi {
  flex: 1;
}.rdf_gr_jp_label-tfi {
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  font-size: 11px;
  color: #8B3FB5;
  font-weight: 700;
  letter-spacing: .08em;
}.rdf_gr_jp_label-tfi svg {
  vertical-align: -2px;
  margin-right: 0.25rem;
  height: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 14px;
}.rdf_gr_jp_amount-tfi {
  font-weight: 800;
  line-height: 1;
  overflow-wrap: break-word;
  font-size: 32px;
  font-family: 'Cinzel', serif;
  color: #F5EDE4;
  margin-bottom: 4px;
}
@media(min-width: 765px) {.rdf_gr_jp_amount-tfi {
  font-size: 40px;
}
}.rdf_gr_jp_amount-tfi span {
  color: #F5A623;
}.rdf_gr_jp_seo-tfi {
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 12px;
  color: #A89078;
  max-width: 480px;
}.rdf_gr_jp_cta-tfi {
  padding: 0.688rem 20px;
  border: 1px solid rgba(232,130,10,0.20);
  border-radius: 0.5rem;
  background: rgba(232,130,10,0.20);
  transition: background .2s;
  z-index: 1;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 4px;
  align-self: flex-start;
  white-space: nowrap;
  color: #F5EDE4;
  font-size: 13px;
  position: relative;
}.rdf_gr_jp_cta-tfi:hover {
  background: #E8820A;
}.rdf_ws-tfi {
  padding: 2rem 1rem 0;
  background: #110D0B;
}
@media(min-width: 769px) {.rdf_ws-tfi {
  padding: 36px 24px 0;
}
}.rdf_ws_in-tfi {
  margin: 0 auto;
  max-width: 1340px;
}.rdf_ws_head-tfi {
  gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 14px;
}.rdf_ws_title-tfi {
  gap: 10px;
  color: #F5EDE4;
  font-weight: 700;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1rem;
  overflow-wrap: break-word;
  display: flex;
  font-family: 'Cinzel', serif;
}.rdf_ws_title_ic-tfi svg {
  stroke-linejoin: round;
  color: #F5A623;
  width: 18px;
  stroke-linecap: round;
  height: 1.125rem;
}.rdf_ws_online-tfi {
  gap: 7px;
  display: flex;
  color: #7A6050;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
}.rdf_ws_online_dot-tfi {
  background: #4CAF72;
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0.375rem rgba(76,175,114,0.18);
}.rdf_ws_scroll-tfi {
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
  display: flex;
}.rdf_ws_scroll-tfi::-webkit-scrollbar {
  display: none;
}.rdf_wc-tfi {
  background: #171210;
  gap: 10px;
  border-radius: 0.5rem;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.11);
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 220px;
}.rdf_wc_img-tfi {
  background: #1C1511;
  border-radius: 4px;
  overflow: hidden;
  height: 36px;
  flex-shrink: 0;
  width: 36px;
}.rdf_wc_img-tfi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.rdf_wc_info-tfi {
  min-width: 0;
}.rdf_wc_game-tfi {
  overflow: hidden;
  font-size: 0.75rem;
  color: #D4C4B4;
  text-overflow: ellipsis;
  font-weight: 600;
  white-space: nowrap;
}.rdf_wc_player-tfi {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
  color: #6A5848;
  white-space: nowrap;
}.rdf_wc_amount-tfi {
  font-size: 0.813rem;
  white-space: nowrap;
  color: #4CAF72;
  flex-shrink: 0;
  margin-left: auto;
  font-weight: 700;
}.rdf_prov-tfi {
  padding: 36px 16px 0;
  background: #110D0B;
}
@media(min-width: 766px) {.rdf_prov-tfi {
  padding: 2.75rem 1.5rem 0;
}
}.rdf_prov_in-tfi {
  margin: 0 auto;
  max-width: 83.75rem;
}.rdf_prov_head-tfi {
  margin-bottom: 16px;
}.rdf_prov_label-tfi {
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  color: #C4783A;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.rdf_prov_h2-tfi {
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F5EDE4;
  font-family: 'Cinzel', serif;
  margin-bottom: 8px;
}
@media(min-width: 766px) {.rdf_prov_h2-tfi {
  font-size: 1.5rem;
}
}.rdf_prov_seo-tfi {
  font-size: 13px;
  max-width: 620px;
  margin-bottom: 16px;
  color: #7A6050;
  overflow-wrap: break-word;
  line-height: 1.6;
}.rdf_prov_seo-tfi strong {
  font-weight: 700;
  color: #D4C4B4;
}.rdf_prov_seo-tfi a {
  text-decoration: underline;
  color: #C4783A;
}.rdf_prov_grid-tfi {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 639px) {.rdf_prov_grid-tfi {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width:1080px) {.rdf_prov_grid-tfi {
  grid-template-columns: repeat(8,1fr);
}
}.rdf_prov_card-tfi {
  background: #171210;
  border: 1px solid rgba(255,255,255,0.11);
  gap: 7px;
  border-radius: 8px;
  transition: border-color .2s,background .2s;
  padding: 0.875rem 0.625rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}.rdf_prov_card-tfi:hover {
  border-color: rgba(196,120,58,0.55);
  background: #1C1511;
}.rdf_prov_logo-tfi {
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  width: 2.75rem;
  align-items: center;
  display: flex;
  height: 2.75rem;
  justify-content: center;
}.rdf_prov_logo-tfi img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.rdf_prov_name-tfi {
  font-size: 0.688rem;
  font-weight: 600;
  color: #A89078;
  text-align: center;
  overflow-wrap: break-word;
}.rdf_reg-tfi {
  padding: 2.25rem 1rem 0;
  background: #110D0B;
}
@media(min-width: 770px) {.rdf_reg-tfi {
  padding: 44px 24px 0;
}
}.rdf_reg_in-tfi {
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.875rem;
  background: #1C1511;
  padding: 1.75rem 1.5rem;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.rdf_reg_in-tfi {
  padding: 2.5rem;
}
}.rdf_reg_top-tfi {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.rdf_reg_top-tfi {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.rdf_reg_label-tfi {
  font-size: 11px;
  color: #C4783A;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.rdf_reg_h2-tfi {
  font-weight: 800;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F5EDE4;
  line-height: 1.2;
  font-size: 22px;
}
@media(min-width: 769px) {.rdf_reg_h2-tfi {
  font-size: 1.75rem;
}
}.rdf_reg_bonus-tfi {
  border: 1px solid rgba(245,166,35,0.18);
  background: rgba(245,166,35,0.18);
  padding: 10px 16px;
  border-radius: 0.5rem;
  gap: 8px;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
}.rdf_reg_bonus_amount-tfi {
  color: #F5A623;
  font-weight: 800;
  font-size: 1.25rem;
}.rdf_reg_bonus_text-tfi {
  color: #A89078;
  line-height: 1.35;
  font-size: 13px;
}.rdf_reg_cta_btn-tfi {
  border-radius: 8px;
  padding: 0.875rem 2rem;
  transition: background .2s;
  background: #4CAF72;
  color: #0F0A07;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 12px;
  box-shadow: 0 4px 20px rgba(76,175,114,0.45);
  font-size: 0.938rem;
}.rdf_reg_cta_btn-tfi:hover {
  background: #5CC482;
}.rdf_reg_terms-tfi {
  color: #6A5848;
  font-size: 11px;
  line-height: 1.5;
}.rdf_reg_seo-tfi {
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 13px;
  margin-top: 1.25rem;
  padding-top: 20px;
  overflow-wrap: break-word;
  color: #7A6050;
  line-height: 1.65;
}.rdf_reg_seo-tfi p {
  color: #7A6050;
  margin-bottom: 10px;
  line-height: 1.65;
  font-size: 13px;
}.rdf_reg_seo-tfi p:last-child {
  margin-bottom: 0;
}.rdf_reg_seo-tfi strong {
  font-weight: 700;
  color: #D4C4B4;
}.rdf_reg_seo-tfi a {
  transition: color .2s;
  color: #C4783A;
  text-decoration: underline;
}.rdf_reg_seo-tfi a:hover {
  color: #D4884A;
}.rdf_reg_seo-tfi ul,.rdf_reg_seo-tfi ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.rdf_reg_seo-tfi ol {
  list-style: decimal;
}.rdf_reg_seo-tfi li {
  font-size: 13px;
  margin-bottom: 0.25rem;
  line-height: 1.65;
  color: #7A6050;
}.rdf_reg_seo-tfi table {
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  font-size: 13px;
  margin-bottom: 10px;
}
@media(min-width: 767px) {.rdf_reg_seo-tfi table {
  display: table;
}
}.rdf_reg_seo-tfi th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.5rem;
  font-weight: 700;
  color: #D4C4B4;
  text-align: left;
}.rdf_reg_seo-tfi td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.5rem;
  color: #7A6050;
}.rdf_reg_steps-tfi {
  gap: 0.875rem;
  flex-direction: column;
  margin-top: 1.75rem;
  display: flex;
}
@media(min-width: 863px) {.rdf_reg_steps-tfi {
  margin-top: 0;
}
}.rdf_reg_step-tfi {
  background: rgba(255,255,255,0.05);
  border-radius: 0.5rem;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.06);
  gap: 0.875rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.rdf_reg_step_num-tfi {
  border-radius: 50%;
  border: 1px solid rgba(196,120,58,0.08);
  background: rgba(196,120,58,0.18);
  width: 34px;
  display: flex;
  height: 34px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  color: #C4783A;
  font-size: 14px;
}.rdf_reg_step_title-tfi {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
  color: #F5EDE4;
}.rdf_reg_step_text-tfi {
  color: #7A6050;
  font-size: 12px;
  line-height: 1.5;
}.rdf_reg_trust-tfi {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  margin-top: 1.25rem;
}.rdf_reg_trust_item-tfi {
  gap: 0.438rem;
  align-items: center;
  display: flex;
  color: #7A6050;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.rdf_reg_trust_ic-tfi svg {
  stroke-linejoin: round;
  width: 1rem;
  height: 1rem;
  stroke-linecap: round;
  color: #C4783A;
}.rdf_htp-tfi {
  padding: 2.25rem 16px 0;
  background: #110D0B;
}
@media(min-width: 769px) {.rdf_htp-tfi {
  padding: 2.75rem 1.5rem 0;
}
}.rdf_htp_in-tfi {
  margin: 0 auto;
  max-width: 83.75rem;
}.rdf_htp_head-tfi {
  max-width: 720px;
  margin-bottom: 22px;
}.rdf_htp_label-tfi {
  color: #C4783A;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
}.rdf_htp_h2-tfi {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 1.375rem;
  color: #F5EDE4;
  margin-bottom: 8px;
}
@media(min-width: 765px) {.rdf_htp_h2-tfi {
  font-size: 28px;
}
}.rdf_htp_intro-tfi {
  line-height: 1.6;
  color: #7A6050;
  font-size: 0.875rem;
}.rdf_htp_steps-tfi {
  list-style: none;
  gap: 12px;
  margin: 0;
  padding: 0;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.rdf_htp_steps-tfi {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.rdf_htp_steps-tfi {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.rdf_htp_step-tfi {
  background: #1C1511;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 20px 1.125rem 18px;
  display: flex;
  position: relative;
  flex-direction: column;
}.rdf_htp_step_num-tfi {
  background: #C4783A;
  border-radius: 50%;
  left: 1.25rem;
  position: absolute;
  height: 28px;
  color: #0F0A07;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  justify-content: center;
  align-items: center;
  font-size: 0.813rem;
  top: -0.75rem;
  display: flex;
  width: 1.75rem;
}.rdf_htp_step_ic-tfi {
  background: rgba(196,120,58,0.18);
  border-radius: 4px;
  margin: 8px 0 12px;
  align-items: center;
  color: #C4783A;
  width: 2.25rem;
  display: flex;
  height: 36px;
  justify-content: center;
}.rdf_htp_step_ic-tfi svg {
  width: 18px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.125rem;
}.rdf_htp_step_h-tfi {
  color: #F5EDE4;
  margin-bottom: 0.375rem;
  font-weight: 700;
  line-height: 1.25;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.rdf_htp_step_p-tfi {
  line-height: 1.55;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #7A6050;
}.rdf_htp_step_p-tfi strong {
  font-weight: 600;
  color: #D4C4B4;
}.rdf_htp_cta-tfi {
  border-radius: 8px;
  padding: 0.813rem 1.625rem;
  background: #4CAF72;
  transition: background .2s;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  color: #0F0A07;
  margin-top: 1.25rem;
}.rdf_htp_cta-tfi:hover {
  background: #5CC482;
}.rdf_app-tfi {
  padding: 36px 1rem 0;
  background: #110D0B;
}
@media(min-width: 767px) {.rdf_app-tfi {
  padding: 2.75rem 1.5rem 0;
}
}.rdf_app_in-tfi {
  margin: 0 auto;
  max-width: 1340px;
}.rdf_app_head-tfi {
  margin-bottom: 1rem;
}.rdf_app_label-tfi {
  color: #C4783A;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 8px;
}.rdf_app_h2-tfi {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  color: #F5EDE4;
  overflow-wrap: break-word;
  margin-bottom: 6px;
}
@media(min-width: 765px) {.rdf_app_h2-tfi {
  font-size: 24px;
}
}.rdf_app_sub-tfi {
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #7A6050;
  max-width: 600px;
  font-size: 13px;
}.rdf_app_sub-tfi strong {
  color: #D4C4B4;
  font-weight: 700;
}.rdf_app_cards-tfi {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1rem;
}
@media(min-width: 637px) {.rdf_app_cards-tfi {
  grid-template-columns: repeat(3,1fr);
}
}.rdf_app_card-tfi {
  padding: 1.25rem;
  border-radius: 0.5rem;
  gap: 1rem;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.rdf_app_card_ios-tfi {
  background: linear-gradient(135deg,rgba(196,120,58,0.18) 0%,#1C1511 100%);
}.rdf_app_card_android-tfi {
  background: linear-gradient(135deg,rgba(76,175,114,0.18) 0%,#1C1511 100%);
}.rdf_app_card_win-tfi {
  background: linear-gradient(135deg,rgba(245,166,35,0.18) 0%,#1C1511 100%);
}.rdf_app_card_ic-tfi svg {
  width: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 34px;
}.rdf_app_card_ic-tfi {
  flex-shrink: 0;
  color: #F5EDE4;
}.rdf_app_card_os-tfi {
  margin-bottom: 6px;
  letter-spacing: .08em;
  color: #7A6050;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.625rem;
}.rdf_app_card_title-tfi {
  margin-bottom: 0.375rem;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  font-weight: 700;
  line-height: 1.2;
  color: #F5EDE4;
}.rdf_app_card_text-tfi {
  line-height: 1.5;
  font-size: 12px;
  color: #7A6050;
  margin-bottom: 14px;
  overflow-wrap: break-word;
}.rdf_app_card_btn-tfi {
  transition: background .2s;
  background: rgba(255,255,255,0.12);
  border-radius: 0.25rem;
  gap: 0.438rem;
  border: 1px solid rgba(196,120,58,0.55);
  padding: 0.625rem 1.125rem;
  color: #F5EDE4;
  font-weight: 700;
  align-items: center;
  font-size: 0.813rem;
  display: inline-flex;
}.rdf_app_card_btn-tfi:hover {
  background: rgba(255,255,255,0.07);
}.rdf_bon-tfi {
  padding: 2.25rem 16px 0;
  background: #110D0B;
}
@media(min-width: 771px) {.rdf_bon-tfi {
  padding: 2.75rem 1.5rem 0;
}
}.rdf_bon_in-tfi {
  margin: 0 auto;
  max-width: 83.75rem;
}.rdf_bon_head-tfi {
  margin-bottom: 1.25rem;
}.rdf_bon_label-tfi {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
  color: #C4783A;
  font-size: 0.688rem;
  text-transform: uppercase;
}.rdf_bon_h2-tfi {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F5EDE4;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
}
@media(min-width: 770px) {.rdf_bon_h2-tfi {
  font-size: 24px;
}
}.rdf_bon_seo-tfi {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 620px;
  color: #7A6050;
}.rdf_bon_seo-tfi strong {
  color: #D4C4B4;
  font-weight: 700;
}.rdf_bon_seo-tfi a {
  text-decoration: underline;
  color: #C4783A;
}.rdf_bon_grid-tfi {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.rdf_bon_grid-tfi {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.rdf_bon_grid-tfi {
  grid-template-columns: repeat(5,1fr);
}
}.rdf_bon_card-tfi {
  border-radius: 8px;
  background: #171210;
  transition: border-color .2s,transform .2s;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.11);
}.rdf_bon_card-tfi:hover {
  transform: translateY(-2px);
  border-color: rgba(196,120,58,0.08);
}.rdf_bon_card_ic-tfi svg {
  height: 1.625rem;
  stroke-linecap: round;
  width: 1.625rem;
  stroke-linejoin: round;
}.rdf_bon_card_ic-tfi {
  margin-bottom: 0.625rem;
}.rdf_bon_card_type-tfi {
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: .06em;
  color: #7A6050;
  font-weight: 700;
}.rdf_bon_card_amount-tfi {
  margin-bottom: 6px;
  line-height: 1.1;
  font-weight: 800;
  color: #F5A623;
  font-size: 1.125rem;
}.rdf_bon_card_name-tfi {
  font-weight: 600;
  font-size: 0.813rem;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #F5EDE4;
}.rdf_bon_card_detail-tfi {
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 0.688rem;
  padding-top: 8px;
  color: #6A5848;
  overflow-wrap: break-word;
  line-height: 1.5;
}.rdf_seo-tfi {
  padding: 2.25rem 1rem 0;
  background: #110D0B;
}
@media(min-width: 769px) {.rdf_seo-tfi {
  padding: 44px 1.5rem 0;
}
}.rdf_seo_in-tfi {
  border: 1px solid rgba(255,255,255,0.11);
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  background: #1C1511;
  border-radius: 14px;
  max-width: 83.75rem;
}
@media(min-width: 766px) {.rdf_seo_in-tfi {
  padding: 36px 2.5rem;
}
}.rdf_seo_label-tfi {
  text-transform: uppercase;
  font-weight: 700;
  color: #C4783A;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
}.rdf_seo_h2-tfi {
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  font-weight: 800;
  color: #F5EDE4;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.rdf_seo_h2-tfi {
  font-size: 1.5rem;
}
}.rdf_seo_body-tfi {
  font-size: 14px;
  color: #A89078;
  line-height: 1.75;
  overflow-wrap: break-word;
}.rdf_seo_body-tfi p {
  margin-bottom: 12px;
  font-size: 14px;
  color: #A89078;
  line-height: 1.75;
}.rdf_seo_body-tfi p:last-child {
  margin-bottom: 0;
}.rdf_seo_body-tfi strong {
  font-weight: 700;
  color: #D4C4B4;
}.rdf_seo_body-tfi a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4783A;
}.rdf_seo_body-tfi a:hover {
  color: #D4884A;
}.rdf_seo_body-tfi ul,.rdf_seo_body-tfi ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.rdf_seo_body-tfi ol {
  list-style: decimal;
}.rdf_seo_body-tfi li {
  margin-bottom: 6px;
  color: #A89078;
  font-size: 0.875rem;
  line-height: 1.75;
}.rdf_seo_body-tfi table {
  font-size: 0.813rem;
  margin-bottom: 12px;
  border-collapse: collapse;
  width: 100%;
  display: block;
  overflow-x: auto;
}
@media(min-width: 767px) {.rdf_seo_body-tfi table {
  display: table;
}
}.rdf_seo_body-tfi th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  text-align: left;
  color: #D4C4B4;
  font-weight: 700;
}.rdf_seo_body-tfi td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #A89078;
}.rdf_seo_cols-tfi {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 639px) {.rdf_seo_cols-tfi {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.rdf_seo_cols-tfi {
  grid-template-columns: repeat(3,1fr);
}
}.rdf_seo_col_h-tfi {
  margin-bottom: 0.438rem;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #D4C4B4;
  font-weight: 700;
}.rdf_seo_col_p-tfi {
  font-size: 0.813rem;
  line-height: 1.65;
  color: #7A6050;
  overflow-wrap: break-word;
}.rdf_seo_stats-tfi {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.rdf_seo_stat-tfi {
  padding: 0.875rem 16px;
  border: 1px solid rgba(196,120,58,0.18);
  flex: 1;
  background: rgba(196,120,58,0.08);
  border-radius: 8px;
  min-width: 140px;
}.rdf_seo_stat_val-tfi {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 4px;
  color: #C4783A;
}.rdf_seo_stat_lb-tfi {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #7A6050;
}.rdf_seo-tfi {
  background: #110D0B;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.rdf_seo-tfi {
  padding: 44px 24px 0;
}
}.rdf_seo_in-tfi {
  background: #1C1511;
  border-radius: 0.875rem;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 28px 24px;
  max-width: 1340px;
}
@media(min-width: 767px) {.rdf_seo_in-tfi {
  padding: 36px 40px;
}
}.rdf_seo_label-tfi {
  font-weight: 700;
  color: #C4783A;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
}.rdf_seo_h2-tfi {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F5EDE4;
  font-weight: 800;
  line-height: 1.25;
  font-size: 20px;
  margin-bottom: 0.875rem;
}
@media(min-width: 766px) {.rdf_seo_h2-tfi {
  font-size: 24px;
}
}.rdf_seo_body-tfi {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #A89078;
  overflow-wrap: break-word;
}.rdf_seo_body-tfi p {
  color: #A89078;
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 14px;
}.rdf_seo_body-tfi p:last-child {
  margin-bottom: 0;
}.rdf_seo_body-tfi strong {
  font-weight: 700;
  color: #D4C4B4;
}.rdf_seo_body-tfi a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4783A;
}.rdf_seo_body-tfi a:hover {
  color: #D4884A;
}.rdf_seo_body-tfi ul,.rdf_seo_body-tfi ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.rdf_seo_body-tfi ol {
  list-style: decimal;
}.rdf_seo_body-tfi li {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #A89078;
  margin-bottom: 0.375rem;
}.rdf_seo_body-tfi table {
  border-collapse: collapse;
  font-size: 0.813rem;
  margin-bottom: 12px;
  width: 100%;
  overflow-x: auto;
  display: block;
}
@media(min-width: 767px) {.rdf_seo_body-tfi table {
  display: table;
}
}.rdf_seo_body-tfi th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #D4C4B4;
  text-align: left;
}.rdf_seo_body-tfi td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 0.75rem;
  color: #A89078;
}.rdf_seo_cols-tfi {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 642px) {.rdf_seo_cols-tfi {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.rdf_seo_cols-tfi {
  grid-template-columns: repeat(3,1fr);
}
}.rdf_seo_col_h-tfi {
  color: #D4C4B4;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 13px;
}.rdf_seo_col_p-tfi {
  line-height: 1.65;
  color: #7A6050;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.rdf_seo_stats-tfi {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.rdf_seo_stat-tfi {
  padding: 0.875rem 1rem;
  border: 1px solid rgba(196,120,58,0.18);
  background: rgba(196,120,58,0.08);
  border-radius: 0.5rem;
  flex: 1;
  min-width: 8.75rem;
}.rdf_seo_stat_val-tfi {
  color: #C4783A;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 4px;
}.rdf_seo_stat_lb-tfi {
  color: #7A6050;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.rdf_rv-tfi {
  padding: 2.25rem 16px 0;
  background: #110D0B;
}
@media(min-width: 771px) {.rdf_rv-tfi {
  padding: 2.75rem 1.5rem 0;
}
}.rdf_rv_in-tfi {
  margin: 0 auto;
  max-width: 1340px;
}.rdf_rv_head-tfi {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}.rdf_rv_label-tfi {
  letter-spacing: .08em;
  color: #C4783A;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}.rdf_rv_h2-tfi {
  font-size: 1.375rem;
  overflow-wrap: break-word;
  color: #F5EDE4;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 10px;
}
@media(min-width: 770px) {.rdf_rv_h2-tfi {
  font-size: 28px;
}
}.rdf_rv_stats-tfi {
  gap: 1.125rem;
  align-items: center;
  color: #7A6050;
  flex-wrap: wrap;
  display: flex;
  font-size: 13px;
}.rdf_rv_stats_score-tfi {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.rdf_rv_stats_score_val-tfi {
  font-family: 'Cinzel', serif;
  color: #F5A623;
  font-size: 22px;
  font-weight: 800;
}.rdf_rv_stats_score_max-tfi {
  font-size: 13px;
  color: #6A5848;
}.rdf_rv_stats_badge-tfi {
  gap: 4px;
  align-items: center;
  display: flex;
}.rdf_rv_stats_badge-tfi svg {
  width: 0.875rem;
  color: #F5A623;
  height: 0.875rem;
}.rdf_rv_grid-tfi {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.rdf_rv_grid-tfi {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.rdf_rv_grid-tfi {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.rdf_rv_card-tfi {
  border-radius: 8px;
  background: #1C1511;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.11);
  flex-direction: column;
  display: flex;
}.rdf_rv_card_stars-tfi {
  gap: 2px;
  color: #F5A623;
  margin-bottom: 10px;
  display: flex;
}.rdf_rv_card_stars-tfi svg {
  width: 0.875rem;
  height: 0.875rem;
}.rdf_rv_card_h-tfi {
  color: #F5EDE4;
  font-weight: 700;
  overflow-wrap: break-word;
  line-height: 1.3;
  font-size: 0.875rem;
  margin-bottom: 8px;
}.rdf_rv_card_body-tfi {
  flex: 1;
  margin-bottom: 14px;
  color: #7A6050;
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.rdf_rv_card_body-tfi strong {
  font-weight: 600;
  color: #D4C4B4;
}.rdf_rv_card_meta-tfi {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}.rdf_rv_card_author-tfi {
  font-size: 12px;
  color: #D4C4B4;
  font-weight: 600;
}.rdf_rv_card_date-tfi {
  font-size: 11px;
  color: #6A5848;
}.rdf_seo-tfi {
  padding: 36px 16px 0;
  background: #110D0B;
}
@media(min-width:768px) {.rdf_seo-tfi {
  padding: 44px 24px 0;
}
}.rdf_seo_in-tfi {
  margin: 0 auto;
  background: #1C1511;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 1.75rem 1.5rem;
  border-radius: 0.875rem;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.rdf_seo_in-tfi {
  padding: 36px 40px;
}
}.rdf_seo_label-tfi {
  letter-spacing: .08em;
  color: #C4783A;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.625rem;
}.rdf_seo_h2-tfi {
  color: #F5EDE4;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 766px) {.rdf_seo_h2-tfi {
  font-size: 1.5rem;
}
}.rdf_seo_body-tfi {
  color: #A89078;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
}.rdf_seo_body-tfi p {
  margin-bottom: 12px;
  color: #A89078;
  line-height: 1.75;
  font-size: 14px;
}.rdf_seo_body-tfi p:last-child {
  margin-bottom: 0;
}.rdf_seo_body-tfi strong {
  font-weight: 700;
  color: #D4C4B4;
}.rdf_seo_body-tfi a {
  transition: color .2s;
  color: #C4783A;
  text-decoration: underline;
}.rdf_seo_body-tfi a:hover {
  color: #D4884A;
}.rdf_seo_body-tfi ul,.rdf_seo_body-tfi ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.rdf_seo_body-tfi ol {
  list-style: decimal;
}.rdf_seo_body-tfi li {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #A89078;
}.rdf_seo_body-tfi table {
  font-size: 13px;
  border-collapse: collapse;
  margin-bottom: 12px;
  width: 100%;
  display: block;
  overflow-x: auto;
}
@media(min-width: 769px) {.rdf_seo_body-tfi table {
  display: table;
}
}.rdf_seo_body-tfi th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  color: #D4C4B4;
  text-align: left;
  font-weight: 700;
}.rdf_seo_body-tfi td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #A89078;
}.rdf_seo_cols-tfi {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.rdf_seo_cols-tfi {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.rdf_seo_cols-tfi {
  grid-template-columns: repeat(3,1fr);
}
}.rdf_seo_col_h-tfi {
  color: #D4C4B4;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
}.rdf_seo_col_p-tfi {
  overflow-wrap: break-word;
  color: #7A6050;
  font-size: 13px;
  line-height: 1.65;
}.rdf_seo_stats-tfi {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.rdf_seo_stat-tfi {
  padding: 0.875rem 1rem;
  border-radius: 8px;
  background: rgba(196,120,58,0.08);
  flex: 1;
  border: 1px solid rgba(196,120,58,0.18);
  min-width: 140px;
}.rdf_seo_stat_val-tfi {
  color: #C4783A;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 20px;
}.rdf_seo_stat_lb-tfi {
  color: #7A6050;
  overflow-wrap: break-word;
  font-size: 11px;
}.rdf_faq-tfi {
  padding: 36px 1rem 0;
  background: #110D0B;
}
@media(min-width: 770px) {.rdf_faq-tfi {
  padding: 44px 1.5rem 0;
}
}.rdf_faq_in-tfi {
  margin: 0 auto;
  max-width: 83.75rem;
}.rdf_faq_head-tfi {
  margin-bottom: 20px;
}.rdf_faq_label-tfi {
  font-weight: 700;
  text-transform: uppercase;
  color: #C4783A;
  font-size: 0.688rem;
  margin-bottom: 8px;
  letter-spacing: .08em;
}.rdf_faq_h2-tfi {
  font-size: 20px;
  font-weight: 800;
  color: #F5EDE4;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.rdf_faq_h2-tfi {
  font-size: 1.5rem;
}
}.rdf_faq_list-tfi {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.rdf_faq_item-tfi {
  background: #1C1511;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.11);
}.rdf_faq_q-tfi {
  padding: 1rem 1.25rem;
  gap: 0.75rem;
  transition: color .2s;
  align-items: center;
  font-weight: 600;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #D4C4B4;
}.rdf_faq_q-tfi:hover {
  color: #F5EDE4;
}.rdf_faq_q_ic-tfi {
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  font-size: 16px;
  color: #C4783A;
  width: 24px;
  justify-content: center;
  height: 1.5rem;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.rdf_faq_item-tfi.rdf_state_open-tfi .rdf_faq_q_ic-tfi {
  transform: rotate(45deg);
}.rdf_faq_a-tfi {
  padding: 0 1.25rem 16px;
  line-height: 1.7;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #7A6050;
  display: none;
}.rdf_faq_item-tfi.rdf_state_open-tfi .rdf_faq_a-tfi {
  display: block;
}.rdf_faq_a-tfi strong {
  color: #D4C4B4;
  font-weight: 700;
}.rdf_faq_a-tfi a {
  color: #C4783A;
  text-decoration: underline;
}.rdf_faq_a-tfi ul,.rdf_faq_a-tfi ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.rdf_faq_a-tfi ol {
  list-style: decimal;
}.rdf_faq_a-tfi li {
  margin-bottom: 4px;
  line-height: 1.6;
}.rdf_faq_a-tfi table {
  margin: 8px 0;
  display: block;
  border-collapse: collapse;
  font-size: 12px;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 771px) {.rdf_faq_a-tfi table {
  display: table;
}
}.rdf_faq_a-tfi th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 6px 0.5rem;
  text-align: left;
  color: #D4C4B4;
  font-weight: 700;
}.rdf_faq_a-tfi td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #7A6050;
}.rdf_ft-tfi {
  background: #0C0907;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 3rem;
}.rdf_ft_support-tfi {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 1.5rem 16px;
}
@media(min-width: 765px) {.rdf_ft_support-tfi {
  padding: 28px 24px;
}
}.rdf_ft_support_in-tfi {
  gap: 1rem;
  margin: 0 auto;
  max-width: 83.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.rdf_ft_support_main-tfi {
  gap: 1rem;
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 220px;
  flex-wrap: wrap;
}.rdf_ft_support_ic-tfi {
  color: #C4783A;
  flex-shrink: 0;
}.rdf_ft_support_ic-tfi svg {
  height: 30px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.875rem;
}.rdf_ft_support_text_title-tfi {
  margin-bottom: 3px;
  overflow-wrap: break-word;
  color: #F5EDE4;
  font-size: 15px;
  font-weight: 700;
}.rdf_ft_support_text_sub-tfi {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #7A6050;
}.rdf_ft_support_btn-tfi {
  transition: background .2s;
  padding: 11px 1.375rem;
  background: #C4783A;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 13px;
  color: #F5EDE4;
  flex-shrink: 0;
  white-space: nowrap;
}.rdf_ft_support_btn-tfi:hover {
  background: #D4884A;
}.rdf_ft_support_contacts-tfi {
  gap: 16px;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.rdf_ft_support_contact-tfi {
  line-height: 1.4;
  color: #6A5848;
  font-size: 0.75rem;
}.rdf_ft_support_contact-tfi strong {
  margin-bottom: 2px;
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #A89078;
}.rdf_ft_main-tfi {
  padding: 2rem 1rem 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 770px) {.rdf_ft_main-tfi {
  padding: 2.5rem 24px 32px;
}
}.rdf_ft_main_in-tfi {
  gap: 24px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1340px;
  display: grid;
}
@media(min-width: 641px) {.rdf_ft_main_in-tfi {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.rdf_ft_main_in-tfi {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.rdf_ft_col_logo-tfi {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.rdf_ft_col_logo-tfi {
  grid-column: auto;
}
}.rdf_ft_logo-tfi {
  gap: 0.563rem;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  font-weight: 800;
  margin-bottom: 0.75rem;
  display: flex;
  font-size: 16px;
  color: #F5EDE4;
  align-items: center;
}.rdf_ft_logo_mark-tfi {
  overflow: hidden;
  border-radius: 0.25rem;
  width: 1.875rem;
  height: 1.875rem;
}.rdf_ft_logo_mark-tfi img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.rdf_ft_logo_sub-tfi {
  font-size: 0.75rem;
  max-width: 12.5rem;
  line-height: 1.55;
  color: #6A5848;
  overflow-wrap: break-word;
}.rdf_ft_col_title-tfi {
  font-weight: 700;
  letter-spacing: .07em;
  color: #A89078;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 14px;
}.rdf_ft_col_links-tfi {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.rdf_ft_col_link-tfi {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #6A5848;
}.rdf_ft_col_link-tfi:hover {
  color: #D4C4B4;
}.rdf_ft_apps-tfi {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.rdf_ft_app_card-tfi {
  padding: 10px 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.25rem;
  gap: 0.625rem;
  transition: border-color .2s;
  align-items: center;
  display: flex;
}.rdf_ft_app_card-tfi:hover {
  border-color: rgba(196,120,58,0.55);
}.rdf_ft_app_card_ic-tfi svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 22px;
  height: 22px;
}.rdf_ft_app_card_os-tfi {
  font-weight: 600;
  font-size: 10px;
  color: #6A5848;
}.rdf_ft_app_card_action-tfi {
  font-size: 0.75rem;
  font-weight: 700;
  color: #D4C4B4;
}.rdf_ft_bot-tfi {
  padding: 1.25rem 16px;
}
@media(min-width:768px) {.rdf_ft_bot-tfi {
  padding: 20px 24px;
}
}.rdf_ft_bot_in-tfi {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 83.75rem;
  display: flex;
  align-items: center;
}.rdf_ft_socials-tfi {
  gap: 0.5rem;
  display: flex;
}.rdf_ft_soc-tfi {
  border-radius: 0.25rem;
  background: rgba(255,255,255,0.05);
  transition: background .2s;
  border: 1px solid rgba(255,255,255,0.11);
  justify-content: center;
  width: 36px;
  align-items: center;
  color: #A89078;
  height: 2.25rem;
  display: flex;
}.rdf_ft_soc-tfi svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
  height: 1rem;
}.rdf_ft_soc-tfi:hover {
  background: rgba(255,255,255,0.07);
}.rdf_ft_legal-tfi {
  flex: 1;
  font-size: 11px;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #8A7868;
  min-width: 12.5rem;
}.rdf_ft_legal-tfi strong {
  font-weight: 700;
  color: #A89078;
}.rdf_ft_legal-tfi a {
  text-decoration: underline;
  color: #A89078;
}.rdf_ft_age-tfi {
  border: 2px solid #8A7868;
  border-radius: 50%;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  font-size: 11px;
  display: flex;
  color: #8A7868;
  flex-shrink: 0;
  justify-content: center;
  font-weight: 800;
}