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;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #100C08;
  line-height: 1.6;
  color: #D5C3A5;
  min-height: 100vh;
  font-family: 'Barlow', sans-serif;
  -webkit-font-smoothing: antialiased;
}.tlx_layout-v6d {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.tlx_page-v6d {
  min-height: 100vh;
  display: flex;
}.tlx_main-v6d {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1082px) {.tlx_main-v6d {
  padding-left: 220px;
}
}
@media (max-width: 1080px) {.tlx_main-v6d {
  padding-bottom: 4.5rem;
}
}.tlx_gc-v6d {
  background: #151009;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  width: 8.75rem;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
@media(min-width: 637px) {.tlx_gc-v6d {
  width: 156px;
}
}
@media(min-width: 1081px) {.tlx_gc-v6d {
  width: 10.5rem;
}
}.tlx_gc-v6d:hover {
  border-color: rgba(201, 124, 30, 0.08);
  transform: translateY(-3px);
}.tlx_gc_img-v6d {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.tlx_gc_img-v6d img {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}.tlx_gc_hover-v6d {
  transition: opacity .2s;
  background: rgba(10, 7, 4, 0.72);
  inset: 0;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  opacity: 0;
}.tlx_gc-v6d:hover .tlx_gc_hover-v6d {
  opacity: 1;
}.tlx_gc_hover_btn-v6d {
  border-radius: 0.25rem;
  background: #C97C1E;
  padding: 0.5rem 16px;
  font-size: 0.75rem;
  color: #F6EDD9;
  font-weight: 700;
}.tlx_gc_info-v6d {
  padding: 0.5rem 10px 0.625rem;
}.tlx_gc_name-v6d {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 3px;
  max-width: 100%;
  text-overflow: ellipsis;
  color: #D5C3A5;
  font-size: 12px;
  font-weight: 600;
}.tlx_gc_prov-v6d {
  color: #5E4E42;
  font-size: 0.625rem;
}.tlx_gc_tag-v6d {
  padding: 2px 7px;
  border-radius: 4px;
  font-weight: 700;
  top: 0.375rem;
  font-size: 0.563rem;
  left: 0.375rem;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: .04em;
  z-index: 2;
}.tlx_gc_tag_hot-v6d {
  background: #E5372E;
  color: #fff;
}.tlx_gc_tag_new-v6d {
  background: #21C55D;
  color: #100C08;
}.tlx_gc_tag_jp-v6d {
  background: #F5A820;
  color: #100C08;
}.tlx_gc_tag_ex-v6d {
  background: #8B3A10;
  color: #fff;
}.tlx_gc_tag_live-v6d {
  background: #E5372E;
  color: #fff;
}.tlx_gr-v6d {
  padding: 2rem 16px 0;
  background: #100C08;
}
@media(min-width: 765px) {.tlx_gr-v6d {
  padding: 2.25rem 24px 0;
}
}.tlx_gr_in-v6d {
  margin: 0 auto;
  max-width: 1340px;
}.tlx_gr_head-v6d {
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  display: flex;
}.tlx_gr_head_l-v6d {
  gap: 10px;
  flex: 1;
  min-width: 0;
  align-items: center;
  display: flex;
}.tlx_gr_ic-v6d {
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  height: 2rem;
  display: flex;
  width: 32px;
  flex-shrink: 0;
}.tlx_gr_ic-v6d svg {
  stroke-linecap: round;
  width: 1rem;
  height: 16px;
  stroke-linejoin: round;
}.tlx_gr_title-v6d {
  overflow-wrap: break-word;
  color: #F6EDD9;
  font-size: 1rem;
  font-family: 'Cinzel', serif;
  font-weight: 700;
}
@media(min-width: 765px) {.tlx_gr_title-v6d {
  font-size: 18px;
}
}.tlx_gr_more-v6d {
  gap: 0.313rem;
  transition: color .2s;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  flex-shrink: 0;
  font-size: 12px;
  display: flex;
  color: #7A6655;
}.tlx_gr_more-v6d:hover {
  color: #C97C1E;
}.tlx_gr_more-v6d svg {
  width: 0.75rem;
  stroke-linejoin: round;
  height: 12px;
  stroke-linecap: round;
}.tlx_gr_arrows-v6d {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.tlx_gr_arr-v6d {
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #A8917A;
  justify-content: center;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
}.tlx_gr_arr-v6d:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F6EDD9;
}.tlx_gr_arr-v6d svg {
  height: 13px;
  stroke-linejoin: round;
  width: 13px;
  stroke-linecap: round;
}.tlx_gr_seo_h-v6d {
  margin: 0 0 0.375rem;
  color: #D5C3A5;
  max-width: 680px;
  font-weight: 700;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 766px) {.tlx_gr_seo_h-v6d {
  font-size: 0.875rem;
}
}.tlx_gr_seo-v6d {
  max-width: 680px;
  line-height: 1.55;
  font-size: 12px;
  color: #7A6655;
  overflow-wrap: break-word;
  margin-bottom: 12px;
}.tlx_gr_seo-v6d strong {
  font-weight: 600;
  color: #D5C3A5;
}.tlx_gr_scroll-v6d {
  gap: 10px;
  display: flex;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 10px;
}.tlx_gr_scroll-v6d::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.tlx_gr_scroll-v6d {
  gap: 0.75rem;
}
}.tlx_tb-v6d {
  background: #0D0A07;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  z-index: 80;
  height: 56px;
  display: flex;
  left: 0;
  right: 0;
  align-items: center;
  top: 0;
  position: fixed;
}.tlx_tb_in-v6d {
  padding: 0 14px;
  gap: 0;
  height: 100%;
  align-items: center;
  display: flex;
  width: 100%;
}.tlx_tb_burger-v6d {
  gap: 0.313rem;
  border-radius: 8px;
  margin-right: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 2.375rem;
  align-items: center;
  width: 2.375rem;
  flex-shrink: 0;
}.tlx_tb_burger-v6d:hover {
  background: rgba(255, 255, 255, 0.05);
}.tlx_tb_burger_line-v6d {
  border-radius: 1px;
  background: #A8917A;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width: 1082px) {.tlx_tb_burger-v6d {
  display: none;
}
}.tlx_tb_logo-v6d {
  gap: 0.563rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F6EDD9;
  margin-right: 1.25rem;
  font-size: 18px;
  flex-shrink: 0;
  display: flex;
  letter-spacing: -.01em;
  align-items: center;
}.tlx_tb_logo_mark-v6d {
  border-radius: 8px;
  overflow: hidden;
  width: 32px;
  display: flex;
  height: 32px;
  align-items: center;
  justify-content: center;
}.tlx_tb_logo_mark-v6d img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.tlx_tb_nav-v6d {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.tlx_tb_nav-v6d {
  display: flex;
}
}.tlx_tb_tab-v6d {
  padding: 8px 0.875rem;
  transition: background .15s,color .15s;
  border-radius: 0.5rem;
  white-space: nowrap;
  color: #A8917A;
  font-size: 0.813rem;
  font-weight: 600;
}.tlx_tb_tab-v6d:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6EDD9;
}.tlx_tb_tab-v6d.tlx_state_active-v6d {
  background: rgba(201, 124, 30, 0.18);
  color: #F6EDD9;
}.tlx_tb_right-v6d {
  gap: 8px;
  margin-left: auto;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.tlx_tb_login-v6d {
  padding: 9px 16px;
  border-radius: 8px;
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: none;
  font-size: 13px;
  color: #D5C3A5;
  font-weight: 600;
}.tlx_tb_login-v6d:hover {
  border-color: rgba(210, 130, 30, 0.45);
  color: #F6EDD9;
}
@media(min-width:480px) {.tlx_tb_login-v6d {
  display: block;
}
}.tlx_tb_reg-v6d {
  background: #21C55D;
  border-radius: 0.5rem;
  padding: 9px 1.125rem;
  transition: background .2s;
  font-weight: 700;
  color: #1A0D04;
  white-space: nowrap;
  font-size: 13px;
}.tlx_tb_reg-v6d:hover {
  background: #17A34A;
}.tlx_sb-v6d {
  background: #1A1410;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  transition: transform .25s ease;
  overflow-y: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 3.5rem;
  z-index: 70;
  width: 13.75rem;
}.tlx_sb-v6d.tlx_state_open-v6d {
  transform: translateX(0);
}.tlx_sb-v6d::-webkit-scrollbar {
  width: 4px;
}.tlx_sb-v6d::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1077px) {.tlx_sb-v6d {
  transform: translateX(0);
}
}.tlx_sb_auth-v6d {
  padding: 14px 0.75rem 10px;
}.tlx_sb_btn_reg-v6d {
  padding: 0.688rem;
  transition: background .2s;
  background: #21C55D;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #1A0D04;
  display: block;
}.tlx_sb_btn_reg-v6d:hover {
  background: #17A34A;
}.tlx_sb_btn_login-v6d {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.625rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  font-size: 0.813rem;
  text-align: center;
  display: block;
  font-weight: 600;
  color: #D5C3A5;
}.tlx_sb_btn_login-v6d:hover {
  border-color: rgba(210, 130, 30, 0.45);
  color: #F6EDD9;
}.tlx_sb_promo-v6d {
  border-radius: 0.5rem;
  background: linear-gradient(135deg,#3E1E06,#1A1410);
  padding: 12px 0.875rem;
  border: 1px solid rgba(201, 124, 30, 0.18);
  overflow: hidden;
  margin: 0 12px 10px;
  position: relative;
}.tlx_sb_promo-v6d::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(201, 124, 30, 0.18),transparent 70%);
  right: -1.25rem;
  height: 5rem;
  width: 5rem;
  content: '';
  top: -20px;
  position: absolute;
}.tlx_sb_promo_title-v6d {
  letter-spacing: .06em;
  color: #C97C1E;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}.tlx_sb_promo_text-v6d {
  color: #F6EDD9;
  line-height: 1.35;
  overflow-wrap: break-word;
  font-size: 12px;
  font-weight: 600;
}.tlx_sb_promo_sub-v6d {
  margin-top: 3px;
  color: #7A6655;
  font-size: 0.625rem;
}.tlx_sb_nav-v6d {
  padding: 6px 8px 16px;
}.tlx_sb_nav_lb-v6d {
  padding: 0.625rem 0.5rem 0.375rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #5E4E42;
  letter-spacing: .08em;
  font-size: 0.625rem;
}.tlx_sb_link-v6d {
  padding: 0.563rem 10px;
  border-radius: 4px;
  gap: 10px;
  transition: background .15s,color .15s;
  cursor: pointer;
  overflow-wrap: break-word;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #A8917A;
  display: flex;
}.tlx_sb_link-v6d:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6EDD9;
}.tlx_sb_link-v6d.tlx_state_active-v6d {
  background: rgba(201, 124, 30, 0.18);
  color: #F6EDD9;
}.tlx_sb_ic-v6d {
  border-radius: 4px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  height: 1.875rem;
  width: 1.875rem;
}.tlx_sb_ic-v6d svg {
  height: 16px;
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.tlx_sb_ic_1-v6d {
  background: rgba(201, 124, 30, 0.08);
  color: #C97C1E;
}.tlx_sb_ic_2-v6d {
  background: rgba(33, 197, 93, 0.14);
  color: #21C55D;
}.tlx_sb_ic_3-v6d {
  background: rgba(245, 168, 32, 0.14);
  color: #F5A820;
}.tlx_sb_ic_4-v6d {
  background: rgba(139, 58, 16, 0.28);
  color: #8B3A10;
}.tlx_sb_ic_5-v6d {
  background: rgba(201, 124, 30, 0.08);
  color: #F0407E;
}.tlx_sb_ic_6-v6d {
  background: rgba(139, 58, 16, 0.28);
  color: #9B4FCC;
}.tlx_sb_badge-v6d {
  border-radius: 0.25rem;
  background: #F5A820;
  padding: 2px 0.438rem;
  color: #1A0D04;
  font-size: 0.563rem;
  margin-left: auto;
  font-weight: 700;
}.tlx_sb_bot-v6d {
  padding: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 8px;
  display: flex;
}.tlx_sb_lang-v6d,.tlx_sb_help-v6d {
  gap: 0.375rem;
  transition: border-color .2s;
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.563rem 6px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  font-weight: 600;
  color: #A8917A;
  font-size: 0.688rem;
  display: flex;
  justify-content: center;
  align-items: center;
}.tlx_sb_lang-v6d:hover,.tlx_sb_help-v6d:hover {
  border-color: rgba(210, 130, 30, 0.45);
  color: #F6EDD9;
}.tlx_sb_lang-v6d svg,.tlx_sb_help-v6d svg {
  stroke-linecap: round;
  width: 13px;
  stroke-linejoin: round;
  height: 0.813rem;
}.tlx_sb_bd-v6d {
  background: rgba(10, 7, 4, 0.72);
  inset: 0;
  z-index: 69;
  display: none;
  position: fixed;
}.tlx_sb_bd-v6d.tlx_state_on-v6d {
  display: block;
}
@media(min-width: 1077px) {.tlx_sb_bd-v6d {
  display: none!important;
}
}.tlx_mob_nav-v6d {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #1A1410;
  bottom: 0;
  position: fixed;
  right: 0;
  display: flex;
  z-index: 80;
  left: 0;
}
@media(min-width: 1082px) {.tlx_mob_nav-v6d {
  display: none;
}
}.tlx_mob_nav_item-v6d {
  gap: 4px;
  flex: 1;
  padding: 4px 2px;
  flex-direction: column;
  align-items: center;
  display: flex;
  color: #5E4E42;
  cursor: pointer;
}.tlx_mob_nav_ic-v6d {
  line-height: 1;
}.tlx_mob_nav_ic-v6d svg {
  height: 20px;
  width: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.tlx_mob_nav_lb-v6d {
  font-weight: 600;
  font-size: 10px;
  color: #5E4E42;
}.tlx_mob_nav_item-v6d.tlx_state_active-v6d {
  color: #C97C1E;
}.tlx_mob_nav_item-v6d.tlx_state_active-v6d .tlx_mob_nav_lb-v6d {
  color: #C97C1E;
}.tlx_hero-v6d {
  background: #100C08;
  padding: 20px 1rem 0;
}
@media(min-width: 765px) {.tlx_hero-v6d {
  padding: 24px 24px 0;
}
}.tlx_hero_in-v6d {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  max-width: 83.75rem;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.tlx_hero_in-v6d {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1098px) {.tlx_hero_in-v6d {
  grid-template-columns: 1fr 21.25rem;
}
}.tlx_hero_promo-v6d {
  background: #151009;
  border-radius: 0.75rem;
  overflow: hidden;
  min-height: 220px;
  position: relative;
  display: flex;
  align-items: stretch;
}
@media(min-width: 766px) {.tlx_hero_promo-v6d {
  min-height: 17.5rem;
}
}.tlx_hero_promo_bg-v6d {
  background: linear-gradient(120deg,#3E1E06 0%,#100C08 100%);
  inset: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
}.tlx_hero_promo_bg-v6d::after {
  inset: 0;
  background: linear-gradient(90deg,#100C08 0%,rgba(10, 7, 4, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.tlx_hero_promo_glow-v6d {
  background: radial-gradient(circle,rgba(139, 58, 16, 0.28) 0%,transparent 65%);
  border-radius: 50%;
  position: absolute;
  top: -40px;
  pointer-events: none;
  height: 18.75rem;
  width: 300px;
  right: 3.75rem;
}.tlx_hero_promo_ct-v6d {
  padding: 28px 24px 28px 1.75rem;
  z-index: 2;
  display: flex;
  max-width: 30rem;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media(min-width: 770px) {.tlx_hero_promo_ct-v6d {
  padding: 2.5rem 2rem;
}
}.tlx_hero_badge-v6d {
  background: rgba(201, 124, 30, 0.18);
  border: 1px solid rgba(201, 124, 30, 0.08);
  border-radius: 1.25rem;
  padding: 0.313rem 0.75rem;
  display: inline-block;
  font-weight: 700;
  font-size: 0.625rem;
  margin-bottom: 0.875rem;
  color: #C97C1E;
  text-transform: uppercase;
  letter-spacing: .08em;
}.tlx_hero_h1-v6d {
  margin-bottom: 0.625rem;
  font-weight: 800;
  font-size: 1.625rem;
  color: #F6EDD9;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  line-height: 1.15;
}.tlx_hero_h1-v6d em {
  font-style: normal;
  color: #F5A820;
}
@media(min-width: 766px) {.tlx_hero_h1-v6d {
  font-size: 2.25rem;
}
}.tlx_hero_sub-v6d {
  font-size: 13px;
  color: #A8917A;
  margin-bottom: 1.25rem;
  line-height: 1.55;
}
@media(min-width: 765px) {.tlx_hero_sub-v6d {
  font-size: 0.875rem;
}
}.tlx_hero_row-v6d {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.tlx_hero_cta-v6d {
  border-radius: 0.5rem;
  transition: background .2s;
  background: #21C55D;
  padding: 0.813rem 26px;
  font-weight: 700;
  box-shadow: 0 0 14px 3px rgba(33, 197, 93, 0.45), 2px 4px 0.625rem rgba(0, 0, 0, 0.65);
  font-size: 14px;
  color: #1A0D04;
}.tlx_hero_cta-v6d:hover {
  background: #17A34A;
}.tlx_hero_terms-v6d {
  font-size: 11px;
  color: #5E4E42;
}.tlx_hero_game-v6d {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  overflow: hidden;
  background: #151009;
  display: flex;
  flex-direction: column;
  position: relative;
}.tlx_hero_game_badge-v6d {
  border-radius: 20px;
  background: rgba(245, 168, 32, 0.14);
  padding: 0.313rem 0.625rem;
  border: 1px solid rgba(245, 168, 32, 0.14);
  z-index: 3;
  top: 12px;
  font-size: 10px;
  font-weight: 700;
  left: 0.75rem;
  letter-spacing: .06em;
  position: absolute;
  text-transform: uppercase;
  color: #F5A820;
}.tlx_hero_game_badge-v6d svg {
  height: 0.688rem;
  vertical-align: -1px;
  width: 0.688rem;
  margin-right: 4px;
}.tlx_hero_game_img-v6d {
  background: linear-gradient(135deg,#3E1E06,#100C08);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.tlx_hero_game_img-v6d img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.tlx_hero_game_play-v6d {
  background: rgba(10, 7, 4, 0.72);
  inset: 0;
  transition: opacity .2s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  opacity: 0;
}.tlx_hero_game-v6d:hover .tlx_hero_game_play-v6d {
  opacity: 1;
}.tlx_hero_game_play-v6d span {
  border-radius: 50%;
  background: #C97C1E;
  height: 3.25rem;
  width: 3.25rem;
  align-items: center;
  justify-content: center;
  display: flex;
}.tlx_hero_game_play-v6d span svg {
  width: 18px;
  height: 1.125rem;
  margin-left: 2px;
}.tlx_hero_game_info-v6d {
  padding: 14px 1rem;
}.tlx_hero_game_title-v6d {
  margin-bottom: 0.25rem;
  font-size: 15px;
  overflow-wrap: break-word;
  color: #F6EDD9;
  font-weight: 700;
}.tlx_hero_game_provider-v6d {
  font-size: 11px;
  color: #7A6655;
}.tlx_hero_game_btn-v6d {
  background: #C97C1E;
  margin: 12px 16px 1rem;
  padding: 11px;
  transition: background .2s;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 13px;
  color: #F6EDD9;
  display: block;
  font-weight: 700;
}.tlx_hero_game-v6d:hover .tlx_hero_game_btn-v6d {
  background: #E28F28;
}.tlx_sbar-v6d {
  background: #100C08;
  padding: 1rem 1rem 0;
}
@media(min-width: 766px) {.tlx_sbar-v6d {
  padding: 18px 24px 0;
}
}.tlx_sbar_in-v6d {
  margin: 0 auto;
  max-width: 83.75rem;
}.tlx_sbar_row-v6d {
  gap: 0.625rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  display: flex;
}.tlx_sbar_input-v6d {
  background: #151009;
  padding: 0.688rem 16px;
  transition: border-color .2s;
  border-radius: 0.5rem;
  gap: 10px;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #7A6655;
  cursor: pointer;
  display: flex;
  font-size: 0.813rem;
  align-items: center;
}.tlx_sbar_input-v6d:hover {
  border-color: rgba(210, 130, 30, 0.45);
}.tlx_sbar_input-v6d svg {
  width: 15px;
  stroke-linejoin: round;
  stroke-linecap: round;
  flex-shrink: 0;
  height: 0.938rem;
}.tlx_sbar_providers-v6d {
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding: 11px 18px;
  background: #151009;
  white-space: nowrap;
  align-items: center;
  display: flex;
  color: #D5C3A5;
  font-weight: 600;
  font-size: 0.813rem;
}.tlx_sbar_providers-v6d:hover {
  border-color: rgba(210, 130, 30, 0.45);
  color: #F6EDD9;
}.tlx_sbar_providers-v6d svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 14px;
  width: 0.875rem;
}.tlx_sbar_tabs-v6d {
  gap: 6px;
  padding-bottom: 2px;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
}.tlx_sbar_tabs-v6d::-webkit-scrollbar {
  display: none;
}.tlx_sbar_tab-v6d {
  transition: background .15s,color .15s,border-color .15s;
  gap: 0.438rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  white-space: nowrap;
  align-items: center;
  color: #A8917A;
  font-weight: 600;
  display: flex;
  cursor: pointer;
  font-size: 12px;
  flex-shrink: 0;
}.tlx_sbar_tab-v6d:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(210, 130, 30, 0.45);
  color: #F6EDD9;
}.tlx_sbar_tab-v6d.tlx_state_active-v6d {
  background: rgba(201, 124, 30, 0.18);
  border-color: rgba(201, 124, 30, 0.08);
  color: #F6EDD9;
}.tlx_sbar_tab_ic-v6d svg {
  width: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
}.tlx_gcg-v6d {
  background: #100C08;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.tlx_gcg-v6d {
  padding: 44px 24px 0;
}
}.tlx_gcg_in-v6d {
  margin: 0 auto;
  max-width: 1340px;
}.tlx_gcg_head-v6d {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}.tlx_gcg_label-v6d {
  margin-bottom: 0.5rem;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C97C1E;
}.tlx_gcg_h2-v6d {
  color: #F6EDD9;
  font-size: 1.375rem;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.tlx_gcg_h2-v6d {
  font-size: 1.75rem;
}
}.tlx_gcg_intro-v6d {
  line-height: 1.6;
  font-size: 0.813rem;
  color: #7A6655;
}.tlx_gcg_grid-v6d {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.tlx_gcg_grid-v6d {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.tlx_gcg_grid-v6d {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.tlx_gcg_card-v6d {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: transform .2s,border-color .2s;
  padding: 1.25rem;
  border-radius: 12px;
  overflow: hidden;
  flex-direction: column;
  min-height: 15rem;
  position: relative;
  display: flex;
  cursor: pointer;
  justify-content: flex-end;
}.tlx_gcg_card-v6d:hover {
  border-color: rgba(201, 124, 30, 0.18);
  transform: translateY(-3px);
}.tlx_gcg_card_bg-v6d {
  inset: 0;
  position: absolute;
  z-index: 0;
}.tlx_gcg_card_bg-v6d::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.tlx_gcg_card_ic-v6d {
  border-radius: 0.25rem;
  background: rgba(0,0,0,.45);
  width: 40px;
  z-index: 2;
  align-items: center;
  height: 40px;
  top: 1.125rem;
  justify-content: center;
  position: absolute;
  right: 1.125rem;
  display: flex;
  color: #F6EDD9;
}.tlx_gcg_card_ic-v6d svg {
  height: 1.25rem;
  stroke-linejoin: round;
  width: 20px;
  stroke-linecap: round;
}.tlx_gcg_card_ct-v6d {
  position: relative;
  z-index: 1;
}.tlx_gcg_card_h-v6d {
  font-size: 1.125rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #F6EDD9;
  line-height: 1.2;
}
@media(min-width: 771px) {.tlx_gcg_card_h-v6d {
  font-size: 1.25rem;
}
}.tlx_gcg_card_p-v6d {
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  font-size: 12px;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
}.tlx_gcg_card_p-v6d strong {
  color: #F6EDD9;
  font-weight: 600;
}.tlx_gcg_card_cta-v6d {
  gap: 4px;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  color: #C97C1E;
  font-weight: 700;
}.tlx_gcg_card_cta-v6d svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.75rem;
  height: 12px;
}.tlx_gr_jp-v6d {
  padding: 1.25rem;
  overflow: hidden;
  border-radius: 0.75rem;
  background: linear-gradient(135deg,#29104A 0%,#090604 100%);
  position: relative;
}.tlx_gr_jp-v6d::before {
  background: radial-gradient(circle,rgba(139, 58, 16, 0.28) 0%,transparent 70%);
  border-radius: 50%;
  position: absolute;
  top: -60px;
  width: 15.625rem;
  content: '';
  left: -60px;
  height: 15.625rem;
}.tlx_gr_jp-v6d::after {
  background: radial-gradient(circle,rgba(245, 168, 32, 0.14) 0%,transparent 70%);
  border-radius: 50%;
  width: 12.5rem;
  height: 200px;
  content: '';
  bottom: -2.5rem;
  right: 0;
  position: absolute;
}.tlx_gr_jp_head-v6d {
  gap: 16px;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.tlx_gr_jp_info-v6d {
  flex: 1;
}.tlx_gr_jp_label-v6d {
  color: #9B4FCC;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
}.tlx_gr_jp_label-v6d svg {
  height: 0.875rem;
  stroke-linecap: round;
  vertical-align: -2px;
  margin-right: 0.25rem;
  width: 0.875rem;
  stroke-linejoin: round;
}.tlx_gr_jp_amount-v6d {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.25rem;
  font-size: 32px;
  color: #F6EDD9;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.tlx_gr_jp_amount-v6d {
  font-size: 40px;
}
}.tlx_gr_jp_amount-v6d span {
  color: #F5A820;
}.tlx_gr_jp_seo-v6d {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #A8917A;
  max-width: 480px;
}.tlx_gr_jp_cta-v6d {
  border-radius: 8px;
  padding: 11px 20px;
  border: 1px solid rgba(139, 58, 16, 0.28);
  transition: background .2s;
  background: rgba(139, 58, 16, 0.28);
  margin-top: 0.25rem;
  flex-shrink: 0;
  font-weight: 700;
  z-index: 1;
  position: relative;
  font-size: 13px;
  white-space: nowrap;
  align-self: flex-start;
  color: #F6EDD9;
}.tlx_gr_jp_cta-v6d:hover {
  background: #8B3A10;
}.tlx_ws-v6d {
  background: #100C08;
  padding: 2rem 16px 0;
}
@media(min-width: 767px) {.tlx_ws-v6d {
  padding: 2.25rem 24px 0;
}
}.tlx_ws_in-v6d {
  margin: 0 auto;
  max-width: 1340px;
}.tlx_ws_head-v6d {
  gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-bottom: 14px;
}.tlx_ws_title-v6d {
  gap: 10px;
  display: flex;
  font-size: 16px;
  align-items: center;
  overflow-wrap: break-word;
  color: #F6EDD9;
  font-family: 'Cinzel', serif;
  flex-wrap: wrap;
  font-weight: 700;
}.tlx_ws_title_ic-v6d svg {
  stroke-linecap: round;
  height: 18px;
  width: 18px;
  color: #F5A820;
  stroke-linejoin: round;
}.tlx_ws_online-v6d {
  gap: 7px;
  font-weight: 600;
  display: flex;
  color: #7A6655;
  align-items: center;
  font-size: 0.75rem;
}.tlx_ws_online_dot-v6d {
  border-radius: 50%;
  background: #21C55D;
  flex-shrink: 0;
  box-shadow: 0 0 0.375rem rgba(33, 197, 93, 0.14);
  width: 8px;
  height: 8px;
}.tlx_ws_scroll-v6d {
  gap: 0.5rem;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  padding-bottom: 8px;
}.tlx_ws_scroll-v6d::-webkit-scrollbar {
  display: none;
}.tlx_wc-v6d {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #151009;
  padding: 10px 0.875rem;
  border-radius: 0.5rem;
  gap: 0.625rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 220px;
}.tlx_wc_img-v6d {
  overflow: hidden;
  background: #1A1410;
  border-radius: 0.25rem;
  height: 36px;
  flex-shrink: 0;
  width: 36px;
}.tlx_wc_img-v6d img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.tlx_wc_info-v6d {
  min-width: 0;
}.tlx_wc_game-v6d {
  overflow: hidden;
  font-size: 12px;
  color: #D5C3A5;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}.tlx_wc_player-v6d {
  overflow: hidden;
  font-size: 0.625rem;
  text-overflow: ellipsis;
  color: #5E4E42;
  white-space: nowrap;
}.tlx_wc_amount-v6d {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 700;
  color: #21C55D;
  margin-left: auto;
}.tlx_reg-v6d {
  background: #100C08;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.tlx_reg-v6d {
  padding: 2.75rem 24px 0;
}
}.tlx_reg_in-v6d {
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 28px 24px;
  background: #1A1410;
  max-width: 83.75rem;
}
@media(min-width:768px) {.tlx_reg_in-v6d {
  padding: 40px;
}
}.tlx_reg_top-v6d {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 859px) {.tlx_reg_top-v6d {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.tlx_reg_label-v6d {
  color: #C97C1E;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}.tlx_reg_h2-v6d {
  font-size: 1.375rem;
  font-family: 'Cinzel', serif;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-weight: 800;
  color: #F6EDD9;
}
@media(min-width: 769px) {.tlx_reg_h2-v6d {
  font-size: 1.75rem;
}
}.tlx_reg_bonus-v6d {
  border-radius: 0.5rem;
  gap: 0.5rem;
  padding: 10px 1rem;
  background: rgba(245, 168, 32, 0.14);
  border: 1px solid rgba(245, 168, 32, 0.14);
  display: inline-flex;
  margin-bottom: 1rem;
  align-items: center;
}.tlx_reg_bonus_amount-v6d {
  font-size: 20px;
  color: #F5A820;
  font-weight: 800;
}.tlx_reg_bonus_text-v6d {
  color: #A8917A;
  line-height: 1.35;
  font-size: 0.813rem;
}.tlx_reg_cta_btn-v6d {
  padding: 0.875rem 2rem;
  transition: background .2s;
  background: #21C55D;
  border-radius: 8px;
  box-shadow: 0 0 14px 3px rgba(33, 197, 93, 0.45), 2px 0.25rem 10px rgba(0, 0, 0, 0.65);
  display: inline-block;
  font-weight: 700;
  color: #1A0D04;
  margin-bottom: 0.75rem;
  font-size: 15px;
}.tlx_reg_cta_btn-v6d:hover {
  background: #17A34A;
}.tlx_reg_terms-v6d {
  line-height: 1.5;
  font-size: 11px;
  color: #5E4E42;
}.tlx_reg_seo-v6d {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 20px;
  font-size: 13px;
  color: #7A6655;
  padding-top: 1.25rem;
  overflow-wrap: break-word;
  line-height: 1.65;
}.tlx_reg_seo-v6d p {
  margin-bottom: 10px;
  line-height: 1.65;
  color: #7A6655;
  font-size: 13px;
}.tlx_reg_seo-v6d p:last-child {
  margin-bottom: 0;
}.tlx_reg_seo-v6d strong {
  color: #D5C3A5;
  font-weight: 700;
}.tlx_reg_seo-v6d a {
  transition: color .2s;
  text-decoration: underline;
  color: #C97C1E;
}.tlx_reg_seo-v6d a:hover {
  color: #E28F28;
}.tlx_reg_seo-v6d ul,.tlx_reg_seo-v6d ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.tlx_reg_seo-v6d ol {
  list-style: decimal;
}.tlx_reg_seo-v6d li {
  line-height: 1.65;
  color: #7A6655;
  font-size: 0.813rem;
  margin-bottom: 0.25rem;
}.tlx_reg_seo-v6d table {
  width: 100%;
  font-size: 0.813rem;
  overflow-x: auto;
  margin-bottom: 10px;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 766px) {.tlx_reg_seo-v6d table {
  display: table;
}
}.tlx_reg_seo-v6d th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #D5C3A5;
}.tlx_reg_seo-v6d td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A6655;
}.tlx_reg_steps-v6d {
  gap: 14px;
  display: flex;
  margin-top: 28px;
  flex-direction: column;
}
@media(min-width: 859px) {.tlx_reg_steps-v6d {
  margin-top: 0;
}
}.tlx_reg_step-v6d {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  gap: 14px;
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.tlx_reg_step_num-v6d {
  background: rgba(201, 124, 30, 0.18);
  border-radius: 50%;
  border: 1px solid rgba(201, 124, 30, 0.08);
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  width: 34px;
  align-items: center;
  font-weight: 800;
  color: #C97C1E;
  height: 34px;
  flex-shrink: 0;
}.tlx_reg_step_title-v6d {
  color: #F6EDD9;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
}.tlx_reg_step_text-v6d {
  color: #7A6655;
  font-size: 0.75rem;
  line-height: 1.5;
}.tlx_reg_trust-v6d {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  padding-top: 20px;
}.tlx_reg_trust_item-v6d {
  gap: 0.438rem;
  display: flex;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #7A6655;
  align-items: center;
}.tlx_reg_trust_ic-v6d svg {
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
  color: #C97C1E;
}.tlx_prov-v6d {
  padding: 36px 16px 0;
  background: #100C08;
}
@media(min-width: 769px) {.tlx_prov-v6d {
  padding: 2.75rem 24px 0;
}
}.tlx_prov_in-v6d {
  margin: 0 auto;
  max-width: 1340px;
}.tlx_prov_head-v6d {
  margin-bottom: 16px;
}.tlx_prov_label-v6d {
  color: #C97C1E;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}.tlx_prov_h2-v6d {
  color: #F6EDD9;
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.tlx_prov_h2-v6d {
  font-size: 1.5rem;
}
}.tlx_prov_seo-v6d {
  color: #7A6655;
  font-size: 0.813rem;
  margin-bottom: 1rem;
  line-height: 1.6;
  max-width: 38.75rem;
  overflow-wrap: break-word;
}.tlx_prov_seo-v6d strong {
  color: #D5C3A5;
  font-weight: 700;
}.tlx_prov_seo-v6d a {
  color: #C97C1E;
  text-decoration: underline;
}.tlx_prov_grid-v6d {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.tlx_prov_grid-v6d {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1078px) {.tlx_prov_grid-v6d {
  grid-template-columns: repeat(8,1fr);
}
}.tlx_prov_card-v6d {
  transition: border-color .2s,background .2s;
  padding: 14px 10px;
  background: #151009;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  gap: 0.438rem;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  display: flex;
}.tlx_prov_card-v6d:hover {
  background: #1A1410;
  border-color: rgba(210, 130, 30, 0.45);
}.tlx_prov_logo-v6d {
  border-radius: 4px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  width: 44px;
  height: 2.75rem;
  justify-content: center;
}.tlx_prov_logo-v6d img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.tlx_prov_name-v6d {
  color: #A8917A;
  text-align: center;
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 11px;
}.tlx_bon-v6d {
  background: #100C08;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.tlx_bon-v6d {
  padding: 44px 24px 0;
}
}.tlx_bon_in-v6d {
  margin: 0 auto;
  max-width: 83.75rem;
}.tlx_bon_head-v6d {
  margin-bottom: 1.25rem;
}.tlx_bon_label-v6d {
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C97C1E;
  font-size: 0.688rem;
}.tlx_bon_h2-v6d {
  font-size: 20px;
  color: #F6EDD9;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.tlx_bon_h2-v6d {
  font-size: 24px;
}
}.tlx_bon_seo-v6d {
  line-height: 1.6;
  font-size: 13px;
  overflow-wrap: break-word;
  max-width: 38.75rem;
  color: #7A6655;
}.tlx_bon_seo-v6d strong {
  font-weight: 700;
  color: #D5C3A5;
}.tlx_bon_seo-v6d a {
  color: #C97C1E;
  text-decoration: underline;
}.tlx_bon_grid-v6d {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.tlx_bon_grid-v6d {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.tlx_bon_grid-v6d {
  grid-template-columns: repeat(5,1fr);
}
}.tlx_bon_card-v6d {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1rem;
  background: #151009;
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
}.tlx_bon_card-v6d:hover {
  border-color: rgba(201, 124, 30, 0.08);
  transform: translateY(-2px);
}.tlx_bon_card_ic-v6d svg {
  stroke-linecap: round;
  height: 1.625rem;
  width: 1.625rem;
  stroke-linejoin: round;
}.tlx_bon_card_ic-v6d {
  margin-bottom: 0.625rem;
}.tlx_bon_card_type-v6d {
  color: #7A6655;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: .06em;
}.tlx_bon_card_amount-v6d {
  font-size: 1.125rem;
  margin-bottom: 0.375rem;
  font-weight: 800;
  line-height: 1.1;
  color: #F5A820;
}.tlx_bon_card_name-v6d {
  margin-bottom: 0.5rem;
  font-size: 0.813rem;
  color: #F6EDD9;
  font-weight: 600;
  overflow-wrap: break-word;
}.tlx_bon_card_detail-v6d {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.688rem;
  color: #5E4E42;
  line-height: 1.5;
  padding-top: 0.5rem;
  overflow-wrap: break-word;
}.tlx_app-v6d {
  background: #100C08;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.tlx_app-v6d {
  padding: 44px 24px 0;
}
}.tlx_app_in-v6d {
  margin: 0 auto;
  max-width: 1340px;
}.tlx_app_head-v6d {
  margin-bottom: 1rem;
}.tlx_app_label-v6d {
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  color: #C97C1E;
  margin-bottom: 0.5rem;
}.tlx_app_h2-v6d {
  font-family: 'Cinzel', serif;
  margin-bottom: 0.375rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F6EDD9;
  font-size: 1.25rem;
}
@media(min-width: 765px) {.tlx_app_h2-v6d {
  font-size: 1.5rem;
}
}.tlx_app_sub-v6d {
  overflow-wrap: break-word;
  color: #7A6655;
  font-size: 13px;
  max-width: 37.5rem;
  line-height: 1.6;
}.tlx_app_sub-v6d strong {
  font-weight: 700;
  color: #D5C3A5;
}.tlx_app_cards-v6d {
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}
@media(min-width: 641px) {.tlx_app_cards-v6d {
  grid-template-columns: repeat(3,1fr);
}
}.tlx_app_card-v6d {
  padding: 20px;
  overflow: hidden;
  border-radius: 0.5rem;
  gap: 16px;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.tlx_app_card_ios-v6d {
  background: linear-gradient(135deg,rgba(201, 124, 30, 0.18) 0%,#1A1410 100%);
}.tlx_app_card_android-v6d {
  background: linear-gradient(135deg,rgba(33, 197, 93, 0.14) 0%,#1A1410 100%);
}.tlx_app_card_win-v6d {
  background: linear-gradient(135deg,rgba(245, 168, 32, 0.14) 0%,#1A1410 100%);
}.tlx_app_card_ic-v6d svg {
  width: 2.125rem;
  stroke-linejoin: round;
  height: 34px;
  stroke-linecap: round;
}.tlx_app_card_ic-v6d {
  color: #F6EDD9;
  flex-shrink: 0;
}.tlx_app_card_os-v6d {
  font-weight: 700;
  color: #7A6655;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  font-size: 0.625rem;
}.tlx_app_card_title-v6d {
  margin-bottom: 0.375rem;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  color: #F6EDD9;
  overflow-wrap: break-word;
}.tlx_app_card_text-v6d {
  margin-bottom: 14px;
  color: #7A6655;
  font-size: 0.75rem;
  line-height: 1.5;
  overflow-wrap: break-word;
}.tlx_app_card_btn-v6d {
  border: 1px solid rgba(210, 130, 30, 0.45);
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.12);
  gap: 7px;
  transition: background .2s;
  border-radius: 0.25rem;
  color: #F6EDD9;
  font-weight: 700;
  align-items: center;
  display: inline-flex;
  font-size: 13px;
}.tlx_app_card_btn-v6d:hover {
  background: rgba(255, 255, 255, 0.07);
}.tlx_htp-v6d {
  background: #100C08;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.tlx_htp-v6d {
  padding: 2.75rem 1.5rem 0;
}
}.tlx_htp_in-v6d {
  margin: 0 auto;
  max-width: 83.75rem;
}.tlx_htp_head-v6d {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.tlx_htp_label-v6d {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #C97C1E;
  font-size: 11px;
}.tlx_htp_h2-v6d {
  font-size: 22px;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F6EDD9;
}
@media(min-width: 766px) {.tlx_htp_h2-v6d {
  font-size: 28px;
}
}.tlx_htp_intro-v6d {
  font-size: 14px;
  color: #7A6655;
  line-height: 1.6;
}.tlx_htp_steps-v6d {
  gap: 0.75rem;
  margin: 0;
  list-style: none;
  padding: 0;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width:640px) {.tlx_htp_steps-v6d {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.tlx_htp_steps-v6d {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.tlx_htp_step-v6d {
  background: #1A1410;
  border-radius: 8px;
  padding: 20px 18px 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex-direction: column;
  display: flex;
  position: relative;
}.tlx_htp_step_num-v6d {
  background: #C97C1E;
  border-radius: 50%;
  width: 1.75rem;
  font-weight: 800;
  left: 1.25rem;
  display: flex;
  font-size: 13px;
  align-items: center;
  color: #1A0D04;
  height: 28px;
  font-family: 'Cinzel', serif;
  justify-content: center;
  top: -12px;
  position: absolute;
}.tlx_htp_step_ic-v6d {
  background: rgba(201, 124, 30, 0.18);
  margin: 0.5rem 0 0.75rem;
  border-radius: 4px;
  width: 36px;
  display: flex;
  justify-content: center;
  height: 36px;
  align-items: center;
  color: #C97C1E;
}.tlx_htp_step_ic-v6d svg {
  stroke-linejoin: round;
  width: 18px;
  stroke-linecap: round;
  height: 1.125rem;
}.tlx_htp_step_h-v6d {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 6px;
  color: #F6EDD9;
}.tlx_htp_step_p-v6d {
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.55;
  color: #7A6655;
}.tlx_htp_step_p-v6d strong {
  color: #D5C3A5;
  font-weight: 600;
}.tlx_htp_cta-v6d {
  background: #21C55D;
  padding: 0.813rem 1.625rem;
  border-radius: 8px;
  transition: background .2s;
  display: inline-block;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  color: #1A0D04;
  font-weight: 700;
}.tlx_htp_cta-v6d:hover {
  background: #17A34A;
}.tlx_pmt-v6d {
  padding: 36px 16px 0;
  background: #100C08;
}
@media(min-width: 765px) {.tlx_pmt-v6d {
  padding: 44px 1.5rem 0;
}
}.tlx_pmt_in-v6d {
  margin: 0 auto;
  max-width: 1340px;
}.tlx_pmt_head-v6d {
  margin-bottom: 22px;
  max-width: 720px;
}.tlx_pmt_label-v6d {
  color: #C97C1E;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
}.tlx_pmt_h2-v6d {
  font-size: 1.375rem;
  font-weight: 800;
  color: #F6EDD9;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width:768px) {.tlx_pmt_h2-v6d {
  font-size: 1.75rem;
}
}.tlx_pmt_intro-v6d {
  font-size: 14px;
  color: #7A6655;
  line-height: 1.6;
  overflow-wrap: break-word;
}.tlx_pmt_groups-v6d {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}.tlx_pmt_group-v6d {
  background: #1A1410;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  padding: 20px;
}.tlx_pmt_group_head-v6d {
  gap: 0.75rem;
  margin-bottom: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.tlx_pmt_group_ic-v6d {
  border-radius: 4px;
  background: rgba(201, 124, 30, 0.18);
  height: 36px;
  justify-content: center;
  width: 2.25rem;
  flex-shrink: 0;
  color: #C97C1E;
  display: flex;
  align-items: center;
}.tlx_pmt_group_ic-v6d svg {
  width: 1.125rem;
  stroke-linejoin: round;
  height: 1.125rem;
  stroke-linecap: round;
}.tlx_pmt_group_h-v6d {
  margin: 0;
  font-weight: 700;
  color: #F6EDD9;
  overflow-wrap: break-word;
  font-size: 16px;
  font-family: 'Cinzel', serif;
}.tlx_pmt_group_p-v6d {
  color: #7A6655;
  line-height: 1.6;
  margin-bottom: 0.875rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.tlx_pmt_group_p-v6d strong {
  color: #D5C3A5;
  font-weight: 600;
}.tlx_pmt_table_wrap-v6d {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.tlx_pmt_table-v6d {
  border-collapse: collapse;
  font-size: 13px;
  min-width: 540px;
  width: 100%;
}.tlx_pmt_table-v6d th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  color: #D5C3A5;
  letter-spacing: .04em;
  font-size: 0.688rem;
  white-space: nowrap;
}.tlx_pmt_table-v6d td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  color: #7A6655;
}.tlx_pmt_table-v6d tbody tr:last-child td {
  border-bottom: none;
}.tlx_pmt_table-v6d tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D5C3A5;
}.tlx_seo-v6d {
  background: #100C08;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.tlx_seo-v6d {
  padding: 2.75rem 24px 0;
}
}.tlx_seo_in-v6d {
  border-radius: 12px;
  background: #1A1410;
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 83.75rem;
}
@media(min-width: 770px) {.tlx_seo_in-v6d {
  padding: 2.25rem 40px;
}
}.tlx_seo_label-v6d {
  font-size: 0.688rem;
  font-weight: 700;
  color: #C97C1E;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 10px;
}.tlx_seo_h2-v6d {
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  line-height: 1.25;
  color: #F6EDD9;
  margin-bottom: 14px;
}
@media(min-width:768px) {.tlx_seo_h2-v6d {
  font-size: 1.5rem;
}
}.tlx_seo_body-v6d {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #A8917A;
  font-size: 14px;
}.tlx_seo_body-v6d p {
  color: #A8917A;
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 14px;
}.tlx_seo_body-v6d p:last-child {
  margin-bottom: 0;
}.tlx_seo_body-v6d strong {
  color: #D5C3A5;
  font-weight: 700;
}.tlx_seo_body-v6d a {
  transition: color .2s;
  text-decoration: underline;
  color: #C97C1E;
}.tlx_seo_body-v6d a:hover {
  color: #E28F28;
}.tlx_seo_body-v6d ul,.tlx_seo_body-v6d ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.tlx_seo_body-v6d ol {
  list-style: decimal;
}.tlx_seo_body-v6d li {
  font-size: 0.875rem;
  margin-bottom: 6px;
  line-height: 1.75;
  color: #A8917A;
}.tlx_seo_body-v6d table {
  margin-bottom: 12px;
  overflow-x: auto;
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 766px) {.tlx_seo_body-v6d table {
  display: table;
}
}.tlx_seo_body-v6d th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  color: #D5C3A5;
  font-weight: 700;
  text-align: left;
}.tlx_seo_body-v6d td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #A8917A;
}.tlx_seo_cols-v6d {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.tlx_seo_cols-v6d {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.tlx_seo_cols-v6d {
  grid-template-columns: repeat(3,1fr);
}
}.tlx_seo_col_h-v6d {
  color: #D5C3A5;
  margin-bottom: 7px;
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 700;
}.tlx_seo_col_p-v6d {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #7A6655;
  overflow-wrap: break-word;
}.tlx_seo_stats-v6d {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.tlx_seo_stat-v6d {
  border: 1px solid rgba(201, 124, 30, 0.18);
  background: rgba(201, 124, 30, 0.08);
  border-radius: 8px;
  padding: 0.875rem 16px;
  flex: 1;
  min-width: 8.75rem;
}.tlx_seo_stat_val-v6d {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #C97C1E;
  margin-bottom: 0.25rem;
  font-size: 20px;
}.tlx_seo_stat_lb-v6d {
  font-size: 0.688rem;
  color: #7A6655;
  overflow-wrap: break-word;
}.tlx_seo-v6d {
  padding: 2.25rem 1rem 0;
  background: #100C08;
}
@media(min-width: 770px) {.tlx_seo-v6d {
  padding: 2.75rem 24px 0;
}
}.tlx_seo_in-v6d {
  margin: 0 auto;
  border-radius: 12px;
  background: #1A1410;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.75rem 24px;
  max-width: 83.75rem;
}
@media(min-width: 770px) {.tlx_seo_in-v6d {
  padding: 36px 2.5rem;
}
}.tlx_seo_label-v6d {
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #C97C1E;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}.tlx_seo_h2-v6d {
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  line-height: 1.25;
  font-size: 20px;
  color: #F6EDD9;
}
@media(min-width: 770px) {.tlx_seo_h2-v6d {
  font-size: 24px;
}
}.tlx_seo_body-v6d {
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #A8917A;
}.tlx_seo_body-v6d p {
  line-height: 1.75;
  color: #A8917A;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}.tlx_seo_body-v6d p:last-child {
  margin-bottom: 0;
}.tlx_seo_body-v6d strong {
  font-weight: 700;
  color: #D5C3A5;
}.tlx_seo_body-v6d a {
  transition: color .2s;
  text-decoration: underline;
  color: #C97C1E;
}.tlx_seo_body-v6d a:hover {
  color: #E28F28;
}.tlx_seo_body-v6d ul,.tlx_seo_body-v6d ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.tlx_seo_body-v6d ol {
  list-style: decimal;
}.tlx_seo_body-v6d li {
  font-size: 14px;
  color: #A8917A;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.tlx_seo_body-v6d table {
  font-size: 0.813rem;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 12px;
  display: block;
}
@media(min-width: 767px) {.tlx_seo_body-v6d table {
  display: table;
}
}.tlx_seo_body-v6d th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #D5C3A5;
}.tlx_seo_body-v6d td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A8917A;
}.tlx_seo_cols-v6d {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.tlx_seo_cols-v6d {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.tlx_seo_cols-v6d {
  grid-template-columns: repeat(3,1fr);
}
}.tlx_seo_col_h-v6d {
  overflow-wrap: break-word;
  color: #D5C3A5;
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
}.tlx_seo_col_p-v6d {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #7A6655;
}.tlx_seo_stats-v6d {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.tlx_seo_stat-v6d {
  background: rgba(201, 124, 30, 0.08);
  border: 1px solid rgba(201, 124, 30, 0.18);
  flex: 1;
  border-radius: 8px;
  padding: 0.875rem 16px;
  min-width: 8.75rem;
}.tlx_seo_stat_val-v6d {
  margin-bottom: 0.25rem;
  font-weight: 800;
  color: #C97C1E;
  overflow-wrap: break-word;
  font-size: 20px;
}.tlx_seo_stat_lb-v6d {
  color: #7A6655;
  overflow-wrap: break-word;
  font-size: 11px;
}.tlx_faq-v6d {
  padding: 36px 16px 0;
  background: #100C08;
}
@media(min-width: 771px) {.tlx_faq-v6d {
  padding: 44px 1.5rem 0;
}
}.tlx_faq_in-v6d {
  margin: 0 auto;
  max-width: 83.75rem;
}.tlx_faq_head-v6d {
  margin-bottom: 1.25rem;
}.tlx_faq_label-v6d {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #C97C1E;
  font-weight: 700;
}.tlx_faq_h2-v6d {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: 'Cinzel', serif;
  color: #F6EDD9;
}
@media(min-width: 765px) {.tlx_faq_h2-v6d {
  font-size: 1.5rem;
}
}.tlx_faq_list-v6d {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.tlx_faq_item-v6d {
  overflow: hidden;
  background: #1A1410;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.tlx_faq_q-v6d {
  padding: 16px 1.25rem;
  gap: 0.75rem;
  transition: color .2s;
  overflow-wrap: break-word;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  flex-wrap: wrap;
  color: #D5C3A5;
  cursor: pointer;
  align-items: center;
}.tlx_faq_q-v6d:hover {
  color: #F6EDD9;
}.tlx_faq_q_ic-v6d {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  width: 24px;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  color: #C97C1E;
  flex-shrink: 0;
  height: 1.5rem;
  align-items: center;
}.tlx_faq_item-v6d.tlx_state_open-v6d .tlx_faq_q_ic-v6d {
  transform: rotate(45deg);
}.tlx_faq_a-v6d {
  padding: 0 1.25rem 16px;
  color: #7A6655;
  display: none;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.7;
}.tlx_faq_item-v6d.tlx_state_open-v6d .tlx_faq_a-v6d {
  display: block;
}.tlx_faq_a-v6d strong {
  font-weight: 700;
  color: #D5C3A5;
}.tlx_faq_a-v6d a {
  text-decoration: underline;
  color: #C97C1E;
}.tlx_faq_a-v6d ul,.tlx_faq_a-v6d ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 1.25rem;
}.tlx_faq_a-v6d ol {
  list-style: decimal;
}.tlx_faq_a-v6d li {
  line-height: 1.6;
  margin-bottom: 4px;
}.tlx_faq_a-v6d table {
  margin: 8px 0;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: 100%;
  font-size: 12px;
}
@media(min-width: 765px) {.tlx_faq_a-v6d table {
  display: table;
}
}.tlx_faq_a-v6d th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 8px;
  color: #D5C3A5;
  text-align: left;
  font-weight: 700;
}.tlx_faq_a-v6d td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 8px;
  color: #7A6655;
}.tlx_seo-v6d {
  padding: 36px 1rem 0;
  background: #100C08;
}
@media(min-width: 770px) {.tlx_seo-v6d {
  padding: 44px 1.5rem 0;
}
}.tlx_seo_in-v6d {
  background: #1A1410;
  padding: 28px 24px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  max-width: 1340px;
}
@media(min-width: 765px) {.tlx_seo_in-v6d {
  padding: 2.25rem 40px;
}
}.tlx_seo_label-v6d {
  font-weight: 700;
  font-size: 0.688rem;
  color: #C97C1E;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
}.tlx_seo_h2-v6d {
  font-weight: 800;
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #F6EDD9;
  margin-bottom: 14px;
}
@media(min-width: 769px) {.tlx_seo_h2-v6d {
  font-size: 24px;
}
}.tlx_seo_body-v6d {
  color: #A8917A;
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.75;
}.tlx_seo_body-v6d p {
  color: #A8917A;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 0.875rem;
}.tlx_seo_body-v6d p:last-child {
  margin-bottom: 0;
}.tlx_seo_body-v6d strong {
  font-weight: 700;
  color: #D5C3A5;
}.tlx_seo_body-v6d a {
  transition: color .2s;
  text-decoration: underline;
  color: #C97C1E;
}.tlx_seo_body-v6d a:hover {
  color: #E28F28;
}.tlx_seo_body-v6d ul,.tlx_seo_body-v6d ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.tlx_seo_body-v6d ol {
  list-style: decimal;
}.tlx_seo_body-v6d li {
  margin-bottom: 6px;
  color: #A8917A;
  line-height: 1.75;
  font-size: 14px;
}.tlx_seo_body-v6d table {
  display: block;
  font-size: 13px;
  border-collapse: collapse;
  margin-bottom: 12px;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 767px) {.tlx_seo_body-v6d table {
  display: table;
}
}.tlx_seo_body-v6d th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  color: #D5C3A5;
  text-align: left;
}.tlx_seo_body-v6d td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #A8917A;
}.tlx_seo_cols-v6d {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.tlx_seo_cols-v6d {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.tlx_seo_cols-v6d {
  grid-template-columns: repeat(3,1fr);
}
}.tlx_seo_col_h-v6d {
  margin-bottom: 7px;
  color: #D5C3A5;
  font-weight: 700;
  font-size: 13px;
  overflow-wrap: break-word;
}.tlx_seo_col_p-v6d {
  font-size: 13px;
  color: #7A6655;
  line-height: 1.65;
  overflow-wrap: break-word;
}.tlx_seo_stats-v6d {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.tlx_seo_stat-v6d {
  border: 1px solid rgba(201, 124, 30, 0.18);
  background: rgba(201, 124, 30, 0.08);
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
  flex: 1;
  min-width: 140px;
}.tlx_seo_stat_val-v6d {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #C97C1E;
}.tlx_seo_stat_lb-v6d {
  color: #7A6655;
  font-size: 11px;
  overflow-wrap: break-word;
}.tlx_ft-v6d {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #090604;
  margin-top: 48px;
}.tlx_ft_support-v6d {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.tlx_ft_support-v6d {
  padding: 28px 24px;
}
}.tlx_ft_support_in-v6d {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 83.75rem;
}.tlx_ft_support_main-v6d {
  flex: 1;
  gap: 1rem;
  min-width: 220px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.tlx_ft_support_ic-v6d {
  color: #C97C1E;
  flex-shrink: 0;
}.tlx_ft_support_ic-v6d svg {
  height: 30px;
  stroke-linecap: round;
  width: 30px;
  stroke-linejoin: round;
}.tlx_ft_support_text_title-v6d {
  font-weight: 700;
  color: #F6EDD9;
  font-size: 15px;
  overflow-wrap: break-word;
  margin-bottom: 3px;
}.tlx_ft_support_text_sub-v6d {
  color: #7A6655;
  overflow-wrap: break-word;
  font-size: 12px;
}.tlx_ft_support_btn-v6d {
  padding: 0.688rem 1.375rem;
  border-radius: 8px;
  background: #C97C1E;
  transition: background .2s;
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
  color: #F6EDD9;
  font-size: 0.813rem;
}.tlx_ft_support_btn-v6d:hover {
  background: #E28F28;
}.tlx_ft_support_contacts-v6d {
  gap: 1rem;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.tlx_ft_support_contact-v6d {
  color: #5E4E42;
  font-size: 0.75rem;
  line-height: 1.4;
}.tlx_ft_support_contact-v6d strong {
  margin-bottom: 2px;
  color: #A8917A;
  font-weight: 600;
  font-size: 0.688rem;
  display: block;
}.tlx_ft_main-v6d {
  padding: 2rem 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 765px) {.tlx_ft_main-v6d {
  padding: 40px 24px 2rem;
}
}.tlx_ft_main_in-v6d {
  gap: 24px;
  margin: 0 auto;
  max-width: 83.75rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.tlx_ft_main_in-v6d {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.tlx_ft_main_in-v6d {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.tlx_ft_col_logo-v6d {
  grid-column: 1/-1;
}
@media(min-width: 1082px) {.tlx_ft_col_logo-v6d {
  grid-column: auto;
}
}.tlx_ft_logo-v6d {
  gap: 0.563rem;
  margin-bottom: 12px;
  color: #F6EDD9;
  overflow-wrap: break-word;
  align-items: center;
  font-weight: 800;
  flex-wrap: wrap;
  display: flex;
  font-size: 1rem;
}.tlx_ft_logo_mark-v6d {
  overflow: hidden;
  border-radius: 4px;
  height: 1.875rem;
  width: 30px;
}.tlx_ft_logo_mark-v6d img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.tlx_ft_logo_sub-v6d {
  max-width: 200px;
  overflow-wrap: break-word;
  color: #5E4E42;
  line-height: 1.55;
  font-size: 0.75rem;
}.tlx_ft_col_title-v6d {
  font-size: 12px;
  letter-spacing: .07em;
  margin-bottom: 14px;
  text-transform: uppercase;
  color: #A8917A;
  font-weight: 700;
}.tlx_ft_col_links-v6d {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.tlx_ft_col_link-v6d {
  transition: color .2s;
  color: #5E4E42;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.tlx_ft_col_link-v6d:hover {
  color: #D5C3A5;
}.tlx_ft_apps-v6d {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.tlx_ft_app_card-v6d {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  padding: 10px 0.75rem;
  gap: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  display: flex;
  align-items: center;
}.tlx_ft_app_card-v6d:hover {
  border-color: rgba(210, 130, 30, 0.45);
}.tlx_ft_app_card_ic-v6d svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 22px;
  width: 22px;
}.tlx_ft_app_card_os-v6d {
  font-weight: 600;
  color: #5E4E42;
  font-size: 0.625rem;
}.tlx_ft_app_card_action-v6d {
  font-weight: 700;
  font-size: 0.75rem;
  color: #D5C3A5;
}.tlx_ft_bot-v6d {
  padding: 1.25rem 16px;
}
@media(min-width: 767px) {.tlx_ft_bot-v6d {
  padding: 1.25rem 24px;
}
}.tlx_ft_bot_in-v6d {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  max-width: 1340px;
  align-items: center;
}.tlx_ft_socials-v6d {
  gap: 0.5rem;
  display: flex;
}.tlx_ft_soc-v6d {
  border-radius: 0.25rem;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  justify-content: center;
  width: 2.25rem;
  align-items: center;
  height: 36px;
  color: #A8917A;
}.tlx_ft_soc-v6d svg {
  stroke-linecap: round;
  height: 16px;
  stroke-linejoin: round;
  width: 1rem;
}.tlx_ft_soc-v6d:hover {
  background: rgba(255, 255, 255, 0.07);
}.tlx_ft_legal-v6d {
  flex: 1;
  font-size: 11px;
  overflow-wrap: break-word;
  color: #8C7A68;
  min-width: 200px;
  line-height: 1.6;
}.tlx_ft_legal-v6d strong {
  font-weight: 700;
  color: #A8917A;
}.tlx_ft_legal-v6d a {
  color: #A8917A;
  text-decoration: underline;
}.tlx_ft_age-v6d {
  border: 2px solid #8C7A68;
  border-radius: 50%;
  display: flex;
  font-size: 0.688rem;
  height: 32px;
  align-items: center;
  font-weight: 800;
  width: 32px;
  color: #8C7A68;
  margin-left: auto;
  flex-shrink: 0;
  justify-content: center;
}