*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #080D14;
  color: #B8CDD9;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  font-family: 'Barlow', sans-serif;
  line-height: 1.6;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  text-decoration: none;
  color: inherit;
}button {
  background: none;
  font: inherit;
  border: none;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.hng-layout_iny {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.hng-page_iny {
  min-height: 100vh;
  display: flex;
}.hng-main_iny {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media(min-width: 1081px) {.hng-main_iny {
  padding-left: 220px;
}
}
@media(max-width: 1077px) {.hng-main_iny {
  padding-bottom: 4.5rem;
}
}.hng-gc_iny {
  border-radius: 0.5rem;
  overflow: hidden;
  background: #0B1319;
  border: 1px solid rgba(255,255,255,0.05);
  transition: transform .2s,border-color .2s;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  width: 140px;
}
@media(min-width: 638px) {.hng-gc_iny {
  width: 9.75rem;
}
}
@media(min-width: 1082px) {.hng-gc_iny {
  width: 168px;
}
}.hng-gc_iny:hover {
  transform: translateY(-3px);
  border-color: rgba(42,181,232,0.07);
}.hng-gc_img_iny {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.hng-gc_img_iny img {
  inset: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  object-fit: cover;
}.hng-gc_hover_iny {
  background: rgba(4,8,16,0.72);
  inset: 0;
  transition: opacity .2s;
  justify-content: center;
  display: flex;
  position: absolute;
  opacity: 0;
  align-items: center;
}.hng-gc_iny:hover .hng-gc_hover_iny {
  opacity: 1;
}.hng-gc_hover_btn_iny {
  background: #2AB5E8;
  border-radius: 0.25rem;
  padding: 0.5rem 16px;
  font-weight: 700;
  color: #E8F4FC;
  font-size: 12px;
}.hng-gc_info_iny {
  padding: 0.5rem 10px 10px;
}.hng-gc_name_iny {
  overflow: hidden;
  margin-bottom: 3px;
  color: #B8CDD9;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  max-width: 100%;
}.hng-gc_prov_iny {
  color: #3E5A6A;
  font-size: 10px;
}.hng-gc_tag_iny {
  padding: 2px 7px;
  border-radius: 0.25rem;
  z-index: 2;
  top: 0.375rem;
  left: 0.375rem;
  letter-spacing: .04em;
  font-weight: 700;
  font-size: 0.563rem;
  text-transform: uppercase;
  position: absolute;
}.hng-gc_tag_hot_iny {
  background: #F03A3A;
  color: #fff;
}.hng-gc_tag_new_iny {
  background: #22C55E;
  color: #080D14;
}.hng-gc_tag_jp_iny {
  background: #F5A623;
  color: #080D14;
}.hng-gc_tag_ex_iny {
  background: #1566A0;
  color: #fff;
}.hng-gc_tag_live_iny {
  background: #F03A3A;
  color: #fff;
}.hng-gr_iny {
  padding: 2rem 16px 0;
  background: #080D14;
}
@media(min-width: 770px) {.hng-gr_iny {
  padding: 2.25rem 24px 0;
}
}.hng-gr_in_iny {
  margin: 0 auto;
  max-width: 1320px;
}.hng-gr_head_iny {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
}.hng-gr_head_l_iny {
  flex: 1;
  gap: 10px;
  align-items: center;
  min-width: 0;
  display: flex;
}.hng-gr_ic_iny {
  border-radius: 0.5rem;
  display: flex;
  width: 2rem;
  flex-shrink: 0;
  height: 2rem;
  justify-content: center;
  align-items: center;
}.hng-gr_ic_iny svg {
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
  height: 16px;
}.hng-gr_title_iny {
  font-size: 16px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #E8F4FC;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 769px) {.hng-gr_title_iny {
  font-size: 18px;
}
}.hng-gr_more_iny {
  transition: color .2s;
  gap: 0.313rem;
  white-space: nowrap;
  align-items: center;
  color: #567283;
  flex-shrink: 0;
  display: flex;
  font-size: 12px;
  font-weight: 600;
}.hng-gr_more_iny:hover {
  color: #2AB5E8;
}.hng-gr_more_iny svg {
  width: 0.75rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 12px;
}.hng-gr_arrows_iny {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.hng-gr_arr_iny {
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  transition: background .15s,color .15s;
  align-items: center;
  width: 30px;
  display: flex;
  justify-content: center;
  color: #7A99AA;
  height: 1.875rem;
}.hng-gr_arr_iny:hover {
  background: rgba(255,255,255,0.07);
  color: #E8F4FC;
}.hng-gr_arr_iny svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 13px;
  width: 0.813rem;
}.hng-gr_seo_h_iny {
  margin: 0 0 0.375rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #B8CDD9;
  max-width: 680px;
  font-weight: 700;
  font-size: 13px;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.hng-gr_seo_h_iny {
  font-size: 14px;
}
}.hng-gr_seo_iny {
  margin-bottom: 0.75rem;
  line-height: 1.55;
  color: #567283;
  font-size: 12px;
  max-width: 680px;
  overflow-wrap: break-word;
}.hng-gr_seo_iny strong {
  font-weight: 600;
  color: #B8CDD9;
}.hng-gr_scroll_iny {
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  padding-bottom: 0.625rem;
}.hng-gr_scroll_iny::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.hng-gr_scroll_iny {
  gap: 0.75rem;
}
}.hng-tb_iny {
  background: #080D14;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  top: 0;
  align-items: center;
  height: 56px;
  right: 0;
  position: fixed;
  z-index: 80;
  left: 0;
  display: flex;
}.hng-tb_in_iny {
  padding: 0 14px;
  gap: 0;
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}.hng-tb_burger_iny {
  border-radius: 0.5rem;
  gap: 0.313rem;
  margin-right: 0.5rem;
  height: 38px;
  flex-direction: column;
  width: 2.375rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}.hng-tb_burger_iny:hover {
  background: rgba(255,255,255,0.05);
}.hng-tb_burger_line_iny {
  background: #7A99AA;
  border-radius: 1px;
  display: block;
  width: 18px;
  height: 2px;
}
@media(min-width:1080px) {.hng-tb_burger_iny {
  display: none;
}
}.hng-tb_logo_iny {
  gap: 0.563rem;
  flex-shrink: 0;
  margin-right: 1.25rem;
  font-size: 1.125rem;
  font-weight: 800;
  align-items: center;
  display: flex;
  color: #E8F4FC;
  overflow-wrap: break-word;
  letter-spacing: -.01em;
}.hng-tb_logo_mark_iny {
  border-radius: 8px;
  overflow: hidden;
  align-items: center;
  display: flex;
  width: 2rem;
  justify-content: center;
  height: 32px;
}.hng-tb_logo_mark_iny img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.hng-tb_nav_iny {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width:640px) {.hng-tb_nav_iny {
  display: flex;
}
}.hng-tb_tab_iny {
  padding: 0.5rem 0.875rem;
  border-radius: 8px;
  transition: background .15s,color .15s;
  color: #7A99AA;
  font-size: 0.813rem;
  font-weight: 600;
  white-space: nowrap;
}.hng-tb_tab_iny:hover {
  background: rgba(255,255,255,0.05);
  color: #E8F4FC;
}.hng-tb_tab_iny.hng-state_active_iny {
  background: rgba(42,181,232,0.18);
  color: #E8F4FC;
}.hng-tb_right_iny {
  gap: 8px;
  margin-left: auto;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.hng-tb_login_iny {
  padding: 9px 1rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color .2s,color .2s;
  border-radius: 8px;
  display: none;
  font-size: 0.813rem;
  color: #B8CDD9;
  font-weight: 600;
}.hng-tb_login_iny:hover {
  border-color: rgba(42,181,232,0.45);
  color: #E8F4FC;
}
@media(min-width: 481px) {.hng-tb_login_iny {
  display: block;
}
}.hng-tb_reg_iny {
  background: #22C55E;
  border-radius: 8px;
  transition: background .2s;
  padding: 9px 18px;
  color: #060C12;
  font-weight: 700;
  font-size: 0.813rem;
  white-space: nowrap;
}.hng-tb_reg_iny:hover {
  background: #34D874;
}.hng-sb_iny {
  background: #0F1924;
  transform: translateX(-100%);
  transition: transform .25s ease;
  border-right: 1px solid rgba(255,255,255,0.05);
  z-index: 70;
  bottom: 0;
  position: fixed;
  top: 3.5rem;
  left: 0;
  overflow-y: auto;
  width: 220px;
}.hng-sb_iny.hng-state_open_iny {
  transform: translateX(0);
}.hng-sb_iny::-webkit-scrollbar {
  width: 4px;
}.hng-sb_iny::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1083px) {.hng-sb_iny {
  transform: translateX(0);
}
}.hng-sb_auth_iny {
  padding: 14px 12px 0.625rem;
}.hng-sb_btn_reg_iny {
  background: #22C55E;
  padding: 0.688rem;
  border-radius: 0.5rem;
  transition: background .2s;
  font-weight: 700;
  font-size: 0.813rem;
  display: block;
  margin-bottom: 8px;
  text-align: center;
  color: #060C12;
}.hng-sb_btn_reg_iny:hover {
  background: #34D874;
}.hng-sb_btn_login_iny {
  transition: border-color .2s;
  padding: 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.813rem;
  color: #B8CDD9;
  text-align: center;
  display: block;
}.hng-sb_btn_login_iny:hover {
  border-color: rgba(42,181,232,0.45);
  color: #E8F4FC;
}.hng-sb_promo_iny {
  border: 1px solid rgba(42,181,232,0.18);
  overflow: hidden;
  background: linear-gradient(135deg,#061428,#0F1924);
  margin: 0 12px 0.625rem;
  border-radius: 0.5rem;
  padding: 0.75rem 0.875rem;
  position: relative;
}.hng-sb_promo_iny::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(42,181,232,0.18),transparent 70%);
  top: -1.25rem;
  content: '';
  height: 5rem;
  right: -20px;
  position: absolute;
  width: 80px;
}.hng-sb_promo_title_iny {
  margin-bottom: 0.25rem;
  font-weight: 700;
  color: #2AB5E8;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 0.688rem;
}.hng-sb_promo_text_iny {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.35;
  color: #E8F4FC;
  font-weight: 600;
}.hng-sb_promo_sub_iny {
  margin-top: 3px;
  font-size: 10px;
  color: #567283;
}.hng-sb_nav_iny {
  padding: 6px 0.5rem 1rem;
}.hng-sb_nav_lb_iny {
  padding: 0.625rem 8px 6px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #3E5A6A;
  font-size: 0.625rem;
}.hng-sb_link_iny {
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  gap: 0.625rem;
  padding: 0.563rem 0.625rem;
  color: #7A99AA;
  overflow-wrap: break-word;
  font-size: 13px;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  display: flex;
}.hng-sb_link_iny:hover {
  background: rgba(255,255,255,0.05);
  color: #E8F4FC;
}.hng-sb_link_iny.hng-state_active_iny {
  background: rgba(42,181,232,0.18);
  color: #E8F4FC;
}.hng-sb_ic_iny {
  border-radius: 4px;
  flex-shrink: 0;
  height: 1.875rem;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}.hng-sb_ic_iny svg {
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  width: 1rem;
}.hng-sb_ic_1_iny {
  background: rgba(42,181,232,0.07);
  color: #2AB5E8;
}.hng-sb_ic_2_iny {
  background: rgba(34,197,94,0.16);
  color: #22C55E;
}.hng-sb_ic_3_iny {
  background: rgba(245,166,35,0.16);
  color: #F5A623;
}.hng-sb_ic_4_iny {
  background: rgba(21,102,160,0.22);
  color: #1566A0;
}.hng-sb_ic_5_iny {
  background: rgba(42,181,232,0.07);
  color: #E8399A;
}.hng-sb_ic_6_iny {
  background: rgba(21,102,160,0.22);
  color: #7B3FE4;
}.hng-sb_badge_iny {
  padding: 2px 0.438rem;
  border-radius: 4px;
  background: #F5A623;
  margin-left: auto;
  font-size: 9px;
  font-weight: 700;
  color: #060C12;
}.hng-sb_bot_iny {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 0.75rem;
  gap: 8px;
  display: flex;
}.hng-sb_lang_iny,.hng-sb_help_iny {
  padding: 9px 6px;
  border: 1px solid rgba(255,255,255,0.05);
  gap: 0.375rem;
  flex: 1;
  border-radius: 4px;
  transition: border-color .2s;
  background: rgba(255,255,255,0.05);
  align-items: center;
  justify-content: center;
  font-size: 0.688rem;
  font-weight: 600;
  color: #7A99AA;
  display: flex;
}.hng-sb_lang_iny:hover,.hng-sb_help_iny:hover {
  border-color: rgba(42,181,232,0.45);
  color: #E8F4FC;
}.hng-sb_lang_iny svg,.hng-sb_help_iny svg {
  stroke-linejoin: round;
  height: 0.813rem;
  width: 0.813rem;
  stroke-linecap: round;
}.hng-sb_bd_iny {
  inset: 0;
  background: rgba(4,8,16,0.72);
  z-index: 69;
  display: none;
  position: fixed;
}.hng-sb_bd_iny.hng-state_on_iny {
  display: block;
}
@media(min-width: 1081px) {.hng-sb_bd_iny {
  display: none!important;
}
}.hng-mob_nav_iny {
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  background: #0F1924;
  border-top: 1px solid rgba(255,255,255,0.09);
  position: fixed;
  left: 0;
  z-index: 80;
  bottom: 0;
  display: flex;
  right: 0;
}
@media(min-width: 1079px) {.hng-mob_nav_iny {
  display: none;
}
}.hng-mob_nav_item_iny {
  flex: 1;
  gap: 4px;
  padding: 4px 2px;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  color: #3E5A6A;
}.hng-mob_nav_ic_iny {
  line-height: 1;
}.hng-mob_nav_ic_iny svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.25rem;
  height: 1.25rem;
}.hng-mob_nav_lb_iny {
  color: #3E5A6A;
  font-weight: 600;
  font-size: 10px;
}.hng-mob_nav_item_iny.hng-state_active_iny {
  color: #2AB5E8;
}.hng-mob_nav_item_iny.hng-state_active_iny .hng-mob_nav_lb_iny {
  color: #2AB5E8;
}.hng-hero_iny {
  background: #080D14;
  padding: 20px 1rem 0;
}
@media(min-width: 769px) {.hng-hero_iny {
  padding: 1.5rem 24px 0;
}
}.hng-hero_in_iny {
  margin: 0 auto;
  gap: 0.75rem;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
}
@media(min-width:860px) {.hng-hero_in_iny {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1101px) {.hng-hero_in_iny {
  grid-template-columns: 1fr 21.25rem;
}
}.hng-hero_promo_iny {
  border-radius: 12px;
  overflow: hidden;
  background: #0B1319;
  min-height: 220px;
  position: relative;
  align-items: stretch;
  display: flex;
}
@media(min-width: 767px) {.hng-hero_promo_iny {
  min-height: 280px;
}
}.hng-hero_promo_bg_iny {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#061428 0%,#080D14 100%);
  position: absolute;
  background-size: cover;
}.hng-hero_promo_bg_iny::after {
  background: linear-gradient(90deg,#080D14 0%,rgba(4,8,16,0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.hng-hero_promo_glow_iny {
  background: radial-gradient(circle,rgba(21,102,160,0.22) 0%,transparent 65%);
  border-radius: 50%;
  top: -40px;
  pointer-events: none;
  right: 60px;
  width: 300px;
  height: 18.75rem;
  position: absolute;
}.hng-hero_promo_ct_iny {
  padding: 28px 24px 1.75rem 1.75rem;
  justify-content: center;
  display: flex;
  z-index: 2;
  flex-direction: column;
  position: relative;
  max-width: 480px;
}
@media(min-width: 765px) {.hng-hero_promo_ct_iny {
  padding: 2.5rem 32px;
}
}.hng-hero_badge_iny {
  padding: 0.313rem 0.75rem;
  border-radius: 20px;
  background: rgba(42,181,232,0.18);
  border: 1px solid rgba(42,181,232,0.07);
  margin-bottom: 14px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.625rem;
  color: #2AB5E8;
}.hng-hero_h1_iny {
  font-weight: 800;
  color: #E8F4FC;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-size: 1.625rem;
  line-height: 1.15;
  margin-bottom: 10px;
}.hng-hero_h1_iny em {
  font-style: normal;
  color: #F5A623;
}
@media(min-width:768px) {.hng-hero_h1_iny {
  font-size: 36px;
}
}.hng-hero_sub_iny {
  font-size: 13px;
  color: #7A99AA;
  line-height: 1.55;
  margin-bottom: 20px;
}
@media(min-width: 771px) {.hng-hero_sub_iny {
  font-size: 14px;
}
}.hng-hero_row_iny {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.hng-hero_cta_iny {
  transition: background .2s;
  padding: 0.813rem 26px;
  border-radius: 0.5rem;
  background: #22C55E;
  box-shadow: 0 0 0.625rem 1px rgba(34,197,94,0.50), 0 2px 0.25rem rgba(4,8,16,0.85);
  font-weight: 700;
  color: #060C12;
  font-size: 0.875rem;
}.hng-hero_cta_iny:hover {
  background: #34D874;
}.hng-hero_terms_iny {
  color: #3E5A6A;
  font-size: 11px;
}.hng-hero_game_iny {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 0.75rem;
  background: #0B1319;
  flex-direction: column;
  display: flex;
  position: relative;
}.hng-hero_game_badge_iny {
  padding: 5px 0.625rem;
  background: rgba(245,166,35,0.16);
  border-radius: 1.25rem;
  border: 1px solid rgba(245,166,35,0.16);
  font-size: 10px;
  top: 12px;
  position: absolute;
  text-transform: uppercase;
  left: 12px;
  z-index: 3;
  color: #F5A623;
  letter-spacing: .06em;
  font-weight: 700;
}.hng-hero_game_badge_iny svg {
  width: 11px;
  height: 0.688rem;
  vertical-align: -1px;
  margin-right: 4px;
}.hng-hero_game_img_iny {
  overflow: hidden;
  background: linear-gradient(135deg,#061428,#080D14);
  padding-bottom: 60%;
  position: relative;
}.hng-hero_game_img_iny img {
  inset: 0;
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}.hng-hero_game_play_iny {
  background: rgba(4,8,16,0.72);
  inset: 0;
  transition: opacity .2s;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  opacity: 0;
}.hng-hero_game_iny:hover .hng-hero_game_play_iny {
  opacity: 1;
}.hng-hero_game_play_iny span {
  border-radius: 50%;
  background: #2AB5E8;
  height: 52px;
  width: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}.hng-hero_game_play_iny span svg {
  width: 1.125rem;
  margin-left: 2px;
  height: 1.125rem;
}.hng-hero_game_info_iny {
  padding: 14px 1rem;
}.hng-hero_game_title_iny {
  font-weight: 700;
  color: #E8F4FC;
  font-size: 0.938rem;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
}.hng-hero_game_provider_iny {
  font-size: 11px;
  color: #567283;
}.hng-hero_game_btn_iny {
  padding: 11px;
  background: #2AB5E8;
  transition: background .2s;
  margin: 0.75rem 16px 16px;
  border-radius: 0.5rem;
  display: block;
  font-weight: 700;
  font-size: 13px;
  color: #E8F4FC;
  text-align: center;
}.hng-hero_game_iny:hover .hng-hero_game_btn_iny {
  background: #4ECBF5;
}.hng-sbar_iny {
  padding: 16px 1rem 0;
  background: #080D14;
}
@media(min-width: 770px) {.hng-sbar_iny {
  padding: 1.125rem 1.5rem 0;
}
}.hng-sbar_in_iny {
  margin: 0 auto;
  max-width: 1320px;
}.hng-sbar_row_iny {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.75rem;
}.hng-sbar_input_iny {
  gap: 10px;
  flex: 1;
  padding: 0.688rem 1rem;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.5rem;
  background: #0B1319;
  color: #567283;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 13px;
}.hng-sbar_input_iny:hover {
  border-color: rgba(42,181,232,0.45);
}.hng-sbar_input_iny svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.938rem;
  flex-shrink: 0;
  width: 0.938rem;
}.hng-sbar_providers_iny {
  background: #0B1319;
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color .2s;
  padding: 11px 18px;
  border-radius: 0.5rem;
  gap: 0.5rem;
  display: flex;
  white-space: nowrap;
  color: #B8CDD9;
  font-size: 13px;
  font-weight: 600;
  align-items: center;
}.hng-sbar_providers_iny:hover {
  border-color: rgba(42,181,232,0.45);
  color: #E8F4FC;
}.hng-sbar_providers_iny svg {
  width: 14px;
  height: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.hng-sbar_tabs_iny {
  gap: 6px;
  overflow-x: auto;
  display: flex;
  padding-bottom: 2px;
  scrollbar-width: none;
}.hng-sbar_tabs_iny::-webkit-scrollbar {
  display: none;
}.hng-sbar_tab_iny {
  gap: 0.438rem;
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  transition: background .15s,color .15s,border-color .15s;
  padding: 0.5rem 14px;
  border: 1px solid rgba(255,255,255,0.05);
  color: #7A99AA;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
  font-size: 0.75rem;
  white-space: nowrap;
  display: flex;
  font-weight: 600;
}.hng-sbar_tab_iny:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(42,181,232,0.45);
  color: #E8F4FC;
}.hng-sbar_tab_iny.hng-state_active_iny {
  border-color: rgba(42,181,232,0.07);
  background: rgba(42,181,232,0.18);
  color: #E8F4FC;
}.hng-sbar_tab_ic_iny svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 14px;
  width: 0.875rem;
}.hng-wy_iny {
  padding: 2rem 1rem 0;
  background: #080D14;
}
@media(min-width:768px) {.hng-wy_iny {
  padding: 40px 24px 0;
}
}.hng-wy_in_iny {
  margin: 0 auto;
  max-width: 82.5rem;
}.hng-wy_head_iny {
  max-width: 720px;
  margin-bottom: 18px;
}.hng-wy_label_iny {
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #2AB5E8;
}.hng-wy_h2_iny {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #E8F4FC;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 771px) {.hng-wy_h2_iny {
  font-size: 1.5rem;
}
}.hng-wy_intro_iny {
  margin: 0;
  line-height: 1.6;
  color: #567283;
  font-size: 0.813rem;
}.hng-wy_grid_iny {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.hng-wy_grid_iny {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.hng-wy_grid_iny {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.hng-wy_card_iny {
  background: #0F1924;
  padding: 1.25rem;
  transition: border-color .2s,transform .2s;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.09);
}.hng-wy_card_iny:hover {
  transform: translateY(-2px);
  border-color: rgba(42,181,232,0.07);
}.hng-wy_card_ic_iny {
  border-radius: 50%;
  background: rgba(42,181,232,0.18);
  margin-bottom: 0.875rem;
  display: flex;
  height: 2.75rem;
  color: #2AB5E8;
  align-items: center;
  justify-content: center;
  width: 44px;
}.hng-wy_card_ic_iny svg {
  height: 1.375rem;
  stroke-linecap: round;
  width: 22px;
  stroke-linejoin: round;
}.hng-wy_card_h_iny {
  color: #E8F4FC;
  line-height: 1.25;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  margin-bottom: 0.375rem;
}.hng-wy_card_p_iny {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #567283;
  line-height: 1.6;
}.hng-wy_card_p_iny strong {
  color: #B8CDD9;
  font-weight: 600;
}.hng-ws_iny {
  background: #080D14;
  padding: 32px 1rem 0;
}
@media(min-width: 769px) {.hng-ws_iny {
  padding: 36px 24px 0;
}
}.hng-ws_in_iny {
  margin: 0 auto;
  max-width: 1320px;
}.hng-ws_head_iny {
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.hng-ws_title_iny {
  gap: 0.625rem;
  display: flex;
  color: #E8F4FC;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  flex-wrap: wrap;
  align-items: center;
}.hng-ws_title_ic_iny svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #F5A623;
  width: 18px;
  height: 18px;
}.hng-ws_online_iny {
  gap: 0.438rem;
  color: #567283;
  display: flex;
  font-weight: 600;
  font-size: 12px;
  align-items: center;
}.hng-ws_online_dot_iny {
  background: #22C55E;
  border-radius: 50%;
  flex-shrink: 0;
  width: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(34,197,94,0.16);
  height: 8px;
}.hng-ws_scroll_iny {
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
}.hng-ws_scroll_iny::-webkit-scrollbar {
  display: none;
}.hng-wc_iny {
  padding: 10px 14px;
  background: #0B1319;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  gap: 10px;
  display: flex;
  min-width: 220px;
  align-items: center;
  flex-shrink: 0;
}.hng-wc_img_iny {
  overflow: hidden;
  background: #0F1924;
  border-radius: 4px;
  height: 36px;
  width: 2.25rem;
  flex-shrink: 0;
}.hng-wc_img_iny img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.hng-wc_info_iny {
  min-width: 0;
}.hng-wc_game_iny {
  overflow: hidden;
  font-size: 0.75rem;
  color: #B8CDD9;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}.hng-wc_player_iny {
  overflow: hidden;
  color: #3E5A6A;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.625rem;
}.hng-wc_amount_iny {
  font-weight: 700;
  color: #22C55E;
  flex-shrink: 0;
  margin-left: auto;
  font-size: 13px;
  white-space: nowrap;
}.hng-prov_iny {
  background: #080D14;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.hng-prov_iny {
  padding: 2.75rem 24px 0;
}
}.hng-prov_in_iny {
  margin: 0 auto;
  max-width: 82.5rem;
}.hng-prov_head_iny {
  margin-bottom: 16px;
}.hng-prov_label_iny {
  color: #2AB5E8;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
}.hng-prov_h2_iny {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 20px;
  color: #E8F4FC;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 766px) {.hng-prov_h2_iny {
  font-size: 24px;
}
}.hng-prov_seo_iny {
  max-width: 620px;
  overflow-wrap: break-word;
  color: #567283;
  font-size: 0.813rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}.hng-prov_seo_iny strong {
  font-weight: 700;
  color: #B8CDD9;
}.hng-prov_seo_iny a {
  text-decoration: underline;
  color: #2AB5E8;
}.hng-prov_grid_iny {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 639px) {.hng-prov_grid_iny {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.hng-prov_grid_iny {
  grid-template-columns: repeat(8,1fr);
}
}.hng-prov_card_iny {
  padding: 14px 10px;
  gap: 7px;
  transition: border-color .2s,background .2s;
  background: #0B1319;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  display: flex;
}.hng-prov_card_iny:hover {
  border-color: rgba(42,181,232,0.45);
  background: #0F1924;
}.hng-prov_logo_iny {
  background: rgba(255,255,255,0.05);
  overflow: hidden;
  border-radius: 0.25rem;
  display: flex;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  height: 44px;
}.hng-prov_logo_iny img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.hng-prov_name_iny {
  color: #7A99AA;
  overflow-wrap: break-word;
  text-align: center;
  font-size: 0.688rem;
  font-weight: 600;
}.hng-app_iny {
  padding: 2.25rem 1rem 0;
  background: #080D14;
}
@media(min-width: 769px) {.hng-app_iny {
  padding: 2.75rem 24px 0;
}
}.hng-app_in_iny {
  margin: 0 auto;
  max-width: 82.5rem;
}.hng-app_head_iny {
  margin-bottom: 1rem;
}.hng-app_label_iny {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 0.688rem;
  color: #2AB5E8;
  letter-spacing: .08em;
}.hng-app_h2_iny {
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.375rem;
  font-size: 20px;
  color: #E8F4FC;
}
@media(min-width: 767px) {.hng-app_h2_iny {
  font-size: 24px;
}
}.hng-app_sub_iny {
  color: #567283;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.6;
  max-width: 600px;
}.hng-app_sub_iny strong {
  color: #B8CDD9;
  font-weight: 700;
}.hng-app_cards_iny {
  gap: 0.625rem;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.hng-app_cards_iny {
  grid-template-columns: repeat(3,1fr);
}
}.hng-app_card_iny {
  overflow: hidden;
  border-radius: 0.5rem;
  gap: 1rem;
  padding: 20px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
}.hng-app_card_ios_iny {
  background: linear-gradient(135deg,rgba(42,181,232,0.18) 0%,#0F1924 100%);
}.hng-app_card_android_iny {
  background: linear-gradient(135deg,rgba(34,197,94,0.16) 0%,#0F1924 100%);
}.hng-app_card_win_iny {
  background: linear-gradient(135deg,rgba(245,166,35,0.16) 0%,#0F1924 100%);
}.hng-app_card_ic_iny svg {
  width: 2.125rem;
  height: 2.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.hng-app_card_ic_iny {
  flex-shrink: 0;
  color: #E8F4FC;
}.hng-app_card_os_iny {
  text-transform: uppercase;
  color: #567283;
  font-size: 10px;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.375rem;
}.hng-app_card_title_iny {
  overflow-wrap: break-word;
  line-height: 1.2;
  margin-bottom: 6px;
  color: #E8F4FC;
  font-size: 0.938rem;
  font-weight: 700;
}.hng-app_card_text_iny {
  line-height: 1.5;
  font-size: 12px;
  overflow-wrap: break-word;
  color: #567283;
  margin-bottom: 0.875rem;
}.hng-app_card_btn_iny {
  transition: background .2s;
  background: rgba(255,255,255,0.12);
  padding: 0.625rem 18px;
  border: 1px solid rgba(42,181,232,0.45);
  gap: 7px;
  border-radius: 4px;
  font-weight: 700;
  color: #E8F4FC;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
}.hng-app_card_btn_iny:hover {
  background: rgba(255,255,255,0.07);
}.hng-reg_iny {
  padding: 36px 1rem 0;
  background: #080D14;
}
@media(min-width: 771px) {.hng-reg_iny {
  padding: 44px 24px 0;
}
}.hng-reg_in_iny {
  margin: 0 auto;
  background: #0F1924;
  padding: 1.75rem 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255,255,255,0.05);
  max-width: 82.5rem;
}
@media(min-width: 765px) {.hng-reg_in_iny {
  padding: 40px;
}
}.hng-reg_top_iny {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 862px) {.hng-reg_top_iny {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.hng-reg_label_iny {
  color: #2AB5E8;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-size: 11px;
}.hng-reg_h2_iny {
  font-size: 1.375rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #E8F4FC;
  margin-bottom: 0.75rem;
  line-height: 1.2;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.hng-reg_h2_iny {
  font-size: 28px;
}
}.hng-reg_bonus_iny {
  background: rgba(245,166,35,0.16);
  padding: 10px 16px;
  border: 1px solid rgba(245,166,35,0.16);
  border-radius: 8px;
  gap: 0.5rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}.hng-reg_bonus_amount_iny {
  font-size: 20px;
  color: #F5A623;
  font-weight: 800;
}.hng-reg_bonus_text_iny {
  font-size: 13px;
  color: #7A99AA;
  line-height: 1.35;
}.hng-reg_cta_btn_iny {
  background: #22C55E;
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 0.875rem 32px;
  font-size: 0.938rem;
  color: #060C12;
  margin-bottom: 0.75rem;
  box-shadow: 0 0 10px 1px rgba(34,197,94,0.50), 0 2px 0.25rem rgba(4,8,16,0.85);
  display: inline-block;
  font-weight: 700;
}.hng-reg_cta_btn_iny:hover {
  background: #34D874;
}.hng-reg_terms_iny {
  color: #3E5A6A;
  line-height: 1.5;
  font-size: 0.688rem;
}.hng-reg_seo_iny {
  border-top: 1px solid rgba(255,255,255,0.05);
  line-height: 1.65;
  margin-top: 20px;
  font-size: 13px;
  color: #567283;
  overflow-wrap: break-word;
  padding-top: 20px;
}.hng-reg_seo_iny p {
  margin-bottom: 10px;
  line-height: 1.65;
  color: #567283;
  font-size: 0.813rem;
}.hng-reg_seo_iny p:last-child {
  margin-bottom: 0;
}.hng-reg_seo_iny strong {
  font-weight: 700;
  color: #B8CDD9;
}.hng-reg_seo_iny a {
  transition: color .2s;
  text-decoration: underline;
  color: #2AB5E8;
}.hng-reg_seo_iny a:hover {
  color: #4ECBF5;
}.hng-reg_seo_iny ul,.hng-reg_seo_iny ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.hng-reg_seo_iny ol {
  list-style: decimal;
}.hng-reg_seo_iny li {
  color: #567283;
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 4px;
}.hng-reg_seo_iny table {
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 0.625rem;
  font-size: 13px;
  display: block;
}
@media(min-width: 767px) {.hng-reg_seo_iny table {
  display: table;
}
}.hng-reg_seo_iny th {
  padding: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #B8CDD9;
}.hng-reg_seo_iny td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #567283;
}.hng-reg_steps_iny {
  gap: 14px;
  flex-direction: column;
  margin-top: 1.75rem;
  display: flex;
}
@media(min-width: 863px) {.hng-reg_steps_iny {
  margin-top: 0;
}
}.hng-reg_step_iny {
  gap: 14px;
  padding: 1rem;
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.05);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.hng-reg_step_num_iny {
  background: rgba(42,181,232,0.18);
  border: 1px solid rgba(42,181,232,0.07);
  border-radius: 50%;
  height: 34px;
  font-size: 14px;
  justify-content: center;
  width: 2.125rem;
  display: flex;
  flex-shrink: 0;
  font-weight: 800;
  align-items: center;
  color: #2AB5E8;
}.hng-reg_step_title_iny {
  margin-bottom: 3px;
  font-weight: 700;
  color: #E8F4FC;
  font-size: 14px;
}.hng-reg_step_text_iny {
  line-height: 1.5;
  font-size: 0.75rem;
  color: #567283;
}.hng-reg_trust_iny {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  flex-wrap: wrap;
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
}.hng-reg_trust_item_iny {
  gap: 7px;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
  color: #567283;
  font-size: 12px;
}.hng-reg_trust_ic_iny svg {
  color: #2AB5E8;
  width: 1rem;
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
}.hng-bon_iny {
  background: #080D14;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.hng-bon_iny {
  padding: 44px 24px 0;
}
}.hng-bon_in_iny {
  margin: 0 auto;
  max-width: 82.5rem;
}.hng-bon_head_iny {
  margin-bottom: 20px;
}.hng-bon_label_iny {
  color: #2AB5E8;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.hng-bon_h2_iny {
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  color: #E8F4FC;
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 20px;
}
@media(min-width: 771px) {.hng-bon_h2_iny {
  font-size: 24px;
}
}.hng-bon_seo_iny {
  max-width: 38.75rem;
  color: #567283;
  line-height: 1.6;
  font-size: 13px;
  overflow-wrap: break-word;
}.hng-bon_seo_iny strong {
  font-weight: 700;
  color: #B8CDD9;
}.hng-bon_seo_iny a {
  color: #2AB5E8;
  text-decoration: underline;
}.hng-bon_grid_iny {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.hng-bon_grid_iny {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.hng-bon_grid_iny {
  grid-template-columns: repeat(5,1fr);
}
}.hng-bon_card_iny {
  padding: 1rem;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  background: #0B1319;
}.hng-bon_card_iny:hover {
  border-color: rgba(42,181,232,0.07);
  transform: translateY(-2px);
}.hng-bon_card_ic_iny svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.625rem;
  height: 1.625rem;
}.hng-bon_card_ic_iny {
  margin-bottom: 0.625rem;
}.hng-bon_card_type_iny {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 0.625rem;
  color: #567283;
}.hng-bon_card_amount_iny {
  font-weight: 800;
  font-size: 18px;
  color: #F5A623;
  line-height: 1.1;
  margin-bottom: 6px;
}.hng-bon_card_name_iny {
  color: #E8F4FC;
  margin-bottom: 8px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 600;
}.hng-bon_card_detail_iny {
  border-top: 1px solid rgba(255,255,255,0.05);
  line-height: 1.5;
  font-size: 11px;
  padding-top: 8px;
  color: #3E5A6A;
  overflow-wrap: break-word;
}.hng-htp_iny {
  background: #080D14;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.hng-htp_iny {
  padding: 2.75rem 1.5rem 0;
}
}.hng-htp_in_iny {
  margin: 0 auto;
  max-width: 82.5rem;
}.hng-htp_head_iny {
  max-width: 45rem;
  margin-bottom: 22px;
}.hng-htp_label_iny {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.688rem;
  color: #2AB5E8;
}.hng-htp_h2_iny {
  font-size: 22px;
  color: #E8F4FC;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}
@media(min-width: 766px) {.hng-htp_h2_iny {
  font-size: 1.75rem;
}
}.hng-htp_intro_iny {
  font-size: 14px;
  line-height: 1.6;
  color: #567283;
}.hng-htp_steps_iny {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.75rem;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.hng-htp_steps_iny {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.hng-htp_steps_iny {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.hng-htp_step_iny {
  border-radius: 0.5rem;
  padding: 20px 18px 1.125rem;
  background: #0F1924;
  border: 1px solid rgba(255,255,255,0.09);
  position: relative;
  display: flex;
  flex-direction: column;
}.hng-htp_step_num_iny {
  background: #2AB5E8;
  border-radius: 50%;
  color: #060C12;
  font-weight: 800;
  font-size: 13px;
  position: absolute;
  left: 1.25rem;
  height: 28px;
  width: 28px;
  display: flex;
  font-family: 'Barlow Condensed', sans-serif;
  top: -0.75rem;
  justify-content: center;
  align-items: center;
}.hng-htp_step_ic_iny {
  background: rgba(42,181,232,0.18);
  margin: 0.5rem 0 0.75rem;
  border-radius: 4px;
  color: #2AB5E8;
  height: 36px;
  display: flex;
  align-items: center;
  width: 2.25rem;
  justify-content: center;
}.hng-htp_step_ic_iny svg {
  stroke-linejoin: round;
  width: 1.125rem;
  stroke-linecap: round;
  height: 18px;
}.hng-htp_step_h_iny {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #E8F4FC;
  line-height: 1.25;
  font-size: 14px;
  margin-bottom: 0.375rem;
}.hng-htp_step_p_iny {
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.55;
  color: #567283;
}.hng-htp_step_p_iny strong {
  font-weight: 600;
  color: #B8CDD9;
}.hng-htp_cta_iny {
  padding: 0.813rem 1.625rem;
  border-radius: 0.5rem;
  background: #22C55E;
  transition: background .2s;
  color: #060C12;
  font-weight: 700;
  display: inline-block;
  font-size: 0.875rem;
  margin-top: 20px;
}.hng-htp_cta_iny:hover {
  background: #34D874;
}.hng-seo_iny {
  padding: 36px 1rem 0;
  background: #080D14;
}
@media(min-width: 769px) {.hng-seo_iny {
  padding: 44px 1.5rem 0;
}
}.hng-seo_in_iny {
  margin: 0 auto;
  background: #0F1924;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 769px) {.hng-seo_in_iny {
  padding: 36px 2.5rem;
}
}.hng-seo_label_iny {
  color: #2AB5E8;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
}.hng-seo_h2_iny {
  color: #E8F4FC;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 14px;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.25;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.hng-seo_h2_iny {
  font-size: 1.5rem;
}
}.hng-seo_body_iny {
  font-size: 0.875rem;
  color: #7A99AA;
  line-height: 1.75;
  overflow-wrap: break-word;
}.hng-seo_body_iny p {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  color: #7A99AA;
  line-height: 1.75;
}.hng-seo_body_iny p:last-child {
  margin-bottom: 0;
}.hng-seo_body_iny strong {
  font-weight: 700;
  color: #B8CDD9;
}.hng-seo_body_iny a {
  transition: color .2s;
  text-decoration: underline;
  color: #2AB5E8;
}.hng-seo_body_iny a:hover {
  color: #4ECBF5;
}.hng-seo_body_iny ul,.hng-seo_body_iny ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.hng-seo_body_iny ol {
  list-style: decimal;
}.hng-seo_body_iny li {
  margin-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #7A99AA;
}.hng-seo_body_iny table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  margin-bottom: 12px;
  display: block;
  overflow-x: auto;
}
@media(min-width: 769px) {.hng-seo_body_iny table {
  display: table;
}
}.hng-seo_body_iny th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  color: #B8CDD9;
  text-align: left;
  font-weight: 700;
}.hng-seo_body_iny td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 12px;
  color: #7A99AA;
}.hng-seo_cols_iny {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 637px) {.hng-seo_cols_iny {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.hng-seo_cols_iny {
  grid-template-columns: repeat(3,1fr);
}
}.hng-seo_col_h_iny {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #B8CDD9;
  margin-bottom: 7px;
  font-size: 13px;
}.hng-seo_col_p_iny {
  color: #567283;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
}.hng-seo_stats_iny {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.hng-seo_stat_iny {
  flex: 1;
  background: rgba(42,181,232,0.07);
  padding: 0.875rem 16px;
  border: 1px solid rgba(42,181,232,0.18);
  border-radius: 0.5rem;
  min-width: 8.75rem;
}.hng-seo_stat_val_iny {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0.25rem;
  color: #2AB5E8;
}.hng-seo_stat_lb_iny {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #567283;
}.hng-faq_iny {
  background: #080D14;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.hng-faq_iny {
  padding: 44px 1.5rem 0;
}
}.hng-faq_in_iny {
  margin: 0 auto;
  max-width: 82.5rem;
}.hng-faq_head_iny {
  margin-bottom: 20px;
}.hng-faq_label_iny {
  font-weight: 700;
  text-transform: uppercase;
  color: #2AB5E8;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 8px;
}.hng-faq_h2_iny {
  color: #E8F4FC;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.hng-faq_h2_iny {
  font-size: 24px;
}
}.hng-faq_list_iny {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.hng-faq_item_iny {
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.09);
  overflow: hidden;
  background: #0F1924;
}.hng-faq_q_iny {
  padding: 16px 1.25rem;
  transition: color .2s;
  gap: 12px;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  font-size: 14px;
  display: flex;
  font-weight: 600;
  color: #B8CDD9;
  overflow-wrap: break-word;
  flex-wrap: wrap;
}.hng-faq_q_iny:hover {
  color: #E8F4FC;
}.hng-faq_q_ic_iny {
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  width: 24px;
  font-size: 1rem;
  height: 24px;
  color: #2AB5E8;
  align-items: center;
  justify-content: center;
}.hng-faq_item_iny.hng-state_open_iny .hng-faq_q_ic_iny {
  transform: rotate(45deg);
}.hng-faq_a_iny {
  padding: 0 20px 1rem;
  line-height: 1.7;
  display: none;
  font-size: 0.813rem;
  color: #567283;
  overflow-wrap: break-word;
}.hng-faq_item_iny.hng-state_open_iny .hng-faq_a_iny {
  display: block;
}.hng-faq_a_iny strong {
  font-weight: 700;
  color: #B8CDD9;
}.hng-faq_a_iny a {
  text-decoration: underline;
  color: #2AB5E8;
}.hng-faq_a_iny ul,.hng-faq_a_iny ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.hng-faq_a_iny ol {
  list-style: decimal;
}.hng-faq_a_iny li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.hng-faq_a_iny table {
  margin: 8px 0;
  overflow-x: auto;
  width: 100%;
  font-size: 0.75rem;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 765px) {.hng-faq_a_iny table {
  display: table;
}
}.hng-faq_a_iny th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.375rem 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #B8CDD9;
}.hng-faq_a_iny td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #567283;
}.hng-seo_iny {
  padding: 2.25rem 16px 0;
  background: #080D14;
}
@media(min-width: 765px) {.hng-seo_iny {
  padding: 44px 1.5rem 0;
}
}.hng-seo_in_iny {
  border-radius: 0.75rem;
  margin: 0 auto;
  background: #0F1924;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255,255,255,0.09);
  max-width: 82.5rem;
}
@media(min-width: 765px) {.hng-seo_in_iny {
  padding: 2.25rem 2.5rem;
}
}.hng-seo_label_iny {
  letter-spacing: .08em;
  color: #2AB5E8;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
}.hng-seo_h2_iny {
  font-family: 'Barlow Condensed', sans-serif;
  color: #E8F4FC;
  font-weight: 800;
  line-height: 1.25;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.hng-seo_h2_iny {
  font-size: 1.5rem;
}
}.hng-seo_body_iny {
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
  color: #7A99AA;
}.hng-seo_body_iny p {
  font-size: 0.875rem;
  margin-bottom: 12px;
  color: #7A99AA;
  line-height: 1.75;
}.hng-seo_body_iny p:last-child {
  margin-bottom: 0;
}.hng-seo_body_iny strong {
  font-weight: 700;
  color: #B8CDD9;
}.hng-seo_body_iny a {
  transition: color .2s;
  color: #2AB5E8;
  text-decoration: underline;
}.hng-seo_body_iny a:hover {
  color: #4ECBF5;
}.hng-seo_body_iny ul,.hng-seo_body_iny ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.hng-seo_body_iny ol {
  list-style: decimal;
}.hng-seo_body_iny li {
  color: #7A99AA;
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 6px;
}.hng-seo_body_iny table {
  margin-bottom: 12px;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  display: block;
  font-size: 0.813rem;
}
@media(min-width: 771px) {.hng-seo_body_iny table {
  display: table;
}
}.hng-seo_body_iny th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 12px;
  color: #B8CDD9;
  text-align: left;
  font-weight: 700;
}.hng-seo_body_iny td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 12px;
  color: #7A99AA;
}.hng-seo_cols_iny {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.hng-seo_cols_iny {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.hng-seo_cols_iny {
  grid-template-columns: repeat(3,1fr);
}
}.hng-seo_col_h_iny {
  margin-bottom: 7px;
  color: #B8CDD9;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 13px;
}.hng-seo_col_p_iny {
  line-height: 1.65;
  color: #567283;
  overflow-wrap: break-word;
  font-size: 13px;
}.hng-seo_stats_iny {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.hng-seo_stat_iny {
  padding: 0.875rem 16px;
  border-radius: 8px;
  background: rgba(42,181,232,0.07);
  flex: 1;
  border: 1px solid rgba(42,181,232,0.18);
  min-width: 140px;
}.hng-seo_stat_val_iny {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  color: #2AB5E8;
  font-weight: 800;
}.hng-seo_stat_lb_iny {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #567283;
}.hng-rv_iny {
  background: #080D14;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.hng-rv_iny {
  padding: 2.75rem 1.5rem 0;
}
}.hng-rv_in_iny {
  margin: 0 auto;
  max-width: 82.5rem;
}.hng-rv_head_iny {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.hng-rv_label_iny {
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #2AB5E8;
}.hng-rv_h2_iny {
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.625rem;
  font-weight: 800;
  font-size: 1.375rem;
  color: #E8F4FC;
}
@media(min-width: 769px) {.hng-rv_h2_iny {
  font-size: 1.75rem;
}
}.hng-rv_stats_iny {
  gap: 18px;
  align-items: center;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  color: #567283;
}.hng-rv_stats_score_iny {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.hng-rv_stats_score_val_iny {
  font-weight: 800;
  color: #F5A623;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
}.hng-rv_stats_score_max_iny {
  font-size: 0.813rem;
  color: #3E5A6A;
}.hng-rv_stats_badge_iny {
  gap: 4px;
  align-items: center;
  display: flex;
}.hng-rv_stats_badge_iny svg {
  color: #F5A623;
  width: 14px;
  height: 14px;
}.hng-rv_grid_iny {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.hng-rv_grid_iny {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.hng-rv_grid_iny {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.hng-rv_card_iny {
  background: #0F1924;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 20px;
  border-radius: 0.5rem;
  flex-direction: column;
  display: flex;
}.hng-rv_card_stars_iny {
  gap: 2px;
  margin-bottom: 10px;
  color: #F5A623;
  display: flex;
}.hng-rv_card_stars_iny svg {
  width: 14px;
  height: 14px;
}.hng-rv_card_h_iny {
  font-size: 14px;
  color: #E8F4FC;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-weight: 700;
  line-height: 1.3;
}.hng-rv_card_body_iny {
  flex: 1;
  line-height: 1.65;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-size: 0.813rem;
  color: #567283;
}.hng-rv_card_body_iny strong {
  color: #B8CDD9;
  font-weight: 600;
}.hng-rv_card_meta_iny {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 10px;
  padding-top: 0.75rem;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.hng-rv_card_author_iny {
  color: #B8CDD9;
  font-weight: 600;
  font-size: 0.75rem;
}.hng-rv_card_date_iny {
  color: #3E5A6A;
  font-size: 11px;
}.hng-pmt_iny {
  padding: 36px 16px 0;
  background: #080D14;
}
@media(min-width: 770px) {.hng-pmt_iny {
  padding: 44px 1.5rem 0;
}
}.hng-pmt_in_iny {
  margin: 0 auto;
  max-width: 82.5rem;
}.hng-pmt_head_iny {
  max-width: 45rem;
  margin-bottom: 22px;
}.hng-pmt_label_iny {
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #2AB5E8;
  font-size: 11px;
  margin-bottom: 0.5rem;
}.hng-pmt_h2_iny {
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-size: 22px;
  color: #E8F4FC;
  margin-bottom: 0.5rem;
}
@media(min-width:768px) {.hng-pmt_h2_iny {
  font-size: 1.75rem;
}
}.hng-pmt_intro_iny {
  font-size: 14px;
  line-height: 1.6;
  color: #567283;
  overflow-wrap: break-word;
}.hng-pmt_groups_iny {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}.hng-pmt_group_iny {
  background: #0F1924;
  padding: 1.25rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.09);
}.hng-pmt_group_head_iny {
  gap: 12px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.hng-pmt_group_ic_iny {
  border-radius: 0.25rem;
  background: rgba(42,181,232,0.18);
  width: 2.25rem;
  height: 36px;
  color: #2AB5E8;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
}.hng-pmt_group_ic_iny svg {
  width: 18px;
  stroke-linecap: round;
  height: 1.125rem;
  stroke-linejoin: round;
}.hng-pmt_group_h_iny {
  margin: 0;
  overflow-wrap: break-word;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  color: #E8F4FC;
}.hng-pmt_group_p_iny {
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-size: 13px;
  color: #567283;
  line-height: 1.6;
}.hng-pmt_group_p_iny strong {
  font-weight: 600;
  color: #B8CDD9;
}.hng-pmt_table_wrap_iny {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.hng-pmt_table_iny {
  font-size: 13px;
  min-width: 33.75rem;
  width: 100%;
  border-collapse: collapse;
}.hng-pmt_table_iny th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  color: #B8CDD9;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 0.688rem;
  white-space: nowrap;
  text-align: left;
  font-weight: 700;
}.hng-pmt_table_iny td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.75rem;
  color: #567283;
}.hng-pmt_table_iny tbody tr:last-child td {
  border-bottom: none;
}.hng-pmt_table_iny tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #B8CDD9;
}.hng-seo_iny {
  padding: 36px 1rem 0;
  background: #080D14;
}
@media(min-width: 769px) {.hng-seo_iny {
  padding: 2.75rem 24px 0;
}
}.hng-seo_in_iny {
  background: #0F1924;
  padding: 28px 1.5rem;
  border-radius: 0.75rem;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.09);
  max-width: 82.5rem;
}
@media(min-width: 771px) {.hng-seo_in_iny {
  padding: 2.25rem 2.5rem;
}
}.hng-seo_label_iny {
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  color: #2AB5E8;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
}.hng-seo_h2_iny {
  font-family: 'Barlow Condensed', sans-serif;
  color: #E8F4FC;
  margin-bottom: 14px;
  line-height: 1.25;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.hng-seo_h2_iny {
  font-size: 24px;
}
}.hng-seo_body_iny {
  font-size: 14px;
  color: #7A99AA;
  line-height: 1.75;
  overflow-wrap: break-word;
}.hng-seo_body_iny p {
  color: #7A99AA;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}.hng-seo_body_iny p:last-child {
  margin-bottom: 0;
}.hng-seo_body_iny strong {
  font-weight: 700;
  color: #B8CDD9;
}.hng-seo_body_iny a {
  transition: color .2s;
  color: #2AB5E8;
  text-decoration: underline;
}.hng-seo_body_iny a:hover {
  color: #4ECBF5;
}.hng-seo_body_iny ul,.hng-seo_body_iny ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.hng-seo_body_iny ol {
  list-style: decimal;
}.hng-seo_body_iny li {
  color: #7A99AA;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 6px;
}.hng-seo_body_iny table {
  border-collapse: collapse;
  font-size: 13px;
  display: block;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 771px) {.hng-seo_body_iny table {
  display: table;
}
}.hng-seo_body_iny th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  color: #B8CDD9;
  font-weight: 700;
}.hng-seo_body_iny td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #7A99AA;
}.hng-seo_cols_iny {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 643px) {.hng-seo_cols_iny {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.hng-seo_cols_iny {
  grid-template-columns: repeat(3,1fr);
}
}.hng-seo_col_h_iny {
  overflow-wrap: break-word;
  color: #B8CDD9;
  margin-bottom: 7px;
  font-size: 0.813rem;
  font-weight: 700;
}.hng-seo_col_p_iny {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #567283;
  line-height: 1.65;
}.hng-seo_stats_iny {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.hng-seo_stat_iny {
  padding: 14px 1rem;
  border: 1px solid rgba(42,181,232,0.18);
  border-radius: 8px;
  flex: 1;
  background: rgba(42,181,232,0.07);
  min-width: 140px;
}.hng-seo_stat_val_iny {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 4px;
  font-size: 1.25rem;
  color: #2AB5E8;
}.hng-seo_stat_lb_iny {
  color: #567283;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.hng-ft_iny {
  border-top: 1px solid rgba(255,255,255,0.05);
  background: #040810;
  margin-top: 48px;
}.hng-ft_support_iny {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 765px) {.hng-ft_support_iny {
  padding: 1.75rem 24px;
}
}.hng-ft_support_in_iny {
  margin: 0 auto;
  gap: 1rem;
  max-width: 1320px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.hng-ft_support_main_iny {
  flex: 1;
  gap: 1rem;
  display: flex;
  min-width: 13.75rem;
  align-items: center;
  flex-wrap: wrap;
}.hng-ft_support_ic_iny {
  color: #2AB5E8;
  flex-shrink: 0;
}.hng-ft_support_ic_iny svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 30px;
  height: 30px;
}.hng-ft_support_text_title_iny {
  font-weight: 700;
  color: #E8F4FC;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  margin-bottom: 3px;
}.hng-ft_support_text_sub_iny {
  color: #567283;
  font-size: 12px;
  overflow-wrap: break-word;
}.hng-ft_support_btn_iny {
  background: #2AB5E8;
  transition: background .2s;
  padding: 0.688rem 22px;
  border-radius: 0.5rem;
  flex-shrink: 0;
  white-space: nowrap;
  color: #E8F4FC;
  font-weight: 700;
  font-size: 13px;
}.hng-ft_support_btn_iny:hover {
  background: #4ECBF5;
}.hng-ft_support_contacts_iny {
  gap: 16px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.hng-ft_support_contact_iny {
  color: #3E5A6A;
  font-size: 0.75rem;
  line-height: 1.4;
}.hng-ft_support_contact_iny strong {
  color: #7A99AA;
  font-weight: 600;
  margin-bottom: 2px;
  display: block;
  font-size: 11px;
}.hng-ft_main_iny {
  padding: 32px 16px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 769px) {.hng-ft_main_iny {
  padding: 2.5rem 24px 32px;
}
}.hng-ft_main_in_iny {
  gap: 24px;
  margin: 0 auto;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 642px) {.hng-ft_main_in_iny {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.hng-ft_main_in_iny {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.hng-ft_col_logo_iny {
  grid-column: 1/-1;
}
@media(min-width: 1082px) {.hng-ft_col_logo_iny {
  grid-column: auto;
}
}.hng-ft_logo_iny {
  gap: 0.563rem;
  font-size: 1rem;
  align-items: center;
  color: #E8F4FC;
  font-weight: 800;
  display: flex;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  margin-bottom: 12px;
}.hng-ft_logo_mark_iny {
  border-radius: 4px;
  overflow: hidden;
  width: 30px;
  height: 1.875rem;
}.hng-ft_logo_mark_iny img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.hng-ft_logo_sub_iny {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #3E5A6A;
  line-height: 1.55;
  max-width: 12.5rem;
}.hng-ft_col_title_iny {
  font-size: 12px;
  font-weight: 700;
  color: #7A99AA;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: .07em;
}.hng-ft_col_links_iny {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.hng-ft_col_link_iny {
  transition: color .2s;
  color: #3E5A6A;
  overflow-wrap: break-word;
  font-size: 13px;
}.hng-ft_col_link_iny:hover {
  color: #B8CDD9;
}.hng-ft_apps_iny {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.hng-ft_app_card_iny {
  background: rgba(255,255,255,0.05);
  gap: 0.625rem;
  padding: 0.625rem 0.75rem;
  border-radius: 0.25rem;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.09);
  display: flex;
  align-items: center;
}.hng-ft_app_card_iny:hover {
  border-color: rgba(42,181,232,0.45);
}.hng-ft_app_card_ic_iny svg {
  width: 1.375rem;
  stroke-linecap: round;
  height: 1.375rem;
  stroke-linejoin: round;
}.hng-ft_app_card_os_iny {
  font-weight: 600;
  color: #3E5A6A;
  font-size: 10px;
}.hng-ft_app_card_action_iny {
  font-size: 0.75rem;
  font-weight: 700;
  color: #B8CDD9;
}.hng-ft_bot_iny {
  padding: 1.25rem 16px;
}
@media(min-width: 765px) {.hng-ft_bot_iny {
  padding: 1.25rem 1.5rem;
}
}.hng-ft_bot_in_iny {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 82.5rem;
  display: flex;
  align-items: center;
}.hng-ft_socials_iny {
  gap: 0.5rem;
  display: flex;
}.hng-ft_soc_iny {
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.05);
  border-radius: 0.25rem;
  transition: background .2s;
  align-items: center;
  display: flex;
  width: 36px;
  height: 2.25rem;
  justify-content: center;
  color: #7A99AA;
}.hng-ft_soc_iny svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
  height: 16px;
}.hng-ft_soc_iny:hover {
  background: rgba(255,255,255,0.07);
}.hng-ft_legal_iny {
  flex: 1;
  color: #7A8F9C;
  overflow-wrap: break-word;
  font-size: 11px;
  line-height: 1.6;
  min-width: 12.5rem;
}.hng-ft_legal_iny strong {
  font-weight: 700;
  color: #7A99AA;
}.hng-ft_legal_iny a {
  color: #7A99AA;
  text-decoration: underline;
}.hng-ft_age_iny {
  border: 2px solid #7A8F9C;
  border-radius: 50%;
  font-size: 0.688rem;
  display: flex;
  flex-shrink: 0;
  width: 2rem;
  justify-content: center;
  align-items: center;
  height: 32px;
  color: #7A8F9C;
  margin-left: auto;
  font-weight: 800;
}