html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #10131C;
  font-family: 'Rajdhani', sans-serif;
  min-height: 100vh;
  line-height: 1.6;
  color: #BEC4D6;
  -webkit-font-smoothing: antialiased;
}.zpr-layout-uzl {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.zpr-page-uzl {
  display: flex;
  min-height: 100vh;
}.zpr-main-uzl {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width: 1078px) {.zpr-main-uzl {
  padding-left: 220px;
}
}
@media (max-width: 1078px) {.zpr-main-uzl {
  padding-bottom: 4.5rem;
}
}.zpr-gc-uzl {
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform .2s,border-color .2s;
  background: #151922;
  overflow: hidden;
  flex-shrink: 0;
  width: 8.75rem;
  position: relative;
  cursor: pointer;
}
@media(min-width: 639px) {.zpr-gc-uzl {
  width: 156px;
}
}
@media(min-width:1080px) {.zpr-gc-uzl {
  width: 10.5rem;
}
}.zpr-gc-uzl:hover {
  border-color: rgba(232,106,26,0.08);
  transform: translateY(-3px);
}.zpr-gc_img-uzl {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.zpr-gc_img-uzl img {
  inset: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}.zpr-gc_hover-uzl {
  inset: 0;
  background: rgba(8,10,18,0.82);
  transition: opacity .2s;
  justify-content: center;
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
}.zpr-gc-uzl:hover .zpr-gc_hover-uzl {
  opacity: 1;
}.zpr-gc_hover_btn-uzl {
  padding: 8px 16px;
  background: #E86A1A;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #F2F4FA;
}.zpr-gc_info-uzl {
  padding: 0.5rem 0.625rem 10px;
}.zpr-gc_name-uzl {
  overflow: hidden;
  font-weight: 600;
  color: #BEC4D6;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  margin-bottom: 3px;
}.zpr-gc_prov-uzl {
  color: #4E5470;
  font-size: 0.625rem;
}.zpr-gc_tag-uzl {
  border-radius: 0.25rem;
  padding: 2px 7px;
  z-index: 2;
  top: 6px;
  position: absolute;
  letter-spacing: .04em;
  font-weight: 700;
  font-size: 9px;
  left: 0.375rem;
  text-transform: uppercase;
}.zpr-gc_tag_hot-uzl {
  background: #EF3030;
  color: #fff;
}.zpr-gc_tag_new-uzl {
  background: #22C55E;
  color: #10131C;
}.zpr-gc_tag_jp-uzl {
  background: #F5A623;
  color: #10131C;
}.zpr-gc_tag_ex-uzl {
  background: #C42010;
  color: #fff;
}.zpr-gc_tag_live-uzl {
  background: #EF3030;
  color: #fff;
}.zpr-gr-uzl {
  background: #10131C;
  padding: 2rem 16px 0;
}
@media(min-width: 767px) {.zpr-gr-uzl {
  padding: 2.25rem 24px 0;
}
}.zpr-gr_in-uzl {
  margin: 0 auto;
  max-width: 82.5rem;
}.zpr-gr_head-uzl {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
}.zpr-gr_head_l-uzl {
  gap: 10px;
  flex: 1;
  display: flex;
  min-width: 0;
  align-items: center;
}.zpr-gr_ic-uzl {
  border-radius: 8px;
  align-items: center;
  width: 32px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  height: 2rem;
}.zpr-gr_ic-uzl svg {
  height: 16px;
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
}.zpr-gr_title-uzl {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F2F4FA;
}
@media(min-width: 771px) {.zpr-gr_title-uzl {
  font-size: 18px;
}
}.zpr-gr_more-uzl {
  transition: color .2s;
  gap: 5px;
  flex-shrink: 0;
  display: flex;
  color: #636A84;
  white-space: nowrap;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
}.zpr-gr_more-uzl:hover {
  color: #E86A1A;
}.zpr-gr_more-uzl svg {
  height: 12px;
  width: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.zpr-gr_arrows-uzl {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.zpr-gr_arr-uzl {
  border: 1px solid rgba(255,255,255,0.10);
  transition: background .15s,color .15s;
  border-radius: 0.25rem;
  background: rgba(255,255,255,0.05);
  color: #8C93AB;
  align-items: center;
  width: 1.875rem;
  height: 30px;
  justify-content: center;
  display: flex;
}.zpr-gr_arr-uzl:hover {
  background: rgba(255,255,255,0.07);
  color: #F2F4FA;
}.zpr-gr_arr-uzl svg {
  height: 0.813rem;
  width: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.zpr-gr_seo_h-uzl {
  margin: 0 0 6px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #BEC4D6;
  font-size: 13px;
  max-width: 42.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.zpr-gr_seo_h-uzl {
  font-size: 0.875rem;
}
}.zpr-gr_seo-uzl {
  max-width: 680px;
  font-size: 0.75rem;
  color: #636A84;
  overflow-wrap: break-word;
  line-height: 1.55;
  margin-bottom: 12px;
}.zpr-gr_seo-uzl strong {
  color: #BEC4D6;
  font-weight: 600;
}.zpr-gr_scroll-uzl {
  gap: 0.625rem;
  display: flex;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}.zpr-gr_scroll-uzl::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.zpr-gr_scroll-uzl {
  gap: 0.75rem;
}
}.zpr-tb-uzl {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #10131C;
  z-index: 80;
  height: 56px;
  position: fixed;
  align-items: center;
  left: 0;
  display: flex;
  right: 0;
  top: 0;
}.zpr-tb_in-uzl {
  gap: 0;
  padding: 0 14px;
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
}.zpr-tb_burger-uzl {
  gap: 5px;
  border-radius: 0.5rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
  align-items: center;
  flex-direction: column;
  height: 2.375rem;
  justify-content: center;
  display: flex;
  width: 2.375rem;
}.zpr-tb_burger-uzl:hover {
  background: rgba(255,255,255,0.05);
}.zpr-tb_burger_line-uzl {
  background: #8C93AB;
  border-radius: 1px;
  width: 18px;
  height: 2px;
  display: block;
}
@media(min-width: 1078px) {.zpr-tb_burger-uzl {
  display: none;
}
}.zpr-tb_logo-uzl {
  gap: 9px;
  font-size: 1.125rem;
  margin-right: 1.25rem;
  align-items: center;
  flex-shrink: 0;
  letter-spacing: -.01em;
  color: #F2F4FA;
  overflow-wrap: break-word;
  font-weight: 800;
  display: flex;
}.zpr-tb_logo_mark-uzl {
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 32px;
}.zpr-tb_logo_mark-uzl img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.zpr-tb_nav-uzl {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width:640px) {.zpr-tb_nav-uzl {
  display: flex;
}
}.zpr-tb_tab-uzl {
  transition: background .15s,color .15s;
  padding: 0.5rem 0.875rem;
  border-radius: 0.5rem;
  white-space: nowrap;
  color: #8C93AB;
  font-size: 13px;
  font-weight: 600;
}.zpr-tb_tab-uzl:hover {
  background: rgba(255,255,255,0.05);
  color: #F2F4FA;
}.zpr-tb_tab-uzl.zpr-state_active-uzl {
  background: rgba(232,106,26,0.18);
  color: #F2F4FA;
}.zpr-tb_right-uzl {
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
}.zpr-tb_login-uzl {
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s,color .2s;
  border-radius: 8px;
  padding: 0.563rem 1rem;
  background: rgba(255,255,255,0.05);
  display: none;
  font-size: 13px;
  color: #BEC4D6;
  font-weight: 600;
}.zpr-tb_login-uzl:hover {
  border-color: rgba(232,106,26,0.50);
  color: #F2F4FA;
}
@media(min-width: 482px) {.zpr-tb_login-uzl {
  display: block;
}
}.zpr-tb_reg-uzl {
  background: #22C55E;
  padding: 0.563rem 1.125rem;
  transition: background .2s;
  border-radius: 8px;
  font-size: 0.813rem;
  color: #0E1018;
  font-weight: 700;
  white-space: nowrap;
}.zpr-tb_reg-uzl:hover {
  background: #16A34A;
}.zpr-sb-uzl {
  border-right: 1px solid rgba(255,255,255,0.05);
  background: #1B1F2C;
  transition: transform .25s ease;
  transform: translateX(-100%);
  top: 56px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 70;
  width: 220px;
  overflow-y: auto;
}.zpr-sb-uzl.zpr-state_open-uzl {
  transform: translateX(0);
}.zpr-sb-uzl::-webkit-scrollbar {
  width: 4px;
}.zpr-sb-uzl::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
}
@media(min-width: 1077px) {.zpr-sb-uzl {
  transform: translateX(0);
}
}.zpr-sb_auth-uzl {
  padding: 0.875rem 12px 0.625rem;
}.zpr-sb_btn_reg-uzl {
  border-radius: 0.5rem;
  background: #22C55E;
  transition: background .2s;
  padding: 11px;
  color: #0E1018;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 0.5rem;
  display: block;
  text-align: center;
}.zpr-sb_btn_reg-uzl:hover {
  background: #16A34A;
}.zpr-sb_btn_login-uzl {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  padding: 10px;
  font-size: 13px;
  text-align: center;
  color: #BEC4D6;
  display: block;
  font-weight: 600;
}.zpr-sb_btn_login-uzl:hover {
  border-color: rgba(232,106,26,0.50);
  color: #F2F4FA;
}.zpr-sb_promo-uzl {
  margin: 0 12px 10px;
  background: linear-gradient(135deg,#1E0C04,#1B1F2C);
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(232,106,26,0.18);
  padding: 12px 0.875rem;
  position: relative;
}.zpr-sb_promo-uzl::before {
  background: radial-gradient(circle,rgba(232,106,26,0.18),transparent 70%);
  border-radius: 50%;
  right: -1.25rem;
  top: -20px;
  width: 5rem;
  content: '';
  height: 80px;
  position: absolute;
}.zpr-sb_promo_title-uzl {
  letter-spacing: .06em;
  font-weight: 700;
  color: #E86A1A;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 4px;
}.zpr-sb_promo_text-uzl {
  line-height: 1.35;
  font-weight: 600;
  color: #F2F4FA;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.zpr-sb_promo_sub-uzl {
  margin-top: 3px;
  color: #636A84;
  font-size: 10px;
}.zpr-sb_nav-uzl {
  padding: 0.375rem 8px 1rem;
}.zpr-sb_nav_lb-uzl {
  padding: 0.625rem 8px 6px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #4E5470;
  font-size: 10px;
}.zpr-sb_link-uzl {
  transition: background .15s,color .15s;
  gap: 0.625rem;
  padding: 9px 10px;
  border-radius: 0.25rem;
  color: #8C93AB;
  cursor: pointer;
  font-weight: 500;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  font-size: 0.813rem;
}.zpr-sb_link-uzl:hover {
  background: rgba(255,255,255,0.05);
  color: #F2F4FA;
}.zpr-sb_link-uzl.zpr-state_active-uzl {
  background: rgba(232,106,26,0.18);
  color: #F2F4FA;
}.zpr-sb_ic-uzl {
  border-radius: 0.25rem;
  flex-shrink: 0;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
}.zpr-sb_ic-uzl svg {
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  width: 16px;
}.zpr-sb_ic_1-uzl {
  background: rgba(232,106,26,0.08);
  color: #E86A1A;
}.zpr-sb_ic_2-uzl {
  background: rgba(34,197,94,0.15);
  color: #22C55E;
}.zpr-sb_ic_3-uzl {
  background: rgba(245,166,35,0.15);
  color: #F5A623;
}.zpr-sb_ic_4-uzl {
  background: rgba(196,32,16,0.22);
  color: #C42010;
}.zpr-sb_ic_5-uzl {
  background: rgba(232,106,26,0.08);
  color: #E8468C;
}.zpr-sb_ic_6-uzl {
  background: rgba(196,32,16,0.22);
  color: #8B44E8;
}.zpr-sb_badge-uzl {
  padding: 2px 0.438rem;
  background: #F5A623;
  border-radius: 4px;
  color: #0E1018;
  font-size: 0.563rem;
  font-weight: 700;
  margin-left: auto;
}.zpr-sb_bot-uzl {
  padding: 12px;
  gap: 8px;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
}.zpr-sb_lang-uzl,.zpr-sb_help-uzl {
  padding: 0.563rem 0.375rem;
  border: 1px solid rgba(255,255,255,0.06);
  transition: border-color .2s;
  flex: 1;
  gap: 0.375rem;
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  justify-content: center;
  display: flex;
  font-weight: 600;
  font-size: 11px;
  color: #8C93AB;
  align-items: center;
}.zpr-sb_lang-uzl:hover,.zpr-sb_help-uzl:hover {
  border-color: rgba(232,106,26,0.50);
  color: #F2F4FA;
}.zpr-sb_lang-uzl svg,.zpr-sb_help-uzl svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.813rem;
  width: 13px;
}.zpr-sb_bd-uzl {
  background: rgba(8,10,18,0.82);
  inset: 0;
  position: fixed;
  z-index: 69;
  display: none;
}.zpr-sb_bd-uzl.zpr-state_on-uzl {
  display: block;
}
@media(min-width: 1081px) {.zpr-sb_bd-uzl {
  display: none!important;
}
}.zpr-mob_nav-uzl {
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,0.10);
  background: #1B1F2C;
  bottom: 0;
  right: 0;
  z-index: 80;
  left: 0;
  display: flex;
  position: fixed;
}
@media(min-width: 1082px) {.zpr-mob_nav-uzl {
  display: none;
}
}.zpr-mob_nav_item-uzl {
  flex: 1;
  padding: 4px 2px;
  gap: 0.25rem;
  cursor: pointer;
  color: #4E5470;
  display: flex;
  align-items: center;
  flex-direction: column;
}.zpr-mob_nav_ic-uzl {
  line-height: 1;
}.zpr-mob_nav_ic-uzl svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 20px;
  width: 20px;
}.zpr-mob_nav_lb-uzl {
  color: #4E5470;
  font-weight: 600;
  font-size: 10px;
}.zpr-mob_nav_item-uzl.zpr-state_active-uzl {
  color: #E86A1A;
}.zpr-mob_nav_item-uzl.zpr-state_active-uzl .zpr-mob_nav_lb-uzl {
  color: #E86A1A;
}.zpr-hero-uzl {
  background: #10131C;
  padding: 1.25rem 1rem 0;
}
@media(min-width: 770px) {.zpr-hero-uzl {
  padding: 24px 24px 0;
}
}.zpr-hero_in-uzl {
  gap: 12px;
  margin: 0 auto;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.zpr-hero_in-uzl {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1103px) {.zpr-hero_in-uzl {
  grid-template-columns: 1fr 21.25rem;
}
}.zpr-hero_promo-uzl {
  border-radius: 0.75rem;
  background: #151922;
  overflow: hidden;
  min-height: 13.75rem;
  align-items: stretch;
  display: flex;
  position: relative;
}
@media(min-width: 769px) {.zpr-hero_promo-uzl {
  min-height: 17.5rem;
}
}.zpr-hero_promo_bg-uzl {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#1E0C04 0%,#10131C 100%);
  background-size: cover;
  position: absolute;
}.zpr-hero_promo_bg-uzl::after {
  background: linear-gradient(90deg,#10131C 0%,rgba(8,10,18,0.82) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.zpr-hero_promo_glow-uzl {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(196,32,16,0.22) 0%,transparent 65%);
  right: 60px;
  top: -40px;
  pointer-events: none;
  width: 300px;
  height: 300px;
  position: absolute;
}.zpr-hero_promo_ct-uzl {
  padding: 1.75rem 24px 28px 28px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 30rem;
  position: relative;
}
@media(min-width: 769px) {.zpr-hero_promo_ct-uzl {
  padding: 2.5rem 32px;
}
}.zpr-hero_badge-uzl {
  background: rgba(232,106,26,0.18);
  border-radius: 20px;
  padding: 0.313rem 12px;
  border: 1px solid rgba(232,106,26,0.08);
  margin-bottom: 0.875rem;
  color: #E86A1A;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  display: inline-block;
}.zpr-hero_h1-uzl {
  margin-bottom: 0.625rem;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  color: #F2F4FA;
  line-height: 1.15;
  font-size: 1.625rem;
  overflow-wrap: break-word;
}.zpr-hero_h1-uzl em {
  color: #F5A623;
  font-style: normal;
}
@media(min-width: 767px) {.zpr-hero_h1-uzl {
  font-size: 2.25rem;
}
}.zpr-hero_sub-uzl {
  margin-bottom: 20px;
  font-size: 13px;
  color: #8C93AB;
  line-height: 1.55;
}
@media(min-width: 770px) {.zpr-hero_sub-uzl {
  font-size: 0.875rem;
}
}.zpr-hero_row-uzl {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.zpr-hero_cta-uzl {
  background: #22C55E;
  border-radius: 0.5rem;
  padding: 13px 1.625rem;
  transition: background .2s;
  font-weight: 700;
  color: #0E1018;
  box-shadow: 0 4px 1.375rem rgba(34,197,94,0.38);
  font-size: 14px;
}.zpr-hero_cta-uzl:hover {
  background: #16A34A;
}.zpr-hero_terms-uzl {
  font-size: 11px;
  color: #4E5470;
}.zpr-hero_game-uzl {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.75rem;
  background: #151922;
  flex-direction: column;
  display: flex;
  position: relative;
}.zpr-hero_game_badge-uzl {
  border-radius: 1.25rem;
  border: 1px solid rgba(245,166,35,0.15);
  background: rgba(245,166,35,0.15);
  padding: 5px 10px;
  color: #F5A623;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  top: 12px;
  z-index: 3;
  left: 0.75rem;
  position: absolute;
}.zpr-hero_game_badge-uzl svg {
  height: 11px;
  width: 11px;
  vertical-align: -1px;
  margin-right: 4px;
}.zpr-hero_game_img-uzl {
  overflow: hidden;
  background: linear-gradient(135deg,#1E0C04,#10131C);
  position: relative;
  padding-bottom: 60%;
}.zpr-hero_game_img-uzl img {
  inset: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
}.zpr-hero_game_play-uzl {
  transition: opacity .2s;
  background: rgba(8,10,18,0.82);
  inset: 0;
  justify-content: center;
  opacity: 0;
  display: flex;
  position: absolute;
  align-items: center;
}.zpr-hero_game-uzl:hover .zpr-hero_game_play-uzl {
  opacity: 1;
}.zpr-hero_game_play-uzl span {
  background: #E86A1A;
  border-radius: 50%;
  justify-content: center;
  height: 52px;
  align-items: center;
  display: flex;
  width: 3.25rem;
}.zpr-hero_game_play-uzl span svg {
  height: 1.125rem;
  margin-left: 2px;
  width: 1.125rem;
}.zpr-hero_game_info-uzl {
  padding: 14px 16px;
}.zpr-hero_game_title-uzl {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #F2F4FA;
  font-size: 15px;
}.zpr-hero_game_provider-uzl {
  color: #636A84;
  font-size: 0.688rem;
}.zpr-hero_game_btn-uzl {
  transition: background .2s;
  background: #E86A1A;
  margin: 0.75rem 16px 1rem;
  border-radius: 8px;
  padding: 0.688rem;
  color: #F2F4FA;
  text-align: center;
  display: block;
  font-size: 0.813rem;
  font-weight: 700;
}.zpr-hero_game-uzl:hover .zpr-hero_game_btn-uzl {
  background: #F07A2E;
}.zpr-sbar-uzl {
  padding: 1rem 1rem 0;
  background: #10131C;
}
@media(min-width: 766px) {.zpr-sbar-uzl {
  padding: 1.125rem 24px 0;
}
}.zpr-sbar_in-uzl {
  margin: 0 auto;
  max-width: 82.5rem;
}.zpr-sbar_row-uzl {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 12px;
}.zpr-sbar_input-uzl {
  transition: border-color .2s;
  flex: 1;
  padding: 0.688rem 16px;
  background: #151922;
  border-radius: 0.5rem;
  gap: 0.625rem;
  border: 1px solid rgba(255,255,255,0.10);
  align-items: center;
  font-size: 13px;
  cursor: pointer;
  color: #636A84;
  display: flex;
}.zpr-sbar_input-uzl:hover {
  border-color: rgba(232,106,26,0.50);
}.zpr-sbar_input-uzl svg {
  width: 15px;
  height: 0.938rem;
  flex-shrink: 0;
  stroke-linejoin: round;
  stroke-linecap: round;
}.zpr-sbar_providers-uzl {
  background: #151922;
  gap: 8px;
  padding: 0.688rem 18px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.5rem;
  transition: border-color .2s;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
  font-size: 13px;
  display: flex;
  color: #BEC4D6;
}.zpr-sbar_providers-uzl:hover {
  border-color: rgba(232,106,26,0.50);
  color: #F2F4FA;
}.zpr-sbar_providers-uzl svg {
  width: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 14px;
}.zpr-sbar_tabs-uzl {
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 2px;
}.zpr-sbar_tabs-uzl::-webkit-scrollbar {
  display: none;
}.zpr-sbar_tab-uzl {
  padding: 8px 14px;
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  gap: 7px;
  transition: background .15s,color .15s,border-color .15s;
  align-items: center;
  display: flex;
  white-space: nowrap;
  cursor: pointer;
  flex-shrink: 0;
  font-weight: 600;
  color: #8C93AB;
  font-size: 0.75rem;
}.zpr-sbar_tab-uzl:hover {
  border-color: rgba(232,106,26,0.50);
  background: rgba(255,255,255,0.07);
  color: #F2F4FA;
}.zpr-sbar_tab-uzl.zpr-state_active-uzl {
  background: rgba(232,106,26,0.18);
  border-color: rgba(232,106,26,0.08);
  color: #F2F4FA;
}.zpr-sbar_tab_ic-uzl svg {
  height: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 14px;
}.zpr-wy-uzl {
  padding: 2rem 16px 0;
  background: #10131C;
}
@media(min-width: 771px) {.zpr-wy-uzl {
  padding: 2.5rem 24px 0;
}
}.zpr-wy_in-uzl {
  margin: 0 auto;
  max-width: 1320px;
}.zpr-wy_head-uzl {
  max-width: 45rem;
  margin-bottom: 18px;
}.zpr-wy_label-uzl {
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #E86A1A;
}.zpr-wy_h2-uzl {
  margin-bottom: 8px;
  color: #F2F4FA;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-family: 'Oswald', sans-serif;
}
@media(min-width: 769px) {.zpr-wy_h2-uzl {
  font-size: 24px;
}
}.zpr-wy_intro-uzl {
  margin: 0;
  color: #636A84;
  line-height: 1.6;
  font-size: 13px;
}.zpr-wy_grid-uzl {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.zpr-wy_grid-uzl {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.zpr-wy_grid-uzl {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.zpr-wy_card-uzl {
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255,255,255,0.10);
  background: #1B1F2C;
  border-radius: 0.5rem;
  padding: 20px;
}.zpr-wy_card-uzl:hover {
  transform: translateY(-2px);
  border-color: rgba(232,106,26,0.08);
}.zpr-wy_card_ic-uzl {
  background: rgba(232,106,26,0.18);
  border-radius: 50%;
  justify-content: center;
  height: 2.75rem;
  display: flex;
  color: #E86A1A;
  margin-bottom: 14px;
  align-items: center;
  width: 2.75rem;
}.zpr-wy_card_ic-uzl svg {
  height: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 22px;
}.zpr-wy_card_h-uzl {
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  color: #F2F4FA;
  font-size: 0.938rem;
}.zpr-wy_card_p-uzl {
  color: #636A84;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.6;
}.zpr-wy_card_p-uzl strong {
  color: #BEC4D6;
  font-weight: 600;
}.zpr-gcg-uzl {
  padding: 2.25rem 1rem 0;
  background: #10131C;
}
@media(min-width: 769px) {.zpr-gcg-uzl {
  padding: 44px 24px 0;
}
}.zpr-gcg_in-uzl {
  margin: 0 auto;
  max-width: 82.5rem;
}.zpr-gcg_head-uzl {
  margin-bottom: 20px;
  max-width: 45rem;
}.zpr-gcg_label-uzl {
  text-transform: uppercase;
  color: #E86A1A;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.zpr-gcg_h2-uzl {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  color: #F2F4FA;
  font-size: 22px;
}
@media(min-width: 766px) {.zpr-gcg_h2-uzl {
  font-size: 1.75rem;
}
}.zpr-gcg_intro-uzl {
  font-size: 13px;
  color: #636A84;
  line-height: 1.6;
}.zpr-gcg_grid-uzl {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.zpr-gcg_grid-uzl {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.zpr-gcg_grid-uzl {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.zpr-gcg_card-uzl {
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  min-height: 240px;
  flex-direction: column;
  position: relative;
}.zpr-gcg_card-uzl:hover {
  transform: translateY(-3px);
  border-color: rgba(232,106,26,0.18);
}.zpr-gcg_card_bg-uzl {
  inset: 0;
  position: absolute;
  z-index: 0;
}.zpr-gcg_card_bg-uzl::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.zpr-gcg_card_ic-uzl {
  border-radius: 4px;
  background: rgba(0,0,0,.45);
  color: #F2F4FA;
  position: absolute;
  display: flex;
  align-items: center;
  top: 1.125rem;
  width: 40px;
  right: 18px;
  height: 2.5rem;
  z-index: 2;
  justify-content: center;
}.zpr-gcg_card_ic-uzl svg {
  height: 1.25rem;
  width: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.zpr-gcg_card_ct-uzl {
  z-index: 1;
  position: relative;
}.zpr-gcg_card_h-uzl {
  margin-bottom: 8px;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  color: #F2F4FA;
  font-size: 18px;
}
@media(min-width:768px) {.zpr-gcg_card_h-uzl {
  font-size: 20px;
}
}.zpr-gcg_card_p-uzl {
  overflow-wrap: break-word;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  margin-bottom: 10px;
  font-size: 0.75rem;
}.zpr-gcg_card_p-uzl strong {
  font-weight: 600;
  color: #F2F4FA;
}.zpr-gcg_card_cta-uzl {
  gap: 4px;
  text-transform: uppercase;
  color: #E86A1A;
  letter-spacing: .04em;
  align-items: center;
  font-weight: 700;
  display: inline-flex;
  font-size: 0.75rem;
}.zpr-gcg_card_cta-uzl svg {
  stroke-linejoin: round;
  width: 0.75rem;
  stroke-linecap: round;
  height: 12px;
}.zpr-gr_jp-uzl {
  border-radius: 12px;
  background: linear-gradient(135deg,#1A0830 0%,#0E0C18 100%);
  overflow: hidden;
  padding: 20px;
  position: relative;
}.zpr-gr_jp-uzl::before {
  background: radial-gradient(circle,rgba(196,32,16,0.22) 0%,transparent 70%);
  border-radius: 50%;
  left: -3.75rem;
  height: 15.625rem;
  width: 250px;
  position: absolute;
  top: -60px;
  content: '';
}.zpr-gr_jp-uzl::after {
  background: radial-gradient(circle,rgba(245,166,35,0.15) 0%,transparent 70%);
  border-radius: 50%;
  content: '';
  right: 0;
  height: 12.5rem;
  bottom: -2.5rem;
  width: 200px;
  position: absolute;
}.zpr-gr_jp_head-uzl {
  gap: 1rem;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
  z-index: 1;
}.zpr-gr_jp_info-uzl {
  flex: 1;
}.zpr-gr_jp_label-uzl {
  letter-spacing: .08em;
  color: #8B44E8;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
}.zpr-gr_jp_label-uzl svg {
  margin-right: 0.25rem;
  height: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -2px;
  width: 14px;
}.zpr-gr_jp_amount-uzl {
  color: #F2F4FA;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  font-size: 2rem;
  margin-bottom: 4px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.zpr-gr_jp_amount-uzl {
  font-size: 2.5rem;
}
}.zpr-gr_jp_amount-uzl span {
  color: #F5A623;
}.zpr-gr_jp_seo-uzl {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #8C93AB;
  max-width: 480px;
  line-height: 1.5;
}.zpr-gr_jp_cta-uzl {
  border-radius: 0.5rem;
  padding: 11px 1.25rem;
  background: rgba(196,32,16,0.22);
  transition: background .2s;
  border: 1px solid rgba(196,32,16,0.22);
  white-space: nowrap;
  font-size: 13px;
  position: relative;
  flex-shrink: 0;
  align-self: flex-start;
  font-weight: 700;
  color: #F2F4FA;
  z-index: 1;
  margin-top: 0.25rem;
}.zpr-gr_jp_cta-uzl:hover {
  background: #C42010;
}.zpr-ws-uzl {
  background: #10131C;
  padding: 2rem 1rem 0;
}
@media(min-width: 769px) {.zpr-ws-uzl {
  padding: 2.25rem 1.5rem 0;
}
}.zpr-ws_in-uzl {
  margin: 0 auto;
  max-width: 1320px;
}.zpr-ws_head-uzl {
  gap: 0.75rem;
  display: flex;
  margin-bottom: 0.875rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}.zpr-ws_title-uzl {
  gap: 0.625rem;
  font-size: 1rem;
  overflow-wrap: break-word;
  align-items: center;
  font-family: 'Oswald', sans-serif;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  color: #F2F4FA;
}.zpr-ws_title_ic-uzl svg {
  width: 18px;
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #F5A623;
}.zpr-ws_online-uzl {
  gap: 0.438rem;
  font-size: 12px;
  align-items: center;
  color: #636A84;
  display: flex;
  font-weight: 600;
}.zpr-ws_online_dot-uzl {
  background: #22C55E;
  border-radius: 50%;
  height: 8px;
  width: 0.5rem;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(34,197,94,0.15);
}.zpr-ws_scroll-uzl {
  gap: 8px;
  display: flex;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
}.zpr-ws_scroll-uzl::-webkit-scrollbar {
  display: none;
}.zpr-wc-uzl {
  background: #151922;
  gap: 0.625rem;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 10px 14px;
  border-radius: 0.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  min-width: 13.75rem;
}.zpr-wc_img-uzl {
  border-radius: 0.25rem;
  overflow: hidden;
  background: #1B1F2C;
  flex-shrink: 0;
  width: 2.25rem;
  height: 36px;
}.zpr-wc_img-uzl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.zpr-wc_info-uzl {
  min-width: 0;
}.zpr-wc_game-uzl {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #BEC4D6;
  font-size: 12px;
  white-space: nowrap;
}.zpr-wc_player-uzl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.625rem;
  color: #4E5470;
}.zpr-wc_amount-uzl {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 13px;
  color: #22C55E;
  font-weight: 700;
  white-space: nowrap;
}.zpr-app-uzl {
  padding: 2.25rem 1rem 0;
  background: #10131C;
}
@media(min-width: 769px) {.zpr-app-uzl {
  padding: 2.75rem 24px 0;
}
}.zpr-app_in-uzl {
  margin: 0 auto;
  max-width: 82.5rem;
}.zpr-app_head-uzl {
  margin-bottom: 1rem;
}.zpr-app_label-uzl {
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #E86A1A;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
}.zpr-app_h2-uzl {
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #F2F4FA;
  margin-bottom: 6px;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.zpr-app_h2-uzl {
  font-size: 1.5rem;
}
}.zpr-app_sub-uzl {
  max-width: 37.5rem;
  color: #636A84;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
}.zpr-app_sub-uzl strong {
  font-weight: 700;
  color: #BEC4D6;
}.zpr-app_cards-uzl {
  gap: 10px;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 1rem;
}
@media(min-width: 641px) {.zpr-app_cards-uzl {
  grid-template-columns: repeat(3,1fr);
}
}.zpr-app_card-uzl {
  border-radius: 0.5rem;
  overflow: hidden;
  gap: 1rem;
  padding: 1.25rem;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.zpr-app_card_ios-uzl {
  background: linear-gradient(135deg,rgba(232,106,26,0.18) 0%,#1B1F2C 100%);
}.zpr-app_card_android-uzl {
  background: linear-gradient(135deg,rgba(34,197,94,0.15) 0%,#1B1F2C 100%);
}.zpr-app_card_win-uzl {
  background: linear-gradient(135deg,rgba(245,166,35,0.15) 0%,#1B1F2C 100%);
}.zpr-app_card_ic-uzl svg {
  stroke-linejoin: round;
  width: 2.125rem;
  height: 2.125rem;
  stroke-linecap: round;
}.zpr-app_card_ic-uzl {
  flex-shrink: 0;
  color: #F2F4FA;
}.zpr-app_card_os-uzl {
  font-size: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  font-weight: 700;
  color: #636A84;
}.zpr-app_card_title-uzl {
  margin-bottom: 0.375rem;
  font-size: 0.938rem;
  line-height: 1.2;
  color: #F2F4FA;
  overflow-wrap: break-word;
  font-weight: 700;
}.zpr-app_card_text-uzl {
  color: #636A84;
  font-size: 0.75rem;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.5;
}.zpr-app_card_btn-uzl {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(232,106,26,0.50);
  transition: background .2s;
  gap: 7px;
  border-radius: 0.25rem;
  padding: 10px 1.125rem;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  color: #F2F4FA;
}.zpr-app_card_btn-uzl:hover {
  background: rgba(255,255,255,0.07);
}.zpr-bon-uzl {
  background: #10131C;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.zpr-bon-uzl {
  padding: 44px 1.5rem 0;
}
}.zpr-bon_in-uzl {
  margin: 0 auto;
  max-width: 1320px;
}.zpr-bon_head-uzl {
  margin-bottom: 1.25rem;
}.zpr-bon_label-uzl {
  text-transform: uppercase;
  font-size: 11px;
  color: #E86A1A;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.zpr-bon_h2-uzl {
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #F2F4FA;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
}
@media(min-width: 767px) {.zpr-bon_h2-uzl {
  font-size: 24px;
}
}.zpr-bon_seo-uzl {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #636A84;
  line-height: 1.6;
  max-width: 620px;
}.zpr-bon_seo-uzl strong {
  color: #BEC4D6;
  font-weight: 700;
}.zpr-bon_seo-uzl a {
  color: #E86A1A;
  text-decoration: underline;
}.zpr-bon_grid-uzl {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.zpr-bon_grid-uzl {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.zpr-bon_grid-uzl {
  grid-template-columns: repeat(5,1fr);
}
}.zpr-bon_card-uzl {
  border: 1px solid rgba(255,255,255,0.10);
  padding: 1rem;
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
  background: #151922;
}.zpr-bon_card-uzl:hover {
  transform: translateY(-2px);
  border-color: rgba(232,106,26,0.08);
}.zpr-bon_card_ic-uzl svg {
  width: 26px;
  height: 1.625rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.zpr-bon_card_ic-uzl {
  margin-bottom: 10px;
}.zpr-bon_card_type-uzl {
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #636A84;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 0.625rem;
}.zpr-bon_card_amount-uzl {
  color: #F5A623;
  line-height: 1.1;
  font-size: 18px;
  margin-bottom: 0.375rem;
  font-weight: 800;
}.zpr-bon_card_name-uzl {
  font-weight: 600;
  color: #F2F4FA;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 0.813rem;
}.zpr-bon_card_detail-uzl {
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #4E5470;
  padding-top: 8px;
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 11px;
}.zpr-reg-uzl {
  padding: 2.25rem 16px 0;
  background: #10131C;
}
@media(min-width: 769px) {.zpr-reg-uzl {
  padding: 44px 24px 0;
}
}.zpr-reg_in-uzl {
  border: 1px solid rgba(255,255,255,0.06);
  background: #1B1F2C;
  margin: 0 auto;
  border-radius: 12px;
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 771px) {.zpr-reg_in-uzl {
  padding: 40px;
}
}.zpr-reg_top-uzl {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 857px) {.zpr-reg_top-uzl {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.zpr-reg_label-uzl {
  color: #E86A1A;
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}.zpr-reg_h2-uzl {
  font-size: 22px;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.2;
  color: #F2F4FA;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
}
@media(min-width: 769px) {.zpr-reg_h2-uzl {
  font-size: 28px;
}
}.zpr-reg_bonus-uzl {
  padding: 10px 16px;
  gap: 0.5rem;
  border: 1px solid rgba(245,166,35,0.15);
  background: rgba(245,166,35,0.15);
  border-radius: 0.5rem;
  align-items: center;
  display: inline-flex;
  margin-bottom: 1rem;
}.zpr-reg_bonus_amount-uzl {
  font-weight: 800;
  font-size: 20px;
  color: #F5A623;
}.zpr-reg_bonus_text-uzl {
  font-size: 0.813rem;
  line-height: 1.35;
  color: #8C93AB;
}.zpr-reg_cta_btn-uzl {
  padding: 0.875rem 32px;
  border-radius: 8px;
  background: #22C55E;
  transition: background .2s;
  color: #0E1018;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0.75rem;
  box-shadow: 0 4px 22px rgba(34,197,94,0.38);
  display: inline-block;
}.zpr-reg_cta_btn-uzl:hover {
  background: #16A34A;
}.zpr-reg_terms-uzl {
  color: #4E5470;
  font-size: 0.688rem;
  line-height: 1.5;
}.zpr-reg_seo-uzl {
  border-top: 1px solid rgba(255,255,255,0.05);
  line-height: 1.65;
  overflow-wrap: break-word;
  padding-top: 1.25rem;
  font-size: 13px;
  color: #636A84;
  margin-top: 20px;
}.zpr-reg_seo-uzl p {
  line-height: 1.65;
  color: #636A84;
  margin-bottom: 10px;
  font-size: 0.813rem;
}.zpr-reg_seo-uzl p:last-child {
  margin-bottom: 0;
}.zpr-reg_seo-uzl strong {
  font-weight: 700;
  color: #BEC4D6;
}.zpr-reg_seo-uzl a {
  transition: color .2s;
  text-decoration: underline;
  color: #E86A1A;
}.zpr-reg_seo-uzl a:hover {
  color: #F07A2E;
}.zpr-reg_seo-uzl ul,.zpr-reg_seo-uzl ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.zpr-reg_seo-uzl ol {
  list-style: decimal;
}.zpr-reg_seo-uzl li {
  font-size: 0.813rem;
  margin-bottom: 0.25rem;
  color: #636A84;
  line-height: 1.65;
}.zpr-reg_seo-uzl table {
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 0.625rem;
  font-size: 0.813rem;
  display: block;
}
@media(min-width: 771px) {.zpr-reg_seo-uzl table {
  display: table;
}
}.zpr-reg_seo-uzl th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #BEC4D6;
  font-weight: 700;
  text-align: left;
}.zpr-reg_seo-uzl td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.5rem;
  color: #636A84;
}.zpr-reg_steps-uzl {
  gap: 0.875rem;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}
@media(min-width: 862px) {.zpr-reg_steps-uzl {
  margin-top: 0;
}
}.zpr-reg_step-uzl {
  border-radius: 0.5rem;
  background: rgba(255,255,255,0.05);
  padding: 16px;
  gap: 14px;
  border: 1px solid rgba(255,255,255,0.06);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.zpr-reg_step_num-uzl {
  border: 1px solid rgba(232,106,26,0.08);
  border-radius: 50%;
  background: rgba(232,106,26,0.18);
  font-size: 14px;
  align-items: center;
  flex-shrink: 0;
  color: #E86A1A;
  font-weight: 800;
  width: 34px;
  justify-content: center;
  height: 2.125rem;
  display: flex;
}.zpr-reg_step_title-uzl {
  color: #F2F4FA;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 3px;
}.zpr-reg_step_text-uzl {
  color: #636A84;
  line-height: 1.5;
  font-size: 12px;
}.zpr-reg_trust-uzl {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 20px;
  flex-wrap: wrap;
  display: flex;
  margin-top: 1.25rem;
}.zpr-reg_trust_item-uzl {
  gap: 0.438rem;
  overflow-wrap: break-word;
  color: #636A84;
  font-size: 0.75rem;
  align-items: center;
  display: flex;
}.zpr-reg_trust_ic-uzl svg {
  color: #E86A1A;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
  width: 16px;
}.zpr-htp-uzl {
  background: #10131C;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.zpr-htp-uzl {
  padding: 44px 24px 0;
}
}.zpr-htp_in-uzl {
  margin: 0 auto;
  max-width: 1320px;
}.zpr-htp_head-uzl {
  max-width: 45rem;
  margin-bottom: 22px;
}.zpr-htp_label-uzl {
  color: #E86A1A;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
}.zpr-htp_h2-uzl {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F2F4FA;
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  font-family: 'Oswald', sans-serif;
}
@media(min-width: 771px) {.zpr-htp_h2-uzl {
  font-size: 28px;
}
}.zpr-htp_intro-uzl {
  line-height: 1.6;
  color: #636A84;
  font-size: 0.875rem;
}.zpr-htp_steps-uzl {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.zpr-htp_steps-uzl {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.zpr-htp_steps-uzl {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.zpr-htp_step-uzl {
  border-radius: 8px;
  padding: 20px 18px 1.125rem;
  border: 1px solid rgba(255,255,255,0.10);
  background: #1B1F2C;
  display: flex;
  flex-direction: column;
  position: relative;
}.zpr-htp_step_num-uzl {
  border-radius: 50%;
  background: #E86A1A;
  font-size: 13px;
  justify-content: center;
  position: absolute;
  font-weight: 800;
  display: flex;
  top: -0.75rem;
  align-items: center;
  color: #0E1018;
  font-family: 'Oswald', sans-serif;
  height: 1.75rem;
  width: 1.75rem;
  left: 20px;
}.zpr-htp_step_ic-uzl {
  margin: 0.5rem 0 12px;
  background: rgba(232,106,26,0.18);
  border-radius: 0.25rem;
  justify-content: center;
  width: 36px;
  display: flex;
  align-items: center;
  color: #E86A1A;
  height: 36px;
}.zpr-htp_step_ic-uzl svg {
  width: 1.125rem;
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.zpr-htp_step_h-uzl {
  line-height: 1.25;
  color: #F2F4FA;
  font-weight: 700;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
}.zpr-htp_step_p-uzl {
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #636A84;
  font-size: 0.813rem;
}.zpr-htp_step_p-uzl strong {
  color: #BEC4D6;
  font-weight: 600;
}.zpr-htp_cta-uzl {
  border-radius: 8px;
  transition: background .2s;
  padding: 13px 1.625rem;
  background: #22C55E;
  margin-top: 1.25rem;
  color: #0E1018;
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-block;
}.zpr-htp_cta-uzl:hover {
  background: #16A34A;
}.zpr-prov-uzl {
  background: #10131C;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.zpr-prov-uzl {
  padding: 44px 24px 0;
}
}.zpr-prov_in-uzl {
  margin: 0 auto;
  max-width: 82.5rem;
}.zpr-prov_head-uzl {
  margin-bottom: 1rem;
}.zpr-prov_label-uzl {
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #E86A1A;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
}.zpr-prov_h2-uzl {
  margin-bottom: 0.5rem;
  font-family: 'Oswald', sans-serif;
  color: #F2F4FA;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
}
@media(min-width:768px) {.zpr-prov_h2-uzl {
  font-size: 1.5rem;
}
}.zpr-prov_seo-uzl {
  max-width: 38.75rem;
  color: #636A84;
  line-height: 1.6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 1rem;
}.zpr-prov_seo-uzl strong {
  color: #BEC4D6;
  font-weight: 700;
}.zpr-prov_seo-uzl a {
  color: #E86A1A;
  text-decoration: underline;
}.zpr-prov_grid-uzl {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width:640px) {.zpr-prov_grid-uzl {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.zpr-prov_grid-uzl {
  grid-template-columns: repeat(8,1fr);
}
}.zpr-prov_card-uzl {
  border-radius: 8px;
  background: #151922;
  padding: 14px 10px;
  gap: 0.438rem;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255,255,255,0.10);
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
}.zpr-prov_card-uzl:hover {
  background: #1B1F2C;
  border-color: rgba(232,106,26,0.50);
}.zpr-prov_logo-uzl {
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  width: 44px;
  justify-content: center;
  display: flex;
  height: 2.75rem;
  align-items: center;
}.zpr-prov_logo-uzl img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.zpr-prov_name-uzl {
  color: #8C93AB;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  text-align: center;
  font-weight: 600;
}.zpr-seo-uzl {
  background: #10131C;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.zpr-seo-uzl {
  padding: 44px 1.5rem 0;
}
}.zpr-seo_in-uzl {
  padding: 1.75rem 24px;
  border: 1px solid rgba(255,255,255,0.10);
  margin: 0 auto;
  background: #1B1F2C;
  border-radius: 12px;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.zpr-seo_in-uzl {
  padding: 36px 40px;
}
}.zpr-seo_label-uzl {
  text-transform: uppercase;
  color: #E86A1A;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
}.zpr-seo_h2-uzl {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 14px;
  font-size: 20px;
  color: #F2F4FA;
  line-height: 1.25;
  font-family: 'Oswald', sans-serif;
}
@media(min-width: 769px) {.zpr-seo_h2-uzl {
  font-size: 1.5rem;
}
}.zpr-seo_body-uzl {
  font-size: 14px;
  overflow-wrap: break-word;
  color: #8C93AB;
  line-height: 1.75;
}.zpr-seo_body-uzl p {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #8C93AB;
  margin-bottom: 12px;
}.zpr-seo_body-uzl p:last-child {
  margin-bottom: 0;
}.zpr-seo_body-uzl strong {
  color: #BEC4D6;
  font-weight: 700;
}.zpr-seo_body-uzl a {
  transition: color .2s;
  color: #E86A1A;
  text-decoration: underline;
}.zpr-seo_body-uzl a:hover {
  color: #F07A2E;
}.zpr-seo_body-uzl ul,.zpr-seo_body-uzl ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.zpr-seo_body-uzl ol {
  list-style: decimal;
}.zpr-seo_body-uzl li {
  font-size: 0.875rem;
  margin-bottom: 6px;
  color: #8C93AB;
  line-height: 1.75;
}.zpr-seo_body-uzl table {
  margin-bottom: 0.75rem;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
}
@media(min-width: 771px) {.zpr-seo_body-uzl table {
  display: table;
}
}.zpr-seo_body-uzl th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  font-weight: 700;
  color: #BEC4D6;
}.zpr-seo_body-uzl td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #8C93AB;
}.zpr-seo_cols-uzl {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 639px) {.zpr-seo_cols-uzl {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.zpr-seo_cols-uzl {
  grid-template-columns: repeat(3,1fr);
}
}.zpr-seo_col_h-uzl {
  overflow-wrap: break-word;
  color: #BEC4D6;
  margin-bottom: 7px;
  font-size: 0.813rem;
  font-weight: 700;
}.zpr-seo_col_p-uzl {
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
  color: #636A84;
}.zpr-seo_stats-uzl {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.zpr-seo_stat-uzl {
  border: 1px solid rgba(232,106,26,0.18);
  padding: 14px 16px;
  background: rgba(232,106,26,0.08);
  border-radius: 8px;
  flex: 1;
  min-width: 8.75rem;
}.zpr-seo_stat_val-uzl {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 20px;
  color: #E86A1A;
  font-weight: 800;
}.zpr-seo_stat_lb-uzl {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #636A84;
}.zpr-seo-uzl {
  background: #10131C;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.zpr-seo-uzl {
  padding: 44px 1.5rem 0;
}
}.zpr-seo_in-uzl {
  border-radius: 0.75rem;
  padding: 28px 1.5rem;
  background: #1B1F2C;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.10);
  max-width: 82.5rem;
}
@media(min-width: 767px) {.zpr-seo_in-uzl {
  padding: 2.25rem 2.5rem;
}
}.zpr-seo_label-uzl {
  color: #E86A1A;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 10px;
}.zpr-seo_h2-uzl {
  font-size: 20px;
  overflow-wrap: break-word;
  line-height: 1.25;
  color: #F2F4FA;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  margin-bottom: 14px;
}
@media(min-width: 770px) {.zpr-seo_h2-uzl {
  font-size: 24px;
}
}.zpr-seo_body-uzl {
  color: #8C93AB;
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
}.zpr-seo_body-uzl p {
  color: #8C93AB;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 14px;
}.zpr-seo_body-uzl p:last-child {
  margin-bottom: 0;
}.zpr-seo_body-uzl strong {
  color: #BEC4D6;
  font-weight: 700;
}.zpr-seo_body-uzl a {
  transition: color .2s;
  text-decoration: underline;
  color: #E86A1A;
}.zpr-seo_body-uzl a:hover {
  color: #F07A2E;
}.zpr-seo_body-uzl ul,.zpr-seo_body-uzl ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.zpr-seo_body-uzl ol {
  list-style: decimal;
}.zpr-seo_body-uzl li {
  color: #8C93AB;
  line-height: 1.75;
  margin-bottom: 6px;
  font-size: 14px;
}.zpr-seo_body-uzl table {
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 12px;
  font-size: 0.813rem;
  width: 100%;
}
@media(min-width: 765px) {.zpr-seo_body-uzl table {
  display: table;
}
}.zpr-seo_body-uzl th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #BEC4D6;
}.zpr-seo_body-uzl td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #8C93AB;
}.zpr-seo_cols-uzl {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.zpr-seo_cols-uzl {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.zpr-seo_cols-uzl {
  grid-template-columns: repeat(3,1fr);
}
}.zpr-seo_col_h-uzl {
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-size: 13px;
  color: #BEC4D6;
  font-weight: 700;
}.zpr-seo_col_p-uzl {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #636A84;
  font-size: 0.813rem;
}.zpr-seo_stats-uzl {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.zpr-seo_stat-uzl {
  border: 1px solid rgba(232,106,26,0.18);
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
  flex: 1;
  background: rgba(232,106,26,0.08);
  min-width: 140px;
}.zpr-seo_stat_val-uzl {
  margin-bottom: 4px;
  color: #E86A1A;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
}.zpr-seo_stat_lb-uzl {
  color: #636A84;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.zpr-seo-uzl {
  background: #10131C;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.zpr-seo-uzl {
  padding: 44px 24px 0;
}
}.zpr-seo_in-uzl {
  margin: 0 auto;
  background: #1B1F2C;
  padding: 1.75rem 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255,255,255,0.10);
  max-width: 1320px;
}
@media(min-width: 769px) {.zpr-seo_in-uzl {
  padding: 2.25rem 40px;
}
}.zpr-seo_label-uzl {
  letter-spacing: .08em;
  color: #E86A1A;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.688rem;
}.zpr-seo_h2-uzl {
  font-weight: 800;
  color: #F2F4FA;
  line-height: 1.25;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-size: 20px;
}
@media(min-width: 765px) {.zpr-seo_h2-uzl {
  font-size: 1.5rem;
}
}.zpr-seo_body-uzl {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #8C93AB;
  font-size: 14px;
}.zpr-seo_body-uzl p {
  line-height: 1.75;
  color: #8C93AB;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}.zpr-seo_body-uzl p:last-child {
  margin-bottom: 0;
}.zpr-seo_body-uzl strong {
  color: #BEC4D6;
  font-weight: 700;
}.zpr-seo_body-uzl a {
  transition: color .2s;
  color: #E86A1A;
  text-decoration: underline;
}.zpr-seo_body-uzl a:hover {
  color: #F07A2E;
}.zpr-seo_body-uzl ul,.zpr-seo_body-uzl ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.zpr-seo_body-uzl ol {
  list-style: decimal;
}.zpr-seo_body-uzl li {
  color: #8C93AB;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.75;
}.zpr-seo_body-uzl table {
  margin-bottom: 0.75rem;
  font-size: 0.813rem;
  width: 100%;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
}
@media(min-width:768px) {.zpr-seo_body-uzl table {
  display: table;
}
}.zpr-seo_body-uzl th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #BEC4D6;
}.zpr-seo_body-uzl td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #8C93AB;
}.zpr-seo_cols-uzl {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 642px) {.zpr-seo_cols-uzl {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.zpr-seo_cols-uzl {
  grid-template-columns: repeat(3,1fr);
}
}.zpr-seo_col_h-uzl {
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 13px;
  color: #BEC4D6;
}.zpr-seo_col_p-uzl {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #636A84;
  font-size: 0.813rem;
}.zpr-seo_stats-uzl {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.zpr-seo_stat-uzl {
  border-radius: 0.5rem;
  flex: 1;
  border: 1px solid rgba(232,106,26,0.18);
  padding: 0.875rem 16px;
  background: rgba(232,106,26,0.08);
  min-width: 8.75rem;
}.zpr-seo_stat_val-uzl {
  color: #E86A1A;
  margin-bottom: 4px;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
}.zpr-seo_stat_lb-uzl {
  overflow-wrap: break-word;
  color: #636A84;
  font-size: 0.688rem;
}.zpr-faq-uzl {
  padding: 36px 1rem 0;
  background: #10131C;
}
@media(min-width: 765px) {.zpr-faq-uzl {
  padding: 2.75rem 24px 0;
}
}.zpr-faq_in-uzl {
  margin: 0 auto;
  max-width: 1320px;
}.zpr-faq_head-uzl {
  margin-bottom: 1.25rem;
}.zpr-faq_label-uzl {
  font-weight: 700;
  margin-bottom: 8px;
  color: #E86A1A;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
}.zpr-faq_h2-uzl {
  color: #F2F4FA;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 765px) {.zpr-faq_h2-uzl {
  font-size: 1.5rem;
}
}.zpr-faq_list-uzl {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.zpr-faq_item-uzl {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.5rem;
  overflow: hidden;
  background: #1B1F2C;
}.zpr-faq_q-uzl {
  padding: 1rem 1.25rem;
  gap: 0.75rem;
  transition: color .2s;
  color: #BEC4D6;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  justify-content: space-between;
  display: flex;
  align-items: center;
}.zpr-faq_q-uzl:hover {
  color: #F2F4FA;
}.zpr-faq_q_ic-uzl {
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  width: 1.5rem;
  align-items: center;
  color: #E86A1A;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  font-size: 1rem;
  height: 24px;
}.zpr-faq_item-uzl.zpr-state_open-uzl .zpr-faq_q_ic-uzl {
  transform: rotate(45deg);
}.zpr-faq_a-uzl {
  padding: 0 1.25rem 1rem;
  display: none;
  color: #636A84;
  font-size: 0.813rem;
  line-height: 1.7;
  overflow-wrap: break-word;
}.zpr-faq_item-uzl.zpr-state_open-uzl .zpr-faq_a-uzl {
  display: block;
}.zpr-faq_a-uzl strong {
  font-weight: 700;
  color: #BEC4D6;
}.zpr-faq_a-uzl a {
  color: #E86A1A;
  text-decoration: underline;
}.zpr-faq_a-uzl ul,.zpr-faq_a-uzl ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.zpr-faq_a-uzl ol {
  list-style: decimal;
}.zpr-faq_a-uzl li {
  line-height: 1.6;
  margin-bottom: 4px;
}.zpr-faq_a-uzl table {
  margin: 0.5rem 0;
  overflow-x: auto;
  width: 100%;
  display: block;
  border-collapse: collapse;
  font-size: 12px;
}
@media(min-width: 769px) {.zpr-faq_a-uzl table {
  display: table;
}
}.zpr-faq_a-uzl th {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #BEC4D6;
}.zpr-faq_a-uzl td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 6px 0.5rem;
  color: #636A84;
}.zpr-ft-uzl {
  background: #0C0E16;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 48px;
}.zpr-ft_support-uzl {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 770px) {.zpr-ft_support-uzl {
  padding: 28px 24px;
}
}.zpr-ft_support_in-uzl {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  max-width: 1320px;
}.zpr-ft_support_main-uzl {
  gap: 1rem;
  flex: 1;
  min-width: 220px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.zpr-ft_support_ic-uzl {
  color: #E86A1A;
  flex-shrink: 0;
}.zpr-ft_support_ic-uzl svg {
  width: 1.875rem;
  stroke-linecap: round;
  height: 1.875rem;
  stroke-linejoin: round;
}.zpr-ft_support_text_title-uzl {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 3px;
  color: #F2F4FA;
}.zpr-ft_support_text_sub-uzl {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #636A84;
}.zpr-ft_support_btn-uzl {
  transition: background .2s;
  border-radius: 0.5rem;
  background: #E86A1A;
  padding: 11px 22px;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 700;
  color: #F2F4FA;
  flex-shrink: 0;
}.zpr-ft_support_btn-uzl:hover {
  background: #F07A2E;
}.zpr-ft_support_contacts-uzl {
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.zpr-ft_support_contact-uzl {
  line-height: 1.4;
  font-size: 0.75rem;
  color: #4E5470;
}.zpr-ft_support_contact-uzl strong {
  display: block;
  margin-bottom: 2px;
  font-size: 0.688rem;
  color: #8C93AB;
  font-weight: 600;
}.zpr-ft_main-uzl {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 32px 16px 1.5rem;
}
@media(min-width: 770px) {.zpr-ft_main-uzl {
  padding: 2.5rem 1.5rem 2rem;
}
}.zpr-ft_main_in-uzl {
  margin: 0 auto;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 1320px;
}
@media(min-width: 641px) {.zpr-ft_main_in-uzl {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.zpr-ft_main_in-uzl {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.zpr-ft_col_logo-uzl {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.zpr-ft_col_logo-uzl {
  grid-column: auto;
}
}.zpr-ft_logo-uzl {
  gap: 0.563rem;
  align-items: center;
  font-size: 1rem;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F2F4FA;
  display: flex;
}.zpr-ft_logo_mark-uzl {
  border-radius: 0.25rem;
  overflow: hidden;
  height: 30px;
  width: 1.875rem;
}.zpr-ft_logo_mark-uzl img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.zpr-ft_logo_sub-uzl {
  max-width: 12.5rem;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #4E5470;
  line-height: 1.55;
}.zpr-ft_col_title-uzl {
  font-weight: 700;
  letter-spacing: .07em;
  margin-bottom: 14px;
  font-size: 0.75rem;
  color: #8C93AB;
  text-transform: uppercase;
}.zpr-ft_col_links-uzl {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.zpr-ft_col_link-uzl {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #4E5470;
  font-size: 0.813rem;
}.zpr-ft_col_link-uzl:hover {
  color: #BEC4D6;
}.zpr-ft_apps-uzl {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.zpr-ft_app_card-uzl {
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.10);
  gap: 0.625rem;
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  padding: 10px 12px;
  display: flex;
  align-items: center;
}.zpr-ft_app_card-uzl:hover {
  border-color: rgba(232,106,26,0.50);
}.zpr-ft_app_card_ic-uzl svg {
  stroke-linecap: round;
  height: 22px;
  width: 1.375rem;
  stroke-linejoin: round;
}.zpr-ft_app_card_os-uzl {
  font-weight: 600;
  color: #4E5470;
  font-size: 0.625rem;
}.zpr-ft_app_card_action-uzl {
  font-weight: 700;
  font-size: 12px;
  color: #BEC4D6;
}.zpr-ft_bot-uzl {
  padding: 1.25rem 16px;
}
@media(min-width: 765px) {.zpr-ft_bot-uzl {
  padding: 20px 1.5rem;
}
}.zpr-ft_bot_in-uzl {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  max-width: 82.5rem;
  flex-wrap: wrap;
  align-items: center;
}.zpr-ft_socials-uzl {
  gap: 0.5rem;
  display: flex;
}.zpr-ft_soc-uzl {
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  transition: background .2s;
  border-radius: 4px;
  align-items: center;
  color: #8C93AB;
  display: flex;
  height: 36px;
  width: 2.25rem;
  justify-content: center;
}.zpr-ft_soc-uzl svg {
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
}.zpr-ft_soc-uzl:hover {
  background: rgba(255,255,255,0.07);
}.zpr-ft_legal-uzl {
  flex: 1;
  font-size: 0.688rem;
  line-height: 1.6;
  color: #787E98;
  overflow-wrap: break-word;
  min-width: 12.5rem;
}.zpr-ft_legal-uzl strong {
  font-weight: 700;
  color: #8C93AB;
}.zpr-ft_legal-uzl a {
  text-decoration: underline;
  color: #8C93AB;
}.zpr-ft_age-uzl {
  border: 2px solid #787E98;
  border-radius: 50%;
  font-weight: 800;
  color: #787E98;
  font-size: 0.688rem;
  height: 32px;
  width: 2rem;
  flex-shrink: 0;
  display: flex;
  margin-left: auto;
  justify-content: center;
  align-items: center;
}