*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #0C0E18;
  font-family: 'Barlow', sans-serif;
  min-height: 100vh;
  line-height: 1.6;
  color: #C4CEDF;
  -webkit-font-smoothing: antialiased;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  text-decoration: none;
  color: inherit;
}button {
  font: inherit;
  border: none;
  background: none;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.iwe_layout-qlg {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.iwe_page-qlg {
  display: flex;
  min-height: 100vh;
}.iwe_main-qlg {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media(min-width: 1081px) {.iwe_main-qlg {
  padding-left: 220px;
}
}
@media(max-width: 1078px) {.iwe_main-qlg {
  padding-bottom: 72px;
}
}.iwe_gc-qlg {
  background: #0F111D;
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border-radius: 0.5rem;
  flex-shrink: 0;
  position: relative;
  width: 140px;
  cursor: pointer;
}
@media(min-width:640px) {.iwe_gc-qlg {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.iwe_gc-qlg {
  width: 10.5rem;
}
}.iwe_gc-qlg:hover {
  border-color: rgba(62,202,236,0.07);
  transform: translateY(-3px);
}.iwe_gc_img-qlg {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.iwe_gc_img-qlg img {
  inset: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}.iwe_gc_hover-qlg {
  transition: opacity .2s;
  inset: 0;
  background: rgba(7,8,15,0.72);
  position: absolute;
  align-items: center;
  justify-content: center;
  display: flex;
  opacity: 0;
}.iwe_gc-qlg:hover .iwe_gc_hover-qlg {
  opacity: 1;
}.iwe_gc_hover_btn-qlg {
  border-radius: 4px;
  background: #3ECAEC;
  padding: 8px 16px;
  font-size: 0.75rem;
  color: #EDF2FF;
  font-weight: 700;
}.iwe_gc_info-qlg {
  padding: 0.5rem 10px 0.625rem;
}.iwe_gc_name-qlg {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  margin-bottom: 3px;
  color: #C4CEDF;
  max-width: 100%;
  white-space: nowrap;
  font-size: 0.75rem;
}.iwe_gc_prov-qlg {
  color: #505E78;
  font-size: 0.625rem;
}.iwe_gc_tag-qlg {
  padding: 2px 0.438rem;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 9px;
  z-index: 2;
  letter-spacing: .04em;
  font-weight: 700;
  top: 6px;
  position: absolute;
  left: 6px;
}.iwe_gc_tag_hot-qlg {
  background: #E5393A;
  color: #fff;
}.iwe_gc_tag_new-qlg {
  background: #22C55E;
  color: #0C0E18;
}.iwe_gc_tag_jp-qlg {
  background: #F5A623;
  color: #0C0E18;
}.iwe_gc_tag_ex-qlg {
  background: #E8870A;
  color: #fff;
}.iwe_gc_tag_live-qlg {
  background: #E5393A;
  color: #fff;
}.iwe_gr-qlg {
  padding: 2rem 16px 0;
  background: #0C0E18;
}
@media(min-width: 766px) {.iwe_gr-qlg {
  padding: 2.25rem 24px 0;
}
}.iwe_gr_in-qlg {
  margin: 0 auto;
  max-width: 83.75rem;
}.iwe_gr_head-qlg {
  gap: 12px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}.iwe_gr_head_l-qlg {
  flex: 1;
  gap: 10px;
  align-items: center;
  display: flex;
  min-width: 0;
}.iwe_gr_ic-qlg {
  border-radius: 8px;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  width: 2rem;
  display: flex;
  height: 2rem;
}.iwe_gr_ic-qlg svg {
  width: 16px;
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.iwe_gr_title-qlg {
  font-family: 'Cinzel', serif;
  font-size: 16px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #EDF2FF;
}
@media(min-width:768px) {.iwe_gr_title-qlg {
  font-size: 18px;
}
}.iwe_gr_more-qlg {
  transition: color .2s;
  gap: 5px;
  white-space: nowrap;
  font-size: 12px;
  flex-shrink: 0;
  align-items: center;
  font-weight: 600;
  display: flex;
  color: #6B7A96;
}.iwe_gr_more-qlg:hover {
  color: #3ECAEC;
}.iwe_gr_more-qlg svg {
  stroke-linejoin: round;
  width: 12px;
  stroke-linecap: round;
  height: 12px;
}.iwe_gr_arrows-qlg {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.iwe_gr_arr-qlg {
  background: rgba(255,255,255,0.05);
  border-radius: 4px;
  transition: background .15s,color .15s;
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  align-items: center;
  color: #8C9AB5;
  width: 30px;
  justify-content: center;
  height: 1.875rem;
}.iwe_gr_arr-qlg:hover {
  background: rgba(255,255,255,0.07);
  color: #EDF2FF;
}.iwe_gr_arr-qlg svg {
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
  height: 0.813rem;
}.iwe_gr_seo_h-qlg {
  margin: 0 0 0.375rem;
  color: #C4CEDF;
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 700;
  max-width: 42.5rem;
  font-family: 'Cinzel', serif;
}
@media(min-width: 765px) {.iwe_gr_seo_h-qlg {
  font-size: 14px;
}
}.iwe_gr_seo-qlg {
  color: #6B7A96;
  font-size: 12px;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.55;
}.iwe_gr_seo-qlg strong {
  font-weight: 600;
  color: #C4CEDF;
}.iwe_gr_scroll-qlg {
  gap: 0.625rem;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}.iwe_gr_scroll-qlg::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.iwe_gr_scroll-qlg {
  gap: 0.75rem;
}
}.iwe_tb-qlg {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #0A0C16;
  align-items: center;
  height: 3.5rem;
  display: flex;
  z-index: 80;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}.iwe_tb_in-qlg {
  gap: 0;
  padding: 0 14px;
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
}.iwe_tb_burger-qlg {
  gap: 0.313rem;
  border-radius: 8px;
  width: 38px;
  height: 2.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  flex-shrink: 0;
  flex-direction: column;
}.iwe_tb_burger-qlg:hover {
  background: rgba(255,255,255,0.05);
}.iwe_tb_burger_line-qlg {
  background: #8C9AB5;
  border-radius: 1px;
  width: 18px;
  height: 2px;
  display: block;
}
@media(min-width: 1078px) {.iwe_tb_burger-qlg {
  display: none;
}
}.iwe_tb_logo-qlg {
  gap: 0.563rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #EDF2FF;
  letter-spacing: -.01em;
  font-size: 1.125rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  margin-right: 20px;
}.iwe_tb_logo_mark-qlg {
  border-radius: 8px;
  overflow: hidden;
  align-items: center;
  width: 2rem;
  justify-content: center;
  height: 2rem;
  display: flex;
}.iwe_tb_logo_mark-qlg img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.iwe_tb_nav-qlg {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 642px) {.iwe_tb_nav-qlg {
  display: flex;
}
}.iwe_tb_tab-qlg {
  transition: background .15s,color .15s;
  padding: 0.5rem 14px;
  border-radius: 0.5rem;
  white-space: nowrap;
  font-size: 13px;
  color: #8C9AB5;
  font-weight: 600;
}.iwe_tb_tab-qlg:hover {
  background: rgba(255,255,255,0.05);
  color: #EDF2FF;
}.iwe_tb_tab-qlg.iwe_state_active-qlg {
  background: rgba(62,202,236,0.15);
  color: #EDF2FF;
}.iwe_tb_right-qlg {
  gap: 8px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  margin-left: auto;
}.iwe_tb_login-qlg {
  transition: border-color .2s,color .2s;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  padding: 0.563rem 1rem;
  color: #C4CEDF;
  display: none;
  font-weight: 600;
  font-size: 13px;
}.iwe_tb_login-qlg:hover {
  border-color: rgba(62,202,236,0.38);
  color: #EDF2FF;
}
@media(min-width: 481px) {.iwe_tb_login-qlg {
  display: block;
}
}.iwe_tb_reg-qlg {
  transition: background .2s;
  border-radius: 8px;
  background: #22C55E;
  padding: 0.563rem 18px;
  font-size: 0.813rem;
  color: #08090F;
  font-weight: 700;
  white-space: nowrap;
}.iwe_tb_reg-qlg:hover {
  background: #34D974;
}.iwe_sb-qlg {
  border-right: 1px solid rgba(255,255,255,0.05);
  background: #13162280;
  transform: translateX(-100%);
  transition: transform .25s ease;
  top: 56px;
  position: fixed;
  overflow-y: auto;
  width: 13.75rem;
  bottom: 0;
  left: 0;
  z-index: 70;
}.iwe_sb-qlg.iwe_state_open-qlg {
  transform: translateX(0);
}.iwe_sb-qlg::-webkit-scrollbar {
  width: 4px;
}.iwe_sb-qlg::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
}
@media(min-width: 1081px) {.iwe_sb-qlg {
  transform: translateX(0);
}
}.iwe_sb_auth-qlg {
  padding: 0.875rem 0.75rem 0.625rem;
}.iwe_sb_btn_reg-qlg {
  background: #22C55E;
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 0.688rem;
  text-align: center;
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 700;
  font-size: 13px;
  color: #08090F;
}.iwe_sb_btn_reg-qlg:hover {
  background: #34D974;
}.iwe_sb_btn_login-qlg {
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 10px;
  background: rgba(255,255,255,0.05);
  border-radius: 0.5rem;
  color: #C4CEDF;
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 0.813rem;
}.iwe_sb_btn_login-qlg:hover {
  border-color: rgba(62,202,236,0.38);
  color: #EDF2FF;
}.iwe_sb_promo-qlg {
  border-radius: 8px;
  border: 1px solid rgba(62,202,236,0.15);
  margin: 0 12px 0.625rem;
  overflow: hidden;
  background: linear-gradient(135deg,#0D1C3A,#13162280);
  padding: 0.75rem 0.875rem;
  position: relative;
}.iwe_sb_promo-qlg::before {
  background: radial-gradient(circle,rgba(62,202,236,0.15),transparent 70%);
  border-radius: 50%;
  position: absolute;
  width: 5rem;
  height: 80px;
  top: -1.25rem;
  right: -1.25rem;
  content: '';
}.iwe_sb_promo_title-qlg {
  font-size: 11px;
  color: #3ECAEC;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: .06em;
}.iwe_sb_promo_text-qlg {
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: break-word;
  color: #EDF2FF;
  font-size: 0.75rem;
}.iwe_sb_promo_sub-qlg {
  font-size: 0.625rem;
  color: #6B7A96;
  margin-top: 3px;
}.iwe_sb_nav-qlg {
  padding: 0.375rem 8px 1rem;
}.iwe_sb_nav_lb-qlg {
  padding: 0.625rem 8px 6px;
  letter-spacing: .08em;
  color: #505E78;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
}.iwe_sb_link-qlg {
  gap: 0.625rem;
  transition: background .15s,color .15s;
  padding: 0.563rem 0.625rem;
  border-radius: 4px;
  cursor: pointer;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  display: flex;
  overflow-wrap: break-word;
  color: #8C9AB5;
}.iwe_sb_link-qlg:hover {
  background: rgba(255,255,255,0.05);
  color: #EDF2FF;
}.iwe_sb_link-qlg.iwe_state_active-qlg {
  background: rgba(62,202,236,0.15);
  color: #EDF2FF;
}.iwe_sb_ic-qlg {
  border-radius: 0.25rem;
  flex-shrink: 0;
  height: 1.875rem;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 30px;
}.iwe_sb_ic-qlg svg {
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
  height: 1rem;
}.iwe_sb_ic_1-qlg {
  background: rgba(62,202,236,0.07);
  color: #3ECAEC;
}.iwe_sb_ic_2-qlg {
  background: rgba(34,197,94,0.15);
  color: #22C55E;
}.iwe_sb_ic_3-qlg {
  background: rgba(245,166,35,0.16);
  color: #F5A623;
}.iwe_sb_ic_4-qlg {
  background: rgba(232,135,10,0.18);
  color: #E8870A;
}.iwe_sb_ic_5-qlg {
  background: rgba(62,202,236,0.07);
  color: #FF4D8D;
}.iwe_sb_ic_6-qlg {
  background: rgba(232,135,10,0.18);
  color: #9B5DE5;
}.iwe_sb_badge-qlg {
  background: #F5A623;
  border-radius: 4px;
  padding: 2px 0.438rem;
  color: #08090F;
  font-size: 0.563rem;
  font-weight: 700;
  margin-left: auto;
}.iwe_sb_bot-qlg {
  gap: 0.5rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 0.75rem;
  display: flex;
}.iwe_sb_lang-qlg,.iwe_sb_help-qlg {
  flex: 1;
  border: 1px solid rgba(255,255,255,0.06);
  padding: 9px 0.375rem;
  transition: border-color .2s;
  background: rgba(255,255,255,0.05);
  border-radius: 0.25rem;
  gap: 6px;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #8C9AB5;
  font-size: 0.688rem;
  font-weight: 600;
}.iwe_sb_lang-qlg:hover,.iwe_sb_help-qlg:hover {
  border-color: rgba(62,202,236,0.38);
  color: #EDF2FF;
}.iwe_sb_lang-qlg svg,.iwe_sb_help-qlg svg {
  stroke-linecap: round;
  height: 0.813rem;
  width: 13px;
  stroke-linejoin: round;
}.iwe_sb_bd-qlg {
  inset: 0;
  background: rgba(7,8,15,0.72);
  position: fixed;
  z-index: 69;
  display: none;
}.iwe_sb_bd-qlg.iwe_state_on-qlg {
  display: block;
}
@media(min-width: 1082px) {.iwe_sb_bd-qlg {
  display: none!important;
}
}.iwe_mob_nav-qlg {
  background: #13162280;
  border-top: 1px solid rgba(255,255,255,0.10);
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  display: flex;
  z-index: 80;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
}
@media(min-width: 1078px) {.iwe_mob_nav-qlg {
  display: none;
}
}.iwe_mob_nav_item-qlg {
  gap: 0.25rem;
  padding: 0.25rem 2px;
  flex: 1;
  color: #505E78;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
}.iwe_mob_nav_ic-qlg {
  line-height: 1;
}.iwe_mob_nav_ic-qlg svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 20px;
  width: 20px;
}.iwe_mob_nav_lb-qlg {
  font-weight: 600;
  color: #505E78;
  font-size: 10px;
}.iwe_mob_nav_item-qlg.iwe_state_active-qlg {
  color: #3ECAEC;
}.iwe_mob_nav_item-qlg.iwe_state_active-qlg .iwe_mob_nav_lb-qlg {
  color: #3ECAEC;
}.iwe_hero-qlg {
  padding: 20px 1rem 0;
  background: #0C0E18;
}
@media(min-width: 771px) {.iwe_hero-qlg {
  padding: 1.5rem 1.5rem 0;
}
}.iwe_hero_in-qlg {
  margin: 0 auto;
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 83.75rem;
}
@media(min-width:860px) {.iwe_hero_in-qlg {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1101px) {.iwe_hero_in-qlg {
  grid-template-columns: 1fr 21.25rem;
}
}.iwe_hero_promo-qlg {
  background: #0F111D;
  overflow: hidden;
  border-radius: 12px;
  min-height: 220px;
  align-items: stretch;
  position: relative;
  display: flex;
}
@media(min-width: 770px) {.iwe_hero_promo-qlg {
  min-height: 17.5rem;
}
}.iwe_hero_promo_bg-qlg {
  background: linear-gradient(120deg,#0D1C3A 0%,#0C0E18 100%);
  background-position: center;
  inset: 0;
  position: absolute;
  background-size: cover;
}.iwe_hero_promo_bg-qlg::after {
  inset: 0;
  background: linear-gradient(90deg,#0C0E18 0%,rgba(7,8,15,0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.iwe_hero_promo_glow-qlg {
  background: radial-gradient(circle,rgba(232,135,10,0.18) 0%,transparent 65%);
  border-radius: 50%;
  top: -2.5rem;
  pointer-events: none;
  position: absolute;
  right: 3.75rem;
  height: 18.75rem;
  width: 300px;
}.iwe_hero_promo_ct-qlg {
  padding: 28px 1.5rem 28px 28px;
  display: flex;
  position: relative;
  max-width: 480px;
  z-index: 2;
  justify-content: center;
  flex-direction: column;
}
@media(min-width: 769px) {.iwe_hero_promo_ct-qlg {
  padding: 40px 2rem;
}
}.iwe_hero_badge-qlg {
  border-radius: 1.25rem;
  padding: 5px 0.75rem;
  background: rgba(62,202,236,0.15);
  border: 1px solid rgba(62,202,236,0.07);
  font-size: 0.625rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0.875rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #3ECAEC;
}.iwe_hero_h1-qlg {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 26px;
  color: #EDF2FF;
  line-height: 1.15;
  overflow-wrap: break-word;
  margin-bottom: 10px;
}.iwe_hero_h1-qlg em {
  color: #F5A623;
  font-style: normal;
}
@media(min-width: 767px) {.iwe_hero_h1-qlg {
  font-size: 2.25rem;
}
}.iwe_hero_sub-qlg {
  margin-bottom: 20px;
  font-size: 0.813rem;
  color: #8C9AB5;
  line-height: 1.55;
}
@media(min-width: 771px) {.iwe_hero_sub-qlg {
  font-size: 0.875rem;
}
}.iwe_hero_row-qlg {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.iwe_hero_cta-qlg {
  transition: background .2s;
  background: #22C55E;
  border-radius: 8px;
  padding: 13px 26px;
  box-shadow: 0 0.25rem 1.25rem rgba(34,197,94,0.45), 0 1px 0.25rem rgba(34,197,94,0.20);
  color: #08090F;
  font-size: 14px;
  font-weight: 700;
}.iwe_hero_cta-qlg:hover {
  background: #34D974;
}.iwe_hero_terms-qlg {
  color: #505E78;
  font-size: 11px;
}.iwe_hero_game-qlg {
  background: #0F111D;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  overflow: hidden;
  flex-direction: column;
  position: relative;
  display: flex;
}.iwe_hero_game_badge-qlg {
  border: 1px solid rgba(245,166,35,0.16);
  background: rgba(245,166,35,0.16);
  padding: 0.313rem 10px;
  border-radius: 1.25rem;
  left: 0.75rem;
  z-index: 3;
  letter-spacing: .06em;
  top: 12px;
  font-size: 0.625rem;
  font-weight: 700;
  color: #F5A623;
  position: absolute;
  text-transform: uppercase;
}.iwe_hero_game_badge-qlg svg {
  margin-right: 4px;
  width: 0.688rem;
  height: 11px;
  vertical-align: -1px;
}.iwe_hero_game_img-qlg {
  overflow: hidden;
  background: linear-gradient(135deg,#0D1C3A,#0C0E18);
  padding-bottom: 60%;
  position: relative;
}.iwe_hero_game_img-qlg img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}.iwe_hero_game_play-qlg {
  inset: 0;
  transition: opacity .2s;
  background: rgba(7,8,15,0.72);
  display: flex;
  opacity: 0;
  position: absolute;
  align-items: center;
  justify-content: center;
}.iwe_hero_game-qlg:hover .iwe_hero_game_play-qlg {
  opacity: 1;
}.iwe_hero_game_play-qlg span {
  background: #3ECAEC;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  height: 3.25rem;
  display: flex;
  width: 52px;
}.iwe_hero_game_play-qlg span svg {
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 2px;
}.iwe_hero_game_info-qlg {
  padding: 14px 1rem;
}.iwe_hero_game_title-qlg {
  font-size: 15px;
  color: #EDF2FF;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 4px;
}.iwe_hero_game_provider-qlg {
  font-size: 0.688rem;
  color: #6B7A96;
}.iwe_hero_game_btn-qlg {
  background: #3ECAEC;
  margin: 12px 1rem 16px;
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 11px;
  font-size: 0.813rem;
  display: block;
  font-weight: 700;
  text-align: center;
  color: #EDF2FF;
}.iwe_hero_game-qlg:hover .iwe_hero_game_btn-qlg {
  background: #65D9F2;
}.iwe_sbar-qlg {
  background: #0C0E18;
  padding: 1rem 16px 0;
}
@media(min-width: 767px) {.iwe_sbar-qlg {
  padding: 18px 1.5rem 0;
}
}.iwe_sbar_in-qlg {
  margin: 0 auto;
  max-width: 1340px;
}.iwe_sbar_row-qlg {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}.iwe_sbar_input-qlg {
  transition: border-color .2s;
  background: #0F111D;
  padding: 11px 1rem;
  flex: 1;
  border: 1px solid rgba(255,255,255,0.10);
  gap: 0.625rem;
  border-radius: 8px;
  cursor: pointer;
  align-items: center;
  display: flex;
  font-size: 13px;
  color: #6B7A96;
}.iwe_sbar_input-qlg:hover {
  border-color: rgba(62,202,236,0.38);
}.iwe_sbar_input-qlg svg {
  flex-shrink: 0;
  stroke-linecap: round;
  width: 15px;
  stroke-linejoin: round;
  height: 15px;
}.iwe_sbar_providers-qlg {
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.10);
  gap: 0.5rem;
  background: #0F111D;
  padding: 11px 18px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.813rem;
  color: #C4CEDF;
  display: flex;
  white-space: nowrap;
  align-items: center;
}.iwe_sbar_providers-qlg:hover {
  border-color: rgba(62,202,236,0.38);
  color: #EDF2FF;
}.iwe_sbar_providers-qlg svg {
  stroke-linejoin: round;
  width: 14px;
  height: 14px;
  stroke-linecap: round;
}.iwe_sbar_tabs-qlg {
  gap: 0.375rem;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 2px;
}.iwe_sbar_tabs-qlg::-webkit-scrollbar {
  display: none;
}.iwe_sbar_tab-qlg {
  gap: 0.438rem;
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.06);
  padding: 0.5rem 14px;
  background: rgba(255,255,255,0.05);
  color: #8C9AB5;
  flex-shrink: 0;
  white-space: nowrap;
  align-items: center;
  font-size: 0.75rem;
  display: flex;
  font-weight: 600;
  cursor: pointer;
}.iwe_sbar_tab-qlg:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(62,202,236,0.38);
  color: #EDF2FF;
}.iwe_sbar_tab-qlg.iwe_state_active-qlg {
  background: rgba(62,202,236,0.15);
  border-color: rgba(62,202,236,0.07);
  color: #EDF2FF;
}.iwe_sbar_tab_ic-qlg svg {
  height: 0.875rem;
  stroke-linecap: round;
  width: 0.875rem;
  stroke-linejoin: round;
}.iwe_wy-qlg {
  background: #0C0E18;
  padding: 32px 1rem 0;
}
@media(min-width: 769px) {.iwe_wy-qlg {
  padding: 2.5rem 1.5rem 0;
}
}.iwe_wy_in-qlg {
  margin: 0 auto;
  max-width: 1340px;
}.iwe_wy_head-qlg {
  margin-bottom: 1.125rem;
  max-width: 720px;
}.iwe_wy_label-qlg {
  color: #3ECAEC;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-weight: 700;
}.iwe_wy_h2-qlg {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  color: #EDF2FF;
}
@media(min-width:768px) {.iwe_wy_h2-qlg {
  font-size: 1.5rem;
}
}.iwe_wy_intro-qlg {
  margin: 0;
  color: #6B7A96;
  font-size: 13px;
  line-height: 1.6;
}.iwe_wy_grid-qlg {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.iwe_wy_grid-qlg {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.iwe_wy_grid-qlg {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.iwe_wy_card-qlg {
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s,transform .2s;
  padding: 1.25rem;
  background: #13162280;
  border-radius: 0.5rem;
}.iwe_wy_card-qlg:hover {
  transform: translateY(-2px);
  border-color: rgba(62,202,236,0.07);
}.iwe_wy_card_ic-qlg {
  background: rgba(62,202,236,0.15);
  border-radius: 50%;
  margin-bottom: 14px;
  align-items: center;
  display: flex;
  height: 44px;
  color: #3ECAEC;
  justify-content: center;
  width: 44px;
}.iwe_wy_card_ic-qlg svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 22px;
  width: 22px;
}.iwe_wy_card_h-qlg {
  line-height: 1.25;
  margin-bottom: 0.375rem;
  font-size: 0.938rem;
  color: #EDF2FF;
  font-weight: 700;
  overflow-wrap: break-word;
}.iwe_wy_card_p-qlg {
  font-size: 13px;
  color: #6B7A96;
  line-height: 1.6;
  overflow-wrap: break-word;
}.iwe_wy_card_p-qlg strong {
  color: #C4CEDF;
  font-weight: 600;
}.iwe_gr_jp-qlg {
  border-radius: 0.75rem;
  padding: 1.25rem;
  background: linear-gradient(135deg,#1A0C38 0%,#0A0812 100%);
  overflow: hidden;
  position: relative;
}.iwe_gr_jp-qlg::before {
  background: radial-gradient(circle,rgba(232,135,10,0.18) 0%,transparent 70%);
  border-radius: 50%;
  height: 250px;
  content: '';
  position: absolute;
  width: 250px;
  left: -3.75rem;
  top: -3.75rem;
}.iwe_gr_jp-qlg::after {
  background: radial-gradient(circle,rgba(245,166,35,0.16) 0%,transparent 70%);
  border-radius: 50%;
  right: 0;
  position: absolute;
  width: 200px;
  height: 12.5rem;
  bottom: -40px;
  content: '';
}.iwe_gr_jp_head-qlg {
  gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
  z-index: 1;
  display: flex;
  position: relative;
  margin-bottom: 1rem;
}.iwe_gr_jp_info-qlg {
  flex: 1;
}.iwe_gr_jp_label-qlg {
  color: #9B5DE5;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}.iwe_gr_jp_label-qlg svg {
  stroke-linecap: round;
  height: 0.875rem;
  margin-right: 0.25rem;
  width: 14px;
  vertical-align: -2px;
  stroke-linejoin: round;
}.iwe_gr_jp_amount-qlg {
  font-weight: 800;
  line-height: 1;
  overflow-wrap: break-word;
  font-size: 2rem;
  margin-bottom: 4px;
  font-family: 'Cinzel', serif;
  color: #EDF2FF;
}
@media(min-width: 771px) {.iwe_gr_jp_amount-qlg {
  font-size: 40px;
}
}.iwe_gr_jp_amount-qlg span {
  color: #F5A623;
}.iwe_gr_jp_seo-qlg {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #8C9AB5;
  line-height: 1.5;
  max-width: 480px;
}.iwe_gr_jp_cta-qlg {
  padding: 11px 1.25rem;
  background: rgba(232,135,10,0.18);
  transition: background .2s;
  border-radius: 8px;
  border: 1px solid rgba(232,135,10,0.18);
  font-size: 13px;
  white-space: nowrap;
  z-index: 1;
  flex-shrink: 0;
  color: #EDF2FF;
  align-self: flex-start;
  margin-top: 4px;
  font-weight: 700;
  position: relative;
}.iwe_gr_jp_cta-qlg:hover {
  background: #E8870A;
}.iwe_ws-qlg {
  padding: 2rem 1rem 0;
  background: #0C0E18;
}
@media(min-width: 769px) {.iwe_ws-qlg {
  padding: 36px 1.5rem 0;
}
}.iwe_ws_in-qlg {
  margin: 0 auto;
  max-width: 83.75rem;
}.iwe_ws_head-qlg {
  gap: 12px;
  margin-bottom: 14px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}.iwe_ws_title-qlg {
  gap: 0.625rem;
  font-size: 16px;
  font-weight: 700;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  color: #EDF2FF;
  font-family: 'Cinzel', serif;
}.iwe_ws_title_ic-qlg svg {
  stroke-linecap: round;
  height: 18px;
  stroke-linejoin: round;
  width: 1.125rem;
  color: #F5A623;
}.iwe_ws_online-qlg {
  gap: 0.438rem;
  display: flex;
  align-items: center;
  color: #6B7A96;
  font-size: 12px;
  font-weight: 600;
}.iwe_ws_online_dot-qlg {
  border-radius: 50%;
  background: #22C55E;
  flex-shrink: 0;
  box-shadow: 0 0 0.375rem rgba(34,197,94,0.15);
  width: 0.5rem;
  height: 0.5rem;
}.iwe_ws_scroll-qlg {
  gap: 0.5rem;
  scrollbar-width: none;
  padding-bottom: 8px;
  display: flex;
  overflow-x: auto;
}.iwe_ws_scroll-qlg::-webkit-scrollbar {
  display: none;
}.iwe_wc-qlg {
  background: #0F111D;
  padding: 0.625rem 0.875rem;
  gap: 10px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.5rem;
  align-items: center;
  min-width: 13.75rem;
  flex-shrink: 0;
  display: flex;
}.iwe_wc_img-qlg {
  overflow: hidden;
  background: #13162280;
  border-radius: 4px;
  flex-shrink: 0;
  width: 2.25rem;
  height: 36px;
}.iwe_wc_img-qlg img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.iwe_wc_info-qlg {
  min-width: 0;
}.iwe_wc_game-qlg {
  overflow: hidden;
  font-weight: 600;
  color: #C4CEDF;
  text-overflow: ellipsis;
  font-size: 12px;
  white-space: nowrap;
}.iwe_wc_player-qlg {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.625rem;
  color: #505E78;
  text-overflow: ellipsis;
}.iwe_wc_amount-qlg {
  margin-left: auto;
  font-weight: 700;
  font-size: 0.813rem;
  flex-shrink: 0;
  color: #22C55E;
  white-space: nowrap;
}.iwe_app-qlg {
  background: #0C0E18;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.iwe_app-qlg {
  padding: 44px 24px 0;
}
}.iwe_app_in-qlg {
  margin: 0 auto;
  max-width: 83.75rem;
}.iwe_app_head-qlg {
  margin-bottom: 1rem;
}.iwe_app_label-qlg {
  margin-bottom: 8px;
  font-weight: 700;
  color: #3ECAEC;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.iwe_app_h2-qlg {
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-size: 20px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #EDF2FF;
}
@media(min-width: 766px) {.iwe_app_h2-qlg {
  font-size: 24px;
}
}.iwe_app_sub-qlg {
  color: #6B7A96;
  max-width: 600px;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
}.iwe_app_sub-qlg strong {
  color: #C4CEDF;
  font-weight: 700;
}.iwe_app_cards-qlg {
  gap: 10px;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.iwe_app_cards-qlg {
  grid-template-columns: repeat(3,1fr);
}
}.iwe_app_card-qlg {
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
  gap: 1rem;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.iwe_app_card_ios-qlg {
  background: linear-gradient(135deg,rgba(62,202,236,0.15) 0%,#13162280 100%);
}.iwe_app_card_android-qlg {
  background: linear-gradient(135deg,rgba(34,197,94,0.15) 0%,#13162280 100%);
}.iwe_app_card_win-qlg {
  background: linear-gradient(135deg,rgba(245,166,35,0.16) 0%,#13162280 100%);
}.iwe_app_card_ic-qlg svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 34px;
  height: 2.125rem;
}.iwe_app_card_ic-qlg {
  flex-shrink: 0;
  color: #EDF2FF;
}.iwe_app_card_os-qlg {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
  font-size: 10px;
  color: #6B7A96;
  font-weight: 700;
}.iwe_app_card_title-qlg {
  font-weight: 700;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  color: #EDF2FF;
  font-size: 0.938rem;
  line-height: 1.2;
}.iwe_app_card_text-qlg {
  font-size: 0.75rem;
  color: #6B7A96;
  overflow-wrap: break-word;
  line-height: 1.5;
  margin-bottom: 14px;
}.iwe_app_card_btn-qlg {
  transition: background .2s;
  border: 1px solid rgba(62,202,236,0.38);
  gap: 7px;
  border-radius: 0.25rem;
  background: rgba(255,255,255,0.12);
  padding: 10px 18px;
  display: inline-flex;
  font-weight: 700;
  color: #EDF2FF;
  align-items: center;
  font-size: 13px;
}.iwe_app_card_btn-qlg:hover {
  background: rgba(255,255,255,0.07);
}.iwe_htp-qlg {
  background: #0C0E18;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.iwe_htp-qlg {
  padding: 44px 24px 0;
}
}.iwe_htp_in-qlg {
  margin: 0 auto;
  max-width: 83.75rem;
}.iwe_htp_head-qlg {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.iwe_htp_label-qlg {
  font-size: 0.688rem;
  color: #3ECAEC;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
}.iwe_htp_h2-qlg {
  font-size: 22px;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #EDF2FF;
  font-weight: 800;
}
@media(min-width: 771px) {.iwe_htp_h2-qlg {
  font-size: 1.75rem;
}
}.iwe_htp_intro-qlg {
  color: #6B7A96;
  line-height: 1.6;
  font-size: 14px;
}.iwe_htp_steps-qlg {
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: 1fr;
  counter-reset: none;
  display: grid;
}
@media(min-width: 641px) {.iwe_htp_steps-qlg {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.iwe_htp_steps-qlg {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.iwe_htp_step-qlg {
  padding: 20px 1.125rem 18px;
  border: 1px solid rgba(255,255,255,0.10);
  background: #13162280;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
}.iwe_htp_step_num-qlg {
  background: #3ECAEC;
  border-radius: 50%;
  top: -12px;
  position: absolute;
  width: 28px;
  justify-content: center;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  color: #08090F;
  display: flex;
  font-size: 0.813rem;
  height: 1.75rem;
  left: 20px;
  align-items: center;
}.iwe_htp_step_ic-qlg {
  margin: 0.5rem 0 0.75rem;
  border-radius: 4px;
  background: rgba(62,202,236,0.15);
  align-items: center;
  color: #3ECAEC;
  height: 2.25rem;
  justify-content: center;
  display: flex;
  width: 2.25rem;
}.iwe_htp_step_ic-qlg svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.125rem;
  height: 18px;
}.iwe_htp_step_h-qlg {
  line-height: 1.25;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #EDF2FF;
  font-size: 0.875rem;
}.iwe_htp_step_p-qlg {
  color: #6B7A96;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.55;
}.iwe_htp_step_p-qlg strong {
  color: #C4CEDF;
  font-weight: 600;
}.iwe_htp_cta-qlg {
  background: #22C55E;
  border-radius: 8px;
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  display: inline-block;
  color: #08090F;
  margin-top: 1.25rem;
  font-size: 14px;
  font-weight: 700;
}.iwe_htp_cta-qlg:hover {
  background: #34D974;
}.iwe_bon-qlg {
  background: #0C0E18;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.iwe_bon-qlg {
  padding: 2.75rem 1.5rem 0;
}
}.iwe_bon_in-qlg {
  margin: 0 auto;
  max-width: 1340px;
}.iwe_bon_head-qlg {
  margin-bottom: 20px;
}.iwe_bon_label-qlg {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  color: #3ECAEC;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.iwe_bon_h2-qlg {
  font-weight: 800;
  color: #EDF2FF;
  font-size: 20px;
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.iwe_bon_h2-qlg {
  font-size: 24px;
}
}.iwe_bon_seo-qlg {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #6B7A96;
  line-height: 1.6;
  max-width: 620px;
}.iwe_bon_seo-qlg strong {
  color: #C4CEDF;
  font-weight: 700;
}.iwe_bon_seo-qlg a {
  color: #3ECAEC;
  text-decoration: underline;
}.iwe_bon_grid-qlg {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width:640px) {.iwe_bon_grid-qlg {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.iwe_bon_grid-qlg {
  grid-template-columns: repeat(5,1fr);
}
}.iwe_bon_card-qlg {
  border-radius: 0.5rem;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 1rem;
  background: #0F111D;
}.iwe_bon_card-qlg:hover {
  transform: translateY(-2px);
  border-color: rgba(62,202,236,0.07);
}.iwe_bon_card_ic-qlg svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.625rem;
  height: 26px;
}.iwe_bon_card_ic-qlg {
  margin-bottom: 0.625rem;
}.iwe_bon_card_type-qlg {
  letter-spacing: .06em;
  color: #6B7A96;
  margin-bottom: 0.375rem;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
}.iwe_bon_card_amount-qlg {
  line-height: 1.1;
  margin-bottom: 6px;
  color: #F5A623;
  font-weight: 800;
  font-size: 1.125rem;
}.iwe_bon_card_name-qlg {
  color: #EDF2FF;
  margin-bottom: 0.5rem;
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.iwe_bon_card_detail-qlg {
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #505E78;
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 11px;
  padding-top: 0.5rem;
}.iwe_reg-qlg {
  padding: 36px 1rem 0;
  background: #0C0E18;
}
@media(min-width: 769px) {.iwe_reg-qlg {
  padding: 44px 24px 0;
}
}.iwe_reg_in-qlg {
  background: #13162280;
  border-radius: 0.75rem;
  padding: 28px 24px;
  border: 1px solid rgba(255,255,255,0.06);
  margin: 0 auto;
  max-width: 1340px;
}
@media(min-width: 769px) {.iwe_reg_in-qlg {
  padding: 40px;
}
}.iwe_reg_top-qlg {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 858px) {.iwe_reg_top-qlg {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.iwe_reg_label-qlg {
  color: #3ECAEC;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 10px;
}.iwe_reg_h2-qlg {
  font-weight: 800;
  color: #EDF2FF;
  font-size: 1.375rem;
  margin-bottom: 0.75rem;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width:768px) {.iwe_reg_h2-qlg {
  font-size: 28px;
}
}.iwe_reg_bonus-qlg {
  gap: 8px;
  background: rgba(245,166,35,0.16);
  border-radius: 8px;
  border: 1px solid rgba(245,166,35,0.16);
  padding: 0.625rem 1rem;
  align-items: center;
  display: inline-flex;
  margin-bottom: 1rem;
}.iwe_reg_bonus_amount-qlg {
  font-weight: 800;
  color: #F5A623;
  font-size: 1.25rem;
}.iwe_reg_bonus_text-qlg {
  color: #8C9AB5;
  line-height: 1.35;
  font-size: 13px;
}.iwe_reg_cta_btn-qlg {
  background: #22C55E;
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 0.875rem 32px;
  font-size: 15px;
  box-shadow: 0 4px 1.25rem rgba(34,197,94,0.45), 0 1px 4px rgba(34,197,94,0.20);
  margin-bottom: 12px;
  display: inline-block;
  color: #08090F;
  font-weight: 700;
}.iwe_reg_cta_btn-qlg:hover {
  background: #34D974;
}.iwe_reg_terms-qlg {
  color: #505E78;
  line-height: 1.5;
  font-size: 0.688rem;
}.iwe_reg_seo-qlg {
  border-top: 1px solid rgba(255,255,255,0.05);
  line-height: 1.65;
  margin-top: 20px;
  padding-top: 1.25rem;
  font-size: 13px;
  color: #6B7A96;
  overflow-wrap: break-word;
}.iwe_reg_seo-qlg p {
  margin-bottom: 0.625rem;
  line-height: 1.65;
  font-size: 13px;
  color: #6B7A96;
}.iwe_reg_seo-qlg p:last-child {
  margin-bottom: 0;
}.iwe_reg_seo-qlg strong {
  font-weight: 700;
  color: #C4CEDF;
}.iwe_reg_seo-qlg a {
  transition: color .2s;
  color: #3ECAEC;
  text-decoration: underline;
}.iwe_reg_seo-qlg a:hover {
  color: #65D9F2;
}.iwe_reg_seo-qlg ul,.iwe_reg_seo-qlg ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.iwe_reg_seo-qlg ol {
  list-style: decimal;
}.iwe_reg_seo-qlg li {
  margin-bottom: 4px;
  color: #6B7A96;
  line-height: 1.65;
  font-size: 0.813rem;
}.iwe_reg_seo-qlg table {
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
}
@media(min-width: 771px) {.iwe_reg_seo-qlg table {
  display: table;
}
}.iwe_reg_seo-qlg th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.5rem;
  color: #C4CEDF;
  text-align: left;
  font-weight: 700;
}.iwe_reg_seo-qlg td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 8px;
  color: #6B7A96;
}.iwe_reg_steps-qlg {
  gap: 14px;
  display: flex;
  margin-top: 1.75rem;
  flex-direction: column;
}
@media(min-width: 863px) {.iwe_reg_steps-qlg {
  margin-top: 0;
}
}.iwe_reg_step-qlg {
  background: rgba(255,255,255,0.05);
  padding: 16px;
  border-radius: 0.5rem;
  gap: 14px;
  border: 1px solid rgba(255,255,255,0.06);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.iwe_reg_step_num-qlg {
  border-radius: 50%;
  border: 1px solid rgba(62,202,236,0.07);
  background: rgba(62,202,236,0.15);
  width: 34px;
  font-size: 14px;
  flex-shrink: 0;
  height: 34px;
  font-weight: 800;
  justify-content: center;
  align-items: center;
  color: #3ECAEC;
  display: flex;
}.iwe_reg_step_title-qlg {
  margin-bottom: 3px;
  font-size: 0.875rem;
  color: #EDF2FF;
  font-weight: 700;
}.iwe_reg_step_text-qlg {
  color: #6B7A96;
  line-height: 1.5;
  font-size: 12px;
}.iwe_reg_trust-qlg {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 20px;
  padding-top: 20px;
  flex-wrap: wrap;
  display: flex;
}.iwe_reg_trust_item-qlg {
  gap: 0.438rem;
  color: #6B7A96;
  display: flex;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  align-items: center;
}.iwe_reg_trust_ic-qlg svg {
  height: 1rem;
  stroke-linejoin: round;
  color: #3ECAEC;
  stroke-linecap: round;
  width: 16px;
}.iwe_prov-qlg {
  padding: 36px 1rem 0;
  background: #0C0E18;
}
@media(min-width: 767px) {.iwe_prov-qlg {
  padding: 44px 1.5rem 0;
}
}.iwe_prov_in-qlg {
  margin: 0 auto;
  max-width: 1340px;
}.iwe_prov_head-qlg {
  margin-bottom: 16px;
}.iwe_prov_label-qlg {
  color: #3ECAEC;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
}.iwe_prov_h2-qlg {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 1.25rem;
  color: #EDF2FF;
}
@media(min-width:768px) {.iwe_prov_h2-qlg {
  font-size: 24px;
}
}.iwe_prov_seo-qlg {
  font-size: 13px;
  color: #6B7A96;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  margin-bottom: 16px;
}.iwe_prov_seo-qlg strong {
  font-weight: 700;
  color: #C4CEDF;
}.iwe_prov_seo-qlg a {
  color: #3ECAEC;
  text-decoration: underline;
}.iwe_prov_grid-qlg {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 638px) {.iwe_prov_grid-qlg {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.iwe_prov_grid-qlg {
  grid-template-columns: repeat(8,1fr);
}
}.iwe_prov_card-qlg {
  gap: 0.438rem;
  transition: border-color .2s,background .2s;
  border-radius: 0.5rem;
  background: #0F111D;
  padding: 0.875rem 10px;
  border: 1px solid rgba(255,255,255,0.10);
  cursor: pointer;
  align-items: center;
  flex-direction: column;
  display: flex;
}.iwe_prov_card-qlg:hover {
  border-color: rgba(62,202,236,0.38);
  background: #13162280;
}.iwe_prov_logo-qlg {
  border-radius: 0.25rem;
  background: rgba(255,255,255,0.05);
  overflow: hidden;
  width: 2.75rem;
  height: 44px;
  justify-content: center;
  align-items: center;
  display: flex;
}.iwe_prov_logo-qlg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.iwe_prov_name-qlg {
  color: #8C9AB5;
  overflow-wrap: break-word;
  font-weight: 600;
  text-align: center;
  font-size: 0.688rem;
}.iwe_faq-qlg {
  background: #0C0E18;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.iwe_faq-qlg {
  padding: 44px 24px 0;
}
}.iwe_faq_in-qlg {
  margin: 0 auto;
  max-width: 1340px;
}.iwe_faq_head-qlg {
  margin-bottom: 20px;
}.iwe_faq_label-qlg {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #3ECAEC;
  font-size: 0.688rem;
}.iwe_faq_h2-qlg {
  font-size: 20px;
  overflow-wrap: break-word;
  color: #EDF2FF;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}
@media(min-width: 769px) {.iwe_faq_h2-qlg {
  font-size: 24px;
}
}.iwe_faq_list-qlg {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.iwe_faq_item-qlg {
  border: 1px solid rgba(255,255,255,0.10);
  overflow: hidden;
  border-radius: 8px;
  background: #13162280;
}.iwe_faq_q-qlg {
  padding: 1rem 20px;
  gap: 0.75rem;
  transition: color .2s;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  align-items: center;
  color: #C4CEDF;
  display: flex;
}.iwe_faq_q-qlg:hover {
  color: #EDF2FF;
}.iwe_faq_q_ic-qlg {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  display: flex;
  color: #3ECAEC;
  width: 1.5rem;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
  align-items: center;
  height: 24px;
}.iwe_faq_item-qlg.iwe_state_open-qlg .iwe_faq_q_ic-qlg {
  transform: rotate(45deg);
}.iwe_faq_a-qlg {
  padding: 0 1.25rem 1rem;
  line-height: 1.7;
  overflow-wrap: break-word;
  display: none;
  font-size: 0.813rem;
  color: #6B7A96;
}.iwe_faq_item-qlg.iwe_state_open-qlg .iwe_faq_a-qlg {
  display: block;
}.iwe_faq_a-qlg strong {
  color: #C4CEDF;
  font-weight: 700;
}.iwe_faq_a-qlg a {
  text-decoration: underline;
  color: #3ECAEC;
}.iwe_faq_a-qlg ul,.iwe_faq_a-qlg ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 1.25rem;
}.iwe_faq_a-qlg ol {
  list-style: decimal;
}.iwe_faq_a-qlg li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.iwe_faq_a-qlg table {
  margin: 8px 0;
  font-size: 12px;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: 100%;
}
@media(min-width: 771px) {.iwe_faq_a-qlg table {
  display: table;
}
}.iwe_faq_a-qlg th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 6px 0.5rem;
  text-align: left;
  color: #C4CEDF;
  font-weight: 700;
}.iwe_faq_a-qlg td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #6B7A96;
}.iwe_seo-qlg {
  background: #0C0E18;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.iwe_seo-qlg {
  padding: 44px 1.5rem 0;
}
}.iwe_seo_in-qlg {
  border-radius: 0.75rem;
  margin: 0 auto;
  background: #13162280;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 1.75rem 24px;
  max-width: 83.75rem;
}
@media(min-width: 766px) {.iwe_seo_in-qlg {
  padding: 36px 40px;
}
}.iwe_seo_label-qlg {
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #3ECAEC;
  font-size: 0.688rem;
  font-weight: 700;
}.iwe_seo_h2-qlg {
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 14px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #EDF2FF;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.iwe_seo_h2-qlg {
  font-size: 24px;
}
}.iwe_seo_body-qlg {
  color: #8C9AB5;
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.iwe_seo_body-qlg p {
  font-size: 14px;
  color: #8C9AB5;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.iwe_seo_body-qlg p:last-child {
  margin-bottom: 0;
}.iwe_seo_body-qlg strong {
  font-weight: 700;
  color: #C4CEDF;
}.iwe_seo_body-qlg a {
  transition: color .2s;
  color: #3ECAEC;
  text-decoration: underline;
}.iwe_seo_body-qlg a:hover {
  color: #65D9F2;
}.iwe_seo_body-qlg ul,.iwe_seo_body-qlg ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.iwe_seo_body-qlg ol {
  list-style: decimal;
}.iwe_seo_body-qlg li {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0.375rem;
  color: #8C9AB5;
}.iwe_seo_body-qlg table {
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
  margin-bottom: 12px;
}
@media(min-width:768px) {.iwe_seo_body-qlg table {
  display: table;
}
}.iwe_seo_body-qlg th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  text-align: left;
  font-weight: 700;
  color: #C4CEDF;
}.iwe_seo_body-qlg td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #8C9AB5;
}.iwe_seo_cols-qlg {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.iwe_seo_cols-qlg {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.iwe_seo_cols-qlg {
  grid-template-columns: repeat(3,1fr);
}
}.iwe_seo_col_h-qlg {
  color: #C4CEDF;
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 0.438rem;
  font-weight: 700;
}.iwe_seo_col_p-qlg {
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #6B7A96;
}.iwe_seo_stats-qlg {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.iwe_seo_stat-qlg {
  border-radius: 0.5rem;
  padding: 14px 1rem;
  flex: 1;
  background: rgba(62,202,236,0.07);
  border: 1px solid rgba(62,202,236,0.15);
  min-width: 8.75rem;
}.iwe_seo_stat_val-qlg {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #3ECAEC;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}.iwe_seo_stat_lb-qlg {
  color: #6B7A96;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.iwe_seo-qlg {
  padding: 2.25rem 1rem 0;
  background: #0C0E18;
}
@media(min-width: 769px) {.iwe_seo-qlg {
  padding: 44px 1.5rem 0;
}
}.iwe_seo_in-qlg {
  border: 1px solid rgba(255,255,255,0.10);
  background: #13162280;
  margin: 0 auto;
  border-radius: 12px;
  padding: 1.75rem 24px;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.iwe_seo_in-qlg {
  padding: 36px 40px;
}
}.iwe_seo_label-qlg {
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #3ECAEC;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-weight: 700;
}.iwe_seo_h2-qlg {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  font-size: 20px;
  margin-bottom: 14px;
  font-weight: 800;
  color: #EDF2FF;
}
@media(min-width: 769px) {.iwe_seo_h2-qlg {
  font-size: 1.5rem;
}
}.iwe_seo_body-qlg {
  color: #8C9AB5;
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: break-word;
}.iwe_seo_body-qlg p {
  margin-bottom: 12px;
  color: #8C9AB5;
  line-height: 1.75;
  font-size: 14px;
}.iwe_seo_body-qlg p:last-child {
  margin-bottom: 0;
}.iwe_seo_body-qlg strong {
  font-weight: 700;
  color: #C4CEDF;
}.iwe_seo_body-qlg a {
  transition: color .2s;
  text-decoration: underline;
  color: #3ECAEC;
}.iwe_seo_body-qlg a:hover {
  color: #65D9F2;
}.iwe_seo_body-qlg ul,.iwe_seo_body-qlg ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.iwe_seo_body-qlg ol {
  list-style: decimal;
}.iwe_seo_body-qlg li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #8C9AB5;
  font-size: 0.875rem;
}.iwe_seo_body-qlg table {
  font-size: 13px;
  width: 100%;
  overflow-x: auto;
  display: block;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
}
@media(min-width: 765px) {.iwe_seo_body-qlg table {
  display: table;
}
}.iwe_seo_body-qlg th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 12px;
  font-weight: 700;
  text-align: left;
  color: #C4CEDF;
}.iwe_seo_body-qlg td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #8C9AB5;
}.iwe_seo_cols-qlg {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 638px) {.iwe_seo_cols-qlg {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.iwe_seo_cols-qlg {
  grid-template-columns: repeat(3,1fr);
}
}.iwe_seo_col_h-qlg {
  margin-bottom: 7px;
  color: #C4CEDF;
  font-weight: 700;
  font-size: 13px;
  overflow-wrap: break-word;
}.iwe_seo_col_p-qlg {
  font-size: 0.813rem;
  color: #6B7A96;
  line-height: 1.65;
  overflow-wrap: break-word;
}.iwe_seo_stats-qlg {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.iwe_seo_stat-qlg {
  border: 1px solid rgba(62,202,236,0.15);
  background: rgba(62,202,236,0.07);
  padding: 0.875rem 16px;
  border-radius: 8px;
  flex: 1;
  min-width: 8.75rem;
}.iwe_seo_stat_val-qlg {
  color: #3ECAEC;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  font-weight: 800;
}.iwe_seo_stat_lb-qlg {
  font-size: 0.688rem;
  color: #6B7A96;
  overflow-wrap: break-word;
}.iwe_seo-qlg {
  background: #0C0E18;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.iwe_seo-qlg {
  padding: 2.75rem 1.5rem 0;
}
}.iwe_seo_in-qlg {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  margin: 0 auto;
  padding: 28px 1.5rem;
  background: #13162280;
  max-width: 83.75rem;
}
@media(min-width: 765px) {.iwe_seo_in-qlg {
  padding: 2.25rem 2.5rem;
}
}.iwe_seo_label-qlg {
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  color: #3ECAEC;
  font-weight: 700;
}.iwe_seo_h2-qlg {
  font-size: 20px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #EDF2FF;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  line-height: 1.25;
}
@media(min-width: 767px) {.iwe_seo_h2-qlg {
  font-size: 24px;
}
}.iwe_seo_body-qlg {
  color: #8C9AB5;
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: break-word;
}.iwe_seo_body-qlg p {
  line-height: 1.75;
  color: #8C9AB5;
  margin-bottom: 12px;
  font-size: 14px;
}.iwe_seo_body-qlg p:last-child {
  margin-bottom: 0;
}.iwe_seo_body-qlg strong {
  color: #C4CEDF;
  font-weight: 700;
}.iwe_seo_body-qlg a {
  transition: color .2s;
  color: #3ECAEC;
  text-decoration: underline;
}.iwe_seo_body-qlg a:hover {
  color: #65D9F2;
}.iwe_seo_body-qlg ul,.iwe_seo_body-qlg ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.iwe_seo_body-qlg ol {
  list-style: decimal;
}.iwe_seo_body-qlg li {
  margin-bottom: 6px;
  color: #8C9AB5;
  font-size: 0.875rem;
  line-height: 1.75;
}.iwe_seo_body-qlg table {
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  margin-bottom: 0.75rem;
}
@media(min-width: 770px) {.iwe_seo_body-qlg table {
  display: table;
}
}.iwe_seo_body-qlg th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  color: #C4CEDF;
  text-align: left;
}.iwe_seo_body-qlg td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 12px;
  color: #8C9AB5;
}.iwe_seo_cols-qlg {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 637px) {.iwe_seo_cols-qlg {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.iwe_seo_cols-qlg {
  grid-template-columns: repeat(3,1fr);
}
}.iwe_seo_col_h-qlg {
  margin-bottom: 0.438rem;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #C4CEDF;
}.iwe_seo_col_p-qlg {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  color: #6B7A96;
}.iwe_seo_stats-qlg {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.iwe_seo_stat-qlg {
  padding: 0.875rem 16px;
  flex: 1;
  border: 1px solid rgba(62,202,236,0.15);
  background: rgba(62,202,236,0.07);
  border-radius: 0.5rem;
  min-width: 140px;
}.iwe_seo_stat_val-qlg {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  color: #3ECAEC;
  font-weight: 800;
}.iwe_seo_stat_lb-qlg {
  overflow-wrap: break-word;
  color: #6B7A96;
  font-size: 11px;
}.iwe_ft-qlg {
  background: #07080F;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 3rem;
}.iwe_ft_support-qlg {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 771px) {.iwe_ft_support-qlg {
  padding: 1.75rem 1.5rem;
}
}.iwe_ft_support_in-qlg {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 83.75rem;
}.iwe_ft_support_main-qlg {
  flex: 1;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  min-width: 13.75rem;
  align-items: center;
}.iwe_ft_support_ic-qlg {
  color: #3ECAEC;
  flex-shrink: 0;
}.iwe_ft_support_ic-qlg svg {
  width: 30px;
  stroke-linecap: round;
  height: 1.875rem;
  stroke-linejoin: round;
}.iwe_ft_support_text_title-qlg {
  color: #EDF2FF;
  overflow-wrap: break-word;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px;
}.iwe_ft_support_text_sub-qlg {
  color: #6B7A96;
  font-size: 12px;
  overflow-wrap: break-word;
}.iwe_ft_support_btn-qlg {
  border-radius: 0.5rem;
  padding: 11px 1.375rem;
  background: #3ECAEC;
  transition: background .2s;
  white-space: nowrap;
  font-weight: 700;
  flex-shrink: 0;
  color: #EDF2FF;
  font-size: 0.813rem;
}.iwe_ft_support_btn-qlg:hover {
  background: #65D9F2;
}.iwe_ft_support_contacts-qlg {
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.iwe_ft_support_contact-qlg {
  line-height: 1.4;
  color: #505E78;
  font-size: 0.75rem;
}.iwe_ft_support_contact-qlg strong {
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 0.688rem;
  color: #8C9AB5;
  display: block;
}.iwe_ft_main-qlg {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 32px 16px 24px;
}
@media(min-width: 766px) {.iwe_ft_main-qlg {
  padding: 2.5rem 24px 2rem;
}
}.iwe_ft_main_in-qlg {
  margin: 0 auto;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 1340px;
}
@media(min-width: 638px) {.iwe_ft_main_in-qlg {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.iwe_ft_main_in-qlg {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.iwe_ft_col_logo-qlg {
  grid-column: 1/-1;
}
@media(min-width: 1083px) {.iwe_ft_col_logo-qlg {
  grid-column: auto;
}
}.iwe_ft_logo-qlg {
  gap: 9px;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 800;
  display: flex;
  overflow-wrap: break-word;
  color: #EDF2FF;
  margin-bottom: 12px;
  font-size: 1rem;
}.iwe_ft_logo_mark-qlg {
  border-radius: 0.25rem;
  overflow: hidden;
  width: 30px;
  height: 1.875rem;
}.iwe_ft_logo_mark-qlg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.iwe_ft_logo_sub-qlg {
  font-size: 0.75rem;
  color: #505E78;
  max-width: 200px;
  line-height: 1.55;
  overflow-wrap: break-word;
}.iwe_ft_col_title-qlg {
  font-weight: 700;
  color: #8C9AB5;
  margin-bottom: 14px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .07em;
}.iwe_ft_col_links-qlg {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.iwe_ft_col_link-qlg {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #505E78;
}.iwe_ft_col_link-qlg:hover {
  color: #C4CEDF;
}.iwe_ft_apps-qlg {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.iwe_ft_app_card-qlg {
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  padding: 0.625rem 12px;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.10);
  align-items: center;
  display: flex;
}.iwe_ft_app_card-qlg:hover {
  border-color: rgba(62,202,236,0.38);
}.iwe_ft_app_card_ic-qlg svg {
  height: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.375rem;
}.iwe_ft_app_card_os-qlg {
  font-size: 0.625rem;
  color: #505E78;
  font-weight: 600;
}.iwe_ft_app_card_action-qlg {
  font-weight: 700;
  color: #C4CEDF;
  font-size: 0.75rem;
}.iwe_ft_bot-qlg {
  padding: 1.25rem 1rem;
}
@media(min-width: 766px) {.iwe_ft_bot-qlg {
  padding: 1.25rem 1.5rem;
}
}.iwe_ft_bot_in-qlg {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  max-width: 83.75rem;
  align-items: center;
}.iwe_ft_socials-qlg {
  gap: 0.5rem;
  display: flex;
}.iwe_ft_soc-qlg {
  border-radius: 0.25rem;
  transition: background .2s;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  display: flex;
  width: 2.25rem;
  height: 2.25rem;
  justify-content: center;
  color: #8C9AB5;
  align-items: center;
}.iwe_ft_soc-qlg svg {
  height: 1rem;
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.iwe_ft_soc-qlg:hover {
  background: rgba(255,255,255,0.07);
}.iwe_ft_legal-qlg {
  flex: 1;
  min-width: 12.5rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #6E7D98;
  font-size: 0.688rem;
}.iwe_ft_legal-qlg strong {
  font-weight: 700;
  color: #8C9AB5;
}.iwe_ft_legal-qlg a {
  text-decoration: underline;
  color: #8C9AB5;
}.iwe_ft_age-qlg {
  border: 2px solid #6E7D98;
  border-radius: 50%;
  font-size: 0.688rem;
  display: flex;
  width: 2rem;
  color: #6E7D98;
  align-items: center;
  height: 2rem;
  justify-content: center;
  font-weight: 800;
  flex-shrink: 0;
  margin-left: auto;
}