*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background-color: #150D06;
  min-height: 100vh;
  font-family: 'Nunito', sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  color: #D4BF98;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}a {
  text-decoration: none;
  color: inherit;
}.twe-layout_sdc {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.twe-page_sdc {
  min-height: 100vh;
  display: flex;
}.twe-main_sdc {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media screen and (min-width: 1077px) {.twe-main_sdc {
  padding-left: 220px;
}
}
@media screen and (max-width: 1076px) {.twe-main_sdc {
  padding-bottom: 72px;
}
}.twe-gc_sdc {
  border: 1px solid rgba(255, 210, 140, 0.06);
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border-radius: 10px;
  background: #1B1106;
  cursor: pointer;
  width: 140px;
  position: relative;
  flex-shrink: 0;
}
@media(min-width: 642px) {.twe-gc_sdc {
  width: 156px;
}
}
@media(min-width: 1079px) {.twe-gc_sdc {
  width: 168px;
}
}.twe-gc_sdc:hover {
  transform: translateY(-3px);
  border-color: rgba(123, 47, 212, 0.09);
}.twe-gc_img_sdc {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.twe-gc_img_sdc img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}.twe-gc_hover_sdc {
  transition: opacity .2s;
  background: rgba(10, 6, 2, 0.72);
  inset: 0;
  display: flex;
  opacity: 0;
  justify-content: center;
  align-items: center;
  position: absolute;
}.twe-gc_sdc:hover .twe-gc_hover_sdc {
  opacity: 1;
}.twe-gc_hover_btn_sdc {
  background: #7B2FD4;
  border-radius: 6px;
  padding: 0.5rem 16px;
  font-size: 12px;
  color: #F4EAD2;
  font-weight: 700;
}.twe-gc_info_sdc {
  padding: 0.5rem 10px 0.625rem;
}.twe-gc_name_sdc {
  overflow: hidden;
  color: #D4BF98;
  font-size: 12px;
  margin-bottom: 3px;
  max-width: 100%;
  text-overflow: ellipsis;
  font-weight: 600;
  white-space: nowrap;
}.twe-gc_prov_sdc {
  color: #614F38;
  font-size: 0.625rem;
}.twe-gc_tag_sdc {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  letter-spacing: .04em;
  top: 6px;
  left: 0.375rem;
  z-index: 2;
  font-size: 0.563rem;
  position: absolute;
  font-weight: 700;
  text-transform: uppercase;
}.twe-gc_tag_hot_sdc {
  background: #D43030;
  color: #fff;
}.twe-gc_tag_new_sdc {
  background: #1FAB5E;
  color: #150D06;
}.twe-gc_tag_jp_sdc {
  background: #D4980A;
  color: #150D06;
}.twe-gc_tag_ex_sdc {
  background: #C17A08;
  color: #fff;
}.twe-gc_tag_live_sdc {
  background: #D43030;
  color: #fff;
}.twe-gr_sdc {
  padding: 32px 16px 0;
  background: #150D06;
}
@media(min-width: 767px) {.twe-gr_sdc {
  padding: 2.25rem 24px 0;
}
}.twe-gr_in_sdc {
  margin: 0 auto;
  max-width: 82.5rem;
}.twe-gr_head_sdc {
  gap: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}.twe-gr_head_l_sdc {
  flex: 1;
  gap: 10px;
  align-items: center;
  min-width: 0;
  display: flex;
}.twe-gr_ic_sdc {
  border-radius: 0.625rem;
  height: 2rem;
  align-items: center;
  flex-shrink: 0;
  width: 2rem;
  display: flex;
  justify-content: center;
}.twe-gr_ic_sdc svg {
  height: 1rem;
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
}.twe-gr_title_sdc {
  color: #F4EAD2;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 1rem;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.twe-gr_title_sdc {
  font-size: 1.125rem;
}
}.twe-gr_more_sdc {
  gap: 5px;
  transition: color .2s;
  font-weight: 600;
  flex-shrink: 0;
  font-size: 0.75rem;
  display: flex;
  white-space: nowrap;
  color: #7D6B4E;
  align-items: center;
}.twe-gr_more_sdc:hover {
  color: #7B2FD4;
}.twe-gr_more_sdc svg {
  height: 12px;
  width: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.twe-gr_arrows_sdc {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.twe-gr_arr_sdc {
  transition: background .15s,color .15s;
  border-radius: 6px;
  background: rgba(255, 220, 160, 0.05);
  border: 1px solid rgba(255, 210, 140, 0.12);
  height: 1.875rem;
  align-items: center;
  width: 30px;
  justify-content: center;
  color: #A8926C;
  display: flex;
}.twe-gr_arr_sdc:hover {
  background: rgba(255, 220, 160, 0.07);
  color: #F4EAD2;
}.twe-gr_arr_sdc svg {
  stroke-linejoin: round;
  height: 13px;
  width: 13px;
  stroke-linecap: round;
}.twe-gr_seo_h_sdc {
  margin: 0 0 6px;
  overflow-wrap: break-word;
  color: #D4BF98;
  max-width: 42.5rem;
  font-size: 0.813rem;
  font-family: 'Cinzel', serif;
  font-weight: 700;
}
@media(min-width: 771px) {.twe-gr_seo_h_sdc {
  font-size: 14px;
}
}.twe-gr_seo_sdc {
  max-width: 680px;
  font-size: 0.75rem;
  color: #7D6B4E;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.55;
}.twe-gr_seo_sdc strong {
  color: #D4BF98;
  font-weight: 600;
}.twe-gr_scroll_sdc {
  gap: 0.625rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 0.625rem;
  display: flex;
}.twe-gr_scroll_sdc::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.twe-gr_scroll_sdc {
  gap: 0.75rem;
}
}.twe-tb_sdc {
  border-bottom: 1px solid rgba(255, 220, 160, 0.07);
  background: #150D06;
  right: 0;
  align-items: center;
  top: 0;
  position: fixed;
  display: flex;
  z-index: 80;
  height: 56px;
  left: 0;
}.twe-tb_in_sdc {
  gap: 0;
  padding: 0 0.875rem;
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
}.twe-tb_burger_sdc {
  gap: 5px;
  border-radius: 0.625rem;
  width: 2.375rem;
  flex-direction: column;
  height: 38px;
  display: flex;
  margin-right: 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}.twe-tb_burger_sdc:hover {
  background: rgba(255, 220, 160, 0.05);
}.twe-tb_burger_line_sdc {
  border-radius: 1px;
  background: #A8926C;
  display: block;
  width: 1.125rem;
  height: 2px;
}
@media(min-width: 1078px) {.twe-tb_burger_sdc {
  display: none;
}
}.twe-tb_logo_sdc {
  gap: 0.563rem;
  align-items: center;
  letter-spacing: -.01em;
  font-weight: 800;
  flex-shrink: 0;
  overflow-wrap: break-word;
  display: flex;
  color: #F4EAD2;
  margin-right: 20px;
  font-size: 18px;
}.twe-tb_logo_mark_sdc {
  overflow: hidden;
  border-radius: 0.625rem;
  height: 32px;
  align-items: center;
  width: 2rem;
  justify-content: center;
  display: flex;
}.twe-tb_logo_mark_sdc img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.twe-tb_nav_sdc {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.twe-tb_nav_sdc {
  display: flex;
}
}.twe-tb_tab_sdc {
  padding: 8px 0.875rem;
  transition: background .15s,color .15s;
  border-radius: 0.625rem;
  color: #A8926C;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.813rem;
}.twe-tb_tab_sdc:hover {
  background: rgba(255, 220, 160, 0.05);
  color: #F4EAD2;
}.twe-tb_tab_sdc.twe-state_active_sdc {
  background: rgba(123, 47, 212, 0.22);
  color: #F4EAD2;
}.twe-tb_right_sdc {
  gap: 8px;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
}.twe-tb_login_sdc {
  border-radius: 0.625rem;
  background: rgba(255, 220, 160, 0.05);
  border: 1px solid rgba(255, 210, 140, 0.12);
  padding: 9px 16px;
  transition: border-color .2s,color .2s;
  color: #D4BF98;
  font-size: 0.813rem;
  display: none;
  font-weight: 600;
}.twe-tb_login_sdc:hover {
  border-color: rgba(255, 210, 140, 0.28);
  color: #F4EAD2;
}
@media(min-width: 479px) {.twe-tb_login_sdc {
  display: block;
}
}.twe-tb_reg_sdc {
  padding: 0.563rem 1.125rem;
  transition: background .2s;
  border-radius: 10px;
  background: #1FAB5E;
  white-space: nowrap;
  font-weight: 700;
  color: #0D0800;
  font-size: 13px;
}.twe-tb_reg_sdc:hover {
  background: #24C56D;
}.twe-sb_sdc {
  background: #221507;
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 220, 160, 0.05);
  transform: translateX(-100%);
  top: 3.5rem;
  left: 0;
  bottom: 0;
  width: 13.75rem;
  position: fixed;
  z-index: 70;
  overflow-y: auto;
}.twe-sb_sdc.twe-state_open_sdc {
  transform: translateX(0);
}.twe-sb_sdc::-webkit-scrollbar {
  width: 0.25rem;
}.twe-sb_sdc::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 220, 160, 0.07);
}
@media(min-width:1080px) {.twe-sb_sdc {
  transform: translateX(0);
}
}.twe-sb_auth_sdc {
  padding: 0.875rem 12px 0.625rem;
}.twe-sb_btn_reg_sdc {
  background: #1FAB5E;
  border-radius: 10px;
  transition: background .2s;
  padding: 11px;
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 0.813rem;
  color: #0D0800;
  font-weight: 700;
  display: block;
}.twe-sb_btn_reg_sdc:hover {
  background: #24C56D;
}.twe-sb_btn_login_sdc {
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 210, 140, 0.12);
  transition: border-color .2s;
  padding: 10px;
  background: rgba(255, 220, 160, 0.05);
  display: block;
  color: #D4BF98;
  text-align: center;
  font-size: 0.813rem;
  font-weight: 600;
}.twe-sb_btn_login_sdc:hover {
  border-color: rgba(255, 210, 140, 0.28);
  color: #F4EAD2;
}.twe-sb_promo_sdc {
  overflow: hidden;
  background: linear-gradient(135deg,#3A1268,#221507);
  border-radius: 0.625rem;
  margin: 0 12px 10px;
  padding: 0.75rem 0.875rem;
  border: 1px solid rgba(123, 47, 212, 0.22);
  position: relative;
}.twe-sb_promo_sdc::before {
  background: radial-gradient(circle,rgba(123, 47, 212, 0.22),transparent 70%);
  border-radius: 50%;
  width: 80px;
  top: -1.25rem;
  position: absolute;
  right: -20px;
  height: 5rem;
  content: '';
}.twe-sb_promo_title_sdc {
  margin-bottom: 0.25rem;
  color: #7B2FD4;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}.twe-sb_promo_text_sdc {
  font-size: 0.75rem;
  color: #F4EAD2;
  overflow-wrap: break-word;
  font-weight: 600;
  line-height: 1.35;
}.twe-sb_promo_sub_sdc {
  color: #7D6B4E;
  margin-top: 3px;
  font-size: 0.625rem;
}.twe-sb_nav_sdc {
  padding: 6px 8px 1rem;
}.twe-sb_nav_lb_sdc {
  padding: 0.625rem 8px 0.375rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #614F38;
  text-transform: uppercase;
}.twe-sb_link_sdc {
  transition: background .15s,color .15s;
  gap: 10px;
  padding: 0.563rem 0.625rem;
  border-radius: 6px;
  overflow-wrap: break-word;
  font-weight: 500;
  align-items: center;
  color: #A8926C;
  font-size: 13px;
  display: flex;
  cursor: pointer;
}.twe-sb_link_sdc:hover {
  background: rgba(255, 220, 160, 0.05);
  color: #F4EAD2;
}.twe-sb_link_sdc.twe-state_active_sdc {
  background: rgba(123, 47, 212, 0.22);
  color: #F4EAD2;
}.twe-sb_ic_sdc {
  border-radius: 0.375rem;
  width: 30px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  height: 30px;
}.twe-sb_ic_sdc svg {
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
}.twe-sb_ic_1_sdc {
  background: rgba(123, 47, 212, 0.09);
  color: #7B2FD4;
}.twe-sb_ic_2_sdc {
  background: rgba(31, 171, 94, 0.18);
  color: #1FAB5E;
}.twe-sb_ic_3_sdc {
  background: rgba(212, 152, 10, 0.18);
  color: #D4980A;
}.twe-sb_ic_4_sdc {
  background: rgba(193, 122, 8, 0.20);
  color: #C17A08;
}.twe-sb_ic_5_sdc {
  background: rgba(123, 47, 212, 0.09);
  color: #D4367A;
}.twe-sb_ic_6_sdc {
  background: rgba(193, 122, 8, 0.20);
  color: #9B3FBF;
}.twe-sb_badge_sdc {
  background: #D4980A;
  border-radius: 0.375rem;
  padding: 2px 7px;
  font-weight: 700;
  margin-left: auto;
  font-size: 9px;
  color: #0D0800;
}.twe-sb_bot_sdc {
  border-top: 1px solid rgba(255, 220, 160, 0.05);
  gap: 8px;
  padding: 0.75rem;
  display: flex;
}.twe-sb_lang_sdc,.twe-sb_help_sdc {
  transition: border-color .2s;
  border-radius: 6px;
  flex: 1;
  border: 1px solid rgba(255, 210, 140, 0.06);
  background: rgba(255, 220, 160, 0.05);
  padding: 9px 0.375rem;
  gap: 6px;
  justify-content: center;
  font-size: 0.688rem;
  color: #A8926C;
  display: flex;
  font-weight: 600;
  align-items: center;
}.twe-sb_lang_sdc:hover,.twe-sb_help_sdc:hover {
  border-color: rgba(255, 210, 140, 0.28);
  color: #F4EAD2;
}.twe-sb_lang_sdc svg,.twe-sb_help_sdc svg {
  width: 13px;
  height: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.twe-sb_bd_sdc {
  background: rgba(10, 6, 2, 0.72);
  inset: 0;
  display: none;
  z-index: 69;
  position: fixed;
}.twe-sb_bd_sdc.twe-state_on_sdc {
  display: block;
}
@media(min-width: 1078px) {.twe-sb_bd_sdc {
  display: none!important;
}
}.twe-mob_nav_sdc {
  border-top: 1px solid rgba(255, 210, 140, 0.12);
  background: #221507;
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  left: 0;
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 80;
  right: 0;
}
@media(min-width: 1077px) {.twe-mob_nav_sdc {
  display: none;
}
}.twe-mob_nav_item_sdc {
  padding: 4px 2px;
  flex: 1;
  gap: 0.25rem;
  align-items: center;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  color: #614F38;
}.twe-mob_nav_ic_sdc {
  line-height: 1;
}.twe-mob_nav_ic_sdc svg {
  height: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 20px;
}.twe-mob_nav_lb_sdc {
  font-size: 10px;
  font-weight: 600;
  color: #614F38;
}.twe-mob_nav_item_sdc.twe-state_active_sdc {
  color: #7B2FD4;
}.twe-mob_nav_item_sdc.twe-state_active_sdc .twe-mob_nav_lb_sdc {
  color: #7B2FD4;
}.twe-hero_sdc {
  padding: 1.25rem 1rem 0;
  background: #150D06;
}
@media(min-width: 771px) {.twe-hero_sdc {
  padding: 24px 24px 0;
}
}.twe-hero_in_sdc {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1320px;
}
@media(min-width:860px) {.twe-hero_in_sdc {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1102px) {.twe-hero_in_sdc {
  grid-template-columns: 1fr 340px;
}
}.twe-hero_promo_sdc {
  overflow: hidden;
  background: #1B1106;
  border-radius: 16px;
  display: flex;
  align-items: stretch;
  position: relative;
  min-height: 220px;
}
@media(min-width: 769px) {.twe-hero_promo_sdc {
  min-height: 17.5rem;
}
}.twe-hero_promo_bg_sdc {
  background-position: center;
  background: linear-gradient(120deg,#3A1268 0%,#150D06 100%);
  inset: 0;
  background-size: cover;
  position: absolute;
}.twe-hero_promo_bg_sdc::after {
  background: linear-gradient(90deg,#150D06 0%,rgba(10, 6, 2, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.twe-hero_promo_glow_sdc {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(193, 122, 8, 0.20) 0%,transparent 65%);
  width: 18.75rem;
  top: -2.5rem;
  pointer-events: none;
  right: 60px;
  position: absolute;
  height: 300px;
}.twe-hero_promo_ct_sdc {
  padding: 1.75rem 1.5rem 28px 28px;
  max-width: 480px;
  position: relative;
  display: flex;
  z-index: 2;
  justify-content: center;
  flex-direction: column;
}
@media(min-width: 769px) {.twe-hero_promo_ct_sdc {
  padding: 40px 2rem;
}
}.twe-hero_badge_sdc {
  padding: 0.313rem 0.75rem;
  border: 1px solid rgba(123, 47, 212, 0.09);
  background: rgba(123, 47, 212, 0.22);
  border-radius: 1.5rem;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: .08em;
  color: #7B2FD4;
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 0.625rem;
}.twe-hero_h1_sdc {
  font-family: 'Cinzel', serif;
  margin-bottom: 0.625rem;
  color: #F4EAD2;
  overflow-wrap: break-word;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
}.twe-hero_h1_sdc em {
  color: #D4980A;
  font-style: normal;
}
@media(min-width: 767px) {.twe-hero_h1_sdc {
  font-size: 2.25rem;
}
}.twe-hero_sub_sdc {
  margin-bottom: 1.25rem;
  color: #A8926C;
  font-size: 0.813rem;
  line-height: 1.55;
}
@media(min-width: 765px) {.twe-hero_sub_sdc {
  font-size: 14px;
}
}.twe-hero_row_sdc {
  gap: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.twe-hero_cta_sdc {
  background: #1FAB5E;
  border-radius: 0.625rem;
  padding: 13px 1.625rem;
  transition: background .2s;
  box-shadow: 0 2px 0 rgba(0,0,0,0.60), 0 0 0.875rem 3px rgba(31, 171, 94, 0.45);
  font-weight: 700;
  color: #0D0800;
  font-size: 0.875rem;
}.twe-hero_cta_sdc:hover {
  background: #24C56D;
}.twe-hero_terms_sdc {
  color: #614F38;
  font-size: 0.688rem;
}.twe-hero_game_sdc {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 210, 140, 0.06);
  background: #1B1106;
  flex-direction: column;
  position: relative;
  display: flex;
}.twe-hero_game_badge_sdc {
  border-radius: 24px;
  background: rgba(212, 152, 10, 0.18);
  padding: 0.313rem 10px;
  border: 1px solid rgba(212, 152, 10, 0.18);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.625rem;
  left: 0.75rem;
  z-index: 3;
  position: absolute;
  letter-spacing: .06em;
  color: #D4980A;
  top: 12px;
}.twe-hero_game_badge_sdc svg {
  height: 0.688rem;
  vertical-align: -1px;
  margin-right: 4px;
  width: 11px;
}.twe-hero_game_img_sdc {
  background: linear-gradient(135deg,#3A1268,#150D06);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.twe-hero_game_img_sdc img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}.twe-hero_game_play_sdc {
  inset: 0;
  background: rgba(10, 6, 2, 0.72);
  transition: opacity .2s;
  display: flex;
  position: absolute;
  opacity: 0;
  justify-content: center;
  align-items: center;
}.twe-hero_game_sdc:hover .twe-hero_game_play_sdc {
  opacity: 1;
}.twe-hero_game_play_sdc span {
  background: #7B2FD4;
  border-radius: 50%;
  justify-content: center;
  height: 3.25rem;
  display: flex;
  align-items: center;
  width: 52px;
}.twe-hero_game_play_sdc span svg {
  margin-left: 2px;
  height: 18px;
  width: 18px;
}.twe-hero_game_info_sdc {
  padding: 0.875rem 1rem;
}.twe-hero_game_title_sdc {
  color: #F4EAD2;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.938rem;
}.twe-hero_game_provider_sdc {
  font-size: 0.688rem;
  color: #7D6B4E;
}.twe-hero_game_btn_sdc {
  border-radius: 0.625rem;
  margin: 0.75rem 1rem 1rem;
  transition: background .2s;
  padding: 11px;
  background: #7B2FD4;
  color: #F4EAD2;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  display: block;
}.twe-hero_game_sdc:hover .twe-hero_game_btn_sdc {
  background: #9245E8;
}.twe-wy_sdc {
  padding: 2rem 16px 0;
  background: #150D06;
}
@media(min-width: 765px) {.twe-wy_sdc {
  padding: 40px 24px 0;
}
}.twe-wy_in_sdc {
  margin: 0 auto;
  max-width: 82.5rem;
}.twe-wy_head_sdc {
  margin-bottom: 1.125rem;
  max-width: 720px;
}.twe-wy_label_sdc {
  letter-spacing: .08em;
  color: #7B2FD4;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 11px;
  text-transform: uppercase;
}.twe-wy_h2_sdc {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F4EAD2;
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 20px;
}
@media(min-width: 771px) {.twe-wy_h2_sdc {
  font-size: 1.5rem;
}
}.twe-wy_intro_sdc {
  margin: 0;
  line-height: 1.6;
  font-size: 13px;
  color: #7D6B4E;
}.twe-wy_grid_sdc {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.twe-wy_grid_sdc {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.twe-wy_grid_sdc {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.twe-wy_card_sdc {
  border-radius: 10px;
  padding: 1.25rem;
  border: 1px solid rgba(255, 210, 140, 0.12);
  transition: border-color .2s,transform .2s;
  background: #221507;
}.twe-wy_card_sdc:hover {
  border-color: rgba(123, 47, 212, 0.09);
  transform: translateY(-2px);
}.twe-wy_card_ic_sdc {
  border-radius: 50%;
  background: rgba(123, 47, 212, 0.22);
  align-items: center;
  display: flex;
  color: #7B2FD4;
  height: 2.75rem;
  width: 44px;
  margin-bottom: 0.875rem;
  justify-content: center;
}.twe-wy_card_ic_sdc svg {
  height: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.375rem;
}.twe-wy_card_h_sdc {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 15px;
  overflow-wrap: break-word;
  color: #F4EAD2;
  line-height: 1.25;
}.twe-wy_card_p_sdc {
  line-height: 1.6;
  color: #7D6B4E;
  font-size: 13px;
  overflow-wrap: break-word;
}.twe-wy_card_p_sdc strong {
  font-weight: 600;
  color: #D4BF98;
}.twe-gr_jp_sdc {
  border-radius: 16px;
  background: linear-gradient(135deg,#2A0D52 0%,#0F0804 100%);
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
}.twe-gr_jp_sdc::before {
  background: radial-gradient(circle,rgba(193, 122, 8, 0.20) 0%,transparent 70%);
  border-radius: 50%;
  width: 15.625rem;
  left: -60px;
  top: -60px;
  height: 250px;
  position: absolute;
  content: '';
}.twe-gr_jp_sdc::after {
  background: radial-gradient(circle,rgba(212, 152, 10, 0.18) 0%,transparent 70%);
  border-radius: 50%;
  right: 0;
  width: 200px;
  position: absolute;
  content: '';
  bottom: -2.5rem;
  height: 200px;
}.twe-gr_jp_head_sdc {
  gap: 1rem;
  margin-bottom: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
  z-index: 1;
  display: flex;
  position: relative;
}.twe-gr_jp_info_sdc {
  flex: 1;
}.twe-gr_jp_label_sdc {
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 0.375rem;
  color: #9B3FBF;
  text-transform: uppercase;
}.twe-gr_jp_label_sdc svg {
  stroke-linejoin: round;
  height: 14px;
  stroke-linecap: round;
  width: 0.875rem;
  vertical-align: -2px;
  margin-right: 0.25rem;
}.twe-gr_jp_amount_sdc {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F4EAD2;
  line-height: 1;
  font-size: 2rem;
  margin-bottom: 0.25rem;
}
@media(min-width: 769px) {.twe-gr_jp_amount_sdc {
  font-size: 40px;
}
}.twe-gr_jp_amount_sdc span {
  color: #D4980A;
}.twe-gr_jp_seo_sdc {
  color: #A8926C;
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 0.75rem;
  max-width: 480px;
}.twe-gr_jp_cta_sdc {
  transition: background .2s;
  border: 1px solid rgba(193, 122, 8, 0.20);
  background: rgba(193, 122, 8, 0.20);
  border-radius: 10px;
  padding: 0.688rem 1.25rem;
  position: relative;
  align-self: flex-start;
  font-weight: 700;
  white-space: nowrap;
  color: #F4EAD2;
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 0.25rem;
  z-index: 1;
}.twe-gr_jp_cta_sdc:hover {
  background: #C17A08;
}.twe-gcg_sdc {
  padding: 2.25rem 1rem 0;
  background: #150D06;
}
@media(min-width: 766px) {.twe-gcg_sdc {
  padding: 44px 1.5rem 0;
}
}.twe-gcg_in_sdc {
  margin: 0 auto;
  max-width: 82.5rem;
}.twe-gcg_head_sdc {
  max-width: 45rem;
  margin-bottom: 20px;
}.twe-gcg_label_sdc {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
  color: #7B2FD4;
}.twe-gcg_h2_sdc {
  font-weight: 800;
  font-size: 1.375rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
  color: #F4EAD2;
}
@media(min-width: 771px) {.twe-gcg_h2_sdc {
  font-size: 28px;
}
}.twe-gcg_intro_sdc {
  font-size: 13px;
  color: #7D6B4E;
  line-height: 1.6;
}.twe-gcg_grid_sdc {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:640px) {.twe-gcg_grid_sdc {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.twe-gcg_grid_sdc {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.twe-gcg_card_sdc {
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 210, 140, 0.12);
  padding: 1.25rem;
  border-radius: 1rem;
  display: flex;
  cursor: pointer;
  min-height: 15rem;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
}.twe-gcg_card_sdc:hover {
  transform: translateY(-3px);
  border-color: rgba(123, 47, 212, 0.22);
}.twe-gcg_card_bg_sdc {
  inset: 0;
  z-index: 0;
  position: absolute;
}.twe-gcg_card_bg_sdc::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.twe-gcg_card_ic_sdc {
  background: rgba(0,0,0,.45);
  border-radius: 6px;
  position: absolute;
  right: 1.125rem;
  justify-content: center;
  top: 18px;
  display: flex;
  height: 2.5rem;
  width: 40px;
  z-index: 2;
  color: #F4EAD2;
  align-items: center;
}.twe-gcg_card_ic_sdc svg {
  width: 20px;
  stroke-linecap: round;
  height: 1.25rem;
  stroke-linejoin: round;
}.twe-gcg_card_ct_sdc {
  z-index: 1;
  position: relative;
}.twe-gcg_card_h_sdc {
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 800;
  color: #F4EAD2;
}
@media(min-width: 766px) {.twe-gcg_card_h_sdc {
  font-size: 1.25rem;
}
}.twe-gcg_card_p_sdc {
  overflow-wrap: break-word;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
}.twe-gcg_card_p_sdc strong {
  color: #F4EAD2;
  font-weight: 600;
}.twe-gcg_card_cta_sdc {
  gap: 4px;
  text-transform: uppercase;
  color: #7B2FD4;
  letter-spacing: .04em;
  font-weight: 700;
  align-items: center;
  font-size: 0.75rem;
  display: inline-flex;
}.twe-gcg_card_cta_sdc svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.75rem;
  width: 12px;
}.twe-ws_sdc {
  padding: 32px 16px 0;
  background: #150D06;
}
@media(min-width: 769px) {.twe-ws_sdc {
  padding: 2.25rem 1.5rem 0;
}
}.twe-ws_in_sdc {
  margin: 0 auto;
  max-width: 1320px;
}.twe-ws_head_sdc {
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 14px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}.twe-ws_title_sdc {
  gap: 0.625rem;
  font-family: 'Cinzel', serif;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  font-size: 16px;
  display: flex;
  color: #F4EAD2;
  font-weight: 700;
  align-items: center;
}.twe-ws_title_ic_sdc svg {
  color: #D4980A;
  stroke-linecap: round;
  width: 1.125rem;
  height: 18px;
  stroke-linejoin: round;
}.twe-ws_online_sdc {
  gap: 0.438rem;
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  color: #7D6B4E;
  font-weight: 600;
}.twe-ws_online_dot_sdc {
  background: #1FAB5E;
  border-radius: 50%;
  box-shadow: 0 0 0.375rem rgba(31, 171, 94, 0.18);
  flex-shrink: 0;
  height: 8px;
  width: 8px;
}.twe-ws_scroll_sdc {
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 8px;
  display: flex;
}.twe-ws_scroll_sdc::-webkit-scrollbar {
  display: none;
}.twe-wc_sdc {
  gap: 10px;
  background: #1B1106;
  border: 1px solid rgba(255, 210, 140, 0.12);
  padding: 0.625rem 0.875rem;
  border-radius: 0.625rem;
  display: flex;
  min-width: 220px;
  flex-shrink: 0;
  align-items: center;
}.twe-wc_img_sdc {
  border-radius: 0.375rem;
  background: #221507;
  overflow: hidden;
  height: 36px;
  width: 2.25rem;
  flex-shrink: 0;
}.twe-wc_img_sdc img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.twe-wc_info_sdc {
  min-width: 0;
}.twe-wc_game_sdc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  font-size: 12px;
  color: #D4BF98;
}.twe-wc_player_sdc {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.625rem;
  white-space: nowrap;
  color: #614F38;
}.twe-wc_amount_sdc {
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
  margin-left: auto;
  font-size: 0.813rem;
  color: #1FAB5E;
}.twe-htp_sdc {
  background: #150D06;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.twe-htp_sdc {
  padding: 44px 24px 0;
}
}.twe-htp_in_sdc {
  margin: 0 auto;
  max-width: 1320px;
}.twe-htp_head_sdc {
  margin-bottom: 22px;
  max-width: 720px;
}.twe-htp_label_sdc {
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #7B2FD4;
}.twe-htp_h2_sdc {
  font-family: 'Cinzel', serif;
  color: #F4EAD2;
  font-size: 22px;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width: 770px) {.twe-htp_h2_sdc {
  font-size: 28px;
}
}.twe-htp_intro_sdc {
  font-size: 14px;
  color: #7D6B4E;
  line-height: 1.6;
}.twe-htp_steps_sdc {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  counter-reset: none;
  display: grid;
}
@media(min-width: 638px) {.twe-htp_steps_sdc {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.twe-htp_steps_sdc {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.twe-htp_step_sdc {
  border: 1px solid rgba(255, 210, 140, 0.12);
  background: #221507;
  padding: 1.25rem 18px 1.125rem;
  border-radius: 0.625rem;
  flex-direction: column;
  display: flex;
  position: relative;
}.twe-htp_step_num_sdc {
  background: #7B2FD4;
  border-radius: 50%;
  font-weight: 800;
  position: absolute;
  left: 1.25rem;
  width: 28px;
  display: flex;
  height: 28px;
  color: #0D0800;
  font-size: 13px;
  font-family: 'Cinzel', serif;
  align-items: center;
  top: -12px;
  justify-content: center;
}.twe-htp_step_ic_sdc {
  border-radius: 0.375rem;
  margin: 0.5rem 0 0.75rem;
  background: rgba(123, 47, 212, 0.22);
  align-items: center;
  display: flex;
  height: 36px;
  justify-content: center;
  width: 2.25rem;
  color: #7B2FD4;
}.twe-htp_step_ic_sdc svg {
  stroke-linecap: round;
  width: 18px;
  stroke-linejoin: round;
  height: 18px;
}.twe-htp_step_h_sdc {
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 700;
  color: #F4EAD2;
}.twe-htp_step_p_sdc {
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 13px;
  color: #7D6B4E;
}.twe-htp_step_p_sdc strong {
  font-weight: 600;
  color: #D4BF98;
}.twe-htp_cta_sdc {
  border-radius: 10px;
  padding: 0.813rem 26px;
  transition: background .2s;
  background: #1FAB5E;
  margin-top: 1.25rem;
  color: #0D0800;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}.twe-htp_cta_sdc:hover {
  background: #24C56D;
}.twe-prov_sdc {
  padding: 2.25rem 1rem 0;
  background: #150D06;
}
@media(min-width: 769px) {.twe-prov_sdc {
  padding: 44px 1.5rem 0;
}
}.twe-prov_in_sdc {
  margin: 0 auto;
  max-width: 1320px;
}.twe-prov_head_sdc {
  margin-bottom: 16px;
}.twe-prov_label_sdc {
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #7B2FD4;
}.twe-prov_h2_sdc {
  color: #F4EAD2;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 800;
}
@media(min-width: 769px) {.twe-prov_h2_sdc {
  font-size: 1.5rem;
}
}.twe-prov_seo_sdc {
  margin-bottom: 16px;
  color: #7D6B4E;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  max-width: 620px;
  line-height: 1.6;
}.twe-prov_seo_sdc strong {
  font-weight: 700;
  color: #D4BF98;
}.twe-prov_seo_sdc a {
  color: #7B2FD4;
  text-decoration: underline;
}.twe-prov_grid_sdc {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width:640px) {.twe-prov_grid_sdc {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.twe-prov_grid_sdc {
  grid-template-columns: repeat(8,1fr);
}
}.twe-prov_card_sdc {
  transition: border-color .2s,background .2s;
  padding: 14px 0.625rem;
  border: 1px solid rgba(255, 210, 140, 0.12);
  gap: 0.438rem;
  background: #1B1106;
  border-radius: 10px;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
  display: flex;
}.twe-prov_card_sdc:hover {
  border-color: rgba(255, 210, 140, 0.28);
  background: #221507;
}.twe-prov_logo_sdc {
  background: rgba(255, 220, 160, 0.05);
  overflow: hidden;
  border-radius: 6px;
  height: 2.75rem;
  justify-content: center;
  width: 44px;
  display: flex;
  align-items: center;
}.twe-prov_logo_sdc img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.twe-prov_name_sdc {
  color: #A8926C;
  overflow-wrap: break-word;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
}.twe-app_sdc {
  background: #150D06;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.twe-app_sdc {
  padding: 44px 24px 0;
}
}.twe-app_in_sdc {
  margin: 0 auto;
  max-width: 1320px;
}.twe-app_head_sdc {
  margin-bottom: 16px;
}.twe-app_label_sdc {
  color: #7B2FD4;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 11px;
  letter-spacing: .08em;
}.twe-app_h2_sdc {
  color: #F4EAD2;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: 800;
}
@media(min-width: 767px) {.twe-app_h2_sdc {
  font-size: 1.5rem;
}
}.twe-app_sub_sdc {
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #7D6B4E;
  font-size: 0.813rem;
  max-width: 600px;
}.twe-app_sub_sdc strong {
  color: #D4BF98;
  font-weight: 700;
}.twe-app_cards_sdc {
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}
@media(min-width: 641px) {.twe-app_cards_sdc {
  grid-template-columns: repeat(3,1fr);
}
}.twe-app_card_sdc {
  padding: 20px;
  border-radius: 10px;
  gap: 1rem;
  overflow: hidden;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  position: relative;
}.twe-app_card_ios_sdc {
  background: linear-gradient(135deg,rgba(123, 47, 212, 0.22) 0%,#221507 100%);
}.twe-app_card_android_sdc {
  background: linear-gradient(135deg,rgba(31, 171, 94, 0.18) 0%,#221507 100%);
}.twe-app_card_win_sdc {
  background: linear-gradient(135deg,rgba(212, 152, 10, 0.18) 0%,#221507 100%);
}.twe-app_card_ic_sdc svg {
  height: 2.125rem;
  stroke-linejoin: round;
  width: 2.125rem;
  stroke-linecap: round;
}.twe-app_card_ic_sdc {
  color: #F4EAD2;
  flex-shrink: 0;
}.twe-app_card_os_sdc {
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 10px;
  color: #7D6B4E;
  text-transform: uppercase;
}.twe-app_card_title_sdc {
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F4EAD2;
  font-size: 0.938rem;
  line-height: 1.2;
}.twe-app_card_text_sdc {
  color: #7D6B4E;
  margin-bottom: 0.875rem;
  font-size: 0.75rem;
  line-height: 1.5;
  overflow-wrap: break-word;
}.twe-app_card_btn_sdc {
  padding: 0.625rem 1.125rem;
  transition: background .2s;
  gap: 0.438rem;
  border: 1px solid rgba(255, 210, 140, 0.28);
  background: rgba(255, 220, 160, 0.12);
  border-radius: 6px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  align-items: center;
  color: #F4EAD2;
}.twe-app_card_btn_sdc:hover {
  background: rgba(255, 220, 160, 0.07);
}.twe-reg_sdc {
  padding: 2.25rem 1rem 0;
  background: #150D06;
}
@media(min-width: 765px) {.twe-reg_sdc {
  padding: 2.75rem 24px 0;
}
}.twe-reg_in_sdc {
  background: #221507;
  border: 1px solid rgba(255, 210, 140, 0.06);
  border-radius: 16px;
  padding: 1.75rem 24px;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width:768px) {.twe-reg_in_sdc {
  padding: 40px;
}
}.twe-reg_top_sdc {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.twe-reg_top_sdc {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.twe-reg_label_sdc {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.688rem;
  color: #7B2FD4;
}.twe-reg_h2_sdc {
  font-size: 22px;
  color: #F4EAD2;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 0.75rem;
}
@media(min-width: 767px) {.twe-reg_h2_sdc {
  font-size: 1.75rem;
}
}.twe-reg_bonus_sdc {
  gap: 8px;
  border-radius: 10px;
  border: 1px solid rgba(212, 152, 10, 0.18);
  padding: 10px 16px;
  background: rgba(212, 152, 10, 0.18);
  align-items: center;
  display: inline-flex;
  margin-bottom: 16px;
}.twe-reg_bonus_amount_sdc {
  font-weight: 800;
  font-size: 1.25rem;
  color: #D4980A;
}.twe-reg_bonus_text_sdc {
  font-size: 13px;
  color: #A8926C;
  line-height: 1.35;
}.twe-reg_cta_btn_sdc {
  background: #1FAB5E;
  transition: background .2s;
  border-radius: 10px;
  padding: 14px 32px;
  display: inline-block;
  font-weight: 700;
  box-shadow: 0 2px 0 rgba(0,0,0,0.60), 0 0 14px 3px rgba(31, 171, 94, 0.45);
  color: #0D0800;
  margin-bottom: 12px;
  font-size: 15px;
}.twe-reg_cta_btn_sdc:hover {
  background: #24C56D;
}.twe-reg_terms_sdc {
  line-height: 1.5;
  font-size: 11px;
  color: #614F38;
}.twe-reg_seo_sdc {
  border-top: 1px solid rgba(255, 220, 160, 0.05);
  padding-top: 1.25rem;
  font-size: 0.813rem;
  margin-top: 1.25rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #7D6B4E;
}.twe-reg_seo_sdc p {
  line-height: 1.65;
  margin-bottom: 10px;
  font-size: 0.813rem;
  color: #7D6B4E;
}.twe-reg_seo_sdc p:last-child {
  margin-bottom: 0;
}.twe-reg_seo_sdc strong {
  color: #D4BF98;
  font-weight: 700;
}.twe-reg_seo_sdc a {
  transition: color .2s;
  color: #7B2FD4;
  text-decoration: underline;
}.twe-reg_seo_sdc a:hover {
  color: #9245E8;
}.twe-reg_seo_sdc ul,.twe-reg_seo_sdc ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.twe-reg_seo_sdc ol {
  list-style: decimal;
}.twe-reg_seo_sdc li {
  margin-bottom: 0.25rem;
  font-size: 13px;
  color: #7D6B4E;
  line-height: 1.65;
}.twe-reg_seo_sdc table {
  margin-bottom: 10px;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  font-size: 0.813rem;
}
@media(min-width: 771px) {.twe-reg_seo_sdc table {
  display: table;
}
}.twe-reg_seo_sdc th {
  border-bottom: 1px solid rgba(255, 220, 160, 0.07);
  padding: 0.5rem;
  font-weight: 700;
  color: #D4BF98;
  text-align: left;
}.twe-reg_seo_sdc td {
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
  padding: 0.5rem;
  color: #7D6B4E;
}.twe-reg_steps_sdc {
  gap: 0.875rem;
  flex-direction: column;
  display: flex;
  margin-top: 28px;
}
@media(min-width: 859px) {.twe-reg_steps_sdc {
  margin-top: 0;
}
}.twe-reg_step_sdc {
  padding: 16px;
  border: 1px solid rgba(255, 210, 140, 0.06);
  border-radius: 0.625rem;
  gap: 14px;
  background: rgba(255, 220, 160, 0.05);
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.twe-reg_step_num_sdc {
  background: rgba(123, 47, 212, 0.22);
  border: 1px solid rgba(123, 47, 212, 0.09);
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 14px;
  height: 2.125rem;
  justify-content: center;
  display: flex;
  color: #7B2FD4;
  align-items: center;
  font-weight: 800;
  width: 2.125rem;
}.twe-reg_step_title_sdc {
  font-weight: 700;
  margin-bottom: 3px;
  color: #F4EAD2;
  font-size: 0.875rem;
}.twe-reg_step_text_sdc {
  line-height: 1.5;
  font-size: 0.75rem;
  color: #7D6B4E;
}.twe-reg_trust_sdc {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 220, 160, 0.05);
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  padding-top: 20px;
}.twe-reg_trust_item_sdc {
  gap: 0.438rem;
  color: #7D6B4E;
  font-size: 12px;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
}.twe-reg_trust_ic_sdc svg {
  stroke-linejoin: round;
  color: #7B2FD4;
  stroke-linecap: round;
  width: 1rem;
  height: 16px;
}.twe-bon_sdc {
  background: #150D06;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.twe-bon_sdc {
  padding: 44px 24px 0;
}
}.twe-bon_in_sdc {
  margin: 0 auto;
  max-width: 82.5rem;
}.twe-bon_head_sdc {
  margin-bottom: 20px;
}.twe-bon_label_sdc {
  color: #7B2FD4;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}.twe-bon_h2_sdc {
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #F4EAD2;
}
@media(min-width: 766px) {.twe-bon_h2_sdc {
  font-size: 24px;
}
}.twe-bon_seo_sdc {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  max-width: 38.75rem;
  line-height: 1.6;
  color: #7D6B4E;
}.twe-bon_seo_sdc strong {
  font-weight: 700;
  color: #D4BF98;
}.twe-bon_seo_sdc a {
  color: #7B2FD4;
  text-decoration: underline;
}.twe-bon_grid_sdc {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.twe-bon_grid_sdc {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.twe-bon_grid_sdc {
  grid-template-columns: repeat(5,1fr);
}
}.twe-bon_card_sdc {
  background: #1B1106;
  border: 1px solid rgba(255, 210, 140, 0.12);
  transition: border-color .2s,transform .2s;
  padding: 16px;
  border-radius: 10px;
}.twe-bon_card_sdc:hover {
  transform: translateY(-2px);
  border-color: rgba(123, 47, 212, 0.09);
}.twe-bon_card_ic_sdc svg {
  height: 26px;
  width: 26px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.twe-bon_card_ic_sdc {
  margin-bottom: 10px;
}.twe-bon_card_type_sdc {
  letter-spacing: .06em;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #7D6B4E;
  margin-bottom: 6px;
}.twe-bon_card_amount_sdc {
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 6px;
  font-size: 1.125rem;
  color: #D4980A;
}.twe-bon_card_name_sdc {
  font-size: 13px;
  font-weight: 600;
  color: #F4EAD2;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}.twe-bon_card_detail_sdc {
  border-top: 1px solid rgba(255, 220, 160, 0.05);
  color: #614F38;
  padding-top: 8px;
  font-size: 11px;
  line-height: 1.5;
  overflow-wrap: break-word;
}.twe-seo_sdc {
  padding: 36px 16px 0;
  background: #150D06;
}
@media(min-width: 771px) {.twe-seo_sdc {
  padding: 2.75rem 1.5rem 0;
}
}.twe-seo_in_sdc {
  background: #221507;
  margin: 0 auto;
  border-radius: 16px;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 210, 140, 0.12);
  max-width: 82.5rem;
}
@media(min-width: 766px) {.twe-seo_in_sdc {
  padding: 2.25rem 2.5rem;
}
}.twe-seo_label_sdc {
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #7B2FD4;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
}.twe-seo_h2_sdc {
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
  line-height: 1.25;
  margin-bottom: 14px;
  font-family: 'Cinzel', serif;
  color: #F4EAD2;
}
@media(min-width: 769px) {.twe-seo_h2_sdc {
  font-size: 1.5rem;
}
}.twe-seo_body_sdc {
  color: #A8926C;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
}.twe-seo_body_sdc p {
  margin-bottom: 12px;
  color: #A8926C;
  line-height: 1.75;
  font-size: 14px;
}.twe-seo_body_sdc p:last-child {
  margin-bottom: 0;
}.twe-seo_body_sdc strong {
  color: #D4BF98;
  font-weight: 700;
}.twe-seo_body_sdc a {
  transition: color .2s;
  color: #7B2FD4;
  text-decoration: underline;
}.twe-seo_body_sdc a:hover {
  color: #9245E8;
}.twe-seo_body_sdc ul,.twe-seo_body_sdc ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.twe-seo_body_sdc ol {
  list-style: decimal;
}.twe-seo_body_sdc li {
  margin-bottom: 6px;
  color: #A8926C;
  font-size: 0.875rem;
  line-height: 1.75;
}.twe-seo_body_sdc table {
  overflow-x: auto;
  margin-bottom: 0.75rem;
  display: block;
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}
@media(min-width: 771px) {.twe-seo_body_sdc table {
  display: table;
}
}.twe-seo_body_sdc th {
  border-bottom: 1px solid rgba(255, 220, 160, 0.07);
  padding: 10px 12px;
  text-align: left;
  color: #D4BF98;
  font-weight: 700;
}.twe-seo_body_sdc td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
  color: #A8926C;
}.twe-seo_cols_sdc {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.twe-seo_cols_sdc {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.twe-seo_cols_sdc {
  grid-template-columns: repeat(3,1fr);
}
}.twe-seo_col_h_sdc {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #D4BF98;
  margin-bottom: 0.438rem;
}.twe-seo_col_p_sdc {
  color: #7D6B4E;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
}.twe-seo_stats_sdc {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.twe-seo_stat_sdc {
  flex: 1;
  border: 1px solid rgba(123, 47, 212, 0.22);
  border-radius: 10px;
  padding: 0.875rem 1rem;
  background: rgba(123, 47, 212, 0.09);
  min-width: 140px;
}.twe-seo_stat_val_sdc {
  color: #7B2FD4;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.twe-seo_stat_lb_sdc {
  font-size: 0.688rem;
  color: #7D6B4E;
  overflow-wrap: break-word;
}.twe-faq_sdc {
  background: #150D06;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.twe-faq_sdc {
  padding: 44px 1.5rem 0;
}
}.twe-faq_in_sdc {
  margin: 0 auto;
  max-width: 82.5rem;
}.twe-faq_head_sdc {
  margin-bottom: 20px;
}.twe-faq_label_sdc {
  margin-bottom: 8px;
  font-size: 0.688rem;
  color: #7B2FD4;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.twe-faq_h2_sdc {
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F4EAD2;
}
@media(min-width: 769px) {.twe-faq_h2_sdc {
  font-size: 1.5rem;
}
}.twe-faq_list_sdc {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.twe-faq_item_sdc {
  overflow: hidden;
  border: 1px solid rgba(255, 210, 140, 0.12);
  background: #221507;
  border-radius: 0.625rem;
}.twe-faq_q_sdc {
  gap: 0.75rem;
  transition: color .2s;
  padding: 1rem 1.25rem;
  overflow-wrap: break-word;
  color: #D4BF98;
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  flex-wrap: wrap;
  display: flex;
  cursor: pointer;
}.twe-faq_q_sdc:hover {
  color: #F4EAD2;
}.twe-faq_q_ic_sdc {
  background: rgba(255, 220, 160, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  justify-content: center;
  flex-shrink: 0;
  display: flex;
  width: 24px;
  color: #7B2FD4;
  font-size: 16px;
  align-items: center;
  height: 1.5rem;
}.twe-faq_item_sdc.twe-state_open_sdc .twe-faq_q_ic_sdc {
  transform: rotate(45deg);
}.twe-faq_a_sdc {
  padding: 0 1.25rem 1rem;
  overflow-wrap: break-word;
  color: #7D6B4E;
  line-height: 1.7;
  font-size: 13px;
  display: none;
}.twe-faq_item_sdc.twe-state_open_sdc .twe-faq_a_sdc {
  display: block;
}.twe-faq_a_sdc strong {
  color: #D4BF98;
  font-weight: 700;
}.twe-faq_a_sdc a {
  text-decoration: underline;
  color: #7B2FD4;
}.twe-faq_a_sdc ul,.twe-faq_a_sdc ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.twe-faq_a_sdc ol {
  list-style: decimal;
}.twe-faq_a_sdc li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.twe-faq_a_sdc table {
  margin: 0.5rem 0;
  font-size: 0.75rem;
  width: 100%;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 769px) {.twe-faq_a_sdc table {
  display: table;
}
}.twe-faq_a_sdc th {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 220, 160, 0.07);
  color: #D4BF98;
  text-align: left;
  font-weight: 700;
}.twe-faq_a_sdc td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
  color: #7D6B4E;
}.twe-seo_sdc {
  padding: 36px 1rem 0;
  background: #150D06;
}
@media(min-width: 771px) {.twe-seo_sdc {
  padding: 2.75rem 1.5rem 0;
}
}.twe-seo_in_sdc {
  border-radius: 16px;
  background: #221507;
  border: 1px solid rgba(255, 210, 140, 0.12);
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.twe-seo_in_sdc {
  padding: 36px 40px;
}
}.twe-seo_label_sdc {
  font-weight: 700;
  text-transform: uppercase;
  color: #7B2FD4;
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 0.625rem;
}.twe-seo_h2_sdc {
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #F4EAD2;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}
@media(min-width: 767px) {.twe-seo_h2_sdc {
  font-size: 1.5rem;
}
}.twe-seo_body_sdc {
  color: #A8926C;
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
}.twe-seo_body_sdc p {
  font-size: 14px;
  margin-bottom: 12px;
  color: #A8926C;
  line-height: 1.75;
}.twe-seo_body_sdc p:last-child {
  margin-bottom: 0;
}.twe-seo_body_sdc strong {
  color: #D4BF98;
  font-weight: 700;
}.twe-seo_body_sdc a {
  transition: color .2s;
  color: #7B2FD4;
  text-decoration: underline;
}.twe-seo_body_sdc a:hover {
  color: #9245E8;
}.twe-seo_body_sdc ul,.twe-seo_body_sdc ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.twe-seo_body_sdc ol {
  list-style: decimal;
}.twe-seo_body_sdc li {
  font-size: 0.875rem;
  color: #A8926C;
  margin-bottom: 6px;
  line-height: 1.75;
}.twe-seo_body_sdc table {
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  display: block;
  width: 100%;
  font-size: 0.813rem;
}
@media(min-width: 765px) {.twe-seo_body_sdc table {
  display: table;
}
}.twe-seo_body_sdc th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 220, 160, 0.07);
  color: #D4BF98;
  text-align: left;
  font-weight: 700;
}.twe-seo_body_sdc td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
  color: #A8926C;
}.twe-seo_cols_sdc {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.twe-seo_cols_sdc {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.twe-seo_cols_sdc {
  grid-template-columns: repeat(3,1fr);
}
}.twe-seo_col_h_sdc {
  margin-bottom: 0.438rem;
  color: #D4BF98;
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: break-word;
}.twe-seo_col_p_sdc {
  font-size: 13px;
  line-height: 1.65;
  color: #7D6B4E;
  overflow-wrap: break-word;
}.twe-seo_stats_sdc {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.twe-seo_stat_sdc {
  border: 1px solid rgba(123, 47, 212, 0.22);
  padding: 14px 16px;
  border-radius: 0.625rem;
  background: rgba(123, 47, 212, 0.09);
  flex: 1;
  min-width: 140px;
}.twe-seo_stat_val_sdc {
  overflow-wrap: break-word;
  color: #7B2FD4;
  font-size: 1.25rem;
  margin-bottom: 4px;
  font-weight: 800;
}.twe-seo_stat_lb_sdc {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #7D6B4E;
}.twe-seo_sdc {
  background: #150D06;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.twe-seo_sdc {
  padding: 2.75rem 24px 0;
}
}.twe-seo_in_sdc {
  background: #221507;
  border-radius: 1rem;
  border: 1px solid rgba(255, 210, 140, 0.12);
  margin: 0 auto;
  padding: 1.75rem 24px;
  max-width: 1320px;
}
@media(min-width: 769px) {.twe-seo_in_sdc {
  padding: 2.25rem 2.5rem;
}
}.twe-seo_label_sdc {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  color: #7B2FD4;
}.twe-seo_h2_sdc {
  font-family: 'Cinzel', serif;
  color: #F4EAD2;
  font-size: 20px;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 0.875rem;
}
@media(min-width: 770px) {.twe-seo_h2_sdc {
  font-size: 1.5rem;
}
}.twe-seo_body_sdc {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #A8926C;
  font-size: 14px;
}.twe-seo_body_sdc p {
  margin-bottom: 12px;
  line-height: 1.75;
  color: #A8926C;
  font-size: 0.875rem;
}.twe-seo_body_sdc p:last-child {
  margin-bottom: 0;
}.twe-seo_body_sdc strong {
  font-weight: 700;
  color: #D4BF98;
}.twe-seo_body_sdc a {
  transition: color .2s;
  text-decoration: underline;
  color: #7B2FD4;
}.twe-seo_body_sdc a:hover {
  color: #9245E8;
}.twe-seo_body_sdc ul,.twe-seo_body_sdc ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.twe-seo_body_sdc ol {
  list-style: decimal;
}.twe-seo_body_sdc li {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 6px;
  color: #A8926C;
}.twe-seo_body_sdc table {
  overflow-x: auto;
  font-size: 13px;
  border-collapse: collapse;
  margin-bottom: 12px;
  width: 100%;
  display: block;
}
@media(min-width: 771px) {.twe-seo_body_sdc table {
  display: table;
}
}.twe-seo_body_sdc th {
  border-bottom: 1px solid rgba(255, 220, 160, 0.07);
  padding: 10px 12px;
  color: #D4BF98;
  text-align: left;
  font-weight: 700;
}.twe-seo_body_sdc td {
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
  padding: 0.625rem 12px;
  color: #A8926C;
}.twe-seo_cols_sdc {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 637px) {.twe-seo_cols_sdc {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.twe-seo_cols_sdc {
  grid-template-columns: repeat(3,1fr);
}
}.twe-seo_col_h_sdc {
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  color: #D4BF98;
  font-size: 0.813rem;
  font-weight: 700;
}.twe-seo_col_p_sdc {
  color: #7D6B4E;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
}.twe-seo_stats_sdc {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.twe-seo_stat_sdc {
  border: 1px solid rgba(123, 47, 212, 0.22);
  flex: 1;
  background: rgba(123, 47, 212, 0.09);
  padding: 0.875rem 16px;
  border-radius: 10px;
  min-width: 8.75rem;
}.twe-seo_stat_val_sdc {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #7B2FD4;
  font-weight: 800;
  margin-bottom: 4px;
}.twe-seo_stat_lb_sdc {
  color: #7D6B4E;
  overflow-wrap: break-word;
  font-size: 11px;
}.twe-pmt_sdc {
  background: #150D06;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.twe-pmt_sdc {
  padding: 44px 1.5rem 0;
}
}.twe-pmt_in_sdc {
  margin: 0 auto;
  max-width: 82.5rem;
}.twe-pmt_head_sdc {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.twe-pmt_label_sdc {
  text-transform: uppercase;
  color: #7B2FD4;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
}.twe-pmt_h2_sdc {
  font-family: 'Cinzel', serif;
  color: #F4EAD2;
  font-size: 1.375rem;
  margin-bottom: 8px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.twe-pmt_h2_sdc {
  font-size: 28px;
}
}.twe-pmt_intro_sdc {
  color: #7D6B4E;
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.6;
}.twe-pmt_groups_sdc {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.twe-pmt_group_sdc {
  padding: 20px;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 210, 140, 0.12);
  background: #221507;
}.twe-pmt_group_head_sdc {
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
  display: flex;
}.twe-pmt_group_ic_sdc {
  background: rgba(123, 47, 212, 0.22);
  border-radius: 0.375rem;
  flex-shrink: 0;
  width: 2.25rem;
  color: #7B2FD4;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 2.25rem;
}.twe-pmt_group_ic_sdc svg {
  height: 1.125rem;
  stroke-linejoin: round;
  width: 1.125rem;
  stroke-linecap: round;
}.twe-pmt_group_h_sdc {
  margin: 0;
  color: #F4EAD2;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 1rem;
}.twe-pmt_group_p_sdc {
  line-height: 1.6;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  color: #7D6B4E;
  font-size: 0.813rem;
}.twe-pmt_group_p_sdc strong {
  color: #D4BF98;
  font-weight: 600;
}.twe-pmt_table_wrap_sdc {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.twe-pmt_table_sdc {
  min-width: 33.75rem;
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
}.twe-pmt_table_sdc th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 220, 160, 0.07);
  white-space: nowrap;
  color: #D4BF98;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 11px;
}.twe-pmt_table_sdc td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
  color: #7D6B4E;
}.twe-pmt_table_sdc tbody tr:last-child td {
  border-bottom: none;
}.twe-pmt_table_sdc tr:hover td {
  background: rgba(255, 220, 160, 0.05);
  color: #D4BF98;
}.twe-ft_sdc {
  border-top: 1px solid rgba(255, 220, 160, 0.05);
  background: #0C0703;
  margin-top: 48px;
}.twe-ft_support_sdc {
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
  padding: 24px 1rem;
}
@media(min-width:768px) {.twe-ft_support_sdc {
  padding: 1.75rem 1.5rem;
}
}.twe-ft_support_in_sdc {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1320px;
  display: flex;
}.twe-ft_support_main_sdc {
  gap: 1rem;
  flex: 1;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  min-width: 13.75rem;
}.twe-ft_support_ic_sdc {
  flex-shrink: 0;
  color: #7B2FD4;
}.twe-ft_support_ic_sdc svg {
  stroke-linejoin: round;
  height: 1.875rem;
  width: 1.875rem;
  stroke-linecap: round;
}.twe-ft_support_text_title_sdc {
  font-weight: 700;
  color: #F4EAD2;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  margin-bottom: 3px;
}.twe-ft_support_text_sub_sdc {
  color: #7D6B4E;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.twe-ft_support_btn_sdc {
  transition: background .2s;
  border-radius: 10px;
  background: #7B2FD4;
  padding: 11px 1.375rem;
  font-size: 13px;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 700;
  color: #F4EAD2;
}.twe-ft_support_btn_sdc:hover {
  background: #9245E8;
}.twe-ft_support_contacts_sdc {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.twe-ft_support_contact_sdc {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #614F38;
}.twe-ft_support_contact_sdc strong {
  font-size: 11px;
  color: #A8926C;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
}.twe-ft_main_sdc {
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
  padding: 2rem 1rem 24px;
}
@media(min-width: 771px) {.twe-ft_main_sdc {
  padding: 2.5rem 24px 2rem;
}
}.twe-ft_main_in_sdc {
  gap: 24px;
  margin: 0 auto;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 639px) {.twe-ft_main_in_sdc {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.twe-ft_main_in_sdc {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.twe-ft_col_logo_sdc {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.twe-ft_col_logo_sdc {
  grid-column: auto;
}
}.twe-ft_logo_sdc {
  gap: 0.563rem;
  display: flex;
  margin-bottom: 0.75rem;
  color: #F4EAD2;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 16px;
  align-items: center;
  flex-wrap: wrap;
}.twe-ft_logo_mark_sdc {
  border-radius: 6px;
  overflow: hidden;
  width: 1.875rem;
  height: 1.875rem;
}.twe-ft_logo_mark_sdc img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.twe-ft_logo_sub_sdc {
  overflow-wrap: break-word;
  color: #614F38;
  font-size: 0.75rem;
  max-width: 12.5rem;
  line-height: 1.55;
}.twe-ft_col_title_sdc {
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #A8926C;
}.twe-ft_col_links_sdc {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.twe-ft_col_link_sdc {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #614F38;
  font-size: 13px;
}.twe-ft_col_link_sdc:hover {
  color: #D4BF98;
}.twe-ft_apps_sdc {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.twe-ft_app_card_sdc {
  gap: 0.625rem;
  border-radius: 6px;
  transition: border-color .2s;
  background: rgba(255, 220, 160, 0.05);
  padding: 10px 0.75rem;
  border: 1px solid rgba(255, 210, 140, 0.12);
  display: flex;
  align-items: center;
}.twe-ft_app_card_sdc:hover {
  border-color: rgba(255, 210, 140, 0.28);
}.twe-ft_app_card_ic_sdc svg {
  stroke-linejoin: round;
  width: 1.375rem;
  stroke-linecap: round;
  height: 1.375rem;
}.twe-ft_app_card_os_sdc {
  color: #614F38;
  font-weight: 600;
  font-size: 0.625rem;
}.twe-ft_app_card_action_sdc {
  font-size: 0.75rem;
  font-weight: 700;
  color: #D4BF98;
}.twe-ft_bot_sdc {
  padding: 1.25rem 16px;
}
@media(min-width: 769px) {.twe-ft_bot_sdc {
  padding: 1.25rem 1.5rem;
}
}.twe-ft_bot_in_sdc {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 1320px;
  display: flex;
  align-items: center;
}.twe-ft_socials_sdc {
  gap: 8px;
  display: flex;
}.twe-ft_soc_sdc {
  background: rgba(255, 220, 160, 0.05);
  border: 1px solid rgba(255, 210, 140, 0.12);
  border-radius: 0.375rem;
  transition: background .2s;
  justify-content: center;
  width: 2.25rem;
  color: #A8926C;
  height: 36px;
  align-items: center;
  display: flex;
}.twe-ft_soc_sdc svg {
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
}.twe-ft_soc_sdc:hover {
  background: rgba(255, 220, 160, 0.07);
}.twe-ft_legal_sdc {
  flex: 1;
  color: #8C7A5C;
  min-width: 200px;
  line-height: 1.6;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.twe-ft_legal_sdc strong {
  font-weight: 700;
  color: #A8926C;
}.twe-ft_legal_sdc a {
  text-decoration: underline;
  color: #A8926C;
}.twe-ft_age_sdc {
  border: 2px solid #8C7A5C;
  border-radius: 50%;
  height: 2rem;
  align-items: center;
  display: flex;
  color: #8C7A5C;
  font-weight: 800;
  flex-shrink: 0;
  width: 2rem;
  margin-left: auto;
  justify-content: center;
  font-size: 11px;
}