*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  line-height: 1.6;
  font-family: 'DM Sans', sans-serif;
  min-height: 100vh;
  background-color: #120B1C;
  -webkit-font-smoothing: antialiased;
  color: #C4B2D4;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}a {
  text-decoration: none;
  color: inherit;
}.ayz_layout-eph {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.ayz_page-eph {
  display: flex;
  min-height: 100vh;
}.ayz_main-eph {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media screen and (min-width: 1082px) {.ayz_main-eph {
  padding-left: 220px;
}
}
@media screen and (max-width: 1080px) {.ayz_main-eph {
  padding-bottom: 4.5rem;
}
}.ayz_gc-eph {
  border-radius: 10px;
  background: #180F26;
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  width: 140px;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
@media(min-width: 641px) {.ayz_gc-eph {
  width: 156px;
}
}
@media(min-width:1080px) {.ayz_gc-eph {
  width: 168px;
}
}.ayz_gc-eph:hover {
  transform: translateY(-3px);
  border-color: rgba(209,32,112,0.08);
}.ayz_gc_img-eph {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.ayz_gc_img-eph img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.ayz_gc_hover-eph {
  background: rgba(11,7,18,0.74);
  transition: opacity .2s;
  inset: 0;
  justify-content: center;
  position: absolute;
  opacity: 0;
  align-items: center;
  display: flex;
}.ayz_gc-eph:hover .ayz_gc_hover-eph {
  opacity: 1;
}.ayz_gc_hover_btn-eph {
  background: #D12070;
  padding: 8px 1rem;
  border-radius: 0.375rem;
  color: #F2EAFA;
  font-weight: 700;
  font-size: 12px;
}.ayz_gc_info-eph {
  padding: 8px 10px 10px;
}.ayz_gc_name-eph {
  overflow: hidden;
  color: #C4B2D4;
  font-size: 12px;
  margin-bottom: 3px;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}.ayz_gc_prov-eph {
  color: #5C4872;
  font-size: 0.625rem;
}.ayz_gc_tag-eph {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  font-weight: 700;
  z-index: 2;
  left: 0.375rem;
  top: 0.375rem;
  text-transform: uppercase;
  font-size: 9px;
  position: absolute;
  letter-spacing: .04em;
}.ayz_gc_tag_hot-eph {
  background: #E83438;
  color: #fff;
}.ayz_gc_tag_new-eph {
  background: #22C97A;
  color: #120B1C;
}.ayz_gc_tag_jp-eph {
  background: #F09020;
  color: #120B1C;
}.ayz_gc_tag_ex-eph {
  background: #8B24B0;
  color: #fff;
}.ayz_gc_tag_live-eph {
  background: #E83438;
  color: #fff;
}.ayz_gr-eph {
  padding: 2rem 1rem 0;
  background: #120B1C;
}
@media(min-width: 771px) {.ayz_gr-eph {
  padding: 36px 1.5rem 0;
}
}.ayz_gr_in-eph {
  margin: 0 auto;
  max-width: 1320px;
}.ayz_gr_head-eph {
  gap: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
}.ayz_gr_head_l-eph {
  gap: 10px;
  flex: 1;
  align-items: center;
  min-width: 0;
  display: flex;
}.ayz_gr_ic-eph {
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
  display: flex;
  flex-shrink: 0;
}.ayz_gr_ic-eph svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
  width: 16px;
}.ayz_gr_title-eph {
  font-weight: 700;
  font-size: 16px;
  overflow-wrap: break-word;
  font-family: 'Bebas Neue', sans-serif;
  color: #F2EAFA;
}
@media(min-width: 771px) {.ayz_gr_title-eph {
  font-size: 18px;
}
}.ayz_gr_more-eph {
  transition: color .2s;
  gap: 0.313rem;
  font-weight: 600;
  display: flex;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 12px;
  color: #735D84;
  align-items: center;
}.ayz_gr_more-eph:hover {
  color: #D12070;
}.ayz_gr_more-eph svg {
  width: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.75rem;
}.ayz_gr_arrows-eph {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.ayz_gr_arr-eph {
  border: 1px solid rgba(255,255,255,0.11);
  transition: background .15s,color .15s;
  border-radius: 6px;
  background: rgba(255,255,255,0.05);
  justify-content: center;
  display: flex;
  color: #9880AA;
  align-items: center;
  height: 30px;
  width: 1.875rem;
}.ayz_gr_arr-eph:hover {
  background: rgba(255,255,255,0.07);
  color: #F2EAFA;
}.ayz_gr_arr-eph svg {
  width: 13px;
  stroke-linejoin: round;
  height: 13px;
  stroke-linecap: round;
}.ayz_gr_seo_h-eph {
  margin: 0 0 0.375rem;
  font-weight: 700;
  max-width: 42.5rem;
  overflow-wrap: break-word;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13px;
  color: #C4B2D4;
}
@media(min-width: 766px) {.ayz_gr_seo_h-eph {
  font-size: 0.875rem;
}
}.ayz_gr_seo-eph {
  color: #735D84;
  max-width: 42.5rem;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 0.75rem;
}.ayz_gr_seo-eph strong {
  color: #C4B2D4;
  font-weight: 600;
}.ayz_gr_scroll-eph {
  gap: 0.625rem;
  padding-bottom: 10px;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}.ayz_gr_scroll-eph::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.ayz_gr_scroll-eph {
  gap: 12px;
}
}.ayz_tb-eph {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #120B1C;
  height: 56px;
  align-items: center;
  top: 0;
  z-index: 80;
  left: 0;
  position: fixed;
  right: 0;
  display: flex;
}.ayz_tb_in-eph {
  padding: 0 0.875rem;
  gap: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}.ayz_tb_burger-eph {
  gap: 0.313rem;
  border-radius: 10px;
  display: flex;
  margin-right: 8px;
  align-items: center;
  height: 2.375rem;
  flex-shrink: 0;
  justify-content: center;
  flex-direction: column;
  width: 2.375rem;
}.ayz_tb_burger-eph:hover {
  background: rgba(255,255,255,0.05);
}.ayz_tb_burger_line-eph {
  background: #9880AA;
  border-radius: 1px;
  width: 1.125rem;
  display: block;
  height: 2px;
}
@media(min-width: 1078px) {.ayz_tb_burger-eph {
  display: none;
}
}.ayz_tb_logo-eph {
  gap: 9px;
  display: flex;
  font-weight: 800;
  flex-shrink: 0;
  overflow-wrap: break-word;
  margin-right: 20px;
  color: #F2EAFA;
  letter-spacing: -.01em;
  align-items: center;
  font-size: 1.125rem;
}.ayz_tb_logo_mark-eph {
  border-radius: 0.625rem;
  overflow: hidden;
  display: flex;
  width: 32px;
  height: 2rem;
  align-items: center;
  justify-content: center;
}.ayz_tb_logo_mark-eph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.ayz_tb_nav-eph {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 641px) {.ayz_tb_nav-eph {
  display: flex;
}
}.ayz_tb_tab-eph {
  border-radius: 10px;
  transition: background .15s,color .15s;
  padding: 0.5rem 0.875rem;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.813rem;
  color: #9880AA;
}.ayz_tb_tab-eph:hover {
  background: rgba(255,255,255,0.05);
  color: #F2EAFA;
}.ayz_tb_tab-eph.ayz_state_active-eph {
  background: rgba(209,32,112,0.18);
  color: #F2EAFA;
}.ayz_tb_right-eph {
  gap: 8px;
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}.ayz_tb_login-eph {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s,color .2s;
  padding: 0.563rem 16px;
  border-radius: 10px;
  display: none;
  font-weight: 600;
  color: #C4B2D4;
  font-size: 0.813rem;
}.ayz_tb_login-eph:hover {
  border-color: rgba(209,32,110,0.56);
  color: #F2EAFA;
}
@media(min-width: 478px) {.ayz_tb_login-eph {
  display: block;
}
}.ayz_tb_reg-eph {
  background: #22C97A;
  transition: background .2s;
  padding: 9px 1.125rem;
  border-radius: 10px;
  white-space: nowrap;
  color: #0E0818;
  font-weight: 700;
  font-size: 13px;
}.ayz_tb_reg-eph:hover {
  background: #2EDB8A;
}.ayz_sb-eph {
  transition: transform .25s ease;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255,255,255,0.05);
  background: #1E1230;
  width: 220px;
  position: fixed;
  z-index: 70;
  overflow-y: auto;
  bottom: 0;
  top: 56px;
  left: 0;
}.ayz_sb-eph.ayz_state_open-eph {
  transform: translateX(0);
}.ayz_sb-eph::-webkit-scrollbar {
  width: 4px;
}.ayz_sb-eph::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
}
@media(min-width: 1081px) {.ayz_sb-eph {
  transform: translateX(0);
}
}.ayz_sb_auth-eph {
  padding: 0.875rem 12px 10px;
}.ayz_sb_btn_reg-eph {
  background: #22C97A;
  border-radius: 0.625rem;
  transition: background .2s;
  padding: 0.688rem;
  text-align: center;
  font-weight: 700;
  display: block;
  color: #0E0818;
  margin-bottom: 0.5rem;
  font-size: 13px;
}.ayz_sb_btn_reg-eph:hover {
  background: #2EDB8A;
}.ayz_sb_btn_login-eph {
  border: 1px solid rgba(255,255,255,0.11);
  padding: 0.625rem;
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  transition: border-color .2s;
  color: #C4B2D4;
  font-weight: 600;
  text-align: center;
  display: block;
  font-size: 0.813rem;
}.ayz_sb_btn_login-eph:hover {
  border-color: rgba(209,32,110,0.56);
  color: #F2EAFA;
}.ayz_sb_promo-eph {
  overflow: hidden;
  padding: 12px 0.875rem;
  border-radius: 10px;
  background: linear-gradient(135deg,#2C0E3E,#1E1230);
  margin: 0 0.75rem 0.625rem;
  border: 1px solid rgba(209,32,112,0.18);
  position: relative;
}.ayz_sb_promo-eph::before {
  background: radial-gradient(circle,rgba(209,32,112,0.18),transparent 70%);
  border-radius: 50%;
  right: -1.25rem;
  width: 5rem;
  position: absolute;
  height: 5rem;
  top: -1.25rem;
  content: '';
}.ayz_sb_promo_title-eph {
  letter-spacing: .06em;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #D12070;
  margin-bottom: 0.25rem;
}.ayz_sb_promo_text-eph {
  line-height: 1.35;
  font-size: 0.75rem;
  color: #F2EAFA;
  overflow-wrap: break-word;
  font-weight: 600;
}.ayz_sb_promo_sub-eph {
  font-size: 10px;
  color: #735D84;
  margin-top: 3px;
}.ayz_sb_nav-eph {
  padding: 0.375rem 8px 1rem;
}.ayz_sb_nav_lb-eph {
  padding: 0.625rem 0.5rem 6px;
  color: #5C4872;
  letter-spacing: .08em;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
}.ayz_sb_link-eph {
  border-radius: 0.375rem;
  padding: 9px 0.625rem;
  transition: background .15s,color .15s;
  gap: 0.625rem;
  font-size: 0.813rem;
  font-weight: 500;
  color: #9880AA;
  cursor: pointer;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
}.ayz_sb_link-eph:hover {
  background: rgba(255,255,255,0.05);
  color: #F2EAFA;
}.ayz_sb_link-eph.ayz_state_active-eph {
  background: rgba(209,32,112,0.18);
  color: #F2EAFA;
}.ayz_sb_ic-eph {
  border-radius: 0.375rem;
  width: 1.875rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  height: 30px;
}.ayz_sb_ic-eph svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
  width: 16px;
}.ayz_sb_ic_1-eph {
  background: rgba(209,32,112,0.08);
  color: #D12070;
}.ayz_sb_ic_2-eph {
  background: rgba(34,201,122,0.16);
  color: #22C97A;
}.ayz_sb_ic_3-eph {
  background: rgba(240,144,32,0.18);
  color: #F09020;
}.ayz_sb_ic_4-eph {
  background: rgba(139,36,176,0.22);
  color: #8B24B0;
}.ayz_sb_ic_5-eph {
  background: rgba(209,32,112,0.08);
  color: #E82E7C;
}.ayz_sb_ic_6-eph {
  background: rgba(139,36,176,0.22);
  color: #A030D0;
}.ayz_sb_badge-eph {
  background: #F09020;
  padding: 2px 0.438rem;
  border-radius: 6px;
  margin-left: auto;
  font-weight: 700;
  color: #0E0818;
  font-size: 0.563rem;
}.ayz_sb_bot-eph {
  gap: 0.5rem;
  padding: 0.75rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
}.ayz_sb_lang-eph,.ayz_sb_help-eph {
  border-radius: 0.375rem;
  gap: 0.375rem;
  border: 1px solid rgba(255,255,255,0.06);
  flex: 1;
  transition: border-color .2s;
  background: rgba(255,255,255,0.05);
  padding: 9px 0.375rem;
  font-weight: 600;
  color: #9880AA;
  display: flex;
  align-items: center;
  font-size: 11px;
  justify-content: center;
}.ayz_sb_lang-eph:hover,.ayz_sb_help-eph:hover {
  border-color: rgba(209,32,110,0.56);
  color: #F2EAFA;
}.ayz_sb_lang-eph svg,.ayz_sb_help-eph svg {
  height: 0.813rem;
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
}.ayz_sb_bd-eph {
  background: rgba(11,7,18,0.74);
  inset: 0;
  position: fixed;
  display: none;
  z-index: 69;
}.ayz_sb_bd-eph.ayz_state_on-eph {
  display: block;
}
@media(min-width: 1082px) {.ayz_sb_bd-eph {
  display: none!important;
}
}.ayz_mob_nav-eph {
  border-top: 1px solid rgba(255,255,255,0.11);
  background: #1E1230;
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  left: 0;
  z-index: 80;
  display: flex;
  right: 0;
  position: fixed;
  bottom: 0;
}
@media(min-width: 1083px) {.ayz_mob_nav-eph {
  display: none;
}
}.ayz_mob_nav_item-eph {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 4px;
  align-items: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  color: #5C4872;
}.ayz_mob_nav_ic-eph {
  line-height: 1;
}.ayz_mob_nav_ic-eph svg {
  height: 20px;
  stroke-linecap: round;
  width: 1.25rem;
  stroke-linejoin: round;
}.ayz_mob_nav_lb-eph {
  font-size: 0.625rem;
  color: #5C4872;
  font-weight: 600;
}.ayz_mob_nav_item-eph.ayz_state_active-eph {
  color: #D12070;
}.ayz_mob_nav_item-eph.ayz_state_active-eph .ayz_mob_nav_lb-eph {
  color: #D12070;
}.ayz_hero-eph {
  background: #120B1C;
  padding: 1.25rem 16px 0;
}
@media(min-width:768px) {.ayz_hero-eph {
  padding: 1.5rem 1.5rem 0;
}
}.ayz_hero_in-eph {
  margin: 0 auto;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width:860px) {.ayz_hero_in-eph {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1097px) {.ayz_hero_in-eph {
  grid-template-columns: 1fr 21.25rem;
}
}.ayz_hero_promo-eph {
  border-radius: 1rem;
  overflow: hidden;
  background: #180F26;
  align-items: stretch;
  min-height: 220px;
  display: flex;
  position: relative;
}
@media(min-width: 769px) {.ayz_hero_promo-eph {
  min-height: 17.5rem;
}
}.ayz_hero_promo_bg-eph {
  background-position: center;
  background: linear-gradient(120deg,#2C0E3E 0%,#120B1C 100%);
  inset: 0;
  position: absolute;
  background-size: cover;
}.ayz_hero_promo_bg-eph::after {
  background: linear-gradient(90deg,#120B1C 0%,rgba(11,7,18,0.74) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.ayz_hero_promo_glow-eph {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(139,36,176,0.22) 0%,transparent 65%);
  height: 300px;
  top: -2.5rem;
  pointer-events: none;
  width: 18.75rem;
  position: absolute;
  right: 60px;
}.ayz_hero_promo_ct-eph {
  padding: 28px 24px 1.75rem 1.75rem;
  max-width: 480px;
  justify-content: center;
  flex-direction: column;
  position: relative;
  display: flex;
  z-index: 2;
}
@media(min-width: 769px) {.ayz_hero_promo_ct-eph {
  padding: 2.5rem 32px;
}
}.ayz_hero_badge-eph {
  padding: 0.313rem 0.75rem;
  background: rgba(209,32,112,0.18);
  border-radius: 20px;
  border: 1px solid rgba(209,32,112,0.08);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 14px;
  display: inline-block;
  font-weight: 700;
  color: #D12070;
  font-size: 0.625rem;
}.ayz_hero_h1-eph {
  line-height: 1.15;
  font-size: 1.625rem;
  margin-bottom: 10px;
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
  color: #F2EAFA;
  font-weight: 800;
}.ayz_hero_h1-eph em {
  font-style: normal;
  color: #F09020;
}
@media(min-width: 765px) {.ayz_hero_h1-eph {
  font-size: 36px;
}
}.ayz_hero_sub-eph {
  line-height: 1.55;
  font-size: 13px;
  color: #9880AA;
  margin-bottom: 1.25rem;
}
@media(min-width: 767px) {.ayz_hero_sub-eph {
  font-size: 14px;
}
}.ayz_hero_row-eph {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.ayz_hero_cta-eph {
  background: #22C97A;
  border-radius: 10px;
  transition: background .2s;
  padding: 13px 26px;
  font-size: 14px;
  color: #0E0818;
  box-shadow: 0 0.25rem 22px rgba(34,201,122,0.42), 0 2px 6px rgba(0,0,0,0.52);
  font-weight: 700;
}.ayz_hero_cta-eph:hover {
  background: #2EDB8A;
}.ayz_hero_terms-eph {
  color: #5C4872;
  font-size: 11px;
}.ayz_hero_game-eph {
  overflow: hidden;
  border-radius: 16px;
  background: #180F26;
  border: 1px solid rgba(255,255,255,0.06);
  flex-direction: column;
  position: relative;
  display: flex;
}.ayz_hero_game_badge-eph {
  border: 1px solid rgba(240,144,32,0.18);
  padding: 0.313rem 10px;
  border-radius: 1.25rem;
  background: rgba(240,144,32,0.18);
  color: #F09020;
  text-transform: uppercase;
  z-index: 3;
  letter-spacing: .06em;
  font-weight: 700;
  position: absolute;
  top: 0.75rem;
  left: 12px;
  font-size: 10px;
}.ayz_hero_game_badge-eph svg {
  margin-right: 0.25rem;
  height: 0.688rem;
  width: 11px;
  vertical-align: -1px;
}.ayz_hero_game_img-eph {
  background: linear-gradient(135deg,#2C0E3E,#120B1C);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.ayz_hero_game_img-eph img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}.ayz_hero_game_play-eph {
  transition: opacity .2s;
  inset: 0;
  background: rgba(11,7,18,0.74);
  align-items: center;
  justify-content: center;
  display: flex;
  opacity: 0;
  position: absolute;
}.ayz_hero_game-eph:hover .ayz_hero_game_play-eph {
  opacity: 1;
}.ayz_hero_game_play-eph span {
  border-radius: 50%;
  background: #D12070;
  height: 3.25rem;
  justify-content: center;
  width: 52px;
  display: flex;
  align-items: center;
}.ayz_hero_game_play-eph span svg {
  width: 1.125rem;
  height: 18px;
  margin-left: 2px;
}.ayz_hero_game_info-eph {
  padding: 0.875rem 1rem;
}.ayz_hero_game_title-eph {
  margin-bottom: 4px;
  font-size: 0.938rem;
  color: #F2EAFA;
  overflow-wrap: break-word;
  font-weight: 700;
}.ayz_hero_game_provider-eph {
  font-size: 0.688rem;
  color: #735D84;
}.ayz_hero_game_btn-eph {
  transition: background .2s;
  background: #D12070;
  padding: 11px;
  border-radius: 0.625rem;
  margin: 0.75rem 16px 1rem;
  color: #F2EAFA;
  font-size: 0.813rem;
  text-align: center;
  display: block;
  font-weight: 700;
}.ayz_hero_game-eph:hover .ayz_hero_game_btn-eph {
  background: #E8357E;
}.ayz_sbar-eph {
  padding: 1rem 16px 0;
  background: #120B1C;
}
@media(min-width: 769px) {.ayz_sbar-eph {
  padding: 18px 24px 0;
}
}.ayz_sbar_in-eph {
  margin: 0 auto;
  max-width: 82.5rem;
}.ayz_sbar_row-eph {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}.ayz_sbar_input-eph {
  border: 1px solid rgba(255,255,255,0.11);
  background: #180F26;
  gap: 10px;
  transition: border-color .2s;
  padding: 0.688rem 1rem;
  flex: 1;
  border-radius: 0.625rem;
  color: #735D84;
  display: flex;
  font-size: 0.813rem;
  align-items: center;
  cursor: pointer;
}.ayz_sbar_input-eph:hover {
  border-color: rgba(209,32,110,0.56);
}.ayz_sbar_input-eph svg {
  stroke-linecap: round;
  height: 15px;
  flex-shrink: 0;
  stroke-linejoin: round;
  width: 15px;
}.ayz_sbar_providers-eph {
  transition: border-color .2s;
  gap: 0.5rem;
  padding: 0.688rem 1.125rem;
  background: #180F26;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.625rem;
  font-weight: 600;
  color: #C4B2D4;
  white-space: nowrap;
  align-items: center;
  display: flex;
  font-size: 0.813rem;
}.ayz_sbar_providers-eph:hover {
  border-color: rgba(209,32,110,0.56);
  color: #F2EAFA;
}.ayz_sbar_providers-eph svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
  width: 14px;
}.ayz_sbar_tabs-eph {
  gap: 6px;
  overflow-x: auto;
  display: flex;
  padding-bottom: 2px;
  scrollbar-width: none;
}.ayz_sbar_tabs-eph::-webkit-scrollbar {
  display: none;
}.ayz_sbar_tab-eph {
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  padding: 8px 0.875rem;
  transition: background .15s,color .15s,border-color .15s;
  gap: 7px;
  align-items: center;
  cursor: pointer;
  display: flex;
  white-space: nowrap;
  flex-shrink: 0;
  color: #9880AA;
  font-size: 12px;
  font-weight: 600;
}.ayz_sbar_tab-eph:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(209,32,110,0.56);
  color: #F2EAFA;
}.ayz_sbar_tab-eph.ayz_state_active-eph {
  background: rgba(209,32,112,0.18);
  border-color: rgba(209,32,112,0.08);
  color: #F2EAFA;
}.ayz_sbar_tab_ic-eph svg {
  height: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 14px;
}.ayz_wy-eph {
  padding: 32px 1rem 0;
  background: #120B1C;
}
@media(min-width: 769px) {.ayz_wy-eph {
  padding: 40px 1.5rem 0;
}
}.ayz_wy_in-eph {
  margin: 0 auto;
  max-width: 1320px;
}.ayz_wy_head-eph {
  max-width: 720px;
  margin-bottom: 18px;
}.ayz_wy_label-eph {
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #D12070;
  margin-bottom: 8px;
  font-size: 0.688rem;
}.ayz_wy_h2-eph {
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  color: #F2EAFA;
  font-family: 'Bebas Neue', sans-serif;
}
@media(min-width: 771px) {.ayz_wy_h2-eph {
  font-size: 1.5rem;
}
}.ayz_wy_intro-eph {
  margin: 0;
  color: #735D84;
  font-size: 13px;
  line-height: 1.6;
}.ayz_wy_grid-eph {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.ayz_wy_grid-eph {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.ayz_wy_grid-eph {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.ayz_wy_card-eph {
  transition: border-color .2s,transform .2s;
  border-radius: 0.625rem;
  background: #1E1230;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 1.25rem;
}.ayz_wy_card-eph:hover {
  transform: translateY(-2px);
  border-color: rgba(209,32,112,0.08);
}.ayz_wy_card_ic-eph {
  background: rgba(209,32,112,0.18);
  border-radius: 50%;
  margin-bottom: 14px;
  align-items: center;
  display: flex;
  height: 44px;
  color: #D12070;
  justify-content: center;
  width: 44px;
}.ayz_wy_card_ic-eph svg {
  stroke-linecap: round;
  width: 1.375rem;
  height: 22px;
  stroke-linejoin: round;
}.ayz_wy_card_h-eph {
  color: #F2EAFA;
  font-weight: 700;
  font-size: 0.938rem;
  margin-bottom: 6px;
  line-height: 1.25;
  overflow-wrap: break-word;
}.ayz_wy_card_p-eph {
  line-height: 1.6;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #735D84;
}.ayz_wy_card_p-eph strong {
  font-weight: 600;
  color: #C4B2D4;
}.ayz_gr_jp-eph {
  border-radius: 1rem;
  padding: 1.25rem;
  overflow: hidden;
  background: linear-gradient(135deg,#1E0D34 0%,#0E0818 100%);
  position: relative;
}.ayz_gr_jp-eph::before {
  background: radial-gradient(circle,rgba(139,36,176,0.22) 0%,transparent 70%);
  border-radius: 50%;
  position: absolute;
  top: -3.75rem;
  width: 15.625rem;
  left: -3.75rem;
  height: 250px;
  content: '';
}.ayz_gr_jp-eph::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(240,144,32,0.18) 0%,transparent 70%);
  height: 200px;
  content: '';
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 12.5rem;
}.ayz_gr_jp_head-eph {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  z-index: 1;
  position: relative;
  align-items: flex-start;
}.ayz_gr_jp_info-eph {
  flex: 1;
}.ayz_gr_jp_label-eph {
  font-size: 0.688rem;
  color: #A030D0;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 6px;
  font-weight: 700;
}.ayz_gr_jp_label-eph svg {
  stroke-linejoin: round;
  margin-right: 4px;
  vertical-align: -2px;
  width: 14px;
  height: 14px;
  stroke-linecap: round;
}.ayz_gr_jp_amount-eph {
  font-size: 32px;
  margin-bottom: 0.25rem;
  font-weight: 800;
  line-height: 1;
  overflow-wrap: break-word;
  color: #F2EAFA;
  font-family: 'Bebas Neue', sans-serif;
}
@media(min-width: 767px) {.ayz_gr_jp_amount-eph {
  font-size: 40px;
}
}.ayz_gr_jp_amount-eph span {
  color: #F09020;
}.ayz_gr_jp_seo-eph {
  max-width: 30rem;
  color: #9880AA;
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 12px;
}.ayz_gr_jp_cta-eph {
  border: 1px solid rgba(139,36,176,0.22);
  border-radius: 0.625rem;
  transition: background .2s;
  background: rgba(139,36,176,0.22);
  padding: 0.688rem 20px;
  color: #F2EAFA;
  flex-shrink: 0;
  font-weight: 700;
  position: relative;
  margin-top: 4px;
  white-space: nowrap;
  font-size: 0.813rem;
  align-self: flex-start;
  z-index: 1;
}.ayz_gr_jp_cta-eph:hover {
  background: #8B24B0;
}.ayz_ws-eph {
  background: #120B1C;
  padding: 2rem 1rem 0;
}
@media(min-width: 767px) {.ayz_ws-eph {
  padding: 36px 24px 0;
}
}.ayz_ws_in-eph {
  margin: 0 auto;
  max-width: 1320px;
}.ayz_ws_head-eph {
  gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}.ayz_ws_title-eph {
  gap: 10px;
  overflow-wrap: break-word;
  color: #F2EAFA;
  align-items: center;
  font-weight: 700;
  flex-wrap: wrap;
  font-size: 16px;
  display: flex;
  font-family: 'Bebas Neue', sans-serif;
}.ayz_ws_title_ic-eph svg {
  width: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #F09020;
  height: 1.125rem;
}.ayz_ws_online-eph {
  gap: 7px;
  display: flex;
  font-size: 12px;
  align-items: center;
  font-weight: 600;
  color: #735D84;
}.ayz_ws_online_dot-eph {
  border-radius: 50%;
  background: #22C97A;
  width: 8px;
  height: 0.5rem;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(34,201,122,0.16);
}.ayz_ws_scroll-eph {
  gap: 0.5rem;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}.ayz_ws_scroll-eph::-webkit-scrollbar {
  display: none;
}.ayz_wc-eph {
  background: #180F26;
  border-radius: 0.625rem;
  gap: 0.625rem;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 0.625rem 0.875rem;
  min-width: 13.75rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.ayz_wc_img-eph {
  overflow: hidden;
  border-radius: 0.375rem;
  background: #1E1230;
  width: 2.25rem;
  flex-shrink: 0;
  height: 36px;
}.ayz_wc_img-eph img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.ayz_wc_info-eph {
  min-width: 0;
}.ayz_wc_game-eph {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #C4B2D4;
  font-weight: 600;
  font-size: 0.75rem;
  white-space: nowrap;
}.ayz_wc_player-eph {
  overflow: hidden;
  white-space: nowrap;
  color: #5C4872;
  text-overflow: ellipsis;
  font-size: 0.625rem;
}.ayz_wc_amount-eph {
  flex-shrink: 0;
  white-space: nowrap;
  margin-left: auto;
  color: #22C97A;
  font-weight: 700;
  font-size: 0.813rem;
}.ayz_app-eph {
  background: #120B1C;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.ayz_app-eph {
  padding: 44px 24px 0;
}
}.ayz_app_in-eph {
  margin: 0 auto;
  max-width: 82.5rem;
}.ayz_app_head-eph {
  margin-bottom: 16px;
}.ayz_app_label-eph {
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #D12070;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.ayz_app_h2-eph {
  margin-bottom: 6px;
  color: #F2EAFA;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 800;
}
@media(min-width: 770px) {.ayz_app_h2-eph {
  font-size: 1.5rem;
}
}.ayz_app_sub-eph {
  overflow-wrap: break-word;
  max-width: 37.5rem;
  font-size: 13px;
  color: #735D84;
  line-height: 1.6;
}.ayz_app_sub-eph strong {
  font-weight: 700;
  color: #C4B2D4;
}.ayz_app_cards-eph {
  gap: 0.625rem;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.ayz_app_cards-eph {
  grid-template-columns: repeat(3,1fr);
}
}.ayz_app_card-eph {
  overflow: hidden;
  padding: 20px;
  border-radius: 0.625rem;
  gap: 16px;
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
}.ayz_app_card_ios-eph {
  background: linear-gradient(135deg,rgba(209,32,112,0.18) 0%,#1E1230 100%);
}.ayz_app_card_android-eph {
  background: linear-gradient(135deg,rgba(34,201,122,0.16) 0%,#1E1230 100%);
}.ayz_app_card_win-eph {
  background: linear-gradient(135deg,rgba(240,144,32,0.18) 0%,#1E1230 100%);
}.ayz_app_card_ic-eph svg {
  height: 34px;
  stroke-linecap: round;
  width: 2.125rem;
  stroke-linejoin: round;
}.ayz_app_card_ic-eph {
  flex-shrink: 0;
  color: #F2EAFA;
}.ayz_app_card_os-eph {
  text-transform: uppercase;
  color: #735D84;
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
}.ayz_app_card_title-eph {
  color: #F2EAFA;
  line-height: 1.2;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-size: 0.938rem;
  font-weight: 700;
}.ayz_app_card_text-eph {
  line-height: 1.5;
  font-size: 12px;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  color: #735D84;
}.ayz_app_card_btn-eph {
  gap: 0.438rem;
  transition: background .2s;
  padding: 0.625rem 1.125rem;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(209,32,110,0.56);
  border-radius: 0.375rem;
  align-items: center;
  color: #F2EAFA;
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
}.ayz_app_card_btn-eph:hover {
  background: rgba(255,255,255,0.07);
}.ayz_prov-eph {
  padding: 2.25rem 1rem 0;
  background: #120B1C;
}
@media(min-width: 771px) {.ayz_prov-eph {
  padding: 44px 24px 0;
}
}.ayz_prov_in-eph {
  margin: 0 auto;
  max-width: 1320px;
}.ayz_prov_head-eph {
  margin-bottom: 16px;
}.ayz_prov_label-eph {
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  color: #D12070;
  margin-bottom: 8px;
}.ayz_prov_h2-eph {
  overflow-wrap: break-word;
  font-size: 20px;
  color: #F2EAFA;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: 'Bebas Neue', sans-serif;
}
@media(min-width: 771px) {.ayz_prov_h2-eph {
  font-size: 24px;
}
}.ayz_prov_seo-eph {
  line-height: 1.6;
  color: #735D84;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
  font-size: 13px;
  max-width: 620px;
}.ayz_prov_seo-eph strong {
  font-weight: 700;
  color: #C4B2D4;
}.ayz_prov_seo-eph a {
  color: #D12070;
  text-decoration: underline;
}.ayz_prov_grid-eph {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.ayz_prov_grid-eph {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1078px) {.ayz_prov_grid-eph {
  grid-template-columns: repeat(8,1fr);
}
}.ayz_prov_card-eph {
  background: #180F26;
  border-radius: 10px;
  padding: 0.875rem 10px;
  border: 1px solid rgba(255,255,255,0.11);
  gap: 7px;
  transition: border-color .2s,background .2s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}.ayz_prov_card-eph:hover {
  border-color: rgba(209,32,110,0.56);
  background: #1E1230;
}.ayz_prov_logo-eph {
  border-radius: 0.375rem;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 2.75rem;
}.ayz_prov_logo-eph img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.ayz_prov_name-eph {
  color: #9880AA;
  font-size: 11px;
  overflow-wrap: break-word;
  font-weight: 600;
  text-align: center;
}.ayz_reg-eph {
  background: #120B1C;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.ayz_reg-eph {
  padding: 2.75rem 24px 0;
}
}.ayz_reg_in-eph {
  padding: 1.75rem 24px;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.06);
  background: #1E1230;
  border-radius: 16px;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.ayz_reg_in-eph {
  padding: 40px;
}
}.ayz_reg_top-eph {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.ayz_reg_top-eph {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.ayz_reg_label-eph {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-weight: 700;
  color: #D12070;
}.ayz_reg_h2-eph {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.2;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F2EAFA;
}
@media(min-width: 769px) {.ayz_reg_h2-eph {
  font-size: 28px;
}
}.ayz_reg_bonus-eph {
  border-radius: 10px;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  background: rgba(240,144,32,0.18);
  border: 1px solid rgba(240,144,32,0.18);
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}.ayz_reg_bonus_amount-eph {
  font-size: 20px;
  color: #F09020;
  font-weight: 800;
}.ayz_reg_bonus_text-eph {
  line-height: 1.35;
  font-size: 0.813rem;
  color: #9880AA;
}.ayz_reg_cta_btn-eph {
  background: #22C97A;
  transition: background .2s;
  padding: 0.875rem 2rem;
  border-radius: 10px;
  color: #0E0818;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 12px;
  box-shadow: 0 4px 22px rgba(34,201,122,0.42), 0 2px 0.375rem rgba(0,0,0,0.52);
  font-weight: 700;
}.ayz_reg_cta_btn-eph:hover {
  background: #2EDB8A;
}.ayz_reg_terms-eph {
  font-size: 11px;
  color: #5C4872;
  line-height: 1.5;
}.ayz_reg_seo-eph {
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 0.813rem;
  color: #735D84;
  margin-top: 20px;
  overflow-wrap: break-word;
  line-height: 1.65;
  padding-top: 1.25rem;
}.ayz_reg_seo-eph p {
  font-size: 13px;
  line-height: 1.65;
  color: #735D84;
  margin-bottom: 0.625rem;
}.ayz_reg_seo-eph p:last-child {
  margin-bottom: 0;
}.ayz_reg_seo-eph strong {
  font-weight: 700;
  color: #C4B2D4;
}.ayz_reg_seo-eph a {
  transition: color .2s;
  text-decoration: underline;
  color: #D12070;
}.ayz_reg_seo-eph a:hover {
  color: #E8357E;
}.ayz_reg_seo-eph ul,.ayz_reg_seo-eph ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.ayz_reg_seo-eph ol {
  list-style: decimal;
}.ayz_reg_seo-eph li {
  font-size: 0.813rem;
  line-height: 1.65;
  color: #735D84;
  margin-bottom: 4px;
}.ayz_reg_seo-eph table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
  display: block;
  font-size: 0.813rem;
  overflow-x: auto;
}
@media(min-width: 771px) {.ayz_reg_seo-eph table {
  display: table;
}
}.ayz_reg_seo-eph th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  color: #C4B2D4;
  font-weight: 700;
}.ayz_reg_seo-eph td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #735D84;
}.ayz_reg_steps-eph {
  gap: 0.875rem;
  flex-direction: column;
  display: flex;
  margin-top: 1.75rem;
}
@media(min-width: 858px) {.ayz_reg_steps-eph {
  margin-top: 0;
}
}.ayz_reg_step-eph {
  gap: 14px;
  border-radius: 0.625rem;
  background: rgba(255,255,255,0.05);
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.06);
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.ayz_reg_step_num-eph {
  border: 1px solid rgba(209,32,112,0.08);
  background: rgba(209,32,112,0.18);
  border-radius: 50%;
  color: #D12070;
  font-weight: 800;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  height: 34px;
  width: 34px;
  align-items: center;
  font-size: 14px;
}.ayz_reg_step_title-eph {
  color: #F2EAFA;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 3px;
}.ayz_reg_step_text-eph {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #735D84;
}.ayz_reg_trust-eph {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
  margin-top: 20px;
  padding-top: 1.25rem;
  flex-wrap: wrap;
}.ayz_reg_trust_item-eph {
  gap: 7px;
  font-size: 12px;
  align-items: center;
  display: flex;
  color: #735D84;
  overflow-wrap: break-word;
}.ayz_reg_trust_ic-eph svg {
  height: 16px;
  stroke-linecap: round;
  color: #D12070;
  stroke-linejoin: round;
  width: 16px;
}.ayz_bon-eph {
  background: #120B1C;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.ayz_bon-eph {
  padding: 44px 24px 0;
}
}.ayz_bon_in-eph {
  margin: 0 auto;
  max-width: 82.5rem;
}.ayz_bon_head-eph {
  margin-bottom: 1.25rem;
}.ayz_bon_label-eph {
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
  color: #D12070;
}.ayz_bon_h2-eph {
  color: #F2EAFA;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 8px;
}
@media(min-width: 769px) {.ayz_bon_h2-eph {
  font-size: 24px;
}
}.ayz_bon_seo-eph {
  line-height: 1.6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 38.75rem;
  color: #735D84;
}.ayz_bon_seo-eph strong {
  font-weight: 700;
  color: #C4B2D4;
}.ayz_bon_seo-eph a {
  color: #D12070;
  text-decoration: underline;
}.ayz_bon_grid-eph {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width:640px) {.ayz_bon_grid-eph {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.ayz_bon_grid-eph {
  grid-template-columns: repeat(5,1fr);
}
}.ayz_bon_card-eph {
  transition: border-color .2s,transform .2s;
  padding: 1rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(255,255,255,0.11);
  background: #180F26;
}.ayz_bon_card-eph:hover {
  border-color: rgba(209,32,112,0.08);
  transform: translateY(-2px);
}.ayz_bon_card_ic-eph svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.625rem;
  width: 1.625rem;
}.ayz_bon_card_ic-eph {
  margin-bottom: 10px;
}.ayz_bon_card_type-eph {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
  color: #735D84;
  letter-spacing: .06em;
  font-size: 10px;
}.ayz_bon_card_amount-eph {
  font-size: 1.125rem;
  margin-bottom: 0.375rem;
  color: #F09020;
  font-weight: 800;
  line-height: 1.1;
}.ayz_bon_card_name-eph {
  font-weight: 600;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  color: #F2EAFA;
}.ayz_bon_card_detail-eph {
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #5C4872;
  font-size: 0.688rem;
  padding-top: 8px;
  overflow-wrap: break-word;
  line-height: 1.5;
}.ayz_faq-eph {
  background: #120B1C;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.ayz_faq-eph {
  padding: 2.75rem 1.5rem 0;
}
}.ayz_faq_in-eph {
  margin: 0 auto;
  max-width: 1320px;
}.ayz_faq_head-eph {
  margin-bottom: 1.25rem;
}.ayz_faq_label-eph {
  letter-spacing: .08em;
  color: #D12070;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.ayz_faq_h2-eph {
  color: #F2EAFA;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.ayz_faq_h2-eph {
  font-size: 1.5rem;
}
}.ayz_faq_list-eph {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.ayz_faq_item-eph {
  background: #1E1230;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.625rem;
}.ayz_faq_q-eph {
  transition: color .2s;
  gap: 12px;
  padding: 1rem 20px;
  color: #C4B2D4;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  font-size: 0.875rem;
  display: flex;
  cursor: pointer;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
}.ayz_faq_q-eph:hover {
  color: #F2EAFA;
}.ayz_faq_q_ic-eph {
  transition: transform .25s;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  align-items: center;
  color: #D12070;
  font-size: 1rem;
  flex-shrink: 0;
  height: 1.5rem;
  display: flex;
  width: 24px;
  justify-content: center;
}.ayz_faq_item-eph.ayz_state_open-eph .ayz_faq_q_ic-eph {
  transform: rotate(45deg);
}.ayz_faq_a-eph {
  padding: 0 20px 16px;
  color: #735D84;
  display: none;
  font-size: 0.813rem;
  line-height: 1.7;
  overflow-wrap: break-word;
}.ayz_faq_item-eph.ayz_state_open-eph .ayz_faq_a-eph {
  display: block;
}.ayz_faq_a-eph strong {
  color: #C4B2D4;
  font-weight: 700;
}.ayz_faq_a-eph a {
  color: #D12070;
  text-decoration: underline;
}.ayz_faq_a-eph ul,.ayz_faq_a-eph ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.ayz_faq_a-eph ol {
  list-style: decimal;
}.ayz_faq_a-eph li {
  margin-bottom: 4px;
  line-height: 1.6;
}.ayz_faq_a-eph table {
  margin: 8px 0;
  border-collapse: collapse;
  display: block;
  font-size: 0.75rem;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 769px) {.ayz_faq_a-eph table {
  display: table;
}
}.ayz_faq_a-eph th {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  font-weight: 700;
  color: #C4B2D4;
}.ayz_faq_a-eph td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 6px 0.5rem;
  color: #735D84;
}.ayz_seo-eph {
  padding: 36px 1rem 0;
  background: #120B1C;
}
@media(min-width:768px) {.ayz_seo-eph {
  padding: 44px 1.5rem 0;
}
}.ayz_seo_in-eph {
  border-radius: 1rem;
  background: #1E1230;
  border: 1px solid rgba(255,255,255,0.11);
  margin: 0 auto;
  padding: 1.75rem 24px;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.ayz_seo_in-eph {
  padding: 2.25rem 40px;
}
}.ayz_seo_label-eph {
  font-size: 11px;
  margin-bottom: 0.625rem;
  color: #D12070;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.ayz_seo_h2-eph {
  font-weight: 800;
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-family: 'Bebas Neue', sans-serif;
  line-height: 1.25;
  color: #F2EAFA;
}
@media(min-width: 767px) {.ayz_seo_h2-eph {
  font-size: 1.5rem;
}
}.ayz_seo_body-eph {
  color: #9880AA;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
}.ayz_seo_body-eph p {
  font-size: 14px;
  color: #9880AA;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.ayz_seo_body-eph p:last-child {
  margin-bottom: 0;
}.ayz_seo_body-eph strong {
  color: #C4B2D4;
  font-weight: 700;
}.ayz_seo_body-eph a {
  transition: color .2s;
  color: #D12070;
  text-decoration: underline;
}.ayz_seo_body-eph a:hover {
  color: #E8357E;
}.ayz_seo_body-eph ul,.ayz_seo_body-eph ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.ayz_seo_body-eph ol {
  list-style: decimal;
}.ayz_seo_body-eph li {
  color: #9880AA;
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 0.875rem;
}.ayz_seo_body-eph table {
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  margin-bottom: 12px;
  width: 100%;
  font-size: 13px;
}
@media(min-width: 771px) {.ayz_seo_body-eph table {
  display: table;
}
}.ayz_seo_body-eph th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 12px;
  color: #C4B2D4;
  font-weight: 700;
  text-align: left;
}.ayz_seo_body-eph td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9880AA;
}.ayz_seo_cols-eph {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 642px) {.ayz_seo_cols-eph {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.ayz_seo_cols-eph {
  grid-template-columns: repeat(3,1fr);
}
}.ayz_seo_col_h-eph {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #C4B2D4;
  font-weight: 700;
  margin-bottom: 7px;
}.ayz_seo_col_p-eph {
  color: #735D84;
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.ayz_seo_stats-eph {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.ayz_seo_stat-eph {
  padding: 0.875rem 1rem;
  background: rgba(209,32,112,0.08);
  border: 1px solid rgba(209,32,112,0.18);
  flex: 1;
  border-radius: 10px;
  min-width: 8.75rem;
}.ayz_seo_stat_val-eph {
  margin-bottom: 0.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #D12070;
}.ayz_seo_stat_lb-eph {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #735D84;
}.ayz_seo-eph {
  background: #120B1C;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.ayz_seo-eph {
  padding: 44px 24px 0;
}
}.ayz_seo_in-eph {
  border: 1px solid rgba(255,255,255,0.11);
  padding: 28px 1.5rem;
  border-radius: 1rem;
  background: #1E1230;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width:768px) {.ayz_seo_in-eph {
  padding: 2.25rem 40px;
}
}.ayz_seo_label-eph {
  text-transform: uppercase;
  color: #D12070;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
}.ayz_seo_h2-eph {
  font-size: 1.25rem;
  font-family: 'Bebas Neue', sans-serif;
  line-height: 1.25;
  color: #F2EAFA;
  font-weight: 800;
  margin-bottom: 14px;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.ayz_seo_h2-eph {
  font-size: 24px;
}
}.ayz_seo_body-eph {
  font-size: 0.875rem;
  color: #9880AA;
  overflow-wrap: break-word;
  line-height: 1.75;
}.ayz_seo_body-eph p {
  line-height: 1.75;
  color: #9880AA;
  font-size: 14px;
  margin-bottom: 12px;
}.ayz_seo_body-eph p:last-child {
  margin-bottom: 0;
}.ayz_seo_body-eph strong {
  font-weight: 700;
  color: #C4B2D4;
}.ayz_seo_body-eph a {
  transition: color .2s;
  text-decoration: underline;
  color: #D12070;
}.ayz_seo_body-eph a:hover {
  color: #E8357E;
}.ayz_seo_body-eph ul,.ayz_seo_body-eph ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.ayz_seo_body-eph ol {
  list-style: decimal;
}.ayz_seo_body-eph li {
  line-height: 1.75;
  margin-bottom: 6px;
  font-size: 14px;
  color: #9880AA;
}.ayz_seo_body-eph table {
  font-size: 0.813rem;
  width: 100%;
  display: block;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 769px) {.ayz_seo_body-eph table {
  display: table;
}
}.ayz_seo_body-eph th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  color: #C4B2D4;
  font-weight: 700;
}.ayz_seo_body-eph td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9880AA;
}.ayz_seo_cols-eph {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.ayz_seo_cols-eph {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.ayz_seo_cols-eph {
  grid-template-columns: repeat(3,1fr);
}
}.ayz_seo_col_h-eph {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 700;
  color: #C4B2D4;
  margin-bottom: 7px;
}.ayz_seo_col_p-eph {
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #735D84;
}.ayz_seo_stats-eph {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.ayz_seo_stat-eph {
  background: rgba(209,32,112,0.08);
  flex: 1;
  padding: 0.875rem 16px;
  border: 1px solid rgba(209,32,112,0.18);
  border-radius: 10px;
  min-width: 140px;
}.ayz_seo_stat_val-eph {
  font-weight: 800;
  margin-bottom: 0.25rem;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #D12070;
}.ayz_seo_stat_lb-eph {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #735D84;
}.ayz_seo-eph {
  padding: 2.25rem 1rem 0;
  background: #120B1C;
}
@media(min-width: 767px) {.ayz_seo-eph {
  padding: 44px 1.5rem 0;
}
}.ayz_seo_in-eph {
  margin: 0 auto;
  border-radius: 1rem;
  background: #1E1230;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255,255,255,0.11);
  max-width: 82.5rem;
}
@media(min-width: 770px) {.ayz_seo_in-eph {
  padding: 2.25rem 2.5rem;
}
}.ayz_seo_label-eph {
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #D12070;
  margin-bottom: 0.625rem;
  font-weight: 700;
}.ayz_seo_h2-eph {
  font-size: 1.25rem;
  color: #F2EAFA;
  font-weight: 800;
  font-family: 'Bebas Neue', sans-serif;
  margin-bottom: 14px;
  line-height: 1.25;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.ayz_seo_h2-eph {
  font-size: 1.5rem;
}
}.ayz_seo_body-eph {
  line-height: 1.75;
  color: #9880AA;
  font-size: 14px;
  overflow-wrap: break-word;
}.ayz_seo_body-eph p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  font-size: 14px;
  color: #9880AA;
}.ayz_seo_body-eph p:last-child {
  margin-bottom: 0;
}.ayz_seo_body-eph strong {
  color: #C4B2D4;
  font-weight: 700;
}.ayz_seo_body-eph a {
  transition: color .2s;
  text-decoration: underline;
  color: #D12070;
}.ayz_seo_body-eph a:hover {
  color: #E8357E;
}.ayz_seo_body-eph ul,.ayz_seo_body-eph ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.ayz_seo_body-eph ol {
  list-style: decimal;
}.ayz_seo_body-eph li {
  color: #9880AA;
  line-height: 1.75;
  margin-bottom: 6px;
  font-size: 0.875rem;
}.ayz_seo_body-eph table {
  display: block;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  font-size: 0.813rem;
  margin-bottom: 12px;
}
@media(min-width: 771px) {.ayz_seo_body-eph table {
  display: table;
}
}.ayz_seo_body-eph th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  color: #C4B2D4;
  text-align: left;
  font-weight: 700;
}.ayz_seo_body-eph td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9880AA;
}.ayz_seo_cols-eph {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 637px) {.ayz_seo_cols-eph {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.ayz_seo_cols-eph {
  grid-template-columns: repeat(3,1fr);
}
}.ayz_seo_col_h-eph {
  font-weight: 700;
  font-size: 13px;
  color: #C4B2D4;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.ayz_seo_col_p-eph {
  font-size: 13px;
  color: #735D84;
  overflow-wrap: break-word;
  line-height: 1.65;
}.ayz_seo_stats-eph {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.ayz_seo_stat-eph {
  border-radius: 0.625rem;
  background: rgba(209,32,112,0.08);
  border: 1px solid rgba(209,32,112,0.18);
  padding: 14px 16px;
  flex: 1;
  min-width: 8.75rem;
}.ayz_seo_stat_val-eph {
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  color: #D12070;
}.ayz_seo_stat_lb-eph {
  color: #735D84;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.ayz_ft-eph {
  background: #0B0712;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 48px;
}.ayz_ft_support-eph {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 1.5rem 1rem;
}
@media(min-width: 769px) {.ayz_ft_support-eph {
  padding: 1.75rem 24px;
}
}.ayz_ft_support_in-eph {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 82.5rem;
}.ayz_ft_support_main-eph {
  gap: 16px;
  flex: 1;
  flex-wrap: wrap;
  min-width: 220px;
  display: flex;
  align-items: center;
}.ayz_ft_support_ic-eph {
  color: #D12070;
  flex-shrink: 0;
}.ayz_ft_support_ic-eph svg {
  width: 1.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 30px;
}.ayz_ft_support_text_title-eph {
  overflow-wrap: break-word;
  margin-bottom: 3px;
  color: #F2EAFA;
  font-size: 15px;
  font-weight: 700;
}.ayz_ft_support_text_sub-eph {
  color: #735D84;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.ayz_ft_support_btn-eph {
  padding: 11px 1.375rem;
  transition: background .2s;
  border-radius: 10px;
  background: #D12070;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #F2EAFA;
  flex-shrink: 0;
}.ayz_ft_support_btn-eph:hover {
  background: #E8357E;
}.ayz_ft_support_contacts-eph {
  gap: 16px;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.ayz_ft_support_contact-eph {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #5C4872;
}.ayz_ft_support_contact-eph strong {
  margin-bottom: 2px;
  display: block;
  font-size: 0.688rem;
  color: #9880AA;
  font-weight: 600;
}.ayz_ft_main-eph {
  padding: 2rem 16px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 765px) {.ayz_ft_main-eph {
  padding: 40px 24px 2rem;
}
}.ayz_ft_main_in-eph {
  margin: 0 auto;
  gap: 1.5rem;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.ayz_ft_main_in-eph {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.ayz_ft_main_in-eph {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.ayz_ft_col_logo-eph {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.ayz_ft_col_logo-eph {
  grid-column: auto;
}
}.ayz_ft_logo-eph {
  gap: 9px;
  align-items: center;
  color: #F2EAFA;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
}.ayz_ft_logo_mark-eph {
  border-radius: 0.375rem;
  overflow: hidden;
  width: 30px;
  height: 30px;
}.ayz_ft_logo_mark-eph img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.ayz_ft_logo_sub-eph {
  line-height: 1.55;
  max-width: 12.5rem;
  font-size: 12px;
  color: #5C4872;
  overflow-wrap: break-word;
}.ayz_ft_col_title-eph {
  text-transform: uppercase;
  margin-bottom: 14px;
  color: #9880AA;
  font-size: 12px;
  letter-spacing: .07em;
  font-weight: 700;
}.ayz_ft_col_links-eph {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.ayz_ft_col_link-eph {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #5C4872;
}.ayz_ft_col_link-eph:hover {
  color: #C4B2D4;
}.ayz_ft_apps-eph {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.ayz_ft_app_card-eph {
  border-radius: 0.375rem;
  background: rgba(255,255,255,0.05);
  padding: 0.625rem 0.75rem;
  gap: 0.625rem;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.11);
  align-items: center;
  display: flex;
}.ayz_ft_app_card-eph:hover {
  border-color: rgba(209,32,110,0.56);
}.ayz_ft_app_card_ic-eph svg {
  height: 22px;
  stroke-linecap: round;
  width: 22px;
  stroke-linejoin: round;
}.ayz_ft_app_card_os-eph {
  color: #5C4872;
  font-size: 0.625rem;
  font-weight: 600;
}.ayz_ft_app_card_action-eph {
  color: #C4B2D4;
  font-weight: 700;
  font-size: 12px;
}.ayz_ft_bot-eph {
  padding: 1.25rem 16px;
}
@media(min-width: 766px) {.ayz_ft_bot-eph {
  padding: 1.25rem 24px;
}
}.ayz_ft_bot_in-eph {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 1320px;
}.ayz_ft_socials-eph {
  gap: 8px;
  display: flex;
}.ayz_ft_soc-eph {
  transition: background .2s;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 6px;
  background: rgba(255,255,255,0.05);
  display: flex;
  width: 2.25rem;
  height: 2.25rem;
  justify-content: center;
  color: #9880AA;
  align-items: center;
}.ayz_ft_soc-eph svg {
  width: 16px;
  stroke-linecap: round;
  height: 16px;
  stroke-linejoin: round;
}.ayz_ft_soc-eph:hover {
  background: rgba(255,255,255,0.07);
}.ayz_ft_legal-eph {
  flex: 1;
  color: #8A78A2;
  line-height: 1.6;
  overflow-wrap: break-word;
  min-width: 200px;
  font-size: 0.688rem;
}.ayz_ft_legal-eph strong {
  color: #9880AA;
  font-weight: 700;
}.ayz_ft_legal-eph a {
  text-decoration: underline;
  color: #9880AA;
}.ayz_ft_age-eph {
  border: 2px solid #8A78A2;
  border-radius: 50%;
  margin-left: auto;
  height: 32px;
  display: flex;
  width: 32px;
  flex-shrink: 0;
  font-weight: 800;
  font-size: 11px;
  align-items: center;
  justify-content: center;
  color: #8A78A2;
}