*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #0C0A07;
  font-family: 'DM Sans', sans-serif;
  color: #C9BB9E;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  text-decoration: none;
  color: inherit;
}button {
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.xpx_layout-dit {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.xpx_page-dit {
  display: flex;
  min-height: 100vh;
}.xpx_main-dit {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media(min-width: 1078px) {.xpx_main-dit {
  padding-left: 220px;
}
}
@media(max-width: 1077px) {.xpx_main-dit {
  padding-bottom: 4.5rem;
}
}.xpx_gc-dit {
  border-radius: 0.625rem;
  background: #130F07;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform .2s,border-color .2s;
  width: 140px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
@media(min-width: 642px) {.xpx_gc-dit {
  width: 9.75rem;
}
}
@media(min-width: 1083px) {.xpx_gc-dit {
  width: 168px;
}
}.xpx_gc-dit:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 136, 30, 0.07);
}.xpx_gc_img-dit {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.xpx_gc_img-dit img {
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}.xpx_gc_hover-dit {
  background: rgba(6, 4, 2, 0.72);
  transition: opacity .2s;
  inset: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  opacity: 0;
}.xpx_gc-dit:hover .xpx_gc_hover-dit {
  opacity: 1;
}.xpx_gc_hover_btn-dit {
  border-radius: 0.375rem;
  padding: 8px 16px;
  background: #C8881E;
  color: #F2EAD8;
  font-size: 12px;
  font-weight: 700;
}.xpx_gc_info-dit {
  padding: 0.5rem 10px 0.625rem;
}.xpx_gc_name-dit {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  margin-bottom: 3px;
  white-space: nowrap;
  color: #C9BB9E;
  max-width: 100%;
  font-weight: 600;
}.xpx_gc_prov-dit {
  font-size: 0.625rem;
  color: #554E44;
}.xpx_gc_tag-dit {
  border-radius: 4px;
  padding: 2px 7px;
  font-weight: 700;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: .04em;
  z-index: 2;
  font-size: 9px;
  left: 6px;
  top: 0.375rem;
}.xpx_gc_tag_hot-dit {
  background: #E03C3C;
  color: #fff;
}.xpx_gc_tag_new-dit {
  background: #3CB86A;
  color: #0C0A07;
}.xpx_gc_tag_jp-dit {
  background: #F0B428;
  color: #0C0A07;
}.xpx_gc_tag_ex-dit {
  background: #3A7D50;
  color: #fff;
}.xpx_gc_tag_live-dit {
  background: #E03C3C;
  color: #fff;
}.xpx_gr-dit {
  padding: 2rem 1rem 0;
  background: #0C0A07;
}
@media(min-width: 765px) {.xpx_gr-dit {
  padding: 2.25rem 1.5rem 0;
}
}.xpx_gr_in-dit {
  margin: 0 auto;
  max-width: 1320px;
}.xpx_gr_head-dit {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.625rem;
  align-items: center;
}.xpx_gr_head_l-dit {
  flex: 1;
  gap: 10px;
  align-items: center;
  display: flex;
  min-width: 0;
}.xpx_gr_ic-dit {
  border-radius: 10px;
  align-items: center;
  height: 32px;
  justify-content: center;
  width: 32px;
  display: flex;
  flex-shrink: 0;
}.xpx_gr_ic-dit svg {
  stroke-linejoin: round;
  width: 1rem;
  height: 1rem;
  stroke-linecap: round;
}.xpx_gr_title-dit {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F2EAD8;
  font-size: 16px;
  font-weight: 700;
}
@media(min-width: 770px) {.xpx_gr_title-dit {
  font-size: 1.125rem;
}
}.xpx_gr_more-dit {
  gap: 5px;
  transition: color .2s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 0.75rem;
  color: #726558;
  flex-shrink: 0;
}.xpx_gr_more-dit:hover {
  color: #C8881E;
}.xpx_gr_more-dit svg {
  height: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 12px;
}.xpx_gr_arrows-dit {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.xpx_gr_arr-dit {
  border-radius: 0.375rem;
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  width: 1.875rem;
  justify-content: center;
  color: #9A8D76;
  display: flex;
  height: 1.875rem;
}.xpx_gr_arr-dit:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F2EAD8;
}.xpx_gr_arr-dit svg {
  stroke-linecap: round;
  height: 13px;
  width: 13px;
  stroke-linejoin: round;
}.xpx_gr_seo_h-dit {
  margin: 0 0 0.375rem;
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 700;
  max-width: 42.5rem;
  font-family: 'Cinzel', serif;
  color: #C9BB9E;
}
@media(min-width: 766px) {.xpx_gr_seo_h-dit {
  font-size: 0.875rem;
}
}.xpx_gr_seo-dit {
  overflow-wrap: break-word;
  font-size: 12px;
  max-width: 680px;
  color: #726558;
  margin-bottom: 12px;
  line-height: 1.55;
}.xpx_gr_seo-dit strong {
  color: #C9BB9E;
  font-weight: 600;
}.xpx_gr_scroll-dit {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 10px;
  display: flex;
}.xpx_gr_scroll-dit::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.xpx_gr_scroll-dit {
  gap: 0.75rem;
}
}.xpx_tb-dit {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0E0C08;
  right: 0;
  top: 0;
  position: fixed;
  height: 56px;
  z-index: 80;
  display: flex;
  align-items: center;
  left: 0;
}.xpx_tb_in-dit {
  gap: 0;
  padding: 0 14px;
  width: 100%;
  align-items: center;
  display: flex;
  height: 100%;
}.xpx_tb_burger-dit {
  border-radius: 10px;
  gap: 0.313rem;
  justify-content: center;
  display: flex;
  margin-right: 0.5rem;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  flex-direction: column;
  width: 38px;
}.xpx_tb_burger-dit:hover {
  background: rgba(255, 255, 255, 0.05);
}.xpx_tb_burger_line-dit {
  background: #9A8D76;
  border-radius: 1px;
  height: 2px;
  display: block;
  width: 18px;
}
@media(min-width: 1078px) {.xpx_tb_burger-dit {
  display: none;
}
}.xpx_tb_logo-dit {
  gap: 0.563rem;
  font-weight: 800;
  color: #F2EAD8;
  margin-right: 1.25rem;
  align-items: center;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  flex-shrink: 0;
  font-size: 18px;
  display: flex;
}.xpx_tb_logo_mark-dit {
  border-radius: 10px;
  overflow: hidden;
  height: 32px;
  align-items: center;
  justify-content: center;
  width: 2rem;
  display: flex;
}.xpx_tb_logo_mark-dit img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.xpx_tb_nav-dit {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.xpx_tb_nav-dit {
  display: flex;
}
}.xpx_tb_tab-dit {
  border-radius: 10px;
  transition: background .15s,color .15s;
  padding: 0.5rem 14px;
  font-weight: 600;
  font-size: 13px;
  color: #9A8D76;
  white-space: nowrap;
}.xpx_tb_tab-dit:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2EAD8;
}.xpx_tb_tab-dit.xpx_state_active-dit {
  background: rgba(200, 136, 30, 0.16);
  color: #F2EAD8;
}.xpx_tb_right-dit {
  gap: 0.5rem;
  align-items: center;
  display: flex;
  margin-left: auto;
  flex-shrink: 0;
}.xpx_tb_login-dit {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 9px 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  transition: border-color .2s,color .2s;
  font-size: 0.813rem;
  display: none;
  color: #C9BB9E;
  font-weight: 600;
}.xpx_tb_login-dit:hover {
  border-color: rgba(200, 138, 30, 0.50);
  color: #F2EAD8;
}
@media(min-width: 481px) {.xpx_tb_login-dit {
  display: block;
}
}.xpx_tb_reg-dit {
  padding: 0.563rem 1.125rem;
  border-radius: 0.625rem;
  background: #3CB86A;
  transition: background .2s;
  color: #0D0905;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
}.xpx_tb_reg-dit:hover {
  background: #4ECF7C;
}.xpx_sb-dit {
  transition: transform .25s ease;
  background: #1A1408;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  left: 0;
  z-index: 70;
  bottom: 0;
  top: 56px;
  position: fixed;
  width: 13.75rem;
  overflow-y: auto;
}.xpx_sb-dit.xpx_state_open-dit {
  transform: translateX(0);
}.xpx_sb-dit::-webkit-scrollbar {
  width: 4px;
}.xpx_sb-dit::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1077px) {.xpx_sb-dit {
  transform: translateX(0);
}
}.xpx_sb_auth-dit {
  padding: 0.875rem 0.75rem 0.625rem;
}.xpx_sb_btn_reg-dit {
  padding: 0.688rem;
  border-radius: 0.625rem;
  background: #3CB86A;
  transition: background .2s;
  text-align: center;
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #0D0905;
  font-size: 13px;
}.xpx_sb_btn_reg-dit:hover {
  background: #4ECF7C;
}.xpx_sb_btn_login-dit {
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem;
  border-radius: 10px;
  font-weight: 600;
  color: #C9BB9E;
  text-align: center;
  display: block;
  font-size: 13px;
}.xpx_sb_btn_login-dit:hover {
  border-color: rgba(200, 138, 30, 0.50);
  color: #F2EAD8;
}.xpx_sb_promo-dit {
  padding: 12px 0.875rem;
  border: 1px solid rgba(200, 136, 30, 0.16);
  background: linear-gradient(135deg,#1C3D24,#1A1408);
  border-radius: 0.625rem;
  overflow: hidden;
  margin: 0 0.75rem 10px;
  position: relative;
}.xpx_sb_promo-dit::before {
  background: radial-gradient(circle,rgba(200, 136, 30, 0.16),transparent 70%);
  border-radius: 50%;
  position: absolute;
  height: 5rem;
  right: -1.25rem;
  width: 5rem;
  content: '';
  top: -20px;
}.xpx_sb_promo_title-dit {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #C8881E;
  margin-bottom: 4px;
  font-size: 0.688rem;
}.xpx_sb_promo_text-dit {
  font-weight: 600;
  font-size: 12px;
  color: #F2EAD8;
  overflow-wrap: break-word;
  line-height: 1.35;
}.xpx_sb_promo_sub-dit {
  color: #726558;
  margin-top: 3px;
  font-size: 10px;
}.xpx_sb_nav-dit {
  padding: 0.375rem 8px 1rem;
}.xpx_sb_nav_lb-dit {
  padding: 0.625rem 0.5rem 0.375rem;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #554E44;
}.xpx_sb_link-dit {
  transition: background .15s,color .15s;
  gap: 10px;
  padding: 9px 0.625rem;
  border-radius: 0.375rem;
  cursor: pointer;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 500;
  color: #9A8D76;
  display: flex;
  align-items: center;
}.xpx_sb_link-dit:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2EAD8;
}.xpx_sb_link-dit.xpx_state_active-dit {
  background: rgba(200, 136, 30, 0.16);
  color: #F2EAD8;
}.xpx_sb_ic-dit {
  border-radius: 0.375rem;
  justify-content: center;
  width: 1.875rem;
  flex-shrink: 0;
  height: 30px;
  display: flex;
  align-items: center;
}.xpx_sb_ic-dit svg {
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
  height: 1rem;
}.xpx_sb_ic_1-dit {
  background: rgba(200, 136, 30, 0.07);
  color: #C8881E;
}.xpx_sb_ic_2-dit {
  background: rgba(60, 184, 106, 0.15);
  color: #3CB86A;
}.xpx_sb_ic_3-dit {
  background: rgba(240, 180, 40, 0.15);
  color: #F0B428;
}.xpx_sb_ic_4-dit {
  background: rgba(58, 125, 80, 0.20);
  color: #3A7D50;
}.xpx_sb_ic_5-dit {
  background: rgba(200, 136, 30, 0.07);
  color: #E85490;
}.xpx_sb_ic_6-dit {
  background: rgba(58, 125, 80, 0.20);
  color: #9B5DD4;
}.xpx_sb_badge-dit {
  border-radius: 6px;
  padding: 2px 0.438rem;
  background: #F0B428;
  font-size: 0.563rem;
  color: #0D0905;
  font-weight: 700;
  margin-left: auto;
}.xpx_sb_bot-dit {
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 8px;
  display: flex;
}.xpx_sb_lang-dit,.xpx_sb_help-dit {
  flex: 1;
  transition: border-color .2s;
  padding: 9px 6px;
  background: rgba(255, 255, 255, 0.05);
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  align-items: center;
  color: #9A8D76;
  font-size: 0.688rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
}.xpx_sb_lang-dit:hover,.xpx_sb_help-dit:hover {
  border-color: rgba(200, 138, 30, 0.50);
  color: #F2EAD8;
}.xpx_sb_lang-dit svg,.xpx_sb_help-dit svg {
  stroke-linejoin: round;
  height: 13px;
  width: 0.813rem;
  stroke-linecap: round;
}.xpx_sb_bd-dit {
  background: rgba(6, 4, 2, 0.72);
  inset: 0;
  display: none;
  position: fixed;
  z-index: 69;
}.xpx_sb_bd-dit.xpx_state_on-dit {
  display: block;
}
@media(min-width: 1077px) {.xpx_sb_bd-dit {
  display: none!important;
}
}.xpx_mob_nav-dit {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  background: #1A1408;
  bottom: 0;
  z-index: 80;
  display: flex;
  left: 0;
  position: fixed;
  right: 0;
}
@media(min-width: 1083px) {.xpx_mob_nav-dit {
  display: none;
}
}.xpx_mob_nav_item-dit {
  flex: 1;
  padding: 4px 2px;
  gap: 4px;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  color: #554E44;
  display: flex;
}.xpx_mob_nav_ic-dit {
  line-height: 1;
}.xpx_mob_nav_ic-dit svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.25rem;
  height: 1.25rem;
}.xpx_mob_nav_lb-dit {
  color: #554E44;
  font-size: 10px;
  font-weight: 600;
}.xpx_mob_nav_item-dit.xpx_state_active-dit {
  color: #C8881E;
}.xpx_mob_nav_item-dit.xpx_state_active-dit .xpx_mob_nav_lb-dit {
  color: #C8881E;
}.xpx_hero-dit {
  padding: 20px 1rem 0;
  background: #0C0A07;
}
@media(min-width: 769px) {.xpx_hero-dit {
  padding: 24px 24px 0;
}
}.xpx_hero_in-dit {
  margin: 0 auto;
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
}
@media(min-width:860px) {.xpx_hero_in-dit {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width:1100px) {.xpx_hero_in-dit {
  grid-template-columns: 1fr 340px;
}
}.xpx_hero_promo-dit {
  background: #130F07;
  border-radius: 16px;
  overflow: hidden;
  align-items: stretch;
  display: flex;
  min-height: 13.75rem;
  position: relative;
}
@media(min-width: 771px) {.xpx_hero_promo-dit {
  min-height: 280px;
}
}.xpx_hero_promo_bg-dit {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#1C3D24 0%,#0C0A07 100%);
  background-size: cover;
  position: absolute;
}.xpx_hero_promo_bg-dit::after {
  background: linear-gradient(90deg,#0C0A07 0%,rgba(6, 4, 2, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.xpx_hero_promo_glow-dit {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(58, 125, 80, 0.20) 0%,transparent 65%);
  height: 18.75rem;
  top: -2.5rem;
  position: absolute;
  width: 300px;
  pointer-events: none;
  right: 3.75rem;
}.xpx_hero_promo_ct-dit {
  padding: 28px 1.5rem 1.75rem 1.75rem;
  max-width: 30rem;
  z-index: 2;
  position: relative;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
@media(min-width: 766px) {.xpx_hero_promo_ct-dit {
  padding: 40px 2rem;
}
}.xpx_hero_badge-dit {
  padding: 5px 0.75rem;
  border-radius: 20px;
  border: 1px solid rgba(200, 136, 30, 0.07);
  background: rgba(200, 136, 30, 0.16);
  margin-bottom: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #C8881E;
  letter-spacing: .08em;
  display: inline-block;
}.xpx_hero_h1-dit {
  color: #F2EAD8;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.15;
  font-size: 1.625rem;
  margin-bottom: 10px;
  font-family: 'Cinzel', serif;
}.xpx_hero_h1-dit em {
  color: #F0B428;
  font-style: normal;
}
@media(min-width:768px) {.xpx_hero_h1-dit {
  font-size: 2.25rem;
}
}.xpx_hero_sub-dit {
  color: #9A8D76;
  line-height: 1.55;
  font-size: 0.813rem;
  margin-bottom: 20px;
}
@media(min-width: 769px) {.xpx_hero_sub-dit {
  font-size: 0.875rem;
}
}.xpx_hero_row-dit {
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.xpx_hero_cta-dit {
  background: #3CB86A;
  transition: background .2s;
  border-radius: 0.625rem;
  padding: 0.813rem 1.625rem;
  font-size: 14px;
  color: #0D0905;
  box-shadow: 2px 0.25rem 0 rgba(0, 0, 0, 0.45), 0 0 1.125rem rgba(60, 184, 106, 0.36);
  font-weight: 700;
}.xpx_hero_cta-dit:hover {
  background: #4ECF7C;
}.xpx_hero_terms-dit {
  color: #554E44;
  font-size: 11px;
}.xpx_hero_game-dit {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #130F07;
  overflow: hidden;
  display: flex;
  position: relative;
  flex-direction: column;
}.xpx_hero_game_badge-dit {
  padding: 0.313rem 10px;
  border-radius: 1.25rem;
  border: 1px solid rgba(240, 180, 40, 0.15);
  background: rgba(240, 180, 40, 0.15);
  color: #F0B428;
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  z-index: 3;
  left: 12px;
  top: 0.75rem;
}.xpx_hero_game_badge-dit svg {
  height: 11px;
  width: 11px;
  vertical-align: -1px;
  margin-right: 4px;
}.xpx_hero_game_img-dit {
  background: linear-gradient(135deg,#1C3D24,#0C0A07);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.xpx_hero_game_img-dit img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}.xpx_hero_game_play-dit {
  inset: 0;
  transition: opacity .2s;
  background: rgba(6, 4, 2, 0.72);
  align-items: center;
  display: flex;
  position: absolute;
  justify-content: center;
  opacity: 0;
}.xpx_hero_game-dit:hover .xpx_hero_game_play-dit {
  opacity: 1;
}.xpx_hero_game_play-dit span {
  background: #C8881E;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  display: flex;
  height: 52px;
}.xpx_hero_game_play-dit span svg {
  width: 1.125rem;
  height: 18px;
  margin-left: 2px;
}.xpx_hero_game_info-dit {
  padding: 0.875rem 1rem;
}.xpx_hero_game_title-dit {
  color: #F2EAD8;
  font-size: 15px;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-weight: 700;
}.xpx_hero_game_provider-dit {
  font-size: 0.688rem;
  color: #726558;
}.xpx_hero_game_btn-dit {
  margin: 12px 16px 1rem;
  border-radius: 0.625rem;
  padding: 0.688rem;
  transition: background .2s;
  background: #C8881E;
  display: block;
  color: #F2EAD8;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
}.xpx_hero_game-dit:hover .xpx_hero_game_btn-dit {
  background: #DFA030;
}.xpx_sbar-dit {
  background: #0C0A07;
  padding: 1rem 1rem 0;
}
@media(min-width: 769px) {.xpx_sbar-dit {
  padding: 18px 24px 0;
}
}.xpx_sbar_in-dit {
  margin: 0 auto;
  max-width: 82.5rem;
}.xpx_sbar_row-dit {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}.xpx_sbar_input-dit {
  gap: 10px;
  flex: 1;
  border-radius: 0.625rem;
  padding: 11px 1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s;
  background: #130F07;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #726558;
  font-size: 13px;
}.xpx_sbar_input-dit:hover {
  border-color: rgba(200, 138, 30, 0.50);
}.xpx_sbar_input-dit svg {
  height: 15px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 15px;
  flex-shrink: 0;
}.xpx_sbar_providers-dit {
  padding: 11px 18px;
  transition: border-color .2s;
  border-radius: 0.625rem;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #130F07;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 600;
  align-items: center;
  color: #C9BB9E;
  display: flex;
}.xpx_sbar_providers-dit:hover {
  border-color: rgba(200, 138, 30, 0.50);
  color: #F2EAD8;
}.xpx_sbar_providers-dit svg {
  stroke-linecap: round;
  height: 0.875rem;
  width: 0.875rem;
  stroke-linejoin: round;
}.xpx_sbar_tabs-dit {
  gap: 0.375rem;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 2px;
}.xpx_sbar_tabs-dit::-webkit-scrollbar {
  display: none;
}.xpx_sbar_tab-dit {
  gap: 7px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1.25rem;
  padding: 8px 14px;
  transition: background .15s,color .15s,border-color .15s;
  border: 1px solid rgba(255, 255, 255, 0.06);
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 600;
  cursor: pointer;
  align-items: center;
  font-size: 12px;
  color: #9A8D76;
  display: flex;
}.xpx_sbar_tab-dit:hover {
  border-color: rgba(200, 138, 30, 0.50);
  background: rgba(255, 255, 255, 0.07);
  color: #F2EAD8;
}.xpx_sbar_tab-dit.xpx_state_active-dit {
  background: rgba(200, 136, 30, 0.16);
  border-color: rgba(200, 136, 30, 0.07);
  color: #F2EAD8;
}.xpx_sbar_tab_ic-dit svg {
  stroke-linecap: round;
  height: 14px;
  width: 0.875rem;
  stroke-linejoin: round;
}.xpx_wy-dit {
  padding: 32px 16px 0;
  background: #0C0A07;
}
@media(min-width: 770px) {.xpx_wy-dit {
  padding: 40px 1.5rem 0;
}
}.xpx_wy_in-dit {
  margin: 0 auto;
  max-width: 82.5rem;
}.xpx_wy_head-dit {
  margin-bottom: 18px;
  max-width: 720px;
}.xpx_wy_label-dit {
  font-size: 11px;
  color: #C8881E;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.xpx_wy_h2-dit {
  overflow-wrap: break-word;
  color: #F2EAD8;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 800;
}
@media(min-width: 769px) {.xpx_wy_h2-dit {
  font-size: 1.5rem;
}
}.xpx_wy_intro-dit {
  margin: 0;
  color: #726558;
  line-height: 1.6;
  font-size: 0.813rem;
}.xpx_wy_grid-dit {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.xpx_wy_grid-dit {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.xpx_wy_grid-dit {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.xpx_wy_card-dit {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1A1408;
  transition: border-color .2s,transform .2s;
  border-radius: 10px;
  padding: 20px;
}.xpx_wy_card-dit:hover {
  border-color: rgba(200, 136, 30, 0.07);
  transform: translateY(-2px);
}.xpx_wy_card_ic-dit {
  background: rgba(200, 136, 30, 0.16);
  border-radius: 50%;
  display: flex;
  margin-bottom: 0.875rem;
  height: 2.75rem;
  width: 2.75rem;
  color: #C8881E;
  align-items: center;
  justify-content: center;
}.xpx_wy_card_ic-dit svg {
  height: 1.375rem;
  stroke-linejoin: round;
  width: 1.375rem;
  stroke-linecap: round;
}.xpx_wy_card_h-dit {
  font-size: 15px;
  color: #F2EAD8;
  margin-bottom: 6px;
  font-weight: 700;
  overflow-wrap: break-word;
  line-height: 1.25;
}.xpx_wy_card_p-dit {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #726558;
  line-height: 1.6;
}.xpx_wy_card_p-dit strong {
  color: #C9BB9E;
  font-weight: 600;
}.xpx_gr_jp-dit {
  overflow: hidden;
  background: linear-gradient(135deg,#2B1A40 0%,#0A0708 100%);
  border-radius: 16px;
  padding: 1.25rem;
  position: relative;
}.xpx_gr_jp-dit::before {
  background: radial-gradient(circle,rgba(58, 125, 80, 0.20) 0%,transparent 70%);
  border-radius: 50%;
  height: 15.625rem;
  top: -60px;
  width: 15.625rem;
  left: -60px;
  position: absolute;
  content: '';
}.xpx_gr_jp-dit::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(240, 180, 40, 0.15) 0%,transparent 70%);
  bottom: -40px;
  right: 0;
  width: 200px;
  height: 200px;
  position: absolute;
  content: '';
}.xpx_gr_jp_head-dit {
  gap: 1rem;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  display: flex;
}.xpx_gr_jp_info-dit {
  flex: 1;
}.xpx_gr_jp_label-dit {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  color: #9B5DD4;
  letter-spacing: .08em;
  margin-bottom: 6px;
}.xpx_gr_jp_label-dit svg {
  height: 0.875rem;
  stroke-linejoin: round;
  margin-right: 0.25rem;
  stroke-linecap: round;
  width: 0.875rem;
  vertical-align: -2px;
}.xpx_gr_jp_amount-dit {
  color: #F2EAD8;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 4px;
}
@media(min-width: 771px) {.xpx_gr_jp_amount-dit {
  font-size: 40px;
}
}.xpx_gr_jp_amount-dit span {
  color: #F0B428;
}.xpx_gr_jp_seo-dit {
  overflow-wrap: break-word;
  color: #9A8D76;
  max-width: 30rem;
  line-height: 1.5;
  font-size: 0.75rem;
}.xpx_gr_jp_cta-dit {
  border-radius: 0.625rem;
  border: 1px solid rgba(58, 125, 80, 0.20);
  transition: background .2s;
  padding: 0.688rem 20px;
  background: rgba(58, 125, 80, 0.20);
  font-weight: 700;
  align-self: flex-start;
  flex-shrink: 0;
  white-space: nowrap;
  color: #F2EAD8;
  position: relative;
  margin-top: 4px;
  z-index: 1;
  font-size: 13px;
}.xpx_gr_jp_cta-dit:hover {
  background: #3A7D50;
}.xpx_ws-dit {
  padding: 2rem 16px 0;
  background: #0C0A07;
}
@media(min-width: 769px) {.xpx_ws-dit {
  padding: 2.25rem 24px 0;
}
}.xpx_ws_in-dit {
  margin: 0 auto;
  max-width: 82.5rem;
}.xpx_ws_head-dit {
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  flex-wrap: wrap;
  display: flex;
}.xpx_ws_title-dit {
  gap: 10px;
  align-items: center;
  font-size: 16px;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  color: #F2EAD8;
  display: flex;
}.xpx_ws_title_ic-dit svg {
  color: #F0B428;
  stroke-linecap: round;
  width: 1.125rem;
  stroke-linejoin: round;
  height: 1.125rem;
}.xpx_ws_online-dit {
  gap: 0.438rem;
  font-weight: 600;
  display: flex;
  font-size: 12px;
  color: #726558;
  align-items: center;
}.xpx_ws_online_dot-dit {
  border-radius: 50%;
  background: #3CB86A;
  width: 8px;
  height: 0.5rem;
  box-shadow: 0 0 6px rgba(60, 184, 106, 0.15);
  flex-shrink: 0;
}.xpx_ws_scroll-dit {
  gap: 0.5rem;
  display: flex;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
}.xpx_ws_scroll-dit::-webkit-scrollbar {
  display: none;
}.xpx_wc-dit {
  background: #130F07;
  gap: 10px;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 10px 0.875rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 220px;
}.xpx_wc_img-dit {
  background: #1A1408;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  height: 36px;
  width: 2.25rem;
}.xpx_wc_img-dit img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.xpx_wc_info-dit {
  min-width: 0;
}.xpx_wc_game-dit {
  overflow: hidden;
  font-weight: 600;
  font-size: 12px;
  text-overflow: ellipsis;
  color: #C9BB9E;
  white-space: nowrap;
}.xpx_wc_player-dit {
  overflow: hidden;
  color: #554E44;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
}.xpx_wc_amount-dit {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  color: #3CB86A;
  white-space: nowrap;
}.xpx_bon-dit {
  padding: 36px 16px 0;
  background: #0C0A07;
}
@media(min-width: 770px) {.xpx_bon-dit {
  padding: 2.75rem 1.5rem 0;
}
}.xpx_bon_in-dit {
  margin: 0 auto;
  max-width: 1320px;
}.xpx_bon_head-dit {
  margin-bottom: 1.25rem;
}.xpx_bon_label-dit {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #C8881E;
  font-size: 11px;
}.xpx_bon_h2-dit {
  color: #F2EAD8;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}
@media(min-width: 769px) {.xpx_bon_h2-dit {
  font-size: 24px;
}
}.xpx_bon_seo-dit {
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
  max-width: 620px;
  color: #726558;
}.xpx_bon_seo-dit strong {
  font-weight: 700;
  color: #C9BB9E;
}.xpx_bon_seo-dit a {
  text-decoration: underline;
  color: #C8881E;
}.xpx_bon_grid-dit {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 638px) {.xpx_bon_grid-dit {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.xpx_bon_grid-dit {
  grid-template-columns: repeat(5,1fr);
}
}.xpx_bon_card-dit {
  border-radius: 0.625rem;
  background: #130F07;
  transition: border-color .2s,transform .2s;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.xpx_bon_card-dit:hover {
  border-color: rgba(200, 136, 30, 0.07);
  transform: translateY(-2px);
}.xpx_bon_card_ic-dit svg {
  width: 1.625rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 26px;
}.xpx_bon_card_ic-dit {
  margin-bottom: 10px;
}.xpx_bon_card_type-dit {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #726558;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 0.375rem;
}.xpx_bon_card_amount-dit {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-bottom: 6px;
  color: #F0B428;
  font-weight: 800;
}.xpx_bon_card_name-dit {
  font-weight: 600;
  font-size: 13px;
  color: #F2EAD8;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
}.xpx_bon_card_detail-dit {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 0.5rem;
  overflow-wrap: break-word;
  color: #554E44;
  line-height: 1.5;
  font-size: 0.688rem;
}.xpx_prov-dit {
  background: #0C0A07;
  padding: 36px 1rem 0;
}
@media(min-width:768px) {.xpx_prov-dit {
  padding: 2.75rem 1.5rem 0;
}
}.xpx_prov_in-dit {
  margin: 0 auto;
  max-width: 82.5rem;
}.xpx_prov_head-dit {
  margin-bottom: 1rem;
}.xpx_prov_label-dit {
  font-weight: 700;
  letter-spacing: .08em;
  color: #C8881E;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 11px;
}.xpx_prov_h2-dit {
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  color: #F2EAD8;
  font-size: 20px;
  margin-bottom: 0.5rem;
}
@media(min-width: 769px) {.xpx_prov_h2-dit {
  font-size: 1.5rem;
}
}.xpx_prov_seo-dit {
  overflow-wrap: break-word;
  max-width: 620px;
  margin-bottom: 16px;
  font-size: 13px;
  color: #726558;
  line-height: 1.6;
}.xpx_prov_seo-dit strong {
  font-weight: 700;
  color: #C9BB9E;
}.xpx_prov_seo-dit a {
  text-decoration: underline;
  color: #C8881E;
}.xpx_prov_grid-dit {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 639px) {.xpx_prov_grid-dit {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.xpx_prov_grid-dit {
  grid-template-columns: repeat(8,1fr);
}
}.xpx_prov_card-dit {
  background: #130F07;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.625rem;
  transition: border-color .2s,background .2s;
  gap: 7px;
  padding: 0.875rem 0.625rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
}.xpx_prov_card-dit:hover {
  background: #1A1408;
  border-color: rgba(200, 138, 30, 0.50);
}.xpx_prov_logo-dit {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  overflow: hidden;
  width: 44px;
  height: 44px;
  justify-content: center;
  display: flex;
  align-items: center;
}.xpx_prov_logo-dit img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.xpx_prov_name-dit {
  overflow-wrap: break-word;
  text-align: center;
  color: #9A8D76;
  font-weight: 600;
  font-size: 11px;
}.xpx_app-dit {
  padding: 2.25rem 16px 0;
  background: #0C0A07;
}
@media(min-width: 770px) {.xpx_app-dit {
  padding: 44px 1.5rem 0;
}
}.xpx_app_in-dit {
  margin: 0 auto;
  max-width: 1320px;
}.xpx_app_head-dit {
  margin-bottom: 1rem;
}.xpx_app_label-dit {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C8881E;
}.xpx_app_h2-dit {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 6px;
  color: #F2EAD8;
}
@media(min-width: 766px) {.xpx_app_h2-dit {
  font-size: 24px;
}
}.xpx_app_sub-dit {
  font-size: 13px;
  color: #726558;
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 37.5rem;
}.xpx_app_sub-dit strong {
  color: #C9BB9E;
  font-weight: 700;
}.xpx_app_cards-dit {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1rem;
}
@media(min-width: 639px) {.xpx_app_cards-dit {
  grid-template-columns: repeat(3,1fr);
}
}.xpx_app_card-dit {
  padding: 1.25rem;
  gap: 1rem;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.xpx_app_card_ios-dit {
  background: linear-gradient(135deg,rgba(200, 136, 30, 0.16) 0%,#1A1408 100%);
}.xpx_app_card_android-dit {
  background: linear-gradient(135deg,rgba(60, 184, 106, 0.15) 0%,#1A1408 100%);
}.xpx_app_card_win-dit {
  background: linear-gradient(135deg,rgba(240, 180, 40, 0.15) 0%,#1A1408 100%);
}.xpx_app_card_ic-dit svg {
  stroke-linejoin: round;
  height: 34px;
  width: 34px;
  stroke-linecap: round;
}.xpx_app_card_ic-dit {
  flex-shrink: 0;
  color: #F2EAD8;
}.xpx_app_card_os-dit {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
  color: #726558;
  font-size: 0.625rem;
  text-transform: uppercase;
}.xpx_app_card_title-dit {
  overflow-wrap: break-word;
  font-size: 0.938rem;
  color: #F2EAD8;
  font-weight: 700;
  margin-bottom: 0.375rem;
  line-height: 1.2;
}.xpx_app_card_text-dit {
  color: #726558;
  line-height: 1.5;
  margin-bottom: 0.875rem;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.xpx_app_card_btn-dit {
  border-radius: 6px;
  padding: 0.625rem 1.125rem;
  background: rgba(255, 255, 255, 0.12);
  transition: background .2s;
  gap: 7px;
  border: 1px solid rgba(200, 138, 30, 0.50);
  font-size: 13px;
  color: #F2EAD8;
  align-items: center;
  display: inline-flex;
  font-weight: 700;
}.xpx_app_card_btn-dit:hover {
  background: rgba(255, 255, 255, 0.07);
}.xpx_reg-dit {
  background: #0C0A07;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.xpx_reg-dit {
  padding: 2.75rem 24px 0;
}
}.xpx_reg_in-dit {
  margin: 0 auto;
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  background: #1A1408;
  border: 1px solid rgba(255, 255, 255, 0.06);
  max-width: 82.5rem;
}
@media(min-width: 771px) {.xpx_reg_in-dit {
  padding: 2.5rem;
}
}.xpx_reg_top-dit {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 859px) {.xpx_reg_top-dit {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.xpx_reg_label-dit {
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  color: #C8881E;
}.xpx_reg_h2-dit {
  overflow-wrap: break-word;
  line-height: 1.2;
  font-size: 22px;
  font-family: 'Cinzel', serif;
  color: #F2EAD8;
  margin-bottom: 12px;
  font-weight: 800;
}
@media(min-width: 765px) {.xpx_reg_h2-dit {
  font-size: 1.75rem;
}
}.xpx_reg_bonus-dit {
  background: rgba(240, 180, 40, 0.15);
  border-radius: 10px;
  gap: 0.5rem;
  border: 1px solid rgba(240, 180, 40, 0.15);
  padding: 10px 16px;
  margin-bottom: 16px;
  align-items: center;
  display: inline-flex;
}.xpx_reg_bonus_amount-dit {
  color: #F0B428;
  font-size: 20px;
  font-weight: 800;
}.xpx_reg_bonus_text-dit {
  font-size: 13px;
  color: #9A8D76;
  line-height: 1.35;
}.xpx_reg_cta_btn-dit {
  background: #3CB86A;
  padding: 0.875rem 2rem;
  transition: background .2s;
  border-radius: 0.625rem;
  color: #0D0905;
  font-size: 15px;
  margin-bottom: 12px;
  display: inline-block;
  box-shadow: 2px 0.25rem 0 rgba(0, 0, 0, 0.45), 0 0 18px rgba(60, 184, 106, 0.36);
  font-weight: 700;
}.xpx_reg_cta_btn-dit:hover {
  background: #4ECF7C;
}.xpx_reg_terms-dit {
  line-height: 1.5;
  color: #554E44;
  font-size: 11px;
}.xpx_reg_seo-dit {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.813rem;
  color: #726558;
  padding-top: 1.25rem;
  line-height: 1.65;
  overflow-wrap: break-word;
  margin-top: 1.25rem;
}.xpx_reg_seo-dit p {
  line-height: 1.65;
  margin-bottom: 0.625rem;
  font-size: 0.813rem;
  color: #726558;
}.xpx_reg_seo-dit p:last-child {
  margin-bottom: 0;
}.xpx_reg_seo-dit strong {
  color: #C9BB9E;
  font-weight: 700;
}.xpx_reg_seo-dit a {
  transition: color .2s;
  color: #C8881E;
  text-decoration: underline;
}.xpx_reg_seo-dit a:hover {
  color: #DFA030;
}.xpx_reg_seo-dit ul,.xpx_reg_seo-dit ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.xpx_reg_seo-dit ol {
  list-style: decimal;
}.xpx_reg_seo-dit li {
  font-size: 13px;
  color: #726558;
  line-height: 1.65;
  margin-bottom: 4px;
}.xpx_reg_seo-dit table {
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  margin-bottom: 0.625rem;
  font-size: 13px;
  width: 100%;
}
@media(min-width:768px) {.xpx_reg_seo-dit table {
  display: table;
}
}.xpx_reg_seo-dit th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #C9BB9E;
}.xpx_reg_seo-dit td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #726558;
}.xpx_reg_steps-dit {
  gap: 14px;
  display: flex;
  margin-top: 1.75rem;
  flex-direction: column;
}
@media(min-width: 861px) {.xpx_reg_steps-dit {
  margin-top: 0;
}
}.xpx_reg_step-dit {
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 14px;
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.xpx_reg_step_num-dit {
  border: 1px solid rgba(200, 136, 30, 0.07);
  background: rgba(200, 136, 30, 0.16);
  border-radius: 50%;
  justify-content: center;
  font-weight: 800;
  height: 2.125rem;
  display: flex;
  color: #C8881E;
  flex-shrink: 0;
  width: 34px;
  font-size: 0.875rem;
  align-items: center;
}.xpx_reg_step_title-dit {
  color: #F2EAD8;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
}.xpx_reg_step_text-dit {
  line-height: 1.5;
  font-size: 0.75rem;
  color: #726558;
}.xpx_reg_trust-dit {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  display: flex;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  flex-wrap: wrap;
}.xpx_reg_trust_item-dit {
  gap: 7px;
  overflow-wrap: break-word;
  align-items: center;
  color: #726558;
  font-size: 12px;
  display: flex;
}.xpx_reg_trust_ic-dit svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
  color: #C8881E;
  width: 1rem;
}.xpx_seo-dit {
  padding: 36px 1rem 0;
  background: #0C0A07;
}
@media(min-width: 765px) {.xpx_seo-dit {
  padding: 44px 24px 0;
}
}.xpx_seo_in-dit {
  border-radius: 1rem;
  margin: 0 auto;
  background: #1A1408;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 771px) {.xpx_seo_in-dit {
  padding: 2.25rem 40px;
}
}.xpx_seo_label-dit {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  color: #C8881E;
}.xpx_seo_h2-dit {
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-weight: 800;
  font-size: 20px;
  color: #F2EAD8;
}
@media(min-width: 769px) {.xpx_seo_h2-dit {
  font-size: 1.5rem;
}
}.xpx_seo_body-dit {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #9A8D76;
  font-size: 14px;
}.xpx_seo_body-dit p {
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #9A8D76;
  font-size: 14px;
}.xpx_seo_body-dit p:last-child {
  margin-bottom: 0;
}.xpx_seo_body-dit strong {
  font-weight: 700;
  color: #C9BB9E;
}.xpx_seo_body-dit a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8881E;
}.xpx_seo_body-dit a:hover {
  color: #DFA030;
}.xpx_seo_body-dit ul,.xpx_seo_body-dit ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.xpx_seo_body-dit ol {
  list-style: decimal;
}.xpx_seo_body-dit li {
  color: #9A8D76;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 0.875rem;
}.xpx_seo_body-dit table {
  display: block;
  overflow-x: auto;
  margin-bottom: 0.75rem;
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 769px) {.xpx_seo_body-dit table {
  display: table;
}
}.xpx_seo_body-dit th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #C9BB9E;
  text-align: left;
  font-weight: 700;
}.xpx_seo_body-dit td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #9A8D76;
}.xpx_seo_cols-dit {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 643px) {.xpx_seo_cols-dit {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.xpx_seo_cols-dit {
  grid-template-columns: repeat(3,1fr);
}
}.xpx_seo_col_h-dit {
  font-size: 13px;
  font-weight: 700;
  color: #C9BB9E;
  overflow-wrap: break-word;
  margin-bottom: 7px;
}.xpx_seo_col_p-dit {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #726558;
}.xpx_seo_stats-dit {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.xpx_seo_stat-dit {
  border-radius: 10px;
  padding: 0.875rem 16px;
  border: 1px solid rgba(200, 136, 30, 0.16);
  flex: 1;
  background: rgba(200, 136, 30, 0.07);
  min-width: 140px;
}.xpx_seo_stat_val-dit {
  font-weight: 800;
  color: #C8881E;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 0.25rem;
}.xpx_seo_stat_lb-dit {
  overflow-wrap: break-word;
  color: #726558;
  font-size: 0.688rem;
}.xpx_seo-dit {
  background: #0C0A07;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.xpx_seo-dit {
  padding: 44px 24px 0;
}
}.xpx_seo_in-dit {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1A1408;
  border-radius: 16px;
  padding: 28px 24px;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 769px) {.xpx_seo_in-dit {
  padding: 36px 40px;
}
}.xpx_seo_label-dit {
  margin-bottom: 10px;
  color: #C8881E;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
}.xpx_seo_h2-dit {
  line-height: 1.25;
  color: #F2EAD8;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 14px;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.xpx_seo_h2-dit {
  font-size: 1.5rem;
}
}.xpx_seo_body-dit {
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #9A8D76;
}.xpx_seo_body-dit p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #9A8D76;
  line-height: 1.75;
}.xpx_seo_body-dit p:last-child {
  margin-bottom: 0;
}.xpx_seo_body-dit strong {
  font-weight: 700;
  color: #C9BB9E;
}.xpx_seo_body-dit a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8881E;
}.xpx_seo_body-dit a:hover {
  color: #DFA030;
}.xpx_seo_body-dit ul,.xpx_seo_body-dit ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.xpx_seo_body-dit ol {
  list-style: decimal;
}.xpx_seo_body-dit li {
  margin-bottom: 6px;
  color: #9A8D76;
  line-height: 1.75;
  font-size: 0.875rem;
}.xpx_seo_body-dit table {
  display: block;
  font-size: 0.813rem;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 12px;
}
@media(min-width: 771px) {.xpx_seo_body-dit table {
  display: table;
}
}.xpx_seo_body-dit th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C9BB9E;
  text-align: left;
}.xpx_seo_body-dit td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #9A8D76;
}.xpx_seo_cols-dit {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.xpx_seo_cols-dit {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.xpx_seo_cols-dit {
  grid-template-columns: repeat(3,1fr);
}
}.xpx_seo_col_h-dit {
  font-size: 0.813rem;
  color: #C9BB9E;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-weight: 700;
}.xpx_seo_col_p-dit {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
  color: #726558;
}.xpx_seo_stats-dit {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.xpx_seo_stat-dit {
  padding: 0.875rem 16px;
  background: rgba(200, 136, 30, 0.07);
  flex: 1;
  border: 1px solid rgba(200, 136, 30, 0.16);
  border-radius: 0.625rem;
  min-width: 8.75rem;
}.xpx_seo_stat_val-dit {
  margin-bottom: 0.25rem;
  color: #C8881E;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
}.xpx_seo_stat_lb-dit {
  color: #726558;
  overflow-wrap: break-word;
  font-size: 11px;
}.xpx_faq-dit {
  padding: 2.25rem 1rem 0;
  background: #0C0A07;
}
@media(min-width: 769px) {.xpx_faq-dit {
  padding: 44px 1.5rem 0;
}
}.xpx_faq_in-dit {
  margin: 0 auto;
  max-width: 1320px;
}.xpx_faq_head-dit {
  margin-bottom: 1.25rem;
}.xpx_faq_label-dit {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #C8881E;
  font-weight: 700;
  font-size: 0.688rem;
}.xpx_faq_h2-dit {
  color: #F2EAD8;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
}
@media(min-width: 766px) {.xpx_faq_h2-dit {
  font-size: 24px;
}
}.xpx_faq_list-dit {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.xpx_faq_item-dit {
  overflow: hidden;
  border-radius: 10px;
  background: #1A1408;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.xpx_faq_q-dit {
  padding: 16px 20px;
  gap: 12px;
  transition: color .2s;
  color: #C9BB9E;
  font-weight: 600;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  overflow-wrap: break-word;
}.xpx_faq_q-dit:hover {
  color: #F2EAD8;
}.xpx_faq_q_ic-dit {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: transform .25s;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  color: #C8881E;
  width: 1.5rem;
  flex-shrink: 0;
  height: 1.5rem;
}.xpx_faq_item-dit.xpx_state_open-dit .xpx_faq_q_ic-dit {
  transform: rotate(45deg);
}.xpx_faq_a-dit {
  padding: 0 20px 1rem;
  display: none;
  font-size: 0.813rem;
  line-height: 1.7;
  color: #726558;
  overflow-wrap: break-word;
}.xpx_faq_item-dit.xpx_state_open-dit .xpx_faq_a-dit {
  display: block;
}.xpx_faq_a-dit strong {
  color: #C9BB9E;
  font-weight: 700;
}.xpx_faq_a-dit a {
  text-decoration: underline;
  color: #C8881E;
}.xpx_faq_a-dit ul,.xpx_faq_a-dit ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.xpx_faq_a-dit ol {
  list-style: decimal;
}.xpx_faq_a-dit li {
  line-height: 1.6;
  margin-bottom: 4px;
}.xpx_faq_a-dit table {
  margin: 0.5rem 0;
  width: 100%;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  font-size: 12px;
}
@media(min-width: 769px) {.xpx_faq_a-dit table {
  display: table;
}
}.xpx_faq_a-dit th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C9BB9E;
  text-align: left;
  font-weight: 700;
}.xpx_faq_a-dit td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 8px;
  color: #726558;
}.xpx_seo-dit {
  background: #0C0A07;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.xpx_seo-dit {
  padding: 2.75rem 1.5rem 0;
}
}.xpx_seo_in-dit {
  background: #1A1408;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 1rem;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.xpx_seo_in-dit {
  padding: 2.25rem 2.5rem;
}
}.xpx_seo_label-dit {
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  color: #C8881E;
  font-weight: 700;
  letter-spacing: .08em;
}.xpx_seo_h2-dit {
  font-family: 'Cinzel', serif;
  color: #F2EAD8;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 0.875rem;
}
@media(min-width: 771px) {.xpx_seo_h2-dit {
  font-size: 1.5rem;
}
}.xpx_seo_body-dit {
  line-height: 1.75;
  color: #9A8D76;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.xpx_seo_body-dit p {
  margin-bottom: 0.75rem;
  font-size: 14px;
  color: #9A8D76;
  line-height: 1.75;
}.xpx_seo_body-dit p:last-child {
  margin-bottom: 0;
}.xpx_seo_body-dit strong {
  font-weight: 700;
  color: #C9BB9E;
}.xpx_seo_body-dit a {
  transition: color .2s;
  color: #C8881E;
  text-decoration: underline;
}.xpx_seo_body-dit a:hover {
  color: #DFA030;
}.xpx_seo_body-dit ul,.xpx_seo_body-dit ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.xpx_seo_body-dit ol {
  list-style: decimal;
}.xpx_seo_body-dit li {
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9A8D76;
}.xpx_seo_body-dit table {
  font-size: 0.813rem;
  border-collapse: collapse;
  margin-bottom: 12px;
  overflow-x: auto;
  width: 100%;
  display: block;
}
@media(min-width: 769px) {.xpx_seo_body-dit table {
  display: table;
}
}.xpx_seo_body-dit th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #C9BB9E;
  text-align: left;
  font-weight: 700;
}.xpx_seo_body-dit td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9A8D76;
}.xpx_seo_cols-dit {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 643px) {.xpx_seo_cols-dit {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.xpx_seo_cols-dit {
  grid-template-columns: repeat(3,1fr);
}
}.xpx_seo_col_h-dit {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 7px;
  color: #C9BB9E;
}.xpx_seo_col_p-dit {
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #726558;
}.xpx_seo_stats-dit {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.xpx_seo_stat-dit {
  background: rgba(200, 136, 30, 0.07);
  border: 1px solid rgba(200, 136, 30, 0.16);
  border-radius: 10px;
  padding: 0.875rem 16px;
  flex: 1;
  min-width: 140px;
}.xpx_seo_stat_val-dit {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #C8881E;
  font-weight: 800;
}.xpx_seo_stat_lb-dit {
  color: #726558;
  font-size: 11px;
  overflow-wrap: break-word;
}.xpx_ft-dit {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #060504;
  margin-top: 3rem;
}.xpx_ft_support-dit {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
}
@media(min-width:768px) {.xpx_ft_support-dit {
  padding: 28px 24px;
}
}.xpx_ft_support_in-dit {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  max-width: 1320px;
  display: flex;
  flex-wrap: wrap;
}.xpx_ft_support_main-dit {
  gap: 16px;
  flex: 1;
  min-width: 13.75rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.xpx_ft_support_ic-dit {
  color: #C8881E;
  flex-shrink: 0;
}.xpx_ft_support_ic-dit svg {
  stroke-linejoin: round;
  height: 30px;
  stroke-linecap: round;
  width: 30px;
}.xpx_ft_support_text_title-dit {
  margin-bottom: 3px;
  font-size: 0.938rem;
  color: #F2EAD8;
  overflow-wrap: break-word;
  font-weight: 700;
}.xpx_ft_support_text_sub-dit {
  overflow-wrap: break-word;
  color: #726558;
  font-size: 12px;
}.xpx_ft_support_btn-dit {
  transition: background .2s;
  border-radius: 10px;
  background: #C8881E;
  padding: 11px 1.375rem;
  white-space: nowrap;
  color: #F2EAD8;
  font-size: 0.813rem;
  font-weight: 700;
  flex-shrink: 0;
}.xpx_ft_support_btn-dit:hover {
  background: #DFA030;
}.xpx_ft_support_contacts-dit {
  gap: 16px;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.xpx_ft_support_contact-dit {
  line-height: 1.4;
  color: #554E44;
  font-size: 12px;
}.xpx_ft_support_contact-dit strong {
  display: block;
  font-size: 0.688rem;
  margin-bottom: 2px;
  color: #9A8D76;
  font-weight: 600;
}.xpx_ft_main-dit {
  padding: 32px 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.xpx_ft_main-dit {
  padding: 40px 24px 2rem;
}
}.xpx_ft_main_in-dit {
  gap: 24px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 641px) {.xpx_ft_main_in-dit {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.xpx_ft_main_in-dit {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.xpx_ft_col_logo-dit {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.xpx_ft_col_logo-dit {
  grid-column: auto;
}
}.xpx_ft_logo-dit {
  gap: 9px;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  display: flex;
  flex-wrap: wrap;
  color: #F2EAD8;
  align-items: center;
  font-weight: 800;
  font-size: 16px;
}.xpx_ft_logo_mark-dit {
  border-radius: 6px;
  overflow: hidden;
  width: 1.875rem;
  height: 1.875rem;
}.xpx_ft_logo_mark-dit img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.xpx_ft_logo_sub-dit {
  font-size: 0.75rem;
  color: #554E44;
  overflow-wrap: break-word;
  line-height: 1.55;
  max-width: 200px;
}.xpx_ft_col_title-dit {
  letter-spacing: .07em;
  font-weight: 700;
  color: #9A8D76;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-size: 0.75rem;
}.xpx_ft_col_links-dit {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.xpx_ft_col_link-dit {
  transition: color .2s;
  font-size: 0.813rem;
  color: #554E44;
  overflow-wrap: break-word;
}.xpx_ft_col_link-dit:hover {
  color: #C9BB9E;
}.xpx_ft_apps-dit {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.xpx_ft_app_card-dit {
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 10px 0.75rem;
  transition: border-color .2s;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  display: flex;
}.xpx_ft_app_card-dit:hover {
  border-color: rgba(200, 138, 30, 0.50);
}.xpx_ft_app_card_ic-dit svg {
  stroke-linejoin: round;
  height: 1.375rem;
  stroke-linecap: round;
  width: 22px;
}.xpx_ft_app_card_os-dit {
  font-weight: 600;
  font-size: 0.625rem;
  color: #554E44;
}.xpx_ft_app_card_action-dit {
  color: #C9BB9E;
  font-weight: 700;
  font-size: 0.75rem;
}.xpx_ft_bot-dit {
  padding: 1.25rem 16px;
}
@media(min-width: 766px) {.xpx_ft_bot-dit {
  padding: 20px 24px;
}
}.xpx_ft_bot_in-dit {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1320px;
}.xpx_ft_socials-dit {
  gap: 0.5rem;
  display: flex;
}.xpx_ft_soc-dit {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  align-items: center;
  height: 2.25rem;
  width: 36px;
  color: #9A8D76;
  justify-content: center;
  display: flex;
}.xpx_ft_soc-dit svg {
  stroke-linecap: round;
  height: 16px;
  stroke-linejoin: round;
  width: 1rem;
}.xpx_ft_soc-dit:hover {
  background: rgba(255, 255, 255, 0.07);
}.xpx_ft_legal-dit {
  flex: 1;
  min-width: 200px;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7A7065;
  line-height: 1.6;
}.xpx_ft_legal-dit strong {
  color: #9A8D76;
  font-weight: 700;
}.xpx_ft_legal-dit a {
  text-decoration: underline;
  color: #9A8D76;
}.xpx_ft_age-dit {
  border: 2px solid #7A7065;
  border-radius: 50%;
  align-items: center;
  flex-shrink: 0;
  height: 32px;
  font-weight: 800;
  justify-content: center;
  color: #7A7065;
  display: flex;
  margin-left: auto;
  font-size: 11px;
  width: 2rem;
}