html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0E0C09;
  line-height: 1.6;
  min-height: 100vh;
  font-family: 'Barlow', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #C5B99E;
}.xpo-layout-g86 {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.xpo-page-g86 {
  min-height: 100vh;
  display: flex;
}.xpo-main-g86 {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width: 1083px) {.xpo-main-g86 {
  padding-left: 13.75rem;
}
}
@media (max-width: 1081px) {.xpo-main-g86 {
  padding-bottom: 4.5rem;
}
}.xpo-gc-g86 {
  border-radius: 8px;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #131009;
  flex-shrink: 0;
  cursor: pointer;
  width: 8.75rem;
  position: relative;
}
@media(min-width: 639px) {.xpo-gc-g86 {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.xpo-gc-g86 {
  width: 10.5rem;
}
}.xpo-gc-g86:hover {
  border-color: rgba(245, 161, 0, 0.07);
  transform: translateY(-3px);
}.xpo-gc_img-g86 {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.xpo-gc_img-g86 img {
  inset: 0;
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}.xpo-gc_hover-g86 {
  transition: opacity .2s;
  background: rgba(8, 6, 4, 0.72);
  inset: 0;
  justify-content: center;
  position: absolute;
  align-items: center;
  opacity: 0;
  display: flex;
}.xpo-gc-g86:hover .xpo-gc_hover-g86 {
  opacity: 1;
}.xpo-gc_hover_btn-g86 {
  border-radius: 5px;
  padding: 8px 16px;
  background: #F5A100;
  color: #F4EEE3;
  font-size: 0.75rem;
  font-weight: 700;
}.xpo-gc_info-g86 {
  padding: 8px 10px 10px;
}.xpo-gc_name-g86 {
  overflow: hidden;
  font-weight: 600;
  max-width: 100%;
  margin-bottom: 3px;
  font-size: 0.75rem;
  color: #C5B99E;
  white-space: nowrap;
  text-overflow: ellipsis;
}.xpo-gc_prov-g86 {
  color: #5E5045;
  font-size: 0.625rem;
}.xpo-gc_tag-g86 {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  font-weight: 700;
  left: 0.375rem;
  top: 0.375rem;
  position: absolute;
  font-size: 9px;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: .04em;
}.xpo-gc_tag_hot-g86 {
  background: #E83428;
  color: #fff;
}.xpo-gc_tag_new-g86 {
  background: #26B860;
  color: #0E0C09;
}.xpo-gc_tag_jp-g86 {
  background: #F0C030;
  color: #0E0C09;
}.xpo-gc_tag_ex-g86 {
  background: #E0581A;
  color: #fff;
}.xpo-gc_tag_live-g86 {
  background: #E83428;
  color: #fff;
}.xpo-gr-g86 {
  background: #0E0C09;
  padding: 32px 16px 0;
}
@media(min-width: 765px) {.xpo-gr-g86 {
  padding: 36px 24px 0;
}
}.xpo-gr_in-g86 {
  margin: 0 auto;
  max-width: 1320px;
}.xpo-gr_head-g86 {
  gap: 0.75rem;
  margin-bottom: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.xpo-gr_head_l-g86 {
  gap: 0.625rem;
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
}.xpo-gr_ic-g86 {
  border-radius: 0.5rem;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  height: 2rem;
  width: 32px;
  justify-content: center;
}.xpo-gr_ic-g86 svg {
  height: 1rem;
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.xpo-gr_title-g86 {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 1rem;
  color: #F4EEE3;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width:768px) {.xpo-gr_title-g86 {
  font-size: 1.125rem;
}
}.xpo-gr_more-g86 {
  transition: color .2s;
  gap: 0.313rem;
  font-weight: 600;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 12px;
  color: #756658;
  display: flex;
}.xpo-gr_more-g86:hover {
  color: #F5A100;
}.xpo-gr_more-g86 svg {
  stroke-linejoin: round;
  height: 0.75rem;
  width: 0.75rem;
  stroke-linecap: round;
}.xpo-gr_arrows-g86 {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.xpo-gr_arr-g86 {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .15s,color .15s;
  border-radius: 0.313rem;
  color: #988370;
  justify-content: center;
  height: 30px;
  width: 1.875rem;
  display: flex;
  align-items: center;
}.xpo-gr_arr-g86:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F4EEE3;
}.xpo-gr_arr-g86 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.813rem;
  height: 13px;
}.xpo-gr_seo_h-g86 {
  margin: 0 0 6px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #C5B99E;
  max-width: 680px;
  font-size: 0.813rem;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 766px) {.xpo-gr_seo_h-g86 {
  font-size: 14px;
}
}.xpo-gr_seo-g86 {
  max-width: 42.5rem;
  color: #756658;
  font-size: 12px;
  margin-bottom: 0.75rem;
  line-height: 1.55;
  overflow-wrap: break-word;
}.xpo-gr_seo-g86 strong {
  color: #C5B99E;
  font-weight: 600;
}.xpo-gr_scroll-g86 {
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  display: flex;
  padding-bottom: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}.xpo-gr_scroll-g86::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.xpo-gr_scroll-g86 {
  gap: 0.75rem;
}
}.xpo-tb-g86 {
  background: #0E0C09;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  z-index: 80;
  display: flex;
  height: 56px;
  left: 0;
  right: 0;
  top: 0;
  align-items: center;
  position: fixed;
}.xpo-tb_in-g86 {
  gap: 0;
  padding: 0 0.875rem;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}.xpo-tb_burger-g86 {
  border-radius: 0.5rem;
  gap: 5px;
  width: 38px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 38px;
  display: flex;
  margin-right: 0.5rem;
  flex-direction: column;
}.xpo-tb_burger-g86:hover {
  background: rgba(255, 255, 255, 0.05);
}.xpo-tb_burger_line-g86 {
  border-radius: 1px;
  background: #988370;
  height: 2px;
  display: block;
  width: 18px;
}
@media(min-width: 1079px) {.xpo-tb_burger-g86 {
  display: none;
}
}.xpo-tb_logo-g86 {
  gap: 9px;
  align-items: center;
  overflow-wrap: break-word;
  margin-right: 1.25rem;
  font-size: 18px;
  font-weight: 800;
  color: #F4EEE3;
  display: flex;
  flex-shrink: 0;
  letter-spacing: -.01em;
}.xpo-tb_logo_mark-g86 {
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: 2rem;
  justify-content: center;
  height: 32px;
}.xpo-tb_logo_mark-g86 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.xpo-tb_nav-g86 {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.xpo-tb_nav-g86 {
  display: flex;
}
}.xpo-tb_tab-g86 {
  transition: background .15s,color .15s;
  padding: 8px 14px;
  border-radius: 0.5rem;
  color: #988370;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
}.xpo-tb_tab-g86:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4EEE3;
}.xpo-tb_tab-g86.xpo-state_active-g86 {
  background: rgba(245, 161, 0, 0.18);
  color: #F4EEE3;
}.xpo-tb_right-g86 {
  gap: 0.5rem;
  align-items: center;
  display: flex;
  margin-left: auto;
  flex-shrink: 0;
}.xpo-tb_login-g86 {
  background: rgba(255, 255, 255, 0.05);
  padding: 9px 1rem;
  border-radius: 8px;
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 13px;
  display: none;
  color: #C5B99E;
  font-weight: 600;
}.xpo-tb_login-g86:hover {
  border-color: rgba(245, 161, 0, 0.55);
  color: #F4EEE3;
}
@media(min-width: 479px) {.xpo-tb_login-g86 {
  display: block;
}
}.xpo-tb_reg-g86 {
  border-radius: 0.5rem;
  background: #26B860;
  padding: 9px 1.125rem;
  transition: background .2s;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #0E0900;
  font-weight: 700;
}.xpo-tb_reg-g86:hover {
  background: #31D170;
}.xpo-sb-g86 {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #18150F;
  transition: transform .25s ease;
  transform: translateX(-100%);
  width: 220px;
  left: 0;
  z-index: 70;
  top: 56px;
  bottom: 0;
  overflow-y: auto;
  position: fixed;
}.xpo-sb-g86.xpo-state_open-g86 {
  transform: translateX(0);
}.xpo-sb-g86::-webkit-scrollbar {
  width: 4px;
}.xpo-sb-g86::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1082px) {.xpo-sb-g86 {
  transform: translateX(0);
}
}.xpo-sb_auth-g86 {
  padding: 0.875rem 12px 0.625rem;
}.xpo-sb_btn_reg-g86 {
  background: #26B860;
  border-radius: 0.5rem;
  padding: 0.688rem;
  transition: background .2s;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-align: center;
  color: #0E0900;
  font-size: 0.813rem;
}.xpo-sb_btn_reg-g86:hover {
  background: #31D170;
}.xpo-sb_btn_login-g86 {
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
  font-size: 0.813rem;
  font-weight: 600;
  display: block;
  text-align: center;
  color: #C5B99E;
}.xpo-sb_btn_login-g86:hover {
  border-color: rgba(245, 161, 0, 0.55);
  color: #F4EEE3;
}.xpo-sb_promo-g86 {
  padding: 12px 0.875rem;
  border: 1px solid rgba(245, 161, 0, 0.18);
  background: linear-gradient(135deg,#1F0C00,#18150F);
  overflow: hidden;
  margin: 0 12px 10px;
  border-radius: 8px;
  position: relative;
}.xpo-sb_promo-g86::before {
  background: radial-gradient(circle,rgba(245, 161, 0, 0.18),transparent 70%);
  border-radius: 50%;
  top: -20px;
  position: absolute;
  height: 5rem;
  width: 5rem;
  content: '';
  right: -20px;
}.xpo-sb_promo_title-g86 {
  font-weight: 700;
  text-transform: uppercase;
  color: #F5A100;
  letter-spacing: .06em;
  margin-bottom: 0.25rem;
  font-size: 0.688rem;
}.xpo-sb_promo_text-g86 {
  line-height: 1.35;
  font-size: 0.75rem;
  color: #F4EEE3;
  font-weight: 600;
  overflow-wrap: break-word;
}.xpo-sb_promo_sub-g86 {
  font-size: 10px;
  color: #756658;
  margin-top: 3px;
}.xpo-sb_nav-g86 {
  padding: 0.375rem 8px 16px;
}.xpo-sb_nav_lb-g86 {
  padding: 10px 0.5rem 6px;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 10px;
  color: #5E5045;
  text-transform: uppercase;
}.xpo-sb_link-g86 {
  gap: 0.625rem;
  transition: background .15s,color .15s;
  padding: 9px 10px;
  border-radius: 0.313rem;
  color: #988370;
  display: flex;
  overflow-wrap: break-word;
  cursor: pointer;
  font-size: 13px;
  align-items: center;
  font-weight: 500;
}.xpo-sb_link-g86:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4EEE3;
}.xpo-sb_link-g86.xpo-state_active-g86 {
  background: rgba(245, 161, 0, 0.18);
  color: #F4EEE3;
}.xpo-sb_ic-g86 {
  border-radius: 5px;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  height: 30px;
  width: 1.875rem;
  align-items: center;
}.xpo-sb_ic-g86 svg {
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
}.xpo-sb_ic_1-g86 {
  background: rgba(245, 161, 0, 0.07);
  color: #F5A100;
}.xpo-sb_ic_2-g86 {
  background: rgba(38, 184, 96, 0.17);
  color: #26B860;
}.xpo-sb_ic_3-g86 {
  background: rgba(240, 192, 48, 0.15);
  color: #F0C030;
}.xpo-sb_ic_4-g86 {
  background: rgba(224, 88, 26, 0.20);
  color: #E0581A;
}.xpo-sb_ic_5-g86 {
  background: rgba(245, 161, 0, 0.07);
  color: #E8407E;
}.xpo-sb_ic_6-g86 {
  background: rgba(224, 88, 26, 0.20);
  color: #9A54F0;
}.xpo-sb_badge-g86 {
  border-radius: 5px;
  padding: 2px 0.438rem;
  background: #F0C030;
  margin-left: auto;
  font-weight: 700;
  color: #0E0900;
  font-size: 9px;
}.xpo-sb_bot-g86 {
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 8px;
  display: flex;
}.xpo-sb_lang-g86,.xpo-sb_help-g86 {
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.375rem;
  border-radius: 0.313rem;
  padding: 9px 6px;
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  font-weight: 600;
  color: #988370;
  font-size: 0.688rem;
  align-items: center;
  display: flex;
}.xpo-sb_lang-g86:hover,.xpo-sb_help-g86:hover {
  border-color: rgba(245, 161, 0, 0.55);
  color: #F4EEE3;
}.xpo-sb_lang-g86 svg,.xpo-sb_help-g86 svg {
  width: 0.813rem;
  height: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.xpo-sb_bd-g86 {
  inset: 0;
  background: rgba(8, 6, 4, 0.72);
  z-index: 69;
  display: none;
  position: fixed;
}.xpo-sb_bd-g86.xpo-state_on-g86 {
  display: block;
}
@media(min-width: 1081px) {.xpo-sb_bd-g86 {
  display: none!important;
}
}.xpo-mob_nav-g86 {
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #18150F;
  display: flex;
  z-index: 80;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
}
@media(min-width: 1078px) {.xpo-mob_nav-g86 {
  display: none;
}
}.xpo-mob_nav_item-g86 {
  padding: 4px 2px;
  gap: 4px;
  flex: 1;
  color: #5E5045;
  flex-direction: column;
  align-items: center;
  display: flex;
  cursor: pointer;
}.xpo-mob_nav_ic-g86 {
  line-height: 1;
}.xpo-mob_nav_ic-g86 svg {
  height: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 20px;
}.xpo-mob_nav_lb-g86 {
  font-weight: 600;
  color: #5E5045;
  font-size: 10px;
}.xpo-mob_nav_item-g86.xpo-state_active-g86 {
  color: #F5A100;
}.xpo-mob_nav_item-g86.xpo-state_active-g86 .xpo-mob_nav_lb-g86 {
  color: #F5A100;
}.xpo-hero-g86 {
  padding: 20px 1rem 0;
  background: #0E0C09;
}
@media(min-width: 769px) {.xpo-hero-g86 {
  padding: 1.5rem 24px 0;
}
}.xpo-hero_in-g86 {
  gap: 12px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 861px) {.xpo-hero_in-g86 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1098px) {.xpo-hero_in-g86 {
  grid-template-columns: 1fr 21.25rem;
}
}.xpo-hero_promo-g86 {
  background: #131009;
  border-radius: 13px;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  position: relative;
  align-items: stretch;
}
@media(min-width: 769px) {.xpo-hero_promo-g86 {
  min-height: 17.5rem;
}
}.xpo-hero_promo_bg-g86 {
  background-position: center;
  background: linear-gradient(120deg,#1F0C00 0%,#0E0C09 100%);
  inset: 0;
  background-size: cover;
  position: absolute;
}.xpo-hero_promo_bg-g86::after {
  inset: 0;
  background: linear-gradient(90deg,#0E0C09 0%,rgba(8, 6, 4, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.xpo-hero_promo_glow-g86 {
  background: radial-gradient(circle,rgba(224, 88, 26, 0.20) 0%,transparent 65%);
  border-radius: 50%;
  right: 3.75rem;
  top: -2.5rem;
  width: 300px;
  height: 300px;
  pointer-events: none;
  position: absolute;
}.xpo-hero_promo_ct-g86 {
  padding: 28px 1.5rem 28px 28px;
  position: relative;
  display: flex;
  max-width: 480px;
  z-index: 2;
  justify-content: center;
  flex-direction: column;
}
@media(min-width:768px) {.xpo-hero_promo_ct-g86 {
  padding: 40px 2rem;
}
}.xpo-hero_badge-g86 {
  border: 1px solid rgba(245, 161, 0, 0.07);
  border-radius: 1.25rem;
  padding: 5px 12px;
  background: rgba(245, 161, 0, 0.18);
  margin-bottom: 0.875rem;
  color: #F5A100;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.625rem;
  font-weight: 700;
  display: inline-block;
}.xpo-hero_h1-g86 {
  line-height: 1.15;
  color: #F4EEE3;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.625rem;
  margin-bottom: 10px;
}.xpo-hero_h1-g86 em {
  font-style: normal;
  color: #F0C030;
}
@media(min-width: 770px) {.xpo-hero_h1-g86 {
  font-size: 36px;
}
}.xpo-hero_sub-g86 {
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 1.25rem;
  color: #988370;
}
@media(min-width: 765px) {.xpo-hero_sub-g86 {
  font-size: 14px;
}
}.xpo-hero_row-g86 {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.xpo-hero_cta-g86 {
  transition: background .2s;
  padding: 13px 1.625rem;
  border-radius: 8px;
  background: #26B860;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 0.25rem 18px rgba(38,184,96,0.40);
  font-weight: 700;
  font-size: 14px;
  color: #0E0900;
}.xpo-hero_cta-g86:hover {
  background: #31D170;
}.xpo-hero_terms-g86 {
  font-size: 0.688rem;
  color: #5E5045;
}.xpo-hero_game-g86 {
  border-radius: 0.813rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #131009;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  display: flex;
}.xpo-hero_game_badge-g86 {
  border-radius: 1.25rem;
  background: rgba(240, 192, 48, 0.15);
  padding: 5px 0.625rem;
  border: 1px solid rgba(240, 192, 48, 0.15);
  position: absolute;
  z-index: 3;
  left: 12px;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  color: #F0C030;
  letter-spacing: .06em;
  top: 12px;
}.xpo-hero_game_badge-g86 svg {
  margin-right: 4px;
  height: 11px;
  width: 0.688rem;
  vertical-align: -1px;
}.xpo-hero_game_img-g86 {
  overflow: hidden;
  background: linear-gradient(135deg,#1F0C00,#0E0C09);
  position: relative;
  padding-bottom: 60%;
}.xpo-hero_game_img-g86 img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}.xpo-hero_game_play-g86 {
  inset: 0;
  background: rgba(8, 6, 4, 0.72);
  transition: opacity .2s;
  justify-content: center;
  align-items: center;
  position: absolute;
  opacity: 0;
  display: flex;
}.xpo-hero_game-g86:hover .xpo-hero_game_play-g86 {
  opacity: 1;
}.xpo-hero_game_play-g86 span {
  background: #F5A100;
  border-radius: 50%;
  height: 3.25rem;
  align-items: center;
  width: 52px;
  justify-content: center;
  display: flex;
}.xpo-hero_game_play-g86 span svg {
  height: 18px;
  margin-left: 2px;
  width: 1.125rem;
}.xpo-hero_game_info-g86 {
  padding: 0.875rem 16px;
}.xpo-hero_game_title-g86 {
  margin-bottom: 0.25rem;
  font-size: 0.938rem;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F4EEE3;
}.xpo-hero_game_provider-g86 {
  font-size: 0.688rem;
  color: #756658;
}.xpo-hero_game_btn-g86 {
  border-radius: 8px;
  padding: 0.688rem;
  background: #F5A100;
  margin: 0.75rem 1rem 16px;
  transition: background .2s;
  text-align: center;
  font-size: 13px;
  color: #F4EEE3;
  font-weight: 700;
  display: block;
}.xpo-hero_game-g86:hover .xpo-hero_game_btn-g86 {
  background: #FFBA22;
}.xpo-sbar-g86 {
  background: #0E0C09;
  padding: 1rem 1rem 0;
}
@media(min-width: 771px) {.xpo-sbar-g86 {
  padding: 1.125rem 24px 0;
}
}.xpo-sbar_in-g86 {
  margin: 0 auto;
  max-width: 1320px;
}.xpo-sbar_row-g86 {
  gap: 0.625rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  display: flex;
}.xpo-sbar_input-g86 {
  gap: 0.625rem;
  padding: 11px 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex: 1;
  transition: border-color .2s;
  background: #131009;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #756658;
}.xpo-sbar_input-g86:hover {
  border-color: rgba(245, 161, 0, 0.55);
}.xpo-sbar_input-g86 svg {
  width: 0.938rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.938rem;
  flex-shrink: 0;
}.xpo-sbar_providers-g86 {
  transition: border-color .2s;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding: 11px 1.125rem;
  background: #131009;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  white-space: nowrap;
  font-weight: 600;
  color: #C5B99E;
  font-size: 0.813rem;
  align-items: center;
}.xpo-sbar_providers-g86:hover {
  border-color: rgba(245, 161, 0, 0.55);
  color: #F4EEE3;
}.xpo-sbar_providers-g86 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.875rem;
  width: 14px;
}.xpo-sbar_tabs-g86 {
  gap: 6px;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 2px;
}.xpo-sbar_tabs-g86::-webkit-scrollbar {
  display: none;
}.xpo-sbar_tab-g86 {
  transition: background .15s,color .15s,border-color .15s;
  gap: 7px;
  padding: 0.5rem 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  align-items: center;
  color: #988370;
  font-size: 12px;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
}.xpo-sbar_tab-g86:hover {
  border-color: rgba(245, 161, 0, 0.55);
  background: rgba(255, 255, 255, 0.07);
  color: #F4EEE3;
}.xpo-sbar_tab-g86.xpo-state_active-g86 {
  background: rgba(245, 161, 0, 0.18);
  border-color: rgba(245, 161, 0, 0.07);
  color: #F4EEE3;
}.xpo-sbar_tab_ic-g86 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.875rem;
  height: 14px;
}.xpo-wy-g86 {
  background: #0E0C09;
  padding: 32px 16px 0;
}
@media(min-width:768px) {.xpo-wy-g86 {
  padding: 40px 24px 0;
}
}.xpo-wy_in-g86 {
  margin: 0 auto;
  max-width: 1320px;
}.xpo-wy_head-g86 {
  max-width: 720px;
  margin-bottom: 18px;
}.xpo-wy_label-g86 {
  font-size: 0.688rem;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #F5A100;
  font-weight: 700;
}.xpo-wy_h2-g86 {
  color: #F4EEE3;
  margin-bottom: 0.5rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.xpo-wy_h2-g86 {
  font-size: 24px;
}
}.xpo-wy_intro-g86 {
  margin: 0;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #756658;
}.xpo-wy_grid-g86 {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.xpo-wy_grid-g86 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.xpo-wy_grid-g86 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.xpo-wy_card-g86 {
  padding: 20px;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #18150F;
  border-radius: 8px;
}.xpo-wy_card-g86:hover {
  transform: translateY(-2px);
  border-color: rgba(245, 161, 0, 0.07);
}.xpo-wy_card_ic-g86 {
  background: rgba(245, 161, 0, 0.18);
  border-radius: 50%;
  margin-bottom: 0.875rem;
  width: 44px;
  align-items: center;
  height: 44px;
  display: flex;
  justify-content: center;
  color: #F5A100;
}.xpo-wy_card_ic-g86 svg {
  stroke-linejoin: round;
  width: 1.375rem;
  height: 1.375rem;
  stroke-linecap: round;
}.xpo-wy_card_h-g86 {
  font-weight: 700;
  color: #F4EEE3;
  margin-bottom: 6px;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 0.938rem;
}.xpo-wy_card_p-g86 {
  line-height: 1.6;
  font-size: 0.813rem;
  color: #756658;
  overflow-wrap: break-word;
}.xpo-wy_card_p-g86 strong {
  color: #C5B99E;
  font-weight: 600;
}.xpo-gr_jp-g86 {
  overflow: hidden;
  background: linear-gradient(135deg,#1A0B20 0%,#0B090E 100%);
  border-radius: 13px;
  padding: 20px;
  position: relative;
}.xpo-gr_jp-g86::before {
  background: radial-gradient(circle,rgba(224, 88, 26, 0.20) 0%,transparent 70%);
  border-radius: 50%;
  left: -60px;
  width: 250px;
  top: -60px;
  content: '';
  height: 15.625rem;
  position: absolute;
}.xpo-gr_jp-g86::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(240, 192, 48, 0.15) 0%,transparent 70%);
  height: 12.5rem;
  bottom: -40px;
  position: absolute;
  right: 0;
  width: 12.5rem;
  content: '';
}.xpo-gr_jp_head-g86 {
  gap: 1rem;
  margin-bottom: 16px;
  display: flex;
  position: relative;
  z-index: 1;
  align-items: flex-start;
  flex-wrap: wrap;
}.xpo-gr_jp_info-g86 {
  flex: 1;
}.xpo-gr_jp_label-g86 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.375rem;
  font-size: 11px;
  color: #9A54F0;
}.xpo-gr_jp_label-g86 svg {
  height: 0.875rem;
  vertical-align: -2px;
  margin-right: 0.25rem;
  stroke-linecap: round;
  width: 0.875rem;
  stroke-linejoin: round;
}.xpo-gr_jp_amount-g86 {
  font-size: 32px;
  margin-bottom: 4px;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1;
  color: #F4EEE3;
}
@media(min-width: 766px) {.xpo-gr_jp_amount-g86 {
  font-size: 40px;
}
}.xpo-gr_jp_amount-g86 span {
  color: #F0C030;
}.xpo-gr_jp_seo-g86 {
  max-width: 480px;
  line-height: 1.5;
  color: #988370;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.xpo-gr_jp_cta-g86 {
  background: rgba(224, 88, 26, 0.20);
  border-radius: 8px;
  transition: background .2s;
  padding: 0.688rem 20px;
  border: 1px solid rgba(224, 88, 26, 0.20);
  white-space: nowrap;
  flex-shrink: 0;
  align-self: flex-start;
  font-size: 13px;
  z-index: 1;
  margin-top: 0.25rem;
  color: #F4EEE3;
  position: relative;
  font-weight: 700;
}.xpo-gr_jp_cta-g86:hover {
  background: #E0581A;
}.xpo-ws-g86 {
  background: #0E0C09;
  padding: 2rem 1rem 0;
}
@media(min-width: 769px) {.xpo-ws-g86 {
  padding: 2.25rem 24px 0;
}
}.xpo-ws_in-g86 {
  margin: 0 auto;
  max-width: 82.5rem;
}.xpo-ws_head-g86 {
  gap: 12px;
  margin-bottom: 0.875rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}.xpo-ws_title-g86 {
  gap: 0.625rem;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  color: #F4EEE3;
}.xpo-ws_title_ic-g86 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 18px;
  color: #F0C030;
  width: 18px;
}.xpo-ws_online-g86 {
  gap: 0.438rem;
  align-items: center;
  font-size: 0.75rem;
  display: flex;
  color: #756658;
  font-weight: 600;
}.xpo-ws_online_dot-g86 {
  border-radius: 50%;
  background: #26B860;
  height: 0.5rem;
  flex-shrink: 0;
  width: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(38, 184, 96, 0.17);
}.xpo-ws_scroll-g86 {
  gap: 0.5rem;
  padding-bottom: 8px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}.xpo-ws_scroll-g86::-webkit-scrollbar {
  display: none;
}.xpo-wc-g86 {
  border-radius: 0.5rem;
  background: #131009;
  padding: 10px 14px;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex-shrink: 0;
  align-items: center;
  min-width: 220px;
  display: flex;
}.xpo-wc_img-g86 {
  background: #18150F;
  overflow: hidden;
  border-radius: 5px;
  height: 36px;
  flex-shrink: 0;
  width: 2.25rem;
}.xpo-wc_img-g86 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.xpo-wc_info-g86 {
  min-width: 0;
}.xpo-wc_game-g86 {
  overflow: hidden;
  font-size: 0.75rem;
  white-space: nowrap;
  font-weight: 600;
  color: #C5B99E;
  text-overflow: ellipsis;
}.xpo-wc_player-g86 {
  overflow: hidden;
  font-size: 0.625rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #5E5045;
}.xpo-wc_amount-g86 {
  color: #26B860;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
  margin-left: auto;
}.xpo-reg-g86 {
  padding: 2.25rem 16px 0;
  background: #0E0C09;
}
@media(min-width: 767px) {.xpo-reg-g86 {
  padding: 44px 24px 0;
}
}.xpo-reg_in-g86 {
  background: #18150F;
  padding: 1.75rem 1.5rem;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 765px) {.xpo-reg_in-g86 {
  padding: 40px;
}
}.xpo-reg_top-g86 {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.xpo-reg_top-g86 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.xpo-reg_label-g86 {
  font-weight: 700;
  text-transform: uppercase;
  color: #F5A100;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.xpo-reg_h2-g86 {
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 12px;
  color: #F4EEE3;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  line-height: 1.2;
}
@media(min-width:768px) {.xpo-reg_h2-g86 {
  font-size: 28px;
}
}.xpo-reg_bonus-g86 {
  gap: 0.5rem;
  border: 1px solid rgba(240, 192, 48, 0.15);
  background: rgba(240, 192, 48, 0.15);
  border-radius: 8px;
  padding: 0.625rem 1rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}.xpo-reg_bonus_amount-g86 {
  font-weight: 800;
  color: #F0C030;
  font-size: 1.25rem;
}.xpo-reg_bonus_text-g86 {
  line-height: 1.35;
  color: #988370;
  font-size: 0.813rem;
}.xpo-reg_cta_btn-g86 {
  border-radius: 0.5rem;
  padding: 14px 2rem;
  background: #26B860;
  transition: background .2s;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 0.25rem 1.125rem rgba(38,184,96,0.40);
  color: #0E0900;
  margin-bottom: 0.75rem;
  display: inline-block;
  font-size: 15px;
}.xpo-reg_cta_btn-g86:hover {
  background: #31D170;
}.xpo-reg_terms-g86 {
  color: #5E5045;
  font-size: 0.688rem;
  line-height: 1.5;
}.xpo-reg_seo-g86 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  line-height: 1.65;
  padding-top: 20px;
  margin-top: 1.25rem;
  font-size: 13px;
  color: #756658;
}.xpo-reg_seo-g86 p {
  line-height: 1.65;
  color: #756658;
  margin-bottom: 0.625rem;
  font-size: 13px;
}.xpo-reg_seo-g86 p:last-child {
  margin-bottom: 0;
}.xpo-reg_seo-g86 strong {
  color: #C5B99E;
  font-weight: 700;
}.xpo-reg_seo-g86 a {
  transition: color .2s;
  text-decoration: underline;
  color: #F5A100;
}.xpo-reg_seo-g86 a:hover {
  color: #FFBA22;
}.xpo-reg_seo-g86 ul,.xpo-reg_seo-g86 ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.xpo-reg_seo-g86 ol {
  list-style: decimal;
}.xpo-reg_seo-g86 li {
  color: #756658;
  margin-bottom: 4px;
  font-size: 0.813rem;
  line-height: 1.65;
}.xpo-reg_seo-g86 table {
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  font-size: 0.813rem;
  margin-bottom: 0.625rem;
}
@media(min-width: 766px) {.xpo-reg_seo-g86 table {
  display: table;
}
}.xpo-reg_seo-g86 th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #C5B99E;
  font-weight: 700;
}.xpo-reg_seo-g86 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #756658;
}.xpo-reg_steps-g86 {
  gap: 0.875rem;
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
}
@media(min-width: 858px) {.xpo-reg_steps-g86 {
  margin-top: 0;
}
}.xpo-reg_step-g86 {
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  gap: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.xpo-reg_step_num-g86 {
  background: rgba(245, 161, 0, 0.18);
  border-radius: 50%;
  border: 1px solid rgba(245, 161, 0, 0.07);
  justify-content: center;
  flex-shrink: 0;
  font-weight: 800;
  align-items: center;
  color: #F5A100;
  width: 2.125rem;
  height: 2.125rem;
  font-size: 0.875rem;
  display: flex;
}.xpo-reg_step_title-g86 {
  font-size: 14px;
  margin-bottom: 3px;
  color: #F4EEE3;
  font-weight: 700;
}.xpo-reg_step_text-g86 {
  color: #756658;
  line-height: 1.5;
  font-size: 12px;
}.xpo-reg_trust-g86 {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}.xpo-reg_trust_item-g86 {
  gap: 0.438rem;
  display: flex;
  color: #756658;
  font-size: 12px;
  align-items: center;
  overflow-wrap: break-word;
}.xpo-reg_trust_ic-g86 svg {
  color: #F5A100;
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
}.xpo-bon-g86 {
  padding: 2.25rem 1rem 0;
  background: #0E0C09;
}
@media(min-width: 767px) {.xpo-bon-g86 {
  padding: 44px 1.5rem 0;
}
}.xpo-bon_in-g86 {
  margin: 0 auto;
  max-width: 1320px;
}.xpo-bon_head-g86 {
  margin-bottom: 20px;
}.xpo-bon_label-g86 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
  color: #F5A100;
}.xpo-bon_h2-g86 {
  color: #F4EEE3;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
}
@media(min-width: 769px) {.xpo-bon_h2-g86 {
  font-size: 1.5rem;
}
}.xpo-bon_seo-g86 {
  max-width: 38.75rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #756658;
  font-size: 13px;
}.xpo-bon_seo-g86 strong {
  color: #C5B99E;
  font-weight: 700;
}.xpo-bon_seo-g86 a {
  text-decoration: underline;
  color: #F5A100;
}.xpo-bon_grid-g86 {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 643px) {.xpo-bon_grid-g86 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.xpo-bon_grid-g86 {
  grid-template-columns: repeat(5,1fr);
}
}.xpo-bon_card-g86 {
  border-radius: 0.5rem;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1rem;
  background: #131009;
}.xpo-bon_card-g86:hover {
  transform: translateY(-2px);
  border-color: rgba(245, 161, 0, 0.07);
}.xpo-bon_card_ic-g86 svg {
  width: 26px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 26px;
}.xpo-bon_card_ic-g86 {
  margin-bottom: 0.625rem;
}.xpo-bon_card_type-g86 {
  letter-spacing: .06em;
  color: #756658;
  margin-bottom: 6px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem;
}.xpo-bon_card_amount-g86 {
  font-weight: 800;
  line-height: 1.1;
  font-size: 1.125rem;
  color: #F0C030;
  margin-bottom: 0.375rem;
}.xpo-bon_card_name-g86 {
  margin-bottom: 0.5rem;
  color: #F4EEE3;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 600;
}.xpo-bon_card_detail-g86 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  line-height: 1.5;
  padding-top: 8px;
  color: #5E5045;
  font-size: 0.688rem;
}.xpo-prov-g86 {
  background: #0E0C09;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.xpo-prov-g86 {
  padding: 2.75rem 24px 0;
}
}.xpo-prov_in-g86 {
  margin: 0 auto;
  max-width: 82.5rem;
}.xpo-prov_head-g86 {
  margin-bottom: 16px;
}.xpo-prov_label-g86 {
  text-transform: uppercase;
  color: #F5A100;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
}.xpo-prov_h2-g86 {
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  color: #F4EEE3;
  font-size: 20px;
}
@media(min-width: 769px) {.xpo-prov_h2-g86 {
  font-size: 24px;
}
}.xpo-prov_seo-g86 {
  overflow-wrap: break-word;
  margin-bottom: 1rem;
  max-width: 620px;
  line-height: 1.6;
  color: #756658;
  font-size: 0.813rem;
}.xpo-prov_seo-g86 strong {
  font-weight: 700;
  color: #C5B99E;
}.xpo-prov_seo-g86 a {
  color: #F5A100;
  text-decoration: underline;
}.xpo-prov_grid-g86 {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 641px) {.xpo-prov_grid-g86 {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width:1080px) {.xpo-prov_grid-g86 {
  grid-template-columns: repeat(8,1fr);
}
}.xpo-prov_card-g86 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,background .2s;
  border-radius: 0.5rem;
  gap: 7px;
  background: #131009;
  padding: 14px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
}.xpo-prov_card-g86:hover {
  border-color: rgba(245, 161, 0, 0.55);
  background: #18150F;
}.xpo-prov_logo-g86 {
  border-radius: 0.313rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  align-items: center;
  display: flex;
  width: 44px;
  height: 44px;
}.xpo-prov_logo-g86 img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.xpo-prov_name-g86 {
  font-weight: 600;
  overflow-wrap: break-word;
  text-align: center;
  font-size: 0.688rem;
  color: #988370;
}.xpo-app-g86 {
  padding: 2.25rem 1rem 0;
  background: #0E0C09;
}
@media(min-width: 766px) {.xpo-app-g86 {
  padding: 2.75rem 24px 0;
}
}.xpo-app_in-g86 {
  margin: 0 auto;
  max-width: 1320px;
}.xpo-app_head-g86 {
  margin-bottom: 16px;
}.xpo-app_label-g86 {
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #F5A100;
}.xpo-app_h2-g86 {
  margin-bottom: 0.375rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  color: #F4EEE3;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 766px) {.xpo-app_h2-g86 {
  font-size: 1.5rem;
}
}.xpo-app_sub-g86 {
  color: #756658;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.6;
  max-width: 37.5rem;
}.xpo-app_sub-g86 strong {
  color: #C5B99E;
  font-weight: 700;
}.xpo-app_cards-g86 {
  gap: 10px;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.xpo-app_cards-g86 {
  grid-template-columns: repeat(3,1fr);
}
}.xpo-app_card-g86 {
  overflow: hidden;
  gap: 16px;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.xpo-app_card_ios-g86 {
  background: linear-gradient(135deg,rgba(245, 161, 0, 0.18) 0%,#18150F 100%);
}.xpo-app_card_android-g86 {
  background: linear-gradient(135deg,rgba(38, 184, 96, 0.17) 0%,#18150F 100%);
}.xpo-app_card_win-g86 {
  background: linear-gradient(135deg,rgba(240, 192, 48, 0.15) 0%,#18150F 100%);
}.xpo-app_card_ic-g86 svg {
  stroke-linejoin: round;
  width: 2.125rem;
  height: 34px;
  stroke-linecap: round;
}.xpo-app_card_ic-g86 {
  flex-shrink: 0;
  color: #F4EEE3;
}.xpo-app_card_os-g86 {
  margin-bottom: 0.375rem;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #756658;
  font-weight: 700;
}.xpo-app_card_title-g86 {
  line-height: 1.2;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F4EEE3;
  font-size: 15px;
}.xpo-app_card_text-g86 {
  color: #756658;
  font-size: 0.75rem;
  line-height: 1.5;
  overflow-wrap: break-word;
  margin-bottom: 14px;
}.xpo-app_card_btn-g86 {
  gap: 0.438rem;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  padding: 0.625rem 1.125rem;
  border: 1px solid rgba(245, 161, 0, 0.55);
  font-size: 13px;
  color: #F4EEE3;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}.xpo-app_card_btn-g86:hover {
  background: rgba(255, 255, 255, 0.07);
}.xpo-seo-g86 {
  background: #0E0C09;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.xpo-seo-g86 {
  padding: 44px 1.5rem 0;
}
}.xpo-seo_in-g86 {
  background: #18150F;
  border-radius: 13px;
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 1320px;
}
@media(min-width: 770px) {.xpo-seo_in-g86 {
  padding: 2.25rem 40px;
}
}.xpo-seo_label-g86 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #F5A100;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
}.xpo-seo_h2-g86 {
  font-weight: 800;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-size: 20px;
  color: #F4EEE3;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 769px) {.xpo-seo_h2-g86 {
  font-size: 1.5rem;
}
}.xpo-seo_body-g86 {
  line-height: 1.75;
  color: #988370;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.xpo-seo_body-g86 p {
  margin-bottom: 12px;
  color: #988370;
  line-height: 1.75;
  font-size: 0.875rem;
}.xpo-seo_body-g86 p:last-child {
  margin-bottom: 0;
}.xpo-seo_body-g86 strong {
  color: #C5B99E;
  font-weight: 700;
}.xpo-seo_body-g86 a {
  transition: color .2s;
  text-decoration: underline;
  color: #F5A100;
}.xpo-seo_body-g86 a:hover {
  color: #FFBA22;
}.xpo-seo_body-g86 ul,.xpo-seo_body-g86 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.xpo-seo_body-g86 ol {
  list-style: decimal;
}.xpo-seo_body-g86 li {
  color: #988370;
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 0.875rem;
}.xpo-seo_body-g86 table {
  display: block;
  font-size: 13px;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
}
@media(min-width: 766px) {.xpo-seo_body-g86 table {
  display: table;
}
}.xpo-seo_body-g86 th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #C5B99E;
}.xpo-seo_body-g86 td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #988370;
}.xpo-seo_cols-g86 {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 637px) {.xpo-seo_cols-g86 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.xpo-seo_cols-g86 {
  grid-template-columns: repeat(3,1fr);
}
}.xpo-seo_col_h-g86 {
  margin-bottom: 7px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #C5B99E;
  font-size: 0.813rem;
}.xpo-seo_col_p-g86 {
  color: #756658;
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.xpo-seo_stats-g86 {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.xpo-seo_stat-g86 {
  border-radius: 8px;
  background: rgba(245, 161, 0, 0.07);
  border: 1px solid rgba(245, 161, 0, 0.18);
  flex: 1;
  padding: 14px 16px;
  min-width: 8.75rem;
}.xpo-seo_stat_val-g86 {
  overflow-wrap: break-word;
  color: #F5A100;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 4px;
}.xpo-seo_stat_lb-g86 {
  overflow-wrap: break-word;
  color: #756658;
  font-size: 11px;
}.xpo-seo-g86 {
  background: #0E0C09;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.xpo-seo-g86 {
  padding: 44px 24px 0;
}
}.xpo-seo_in-g86 {
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  border-radius: 13px;
  background: #18150F;
  max-width: 1320px;
}
@media(min-width: 766px) {.xpo-seo_in-g86 {
  padding: 2.25rem 40px;
}
}.xpo-seo_label-g86 {
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #F5A100;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.xpo-seo_h2-g86 {
  line-height: 1.25;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  color: #F4EEE3;
  margin-bottom: 14px;
  font-weight: 800;
}
@media(min-width: 769px) {.xpo-seo_h2-g86 {
  font-size: 1.5rem;
}
}.xpo-seo_body-g86 {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #988370;
  font-size: 0.875rem;
}.xpo-seo_body-g86 p {
  color: #988370;
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 12px;
}.xpo-seo_body-g86 p:last-child {
  margin-bottom: 0;
}.xpo-seo_body-g86 strong {
  font-weight: 700;
  color: #C5B99E;
}.xpo-seo_body-g86 a {
  transition: color .2s;
  text-decoration: underline;
  color: #F5A100;
}.xpo-seo_body-g86 a:hover {
  color: #FFBA22;
}.xpo-seo_body-g86 ul,.xpo-seo_body-g86 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.xpo-seo_body-g86 ol {
  list-style: decimal;
}.xpo-seo_body-g86 li {
  color: #988370;
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 0.875rem;
}.xpo-seo_body-g86 table {
  display: block;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  width: 100%;
  font-size: 13px;
}
@media(min-width: 765px) {.xpo-seo_body-g86 table {
  display: table;
}
}.xpo-seo_body-g86 th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C5B99E;
  text-align: left;
  font-weight: 700;
}.xpo-seo_body-g86 td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #988370;
}.xpo-seo_cols-g86 {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.xpo-seo_cols-g86 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.xpo-seo_cols-g86 {
  grid-template-columns: repeat(3,1fr);
}
}.xpo-seo_col_h-g86 {
  font-weight: 700;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  color: #C5B99E;
}.xpo-seo_col_p-g86 {
  color: #756658;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
}.xpo-seo_stats-g86 {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.xpo-seo_stat-g86 {
  border-radius: 0.5rem;
  border: 1px solid rgba(245, 161, 0, 0.18);
  background: rgba(245, 161, 0, 0.07);
  flex: 1;
  padding: 14px 16px;
  min-width: 8.75rem;
}.xpo-seo_stat_val-g86 {
  overflow-wrap: break-word;
  color: #F5A100;
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 1.25rem;
}.xpo-seo_stat_lb-g86 {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #756658;
}.xpo-pmt-g86 {
  padding: 2.25rem 16px 0;
  background: #0E0C09;
}
@media(min-width: 769px) {.xpo-pmt-g86 {
  padding: 2.75rem 1.5rem 0;
}
}.xpo-pmt_in-g86 {
  margin: 0 auto;
  max-width: 1320px;
}.xpo-pmt_head-g86 {
  max-width: 45rem;
  margin-bottom: 22px;
}.xpo-pmt_label-g86 {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #F5A100;
  font-weight: 700;
  font-size: 0.688rem;
}.xpo-pmt_h2-g86 {
  margin-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-weight: 800;
  color: #F4EEE3;
}
@media(min-width: 769px) {.xpo-pmt_h2-g86 {
  font-size: 28px;
}
}.xpo-pmt_intro-g86 {
  overflow-wrap: break-word;
  color: #756658;
  line-height: 1.6;
  font-size: 0.875rem;
}.xpo-pmt_groups-g86 {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.xpo-pmt_group-g86 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #18150F;
  padding: 20px;
  border-radius: 0.5rem;
}.xpo-pmt_group_head-g86 {
  gap: 0.75rem;
  align-items: center;
  display: flex;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
}.xpo-pmt_group_ic-g86 {
  background: rgba(245, 161, 0, 0.18);
  border-radius: 5px;
  justify-content: center;
  height: 2.25rem;
  color: #F5A100;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 2.25rem;
}.xpo-pmt_group_ic-g86 svg {
  stroke-linejoin: round;
  height: 18px;
  stroke-linecap: round;
  width: 1.125rem;
}.xpo-pmt_group_h-g86 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: #F4EEE3;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
}.xpo-pmt_group_p-g86 {
  font-size: 0.813rem;
  color: #756658;
  overflow-wrap: break-word;
  line-height: 1.6;
  margin-bottom: 14px;
}.xpo-pmt_group_p-g86 strong {
  color: #C5B99E;
  font-weight: 600;
}.xpo-pmt_table_wrap-g86 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.xpo-pmt_table-g86 {
  font-size: 0.813rem;
  min-width: 540px;
  border-collapse: collapse;
  width: 100%;
}.xpo-pmt_table-g86 th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 0.688rem;
  color: #C5B99E;
  text-align: left;
}.xpo-pmt_table-g86 td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #756658;
}.xpo-pmt_table-g86 tbody tr:last-child td {
  border-bottom: none;
}.xpo-pmt_table-g86 tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C5B99E;
}.xpo-faq-g86 {
  padding: 2.25rem 16px 0;
  background: #0E0C09;
}
@media(min-width: 767px) {.xpo-faq-g86 {
  padding: 2.75rem 1.5rem 0;
}
}.xpo-faq_in-g86 {
  margin: 0 auto;
  max-width: 1320px;
}.xpo-faq_head-g86 {
  margin-bottom: 1.25rem;
}.xpo-faq_label-g86 {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #F5A100;
  letter-spacing: .08em;
}.xpo-faq_h2-g86 {
  font-weight: 800;
  font-size: 1.25rem;
  color: #F4EEE3;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.xpo-faq_h2-g86 {
  font-size: 24px;
}
}.xpo-faq_list-g86 {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.xpo-faq_item-g86 {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
  background: #18150F;
}.xpo-faq_q-g86 {
  padding: 1rem 1.25rem;
  gap: 0.75rem;
  transition: color .2s;
  font-size: 14px;
  display: flex;
  cursor: pointer;
  font-weight: 600;
  color: #C5B99E;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  overflow-wrap: break-word;
}.xpo-faq_q-g86:hover {
  color: #F4EEE3;
}.xpo-faq_q_ic-g86 {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  height: 24px;
  align-items: center;
  flex-shrink: 0;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  width: 1.5rem;
  color: #F5A100;
}.xpo-faq_item-g86.xpo-state_open-g86 .xpo-faq_q_ic-g86 {
  transform: rotate(45deg);
}.xpo-faq_a-g86 {
  padding: 0 1.25rem 16px;
  color: #756658;
  font-size: 13px;
  line-height: 1.7;
  display: none;
  overflow-wrap: break-word;
}.xpo-faq_item-g86.xpo-state_open-g86 .xpo-faq_a-g86 {
  display: block;
}.xpo-faq_a-g86 strong {
  font-weight: 700;
  color: #C5B99E;
}.xpo-faq_a-g86 a {
  text-decoration: underline;
  color: #F5A100;
}.xpo-faq_a-g86 ul,.xpo-faq_a-g86 ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.xpo-faq_a-g86 ol {
  list-style: decimal;
}.xpo-faq_a-g86 li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.xpo-faq_a-g86 table {
  margin: 8px 0;
  display: block;
  font-size: 12px;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 766px) {.xpo-faq_a-g86 table {
  display: table;
}
}.xpo-faq_a-g86 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 8px;
  color: #C5B99E;
  font-weight: 700;
  text-align: left;
}.xpo-faq_a-g86 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 8px;
  color: #756658;
}.xpo-seo-g86 {
  background: #0E0C09;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.xpo-seo-g86 {
  padding: 2.75rem 24px 0;
}
}.xpo-seo_in-g86 {
  border-radius: 0.813rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 28px 24px;
  margin: 0 auto;
  background: #18150F;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.xpo-seo_in-g86 {
  padding: 36px 40px;
}
}.xpo-seo_label-g86 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  color: #F5A100;
  margin-bottom: 10px;
  letter-spacing: .08em;
}.xpo-seo_h2-g86 {
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4EEE3;
  margin-bottom: 14px;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.xpo-seo_h2-g86 {
  font-size: 24px;
}
}.xpo-seo_body-g86 {
  overflow-wrap: break-word;
  font-size: 14px;
  color: #988370;
  line-height: 1.75;
}.xpo-seo_body-g86 p {
  color: #988370;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.75;
}.xpo-seo_body-g86 p:last-child {
  margin-bottom: 0;
}.xpo-seo_body-g86 strong {
  color: #C5B99E;
  font-weight: 700;
}.xpo-seo_body-g86 a {
  transition: color .2s;
  text-decoration: underline;
  color: #F5A100;
}.xpo-seo_body-g86 a:hover {
  color: #FFBA22;
}.xpo-seo_body-g86 ul,.xpo-seo_body-g86 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.xpo-seo_body-g86 ol {
  list-style: decimal;
}.xpo-seo_body-g86 li {
  margin-bottom: 6px;
  font-size: 14px;
  color: #988370;
  line-height: 1.75;
}.xpo-seo_body-g86 table {
  overflow-x: auto;
  display: block;
  margin-bottom: 12px;
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}
@media(min-width: 765px) {.xpo-seo_body-g86 table {
  display: table;
}
}.xpo-seo_body-g86 th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C5B99E;
}.xpo-seo_body-g86 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #988370;
}.xpo-seo_cols-g86 {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.xpo-seo_cols-g86 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.xpo-seo_cols-g86 {
  grid-template-columns: repeat(3,1fr);
}
}.xpo-seo_col_h-g86 {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
  color: #C5B99E;
  font-weight: 700;
}.xpo-seo_col_p-g86 {
  color: #756658;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
}.xpo-seo_stats-g86 {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.xpo-seo_stat-g86 {
  background: rgba(245, 161, 0, 0.07);
  padding: 0.875rem 1rem;
  border: 1px solid rgba(245, 161, 0, 0.18);
  border-radius: 0.5rem;
  flex: 1;
  min-width: 140px;
}.xpo-seo_stat_val-g86 {
  font-size: 20px;
  overflow-wrap: break-word;
  color: #F5A100;
  margin-bottom: 0.25rem;
  font-weight: 800;
}.xpo-seo_stat_lb-g86 {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #756658;
}.xpo-ft-g86 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #080604;
  margin-top: 48px;
}.xpo-ft_support-g86 {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width:768px) {.xpo-ft_support-g86 {
  padding: 28px 24px;
}
}.xpo-ft_support_in-g86 {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 82.5rem;
}.xpo-ft_support_main-g86 {
  gap: 1rem;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  min-width: 13.75rem;
}.xpo-ft_support_ic-g86 {
  color: #F5A100;
  flex-shrink: 0;
}.xpo-ft_support_ic-g86 svg {
  height: 30px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.875rem;
}.xpo-ft_support_text_title-g86 {
  font-weight: 700;
  margin-bottom: 3px;
  overflow-wrap: break-word;
  color: #F4EEE3;
  font-size: 0.938rem;
}.xpo-ft_support_text_sub-g86 {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #756658;
}.xpo-ft_support_btn-g86 {
  transition: background .2s;
  background: #F5A100;
  padding: 0.688rem 22px;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  color: #F4EEE3;
  flex-shrink: 0;
}.xpo-ft_support_btn-g86:hover {
  background: #FFBA22;
}.xpo-ft_support_contacts-g86 {
  gap: 16px;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.xpo-ft_support_contact-g86 {
  font-size: 12px;
  line-height: 1.4;
  color: #5E5045;
}.xpo-ft_support_contact-g86 strong {
  display: block;
  font-size: 0.688rem;
  font-weight: 600;
  margin-bottom: 2px;
  color: #988370;
}.xpo-ft_main-g86 {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 765px) {.xpo-ft_main-g86 {
  padding: 40px 1.5rem 32px;
}
}.xpo-ft_main_in-g86 {
  gap: 24px;
  margin: 0 auto;
  max-width: 82.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.xpo-ft_main_in-g86 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.xpo-ft_main_in-g86 {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.xpo-ft_col_logo-g86 {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.xpo-ft_col_logo-g86 {
  grid-column: auto;
}
}.xpo-ft_logo-g86 {
  gap: 9px;
  align-items: center;
  color: #F4EEE3;
  flex-wrap: wrap;
  font-size: 16px;
  display: flex;
  font-weight: 800;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
}.xpo-ft_logo_mark-g86 {
  border-radius: 0.313rem;
  overflow: hidden;
  height: 1.875rem;
  width: 1.875rem;
}.xpo-ft_logo_mark-g86 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.xpo-ft_logo_sub-g86 {
  line-height: 1.55;
  max-width: 12.5rem;
  color: #5E5045;
  overflow-wrap: break-word;
  font-size: 12px;
}.xpo-ft_col_title-g86 {
  margin-bottom: 0.875rem;
  font-size: 12px;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-weight: 700;
  color: #988370;
}.xpo-ft_col_links-g86 {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.xpo-ft_col_link-g86 {
  transition: color .2s;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #5E5045;
}.xpo-ft_col_link-g86:hover {
  color: #C5B99E;
}.xpo-ft_apps-g86 {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.xpo-ft_app_card-g86 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  padding: 10px 0.75rem;
  border-radius: 0.313rem;
  gap: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
}.xpo-ft_app_card-g86:hover {
  border-color: rgba(245, 161, 0, 0.55);
}.xpo-ft_app_card_ic-g86 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 22px;
  width: 1.375rem;
}.xpo-ft_app_card_os-g86 {
  font-size: 0.625rem;
  color: #5E5045;
  font-weight: 600;
}.xpo-ft_app_card_action-g86 {
  color: #C5B99E;
  font-size: 0.75rem;
  font-weight: 700;
}.xpo-ft_bot-g86 {
  padding: 20px 16px;
}
@media(min-width: 765px) {.xpo-ft_bot-g86 {
  padding: 20px 1.5rem;
}
}.xpo-ft_bot_in-g86 {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  max-width: 1320px;
  flex-wrap: wrap;
}.xpo-ft_socials-g86 {
  gap: 8px;
  display: flex;
}.xpo-ft_soc-g86 {
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  border-radius: 0.313rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  color: #988370;
  align-items: center;
  height: 36px;
  justify-content: center;
  width: 2.25rem;
}.xpo-ft_soc-g86 svg {
  height: 16px;
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.xpo-ft_soc-g86:hover {
  background: rgba(255, 255, 255, 0.07);
}.xpo-ft_legal-g86 {
  flex: 1;
  line-height: 1.6;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #7D7062;
  min-width: 200px;
}.xpo-ft_legal-g86 strong {
  color: #988370;
  font-weight: 700;
}.xpo-ft_legal-g86 a {
  color: #988370;
  text-decoration: underline;
}.xpo-ft_age-g86 {
  border-radius: 50%;
  border: 2px solid #7D7062;
  height: 32px;
  align-items: center;
  display: flex;
  margin-left: auto;
  flex-shrink: 0;
  width: 2rem;
  color: #7D7062;
  font-size: 11px;
  justify-content: center;
  font-weight: 800;
}