html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #091918;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  color: #AECFCC;
  font-family: 'Nunito', sans-serif;
}.zbl_layout-uyl {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.zbl_page-uyl {
  display: flex;
  min-height: 100vh;
}.zbl_main-uyl {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media (min-width: 1082px) {.zbl_main-uyl {
  padding-left: 13.75rem;
}
}
@media (max-width: 1076px) {.zbl_main-uyl {
  padding-bottom: 4.5rem;
}
}.zbl_gc-uyl {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  overflow: hidden;
  background: #0D2120;
  transition: transform .2s,border-color .2s;
  cursor: pointer;
  width: 140px;
  position: relative;
  flex-shrink: 0;
}
@media(min-width: 638px) {.zbl_gc-uyl {
  width: 156px;
}
}
@media(min-width: 1077px) {.zbl_gc-uyl {
  width: 168px;
}
}.zbl_gc-uyl:hover {
  transform: translateY(-3px);
  border-color: rgba(46, 207, 186, 0.07);
}.zbl_gc_img-uyl {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.zbl_gc_img-uyl img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}.zbl_gc_hover-uyl {
  transition: opacity .2s;
  background: rgba(5, 14, 13, 0.72);
  inset: 0;
  position: absolute;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}.zbl_gc-uyl:hover .zbl_gc_hover-uyl {
  opacity: 1;
}.zbl_gc_hover_btn-uyl {
  background: #2ECFBA;
  padding: 8px 16px;
  border-radius: 0.5rem;
  color: #E6F8F6;
  font-weight: 700;
  font-size: 12px;
}.zbl_gc_info-uyl {
  padding: 8px 10px 10px;
}.zbl_gc_name-uyl {
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  max-width: 100%;
  color: #AECFCC;
  margin-bottom: 3px;
  text-overflow: ellipsis;
}.zbl_gc_prov-uyl {
  font-size: 10px;
  color: #3E6460;
}.zbl_gc_tag-uyl {
  padding: 2px 7px;
  border-radius: 0.25rem;
  font-weight: 700;
  z-index: 2;
  left: 6px;
  font-size: 9px;
  text-transform: uppercase;
  position: absolute;
  top: 6px;
  letter-spacing: .04em;
}.zbl_gc_tag_hot-uyl {
  background: #EF4444;
  color: #fff;
}.zbl_gc_tag_new-uyl {
  background: #22C55E;
  color: #091918;
}.zbl_gc_tag_jp-uyl {
  background: #F59E0B;
  color: #091918;
}.zbl_gc_tag_ex-uyl {
  background: #1A9E8C;
  color: #fff;
}.zbl_gc_tag_live-uyl {
  background: #EF4444;
  color: #fff;
}.zbl_gr-uyl {
  padding: 2rem 1rem 0;
  background: #091918;
}
@media(min-width: 769px) {.zbl_gr-uyl {
  padding: 36px 24px 0;
}
}.zbl_gr_in-uyl {
  margin: 0 auto;
  max-width: 82.5rem;
}.zbl_gr_head-uyl {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
}.zbl_gr_head_l-uyl {
  gap: 10px;
  flex: 1;
  align-items: center;
  display: flex;
  min-width: 0;
}.zbl_gr_ic-uyl {
  border-radius: 12px;
  width: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
}.zbl_gr_ic-uyl svg {
  height: 1rem;
  width: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.zbl_gr_title-uyl {
  font-weight: 700;
  color: #E6F8F6;
  font-size: 1rem;
  font-family: 'Sora', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.zbl_gr_title-uyl {
  font-size: 18px;
}
}.zbl_gr_more-uyl {
  gap: 0.313rem;
  transition: color .2s;
  white-space: nowrap;
  display: flex;
  font-weight: 600;
  font-size: 12px;
  flex-shrink: 0;
  color: #568580;
  align-items: center;
}.zbl_gr_more-uyl:hover {
  color: #2ECFBA;
}.zbl_gr_more-uyl svg {
  width: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 12px;
}.zbl_gr_arrows-uyl {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.zbl_gr_arr-uyl {
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  width: 1.875rem;
  height: 1.875rem;
  align-items: center;
  justify-content: center;
  color: #7AABA6;
  display: flex;
}.zbl_gr_arr-uyl:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #E6F8F6;
}.zbl_gr_arr-uyl svg {
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
  height: 13px;
}.zbl_gr_seo_h-uyl {
  margin: 0 0 6px;
  font-size: 0.813rem;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  color: #AECFCC;
  max-width: 680px;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.zbl_gr_seo_h-uyl {
  font-size: 14px;
}
}.zbl_gr_seo-uyl {
  margin-bottom: 0.75rem;
  font-size: 12px;
  line-height: 1.55;
  max-width: 680px;
  overflow-wrap: break-word;
  color: #568580;
}.zbl_gr_seo-uyl strong {
  font-weight: 600;
  color: #AECFCC;
}.zbl_gr_scroll-uyl {
  gap: 0.625rem;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 0.625rem;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.zbl_gr_scroll-uyl::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.zbl_gr_scroll-uyl {
  gap: 0.75rem;
}
}.zbl_tb-uyl {
  background: #071615;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  align-items: center;
  position: fixed;
  left: 0;
  display: flex;
  height: 3.5rem;
  top: 0;
  right: 0;
  z-index: 80;
}.zbl_tb_in-uyl {
  padding: 0 0.875rem;
  gap: 0;
  width: 100%;
  align-items: center;
  height: 100%;
  display: flex;
}.zbl_tb_burger-uyl {
  gap: 5px;
  border-radius: 12px;
  align-items: center;
  margin-right: 8px;
  justify-content: center;
  width: 2.375rem;
  height: 38px;
  flex-direction: column;
  display: flex;
  flex-shrink: 0;
}.zbl_tb_burger-uyl:hover {
  background: rgba(255, 255, 255, 0.05);
}.zbl_tb_burger_line-uyl {
  background: #7AABA6;
  border-radius: 1px;
  width: 1.125rem;
  height: 2px;
  display: block;
}
@media(min-width:1080px) {.zbl_tb_burger-uyl {
  display: none;
}
}.zbl_tb_logo-uyl {
  gap: 0.563rem;
  overflow-wrap: break-word;
  margin-right: 20px;
  color: #E6F8F6;
  font-weight: 800;
  letter-spacing: -.01em;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  font-size: 18px;
}.zbl_tb_logo_mark-uyl {
  border-radius: 0.75rem;
  overflow: hidden;
  height: 32px;
  display: flex;
  align-items: center;
  width: 32px;
  justify-content: center;
}.zbl_tb_logo_mark-uyl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.zbl_tb_nav-uyl {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width:640px) {.zbl_tb_nav-uyl {
  display: flex;
}
}.zbl_tb_tab-uyl {
  transition: background .15s,color .15s;
  padding: 0.5rem 14px;
  border-radius: 0.75rem;
  font-size: 13px;
  white-space: nowrap;
  font-weight: 600;
  color: #7AABA6;
}.zbl_tb_tab-uyl:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #E6F8F6;
}.zbl_tb_tab-uyl.zbl_state_active-uyl {
  background: rgba(46, 207, 186, 0.18);
  color: #E6F8F6;
}.zbl_tb_right-uyl {
  gap: 0.5rem;
  margin-left: auto;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.zbl_tb_login-uyl {
  background: rgba(255, 255, 255, 0.05);
  padding: 9px 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  transition: border-color .2s,color .2s;
  font-size: 0.813rem;
  color: #AECFCC;
  font-weight: 600;
  display: none;
}.zbl_tb_login-uyl:hover {
  border-color: rgba(46, 207, 186, 0.38);
  color: #E6F8F6;
}
@media(min-width: 482px) {.zbl_tb_login-uyl {
  display: block;
}
}.zbl_tb_reg-uyl {
  padding: 0.563rem 18px;
  transition: background .2s;
  background: #22C55E;
  border-radius: 12px;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 700;
  color: #071615;
}.zbl_tb_reg-uyl:hover {
  background: #16A34A;
}.zbl_sb-uyl {
  transition: transform .25s ease;
  background: #102927;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  position: fixed;
  overflow-y: auto;
  z-index: 70;
  width: 13.75rem;
  bottom: 0;
  left: 0;
  top: 3.5rem;
}.zbl_sb-uyl.zbl_state_open-uyl {
  transform: translateX(0);
}.zbl_sb-uyl::-webkit-scrollbar {
  width: 0.25rem;
}.zbl_sb-uyl::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width:1080px) {.zbl_sb-uyl {
  transform: translateX(0);
}
}.zbl_sb_auth-uyl {
  padding: 0.875rem 12px 10px;
}.zbl_sb_btn_reg-uyl {
  background: #22C55E;
  padding: 0.688rem;
  border-radius: 0.75rem;
  transition: background .2s;
  color: #071615;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 13px;
  font-weight: 700;
  display: block;
}.zbl_sb_btn_reg-uyl:hover {
  background: #16A34A;
}.zbl_sb_btn_login-uyl {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  color: #AECFCC;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  display: block;
}.zbl_sb_btn_login-uyl:hover {
  border-color: rgba(46, 207, 186, 0.38);
  color: #E6F8F6;
}.zbl_sb_promo-uyl {
  margin: 0 0.75rem 10px;
  border: 1px solid rgba(46, 207, 186, 0.18);
  background: linear-gradient(135deg,#052E2B,#102927);
  border-radius: 12px;
  overflow: hidden;
  padding: 0.75rem 14px;
  position: relative;
}.zbl_sb_promo-uyl::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(46, 207, 186, 0.18),transparent 70%);
  right: -20px;
  content: '';
  top: -1.25rem;
  width: 5rem;
  height: 5rem;
  position: absolute;
}.zbl_sb_promo_title-uyl {
  font-size: 11px;
  margin-bottom: 4px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #2ECFBA;
  font-weight: 700;
}.zbl_sb_promo_text-uyl {
  color: #E6F8F6;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.35;
  overflow-wrap: break-word;
}.zbl_sb_promo_sub-uyl {
  color: #568580;
  margin-top: 3px;
  font-size: 10px;
}.zbl_sb_nav-uyl {
  padding: 6px 0.5rem 1rem;
}.zbl_sb_nav_lb-uyl {
  padding: 0.625rem 8px 0.375rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #3E6460;
}.zbl_sb_link-uyl {
  padding: 9px 10px;
  border-radius: 0.5rem;
  transition: background .15s,color .15s;
  gap: 10px;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  color: #7AABA6;
  align-items: center;
  cursor: pointer;
  overflow-wrap: break-word;
}.zbl_sb_link-uyl:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #E6F8F6;
}.zbl_sb_link-uyl.zbl_state_active-uyl {
  background: rgba(46, 207, 186, 0.18);
  color: #E6F8F6;
}.zbl_sb_ic-uyl {
  border-radius: 8px;
  height: 30px;
  width: 30px;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
}.zbl_sb_ic-uyl svg {
  stroke-linejoin: round;
  height: 16px;
  width: 16px;
  stroke-linecap: round;
}.zbl_sb_ic_1-uyl {
  background: rgba(46, 207, 186, 0.07);
  color: #2ECFBA;
}.zbl_sb_ic_2-uyl {
  background: rgba(34, 197, 94, 0.16);
  color: #22C55E;
}.zbl_sb_ic_3-uyl {
  background: rgba(245, 158, 11, 0.16);
  color: #F59E0B;
}.zbl_sb_ic_4-uyl {
  background: rgba(26, 158, 140, 0.22);
  color: #1A9E8C;
}.zbl_sb_ic_5-uyl {
  background: rgba(46, 207, 186, 0.07);
  color: #F472B6;
}.zbl_sb_ic_6-uyl {
  background: rgba(26, 158, 140, 0.22);
  color: #A855F7;
}.zbl_sb_badge-uyl {
  padding: 2px 7px;
  background: #F59E0B;
  border-radius: 0.5rem;
  color: #071615;
  margin-left: auto;
  font-size: 9px;
  font-weight: 700;
}.zbl_sb_bot-uyl {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  gap: 0.5rem;
  display: flex;
}.zbl_sb_lang-uyl,.zbl_sb_help-uyl {
  gap: 6px;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.563rem 0.375rem;
  border-radius: 8px;
  font-size: 0.688rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7AABA6;
}.zbl_sb_lang-uyl:hover,.zbl_sb_help-uyl:hover {
  border-color: rgba(46, 207, 186, 0.38);
  color: #E6F8F6;
}.zbl_sb_lang-uyl svg,.zbl_sb_help-uyl svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.813rem;
  width: 0.813rem;
}.zbl_sb_bd-uyl {
  background: rgba(5, 14, 13, 0.72);
  inset: 0;
  position: fixed;
  display: none;
  z-index: 69;
}.zbl_sb_bd-uyl.zbl_state_on-uyl {
  display: block;
}
@media(min-width:1080px) {.zbl_sb_bd-uyl {
  display: none!important;
}
}.zbl_mob_nav-uyl {
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  background: #102927;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  right: 0;
  display: flex;
  left: 0;
  position: fixed;
  bottom: 0;
  z-index: 80;
}
@media(min-width: 1078px) {.zbl_mob_nav-uyl {
  display: none;
}
}.zbl_mob_nav_item-uyl {
  gap: 0.25rem;
  padding: 0.25rem 2px;
  flex: 1;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  display: flex;
  color: #3E6460;
}.zbl_mob_nav_ic-uyl {
  line-height: 1;
}.zbl_mob_nav_ic-uyl svg {
  width: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 20px;
}.zbl_mob_nav_lb-uyl {
  font-size: 0.625rem;
  font-weight: 600;
  color: #3E6460;
}.zbl_mob_nav_item-uyl.zbl_state_active-uyl {
  color: #2ECFBA;
}.zbl_mob_nav_item-uyl.zbl_state_active-uyl .zbl_mob_nav_lb-uyl {
  color: #2ECFBA;
}.zbl_hero-uyl {
  padding: 20px 1rem 0;
  background: #091918;
}
@media(min-width: 769px) {.zbl_hero-uyl {
  padding: 1.5rem 24px 0;
}
}.zbl_hero_in-uyl {
  gap: 12px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 861px) {.zbl_hero_in-uyl {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1103px) {.zbl_hero_in-uyl {
  grid-template-columns: 1fr 21.25rem;
}
}.zbl_hero_promo-uyl {
  border-radius: 16px;
  background: #0D2120;
  overflow: hidden;
  align-items: stretch;
  position: relative;
  display: flex;
  min-height: 13.75rem;
}
@media(min-width: 766px) {.zbl_hero_promo-uyl {
  min-height: 17.5rem;
}
}.zbl_hero_promo_bg-uyl {
  background: linear-gradient(120deg,#052E2B 0%,#091918 100%);
  inset: 0;
  background-position: center;
  position: absolute;
  background-size: cover;
}.zbl_hero_promo_bg-uyl::after {
  inset: 0;
  background: linear-gradient(90deg,#091918 0%,rgba(5, 14, 13, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.zbl_hero_promo_glow-uyl {
  background: radial-gradient(circle,rgba(26, 158, 140, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
  width: 300px;
  top: -2.5rem;
  height: 300px;
  right: 3.75rem;
}.zbl_hero_promo_ct-uyl {
  padding: 28px 1.5rem 1.75rem 28px;
  flex-direction: column;
  z-index: 2;
  display: flex;
  position: relative;
  justify-content: center;
  max-width: 30rem;
}
@media(min-width: 771px) {.zbl_hero_promo_ct-uyl {
  padding: 40px 2rem;
}
}.zbl_hero_badge-uyl {
  background: rgba(46, 207, 186, 0.18);
  border: 1px solid rgba(46, 207, 186, 0.07);
  padding: 0.313rem 0.75rem;
  border-radius: 1.5rem;
  text-transform: uppercase;
  font-size: 0.625rem;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: .08em;
  color: #2ECFBA;
}.zbl_hero_h1-uyl {
  font-size: 26px;
  font-weight: 800;
  font-family: 'Sora', sans-serif;
  overflow-wrap: break-word;
  line-height: 1.15;
  margin-bottom: 10px;
  color: #E6F8F6;
}.zbl_hero_h1-uyl em {
  font-style: normal;
  color: #F59E0B;
}
@media(min-width: 767px) {.zbl_hero_h1-uyl {
  font-size: 2.25rem;
}
}.zbl_hero_sub-uyl {
  color: #7AABA6;
  margin-bottom: 1.25rem;
  font-size: 0.813rem;
  line-height: 1.55;
}
@media(min-width: 769px) {.zbl_hero_sub-uyl {
  font-size: 14px;
}
}.zbl_hero_row-uyl {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.zbl_hero_cta-uyl {
  background: #22C55E;
  padding: 13px 1.625rem;
  transition: background .2s;
  border-radius: 12px;
  font-size: 14px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.35), 0 0 0.875rem rgba(34, 197, 94, 0.42);
  color: #071615;
  font-weight: 700;
}.zbl_hero_cta-uyl:hover {
  background: #16A34A;
}.zbl_hero_terms-uyl {
  font-size: 11px;
  color: #3E6460;
}.zbl_hero_game-uyl {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #0D2120;
  position: relative;
  flex-direction: column;
  display: flex;
}.zbl_hero_game_badge-uyl {
  padding: 0.313rem 0.625rem;
  border: 1px solid rgba(245, 158, 11, 0.16);
  border-radius: 1.5rem;
  background: rgba(245, 158, 11, 0.16);
  z-index: 3;
  top: 0.75rem;
  left: 0.75rem;
  position: absolute;
  color: #F59E0B;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
}.zbl_hero_game_badge-uyl svg {
  width: 11px;
  margin-right: 4px;
  height: 0.688rem;
  vertical-align: -1px;
}.zbl_hero_game_img-uyl {
  overflow: hidden;
  background: linear-gradient(135deg,#052E2B,#091918);
  position: relative;
  padding-bottom: 60%;
}.zbl_hero_game_img-uyl img {
  inset: 0;
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}.zbl_hero_game_play-uyl {
  transition: opacity .2s;
  inset: 0;
  background: rgba(5, 14, 13, 0.72);
  justify-content: center;
  opacity: 0;
  align-items: center;
  position: absolute;
  display: flex;
}.zbl_hero_game-uyl:hover .zbl_hero_game_play-uyl {
  opacity: 1;
}.zbl_hero_game_play-uyl span {
  background: #2ECFBA;
  border-radius: 50%;
  width: 3.25rem;
  height: 3.25rem;
  align-items: center;
  display: flex;
  justify-content: center;
}.zbl_hero_game_play-uyl span svg {
  width: 18px;
  height: 1.125rem;
  margin-left: 2px;
}.zbl_hero_game_info-uyl {
  padding: 0.875rem 1rem;
}.zbl_hero_game_title-uyl {
  font-size: 15px;
  color: #E6F8F6;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 4px;
}.zbl_hero_game_provider-uyl {
  font-size: 11px;
  color: #568580;
}.zbl_hero_game_btn-uyl {
  border-radius: 12px;
  background: #2ECFBA;
  margin: 12px 1rem 1rem;
  transition: background .2s;
  padding: 0.688rem;
  font-weight: 700;
  font-size: 13px;
  color: #E6F8F6;
  text-align: center;
  display: block;
}.zbl_hero_game-uyl:hover .zbl_hero_game_btn-uyl {
  background: #1DB8A4;
}.zbl_gr_jp-uyl {
  overflow: hidden;
  background: linear-gradient(135deg,#1A0A30 0%,#0A1A19 100%);
  padding: 20px;
  border-radius: 16px;
  position: relative;
}.zbl_gr_jp-uyl::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(26, 158, 140, 0.22) 0%,transparent 70%);
  position: absolute;
  left: -3.75rem;
  height: 250px;
  width: 15.625rem;
  top: -3.75rem;
  content: '';
}.zbl_gr_jp-uyl::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(245, 158, 11, 0.16) 0%,transparent 70%);
  bottom: -40px;
  height: 12.5rem;
  right: 0;
  content: '';
  position: absolute;
  width: 200px;
}.zbl_gr_jp_head-uyl {
  gap: 16px;
  position: relative;
  z-index: 1;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 16px;
}.zbl_gr_jp_info-uyl {
  flex: 1;
}.zbl_gr_jp_label-uyl {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.375rem;
  color: #A855F7;
  font-size: 11px;
  letter-spacing: .08em;
}.zbl_gr_jp_label-uyl svg {
  stroke-linecap: round;
  height: 14px;
  vertical-align: -2px;
  margin-right: 0.25rem;
  stroke-linejoin: round;
  width: 14px;
}.zbl_gr_jp_amount-uyl {
  line-height: 1;
  color: #E6F8F6;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 2rem;
  font-family: 'Sora', sans-serif;
  margin-bottom: 0.25rem;
}
@media(min-width: 770px) {.zbl_gr_jp_amount-uyl {
  font-size: 2.5rem;
}
}.zbl_gr_jp_amount-uyl span {
  color: #F59E0B;
}.zbl_gr_jp_seo-uyl {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.5;
  max-width: 480px;
  color: #7AABA6;
}.zbl_gr_jp_cta-uyl {
  border: 1px solid rgba(26, 158, 140, 0.22);
  padding: 11px 20px;
  background: rgba(26, 158, 140, 0.22);
  border-radius: 12px;
  transition: background .2s;
  font-weight: 700;
  margin-top: 4px;
  color: #E6F8F6;
  flex-shrink: 0;
  align-self: flex-start;
  position: relative;
  white-space: nowrap;
  z-index: 1;
  font-size: 0.813rem;
}.zbl_gr_jp_cta-uyl:hover {
  background: #1A9E8C;
}.zbl_gcg-uyl {
  padding: 2.25rem 16px 0;
  background: #091918;
}
@media(min-width: 769px) {.zbl_gcg-uyl {
  padding: 44px 1.5rem 0;
}
}.zbl_gcg_in-uyl {
  margin: 0 auto;
  max-width: 82.5rem;
}.zbl_gcg_head-uyl {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}.zbl_gcg_label-uyl {
  color: #2ECFBA;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 11px;
}.zbl_gcg_h2-uyl {
  font-size: 22px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Sora', sans-serif;
  margin-bottom: 0.5rem;
  color: #E6F8F6;
}
@media(min-width:768px) {.zbl_gcg_h2-uyl {
  font-size: 28px;
}
}.zbl_gcg_intro-uyl {
  font-size: 0.813rem;
  line-height: 1.6;
  color: #568580;
}.zbl_gcg_grid-uyl {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.zbl_gcg_grid-uyl {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.zbl_gcg_grid-uyl {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.zbl_gcg_card-uyl {
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 20px;
  border-radius: 16px;
  display: flex;
  cursor: pointer;
  min-height: 240px;
  position: relative;
  justify-content: flex-end;
  flex-direction: column;
}.zbl_gcg_card-uyl:hover {
  border-color: rgba(46, 207, 186, 0.18);
  transform: translateY(-3px);
}.zbl_gcg_card_bg-uyl {
  inset: 0;
  position: absolute;
  z-index: 0;
}.zbl_gcg_card_bg-uyl::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.zbl_gcg_card_ic-uyl {
  border-radius: 0.5rem;
  background: rgba(0,0,0,.45);
  right: 18px;
  justify-content: center;
  display: flex;
  z-index: 2;
  align-items: center;
  width: 2.5rem;
  height: 40px;
  color: #E6F8F6;
  top: 1.125rem;
  position: absolute;
}.zbl_gcg_card_ic-uyl svg {
  stroke-linejoin: round;
  width: 20px;
  height: 20px;
  stroke-linecap: round;
}.zbl_gcg_card_ct-uyl {
  z-index: 1;
  position: relative;
}.zbl_gcg_card_h-uyl {
  color: #E6F8F6;
  margin-bottom: 8px;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-size: 18px;
  font-weight: 800;
  font-family: 'Sora', sans-serif;
}
@media(min-width: 765px) {.zbl_gcg_card_h-uyl {
  font-size: 1.25rem;
}
}.zbl_gcg_card_p-uyl {
  line-height: 1.55;
  font-size: 12px;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  color: rgba(255,255,255,.82);
}.zbl_gcg_card_p-uyl strong {
  font-weight: 600;
  color: #E6F8F6;
}.zbl_gcg_card_cta-uyl {
  gap: 0.25rem;
  display: inline-flex;
  align-items: center;
  color: #2ECFBA;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 12px;
  font-weight: 700;
}.zbl_gcg_card_cta-uyl svg {
  stroke-linejoin: round;
  height: 0.75rem;
  stroke-linecap: round;
  width: 12px;
}.zbl_ws-uyl {
  background: #091918;
  padding: 2rem 16px 0;
}
@media(min-width: 770px) {.zbl_ws-uyl {
  padding: 36px 24px 0;
}
}.zbl_ws_in-uyl {
  margin: 0 auto;
  max-width: 1320px;
}.zbl_ws_head-uyl {
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
}.zbl_ws_title-uyl {
  gap: 0.625rem;
  flex-wrap: wrap;
  font-weight: 700;
  overflow-wrap: break-word;
  display: flex;
  color: #E6F8F6;
  font-size: 16px;
  align-items: center;
  font-family: 'Sora', sans-serif;
}.zbl_ws_title_ic-uyl svg {
  width: 1.125rem;
  color: #F59E0B;
  stroke-linejoin: round;
  height: 1.125rem;
  stroke-linecap: round;
}.zbl_ws_online-uyl {
  gap: 0.438rem;
  color: #568580;
  align-items: center;
  font-size: 0.75rem;
  display: flex;
  font-weight: 600;
}.zbl_ws_online_dot-uyl {
  background: #22C55E;
  border-radius: 50%;
  height: 8px;
  flex-shrink: 0;
  box-shadow: 0 0 0.375rem rgba(34, 197, 94, 0.16);
  width: 0.5rem;
}.zbl_ws_scroll-uyl {
  gap: 0.5rem;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 0.5rem;
}.zbl_ws_scroll-uyl::-webkit-scrollbar {
  display: none;
}.zbl_wc-uyl {
  gap: 10px;
  border-radius: 12px;
  background: #0D2120;
  padding: 10px 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  align-items: center;
  display: flex;
  flex-shrink: 0;
  min-width: 13.75rem;
}.zbl_wc_img-uyl {
  background: #102927;
  border-radius: 0.5rem;
  overflow: hidden;
  height: 36px;
  flex-shrink: 0;
  width: 2.25rem;
}.zbl_wc_img-uyl img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.zbl_wc_info-uyl {
  min-width: 0;
}.zbl_wc_game-uyl {
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  font-size: 12px;
  text-overflow: ellipsis;
  color: #AECFCC;
}.zbl_wc_player-uyl {
  overflow: hidden;
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #3E6460;
}.zbl_wc_amount-uyl {
  font-weight: 700;
  flex-shrink: 0;
  color: #22C55E;
  margin-left: auto;
  white-space: nowrap;
  font-size: 13px;
}.zbl_app-uyl {
  background: #091918;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.zbl_app-uyl {
  padding: 44px 24px 0;
}
}.zbl_app_in-uyl {
  margin: 0 auto;
  max-width: 82.5rem;
}.zbl_app_head-uyl {
  margin-bottom: 16px;
}.zbl_app_label-uyl {
  margin-bottom: 8px;
  color: #2ECFBA;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
}.zbl_app_h2-uyl {
  color: #E6F8F6;
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Sora', sans-serif;
  margin-bottom: 0.375rem;
}
@media(min-width: 767px) {.zbl_app_h2-uyl {
  font-size: 24px;
}
}.zbl_app_sub-uyl {
  line-height: 1.6;
  max-width: 37.5rem;
  color: #568580;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.zbl_app_sub-uyl strong {
  font-weight: 700;
  color: #AECFCC;
}.zbl_app_cards-uyl {
  gap: 0.625rem;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.zbl_app_cards-uyl {
  grid-template-columns: repeat(3,1fr);
}
}.zbl_app_card-uyl {
  padding: 1.25rem;
  border-radius: 12px;
  overflow: hidden;
  gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  display: flex;
}.zbl_app_card_ios-uyl {
  background: linear-gradient(135deg,rgba(46, 207, 186, 0.18) 0%,#102927 100%);
}.zbl_app_card_android-uyl {
  background: linear-gradient(135deg,rgba(34, 197, 94, 0.16) 0%,#102927 100%);
}.zbl_app_card_win-uyl {
  background: linear-gradient(135deg,rgba(245, 158, 11, 0.16) 0%,#102927 100%);
}.zbl_app_card_ic-uyl svg {
  height: 2.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 2.125rem;
}.zbl_app_card_ic-uyl {
  flex-shrink: 0;
  color: #E6F8F6;
}.zbl_app_card_os-uyl {
  color: #568580;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: .08em;
  font-size: 10px;
}.zbl_app_card_title-uyl {
  color: #E6F8F6;
  font-size: 15px;
  overflow-wrap: break-word;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6px;
}.zbl_app_card_text-uyl {
  font-size: 12px;
  color: #568580;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.5;
}.zbl_app_card_btn-uyl {
  border-radius: 8px;
  border: 1px solid rgba(46, 207, 186, 0.38);
  gap: 0.438rem;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 18px;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #E6F8F6;
  display: inline-flex;
}.zbl_app_card_btn-uyl:hover {
  background: rgba(255, 255, 255, 0.07);
}.zbl_reg-uyl {
  background: #091918;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.zbl_reg-uyl {
  padding: 2.75rem 24px 0;
}
}.zbl_reg_in-uyl {
  border-radius: 16px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.75rem 24px;
  background: #102927;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.zbl_reg_in-uyl {
  padding: 40px;
}
}.zbl_reg_top-uyl {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.zbl_reg_top-uyl {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.zbl_reg_label-uyl {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #2ECFBA;
  font-weight: 700;
  margin-bottom: 0.625rem;
}.zbl_reg_h2-uyl {
  margin-bottom: 12px;
  font-size: 1.375rem;
  font-weight: 800;
  font-family: 'Sora', sans-serif;
  overflow-wrap: break-word;
  line-height: 1.2;
  color: #E6F8F6;
}
@media(min-width: 769px) {.zbl_reg_h2-uyl {
  font-size: 28px;
}
}.zbl_reg_bonus-uyl {
  gap: 0.5rem;
  background: rgba(245, 158, 11, 0.16);
  border: 1px solid rgba(245, 158, 11, 0.16);
  padding: 0.625rem 16px;
  border-radius: 12px;
  margin-bottom: 1rem;
  align-items: center;
  display: inline-flex;
}.zbl_reg_bonus_amount-uyl {
  color: #F59E0B;
  font-size: 20px;
  font-weight: 800;
}.zbl_reg_bonus_text-uyl {
  font-size: 0.813rem;
  color: #7AABA6;
  line-height: 1.35;
}.zbl_reg_cta_btn-uyl {
  background: #22C55E;
  border-radius: 0.75rem;
  transition: background .2s;
  padding: 14px 2rem;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 15px;
  color: #071615;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.35), 0 0 14px rgba(34, 197, 94, 0.42);
  display: inline-block;
}.zbl_reg_cta_btn-uyl:hover {
  background: #16A34A;
}.zbl_reg_terms-uyl {
  font-size: 11px;
  color: #3E6460;
  line-height: 1.5;
}.zbl_reg_seo-uyl {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  padding-top: 20px;
  color: #568580;
  margin-top: 1.25rem;
  font-size: 0.813rem;
  line-height: 1.65;
}.zbl_reg_seo-uyl p {
  font-size: 0.813rem;
  margin-bottom: 0.625rem;
  color: #568580;
  line-height: 1.65;
}.zbl_reg_seo-uyl p:last-child {
  margin-bottom: 0;
}.zbl_reg_seo-uyl strong {
  color: #AECFCC;
  font-weight: 700;
}.zbl_reg_seo-uyl a {
  transition: color .2s;
  color: #2ECFBA;
  text-decoration: underline;
}.zbl_reg_seo-uyl a:hover {
  color: #1DB8A4;
}.zbl_reg_seo-uyl ul,.zbl_reg_seo-uyl ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.zbl_reg_seo-uyl ol {
  list-style: decimal;
}.zbl_reg_seo-uyl li {
  margin-bottom: 0.25rem;
  line-height: 1.65;
  color: #568580;
  font-size: 0.813rem;
}.zbl_reg_seo-uyl table {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 767px) {.zbl_reg_seo-uyl table {
  display: table;
}
}.zbl_reg_seo-uyl th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  color: #AECFCC;
  text-align: left;
  font-weight: 700;
}.zbl_reg_seo-uyl td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #568580;
}.zbl_reg_steps-uyl {
  gap: 14px;
  flex-direction: column;
  display: flex;
  margin-top: 28px;
}
@media(min-width: 858px) {.zbl_reg_steps-uyl {
  margin-top: 0;
}
}.zbl_reg_step-uyl {
  border-radius: 0.75rem;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.zbl_reg_step_num-uyl {
  border: 1px solid rgba(46, 207, 186, 0.07);
  background: rgba(46, 207, 186, 0.18);
  border-radius: 50%;
  justify-content: center;
  font-size: 0.875rem;
  height: 34px;
  display: flex;
  width: 34px;
  color: #2ECFBA;
  flex-shrink: 0;
  font-weight: 800;
  align-items: center;
}.zbl_reg_step_title-uyl {
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 14px;
  color: #E6F8F6;
}.zbl_reg_step_text-uyl {
  line-height: 1.5;
  color: #568580;
  font-size: 0.75rem;
}.zbl_reg_trust-uyl {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  flex-wrap: wrap;
  padding-top: 20px;
  margin-top: 1.25rem;
  display: flex;
}.zbl_reg_trust_item-uyl {
  gap: 0.438rem;
  color: #568580;
  align-items: center;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  display: flex;
}.zbl_reg_trust_ic-uyl svg {
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  width: 1rem;
  color: #2ECFBA;
}.zbl_bon-uyl {
  background: #091918;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.zbl_bon-uyl {
  padding: 44px 1.5rem 0;
}
}.zbl_bon_in-uyl {
  margin: 0 auto;
  max-width: 1320px;
}.zbl_bon_head-uyl {
  margin-bottom: 20px;
}.zbl_bon_label-uyl {
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  color: #2ECFBA;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.zbl_bon_h2-uyl {
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #E6F8F6;
  font-family: 'Sora', sans-serif;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 769px) {.zbl_bon_h2-uyl {
  font-size: 1.5rem;
}
}.zbl_bon_seo-uyl {
  font-size: 0.813rem;
  color: #568580;
  max-width: 38.75rem;
  line-height: 1.6;
  overflow-wrap: break-word;
}.zbl_bon_seo-uyl strong {
  color: #AECFCC;
  font-weight: 700;
}.zbl_bon_seo-uyl a {
  color: #2ECFBA;
  text-decoration: underline;
}.zbl_bon_grid-uyl {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 643px) {.zbl_bon_grid-uyl {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.zbl_bon_grid-uyl {
  grid-template-columns: repeat(5,1fr);
}
}.zbl_bon_card-uyl {
  transition: border-color .2s,transform .2s;
  border-radius: 12px;
  background: #0D2120;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1rem;
}.zbl_bon_card-uyl:hover {
  transform: translateY(-2px);
  border-color: rgba(46, 207, 186, 0.07);
}.zbl_bon_card_ic-uyl svg {
  height: 1.625rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 26px;
}.zbl_bon_card_ic-uyl {
  margin-bottom: 10px;
}.zbl_bon_card_type-uyl {
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: .06em;
  color: #568580;
  text-transform: uppercase;
  font-size: 10px;
}.zbl_bon_card_amount-uyl {
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.1;
  margin-bottom: 0.375rem;
  color: #F59E0B;
}.zbl_bon_card_name-uyl {
  overflow-wrap: break-word;
  color: #E6F8F6;
  font-weight: 600;
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
}.zbl_bon_card_detail-uyl {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #3E6460;
  padding-top: 0.5rem;
  font-size: 11px;
  line-height: 1.5;
  overflow-wrap: break-word;
}.zbl_htp-uyl {
  padding: 2.25rem 16px 0;
  background: #091918;
}
@media(min-width: 770px) {.zbl_htp-uyl {
  padding: 2.75rem 1.5rem 0;
}
}.zbl_htp_in-uyl {
  margin: 0 auto;
  max-width: 82.5rem;
}.zbl_htp_head-uyl {
  max-width: 45rem;
  margin-bottom: 22px;
}.zbl_htp_label-uyl {
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0.5rem;
  color: #2ECFBA;
}.zbl_htp_h2-uyl {
  font-weight: 800;
  font-size: 1.375rem;
  overflow-wrap: break-word;
  font-family: 'Sora', sans-serif;
  margin-bottom: 8px;
  color: #E6F8F6;
}
@media(min-width:768px) {.zbl_htp_h2-uyl {
  font-size: 1.75rem;
}
}.zbl_htp_intro-uyl {
  font-size: 0.875rem;
  color: #568580;
  line-height: 1.6;
}.zbl_htp_steps-uyl {
  margin: 0;
  gap: 0.75rem;
  padding: 0;
  list-style: none;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.zbl_htp_steps-uyl {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.zbl_htp_steps-uyl {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.zbl_htp_step-uyl {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #102927;
  padding: 20px 1.125rem 1.125rem;
  display: flex;
  position: relative;
  flex-direction: column;
}.zbl_htp_step_num-uyl {
  border-radius: 50%;
  background: #2ECFBA;
  top: -12px;
  justify-content: center;
  left: 1.25rem;
  color: #071615;
  font-size: 0.813rem;
  display: flex;
  position: absolute;
  height: 28px;
  width: 28px;
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  align-items: center;
}.zbl_htp_step_ic-uyl {
  background: rgba(46, 207, 186, 0.18);
  margin: 0.5rem 0 12px;
  border-radius: 8px;
  justify-content: center;
  color: #2ECFBA;
  width: 2.25rem;
  height: 36px;
  align-items: center;
  display: flex;
}.zbl_htp_step_ic-uyl svg {
  height: 1.125rem;
  width: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.zbl_htp_step_h-uyl {
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #E6F8F6;
  font-size: 0.875rem;
}.zbl_htp_step_p-uyl {
  overflow-wrap: break-word;
  color: #568580;
  line-height: 1.55;
  font-size: 0.813rem;
}.zbl_htp_step_p-uyl strong {
  font-weight: 600;
  color: #AECFCC;
}.zbl_htp_cta-uyl {
  background: #22C55E;
  transition: background .2s;
  border-radius: 12px;
  padding: 0.813rem 26px;
  margin-top: 1.25rem;
  display: inline-block;
  color: #071615;
  font-size: 14px;
  font-weight: 700;
}.zbl_htp_cta-uyl:hover {
  background: #16A34A;
}.zbl_prov-uyl {
  padding: 2.25rem 16px 0;
  background: #091918;
}
@media(min-width: 769px) {.zbl_prov-uyl {
  padding: 44px 1.5rem 0;
}
}.zbl_prov_in-uyl {
  margin: 0 auto;
  max-width: 82.5rem;
}.zbl_prov_head-uyl {
  margin-bottom: 1rem;
}.zbl_prov_label-uyl {
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #2ECFBA;
  font-size: 0.688rem;
}.zbl_prov_h2-uyl {
  font-family: 'Sora', sans-serif;
  font-size: 1.25rem;
  color: #E6F8F6;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 800;
}
@media(min-width: 770px) {.zbl_prov_h2-uyl {
  font-size: 24px;
}
}.zbl_prov_seo-uyl {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #568580;
  max-width: 38.75rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}.zbl_prov_seo-uyl strong {
  color: #AECFCC;
  font-weight: 700;
}.zbl_prov_seo-uyl a {
  text-decoration: underline;
  color: #2ECFBA;
}.zbl_prov_grid-uyl {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 643px) {.zbl_prov_grid-uyl {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1082px) {.zbl_prov_grid-uyl {
  grid-template-columns: repeat(8,1fr);
}
}.zbl_prov_card-uyl {
  gap: 7px;
  padding: 0.875rem 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,background .2s;
  background: #0D2120;
  flex-direction: column;
  cursor: pointer;
  display: flex;
  align-items: center;
}.zbl_prov_card-uyl:hover {
  border-color: rgba(46, 207, 186, 0.38);
  background: #102927;
}.zbl_prov_logo-uyl {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
}.zbl_prov_logo-uyl img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.zbl_prov_name-uyl {
  font-size: 11px;
  font-weight: 600;
  overflow-wrap: break-word;
  text-align: center;
  color: #7AABA6;
}.zbl_seo-uyl {
  padding: 2.25rem 16px 0;
  background: #091918;
}
@media(min-width: 766px) {.zbl_seo-uyl {
  padding: 44px 1.5rem 0;
}
}.zbl_seo_in-uyl {
  padding: 28px 1.5rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: #102927;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.zbl_seo_in-uyl {
  padding: 2.25rem 40px;
}
}.zbl_seo_label-uyl {
  letter-spacing: .08em;
  color: #2ECFBA;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-size: 11px;
}.zbl_seo_h2-uyl {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  line-height: 1.25;
  font-family: 'Sora', sans-serif;
  color: #E6F8F6;
  font-weight: 800;
  margin-bottom: 14px;
}
@media(min-width: 771px) {.zbl_seo_h2-uyl {
  font-size: 24px;
}
}.zbl_seo_body-uyl {
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #7AABA6;
}.zbl_seo_body-uyl p {
  margin-bottom: 0.75rem;
  font-size: 14px;
  color: #7AABA6;
  line-height: 1.75;
}.zbl_seo_body-uyl p:last-child {
  margin-bottom: 0;
}.zbl_seo_body-uyl strong {
  font-weight: 700;
  color: #AECFCC;
}.zbl_seo_body-uyl a {
  transition: color .2s;
  color: #2ECFBA;
  text-decoration: underline;
}.zbl_seo_body-uyl a:hover {
  color: #1DB8A4;
}.zbl_seo_body-uyl ul,.zbl_seo_body-uyl ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.zbl_seo_body-uyl ol {
  list-style: decimal;
}.zbl_seo_body-uyl li {
  margin-bottom: 6px;
  line-height: 1.75;
  color: #7AABA6;
  font-size: 14px;
}.zbl_seo_body-uyl table {
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  font-size: 13px;
  width: 100%;
  margin-bottom: 12px;
}
@media(min-width: 771px) {.zbl_seo_body-uyl table {
  display: table;
}
}.zbl_seo_body-uyl th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #AECFCC;
}.zbl_seo_body-uyl td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7AABA6;
}.zbl_seo_cols-uyl {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 642px) {.zbl_seo_cols-uyl {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.zbl_seo_cols-uyl {
  grid-template-columns: repeat(3,1fr);
}
}.zbl_seo_col_h-uyl {
  color: #AECFCC;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-weight: 700;
}.zbl_seo_col_p-uyl {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #568580;
  font-size: 13px;
}.zbl_seo_stats-uyl {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.zbl_seo_stat-uyl {
  background: rgba(46, 207, 186, 0.07);
  border: 1px solid rgba(46, 207, 186, 0.18);
  padding: 14px 1rem;
  flex: 1;
  border-radius: 0.75rem;
  min-width: 8.75rem;
}.zbl_seo_stat_val-uyl {
  font-size: 1.25rem;
  color: #2ECFBA;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 800;
}.zbl_seo_stat_lb-uyl {
  font-size: 11px;
  color: #568580;
  overflow-wrap: break-word;
}.zbl_faq-uyl {
  padding: 36px 16px 0;
  background: #091918;
}
@media(min-width: 766px) {.zbl_faq-uyl {
  padding: 2.75rem 24px 0;
}
}.zbl_faq_in-uyl {
  margin: 0 auto;
  max-width: 82.5rem;
}.zbl_faq_head-uyl {
  margin-bottom: 1.25rem;
}.zbl_faq_label-uyl {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #2ECFBA;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.zbl_faq_h2-uyl {
  font-weight: 800;
  font-family: 'Sora', sans-serif;
  color: #E6F8F6;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 765px) {.zbl_faq_h2-uyl {
  font-size: 1.5rem;
}
}.zbl_faq_list-uyl {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.zbl_faq_item-uyl {
  background: #102927;
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.zbl_faq_q-uyl {
  transition: color .2s;
  padding: 1rem 1.25rem;
  gap: 0.75rem;
  font-size: 0.875rem;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  overflow-wrap: break-word;
  display: flex;
  color: #AECFCC;
  justify-content: space-between;
}.zbl_faq_q-uyl:hover {
  color: #E6F8F6;
}.zbl_faq_q_ic-uyl {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  color: #2ECFBA;
  height: 24px;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
  width: 24px;
  flex-shrink: 0;
}.zbl_faq_item-uyl.zbl_state_open-uyl .zbl_faq_q_ic-uyl {
  transform: rotate(45deg);
}.zbl_faq_a-uyl {
  padding: 0 1.25rem 16px;
  line-height: 1.7;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #568580;
  display: none;
}.zbl_faq_item-uyl.zbl_state_open-uyl .zbl_faq_a-uyl {
  display: block;
}.zbl_faq_a-uyl strong {
  color: #AECFCC;
  font-weight: 700;
}.zbl_faq_a-uyl a {
  color: #2ECFBA;
  text-decoration: underline;
}.zbl_faq_a-uyl ul,.zbl_faq_a-uyl ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.zbl_faq_a-uyl ol {
  list-style: decimal;
}.zbl_faq_a-uyl li {
  line-height: 1.6;
  margin-bottom: 4px;
}.zbl_faq_a-uyl table {
  margin: 8px 0;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.75rem;
  overflow-x: auto;
  display: block;
}
@media(min-width:768px) {.zbl_faq_a-uyl table {
  display: table;
}
}.zbl_faq_a-uyl th {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #AECFCC;
  text-align: left;
  font-weight: 700;
}.zbl_faq_a-uyl td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #568580;
}.zbl_seo-uyl {
  padding: 2.25rem 16px 0;
  background: #091918;
}
@media(min-width: 766px) {.zbl_seo-uyl {
  padding: 2.75rem 1.5rem 0;
}
}.zbl_seo_in-uyl {
  padding: 1.75rem 1.5rem;
  background: #102927;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 771px) {.zbl_seo_in-uyl {
  padding: 36px 40px;
}
}.zbl_seo_label-uyl {
  font-size: 0.688rem;
  color: #2ECFBA;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}.zbl_seo_h2-uyl {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
  font-family: 'Sora', sans-serif;
  margin-bottom: 0.875rem;
  color: #E6F8F6;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.zbl_seo_h2-uyl {
  font-size: 24px;
}
}.zbl_seo_body-uyl {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #7AABA6;
}.zbl_seo_body-uyl p {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  color: #7AABA6;
  line-height: 1.75;
}.zbl_seo_body-uyl p:last-child {
  margin-bottom: 0;
}.zbl_seo_body-uyl strong {
  font-weight: 700;
  color: #AECFCC;
}.zbl_seo_body-uyl a {
  transition: color .2s;
  text-decoration: underline;
  color: #2ECFBA;
}.zbl_seo_body-uyl a:hover {
  color: #1DB8A4;
}.zbl_seo_body-uyl ul,.zbl_seo_body-uyl ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.zbl_seo_body-uyl ol {
  list-style: decimal;
}.zbl_seo_body-uyl li {
  color: #7AABA6;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 6px;
}.zbl_seo_body-uyl table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 0.75rem;
}
@media(min-width: 765px) {.zbl_seo_body-uyl table {
  display: table;
}
}.zbl_seo_body-uyl th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #AECFCC;
}.zbl_seo_body-uyl td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7AABA6;
}.zbl_seo_cols-uyl {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 639px) {.zbl_seo_cols-uyl {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.zbl_seo_cols-uyl {
  grid-template-columns: repeat(3,1fr);
}
}.zbl_seo_col_h-uyl {
  font-size: 13px;
  color: #AECFCC;
  font-weight: 700;
  margin-bottom: 7px;
  overflow-wrap: break-word;
}.zbl_seo_col_p-uyl {
  color: #568580;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.zbl_seo_stats-uyl {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.zbl_seo_stat-uyl {
  border-radius: 12px;
  border: 1px solid rgba(46, 207, 186, 0.18);
  background: rgba(46, 207, 186, 0.07);
  padding: 0.875rem 16px;
  flex: 1;
  min-width: 8.75rem;
}.zbl_seo_stat_val-uyl {
  margin-bottom: 0.25rem;
  color: #2ECFBA;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
}.zbl_seo_stat_lb-uyl {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #568580;
}.zbl_seo-uyl {
  background: #091918;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.zbl_seo-uyl {
  padding: 2.75rem 24px 0;
}
}.zbl_seo_in-uyl {
  margin: 0 auto;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #102927;
  border-radius: 1rem;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.zbl_seo_in-uyl {
  padding: 2.25rem 40px;
}
}.zbl_seo_label-uyl {
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-weight: 700;
  color: #2ECFBA;
  text-transform: uppercase;
}.zbl_seo_h2-uyl {
  color: #E6F8F6;
  line-height: 1.25;
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.zbl_seo_h2-uyl {
  font-size: 24px;
}
}.zbl_seo_body-uyl {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #7AABA6;
  font-size: 0.875rem;
}.zbl_seo_body-uyl p {
  margin-bottom: 12px;
  color: #7AABA6;
  font-size: 0.875rem;
  line-height: 1.75;
}.zbl_seo_body-uyl p:last-child {
  margin-bottom: 0;
}.zbl_seo_body-uyl strong {
  color: #AECFCC;
  font-weight: 700;
}.zbl_seo_body-uyl a {
  transition: color .2s;
  text-decoration: underline;
  color: #2ECFBA;
}.zbl_seo_body-uyl a:hover {
  color: #1DB8A4;
}.zbl_seo_body-uyl ul,.zbl_seo_body-uyl ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.zbl_seo_body-uyl ol {
  list-style: decimal;
}.zbl_seo_body-uyl li {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #7AABA6;
  margin-bottom: 0.375rem;
}.zbl_seo_body-uyl table {
  font-size: 0.813rem;
  width: 100%;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 12px;
}
@media(min-width:768px) {.zbl_seo_body-uyl table {
  display: table;
}
}.zbl_seo_body-uyl th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  text-align: left;
  color: #AECFCC;
  font-weight: 700;
}.zbl_seo_body-uyl td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7AABA6;
}.zbl_seo_cols-uyl {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 643px) {.zbl_seo_cols-uyl {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.zbl_seo_cols-uyl {
  grid-template-columns: repeat(3,1fr);
}
}.zbl_seo_col_h-uyl {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  color: #AECFCC;
}.zbl_seo_col_p-uyl {
  line-height: 1.65;
  color: #568580;
  overflow-wrap: break-word;
  font-size: 13px;
}.zbl_seo_stats-uyl {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.zbl_seo_stat-uyl {
  padding: 0.875rem 1rem;
  border: 1px solid rgba(46, 207, 186, 0.18);
  flex: 1;
  background: rgba(46, 207, 186, 0.07);
  border-radius: 12px;
  min-width: 140px;
}.zbl_seo_stat_val-uyl {
  overflow-wrap: break-word;
  color: #2ECFBA;
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 1.25rem;
}.zbl_seo_stat_lb-uyl {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #568580;
}.zbl_rv-uyl {
  background: #091918;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.zbl_rv-uyl {
  padding: 44px 1.5rem 0;
}
}.zbl_rv_in-uyl {
  margin: 0 auto;
  max-width: 1320px;
}.zbl_rv_head-uyl {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.zbl_rv_label-uyl {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #2ECFBA;
  font-size: 11px;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.zbl_rv_h2-uyl {
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  color: #E6F8F6;
  margin-bottom: 10px;
}
@media(min-width: 769px) {.zbl_rv_h2-uyl {
  font-size: 1.75rem;
}
}.zbl_rv_stats-uyl {
  gap: 1.125rem;
  font-size: 13px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  color: #568580;
}.zbl_rv_stats_score-uyl {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.zbl_rv_stats_score_val-uyl {
  font-family: 'Sora', sans-serif;
  color: #F59E0B;
  font-weight: 800;
  font-size: 22px;
}.zbl_rv_stats_score_max-uyl {
  color: #3E6460;
  font-size: 0.813rem;
}.zbl_rv_stats_badge-uyl {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.zbl_rv_stats_badge-uyl svg {
  height: 14px;
  color: #F59E0B;
  width: 0.875rem;
}.zbl_rv_grid-uyl {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.zbl_rv_grid-uyl {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.zbl_rv_grid-uyl {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.zbl_rv_card-uyl {
  background: #102927;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.75rem;
  flex-direction: column;
  display: flex;
}.zbl_rv_card_stars-uyl {
  gap: 2px;
  display: flex;
  color: #F59E0B;
  margin-bottom: 10px;
}.zbl_rv_card_stars-uyl svg {
  height: 14px;
  width: 0.875rem;
}.zbl_rv_card_h-uyl {
  font-weight: 700;
  overflow-wrap: break-word;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: #E6F8F6;
}.zbl_rv_card_body-uyl {
  flex: 1;
  color: #568580;
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}.zbl_rv_card_body-uyl strong {
  color: #AECFCC;
  font-weight: 600;
}.zbl_rv_card_meta-uyl {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}.zbl_rv_card_author-uyl {
  color: #AECFCC;
  font-size: 0.75rem;
  font-weight: 600;
}.zbl_rv_card_date-uyl {
  color: #3E6460;
  font-size: 0.688rem;
}.zbl_ft-uyl {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #050E0D;
  margin-top: 3rem;
}.zbl_ft_support-uyl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width:768px) {.zbl_ft_support-uyl {
  padding: 1.75rem 1.5rem;
}
}.zbl_ft_support_in-uyl {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1320px;
}.zbl_ft_support_main-uyl {
  flex: 1;
  gap: 1rem;
  min-width: 13.75rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.zbl_ft_support_ic-uyl {
  color: #2ECFBA;
  flex-shrink: 0;
}.zbl_ft_support_ic-uyl svg {
  height: 1.875rem;
  width: 30px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.zbl_ft_support_text_title-uyl {
  font-size: 15px;
  overflow-wrap: break-word;
  color: #E6F8F6;
  margin-bottom: 3px;
  font-weight: 700;
}.zbl_ft_support_text_sub-uyl {
  overflow-wrap: break-word;
  color: #568580;
  font-size: 12px;
}.zbl_ft_support_btn-uyl {
  padding: 0.688rem 1.375rem;
  background: #2ECFBA;
  transition: background .2s;
  border-radius: 0.75rem;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.813rem;
  color: #E6F8F6;
}.zbl_ft_support_btn-uyl:hover {
  background: #1DB8A4;
}.zbl_ft_support_contacts-uyl {
  gap: 1rem;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.zbl_ft_support_contact-uyl {
  color: #3E6460;
  line-height: 1.4;
  font-size: 0.75rem;
}.zbl_ft_support_contact-uyl strong {
  margin-bottom: 2px;
  font-size: 0.688rem;
  display: block;
  color: #7AABA6;
  font-weight: 600;
}.zbl_ft_main-uyl {
  padding: 2rem 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.zbl_ft_main-uyl {
  padding: 40px 1.5rem 2rem;
}
}.zbl_ft_main_in-uyl {
  margin: 0 auto;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 643px) {.zbl_ft_main_in-uyl {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.zbl_ft_main_in-uyl {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.zbl_ft_col_logo-uyl {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.zbl_ft_col_logo-uyl {
  grid-column: auto;
}
}.zbl_ft_logo-uyl {
  gap: 9px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #E6F8F6;
  margin-bottom: 12px;
}.zbl_ft_logo_mark-uyl {
  border-radius: 0.5rem;
  overflow: hidden;
  height: 1.875rem;
  width: 30px;
}.zbl_ft_logo_mark-uyl img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.zbl_ft_logo_sub-uyl {
  line-height: 1.55;
  font-size: 0.75rem;
  color: #3E6460;
  max-width: 200px;
  overflow-wrap: break-word;
}.zbl_ft_col_title-uyl {
  letter-spacing: .07em;
  color: #7AABA6;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  font-weight: 700;
  font-size: 12px;
}.zbl_ft_col_links-uyl {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.zbl_ft_col_link-uyl {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #3E6460;
  font-size: 13px;
}.zbl_ft_col_link-uyl:hover {
  color: #AECFCC;
}.zbl_ft_apps-uyl {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.zbl_ft_app_card-uyl {
  padding: 10px 0.75rem;
  transition: border-color .2s;
  gap: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  align-items: center;
}.zbl_ft_app_card-uyl:hover {
  border-color: rgba(46, 207, 186, 0.38);
}.zbl_ft_app_card_ic-uyl svg {
  stroke-linecap: round;
  width: 1.375rem;
  height: 22px;
  stroke-linejoin: round;
}.zbl_ft_app_card_os-uyl {
  font-size: 0.625rem;
  color: #3E6460;
  font-weight: 600;
}.zbl_ft_app_card_action-uyl {
  font-size: 12px;
  color: #AECFCC;
  font-weight: 700;
}.zbl_ft_bot-uyl {
  padding: 1.25rem 1rem;
}
@media(min-width: 765px) {.zbl_ft_bot-uyl {
  padding: 20px 1.5rem;
}
}.zbl_ft_bot_in-uyl {
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  max-width: 82.5rem;
  flex-wrap: wrap;
  display: flex;
}.zbl_ft_socials-uyl {
  gap: 0.5rem;
  display: flex;
}.zbl_ft_soc-uyl {
  transition: background .2s;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  justify-content: center;
  width: 2.25rem;
  color: #7AABA6;
  align-items: center;
  height: 2.25rem;
}.zbl_ft_soc-uyl svg {
  width: 16px;
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.zbl_ft_soc-uyl:hover {
  background: rgba(255, 255, 255, 0.07);
}.zbl_ft_legal-uyl {
  flex: 1;
  min-width: 12.5rem;
  overflow-wrap: break-word;
  font-size: 11px;
  line-height: 1.6;
  color: #6BA8A3;
}.zbl_ft_legal-uyl strong {
  font-weight: 700;
  color: #7AABA6;
}.zbl_ft_legal-uyl a {
  color: #7AABA6;
  text-decoration: underline;
}.zbl_ft_age-uyl {
  border: 2px solid #6BA8A3;
  border-radius: 50%;
  display: flex;
  width: 32px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 0.688rem;
  margin-left: auto;
  color: #6BA8A3;
  height: 32px;
  font-weight: 800;
}