*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  font-family: 'Exo 2', sans-serif;
  color: #C6BADA;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  background-color: #090B18;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: inherit;
}a {
  text-decoration: none;
  color: inherit;
}.zga-layout-ww4 {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.zga-page-ww4 {
  min-height: 100vh;
  display: flex;
}.zga-main-ww4 {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media screen and (min-width:1080px) {.zga-main-ww4 {
  padding-left: 220px;
}
}
@media screen and (max-width: 1081px) {.zga-main-ww4 {
  padding-bottom: 4.5rem;
}
}.zga-gc-ww4 {
  overflow: hidden;
  border-radius: 6px;
  background: #0D1022;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  width: 140px;
}
@media(min-width: 641px) {.zga-gc-ww4 {
  width: 156px;
}
}
@media(min-width:1080px) {.zga-gc-ww4 {
  width: 168px;
}
}.zga-gc-ww4:hover {
  transform: translateY(-3px);
  border-color: rgba(217, 36, 111, 0.07);
}.zga-gc_img-ww4 {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.zga-gc_img-ww4 img {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}.zga-gc_hover-ww4 {
  transition: opacity .2s;
  inset: 0;
  background: rgba(5, 6, 14, 0.72);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}.zga-gc-ww4:hover .zga-gc_hover-ww4 {
  opacity: 1;
}.zga-gc_hover_btn-ww4 {
  padding: 0.5rem 16px;
  border-radius: 0.25rem;
  background: #D9246F;
  color: #F4EEFF;
  font-size: 12px;
  font-weight: 700;
}.zga-gc_info-ww4 {
  padding: 0.5rem 10px 10px;
}.zga-gc_name-ww4 {
  overflow: hidden;
  white-space: nowrap;
  color: #C6BADA;
  max-width: 100%;
  font-size: 12px;
  margin-bottom: 3px;
  font-weight: 600;
  text-overflow: ellipsis;
}.zga-gc_prov-ww4 {
  font-size: 0.625rem;
  color: #524C6A;
}.zga-gc_tag-ww4 {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  position: absolute;
  font-weight: 700;
  z-index: 2;
  letter-spacing: .04em;
  top: 6px;
  left: 6px;
  font-size: 9px;
  text-transform: uppercase;
}.zga-gc_tag_hot-ww4 {
  background: #FF2B44;
  color: #fff;
}.zga-gc_tag_new-ww4 {
  background: #1FD46A;
  color: #090B18;
}.zga-gc_tag_jp-ww4 {
  background: #F0A820;
  color: #090B18;
}.zga-gc_tag_ex-ww4 {
  background: #6B1FA8;
  color: #fff;
}.zga-gc_tag_live-ww4 {
  background: #FF2B44;
  color: #fff;
}.zga-gr-ww4 {
  padding: 2rem 1rem 0;
  background: #090B18;
}
@media(min-width: 769px) {.zga-gr-ww4 {
  padding: 2.25rem 24px 0;
}
}.zga-gr_in-ww4 {
  margin: 0 auto;
  max-width: 82.5rem;
}.zga-gr_head-ww4 {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  align-items: center;
  display: flex;
}.zga-gr_head_l-ww4 {
  gap: 0.625rem;
  flex: 1;
  display: flex;
  min-width: 0;
  align-items: center;
}.zga-gr_ic-ww4 {
  border-radius: 0.375rem;
  flex-shrink: 0;
  align-items: center;
  height: 2rem;
  width: 32px;
  display: flex;
  justify-content: center;
}.zga-gr_ic-ww4 svg {
  width: 1rem;
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
}.zga-gr_title-ww4 {
  font-weight: 700;
  font-family: 'Orbitron', sans-serif;
  color: #F4EEFF;
  font-size: 16px;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.zga-gr_title-ww4 {
  font-size: 1.125rem;
}
}.zga-gr_more-ww4 {
  gap: 5px;
  transition: color .2s;
  color: #6A6082;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.75rem;
}.zga-gr_more-ww4:hover {
  color: #D9246F;
}.zga-gr_more-ww4 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.75rem;
  height: 12px;
}.zga-gr_arrows-ww4 {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.zga-gr_arr-ww4 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #9488B2;
}.zga-gr_arr-ww4:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F4EEFF;
}.zga-gr_arr-ww4 svg {
  stroke-linecap: round;
  height: 13px;
  width: 0.813rem;
  stroke-linejoin: round;
}.zga-gr_seo_h-ww4 {
  margin: 0 0 6px;
  font-weight: 700;
  color: #C6BADA;
  font-family: 'Orbitron', sans-serif;
  max-width: 680px;
  overflow-wrap: break-word;
  font-size: 13px;
}
@media(min-width: 767px) {.zga-gr_seo_h-ww4 {
  font-size: 14px;
}
}.zga-gr_seo-ww4 {
  max-width: 680px;
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #6A6082;
  margin-bottom: 12px;
  font-size: 0.75rem;
}.zga-gr_seo-ww4 strong {
  font-weight: 600;
  color: #C6BADA;
}.zga-gr_scroll-ww4 {
  gap: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}.zga-gr_scroll-ww4::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.zga-gr_scroll-ww4 {
  gap: 12px;
}
}.zga-tb-ww4 {
  background: #09091A;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  position: fixed;
  z-index: 80;
  top: 0;
  height: 3.5rem;
  display: flex;
  align-items: center;
  right: 0;
  left: 0;
}.zga-tb_in-ww4 {
  gap: 0;
  padding: 0 0.875rem;
  align-items: center;
  height: 100%;
  width: 100%;
  display: flex;
}.zga-tb_burger-ww4 {
  border-radius: 0.375rem;
  gap: 5px;
  align-items: center;
  width: 38px;
  justify-content: center;
  margin-right: 8px;
  flex-shrink: 0;
  height: 2.375rem;
  flex-direction: column;
  display: flex;
}.zga-tb_burger-ww4:hover {
  background: rgba(255, 255, 255, 0.05);
}.zga-tb_burger_line-ww4 {
  border-radius: 1px;
  background: #9488B2;
  width: 1.125rem;
  display: block;
  height: 2px;
}
@media(min-width: 1081px) {.zga-tb_burger-ww4 {
  display: none;
}
}.zga-tb_logo-ww4 {
  gap: 9px;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  margin-right: 1.25rem;
  color: #F4EEFF;
  font-weight: 800;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}.zga-tb_logo_mark-ww4 {
  overflow: hidden;
  border-radius: 6px;
  justify-content: center;
  width: 2rem;
  display: flex;
  height: 32px;
  align-items: center;
}.zga-tb_logo_mark-ww4 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.zga-tb_nav-ww4 {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 637px) {.zga-tb_nav-ww4 {
  display: flex;
}
}.zga-tb_tab-ww4 {
  padding: 8px 14px;
  border-radius: 0.375rem;
  transition: background .15s,color .15s;
  white-space: nowrap;
  color: #9488B2;
  font-weight: 600;
  font-size: 13px;
}.zga-tb_tab-ww4:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4EEFF;
}.zga-tb_tab-ww4.zga-state_active-ww4 {
  background: rgba(217, 36, 111, 0.18);
  color: #F4EEFF;
}.zga-tb_right-ww4 {
  gap: 0.5rem;
  margin-left: auto;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.zga-tb_login-ww4 {
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 9px 16px;
  display: none;
  font-size: 0.813rem;
  font-weight: 600;
  color: #C6BADA;
}.zga-tb_login-ww4:hover {
  border-color: rgba(217, 36, 111, 0.55);
  color: #F4EEFF;
}
@media(min-width: 477px) {.zga-tb_login-ww4 {
  display: block;
}
}.zga-tb_reg-ww4 {
  background: #1FD46A;
  border-radius: 6px;
  transition: background .2s;
  padding: 0.563rem 1.125rem;
  font-weight: 700;
  color: #0A0B1C;
  white-space: nowrap;
  font-size: 13px;
}.zga-tb_reg-ww4:hover {
  background: #28E878;
}.zga-sb-ww4 {
  background: #10132B;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  transition: transform .25s ease;
  overflow-y: auto;
  bottom: 0;
  top: 56px;
  position: fixed;
  width: 13.75rem;
  left: 0;
  z-index: 70;
}.zga-sb-ww4.zga-state_open-ww4 {
  transform: translateX(0);
}.zga-sb-ww4::-webkit-scrollbar {
  width: 4px;
}.zga-sb-ww4::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1083px) {.zga-sb-ww4 {
  transform: translateX(0);
}
}.zga-sb_auth-ww4 {
  padding: 14px 0.75rem 0.625rem;
}.zga-sb_btn_reg-ww4 {
  border-radius: 6px;
  background: #1FD46A;
  transition: background .2s;
  padding: 11px;
  display: block;
  font-size: 13px;
  text-align: center;
  margin-bottom: 8px;
  color: #0A0B1C;
  font-weight: 700;
}.zga-sb_btn_reg-ww4:hover {
  background: #28E878;
}.zga-sb_btn_login-ww4 {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  padding: 0.625rem;
  display: block;
  color: #C6BADA;
  font-size: 0.813rem;
  text-align: center;
  font-weight: 600;
}.zga-sb_btn_login-ww4:hover {
  border-color: rgba(217, 36, 111, 0.55);
  color: #F4EEFF;
}.zga-sb_promo-ww4 {
  overflow: hidden;
  border: 1px solid rgba(217, 36, 111, 0.18);
  padding: 0.75rem 0.875rem;
  background: linear-gradient(135deg,#330B2A,#10132B);
  margin: 0 0.75rem 10px;
  border-radius: 6px;
  position: relative;
}.zga-sb_promo-ww4::before {
  background: radial-gradient(circle,rgba(217, 36, 111, 0.18),transparent 70%);
  border-radius: 50%;
  right: -20px;
  position: absolute;
  width: 5rem;
  top: -20px;
  content: '';
  height: 5rem;
}.zga-sb_promo_title-ww4 {
  text-transform: uppercase;
  font-size: 11px;
  color: #D9246F;
  margin-bottom: 0.25rem;
  letter-spacing: .06em;
  font-weight: 700;
}.zga-sb_promo_text-ww4 {
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.35;
  font-weight: 600;
  color: #F4EEFF;
}.zga-sb_promo_sub-ww4 {
  margin-top: 3px;
  color: #6A6082;
  font-size: 10px;
}.zga-sb_nav-ww4 {
  padding: 6px 0.5rem 1rem;
}.zga-sb_nav_lb-ww4 {
  padding: 10px 0.5rem 6px;
  color: #524C6A;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.625rem;
}.zga-sb_link-ww4 {
  gap: 0.625rem;
  transition: background .15s,color .15s;
  padding: 9px 0.625rem;
  border-radius: 4px;
  align-items: center;
  cursor: pointer;
  color: #9488B2;
  font-size: 13px;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 500;
}.zga-sb_link-ww4:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4EEFF;
}.zga-sb_link-ww4.zga-state_active-ww4 {
  background: rgba(217, 36, 111, 0.18);
  color: #F4EEFF;
}.zga-sb_ic-ww4 {
  border-radius: 4px;
  height: 30px;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 1.875rem;
}.zga-sb_ic-ww4 svg {
  width: 16px;
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
}.zga-sb_ic_1-ww4 {
  background: rgba(217, 36, 111, 0.07);
  color: #D9246F;
}.zga-sb_ic_2-ww4 {
  background: rgba(31, 212, 106, 0.15);
  color: #1FD46A;
}.zga-sb_ic_3-ww4 {
  background: rgba(240, 168, 32, 0.14);
  color: #F0A820;
}.zga-sb_ic_4-ww4 {
  background: rgba(107, 31, 168, 0.22);
  color: #6B1FA8;
}.zga-sb_ic_5-ww4 {
  background: rgba(217, 36, 111, 0.07);
  color: #E82896;
}.zga-sb_ic_6-ww4 {
  background: rgba(107, 31, 168, 0.22);
  color: #8B24E0;
}.zga-sb_badge-ww4 {
  background: #F0A820;
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  color: #0A0B1C;
  margin-left: auto;
  font-weight: 700;
  font-size: 0.563rem;
}.zga-sb_bot-ww4 {
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  display: flex;
}.zga-sb_lang-ww4,.zga-sb_help-ww4 {
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  flex: 1;
  padding: 9px 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 6px;
  transition: border-color .2s;
  font-weight: 600;
  font-size: 0.688rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9488B2;
}.zga-sb_lang-ww4:hover,.zga-sb_help-ww4:hover {
  border-color: rgba(217, 36, 111, 0.55);
  color: #F4EEFF;
}.zga-sb_lang-ww4 svg,.zga-sb_help-ww4 svg {
  width: 13px;
  stroke-linejoin: round;
  height: 0.813rem;
  stroke-linecap: round;
}.zga-sb_bd-ww4 {
  inset: 0;
  background: rgba(5, 6, 14, 0.72);
  z-index: 69;
  position: fixed;
  display: none;
}.zga-sb_bd-ww4.zga-state_on-ww4 {
  display: block;
}
@media(min-width: 1081px) {.zga-sb_bd-ww4 {
  display: none!important;
}
}.zga-mob_nav-ww4 {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #10132B;
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  display: flex;
  position: fixed;
  z-index: 80;
  right: 0;
  bottom: 0;
  left: 0;
}
@media(min-width: 1081px) {.zga-mob_nav-ww4 {
  display: none;
}
}.zga-mob_nav_item-ww4 {
  flex: 1;
  padding: 0.25rem 2px;
  gap: 4px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  color: #524C6A;
}.zga-mob_nav_ic-ww4 {
  line-height: 1;
}.zga-mob_nav_ic-ww4 svg {
  stroke-linecap: round;
  height: 1.25rem;
  stroke-linejoin: round;
  width: 20px;
}.zga-mob_nav_lb-ww4 {
  font-size: 0.625rem;
  color: #524C6A;
  font-weight: 600;
}.zga-mob_nav_item-ww4.zga-state_active-ww4 {
  color: #D9246F;
}.zga-mob_nav_item-ww4.zga-state_active-ww4 .zga-mob_nav_lb-ww4 {
  color: #D9246F;
}.zga-hero-ww4 {
  background: #090B18;
  padding: 20px 1rem 0;
}
@media(min-width: 769px) {.zga-hero-ww4 {
  padding: 24px 24px 0;
}
}.zga-hero_in-ww4 {
  margin: 0 auto;
  gap: 0.75rem;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.zga-hero_in-ww4 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width:1100px) {.zga-hero_in-ww4 {
  grid-template-columns: 1fr 21.25rem;
}
}.zga-hero_promo-ww4 {
  background: #0D1022;
  border-radius: 10px;
  overflow: hidden;
  min-height: 220px;
  position: relative;
  display: flex;
  align-items: stretch;
}
@media(min-width:768px) {.zga-hero_promo-ww4 {
  min-height: 280px;
}
}.zga-hero_promo_bg-ww4 {
  inset: 0;
  background: linear-gradient(120deg,#330B2A 0%,#090B18 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.zga-hero_promo_bg-ww4::after {
  inset: 0;
  background: linear-gradient(90deg,#090B18 0%,rgba(5, 6, 14, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.zga-hero_promo_glow-ww4 {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(107, 31, 168, 0.22) 0%,transparent 65%);
  position: absolute;
  top: -2.5rem;
  pointer-events: none;
  right: 3.75rem;
  width: 300px;
  height: 300px;
}.zga-hero_promo_ct-ww4 {
  padding: 1.75rem 24px 28px 28px;
  max-width: 480px;
  justify-content: center;
  z-index: 2;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media(min-width: 767px) {.zga-hero_promo_ct-ww4 {
  padding: 40px 2rem;
}
}.zga-hero_badge-ww4 {
  background: rgba(217, 36, 111, 0.18);
  border-radius: 1.25rem;
  padding: 0.313rem 12px;
  border: 1px solid rgba(217, 36, 111, 0.07);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .08em;
  color: #D9246F;
  margin-bottom: 14px;
  text-transform: uppercase;
  display: inline-block;
}.zga-hero_h1-ww4 {
  overflow-wrap: break-word;
  font-size: 26px;
  line-height: 1.15;
  font-family: 'Orbitron', sans-serif;
  margin-bottom: 0.625rem;
  font-weight: 800;
  color: #F4EEFF;
}.zga-hero_h1-ww4 em {
  font-style: normal;
  color: #F0A820;
}
@media(min-width: 767px) {.zga-hero_h1-ww4 {
  font-size: 2.25rem;
}
}.zga-hero_sub-ww4 {
  font-size: 0.813rem;
  color: #9488B2;
  margin-bottom: 20px;
  line-height: 1.55;
}
@media(min-width: 770px) {.zga-hero_sub-ww4 {
  font-size: 14px;
}
}.zga-hero_row-ww4 {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.zga-hero_cta-ww4 {
  transition: background .2s;
  background: #1FD46A;
  padding: 0.813rem 1.625rem;
  border-radius: 6px;
  box-shadow: 0 0 14px 1px rgba(31, 212, 106, 0.45), 3px 3px 0px 0px rgba(10, 80, 40, 0.60);
  font-weight: 700;
  font-size: 14px;
  color: #0A0B1C;
}.zga-hero_cta-ww4:hover {
  background: #28E878;
}.zga-hero_terms-ww4 {
  color: #524C6A;
  font-size: 11px;
}.zga-hero_game-ww4 {
  background: #0D1022;
  overflow: hidden;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex-direction: column;
  display: flex;
  position: relative;
}.zga-hero_game_badge-ww4 {
  border-radius: 1.25rem;
  background: rgba(240, 168, 32, 0.14);
  border: 1px solid rgba(240, 168, 32, 0.14);
  padding: 5px 0.625rem;
  letter-spacing: .06em;
  font-size: 10px;
  color: #F0A820;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 0.75rem;
}.zga-hero_game_badge-ww4 svg {
  width: 11px;
  vertical-align: -1px;
  margin-right: 4px;
  height: 0.688rem;
}.zga-hero_game_img-ww4 {
  overflow: hidden;
  background: linear-gradient(135deg,#330B2A,#090B18);
  position: relative;
  padding-bottom: 60%;
}.zga-hero_game_img-ww4 img {
  inset: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
}.zga-hero_game_play-ww4 {
  transition: opacity .2s;
  background: rgba(5, 6, 14, 0.72);
  inset: 0;
  align-items: center;
  display: flex;
  position: absolute;
  justify-content: center;
  opacity: 0;
}.zga-hero_game-ww4:hover .zga-hero_game_play-ww4 {
  opacity: 1;
}.zga-hero_game_play-ww4 span {
  border-radius: 50%;
  background: #D9246F;
  justify-content: center;
  width: 3.25rem;
  align-items: center;
  display: flex;
  height: 52px;
}.zga-hero_game_play-ww4 span svg {
  width: 18px;
  margin-left: 2px;
  height: 1.125rem;
}.zga-hero_game_info-ww4 {
  padding: 14px 16px;
}.zga-hero_game_title-ww4 {
  font-weight: 700;
  margin-bottom: 0.25rem;
  font-size: 0.938rem;
  color: #F4EEFF;
  overflow-wrap: break-word;
}.zga-hero_game_provider-ww4 {
  font-size: 0.688rem;
  color: #6A6082;
}.zga-hero_game_btn-ww4 {
  margin: 12px 16px 1rem;
  padding: 0.688rem;
  border-radius: 0.375rem;
  transition: background .2s;
  background: #D9246F;
  color: #F4EEFF;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  display: block;
}.zga-hero_game-ww4:hover .zga-hero_game_btn-ww4 {
  background: #F0308A;
}.zga-sbar-ww4 {
  padding: 16px 1rem 0;
  background: #090B18;
}
@media(min-width: 769px) {.zga-sbar-ww4 {
  padding: 18px 24px 0;
}
}.zga-sbar_in-ww4 {
  margin: 0 auto;
  max-width: 1320px;
}.zga-sbar_row-ww4 {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.75rem;
}.zga-sbar_input-ww4 {
  flex: 1;
  background: #0D1022;
  gap: 10px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.688rem 16px;
  border-radius: 0.375rem;
  color: #6A6082;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 13px;
}.zga-sbar_input-ww4:hover {
  border-color: rgba(217, 36, 111, 0.55);
}.zga-sbar_input-ww4 svg {
  flex-shrink: 0;
  stroke-linejoin: round;
  width: 0.938rem;
  height: 15px;
  stroke-linecap: round;
}.zga-sbar_providers-ww4 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.375rem;
  background: #0D1022;
  transition: border-color .2s;
  gap: 0.5rem;
  padding: 0.688rem 1.125rem;
  align-items: center;
  display: flex;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.813rem;
  color: #C6BADA;
}.zga-sbar_providers-ww4:hover {
  border-color: rgba(217, 36, 111, 0.55);
  color: #F4EEFF;
}.zga-sbar_providers-ww4 svg {
  height: 14px;
  width: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.zga-sbar_tabs-ww4 {
  gap: 0.375rem;
  padding-bottom: 2px;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
}.zga-sbar_tabs-ww4::-webkit-scrollbar {
  display: none;
}.zga-sbar_tab-ww4 {
  transition: background .15s,color .15s,border-color .15s;
  gap: 7px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem 14px;
  background: rgba(255, 255, 255, 0.05);
  white-space: nowrap;
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  color: #9488B2;
  font-weight: 600;
  align-items: center;
  font-size: 0.75rem;
}.zga-sbar_tab-ww4:hover {
  border-color: rgba(217, 36, 111, 0.55);
  background: rgba(255, 255, 255, 0.07);
  color: #F4EEFF;
}.zga-sbar_tab-ww4.zga-state_active-ww4 {
  border-color: rgba(217, 36, 111, 0.07);
  background: rgba(217, 36, 111, 0.18);
  color: #F4EEFF;
}.zga-sbar_tab_ic-ww4 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 14px;
  width: 0.875rem;
}.zga-ws-ww4 {
  padding: 32px 16px 0;
  background: #090B18;
}
@media(min-width: 766px) {.zga-ws-ww4 {
  padding: 2.25rem 1.5rem 0;
}
}.zga-ws_in-ww4 {
  margin: 0 auto;
  max-width: 1320px;
}.zga-ws_head-ww4 {
  gap: 0.75rem;
  justify-content: space-between;
  margin-bottom: 14px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.zga-ws_title-ww4 {
  gap: 0.625rem;
  font-size: 1rem;
  display: flex;
  font-weight: 700;
  font-family: 'Orbitron', sans-serif;
  overflow-wrap: break-word;
  align-items: center;
  color: #F4EEFF;
  flex-wrap: wrap;
}.zga-ws_title_ic-ww4 svg {
  height: 1.125rem;
  color: #F0A820;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.125rem;
}.zga-ws_online-ww4 {
  gap: 0.438rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #6A6082;
}.zga-ws_online_dot-ww4 {
  border-radius: 50%;
  background: #1FD46A;
  height: 8px;
  box-shadow: 0 0 0.375rem rgba(31, 212, 106, 0.15);
  width: 8px;
  flex-shrink: 0;
}.zga-ws_scroll-ww4 {
  gap: 0.5rem;
  padding-bottom: 8px;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
}.zga-ws_scroll-ww4::-webkit-scrollbar {
  display: none;
}.zga-wc-ww4 {
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 10px 0.875rem;
  border-radius: 0.375rem;
  background: #0D1022;
  align-items: center;
  display: flex;
  min-width: 13.75rem;
  flex-shrink: 0;
}.zga-wc_img-ww4 {
  border-radius: 4px;
  background: #10132B;
  overflow: hidden;
  flex-shrink: 0;
  height: 2.25rem;
  width: 36px;
}.zga-wc_img-ww4 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.zga-wc_info-ww4 {
  min-width: 0;
}.zga-wc_game-ww4 {
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  color: #C6BADA;
  text-overflow: ellipsis;
  font-size: 0.75rem;
}.zga-wc_player-ww4 {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #524C6A;
  font-size: 10px;
  white-space: nowrap;
}.zga-wc_amount-ww4 {
  white-space: nowrap;
  font-size: 13px;
  margin-left: auto;
  font-weight: 700;
  flex-shrink: 0;
  color: #1FD46A;
}.zga-bon-ww4 {
  padding: 2.25rem 1rem 0;
  background: #090B18;
}
@media(min-width: 771px) {.zga-bon-ww4 {
  padding: 2.75rem 24px 0;
}
}.zga-bon_in-ww4 {
  margin: 0 auto;
  max-width: 82.5rem;
}.zga-bon_head-ww4 {
  margin-bottom: 1.25rem;
}.zga-bon_label-ww4 {
  font-weight: 700;
  color: #D9246F;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.zga-bon_h2-ww4 {
  margin-bottom: 8px;
  font-family: 'Orbitron', sans-serif;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F4EEFF;
}
@media(min-width: 765px) {.zga-bon_h2-ww4 {
  font-size: 1.5rem;
}
}.zga-bon_seo-ww4 {
  max-width: 620px;
  color: #6A6082;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.zga-bon_seo-ww4 strong {
  font-weight: 700;
  color: #C6BADA;
}.zga-bon_seo-ww4 a {
  color: #D9246F;
  text-decoration: underline;
}.zga-bon_grid-ww4 {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 638px) {.zga-bon_grid-ww4 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.zga-bon_grid-ww4 {
  grid-template-columns: repeat(5,1fr);
}
}.zga-bon_card-ww4 {
  border-radius: 6px;
  background: #0D1022;
  transition: border-color .2s,transform .2s;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.zga-bon_card-ww4:hover {
  border-color: rgba(217, 36, 111, 0.07);
  transform: translateY(-2px);
}.zga-bon_card_ic-ww4 svg {
  height: 1.625rem;
  width: 26px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.zga-bon_card_ic-ww4 {
  margin-bottom: 10px;
}.zga-bon_card_type-ww4 {
  color: #6A6082;
  font-size: 10px;
  letter-spacing: .06em;
  margin-bottom: 6px;
  font-weight: 700;
  text-transform: uppercase;
}.zga-bon_card_amount-ww4 {
  font-size: 1.125rem;
  color: #F0A820;
  margin-bottom: 6px;
  line-height: 1.1;
  font-weight: 800;
}.zga-bon_card_name-ww4 {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #F4EEFF;
  margin-bottom: 0.5rem;
  font-weight: 600;
}.zga-bon_card_detail-ww4 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #524C6A;
  line-height: 1.5;
  padding-top: 0.5rem;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.zga-htp-ww4 {
  padding: 2.25rem 16px 0;
  background: #090B18;
}
@media(min-width: 765px) {.zga-htp-ww4 {
  padding: 2.75rem 1.5rem 0;
}
}.zga-htp_in-ww4 {
  margin: 0 auto;
  max-width: 1320px;
}.zga-htp_head-ww4 {
  max-width: 45rem;
  margin-bottom: 1.375rem;
}.zga-htp_label-ww4 {
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  color: #D9246F;
}.zga-htp_h2-ww4 {
  margin-bottom: 0.5rem;
  font-size: 22px;
  color: #F4EEFF;
  overflow-wrap: break-word;
  font-family: 'Orbitron', sans-serif;
  font-weight: 800;
}
@media(min-width: 766px) {.zga-htp_h2-ww4 {
  font-size: 28px;
}
}.zga-htp_intro-ww4 {
  line-height: 1.6;
  color: #6A6082;
  font-size: 14px;
}.zga-htp_steps-ww4 {
  margin: 0;
  list-style: none;
  padding: 0;
  gap: 0.75rem;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.zga-htp_steps-ww4 {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.zga-htp_steps-ww4 {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.zga-htp_step-ww4 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.375rem;
  padding: 20px 18px 18px;
  background: #10132B;
  position: relative;
  flex-direction: column;
  display: flex;
}.zga-htp_step_num-ww4 {
  background: #D9246F;
  border-radius: 50%;
  height: 28px;
  display: flex;
  position: absolute;
  width: 28px;
  font-family: 'Orbitron', sans-serif;
  left: 1.25rem;
  font-weight: 800;
  font-size: 0.813rem;
  justify-content: center;
  color: #0A0B1C;
  top: -12px;
  align-items: center;
}.zga-htp_step_ic-ww4 {
  margin: 8px 0 0.75rem;
  background: rgba(217, 36, 111, 0.18);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 36px;
  display: flex;
  width: 36px;
  color: #D9246F;
}.zga-htp_step_ic-ww4 svg {
  stroke-linejoin: round;
  width: 1.125rem;
  stroke-linecap: round;
  height: 18px;
}.zga-htp_step_h-ww4 {
  overflow-wrap: break-word;
  line-height: 1.25;
  margin-bottom: 6px;
  color: #F4EEFF;
  font-size: 14px;
  font-weight: 700;
}.zga-htp_step_p-ww4 {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #6A6082;
  line-height: 1.55;
}.zga-htp_step_p-ww4 strong {
  color: #C6BADA;
  font-weight: 600;
}.zga-htp_cta-ww4 {
  padding: 0.813rem 1.625rem;
  transition: background .2s;
  border-radius: 6px;
  background: #1FD46A;
  margin-top: 1.25rem;
  font-weight: 700;
  display: inline-block;
  font-size: 0.875rem;
  color: #0A0B1C;
}.zga-htp_cta-ww4:hover {
  background: #28E878;
}.zga-app-ww4 {
  padding: 36px 16px 0;
  background: #090B18;
}
@media(min-width: 771px) {.zga-app-ww4 {
  padding: 2.75rem 24px 0;
}
}.zga-app_in-ww4 {
  margin: 0 auto;
  max-width: 1320px;
}.zga-app_head-ww4 {
  margin-bottom: 1rem;
}.zga-app_label-ww4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #D9246F;
  font-weight: 700;
}.zga-app_h2-ww4 {
  font-family: 'Orbitron', sans-serif;
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F4EEFF;
}
@media(min-width: 765px) {.zga-app_h2-ww4 {
  font-size: 24px;
}
}.zga-app_sub-ww4 {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #6A6082;
  line-height: 1.6;
  max-width: 600px;
}.zga-app_sub-ww4 strong {
  font-weight: 700;
  color: #C6BADA;
}.zga-app_cards-ww4 {
  gap: 0.625rem;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.zga-app_cards-ww4 {
  grid-template-columns: repeat(3,1fr);
}
}.zga-app_card-ww4 {
  overflow: hidden;
  gap: 1rem;
  border-radius: 0.375rem;
  padding: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.zga-app_card_ios-ww4 {
  background: linear-gradient(135deg,rgba(217, 36, 111, 0.18) 0%,#10132B 100%);
}.zga-app_card_android-ww4 {
  background: linear-gradient(135deg,rgba(31, 212, 106, 0.15) 0%,#10132B 100%);
}.zga-app_card_win-ww4 {
  background: linear-gradient(135deg,rgba(240, 168, 32, 0.14) 0%,#10132B 100%);
}.zga-app_card_ic-ww4 svg {
  stroke-linecap: round;
  height: 34px;
  stroke-linejoin: round;
  width: 2.125rem;
}.zga-app_card_ic-ww4 {
  flex-shrink: 0;
  color: #F4EEFF;
}.zga-app_card_os-ww4 {
  font-weight: 700;
  text-transform: uppercase;
  color: #6A6082;
  letter-spacing: .08em;
  font-size: 0.625rem;
  margin-bottom: 0.375rem;
}.zga-app_card_title-ww4 {
  color: #F4EEFF;
  margin-bottom: 6px;
  font-size: 0.938rem;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-weight: 700;
}.zga-app_card_text-ww4 {
  margin-bottom: 14px;
  color: #6A6082;
  font-size: 0.75rem;
  line-height: 1.5;
  overflow-wrap: break-word;
}.zga-app_card_btn-ww4 {
  border: 1px solid rgba(217, 36, 111, 0.55);
  transition: background .2s;
  gap: 0.438rem;
  padding: 10px 1.125rem;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  color: #F4EEFF;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  font-size: 0.813rem;
}.zga-app_card_btn-ww4:hover {
  background: rgba(255, 255, 255, 0.07);
}.zga-reg-ww4 {
  padding: 36px 1rem 0;
  background: #090B18;
}
@media(min-width: 767px) {.zga-reg-ww4 {
  padding: 2.75rem 24px 0;
}
}.zga-reg_in-ww4 {
  background: #10132B;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem;
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 770px) {.zga-reg_in-ww4 {
  padding: 2.5rem;
}
}.zga-reg_top-ww4 {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 858px) {.zga-reg_top-ww4 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.zga-reg_label-ww4 {
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #D9246F;
  font-size: 0.688rem;
}.zga-reg_h2-ww4 {
  line-height: 1.2;
  color: #F4EEFF;
  font-weight: 800;
  font-size: 1.375rem;
  overflow-wrap: break-word;
  font-family: 'Orbitron', sans-serif;
  margin-bottom: 0.75rem;
}
@media(min-width: 769px) {.zga-reg_h2-ww4 {
  font-size: 1.75rem;
}
}.zga-reg_bonus-ww4 {
  gap: 0.5rem;
  background: rgba(240, 168, 32, 0.14);
  padding: 0.625rem 16px;
  border-radius: 0.375rem;
  border: 1px solid rgba(240, 168, 32, 0.14);
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}.zga-reg_bonus_amount-ww4 {
  color: #F0A820;
  font-weight: 800;
  font-size: 1.25rem;
}.zga-reg_bonus_text-ww4 {
  line-height: 1.35;
  font-size: 0.813rem;
  color: #9488B2;
}.zga-reg_cta_btn-ww4 {
  padding: 0.875rem 32px;
  background: #1FD46A;
  transition: background .2s;
  border-radius: 6px;
  font-size: 15px;
  margin-bottom: 0.75rem;
  box-shadow: 0 0 14px 1px rgba(31, 212, 106, 0.45), 3px 3px 0px 0px rgba(10, 80, 40, 0.60);
  color: #0A0B1C;
  display: inline-block;
  font-weight: 700;
}.zga-reg_cta_btn-ww4:hover {
  background: #28E878;
}.zga-reg_terms-ww4 {
  font-size: 0.688rem;
  line-height: 1.5;
  color: #524C6A;
}.zga-reg_seo-ww4 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.65;
  padding-top: 1.25rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #6A6082;
  margin-top: 1.25rem;
}.zga-reg_seo-ww4 p {
  margin-bottom: 10px;
  color: #6A6082;
  font-size: 0.813rem;
  line-height: 1.65;
}.zga-reg_seo-ww4 p:last-child {
  margin-bottom: 0;
}.zga-reg_seo-ww4 strong {
  color: #C6BADA;
  font-weight: 700;
}.zga-reg_seo-ww4 a {
  transition: color .2s;
  color: #D9246F;
  text-decoration: underline;
}.zga-reg_seo-ww4 a:hover {
  color: #F0308A;
}.zga-reg_seo-ww4 ul,.zga-reg_seo-ww4 ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 18px;
}.zga-reg_seo-ww4 ol {
  list-style: decimal;
}.zga-reg_seo-ww4 li {
  margin-bottom: 4px;
  font-size: 13px;
  color: #6A6082;
  line-height: 1.65;
}.zga-reg_seo-ww4 table {
  width: 100%;
  margin-bottom: 0.625rem;
  display: block;
  font-size: 13px;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 765px) {.zga-reg_seo-ww4 table {
  display: table;
}
}.zga-reg_seo-ww4 th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C6BADA;
}.zga-reg_seo-ww4 td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6A6082;
}.zga-reg_steps-ww4 {
  gap: 0.875rem;
  flex-direction: column;
  display: flex;
  margin-top: 1.75rem;
}
@media(min-width: 858px) {.zga-reg_steps-ww4 {
  margin-top: 0;
}
}.zga-reg_step-ww4 {
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.zga-reg_step_num-ww4 {
  background: rgba(217, 36, 111, 0.18);
  border-radius: 50%;
  border: 1px solid rgba(217, 36, 111, 0.07);
  font-weight: 800;
  font-size: 0.875rem;
  color: #D9246F;
  justify-content: center;
  height: 34px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 34px;
}.zga-reg_step_title-ww4 {
  color: #F4EEFF;
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 14px;
}.zga-reg_step_text-ww4 {
  color: #6A6082;
  font-size: 0.75rem;
  line-height: 1.5;
}.zga-reg_trust-ww4 {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  display: flex;
  padding-top: 20px;
  margin-top: 1.25rem;
}.zga-reg_trust_item-ww4 {
  gap: 7px;
  align-items: center;
  font-size: 12px;
  color: #6A6082;
  overflow-wrap: break-word;
  display: flex;
}.zga-reg_trust_ic-ww4 svg {
  width: 16px;
  color: #D9246F;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
}.zga-prov-ww4 {
  padding: 2.25rem 16px 0;
  background: #090B18;
}
@media(min-width: 767px) {.zga-prov-ww4 {
  padding: 2.75rem 1.5rem 0;
}
}.zga-prov_in-ww4 {
  margin: 0 auto;
  max-width: 82.5rem;
}.zga-prov_head-ww4 {
  margin-bottom: 1rem;
}.zga-prov_label-ww4 {
  color: #D9246F;
  margin-bottom: 8px;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.zga-prov_h2-ww4 {
  color: #F4EEFF;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Orbitron', sans-serif;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
@media(min-width: 767px) {.zga-prov_h2-ww4 {
  font-size: 24px;
}
}.zga-prov_seo-ww4 {
  max-width: 620px;
  color: #6A6082;
  margin-bottom: 1rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
}.zga-prov_seo-ww4 strong {
  font-weight: 700;
  color: #C6BADA;
}.zga-prov_seo-ww4 a {
  color: #D9246F;
  text-decoration: underline;
}.zga-prov_grid-ww4 {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 643px) {.zga-prov_grid-ww4 {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.zga-prov_grid-ww4 {
  grid-template-columns: repeat(8,1fr);
}
}.zga-prov_card-ww4 {
  padding: 0.875rem 10px;
  transition: border-color .2s,background .2s;
  background: #0D1022;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 0.438rem;
  border-radius: 6px;
  align-items: center;
  flex-direction: column;
  display: flex;
  cursor: pointer;
}.zga-prov_card-ww4:hover {
  background: #10132B;
  border-color: rgba(217, 36, 111, 0.55);
}.zga-prov_logo-ww4 {
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  display: flex;
  width: 2.75rem;
  align-items: center;
  height: 2.75rem;
}.zga-prov_logo-ww4 img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.zga-prov_name-ww4 {
  overflow-wrap: break-word;
  color: #9488B2;
  font-size: 0.688rem;
  text-align: center;
  font-weight: 600;
}.zga-seo-ww4 {
  background: #090B18;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.zga-seo-ww4 {
  padding: 44px 1.5rem 0;
}
}.zga-seo_in-ww4 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  border-radius: 0.625rem;
  background: #10132B;
  padding: 1.75rem 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.zga-seo_in-ww4 {
  padding: 2.25rem 40px;
}
}.zga-seo_label-ww4 {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #D9246F;
  margin-bottom: 0.625rem;
}.zga-seo_h2-ww4 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  font-family: 'Orbitron', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  color: #F4EEFF;
}
@media(min-width:768px) {.zga-seo_h2-ww4 {
  font-size: 24px;
}
}.zga-seo_body-ww4 {
  overflow-wrap: break-word;
  color: #9488B2;
  line-height: 1.75;
  font-size: 0.875rem;
}.zga-seo_body-ww4 p {
  color: #9488B2;
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 14px;
}.zga-seo_body-ww4 p:last-child {
  margin-bottom: 0;
}.zga-seo_body-ww4 strong {
  color: #C6BADA;
  font-weight: 700;
}.zga-seo_body-ww4 a {
  transition: color .2s;
  color: #D9246F;
  text-decoration: underline;
}.zga-seo_body-ww4 a:hover {
  color: #F0308A;
}.zga-seo_body-ww4 ul,.zga-seo_body-ww4 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.zga-seo_body-ww4 ol {
  list-style: decimal;
}.zga-seo_body-ww4 li {
  margin-bottom: 0.375rem;
  color: #9488B2;
  font-size: 14px;
  line-height: 1.75;
}.zga-seo_body-ww4 table {
  font-size: 13px;
  width: 100%;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  margin-bottom: 12px;
}
@media(min-width: 769px) {.zga-seo_body-ww4 table {
  display: table;
}
}.zga-seo_body-ww4 th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C6BADA;
}.zga-seo_body-ww4 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #9488B2;
}.zga-seo_cols-ww4 {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 637px) {.zga-seo_cols-ww4 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.zga-seo_cols-ww4 {
  grid-template-columns: repeat(3,1fr);
}
}.zga-seo_col_h-ww4 {
  font-size: 0.813rem;
  font-weight: 700;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  color: #C6BADA;
}.zga-seo_col_p-ww4 {
  color: #6A6082;
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.zga-seo_stats-ww4 {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.zga-seo_stat-ww4 {
  padding: 14px 16px;
  border: 1px solid rgba(217, 36, 111, 0.18);
  border-radius: 6px;
  background: rgba(217, 36, 111, 0.07);
  flex: 1;
  min-width: 8.75rem;
}.zga-seo_stat_val-ww4 {
  color: #D9246F;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  margin-bottom: 4px;
}.zga-seo_stat_lb-ww4 {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #6A6082;
}.zga-seo-ww4 {
  background: #090B18;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.zga-seo-ww4 {
  padding: 44px 24px 0;
}
}.zga-seo_in-ww4 {
  margin: 0 auto;
  background: #10132B;
  padding: 1.75rem 1.5rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 82.5rem;
}
@media(min-width: 771px) {.zga-seo_in-ww4 {
  padding: 2.25rem 40px;
}
}.zga-seo_label-ww4 {
  text-transform: uppercase;
  color: #D9246F;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.625rem;
  font-size: 11px;
}.zga-seo_h2-ww4 {
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F4EEFF;
  margin-bottom: 0.875rem;
  font-family: 'Orbitron', sans-serif;
}
@media(min-width: 767px) {.zga-seo_h2-ww4 {
  font-size: 1.5rem;
}
}.zga-seo_body-ww4 {
  font-size: 14px;
  color: #9488B2;
  overflow-wrap: break-word;
  line-height: 1.75;
}.zga-seo_body-ww4 p {
  font-size: 0.875rem;
  color: #9488B2;
  line-height: 1.75;
  margin-bottom: 12px;
}.zga-seo_body-ww4 p:last-child {
  margin-bottom: 0;
}.zga-seo_body-ww4 strong {
  color: #C6BADA;
  font-weight: 700;
}.zga-seo_body-ww4 a {
  transition: color .2s;
  text-decoration: underline;
  color: #D9246F;
}.zga-seo_body-ww4 a:hover {
  color: #F0308A;
}.zga-seo_body-ww4 ul,.zga-seo_body-ww4 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.zga-seo_body-ww4 ol {
  list-style: decimal;
}.zga-seo_body-ww4 li {
  color: #9488B2;
  line-height: 1.75;
  margin-bottom: 6px;
  font-size: 0.875rem;
}.zga-seo_body-ww4 table {
  display: block;
  border-collapse: collapse;
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 769px) {.zga-seo_body-ww4 table {
  display: table;
}
}.zga-seo_body-ww4 th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C6BADA;
}.zga-seo_body-ww4 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #9488B2;
}.zga-seo_cols-ww4 {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 637px) {.zga-seo_cols-ww4 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.zga-seo_cols-ww4 {
  grid-template-columns: repeat(3,1fr);
}
}.zga-seo_col_h-ww4 {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #C6BADA;
  font-weight: 700;
  margin-bottom: 7px;
}.zga-seo_col_p-ww4 {
  color: #6A6082;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
}.zga-seo_stats-ww4 {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.zga-seo_stat-ww4 {
  border-radius: 6px;
  border: 1px solid rgba(217, 36, 111, 0.18);
  padding: 0.875rem 1rem;
  background: rgba(217, 36, 111, 0.07);
  flex: 1;
  min-width: 8.75rem;
}.zga-seo_stat_val-ww4 {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 4px;
  color: #D9246F;
  font-size: 1.25rem;
}.zga-seo_stat_lb-ww4 {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #6A6082;
}.zga-seo-ww4 {
  padding: 2.25rem 16px 0;
  background: #090B18;
}
@media(min-width: 767px) {.zga-seo-ww4 {
  padding: 2.75rem 24px 0;
}
}.zga-seo_in-ww4 {
  background: #10132B;
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
  max-width: 82.5rem;
}
@media(min-width:768px) {.zga-seo_in-ww4 {
  padding: 36px 40px;
}
}.zga-seo_label-ww4 {
  font-size: 11px;
  color: #D9246F;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
}.zga-seo_h2-ww4 {
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 14px;
  font-family: 'Orbitron', sans-serif;
  font-weight: 800;
  color: #F4EEFF;
}
@media(min-width: 766px) {.zga-seo_h2-ww4 {
  font-size: 1.5rem;
}
}.zga-seo_body-ww4 {
  font-size: 14px;
  color: #9488B2;
  overflow-wrap: break-word;
  line-height: 1.75;
}.zga-seo_body-ww4 p {
  color: #9488B2;
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 0.875rem;
}.zga-seo_body-ww4 p:last-child {
  margin-bottom: 0;
}.zga-seo_body-ww4 strong {
  color: #C6BADA;
  font-weight: 700;
}.zga-seo_body-ww4 a {
  transition: color .2s;
  color: #D9246F;
  text-decoration: underline;
}.zga-seo_body-ww4 a:hover {
  color: #F0308A;
}.zga-seo_body-ww4 ul,.zga-seo_body-ww4 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.zga-seo_body-ww4 ol {
  list-style: decimal;
}.zga-seo_body-ww4 li {
  line-height: 1.75;
  color: #9488B2;
  font-size: 0.875rem;
  margin-bottom: 6px;
}.zga-seo_body-ww4 table {
  overflow-x: auto;
  display: block;
  margin-bottom: 0.75rem;
  width: 100%;
  font-size: 0.813rem;
  border-collapse: collapse;
}
@media(min-width: 769px) {.zga-seo_body-ww4 table {
  display: table;
}
}.zga-seo_body-ww4 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #C6BADA;
}.zga-seo_body-ww4 td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9488B2;
}.zga-seo_cols-ww4 {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.zga-seo_cols-ww4 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.zga-seo_cols-ww4 {
  grid-template-columns: repeat(3,1fr);
}
}.zga-seo_col_h-ww4 {
  margin-bottom: 7px;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #C6BADA;
}.zga-seo_col_p-ww4 {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #6A6082;
  overflow-wrap: break-word;
}.zga-seo_stats-ww4 {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.zga-seo_stat-ww4 {
  flex: 1;
  background: rgba(217, 36, 111, 0.07);
  border-radius: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(217, 36, 111, 0.18);
  min-width: 140px;
}.zga-seo_stat_val-ww4 {
  overflow-wrap: break-word;
  color: #D9246F;
  font-weight: 800;
  margin-bottom: 4px;
  font-size: 1.25rem;
}.zga-seo_stat_lb-ww4 {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #6A6082;
}.zga-pmt-ww4 {
  background: #090B18;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.zga-pmt-ww4 {
  padding: 2.75rem 1.5rem 0;
}
}.zga-pmt_in-ww4 {
  margin: 0 auto;
  max-width: 1320px;
}.zga-pmt_head-ww4 {
  margin-bottom: 22px;
  max-width: 45rem;
}.zga-pmt_label-ww4 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  color: #D9246F;
  text-transform: uppercase;
}.zga-pmt_h2-ww4 {
  font-size: 1.375rem;
  margin-bottom: 8px;
  font-family: 'Orbitron', sans-serif;
  color: #F4EEFF;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.zga-pmt_h2-ww4 {
  font-size: 1.75rem;
}
}.zga-pmt_intro-ww4 {
  overflow-wrap: break-word;
  color: #6A6082;
  font-size: 14px;
  line-height: 1.6;
}.zga-pmt_groups-ww4 {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.zga-pmt_group-ww4 {
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #10132B;
  border-radius: 0.375rem;
}.zga-pmt_group_head-ww4 {
  gap: 12px;
  margin-bottom: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.zga-pmt_group_ic-ww4 {
  background: rgba(217, 36, 111, 0.18);
  border-radius: 4px;
  display: flex;
  color: #D9246F;
  width: 2.25rem;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  height: 2.25rem;
}.zga-pmt_group_ic-ww4 svg {
  height: 1.125rem;
  width: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.zga-pmt_group_h-ww4 {
  margin: 0;
  overflow-wrap: break-word;
  font-size: 16px;
  font-family: 'Orbitron', sans-serif;
  color: #F4EEFF;
  font-weight: 700;
}.zga-pmt_group_p-ww4 {
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
  color: #6A6082;
  margin-bottom: 14px;
}.zga-pmt_group_p-ww4 strong {
  font-weight: 600;
  color: #C6BADA;
}.zga-pmt_table_wrap-ww4 {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.zga-pmt_table-ww4 {
  width: 100%;
  min-width: 540px;
  font-size: 13px;
  border-collapse: collapse;
}.zga-pmt_table-ww4 th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  letter-spacing: .04em;
  color: #C6BADA;
  white-space: nowrap;
  font-size: 11px;
}.zga-pmt_table-ww4 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  color: #6A6082;
}.zga-pmt_table-ww4 tbody tr:last-child td {
  border-bottom: none;
}.zga-pmt_table-ww4 tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C6BADA;
}.zga-faq-ww4 {
  padding: 36px 1rem 0;
  background: #090B18;
}
@media(min-width: 770px) {.zga-faq-ww4 {
  padding: 44px 24px 0;
}
}.zga-faq_in-ww4 {
  margin: 0 auto;
  max-width: 1320px;
}.zga-faq_head-ww4 {
  margin-bottom: 20px;
}.zga-faq_label-ww4 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  color: #D9246F;
}.zga-faq_h2-ww4 {
  font-family: 'Orbitron', sans-serif;
  color: #F4EEFF;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.zga-faq_h2-ww4 {
  font-size: 24px;
}
}.zga-faq_list-ww4 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.zga-faq_item-ww4 {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.375rem;
  background: #10132B;
}.zga-faq_q-ww4 {
  padding: 1rem 20px;
  transition: color .2s;
  gap: 0.75rem;
  color: #C6BADA;
  cursor: pointer;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  font-size: 0.875rem;
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
  display: flex;
}.zga-faq_q-ww4:hover {
  color: #F4EEFF;
}.zga-faq_q_ic-ww4 {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  font-size: 1rem;
  justify-content: center;
  width: 24px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  color: #D9246F;
  height: 1.5rem;
}.zga-faq_item-ww4.zga-state_open-ww4 .zga-faq_q_ic-ww4 {
  transform: rotate(45deg);
}.zga-faq_a-ww4 {
  padding: 0 20px 16px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.7;
  display: none;
  color: #6A6082;
}.zga-faq_item-ww4.zga-state_open-ww4 .zga-faq_a-ww4 {
  display: block;
}.zga-faq_a-ww4 strong {
  font-weight: 700;
  color: #C6BADA;
}.zga-faq_a-ww4 a {
  color: #D9246F;
  text-decoration: underline;
}.zga-faq_a-ww4 ul,.zga-faq_a-ww4 ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.zga-faq_a-ww4 ol {
  list-style: decimal;
}.zga-faq_a-ww4 li {
  margin-bottom: 4px;
  line-height: 1.6;
}.zga-faq_a-ww4 table {
  margin: 0.5rem 0;
  display: block;
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  overflow-x: auto;
}
@media(min-width: 767px) {.zga-faq_a-ww4 table {
  display: table;
}
}.zga-faq_a-ww4 th {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #C6BADA;
  font-weight: 700;
}.zga-faq_a-ww4 td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6A6082;
}.zga-rv-ww4 {
  background: #090B18;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.zga-rv-ww4 {
  padding: 2.75rem 1.5rem 0;
}
}.zga-rv_in-ww4 {
  margin: 0 auto;
  max-width: 1320px;
}.zga-rv_head-ww4 {
  margin-bottom: 20px;
  max-width: 720px;
}.zga-rv_label-ww4 {
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #D9246F;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.zga-rv_h2-ww4 {
  font-weight: 800;
  font-family: 'Orbitron', sans-serif;
  overflow-wrap: break-word;
  color: #F4EEFF;
  margin-bottom: 0.625rem;
  font-size: 1.375rem;
}
@media(min-width: 771px) {.zga-rv_h2-ww4 {
  font-size: 1.75rem;
}
}.zga-rv_stats-ww4 {
  gap: 1.125rem;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #6A6082;
}.zga-rv_stats_score-ww4 {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.zga-rv_stats_score_val-ww4 {
  font-weight: 800;
  font-size: 22px;
  font-family: 'Orbitron', sans-serif;
  color: #F0A820;
}.zga-rv_stats_score_max-ww4 {
  color: #524C6A;
  font-size: 13px;
}.zga-rv_stats_badge-ww4 {
  gap: 4px;
  display: flex;
  align-items: center;
}.zga-rv_stats_badge-ww4 svg {
  height: 14px;
  width: 14px;
  color: #F0A820;
}.zga-rv_grid-ww4 {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.zga-rv_grid-ww4 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.zga-rv_grid-ww4 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.zga-rv_card-ww4 {
  background: #10132B;
  padding: 1.25rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex-direction: column;
  display: flex;
}.zga-rv_card_stars-ww4 {
  gap: 2px;
  color: #F0A820;
  margin-bottom: 0.625rem;
  display: flex;
}.zga-rv_card_stars-ww4 svg {
  width: 14px;
  height: 14px;
}.zga-rv_card_h-ww4 {
  font-size: 14px;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F4EEFF;
}.zga-rv_card_body-ww4 {
  flex: 1;
  overflow-wrap: break-word;
  line-height: 1.65;
  margin-bottom: 0.875rem;
  color: #6A6082;
  font-size: 0.813rem;
}.zga-rv_card_body-ww4 strong {
  font-weight: 600;
  color: #C6BADA;
}.zga-rv_card_meta-ww4 {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  align-items: center;
  padding-top: 12px;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}.zga-rv_card_author-ww4 {
  font-size: 12px;
  color: #C6BADA;
  font-weight: 600;
}.zga-rv_card_date-ww4 {
  color: #524C6A;
  font-size: 11px;
}.zga-ft-ww4 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #050710;
  margin-top: 48px;
}.zga-ft_support-ww4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
}
@media(min-width: 769px) {.zga-ft_support-ww4 {
  padding: 1.75rem 1.5rem;
}
}.zga-ft_support_in-ww4 {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 82.5rem;
}.zga-ft_support_main-ww4 {
  flex: 1;
  gap: 16px;
  display: flex;
  min-width: 13.75rem;
  align-items: center;
  flex-wrap: wrap;
}.zga-ft_support_ic-ww4 {
  flex-shrink: 0;
  color: #D9246F;
}.zga-ft_support_ic-ww4 svg {
  stroke-linejoin: round;
  height: 30px;
  width: 1.875rem;
  stroke-linecap: round;
}.zga-ft_support_text_title-ww4 {
  font-weight: 700;
  font-size: 0.938rem;
  color: #F4EEFF;
  margin-bottom: 3px;
  overflow-wrap: break-word;
}.zga-ft_support_text_sub-ww4 {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #6A6082;
}.zga-ft_support_btn-ww4 {
  transition: background .2s;
  border-radius: 0.375rem;
  background: #D9246F;
  padding: 11px 1.375rem;
  white-space: nowrap;
  color: #F4EEFF;
  font-weight: 700;
  font-size: 0.813rem;
  flex-shrink: 0;
}.zga-ft_support_btn-ww4:hover {
  background: #F0308A;
}.zga-ft_support_contacts-ww4 {
  gap: 1rem;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.zga-ft_support_contact-ww4 {
  line-height: 1.4;
  color: #524C6A;
  font-size: 0.75rem;
}.zga-ft_support_contact-ww4 strong {
  font-size: 0.688rem;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
  color: #9488B2;
}.zga-ft_main-ww4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 16px 24px;
}
@media(min-width: 769px) {.zga-ft_main-ww4 {
  padding: 2.5rem 1.5rem 32px;
}
}.zga-ft_main_in-ww4 {
  margin: 0 auto;
  gap: 1.5rem;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 643px) {.zga-ft_main_in-ww4 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.zga-ft_main_in-ww4 {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.zga-ft_col_logo-ww4 {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.zga-ft_col_logo-ww4 {
  grid-column: auto;
}
}.zga-ft_logo-ww4 {
  gap: 0.563rem;
  align-items: center;
  display: flex;
  color: #F4EEFF;
  font-size: 16px;
  flex-wrap: wrap;
  font-weight: 800;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
}.zga-ft_logo_mark-ww4 {
  overflow: hidden;
  border-radius: 4px;
  height: 1.875rem;
  width: 30px;
}.zga-ft_logo_mark-ww4 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.zga-ft_logo_sub-ww4 {
  max-width: 12.5rem;
  font-size: 12px;
  line-height: 1.55;
  color: #524C6A;
  overflow-wrap: break-word;
}.zga-ft_col_title-ww4 {
  margin-bottom: 0.875rem;
  color: #9488B2;
  letter-spacing: .07em;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
}.zga-ft_col_links-ww4 {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.zga-ft_col_link-ww4 {
  transition: color .2s;
  color: #524C6A;
  overflow-wrap: break-word;
  font-size: 13px;
}.zga-ft_col_link-ww4:hover {
  color: #C6BADA;
}.zga-ft_apps-ww4 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.zga-ft_app_card-ww4 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.625rem 12px;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  gap: 10px;
  align-items: center;
  display: flex;
}.zga-ft_app_card-ww4:hover {
  border-color: rgba(217, 36, 111, 0.55);
}.zga-ft_app_card_ic-ww4 svg {
  width: 22px;
  stroke-linejoin: round;
  height: 1.375rem;
  stroke-linecap: round;
}.zga-ft_app_card_os-ww4 {
  font-weight: 600;
  color: #524C6A;
  font-size: 10px;
}.zga-ft_app_card_action-ww4 {
  color: #C6BADA;
  font-size: 0.75rem;
  font-weight: 700;
}.zga-ft_bot-ww4 {
  padding: 1.25rem 16px;
}
@media(min-width: 770px) {.zga-ft_bot-ww4 {
  padding: 1.25rem 24px;
}
}.zga-ft_bot_in-ww4 {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1320px;
  display: flex;
}.zga-ft_socials-ww4 {
  gap: 8px;
  display: flex;
}.zga-ft_soc-ww4 {
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 4px;
  height: 2.25rem;
  display: flex;
  width: 2.25rem;
  justify-content: center;
  align-items: center;
  color: #9488B2;
}.zga-ft_soc-ww4 svg {
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
}.zga-ft_soc-ww4:hover {
  background: rgba(255, 255, 255, 0.07);
}.zga-ft_legal-ww4 {
  flex: 1;
  font-size: 11px;
  min-width: 12.5rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #6E6888;
}.zga-ft_legal-ww4 strong {
  color: #9488B2;
  font-weight: 700;
}.zga-ft_legal-ww4 a {
  text-decoration: underline;
  color: #9488B2;
}.zga-ft_age-ww4 {
  border: 2px solid #6E6888;
  border-radius: 50%;
  height: 32px;
  font-weight: 800;
  width: 2rem;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
  color: #6E6888;
  margin-left: auto;
  align-items: center;
  display: flex;
}