*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  color: #DACAA4;
  font-family: 'Libre Baskerville', serif;
  background-color: #13100A;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
}a {
  text-decoration: none;
  color: inherit;
}.thw_layout-iew {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.thw_page-iew {
  min-height: 100vh;
  display: flex;
}.thw_main-iew {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media screen and (min-width: 1081px) {.thw_main-iew {
  padding-left: 13.75rem;
}
}
@media screen and (max-width: 1076px) {.thw_main-iew {
  padding-bottom: 4.5rem;
}
}.thw_gc-iew {
  border-radius: 0.5rem;
  overflow: hidden;
  background: #18140D;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
  position: relative;
  width: 8.75rem;
  cursor: pointer;
}
@media(min-width: 637px) {.thw_gc-iew {
  width: 9.75rem;
}
}
@media(min-width: 1083px) {.thw_gc-iew {
  width: 168px;
}
}.thw_gc-iew:hover {
  border-color: rgba(200, 144, 42, 0.08);
  transform: translateY(-3px);
}.thw_gc_img-iew {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.thw_gc_img-iew img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}.thw_gc_hover-iew {
  background: rgba(8, 6, 3, 0.72);
  inset: 0;
  transition: opacity .2s;
  position: absolute;
  justify-content: center;
  align-items: center;
  display: flex;
  opacity: 0;
}.thw_gc-iew:hover .thw_gc_hover-iew {
  opacity: 1;
}.thw_gc_hover_btn-iew {
  padding: 0.5rem 1rem;
  background: #C8902A;
  border-radius: 4px;
  color: #F5E8CC;
  font-size: 12px;
  font-weight: 700;
}.thw_gc_info-iew {
  padding: 8px 0.625rem 10px;
}.thw_gc_name-iew {
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #DACAA4;
  margin-bottom: 3px;
  max-width: 100%;
}.thw_gc_prov-iew {
  font-size: 0.625rem;
  color: #8A7652;
}.thw_gc_tag-iew {
  padding: 2px 7px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .04em;
  top: 6px;
  left: 6px;
  position: absolute;
  font-weight: 700;
  z-index: 2;
}.thw_gc_tag_hot-iew {
  background: #C23B2A;
  color: #fff;
}.thw_gc_tag_new-iew {
  background: #2E9E5A;
  color: #13100A;
}.thw_gc_tag_jp-iew {
  background: #D4A820;
  color: #13100A;
}.thw_gc_tag_ex-iew {
  background: #8C5C1A;
  color: #fff;
}.thw_gc_tag_live-iew {
  background: #C23B2A;
  color: #fff;
}.thw_gr-iew {
  background: #13100A;
  padding: 2rem 16px 0;
}
@media(min-width:768px) {.thw_gr-iew {
  padding: 36px 24px 0;
}
}.thw_gr_in-iew {
  margin: 0 auto;
  max-width: 1320px;
}.thw_gr_head-iew {
  gap: 0.75rem;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.thw_gr_head_l-iew {
  flex: 1;
  gap: 10px;
  min-width: 0;
  align-items: center;
  display: flex;
}.thw_gr_ic-iew {
  border-radius: 8px;
  justify-content: center;
  display: flex;
  height: 32px;
  align-items: center;
  width: 32px;
  flex-shrink: 0;
}.thw_gr_ic-iew svg {
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
  height: 16px;
}.thw_gr_title-iew {
  font-weight: 700;
  color: #F5E8CC;
  font-size: 16px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width:768px) {.thw_gr_title-iew {
  font-size: 1.125rem;
}
}.thw_gr_more-iew {
  transition: color .2s;
  gap: 5px;
  white-space: nowrap;
  display: flex;
  color: #96825E;
  font-weight: 600;
  align-items: center;
  font-size: 0.75rem;
  flex-shrink: 0;
}.thw_gr_more-iew:hover {
  color: #C8902A;
}.thw_gr_more-iew svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.75rem;
  width: 12px;
}.thw_gr_arrows-iew {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.thw_gr_arr-iew {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 4px;
  transition: background .15s,color .15s;
  width: 1.875rem;
  display: flex;
  color: #B09A74;
  justify-content: center;
  align-items: center;
  height: 30px;
}.thw_gr_arr-iew:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F5E8CC;
}.thw_gr_arr-iew svg {
  height: 13px;
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
}.thw_gr_seo_h-iew {
  margin: 0 0 6px;
  font-size: 13px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #DACAA4;
  max-width: 42.5rem;
  font-weight: 700;
}
@media(min-width: 765px) {.thw_gr_seo_h-iew {
  font-size: 14px;
}
}.thw_gr_seo-iew {
  max-width: 680px;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.55;
  color: #96825E;
}.thw_gr_seo-iew strong {
  font-weight: 600;
  color: #DACAA4;
}.thw_gr_scroll-iew {
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  display: flex;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: none;
}.thw_gr_scroll-iew::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.thw_gr_scroll-iew {
  gap: 0.75rem;
}
}.thw_tb-iew {
  background: #110E08;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  right: 0;
  position: fixed;
  top: 0;
  height: 3.5rem;
  z-index: 80;
  display: flex;
  align-items: center;
  left: 0;
}.thw_tb_in-iew {
  gap: 0;
  padding: 0 0.875rem;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}.thw_tb_burger-iew {
  gap: 5px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 8px;
  height: 2.375rem;
  width: 38px;
  flex-direction: column;
}.thw_tb_burger-iew:hover {
  background: rgba(255, 255, 255, 0.05);
}.thw_tb_burger_line-iew {
  border-radius: 1px;
  background: #B09A74;
  width: 18px;
  height: 2px;
  display: block;
}
@media(min-width: 1079px) {.thw_tb_burger-iew {
  display: none;
}
}.thw_tb_logo-iew {
  gap: 9px;
  font-size: 18px;
  letter-spacing: -.01em;
  margin-right: 20px;
  overflow-wrap: break-word;
  flex-shrink: 0;
  align-items: center;
  color: #F5E8CC;
  font-weight: 800;
  display: flex;
}.thw_tb_logo_mark-iew {
  overflow: hidden;
  border-radius: 0.5rem;
  width: 2rem;
  display: flex;
  align-items: center;
  height: 32px;
  justify-content: center;
}.thw_tb_logo_mark-iew img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.thw_tb_nav-iew {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 639px) {.thw_tb_nav-iew {
  display: flex;
}
}.thw_tb_tab-iew {
  padding: 0.5rem 14px;
  transition: background .15s,color .15s;
  border-radius: 8px;
  font-weight: 600;
  color: #B09A74;
  font-size: 0.813rem;
  white-space: nowrap;
}.thw_tb_tab-iew:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5E8CC;
}.thw_tb_tab-iew.thw_state_active-iew {
  background: rgba(200, 144, 42, 0.18);
  color: #F5E8CC;
}.thw_tb_right-iew {
  gap: 0.5rem;
  margin-left: auto;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.thw_tb_login-iew {
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,color .2s;
  padding: 9px 16px;
  color: #DACAA4;
  font-size: 0.813rem;
  font-weight: 600;
  display: none;
}.thw_tb_login-iew:hover {
  border-color: rgba(200, 148, 42, 0.45);
  color: #F5E8CC;
}
@media(min-width: 481px) {.thw_tb_login-iew {
  display: block;
}
}.thw_tb_reg-iew {
  border-radius: 8px;
  transition: background .2s;
  background: #2E9E5A;
  padding: 0.563rem 18px;
  color: #0D0A04;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.813rem;
}.thw_tb_reg-iew:hover {
  background: #36B868;
}.thw_sb-iew {
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  background: #1E1912;
  top: 56px;
  width: 220px;
  position: fixed;
  z-index: 70;
  bottom: 0;
  overflow-y: auto;
  left: 0;
}.thw_sb-iew.thw_state_open-iew {
  transform: translateX(0);
}.thw_sb-iew::-webkit-scrollbar {
  width: 4px;
}.thw_sb-iew::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.thw_sb-iew {
  transform: translateX(0);
}
}.thw_sb_auth-iew {
  padding: 0.875rem 12px 0.625rem;
}.thw_sb_btn_reg-iew {
  transition: background .2s;
  border-radius: 8px;
  background: #2E9E5A;
  padding: 0.688rem;
  font-size: 13px;
  font-weight: 700;
  display: block;
  text-align: center;
  color: #0D0A04;
  margin-bottom: 8px;
}.thw_sb_btn_reg-iew:hover {
  background: #36B868;
}.thw_sb_btn_login-iew {
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #DACAA4;
  display: block;
}.thw_sb_btn_login-iew:hover {
  border-color: rgba(200, 148, 42, 0.45);
  color: #F5E8CC;
}.thw_sb_promo-iew {
  border-radius: 8px;
  background: linear-gradient(135deg,#3C1E08,#1E1912);
  padding: 12px 0.875rem;
  margin: 0 12px 10px;
  overflow: hidden;
  border: 1px solid rgba(200, 144, 42, 0.18);
  position: relative;
}.thw_sb_promo-iew::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200, 144, 42, 0.18),transparent 70%);
  width: 5rem;
  top: -1.25rem;
  height: 5rem;
  position: absolute;
  right: -1.25rem;
  content: '';
}.thw_sb_promo_title-iew {
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 11px;
  margin-bottom: 0.25rem;
  font-weight: 700;
  color: #C8902A;
}.thw_sb_promo_text-iew {
  font-weight: 600;
  line-height: 1.35;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #F5E8CC;
}.thw_sb_promo_sub-iew {
  font-size: 0.625rem;
  margin-top: 3px;
  color: #96825E;
}.thw_sb_nav-iew {
  padding: 6px 8px 16px;
}.thw_sb_nav_lb-iew {
  padding: 0.625rem 8px 0.375rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #8A7652;
  font-size: 10px;
  letter-spacing: .08em;
}.thw_sb_link-iew {
  gap: 0.625rem;
  transition: background .15s,color .15s;
  padding: 0.563rem 0.625rem;
  border-radius: 0.25rem;
  display: flex;
  font-weight: 500;
  cursor: pointer;
  font-size: 13px;
  align-items: center;
  overflow-wrap: break-word;
  color: #B09A74;
}.thw_sb_link-iew:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5E8CC;
}.thw_sb_link-iew.thw_state_active-iew {
  background: rgba(200, 144, 42, 0.18);
  color: #F5E8CC;
}.thw_sb_ic-iew {
  border-radius: 0.25rem;
  width: 1.875rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 30px;
  display: flex;
}.thw_sb_ic-iew svg {
  stroke-linecap: round;
  height: 16px;
  stroke-linejoin: round;
  width: 1rem;
}.thw_sb_ic_1-iew {
  background: rgba(200, 144, 42, 0.08);
  color: #C8902A;
}.thw_sb_ic_2-iew {
  background: rgba(46, 158, 90, 0.20);
  color: #2E9E5A;
}.thw_sb_ic_3-iew {
  background: rgba(212, 168, 32, 0.20);
  color: #D4A820;
}.thw_sb_ic_4-iew {
  background: rgba(140, 92, 26, 0.28);
  color: #8C5C1A;
}.thw_sb_ic_5-iew {
  background: rgba(200, 144, 42, 0.08);
  color: #BE4878;
}.thw_sb_ic_6-iew {
  background: rgba(140, 92, 26, 0.28);
  color: #7840A8;
}.thw_sb_badge-iew {
  border-radius: 4px;
  padding: 2px 0.438rem;
  background: #D4A820;
  color: #0D0A04;
  font-size: 9px;
  margin-left: auto;
  font-weight: 700;
}.thw_sb_bot-iew {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.5rem;
  padding: 0.75rem;
  display: flex;
}.thw_sb_lang-iew,.thw_sb_help-iew {
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.563rem 6px;
  gap: 0.375rem;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color .2s;
  display: flex;
  color: #B09A74;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  font-size: 0.688rem;
}.thw_sb_lang-iew:hover,.thw_sb_help-iew:hover {
  border-color: rgba(200, 148, 42, 0.45);
  color: #F5E8CC;
}.thw_sb_lang-iew svg,.thw_sb_help-iew svg {
  width: 13px;
  stroke-linecap: round;
  height: 13px;
  stroke-linejoin: round;
}.thw_sb_bd-iew {
  inset: 0;
  background: rgba(8, 6, 3, 0.72);
  z-index: 69;
  display: none;
  position: fixed;
}.thw_sb_bd-iew.thw_state_on-iew {
  display: block;
}
@media(min-width: 1078px) {.thw_sb_bd-iew {
  display: none!important;
}
}.thw_mob_nav-iew {
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  background: #1E1912;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  z-index: 80;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
@media(min-width: 1079px) {.thw_mob_nav-iew {
  display: none;
}
}.thw_mob_nav_item-iew {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 4px;
  display: flex;
  align-items: center;
  color: #8A7652;
  flex-direction: column;
  cursor: pointer;
}.thw_mob_nav_ic-iew {
  line-height: 1;
}.thw_mob_nav_ic-iew svg {
  stroke-linejoin: round;
  width: 20px;
  stroke-linecap: round;
  height: 1.25rem;
}.thw_mob_nav_lb-iew {
  font-weight: 600;
  color: #8A7652;
  font-size: 0.625rem;
}.thw_mob_nav_item-iew.thw_state_active-iew {
  color: #C8902A;
}.thw_mob_nav_item-iew.thw_state_active-iew .thw_mob_nav_lb-iew {
  color: #C8902A;
}.thw_hero-iew {
  background: #13100A;
  padding: 1.25rem 16px 0;
}
@media(min-width: 770px) {.thw_hero-iew {
  padding: 1.5rem 1.5rem 0;
}
}.thw_hero_in-iew {
  margin: 0 auto;
  gap: 12px;
  max-width: 1320px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:860px) {.thw_hero_in-iew {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1102px) {.thw_hero_in-iew {
  grid-template-columns: 1fr 340px;
}
}.thw_hero_promo-iew {
  overflow: hidden;
  border-radius: 12px;
  background: #18140D;
  min-height: 13.75rem;
  align-items: stretch;
  display: flex;
  position: relative;
}
@media(min-width: 769px) {.thw_hero_promo-iew {
  min-height: 280px;
}
}.thw_hero_promo_bg-iew {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#3C1E08 0%,#13100A 100%);
  background-size: cover;
  position: absolute;
}.thw_hero_promo_bg-iew::after {
  inset: 0;
  background: linear-gradient(90deg,#13100A 0%,rgba(8, 6, 3, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.thw_hero_promo_glow-iew {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(140, 92, 26, 0.28) 0%,transparent 65%);
  height: 300px;
  position: absolute;
  pointer-events: none;
  width: 18.75rem;
  top: -40px;
  right: 60px;
}.thw_hero_promo_ct-iew {
  padding: 28px 24px 1.75rem 1.75rem;
  justify-content: center;
  z-index: 2;
  flex-direction: column;
  position: relative;
  display: flex;
  max-width: 30rem;
}
@media(min-width: 771px) {.thw_hero_promo_ct-iew {
  padding: 2.5rem 32px;
}
}.thw_hero_badge-iew {
  padding: 0.313rem 0.75rem;
  background: rgba(200, 144, 42, 0.18);
  border-radius: 18px;
  border: 1px solid rgba(200, 144, 42, 0.08);
  margin-bottom: 0.875rem;
  font-weight: 700;
  display: inline-block;
  font-size: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C8902A;
}.thw_hero_h1-iew {
  color: #F5E8CC;
  line-height: 1.15;
  font-size: 26px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 10px;
  overflow-wrap: break-word;
}.thw_hero_h1-iew em {
  font-style: normal;
  color: #D4A820;
}
@media(min-width: 765px) {.thw_hero_h1-iew {
  font-size: 36px;
}
}.thw_hero_sub-iew {
  color: #B09A74;
  margin-bottom: 1.25rem;
  line-height: 1.55;
  font-size: 13px;
}
@media(min-width: 765px) {.thw_hero_sub-iew {
  font-size: 14px;
}
}.thw_hero_row-iew {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.thw_hero_cta-iew {
  background: #2E9E5A;
  transition: background .2s;
  padding: 13px 26px;
  border-radius: 0.5rem;
  box-shadow: 0 4px 1.375rem rgba(46, 158, 90, 0.42), 0 1px 0 rgba(100, 220, 140, 0.14);
  font-size: 0.875rem;
  color: #0D0A04;
  font-weight: 700;
}.thw_hero_cta-iew:hover {
  background: #36B868;
}.thw_hero_terms-iew {
  color: #8A7652;
  font-size: 11px;
}.thw_hero_game-iew {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #18140D;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  display: flex;
}.thw_hero_game_badge-iew {
  border: 1px solid rgba(212, 168, 32, 0.20);
  background: rgba(212, 168, 32, 0.20);
  padding: 0.313rem 10px;
  border-radius: 18px;
  position: absolute;
  left: 12px;
  color: #D4A820;
  font-weight: 700;
  z-index: 3;
  letter-spacing: .06em;
  top: 0.75rem;
  font-size: 0.625rem;
  text-transform: uppercase;
}.thw_hero_game_badge-iew svg {
  height: 0.688rem;
  width: 0.688rem;
  margin-right: 4px;
  vertical-align: -1px;
}.thw_hero_game_img-iew {
  background: linear-gradient(135deg,#3C1E08,#13100A);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.thw_hero_game_img-iew img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}.thw_hero_game_play-iew {
  transition: opacity .2s;
  background: rgba(8, 6, 3, 0.72);
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: absolute;
  display: flex;
  align-items: center;
}.thw_hero_game-iew:hover .thw_hero_game_play-iew {
  opacity: 1;
}.thw_hero_game_play-iew span {
  background: #C8902A;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  width: 52px;
  display: flex;
  height: 52px;
}.thw_hero_game_play-iew span svg {
  height: 18px;
  margin-left: 2px;
  width: 1.125rem;
}.thw_hero_game_info-iew {
  padding: 0.875rem 16px;
}.thw_hero_game_title-iew {
  color: #F5E8CC;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0.25rem;
}.thw_hero_game_provider-iew {
  color: #96825E;
  font-size: 11px;
}.thw_hero_game_btn-iew {
  border-radius: 8px;
  transition: background .2s;
  padding: 11px;
  margin: 0.75rem 16px 16px;
  background: #C8902A;
  font-size: 0.813rem;
  display: block;
  font-weight: 700;
  text-align: center;
  color: #F5E8CC;
}.thw_hero_game-iew:hover .thw_hero_game_btn-iew {
  background: #DBA03C;
}.thw_gcg-iew {
  padding: 2.25rem 1rem 0;
  background: #13100A;
}
@media(min-width: 767px) {.thw_gcg-iew {
  padding: 44px 1.5rem 0;
}
}.thw_gcg_in-iew {
  margin: 0 auto;
  max-width: 82.5rem;
}.thw_gcg_head-iew {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.thw_gcg_label-iew {
  font-size: 11px;
  text-transform: uppercase;
  color: #C8902A;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.thw_gcg_h2-iew {
  font-family: 'Cinzel', serif;
  margin-bottom: 8px;
  font-size: 22px;
  color: #F5E8CC;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.thw_gcg_h2-iew {
  font-size: 28px;
}
}.thw_gcg_intro-iew {
  line-height: 1.6;
  color: #96825E;
  font-size: 13px;
}.thw_gcg_grid-iew {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.thw_gcg_grid-iew {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.thw_gcg_grid-iew {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.thw_gcg_card-iew {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1.25rem;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  min-height: 15rem;
  justify-content: flex-end;
  display: flex;
}.thw_gcg_card-iew:hover {
  border-color: rgba(200, 144, 42, 0.18);
  transform: translateY(-3px);
}.thw_gcg_card_bg-iew {
  inset: 0;
  position: absolute;
  z-index: 0;
}.thw_gcg_card_bg-iew::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.thw_gcg_card_ic-iew {
  border-radius: 0.25rem;
  background: rgba(0,0,0,.45);
  height: 2.5rem;
  color: #F5E8CC;
  display: flex;
  position: absolute;
  top: 18px;
  width: 40px;
  justify-content: center;
  align-items: center;
  right: 18px;
  z-index: 2;
}.thw_gcg_card_ic-iew svg {
  stroke-linecap: round;
  width: 1.25rem;
  stroke-linejoin: round;
  height: 20px;
}.thw_gcg_card_ct-iew {
  z-index: 1;
  position: relative;
}.thw_gcg_card_h-iew {
  font-size: 1.125rem;
  font-family: 'Cinzel', serif;
  line-height: 1.2;
  margin-bottom: 8px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F5E8CC;
}
@media(min-width: 769px) {.thw_gcg_card_h-iew {
  font-size: 1.25rem;
}
}.thw_gcg_card_p-iew {
  font-size: 12px;
  margin-bottom: 0.625rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
}.thw_gcg_card_p-iew strong {
  color: #F5E8CC;
  font-weight: 600;
}.thw_gcg_card_cta-iew {
  gap: 4px;
  font-weight: 700;
  align-items: center;
  color: #C8902A;
  display: inline-flex;
  letter-spacing: .04em;
  font-size: 12px;
  text-transform: uppercase;
}.thw_gcg_card_cta-iew svg {
  width: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.75rem;
}.thw_gr_jp-iew {
  overflow: hidden;
  border-radius: 0.75rem;
  background: linear-gradient(135deg,#22103E 0%,#0E081E 100%);
  padding: 1.25rem;
  position: relative;
}.thw_gr_jp-iew::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(140, 92, 26, 0.28) 0%,transparent 70%);
  position: absolute;
  left: -3.75rem;
  content: '';
  top: -60px;
  width: 250px;
  height: 250px;
}.thw_gr_jp-iew::after {
  background: radial-gradient(circle,rgba(212, 168, 32, 0.20) 0%,transparent 70%);
  border-radius: 50%;
  right: 0;
  width: 12.5rem;
  height: 12.5rem;
  bottom: -2.5rem;
  position: absolute;
  content: '';
}.thw_gr_jp_head-iew {
  gap: 16px;
  z-index: 1;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 1rem;
}.thw_gr_jp_info-iew {
  flex: 1;
}.thw_gr_jp_label-iew {
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #7840A8;
  margin-bottom: 6px;
}.thw_gr_jp_label-iew svg {
  margin-right: 0.25rem;
  width: 0.875rem;
  vertical-align: -2px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 14px;
}.thw_gr_jp_amount-iew {
  margin-bottom: 0.25rem;
  color: #F5E8CC;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  line-height: 1;
  overflow-wrap: break-word;
  font-size: 32px;
}
@media(min-width: 766px) {.thw_gr_jp_amount-iew {
  font-size: 40px;
}
}.thw_gr_jp_amount-iew span {
  color: #D4A820;
}.thw_gr_jp_seo-iew {
  color: #B09A74;
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.5;
  max-width: 30rem;
}.thw_gr_jp_cta-iew {
  background: rgba(140, 92, 26, 0.28);
  border-radius: 8px;
  transition: background .2s;
  border: 1px solid rgba(140, 92, 26, 0.28);
  padding: 0.688rem 1.25rem;
  white-space: nowrap;
  flex-shrink: 0;
  color: #F5E8CC;
  z-index: 1;
  font-weight: 700;
  position: relative;
  align-self: flex-start;
  margin-top: 0.25rem;
  font-size: 13px;
}.thw_gr_jp_cta-iew:hover {
  background: #8C5C1A;
}.thw_ws-iew {
  background: #13100A;
  padding: 32px 16px 0;
}
@media(min-width: 769px) {.thw_ws-iew {
  padding: 2.25rem 24px 0;
}
}.thw_ws_in-iew {
  margin: 0 auto;
  max-width: 1320px;
}.thw_ws_head-iew {
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  display: flex;
}.thw_ws_title-iew {
  gap: 10px;
  overflow-wrap: break-word;
  color: #F5E8CC;
  font-size: 1rem;
  align-items: center;
  display: flex;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  flex-wrap: wrap;
}.thw_ws_title_ic-iew svg {
  height: 18px;
  width: 18px;
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #D4A820;
}.thw_ws_online-iew {
  gap: 0.438rem;
  align-items: center;
  display: flex;
  color: #96825E;
  font-weight: 600;
  font-size: 0.75rem;
}.thw_ws_online_dot-iew {
  background: #2E9E5A;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(46, 158, 90, 0.20);
  height: 8px;
  flex-shrink: 0;
  width: 8px;
}.thw_ws_scroll-iew {
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  display: flex;
  scrollbar-width: none;
}.thw_ws_scroll-iew::-webkit-scrollbar {
  display: none;
}.thw_wc-iew {
  padding: 0.625rem 0.875rem;
  background: #18140D;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 10px;
  flex-shrink: 0;
  display: flex;
  min-width: 220px;
  align-items: center;
}.thw_wc_img-iew {
  border-radius: 4px;
  background: #1E1912;
  overflow: hidden;
  height: 36px;
  flex-shrink: 0;
  width: 36px;
}.thw_wc_img-iew img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.thw_wc_info-iew {
  min-width: 0;
}.thw_wc_game-iew {
  overflow: hidden;
  font-size: 0.75rem;
  font-weight: 600;
  text-overflow: ellipsis;
  color: #DACAA4;
  white-space: nowrap;
}.thw_wc_player-iew {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.625rem;
  color: #8A7652;
  white-space: nowrap;
}.thw_wc_amount-iew {
  color: #2E9E5A;
  flex-shrink: 0;
  font-size: 13px;
  white-space: nowrap;
  font-weight: 700;
  margin-left: auto;
}.thw_app-iew {
  padding: 2.25rem 16px 0;
  background: #13100A;
}
@media(min-width: 765px) {.thw_app-iew {
  padding: 44px 1.5rem 0;
}
}.thw_app_in-iew {
  margin: 0 auto;
  max-width: 1320px;
}.thw_app_head-iew {
  margin-bottom: 1rem;
}.thw_app_label-iew {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  color: #C8902A;
}.thw_app_h2-iew {
  font-weight: 800;
  color: #F5E8CC;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.375rem;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.thw_app_h2-iew {
  font-size: 24px;
}
}.thw_app_sub-iew {
  max-width: 37.5rem;
  line-height: 1.6;
  font-size: 13px;
  color: #96825E;
  overflow-wrap: break-word;
}.thw_app_sub-iew strong {
  color: #DACAA4;
  font-weight: 700;
}.thw_app_cards-iew {
  gap: 0.625rem;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.thw_app_cards-iew {
  grid-template-columns: repeat(3,1fr);
}
}.thw_app_card-iew {
  border-radius: 0.5rem;
  padding: 20px;
  overflow: hidden;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  position: relative;
}.thw_app_card_ios-iew {
  background: linear-gradient(135deg,rgba(200, 144, 42, 0.18) 0%,#1E1912 100%);
}.thw_app_card_android-iew {
  background: linear-gradient(135deg,rgba(46, 158, 90, 0.20) 0%,#1E1912 100%);
}.thw_app_card_win-iew {
  background: linear-gradient(135deg,rgba(212, 168, 32, 0.20) 0%,#1E1912 100%);
}.thw_app_card_ic-iew svg {
  width: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 34px;
}.thw_app_card_ic-iew {
  flex-shrink: 0;
  color: #F5E8CC;
}.thw_app_card_os-iew {
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #96825E;
  font-size: 0.625rem;
}.thw_app_card_title-iew {
  color: #F5E8CC;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 6px;
}.thw_app_card_text-iew {
  color: #96825E;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  line-height: 1.5;
  font-size: 12px;
}.thw_app_card_btn-iew {
  gap: 0.438rem;
  padding: 10px 18px;
  border: 1px solid rgba(200, 148, 42, 0.45);
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.12);
  transition: background .2s;
  color: #F5E8CC;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
}.thw_app_card_btn-iew:hover {
  background: rgba(255, 255, 255, 0.07);
}.thw_htp-iew {
  background: #13100A;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.thw_htp-iew {
  padding: 2.75rem 1.5rem 0;
}
}.thw_htp_in-iew {
  margin: 0 auto;
  max-width: 82.5rem;
}.thw_htp_head-iew {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.thw_htp_label-iew {
  letter-spacing: .08em;
  color: #C8902A;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}.thw_htp_h2-iew {
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #F5E8CC;
  overflow-wrap: break-word;
  font-size: 22px;
}
@media(min-width: 771px) {.thw_htp_h2-iew {
  font-size: 1.75rem;
}
}.thw_htp_intro-iew {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #96825E;
}.thw_htp_steps-iew {
  gap: 12px;
  padding: 0;
  list-style: none;
  margin: 0;
  grid-template-columns: 1fr;
  counter-reset: none;
  display: grid;
}
@media(min-width:640px) {.thw_htp_steps-iew {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.thw_htp_steps-iew {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.thw_htp_step-iew {
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 20px 1.125rem 1.125rem;
  background: #1E1912;
  border-radius: 0.5rem;
  flex-direction: column;
  position: relative;
  display: flex;
}.thw_htp_step_num-iew {
  border-radius: 50%;
  background: #C8902A;
  width: 28px;
  height: 28px;
  font-weight: 800;
  top: -12px;
  font-size: 13px;
  display: flex;
  font-family: 'Cinzel', serif;
  align-items: center;
  position: absolute;
  left: 1.25rem;
  color: #0D0A04;
  justify-content: center;
}.thw_htp_step_ic-iew {
  border-radius: 4px;
  background: rgba(200, 144, 42, 0.18);
  margin: 0.5rem 0 0.75rem;
  align-items: center;
  height: 36px;
  width: 2.25rem;
  justify-content: center;
  display: flex;
  color: #C8902A;
}.thw_htp_step_ic-iew svg {
  width: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.125rem;
}.thw_htp_step_h-iew {
  color: #F5E8CC;
  font-weight: 700;
  line-height: 1.25;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
}.thw_htp_step_p-iew {
  font-size: 0.813rem;
  line-height: 1.55;
  color: #96825E;
  overflow-wrap: break-word;
}.thw_htp_step_p-iew strong {
  color: #DACAA4;
  font-weight: 600;
}.thw_htp_cta-iew {
  border-radius: 8px;
  background: #2E9E5A;
  padding: 0.813rem 26px;
  transition: background .2s;
  color: #0D0A04;
  margin-top: 1.25rem;
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
}.thw_htp_cta-iew:hover {
  background: #36B868;
}.thw_prov-iew {
  background: #13100A;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.thw_prov-iew {
  padding: 2.75rem 24px 0;
}
}.thw_prov_in-iew {
  margin: 0 auto;
  max-width: 1320px;
}.thw_prov_head-iew {
  margin-bottom: 1rem;
}.thw_prov_label-iew {
  color: #C8902A;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
}.thw_prov_h2-iew {
  margin-bottom: 8px;
  font-size: 1.25rem;
  color: #F5E8CC;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}
@media(min-width: 766px) {.thw_prov_h2-iew {
  font-size: 1.5rem;
}
}.thw_prov_seo-iew {
  overflow-wrap: break-word;
  max-width: 620px;
  margin-bottom: 1rem;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #96825E;
}.thw_prov_seo-iew strong {
  font-weight: 700;
  color: #DACAA4;
}.thw_prov_seo-iew a {
  color: #C8902A;
  text-decoration: underline;
}.thw_prov_grid-iew {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 638px) {.thw_prov_grid-iew {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.thw_prov_grid-iew {
  grid-template-columns: repeat(8,1fr);
}
}.thw_prov_card-iew {
  transition: border-color .2s,background .2s;
  padding: 14px 10px;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #18140D;
  border-radius: 8px;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  display: flex;
}.thw_prov_card-iew:hover {
  background: #1E1912;
  border-color: rgba(200, 148, 42, 0.45);
}.thw_prov_logo-iew {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  align-items: center;
  width: 2.75rem;
  display: flex;
  justify-content: center;
  height: 2.75rem;
}.thw_prov_logo-iew img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.thw_prov_name-iew {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  text-align: center;
  color: #B09A74;
  font-weight: 600;
}.thw_bon-iew {
  padding: 2.25rem 1rem 0;
  background: #13100A;
}
@media(min-width: 766px) {.thw_bon-iew {
  padding: 44px 1.5rem 0;
}
}.thw_bon_in-iew {
  margin: 0 auto;
  max-width: 1320px;
}.thw_bon_head-iew {
  margin-bottom: 1.25rem;
}.thw_bon_label-iew {
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #C8902A;
}.thw_bon_h2-iew {
  font-size: 20px;
  color: #F5E8CC;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
}
@media(min-width: 766px) {.thw_bon_h2-iew {
  font-size: 1.5rem;
}
}.thw_bon_seo-iew {
  font-size: 0.813rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  max-width: 38.75rem;
  color: #96825E;
}.thw_bon_seo-iew strong {
  color: #DACAA4;
  font-weight: 700;
}.thw_bon_seo-iew a {
  text-decoration: underline;
  color: #C8902A;
}.thw_bon_grid-iew {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 643px) {.thw_bon_grid-iew {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.thw_bon_grid-iew {
  grid-template-columns: repeat(5,1fr);
}
}.thw_bon_card-iew {
  padding: 16px;
  border-radius: 8px;
  background: #18140D;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,transform .2s;
}.thw_bon_card-iew:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 144, 42, 0.08);
}.thw_bon_card_ic-iew svg {
  height: 26px;
  width: 1.625rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.thw_bon_card_ic-iew {
  margin-bottom: 0.625rem;
}.thw_bon_card_type-iew {
  margin-bottom: 0.375rem;
  font-weight: 700;
  color: #96825E;
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}.thw_bon_card_amount-iew {
  margin-bottom: 0.375rem;
  color: #D4A820;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.1;
}.thw_bon_card_name-iew {
  margin-bottom: 0.5rem;
  font-size: 13px;
  font-weight: 600;
  color: #F5E8CC;
  overflow-wrap: break-word;
}.thw_bon_card_detail-iew {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 0.5rem;
  overflow-wrap: break-word;
  color: #8A7652;
  line-height: 1.5;
  font-size: 11px;
}.thw_reg-iew {
  background: #13100A;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.thw_reg-iew {
  padding: 44px 1.5rem 0;
}
}.thw_reg_in-iew {
  border-radius: 12px;
  margin: 0 auto;
  background: #1E1912;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px 24px;
  max-width: 1320px;
}
@media(min-width: 765px) {.thw_reg_in-iew {
  padding: 40px;
}
}.thw_reg_top-iew {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.thw_reg_top-iew {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.thw_reg_label-iew {
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #C8902A;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}.thw_reg_h2-iew {
  font-size: 1.375rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  line-height: 1.2;
  color: #F5E8CC;
  margin-bottom: 0.75rem;
  font-weight: 800;
}
@media(min-width: 769px) {.thw_reg_h2-iew {
  font-size: 1.75rem;
}
}.thw_reg_bonus-iew {
  border-radius: 0.5rem;
  border: 1px solid rgba(212, 168, 32, 0.20);
  gap: 0.5rem;
  background: rgba(212, 168, 32, 0.20);
  padding: 10px 16px;
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
}.thw_reg_bonus_amount-iew {
  font-size: 20px;
  font-weight: 800;
  color: #D4A820;
}.thw_reg_bonus_text-iew {
  font-size: 0.813rem;
  color: #B09A74;
  line-height: 1.35;
}.thw_reg_cta_btn-iew {
  transition: background .2s;
  background: #2E9E5A;
  border-radius: 0.5rem;
  padding: 14px 2rem;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0D0A04;
  box-shadow: 0 0.25rem 22px rgba(46, 158, 90, 0.42), 0 1px 0 rgba(100, 220, 140, 0.14);
  font-size: 0.938rem;
}.thw_reg_cta_btn-iew:hover {
  background: #36B868;
}.thw_reg_terms-iew {
  line-height: 1.5;
  font-size: 11px;
  color: #8A7652;
}.thw_reg_seo-iew {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13px;
  margin-top: 20px;
  color: #96825E;
  padding-top: 1.25rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}.thw_reg_seo-iew p {
  line-height: 1.65;
  color: #96825E;
  font-size: 13px;
  margin-bottom: 0.625rem;
}.thw_reg_seo-iew p:last-child {
  margin-bottom: 0;
}.thw_reg_seo-iew strong {
  font-weight: 700;
  color: #DACAA4;
}.thw_reg_seo-iew a {
  transition: color .2s;
  color: #C8902A;
  text-decoration: underline;
}.thw_reg_seo-iew a:hover {
  color: #DBA03C;
}.thw_reg_seo-iew ul,.thw_reg_seo-iew ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.thw_reg_seo-iew ol {
  list-style: decimal;
}.thw_reg_seo-iew li {
  color: #96825E;
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 4px;
}.thw_reg_seo-iew table {
  width: 100%;
  margin-bottom: 10px;
  overflow-x: auto;
  font-size: 13px;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 767px) {.thw_reg_seo-iew table {
  display: table;
}
}.thw_reg_seo-iew th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  text-align: left;
  color: #DACAA4;
  font-weight: 700;
}.thw_reg_seo-iew td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #96825E;
}.thw_reg_steps-iew {
  gap: 14px;
  display: flex;
  margin-top: 28px;
  flex-direction: column;
}
@media(min-width: 857px) {.thw_reg_steps-iew {
  margin-top: 0;
}
}.thw_reg_step-iew {
  gap: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.thw_reg_step_num-iew {
  background: rgba(200, 144, 42, 0.18);
  border: 1px solid rgba(200, 144, 42, 0.08);
  border-radius: 50%;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 800;
  align-items: center;
  color: #C8902A;
  display: flex;
  width: 34px;
  font-size: 14px;
  height: 34px;
}.thw_reg_step_title-iew {
  margin-bottom: 3px;
  font-weight: 700;
  color: #F5E8CC;
  font-size: 14px;
}.thw_reg_step_text-iew {
  color: #96825E;
  line-height: 1.5;
  font-size: 0.75rem;
}.thw_reg_trust-iew {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  padding-top: 20px;
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}.thw_reg_trust_item-iew {
  gap: 7px;
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  color: #96825E;
  overflow-wrap: break-word;
}.thw_reg_trust_ic-iew svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
  width: 16px;
  color: #C8902A;
}.thw_pmt-iew {
  background: #13100A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.thw_pmt-iew {
  padding: 2.75rem 1.5rem 0;
}
}.thw_pmt_in-iew {
  margin: 0 auto;
  max-width: 82.5rem;
}.thw_pmt_head-iew {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.thw_pmt_label-iew {
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  color: #C8902A;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.thw_pmt_h2-iew {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F5E8CC;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
}
@media(min-width: 771px) {.thw_pmt_h2-iew {
  font-size: 1.75rem;
}
}.thw_pmt_intro-iew {
  color: #96825E;
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.6;
}.thw_pmt_groups-iew {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}.thw_pmt_group-iew {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  padding: 20px;
  background: #1E1912;
}.thw_pmt_group_head-iew {
  gap: 0.75rem;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.thw_pmt_group_ic-iew {
  border-radius: 4px;
  background: rgba(200, 144, 42, 0.18);
  height: 36px;
  width: 36px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: #C8902A;
}.thw_pmt_group_ic-iew svg {
  width: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.125rem;
}.thw_pmt_group_h-iew {
  margin: 0;
  color: #F5E8CC;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 1rem;
  font-family: 'Cinzel', serif;
}.thw_pmt_group_p-iew {
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 14px;
  color: #96825E;
  line-height: 1.6;
}.thw_pmt_group_p-iew strong {
  color: #DACAA4;
  font-weight: 600;
}.thw_pmt_table_wrap-iew {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.thw_pmt_table-iew {
  min-width: 540px;
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
}.thw_pmt_table-iew th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  letter-spacing: .04em;
  font-size: 0.688rem;
  color: #DACAA4;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}.thw_pmt_table-iew td {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #96825E;
}.thw_pmt_table-iew tbody tr:last-child td {
  border-bottom: none;
}.thw_pmt_table-iew tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #DACAA4;
}.thw_seo-iew {
  padding: 2.25rem 16px 0;
  background: #13100A;
}
@media(min-width: 766px) {.thw_seo-iew {
  padding: 44px 1.5rem 0;
}
}.thw_seo_in-iew {
  padding: 28px 24px;
  margin: 0 auto;
  background: #1E1912;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.75rem;
  max-width: 1320px;
}
@media(min-width: 765px) {.thw_seo_in-iew {
  padding: 36px 40px;
}
}.thw_seo_label-iew {
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  color: #C8902A;
}.thw_seo_h2-iew {
  overflow-wrap: break-word;
  color: #F5E8CC;
  font-size: 20px;
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.875rem;
  font-weight: 800;
}
@media(min-width: 769px) {.thw_seo_h2-iew {
  font-size: 1.5rem;
}
}.thw_seo_body-iew {
  overflow-wrap: break-word;
  color: #B09A74;
  font-size: 0.875rem;
  line-height: 1.75;
}.thw_seo_body-iew p {
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #B09A74;
  font-size: 0.875rem;
}.thw_seo_body-iew p:last-child {
  margin-bottom: 0;
}.thw_seo_body-iew strong {
  font-weight: 700;
  color: #DACAA4;
}.thw_seo_body-iew a {
  transition: color .2s;
  color: #C8902A;
  text-decoration: underline;
}.thw_seo_body-iew a:hover {
  color: #DBA03C;
}.thw_seo_body-iew ul,.thw_seo_body-iew ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.thw_seo_body-iew ol {
  list-style: decimal;
}.thw_seo_body-iew li {
  color: #B09A74;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.75;
}.thw_seo_body-iew table {
  overflow-x: auto;
  width: 100%;
  display: block;
  margin-bottom: 12px;
  border-collapse: collapse;
  font-size: 13px;
}
@media(min-width:768px) {.thw_seo_body-iew table {
  display: table;
}
}.thw_seo_body-iew th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #DACAA4;
  text-align: left;
  font-weight: 700;
}.thw_seo_body-iew td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #B09A74;
}.thw_seo_cols-iew {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 637px) {.thw_seo_cols-iew {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.thw_seo_cols-iew {
  grid-template-columns: repeat(3,1fr);
}
}.thw_seo_col_h-iew {
  font-size: 13px;
  color: #DACAA4;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.thw_seo_col_p-iew {
  color: #96825E;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
}.thw_seo_stats-iew {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.thw_seo_stat-iew {
  background: rgba(200, 144, 42, 0.08);
  border-radius: 8px;
  padding: 0.875rem 16px;
  flex: 1;
  border: 1px solid rgba(200, 144, 42, 0.18);
  min-width: 8.75rem;
}.thw_seo_stat_val-iew {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #C8902A;
  margin-bottom: 4px;
}.thw_seo_stat_lb-iew {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #96825E;
}.thw_seo-iew {
  padding: 2.25rem 16px 0;
  background: #13100A;
}
@media(min-width: 765px) {.thw_seo-iew {
  padding: 2.75rem 1.5rem 0;
}
}.thw_seo_in-iew {
  border: 1px solid rgba(255, 255, 255, 0.10);
  margin: 0 auto;
  padding: 28px 1.5rem;
  border-radius: 12px;
  background: #1E1912;
  max-width: 82.5rem;
}
@media(min-width:768px) {.thw_seo_in-iew {
  padding: 36px 40px;
}
}.thw_seo_label-iew {
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #C8902A;
  margin-bottom: 10px;
}.thw_seo_h2-iew {
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #F5E8CC;
  line-height: 1.25;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.thw_seo_h2-iew {
  font-size: 1.5rem;
}
}.thw_seo_body-iew {
  color: #B09A74;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
}.thw_seo_body-iew p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 12px;
  color: #B09A74;
}.thw_seo_body-iew p:last-child {
  margin-bottom: 0;
}.thw_seo_body-iew strong {
  font-weight: 700;
  color: #DACAA4;
}.thw_seo_body-iew a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8902A;
}.thw_seo_body-iew a:hover {
  color: #DBA03C;
}.thw_seo_body-iew ul,.thw_seo_body-iew ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.thw_seo_body-iew ol {
  list-style: decimal;
}.thw_seo_body-iew li {
  margin-bottom: 6px;
  line-height: 1.75;
  color: #B09A74;
  font-size: 14px;
}.thw_seo_body-iew table {
  font-size: 0.813rem;
  margin-bottom: 12px;
  display: block;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 771px) {.thw_seo_body-iew table {
  display: table;
}
}.thw_seo_body-iew th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #DACAA4;
  text-align: left;
}.thw_seo_body-iew td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #B09A74;
}.thw_seo_cols-iew {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.thw_seo_cols-iew {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.thw_seo_cols-iew {
  grid-template-columns: repeat(3,1fr);
}
}.thw_seo_col_h-iew {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.438rem;
  color: #DACAA4;
  font-size: 13px;
}.thw_seo_col_p-iew {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #96825E;
  line-height: 1.65;
}.thw_seo_stats-iew {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.thw_seo_stat-iew {
  border-radius: 0.5rem;
  border: 1px solid rgba(200, 144, 42, 0.18);
  flex: 1;
  padding: 0.875rem 16px;
  background: rgba(200, 144, 42, 0.08);
  min-width: 8.75rem;
}.thw_seo_stat_val-iew {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-weight: 800;
  color: #C8902A;
  font-size: 20px;
}.thw_seo_stat_lb-iew {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #96825E;
}.thw_seo-iew {
  padding: 36px 16px 0;
  background: #13100A;
}
@media(min-width: 769px) {.thw_seo-iew {
  padding: 2.75rem 24px 0;
}
}.thw_seo_in-iew {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.75rem;
  margin: 0 auto;
  background: #1E1912;
  padding: 28px 24px;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.thw_seo_in-iew {
  padding: 2.25rem 40px;
}
}.thw_seo_label-iew {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 10px;
  color: #C8902A;
  letter-spacing: .08em;
}.thw_seo_h2-iew {
  font-size: 1.25rem;
  margin-bottom: 14px;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F5E8CC;
}
@media(min-width: 767px) {.thw_seo_h2-iew {
  font-size: 1.5rem;
}
}.thw_seo_body-iew {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #B09A74;
}.thw_seo_body-iew p {
  margin-bottom: 12px;
  line-height: 1.75;
  color: #B09A74;
  font-size: 14px;
}.thw_seo_body-iew p:last-child {
  margin-bottom: 0;
}.thw_seo_body-iew strong {
  color: #DACAA4;
  font-weight: 700;
}.thw_seo_body-iew a {
  transition: color .2s;
  color: #C8902A;
  text-decoration: underline;
}.thw_seo_body-iew a:hover {
  color: #DBA03C;
}.thw_seo_body-iew ul,.thw_seo_body-iew ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.thw_seo_body-iew ol {
  list-style: decimal;
}.thw_seo_body-iew li {
  font-size: 0.875rem;
  margin-bottom: 6px;
  line-height: 1.75;
  color: #B09A74;
}.thw_seo_body-iew table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  font-size: 13px;
  display: block;
}
@media(min-width:768px) {.thw_seo_body-iew table {
  display: table;
}
}.thw_seo_body-iew th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  color: #DACAA4;
  text-align: left;
  font-weight: 700;
}.thw_seo_body-iew td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #B09A74;
}.thw_seo_cols-iew {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.thw_seo_cols-iew {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.thw_seo_cols-iew {
  grid-template-columns: repeat(3,1fr);
}
}.thw_seo_col_h-iew {
  font-size: 0.813rem;
  color: #DACAA4;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.thw_seo_col_p-iew {
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #96825E;
}.thw_seo_stats-iew {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.thw_seo_stat-iew {
  flex: 1;
  background: rgba(200, 144, 42, 0.08);
  border: 1px solid rgba(200, 144, 42, 0.18);
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
  min-width: 8.75rem;
}.thw_seo_stat_val-iew {
  margin-bottom: 4px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #C8902A;
  overflow-wrap: break-word;
}.thw_seo_stat_lb-iew {
  overflow-wrap: break-word;
  color: #96825E;
  font-size: 0.688rem;
}.thw_faq-iew {
  background: #13100A;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.thw_faq-iew {
  padding: 44px 1.5rem 0;
}
}.thw_faq_in-iew {
  margin: 0 auto;
  max-width: 82.5rem;
}.thw_faq_head-iew {
  margin-bottom: 20px;
}.thw_faq_label-iew {
  letter-spacing: .08em;
  font-size: 11px;
  color: #C8902A;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}.thw_faq_h2-iew {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F5E8CC;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width: 766px) {.thw_faq_h2-iew {
  font-size: 24px;
}
}.thw_faq_list-iew {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.thw_faq_item-iew {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #1E1912;
  border-radius: 0.5rem;
}.thw_faq_q-iew {
  transition: color .2s;
  gap: 12px;
  padding: 16px 1.25rem;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  display: flex;
  color: #DACAA4;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: space-between;
}.thw_faq_q-iew:hover {
  color: #F5E8CC;
}.thw_faq_q_ic-iew {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  color: #C8902A;
  flex-shrink: 0;
  height: 1.5rem;
  font-size: 16px;
  justify-content: center;
  display: flex;
  width: 24px;
}.thw_faq_item-iew.thw_state_open-iew .thw_faq_q_ic-iew {
  transform: rotate(45deg);
}.thw_faq_a-iew {
  padding: 0 20px 1rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  display: none;
  color: #96825E;
  line-height: 1.7;
}.thw_faq_item-iew.thw_state_open-iew .thw_faq_a-iew {
  display: block;
}.thw_faq_a-iew strong {
  color: #DACAA4;
  font-weight: 700;
}.thw_faq_a-iew a {
  color: #C8902A;
  text-decoration: underline;
}.thw_faq_a-iew ul,.thw_faq_a-iew ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.thw_faq_a-iew ol {
  list-style: decimal;
}.thw_faq_a-iew li {
  margin-bottom: 4px;
  line-height: 1.6;
}.thw_faq_a-iew table {
  margin: 0.5rem 0;
  font-size: 12px;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  display: block;
}
@media(min-width: 770px) {.thw_faq_a-iew table {
  display: table;
}
}.thw_faq_a-iew th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 8px;
  color: #DACAA4;
  text-align: left;
  font-weight: 700;
}.thw_faq_a-iew td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 0.5rem;
  color: #96825E;
}.thw_ft-iew {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #0B0906;
  margin-top: 3rem;
}.thw_ft_support-iew {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 1rem;
}
@media(min-width: 767px) {.thw_ft_support-iew {
  padding: 28px 1.5rem;
}
}.thw_ft_support_in-iew {
  gap: 16px;
  margin: 0 auto;
  max-width: 82.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.thw_ft_support_main-iew {
  gap: 1rem;
  flex: 1;
  min-width: 220px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.thw_ft_support_ic-iew {
  color: #C8902A;
  flex-shrink: 0;
}.thw_ft_support_ic-iew svg {
  height: 30px;
  stroke-linecap: round;
  width: 1.875rem;
  stroke-linejoin: round;
}.thw_ft_support_text_title-iew {
  color: #F5E8CC;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px;
  overflow-wrap: break-word;
}.thw_ft_support_text_sub-iew {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #96825E;
}.thw_ft_support_btn-iew {
  border-radius: 0.5rem;
  background: #C8902A;
  padding: 11px 1.375rem;
  transition: background .2s;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  flex-shrink: 0;
  color: #F5E8CC;
}.thw_ft_support_btn-iew:hover {
  background: #DBA03C;
}.thw_ft_support_contacts-iew {
  gap: 1rem;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.thw_ft_support_contact-iew {
  color: #8A7652;
  line-height: 1.4;
  font-size: 12px;
}.thw_ft_support_contact-iew strong {
  font-size: 0.688rem;
  display: block;
  color: #B09A74;
  margin-bottom: 2px;
  font-weight: 600;
}.thw_ft_main-iew {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 16px 24px;
}
@media(min-width: 766px) {.thw_ft_main-iew {
  padding: 40px 24px 32px;
}
}.thw_ft_main_in-iew {
  gap: 1.5rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
}
@media(min-width: 637px) {.thw_ft_main_in-iew {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.thw_ft_main_in-iew {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.thw_ft_col_logo-iew {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.thw_ft_col_logo-iew {
  grid-column: auto;
}
}.thw_ft_logo-iew {
  gap: 0.563rem;
  overflow-wrap: break-word;
  display: flex;
  font-size: 1rem;
  color: #F5E8CC;
  flex-wrap: wrap;
  font-weight: 800;
  margin-bottom: 12px;
  align-items: center;
}.thw_ft_logo_mark-iew {
  overflow: hidden;
  border-radius: 4px;
  height: 30px;
  width: 30px;
}.thw_ft_logo_mark-iew img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.thw_ft_logo_sub-iew {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #8A7652;
  max-width: 12.5rem;
  line-height: 1.55;
}.thw_ft_col_title-iew {
  letter-spacing: .07em;
  margin-bottom: 14px;
  color: #B09A74;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
}.thw_ft_col_links-iew {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.thw_ft_col_link-iew {
  transition: color .2s;
  color: #8A7652;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.thw_ft_col_link-iew:hover {
  color: #DACAA4;
}.thw_ft_apps-iew {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.thw_ft_app_card-iew {
  transition: border-color .2s;
  gap: 10px;
  padding: 10px 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  align-items: center;
}.thw_ft_app_card-iew:hover {
  border-color: rgba(200, 148, 42, 0.45);
}.thw_ft_app_card_ic-iew svg {
  stroke-linejoin: round;
  width: 1.375rem;
  height: 22px;
  stroke-linecap: round;
}.thw_ft_app_card_os-iew {
  font-weight: 600;
  font-size: 0.625rem;
  color: #8A7652;
}.thw_ft_app_card_action-iew {
  font-weight: 700;
  font-size: 0.75rem;
  color: #DACAA4;
}.thw_ft_bot-iew {
  padding: 20px 1rem;
}
@media(min-width: 769px) {.thw_ft_bot-iew {
  padding: 20px 24px;
}
}.thw_ft_bot_in-iew {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
  max-width: 82.5rem;
  display: flex;
}.thw_ft_socials-iew {
  gap: 8px;
  display: flex;
}.thw_ft_soc-iew {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 4px;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  color: #B09A74;
  justify-content: center;
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
}.thw_ft_soc-iew svg {
  width: 16px;
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.thw_ft_soc-iew:hover {
  background: rgba(255, 255, 255, 0.07);
}.thw_ft_legal-iew {
  flex: 1;
  color: #9E8868;
  min-width: 200px;
  font-size: 11px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.thw_ft_legal-iew strong {
  font-weight: 700;
  color: #B09A74;
}.thw_ft_legal-iew a {
  text-decoration: underline;
  color: #B09A74;
}.thw_ft_age-iew {
  border-radius: 50%;
  border: 2px solid #9E8868;
  flex-shrink: 0;
  margin-left: auto;
  font-size: 0.688rem;
  display: flex;
  width: 2rem;
  justify-content: center;
  align-items: center;
  height: 2rem;
  font-weight: 800;
  color: #9E8868;
}