html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #090D16;
  line-height: 1.6;
  font-family: 'DM Sans', sans-serif;
  color: #C4CEDF;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}.vrx-layout-sq2 {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.vrx-page-sq2 {
  display: flex;
  min-height: 100vh;
}.vrx-main-sq2 {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1081px) {.vrx-main-sq2 {
  padding-left: 13.75rem;
}
}
@media (max-width:1079px) {.vrx-main-sq2 {
  padding-bottom: 4.5rem;
}
}.vrx-gc-sq2 {
  background: #0D1220;
  overflow: hidden;
  border-radius: 0.625rem;
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform .2s,border-color .2s;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  width: 140px;
}
@media(min-width: 637px) {.vrx-gc-sq2 {
  width: 9.75rem;
}
}
@media(min-width: 1077px) {.vrx-gc-sq2 {
  width: 10.5rem;
}
}.vrx-gc-sq2:hover {
  transform: translateY(-3px);
  border-color: rgba(0,201,167,0.07);
}.vrx-gc_img-sq2 {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.vrx-gc_img-sq2 img {
  inset: 0;
  height: 100%;
  position: absolute;
  object-fit: cover;
  width: 100%;
}.vrx-gc_hover-sq2 {
  inset: 0;
  background: rgba(5,8,16,0.72);
  transition: opacity .2s;
  position: absolute;
  justify-content: center;
  opacity: 0;
  align-items: center;
  display: flex;
}.vrx-gc-sq2:hover .vrx-gc_hover-sq2 {
  opacity: 1;
}.vrx-gc_hover_btn-sq2 {
  padding: 8px 16px;
  border-radius: 5px;
  background: #00C9A7;
  font-weight: 700;
  color: #EDF2FF;
  font-size: 0.75rem;
}.vrx-gc_info-sq2 {
  padding: 8px 10px 0.625rem;
}.vrx-gc_name-sq2 {
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 3px;
  color: #C4CEDF;
  font-size: 0.75rem;
  max-width: 100%;
}.vrx-gc_prov-sq2 {
  font-size: 10px;
  color: #4E5C72;
}.vrx-gc_tag-sq2 {
  padding: 2px 0.438rem;
  border-radius: 4px;
  font-size: 9px;
  position: absolute;
  letter-spacing: .04em;
  left: 0.375rem;
  text-transform: uppercase;
  z-index: 2;
  font-weight: 700;
  top: 6px;
}.vrx-gc_tag_hot-sq2 {
  background: #E8344A;
  color: #fff;
}.vrx-gc_tag_new-sq2 {
  background: #18D97A;
  color: #090D16;
}.vrx-gc_tag_jp-sq2 {
  background: #F0B429;
  color: #090D16;
}.vrx-gc_tag_ex-sq2 {
  background: #5B3FD4;
  color: #fff;
}.vrx-gc_tag_live-sq2 {
  background: #E8344A;
  color: #fff;
}.vrx-gr-sq2 {
  padding: 2rem 16px 0;
  background: #090D16;
}
@media(min-width: 766px) {.vrx-gr-sq2 {
  padding: 2.25rem 1.5rem 0;
}
}.vrx-gr_in-sq2 {
  margin: 0 auto;
  max-width: 83.75rem;
}.vrx-gr_head-sq2 {
  gap: 0.75rem;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.vrx-gr_head_l-sq2 {
  flex: 1;
  gap: 10px;
  display: flex;
  align-items: center;
  min-width: 0;
}.vrx-gr_ic-sq2 {
  border-radius: 10px;
  width: 32px;
  display: flex;
  height: 2rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}.vrx-gr_ic-sq2 svg {
  height: 16px;
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
}.vrx-gr_title-sq2 {
  font-weight: 700;
  font-size: 16px;
  color: #EDF2FF;
  overflow-wrap: break-word;
  font-family: 'Syne', sans-serif;
}
@media(min-width: 766px) {.vrx-gr_title-sq2 {
  font-size: 18px;
}
}.vrx-gr_more-sq2 {
  gap: 0.313rem;
  transition: color .2s;
  font-weight: 600;
  color: #6B7A92;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-size: 0.75rem;
  align-items: center;
}.vrx-gr_more-sq2:hover {
  color: #00C9A7;
}.vrx-gr_more-sq2 svg {
  stroke-linecap: round;
  width: 12px;
  stroke-linejoin: round;
  height: 0.75rem;
}.vrx-gr_arrows-sq2 {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.vrx-gr_arr-sq2 {
  transition: background .15s,color .15s;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 5px;
  color: #8E9DB5;
  height: 30px;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 30px;
}.vrx-gr_arr-sq2:hover {
  background: rgba(255,255,255,0.07);
  color: #EDF2FF;
}.vrx-gr_arr-sq2 svg {
  height: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
}.vrx-gr_seo_h-sq2 {
  margin: 0 0 0.375rem;
  font-family: 'Syne', sans-serif;
  color: #C4CEDF;
  font-weight: 700;
  font-size: 13px;
  overflow-wrap: break-word;
  max-width: 42.5rem;
}
@media(min-width: 771px) {.vrx-gr_seo_h-sq2 {
  font-size: 14px;
}
}.vrx-gr_seo-sq2 {
  font-size: 0.75rem;
  line-height: 1.55;
  max-width: 42.5rem;
  color: #6B7A92;
  margin-bottom: 12px;
  overflow-wrap: break-word;
}.vrx-gr_seo-sq2 strong {
  color: #C4CEDF;
  font-weight: 600;
}.vrx-gr_scroll-sq2 {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.625rem;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
}.vrx-gr_scroll-sq2::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.vrx-gr_scroll-sq2 {
  gap: 12px;
}
}.vrx-tb-sq2 {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #090D16;
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5rem;
  align-items: center;
  display: flex;
}.vrx-tb_in-sq2 {
  gap: 0;
  padding: 0 14px;
  width: 100%;
  align-items: center;
  height: 100%;
  display: flex;
}.vrx-tb_burger-sq2 {
  border-radius: 10px;
  gap: 0.313rem;
  align-items: center;
  display: flex;
  width: 38px;
  flex-direction: column;
  justify-content: center;
  height: 38px;
  margin-right: 0.5rem;
  flex-shrink: 0;
}.vrx-tb_burger-sq2:hover {
  background: rgba(255,255,255,0.05);
}.vrx-tb_burger_line-sq2 {
  background: #8E9DB5;
  border-radius: 1px;
  width: 1.125rem;
  display: block;
  height: 2px;
}
@media(min-width: 1077px) {.vrx-tb_burger-sq2 {
  display: none;
}
}.vrx-tb_logo-sq2 {
  gap: 9px;
  align-items: center;
  font-weight: 800;
  overflow-wrap: break-word;
  letter-spacing: -.01em;
  flex-shrink: 0;
  color: #EDF2FF;
  margin-right: 20px;
  display: flex;
  font-size: 18px;
}.vrx-tb_logo_mark-sq2 {
  border-radius: 0.625rem;
  overflow: hidden;
  width: 2rem;
  justify-content: center;
  height: 2rem;
  display: flex;
  align-items: center;
}.vrx-tb_logo_mark-sq2 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.vrx-tb_nav-sq2 {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 637px) {.vrx-tb_nav-sq2 {
  display: flex;
}
}.vrx-tb_tab-sq2 {
  padding: 0.5rem 0.875rem;
  border-radius: 10px;
  transition: background .15s,color .15s;
  color: #8E9DB5;
  font-weight: 600;
  white-space: nowrap;
  font-size: 13px;
}.vrx-tb_tab-sq2:hover {
  background: rgba(255,255,255,0.05);
  color: #EDF2FF;
}.vrx-tb_tab-sq2.vrx-state_active-sq2 {
  background: rgba(0,201,167,0.18);
  color: #EDF2FF;
}.vrx-tb_right-sq2 {
  gap: 0.5rem;
  flex-shrink: 0;
  margin-left: auto;
  align-items: center;
  display: flex;
}.vrx-tb_login-sq2 {
  border-radius: 0.625rem;
  background: rgba(255,255,255,0.05);
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 0.563rem 1rem;
  font-size: 0.813rem;
  display: none;
  font-weight: 600;
  color: #C4CEDF;
}.vrx-tb_login-sq2:hover {
  border-color: rgba(0,210,180,0.40);
  color: #EDF2FF;
}
@media(min-width:480px) {.vrx-tb_login-sq2 {
  display: block;
}
}.vrx-tb_reg-sq2 {
  padding: 9px 18px;
  background: #18D97A;
  border-radius: 0.625rem;
  transition: background .2s;
  font-weight: 700;
  font-size: 0.813rem;
  color: #05100D;
  white-space: nowrap;
}.vrx-tb_reg-sq2:hover {
  background: #22F08A;
}.vrx-sb-sq2 {
  transition: transform .25s ease;
  transform: translateX(-100%);
  background: #101726;
  border-right: 1px solid rgba(255,255,255,0.05);
  z-index: 70;
  position: fixed;
  left: 0;
  width: 13.75rem;
  overflow-y: auto;
  bottom: 0;
  top: 56px;
}.vrx-sb-sq2.vrx-state_open-sq2 {
  transform: translateX(0);
}.vrx-sb-sq2::-webkit-scrollbar {
  width: 4px;
}.vrx-sb-sq2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1078px) {.vrx-sb-sq2 {
  transform: translateX(0);
}
}.vrx-sb_auth-sq2 {
  padding: 0.875rem 12px 10px;
}.vrx-sb_btn_reg-sq2 {
  border-radius: 0.625rem;
  padding: 0.688rem;
  background: #18D97A;
  transition: background .2s;
  font-size: 13px;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 8px;
  color: #05100D;
}.vrx-sb_btn_reg-sq2:hover {
  background: #22F08A;
}.vrx-sb_btn_login-sq2 {
  transition: border-color .2s;
  border-radius: 0.625rem;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.11);
  background: rgba(255,255,255,0.05);
  color: #C4CEDF;
  text-align: center;
  font-weight: 600;
  display: block;
  font-size: 0.813rem;
}.vrx-sb_btn_login-sq2:hover {
  border-color: rgba(0,210,180,0.40);
  color: #EDF2FF;
}.vrx-sb_promo-sq2 {
  border-radius: 0.625rem;
  overflow: hidden;
  margin: 0 0.75rem 10px;
  border: 1px solid rgba(0,201,167,0.18);
  background: linear-gradient(135deg,#0C1A38,#101726);
  padding: 12px 14px;
  position: relative;
}.vrx-sb_promo-sq2::before {
  background: radial-gradient(circle,rgba(0,201,167,0.18),transparent 70%);
  border-radius: 50%;
  top: -1.25rem;
  width: 5rem;
  position: absolute;
  right: -20px;
  height: 5rem;
  content: '';
}.vrx-sb_promo_title-sq2 {
  font-weight: 700;
  font-size: 0.688rem;
  color: #00C9A7;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  letter-spacing: .06em;
}.vrx-sb_promo_text-sq2 {
  line-height: 1.35;
  font-weight: 600;
  color: #EDF2FF;
  overflow-wrap: break-word;
  font-size: 12px;
}.vrx-sb_promo_sub-sq2 {
  margin-top: 3px;
  color: #6B7A92;
  font-size: 10px;
}.vrx-sb_nav-sq2 {
  padding: 0.375rem 0.5rem 1rem;
}.vrx-sb_nav_lb-sq2 {
  padding: 0.625rem 8px 0.375rem;
  letter-spacing: .08em;
  color: #4E5C72;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}.vrx-sb_link-sq2 {
  padding: 0.563rem 10px;
  border-radius: 0.313rem;
  transition: background .15s,color .15s;
  gap: 0.625rem;
  align-items: center;
  color: #8E9DB5;
  font-weight: 500;
  display: flex;
  font-size: 0.813rem;
  cursor: pointer;
  overflow-wrap: break-word;
}.vrx-sb_link-sq2:hover {
  background: rgba(255,255,255,0.05);
  color: #EDF2FF;
}.vrx-sb_link-sq2.vrx-state_active-sq2 {
  background: rgba(0,201,167,0.18);
  color: #EDF2FF;
}.vrx-sb_ic-sq2 {
  border-radius: 5px;
  width: 30px;
  align-items: center;
  display: flex;
  height: 1.875rem;
  justify-content: center;
  flex-shrink: 0;
}.vrx-sb_ic-sq2 svg {
  stroke-linecap: round;
  width: 16px;
  height: 16px;
  stroke-linejoin: round;
}.vrx-sb_ic_1-sq2 {
  background: rgba(0,201,167,0.07);
  color: #00C9A7;
}.vrx-sb_ic_2-sq2 {
  background: rgba(24,217,122,0.16);
  color: #18D97A;
}.vrx-sb_ic_3-sq2 {
  background: rgba(240,180,41,0.16);
  color: #F0B429;
}.vrx-sb_ic_4-sq2 {
  background: rgba(91,63,212,0.22);
  color: #5B3FD4;
}.vrx-sb_ic_5-sq2 {
  background: rgba(0,201,167,0.07);
  color: #E84FAD;
}.vrx-sb_ic_6-sq2 {
  background: rgba(91,63,212,0.22);
  color: #9B5FE8;
}.vrx-sb_badge-sq2 {
  border-radius: 0.313rem;
  padding: 2px 0.438rem;
  background: #F0B429;
  margin-left: auto;
  color: #05100D;
  font-weight: 700;
  font-size: 9px;
}.vrx-sb_bot-sq2 {
  padding: 0.75rem;
  gap: 0.5rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
}.vrx-sb_lang-sq2,.vrx-sb_help-sq2 {
  transition: border-color .2s;
  padding: 9px 0.375rem;
  flex: 1;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.05);
  gap: 6px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #8E9DB5;
}.vrx-sb_lang-sq2:hover,.vrx-sb_help-sq2:hover {
  border-color: rgba(0,210,180,0.40);
  color: #EDF2FF;
}.vrx-sb_lang-sq2 svg,.vrx-sb_help-sq2 svg {
  stroke-linecap: round;
  height: 13px;
  width: 0.813rem;
  stroke-linejoin: round;
}.vrx-sb_bd-sq2 {
  inset: 0;
  background: rgba(5,8,16,0.72);
  z-index: 69;
  display: none;
  position: fixed;
}.vrx-sb_bd-sq2.vrx-state_on-sq2 {
  display: block;
}
@media(min-width: 1082px) {.vrx-sb_bd-sq2 {
  display: none!important;
}
}.vrx-mob_nav-sq2 {
  background: #101726;
  border-top: 1px solid rgba(255,255,255,0.11);
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  position: fixed;
  z-index: 80;
  left: 0;
  bottom: 0;
  display: flex;
  right: 0;
}
@media(min-width: 1077px) {.vrx-mob_nav-sq2 {
  display: none;
}
}.vrx-mob_nav_item-sq2 {
  padding: 0.25rem 2px;
  gap: 4px;
  flex: 1;
  cursor: pointer;
  color: #4E5C72;
  align-items: center;
  display: flex;
  flex-direction: column;
}.vrx-mob_nav_ic-sq2 {
  line-height: 1;
}.vrx-mob_nav_ic-sq2 svg {
  width: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 20px;
}.vrx-mob_nav_lb-sq2 {
  font-weight: 600;
  color: #4E5C72;
  font-size: 10px;
}.vrx-mob_nav_item-sq2.vrx-state_active-sq2 {
  color: #00C9A7;
}.vrx-mob_nav_item-sq2.vrx-state_active-sq2 .vrx-mob_nav_lb-sq2 {
  color: #00C9A7;
}.vrx-hero-sq2 {
  background: #090D16;
  padding: 20px 16px 0;
}
@media(min-width: 769px) {.vrx-hero-sq2 {
  padding: 1.5rem 24px 0;
}
}.vrx-hero_in-sq2 {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1340px;
}
@media(min-width: 861px) {.vrx-hero_in-sq2 {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1097px) {.vrx-hero_in-sq2 {
  grid-template-columns: 1fr 340px;
}
}.vrx-hero_promo-sq2 {
  overflow: hidden;
  border-radius: 16px;
  background: #0D1220;
  align-items: stretch;
  position: relative;
  display: flex;
  min-height: 13.75rem;
}
@media(min-width: 769px) {.vrx-hero_promo-sq2 {
  min-height: 17.5rem;
}
}.vrx-hero_promo_bg-sq2 {
  inset: 0;
  background: linear-gradient(120deg,#0C1A38 0%,#09111E 100%);
  background-position: center;
  background-size: cover;
  position: absolute;
}.vrx-hero_promo_bg-sq2::after {
  background: linear-gradient(90deg,#090D16 0%,rgba(5,8,16,0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.vrx-hero_promo_glow-sq2 {
  background: radial-gradient(circle,rgba(91,63,212,0.22) 0%,transparent 65%);
  border-radius: 50%;
  right: 60px;
  position: absolute;
  pointer-events: none;
  width: 18.75rem;
  height: 300px;
  top: -40px;
}.vrx-hero_promo_ct-sq2 {
  padding: 28px 1.5rem 28px 28px;
  position: relative;
  flex-direction: column;
  max-width: 30rem;
  justify-content: center;
  display: flex;
  z-index: 2;
}
@media(min-width: 766px) {.vrx-hero_promo_ct-sq2 {
  padding: 2.5rem 2rem;
}
}.vrx-hero_badge-sq2 {
  border: 1px solid rgba(0,201,167,0.07);
  padding: 0.313rem 0.75rem;
  background: rgba(0,201,167,0.18);
  border-radius: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: inline-block;
  font-size: 10px;
  letter-spacing: .08em;
  color: #00C9A7;
  font-weight: 700;
}.vrx-hero_h1-sq2 {
  color: #EDF2FF;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Syne', sans-serif;
  font-size: 1.625rem;
  line-height: 1.15;
}.vrx-hero_h1-sq2 em {
  font-style: normal;
  color: #F0B429;
}
@media(min-width: 770px) {.vrx-hero_h1-sq2 {
  font-size: 36px;
}
}.vrx-hero_sub-sq2 {
  color: #8E9DB5;
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 20px;
}
@media(min-width: 765px) {.vrx-hero_sub-sq2 {
  font-size: 0.875rem;
}
}.vrx-hero_row-sq2 {
  gap: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.vrx-hero_cta-sq2 {
  padding: 0.813rem 26px;
  transition: background .2s;
  background: #18D97A;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(24,217,122,0.50), 0 1px 4px rgba(0,0,0,0.55);
  font-size: 0.875rem;
  color: #05100D;
  font-weight: 700;
}.vrx-hero_cta-sq2:hover {
  background: #22F08A;
}.vrx-hero_terms-sq2 {
  font-size: 0.688rem;
  color: #4E5C72;
}.vrx-hero_game-sq2 {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  background: #0D1220;
  border-radius: 16px;
  flex-direction: column;
  position: relative;
  display: flex;
}.vrx-hero_game_badge-sq2 {
  padding: 0.313rem 10px;
  border: 1px solid rgba(240,180,41,0.16);
  background: rgba(240,180,41,0.16);
  border-radius: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  z-index: 3;
  letter-spacing: .06em;
  left: 12px;
  top: 12px;
  font-size: 10px;
  color: #F0B429;
}.vrx-hero_game_badge-sq2 svg {
  height: 0.688rem;
  margin-right: 0.25rem;
  width: 0.688rem;
  vertical-align: -1px;
}.vrx-hero_game_img-sq2 {
  overflow: hidden;
  background: linear-gradient(135deg,#0C1A38,#09111E);
  position: relative;
  padding-bottom: 60%;
}.vrx-hero_game_img-sq2 img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
}.vrx-hero_game_play-sq2 {
  background: rgba(5,8,16,0.72);
  inset: 0;
  transition: opacity .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
}.vrx-hero_game-sq2:hover .vrx-hero_game_play-sq2 {
  opacity: 1;
}.vrx-hero_game_play-sq2 span {
  background: #00C9A7;
  border-radius: 50%;
  justify-content: center;
  height: 52px;
  display: flex;
  width: 52px;
  align-items: center;
}.vrx-hero_game_play-sq2 span svg {
  width: 1.125rem;
  height: 18px;
  margin-left: 2px;
}.vrx-hero_game_info-sq2 {
  padding: 0.875rem 16px;
}.vrx-hero_game_title-sq2 {
  overflow-wrap: break-word;
  font-size: 0.938rem;
  font-weight: 700;
  color: #EDF2FF;
  margin-bottom: 0.25rem;
}.vrx-hero_game_provider-sq2 {
  font-size: 11px;
  color: #6B7A92;
}.vrx-hero_game_btn-sq2 {
  border-radius: 10px;
  transition: background .2s;
  margin: 0.75rem 1rem 1rem;
  padding: 11px;
  background: #00C9A7;
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #EDF2FF;
}.vrx-hero_game-sq2:hover .vrx-hero_game_btn-sq2 {
  background: #00E8C3;
}.vrx-wy-sq2 {
  padding: 32px 16px 0;
  background: #090D16;
}
@media(min-width:768px) {.vrx-wy-sq2 {
  padding: 2.5rem 1.5rem 0;
}
}.vrx-wy_in-sq2 {
  margin: 0 auto;
  max-width: 83.75rem;
}.vrx-wy_head-sq2 {
  max-width: 720px;
  margin-bottom: 18px;
}.vrx-wy_label-sq2 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  color: #00C9A7;
  letter-spacing: .08em;
  text-transform: uppercase;
}.vrx-wy_h2-sq2 {
  color: #EDF2FF;
  margin-bottom: 0.5rem;
  font-family: 'Syne', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width:768px) {.vrx-wy_h2-sq2 {
  font-size: 24px;
}
}.vrx-wy_intro-sq2 {
  margin: 0;
  color: #6B7A92;
  font-size: 13px;
  line-height: 1.6;
}.vrx-wy_grid-sq2 {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.vrx-wy_grid-sq2 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.vrx-wy_grid-sq2 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.vrx-wy_card-sq2 {
  padding: 1.25rem;
  background: #101726;
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s,transform .2s;
  border-radius: 10px;
}.vrx-wy_card-sq2:hover {
  transform: translateY(-2px);
  border-color: rgba(0,201,167,0.07);
}.vrx-wy_card_ic-sq2 {
  background: rgba(0,201,167,0.18);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00C9A7;
  margin-bottom: 0.875rem;
}.vrx-wy_card_ic-sq2 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 22px;
  width: 22px;
}.vrx-wy_card_h-sq2 {
  font-size: 0.938rem;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  color: #EDF2FF;
}.vrx-wy_card_p-sq2 {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #6B7A92;
  line-height: 1.6;
}.vrx-wy_card_p-sq2 strong {
  color: #C4CEDF;
  font-weight: 600;
}.vrx-gr_jp-sq2 {
  background: linear-gradient(135deg,#1A0E3A 0%,#0A0816 100%);
  padding: 20px;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}.vrx-gr_jp-sq2::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(91,63,212,0.22) 0%,transparent 70%);
  top: -60px;
  width: 15.625rem;
  position: absolute;
  content: '';
  left: -3.75rem;
  height: 250px;
}.vrx-gr_jp-sq2::after {
  background: radial-gradient(circle,rgba(240,180,41,0.16) 0%,transparent 70%);
  border-radius: 50%;
  width: 200px;
  bottom: -2.5rem;
  position: absolute;
  height: 12.5rem;
  right: 0;
  content: '';
}.vrx-gr_jp_head-sq2 {
  gap: 1rem;
  align-items: flex-start;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  margin-bottom: 16px;
}.vrx-gr_jp_info-sq2 {
  flex: 1;
}.vrx-gr_jp_label-sq2 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #9B5FE8;
  margin-bottom: 0.375rem;
}.vrx-gr_jp_label-sq2 svg {
  vertical-align: -2px;
  margin-right: 4px;
  width: 0.875rem;
  height: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.vrx-gr_jp_amount-sq2 {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 2rem;
  font-family: 'Syne', sans-serif;
  color: #EDF2FF;
  line-height: 1;
}
@media(min-width:768px) {.vrx-gr_jp_amount-sq2 {
  font-size: 2.5rem;
}
}.vrx-gr_jp_amount-sq2 span {
  color: #F0B429;
}.vrx-gr_jp_seo-sq2 {
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #8E9DB5;
  max-width: 480px;
  font-size: 0.75rem;
}.vrx-gr_jp_cta-sq2 {
  border-radius: 0.625rem;
  padding: 11px 20px;
  background: rgba(91,63,212,0.22);
  transition: background .2s;
  border: 1px solid rgba(91,63,212,0.22);
  align-self: flex-start;
  flex-shrink: 0;
  z-index: 1;
  margin-top: 0.25rem;
  position: relative;
  font-weight: 700;
  color: #EDF2FF;
  font-size: 0.813rem;
  white-space: nowrap;
}.vrx-gr_jp_cta-sq2:hover {
  background: #5B3FD4;
}.vrx-ws-sq2 {
  background: #090D16;
  padding: 2rem 1rem 0;
}
@media(min-width: 765px) {.vrx-ws-sq2 {
  padding: 36px 24px 0;
}
}.vrx-ws_in-sq2 {
  margin: 0 auto;
  max-width: 83.75rem;
}.vrx-ws_head-sq2 {
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 14px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.vrx-ws_title-sq2 {
  gap: 10px;
  font-weight: 700;
  align-items: center;
  color: #EDF2FF;
  overflow-wrap: break-word;
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  flex-wrap: wrap;
  display: flex;
}.vrx-ws_title_ic-sq2 svg {
  stroke-linejoin: round;
  height: 1.125rem;
  stroke-linecap: round;
  color: #F0B429;
  width: 1.125rem;
}.vrx-ws_online-sq2 {
  gap: 0.438rem;
  display: flex;
  font-weight: 600;
  font-size: 0.75rem;
  color: #6B7A92;
  align-items: center;
}.vrx-ws_online_dot-sq2 {
  border-radius: 50%;
  background: #18D97A;
  width: 0.5rem;
  flex-shrink: 0;
  height: 0.5rem;
  box-shadow: 0 0 6px rgba(24,217,122,0.16);
}.vrx-ws_scroll-sq2 {
  gap: 8px;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
  overflow-x: auto;
}.vrx-ws_scroll-sq2::-webkit-scrollbar {
  display: none;
}.vrx-wc-sq2 {
  border-radius: 10px;
  padding: 0.625rem 14px;
  gap: 0.625rem;
  background: #0D1220;
  border: 1px solid rgba(255,255,255,0.11);
  min-width: 13.75rem;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.vrx-wc_img-sq2 {
  background: #101726;
  overflow: hidden;
  border-radius: 5px;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}.vrx-wc_img-sq2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.vrx-wc_info-sq2 {
  min-width: 0;
}.vrx-wc_game-sq2 {
  overflow: hidden;
  font-size: 12px;
  color: #C4CEDF;
  white-space: nowrap;
  font-weight: 600;
  text-overflow: ellipsis;
}.vrx-wc_player-sq2 {
  overflow: hidden;
  font-size: 0.625rem;
  color: #4E5C72;
  white-space: nowrap;
  text-overflow: ellipsis;
}.vrx-wc_amount-sq2 {
  white-space: nowrap;
  margin-left: auto;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  color: #18D97A;
}.vrx-htp-sq2 {
  background: #090D16;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.vrx-htp-sq2 {
  padding: 44px 24px 0;
}
}.vrx-htp_in-sq2 {
  margin: 0 auto;
  max-width: 83.75rem;
}.vrx-htp_head-sq2 {
  max-width: 45rem;
  margin-bottom: 1.375rem;
}.vrx-htp_label-sq2 {
  font-size: 11px;
  font-weight: 700;
  color: #00C9A7;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
}.vrx-htp_h2-sq2 {
  font-size: 1.375rem;
  margin-bottom: 8px;
  color: #EDF2FF;
  overflow-wrap: break-word;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
}
@media(min-width: 771px) {.vrx-htp_h2-sq2 {
  font-size: 1.75rem;
}
}.vrx-htp_intro-sq2 {
  line-height: 1.6;
  color: #6B7A92;
  font-size: 14px;
}.vrx-htp_steps-sq2 {
  gap: 12px;
  padding: 0;
  list-style: none;
  margin: 0;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.vrx-htp_steps-sq2 {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.vrx-htp_steps-sq2 {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.vrx-htp_step-sq2 {
  border-radius: 10px;
  padding: 20px 18px 18px;
  border: 1px solid rgba(255,255,255,0.11);
  background: #101726;
  flex-direction: column;
  display: flex;
  position: relative;
}.vrx-htp_step_num-sq2 {
  background: #00C9A7;
  border-radius: 50%;
  width: 28px;
  font-weight: 800;
  height: 1.75rem;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  position: absolute;
  display: flex;
  top: -0.75rem;
  font-family: 'Syne', sans-serif;
  color: #05100D;
  left: 20px;
}.vrx-htp_step_ic-sq2 {
  border-radius: 5px;
  background: rgba(0,201,167,0.18);
  margin: 8px 0 0.75rem;
  height: 36px;
  display: flex;
  justify-content: center;
  width: 36px;
  align-items: center;
  color: #00C9A7;
}.vrx-htp_step_ic-sq2 svg {
  height: 1.125rem;
  stroke-linecap: round;
  width: 1.125rem;
  stroke-linejoin: round;
}.vrx-htp_step_h-sq2 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #EDF2FF;
  margin-bottom: 0.375rem;
}.vrx-htp_step_p-sq2 {
  line-height: 1.55;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #6B7A92;
}.vrx-htp_step_p-sq2 strong {
  font-weight: 600;
  color: #C4CEDF;
}.vrx-htp_cta-sq2 {
  padding: 0.813rem 26px;
  transition: background .2s;
  border-radius: 0.625rem;
  background: #18D97A;
  font-size: 0.875rem;
  margin-top: 1.25rem;
  color: #05100D;
  display: inline-block;
  font-weight: 700;
}.vrx-htp_cta-sq2:hover {
  background: #22F08A;
}.vrx-reg-sq2 {
  background: #090D16;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.vrx-reg-sq2 {
  padding: 2.75rem 24px 0;
}
}.vrx-reg_in-sq2 {
  padding: 1.75rem 24px;
  border-radius: 1rem;
  background: #101726;
  border: 1px solid rgba(255,255,255,0.06);
  margin: 0 auto;
  max-width: 1340px;
}
@media(min-width: 771px) {.vrx-reg_in-sq2 {
  padding: 2.5rem;
}
}.vrx-reg_top-sq2 {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.vrx-reg_top-sq2 {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.vrx-reg_label-sq2 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #00C9A7;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.vrx-reg_h2-sq2 {
  overflow-wrap: break-word;
  line-height: 1.2;
  margin-bottom: 12px;
  font-family: 'Syne', sans-serif;
  font-size: 1.375rem;
  color: #EDF2FF;
  font-weight: 800;
}
@media(min-width: 767px) {.vrx-reg_h2-sq2 {
  font-size: 1.75rem;
}
}.vrx-reg_bonus-sq2 {
  background: rgba(240,180,41,0.16);
  padding: 10px 1rem;
  gap: 0.5rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(240,180,41,0.16);
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
}.vrx-reg_bonus_amount-sq2 {
  font-size: 20px;
  color: #F0B429;
  font-weight: 800;
}.vrx-reg_bonus_text-sq2 {
  color: #8E9DB5;
  font-size: 13px;
  line-height: 1.35;
}.vrx-reg_cta_btn-sq2 {
  transition: background .2s;
  padding: 0.875rem 32px;
  background: #18D97A;
  border-radius: 10px;
  margin-bottom: 0.75rem;
  font-weight: 700;
  display: inline-block;
  font-size: 0.938rem;
  color: #05100D;
  box-shadow: 0 2px 20px rgba(24,217,122,0.50), 0 1px 4px rgba(0,0,0,0.55);
}.vrx-reg_cta_btn-sq2:hover {
  background: #22F08A;
}.vrx-reg_terms-sq2 {
  line-height: 1.5;
  font-size: 0.688rem;
  color: #4E5C72;
}.vrx-reg_seo-sq2 {
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 0.813rem;
  line-height: 1.65;
  color: #6B7A92;
  overflow-wrap: break-word;
  padding-top: 20px;
  margin-top: 1.25rem;
}.vrx-reg_seo-sq2 p {
  font-size: 0.813rem;
  margin-bottom: 0.625rem;
  color: #6B7A92;
  line-height: 1.65;
}.vrx-reg_seo-sq2 p:last-child {
  margin-bottom: 0;
}.vrx-reg_seo-sq2 strong {
  color: #C4CEDF;
  font-weight: 700;
}.vrx-reg_seo-sq2 a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C9A7;
}.vrx-reg_seo-sq2 a:hover {
  color: #00E8C3;
}.vrx-reg_seo-sq2 ul,.vrx-reg_seo-sq2 ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.vrx-reg_seo-sq2 ol {
  list-style: decimal;
}.vrx-reg_seo-sq2 li {
  margin-bottom: 0.25rem;
  color: #6B7A92;
  font-size: 13px;
  line-height: 1.65;
}.vrx-reg_seo-sq2 table {
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  font-size: 0.813rem;
  width: 100%;
  margin-bottom: 0.625rem;
}
@media(min-width: 765px) {.vrx-reg_seo-sq2 table {
  display: table;
}
}.vrx-reg_seo-sq2 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.5rem;
  font-weight: 700;
  text-align: left;
  color: #C4CEDF;
}.vrx-reg_seo-sq2 td {
  padding: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #6B7A92;
}.vrx-reg_steps-sq2 {
  gap: 14px;
  flex-direction: column;
  margin-top: 1.75rem;
  display: flex;
}
@media(min-width: 858px) {.vrx-reg_steps-sq2 {
  margin-top: 0;
}
}.vrx-reg_step-sq2 {
  border-radius: 0.625rem;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.05);
  gap: 0.875rem;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.vrx-reg_step_num-sq2 {
  border: 1px solid rgba(0,201,167,0.07);
  border-radius: 50%;
  background: rgba(0,201,167,0.18);
  font-weight: 800;
  justify-content: center;
  align-items: center;
  width: 34px;
  font-size: 14px;
  flex-shrink: 0;
  height: 2.125rem;
  color: #00C9A7;
  display: flex;
}.vrx-reg_step_title-sq2 {
  color: #EDF2FF;
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 14px;
}.vrx-reg_step_text-sq2 {
  color: #6B7A92;
  font-size: 0.75rem;
  line-height: 1.5;
}.vrx-reg_trust-sq2 {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
  padding-top: 20px;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}.vrx-reg_trust_item-sq2 {
  gap: 0.438rem;
  display: flex;
  overflow-wrap: break-word;
  color: #6B7A92;
  align-items: center;
  font-size: 0.75rem;
}.vrx-reg_trust_ic-sq2 svg {
  stroke-linecap: round;
  width: 1rem;
  height: 16px;
  color: #00C9A7;
  stroke-linejoin: round;
}.vrx-bon-sq2 {
  background: #090D16;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.vrx-bon-sq2 {
  padding: 44px 24px 0;
}
}.vrx-bon_in-sq2 {
  margin: 0 auto;
  max-width: 83.75rem;
}.vrx-bon_head-sq2 {
  margin-bottom: 20px;
}.vrx-bon_label-sq2 {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #00C9A7;
  font-weight: 700;
}.vrx-bon_h2-sq2 {
  color: #EDF2FF;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.vrx-bon_h2-sq2 {
  font-size: 24px;
}
}.vrx-bon_seo-sq2 {
  overflow-wrap: break-word;
  max-width: 38.75rem;
  color: #6B7A92;
  font-size: 13px;
  line-height: 1.6;
}.vrx-bon_seo-sq2 strong {
  color: #C4CEDF;
  font-weight: 700;
}.vrx-bon_seo-sq2 a {
  text-decoration: underline;
  color: #00C9A7;
}.vrx-bon_grid-sq2 {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 643px) {.vrx-bon_grid-sq2 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.vrx-bon_grid-sq2 {
  grid-template-columns: repeat(5,1fr);
}
}.vrx-bon_card-sq2 {
  border: 1px solid rgba(255,255,255,0.11);
  background: #0D1220;
  padding: 16px;
  border-radius: 10px;
  transition: border-color .2s,transform .2s;
}.vrx-bon_card-sq2:hover {
  transform: translateY(-2px);
  border-color: rgba(0,201,167,0.07);
}.vrx-bon_card_ic-sq2 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 26px;
  width: 1.625rem;
}.vrx-bon_card_ic-sq2 {
  margin-bottom: 10px;
}.vrx-bon_card_type-sq2 {
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  color: #6B7A92;
  font-size: 0.625rem;
  letter-spacing: .06em;
  font-weight: 700;
}.vrx-bon_card_amount-sq2 {
  line-height: 1.1;
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: #F0B429;
}.vrx-bon_card_name-sq2 {
  margin-bottom: 8px;
  color: #EDF2FF;
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 600;
}.vrx-bon_card_detail-sq2 {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 0.688rem;
  color: #4E5C72;
  padding-top: 8px;
}.vrx-app-sq2 {
  background: #090D16;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.vrx-app-sq2 {
  padding: 2.75rem 1.5rem 0;
}
}.vrx-app_in-sq2 {
  margin: 0 auto;
  max-width: 83.75rem;
}.vrx-app_head-sq2 {
  margin-bottom: 1rem;
}.vrx-app_label-sq2 {
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #00C9A7;
  font-weight: 700;
  font-size: 0.688rem;
}.vrx-app_h2-sq2 {
  font-weight: 800;
  font-family: 'Syne', sans-serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #EDF2FF;
  margin-bottom: 6px;
}
@media(min-width: 771px) {.vrx-app_h2-sq2 {
  font-size: 1.5rem;
}
}.vrx-app_sub-sq2 {
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #6B7A92;
  max-width: 600px;
  font-size: 13px;
}.vrx-app_sub-sq2 strong {
  font-weight: 700;
  color: #C4CEDF;
}.vrx-app_cards-sq2 {
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 16px;
  display: grid;
}
@media(min-width: 643px) {.vrx-app_cards-sq2 {
  grid-template-columns: repeat(3,1fr);
}
}.vrx-app_card-sq2 {
  gap: 16px;
  padding: 20px;
  overflow: hidden;
  border-radius: 0.625rem;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  align-items: flex-start;
}.vrx-app_card_ios-sq2 {
  background: linear-gradient(135deg,rgba(0,201,167,0.18) 0%,#101726 100%);
}.vrx-app_card_android-sq2 {
  background: linear-gradient(135deg,rgba(24,217,122,0.16) 0%,#101726 100%);
}.vrx-app_card_win-sq2 {
  background: linear-gradient(135deg,rgba(240,180,41,0.16) 0%,#101726 100%);
}.vrx-app_card_ic-sq2 svg {
  width: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 2.125rem;
}.vrx-app_card_ic-sq2 {
  color: #EDF2FF;
  flex-shrink: 0;
}.vrx-app_card_os-sq2 {
  color: #6B7A92;
  font-size: 0.625rem;
  font-weight: 700;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.vrx-app_card_title-sq2 {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 6px;
  color: #EDF2FF;
}.vrx-app_card_text-sq2 {
  color: #6B7A92;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 1.5;
}.vrx-app_card_btn-sq2 {
  transition: background .2s;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(0,210,180,0.40);
  border-radius: 5px;
  padding: 0.625rem 1.125rem;
  gap: 7px;
  display: inline-flex;
  color: #EDF2FF;
  font-weight: 700;
  font-size: 13px;
  align-items: center;
}.vrx-app_card_btn-sq2:hover {
  background: rgba(255,255,255,0.07);
}.vrx-prov-sq2 {
  background: #090D16;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.vrx-prov-sq2 {
  padding: 44px 24px 0;
}
}.vrx-prov_in-sq2 {
  margin: 0 auto;
  max-width: 1340px;
}.vrx-prov_head-sq2 {
  margin-bottom: 1rem;
}.vrx-prov_label-sq2 {
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #00C9A7;
  font-size: 0.688rem;
  text-transform: uppercase;
}.vrx-prov_h2-sq2 {
  font-family: 'Syne', sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #EDF2FF;
  font-weight: 800;
}
@media(min-width: 770px) {.vrx-prov_h2-sq2 {
  font-size: 1.5rem;
}
}.vrx-prov_seo-sq2 {
  font-size: 0.813rem;
  color: #6B7A92;
  max-width: 620px;
  overflow-wrap: break-word;
  line-height: 1.6;
  margin-bottom: 1rem;
}.vrx-prov_seo-sq2 strong {
  color: #C4CEDF;
  font-weight: 700;
}.vrx-prov_seo-sq2 a {
  text-decoration: underline;
  color: #00C9A7;
}.vrx-prov_grid-sq2 {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 643px) {.vrx-prov_grid-sq2 {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1078px) {.vrx-prov_grid-sq2 {
  grid-template-columns: repeat(8,1fr);
}
}.vrx-prov_card-sq2 {
  padding: 14px 10px;
  transition: border-color .2s,background .2s;
  gap: 0.438rem;
  background: #0D1220;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.11);
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}.vrx-prov_card-sq2:hover {
  background: #101726;
  border-color: rgba(0,210,180,0.40);
}.vrx-prov_logo-sq2 {
  border-radius: 0.313rem;
  background: rgba(255,255,255,0.05);
  overflow: hidden;
  height: 2.75rem;
  width: 2.75rem;
  justify-content: center;
  display: flex;
  align-items: center;
}.vrx-prov_logo-sq2 img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.vrx-prov_name-sq2 {
  font-size: 0.688rem;
  color: #8E9DB5;
  overflow-wrap: break-word;
  text-align: center;
  font-weight: 600;
}.vrx-seo-sq2 {
  padding: 2.25rem 16px 0;
  background: #090D16;
}
@media(min-width: 766px) {.vrx-seo-sq2 {
  padding: 2.75rem 24px 0;
}
}.vrx-seo_in-sq2 {
  padding: 1.75rem 1.5rem;
  border-radius: 16px;
  margin: 0 auto;
  background: #101726;
  border: 1px solid rgba(255,255,255,0.11);
  max-width: 83.75rem;
}
@media(min-width: 769px) {.vrx-seo_in-sq2 {
  padding: 36px 2.5rem;
}
}.vrx-seo_label-sq2 {
  color: #00C9A7;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
}.vrx-seo_h2-sq2 {
  line-height: 1.25;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-family: 'Syne', sans-serif;
  color: #EDF2FF;
  font-weight: 800;
}
@media(min-width:768px) {.vrx-seo_h2-sq2 {
  font-size: 1.5rem;
}
}.vrx-seo_body-sq2 {
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #8E9DB5;
}.vrx-seo_body-sq2 p {
  line-height: 1.75;
  color: #8E9DB5;
  margin-bottom: 12px;
  font-size: 14px;
}.vrx-seo_body-sq2 p:last-child {
  margin-bottom: 0;
}.vrx-seo_body-sq2 strong {
  font-weight: 700;
  color: #C4CEDF;
}.vrx-seo_body-sq2 a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C9A7;
}.vrx-seo_body-sq2 a:hover {
  color: #00E8C3;
}.vrx-seo_body-sq2 ul,.vrx-seo_body-sq2 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.vrx-seo_body-sq2 ol {
  list-style: decimal;
}.vrx-seo_body-sq2 li {
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  color: #8E9DB5;
  line-height: 1.75;
}.vrx-seo_body-sq2 table {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.813rem;
}
@media(min-width: 771px) {.vrx-seo_body-sq2 table {
  display: table;
}
}.vrx-seo_body-sq2 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  color: #C4CEDF;
  font-weight: 700;
  text-align: left;
}.vrx-seo_body-sq2 td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #8E9DB5;
}.vrx-seo_cols-sq2 {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width:640px) {.vrx-seo_cols-sq2 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.vrx-seo_cols-sq2 {
  grid-template-columns: repeat(3,1fr);
}
}.vrx-seo_col_h-sq2 {
  overflow-wrap: break-word;
  margin-bottom: 7px;
  color: #C4CEDF;
  font-weight: 700;
  font-size: 0.813rem;
}.vrx-seo_col_p-sq2 {
  color: #6B7A92;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
}.vrx-seo_stats-sq2 {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.vrx-seo_stat-sq2 {
  border-radius: 0.625rem;
  padding: 0.875rem 1rem;
  flex: 1;
  border: 1px solid rgba(0,201,167,0.18);
  background: rgba(0,201,167,0.07);
  min-width: 8.75rem;
}.vrx-seo_stat_val-sq2 {
  font-size: 20px;
  color: #00C9A7;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.25rem;
}.vrx-seo_stat_lb-sq2 {
  font-size: 0.688rem;
  color: #6B7A92;
  overflow-wrap: break-word;
}.vrx-seo-sq2 {
  background: #090D16;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.vrx-seo-sq2 {
  padding: 44px 24px 0;
}
}.vrx-seo_in-sq2 {
  border: 1px solid rgba(255,255,255,0.11);
  background: #101726;
  margin: 0 auto;
  padding: 28px 1.5rem;
  border-radius: 16px;
  max-width: 1340px;
}
@media(min-width: 769px) {.vrx-seo_in-sq2 {
  padding: 2.25rem 2.5rem;
}
}.vrx-seo_label-sq2 {
  color: #00C9A7;
  margin-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.vrx-seo_h2-sq2 {
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  font-family: 'Syne', sans-serif;
  color: #EDF2FF;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 771px) {.vrx-seo_h2-sq2 {
  font-size: 1.5rem;
}
}.vrx-seo_body-sq2 {
  color: #8E9DB5;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
}.vrx-seo_body-sq2 p {
  font-size: 14px;
  color: #8E9DB5;
  line-height: 1.75;
  margin-bottom: 12px;
}.vrx-seo_body-sq2 p:last-child {
  margin-bottom: 0;
}.vrx-seo_body-sq2 strong {
  color: #C4CEDF;
  font-weight: 700;
}.vrx-seo_body-sq2 a {
  transition: color .2s;
  color: #00C9A7;
  text-decoration: underline;
}.vrx-seo_body-sq2 a:hover {
  color: #00E8C3;
}.vrx-seo_body-sq2 ul,.vrx-seo_body-sq2 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.vrx-seo_body-sq2 ol {
  list-style: decimal;
}.vrx-seo_body-sq2 li {
  margin-bottom: 6px;
  color: #8E9DB5;
  font-size: 0.875rem;
  line-height: 1.75;
}.vrx-seo_body-sq2 table {
  display: block;
  font-size: 13px;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 12px;
}
@media(min-width: 771px) {.vrx-seo_body-sq2 table {
  display: table;
}
}.vrx-seo_body-sq2 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  font-weight: 700;
  text-align: left;
  color: #C4CEDF;
}.vrx-seo_body-sq2 td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #8E9DB5;
}.vrx-seo_cols-sq2 {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.vrx-seo_cols-sq2 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.vrx-seo_cols-sq2 {
  grid-template-columns: repeat(3,1fr);
}
}.vrx-seo_col_h-sq2 {
  color: #C4CEDF;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.vrx-seo_col_p-sq2 {
  overflow-wrap: break-word;
  color: #6B7A92;
  line-height: 1.65;
  font-size: 0.813rem;
}.vrx-seo_stats-sq2 {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.vrx-seo_stat-sq2 {
  border: 1px solid rgba(0,201,167,0.18);
  flex: 1;
  padding: 0.875rem 1rem;
  background: rgba(0,201,167,0.07);
  border-radius: 0.625rem;
  min-width: 140px;
}.vrx-seo_stat_val-sq2 {
  font-weight: 800;
  color: #00C9A7;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}.vrx-seo_stat_lb-sq2 {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #6B7A92;
}.vrx-seo-sq2 {
  padding: 36px 1rem 0;
  background: #090D16;
}
@media(min-width: 765px) {.vrx-seo-sq2 {
  padding: 2.75rem 24px 0;
}
}.vrx-seo_in-sq2 {
  margin: 0 auto;
  background: #101726;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 16px;
  max-width: 1340px;
}
@media(min-width: 769px) {.vrx-seo_in-sq2 {
  padding: 36px 40px;
}
}.vrx-seo_label-sq2 {
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  color: #00C9A7;
}.vrx-seo_h2-sq2 {
  font-family: 'Syne', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  color: #EDF2FF;
  font-weight: 800;
  line-height: 1.25;
  font-size: 20px;
}
@media(min-width: 767px) {.vrx-seo_h2-sq2 {
  font-size: 1.5rem;
}
}.vrx-seo_body-sq2 {
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #8E9DB5;
}.vrx-seo_body-sq2 p {
  margin-bottom: 0.75rem;
  color: #8E9DB5;
  line-height: 1.75;
  font-size: 0.875rem;
}.vrx-seo_body-sq2 p:last-child {
  margin-bottom: 0;
}.vrx-seo_body-sq2 strong {
  font-weight: 700;
  color: #C4CEDF;
}.vrx-seo_body-sq2 a {
  transition: color .2s;
  color: #00C9A7;
  text-decoration: underline;
}.vrx-seo_body-sq2 a:hover {
  color: #00E8C3;
}.vrx-seo_body-sq2 ul,.vrx-seo_body-sq2 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.vrx-seo_body-sq2 ol {
  list-style: decimal;
}.vrx-seo_body-sq2 li {
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #8E9DB5;
}.vrx-seo_body-sq2 table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 0.813rem;
  display: block;
  overflow-x: auto;
}
@media(min-width: 771px) {.vrx-seo_body-sq2 table {
  display: table;
}
}.vrx-seo_body-sq2 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  color: #C4CEDF;
  text-align: left;
  font-weight: 700;
}.vrx-seo_body-sq2 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 0.75rem;
  color: #8E9DB5;
}.vrx-seo_cols-sq2 {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.vrx-seo_cols-sq2 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.vrx-seo_cols-sq2 {
  grid-template-columns: repeat(3,1fr);
}
}.vrx-seo_col_h-sq2 {
  overflow-wrap: break-word;
  color: #C4CEDF;
  margin-bottom: 0.438rem;
  font-weight: 700;
  font-size: 0.813rem;
}.vrx-seo_col_p-sq2 {
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #6B7A92;
}.vrx-seo_stats-sq2 {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.vrx-seo_stat-sq2 {
  flex: 1;
  padding: 14px 1rem;
  border: 1px solid rgba(0,201,167,0.18);
  background: rgba(0,201,167,0.07);
  border-radius: 10px;
  min-width: 140px;
}.vrx-seo_stat_val-sq2 {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  color: #00C9A7;
}.vrx-seo_stat_lb-sq2 {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #6B7A92;
}.vrx-faq-sq2 {
  background: #090D16;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.vrx-faq-sq2 {
  padding: 44px 24px 0;
}
}.vrx-faq_in-sq2 {
  margin: 0 auto;
  max-width: 1340px;
}.vrx-faq_head-sq2 {
  margin-bottom: 20px;
}.vrx-faq_label-sq2 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #00C9A7;
  margin-bottom: 8px;
  font-size: 11px;
}.vrx-faq_h2-sq2 {
  color: #EDF2FF;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  font-family: 'Syne', sans-serif;
}
@media(min-width:768px) {.vrx-faq_h2-sq2 {
  font-size: 1.5rem;
}
}.vrx-faq_list-sq2 {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.vrx-faq_item-sq2 {
  border-radius: 0.625rem;
  background: #101726;
  border: 1px solid rgba(255,255,255,0.11);
  overflow: hidden;
}.vrx-faq_q-sq2 {
  gap: 0.75rem;
  transition: color .2s;
  padding: 1rem 20px;
  display: flex;
  overflow-wrap: break-word;
  cursor: pointer;
  font-weight: 600;
  justify-content: space-between;
  font-size: 14px;
  flex-wrap: wrap;
  color: #C4CEDF;
  align-items: center;
}.vrx-faq_q-sq2:hover {
  color: #EDF2FF;
}.vrx-faq_q_ic-sq2 {
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  height: 24px;
  color: #00C9A7;
  justify-content: center;
  width: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
}.vrx-faq_item-sq2.vrx-state_open-sq2 .vrx-faq_q_ic-sq2 {
  transform: rotate(45deg);
}.vrx-faq_a-sq2 {
  padding: 0 20px 1rem;
  line-height: 1.7;
  overflow-wrap: break-word;
  color: #6B7A92;
  display: none;
  font-size: 0.813rem;
}.vrx-faq_item-sq2.vrx-state_open-sq2 .vrx-faq_a-sq2 {
  display: block;
}.vrx-faq_a-sq2 strong {
  color: #C4CEDF;
  font-weight: 700;
}.vrx-faq_a-sq2 a {
  color: #00C9A7;
  text-decoration: underline;
}.vrx-faq_a-sq2 ul,.vrx-faq_a-sq2 ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.vrx-faq_a-sq2 ol {
  list-style: decimal;
}.vrx-faq_a-sq2 li {
  margin-bottom: 4px;
  line-height: 1.6;
}.vrx-faq_a-sq2 table {
  margin: 0.5rem 0;
  font-size: 12px;
  overflow-x: auto;
  display: block;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 771px) {.vrx-faq_a-sq2 table {
  display: table;
}
}.vrx-faq_a-sq2 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.375rem 0.5rem;
  text-align: left;
  color: #C4CEDF;
  font-weight: 700;
}.vrx-faq_a-sq2 td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #6B7A92;
}.vrx-rv-sq2 {
  padding: 2.25rem 1rem 0;
  background: #090D16;
}
@media(min-width: 769px) {.vrx-rv-sq2 {
  padding: 44px 1.5rem 0;
}
}.vrx-rv_in-sq2 {
  margin: 0 auto;
  max-width: 1340px;
}.vrx-rv_head-sq2 {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.vrx-rv_label-sq2 {
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #00C9A7;
}.vrx-rv_h2-sq2 {
  font-size: 22px;
  overflow-wrap: break-word;
  color: #EDF2FF;
  font-family: 'Syne', sans-serif;
  margin-bottom: 10px;
  font-weight: 800;
}
@media(min-width: 767px) {.vrx-rv_h2-sq2 {
  font-size: 28px;
}
}.vrx-rv_stats-sq2 {
  gap: 1.125rem;
  display: flex;
  font-size: 0.813rem;
  color: #6B7A92;
  align-items: center;
  flex-wrap: wrap;
}.vrx-rv_stats_score-sq2 {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.vrx-rv_stats_score_val-sq2 {
  color: #F0B429;
  font-size: 1.375rem;
  font-weight: 800;
  font-family: 'Syne', sans-serif;
}.vrx-rv_stats_score_max-sq2 {
  color: #4E5C72;
  font-size: 0.813rem;
}.vrx-rv_stats_badge-sq2 {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.vrx-rv_stats_badge-sq2 svg {
  color: #F0B429;
  height: 14px;
  width: 0.875rem;
}.vrx-rv_grid-sq2 {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.vrx-rv_grid-sq2 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.vrx-rv_grid-sq2 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.vrx-rv_card-sq2 {
  background: #101726;
  border-radius: 0.625rem;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.11);
  flex-direction: column;
  display: flex;
}.vrx-rv_card_stars-sq2 {
  gap: 2px;
  margin-bottom: 10px;
  color: #F0B429;
  display: flex;
}.vrx-rv_card_stars-sq2 svg {
  height: 0.875rem;
  width: 0.875rem;
}.vrx-rv_card_h-sq2 {
  font-weight: 700;
  color: #EDF2FF;
  margin-bottom: 8px;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.3;
}.vrx-rv_card_body-sq2 {
  flex: 1;
  font-size: 13px;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  color: #6B7A92;
  line-height: 1.65;
}.vrx-rv_card_body-sq2 strong {
  color: #C4CEDF;
  font-weight: 600;
}.vrx-rv_card_meta-sq2 {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  justify-content: space-between;
  display: flex;
  padding-top: 12px;
  flex-wrap: wrap;
  align-items: center;
}.vrx-rv_card_author-sq2 {
  font-weight: 600;
  color: #C4CEDF;
  font-size: 0.75rem;
}.vrx-rv_card_date-sq2 {
  font-size: 11px;
  color: #4E5C72;
}.vrx-ft-sq2 {
  border-top: 1px solid rgba(255,255,255,0.05);
  background: #050810;
  margin-top: 48px;
}.vrx-ft_support-sq2 {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 1.5rem 1rem;
}
@media(min-width:768px) {.vrx-ft_support-sq2 {
  padding: 1.75rem 1.5rem;
}
}.vrx-ft_support_in-sq2 {
  margin: 0 auto;
  gap: 1rem;
  max-width: 1340px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.vrx-ft_support_main-sq2 {
  gap: 16px;
  flex: 1;
  min-width: 220px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.vrx-ft_support_ic-sq2 {
  color: #00C9A7;
  flex-shrink: 0;
}.vrx-ft_support_ic-sq2 svg {
  width: 30px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 30px;
}.vrx-ft_support_text_title-sq2 {
  margin-bottom: 3px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #EDF2FF;
  font-size: 15px;
}.vrx-ft_support_text_sub-sq2 {
  color: #6B7A92;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.vrx-ft_support_btn-sq2 {
  background: #00C9A7;
  padding: 0.688rem 1.375rem;
  border-radius: 0.625rem;
  transition: background .2s;
  color: #EDF2FF;
  font-size: 13px;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 700;
}.vrx-ft_support_btn-sq2:hover {
  background: #00E8C3;
}.vrx-ft_support_contacts-sq2 {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.vrx-ft_support_contact-sq2 {
  font-size: 12px;
  color: #4E5C72;
  line-height: 1.4;
}.vrx-ft_support_contact-sq2 strong {
  font-size: 11px;
  margin-bottom: 2px;
  display: block;
  color: #8E9DB5;
  font-weight: 600;
}.vrx-ft_main-sq2 {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 2rem 16px 1.5rem;
}
@media(min-width: 770px) {.vrx-ft_main-sq2 {
  padding: 40px 1.5rem 32px;
}
}.vrx-ft_main_in-sq2 {
  margin: 0 auto;
  gap: 24px;
  max-width: 1340px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 637px) {.vrx-ft_main_in-sq2 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.vrx-ft_main_in-sq2 {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.vrx-ft_col_logo-sq2 {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.vrx-ft_col_logo-sq2 {
  grid-column: auto;
}
}.vrx-ft_logo-sq2 {
  gap: 0.563rem;
  color: #EDF2FF;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  font-weight: 800;
}.vrx-ft_logo_mark-sq2 {
  overflow: hidden;
  border-radius: 0.313rem;
  width: 1.875rem;
  height: 30px;
}.vrx-ft_logo_mark-sq2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.vrx-ft_logo_sub-sq2 {
  font-size: 12px;
  max-width: 200px;
  color: #4E5C72;
  line-height: 1.55;
  overflow-wrap: break-word;
}.vrx-ft_col_title-sq2 {
  font-weight: 700;
  letter-spacing: .07em;
  font-size: 12px;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  color: #8E9DB5;
}.vrx-ft_col_links-sq2 {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.vrx-ft_col_link-sq2 {
  transition: color .2s;
  color: #4E5C72;
  overflow-wrap: break-word;
  font-size: 13px;
}.vrx-ft_col_link-sq2:hover {
  color: #C4CEDF;
}.vrx-ft_apps-sq2 {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.vrx-ft_app_card-sq2 {
  border-radius: 5px;
  transition: border-color .2s;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.11);
  gap: 0.625rem;
  padding: 10px 12px;
  align-items: center;
  display: flex;
}.vrx-ft_app_card-sq2:hover {
  border-color: rgba(0,210,180,0.40);
}.vrx-ft_app_card_ic-sq2 svg {
  stroke-linejoin: round;
  width: 1.375rem;
  height: 1.375rem;
  stroke-linecap: round;
}.vrx-ft_app_card_os-sq2 {
  font-size: 0.625rem;
  color: #4E5C72;
  font-weight: 600;
}.vrx-ft_app_card_action-sq2 {
  font-weight: 700;
  font-size: 0.75rem;
  color: #C4CEDF;
}.vrx-ft_bot-sq2 {
  padding: 1.25rem 1rem;
}
@media(min-width: 770px) {.vrx-ft_bot-sq2 {
  padding: 20px 1.5rem;
}
}.vrx-ft_bot_in-sq2 {
  gap: 1rem;
  margin: 0 auto;
  max-width: 83.75rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.vrx-ft_socials-sq2 {
  gap: 8px;
  display: flex;
}.vrx-ft_soc-sq2 {
  border-radius: 5px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.11);
  transition: background .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  width: 36px;
  color: #8E9DB5;
}.vrx-ft_soc-sq2 svg {
  stroke-linejoin: round;
  width: 16px;
  height: 16px;
  stroke-linecap: round;
}.vrx-ft_soc-sq2:hover {
  background: rgba(255,255,255,0.07);
}.vrx-ft_legal-sq2 {
  flex: 1;
  color: #8896AE;
  overflow-wrap: break-word;
  min-width: 200px;
  font-size: 11px;
  line-height: 1.6;
}.vrx-ft_legal-sq2 strong {
  color: #8E9DB5;
  font-weight: 700;
}.vrx-ft_legal-sq2 a {
  text-decoration: underline;
  color: #8E9DB5;
}.vrx-ft_age-sq2 {
  border-radius: 50%;
  border: 2px solid #8896AE;
  color: #8896AE;
  display: flex;
  font-weight: 800;
  width: 2rem;
  align-items: center;
  font-size: 0.688rem;
  margin-left: auto;
  justify-content: center;
  flex-shrink: 0;
  height: 2rem;
}