*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  background-color: #060D12;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #B4CDD8;
  min-height: 100vh;
}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 {
  color: inherit;
  text-decoration: none;
}.zms-layout_g4y {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.zms-page_g4y {
  display: flex;
  min-height: 100vh;
}.zms-main_g4y {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media screen and (min-width: 1081px) {.zms-main_g4y {
  padding-left: 13.75rem;
}
}
@media screen and (max-width: 1082px) {.zms-main_g4y {
  padding-bottom: 4.5rem;
}
}.zms-gc_g4y {
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.06);
  background: #091520;
  width: 8.75rem;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
@media(min-width:640px) {.zms-gc_g4y {
  width: 9.75rem;
}
}
@media(min-width:1080px) {.zms-gc_g4y {
  width: 168px;
}
}.zms-gc_g4y:hover {
  transform: translateY(-3px);
  border-color: rgba(0,196,224,0.07);
}.zms-gc_img_g4y {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.zms-gc_img_g4y img {
  inset: 0;
  height: 100%;
  position: absolute;
  object-fit: cover;
  width: 100%;
}.zms-gc_hover_g4y {
  background: rgba(3,7,9,0.76);
  inset: 0;
  transition: opacity .2s;
  position: absolute;
  justify-content: center;
  display: flex;
  align-items: center;
  opacity: 0;
}.zms-gc_g4y:hover .zms-gc_hover_g4y {
  opacity: 1;
}.zms-gc_hover_btn_g4y {
  padding: 8px 16px;
  border-radius: 4px;
  background: #00C4E0;
  font-size: 0.75rem;
  color: #E6F3F8;
  font-weight: 700;
}.zms-gc_info_g4y {
  padding: 8px 10px 0.625rem;
}.zms-gc_name_g4y {
  overflow: hidden;
  margin-bottom: 3px;
  font-size: 0.75rem;
  color: #B4CDD8;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  font-weight: 600;
}.zms-gc_prov_g4y {
  color: #3F6070;
  font-size: 0.625rem;
}.zms-gc_tag_g4y {
  border-radius: 0.25rem;
  padding: 2px 7px;
  font-weight: 700;
  position: absolute;
  text-transform: uppercase;
  top: 6px;
  letter-spacing: .04em;
  z-index: 2;
  font-size: 0.563rem;
  left: 6px;
}.zms-gc_tag_hot_g4y {
  background: #F02840;
  color: #fff;
}.zms-gc_tag_new_g4y {
  background: #00C97C;
  color: #060D12;
}.zms-gc_tag_jp_g4y {
  background: #F0A400;
  color: #060D12;
}.zms-gc_tag_ex_g4y {
  background: #0B78B8;
  color: #fff;
}.zms-gc_tag_live_g4y {
  background: #F02840;
  color: #fff;
}.zms-gr_g4y {
  padding: 2rem 16px 0;
  background: #060D12;
}
@media(min-width: 765px) {.zms-gr_g4y {
  padding: 36px 1.5rem 0;
}
}.zms-gr_in_g4y {
  margin: 0 auto;
  max-width: 1360px;
}.zms-gr_head_g4y {
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 10px;
}.zms-gr_head_l_g4y {
  flex: 1;
  gap: 0.625rem;
  display: flex;
  align-items: center;
  min-width: 0;
}.zms-gr_ic_g4y {
  border-radius: 0.5rem;
  align-items: center;
  width: 2rem;
  height: 2rem;
  justify-content: center;
  flex-shrink: 0;
  display: flex;
}.zms-gr_ic_g4y svg {
  stroke-linecap: round;
  height: 1rem;
  width: 1rem;
  stroke-linejoin: round;
}.zms-gr_title_g4y {
  font-weight: 700;
  overflow-wrap: break-word;
  color: #E6F3F8;
  font-size: 16px;
  font-family: 'Orbitron', sans-serif;
}
@media(min-width: 770px) {.zms-gr_title_g4y {
  font-size: 1.125rem;
}
}.zms-gr_more_g4y {
  transition: color .2s;
  gap: 5px;
  align-items: center;
  white-space: nowrap;
  display: flex;
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: #4E7280;
}.zms-gr_more_g4y:hover {
  color: #00C4E0;
}.zms-gr_more_g4y svg {
  width: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.75rem;
}.zms-gr_arrows_g4y {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.zms-gr_arr_g4y {
  border-radius: 0.25rem;
  border: 1px solid rgba(255,255,255,0.10);
  transition: background .15s,color .15s;
  background: rgba(255,255,255,0.05);
  color: #789DB0;
  display: flex;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  align-items: center;
}.zms-gr_arr_g4y:hover {
  background: rgba(255,255,255,0.07);
  color: #E6F3F8;
}.zms-gr_arr_g4y svg {
  height: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.813rem;
}.zms-gr_seo_h_g4y {
  margin: 0 0 6px;
  font-size: 13px;
  max-width: 42.5rem;
  color: #B4CDD8;
  font-weight: 700;
  font-family: 'Orbitron', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.zms-gr_seo_h_g4y {
  font-size: 14px;
}
}.zms-gr_seo_g4y {
  color: #4E7280;
  line-height: 1.55;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  max-width: 42.5rem;
  font-size: 0.75rem;
}.zms-gr_seo_g4y strong {
  font-weight: 600;
  color: #B4CDD8;
}.zms-gr_scroll_g4y {
  gap: 0.625rem;
  display: flex;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}.zms-gr_scroll_g4y::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.zms-gr_scroll_g4y {
  gap: 0.75rem;
}
}.zms-tb_g4y {
  background: #060D12;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  display: flex;
  top: 0;
  left: 0;
  z-index: 80;
  right: 0;
  height: 3.5rem;
  align-items: center;
  position: fixed;
}.zms-tb_in_g4y {
  gap: 0;
  padding: 0 0.875rem;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}.zms-tb_burger_g4y {
  gap: 5px;
  border-radius: 0.5rem;
  height: 2.375rem;
  margin-right: 8px;
  display: flex;
  flex-shrink: 0;
  width: 2.375rem;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}.zms-tb_burger_g4y:hover {
  background: rgba(255,255,255,0.05);
}.zms-tb_burger_line_g4y {
  background: #789DB0;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 1.125rem;
}
@media(min-width: 1079px) {.zms-tb_burger_g4y {
  display: none;
}
}.zms-tb_logo_g4y {
  gap: 9px;
  color: #E6F3F8;
  letter-spacing: -.01em;
  flex-shrink: 0;
  display: flex;
  margin-right: 20px;
  font-weight: 800;
  font-size: 1.125rem;
  overflow-wrap: break-word;
  align-items: center;
}.zms-tb_logo_mark_g4y {
  overflow: hidden;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 32px;
  height: 2rem;
}.zms-tb_logo_mark_g4y img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.zms-tb_nav_g4y {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 638px) {.zms-tb_nav_g4y {
  display: flex;
}
}.zms-tb_tab_g4y {
  border-radius: 0.5rem;
  transition: background .15s,color .15s;
  padding: 8px 14px;
  color: #789DB0;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.813rem;
}.zms-tb_tab_g4y:hover {
  background: rgba(255,255,255,0.05);
  color: #E6F3F8;
}.zms-tb_tab_g4y.zms-state_active_g4y {
  background: rgba(0,196,224,0.15);
  color: #E6F3F8;
}.zms-tb_right_g4y {
  gap: 0.5rem;
  margin-left: auto;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.zms-tb_login_g4y {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  padding: 9px 1rem;
  transition: border-color .2s,color .2s;
  color: #B4CDD8;
  font-size: 0.813rem;
  display: none;
  font-weight: 600;
}.zms-tb_login_g4y:hover {
  border-color: rgba(0,196,224,0.38);
  color: #E6F3F8;
}
@media(min-width: 482px) {.zms-tb_login_g4y {
  display: block;
}
}.zms-tb_reg_g4y {
  transition: background .2s;
  background: #00C97C;
  padding: 9px 1.125rem;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #04101A;
  white-space: nowrap;
}.zms-tb_reg_g4y:hover {
  background: #00E08E;
}.zms-sb_g4y {
  transform: translateX(-100%);
  transition: transform .25s ease;
  border-right: 1px solid rgba(255,255,255,0.05);
  background: #0C1820;
  bottom: 0;
  width: 220px;
  z-index: 70;
  overflow-y: auto;
  top: 56px;
  position: fixed;
  left: 0;
}.zms-sb_g4y.zms-state_open_g4y {
  transform: translateX(0);
}.zms-sb_g4y::-webkit-scrollbar {
  width: 0.25rem;
}.zms-sb_g4y::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1077px) {.zms-sb_g4y {
  transform: translateX(0);
}
}.zms-sb_auth_g4y {
  padding: 14px 0.75rem 10px;
}.zms-sb_btn_reg_g4y {
  transition: background .2s;
  padding: 11px;
  border-radius: 0.5rem;
  background: #00C97C;
  font-size: 0.813rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: block;
  color: #04101A;
}.zms-sb_btn_reg_g4y:hover {
  background: #00E08E;
}.zms-sb_btn_login_g4y {
  background: rgba(255,255,255,0.05);
  padding: 10px;
  transition: border-color .2s;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.10);
  display: block;
  font-weight: 600;
  text-align: center;
  color: #B4CDD8;
  font-size: 13px;
}.zms-sb_btn_login_g4y:hover {
  border-color: rgba(0,196,224,0.38);
  color: #E6F3F8;
}.zms-sb_promo_g4y {
  background: linear-gradient(135deg,#0A2535,#0C1820);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(0,196,224,0.15);
  padding: 12px 14px;
  margin: 0 0.75rem 10px;
  position: relative;
}.zms-sb_promo_g4y::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(0,196,224,0.15),transparent 70%);
  height: 5rem;
  width: 5rem;
  position: absolute;
  top: -1.25rem;
  content: '';
  right: -1.25rem;
}.zms-sb_promo_title_g4y {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 0.688rem;
  font-weight: 700;
  color: #00C4E0;
  letter-spacing: .06em;
}.zms-sb_promo_text_g4y {
  line-height: 1.35;
  color: #E6F3F8;
  font-size: 0.75rem;
  font-weight: 600;
  overflow-wrap: break-word;
}.zms-sb_promo_sub_g4y {
  margin-top: 3px;
  color: #4E7280;
  font-size: 0.625rem;
}.zms-sb_nav_g4y {
  padding: 0.375rem 0.5rem 16px;
}.zms-sb_nav_lb_g4y {
  padding: 0.625rem 8px 0.375rem;
  font-weight: 700;
  color: #3F6070;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10px;
}.zms-sb_link_g4y {
  padding: 9px 0.625rem;
  transition: background .15s,color .15s;
  border-radius: 4px;
  gap: 10px;
  display: flex;
  font-weight: 500;
  color: #789DB0;
  align-items: center;
  cursor: pointer;
  overflow-wrap: break-word;
  font-size: 13px;
}.zms-sb_link_g4y:hover {
  background: rgba(255,255,255,0.05);
  color: #E6F3F8;
}.zms-sb_link_g4y.zms-state_active_g4y {
  background: rgba(0,196,224,0.15);
  color: #E6F3F8;
}.zms-sb_ic_g4y {
  border-radius: 0.25rem;
  width: 1.875rem;
  justify-content: center;
  flex-shrink: 0;
  height: 1.875rem;
  align-items: center;
  display: flex;
}.zms-sb_ic_g4y svg {
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
}.zms-sb_ic_1_g4y {
  background: rgba(0,196,224,0.07);
  color: #00C4E0;
}.zms-sb_ic_2_g4y {
  background: rgba(0,201,124,0.15);
  color: #00C97C;
}.zms-sb_ic_3_g4y {
  background: rgba(240,164,0,0.15);
  color: #F0A400;
}.zms-sb_ic_4_g4y {
  background: rgba(11,120,184,0.20);
  color: #0B78B8;
}.zms-sb_ic_5_g4y {
  background: rgba(0,196,224,0.07);
  color: #E63E9A;
}.zms-sb_ic_6_g4y {
  background: rgba(11,120,184,0.20);
  color: #8B42E6;
}.zms-sb_badge_g4y {
  background: #F0A400;
  padding: 2px 7px;
  border-radius: 0.25rem;
  font-weight: 700;
  color: #04101A;
  margin-left: auto;
  font-size: 9px;
}.zms-sb_bot_g4y {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.5rem;
  padding: 12px;
  display: flex;
}.zms-sb_lang_g4y,.zms-sb_help_g4y {
  background: rgba(255,255,255,0.05);
  border-radius: 0.25rem;
  padding: 0.563rem 6px;
  flex: 1;
  gap: 6px;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.06);
  font-weight: 600;
  justify-content: center;
  color: #789DB0;
  align-items: center;
  display: flex;
  font-size: 11px;
}.zms-sb_lang_g4y:hover,.zms-sb_help_g4y:hover {
  border-color: rgba(0,196,224,0.38);
  color: #E6F3F8;
}.zms-sb_lang_g4y svg,.zms-sb_help_g4y svg {
  stroke-linecap: round;
  width: 0.813rem;
  height: 0.813rem;
  stroke-linejoin: round;
}.zms-sb_bd_g4y {
  background: rgba(3,7,9,0.76);
  inset: 0;
  display: none;
  position: fixed;
  z-index: 69;
}.zms-sb_bd_g4y.zms-state_on_g4y {
  display: block;
}
@media(min-width: 1079px) {.zms-sb_bd_g4y {
  display: none!important;
}
}.zms-mob_nav_g4y {
  background: #0C1820;
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,0.10);
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 80;
  display: flex;
  left: 0;
}
@media(min-width: 1077px) {.zms-mob_nav_g4y {
  display: none;
}
}.zms-mob_nav_item_g4y {
  gap: 4px;
  padding: 4px 2px;
  flex: 1;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  color: #3F6070;
}.zms-mob_nav_ic_g4y {
  line-height: 1;
}.zms-mob_nav_ic_g4y svg {
  width: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 20px;
}.zms-mob_nav_lb_g4y {
  font-size: 10px;
  font-weight: 600;
  color: #3F6070;
}.zms-mob_nav_item_g4y.zms-state_active_g4y {
  color: #00C4E0;
}.zms-mob_nav_item_g4y.zms-state_active_g4y .zms-mob_nav_lb_g4y {
  color: #00C4E0;
}.zms-hero_g4y {
  padding: 20px 16px 0;
  background: #060D12;
}
@media(min-width: 769px) {.zms-hero_g4y {
  padding: 24px 1.5rem 0;
}
}.zms-hero_in_g4y {
  margin: 0 auto;
  gap: 0.75rem;
  max-width: 1360px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.zms-hero_in_g4y {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1103px) {.zms-hero_in_g4y {
  grid-template-columns: 1fr 21.25rem;
}
}.zms-hero_promo_g4y {
  background: #091520;
  border-radius: 0.75rem;
  overflow: hidden;
  min-height: 220px;
  align-items: stretch;
  display: flex;
  position: relative;
}
@media(min-width:768px) {.zms-hero_promo_g4y {
  min-height: 17.5rem;
}
}.zms-hero_promo_bg_g4y {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#0A2535 0%,#060D12 100%);
  background-size: cover;
  position: absolute;
}.zms-hero_promo_bg_g4y::after {
  inset: 0;
  background: linear-gradient(90deg,#060D12 0%,rgba(3,7,9,0.76) 60%,transparent 100%);
  position: absolute;
  content: '';
}.zms-hero_promo_glow_g4y {
  background: radial-gradient(circle,rgba(11,120,184,0.20) 0%,transparent 65%);
  border-radius: 50%;
  right: 3.75rem;
  position: absolute;
  width: 300px;
  height: 300px;
  top: -2.5rem;
  pointer-events: none;
}.zms-hero_promo_ct_g4y {
  padding: 28px 1.5rem 28px 1.75rem;
  justify-content: center;
  z-index: 2;
  position: relative;
  max-width: 30rem;
  display: flex;
  flex-direction: column;
}
@media(min-width: 769px) {.zms-hero_promo_ct_g4y {
  padding: 40px 2rem;
}
}.zms-hero_badge_g4y {
  border: 1px solid rgba(0,196,224,0.07);
  border-radius: 1.25rem;
  padding: 5px 12px;
  background: rgba(0,196,224,0.15);
  font-weight: 700;
  letter-spacing: .08em;
  color: #00C4E0;
  display: inline-block;
  margin-bottom: 0.875rem;
  font-size: 0.625rem;
  text-transform: uppercase;
}.zms-hero_h1_g4y {
  font-family: 'Orbitron', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1.15;
  font-size: 1.625rem;
  color: #E6F3F8;
  margin-bottom: 10px;
}.zms-hero_h1_g4y em {
  color: #F0A400;
  font-style: normal;
}
@media(min-width: 765px) {.zms-hero_h1_g4y {
  font-size: 36px;
}
}.zms-hero_sub_g4y {
  font-size: 0.813rem;
  color: #789DB0;
  margin-bottom: 20px;
  line-height: 1.55;
}
@media(min-width: 765px) {.zms-hero_sub_g4y {
  font-size: 0.875rem;
}
}.zms-hero_row_g4y {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.zms-hero_cta_g4y {
  transition: background .2s;
  border-radius: 8px;
  padding: 13px 26px;
  background: #00C97C;
  font-size: 0.875rem;
  font-weight: 700;
  color: #04101A;
  box-shadow: 0 2px 0.875rem rgba(0,201,124,0.44), inset 0 1px 0 rgba(255,255,255,0.09);
}.zms-hero_cta_g4y:hover {
  background: #00E08E;
}.zms-hero_terms_g4y {
  color: #3F6070;
  font-size: 11px;
}.zms-hero_game_g4y {
  background: #091520;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  flex-direction: column;
  display: flex;
  position: relative;
}.zms-hero_game_badge_g4y {
  border: 1px solid rgba(240,164,0,0.15);
  background: rgba(240,164,0,0.15);
  padding: 0.313rem 0.625rem;
  border-radius: 20px;
  font-weight: 700;
  top: 0.75rem;
  color: #F0A400;
  position: absolute;
  z-index: 3;
  font-size: 0.625rem;
  left: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}.zms-hero_game_badge_g4y svg {
  margin-right: 0.25rem;
  vertical-align: -1px;
  width: 11px;
  height: 0.688rem;
}.zms-hero_game_img_g4y {
  background: linear-gradient(135deg,#0A2535,#060D12);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.zms-hero_game_img_g4y img {
  inset: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
}.zms-hero_game_play_g4y {
  background: rgba(3,7,9,0.76);
  inset: 0;
  transition: opacity .2s;
  justify-content: center;
  align-items: center;
  position: absolute;
  opacity: 0;
  display: flex;
}.zms-hero_game_g4y:hover .zms-hero_game_play_g4y {
  opacity: 1;
}.zms-hero_game_play_g4y span {
  background: #00C4E0;
  border-radius: 50%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
}.zms-hero_game_play_g4y span svg {
  width: 18px;
  height: 1.125rem;
  margin-left: 2px;
}.zms-hero_game_info_g4y {
  padding: 0.875rem 1rem;
}.zms-hero_game_title_g4y {
  font-size: 15px;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  color: #E6F3F8;
}.zms-hero_game_provider_g4y {
  font-size: 11px;
  color: #4E7280;
}.zms-hero_game_btn_g4y {
  transition: background .2s;
  border-radius: 8px;
  padding: 11px;
  background: #00C4E0;
  margin: 0.75rem 16px 16px;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #E6F3F8;
  font-size: 0.813rem;
}.zms-hero_game_g4y:hover .zms-hero_game_btn_g4y {
  background: #00DAFC;
}.zms-sbar_g4y {
  padding: 1rem 16px 0;
  background: #060D12;
}
@media(min-width: 769px) {.zms-sbar_g4y {
  padding: 18px 1.5rem 0;
}
}.zms-sbar_in_g4y {
  margin: 0 auto;
  max-width: 85rem;
}.zms-sbar_row_g4y {
  gap: 0.625rem;
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
}.zms-sbar_input_g4y {
  padding: 11px 16px;
  transition: border-color .2s;
  border-radius: 8px;
  background: #091520;
  border: 1px solid rgba(255,255,255,0.10);
  flex: 1;
  gap: 10px;
  cursor: pointer;
  font-size: 0.813rem;
  display: flex;
  color: #4E7280;
  align-items: center;
}.zms-sbar_input_g4y:hover {
  border-color: rgba(0,196,224,0.38);
}.zms-sbar_input_g4y svg {
  flex-shrink: 0;
  height: 0.938rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 15px;
}.zms-sbar_providers_g4y {
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s;
  gap: 0.5rem;
  background: #091520;
  border-radius: 0.5rem;
  padding: 0.688rem 1.125rem;
  font-weight: 600;
  display: flex;
  font-size: 13px;
  white-space: nowrap;
  color: #B4CDD8;
  align-items: center;
}.zms-sbar_providers_g4y:hover {
  border-color: rgba(0,196,224,0.38);
  color: #E6F3F8;
}.zms-sbar_providers_g4y svg {
  height: 14px;
  width: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.zms-sbar_tabs_g4y {
  gap: 0.375rem;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 2px;
  display: flex;
}.zms-sbar_tabs_g4y::-webkit-scrollbar {
  display: none;
}.zms-sbar_tab_g4y {
  transition: background .15s,color .15s,border-color .15s;
  gap: 0.438rem;
  padding: 8px 14px;
  border-radius: 1.25rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  font-weight: 600;
  white-space: nowrap;
  color: #789DB0;
  align-items: center;
  display: flex;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 0.75rem;
}.zms-sbar_tab_g4y:hover {
  border-color: rgba(0,196,224,0.38);
  background: rgba(255,255,255,0.07);
  color: #E6F3F8;
}.zms-sbar_tab_g4y.zms-state_active_g4y {
  border-color: rgba(0,196,224,0.07);
  background: rgba(0,196,224,0.15);
  color: #E6F3F8;
}.zms-sbar_tab_ic_g4y svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
  width: 0.875rem;
}.zms-wy_g4y {
  padding: 2rem 16px 0;
  background: #060D12;
}
@media(min-width: 769px) {.zms-wy_g4y {
  padding: 2.5rem 24px 0;
}
}.zms-wy_in_g4y {
  margin: 0 auto;
  max-width: 85rem;
}.zms-wy_head_g4y {
  max-width: 45rem;
  margin-bottom: 1.125rem;
}.zms-wy_label_g4y {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #00C4E0;
  font-size: 11px;
}.zms-wy_h2_g4y {
  margin-bottom: 0.5rem;
  font-family: 'Orbitron', sans-serif;
  color: #E6F3F8;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 767px) {.zms-wy_h2_g4y {
  font-size: 24px;
}
}.zms-wy_intro_g4y {
  margin: 0;
  line-height: 1.6;
  font-size: 13px;
  color: #4E7280;
}.zms-wy_grid_g4y {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.zms-wy_grid_g4y {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.zms-wy_grid_g4y {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.zms-wy_card_g4y {
  background: #0C1820;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  transition: border-color .2s,transform .2s;
  padding: 1.25rem;
}.zms-wy_card_g4y:hover {
  border-color: rgba(0,196,224,0.07);
  transform: translateY(-2px);
}.zms-wy_card_ic_g4y {
  border-radius: 50%;
  background: rgba(0,196,224,0.15);
  align-items: center;
  height: 2.75rem;
  color: #00C4E0;
  margin-bottom: 0.875rem;
  display: flex;
  width: 2.75rem;
  justify-content: center;
}.zms-wy_card_ic_g4y svg {
  width: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.375rem;
}.zms-wy_card_h_g4y {
  color: #E6F3F8;
  overflow-wrap: break-word;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 6px;
  font-size: 0.938rem;
}.zms-wy_card_p_g4y {
  color: #4E7280;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.6;
}.zms-wy_card_p_g4y strong {
  font-weight: 600;
  color: #B4CDD8;
}.zms-gcg_g4y {
  background: #060D12;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.zms-gcg_g4y {
  padding: 2.75rem 1.5rem 0;
}
}.zms-gcg_in_g4y {
  margin: 0 auto;
  max-width: 1360px;
}.zms-gcg_head_g4y {
  max-width: 720px;
  margin-bottom: 20px;
}.zms-gcg_label_g4y {
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #00C4E0;
  font-size: 11px;
  font-weight: 700;
}.zms-gcg_h2_g4y {
  font-size: 1.375rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #E6F3F8;
  overflow-wrap: break-word;
  font-family: 'Orbitron', sans-serif;
}
@media(min-width: 765px) {.zms-gcg_h2_g4y {
  font-size: 1.75rem;
}
}.zms-gcg_intro_g4y {
  line-height: 1.6;
  font-size: 13px;
  color: #4E7280;
}.zms-gcg_grid_g4y {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.zms-gcg_grid_g4y {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.zms-gcg_grid_g4y {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.zms-gcg_card_g4y {
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.75rem;
  padding: 1.25rem;
  overflow: hidden;
  position: relative;
  min-height: 240px;
  display: flex;
  cursor: pointer;
  justify-content: flex-end;
  flex-direction: column;
}.zms-gcg_card_g4y:hover {
  transform: translateY(-3px);
  border-color: rgba(0,196,224,0.15);
}.zms-gcg_card_bg_g4y {
  inset: 0;
  z-index: 0;
  position: absolute;
}.zms-gcg_card_bg_g4y::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.zms-gcg_card_ic_g4y {
  background: rgba(0,0,0,.45);
  border-radius: 4px;
  position: absolute;
  display: flex;
  color: #E6F3F8;
  width: 40px;
  top: 1.125rem;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  right: 18px;
  z-index: 2;
}.zms-gcg_card_ic_g4y svg {
  width: 1.25rem;
  stroke-linejoin: round;
  height: 1.25rem;
  stroke-linecap: round;
}.zms-gcg_card_ct_g4y {
  position: relative;
  z-index: 1;
}.zms-gcg_card_h_g4y {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #E6F3F8;
  font-family: 'Orbitron', sans-serif;
  font-weight: 800;
}
@media(min-width: 771px) {.zms-gcg_card_h_g4y {
  font-size: 20px;
}
}.zms-gcg_card_p_g4y {
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
}.zms-gcg_card_p_g4y strong {
  font-weight: 600;
  color: #E6F3F8;
}.zms-gcg_card_cta_g4y {
  gap: 4px;
  align-items: center;
  color: #00C4E0;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  display: inline-flex;
  font-weight: 700;
}.zms-gcg_card_cta_g4y svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.75rem;
  width: 12px;
}.zms-ws_g4y {
  background: #060D12;
  padding: 2rem 16px 0;
}
@media(min-width: 765px) {.zms-ws_g4y {
  padding: 36px 1.5rem 0;
}
}.zms-ws_in_g4y {
  margin: 0 auto;
  max-width: 85rem;
}.zms-ws_head_g4y {
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}.zms-ws_title_g4y {
  gap: 10px;
  font-size: 1rem;
  flex-wrap: wrap;
  color: #E6F3F8;
  align-items: center;
  display: flex;
  font-weight: 700;
  font-family: 'Orbitron', sans-serif;
  overflow-wrap: break-word;
}.zms-ws_title_ic_g4y svg {
  stroke-linecap: round;
  width: 18px;
  height: 1.125rem;
  stroke-linejoin: round;
  color: #F0A400;
}.zms-ws_online_g4y {
  gap: 0.438rem;
  font-weight: 600;
  color: #4E7280;
  font-size: 12px;
  display: flex;
  align-items: center;
}.zms-ws_online_dot_g4y {
  background: #00C97C;
  border-radius: 50%;
  width: 8px;
  box-shadow: 0 0 0.375rem rgba(0,201,124,0.15);
  height: 0.5rem;
  flex-shrink: 0;
}.zms-ws_scroll_g4y {
  gap: 8px;
  padding-bottom: 8px;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
}.zms-ws_scroll_g4y::-webkit-scrollbar {
  display: none;
}.zms-wc_g4y {
  background: #091520;
  padding: 0.625rem 0.875rem;
  gap: 0.625rem;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.10);
  align-items: center;
  min-width: 13.75rem;
  display: flex;
  flex-shrink: 0;
}.zms-wc_img_g4y {
  background: #0C1820;
  border-radius: 0.25rem;
  overflow: hidden;
  flex-shrink: 0;
  width: 36px;
  height: 2.25rem;
}.zms-wc_img_g4y img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.zms-wc_info_g4y {
  min-width: 0;
}.zms-wc_game_g4y {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #B4CDD8;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}.zms-wc_player_g4y {
  overflow: hidden;
  font-size: 10px;
  color: #3F6070;
  text-overflow: ellipsis;
  white-space: nowrap;
}.zms-wc_amount_g4y {
  color: #00C97C;
  font-size: 13px;
  flex-shrink: 0;
  margin-left: auto;
  font-weight: 700;
  white-space: nowrap;
}.zms-prov_g4y {
  padding: 36px 1rem 0;
  background: #060D12;
}
@media(min-width: 766px) {.zms-prov_g4y {
  padding: 44px 1.5rem 0;
}
}.zms-prov_in_g4y {
  margin: 0 auto;
  max-width: 85rem;
}.zms-prov_head_g4y {
  margin-bottom: 16px;
}.zms-prov_label_g4y {
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #00C4E0;
  font-size: 11px;
}.zms-prov_h2_g4y {
  margin-bottom: 0.5rem;
  font-family: 'Orbitron', sans-serif;
  color: #E6F3F8;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.zms-prov_h2_g4y {
  font-size: 24px;
}
}.zms-prov_seo_g4y {
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #4E7280;
  font-size: 13px;
  max-width: 38.75rem;
  margin-bottom: 16px;
}.zms-prov_seo_g4y strong {
  color: #B4CDD8;
  font-weight: 700;
}.zms-prov_seo_g4y a {
  color: #00C4E0;
  text-decoration: underline;
}.zms-prov_grid_g4y {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 637px) {.zms-prov_grid_g4y {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width:1080px) {.zms-prov_grid_g4y {
  grid-template-columns: repeat(8,1fr);
}
}.zms-prov_card_g4y {
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s,background .2s;
  padding: 14px 10px;
  gap: 7px;
  background: #091520;
  flex-direction: column;
  display: flex;
  align-items: center;
  cursor: pointer;
}.zms-prov_card_g4y:hover {
  background: #0C1820;
  border-color: rgba(0,196,224,0.38);
}.zms-prov_logo_g4y {
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  border-radius: 4px;
  justify-content: center;
  display: flex;
  height: 2.75rem;
  align-items: center;
  width: 44px;
}.zms-prov_logo_g4y img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.zms-prov_name_g4y {
  text-align: center;
  color: #789DB0;
  font-size: 11px;
  font-weight: 600;
  overflow-wrap: break-word;
}.zms-reg_g4y {
  padding: 36px 1rem 0;
  background: #060D12;
}
@media(min-width: 769px) {.zms-reg_g4y {
  padding: 2.75rem 24px 0;
}
}.zms-reg_in_g4y {
  margin: 0 auto;
  border-radius: 12px;
  padding: 1.75rem 24px;
  background: #0C1820;
  border: 1px solid rgba(255,255,255,0.06);
  max-width: 85rem;
}
@media(min-width:768px) {.zms-reg_in_g4y {
  padding: 40px;
}
}.zms-reg_top_g4y {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 857px) {.zms-reg_top_g4y {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.zms-reg_label_g4y {
  font-weight: 700;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  color: #00C4E0;
  font-size: 11px;
  letter-spacing: .08em;
}.zms-reg_h2_g4y {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 800;
  font-family: 'Orbitron', sans-serif;
  color: #E6F3F8;
  overflow-wrap: break-word;
  line-height: 1.2;
}
@media(min-width: 770px) {.zms-reg_h2_g4y {
  font-size: 28px;
}
}.zms-reg_bonus_g4y {
  gap: 8px;
  border-radius: 8px;
  padding: 0.625rem 16px;
  background: rgba(240,164,0,0.15);
  border: 1px solid rgba(240,164,0,0.15);
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}.zms-reg_bonus_amount_g4y {
  font-weight: 800;
  color: #F0A400;
  font-size: 20px;
}.zms-reg_bonus_text_g4y {
  font-size: 0.813rem;
  line-height: 1.35;
  color: #789DB0;
}.zms-reg_cta_btn_g4y {
  padding: 0.875rem 2rem;
  border-radius: 8px;
  background: #00C97C;
  transition: background .2s;
  font-size: 0.938rem;
  display: inline-block;
  color: #04101A;
  margin-bottom: 12px;
  font-weight: 700;
  box-shadow: 0 2px 0.875rem rgba(0,201,124,0.44), inset 0 1px 0 rgba(255,255,255,0.09);
}.zms-reg_cta_btn_g4y:hover {
  background: #00E08E;
}.zms-reg_terms_g4y {
  color: #3F6070;
  line-height: 1.5;
  font-size: 0.688rem;
}.zms-reg_seo_g4y {
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #4E7280;
  font-size: 13px;
  margin-top: 20px;
  padding-top: 20px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.zms-reg_seo_g4y p {
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 0.625rem;
  color: #4E7280;
}.zms-reg_seo_g4y p:last-child {
  margin-bottom: 0;
}.zms-reg_seo_g4y strong {
  color: #B4CDD8;
  font-weight: 700;
}.zms-reg_seo_g4y a {
  transition: color .2s;
  color: #00C4E0;
  text-decoration: underline;
}.zms-reg_seo_g4y a:hover {
  color: #00DAFC;
}.zms-reg_seo_g4y ul,.zms-reg_seo_g4y ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 18px;
}.zms-reg_seo_g4y ol {
  list-style: decimal;
}.zms-reg_seo_g4y li {
  margin-bottom: 0.25rem;
  font-size: 13px;
  line-height: 1.65;
  color: #4E7280;
}.zms-reg_seo_g4y table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.813rem;
  display: block;
  overflow-x: auto;
  margin-bottom: 10px;
}
@media(min-width: 765px) {.zms-reg_seo_g4y table {
  display: table;
}
}.zms-reg_seo_g4y th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #B4CDD8;
  text-align: left;
}.zms-reg_seo_g4y td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 8px;
  color: #4E7280;
}.zms-reg_steps_g4y {
  gap: 0.875rem;
  display: flex;
  flex-direction: column;
  margin-top: 1.75rem;
}
@media(min-width: 861px) {.zms-reg_steps_g4y {
  margin-top: 0;
}
}.zms-reg_step_g4y {
  border-radius: 0.5rem;
  padding: 1rem;
  gap: 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.zms-reg_step_num_g4y {
  border: 1px solid rgba(0,196,224,0.07);
  border-radius: 50%;
  background: rgba(0,196,224,0.15);
  height: 34px;
  align-items: center;
  color: #00C4E0;
  flex-shrink: 0;
  display: flex;
  width: 2.125rem;
  font-size: 0.875rem;
  justify-content: center;
  font-weight: 800;
}.zms-reg_step_title_g4y {
  font-weight: 700;
  font-size: 14px;
  color: #E6F3F8;
  margin-bottom: 3px;
}.zms-reg_step_text_g4y {
  line-height: 1.5;
  color: #4E7280;
  font-size: 0.75rem;
}.zms-reg_trust_g4y {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  flex-wrap: wrap;
  display: flex;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}.zms-reg_trust_item_g4y {
  gap: 7px;
  display: flex;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #4E7280;
  align-items: center;
}.zms-reg_trust_ic_g4y svg {
  height: 16px;
  stroke-linejoin: round;
  color: #00C4E0;
  width: 1rem;
  stroke-linecap: round;
}.zms-app_g4y {
  background: #060D12;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.zms-app_g4y {
  padding: 44px 1.5rem 0;
}
}.zms-app_in_g4y {
  margin: 0 auto;
  max-width: 1360px;
}.zms-app_head_g4y {
  margin-bottom: 16px;
}.zms-app_label_g4y {
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  color: #00C4E0;
}.zms-app_h2_g4y {
  color: #E6F3F8;
  font-weight: 800;
  font-family: 'Orbitron', sans-serif;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
}
@media(min-width: 770px) {.zms-app_h2_g4y {
  font-size: 1.5rem;
}
}.zms-app_sub_g4y {
  max-width: 37.5rem;
  overflow-wrap: break-word;
  color: #4E7280;
  font-size: 0.813rem;
  line-height: 1.6;
}.zms-app_sub_g4y strong {
  color: #B4CDD8;
  font-weight: 700;
}.zms-app_cards_g4y {
  gap: 10px;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 16px;
}
@media(min-width: 642px) {.zms-app_cards_g4y {
  grid-template-columns: repeat(3,1fr);
}
}.zms-app_card_g4y {
  padding: 20px;
  overflow: hidden;
  border-radius: 0.5rem;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
}.zms-app_card_ios_g4y {
  background: linear-gradient(135deg,rgba(0,196,224,0.15) 0%,#0C1820 100%);
}.zms-app_card_android_g4y {
  background: linear-gradient(135deg,rgba(0,201,124,0.15) 0%,#0C1820 100%);
}.zms-app_card_win_g4y {
  background: linear-gradient(135deg,rgba(240,164,0,0.15) 0%,#0C1820 100%);
}.zms-app_card_ic_g4y svg {
  stroke-linecap: round;
  width: 34px;
  height: 34px;
  stroke-linejoin: round;
}.zms-app_card_ic_g4y {
  color: #E6F3F8;
  flex-shrink: 0;
}.zms-app_card_os_g4y {
  font-size: 0.625rem;
  margin-bottom: 0.375rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #4E7280;
  letter-spacing: .08em;
}.zms-app_card_title_g4y {
  font-weight: 700;
  color: #E6F3F8;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  line-height: 1.2;
  font-size: 15px;
}.zms-app_card_text_g4y {
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #4E7280;
  margin-bottom: 14px;
}.zms-app_card_btn_g4y {
  gap: 0.438rem;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(0,196,224,0.38);
  border-radius: 0.25rem;
  transition: background .2s;
  padding: 0.625rem 18px;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #E6F3F8;
  display: inline-flex;
}.zms-app_card_btn_g4y:hover {
  background: rgba(255,255,255,0.07);
}.zms-bon_g4y {
  background: #060D12;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.zms-bon_g4y {
  padding: 2.75rem 1.5rem 0;
}
}.zms-bon_in_g4y {
  margin: 0 auto;
  max-width: 85rem;
}.zms-bon_head_g4y {
  margin-bottom: 1.25rem;
}.zms-bon_label_g4y {
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00C4E0;
}.zms-bon_h2_g4y {
  font-weight: 800;
  font-family: 'Orbitron', sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #E6F3F8;
}
@media(min-width: 771px) {.zms-bon_h2_g4y {
  font-size: 1.5rem;
}
}.zms-bon_seo_g4y {
  max-width: 620px;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 13px;
  color: #4E7280;
}.zms-bon_seo_g4y strong {
  font-weight: 700;
  color: #B4CDD8;
}.zms-bon_seo_g4y a {
  text-decoration: underline;
  color: #00C4E0;
}.zms-bon_grid_g4y {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 643px) {.zms-bon_grid_g4y {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.zms-bon_grid_g4y {
  grid-template-columns: repeat(5,1fr);
}
}.zms-bon_card_g4y {
  transition: border-color .2s,transform .2s;
  padding: 16px;
  border-radius: 0.5rem;
  background: #091520;
  border: 1px solid rgba(255,255,255,0.10);
}.zms-bon_card_g4y:hover {
  border-color: rgba(0,196,224,0.07);
  transform: translateY(-2px);
}.zms-bon_card_ic_g4y svg {
  width: 26px;
  stroke-linejoin: round;
  height: 26px;
  stroke-linecap: round;
}.zms-bon_card_ic_g4y {
  margin-bottom: 0.625rem;
}.zms-bon_card_type_g4y {
  margin-bottom: 0.375rem;
  font-size: 10px;
  color: #4E7280;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
}.zms-bon_card_amount_g4y {
  line-height: 1.1;
  color: #F0A400;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 6px;
}.zms-bon_card_name_g4y {
  color: #E6F3F8;
  font-weight: 600;
  font-size: 0.813rem;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}.zms-bon_card_detail_g4y {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  color: #3F6070;
  padding-top: 0.5rem;
  font-size: 11px;
  line-height: 1.5;
}.zms-htp_g4y {
  padding: 36px 1rem 0;
  background: #060D12;
}
@media(min-width: 769px) {.zms-htp_g4y {
  padding: 2.75rem 1.5rem 0;
}
}.zms-htp_in_g4y {
  margin: 0 auto;
  max-width: 1360px;
}.zms-htp_head_g4y {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.zms-htp_label_g4y {
  color: #00C4E0;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.zms-htp_h2_g4y {
  overflow-wrap: break-word;
  color: #E6F3F8;
  font-family: 'Orbitron', sans-serif;
  font-size: 1.375rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width:768px) {.zms-htp_h2_g4y {
  font-size: 28px;
}
}.zms-htp_intro_g4y {
  color: #4E7280;
  line-height: 1.6;
  font-size: 0.875rem;
}.zms-htp_steps_g4y {
  padding: 0;
  gap: 12px;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width: 638px) {.zms-htp_steps_g4y {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.zms-htp_steps_g4y {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.zms-htp_step_g4y {
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 1.25rem 18px 1.125rem;
  background: #0C1820;
  position: relative;
  flex-direction: column;
  display: flex;
}.zms-htp_step_num_g4y {
  background: #00C4E0;
  border-radius: 50%;
  width: 1.75rem;
  font-family: 'Orbitron', sans-serif;
  justify-content: center;
  height: 1.75rem;
  display: flex;
  font-weight: 800;
  left: 1.25rem;
  color: #04101A;
  align-items: center;
  position: absolute;
  top: -0.75rem;
  font-size: 0.813rem;
}.zms-htp_step_ic_g4y {
  background: rgba(0,196,224,0.15);
  margin: 0.5rem 0 12px;
  border-radius: 0.25rem;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #00C4E0;
  height: 36px;
  width: 36px;
}.zms-htp_step_ic_g4y svg {
  height: 1.125rem;
  stroke-linecap: round;
  width: 1.125rem;
  stroke-linejoin: round;
}.zms-htp_step_h_g4y {
  line-height: 1.25;
  color: #E6F3F8;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-weight: 700;
  font-size: 0.875rem;
}.zms-htp_step_p_g4y {
  font-size: 13px;
  color: #4E7280;
  line-height: 1.55;
  overflow-wrap: break-word;
}.zms-htp_step_p_g4y strong {
  font-weight: 600;
  color: #B4CDD8;
}.zms-htp_cta_g4y {
  border-radius: 8px;
  padding: 13px 26px;
  background: #00C97C;
  transition: background .2s;
  font-weight: 700;
  display: inline-block;
  font-size: 0.875rem;
  margin-top: 20px;
  color: #04101A;
}.zms-htp_cta_g4y:hover {
  background: #00E08E;
}.zms-seo_g4y {
  background: #060D12;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.zms-seo_g4y {
  padding: 44px 1.5rem 0;
}
}.zms-seo_in_g4y {
  background: #0C1820;
  border: 1px solid rgba(255,255,255,0.10);
  margin: 0 auto;
  border-radius: 12px;
  padding: 28px 1.5rem;
  max-width: 1360px;
}
@media(min-width: 771px) {.zms-seo_in_g4y {
  padding: 36px 2.5rem;
}
}.zms-seo_label_g4y {
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #00C4E0;
  letter-spacing: .08em;
}.zms-seo_h2_g4y {
  font-size: 1.25rem;
  font-family: 'Orbitron', sans-serif;
  line-height: 1.25;
  color: #E6F3F8;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
}
@media(min-width: 765px) {.zms-seo_h2_g4y {
  font-size: 1.5rem;
}
}.zms-seo_body_g4y {
  overflow-wrap: break-word;
  color: #789DB0;
  font-size: 14px;
  line-height: 1.75;
}.zms-seo_body_g4y p {
  margin-bottom: 12px;
  color: #789DB0;
  font-size: 14px;
  line-height: 1.75;
}.zms-seo_body_g4y p:last-child {
  margin-bottom: 0;
}.zms-seo_body_g4y strong {
  color: #B4CDD8;
  font-weight: 700;
}.zms-seo_body_g4y a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C4E0;
}.zms-seo_body_g4y a:hover {
  color: #00DAFC;
}.zms-seo_body_g4y ul,.zms-seo_body_g4y ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.zms-seo_body_g4y ol {
  list-style: decimal;
}.zms-seo_body_g4y li {
  color: #789DB0;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
}.zms-seo_body_g4y table {
  overflow-x: auto;
  font-size: 13px;
  margin-bottom: 12px;
  border-collapse: collapse;
  display: block;
  width: 100%;
}
@media(min-width: 769px) {.zms-seo_body_g4y table {
  display: table;
}
}.zms-seo_body_g4y th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  font-weight: 700;
  color: #B4CDD8;
}.zms-seo_body_g4y td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #789DB0;
}.zms-seo_cols_g4y {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.zms-seo_cols_g4y {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.zms-seo_cols_g4y {
  grid-template-columns: repeat(3,1fr);
}
}.zms-seo_col_h_g4y {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #B4CDD8;
  font-size: 13px;
  margin-bottom: 0.438rem;
}.zms-seo_col_p_g4y {
  overflow-wrap: break-word;
  color: #4E7280;
  line-height: 1.65;
  font-size: 13px;
}.zms-seo_stats_g4y {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.zms-seo_stat_g4y {
  border: 1px solid rgba(0,196,224,0.15);
  flex: 1;
  background: rgba(0,196,224,0.07);
  padding: 0.875rem 16px;
  border-radius: 0.5rem;
  min-width: 140px;
}.zms-seo_stat_val_g4y {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 0.25rem;
  color: #00C4E0;
}.zms-seo_stat_lb_g4y {
  overflow-wrap: break-word;
  color: #4E7280;
  font-size: 11px;
}.zms-seo_g4y {
  padding: 36px 16px 0;
  background: #060D12;
}
@media(min-width: 771px) {.zms-seo_g4y {
  padding: 2.75rem 1.5rem 0;
}
}.zms-seo_in_g4y {
  margin: 0 auto;
  padding: 28px 24px;
  border-radius: 12px;
  background: #0C1820;
  border: 1px solid rgba(255,255,255,0.10);
  max-width: 1360px;
}
@media(min-width: 771px) {.zms-seo_in_g4y {
  padding: 2.25rem 2.5rem;
}
}.zms-seo_label_g4y {
  letter-spacing: .08em;
  font-weight: 700;
  color: #00C4E0;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-size: 11px;
}.zms-seo_h2_g4y {
  font-size: 20px;
  color: #E6F3F8;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 14px;
  font-family: 'Orbitron', sans-serif;
}
@media(min-width: 766px) {.zms-seo_h2_g4y {
  font-size: 24px;
}
}.zms-seo_body_g4y {
  overflow-wrap: break-word;
  color: #789DB0;
  line-height: 1.75;
  font-size: 0.875rem;
}.zms-seo_body_g4y p {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 12px;
  color: #789DB0;
}.zms-seo_body_g4y p:last-child {
  margin-bottom: 0;
}.zms-seo_body_g4y strong {
  font-weight: 700;
  color: #B4CDD8;
}.zms-seo_body_g4y a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C4E0;
}.zms-seo_body_g4y a:hover {
  color: #00DAFC;
}.zms-seo_body_g4y ul,.zms-seo_body_g4y ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.zms-seo_body_g4y ol {
  list-style: decimal;
}.zms-seo_body_g4y li {
  margin-bottom: 6px;
  line-height: 1.75;
  color: #789DB0;
  font-size: 0.875rem;
}.zms-seo_body_g4y table {
  border-collapse: collapse;
  display: block;
  margin-bottom: 0.75rem;
  width: 100%;
  overflow-x: auto;
  font-size: 0.813rem;
}
@media(min-width: 771px) {.zms-seo_body_g4y table {
  display: table;
}
}.zms-seo_body_g4y th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  text-align: left;
  color: #B4CDD8;
  font-weight: 700;
}.zms-seo_body_g4y td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #789DB0;
}.zms-seo_cols_g4y {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.zms-seo_cols_g4y {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.zms-seo_cols_g4y {
  grid-template-columns: repeat(3,1fr);
}
}.zms-seo_col_h_g4y {
  font-size: 0.813rem;
  color: #B4CDD8;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-weight: 700;
}.zms-seo_col_p_g4y {
  color: #4E7280;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
}.zms-seo_stats_g4y {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.zms-seo_stat_g4y {
  background: rgba(0,196,224,0.07);
  padding: 0.875rem 1rem;
  flex: 1;
  border-radius: 8px;
  border: 1px solid rgba(0,196,224,0.15);
  min-width: 140px;
}.zms-seo_stat_val_g4y {
  overflow-wrap: break-word;
  color: #00C4E0;
  margin-bottom: 4px;
  font-size: 1.25rem;
  font-weight: 800;
}.zms-seo_stat_lb_g4y {
  color: #4E7280;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.zms-seo_g4y {
  background: #060D12;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.zms-seo_g4y {
  padding: 2.75rem 24px 0;
}
}.zms-seo_in_g4y {
  border: 1px solid rgba(255,255,255,0.10);
  margin: 0 auto;
  border-radius: 12px;
  padding: 28px 24px;
  background: #0C1820;
  max-width: 1360px;
}
@media(min-width: 769px) {.zms-seo_in_g4y {
  padding: 36px 2.5rem;
}
}.zms-seo_label_g4y {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 11px;
  color: #00C4E0;
  font-weight: 700;
  letter-spacing: .08em;
}.zms-seo_h2_g4y {
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-family: 'Orbitron', sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  color: #E6F3F8;
}
@media(min-width: 771px) {.zms-seo_h2_g4y {
  font-size: 24px;
}
}.zms-seo_body_g4y {
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
  color: #789DB0;
}.zms-seo_body_g4y p {
  margin-bottom: 12px;
  font-size: 14px;
  color: #789DB0;
  line-height: 1.75;
}.zms-seo_body_g4y p:last-child {
  margin-bottom: 0;
}.zms-seo_body_g4y strong {
  font-weight: 700;
  color: #B4CDD8;
}.zms-seo_body_g4y a {
  transition: color .2s;
  color: #00C4E0;
  text-decoration: underline;
}.zms-seo_body_g4y a:hover {
  color: #00DAFC;
}.zms-seo_body_g4y ul,.zms-seo_body_g4y ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.zms-seo_body_g4y ol {
  list-style: decimal;
}.zms-seo_body_g4y li {
  font-size: 14px;
  color: #789DB0;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.zms-seo_body_g4y table {
  display: block;
  overflow-x: auto;
  font-size: 13px;
  width: 100%;
  margin-bottom: 12px;
  border-collapse: collapse;
}
@media(min-width: 766px) {.zms-seo_body_g4y table {
  display: table;
}
}.zms-seo_body_g4y th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  color: #B4CDD8;
  font-weight: 700;
}.zms-seo_body_g4y td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #789DB0;
}.zms-seo_cols_g4y {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.zms-seo_cols_g4y {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.zms-seo_cols_g4y {
  grid-template-columns: repeat(3,1fr);
}
}.zms-seo_col_h_g4y {
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #B4CDD8;
  margin-bottom: 0.438rem;
}.zms-seo_col_p_g4y {
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #4E7280;
}.zms-seo_stats_g4y {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.zms-seo_stat_g4y {
  padding: 0.875rem 16px;
  border: 1px solid rgba(0,196,224,0.15);
  border-radius: 8px;
  flex: 1;
  background: rgba(0,196,224,0.07);
  min-width: 8.75rem;
}.zms-seo_stat_val_g4y {
  margin-bottom: 0.25rem;
  color: #00C4E0;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
}.zms-seo_stat_lb_g4y {
  overflow-wrap: break-word;
  color: #4E7280;
  font-size: 11px;
}.zms-pmt_g4y {
  background: #060D12;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.zms-pmt_g4y {
  padding: 44px 1.5rem 0;
}
}.zms-pmt_in_g4y {
  margin: 0 auto;
  max-width: 1360px;
}.zms-pmt_head_g4y {
  margin-bottom: 22px;
  max-width: 720px;
}.zms-pmt_label_g4y {
  font-size: 0.688rem;
  margin-bottom: 8px;
  color: #00C4E0;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.zms-pmt_h2_g4y {
  font-family: 'Orbitron', sans-serif;
  color: #E6F3F8;
  margin-bottom: 0.5rem;
  font-size: 22px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.zms-pmt_h2_g4y {
  font-size: 28px;
}
}.zms-pmt_intro_g4y {
  color: #4E7280;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.6;
}.zms-pmt_groups_g4y {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}.zms-pmt_group_g4y {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  padding: 20px;
  background: #0C1820;
}.zms-pmt_group_head_g4y {
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}.zms-pmt_group_ic_g4y {
  background: rgba(0,196,224,0.15);
  border-radius: 0.25rem;
  color: #00C4E0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 2.25rem;
  width: 2.25rem;
  justify-content: center;
}.zms-pmt_group_ic_g4y svg {
  width: 18px;
  height: 18px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.zms-pmt_group_h_g4y {
  margin: 0;
  overflow-wrap: break-word;
  color: #E6F3F8;
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  font-size: 16px;
}.zms-pmt_group_p_g4y {
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #4E7280;
  font-size: 13px;
  margin-bottom: 14px;
}.zms-pmt_group_p_g4y strong {
  color: #B4CDD8;
  font-weight: 600;
}.zms-pmt_table_wrap_g4y {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.zms-pmt_table_g4y {
  font-size: 0.813rem;
  min-width: 540px;
  border-collapse: collapse;
  width: 100%;
}.zms-pmt_table_g4y th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  font-size: 0.688rem;
  text-align: left;
  letter-spacing: .04em;
  white-space: nowrap;
  font-weight: 700;
  text-transform: uppercase;
  color: #B4CDD8;
}.zms-pmt_table_g4y td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 12px;
  color: #4E7280;
}.zms-pmt_table_g4y tbody tr:last-child td {
  border-bottom: none;
}.zms-pmt_table_g4y tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #B4CDD8;
}.zms-faq_g4y {
  background: #060D12;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.zms-faq_g4y {
  padding: 2.75rem 24px 0;
}
}.zms-faq_in_g4y {
  margin: 0 auto;
  max-width: 1360px;
}.zms-faq_head_g4y {
  margin-bottom: 20px;
}.zms-faq_label_g4y {
  text-transform: uppercase;
  color: #00C4E0;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.zms-faq_h2_g4y {
  font-weight: 800;
  font-family: 'Orbitron', sans-serif;
  color: #E6F3F8;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.zms-faq_h2_g4y {
  font-size: 1.5rem;
}
}.zms-faq_list_g4y {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.zms-faq_item_g4y {
  border-radius: 8px;
  overflow: hidden;
  background: #0C1820;
  border: 1px solid rgba(255,255,255,0.10);
}.zms-faq_q_g4y {
  gap: 12px;
  padding: 1rem 1.25rem;
  transition: color .2s;
  font-weight: 600;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #B4CDD8;
  cursor: pointer;
}.zms-faq_q_g4y:hover {
  color: #E6F3F8;
}.zms-faq_q_ic_g4y {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255,255,255,0.05);
  flex-shrink: 0;
  color: #00C4E0;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  display: flex;
  width: 1.5rem;
}.zms-faq_item_g4y.zms-state_open_g4y .zms-faq_q_ic_g4y {
  transform: rotate(45deg);
}.zms-faq_a_g4y {
  padding: 0 20px 1rem;
  line-height: 1.7;
  color: #4E7280;
  display: none;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.zms-faq_item_g4y.zms-state_open_g4y .zms-faq_a_g4y {
  display: block;
}.zms-faq_a_g4y strong {
  color: #B4CDD8;
  font-weight: 700;
}.zms-faq_a_g4y a {
  text-decoration: underline;
  color: #00C4E0;
}.zms-faq_a_g4y ul,.zms-faq_a_g4y ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.zms-faq_a_g4y ol {
  list-style: decimal;
}.zms-faq_a_g4y li {
  line-height: 1.6;
  margin-bottom: 4px;
}.zms-faq_a_g4y table {
  margin: 8px 0;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  display: block;
  font-size: 12px;
}
@media(min-width: 771px) {.zms-faq_a_g4y table {
  display: table;
}
}.zms-faq_a_g4y th {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #B4CDD8;
  text-align: left;
}.zms-faq_a_g4y td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #4E7280;
}.zms-ft_g4y {
  background: #030709;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 3rem;
}.zms-ft_support_g4y {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 24px 16px;
}
@media(min-width:768px) {.zms-ft_support_g4y {
  padding: 1.75rem 24px;
}
}.zms-ft_support_in_g4y {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 1360px;
}.zms-ft_support_main_g4y {
  flex: 1;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  min-width: 13.75rem;
  display: flex;
}.zms-ft_support_ic_g4y {
  flex-shrink: 0;
  color: #00C4E0;
}.zms-ft_support_ic_g4y svg {
  width: 30px;
  stroke-linejoin: round;
  height: 1.875rem;
  stroke-linecap: round;
}.zms-ft_support_text_title_g4y {
  color: #E6F3F8;
  font-weight: 700;
  margin-bottom: 3px;
  overflow-wrap: break-word;
  font-size: 15px;
}.zms-ft_support_text_sub_g4y {
  overflow-wrap: break-word;
  color: #4E7280;
  font-size: 12px;
}.zms-ft_support_btn_g4y {
  background: #00C4E0;
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 0.688rem 22px;
  color: #E6F3F8;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 700;
}.zms-ft_support_btn_g4y:hover {
  background: #00DAFC;
}.zms-ft_support_contacts_g4y {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.zms-ft_support_contact_g4y {
  color: #3F6070;
  line-height: 1.4;
  font-size: 12px;
}.zms-ft_support_contact_g4y strong {
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 0.688rem;
  color: #789DB0;
}.zms-ft_main_g4y {
  padding: 32px 1rem 24px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 770px) {.zms-ft_main_g4y {
  padding: 40px 1.5rem 32px;
}
}.zms-ft_main_in_g4y {
  gap: 24px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 85rem;
}
@media(min-width:640px) {.zms-ft_main_in_g4y {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.zms-ft_main_in_g4y {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.zms-ft_col_logo_g4y {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.zms-ft_col_logo_g4y {
  grid-column: auto;
}
}.zms-ft_logo_g4y {
  gap: 0.563rem;
  color: #E6F3F8;
  display: flex;
  font-size: 16px;
  margin-bottom: 0.75rem;
  font-weight: 800;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  align-items: center;
}.zms-ft_logo_mark_g4y {
  overflow: hidden;
  border-radius: 0.25rem;
  height: 30px;
  width: 30px;
}.zms-ft_logo_mark_g4y img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.zms-ft_logo_sub_g4y {
  font-size: 0.75rem;
  max-width: 200px;
  overflow-wrap: break-word;
  color: #3F6070;
  line-height: 1.55;
}.zms-ft_col_title_g4y {
  letter-spacing: .07em;
  font-weight: 700;
  color: #789DB0;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  font-size: 0.75rem;
}.zms-ft_col_links_g4y {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.zms-ft_col_link_g4y {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #3F6070;
  font-size: 13px;
}.zms-ft_col_link_g4y:hover {
  color: #B4CDD8;
}.zms-ft_apps_g4y {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.zms-ft_app_card_g4y {
  border-radius: 0.25rem;
  padding: 0.625rem 12px;
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  gap: 0.625rem;
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  align-items: center;
}.zms-ft_app_card_g4y:hover {
  border-color: rgba(0,196,224,0.38);
}.zms-ft_app_card_ic_g4y svg {
  height: 22px;
  width: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.zms-ft_app_card_os_g4y {
  font-size: 0.625rem;
  font-weight: 600;
  color: #3F6070;
}.zms-ft_app_card_action_g4y {
  color: #B4CDD8;
  font-weight: 700;
  font-size: 0.75rem;
}.zms-ft_bot_g4y {
  padding: 20px 1rem;
}
@media(min-width: 767px) {.zms-ft_bot_g4y {
  padding: 20px 24px;
}
}.zms-ft_bot_in_g4y {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  max-width: 1360px;
  flex-wrap: wrap;
  display: flex;
}.zms-ft_socials_g4y {
  gap: 0.5rem;
  display: flex;
}.zms-ft_soc_g4y {
  transition: background .2s;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  color: #789DB0;
  width: 2.25rem;
}.zms-ft_soc_g4y svg {
  height: 16px;
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
}.zms-ft_soc_g4y:hover {
  background: rgba(255,255,255,0.07);
}.zms-ft_legal_g4y {
  flex: 1;
  font-size: 0.688rem;
  min-width: 200px;
  overflow-wrap: break-word;
  color: #5A7D8C;
  line-height: 1.6;
}.zms-ft_legal_g4y strong {
  font-weight: 700;
  color: #789DB0;
}.zms-ft_legal_g4y a {
  text-decoration: underline;
  color: #789DB0;
}.zms-ft_age_g4y {
  border: 2px solid #5A7D8C;
  border-radius: 50%;
  margin-left: auto;
  font-size: 11px;
  display: flex;
  height: 32px;
  font-weight: 800;
  justify-content: center;
  align-items: center;
  width: 2rem;
  color: #5A7D8C;
  flex-shrink: 0;
}