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 {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #110E09;
  min-height: 100vh;
  color: #CCAE7A;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  font-family: 'Lato', sans-serif;
}.rte_layout_hl3 {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.rte_page_hl3 {
  display: flex;
  min-height: 100vh;
}.rte_main_hl3 {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media (min-width: 1079px) {.rte_main_hl3 {
  padding-left: 220px;
}
}
@media (max-width: 1077px) {.rte_main_hl3 {
  padding-bottom: 72px;
}
}.rte_gc_hl3 {
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  border-radius: 0.5rem;
  background: #18140C;
  transition: transform .2s,border-color .2s;
  width: 140px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
@media(min-width: 643px) {.rte_gc_hl3 {
  width: 9.75rem;
}
}
@media(min-width: 1082px) {.rte_gc_hl3 {
  width: 10.5rem;
}
}.rte_gc_hl3:hover {
  border-color: rgba(201, 153, 30, 0.08);
  transform: translateY(-3px);
}.rte_gc_img_hl3 {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.rte_gc_img_hl3 img {
  inset: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}.rte_gc_hover_hl3 {
  background: rgba(8, 6, 4, 0.74);
  inset: 0;
  transition: opacity .2s;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}.rte_gc_hl3:hover .rte_gc_hover_hl3 {
  opacity: 1;
}.rte_gc_hover_btn_hl3 {
  padding: 8px 16px;
  background: #C9991E;
  border-radius: 0.25rem;
  font-weight: 700;
  font-size: 12px;
  color: #F5EDD6;
}.rte_gc_info_hl3 {
  padding: 8px 10px 0.625rem;
}.rte_gc_name_hl3 {
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  white-space: nowrap;
  color: #CCAE7A;
  max-width: 100%;
}.rte_gc_prov_hl3 {
  font-size: 10px;
  color: #917658;
}.rte_gc_tag_hl3 {
  padding: 2px 7px;
  border-radius: 0.25rem;
  position: absolute;
  top: 0.375rem;
  z-index: 2;
  letter-spacing: .04em;
  left: 0.375rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.563rem;
}.rte_gc_tag_hot_hl3 {
  background: #E03248;
  color: #fff;
}.rte_gc_tag_new_hl3 {
  background: #2DC97E;
  color: #110E09;
}.rte_gc_tag_jp_hl3 {
  background: #D9A020;
  color: #110E09;
}.rte_gc_tag_ex_hl3 {
  background: #8A5C14;
  color: #fff;
}.rte_gc_tag_live_hl3 {
  background: #E03248;
  color: #fff;
}.rte_gr_hl3 {
  padding: 32px 16px 0;
  background: #110E09;
}
@media(min-width:768px) {.rte_gr_hl3 {
  padding: 2.25rem 1.5rem 0;
}
}.rte_gr_in_hl3 {
  margin: 0 auto;
  max-width: 1320px;
}.rte_gr_head_hl3 {
  gap: 12px;
  margin-bottom: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.rte_gr_head_l_hl3 {
  gap: 0.625rem;
  flex: 1;
  display: flex;
  min-width: 0;
  align-items: center;
}.rte_gr_ic_hl3 {
  border-radius: 0.5rem;
  align-items: center;
  justify-content: center;
  width: 2rem;
  flex-shrink: 0;
  display: flex;
  height: 32px;
}.rte_gr_ic_hl3 svg {
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  width: 16px;
}.rte_gr_title_hl3 {
  color: #F5EDD6;
  font-size: 16px;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.rte_gr_title_hl3 {
  font-size: 1.125rem;
}
}.rte_gr_more_hl3 {
  gap: 5px;
  transition: color .2s;
  display: flex;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.75rem;
  flex-shrink: 0;
  align-items: center;
  color: #9E8464;
}.rte_gr_more_hl3:hover {
  color: #C9991E;
}.rte_gr_more_hl3 svg {
  height: 12px;
  stroke-linecap: round;
  width: 12px;
  stroke-linejoin: round;
}.rte_gr_arrows_hl3 {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.rte_gr_arr_hl3 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  border-radius: 4px;
  display: flex;
  width: 1.875rem;
  height: 1.875rem;
  justify-content: center;
  color: #B09268;
  align-items: center;
}.rte_gr_arr_hl3:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F5EDD6;
}.rte_gr_arr_hl3 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 13px;
  width: 0.813rem;
}.rte_gr_seo_h_hl3 {
  margin: 0 0 0.375rem;
  font-weight: 700;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #CCAE7A;
  font-size: 13px;
  max-width: 680px;
}
@media(min-width: 765px) {.rte_gr_seo_h_hl3 {
  font-size: 14px;
}
}.rte_gr_seo_hl3 {
  max-width: 42.5rem;
  font-size: 12px;
  line-height: 1.55;
  color: #9E8464;
  margin-bottom: 12px;
  overflow-wrap: break-word;
}.rte_gr_seo_hl3 strong {
  color: #CCAE7A;
  font-weight: 600;
}.rte_gr_scroll_hl3 {
  gap: 0.625rem;
  display: flex;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  scrollbar-width: none;
}.rte_gr_scroll_hl3::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.rte_gr_scroll_hl3 {
  gap: 0.75rem;
}
}.rte_tb_hl3 {
  background: #110E09;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  left: 0;
  height: 3.5rem;
  top: 0;
  align-items: center;
  position: fixed;
  display: flex;
  z-index: 80;
  right: 0;
}.rte_tb_in_hl3 {
  padding: 0 0.875rem;
  gap: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}.rte_tb_burger_hl3 {
  gap: 5px;
  border-radius: 8px;
  width: 2.375rem;
  height: 2.375rem;
  flex-direction: column;
  justify-content: center;
  margin-right: 0.5rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.rte_tb_burger_hl3:hover {
  background: rgba(255, 255, 255, 0.05);
}.rte_tb_burger_line_hl3 {
  background: #B09268;
  border-radius: 1px;
  height: 2px;
  display: block;
  width: 18px;
}
@media(min-width: 1079px) {.rte_tb_burger_hl3 {
  display: none;
}
}.rte_tb_logo_hl3 {
  gap: 0.563rem;
  align-items: center;
  flex-shrink: 0;
  font-weight: 800;
  overflow-wrap: break-word;
  letter-spacing: -.01em;
  display: flex;
  margin-right: 20px;
  color: #F5EDD6;
  font-size: 1.125rem;
}.rte_tb_logo_mark_hl3 {
  border-radius: 0.5rem;
  overflow: hidden;
  justify-content: center;
  height: 32px;
  align-items: center;
  display: flex;
  width: 32px;
}.rte_tb_logo_mark_hl3 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.rte_tb_nav_hl3 {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 642px) {.rte_tb_nav_hl3 {
  display: flex;
}
}.rte_tb_tab_hl3 {
  transition: background .15s,color .15s;
  border-radius: 0.5rem;
  padding: 8px 14px;
  font-size: 13px;
  white-space: nowrap;
  font-weight: 600;
  color: #B09268;
}.rte_tb_tab_hl3:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDD6;
}.rte_tb_tab_hl3.rte_state_active_hl3 {
  background: rgba(201, 153, 30, 0.20);
  color: #F5EDD6;
}.rte_tb_right_hl3 {
  gap: 0.5rem;
  flex-shrink: 0;
  align-items: center;
  margin-left: auto;
  display: flex;
}.rte_tb_login_hl3 {
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  padding: 0.563rem 16px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: none;
  color: #CCAE7A;
  font-size: 13px;
  font-weight: 600;
}.rte_tb_login_hl3:hover {
  border-color: rgba(201, 153, 30, 0.52);
  color: #F5EDD6;
}
@media(min-width: 477px) {.rte_tb_login_hl3 {
  display: block;
}
}.rte_tb_reg_hl3 {
  padding: 9px 18px;
  transition: background .2s;
  border-radius: 8px;
  background: #2DC97E;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #0D0A05;
  font-weight: 700;
}.rte_tb_reg_hl3:hover {
  background: #38D98A;
}.rte_sb_hl3 {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  background: #211B13;
  transition: transform .25s ease;
  left: 0;
  top: 3.5rem;
  width: 220px;
  overflow-y: auto;
  bottom: 0;
  position: fixed;
  z-index: 70;
}.rte_sb_hl3.rte_state_open_hl3 {
  transform: translateX(0);
}.rte_sb_hl3::-webkit-scrollbar {
  width: 0.25rem;
}.rte_sb_hl3::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1083px) {.rte_sb_hl3 {
  transform: translateX(0);
}
}.rte_sb_auth_hl3 {
  padding: 14px 12px 10px;
}.rte_sb_btn_reg_hl3 {
  transition: background .2s;
  padding: 11px;
  border-radius: 0.5rem;
  background: #2DC97E;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 0.813rem;
  font-weight: 700;
  display: block;
  color: #0D0A05;
}.rte_sb_btn_reg_hl3:hover {
  background: #38D98A;
}.rte_sb_btn_login_hl3 {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border-radius: 0.5rem;
  font-weight: 600;
  color: #CCAE7A;
  display: block;
  font-size: 13px;
  text-align: center;
}.rte_sb_btn_login_hl3:hover {
  border-color: rgba(201, 153, 30, 0.52);
  color: #F5EDD6;
}.rte_sb_promo_hl3 {
  padding: 0.75rem 0.875rem;
  overflow: hidden;
  background: linear-gradient(135deg,#2C1E07,#211B13);
  border: 1px solid rgba(201, 153, 30, 0.20);
  border-radius: 8px;
  margin: 0 12px 10px;
  position: relative;
}.rte_sb_promo_hl3::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(201, 153, 30, 0.20),transparent 70%);
  width: 5rem;
  top: -1.25rem;
  content: '';
  right: -20px;
  height: 80px;
  position: absolute;
}.rte_sb_promo_title_hl3 {
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 4px;
  color: #C9991E;
  text-transform: uppercase;
  letter-spacing: .06em;
}.rte_sb_promo_text_hl3 {
  line-height: 1.35;
  font-size: 0.75rem;
  color: #F5EDD6;
  overflow-wrap: break-word;
  font-weight: 600;
}.rte_sb_promo_sub_hl3 {
  margin-top: 3px;
  color: #9E8464;
  font-size: 0.625rem;
}.rte_sb_nav_hl3 {
  padding: 0.375rem 8px 1rem;
}.rte_sb_nav_lb_hl3 {
  padding: 0.625rem 0.5rem 6px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #917658;
  font-size: 10px;
  text-transform: uppercase;
}.rte_sb_link_hl3 {
  padding: 0.563rem 10px;
  gap: 10px;
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #B09268;
  overflow-wrap: break-word;
  cursor: pointer;
  font-weight: 500;
}.rte_sb_link_hl3:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDD6;
}.rte_sb_link_hl3.rte_state_active_hl3 {
  background: rgba(201, 153, 30, 0.20);
  color: #F5EDD6;
}.rte_sb_ic_hl3 {
  border-radius: 0.25rem;
  display: flex;
  flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  justify-content: center;
  align-items: center;
}.rte_sb_ic_hl3 svg {
  height: 1rem;
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.rte_sb_ic_1_hl3 {
  background: rgba(201, 153, 30, 0.08);
  color: #C9991E;
}.rte_sb_ic_2_hl3 {
  background: rgba(45, 201, 126, 0.16);
  color: #2DC97E;
}.rte_sb_ic_3_hl3 {
  background: rgba(217, 160, 32, 0.18);
  color: #D9A020;
}.rte_sb_ic_4_hl3 {
  background: rgba(138, 92, 20, 0.28);
  color: #8A5C14;
}.rte_sb_ic_5_hl3 {
  background: rgba(201, 153, 30, 0.08);
  color: #E84E8C;
}.rte_sb_ic_6_hl3 {
  background: rgba(138, 92, 20, 0.28);
  color: #9B5CD4;
}.rte_sb_badge_hl3 {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  background: #D9A020;
  font-size: 9px;
  font-weight: 700;
  color: #0D0A05;
  margin-left: auto;
}.rte_sb_bot_hl3 {
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 8px;
  display: flex;
}.rte_sb_lang_hl3,.rte_sb_help_hl3 {
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 0.375rem;
  padding: 9px 0.375rem;
  font-weight: 600;
  font-size: 11px;
  align-items: center;
  justify-content: center;
  color: #B09268;
  display: flex;
}.rte_sb_lang_hl3:hover,.rte_sb_help_hl3:hover {
  border-color: rgba(201, 153, 30, 0.52);
  color: #F5EDD6;
}.rte_sb_lang_hl3 svg,.rte_sb_help_hl3 svg {
  height: 0.813rem;
  stroke-linejoin: round;
  width: 13px;
  stroke-linecap: round;
}.rte_sb_bd_hl3 {
  background: rgba(8, 6, 4, 0.74);
  inset: 0;
  z-index: 69;
  position: fixed;
  display: none;
}.rte_sb_bd_hl3.rte_state_on_hl3 {
  display: block;
}
@media(min-width: 1077px) {.rte_sb_bd_hl3 {
  display: none!important;
}
}.rte_mob_nav_hl3 {
  background: #211B13;
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  right: 0;
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 80;
}
@media(min-width: 1083px) {.rte_mob_nav_hl3 {
  display: none;
}
}.rte_mob_nav_item_hl3 {
  gap: 0.25rem;
  padding: 4px 2px;
  flex: 1;
  display: flex;
  cursor: pointer;
  align-items: center;
  color: #917658;
  flex-direction: column;
}.rte_mob_nav_ic_hl3 {
  line-height: 1;
}.rte_mob_nav_ic_hl3 svg {
  width: 20px;
  height: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.rte_mob_nav_lb_hl3 {
  font-weight: 600;
  color: #917658;
  font-size: 0.625rem;
}.rte_mob_nav_item_hl3.rte_state_active_hl3 {
  color: #C9991E;
}.rte_mob_nav_item_hl3.rte_state_active_hl3 .rte_mob_nav_lb_hl3 {
  color: #C9991E;
}.rte_hero_hl3 {
  padding: 20px 16px 0;
  background: #110E09;
}
@media(min-width: 767px) {.rte_hero_hl3 {
  padding: 1.5rem 24px 0;
}
}.rte_hero_in_hl3 {
  margin: 0 auto;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  max-width: 1320px;
  display: grid;
}
@media(min-width: 863px) {.rte_hero_in_hl3 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1097px) {.rte_hero_in_hl3 {
  grid-template-columns: 1fr 340px;
}
}.rte_hero_promo_hl3 {
  border-radius: 12px;
  background: #18140C;
  overflow: hidden;
  position: relative;
  display: flex;
  min-height: 220px;
  align-items: stretch;
}
@media(min-width:768px) {.rte_hero_promo_hl3 {
  min-height: 17.5rem;
}
}.rte_hero_promo_bg_hl3 {
  background-position: center;
  background: linear-gradient(120deg,#2C1E07 0%,#110E09 100%);
  inset: 0;
  position: absolute;
  background-size: cover;
}.rte_hero_promo_bg_hl3::after {
  background: linear-gradient(90deg,#110E09 0%,rgba(8, 6, 4, 0.74) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.rte_hero_promo_glow_hl3 {
  background: radial-gradient(circle,rgba(138, 92, 20, 0.28) 0%,transparent 65%);
  border-radius: 50%;
  position: absolute;
  height: 18.75rem;
  width: 300px;
  top: -40px;
  pointer-events: none;
  right: 3.75rem;
}.rte_hero_promo_ct_hl3 {
  padding: 28px 24px 28px 28px;
  position: relative;
  justify-content: center;
  z-index: 2;
  display: flex;
  flex-direction: column;
  max-width: 480px;
}
@media(min-width: 769px) {.rte_hero_promo_ct_hl3 {
  padding: 2.5rem 2rem;
}
}.rte_hero_badge_hl3 {
  border-radius: 20px;
  background: rgba(201, 153, 30, 0.20);
  border: 1px solid rgba(201, 153, 30, 0.08);
  padding: 0.313rem 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.625rem;
  display: inline-block;
  margin-bottom: 14px;
  color: #C9991E;
  font-weight: 700;
}.rte_hero_h1_hl3 {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 26px;
  margin-bottom: 0.625rem;
  color: #F5EDD6;
  font-weight: 800;
  line-height: 1.15;
}.rte_hero_h1_hl3 em {
  color: #D9A020;
  font-style: normal;
}
@media(min-width:768px) {.rte_hero_h1_hl3 {
  font-size: 2.25rem;
}
}.rte_hero_sub_hl3 {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.55;
  color: #B09268;
}
@media(min-width: 770px) {.rte_hero_sub_hl3 {
  font-size: 0.875rem;
}
}.rte_hero_row_hl3 {
  gap: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.rte_hero_cta_hl3 {
  transition: background .2s;
  border-radius: 8px;
  background: #2DC97E;
  padding: 13px 1.625rem;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 5px 1.25rem rgba(45, 201, 126, 0.46);
  font-size: 0.875rem;
  color: #0D0A05;
}.rte_hero_cta_hl3:hover {
  background: #38D98A;
}.rte_hero_terms_hl3 {
  color: #917658;
  font-size: 0.688rem;
}.rte_hero_game_hl3 {
  overflow: hidden;
  background: #18140C;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  flex-direction: column;
  display: flex;
  position: relative;
}.rte_hero_game_badge_hl3 {
  background: rgba(217, 160, 32, 0.18);
  border-radius: 20px;
  border: 1px solid rgba(217, 160, 32, 0.18);
  padding: 5px 0.625rem;
  position: absolute;
  left: 0.75rem;
  color: #D9A020;
  letter-spacing: .06em;
  top: 0.75rem;
  font-size: 0.625rem;
  font-weight: 700;
  z-index: 3;
  text-transform: uppercase;
}.rte_hero_game_badge_hl3 svg {
  height: 0.688rem;
  margin-right: 0.25rem;
  width: 11px;
  vertical-align: -1px;
}.rte_hero_game_img_hl3 {
  overflow: hidden;
  background: linear-gradient(135deg,#2C1E07,#110E09);
  padding-bottom: 60%;
  position: relative;
}.rte_hero_game_img_hl3 img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}.rte_hero_game_play_hl3 {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8, 6, 4, 0.74);
  opacity: 0;
  justify-content: center;
  align-items: center;
  position: absolute;
  display: flex;
}.rte_hero_game_hl3:hover .rte_hero_game_play_hl3 {
  opacity: 1;
}.rte_hero_game_play_hl3 span {
  background: #C9991E;
  border-radius: 50%;
  height: 3.25rem;
  width: 52px;
  justify-content: center;
  align-items: center;
  display: flex;
}.rte_hero_game_play_hl3 span svg {
  width: 18px;
  margin-left: 2px;
  height: 18px;
}.rte_hero_game_info_hl3 {
  padding: 0.875rem 16px;
}.rte_hero_game_title_hl3 {
  font-size: 15px;
  margin-bottom: 4px;
  color: #F5EDD6;
  font-weight: 700;
  overflow-wrap: break-word;
}.rte_hero_game_provider_hl3 {
  font-size: 11px;
  color: #9E8464;
}.rte_hero_game_btn_hl3 {
  margin: 0.75rem 1rem 16px;
  border-radius: 0.5rem;
  padding: 0.688rem;
  transition: background .2s;
  background: #C9991E;
  font-weight: 700;
  text-align: center;
  color: #F5EDD6;
  font-size: 0.813rem;
  display: block;
}.rte_hero_game_hl3:hover .rte_hero_game_btn_hl3 {
  background: #D6A82C;
}.rte_sbar_hl3 {
  padding: 16px 1rem 0;
  background: #110E09;
}
@media(min-width: 769px) {.rte_sbar_hl3 {
  padding: 18px 24px 0;
}
}.rte_sbar_in_hl3 {
  margin: 0 auto;
  max-width: 1320px;
}.rte_sbar_row_hl3 {
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  display: flex;
}.rte_sbar_input_hl3 {
  padding: 0.688rem 16px;
  border-radius: 0.5rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #18140C;
  flex: 1;
  gap: 10px;
  display: flex;
  font-size: 0.813rem;
  align-items: center;
  color: #9E8464;
  cursor: pointer;
}.rte_sbar_input_hl3:hover {
  border-color: rgba(201, 153, 30, 0.52);
}.rte_sbar_input_hl3 svg {
  height: 0.938rem;
  stroke-linejoin: round;
  width: 0.938rem;
  stroke-linecap: round;
  flex-shrink: 0;
}.rte_sbar_providers_hl3 {
  border-radius: 8px;
  background: #18140C;
  padding: 0.688rem 1.125rem;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s;
  font-size: 0.813rem;
  align-items: center;
  color: #CCAE7A;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
}.rte_sbar_providers_hl3:hover {
  border-color: rgba(201, 153, 30, 0.52);
  color: #F5EDD6;
}.rte_sbar_providers_hl3 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
  width: 0.875rem;
}.rte_sbar_tabs_hl3 {
  gap: 0.375rem;
  padding-bottom: 2px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}.rte_sbar_tabs_hl3::-webkit-scrollbar {
  display: none;
}.rte_sbar_tab_hl3 {
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: background .15s,color .15s,border-color .15s;
  padding: 8px 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 0.438rem;
  border-radius: 1.25rem;
  color: #B09268;
  flex-shrink: 0;
  font-weight: 600;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  white-space: nowrap;
  align-items: center;
}.rte_sbar_tab_hl3:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(201, 153, 30, 0.52);
  color: #F5EDD6;
}.rte_sbar_tab_hl3.rte_state_active_hl3 {
  border-color: rgba(201, 153, 30, 0.08);
  background: rgba(201, 153, 30, 0.20);
  color: #F5EDD6;
}.rte_sbar_tab_ic_hl3 svg {
  stroke-linecap: round;
  height: 14px;
  width: 0.875rem;
  stroke-linejoin: round;
}.rte_wy_hl3 {
  background: #110E09;
  padding: 32px 1rem 0;
}
@media(min-width: 767px) {.rte_wy_hl3 {
  padding: 2.5rem 1.5rem 0;
}
}.rte_wy_in_hl3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.rte_wy_head_hl3 {
  margin-bottom: 18px;
  max-width: 45rem;
}.rte_wy_label_hl3 {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 11px;
  color: #C9991E;
}.rte_wy_h2_hl3 {
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #F5EDD6;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
}
@media(min-width: 766px) {.rte_wy_h2_hl3 {
  font-size: 1.5rem;
}
}.rte_wy_intro_hl3 {
  margin: 0;
  color: #9E8464;
  line-height: 1.6;
  font-size: 0.813rem;
}.rte_wy_grid_hl3 {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.rte_wy_grid_hl3 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.rte_wy_grid_hl3 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.rte_wy_card_hl3 {
  padding: 20px;
  border-radius: 8px;
  background: #211B13;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s,transform .2s;
}.rte_wy_card_hl3:hover {
  border-color: rgba(201, 153, 30, 0.08);
  transform: translateY(-2px);
}.rte_wy_card_ic_hl3 {
  border-radius: 50%;
  background: rgba(201, 153, 30, 0.20);
  width: 2.75rem;
  margin-bottom: 14px;
  align-items: center;
  color: #C9991E;
  justify-content: center;
  display: flex;
  height: 2.75rem;
}.rte_wy_card_ic_hl3 svg {
  stroke-linejoin: round;
  width: 1.375rem;
  height: 22px;
  stroke-linecap: round;
}.rte_wy_card_h_hl3 {
  color: #F5EDD6;
  line-height: 1.25;
  margin-bottom: 6px;
  font-size: 0.938rem;
  font-weight: 700;
  overflow-wrap: break-word;
}.rte_wy_card_p_hl3 {
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #9E8464;
}.rte_wy_card_p_hl3 strong {
  color: #CCAE7A;
  font-weight: 600;
}.rte_gr_jp_hl3 {
  padding: 1.25rem;
  border-radius: 12px;
  background: linear-gradient(135deg,#1E0E2E 0%,#0F0C0A 100%);
  overflow: hidden;
  position: relative;
}.rte_gr_jp_hl3::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(138, 92, 20, 0.28) 0%,transparent 70%);
  top: -60px;
  height: 250px;
  width: 250px;
  position: absolute;
  left: -3.75rem;
  content: '';
}.rte_gr_jp_hl3::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(217, 160, 32, 0.18) 0%,transparent 70%);
  content: '';
  position: absolute;
  right: 0;
  height: 12.5rem;
  width: 12.5rem;
  bottom: -40px;
}.rte_gr_jp_head_hl3 {
  gap: 16px;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 16px;
  z-index: 1;
}.rte_gr_jp_info_hl3 {
  flex: 1;
}.rte_gr_jp_label_hl3 {
  color: #9B5CD4;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.rte_gr_jp_label_hl3 svg {
  vertical-align: -2px;
  width: 0.875rem;
  height: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
  margin-right: 4px;
}.rte_gr_jp_amount_hl3 {
  color: #F5EDD6;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
  font-family: 'Cinzel', serif;
}
@media(min-width:768px) {.rte_gr_jp_amount_hl3 {
  font-size: 40px;
}
}.rte_gr_jp_amount_hl3 span {
  color: #D9A020;
}.rte_gr_jp_seo_hl3 {
  color: #B09268;
  max-width: 30rem;
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 12px;
}.rte_gr_jp_cta_hl3 {
  transition: background .2s;
  border-radius: 8px;
  border: 1px solid rgba(138, 92, 20, 0.28);
  background: rgba(138, 92, 20, 0.28);
  padding: 11px 1.25rem;
  color: #F5EDD6;
  font-weight: 700;
  white-space: nowrap;
  z-index: 1;
  align-self: flex-start;
  font-size: 13px;
  margin-top: 4px;
  flex-shrink: 0;
  position: relative;
}.rte_gr_jp_cta_hl3:hover {
  background: #8A5C14;
}.rte_gcg_hl3 {
  background: #110E09;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.rte_gcg_hl3 {
  padding: 44px 24px 0;
}
}.rte_gcg_in_hl3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.rte_gcg_head_hl3 {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.rte_gcg_label_hl3 {
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  color: #C9991E;
  margin-bottom: 0.5rem;
}.rte_gcg_h2_hl3 {
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #F5EDD6;
  margin-bottom: 8px;
}
@media(min-width: 771px) {.rte_gcg_h2_hl3 {
  font-size: 28px;
}
}.rte_gcg_intro_hl3 {
  line-height: 1.6;
  font-size: 0.813rem;
  color: #9E8464;
}.rte_gcg_grid_hl3 {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.rte_gcg_grid_hl3 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.rte_gcg_grid_hl3 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.rte_gcg_card_hl3 {
  padding: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: transform .2s,border-color .2s;
  border-radius: 0.75rem;
  flex-direction: column;
  cursor: pointer;
  display: flex;
  min-height: 240px;
  position: relative;
  justify-content: flex-end;
}.rte_gcg_card_hl3:hover {
  border-color: rgba(201, 153, 30, 0.20);
  transform: translateY(-3px);
}.rte_gcg_card_bg_hl3 {
  inset: 0;
  position: absolute;
  z-index: 0;
}.rte_gcg_card_bg_hl3::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.rte_gcg_card_ic_hl3 {
  border-radius: 0.25rem;
  background: rgba(0,0,0,.45);
  justify-content: center;
  display: flex;
  top: 18px;
  z-index: 2;
  align-items: center;
  color: #F5EDD6;
  right: 1.125rem;
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
}.rte_gcg_card_ic_hl3 svg {
  width: 1.25rem;
  stroke-linecap: round;
  height: 1.25rem;
  stroke-linejoin: round;
}.rte_gcg_card_ct_hl3 {
  z-index: 1;
  position: relative;
}.rte_gcg_card_h_hl3 {
  overflow-wrap: break-word;
  color: #F5EDD6;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media(min-width: 766px) {.rte_gcg_card_h_hl3 {
  font-size: 1.25rem;
}
}.rte_gcg_card_p_hl3 {
  margin-bottom: 10px;
  font-size: 0.75rem;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
  overflow-wrap: break-word;
}.rte_gcg_card_p_hl3 strong {
  font-weight: 600;
  color: #F5EDD6;
}.rte_gcg_card_cta_hl3 {
  gap: 0.25rem;
  color: #C9991E;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: .04em;
  display: inline-flex;
  align-items: center;
}.rte_gcg_card_cta_hl3 svg {
  height: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 12px;
}.rte_ws_hl3 {
  background: #110E09;
  padding: 32px 16px 0;
}
@media(min-width:768px) {.rte_ws_hl3 {
  padding: 36px 24px 0;
}
}.rte_ws_in_hl3 {
  margin: 0 auto;
  max-width: 1320px;
}.rte_ws_head_hl3 {
  gap: 0.75rem;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 0.875rem;
}.rte_ws_title_hl3 {
  gap: 0.625rem;
  align-items: center;
  font-size: 1rem;
  display: flex;
  color: #F5EDD6;
  overflow-wrap: break-word;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  flex-wrap: wrap;
}.rte_ws_title_ic_hl3 svg {
  width: 1.125rem;
  color: #D9A020;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 18px;
}.rte_ws_online_hl3 {
  gap: 7px;
  font-weight: 600;
  color: #9E8464;
  align-items: center;
  font-size: 12px;
  display: flex;
}.rte_ws_online_dot_hl3 {
  background: #2DC97E;
  border-radius: 50%;
  height: 8px;
  box-shadow: 0 0 0.375rem rgba(45, 201, 126, 0.16);
  flex-shrink: 0;
  width: 8px;
}.rte_ws_scroll_hl3 {
  gap: 8px;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 0.5rem;
}.rte_ws_scroll_hl3::-webkit-scrollbar {
  display: none;
}.rte_wc_hl3 {
  gap: 0.625rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 10px 0.875rem;
  background: #18140C;
  min-width: 220px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.rte_wc_img_hl3 {
  background: #211B13;
  overflow: hidden;
  border-radius: 4px;
  width: 2.25rem;
  flex-shrink: 0;
  height: 2.25rem;
}.rte_wc_img_hl3 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.rte_wc_info_hl3 {
  min-width: 0;
}.rte_wc_game_hl3 {
  overflow: hidden;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  color: #CCAE7A;
  text-overflow: ellipsis;
}.rte_wc_player_hl3 {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #917658;
  white-space: nowrap;
  font-size: 10px;
}.rte_wc_amount_hl3 {
  font-size: 13px;
  flex-shrink: 0;
  font-weight: 700;
  color: #2DC97E;
  white-space: nowrap;
  margin-left: auto;
}.rte_app_hl3 {
  background: #110E09;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.rte_app_hl3 {
  padding: 44px 1.5rem 0;
}
}.rte_app_in_hl3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.rte_app_head_hl3 {
  margin-bottom: 16px;
}.rte_app_label_hl3 {
  font-size: 11px;
  letter-spacing: .08em;
  color: #C9991E;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
}.rte_app_h2_hl3 {
  font-size: 20px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #F5EDD6;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
}
@media(min-width: 765px) {.rte_app_h2_hl3 {
  font-size: 1.5rem;
}
}.rte_app_sub_hl3 {
  font-size: 13px;
  color: #9E8464;
  max-width: 37.5rem;
  overflow-wrap: break-word;
  line-height: 1.6;
}.rte_app_sub_hl3 strong {
  color: #CCAE7A;
  font-weight: 700;
}.rte_app_cards_hl3 {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 1rem;
}
@media(min-width: 637px) {.rte_app_cards_hl3 {
  grid-template-columns: repeat(3,1fr);
}
}.rte_app_card_hl3 {
  gap: 1rem;
  border-radius: 8px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.rte_app_card_ios_hl3 {
  background: linear-gradient(135deg,rgba(201, 153, 30, 0.20) 0%,#211B13 100%);
}.rte_app_card_android_hl3 {
  background: linear-gradient(135deg,rgba(45, 201, 126, 0.16) 0%,#211B13 100%);
}.rte_app_card_win_hl3 {
  background: linear-gradient(135deg,rgba(217, 160, 32, 0.18) 0%,#211B13 100%);
}.rte_app_card_ic_hl3 svg {
  height: 2.125rem;
  stroke-linejoin: round;
  width: 2.125rem;
  stroke-linecap: round;
}.rte_app_card_ic_hl3 {
  flex-shrink: 0;
  color: #F5EDD6;
}.rte_app_card_os_hl3 {
  letter-spacing: .08em;
  color: #9E8464;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 0.625rem;
}.rte_app_card_title_hl3 {
  color: #F5EDD6;
  font-weight: 700;
  font-size: 15px;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  line-height: 1.2;
}.rte_app_card_text_hl3 {
  font-size: 12px;
  color: #9E8464;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  line-height: 1.5;
}.rte_app_card_btn_hl3 {
  padding: 10px 1.125rem;
  border-radius: 4px;
  transition: background .2s;
  border: 1px solid rgba(201, 153, 30, 0.52);
  background: rgba(255, 255, 255, 0.12);
  gap: 0.438rem;
  display: inline-flex;
  font-weight: 700;
  font-size: 0.813rem;
  align-items: center;
  color: #F5EDD6;
}.rte_app_card_btn_hl3:hover {
  background: rgba(255, 255, 255, 0.07);
}.rte_htp_hl3 {
  padding: 2.25rem 1rem 0;
  background: #110E09;
}
@media(min-width: 766px) {.rte_htp_hl3 {
  padding: 2.75rem 24px 0;
}
}.rte_htp_in_hl3 {
  margin: 0 auto;
  max-width: 1320px;
}.rte_htp_head_hl3 {
  max-width: 45rem;
  margin-bottom: 22px;
}.rte_htp_label_hl3 {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #C9991E;
  font-size: 0.688rem;
}.rte_htp_h2_hl3 {
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F5EDD6;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.rte_htp_h2_hl3 {
  font-size: 1.75rem;
}
}.rte_htp_intro_hl3 {
  color: #9E8464;
  font-size: 14px;
  line-height: 1.6;
}.rte_htp_steps_hl3 {
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.rte_htp_steps_hl3 {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.rte_htp_steps_hl3 {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.rte_htp_step_hl3 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1.25rem 18px 18px;
  border-radius: 0.5rem;
  background: #211B13;
  position: relative;
  display: flex;
  flex-direction: column;
}.rte_htp_step_num_hl3 {
  background: #C9991E;
  border-radius: 50%;
  height: 1.75rem;
  position: absolute;
  font-size: 0.813rem;
  justify-content: center;
  font-weight: 800;
  width: 1.75rem;
  top: -0.75rem;
  color: #0D0A05;
  font-family: 'Cinzel', serif;
  display: flex;
  align-items: center;
  left: 1.25rem;
}.rte_htp_step_ic_hl3 {
  border-radius: 4px;
  margin: 0.5rem 0 12px;
  background: rgba(201, 153, 30, 0.20);
  display: flex;
  align-items: center;
  width: 36px;
  justify-content: center;
  height: 2.25rem;
  color: #C9991E;
}.rte_htp_step_ic_hl3 svg {
  stroke-linecap: round;
  height: 18px;
  width: 18px;
  stroke-linejoin: round;
}.rte_htp_step_h_hl3 {
  color: #F5EDD6;
  font-size: 14px;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.375rem;
}.rte_htp_step_p_hl3 {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #9E8464;
}.rte_htp_step_p_hl3 strong {
  font-weight: 600;
  color: #CCAE7A;
}.rte_htp_cta_hl3 {
  padding: 13px 26px;
  background: #2DC97E;
  border-radius: 0.5rem;
  transition: background .2s;
  color: #0D0A05;
  font-weight: 700;
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
}.rte_htp_cta_hl3:hover {
  background: #38D98A;
}.rte_bon_hl3 {
  background: #110E09;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.rte_bon_hl3 {
  padding: 44px 1.5rem 0;
}
}.rte_bon_in_hl3 {
  margin: 0 auto;
  max-width: 1320px;
}.rte_bon_head_hl3 {
  margin-bottom: 1.25rem;
}.rte_bon_label_hl3 {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #C9991E;
}.rte_bon_h2_hl3 {
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-weight: 800;
  color: #F5EDD6;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.rte_bon_h2_hl3 {
  font-size: 1.5rem;
}
}.rte_bon_seo_hl3 {
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
  color: #9E8464;
  max-width: 620px;
}.rte_bon_seo_hl3 strong {
  color: #CCAE7A;
  font-weight: 700;
}.rte_bon_seo_hl3 a {
  text-decoration: underline;
  color: #C9991E;
}.rte_bon_grid_hl3 {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.rte_bon_grid_hl3 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.rte_bon_grid_hl3 {
  grid-template-columns: repeat(5,1fr);
}
}.rte_bon_card_hl3 {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 16px;
  background: #18140C;
  transition: border-color .2s,transform .2s;
}.rte_bon_card_hl3:hover {
  border-color: rgba(201, 153, 30, 0.08);
  transform: translateY(-2px);
}.rte_bon_card_ic_hl3 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.625rem;
  width: 26px;
}.rte_bon_card_ic_hl3 {
  margin-bottom: 10px;
}.rte_bon_card_type_hl3 {
  text-transform: uppercase;
  color: #9E8464;
  letter-spacing: .06em;
  font-size: 0.625rem;
  font-weight: 700;
  margin-bottom: 0.375rem;
}.rte_bon_card_amount_hl3 {
  font-size: 1.125rem;
  margin-bottom: 0.375rem;
  font-weight: 800;
  color: #D9A020;
  line-height: 1.1;
}.rte_bon_card_name_hl3 {
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #F5EDD6;
  margin-bottom: 8px;
}.rte_bon_card_detail_hl3 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  font-size: 0.688rem;
  color: #917658;
  overflow-wrap: break-word;
  padding-top: 8px;
}.rte_prov_hl3 {
  padding: 2.25rem 16px 0;
  background: #110E09;
}
@media(min-width: 770px) {.rte_prov_hl3 {
  padding: 2.75rem 24px 0;
}
}.rte_prov_in_hl3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.rte_prov_head_hl3 {
  margin-bottom: 1rem;
}.rte_prov_label_hl3 {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #C9991E;
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
}.rte_prov_h2_hl3 {
  font-size: 20px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #F5EDD6;
}
@media(min-width: 770px) {.rte_prov_h2_hl3 {
  font-size: 1.5rem;
}
}.rte_prov_seo_hl3 {
  color: #9E8464;
  margin-bottom: 16px;
  max-width: 620px;
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.rte_prov_seo_hl3 strong {
  font-weight: 700;
  color: #CCAE7A;
}.rte_prov_seo_hl3 a {
  color: #C9991E;
  text-decoration: underline;
}.rte_prov_grid_hl3 {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 638px) {.rte_prov_grid_hl3 {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.rte_prov_grid_hl3 {
  grid-template-columns: repeat(8,1fr);
}
}.rte_prov_card_hl3 {
  gap: 0.438rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #18140C;
  transition: border-color .2s,background .2s;
  padding: 14px 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}.rte_prov_card_hl3:hover {
  border-color: rgba(201, 153, 30, 0.52);
  background: #211B13;
}.rte_prov_logo_hl3 {
  overflow: hidden;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
}.rte_prov_logo_hl3 img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.rte_prov_name_hl3 {
  overflow-wrap: break-word;
  text-align: center;
  font-weight: 600;
  color: #B09268;
  font-size: 0.688rem;
}.rte_reg_hl3 {
  padding: 36px 16px 0;
  background: #110E09;
}
@media(min-width: 769px) {.rte_reg_hl3 {
  padding: 2.75rem 1.5rem 0;
}
}.rte_reg_in_hl3 {
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #211B13;
  padding: 1.75rem 24px;
  margin: 0 auto;
  border-radius: 0.75rem;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.rte_reg_in_hl3 {
  padding: 40px;
}
}.rte_reg_top_hl3 {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 858px) {.rte_reg_top_hl3 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.rte_reg_label_hl3 {
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #C9991E;
  font-size: 0.688rem;
  text-transform: uppercase;
}.rte_reg_h2_hl3 {
  font-size: 1.375rem;
  color: #F5EDD6;
  font-family: 'Cinzel', serif;
  line-height: 1.2;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 770px) {.rte_reg_h2_hl3 {
  font-size: 28px;
}
}.rte_reg_bonus_hl3 {
  border-radius: 8px;
  border: 1px solid rgba(217, 160, 32, 0.18);
  background: rgba(217, 160, 32, 0.18);
  padding: 10px 16px;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 16px;
  display: inline-flex;
}.rte_reg_bonus_amount_hl3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #D9A020;
}.rte_reg_bonus_text_hl3 {
  font-size: 0.813rem;
  line-height: 1.35;
  color: #B09268;
}.rte_reg_cta_btn_hl3 {
  transition: background .2s;
  border-radius: 0.5rem;
  background: #2DC97E;
  padding: 14px 32px;
  color: #0D0A05;
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: 700;
  display: inline-block;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 0.313rem 1.25rem rgba(45, 201, 126, 0.46);
}.rte_reg_cta_btn_hl3:hover {
  background: #38D98A;
}.rte_reg_terms_hl3 {
  color: #917658;
  font-size: 0.688rem;
  line-height: 1.5;
}.rte_reg_seo_hl3 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  color: #9E8464;
  line-height: 1.65;
  margin-top: 20px;
  font-size: 13px;
  padding-top: 20px;
}.rte_reg_seo_hl3 p {
  margin-bottom: 0.625rem;
  color: #9E8464;
  line-height: 1.65;
  font-size: 13px;
}.rte_reg_seo_hl3 p:last-child {
  margin-bottom: 0;
}.rte_reg_seo_hl3 strong {
  font-weight: 700;
  color: #CCAE7A;
}.rte_reg_seo_hl3 a {
  transition: color .2s;
  color: #C9991E;
  text-decoration: underline;
}.rte_reg_seo_hl3 a:hover {
  color: #D6A82C;
}.rte_reg_seo_hl3 ul,.rte_reg_seo_hl3 ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 18px;
}.rte_reg_seo_hl3 ol {
  list-style: decimal;
}.rte_reg_seo_hl3 li {
  margin-bottom: 4px;
  font-size: 13px;
  color: #9E8464;
  line-height: 1.65;
}.rte_reg_seo_hl3 table {
  margin-bottom: 10px;
  display: block;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  font-size: 13px;
}
@media(min-width: 771px) {.rte_reg_seo_hl3 table {
  display: table;
}
}.rte_reg_seo_hl3 th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #CCAE7A;
  font-weight: 700;
}.rte_reg_seo_hl3 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #9E8464;
}.rte_reg_steps_hl3 {
  gap: 14px;
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
}
@media(min-width: 861px) {.rte_reg_steps_hl3 {
  margin-top: 0;
}
}.rte_reg_step_hl3 {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.5rem;
  padding: 16px;
  gap: 14px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.rte_reg_step_num_hl3 {
  background: rgba(201, 153, 30, 0.20);
  border: 1px solid rgba(201, 153, 30, 0.08);
  border-radius: 50%;
  align-items: center;
  font-weight: 800;
  justify-content: center;
  width: 34px;
  font-size: 0.875rem;
  display: flex;
  color: #C9991E;
  height: 34px;
  flex-shrink: 0;
}.rte_reg_step_title_hl3 {
  color: #F5EDD6;
  margin-bottom: 3px;
  font-size: 0.875rem;
  font-weight: 700;
}.rte_reg_step_text_hl3 {
  line-height: 1.5;
  font-size: 0.75rem;
  color: #9E8464;
}.rte_reg_trust_hl3 {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  display: flex;
  margin-top: 20px;
  padding-top: 1.25rem;
}.rte_reg_trust_item_hl3 {
  gap: 7px;
  align-items: center;
  color: #9E8464;
  display: flex;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.rte_reg_trust_ic_hl3 svg {
  stroke-linejoin: round;
  height: 16px;
  color: #C9991E;
  stroke-linecap: round;
  width: 1rem;
}.rte_seo_hl3 {
  padding: 36px 1rem 0;
  background: #110E09;
}
@media(min-width: 766px) {.rte_seo_hl3 {
  padding: 44px 1.5rem 0;
}
}.rte_seo_in_hl3 {
  padding: 28px 1.5rem;
  background: #211B13;
  border-radius: 12px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.11);
  max-width: 1320px;
}
@media(min-width: 767px) {.rte_seo_in_hl3 {
  padding: 36px 40px;
}
}.rte_seo_label_hl3 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
  color: #C9991E;
  font-size: 11px;
}.rte_seo_h2_hl3 {
  overflow-wrap: break-word;
  font-size: 20px;
  color: #F5EDD6;
  font-family: 'Cinzel', serif;
  margin-bottom: 14px;
  line-height: 1.25;
  font-weight: 800;
}
@media(min-width: 766px) {.rte_seo_h2_hl3 {
  font-size: 1.5rem;
}
}.rte_seo_body_hl3 {
  font-size: 14px;
  line-height: 1.75;
  color: #B09268;
  overflow-wrap: break-word;
}.rte_seo_body_hl3 p {
  color: #B09268;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 12px;
}.rte_seo_body_hl3 p:last-child {
  margin-bottom: 0;
}.rte_seo_body_hl3 strong {
  color: #CCAE7A;
  font-weight: 700;
}.rte_seo_body_hl3 a {
  transition: color .2s;
  color: #C9991E;
  text-decoration: underline;
}.rte_seo_body_hl3 a:hover {
  color: #D6A82C;
}.rte_seo_body_hl3 ul,.rte_seo_body_hl3 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.rte_seo_body_hl3 ol {
  list-style: decimal;
}.rte_seo_body_hl3 li {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 6px;
  color: #B09268;
}.rte_seo_body_hl3 table {
  overflow-x: auto;
  font-size: 13px;
  border-collapse: collapse;
  margin-bottom: 12px;
  display: block;
  width: 100%;
}
@media(min-width: 767px) {.rte_seo_body_hl3 table {
  display: table;
}
}.rte_seo_body_hl3 th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #CCAE7A;
  font-weight: 700;
}.rte_seo_body_hl3 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #B09268;
}.rte_seo_cols_hl3 {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 637px) {.rte_seo_cols_hl3 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.rte_seo_cols_hl3 {
  grid-template-columns: repeat(3,1fr);
}
}.rte_seo_col_h_hl3 {
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #CCAE7A;
  margin-bottom: 0.438rem;
}.rte_seo_col_p_hl3 {
  overflow-wrap: break-word;
  color: #9E8464;
  font-size: 13px;
  line-height: 1.65;
}.rte_seo_stats_hl3 {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.rte_seo_stat_hl3 {
  border: 1px solid rgba(201, 153, 30, 0.20);
  background: rgba(201, 153, 30, 0.08);
  border-radius: 0.5rem;
  padding: 0.875rem 16px;
  flex: 1;
  min-width: 8.75rem;
}.rte_seo_stat_val_hl3 {
  font-size: 1.25rem;
  color: #C9991E;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
}.rte_seo_stat_lb_hl3 {
  color: #9E8464;
  overflow-wrap: break-word;
  font-size: 11px;
}.rte_seo_hl3 {
  background: #110E09;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.rte_seo_hl3 {
  padding: 44px 24px 0;
}
}.rte_seo_in_hl3 {
  padding: 28px 24px;
  background: #211B13;
  border: 1px solid rgba(255, 255, 255, 0.11);
  margin: 0 auto;
  border-radius: 0.75rem;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.rte_seo_in_hl3 {
  padding: 36px 2.5rem;
}
}.rte_seo_label_hl3 {
  color: #C9991E;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
}.rte_seo_h2_hl3 {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 14px;
  font-size: 20px;
  color: #F5EDD6;
  line-height: 1.25;
}
@media(min-width:768px) {.rte_seo_h2_hl3 {
  font-size: 24px;
}
}.rte_seo_body_hl3 {
  color: #B09268;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
}.rte_seo_body_hl3 p {
  line-height: 1.75;
  color: #B09268;
  margin-bottom: 0.75rem;
  font-size: 14px;
}.rte_seo_body_hl3 p:last-child {
  margin-bottom: 0;
}.rte_seo_body_hl3 strong {
  font-weight: 700;
  color: #CCAE7A;
}.rte_seo_body_hl3 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C9991E;
}.rte_seo_body_hl3 a:hover {
  color: #D6A82C;
}.rte_seo_body_hl3 ul,.rte_seo_body_hl3 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.rte_seo_body_hl3 ol {
  list-style: decimal;
}.rte_seo_body_hl3 li {
  color: #B09268;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 6px;
}.rte_seo_body_hl3 table {
  width: 100%;
  font-size: 13px;
  overflow-x: auto;
  margin-bottom: 12px;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 767px) {.rte_seo_body_hl3 table {
  display: table;
}
}.rte_seo_body_hl3 th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #CCAE7A;
  text-align: left;
  font-weight: 700;
}.rte_seo_body_hl3 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #B09268;
}.rte_seo_cols_hl3 {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.rte_seo_cols_hl3 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.rte_seo_cols_hl3 {
  grid-template-columns: repeat(3,1fr);
}
}.rte_seo_col_h_hl3 {
  font-weight: 700;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #CCAE7A;
}.rte_seo_col_p_hl3 {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #9E8464;
  line-height: 1.65;
}.rte_seo_stats_hl3 {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.rte_seo_stat_hl3 {
  flex: 1;
  padding: 14px 16px;
  border: 1px solid rgba(201, 153, 30, 0.20);
  background: rgba(201, 153, 30, 0.08);
  border-radius: 0.5rem;
  min-width: 140px;
}.rte_seo_stat_val_hl3 {
  margin-bottom: 0.25rem;
  font-weight: 800;
  font-size: 1.25rem;
  color: #C9991E;
  overflow-wrap: break-word;
}.rte_seo_stat_lb_hl3 {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #9E8464;
}.rte_pmt_hl3 {
  padding: 36px 16px 0;
  background: #110E09;
}
@media(min-width: 769px) {.rte_pmt_hl3 {
  padding: 2.75rem 24px 0;
}
}.rte_pmt_in_hl3 {
  margin: 0 auto;
  max-width: 1320px;
}.rte_pmt_head_hl3 {
  margin-bottom: 22px;
  max-width: 45rem;
}.rte_pmt_label_hl3 {
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  color: #C9991E;
  text-transform: uppercase;
  margin-bottom: 8px;
}.rte_pmt_h2_hl3 {
  color: #F5EDD6;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 1.375rem;
  margin-bottom: 8px;
  font-weight: 800;
}
@media(min-width: 765px) {.rte_pmt_h2_hl3 {
  font-size: 28px;
}
}.rte_pmt_intro_hl3 {
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #9E8464;
  font-size: 0.875rem;
}.rte_pmt_groups_hl3 {
  gap: 1.25rem;
  flex-direction: column;
  display: flex;
}.rte_pmt_group_hl3 {
  background: #211B13;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  padding: 1.25rem;
}.rte_pmt_group_head_hl3 {
  gap: 12px;
  margin-bottom: 10px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.rte_pmt_group_ic_hl3 {
  border-radius: 0.25rem;
  background: rgba(201, 153, 30, 0.20);
  display: flex;
  flex-shrink: 0;
  height: 2.25rem;
  color: #C9991E;
  align-items: center;
  width: 36px;
  justify-content: center;
}.rte_pmt_group_ic_hl3 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 18px;
  width: 1.125rem;
}.rte_pmt_group_h_hl3 {
  margin: 0;
  font-family: 'Cinzel', serif;
  color: #F5EDD6;
  overflow-wrap: break-word;
  font-size: 1rem;
  font-weight: 700;
}.rte_pmt_group_p_hl3 {
  line-height: 1.6;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #9E8464;
}.rte_pmt_group_p_hl3 strong {
  color: #CCAE7A;
  font-weight: 600;
}.rte_pmt_table_wrap_hl3 {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.rte_pmt_table_hl3 {
  font-size: 0.813rem;
  border-collapse: collapse;
  width: 100%;
  min-width: 33.75rem;
}.rte_pmt_table_hl3 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  color: #CCAE7A;
  font-weight: 700;
  letter-spacing: .04em;
  font-size: 11px;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
}.rte_pmt_table_hl3 td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9E8464;
}.rte_pmt_table_hl3 tbody tr:last-child td {
  border-bottom: none;
}.rte_pmt_table_hl3 tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #CCAE7A;
}.rte_seo_hl3 {
  background: #110E09;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.rte_seo_hl3 {
  padding: 44px 24px 0;
}
}.rte_seo_in_hl3 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  margin: 0 auto;
  background: #211B13;
  padding: 28px 1.5rem;
  border-radius: 12px;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.rte_seo_in_hl3 {
  padding: 36px 2.5rem;
}
}.rte_seo_label_hl3 {
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C9991E;
  font-weight: 700;
  font-size: 11px;
}.rte_seo_h2_hl3 {
  color: #F5EDD6;
  margin-bottom: 0.875rem;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 769px) {.rte_seo_h2_hl3 {
  font-size: 24px;
}
}.rte_seo_body_hl3 {
  color: #B09268;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
}.rte_seo_body_hl3 p {
  margin-bottom: 12px;
  color: #B09268;
  font-size: 14px;
  line-height: 1.75;
}.rte_seo_body_hl3 p:last-child {
  margin-bottom: 0;
}.rte_seo_body_hl3 strong {
  font-weight: 700;
  color: #CCAE7A;
}.rte_seo_body_hl3 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C9991E;
}.rte_seo_body_hl3 a:hover {
  color: #D6A82C;
}.rte_seo_body_hl3 ul,.rte_seo_body_hl3 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.rte_seo_body_hl3 ol {
  list-style: decimal;
}.rte_seo_body_hl3 li {
  color: #B09268;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 14px;
}.rte_seo_body_hl3 table {
  border-collapse: collapse;
  font-size: 13px;
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 0.75rem;
}
@media(min-width: 769px) {.rte_seo_body_hl3 table {
  display: table;
}
}.rte_seo_body_hl3 th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #CCAE7A;
}.rte_seo_body_hl3 td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #B09268;
}.rte_seo_cols_hl3 {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 642px) {.rte_seo_cols_hl3 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.rte_seo_cols_hl3 {
  grid-template-columns: repeat(3,1fr);
}
}.rte_seo_col_h_hl3 {
  font-weight: 700;
  margin-bottom: 0.438rem;
  color: #CCAE7A;
  overflow-wrap: break-word;
  font-size: 13px;
}.rte_seo_col_p_hl3 {
  line-height: 1.65;
  color: #9E8464;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.rte_seo_stats_hl3 {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.rte_seo_stat_hl3 {
  flex: 1;
  padding: 0.875rem 1rem;
  border-radius: 0.5rem;
  background: rgba(201, 153, 30, 0.08);
  border: 1px solid rgba(201, 153, 30, 0.20);
  min-width: 140px;
}.rte_seo_stat_val_hl3 {
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  color: #C9991E;
  font-weight: 800;
}.rte_seo_stat_lb_hl3 {
  color: #9E8464;
  overflow-wrap: break-word;
  font-size: 11px;
}.rte_faq_hl3 {
  padding: 36px 16px 0;
  background: #110E09;
}
@media(min-width:768px) {.rte_faq_hl3 {
  padding: 2.75rem 1.5rem 0;
}
}.rte_faq_in_hl3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.rte_faq_head_hl3 {
  margin-bottom: 20px;
}.rte_faq_label_hl3 {
  font-size: 11px;
  letter-spacing: .08em;
  color: #C9991E;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}.rte_faq_h2_hl3 {
  font-size: 20px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F5EDD6;
}
@media(min-width: 769px) {.rte_faq_h2_hl3 {
  font-size: 1.5rem;
}
}.rte_faq_list_hl3 {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.rte_faq_item_hl3 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.5rem;
  background: #211B13;
  overflow: hidden;
}.rte_faq_q_hl3 {
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  transition: color .2s;
  color: #CCAE7A;
  display: flex;
  font-weight: 600;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}.rte_faq_q_hl3:hover {
  color: #F5EDD6;
}.rte_faq_q_ic_hl3 {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  width: 1.5rem;
  font-size: 1rem;
  flex-shrink: 0;
  height: 24px;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #C9991E;
}.rte_faq_item_hl3.rte_state_open_hl3 .rte_faq_q_ic_hl3 {
  transform: rotate(45deg);
}.rte_faq_a_hl3 {
  padding: 0 20px 16px;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.7;
  display: none;
  color: #9E8464;
}.rte_faq_item_hl3.rte_state_open_hl3 .rte_faq_a_hl3 {
  display: block;
}.rte_faq_a_hl3 strong {
  color: #CCAE7A;
  font-weight: 700;
}.rte_faq_a_hl3 a {
  text-decoration: underline;
  color: #C9991E;
}.rte_faq_a_hl3 ul,.rte_faq_a_hl3 ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 1.25rem;
}.rte_faq_a_hl3 ol {
  list-style: decimal;
}.rte_faq_a_hl3 li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.rte_faq_a_hl3 table {
  margin: 0.5rem 0;
  width: 100%;
  overflow-x: auto;
  display: block;
  font-size: 0.75rem;
  border-collapse: collapse;
}
@media(min-width:768px) {.rte_faq_a_hl3 table {
  display: table;
}
}.rte_faq_a_hl3 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #CCAE7A;
}.rte_faq_a_hl3 td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9E8464;
}.rte_ft_hl3 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #0B0806;
  margin-top: 3rem;
}.rte_ft_support_hl3 {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 770px) {.rte_ft_support_hl3 {
  padding: 28px 24px;
}
}.rte_ft_support_in_hl3 {
  gap: 1rem;
  margin: 0 auto;
  max-width: 1320px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.rte_ft_support_main_hl3 {
  gap: 1rem;
  flex: 1;
  min-width: 13.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.rte_ft_support_ic_hl3 {
  flex-shrink: 0;
  color: #C9991E;
}.rte_ft_support_ic_hl3 svg {
  height: 30px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 30px;
}.rte_ft_support_text_title_hl3 {
  overflow-wrap: break-word;
  margin-bottom: 3px;
  color: #F5EDD6;
  font-size: 0.938rem;
  font-weight: 700;
}.rte_ft_support_text_sub_hl3 {
  overflow-wrap: break-word;
  color: #9E8464;
  font-size: 12px;
}.rte_ft_support_btn_hl3 {
  transition: background .2s;
  background: #C9991E;
  padding: 0.688rem 1.375rem;
  border-radius: 8px;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 700;
  color: #F5EDD6;
  flex-shrink: 0;
}.rte_ft_support_btn_hl3:hover {
  background: #D6A82C;
}.rte_ft_support_contacts_hl3 {
  gap: 16px;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.rte_ft_support_contact_hl3 {
  font-size: 12px;
  color: #917658;
  line-height: 1.4;
}.rte_ft_support_contact_hl3 strong {
  display: block;
  font-size: 0.688rem;
  font-weight: 600;
  color: #B09268;
  margin-bottom: 2px;
}.rte_ft_main_hl3 {
  padding: 32px 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.rte_ft_main_hl3 {
  padding: 40px 1.5rem 2rem;
}
}.rte_ft_main_in_hl3 {
  gap: 24px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1320px;
}
@media(min-width: 643px) {.rte_ft_main_in_hl3 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.rte_ft_main_in_hl3 {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.rte_ft_col_logo_hl3 {
  grid-column: 1/-1;
}
@media(min-width: 1083px) {.rte_ft_col_logo_hl3 {
  grid-column: auto;
}
}.rte_ft_logo_hl3 {
  gap: 9px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.75rem;
  font-size: 16px;
  color: #F5EDD6;
  align-items: center;
  overflow-wrap: break-word;
  font-weight: 800;
}.rte_ft_logo_mark_hl3 {
  border-radius: 0.25rem;
  overflow: hidden;
  width: 30px;
  height: 1.875rem;
}.rte_ft_logo_mark_hl3 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.rte_ft_logo_sub_hl3 {
  line-height: 1.55;
  max-width: 12.5rem;
  overflow-wrap: break-word;
  color: #917658;
  font-size: 0.75rem;
}.rte_ft_col_title_hl3 {
  color: #B09268;
  font-weight: 700;
  letter-spacing: .07em;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-size: 12px;
}.rte_ft_col_links_hl3 {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.rte_ft_col_link_hl3 {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #917658;
}.rte_ft_col_link_hl3:hover {
  color: #CCAE7A;
}.rte_ft_apps_hl3 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.rte_ft_app_card_hl3 {
  transition: border-color .2s;
  padding: 0.625rem 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 10px;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  align-items: center;
}.rte_ft_app_card_hl3:hover {
  border-color: rgba(201, 153, 30, 0.52);
}.rte_ft_app_card_ic_hl3 svg {
  height: 22px;
  width: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.rte_ft_app_card_os_hl3 {
  color: #917658;
  font-size: 10px;
  font-weight: 600;
}.rte_ft_app_card_action_hl3 {
  font-size: 0.75rem;
  font-weight: 700;
  color: #CCAE7A;
}.rte_ft_bot_hl3 {
  padding: 1.25rem 1rem;
}
@media(min-width: 767px) {.rte_ft_bot_hl3 {
  padding: 20px 24px;
}
}.rte_ft_bot_in_hl3 {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 82.5rem;
  align-items: center;
  display: flex;
}.rte_ft_socials_hl3 {
  gap: 8px;
  display: flex;
}.rte_ft_soc_hl3 {
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  width: 36px;
  justify-content: center;
  align-items: center;
  color: #B09268;
  height: 2.25rem;
  display: flex;
}.rte_ft_soc_hl3 svg {
  stroke-linejoin: round;
  height: 16px;
  width: 16px;
  stroke-linecap: round;
}.rte_ft_soc_hl3:hover {
  background: rgba(255, 255, 255, 0.07);
}.rte_ft_legal_hl3 {
  flex: 1;
  overflow-wrap: break-word;
  line-height: 1.6;
  min-width: 200px;
  font-size: 0.688rem;
  color: #8D7258;
}.rte_ft_legal_hl3 strong {
  font-weight: 700;
  color: #B09268;
}.rte_ft_legal_hl3 a {
  color: #B09268;
  text-decoration: underline;
}.rte_ft_age_hl3 {
  border: 2px solid #8D7258;
  border-radius: 50%;
  display: flex;
  height: 2rem;
  flex-shrink: 0;
  justify-content: center;
  color: #8D7258;
  margin-left: auto;
  font-size: 11px;
  align-items: center;
  width: 32px;
  font-weight: 800;
}