*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #0C1528;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  font-family: 'Inter', sans-serif;
  color: #C2CDE0;
  min-height: 100vh;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  color: inherit;
  text-decoration: none;
}button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.kyf-layout-1ej {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.kyf-page-1ej {
  min-height: 100vh;
  display: flex;
}.kyf-main-1ej {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media(min-width:1080px) {.kyf-main-1ej {
  padding-left: 13.75rem;
}
}
@media(max-width: 1080px) {.kyf-main-1ej {
  padding-bottom: 72px;
}
}.kyf-gc-1ej {
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform .2s,border-color .2s;
  border-radius: 0.625rem;
  background: #0F192E;
  overflow: hidden;
  width: 8.75rem;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}
@media(min-width: 641px) {.kyf-gc-1ej {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.kyf-gc-1ej {
  width: 10.5rem;
}
}.kyf-gc-1ej:hover {
  border-color: rgba(91, 168, 220, 0.07);
  transform: translateY(-3px);
}.kyf-gc_img-1ej {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.kyf-gc_img-1ej img {
  inset: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}.kyf-gc_hover-1ej {
  background: rgba(7, 16, 29, 0.72);
  transition: opacity .2s;
  inset: 0;
  justify-content: center;
  display: flex;
  opacity: 0;
  position: absolute;
  align-items: center;
}.kyf-gc-1ej:hover .kyf-gc_hover-1ej {
  opacity: 1;
}.kyf-gc_hover_btn-1ej {
  border-radius: 0.375rem;
  background: #5BA8DC;
  padding: 0.5rem 1rem;
  font-size: 12px;
  color: #EDF2FA;
  font-weight: 700;
}.kyf-gc_info-1ej {
  padding: 8px 0.625rem 10px;
}.kyf-gc_name-1ej {
  overflow: hidden;
  font-weight: 600;
  font-size: 0.75rem;
  max-width: 100%;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #C2CDE0;
}.kyf-gc_prov-1ej {
  color: #516078;
  font-size: 0.625rem;
}.kyf-gc_tag-1ej {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  z-index: 2;
  position: absolute;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 700;
  top: 6px;
  left: 6px;
}.kyf-gc_tag_hot-1ej {
  background: #D94848;
  color: #fff;
}.kyf-gc_tag_new-1ej {
  background: #36B87E;
  color: #0C1528;
}.kyf-gc_tag_jp-1ej {
  background: #E8B84B;
  color: #0C1528;
}.kyf-gc_tag_ex-1ej {
  background: #3D6FA8;
  color: #fff;
}.kyf-gc_tag_live-1ej {
  background: #D94848;
  color: #fff;
}.kyf-gr-1ej {
  padding: 32px 1rem 0;
  background: #0C1528;
}
@media(min-width: 770px) {.kyf-gr-1ej {
  padding: 2.25rem 24px 0;
}
}.kyf-gr_in-1ej {
  margin: 0 auto;
  max-width: 82.5rem;
}.kyf-gr_head-1ej {
  gap: 12px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}.kyf-gr_head_l-1ej {
  flex: 1;
  gap: 0.625rem;
  align-items: center;
  display: flex;
  min-width: 0;
}.kyf-gr_ic-1ej {
  border-radius: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}.kyf-gr_ic-1ej svg {
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
}.kyf-gr_title-1ej {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 16px;
  color: #EDF2FA;
  font-weight: 700;
}
@media(min-width: 771px) {.kyf-gr_title-1ej {
  font-size: 1.125rem;
}
}.kyf-gr_more-1ej {
  transition: color .2s;
  gap: 0.313rem;
  font-weight: 600;
  align-items: center;
  white-space: nowrap;
  color: #6A7F99;
  display: flex;
  font-size: 12px;
  flex-shrink: 0;
}.kyf-gr_more-1ej:hover {
  color: #5BA8DC;
}.kyf-gr_more-1ej svg {
  height: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.75rem;
}.kyf-gr_arrows-1ej {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.kyf-gr_arr-1ej {
  transition: background .15s,color .15s;
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  display: flex;
  width: 30px;
  color: #8FA3BE;
  justify-content: center;
  height: 1.875rem;
}.kyf-gr_arr-1ej:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EDF2FA;
}.kyf-gr_arr-1ej svg {
  stroke-linecap: round;
  width: 0.813rem;
  height: 13px;
  stroke-linejoin: round;
}.kyf-gr_seo_h-1ej {
  margin: 0 0 0.375rem;
  overflow-wrap: break-word;
  max-width: 680px;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  font-size: 13px;
  color: #C2CDE0;
}
@media(min-width: 769px) {.kyf-gr_seo_h-1ej {
  font-size: 14px;
}
}.kyf-gr_seo-1ej {
  max-width: 42.5rem;
  margin-bottom: 0.75rem;
  color: #6A7F99;
  line-height: 1.55;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.kyf-gr_seo-1ej strong {
  font-weight: 600;
  color: #C2CDE0;
}.kyf-gr_scroll-1ej {
  gap: 10px;
  scrollbar-width: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.625rem;
  display: flex;
}.kyf-gr_scroll-1ej::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.kyf-gr_scroll-1ej {
  gap: 12px;
}
}.kyf-tb-1ej {
  background: #0C1528;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  height: 56px;
}.kyf-tb_in-1ej {
  padding: 0 0.875rem;
  gap: 0;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}.kyf-tb_burger-1ej {
  border-radius: 0.625rem;
  gap: 0.313rem;
  align-items: center;
  display: flex;
  margin-right: 0.5rem;
  height: 38px;
  flex-shrink: 0;
  width: 38px;
  flex-direction: column;
  justify-content: center;
}.kyf-tb_burger-1ej:hover {
  background: rgba(255, 255, 255, 0.05);
}.kyf-tb_burger_line-1ej {
  background: #8FA3BE;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 1.125rem;
}
@media(min-width: 1081px) {.kyf-tb_burger-1ej {
  display: none;
}
}.kyf-tb_logo-1ej {
  gap: 9px;
  font-size: 18px;
  margin-right: 1.25rem;
  font-weight: 800;
  color: #EDF2FA;
  letter-spacing: -.01em;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
}.kyf-tb_logo_mark-1ej {
  overflow: hidden;
  border-radius: 0.625rem;
  display: flex;
  width: 2rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
}.kyf-tb_logo_mark-1ej img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.kyf-tb_nav-1ej {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 639px) {.kyf-tb_nav-1ej {
  display: flex;
}
}.kyf-tb_tab-1ej {
  transition: background .15s,color .15s;
  padding: 0.5rem 0.875rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.813rem;
  color: #8FA3BE;
  white-space: nowrap;
}.kyf-tb_tab-1ej:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EDF2FA;
}.kyf-tb_tab-1ej.kyf-state_active-1ej {
  background: rgba(91, 168, 220, 0.18);
  color: #EDF2FA;
}.kyf-tb_right-1ej {
  gap: 0.5rem;
  margin-left: auto;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.kyf-tb_login-1ej {
  padding: 9px 1rem;
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  font-weight: 600;
  font-size: 13px;
  display: none;
  color: #C2CDE0;
}.kyf-tb_login-1ej:hover {
  border-color: rgba(91, 168, 220, 0.45);
  color: #EDF2FA;
}
@media(min-width: 481px) {.kyf-tb_login-1ej {
  display: block;
}
}.kyf-tb_reg-1ej {
  background: #36B87E;
  padding: 9px 18px;
  transition: background .2s;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  color: #081019;
}.kyf-tb_reg-1ej:hover {
  background: #44D494;
}.kyf-sb-1ej {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  transition: transform .25s ease;
  background: #111E35;
  position: fixed;
  top: 56px;
  width: 220px;
  left: 0;
  z-index: 70;
  bottom: 0;
  overflow-y: auto;
}.kyf-sb-1ej.kyf-state_open-1ej {
  transform: translateX(0);
}.kyf-sb-1ej::-webkit-scrollbar {
  width: 4px;
}.kyf-sb-1ej::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1079px) {.kyf-sb-1ej {
  transform: translateX(0);
}
}.kyf-sb_auth-1ej {
  padding: 14px 0.75rem 10px;
}.kyf-sb_btn_reg-1ej {
  padding: 0.688rem;
  background: #36B87E;
  transition: background .2s;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  color: #081019;
  display: block;
}.kyf-sb_btn_reg-1ej:hover {
  background: #44D494;
}.kyf-sb_btn_login-1ej {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border-radius: 0.625rem;
  padding: 0.625rem;
  display: block;
  font-size: 0.813rem;
  color: #C2CDE0;
  text-align: center;
  font-weight: 600;
}.kyf-sb_btn_login-1ej:hover {
  border-color: rgba(91, 168, 220, 0.45);
  color: #EDF2FA;
}.kyf-sb_promo-1ej {
  margin: 0 12px 0.625rem;
  overflow: hidden;
  padding: 0.75rem 14px;
  border: 1px solid rgba(91, 168, 220, 0.18);
  border-radius: 10px;
  background: linear-gradient(135deg,#0E1E3F,#111E35);
  position: relative;
}.kyf-sb_promo-1ej::before {
  background: radial-gradient(circle,rgba(91, 168, 220, 0.18),transparent 70%);
  border-radius: 50%;
  position: absolute;
  height: 80px;
  right: -20px;
  width: 5rem;
  content: '';
  top: -1.25rem;
}.kyf-sb_promo_title-1ej {
  color: #5BA8DC;
  font-size: 11px;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
}.kyf-sb_promo_text-1ej {
  font-size: 12px;
  overflow-wrap: break-word;
  font-weight: 600;
  line-height: 1.35;
  color: #EDF2FA;
}.kyf-sb_promo_sub-1ej {
  color: #6A7F99;
  margin-top: 3px;
  font-size: 0.625rem;
}.kyf-sb_nav-1ej {
  padding: 6px 8px 16px;
}.kyf-sb_nav_lb-1ej {
  padding: 0.625rem 0.5rem 6px;
  font-weight: 700;
  color: #516078;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.625rem;
}.kyf-sb_link-1ej {
  transition: background .15s,color .15s;
  border-radius: 6px;
  padding: 0.563rem 10px;
  gap: 0.625rem;
  overflow-wrap: break-word;
  display: flex;
  color: #8FA3BE;
  cursor: pointer;
  font-size: 0.813rem;
  font-weight: 500;
  align-items: center;
}.kyf-sb_link-1ej:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EDF2FA;
}.kyf-sb_link-1ej.kyf-state_active-1ej {
  background: rgba(91, 168, 220, 0.18);
  color: #EDF2FA;
}.kyf-sb_ic-1ej {
  border-radius: 6px;
  justify-content: center;
  flex-shrink: 0;
  height: 1.875rem;
  display: flex;
  align-items: center;
  width: 30px;
}.kyf-sb_ic-1ej svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
  width: 16px;
}.kyf-sb_ic_1-1ej {
  background: rgba(91, 168, 220, 0.07);
  color: #5BA8DC;
}.kyf-sb_ic_2-1ej {
  background: rgba(54, 184, 126, 0.16);
  color: #36B87E;
}.kyf-sb_ic_3-1ej {
  background: rgba(232, 184, 75, 0.16);
  color: #E8B84B;
}.kyf-sb_ic_4-1ej {
  background: rgba(61, 111, 168, 0.22);
  color: #3D6FA8;
}.kyf-sb_ic_5-1ej {
  background: rgba(91, 168, 220, 0.07);
  color: #C94E96;
}.kyf-sb_ic_6-1ej {
  background: rgba(61, 111, 168, 0.22);
  color: #9060D8;
}.kyf-sb_badge-1ej {
  border-radius: 6px;
  background: #E8B84B;
  padding: 2px 0.438rem;
  color: #081019;
  font-weight: 700;
  font-size: 0.563rem;
  margin-left: auto;
}.kyf-sb_bot-1ej {
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.kyf-sb_lang-1ej,.kyf-sb_help-1ej {
  transition: border-color .2s;
  padding: 9px 6px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.05);
  flex: 1;
  border-radius: 6px;
  gap: 0.375rem;
  display: flex;
  font-weight: 600;
  justify-content: center;
  font-size: 11px;
  align-items: center;
  color: #8FA3BE;
}.kyf-sb_lang-1ej:hover,.kyf-sb_help-1ej:hover {
  border-color: rgba(91, 168, 220, 0.45);
  color: #EDF2FA;
}.kyf-sb_lang-1ej svg,.kyf-sb_help-1ej svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 13px;
  width: 0.813rem;
}.kyf-sb_bd-1ej {
  inset: 0;
  background: rgba(7, 16, 29, 0.72);
  display: none;
  position: fixed;
  z-index: 69;
}.kyf-sb_bd-1ej.kyf-state_on-1ej {
  display: block;
}
@media(min-width: 1077px) {.kyf-sb_bd-1ej {
  display: none!important;
}
}.kyf-mob_nav-1ej {
  background: #111E35;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  left: 0;
  position: fixed;
  bottom: 0;
  z-index: 80;
  right: 0;
  display: flex;
}
@media(min-width: 1078px) {.kyf-mob_nav-1ej {
  display: none;
}
}.kyf-mob_nav_item-1ej {
  flex: 1;
  gap: 0.25rem;
  padding: 4px 2px;
  flex-direction: column;
  align-items: center;
  color: #516078;
  cursor: pointer;
  display: flex;
}.kyf-mob_nav_ic-1ej {
  line-height: 1;
}.kyf-mob_nav_ic-1ej svg {
  width: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 20px;
}.kyf-mob_nav_lb-1ej {
  color: #516078;
  font-weight: 600;
  font-size: 10px;
}.kyf-mob_nav_item-1ej.kyf-state_active-1ej {
  color: #5BA8DC;
}.kyf-mob_nav_item-1ej.kyf-state_active-1ej .kyf-mob_nav_lb-1ej {
  color: #5BA8DC;
}.kyf-hero-1ej {
  background: #0C1528;
  padding: 20px 16px 0;
}
@media(min-width: 767px) {.kyf-hero-1ej {
  padding: 1.5rem 1.5rem 0;
}
}.kyf-hero_in-1ej {
  margin: 0 auto;
  gap: 0.75rem;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.kyf-hero_in-1ej {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1099px) {.kyf-hero_in-1ej {
  grid-template-columns: 1fr 340px;
}
}.kyf-hero_promo-1ej {
  border-radius: 16px;
  background: #0F192E;
  overflow: hidden;
  min-height: 220px;
  position: relative;
  display: flex;
  align-items: stretch;
}
@media(min-width: 769px) {.kyf-hero_promo-1ej {
  min-height: 17.5rem;
}
}.kyf-hero_promo_bg-1ej {
  inset: 0;
  background: linear-gradient(120deg,#0E1E3F 0%,#0C1528 100%);
  background-position: center;
  background-size: cover;
  position: absolute;
}.kyf-hero_promo_bg-1ej::after {
  inset: 0;
  background: linear-gradient(90deg,#0C1528 0%,rgba(7, 16, 29, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.kyf-hero_promo_glow-1ej {
  background: radial-gradient(circle,rgba(61, 111, 168, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  right: 60px;
  top: -40px;
  width: 300px;
  pointer-events: none;
  position: absolute;
  height: 300px;
}.kyf-hero_promo_ct-1ej {
  padding: 28px 24px 1.75rem 28px;
  max-width: 480px;
  z-index: 2;
  flex-direction: column;
  display: flex;
  position: relative;
  justify-content: center;
}
@media(min-width:768px) {.kyf-hero_promo_ct-1ej {
  padding: 40px 2rem;
}
}.kyf-hero_badge-1ej {
  border: 1px solid rgba(91, 168, 220, 0.07);
  padding: 0.313rem 0.75rem;
  border-radius: 20px;
  background: rgba(91, 168, 220, 0.18);
  font-weight: 700;
  margin-bottom: 14px;
  display: inline-block;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 10px;
  color: #5BA8DC;
}.kyf-hero_h1-1ej {
  font-weight: 800;
  color: #EDF2FA;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  line-height: 1.15;
  font-family: 'Cinzel', serif;
  font-size: 1.625rem;
}.kyf-hero_h1-1ej em {
  font-style: normal;
  color: #E8B84B;
}
@media(min-width:768px) {.kyf-hero_h1-1ej {
  font-size: 2.25rem;
}
}.kyf-hero_sub-1ej {
  color: #8FA3BE;
  margin-bottom: 20px;
  font-size: 0.813rem;
  line-height: 1.55;
}
@media(min-width:768px) {.kyf-hero_sub-1ej {
  font-size: 14px;
}
}.kyf-hero_row-1ej {
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.kyf-hero_cta-1ej {
  background: #36B87E;
  transition: background .2s;
  padding: 13px 1.625rem;
  border-radius: 10px;
  font-size: 0.875rem;
  color: #081019;
  box-shadow: 0 0.25rem 20px rgba(54, 184, 126, 0.42);
  font-weight: 700;
}.kyf-hero_cta-1ej:hover {
  background: #44D494;
}.kyf-hero_terms-1ej {
  color: #516078;
  font-size: 11px;
}.kyf-hero_game-1ej {
  background: #0F192E;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  flex-direction: column;
  display: flex;
  position: relative;
}.kyf-hero_game_badge-1ej {
  background: rgba(232, 184, 75, 0.16);
  border: 1px solid rgba(232, 184, 75, 0.16);
  padding: 0.313rem 10px;
  border-radius: 20px;
  text-transform: uppercase;
  color: #E8B84B;
  top: 12px;
  letter-spacing: .06em;
  z-index: 3;
  left: 12px;
  font-weight: 700;
  font-size: 0.625rem;
  position: absolute;
}.kyf-hero_game_badge-1ej svg {
  margin-right: 0.25rem;
  width: 0.688rem;
  height: 0.688rem;
  vertical-align: -1px;
}.kyf-hero_game_img-1ej {
  overflow: hidden;
  background: linear-gradient(135deg,#0E1E3F,#0C1528);
  position: relative;
  padding-bottom: 60%;
}.kyf-hero_game_img-1ej img {
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}.kyf-hero_game_play-1ej {
  transition: opacity .2s;
  inset: 0;
  background: rgba(7, 16, 29, 0.72);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}.kyf-hero_game-1ej:hover .kyf-hero_game_play-1ej {
  opacity: 1;
}.kyf-hero_game_play-1ej span {
  background: #5BA8DC;
  border-radius: 50%;
  width: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
}.kyf-hero_game_play-1ej span svg {
  margin-left: 2px;
  height: 1.125rem;
  width: 18px;
}.kyf-hero_game_info-1ej {
  padding: 14px 16px;
}.kyf-hero_game_title-1ej {
  overflow-wrap: break-word;
  color: #EDF2FA;
  font-size: 0.938rem;
  margin-bottom: 0.25rem;
  font-weight: 700;
}.kyf-hero_game_provider-1ej {
  color: #6A7F99;
  font-size: 11px;
}.kyf-hero_game_btn-1ej {
  transition: background .2s;
  background: #5BA8DC;
  padding: 11px;
  margin: 0.75rem 16px 16px;
  border-radius: 0.625rem;
  font-weight: 700;
  display: block;
  color: #EDF2FA;
  font-size: 13px;
  text-align: center;
}.kyf-hero_game-1ej:hover .kyf-hero_game_btn-1ej {
  background: #7BBFE9;
}.kyf-sbar-1ej {
  background: #0C1528;
  padding: 16px 16px 0;
}
@media(min-width: 770px) {.kyf-sbar-1ej {
  padding: 18px 1.5rem 0;
}
}.kyf-sbar_in-1ej {
  margin: 0 auto;
  max-width: 82.5rem;
}.kyf-sbar_row-1ej {
  gap: 0.625rem;
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
}.kyf-sbar_input-1ej {
  background: #0F192E;
  border-radius: 0.625rem;
  padding: 11px 1rem;
  flex: 1;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 0.813rem;
  color: #6A7F99;
}.kyf-sbar_input-1ej:hover {
  border-color: rgba(91, 168, 220, 0.45);
}.kyf-sbar_input-1ej svg {
  width: 0.938rem;
  height: 15px;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}.kyf-sbar_providers-1ej {
  gap: 0.5rem;
  transition: border-color .2s;
  border-radius: 10px;
  padding: 0.688rem 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #0F192E;
  align-items: center;
  white-space: nowrap;
  display: flex;
  color: #C2CDE0;
  font-size: 13px;
  font-weight: 600;
}.kyf-sbar_providers-1ej:hover {
  border-color: rgba(91, 168, 220, 0.45);
  color: #EDF2FA;
}.kyf-sbar_providers-1ej svg {
  width: 0.875rem;
  height: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.kyf-sbar_tabs-1ej {
  gap: 0.375rem;
  scrollbar-width: none;
  padding-bottom: 2px;
  display: flex;
  overflow-x: auto;
}.kyf-sbar_tabs-1ej::-webkit-scrollbar {
  display: none;
}.kyf-sbar_tab-1ej {
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  padding: 0.5rem 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1.25rem;
  gap: 0.438rem;
  flex-shrink: 0;
  display: flex;
  font-weight: 600;
  align-items: center;
  cursor: pointer;
  font-size: 0.75rem;
  white-space: nowrap;
  color: #8FA3BE;
}.kyf-sbar_tab-1ej:hover {
  border-color: rgba(91, 168, 220, 0.45);
  background: rgba(255, 255, 255, 0.07);
  color: #EDF2FA;
}.kyf-sbar_tab-1ej.kyf-state_active-1ej {
  border-color: rgba(91, 168, 220, 0.07);
  background: rgba(91, 168, 220, 0.18);
  color: #EDF2FA;
}.kyf-sbar_tab_ic-1ej svg {
  stroke-linecap: round;
  height: 0.875rem;
  width: 0.875rem;
  stroke-linejoin: round;
}.kyf-gcg-1ej {
  background: #0C1528;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.kyf-gcg-1ej {
  padding: 2.75rem 24px 0;
}
}.kyf-gcg_in-1ej {
  margin: 0 auto;
  max-width: 82.5rem;
}.kyf-gcg_head-1ej {
  max-width: 720px;
  margin-bottom: 1.25rem;
}.kyf-gcg_label-1ej {
  color: #5BA8DC;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
}.kyf-gcg_h2-1ej {
  margin-bottom: 0.5rem;
  font-weight: 800;
  color: #EDF2FA;
  font-size: 1.375rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.kyf-gcg_h2-1ej {
  font-size: 1.75rem;
}
}.kyf-gcg_intro-1ej {
  color: #6A7F99;
  font-size: 0.813rem;
  line-height: 1.6;
}.kyf-gcg_grid-1ej {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.kyf-gcg_grid-1ej {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.kyf-gcg_grid-1ej {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.kyf-gcg_card-1ej {
  border-radius: 16px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: transform .2s,border-color .2s;
  min-height: 240px;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  display: flex;
  position: relative;
}.kyf-gcg_card-1ej:hover {
  border-color: rgba(91, 168, 220, 0.18);
  transform: translateY(-3px);
}.kyf-gcg_card_bg-1ej {
  inset: 0;
  position: absolute;
  z-index: 0;
}.kyf-gcg_card_bg-1ej::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.kyf-gcg_card_ic-1ej {
  background: rgba(0,0,0,.45);
  border-radius: 6px;
  width: 2.5rem;
  height: 40px;
  color: #EDF2FA;
  position: absolute;
  right: 1.125rem;
  top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}.kyf-gcg_card_ic-1ej svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.kyf-gcg_card_ct-1ej {
  position: relative;
  z-index: 1;
}.kyf-gcg_card_h-1ej {
  color: #EDF2FA;
  font-weight: 800;
  line-height: 1.2;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-size: 18px;
}
@media(min-width: 771px) {.kyf-gcg_card_h-1ej {
  font-size: 20px;
}
}.kyf-gcg_card_p-1ej {
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 12px;
  margin-bottom: 10px;
  color: rgba(255,255,255,.82);
}.kyf-gcg_card_p-1ej strong {
  font-weight: 600;
  color: #EDF2FA;
}.kyf-gcg_card_cta-1ej {
  gap: 4px;
  text-transform: uppercase;
  display: inline-flex;
  font-weight: 700;
  letter-spacing: .04em;
  align-items: center;
  font-size: 0.75rem;
  color: #5BA8DC;
}.kyf-gcg_card_cta-1ej svg {
  height: 12px;
  stroke-linecap: round;
  width: 12px;
  stroke-linejoin: round;
}.kyf-gr_jp-1ej {
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient(135deg,#141030 0%,#09101F 100%);
  padding: 20px;
  position: relative;
}.kyf-gr_jp-1ej::before {
  background: radial-gradient(circle,rgba(61, 111, 168, 0.22) 0%,transparent 70%);
  border-radius: 50%;
  height: 250px;
  content: '';
  top: -60px;
  position: absolute;
  left: -3.75rem;
  width: 15.625rem;
}.kyf-gr_jp-1ej::after {
  background: radial-gradient(circle,rgba(232, 184, 75, 0.16) 0%,transparent 70%);
  border-radius: 50%;
  bottom: -2.5rem;
  content: '';
  right: 0;
  height: 200px;
  width: 200px;
  position: absolute;
}.kyf-gr_jp_head-1ej {
  gap: 16px;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
  z-index: 1;
  display: flex;
  position: relative;
}.kyf-gr_jp_info-1ej {
  flex: 1;
}.kyf-gr_jp_label-1ej {
  text-transform: uppercase;
  color: #9060D8;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 6px;
}.kyf-gr_jp_label-1ej svg {
  margin-right: 0.25rem;
  width: 0.875rem;
  stroke-linecap: round;
  vertical-align: -2px;
  height: 14px;
  stroke-linejoin: round;
}.kyf-gr_jp_amount-1ej {
  margin-bottom: 4px;
  line-height: 1;
  font-family: 'Cinzel', serif;
  font-size: 2rem;
  color: #EDF2FA;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.kyf-gr_jp_amount-1ej {
  font-size: 40px;
}
}.kyf-gr_jp_amount-1ej span {
  color: #E8B84B;
}.kyf-gr_jp_seo-1ej {
  line-height: 1.5;
  font-size: 0.75rem;
  color: #8FA3BE;
  max-width: 30rem;
  overflow-wrap: break-word;
}.kyf-gr_jp_cta-1ej {
  padding: 11px 1.25rem;
  border: 1px solid rgba(61, 111, 168, 0.22);
  border-radius: 0.625rem;
  transition: background .2s;
  background: rgba(61, 111, 168, 0.22);
  flex-shrink: 0;
  position: relative;
  margin-top: 0.25rem;
  align-self: flex-start;
  z-index: 1;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 700;
  color: #EDF2FA;
}.kyf-gr_jp_cta-1ej:hover {
  background: #3D6FA8;
}.kyf-ws-1ej {
  background: #0C1528;
  padding: 32px 16px 0;
}
@media(min-width: 767px) {.kyf-ws-1ej {
  padding: 36px 1.5rem 0;
}
}.kyf-ws_in-1ej {
  margin: 0 auto;
  max-width: 1320px;
}.kyf-ws_head-1ej {
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.875rem;
  display: flex;
}.kyf-ws_title-1ej {
  gap: 10px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 1rem;
  color: #EDF2FA;
  flex-wrap: wrap;
  display: flex;
  font-weight: 700;
  align-items: center;
}.kyf-ws_title_ic-1ej svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 18px;
  color: #E8B84B;
  height: 18px;
}.kyf-ws_online-1ej {
  gap: 0.438rem;
  font-size: 0.75rem;
  display: flex;
  color: #6A7F99;
  font-weight: 600;
  align-items: center;
}.kyf-ws_online_dot-1ej {
  background: #36B87E;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(54, 184, 126, 0.16);
  width: 0.5rem;
  height: 0.5rem;
}.kyf-ws_scroll-1ej {
  gap: 0.5rem;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  display: flex;
}.kyf-ws_scroll-1ej::-webkit-scrollbar {
  display: none;
}.kyf-wc-1ej {
  background: #0F192E;
  padding: 0.625rem 14px;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  flex-shrink: 0;
  min-width: 220px;
  align-items: center;
}.kyf-wc_img-1ej {
  background: #111E35;
  overflow: hidden;
  border-radius: 6px;
  flex-shrink: 0;
  width: 36px;
  height: 2.25rem;
}.kyf-wc_img-1ej img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.kyf-wc_info-1ej {
  min-width: 0;
}.kyf-wc_game-1ej {
  overflow: hidden;
  color: #C2CDE0;
  font-weight: 600;
  white-space: nowrap;
  font-size: 12px;
  text-overflow: ellipsis;
}.kyf-wc_player-1ej {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #516078;
  font-size: 10px;
}.kyf-wc_amount-1ej {
  color: #36B87E;
  font-size: 13px;
  font-weight: 700;
  margin-left: auto;
  flex-shrink: 0;
  white-space: nowrap;
}.kyf-prov-1ej {
  background: #0C1528;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.kyf-prov-1ej {
  padding: 44px 24px 0;
}
}.kyf-prov_in-1ej {
  margin: 0 auto;
  max-width: 82.5rem;
}.kyf-prov_head-1ej {
  margin-bottom: 16px;
}.kyf-prov_label-1ej {
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #5BA8DC;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.kyf-prov_h2-1ej {
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  color: #EDF2FA;
}
@media(min-width: 767px) {.kyf-prov_h2-1ej {
  font-size: 1.5rem;
}
}.kyf-prov_seo-1ej {
  max-width: 620px;
  color: #6A7F99;
  line-height: 1.6;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 16px;
}.kyf-prov_seo-1ej strong {
  font-weight: 700;
  color: #C2CDE0;
}.kyf-prov_seo-1ej a {
  color: #5BA8DC;
  text-decoration: underline;
}.kyf-prov_grid-1ej {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 643px) {.kyf-prov_grid-1ej {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.kyf-prov_grid-1ej {
  grid-template-columns: repeat(8,1fr);
}
}.kyf-prov_card-1ej {
  background: #0F192E;
  transition: border-color .2s,background .2s;
  border-radius: 0.625rem;
  padding: 0.875rem 10px;
  gap: 0.438rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  cursor: pointer;
  align-items: center;
  display: flex;
  flex-direction: column;
}.kyf-prov_card-1ej:hover {
  background: #111E35;
  border-color: rgba(91, 168, 220, 0.45);
}.kyf-prov_logo-1ej {
  overflow: hidden;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  width: 44px;
  height: 44px;
  align-items: center;
}.kyf-prov_logo-1ej img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.kyf-prov_name-1ej {
  text-align: center;
  color: #8FA3BE;
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.kyf-bon-1ej {
  padding: 36px 1rem 0;
  background: #0C1528;
}
@media(min-width: 769px) {.kyf-bon-1ej {
  padding: 44px 24px 0;
}
}.kyf-bon_in-1ej {
  margin: 0 auto;
  max-width: 82.5rem;
}.kyf-bon_head-1ej {
  margin-bottom: 1.25rem;
}.kyf-bon_label-1ej {
  color: #5BA8DC;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.kyf-bon_h2-1ej {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  color: #EDF2FA;
  font-weight: 800;
}
@media(min-width: 770px) {.kyf-bon_h2-1ej {
  font-size: 24px;
}
}.kyf-bon_seo-1ej {
  font-size: 13px;
  overflow-wrap: break-word;
  max-width: 620px;
  line-height: 1.6;
  color: #6A7F99;
}.kyf-bon_seo-1ej strong {
  color: #C2CDE0;
  font-weight: 700;
}.kyf-bon_seo-1ej a {
  text-decoration: underline;
  color: #5BA8DC;
}.kyf-bon_grid-1ej {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 639px) {.kyf-bon_grid-1ej {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.kyf-bon_grid-1ej {
  grid-template-columns: repeat(5,1fr);
}
}.kyf-bon_card-1ej {
  transition: border-color .2s,transform .2s;
  border-radius: 0.625rem;
  background: #0F192E;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1rem;
}.kyf-bon_card-1ej:hover {
  transform: translateY(-2px);
  border-color: rgba(91, 168, 220, 0.07);
}.kyf-bon_card_ic-1ej svg {
  stroke-linejoin: round;
  height: 26px;
  width: 26px;
  stroke-linecap: round;
}.kyf-bon_card_ic-1ej {
  margin-bottom: 0.625rem;
}.kyf-bon_card_type-1ej {
  margin-bottom: 0.375rem;
  font-size: 10px;
  color: #6A7F99;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
}.kyf-bon_card_amount-1ej {
  font-size: 1.125rem;
  color: #E8B84B;
  margin-bottom: 6px;
  font-weight: 800;
  line-height: 1.1;
}.kyf-bon_card_name-1ej {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #EDF2FA;
  font-weight: 600;
  margin-bottom: 8px;
}.kyf-bon_card_detail-1ej {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #516078;
  overflow-wrap: break-word;
  font-size: 11px;
  line-height: 1.5;
  padding-top: 0.5rem;
}.kyf-reg-1ej {
  padding: 36px 1rem 0;
  background: #0C1528;
}
@media(min-width: 769px) {.kyf-reg-1ej {
  padding: 44px 24px 0;
}
}.kyf-reg_in-1ej {
  background: #111E35;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  margin: 0 auto;
  padding: 28px 24px;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.kyf-reg_in-1ej {
  padding: 2.5rem;
}
}.kyf-reg_top-1ej {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.kyf-reg_top-1ej {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.kyf-reg_label-1ej {
  margin-bottom: 0.625rem;
  color: #5BA8DC;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
}.kyf-reg_h2-1ej {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #EDF2FA;
  margin-bottom: 12px;
  line-height: 1.2;
  font-size: 22px;
}
@media(min-width:768px) {.kyf-reg_h2-1ej {
  font-size: 28px;
}
}.kyf-reg_bonus-1ej {
  border-radius: 10px;
  border: 1px solid rgba(232, 184, 75, 0.16);
  background: rgba(232, 184, 75, 0.16);
  padding: 10px 16px;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  display: inline-flex;
}.kyf-reg_bonus_amount-1ej {
  font-weight: 800;
  font-size: 20px;
  color: #E8B84B;
}.kyf-reg_bonus_text-1ej {
  color: #8FA3BE;
  line-height: 1.35;
  font-size: 0.813rem;
}.kyf-reg_cta_btn-1ej {
  border-radius: 10px;
  background: #36B87E;
  transition: background .2s;
  padding: 14px 2rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #081019;
  box-shadow: 0 0.25rem 1.25rem rgba(54, 184, 126, 0.42);
  font-size: 15px;
}.kyf-reg_cta_btn-1ej:hover {
  background: #44D494;
}.kyf-reg_terms-1ej {
  color: #516078;
  line-height: 1.5;
  font-size: 0.688rem;
}.kyf-reg_seo-1ej {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #6A7F99;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}.kyf-reg_seo-1ej p {
  line-height: 1.65;
  margin-bottom: 0.625rem;
  color: #6A7F99;
  font-size: 0.813rem;
}.kyf-reg_seo-1ej p:last-child {
  margin-bottom: 0;
}.kyf-reg_seo-1ej strong {
  font-weight: 700;
  color: #C2CDE0;
}.kyf-reg_seo-1ej a {
  transition: color .2s;
  color: #5BA8DC;
  text-decoration: underline;
}.kyf-reg_seo-1ej a:hover {
  color: #7BBFE9;
}.kyf-reg_seo-1ej ul,.kyf-reg_seo-1ej ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.kyf-reg_seo-1ej ol {
  list-style: decimal;
}.kyf-reg_seo-1ej li {
  color: #6A7F99;
  margin-bottom: 4px;
  font-size: 0.813rem;
  line-height: 1.65;
}.kyf-reg_seo-1ej table {
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
}
@media(min-width:768px) {.kyf-reg_seo-1ej table {
  display: table;
}
}.kyf-reg_seo-1ej th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C2CDE0;
}.kyf-reg_seo-1ej td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #6A7F99;
}.kyf-reg_steps-1ej {
  gap: 0.875rem;
  margin-top: 1.75rem;
  flex-direction: column;
  display: flex;
}
@media(min-width: 861px) {.kyf-reg_steps-1ej {
  margin-top: 0;
}
}.kyf-reg_step-1ej {
  border-radius: 10px;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.kyf-reg_step_num-1ej {
  border-radius: 50%;
  border: 1px solid rgba(91, 168, 220, 0.07);
  background: rgba(91, 168, 220, 0.18);
  width: 34px;
  justify-content: center;
  font-size: 14px;
  color: #5BA8DC;
  height: 34px;
  font-weight: 800;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.kyf-reg_step_title-1ej {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 3px;
  color: #EDF2FA;
}.kyf-reg_step_text-1ej {
  line-height: 1.5;
  color: #6A7F99;
  font-size: 0.75rem;
}.kyf-reg_trust-1ej {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}.kyf-reg_trust_item-1ej {
  gap: 7px;
  font-size: 12px;
  align-items: center;
  color: #6A7F99;
  overflow-wrap: break-word;
  display: flex;
}.kyf-reg_trust_ic-1ej svg {
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  width: 16px;
  color: #5BA8DC;
}.kyf-app-1ej {
  padding: 36px 1rem 0;
  background: #0C1528;
}
@media(min-width: 769px) {.kyf-app-1ej {
  padding: 44px 24px 0;
}
}.kyf-app_in-1ej {
  margin: 0 auto;
  max-width: 1320px;
}.kyf-app_head-1ej {
  margin-bottom: 1rem;
}.kyf-app_label-1ej {
  color: #5BA8DC;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}.kyf-app_h2-1ej {
  color: #EDF2FA;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.kyf-app_h2-1ej {
  font-size: 24px;
}
}.kyf-app_sub-1ej {
  color: #6A7F99;
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 37.5rem;
  overflow-wrap: break-word;
}.kyf-app_sub-1ej strong {
  color: #C2CDE0;
  font-weight: 700;
}.kyf-app_cards-1ej {
  gap: 0.625rem;
  display: grid;
  margin-top: 1rem;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.kyf-app_cards-1ej {
  grid-template-columns: repeat(3,1fr);
}
}.kyf-app_card-1ej {
  padding: 1.25rem;
  gap: 1rem;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.kyf-app_card_ios-1ej {
  background: linear-gradient(135deg,rgba(91, 168, 220, 0.18) 0%,#111E35 100%);
}.kyf-app_card_android-1ej {
  background: linear-gradient(135deg,rgba(54, 184, 126, 0.16) 0%,#111E35 100%);
}.kyf-app_card_win-1ej {
  background: linear-gradient(135deg,rgba(232, 184, 75, 0.16) 0%,#111E35 100%);
}.kyf-app_card_ic-1ej svg {
  height: 2.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 2.125rem;
}.kyf-app_card_ic-1ej {
  flex-shrink: 0;
  color: #EDF2FA;
}.kyf-app_card_os-1ej {
  font-size: 0.625rem;
  letter-spacing: .08em;
  font-weight: 700;
  color: #6A7F99;
  text-transform: uppercase;
  margin-bottom: 6px;
}.kyf-app_card_title-1ej {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 6px;
  color: #EDF2FA;
  overflow-wrap: break-word;
}.kyf-app_card_text-1ej {
  margin-bottom: 14px;
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #6A7F99;
  font-size: 0.75rem;
}.kyf-app_card_btn-1ej {
  transition: background .2s;
  gap: 7px;
  border-radius: 0.375rem;
  border: 1px solid rgba(91, 168, 220, 0.45);
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 18px;
  font-weight: 700;
  font-size: 13px;
  color: #EDF2FA;
  display: inline-flex;
  align-items: center;
}.kyf-app_card_btn-1ej:hover {
  background: rgba(255, 255, 255, 0.07);
}.kyf-htp-1ej {
  padding: 2.25rem 16px 0;
  background: #0C1528;
}
@media(min-width: 771px) {.kyf-htp-1ej {
  padding: 44px 24px 0;
}
}.kyf-htp_in-1ej {
  margin: 0 auto;
  max-width: 82.5rem;
}.kyf-htp_head-1ej {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.kyf-htp_label-1ej {
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #5BA8DC;
  margin-bottom: 8px;
}.kyf-htp_h2-1ej {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 22px;
  color: #EDF2FA;
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
}
@media(min-width: 771px) {.kyf-htp_h2-1ej {
  font-size: 1.75rem;
}
}.kyf-htp_intro-1ej {
  line-height: 1.6;
  color: #6A7F99;
  font-size: 0.875rem;
}.kyf-htp_steps-1ej {
  padding: 0;
  list-style: none;
  margin: 0;
  gap: 12px;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.kyf-htp_steps-1ej {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.kyf-htp_steps-1ej {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.kyf-htp_step-1ej {
  border-radius: 10px;
  background: #111E35;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1.25rem 18px 18px;
  flex-direction: column;
  display: flex;
  position: relative;
}.kyf-htp_step_num-1ej {
  border-radius: 50%;
  background: #5BA8DC;
  justify-content: center;
  position: absolute;
  height: 1.75rem;
  align-items: center;
  font-size: 13px;
  display: flex;
  color: #081019;
  left: 20px;
  width: 1.75rem;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  top: -0.75rem;
}.kyf-htp_step_ic-1ej {
  background: rgba(91, 168, 220, 0.18);
  margin: 8px 0 0.75rem;
  border-radius: 0.375rem;
  align-items: center;
  color: #5BA8DC;
  justify-content: center;
  height: 36px;
  display: flex;
  width: 2.25rem;
}.kyf-htp_step_ic-1ej svg {
  stroke-linecap: round;
  width: 1.125rem;
  height: 18px;
  stroke-linejoin: round;
}.kyf-htp_step_h-1ej {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.375rem;
  color: #EDF2FA;
  overflow-wrap: break-word;
  line-height: 1.25;
}.kyf-htp_step_p-1ej {
  overflow-wrap: break-word;
  color: #6A7F99;
  font-size: 0.813rem;
  line-height: 1.55;
}.kyf-htp_step_p-1ej strong {
  color: #C2CDE0;
  font-weight: 600;
}.kyf-htp_cta-1ej {
  background: #36B87E;
  padding: 13px 26px;
  border-radius: 0.625rem;
  transition: background .2s;
  font-size: 14px;
  font-weight: 700;
  color: #081019;
  margin-top: 20px;
  display: inline-block;
}.kyf-htp_cta-1ej:hover {
  background: #44D494;
}.kyf-faq-1ej {
  padding: 2.25rem 1rem 0;
  background: #0C1528;
}
@media(min-width: 769px) {.kyf-faq-1ej {
  padding: 2.75rem 1.5rem 0;
}
}.kyf-faq_in-1ej {
  margin: 0 auto;
  max-width: 82.5rem;
}.kyf-faq_head-1ej {
  margin-bottom: 20px;
}.kyf-faq_label-1ej {
  font-size: 0.688rem;
  margin-bottom: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #5BA8DC;
}.kyf-faq_h2-1ej {
  color: #EDF2FA;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.kyf-faq_h2-1ej {
  font-size: 24px;
}
}.kyf-faq_list-1ej {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.kyf-faq_item-1ej {
  border-radius: 0.625rem;
  overflow: hidden;
  background: #111E35;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.kyf-faq_q-1ej {
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  transition: color .2s;
  font-weight: 600;
  color: #C2CDE0;
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
}.kyf-faq_q-1ej:hover {
  color: #EDF2FA;
}.kyf-faq_q_ic-1ej {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #5BA8DC;
  flex-shrink: 0;
}.kyf-faq_item-1ej.kyf-state_open-1ej .kyf-faq_q_ic-1ej {
  transform: rotate(45deg);
}.kyf-faq_a-1ej {
  padding: 0 1.25rem 1rem;
  line-height: 1.7;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #6A7F99;
  display: none;
}.kyf-faq_item-1ej.kyf-state_open-1ej .kyf-faq_a-1ej {
  display: block;
}.kyf-faq_a-1ej strong {
  color: #C2CDE0;
  font-weight: 700;
}.kyf-faq_a-1ej a {
  text-decoration: underline;
  color: #5BA8DC;
}.kyf-faq_a-1ej ul,.kyf-faq_a-1ej ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.kyf-faq_a-1ej ol {
  list-style: decimal;
}.kyf-faq_a-1ej li {
  line-height: 1.6;
  margin-bottom: 4px;
}.kyf-faq_a-1ej table {
  margin: 0.5rem 0;
  display: block;
  font-size: 0.75rem;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 771px) {.kyf-faq_a-1ej table {
  display: table;
}
}.kyf-faq_a-1ej th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 0.5rem;
  font-weight: 700;
  color: #C2CDE0;
  text-align: left;
}.kyf-faq_a-1ej td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6A7F99;
}.kyf-rv-1ej {
  background: #0C1528;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.kyf-rv-1ej {
  padding: 2.75rem 1.5rem 0;
}
}.kyf-rv_in-1ej {
  margin: 0 auto;
  max-width: 1320px;
}.kyf-rv_head-1ej {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.kyf-rv_label-1ej {
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #5BA8DC;
  font-size: 0.688rem;
  text-transform: uppercase;
}.kyf-rv_h2-1ej {
  font-size: 1.375rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #EDF2FA;
  margin-bottom: 0.625rem;
  font-family: 'Cinzel', serif;
}
@media(min-width: 766px) {.kyf-rv_h2-1ej {
  font-size: 1.75rem;
}
}.kyf-rv_stats-1ej {
  gap: 1.125rem;
  flex-wrap: wrap;
  color: #6A7F99;
  display: flex;
  align-items: center;
  font-size: 0.813rem;
}.kyf-rv_stats_score-1ej {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.kyf-rv_stats_score_val-1ej {
  font-family: 'Cinzel', serif;
  font-size: 1.375rem;
  color: #E8B84B;
  font-weight: 800;
}.kyf-rv_stats_score_max-1ej {
  color: #516078;
  font-size: 0.813rem;
}.kyf-rv_stats_badge-1ej {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.kyf-rv_stats_badge-1ej svg {
  width: 14px;
  color: #E8B84B;
  height: 14px;
}.kyf-rv_grid-1ej {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.kyf-rv_grid-1ej {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.kyf-rv_grid-1ej {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.kyf-rv_card-1ej {
  background: #111E35;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.625rem;
  padding: 20px;
  display: flex;
  flex-direction: column;
}.kyf-rv_card_stars-1ej {
  gap: 2px;
  margin-bottom: 10px;
  display: flex;
  color: #E8B84B;
}.kyf-rv_card_stars-1ej svg {
  height: 0.875rem;
  width: 14px;
}.kyf-rv_card_h-1ej {
  line-height: 1.3;
  overflow-wrap: break-word;
  color: #EDF2FA;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0.5rem;
}.kyf-rv_card_body-1ej {
  flex: 1;
  font-size: 0.813rem;
  margin-bottom: 14px;
  color: #6A7F99;
  overflow-wrap: break-word;
  line-height: 1.65;
}.kyf-rv_card_body-1ej strong {
  color: #C2CDE0;
  font-weight: 600;
}.kyf-rv_card_meta-1ej {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 12px;
}.kyf-rv_card_author-1ej {
  color: #C2CDE0;
  font-weight: 600;
  font-size: 0.75rem;
}.kyf-rv_card_date-1ej {
  font-size: 0.688rem;
  color: #516078;
}.kyf-seo-1ej {
  background: #0C1528;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.kyf-seo-1ej {
  padding: 44px 1.5rem 0;
}
}.kyf-seo_in-1ej {
  border: 1px solid rgba(255, 255, 255, 0.11);
  margin: 0 auto;
  border-radius: 1rem;
  padding: 1.75rem 24px;
  background: #111E35;
  max-width: 82.5rem;
}
@media(min-width:768px) {.kyf-seo_in-1ej {
  padding: 36px 2.5rem;
}
}.kyf-seo_label-1ej {
  color: #5BA8DC;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
}.kyf-seo_h2-1ej {
  overflow-wrap: break-word;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  color: #EDF2FA;
}
@media(min-width: 770px) {.kyf-seo_h2-1ej {
  font-size: 1.5rem;
}
}.kyf-seo_body-1ej {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #8FA3BE;
  overflow-wrap: break-word;
}.kyf-seo_body-1ej p {
  color: #8FA3BE;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 12px;
}.kyf-seo_body-1ej p:last-child {
  margin-bottom: 0;
}.kyf-seo_body-1ej strong {
  color: #C2CDE0;
  font-weight: 700;
}.kyf-seo_body-1ej a {
  transition: color .2s;
  text-decoration: underline;
  color: #5BA8DC;
}.kyf-seo_body-1ej a:hover {
  color: #7BBFE9;
}.kyf-seo_body-1ej ul,.kyf-seo_body-1ej ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.kyf-seo_body-1ej ol {
  list-style: decimal;
}.kyf-seo_body-1ej li {
  color: #8FA3BE;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 14px;
}.kyf-seo_body-1ej table {
  width: 100%;
  display: block;
  font-size: 13px;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 0.75rem;
}
@media(min-width: 770px) {.kyf-seo_body-1ej table {
  display: table;
}
}.kyf-seo_body-1ej th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  text-align: left;
  color: #C2CDE0;
  font-weight: 700;
}.kyf-seo_body-1ej td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8FA3BE;
}.kyf-seo_cols-1ej {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 642px) {.kyf-seo_cols-1ej {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.kyf-seo_cols-1ej {
  grid-template-columns: repeat(3,1fr);
}
}.kyf-seo_col_h-1ej {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  color: #C2CDE0;
}.kyf-seo_col_p-1ej {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #6A7F99;
  line-height: 1.65;
}.kyf-seo_stats-1ej {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.kyf-seo_stat-1ej {
  border-radius: 10px;
  background: rgba(91, 168, 220, 0.07);
  border: 1px solid rgba(91, 168, 220, 0.18);
  flex: 1;
  padding: 14px 16px;
  min-width: 8.75rem;
}.kyf-seo_stat_val-1ej {
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #5BA8DC;
}.kyf-seo_stat_lb-1ej {
  font-size: 11px;
  color: #6A7F99;
  overflow-wrap: break-word;
}.kyf-seo-1ej {
  background: #0C1528;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.kyf-seo-1ej {
  padding: 44px 1.5rem 0;
}
}.kyf-seo_in-1ej {
  padding: 28px 1.5rem;
  border-radius: 16px;
  background: #111E35;
  border: 1px solid rgba(255, 255, 255, 0.11);
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.kyf-seo_in-1ej {
  padding: 36px 40px;
}
}.kyf-seo_label-1ej {
  margin-bottom: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  color: #5BA8DC;
}.kyf-seo_h2-1ej {
  font-family: 'Cinzel', serif;
  color: #EDF2FA;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  line-height: 1.25;
}
@media(min-width:768px) {.kyf-seo_h2-1ej {
  font-size: 1.5rem;
}
}.kyf-seo_body-1ej {
  color: #8FA3BE;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
}.kyf-seo_body-1ej p {
  line-height: 1.75;
  margin-bottom: 12px;
  color: #8FA3BE;
  font-size: 0.875rem;
}.kyf-seo_body-1ej p:last-child {
  margin-bottom: 0;
}.kyf-seo_body-1ej strong {
  font-weight: 700;
  color: #C2CDE0;
}.kyf-seo_body-1ej a {
  transition: color .2s;
  text-decoration: underline;
  color: #5BA8DC;
}.kyf-seo_body-1ej a:hover {
  color: #7BBFE9;
}.kyf-seo_body-1ej ul,.kyf-seo_body-1ej ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.kyf-seo_body-1ej ol {
  list-style: decimal;
}.kyf-seo_body-1ej li {
  margin-bottom: 0.375rem;
  font-size: 14px;
  line-height: 1.75;
  color: #8FA3BE;
}.kyf-seo_body-1ej table {
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  font-size: 13px;
  width: 100%;
}
@media(min-width: 766px) {.kyf-seo_body-1ej table {
  display: table;
}
}.kyf-seo_body-1ej th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C2CDE0;
  text-align: left;
}.kyf-seo_body-1ej td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #8FA3BE;
}.kyf-seo_cols-1ej {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 642px) {.kyf-seo_cols-1ej {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.kyf-seo_cols-1ej {
  grid-template-columns: repeat(3,1fr);
}
}.kyf-seo_col_h-1ej {
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 700;
  color: #C2CDE0;
}.kyf-seo_col_p-1ej {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #6A7F99;
  font-size: 0.813rem;
}.kyf-seo_stats-1ej {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.kyf-seo_stat-1ej {
  border-radius: 10px;
  flex: 1;
  border: 1px solid rgba(91, 168, 220, 0.18);
  padding: 0.875rem 1rem;
  background: rgba(91, 168, 220, 0.07);
  min-width: 8.75rem;
}.kyf-seo_stat_val-1ej {
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #5BA8DC;
  font-size: 1.25rem;
}.kyf-seo_stat_lb-1ej {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #6A7F99;
}.kyf-seo-1ej {
  background: #0C1528;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.kyf-seo-1ej {
  padding: 2.75rem 1.5rem 0;
}
}.kyf-seo_in-1ej {
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  background: #111E35;
  padding: 28px 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.kyf-seo_in-1ej {
  padding: 2.25rem 2.5rem;
}
}.kyf-seo_label-1ej {
  letter-spacing: .08em;
  font-weight: 700;
  color: #5BA8DC;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 0.688rem;
}.kyf-seo_h2-1ej {
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  color: #EDF2FA;
}
@media(min-width: 765px) {.kyf-seo_h2-1ej {
  font-size: 24px;
}
}.kyf-seo_body-1ej {
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
  color: #8FA3BE;
}.kyf-seo_body-1ej p {
  margin-bottom: 0.75rem;
  color: #8FA3BE;
  line-height: 1.75;
  font-size: 0.875rem;
}.kyf-seo_body-1ej p:last-child {
  margin-bottom: 0;
}.kyf-seo_body-1ej strong {
  color: #C2CDE0;
  font-weight: 700;
}.kyf-seo_body-1ej a {
  transition: color .2s;
  text-decoration: underline;
  color: #5BA8DC;
}.kyf-seo_body-1ej a:hover {
  color: #7BBFE9;
}.kyf-seo_body-1ej ul,.kyf-seo_body-1ej ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.kyf-seo_body-1ej ol {
  list-style: decimal;
}.kyf-seo_body-1ej li {
  font-size: 14px;
  color: #8FA3BE;
  margin-bottom: 6px;
  line-height: 1.75;
}.kyf-seo_body-1ej table {
  width: 100%;
  overflow-x: auto;
  font-size: 13px;
  margin-bottom: 12px;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 767px) {.kyf-seo_body-1ej table {
  display: table;
}
}.kyf-seo_body-1ej th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #C2CDE0;
  font-weight: 700;
}.kyf-seo_body-1ej td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #8FA3BE;
}.kyf-seo_cols-1ej {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 643px) {.kyf-seo_cols-1ej {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.kyf-seo_cols-1ej {
  grid-template-columns: repeat(3,1fr);
}
}.kyf-seo_col_h-1ej {
  color: #C2CDE0;
  font-size: 0.813rem;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.kyf-seo_col_p-1ej {
  color: #6A7F99;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.kyf-seo_stats-1ej {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.kyf-seo_stat-1ej {
  background: rgba(91, 168, 220, 0.07);
  flex: 1;
  border: 1px solid rgba(91, 168, 220, 0.18);
  padding: 0.875rem 1rem;
  border-radius: 0.625rem;
  min-width: 140px;
}.kyf-seo_stat_val-1ej {
  overflow-wrap: break-word;
  color: #5BA8DC;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}.kyf-seo_stat_lb-1ej {
  color: #6A7F99;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.kyf-pmt-1ej {
  background: #0C1528;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.kyf-pmt-1ej {
  padding: 2.75rem 1.5rem 0;
}
}.kyf-pmt_in-1ej {
  margin: 0 auto;
  max-width: 1320px;
}.kyf-pmt_head-1ej {
  max-width: 720px;
  margin-bottom: 22px;
}.kyf-pmt_label-1ej {
  color: #5BA8DC;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
}.kyf-pmt_h2-1ej {
  color: #EDF2FA;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 22px;
  margin-bottom: 0.5rem;
}
@media(min-width: 766px) {.kyf-pmt_h2-1ej {
  font-size: 28px;
}
}.kyf-pmt_intro-1ej {
  line-height: 1.6;
  color: #6A7F99;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.kyf-pmt_groups-1ej {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.kyf-pmt_group-1ej {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #111E35;
  border-radius: 10px;
}.kyf-pmt_group_head-1ej {
  gap: 0.75rem;
  margin-bottom: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.kyf-pmt_group_ic-1ej {
  border-radius: 6px;
  background: rgba(91, 168, 220, 0.18);
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  height: 36px;
  display: flex;
  width: 36px;
  color: #5BA8DC;
}.kyf-pmt_group_ic-1ej svg {
  width: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.125rem;
}.kyf-pmt_group_h-1ej {
  margin: 0;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 16px;
  color: #EDF2FA;
}.kyf-pmt_group_p-1ej {
  color: #6A7F99;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
}.kyf-pmt_group_p-1ej strong {
  color: #C2CDE0;
  font-weight: 600;
}.kyf-pmt_table_wrap-1ej {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.kyf-pmt_table-1ej {
  width: 100%;
  font-size: 13px;
  min-width: 33.75rem;
  border-collapse: collapse;
}.kyf-pmt_table-1ej th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 0.688rem;
  white-space: nowrap;
  color: #C2CDE0;
  letter-spacing: .04em;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}.kyf-pmt_table-1ej td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  color: #6A7F99;
}.kyf-pmt_table-1ej tbody tr:last-child td {
  border-bottom: none;
}.kyf-pmt_table-1ej tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C2CDE0;
}.kyf-ft-1ej {
  background: #07101D;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.kyf-ft_support-1ej {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 1rem;
}
@media(min-width: 771px) {.kyf-ft_support-1ej {
  padding: 1.75rem 1.5rem;
}
}.kyf-ft_support_in-1ej {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 82.5rem;
}.kyf-ft_support_main-1ej {
  gap: 1rem;
  flex: 1;
  min-width: 220px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.kyf-ft_support_ic-1ej {
  color: #5BA8DC;
  flex-shrink: 0;
}.kyf-ft_support_ic-1ej svg {
  height: 1.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 30px;
}.kyf-ft_support_text_title-1ej {
  overflow-wrap: break-word;
  margin-bottom: 3px;
  font-size: 0.938rem;
  color: #EDF2FA;
  font-weight: 700;
}.kyf-ft_support_text_sub-1ej {
  font-size: 0.75rem;
  color: #6A7F99;
  overflow-wrap: break-word;
}.kyf-ft_support_btn-1ej {
  background: #5BA8DC;
  padding: 11px 1.375rem;
  border-radius: 0.625rem;
  transition: background .2s;
  font-weight: 700;
  white-space: nowrap;
  color: #EDF2FA;
  font-size: 13px;
  flex-shrink: 0;
}.kyf-ft_support_btn-1ej:hover {
  background: #7BBFE9;
}.kyf-ft_support_contacts-1ej {
  gap: 1rem;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.kyf-ft_support_contact-1ej {
  color: #516078;
  line-height: 1.4;
  font-size: 0.75rem;
}.kyf-ft_support_contact-1ej strong {
  font-weight: 600;
  display: block;
  color: #8FA3BE;
  margin-bottom: 2px;
  font-size: 0.688rem;
}.kyf-ft_main-1ej {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 16px 24px;
}
@media(min-width: 771px) {.kyf-ft_main-1ej {
  padding: 2.5rem 1.5rem 32px;
}
}.kyf-ft_main_in-1ej {
  gap: 1.5rem;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 1320px;
}
@media(min-width: 641px) {.kyf-ft_main_in-1ej {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.kyf-ft_main_in-1ej {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.kyf-ft_col_logo-1ej {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.kyf-ft_col_logo-1ej {
  grid-column: auto;
}
}.kyf-ft_logo-1ej {
  gap: 9px;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  flex-wrap: wrap;
  color: #EDF2FA;
  font-size: 1rem;
  margin-bottom: 12px;
  font-weight: 800;
}.kyf-ft_logo_mark-1ej {
  overflow: hidden;
  border-radius: 6px;
  width: 1.875rem;
  height: 1.875rem;
}.kyf-ft_logo_mark-1ej img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.kyf-ft_logo_sub-1ej {
  color: #516078;
  max-width: 200px;
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.kyf-ft_col_title-1ej {
  letter-spacing: .07em;
  color: #8FA3BE;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
}.kyf-ft_col_links-1ej {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.kyf-ft_col_link-1ej {
  transition: color .2s;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #516078;
}.kyf-ft_col_link-1ej:hover {
  color: #C2CDE0;
}.kyf-ft_apps-1ej {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.kyf-ft_app_card-1ej {
  gap: 0.625rem;
  padding: 10px 0.75rem;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 6px;
  align-items: center;
  display: flex;
}.kyf-ft_app_card-1ej:hover {
  border-color: rgba(91, 168, 220, 0.45);
}.kyf-ft_app_card_ic-1ej svg {
  width: 1.375rem;
  stroke-linejoin: round;
  height: 1.375rem;
  stroke-linecap: round;
}.kyf-ft_app_card_os-1ej {
  font-size: 0.625rem;
  font-weight: 600;
  color: #516078;
}.kyf-ft_app_card_action-1ej {
  font-size: 12px;
  font-weight: 700;
  color: #C2CDE0;
}.kyf-ft_bot-1ej {
  padding: 1.25rem 16px;
}
@media(min-width: 766px) {.kyf-ft_bot-1ej {
  padding: 20px 1.5rem;
}
}.kyf-ft_bot_in-1ej {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  max-width: 82.5rem;
  display: flex;
}.kyf-ft_socials-1ej {
  gap: 0.5rem;
  display: flex;
}.kyf-ft_soc-1ej {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  color: #8FA3BE;
  align-items: center;
  justify-content: center;
  height: 36px;
  display: flex;
  width: 36px;
}.kyf-ft_soc-1ej svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
  height: 1rem;
}.kyf-ft_soc-1ej:hover {
  background: rgba(255, 255, 255, 0.07);
}.kyf-ft_legal-1ej {
  flex: 1;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7B8FA8;
  min-width: 12.5rem;
}.kyf-ft_legal-1ej strong {
  font-weight: 700;
  color: #8FA3BE;
}.kyf-ft_legal-1ej a {
  color: #8FA3BE;
  text-decoration: underline;
}.kyf-ft_age-1ej {
  border-radius: 50%;
  border: 2px solid #7B8FA8;
  justify-content: center;
  height: 32px;
  align-items: center;
  width: 2rem;
  font-size: 11px;
  flex-shrink: 0;
  display: flex;
  font-weight: 800;
  margin-left: auto;
  color: #7B8FA8;
}