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