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