*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  color: #B4C4D8;
  background-color: #080C13;
  min-height: 100vh;
  font-family: 'Barlow', sans-serif;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}a {
  color: inherit;
  text-decoration: none;
}.lth-layout-4i8 {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.lth-page-4i8 {
  min-height: 100vh;
  display: flex;
}.lth-main-4i8 {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media screen and (min-width: 1078px) {.lth-main-4i8 {
  padding-left: 13.75rem;
}
}
@media screen and (max-width: 1076px) {.lth-main-4i8 {
  padding-bottom: 72px;
}
}.lth-gc-4i8 {
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 8px;
  background: #0B1019;
  transition: transform .2s,border-color .2s;
  position: relative;
  cursor: pointer;
  width: 140px;
  flex-shrink: 0;
}
@media(min-width: 637px) {.lth-gc-4i8 {
  width: 156px;
}
}
@media(min-width:1080px) {.lth-gc-4i8 {
  width: 168px;
}
}.lth-gc-4i8:hover {
  border-color: rgba(0, 170, 255, 0.07);
  transform: translateY(-3px);
}.lth-gc_img-4i8 {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.lth-gc_img-4i8 img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}.lth-gc_hover-4i8 {
  transition: opacity .2s;
  background: rgba(4, 7, 16, 0.72);
  inset: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}.lth-gc-4i8:hover .lth-gc_hover-4i8 {
  opacity: 1;
}.lth-gc_hover_btn-4i8 {
  padding: 8px 1rem;
  background: #00AAFF;
  border-radius: 4px;
  font-size: 0.75rem;
  color: #EFF4FF;
  font-weight: 700;
}.lth-gc_info-4i8 {
  padding: 8px 0.625rem 0.625rem;
}.lth-gc_name-4i8 {
  overflow: hidden;
  color: #B4C4D8;
  white-space: nowrap;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  max-width: 100%;
}.lth-gc_prov-4i8 {
  color: #445A6E;
  font-size: 0.625rem;
}.lth-gc_tag-4i8 {
  border-radius: 4px;
  padding: 2px 0.438rem;
  text-transform: uppercase;
  top: 6px;
  font-weight: 700;
  font-size: 0.563rem;
  letter-spacing: .04em;
  position: absolute;
  left: 0.375rem;
  z-index: 2;
}.lth-gc_tag_hot-4i8 {
  background: #FF2D46;
  color: #fff;
}.lth-gc_tag_new-4i8 {
  background: #00CC66;
  color: #080C13;
}.lth-gc_tag_jp-4i8 {
  background: #FFAA00;
  color: #080C13;
}.lth-gc_tag_ex-4i8 {
  background: #1040D8;
  color: #fff;
}.lth-gc_tag_live-4i8 {
  background: #FF2D46;
  color: #fff;
}.lth-gr-4i8 {
  background: #080C13;
  padding: 32px 1rem 0;
}
@media(min-width: 770px) {.lth-gr-4i8 {
  padding: 36px 24px 0;
}
}.lth-gr_in-4i8 {
  margin: 0 auto;
  max-width: 83.75rem;
}.lth-gr_head-4i8 {
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 10px;
}.lth-gr_head_l-4i8 {
  flex: 1;
  gap: 10px;
  min-width: 0;
  display: flex;
  align-items: center;
}.lth-gr_ic-4i8 {
  border-radius: 8px;
  align-items: center;
  width: 2rem;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  height: 2rem;
}.lth-gr_ic-4i8 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
  height: 16px;
}.lth-gr_title-4i8 {
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
  font-size: 1rem;
  color: #EFF4FF;
  font-weight: 700;
}
@media(min-width: 771px) {.lth-gr_title-4i8 {
  font-size: 1.125rem;
}
}.lth-gr_more-4i8 {
  gap: 5px;
  transition: color .2s;
  white-space: nowrap;
  color: #536070;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.lth-gr_more-4i8:hover {
  color: #00AAFF;
}.lth-gr_more-4i8 svg {
  width: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.75rem;
}.lth-gr_arrows-4i8 {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.lth-gr_arr-4i8 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  justify-content: center;
  width: 1.875rem;
  display: flex;
  height: 30px;
  align-items: center;
  color: #7A90A6;
}.lth-gr_arr-4i8:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EFF4FF;
}.lth-gr_arr-4i8 svg {
  stroke-linecap: round;
  height: 0.813rem;
  width: 0.813rem;
  stroke-linejoin: round;
}.lth-gr_seo_h-4i8 {
  margin: 0 0 6px;
  font-weight: 700;
  max-width: 680px;
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
  color: #B4C4D8;
  font-size: 13px;
}
@media(min-width: 769px) {.lth-gr_seo_h-4i8 {
  font-size: 14px;
}
}.lth-gr_seo-4i8 {
  color: #536070;
  max-width: 42.5rem;
  line-height: 1.55;
  font-size: 12px;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
}.lth-gr_seo-4i8 strong {
  font-weight: 600;
  color: #B4C4D8;
}.lth-gr_scroll-4i8 {
  gap: 0.625rem;
  padding-bottom: 10px;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  -webkit-overflow-scrolling: touch;
}.lth-gr_scroll-4i8::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.lth-gr_scroll-4i8 {
  gap: 12px;
}
}.lth-tb-4i8 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #070B11;
  position: fixed;
  right: 0;
  align-items: center;
  display: flex;
  top: 0;
  left: 0;
  z-index: 80;
  height: 3.5rem;
}.lth-tb_in-4i8 {
  padding: 0 14px;
  gap: 0;
  align-items: center;
  width: 100%;
  display: flex;
  height: 100%;
}.lth-tb_burger-4i8 {
  border-radius: 8px;
  gap: 5px;
  width: 38px;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  margin-right: 0.5rem;
  flex-direction: column;
  height: 2.375rem;
  align-items: center;
}.lth-tb_burger-4i8:hover {
  background: rgba(255, 255, 255, 0.05);
}.lth-tb_burger_line-4i8 {
  background: #7A90A6;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 18px;
}
@media(min-width: 1078px) {.lth-tb_burger-4i8 {
  display: none;
}
}.lth-tb_logo-4i8 {
  gap: 9px;
  font-weight: 800;
  color: #EFF4FF;
  font-size: 1.125rem;
  margin-right: 1.25rem;
  flex-shrink: 0;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
}.lth-tb_logo_mark-4i8 {
  overflow: hidden;
  border-radius: 8px;
  width: 2rem;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 2rem;
}.lth-tb_logo_mark-4i8 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.lth-tb_nav-4i8 {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 642px) {.lth-tb_nav-4i8 {
  display: flex;
}
}.lth-tb_tab-4i8 {
  padding: 0.5rem 14px;
  border-radius: 8px;
  transition: background .15s,color .15s;
  white-space: nowrap;
  color: #7A90A6;
  font-weight: 600;
  font-size: 0.813rem;
}.lth-tb_tab-4i8:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EFF4FF;
}.lth-tb_tab-4i8.lth-state_active-4i8 {
  background: rgba(0, 170, 255, 0.18);
  color: #EFF4FF;
}.lth-tb_right-4i8 {
  gap: 8px;
  align-items: center;
  margin-left: auto;
  display: flex;
  flex-shrink: 0;
}.lth-tb_login-4i8 {
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  padding: 0.563rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-weight: 600;
  font-size: 13px;
  color: #B4C4D8;
  display: none;
}.lth-tb_login-4i8:hover {
  border-color: rgba(0, 170, 255, 0.45);
  color: #EFF4FF;
}
@media(min-width: 479px) {.lth-tb_login-4i8 {
  display: block;
}
}.lth-tb_reg-4i8 {
  background: #00CC66;
  padding: 9px 1.125rem;
  border-radius: 0.5rem;
  transition: background .2s;
  color: #060C14;
  font-weight: 700;
  font-size: 0.813rem;
  white-space: nowrap;
}.lth-tb_reg-4i8:hover {
  background: #00E876;
}.lth-sb-4i8 {
  transform: translateX(-100%);
  transition: transform .25s ease;
  background: #0E1520;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  left: 0;
  overflow-y: auto;
  top: 3.5rem;
  position: fixed;
  width: 220px;
  z-index: 70;
  bottom: 0;
}.lth-sb-4i8.lth-state_open-4i8 {
  transform: translateX(0);
}.lth-sb-4i8::-webkit-scrollbar {
  width: 0.25rem;
}.lth-sb-4i8::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.lth-sb-4i8 {
  transform: translateX(0);
}
}.lth-sb_auth-4i8 {
  padding: 0.875rem 12px 10px;
}.lth-sb_btn_reg-4i8 {
  transition: background .2s;
  padding: 0.688rem;
  border-radius: 0.5rem;
  background: #00CC66;
  text-align: center;
  margin-bottom: 8px;
  font-weight: 700;
  color: #060C14;
  display: block;
  font-size: 0.813rem;
}.lth-sb_btn_reg-4i8:hover {
  background: #00E876;
}.lth-sb_btn_login-4i8 {
  padding: 0.625rem;
  transition: border-color .2s;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.813rem;
  text-align: center;
  color: #B4C4D8;
  display: block;
  font-weight: 600;
}.lth-sb_btn_login-4i8:hover {
  border-color: rgba(0, 170, 255, 0.45);
  color: #EFF4FF;
}.lth-sb_promo-4i8 {
  margin: 0 0.75rem 10px;
  background: linear-gradient(135deg,#001836,#0E1520);
  padding: 0.75rem 14px;
  border: 1px solid rgba(0, 170, 255, 0.18);
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}.lth-sb_promo-4i8::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(0, 170, 255, 0.18),transparent 70%);
  position: absolute;
  height: 80px;
  right: -1.25rem;
  content: '';
  top: -1.25rem;
  width: 5rem;
}.lth-sb_promo_title-4i8 {
  letter-spacing: .06em;
  color: #00AAFF;
  font-weight: 700;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  font-size: 0.688rem;
}.lth-sb_promo_text-4i8 {
  font-weight: 600;
  font-size: 12px;
  overflow-wrap: break-word;
  color: #EFF4FF;
  line-height: 1.35;
}.lth-sb_promo_sub-4i8 {
  color: #536070;
  margin-top: 3px;
  font-size: 0.625rem;
}.lth-sb_nav-4i8 {
  padding: 0.375rem 8px 1rem;
}.lth-sb_nav_lb-4i8 {
  padding: 10px 0.5rem 6px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #445A6E;
}.lth-sb_link-4i8 {
  gap: 0.625rem;
  border-radius: 0.25rem;
  padding: 9px 10px;
  transition: background .15s,color .15s;
  align-items: center;
  display: flex;
  cursor: pointer;
  color: #7A90A6;
  font-size: 0.813rem;
  font-weight: 500;
  overflow-wrap: break-word;
}.lth-sb_link-4i8:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EFF4FF;
}.lth-sb_link-4i8.lth-state_active-4i8 {
  background: rgba(0, 170, 255, 0.18);
  color: #EFF4FF;
}.lth-sb_ic-4i8 {
  border-radius: 0.25rem;
  justify-content: center;
  width: 30px;
  align-items: center;
  display: flex;
  height: 1.875rem;
  flex-shrink: 0;
}.lth-sb_ic-4i8 svg {
  width: 1rem;
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.lth-sb_ic_1-4i8 {
  background: rgba(0, 170, 255, 0.07);
  color: #00AAFF;
}.lth-sb_ic_2-4i8 {
  background: rgba(0, 204, 102, 0.16);
  color: #00CC66;
}.lth-sb_ic_3-4i8 {
  background: rgba(255, 170, 0, 0.15);
  color: #FFAA00;
}.lth-sb_ic_4-4i8 {
  background: rgba(16, 64, 216, 0.22);
  color: #1040D8;
}.lth-sb_ic_5-4i8 {
  background: rgba(0, 170, 255, 0.07);
  color: #FF3B8E;
}.lth-sb_ic_6-4i8 {
  background: rgba(16, 64, 216, 0.22);
  color: #8B3FFF;
}.lth-sb_badge-4i8 {
  border-radius: 4px;
  padding: 2px 0.438rem;
  background: #FFAA00;
  color: #060C14;
  font-size: 9px;
  font-weight: 700;
  margin-left: auto;
}.lth-sb_bot-4i8 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  gap: 0.5rem;
  display: flex;
}.lth-sb_lang-4i8,.lth-sb_help-4i8 {
  gap: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex: 1;
  padding: 0.563rem 6px;
  align-items: center;
  font-size: 0.688rem;
  color: #7A90A6;
  display: flex;
  justify-content: center;
  font-weight: 600;
}.lth-sb_lang-4i8:hover,.lth-sb_help-4i8:hover {
  border-color: rgba(0, 170, 255, 0.45);
  color: #EFF4FF;
}.lth-sb_lang-4i8 svg,.lth-sb_help-4i8 svg {
  width: 0.813rem;
  height: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.lth-sb_bd-4i8 {
  inset: 0;
  background: rgba(4, 7, 16, 0.72);
  display: none;
  position: fixed;
  z-index: 69;
}.lth-sb_bd-4i8.lth-state_on-4i8 {
  display: block;
}
@media(min-width: 1081px) {.lth-sb_bd-4i8 {
  display: none!important;
}
}.lth-mob_nav-4i8 {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  background: #0E1520;
  display: flex;
  bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 80;
}
@media(min-width: 1081px) {.lth-mob_nav-4i8 {
  display: none;
}
}.lth-mob_nav_item-4i8 {
  flex: 1;
  padding: 4px 2px;
  gap: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #445A6E;
  cursor: pointer;
}.lth-mob_nav_ic-4i8 {
  line-height: 1;
}.lth-mob_nav_ic-4i8 svg {
  width: 20px;
  height: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.lth-mob_nav_lb-4i8 {
  font-weight: 600;
  font-size: 0.625rem;
  color: #445A6E;
}.lth-mob_nav_item-4i8.lth-state_active-4i8 {
  color: #00AAFF;
}.lth-mob_nav_item-4i8.lth-state_active-4i8 .lth-mob_nav_lb-4i8 {
  color: #00AAFF;
}.lth-hero-4i8 {
  background: #080C13;
  padding: 20px 16px 0;
}
@media(min-width: 766px) {.lth-hero-4i8 {
  padding: 24px 1.5rem 0;
}
}.lth-hero_in-4i8 {
  margin: 0 auto;
  gap: 0.75rem;
  max-width: 1340px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.lth-hero_in-4i8 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1101px) {.lth-hero_in-4i8 {
  grid-template-columns: 1fr 340px;
}
}.lth-hero_promo-4i8 {
  background: #0B1019;
  overflow: hidden;
  border-radius: 0.75rem;
  align-items: stretch;
  display: flex;
  min-height: 220px;
  position: relative;
}
@media(min-width: 769px) {.lth-hero_promo-4i8 {
  min-height: 280px;
}
}.lth-hero_promo_bg-4i8 {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#001836 0%,#080C13 100%);
  background-size: cover;
  position: absolute;
}.lth-hero_promo_bg-4i8::after {
  inset: 0;
  background: linear-gradient(90deg,#080C13 0%,rgba(4, 7, 16, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.lth-hero_promo_glow-4i8 {
  background: radial-gradient(circle,rgba(16, 64, 216, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  top: -40px;
  height: 18.75rem;
  right: 60px;
  position: absolute;
  pointer-events: none;
  width: 18.75rem;
}.lth-hero_promo_ct-4i8 {
  padding: 1.75rem 1.5rem 28px 1.75rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 480px;
  z-index: 2;
}
@media(min-width: 765px) {.lth-hero_promo_ct-4i8 {
  padding: 40px 2rem;
}
}.lth-hero_badge-4i8 {
  border: 1px solid rgba(0, 170, 255, 0.07);
  border-radius: 1.25rem;
  padding: 5px 12px;
  background: rgba(0, 170, 255, 0.18);
  margin-bottom: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  display: inline-block;
  color: #00AAFF;
  text-transform: uppercase;
  font-size: 0.625rem;
}.lth-hero_h1-4i8 {
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  font-size: 26px;
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
  color: #EFF4FF;
  line-height: 1.15;
}.lth-hero_h1-4i8 em {
  font-style: normal;
  color: #FFAA00;
}
@media(min-width: 766px) {.lth-hero_h1-4i8 {
  font-size: 2.25rem;
}
}.lth-hero_sub-4i8 {
  line-height: 1.55;
  color: #7A90A6;
  margin-bottom: 1.25rem;
  font-size: 0.813rem;
}
@media(min-width: 770px) {.lth-hero_sub-4i8 {
  font-size: 0.875rem;
}
}.lth-hero_row-4i8 {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.lth-hero_cta-4i8 {
  transition: background .2s;
  border-radius: 8px;
  background: #00CC66;
  padding: 13px 1.625rem;
  font-size: 14px;
  color: #060C14;
  box-shadow: 0 0.25rem 1.125rem rgba(0, 204, 102, 0.48), 0 1px 5px rgba(0, 204, 102, 0.28);
  font-weight: 700;
}.lth-hero_cta-4i8:hover {
  background: #00E876;
}.lth-hero_terms-4i8 {
  color: #445A6E;
  font-size: 0.688rem;
}.lth-hero_game-4i8 {
  border-radius: 0.75rem;
  overflow: hidden;
  background: #0B1019;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  position: relative;
  flex-direction: column;
}.lth-hero_game_badge-4i8 {
  border: 1px solid rgba(255, 170, 0, 0.15);
  border-radius: 20px;
  background: rgba(255, 170, 0, 0.15);
  padding: 0.313rem 0.625rem;
  color: #FFAA00;
  font-size: 10px;
  z-index: 3;
  text-transform: uppercase;
  letter-spacing: .06em;
  position: absolute;
  top: 0.75rem;
  font-weight: 700;
  left: 12px;
}.lth-hero_game_badge-4i8 svg {
  width: 0.688rem;
  height: 11px;
  margin-right: 0.25rem;
  vertical-align: -1px;
}.lth-hero_game_img-4i8 {
  background: linear-gradient(135deg,#001836,#080C13);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.lth-hero_game_img-4i8 img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
}.lth-hero_game_play-4i8 {
  background: rgba(4, 7, 16, 0.72);
  transition: opacity .2s;
  inset: 0;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
  display: flex;
}.lth-hero_game-4i8:hover .lth-hero_game_play-4i8 {
  opacity: 1;
}.lth-hero_game_play-4i8 span {
  border-radius: 50%;
  background: #00AAFF;
  align-items: center;
  justify-content: center;
  width: 52px;
  display: flex;
  height: 52px;
}.lth-hero_game_play-4i8 span svg {
  height: 18px;
  margin-left: 2px;
  width: 18px;
}.lth-hero_game_info-4i8 {
  padding: 0.875rem 1rem;
}.lth-hero_game_title-4i8 {
  font-size: 0.938rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #EFF4FF;
  margin-bottom: 4px;
}.lth-hero_game_provider-4i8 {
  font-size: 0.688rem;
  color: #536070;
}.lth-hero_game_btn-4i8 {
  padding: 0.688rem;
  background: #00AAFF;
  transition: background .2s;
  margin: 12px 1rem 16px;
  border-radius: 0.5rem;
  font-weight: 700;
  display: block;
  color: #EFF4FF;
  text-align: center;
  font-size: 0.813rem;
}.lth-hero_game-4i8:hover .lth-hero_game_btn-4i8 {
  background: #33BBFF;
}.lth-wy-4i8 {
  background: #080C13;
  padding: 32px 16px 0;
}
@media(min-width: 766px) {.lth-wy-4i8 {
  padding: 2.5rem 1.5rem 0;
}
}.lth-wy_in-4i8 {
  margin: 0 auto;
  max-width: 1340px;
}.lth-wy_head-4i8 {
  margin-bottom: 1.125rem;
  max-width: 720px;
}.lth-wy_label-4i8 {
  color: #00AAFF;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
}.lth-wy_h2-4i8 {
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 1.25rem;
  color: #EFF4FF;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
}
@media(min-width: 771px) {.lth-wy_h2-4i8 {
  font-size: 24px;
}
}.lth-wy_intro-4i8 {
  margin: 0;
  line-height: 1.6;
  color: #536070;
  font-size: 0.813rem;
}.lth-wy_grid-4i8 {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.lth-wy_grid-4i8 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.lth-wy_grid-4i8 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.lth-wy_card-4i8 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0E1520;
  transition: border-color .2s,transform .2s;
  padding: 1.25rem;
  border-radius: 8px;
}.lth-wy_card-4i8:hover {
  border-color: rgba(0, 170, 255, 0.07);
  transform: translateY(-2px);
}.lth-wy_card_ic-4i8 {
  background: rgba(0, 170, 255, 0.18);
  border-radius: 50%;
  color: #00AAFF;
  align-items: center;
  height: 44px;
  margin-bottom: 14px;
  width: 2.75rem;
  justify-content: center;
  display: flex;
}.lth-wy_card_ic-4i8 svg {
  height: 22px;
  stroke-linecap: round;
  width: 1.375rem;
  stroke-linejoin: round;
}.lth-wy_card_h-4i8 {
  overflow-wrap: break-word;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  color: #EFF4FF;
  margin-bottom: 6px;
}.lth-wy_card_p-4i8 {
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #536070;
  font-size: 13px;
}.lth-wy_card_p-4i8 strong {
  font-weight: 600;
  color: #B4C4D8;
}.lth-ws-4i8 {
  background: #080C13;
  padding: 2rem 16px 0;
}
@media(min-width: 767px) {.lth-ws-4i8 {
  padding: 36px 24px 0;
}
}.lth-ws_in-4i8 {
  margin: 0 auto;
  max-width: 83.75rem;
}.lth-ws_head-4i8 {
  gap: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  align-items: center;
}.lth-ws_title-4i8 {
  gap: 0.625rem;
  flex-wrap: wrap;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #EFF4FF;
}.lth-ws_title_ic-4i8 svg {
  width: 1.125rem;
  stroke-linecap: round;
  color: #FFAA00;
  stroke-linejoin: round;
  height: 1.125rem;
}.lth-ws_online-4i8 {
  gap: 7px;
  align-items: center;
  color: #536070;
  font-weight: 600;
  display: flex;
  font-size: 0.75rem;
}.lth-ws_online_dot-4i8 {
  background: #00CC66;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 0.375rem rgba(0, 204, 102, 0.16);
  width: 8px;
  height: 0.5rem;
}.lth-ws_scroll-4i8 {
  gap: 8px;
  display: flex;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
}.lth-ws_scroll-4i8::-webkit-scrollbar {
  display: none;
}.lth-wc-4i8 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  padding: 10px 14px;
  gap: 0.625rem;
  background: #0B1019;
  min-width: 13.75rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}.lth-wc_img-4i8 {
  border-radius: 4px;
  overflow: hidden;
  background: #0E1520;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}.lth-wc_img-4i8 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.lth-wc_info-4i8 {
  min-width: 0;
}.lth-wc_game-4i8 {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #B4C4D8;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
}.lth-wc_player-4i8 {
  overflow: hidden;
  color: #445A6E;
  font-size: 0.625rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}.lth-wc_amount-4i8 {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0.813rem;
  margin-left: auto;
  color: #00CC66;
  font-weight: 700;
}.lth-prov-4i8 {
  padding: 36px 16px 0;
  background: #080C13;
}
@media(min-width: 771px) {.lth-prov-4i8 {
  padding: 2.75rem 1.5rem 0;
}
}.lth-prov_in-4i8 {
  margin: 0 auto;
  max-width: 1340px;
}.lth-prov_head-4i8 {
  margin-bottom: 16px;
}.lth-prov_label-4i8 {
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #00AAFF;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.lth-prov_h2-4i8 {
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-size: 20px;
  font-family: 'Exo 2', sans-serif;
  color: #EFF4FF;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.lth-prov_h2-4i8 {
  font-size: 24px;
}
}.lth-prov_seo-4i8 {
  max-width: 38.75rem;
  line-height: 1.6;
  color: #536070;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 16px;
}.lth-prov_seo-4i8 strong {
  color: #B4C4D8;
  font-weight: 700;
}.lth-prov_seo-4i8 a {
  text-decoration: underline;
  color: #00AAFF;
}.lth-prov_grid-4i8 {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width:640px) {.lth-prov_grid-4i8 {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.lth-prov_grid-4i8 {
  grid-template-columns: repeat(8,1fr);
}
}.lth-prov_card-4i8 {
  transition: border-color .2s,background .2s;
  gap: 0.438rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0B1019;
  padding: 14px 10px;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  align-items: center;
}.lth-prov_card-4i8:hover {
  background: #0E1520;
  border-color: rgba(0, 170, 255, 0.45);
}.lth-prov_logo-4i8 {
  border-radius: 0.25rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  height: 2.75rem;
  width: 44px;
  align-items: center;
  display: flex;
  justify-content: center;
}.lth-prov_logo-4i8 img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.lth-prov_name-4i8 {
  font-size: 11px;
  color: #7A90A6;
  overflow-wrap: break-word;
  text-align: center;
  font-weight: 600;
}.lth-app-4i8 {
  background: #080C13;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.lth-app-4i8 {
  padding: 2.75rem 1.5rem 0;
}
}.lth-app_in-4i8 {
  margin: 0 auto;
  max-width: 83.75rem;
}.lth-app_head-4i8 {
  margin-bottom: 16px;
}.lth-app_label-4i8 {
  margin-bottom: 8px;
  color: #00AAFF;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
}.lth-app_h2-4i8 {
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 0.375rem;
  font-size: 1.25rem;
  color: #EFF4FF;
  font-weight: 800;
}
@media(min-width: 771px) {.lth-app_h2-4i8 {
  font-size: 24px;
}
}.lth-app_sub-4i8 {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #536070;
  max-width: 37.5rem;
  line-height: 1.6;
}.lth-app_sub-4i8 strong {
  color: #B4C4D8;
  font-weight: 700;
}.lth-app_cards-4i8 {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 16px;
}
@media(min-width: 642px) {.lth-app_cards-4i8 {
  grid-template-columns: repeat(3,1fr);
}
}.lth-app_card-4i8 {
  border-radius: 0.5rem;
  padding: 20px;
  gap: 1rem;
  overflow: hidden;
  align-items: flex-start;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}.lth-app_card_ios-4i8 {
  background: linear-gradient(135deg,rgba(0, 170, 255, 0.18) 0%,#0E1520 100%);
}.lth-app_card_android-4i8 {
  background: linear-gradient(135deg,rgba(0, 204, 102, 0.16) 0%,#0E1520 100%);
}.lth-app_card_win-4i8 {
  background: linear-gradient(135deg,rgba(255, 170, 0, 0.15) 0%,#0E1520 100%);
}.lth-app_card_ic-4i8 svg {
  stroke-linecap: round;
  width: 2.125rem;
  stroke-linejoin: round;
  height: 2.125rem;
}.lth-app_card_ic-4i8 {
  flex-shrink: 0;
  color: #EFF4FF;
}.lth-app_card_os-4i8 {
  font-size: 10px;
  letter-spacing: .08em;
  color: #536070;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 700;
}.lth-app_card_title-4i8 {
  font-size: 0.938rem;
  color: #EFF4FF;
  overflow-wrap: break-word;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6px;
}.lth-app_card_text-4i8 {
  line-height: 1.5;
  margin-bottom: 14px;
  color: #536070;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.lth-app_card_btn-4i8 {
  gap: 0.438rem;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  transition: background .2s;
  border: 1px solid rgba(0, 170, 255, 0.45);
  padding: 10px 18px;
  align-items: center;
  font-size: 0.813rem;
  display: inline-flex;
  color: #EFF4FF;
  font-weight: 700;
}.lth-app_card_btn-4i8:hover {
  background: rgba(255, 255, 255, 0.07);
}.lth-reg-4i8 {
  padding: 2.25rem 16px 0;
  background: #080C13;
}
@media(min-width:768px) {.lth-reg-4i8 {
  padding: 44px 1.5rem 0;
}
}.lth-reg_in-4i8 {
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 28px 1.5rem;
  border-radius: 0.75rem;
  background: #0E1520;
  margin: 0 auto;
  max-width: 1340px;
}
@media(min-width: 766px) {.lth-reg_in-4i8 {
  padding: 40px;
}
}.lth-reg_top-4i8 {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 858px) {.lth-reg_top-4i8 {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.lth-reg_label-4i8 {
  font-size: 11px;
  font-weight: 700;
  color: #00AAFF;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
}.lth-reg_h2-4i8 {
  overflow-wrap: break-word;
  line-height: 1.2;
  font-weight: 800;
  font-size: 22px;
  color: #EFF4FF;
  margin-bottom: 0.75rem;
  font-family: 'Exo 2', sans-serif;
}
@media(min-width: 769px) {.lth-reg_h2-4i8 {
  font-size: 28px;
}
}.lth-reg_bonus-4i8 {
  background: rgba(255, 170, 0, 0.15);
  padding: 10px 1rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 170, 0, 0.15);
  gap: 0.5rem;
  margin-bottom: 1rem;
  align-items: center;
  display: inline-flex;
}.lth-reg_bonus_amount-4i8 {
  color: #FFAA00;
  font-size: 20px;
  font-weight: 800;
}.lth-reg_bonus_text-4i8 {
  color: #7A90A6;
  line-height: 1.35;
  font-size: 0.813rem;
}.lth-reg_cta_btn-4i8 {
  background: #00CC66;
  border-radius: 0.5rem;
  padding: 0.875rem 32px;
  transition: background .2s;
  color: #060C14;
  font-size: 0.938rem;
  box-shadow: 0 4px 18px rgba(0, 204, 102, 0.48), 0 1px 0.313rem rgba(0, 204, 102, 0.28);
  display: inline-block;
  margin-bottom: 0.75rem;
  font-weight: 700;
}.lth-reg_cta_btn-4i8:hover {
  background: #00E876;
}.lth-reg_terms-4i8 {
  font-size: 0.688rem;
  color: #445A6E;
  line-height: 1.5;
}.lth-reg_seo-4i8 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #536070;
  line-height: 1.65;
  padding-top: 20px;
  margin-top: 1.25rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.lth-reg_seo-4i8 p {
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 0.625rem;
  color: #536070;
}.lth-reg_seo-4i8 p:last-child {
  margin-bottom: 0;
}.lth-reg_seo-4i8 strong {
  color: #B4C4D8;
  font-weight: 700;
}.lth-reg_seo-4i8 a {
  transition: color .2s;
  color: #00AAFF;
  text-decoration: underline;
}.lth-reg_seo-4i8 a:hover {
  color: #33BBFF;
}.lth-reg_seo-4i8 ul,.lth-reg_seo-4i8 ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.lth-reg_seo-4i8 ol {
  list-style: decimal;
}.lth-reg_seo-4i8 li {
  margin-bottom: 0.25rem;
  color: #536070;
  line-height: 1.65;
  font-size: 0.813rem;
}.lth-reg_seo-4i8 table {
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
  display: block;
  margin-bottom: 0.625rem;
}
@media(min-width: 769px) {.lth-reg_seo-4i8 table {
  display: table;
}
}.lth-reg_seo-4i8 th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #B4C4D8;
  text-align: left;
  font-weight: 700;
}.lth-reg_seo-4i8 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #536070;
}.lth-reg_steps-4i8 {
  gap: 0.875rem;
  display: flex;
  margin-top: 28px;
  flex-direction: column;
}
@media(min-width: 859px) {.lth-reg_steps-4i8 {
  margin-top: 0;
}
}.lth-reg_step-4i8 {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.lth-reg_step_num-4i8 {
  background: rgba(0, 170, 255, 0.18);
  border: 1px solid rgba(0, 170, 255, 0.07);
  border-radius: 50%;
  display: flex;
  color: #00AAFF;
  height: 2.125rem;
  align-items: center;
  font-weight: 800;
  justify-content: center;
  width: 2.125rem;
  flex-shrink: 0;
  font-size: 14px;
}.lth-reg_step_title-4i8 {
  font-size: 0.875rem;
  color: #EFF4FF;
  font-weight: 700;
  margin-bottom: 3px;
}.lth-reg_step_text-4i8 {
  line-height: 1.5;
  color: #536070;
  font-size: 12px;
}.lth-reg_trust-4i8 {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  padding-top: 1.25rem;
  margin-top: 20px;
  display: flex;
}.lth-reg_trust_item-4i8 {
  gap: 7px;
  font-size: 12px;
  display: flex;
  color: #536070;
  align-items: center;
  overflow-wrap: break-word;
}.lth-reg_trust_ic-4i8 svg {
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
  color: #00AAFF;
}.lth-bon-4i8 {
  background: #080C13;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.lth-bon-4i8 {
  padding: 2.75rem 1.5rem 0;
}
}.lth-bon_in-4i8 {
  margin: 0 auto;
  max-width: 1340px;
}.lth-bon_head-4i8 {
  margin-bottom: 20px;
}.lth-bon_label-4i8 {
  font-size: 11px;
  color: #00AAFF;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.lth-bon_h2-4i8 {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
  color: #EFF4FF;
  font-size: 1.25rem;
}
@media(min-width: 770px) {.lth-bon_h2-4i8 {
  font-size: 24px;
}
}.lth-bon_seo-4i8 {
  max-width: 620px;
  font-size: 0.813rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #536070;
}.lth-bon_seo-4i8 strong {
  font-weight: 700;
  color: #B4C4D8;
}.lth-bon_seo-4i8 a {
  text-decoration: underline;
  color: #00AAFF;
}.lth-bon_grid-4i8 {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 638px) {.lth-bon_grid-4i8 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.lth-bon_grid-4i8 {
  grid-template-columns: repeat(5,1fr);
}
}.lth-bon_card-4i8 {
  background: #0B1019;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
  padding: 16px;
}.lth-bon_card-4i8:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 170, 255, 0.07);
}.lth-bon_card_ic-4i8 svg {
  width: 1.625rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 26px;
}.lth-bon_card_ic-4i8 {
  margin-bottom: 0.625rem;
}.lth-bon_card_type-4i8 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 0.625rem;
  color: #536070;
  margin-bottom: 0.375rem;
}.lth-bon_card_amount-4i8 {
  font-weight: 800;
  font-size: 1.125rem;
  color: #FFAA00;
  line-height: 1.1;
  margin-bottom: 6px;
}.lth-bon_card_name-4i8 {
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #EFF4FF;
  font-weight: 600;
  font-size: 13px;
}.lth-bon_card_detail-4i8 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.688rem;
  color: #445A6E;
  padding-top: 0.5rem;
  overflow-wrap: break-word;
  line-height: 1.5;
}.lth-seo-4i8 {
  background: #080C13;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.lth-seo-4i8 {
  padding: 44px 24px 0;
}
}.lth-seo_in-4i8 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0E1520;
  padding: 28px 24px;
  border-radius: 0.75rem;
  margin: 0 auto;
  max-width: 83.75rem;
}
@media(min-width:768px) {.lth-seo_in-4i8 {
  padding: 36px 2.5rem;
}
}.lth-seo_label-4i8 {
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #00AAFF;
  text-transform: uppercase;
  margin-bottom: 10px;
}.lth-seo_h2-4i8 {
  font-size: 1.25rem;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
  color: #EFF4FF;
  margin-bottom: 14px;
}
@media(min-width: 769px) {.lth-seo_h2-4i8 {
  font-size: 1.5rem;
}
}.lth-seo_body-4i8 {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #7A90A6;
  overflow-wrap: break-word;
}.lth-seo_body-4i8 p {
  font-size: 14px;
  color: #7A90A6;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}.lth-seo_body-4i8 p:last-child {
  margin-bottom: 0;
}.lth-seo_body-4i8 strong {
  font-weight: 700;
  color: #B4C4D8;
}.lth-seo_body-4i8 a {
  transition: color .2s;
  text-decoration: underline;
  color: #00AAFF;
}.lth-seo_body-4i8 a:hover {
  color: #33BBFF;
}.lth-seo_body-4i8 ul,.lth-seo_body-4i8 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.lth-seo_body-4i8 ol {
  list-style: decimal;
}.lth-seo_body-4i8 li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 14px;
  color: #7A90A6;
}.lth-seo_body-4i8 table {
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  display: block;
  font-size: 0.813rem;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 767px) {.lth-seo_body-4i8 table {
  display: table;
}
}.lth-seo_body-4i8 th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #B4C4D8;
  text-align: left;
  font-weight: 700;
}.lth-seo_body-4i8 td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A90A6;
}.lth-seo_cols-4i8 {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.lth-seo_cols-4i8 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.lth-seo_cols-4i8 {
  grid-template-columns: repeat(3,1fr);
}
}.lth-seo_col_h-4i8 {
  font-weight: 700;
  color: #B4C4D8;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-size: 13px;
}.lth-seo_col_p-4i8 {
  color: #536070;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
}.lth-seo_stats-4i8 {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.lth-seo_stat-4i8 {
  background: rgba(0, 170, 255, 0.07);
  border-radius: 8px;
  padding: 14px 16px;
  flex: 1;
  border: 1px solid rgba(0, 170, 255, 0.18);
  min-width: 140px;
}.lth-seo_stat_val-4i8 {
  margin-bottom: 0.25rem;
  color: #00AAFF;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}.lth-seo_stat_lb-4i8 {
  color: #536070;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.lth-pmt-4i8 {
  background: #080C13;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.lth-pmt-4i8 {
  padding: 44px 1.5rem 0;
}
}.lth-pmt_in-4i8 {
  margin: 0 auto;
  max-width: 83.75rem;
}.lth-pmt_head-4i8 {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.lth-pmt_label-4i8 {
  font-size: 11px;
  font-weight: 700;
  color: #00AAFF;
  margin-bottom: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.lth-pmt_h2-4i8 {
  font-size: 22px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 8px;
  color: #EFF4FF;
}
@media(min-width: 765px) {.lth-pmt_h2-4i8 {
  font-size: 28px;
}
}.lth-pmt_intro-4i8 {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #536070;
}.lth-pmt_groups-4i8 {
  gap: 1.25rem;
  flex-direction: column;
  display: flex;
}.lth-pmt_group-4i8 {
  background: #0E1520;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem;
}.lth-pmt_group_head-4i8 {
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
}.lth-pmt_group_ic-4i8 {
  background: rgba(0, 170, 255, 0.18);
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 36px;
  color: #00AAFF;
  justify-content: center;
  width: 2.25rem;
}.lth-pmt_group_ic-4i8 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.125rem;
  height: 1.125rem;
}.lth-pmt_group_h-4i8 {
  margin: 0;
  font-size: 1rem;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  color: #EFF4FF;
  overflow-wrap: break-word;
}.lth-pmt_group_p-4i8 {
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #536070;
  margin-bottom: 14px;
}.lth-pmt_group_p-4i8 strong {
  font-weight: 600;
  color: #B4C4D8;
}.lth-pmt_table_wrap-4i8 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.lth-pmt_table-4i8 {
  font-size: 13px;
  min-width: 33.75rem;
  width: 100%;
  border-collapse: collapse;
}.lth-pmt_table-4i8 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  color: #B4C4D8;
  text-transform: uppercase;
  text-align: left;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .04em;
  white-space: nowrap;
}.lth-pmt_table-4i8 td {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #536070;
}.lth-pmt_table-4i8 tbody tr:last-child td {
  border-bottom: none;
}.lth-pmt_table-4i8 tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #B4C4D8;
}.lth-rv-4i8 {
  padding: 36px 1rem 0;
  background: #080C13;
}
@media(min-width: 769px) {.lth-rv-4i8 {
  padding: 44px 24px 0;
}
}.lth-rv_in-4i8 {
  margin: 0 auto;
  max-width: 83.75rem;
}.lth-rv_head-4i8 {
  max-width: 720px;
  margin-bottom: 20px;
}.lth-rv_label-4i8 {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #00AAFF;
  font-size: 0.688rem;
  text-transform: uppercase;
}.lth-rv_h2-4i8 {
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 22px;
  color: #EFF4FF;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
}
@media(min-width: 765px) {.lth-rv_h2-4i8 {
  font-size: 1.75rem;
}
}.lth-rv_stats-4i8 {
  gap: 18px;
  flex-wrap: wrap;
  color: #536070;
  display: flex;
  align-items: center;
  font-size: 13px;
}.lth-rv_stats_score-4i8 {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.lth-rv_stats_score_val-4i8 {
  color: #FFAA00;
  font-weight: 800;
  font-size: 22px;
  font-family: 'Exo 2', sans-serif;
}.lth-rv_stats_score_max-4i8 {
  font-size: 13px;
  color: #445A6E;
}.lth-rv_stats_badge-4i8 {
  gap: 4px;
  align-items: center;
  display: flex;
}.lth-rv_stats_badge-4i8 svg {
  width: 0.875rem;
  height: 0.875rem;
  color: #FFAA00;
}.lth-rv_grid-4i8 {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.lth-rv_grid-4i8 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.lth-rv_grid-4i8 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.lth-rv_card-4i8 {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  background: #0E1520;
  flex-direction: column;
  display: flex;
}.lth-rv_card_stars-4i8 {
  gap: 2px;
  color: #FFAA00;
  display: flex;
  margin-bottom: 0.625rem;
}.lth-rv_card_stars-4i8 svg {
  width: 14px;
  height: 0.875rem;
}.lth-rv_card_h-4i8 {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  margin-bottom: 8px;
  line-height: 1.3;
  color: #EFF4FF;
}.lth-rv_card_body-4i8 {
  flex: 1;
  font-size: 13px;
  line-height: 1.65;
  color: #536070;
  margin-bottom: 14px;
  overflow-wrap: break-word;
}.lth-rv_card_body-4i8 strong {
  color: #B4C4D8;
  font-weight: 600;
}.lth-rv_card_meta-4i8 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 12px;
  justify-content: space-between;
  display: flex;
}.lth-rv_card_author-4i8 {
  font-size: 12px;
  color: #B4C4D8;
  font-weight: 600;
}.lth-rv_card_date-4i8 {
  color: #445A6E;
  font-size: 11px;
}.lth-faq-4i8 {
  background: #080C13;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.lth-faq-4i8 {
  padding: 2.75rem 1.5rem 0;
}
}.lth-faq_in-4i8 {
  margin: 0 auto;
  max-width: 83.75rem;
}.lth-faq_head-4i8 {
  margin-bottom: 20px;
}.lth-faq_label-4i8 {
  font-size: 0.688rem;
  color: #00AAFF;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.lth-faq_h2-4i8 {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #EFF4FF;
  font-family: 'Exo 2', sans-serif;
}
@media(min-width: 769px) {.lth-faq_h2-4i8 {
  font-size: 1.5rem;
}
}.lth-faq_list-4i8 {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.lth-faq_item-4i8 {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0E1520;
}.lth-faq_q-4i8 {
  gap: 0.75rem;
  padding: 16px 1.25rem;
  transition: color .2s;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: #B4C4D8;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.lth-faq_q-4i8:hover {
  color: #EFF4FF;
}.lth-faq_q_ic-4i8 {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  flex-shrink: 0;
  height: 24px;
  width: 1.5rem;
  align-items: center;
  color: #00AAFF;
  justify-content: center;
  font-size: 1rem;
  display: flex;
}.lth-faq_item-4i8.lth-state_open-4i8 .lth-faq_q_ic-4i8 {
  transform: rotate(45deg);
}.lth-faq_a-4i8 {
  padding: 0 1.25rem 16px;
  overflow-wrap: break-word;
  color: #536070;
  line-height: 1.7;
  display: none;
  font-size: 13px;
}.lth-faq_item-4i8.lth-state_open-4i8 .lth-faq_a-4i8 {
  display: block;
}.lth-faq_a-4i8 strong {
  font-weight: 700;
  color: #B4C4D8;
}.lth-faq_a-4i8 a {
  color: #00AAFF;
  text-decoration: underline;
}.lth-faq_a-4i8 ul,.lth-faq_a-4i8 ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.lth-faq_a-4i8 ol {
  list-style: decimal;
}.lth-faq_a-4i8 li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.lth-faq_a-4i8 table {
  margin: 8px 0;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 12px;
  display: block;
}
@media(min-width: 767px) {.lth-faq_a-4i8 table {
  display: table;
}
}.lth-faq_a-4i8 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 8px;
  color: #B4C4D8;
  font-weight: 700;
  text-align: left;
}.lth-faq_a-4i8 td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #536070;
}.lth-seo-4i8 {
  background: #080C13;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.lth-seo-4i8 {
  padding: 44px 1.5rem 0;
}
}.lth-seo_in-4i8 {
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: #0E1520;
  margin: 0 auto;
  max-width: 83.75rem;
}
@media(min-width: 767px) {.lth-seo_in-4i8 {
  padding: 36px 2.5rem;
}
}.lth-seo_label-4i8 {
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #00AAFF;
}.lth-seo_h2-4i8 {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #EFF4FF;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.25;
}
@media(min-width: 769px) {.lth-seo_h2-4i8 {
  font-size: 24px;
}
}.lth-seo_body-4i8 {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #7A90A6;
  overflow-wrap: break-word;
}.lth-seo_body-4i8 p {
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 0.875rem;
  color: #7A90A6;
}.lth-seo_body-4i8 p:last-child {
  margin-bottom: 0;
}.lth-seo_body-4i8 strong {
  color: #B4C4D8;
  font-weight: 700;
}.lth-seo_body-4i8 a {
  transition: color .2s;
  text-decoration: underline;
  color: #00AAFF;
}.lth-seo_body-4i8 a:hover {
  color: #33BBFF;
}.lth-seo_body-4i8 ul,.lth-seo_body-4i8 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.lth-seo_body-4i8 ol {
  list-style: decimal;
}.lth-seo_body-4i8 li {
  font-size: 14px;
  line-height: 1.75;
  color: #7A90A6;
  margin-bottom: 6px;
}.lth-seo_body-4i8 table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 12px;
  display: block;
  overflow-x: auto;
  font-size: 13px;
}
@media(min-width: 770px) {.lth-seo_body-4i8 table {
  display: table;
}
}.lth-seo_body-4i8 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  color: #B4C4D8;
  font-weight: 700;
  text-align: left;
}.lth-seo_body-4i8 td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A90A6;
}.lth-seo_cols-4i8 {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.lth-seo_cols-4i8 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.lth-seo_cols-4i8 {
  grid-template-columns: repeat(3,1fr);
}
}.lth-seo_col_h-4i8 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: #B4C4D8;
  font-size: 0.813rem;
  margin-bottom: 7px;
}.lth-seo_col_p-4i8 {
  color: #536070;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.lth-seo_stats-4i8 {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.lth-seo_stat-4i8 {
  padding: 14px 16px;
  background: rgba(0, 170, 255, 0.07);
  border: 1px solid rgba(0, 170, 255, 0.18);
  border-radius: 8px;
  flex: 1;
  min-width: 140px;
}.lth-seo_stat_val-4i8 {
  margin-bottom: 0.25rem;
  color: #00AAFF;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
}.lth-seo_stat_lb-4i8 {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #536070;
}.lth-seo-4i8 {
  background: #080C13;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.lth-seo-4i8 {
  padding: 44px 24px 0;
}
}.lth-seo_in-4i8 {
  padding: 1.75rem 24px;
  border-radius: 12px;
  background: #0E1520;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 83.75rem;
}
@media(min-width: 769px) {.lth-seo_in-4i8 {
  padding: 2.25rem 2.5rem;
}
}.lth-seo_label-4i8 {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  color: #00AAFF;
  margin-bottom: 0.625rem;
}.lth-seo_h2-4i8 {
  margin-bottom: 0.875rem;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-size: 1.25rem;
  color: #EFF4FF;
}
@media(min-width: 771px) {.lth-seo_h2-4i8 {
  font-size: 1.5rem;
}
}.lth-seo_body-4i8 {
  line-height: 1.75;
  color: #7A90A6;
  overflow-wrap: break-word;
  font-size: 14px;
}.lth-seo_body-4i8 p {
  color: #7A90A6;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 14px;
}.lth-seo_body-4i8 p:last-child {
  margin-bottom: 0;
}.lth-seo_body-4i8 strong {
  color: #B4C4D8;
  font-weight: 700;
}.lth-seo_body-4i8 a {
  transition: color .2s;
  color: #00AAFF;
  text-decoration: underline;
}.lth-seo_body-4i8 a:hover {
  color: #33BBFF;
}.lth-seo_body-4i8 ul,.lth-seo_body-4i8 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.lth-seo_body-4i8 ol {
  list-style: decimal;
}.lth-seo_body-4i8 li {
  color: #7A90A6;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 6px;
}.lth-seo_body-4i8 table {
  font-size: 13px;
  border-collapse: collapse;
  display: block;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 12px;
}
@media(min-width: 765px) {.lth-seo_body-4i8 table {
  display: table;
}
}.lth-seo_body-4i8 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  text-align: left;
  color: #B4C4D8;
  font-weight: 700;
}.lth-seo_body-4i8 td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A90A6;
}.lth-seo_cols-4i8 {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 637px) {.lth-seo_cols-4i8 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.lth-seo_cols-4i8 {
  grid-template-columns: repeat(3,1fr);
}
}.lth-seo_col_h-4i8 {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #B4C4D8;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
}.lth-seo_col_p-4i8 {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #536070;
  font-size: 13px;
}.lth-seo_stats-4i8 {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.lth-seo_stat-4i8 {
  border-radius: 0.5rem;
  background: rgba(0, 170, 255, 0.07);
  padding: 0.875rem 16px;
  flex: 1;
  border: 1px solid rgba(0, 170, 255, 0.18);
  min-width: 8.75rem;
}.lth-seo_stat_val-4i8 {
  font-weight: 800;
  color: #00AAFF;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
}.lth-seo_stat_lb-4i8 {
  color: #536070;
  font-size: 11px;
  overflow-wrap: break-word;
}.lth-ft-4i8 {
  background: #040710;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.lth-ft_support-4i8 {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.lth-ft_support-4i8 {
  padding: 1.75rem 24px;
}
}.lth-ft_support_in-4i8 {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  max-width: 83.75rem;
}.lth-ft_support_main-4i8 {
  gap: 1rem;
  flex: 1;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  min-width: 220px;
}.lth-ft_support_ic-4i8 {
  flex-shrink: 0;
  color: #00AAFF;
}.lth-ft_support_ic-4i8 svg {
  width: 1.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 30px;
}.lth-ft_support_text_title-4i8 {
  margin-bottom: 3px;
  color: #EFF4FF;
  font-weight: 700;
  font-size: 0.938rem;
  overflow-wrap: break-word;
}.lth-ft_support_text_sub-4i8 {
  color: #536070;
  overflow-wrap: break-word;
  font-size: 12px;
}.lth-ft_support_btn-4i8 {
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 0.688rem 22px;
  background: #00AAFF;
  flex-shrink: 0;
  color: #EFF4FF;
  font-size: 0.813rem;
  font-weight: 700;
  white-space: nowrap;
}.lth-ft_support_btn-4i8:hover {
  background: #33BBFF;
}.lth-ft_support_contacts-4i8 {
  gap: 16px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.lth-ft_support_contact-4i8 {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #445A6E;
}.lth-ft_support_contact-4i8 strong {
  font-weight: 600;
  margin-bottom: 2px;
  display: block;
  font-size: 11px;
  color: #7A90A6;
}.lth-ft_main-4i8 {
  padding: 2rem 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 767px) {.lth-ft_main-4i8 {
  padding: 2.5rem 1.5rem 32px;
}
}.lth-ft_main_in-4i8 {
  margin: 0 auto;
  gap: 24px;
  display: grid;
  max-width: 83.75rem;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.lth-ft_main_in-4i8 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.lth-ft_main_in-4i8 {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.lth-ft_col_logo-4i8 {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.lth-ft_col_logo-4i8 {
  grid-column: auto;
}
}.lth-ft_logo-4i8 {
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  align-items: center;
  font-weight: 800;
  color: #EFF4FF;
  overflow-wrap: break-word;
  font-size: 1rem;
  display: flex;
}.lth-ft_logo_mark-4i8 {
  overflow: hidden;
  border-radius: 4px;
  height: 1.875rem;
  width: 1.875rem;
}.lth-ft_logo_mark-4i8 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.lth-ft_logo_sub-4i8 {
  max-width: 200px;
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 12px;
  color: #445A6E;
}.lth-ft_col_title-4i8 {
  font-size: 0.75rem;
  color: #7A90A6;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: .07em;
}.lth-ft_col_links-4i8 {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.lth-ft_col_link-4i8 {
  transition: color .2s;
  font-size: 13px;
  color: #445A6E;
  overflow-wrap: break-word;
}.lth-ft_col_link-4i8:hover {
  color: #B4C4D8;
}.lth-ft_apps-4i8 {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.lth-ft_app_card-4i8 {
  gap: 10px;
  padding: 10px 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 4px;
  transition: border-color .2s;
  display: flex;
  align-items: center;
}.lth-ft_app_card-4i8:hover {
  border-color: rgba(0, 170, 255, 0.45);
}.lth-ft_app_card_ic-4i8 svg {
  width: 22px;
  height: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.lth-ft_app_card_os-4i8 {
  font-size: 0.625rem;
  font-weight: 600;
  color: #445A6E;
}.lth-ft_app_card_action-4i8 {
  color: #B4C4D8;
  font-weight: 700;
  font-size: 12px;
}.lth-ft_bot-4i8 {
  padding: 20px 16px;
}
@media(min-width: 770px) {.lth-ft_bot-4i8 {
  padding: 1.25rem 1.5rem;
}
}.lth-ft_bot_in-4i8 {
  margin: 0 auto;
  gap: 1rem;
  max-width: 83.75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.lth-ft_socials-4i8 {
  gap: 8px;
  display: flex;
}.lth-ft_soc-4i8 {
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  display: flex;
  color: #7A90A6;
}.lth-ft_soc-4i8 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
  width: 1rem;
}.lth-ft_soc-4i8:hover {
  background: rgba(255, 255, 255, 0.07);
}.lth-ft_legal-4i8 {
  flex: 1;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #607A90;
  line-height: 1.6;
  min-width: 200px;
}.lth-ft_legal-4i8 strong {
  color: #7A90A6;
  font-weight: 700;
}.lth-ft_legal-4i8 a {
  color: #7A90A6;
  text-decoration: underline;
}.lth-ft_age-4i8 {
  border: 2px solid #607A90;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #607A90;
  flex-shrink: 0;
  font-weight: 800;
  font-size: 0.688rem;
  display: flex;
  margin-left: auto;
  width: 32px;
  height: 2rem;
}