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