*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  -webkit-font-smoothing: antialiased;
  color: #C2CED9;
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
  background-color: #0D1117;
  line-height: 1.6;
}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_zpg {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.twe-page_zpg {
  min-height: 100vh;
  display: flex;
}.twe-main_zpg {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media screen and (min-width: 1078px) {.twe-main_zpg {
  padding-left: 13.75rem;
}
}
@media screen and (max-width: 1076px) {.twe-main_zpg {
  padding-bottom: 4.5rem;
}
}.twe-gc_zpg {
  border-radius: 8px;
  overflow: hidden;
  background: #111620;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .2s,border-color .2s;
  cursor: pointer;
  width: 8.75rem;
  position: relative;
  flex-shrink: 0;
}
@media(min-width: 638px) {.twe-gc_zpg {
  width: 156px;
}
}
@media(min-width: 1081px) {.twe-gc_zpg {
  width: 10.5rem;
}
}.twe-gc_zpg:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 194, 255, 0.06);
}.twe-gc_img_zpg {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.twe-gc_img_zpg img {
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
}.twe-gc_hover_zpg {
  background: rgba(9, 13, 18, 0.72);
  inset: 0;
  transition: opacity .2s;
  opacity: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  display: flex;
}.twe-gc_zpg:hover .twe-gc_hover_zpg {
  opacity: 1;
}.twe-gc_hover_btn_zpg {
  background: #00C2FF;
  border-radius: 5px;
  padding: 0.5rem 16px;
  color: #F0F6FF;
  font-size: 0.75rem;
  font-weight: 700;
}.twe-gc_info_zpg {
  padding: 0.5rem 0.625rem 0.625rem;
}.twe-gc_name_zpg {
  overflow: hidden;
  font-size: 0.75rem;
  margin-bottom: 3px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  color: #C2CED9;
}.twe-gc_prov_zpg {
  color: #475564;
  font-size: 0.625rem;
}.twe-gc_tag_zpg {
  border-radius: 0.25rem;
  padding: 2px 7px;
  font-size: 0.563rem;
  font-weight: 700;
  position: absolute;
  text-transform: uppercase;
  top: 6px;
  letter-spacing: .04em;
  left: 0.375rem;
  z-index: 2;
}.twe-gc_tag_hot_zpg {
  background: #FF3B5C;
  color: #fff;
}.twe-gc_tag_new_zpg {
  background: #00D68F;
  color: #0D1117;
}.twe-gc_tag_jp_zpg {
  background: #F5A623;
  color: #0D1117;
}.twe-gc_tag_ex_zpg {
  background: #0057A8;
  color: #fff;
}.twe-gc_tag_live_zpg {
  background: #FF3B5C;
  color: #fff;
}.twe-gr_zpg {
  padding: 32px 16px 0;
  background: #0D1117;
}
@media(min-width: 765px) {.twe-gr_zpg {
  padding: 2.25rem 1.5rem 0;
}
}.twe-gr_in_zpg {
  margin: 0 auto;
  max-width: 82.5rem;
}.twe-gr_head_zpg {
  gap: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}.twe-gr_head_l_zpg {
  flex: 1;
  gap: 0.625rem;
  min-width: 0;
  align-items: center;
  display: flex;
}.twe-gr_ic_zpg {
  border-radius: 0.5rem;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  height: 2rem;
  width: 32px;
  align-items: center;
}.twe-gr_ic_zpg svg {
  height: 1rem;
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
}.twe-gr_title_zpg {
  font-family: 'Syne', sans-serif;
  font-size: 16px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F0F6FF;
}
@media(min-width: 765px) {.twe-gr_title_zpg {
  font-size: 18px;
}
}.twe-gr_more_zpg {
  gap: 5px;
  transition: color .2s;
  font-weight: 600;
  align-items: center;
  color: #637282;
  font-size: 12px;
  display: flex;
  white-space: nowrap;
  flex-shrink: 0;
}.twe-gr_more_zpg:hover {
  color: #00C2FF;
}.twe-gr_more_zpg svg {
  stroke-linejoin: round;
  height: 12px;
  stroke-linecap: round;
  width: 0.75rem;
}.twe-gr_arrows_zpg {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.twe-gr_arr_zpg {
  transition: background .15s,color .15s;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  color: #8A9BAD;
  display: flex;
  align-items: center;
  width: 1.875rem;
  justify-content: center;
  height: 1.875rem;
}.twe-gr_arr_zpg:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F0F6FF;
}.twe-gr_arr_zpg svg {
  height: 13px;
  stroke-linecap: round;
  width: 0.813rem;
  stroke-linejoin: round;
}.twe-gr_seo_h_zpg {
  margin: 0 0 6px;
  font-weight: 700;
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  color: #C2CED9;
  overflow-wrap: break-word;
  max-width: 42.5rem;
}
@media(min-width: 765px) {.twe-gr_seo_h_zpg {
  font-size: 14px;
}
}.twe-gr_seo_zpg {
  max-width: 42.5rem;
  overflow-wrap: break-word;
  color: #637282;
  line-height: 1.55;
  margin-bottom: 12px;
  font-size: 12px;
}.twe-gr_seo_zpg strong {
  color: #C2CED9;
  font-weight: 600;
}.twe-gr_scroll_zpg {
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
}.twe-gr_scroll_zpg::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.twe-gr_scroll_zpg {
  gap: 12px;
}
}.twe-tb_zpg {
  background: #0D1117;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  align-items: center;
  position: fixed;
  left: 0;
  display: flex;
  right: 0;
  top: 0;
  z-index: 80;
  height: 3.5rem;
}.twe-tb_in_zpg {
  padding: 0 14px;
  gap: 0;
  width: 100%;
  align-items: center;
  display: flex;
  height: 100%;
}.twe-tb_burger_zpg {
  gap: 5px;
  border-radius: 0.5rem;
  margin-right: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  width: 2.375rem;
  height: 38px;
}.twe-tb_burger_zpg:hover {
  background: rgba(255, 255, 255, 0.05);
}.twe-tb_burger_line_zpg {
  border-radius: 1px;
  background: #8A9BAD;
  width: 1.125rem;
  height: 2px;
  display: block;
}
@media(min-width: 1081px) {.twe-tb_burger_zpg {
  display: none;
}
}.twe-tb_logo_zpg {
  gap: 0.563rem;
  font-size: 1.125rem;
  letter-spacing: -.01em;
  flex-shrink: 0;
  margin-right: 1.25rem;
  overflow-wrap: break-word;
  align-items: center;
  color: #F0F6FF;
  display: flex;
  font-weight: 800;
}.twe-tb_logo_mark_zpg {
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
  align-items: center;
}.twe-tb_logo_mark_zpg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.twe-tb_nav_zpg {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 637px) {.twe-tb_nav_zpg {
  display: flex;
}
}.twe-tb_tab_zpg {
  border-radius: 0.5rem;
  transition: background .15s,color .15s;
  padding: 8px 14px;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 600;
  color: #8A9BAD;
}.twe-tb_tab_zpg:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0F6FF;
}.twe-tb_tab_zpg.twe-state_active_zpg {
  background: rgba(0, 194, 255, 0.14);
  color: #F0F6FF;
}.twe-tb_right_zpg {
  gap: 0.5rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-left: auto;
}.twe-tb_login_zpg {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,color .2s;
  border-radius: 0.5rem;
  padding: 0.563rem 1rem;
  color: #C2CED9;
  display: none;
  font-size: 0.813rem;
  font-weight: 600;
}.twe-tb_login_zpg:hover {
  border-color: rgba(0, 194, 255, 0.38);
  color: #F0F6FF;
}
@media(min-width: 479px) {.twe-tb_login_zpg {
  display: block;
}
}.twe-tb_reg_zpg {
  padding: 9px 18px;
  transition: background .2s;
  border-radius: 8px;
  background: #00D68F;
  color: #07111A;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.813rem;
}.twe-tb_reg_zpg:hover {
  background: #00EDAA;
}.twe-sb_zpg {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #141A22;
  transition: transform .25s ease;
  transform: translateX(-100%);
  top: 56px;
  width: 220px;
  position: fixed;
  overflow-y: auto;
  bottom: 0;
  left: 0;
  z-index: 70;
}.twe-sb_zpg.twe-state_open_zpg {
  transform: translateX(0);
}.twe-sb_zpg::-webkit-scrollbar {
  width: 0.25rem;
}.twe-sb_zpg::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.twe-sb_zpg {
  transform: translateX(0);
}
}.twe-sb_auth_zpg {
  padding: 0.875rem 0.75rem 0.625rem;
}.twe-sb_btn_reg_zpg {
  border-radius: 8px;
  padding: 0.688rem;
  background: #00D68F;
  transition: background .2s;
  text-align: center;
  margin-bottom: 8px;
  font-size: 0.813rem;
  display: block;
  color: #07111A;
  font-weight: 700;
}.twe-sb_btn_reg_zpg:hover {
  background: #00EDAA;
}.twe-sb_btn_login_zpg {
  transition: border-color .2s;
  border-radius: 8px;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: block;
  font-size: 13px;
  text-align: center;
  color: #C2CED9;
  font-weight: 600;
}.twe-sb_btn_login_zpg:hover {
  border-color: rgba(0, 194, 255, 0.38);
  color: #F0F6FF;
}.twe-sb_promo_zpg {
  border-radius: 0.5rem;
  margin: 0 12px 10px;
  border: 1px solid rgba(0, 194, 255, 0.14);
  background: linear-gradient(135deg,#001D3D,#141A22);
  padding: 0.75rem 0.875rem;
  overflow: hidden;
  position: relative;
}.twe-sb_promo_zpg::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(0, 194, 255, 0.14),transparent 70%);
  top: -1.25rem;
  height: 5rem;
  content: '';
  position: absolute;
  width: 5rem;
  right: -20px;
}.twe-sb_promo_title_zpg {
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  color: #00C2FF;
  letter-spacing: .06em;
  font-weight: 700;
  font-size: 0.688rem;
}.twe-sb_promo_text_zpg {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: break-word;
  color: #F0F6FF;
}.twe-sb_promo_sub_zpg {
  margin-top: 3px;
  font-size: 0.625rem;
  color: #637282;
}.twe-sb_nav_zpg {
  padding: 6px 0.5rem 1rem;
}.twe-sb_nav_lb_zpg {
  padding: 10px 0.5rem 0.375rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  color: #475564;
}.twe-sb_link_zpg {
  transition: background .15s,color .15s;
  padding: 9px 0.625rem;
  border-radius: 5px;
  gap: 10px;
  overflow-wrap: break-word;
  font-weight: 500;
  align-items: center;
  color: #8A9BAD;
  cursor: pointer;
  font-size: 13px;
  display: flex;
}.twe-sb_link_zpg:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0F6FF;
}.twe-sb_link_zpg.twe-state_active_zpg {
  background: rgba(0, 194, 255, 0.14);
  color: #F0F6FF;
}.twe-sb_ic_zpg {
  border-radius: 0.313rem;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  width: 1.875rem;
  height: 30px;
  align-items: center;
}.twe-sb_ic_zpg svg {
  stroke-linecap: round;
  height: 16px;
  stroke-linejoin: round;
  width: 16px;
}.twe-sb_ic_1_zpg {
  background: rgba(0, 194, 255, 0.06);
  color: #00C2FF;
}.twe-sb_ic_2_zpg {
  background: rgba(0, 214, 143, 0.13);
  color: #00D68F;
}.twe-sb_ic_3_zpg {
  background: rgba(245, 166, 35, 0.14);
  color: #F5A623;
}.twe-sb_ic_4_zpg {
  background: rgba(0, 87, 168, 0.22);
  color: #0057A8;
}.twe-sb_ic_5_zpg {
  background: rgba(0, 194, 255, 0.06);
  color: #F472B6;
}.twe-sb_ic_6_zpg {
  background: rgba(0, 87, 168, 0.22);
  color: #8B5CF6;
}.twe-sb_badge_zpg {
  padding: 2px 7px;
  background: #F5A623;
  border-radius: 0.313rem;
  font-weight: 700;
  margin-left: auto;
  color: #07111A;
  font-size: 0.563rem;
}.twe-sb_bot_zpg {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  gap: 8px;
  display: flex;
}.twe-sb_lang_zpg,.twe-sb_help_zpg {
  padding: 9px 0.375rem;
  gap: 6px;
  border-radius: 0.313rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 11px;
  color: #8A9BAD;
  font-weight: 600;
  justify-content: center;
}.twe-sb_lang_zpg:hover,.twe-sb_help_zpg:hover {
  border-color: rgba(0, 194, 255, 0.38);
  color: #F0F6FF;
}.twe-sb_lang_zpg svg,.twe-sb_help_zpg svg {
  width: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 13px;
}.twe-sb_bd_zpg {
  inset: 0;
  background: rgba(9, 13, 18, 0.72);
  z-index: 69;
  position: fixed;
  display: none;
}.twe-sb_bd_zpg.twe-state_on_zpg {
  display: block;
}
@media(min-width: 1079px) {.twe-sb_bd_zpg {
  display: none!important;
}
}.twe-mob_nav_zpg {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #141A22;
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  display: flex;
  bottom: 0;
  z-index: 80;
  left: 0;
  right: 0;
  position: fixed;
}
@media(min-width: 1083px) {.twe-mob_nav_zpg {
  display: none;
}
}.twe-mob_nav_item_zpg {
  flex: 1;
  gap: 4px;
  padding: 4px 2px;
  color: #475564;
  cursor: pointer;
  align-items: center;
  display: flex;
  flex-direction: column;
}.twe-mob_nav_ic_zpg {
  line-height: 1;
}.twe-mob_nav_ic_zpg svg {
  width: 20px;
  height: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.twe-mob_nav_lb_zpg {
  font-weight: 600;
  font-size: 0.625rem;
  color: #475564;
}.twe-mob_nav_item_zpg.twe-state_active_zpg {
  color: #00C2FF;
}.twe-mob_nav_item_zpg.twe-state_active_zpg .twe-mob_nav_lb_zpg {
  color: #00C2FF;
}.twe-hero_zpg {
  padding: 20px 1rem 0;
  background: #0D1117;
}
@media(min-width: 767px) {.twe-hero_zpg {
  padding: 24px 24px 0;
}
}.twe-hero_in_zpg {
  margin: 0 auto;
  gap: 12px;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 857px) {.twe-hero_in_zpg {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.twe-hero_in_zpg {
  grid-template-columns: 1fr 21.25rem;
}
}.twe-hero_promo_zpg {
  border-radius: 14px;
  background: #111620;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  position: relative;
  min-height: 13.75rem;
}
@media(min-width: 771px) {.twe-hero_promo_zpg {
  min-height: 17.5rem;
}
}.twe-hero_promo_bg_zpg {
  background: linear-gradient(120deg,#001D3D 0%,#0D1117 100%);
  background-position: center;
  inset: 0;
  position: absolute;
  background-size: cover;
}.twe-hero_promo_bg_zpg::after {
  background: linear-gradient(90deg,#0D1117 0%,rgba(9, 13, 18, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.twe-hero_promo_glow_zpg {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(0, 87, 168, 0.22) 0%,transparent 65%);
  position: absolute;
  width: 300px;
  right: 60px;
  top: -2.5rem;
  pointer-events: none;
  height: 300px;
}.twe-hero_promo_ct_zpg {
  padding: 1.75rem 24px 1.75rem 1.75rem;
  flex-direction: column;
  position: relative;
  z-index: 2;
  justify-content: center;
  max-width: 30rem;
  display: flex;
}
@media(min-width: 769px) {.twe-hero_promo_ct_zpg {
  padding: 40px 2rem;
}
}.twe-hero_badge_zpg {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 194, 255, 0.06);
  padding: 5px 0.75rem;
  background: rgba(0, 194, 255, 0.14);
  margin-bottom: 14px;
  color: #00C2FF;
  text-transform: uppercase;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}.twe-hero_h1_zpg {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1.625rem;
  margin-bottom: 0.625rem;
  color: #F0F6FF;
  line-height: 1.15;
  overflow-wrap: break-word;
}.twe-hero_h1_zpg em {
  font-style: normal;
  color: #F5A623;
}
@media(min-width: 769px) {.twe-hero_h1_zpg {
  font-size: 2.25rem;
}
}.twe-hero_sub_zpg {
  margin-bottom: 20px;
  color: #8A9BAD;
  font-size: 13px;
  line-height: 1.55;
}
@media(min-width: 766px) {.twe-hero_sub_zpg {
  font-size: 14px;
}
}.twe-hero_row_zpg {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.twe-hero_cta_zpg {
  background: #00D68F;
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 13px 1.625rem;
  font-size: 0.875rem;
  color: #07111A;
  font-weight: 700;
  box-shadow: 0 2px 16px rgba(0, 214, 143, 0.38), 0 1px 0.25rem rgba(0, 0, 0, 0.6);
}.twe-hero_cta_zpg:hover {
  background: #00EDAA;
}.twe-hero_terms_zpg {
  font-size: 11px;
  color: #475564;
}.twe-hero_game_zpg {
  background: #111620;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 14px;
  flex-direction: column;
  display: flex;
  position: relative;
}.twe-hero_game_badge_zpg {
  border: 1px solid rgba(245, 166, 35, 0.14);
  border-radius: 1.25rem;
  padding: 0.313rem 10px;
  background: rgba(245, 166, 35, 0.14);
  top: 0.75rem;
  font-size: 0.625rem;
  letter-spacing: .06em;
  font-weight: 700;
  left: 0.75rem;
  z-index: 3;
  position: absolute;
  color: #F5A623;
  text-transform: uppercase;
}.twe-hero_game_badge_zpg svg {
  width: 0.688rem;
  margin-right: 0.25rem;
  height: 0.688rem;
  vertical-align: -1px;
}.twe-hero_game_img_zpg {
  overflow: hidden;
  background: linear-gradient(135deg,#001D3D,#0D1117);
  padding-bottom: 60%;
  position: relative;
}.twe-hero_game_img_zpg img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
}.twe-hero_game_play_zpg {
  inset: 0;
  background: rgba(9, 13, 18, 0.72);
  transition: opacity .2s;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}.twe-hero_game_zpg:hover .twe-hero_game_play_zpg {
  opacity: 1;
}.twe-hero_game_play_zpg span {
  border-radius: 50%;
  background: #00C2FF;
  height: 52px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 3.25rem;
}.twe-hero_game_play_zpg span svg {
  height: 1.125rem;
  width: 1.125rem;
  margin-left: 2px;
}.twe-hero_game_info_zpg {
  padding: 14px 16px;
}.twe-hero_game_title_zpg {
  margin-bottom: 0.25rem;
  color: #F0F6FF;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  font-weight: 700;
}.twe-hero_game_provider_zpg {
  font-size: 0.688rem;
  color: #637282;
}.twe-hero_game_btn_zpg {
  transition: background .2s;
  padding: 0.688rem;
  border-radius: 0.5rem;
  background: #00C2FF;
  margin: 12px 1rem 1rem;
  font-size: 0.813rem;
  color: #F0F6FF;
  display: block;
  text-align: center;
  font-weight: 700;
}.twe-hero_game_zpg:hover .twe-hero_game_btn_zpg {
  background: #33CEFF;
}.twe-sbar_zpg {
  background: #0D1117;
  padding: 16px 1rem 0;
}
@media(min-width: 765px) {.twe-sbar_zpg {
  padding: 1.125rem 24px 0;
}
}.twe-sbar_in_zpg {
  margin: 0 auto;
  max-width: 82.5rem;
}.twe-sbar_row_zpg {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}.twe-sbar_input_zpg {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  transition: border-color .2s;
  padding: 0.688rem 1rem;
  gap: 0.625rem;
  flex: 1;
  background: #111620;
  color: #637282;
  display: flex;
  cursor: pointer;
  font-size: 0.813rem;
  align-items: center;
}.twe-sbar_input_zpg:hover {
  border-color: rgba(0, 194, 255, 0.38);
}.twe-sbar_input_zpg svg {
  height: 0.938rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  width: 0.938rem;
}.twe-sbar_providers_zpg {
  transition: border-color .2s;
  background: #111620;
  padding: 0.688rem 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  gap: 8px;
  font-size: 0.813rem;
  font-weight: 600;
  display: flex;
  color: #C2CED9;
  white-space: nowrap;
  align-items: center;
}.twe-sbar_providers_zpg:hover {
  border-color: rgba(0, 194, 255, 0.38);
  color: #F0F6FF;
}.twe-sbar_providers_zpg svg {
  stroke-linecap: round;
  width: 14px;
  stroke-linejoin: round;
  height: 14px;
}.twe-sbar_tabs_zpg {
  gap: 6px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 2px;
}.twe-sbar_tabs_zpg::-webkit-scrollbar {
  display: none;
}.twe-sbar_tab_zpg {
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  gap: 0.438rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1.25rem;
  padding: 0.5rem 0.875rem;
  font-weight: 600;
  cursor: pointer;
  color: #8A9BAD;
  flex-shrink: 0;
  white-space: nowrap;
  align-items: center;
  font-size: 0.75rem;
  display: flex;
}.twe-sbar_tab_zpg:hover {
  border-color: rgba(0, 194, 255, 0.38);
  background: rgba(255, 255, 255, 0.07);
  color: #F0F6FF;
}.twe-sbar_tab_zpg.twe-state_active_zpg {
  border-color: rgba(0, 194, 255, 0.06);
  background: rgba(0, 194, 255, 0.14);
  color: #F0F6FF;
}.twe-sbar_tab_ic_zpg svg {
  height: 14px;
  stroke-linejoin: round;
  width: 0.875rem;
  stroke-linecap: round;
}.twe-gcg_zpg {
  padding: 36px 16px 0;
  background: #0D1117;
}
@media(min-width: 769px) {.twe-gcg_zpg {
  padding: 2.75rem 24px 0;
}
}.twe-gcg_in_zpg {
  margin: 0 auto;
  max-width: 82.5rem;
}.twe-gcg_head_zpg {
  margin-bottom: 20px;
  max-width: 45rem;
}.twe-gcg_label_zpg {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #00C2FF;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.twe-gcg_h2_zpg {
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  color: #F0F6FF;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Syne', sans-serif;
}
@media(min-width: 771px) {.twe-gcg_h2_zpg {
  font-size: 1.75rem;
}
}.twe-gcg_intro_zpg {
  font-size: 13px;
  line-height: 1.6;
  color: #637282;
}.twe-gcg_grid_zpg {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.twe-gcg_grid_zpg {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.twe-gcg_grid_zpg {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.twe-gcg_card_zpg {
  transition: transform .2s,border-color .2s;
  padding: 20px;
  border-radius: 0.875rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  position: relative;
  display: flex;
  cursor: pointer;
  justify-content: flex-end;
  min-height: 15rem;
  flex-direction: column;
}.twe-gcg_card_zpg:hover {
  border-color: rgba(0, 194, 255, 0.14);
  transform: translateY(-3px);
}.twe-gcg_card_bg_zpg {
  inset: 0;
  z-index: 0;
  position: absolute;
}.twe-gcg_card_bg_zpg::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.twe-gcg_card_ic_zpg {
  background: rgba(0,0,0,.45);
  border-radius: 0.313rem;
  display: flex;
  justify-content: center;
  height: 2.5rem;
  position: absolute;
  align-items: center;
  z-index: 2;
  top: 18px;
  width: 40px;
  right: 1.125rem;
  color: #F0F6FF;
}.twe-gcg_card_ic_zpg svg {
  width: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.25rem;
}.twe-gcg_card_ct_zpg {
  z-index: 1;
  position: relative;
}.twe-gcg_card_h_zpg {
  font-size: 1.125rem;
  overflow-wrap: break-word;
  font-family: 'Syne', sans-serif;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 8px;
  color: #F0F6FF;
}
@media(min-width: 769px) {.twe-gcg_card_h_zpg {
  font-size: 20px;
}
}.twe-gcg_card_p_zpg {
  line-height: 1.55;
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
}.twe-gcg_card_p_zpg strong {
  font-weight: 600;
  color: #F0F6FF;
}.twe-gcg_card_cta_zpg {
  gap: 4px;
  font-weight: 700;
  letter-spacing: .04em;
  display: inline-flex;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #00C2FF;
  align-items: center;
}.twe-gcg_card_cta_zpg svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 12px;
  width: 12px;
}.twe-gr_jp_zpg {
  padding: 20px;
  overflow: hidden;
  background: linear-gradient(135deg,#130D2E 0%,#0A0D16 100%);
  border-radius: 0.875rem;
  position: relative;
}.twe-gr_jp_zpg::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(0, 87, 168, 0.22) 0%,transparent 70%);
  left: -60px;
  height: 250px;
  position: absolute;
  width: 250px;
  top: -3.75rem;
  content: '';
}.twe-gr_jp_zpg::after {
  background: radial-gradient(circle,rgba(245, 166, 35, 0.14) 0%,transparent 70%);
  border-radius: 50%;
  width: 200px;
  height: 12.5rem;
  position: absolute;
  content: '';
  bottom: -2.5rem;
  right: 0;
}.twe-gr_jp_head_zpg {
  gap: 16px;
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  align-items: flex-start;
  position: relative;
}.twe-gr_jp_info_zpg {
  flex: 1;
}.twe-gr_jp_label_zpg {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #8B5CF6;
  letter-spacing: .08em;
}.twe-gr_jp_label_zpg svg {
  width: 0.875rem;
  stroke-linecap: round;
  vertical-align: -2px;
  margin-right: 4px;
  stroke-linejoin: round;
  height: 14px;
}.twe-gr_jp_amount_zpg {
  font-family: 'Syne', sans-serif;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  line-height: 1;
  color: #F0F6FF;
  font-size: 2rem;
  font-weight: 800;
}
@media(min-width: 769px) {.twe-gr_jp_amount_zpg {
  font-size: 40px;
}
}.twe-gr_jp_amount_zpg span {
  color: #F5A623;
}.twe-gr_jp_seo_zpg {
  overflow-wrap: break-word;
  max-width: 30rem;
  font-size: 12px;
  line-height: 1.5;
  color: #8A9BAD;
}.twe-gr_jp_cta_zpg {
  background: rgba(0, 87, 168, 0.22);
  padding: 0.688rem 1.25rem;
  border: 1px solid rgba(0, 87, 168, 0.22);
  border-radius: 0.5rem;
  transition: background .2s;
  align-self: flex-start;
  font-weight: 700;
  position: relative;
  margin-top: 4px;
  flex-shrink: 0;
  white-space: nowrap;
  z-index: 1;
  color: #F0F6FF;
  font-size: 0.813rem;
}.twe-gr_jp_cta_zpg:hover {
  background: #0057A8;
}.twe-ws_zpg {
  background: #0D1117;
  padding: 32px 1rem 0;
}
@media(min-width: 765px) {.twe-ws_zpg {
  padding: 2.25rem 24px 0;
}
}.twe-ws_in_zpg {
  margin: 0 auto;
  max-width: 82.5rem;
}.twe-ws_head_zpg {
  gap: 12px;
  align-items: center;
  margin-bottom: 0.875rem;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}.twe-ws_title_zpg {
  gap: 0.625rem;
  font-size: 16px;
  color: #F0F6FF;
  align-items: center;
  font-family: 'Syne', sans-serif;
  flex-wrap: wrap;
  display: flex;
  font-weight: 700;
  overflow-wrap: break-word;
}.twe-ws_title_ic_zpg svg {
  width: 1.125rem;
  stroke-linejoin: round;
  color: #F5A623;
  height: 1.125rem;
  stroke-linecap: round;
}.twe-ws_online_zpg {
  gap: 7px;
  display: flex;
  font-weight: 600;
  font-size: 12px;
  color: #637282;
  align-items: center;
}.twe-ws_online_dot_zpg {
  border-radius: 50%;
  background: #00D68F;
  box-shadow: 0 0 0.375rem rgba(0, 214, 143, 0.13);
  height: 8px;
  flex-shrink: 0;
  width: 8px;
}.twe-ws_scroll_zpg {
  gap: 0.5rem;
  display: flex;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
}.twe-ws_scroll_zpg::-webkit-scrollbar {
  display: none;
}.twe-wc_zpg {
  padding: 10px 14px;
  background: #111620;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  min-width: 13.75rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.twe-wc_img_zpg {
  border-radius: 5px;
  background: #141A22;
  overflow: hidden;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
}.twe-wc_img_zpg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.twe-wc_info_zpg {
  min-width: 0;
}.twe-wc_game_zpg {
  overflow: hidden;
  font-size: 12px;
  color: #C2CED9;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}.twe-wc_player_zpg {
  overflow: hidden;
  font-size: 0.625rem;
  color: #475564;
  white-space: nowrap;
  text-overflow: ellipsis;
}.twe-wc_amount_zpg {
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #00D68F;
  margin-left: auto;
}.twe-reg_zpg {
  background: #0D1117;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.twe-reg_zpg {
  padding: 2.75rem 1.5rem 0;
}
}.twe-reg_in_zpg {
  border-radius: 14px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #141A22;
  padding: 28px 24px;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.twe-reg_in_zpg {
  padding: 2.5rem;
}
}.twe-reg_top_zpg {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 862px) {.twe-reg_top_zpg {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.twe-reg_label_zpg {
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #00C2FF;
  font-size: 0.688rem;
  text-transform: uppercase;
}.twe-reg_h2_zpg {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  line-height: 1.2;
  color: #F0F6FF;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  font-size: 22px;
}
@media(min-width: 770px) {.twe-reg_h2_zpg {
  font-size: 1.75rem;
}
}.twe-reg_bonus_zpg {
  border-radius: 8px;
  padding: 0.625rem 16px;
  border: 1px solid rgba(245, 166, 35, 0.14);
  gap: 0.5rem;
  background: rgba(245, 166, 35, 0.14);
  align-items: center;
  margin-bottom: 16px;
  display: inline-flex;
}.twe-reg_bonus_amount_zpg {
  color: #F5A623;
  font-weight: 800;
  font-size: 20px;
}.twe-reg_bonus_text_zpg {
  font-size: 0.813rem;
  line-height: 1.35;
  color: #8A9BAD;
}.twe-reg_cta_btn_zpg {
  border-radius: 8px;
  padding: 0.875rem 2rem;
  transition: background .2s;
  background: #00D68F;
  margin-bottom: 0.75rem;
  color: #07111A;
  font-weight: 700;
  display: inline-block;
  box-shadow: 0 2px 1rem rgba(0, 214, 143, 0.38), 0 1px 0.25rem rgba(0, 0, 0, 0.6);
  font-size: 0.938rem;
}.twe-reg_cta_btn_zpg:hover {
  background: #00EDAA;
}.twe-reg_terms_zpg {
  line-height: 1.5;
  font-size: 0.688rem;
  color: #475564;
}.twe-reg_seo_zpg {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 1.25rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #637282;
  margin-top: 1.25rem;
}.twe-reg_seo_zpg p {
  color: #637282;
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 0.625rem;
}.twe-reg_seo_zpg p:last-child {
  margin-bottom: 0;
}.twe-reg_seo_zpg strong {
  color: #C2CED9;
  font-weight: 700;
}.twe-reg_seo_zpg a {
  transition: color .2s;
  color: #00C2FF;
  text-decoration: underline;
}.twe-reg_seo_zpg a:hover {
  color: #33CEFF;
}.twe-reg_seo_zpg ul,.twe-reg_seo_zpg ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.twe-reg_seo_zpg ol {
  list-style: decimal;
}.twe-reg_seo_zpg li {
  font-size: 13px;
  margin-bottom: 0.25rem;
  line-height: 1.65;
  color: #637282;
}.twe-reg_seo_zpg table {
  font-size: 0.813rem;
  display: block;
  margin-bottom: 0.625rem;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 769px) {.twe-reg_seo_zpg table {
  display: table;
}
}.twe-reg_seo_zpg th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  font-weight: 700;
  color: #C2CED9;
  text-align: left;
}.twe-reg_seo_zpg td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #637282;
}.twe-reg_steps_zpg {
  gap: 14px;
  display: flex;
  margin-top: 28px;
  flex-direction: column;
}
@media(min-width: 861px) {.twe-reg_steps_zpg {
  margin-top: 0;
}
}.twe-reg_step_zpg {
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 16px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.twe-reg_step_num_zpg {
  border-radius: 50%;
  border: 1px solid rgba(0, 194, 255, 0.06);
  background: rgba(0, 194, 255, 0.14);
  width: 34px;
  height: 2.125rem;
  display: flex;
  justify-content: center;
  font-size: 0.875rem;
  align-items: center;
  flex-shrink: 0;
  color: #00C2FF;
  font-weight: 800;
}.twe-reg_step_title_zpg {
  margin-bottom: 3px;
  font-size: 0.875rem;
  color: #F0F6FF;
  font-weight: 700;
}.twe-reg_step_text_zpg {
  color: #637282;
  font-size: 0.75rem;
  line-height: 1.5;
}.twe-reg_trust_zpg {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  display: flex;
}.twe-reg_trust_item_zpg {
  gap: 7px;
  color: #637282;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}.twe-reg_trust_ic_zpg svg {
  stroke-linecap: round;
  width: 16px;
  height: 1rem;
  color: #00C2FF;
  stroke-linejoin: round;
}.twe-prov_zpg {
  background: #0D1117;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.twe-prov_zpg {
  padding: 2.75rem 1.5rem 0;
}
}.twe-prov_in_zpg {
  margin: 0 auto;
  max-width: 1320px;
}.twe-prov_head_zpg {
  margin-bottom: 16px;
}.twe-prov_label_zpg {
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #00C2FF;
}.twe-prov_h2_zpg {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-family: 'Syne', sans-serif;
  color: #F0F6FF;
}
@media(min-width: 769px) {.twe-prov_h2_zpg {
  font-size: 24px;
}
}.twe-prov_seo_zpg {
  max-width: 38.75rem;
  margin-bottom: 1rem;
  color: #637282;
  line-height: 1.6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.twe-prov_seo_zpg strong {
  color: #C2CED9;
  font-weight: 700;
}.twe-prov_seo_zpg a {
  text-decoration: underline;
  color: #00C2FF;
}.twe-prov_grid_zpg {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 639px) {.twe-prov_grid_zpg {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.twe-prov_grid_zpg {
  grid-template-columns: repeat(8,1fr);
}
}.twe-prov_card_zpg {
  gap: 7px;
  transition: border-color .2s,background .2s;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 14px 0.625rem;
  background: #111620;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}.twe-prov_card_zpg:hover {
  background: #141A22;
  border-color: rgba(0, 194, 255, 0.38);
}.twe-prov_logo_zpg {
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 0.313rem;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  width: 2.75rem;
  display: flex;
}.twe-prov_logo_zpg img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.twe-prov_name_zpg {
  font-size: 0.688rem;
  font-weight: 600;
  color: #8A9BAD;
  text-align: center;
  overflow-wrap: break-word;
}.twe-htp_zpg {
  padding: 36px 1rem 0;
  background: #0D1117;
}
@media(min-width: 766px) {.twe-htp_zpg {
  padding: 2.75rem 24px 0;
}
}.twe-htp_in_zpg {
  margin: 0 auto;
  max-width: 82.5rem;
}.twe-htp_head_zpg {
  margin-bottom: 22px;
  max-width: 45rem;
}.twe-htp_label_zpg {
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #00C2FF;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.twe-htp_h2_zpg {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-family: 'Syne', sans-serif;
  color: #F0F6FF;
  font-weight: 800;
  font-size: 22px;
}
@media(min-width: 770px) {.twe-htp_h2_zpg {
  font-size: 28px;
}
}.twe-htp_intro_zpg {
  line-height: 1.6;
  color: #637282;
  font-size: 0.875rem;
}.twe-htp_steps_zpg {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0.75rem;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.twe-htp_steps_zpg {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.twe-htp_steps_zpg {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.twe-htp_step_zpg {
  background: #141A22;
  border-radius: 8px;
  padding: 20px 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex-direction: column;
  position: relative;
  display: flex;
}.twe-htp_step_num_zpg {
  border-radius: 50%;
  background: #00C2FF;
  justify-content: center;
  color: #07111A;
  font-size: 13px;
  top: -12px;
  left: 1.25rem;
  height: 28px;
  width: 28px;
  font-family: 'Syne', sans-serif;
  position: absolute;
  align-items: center;
  display: flex;
  font-weight: 800;
}.twe-htp_step_ic_zpg {
  margin: 0.5rem 0 12px;
  background: rgba(0, 194, 255, 0.14);
  border-radius: 0.313rem;
  color: #00C2FF;
  width: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
}.twe-htp_step_ic_zpg svg {
  height: 18px;
  stroke-linejoin: round;
  width: 1.125rem;
  stroke-linecap: round;
}.twe-htp_step_h_zpg {
  line-height: 1.25;
  margin-bottom: 6px;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #F0F6FF;
}.twe-htp_step_p_zpg {
  color: #637282;
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.twe-htp_step_p_zpg strong {
  font-weight: 600;
  color: #C2CED9;
}.twe-htp_cta_zpg {
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  background: #00D68F;
  border-radius: 8px;
  font-size: 0.875rem;
  display: inline-block;
  font-weight: 700;
  margin-top: 1.25rem;
  color: #07111A;
}.twe-htp_cta_zpg:hover {
  background: #00EDAA;
}.twe-bon_zpg {
  background: #0D1117;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.twe-bon_zpg {
  padding: 44px 1.5rem 0;
}
}.twe-bon_in_zpg {
  margin: 0 auto;
  max-width: 1320px;
}.twe-bon_head_zpg {
  margin-bottom: 1.25rem;
}.twe-bon_label_zpg {
  text-transform: uppercase;
  color: #00C2FF;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.twe-bon_h2_zpg {
  margin-bottom: 0.5rem;
  color: #F0F6FF;
  font-family: 'Syne', sans-serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.twe-bon_h2_zpg {
  font-size: 1.5rem;
}
}.twe-bon_seo_zpg {
  max-width: 620px;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #637282;
  font-size: 13px;
}.twe-bon_seo_zpg strong {
  font-weight: 700;
  color: #C2CED9;
}.twe-bon_seo_zpg a {
  text-decoration: underline;
  color: #00C2FF;
}.twe-bon_grid_zpg {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.twe-bon_grid_zpg {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.twe-bon_grid_zpg {
  grid-template-columns: repeat(5,1fr);
}
}.twe-bon_card_zpg {
  background: #111620;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  padding: 1rem;
  transition: border-color .2s,transform .2s;
}.twe-bon_card_zpg:hover {
  border-color: rgba(0, 194, 255, 0.06);
  transform: translateY(-2px);
}.twe-bon_card_ic_zpg svg {
  height: 1.625rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.625rem;
}.twe-bon_card_ic_zpg {
  margin-bottom: 0.625rem;
}.twe-bon_card_type_zpg {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 700;
  color: #637282;
  letter-spacing: .06em;
}.twe-bon_card_amount_zpg {
  font-weight: 800;
  font-size: 1.125rem;
  margin-bottom: 0.375rem;
  color: #F5A623;
  line-height: 1.1;
}.twe-bon_card_name_zpg {
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 8px;
  color: #F0F6FF;
}.twe-bon_card_detail_zpg {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.688rem;
  color: #475564;
  line-height: 1.5;
  padding-top: 8px;
  overflow-wrap: break-word;
}.twe-app_zpg {
  background: #0D1117;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.twe-app_zpg {
  padding: 44px 24px 0;
}
}.twe-app_in_zpg {
  margin: 0 auto;
  max-width: 1320px;
}.twe-app_head_zpg {
  margin-bottom: 1rem;
}.twe-app_label_zpg {
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #00C2FF;
  text-transform: uppercase;
  font-size: 11px;
}.twe-app_h2_zpg {
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-family: 'Syne', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #F0F6FF;
}
@media(min-width: 770px) {.twe-app_h2_zpg {
  font-size: 24px;
}
}.twe-app_sub_zpg {
  max-width: 37.5rem;
  color: #637282;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 13px;
}.twe-app_sub_zpg strong {
  color: #C2CED9;
  font-weight: 700;
}.twe-app_cards_zpg {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 16px;
}
@media(min-width: 639px) {.twe-app_cards_zpg {
  grid-template-columns: repeat(3,1fr);
}
}.twe-app_card_zpg {
  gap: 16px;
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 0.5rem;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  position: relative;
}.twe-app_card_ios_zpg {
  background: linear-gradient(135deg,rgba(0, 194, 255, 0.14) 0%,#141A22 100%);
}.twe-app_card_android_zpg {
  background: linear-gradient(135deg,rgba(0, 214, 143, 0.13) 0%,#141A22 100%);
}.twe-app_card_win_zpg {
  background: linear-gradient(135deg,rgba(245, 166, 35, 0.14) 0%,#141A22 100%);
}.twe-app_card_ic_zpg svg {
  height: 2.125rem;
  stroke-linecap: round;
  width: 34px;
  stroke-linejoin: round;
}.twe-app_card_ic_zpg {
  flex-shrink: 0;
  color: #F0F6FF;
}.twe-app_card_os_zpg {
  font-weight: 700;
  text-transform: uppercase;
  color: #637282;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  font-size: 0.625rem;
}.twe-app_card_title_zpg {
  line-height: 1.2;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  margin-bottom: 0.375rem;
  color: #F0F6FF;
  font-weight: 700;
}.twe-app_card_text_zpg {
  font-size: 12px;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  line-height: 1.5;
  color: #637282;
}.twe-app_card_btn_zpg {
  padding: 10px 1.125rem;
  gap: 7px;
  border-radius: 0.313rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(0, 194, 255, 0.38);
  transition: background .2s;
  font-weight: 700;
  align-items: center;
  color: #F0F6FF;
  font-size: 13px;
  display: inline-flex;
}.twe-app_card_btn_zpg:hover {
  background: rgba(255, 255, 255, 0.07);
}.twe-faq_zpg {
  padding: 36px 16px 0;
  background: #0D1117;
}
@media(min-width:768px) {.twe-faq_zpg {
  padding: 2.75rem 1.5rem 0;
}
}.twe-faq_in_zpg {
  margin: 0 auto;
  max-width: 1320px;
}.twe-faq_head_zpg {
  margin-bottom: 1.25rem;
}.twe-faq_label_zpg {
  color: #00C2FF;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 8px;
}.twe-faq_h2_zpg {
  font-size: 1.25rem;
  color: #F0F6FF;
  font-family: 'Syne', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 766px) {.twe-faq_h2_zpg {
  font-size: 24px;
}
}.twe-faq_list_zpg {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.twe-faq_item_zpg {
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
  border-radius: 8px;
  background: #141A22;
}.twe-faq_q_zpg {
  transition: color .2s;
  padding: 16px 20px;
  gap: 12px;
  align-items: center;
  display: flex;
  font-weight: 600;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: pointer;
  overflow-wrap: break-word;
  color: #C2CED9;
  font-size: 14px;
}.twe-faq_q_zpg:hover {
  color: #F0F6FF;
}.twe-faq_q_ic_zpg {
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  height: 1.5rem;
  width: 24px;
  display: flex;
  color: #00C2FF;
  font-size: 16px;
}.twe-faq_item_zpg.twe-state_open_zpg .twe-faq_q_ic_zpg {
  transform: rotate(45deg);
}.twe-faq_a_zpg {
  padding: 0 1.25rem 1rem;
  color: #637282;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  display: none;
  line-height: 1.7;
}.twe-faq_item_zpg.twe-state_open_zpg .twe-faq_a_zpg {
  display: block;
}.twe-faq_a_zpg strong {
  font-weight: 700;
  color: #C2CED9;
}.twe-faq_a_zpg a {
  text-decoration: underline;
  color: #00C2FF;
}.twe-faq_a_zpg ul,.twe-faq_a_zpg ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.twe-faq_a_zpg ol {
  list-style: decimal;
}.twe-faq_a_zpg li {
  line-height: 1.6;
  margin-bottom: 4px;
}.twe-faq_a_zpg table {
  margin: 8px 0;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  display: block;
}
@media(min-width:768px) {.twe-faq_a_zpg table {
  display: table;
}
}.twe-faq_a_zpg th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 0.5rem;
  text-align: left;
  color: #C2CED9;
  font-weight: 700;
}.twe-faq_a_zpg td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 0.5rem;
  color: #637282;
}.twe-seo_zpg {
  background: #0D1117;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.twe-seo_zpg {
  padding: 2.75rem 1.5rem 0;
}
}.twe-seo_in_zpg {
  background: #141A22;
  padding: 1.75rem 24px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 765px) {.twe-seo_in_zpg {
  padding: 36px 40px;
}
}.twe-seo_label_zpg {
  color: #00C2FF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 10px;
  letter-spacing: .08em;
}.twe-seo_h2_zpg {
  margin-bottom: 14px;
  color: #F0F6FF;
  line-height: 1.25;
  font-family: 'Syne', sans-serif;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.twe-seo_h2_zpg {
  font-size: 24px;
}
}.twe-seo_body_zpg {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
  color: #8A9BAD;
}.twe-seo_body_zpg p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #8A9BAD;
  font-size: 14px;
}.twe-seo_body_zpg p:last-child {
  margin-bottom: 0;
}.twe-seo_body_zpg strong {
  color: #C2CED9;
  font-weight: 700;
}.twe-seo_body_zpg a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C2FF;
}.twe-seo_body_zpg a:hover {
  color: #33CEFF;
}.twe-seo_body_zpg ul,.twe-seo_body_zpg ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.twe-seo_body_zpg ol {
  list-style: decimal;
}.twe-seo_body_zpg li {
  margin-bottom: 0.375rem;
  color: #8A9BAD;
  line-height: 1.75;
  font-size: 14px;
}.twe-seo_body_zpg table {
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  display: block;
  font-size: 0.813rem;
  width: 100%;
}
@media(min-width: 770px) {.twe-seo_body_zpg table {
  display: table;
}
}.twe-seo_body_zpg th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #C2CED9;
}.twe-seo_body_zpg td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8A9BAD;
}.twe-seo_cols_zpg {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.twe-seo_cols_zpg {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.twe-seo_cols_zpg {
  grid-template-columns: repeat(3,1fr);
}
}.twe-seo_col_h_zpg {
  color: #C2CED9;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 7px;
  overflow-wrap: break-word;
}.twe-seo_col_p_zpg {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #637282;
  overflow-wrap: break-word;
}.twe-seo_stats_zpg {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.twe-seo_stat_zpg {
  flex: 1;
  border-radius: 8px;
  background: rgba(0, 194, 255, 0.06);
  padding: 0.875rem 1rem;
  border: 1px solid rgba(0, 194, 255, 0.14);
  min-width: 140px;
}.twe-seo_stat_val_zpg {
  font-weight: 800;
  color: #00C2FF;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-size: 20px;
}.twe-seo_stat_lb_zpg {
  font-size: 11px;
  color: #637282;
  overflow-wrap: break-word;
}.twe-pmt_zpg {
  padding: 2.25rem 16px 0;
  background: #0D1117;
}
@media(min-width: 765px) {.twe-pmt_zpg {
  padding: 2.75rem 1.5rem 0;
}
}.twe-pmt_in_zpg {
  margin: 0 auto;
  max-width: 1320px;
}.twe-pmt_head_zpg {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.twe-pmt_label_zpg {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #00C2FF;
  font-size: 11px;
  font-weight: 700;
}.twe-pmt_h2_zpg {
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Syne', sans-serif;
  color: #F0F6FF;
  margin-bottom: 8px;
  font-size: 1.375rem;
}
@media(min-width: 766px) {.twe-pmt_h2_zpg {
  font-size: 28px;
}
}.twe-pmt_intro_zpg {
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #637282;
}.twe-pmt_groups_zpg {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.twe-pmt_group_zpg {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #141A22;
  padding: 20px;
  border-radius: 0.5rem;
}.twe-pmt_group_head_zpg {
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}.twe-pmt_group_ic_zpg {
  background: rgba(0, 194, 255, 0.14);
  border-radius: 5px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 2.25rem;
  color: #00C2FF;
}.twe-pmt_group_ic_zpg svg {
  stroke-linecap: round;
  height: 18px;
  width: 18px;
  stroke-linejoin: round;
}.twe-pmt_group_h_zpg {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  overflow-wrap: break-word;
  font-family: 'Syne', sans-serif;
  color: #F0F6FF;
}.twe-pmt_group_p_zpg {
  margin-bottom: 14px;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #637282;
  line-height: 1.6;
}.twe-pmt_group_p_zpg strong {
  color: #C2CED9;
  font-weight: 600;
}.twe-pmt_table_wrap_zpg {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.twe-pmt_table_zpg {
  width: 100%;
  min-width: 540px;
  border-collapse: collapse;
  font-size: 0.813rem;
}.twe-pmt_table_zpg th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C2CED9;
  text-align: left;
  font-size: 0.688rem;
  letter-spacing: .04em;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}.twe-pmt_table_zpg td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  color: #637282;
}.twe-pmt_table_zpg tbody tr:last-child td {
  border-bottom: none;
}.twe-pmt_table_zpg tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C2CED9;
}.twe-rv_zpg {
  background: #0D1117;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.twe-rv_zpg {
  padding: 44px 24px 0;
}
}.twe-rv_in_zpg {
  margin: 0 auto;
  max-width: 82.5rem;
}.twe-rv_head_zpg {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.twe-rv_label_zpg {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #00C2FF;
}.twe-rv_h2_zpg {
  font-weight: 800;
  margin-bottom: 0.625rem;
  font-family: 'Syne', sans-serif;
  overflow-wrap: break-word;
  color: #F0F6FF;
  font-size: 1.375rem;
}
@media(min-width:768px) {.twe-rv_h2_zpg {
  font-size: 28px;
}
}.twe-rv_stats_zpg {
  gap: 1.125rem;
  display: flex;
  font-size: 13px;
  align-items: center;
  flex-wrap: wrap;
  color: #637282;
}.twe-rv_stats_score_zpg {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.twe-rv_stats_score_val_zpg {
  font-size: 22px;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  color: #F5A623;
}.twe-rv_stats_score_max_zpg {
  color: #475564;
  font-size: 0.813rem;
}.twe-rv_stats_badge_zpg {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.twe-rv_stats_badge_zpg svg {
  color: #F5A623;
  height: 14px;
  width: 14px;
}.twe-rv_grid_zpg {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.twe-rv_grid_zpg {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.twe-rv_grid_zpg {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.twe-rv_card_zpg {
  background: #141A22;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  flex-direction: column;
}.twe-rv_card_stars_zpg {
  gap: 2px;
  color: #F5A623;
  display: flex;
  margin-bottom: 10px;
}.twe-rv_card_stars_zpg svg {
  width: 14px;
  height: 14px;
}.twe-rv_card_h_zpg {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 0.875rem;
  color: #F0F6FF;
  line-height: 1.3;
  font-weight: 700;
}.twe-rv_card_body_zpg {
  flex: 1;
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  color: #637282;
}.twe-rv_card_body_zpg strong {
  font-weight: 600;
  color: #C2CED9;
}.twe-rv_card_meta_zpg {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
  justify-content: space-between;
}.twe-rv_card_author_zpg {
  font-weight: 600;
  font-size: 0.75rem;
  color: #C2CED9;
}.twe-rv_card_date_zpg {
  color: #475564;
  font-size: 0.688rem;
}.twe-seo_zpg {
  padding: 36px 16px 0;
  background: #0D1117;
}
@media(min-width: 770px) {.twe-seo_zpg {
  padding: 2.75rem 24px 0;
}
}.twe-seo_in_zpg {
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  border-radius: 0.875rem;
  background: #141A22;
  padding: 1.75rem 1.5rem;
  max-width: 1320px;
}
@media(min-width: 769px) {.twe-seo_in_zpg {
  padding: 36px 2.5rem;
}
}.twe-seo_label_zpg {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #00C2FF;
  margin-bottom: 0.625rem;
  font-weight: 700;
}.twe-seo_h2_zpg {
  font-family: 'Syne', sans-serif;
  font-size: 20px;
  color: #F0F6FF;
  font-weight: 800;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.25;
}
@media(min-width: 767px) {.twe-seo_h2_zpg {
  font-size: 24px;
}
}.twe-seo_body_zpg {
  font-size: 14px;
  color: #8A9BAD;
  overflow-wrap: break-word;
  line-height: 1.75;
}.twe-seo_body_zpg p {
  font-size: 0.875rem;
  margin-bottom: 12px;
  line-height: 1.75;
  color: #8A9BAD;
}.twe-seo_body_zpg p:last-child {
  margin-bottom: 0;
}.twe-seo_body_zpg strong {
  color: #C2CED9;
  font-weight: 700;
}.twe-seo_body_zpg a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C2FF;
}.twe-seo_body_zpg a:hover {
  color: #33CEFF;
}.twe-seo_body_zpg ul,.twe-seo_body_zpg ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.twe-seo_body_zpg ol {
  list-style: decimal;
}.twe-seo_body_zpg li {
  font-size: 14px;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #8A9BAD;
}.twe-seo_body_zpg table {
  width: 100%;
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.813rem;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 770px) {.twe-seo_body_zpg table {
  display: table;
}
}.twe-seo_body_zpg th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C2CED9;
  font-weight: 700;
  text-align: left;
}.twe-seo_body_zpg td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8A9BAD;
}.twe-seo_cols_zpg {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 637px) {.twe-seo_cols_zpg {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.twe-seo_cols_zpg {
  grid-template-columns: repeat(3,1fr);
}
}.twe-seo_col_h_zpg {
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #C2CED9;
  font-weight: 700;
}.twe-seo_col_p_zpg {
  color: #637282;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
}.twe-seo_stats_zpg {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.twe-seo_stat_zpg {
  flex: 1;
  border: 1px solid rgba(0, 194, 255, 0.14);
  background: rgba(0, 194, 255, 0.06);
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
  min-width: 140px;
}.twe-seo_stat_val_zpg {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #00C2FF;
}.twe-seo_stat_lb_zpg {
  color: #637282;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.twe-seo_zpg {
  padding: 2.25rem 16px 0;
  background: #0D1117;
}
@media(min-width: 767px) {.twe-seo_zpg {
  padding: 2.75rem 24px 0;
}
}.twe-seo_in_zpg {
  border-radius: 14px;
  background: #141A22;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.twe-seo_in_zpg {
  padding: 2.25rem 2.5rem;
}
}.twe-seo_label_zpg {
  margin-bottom: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #00C2FF;
  font-size: 11px;
}.twe-seo_h2_zpg {
  font-size: 1.25rem;
  color: #F0F6FF;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.twe-seo_h2_zpg {
  font-size: 1.5rem;
}
}.twe-seo_body_zpg {
  color: #8A9BAD;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
}.twe-seo_body_zpg p {
  line-height: 1.75;
  margin-bottom: 12px;
  color: #8A9BAD;
  font-size: 14px;
}.twe-seo_body_zpg p:last-child {
  margin-bottom: 0;
}.twe-seo_body_zpg strong {
  font-weight: 700;
  color: #C2CED9;
}.twe-seo_body_zpg a {
  transition: color .2s;
  color: #00C2FF;
  text-decoration: underline;
}.twe-seo_body_zpg a:hover {
  color: #33CEFF;
}.twe-seo_body_zpg ul,.twe-seo_body_zpg ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.twe-seo_body_zpg ol {
  list-style: decimal;
}.twe-seo_body_zpg li {
  color: #8A9BAD;
  margin-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.75;
}.twe-seo_body_zpg table {
  display: block;
  font-size: 0.813rem;
  width: 100%;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 769px) {.twe-seo_body_zpg table {
  display: table;
}
}.twe-seo_body_zpg th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C2CED9;
  text-align: left;
  font-weight: 700;
}.twe-seo_body_zpg td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #8A9BAD;
}.twe-seo_cols_zpg {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 639px) {.twe-seo_cols_zpg {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.twe-seo_cols_zpg {
  grid-template-columns: repeat(3,1fr);
}
}.twe-seo_col_h_zpg {
  color: #C2CED9;
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 7px;
  font-weight: 700;
}.twe-seo_col_p_zpg {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #637282;
}.twe-seo_stats_zpg {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.twe-seo_stat_zpg {
  border-radius: 8px;
  border: 1px solid rgba(0, 194, 255, 0.14);
  flex: 1;
  background: rgba(0, 194, 255, 0.06);
  padding: 0.875rem 1rem;
  min-width: 8.75rem;
}.twe-seo_stat_val_zpg {
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  color: #00C2FF;
}.twe-seo_stat_lb_zpg {
  font-size: 0.688rem;
  color: #637282;
  overflow-wrap: break-word;
}.twe-ft_zpg {
  background: #090D12;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.twe-ft_support_zpg {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width: 767px) {.twe-ft_support_zpg {
  padding: 1.75rem 1.5rem;
}
}.twe-ft_support_in_zpg {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  max-width: 1320px;
  flex-wrap: wrap;
  align-items: center;
}.twe-ft_support_main_zpg {
  gap: 16px;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
  min-width: 13.75rem;
  display: flex;
}.twe-ft_support_ic_zpg {
  color: #00C2FF;
  flex-shrink: 0;
}.twe-ft_support_ic_zpg svg {
  height: 1.875rem;
  stroke-linecap: round;
  width: 1.875rem;
  stroke-linejoin: round;
}.twe-ft_support_text_title_zpg {
  margin-bottom: 3px;
  color: #F0F6FF;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.938rem;
}.twe-ft_support_text_sub_zpg {
  overflow-wrap: break-word;
  color: #637282;
  font-size: 0.75rem;
}.twe-ft_support_btn_zpg {
  border-radius: 8px;
  padding: 11px 1.375rem;
  background: #00C2FF;
  transition: background .2s;
  flex-shrink: 0;
  white-space: nowrap;
  color: #F0F6FF;
  font-weight: 700;
  font-size: 13px;
}.twe-ft_support_btn_zpg:hover {
  background: #33CEFF;
}.twe-ft_support_contacts_zpg {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.twe-ft_support_contact_zpg {
  font-size: 0.75rem;
  color: #475564;
  line-height: 1.4;
}.twe-ft_support_contact_zpg strong {
  color: #8A9BAD;
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 11px;
}.twe-ft_main_zpg {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 1rem 24px;
}
@media(min-width: 767px) {.twe-ft_main_zpg {
  padding: 2.5rem 24px 32px;
}
}.twe-ft_main_in_zpg {
  gap: 24px;
  margin: 0 auto;
  max-width: 82.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 643px) {.twe-ft_main_in_zpg {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.twe-ft_main_in_zpg {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.twe-ft_col_logo_zpg {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.twe-ft_col_logo_zpg {
  grid-column: auto;
}
}.twe-ft_logo_zpg {
  gap: 0.563rem;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 800;
  margin-bottom: 12px;
  font-size: 16px;
  color: #F0F6FF;
  display: flex;
}.twe-ft_logo_mark_zpg {
  overflow: hidden;
  border-radius: 0.313rem;
  height: 30px;
  width: 1.875rem;
}.twe-ft_logo_mark_zpg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.twe-ft_logo_sub_zpg {
  overflow-wrap: break-word;
  max-width: 200px;
  font-size: 0.75rem;
  line-height: 1.55;
  color: #475564;
}.twe-ft_col_title_zpg {
  margin-bottom: 14px;
  font-size: 12px;
  letter-spacing: .07em;
  font-weight: 700;
  text-transform: uppercase;
  color: #8A9BAD;
}.twe-ft_col_links_zpg {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.twe-ft_col_link_zpg {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #475564;
}.twe-ft_col_link_zpg:hover {
  color: #C2CED9;
}.twe-ft_apps_zpg {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.twe-ft_app_card_zpg {
  border-radius: 5px;
  gap: 0.625rem;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  display: flex;
}.twe-ft_app_card_zpg:hover {
  border-color: rgba(0, 194, 255, 0.38);
}.twe-ft_app_card_ic_zpg svg {
  stroke-linejoin: round;
  width: 1.375rem;
  height: 22px;
  stroke-linecap: round;
}.twe-ft_app_card_os_zpg {
  font-size: 0.625rem;
  color: #475564;
  font-weight: 600;
}.twe-ft_app_card_action_zpg {
  font-size: 12px;
  color: #C2CED9;
  font-weight: 700;
}.twe-ft_bot_zpg {
  padding: 20px 16px;
}
@media(min-width: 769px) {.twe-ft_bot_zpg {
  padding: 20px 24px;
}
}.twe-ft_bot_in_zpg {
  gap: 16px;
  margin: 0 auto;
  max-width: 82.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.twe-ft_socials_zpg {
  gap: 0.5rem;
  display: flex;
}.twe-ft_soc_zpg {
  border-radius: 0.313rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .2s;
  height: 36px;
  align-items: center;
  color: #8A9BAD;
  display: flex;
  width: 36px;
  justify-content: center;
}.twe-ft_soc_zpg svg {
  width: 16px;
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
}.twe-ft_soc_zpg:hover {
  background: rgba(255, 255, 255, 0.07);
}.twe-ft_legal_zpg {
  flex: 1;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #5A6A78;
  font-size: 11px;
  min-width: 200px;
}.twe-ft_legal_zpg strong {
  font-weight: 700;
  color: #8A9BAD;
}.twe-ft_legal_zpg a {
  color: #8A9BAD;
  text-decoration: underline;
}.twe-ft_age_zpg {
  border-radius: 50%;
  border: 2px solid #5A6A78;
  margin-left: auto;
  color: #5A6A78;
  flex-shrink: 0;
  justify-content: center;
  height: 32px;
  font-weight: 800;
  align-items: center;
  font-size: 11px;
  display: flex;
  width: 2rem;
}