*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #0D1014;
  font-family: 'Barlow', sans-serif;
  color: #C5CCD6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  text-decoration: none;
  color: inherit;
}button {
  font: inherit;
  border: none;
  background: none;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.vlo_layout-wy4 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.vlo_page-wy4 {
  min-height: 100vh;
  display: flex;
}.vlo_main-wy4 {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media(min-width: 1077px) {.vlo_main-wy4 {
  padding-left: 220px;
}
}
@media(max-width:1079px) {.vlo_main-wy4 {
  padding-bottom: 4.5rem;
}
}.vlo_gc-wy4 {
  background: #12171D;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  width: 140px;
}
@media(min-width: 642px) {.vlo_gc-wy4 {
  width: 9.75rem;
}
}
@media(min-width: 1079px) {.vlo_gc-wy4 {
  width: 168px;
}
}.vlo_gc-wy4:hover {
  transform: translateY(-3px);
  border-color: rgba(224,44,88,0.08);
}.vlo_gc_img-wy4 {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.vlo_gc_img-wy4 img {
  inset: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
}.vlo_gc_hover-wy4 {
  transition: opacity .2s;
  inset: 0;
  background: rgba(8,10,13,0.72);
  align-items: center;
  opacity: 0;
  justify-content: center;
  display: flex;
  position: absolute;
}.vlo_gc-wy4:hover .vlo_gc_hover-wy4 {
  opacity: 1;
}.vlo_gc_hover_btn-wy4 {
  background: #E02C58;
  border-radius: 0.25rem;
  padding: 0.5rem 16px;
  color: #F1F3F6;
  font-size: 12px;
  font-weight: 700;
}.vlo_gc_info-wy4 {
  padding: 0.5rem 10px 10px;
}.vlo_gc_name-wy4 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  white-space: nowrap;
  font-size: 12px;
  color: #C5CCD6;
  max-width: 100%;
  margin-bottom: 3px;
}.vlo_gc_prov-wy4 {
  font-size: 0.625rem;
  color: #606878;
}.vlo_gc_tag-wy4 {
  border-radius: 4px;
  padding: 2px 7px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  font-size: 0.563rem;
  left: 0.375rem;
  top: 6px;
  letter-spacing: .04em;
  z-index: 2;
}.vlo_gc_tag_hot-wy4 {
  background: #D42828;
  color: #fff;
}.vlo_gc_tag_new-wy4 {
  background: #1FBF60;
  color: #0D1014;
}.vlo_gc_tag_jp-wy4 {
  background: #F0A020;
  color: #0D1014;
}.vlo_gc_tag_ex-wy4 {
  background: #A01E40;
  color: #fff;
}.vlo_gc_tag_live-wy4 {
  background: #D42828;
  color: #fff;
}.vlo_gr-wy4 {
  background: #0D1014;
  padding: 2rem 16px 0;
}
@media(min-width: 771px) {.vlo_gr-wy4 {
  padding: 2.25rem 24px 0;
}
}.vlo_gr_in-wy4 {
  margin: 0 auto;
  max-width: 1320px;
}.vlo_gr_head-wy4 {
  gap: 12px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}.vlo_gr_head_l-wy4 {
  gap: 0.625rem;
  flex: 1;
  min-width: 0;
  align-items: center;
  display: flex;
}.vlo_gr_ic-wy4 {
  border-radius: 0.5rem;
  height: 32px;
  justify-content: center;
  width: 2rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.vlo_gr_ic-wy4 svg {
  stroke-linejoin: round;
  width: 16px;
  height: 16px;
  stroke-linecap: round;
}.vlo_gr_title-wy4 {
  color: #F1F3F6;
  font-size: 16px;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-weight: 700;
}
@media(min-width: 765px) {.vlo_gr_title-wy4 {
  font-size: 1.125rem;
}
}.vlo_gr_more-wy4 {
  gap: 5px;
  transition: color .2s;
  display: flex;
  font-size: 0.75rem;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 600;
  color: #626C7A;
  align-items: center;
}.vlo_gr_more-wy4:hover {
  color: #E02C58;
}.vlo_gr_more-wy4 svg {
  height: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.75rem;
}.vlo_gr_arrows-wy4 {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.vlo_gr_arr-wy4 {
  transition: background .15s,color .15s;
  border-radius: 0.25rem;
  border: 1px solid rgba(255,255,255,0.11);
  background: rgba(255,255,255,0.05);
  justify-content: center;
  height: 30px;
  display: flex;
  width: 1.875rem;
  align-items: center;
  color: #8C96A4;
}.vlo_gr_arr-wy4:hover {
  background: rgba(255,255,255,0.07);
  color: #F1F3F6;
}.vlo_gr_arr-wy4 svg {
  stroke-linecap: round;
  height: 13px;
  width: 0.813rem;
  stroke-linejoin: round;
}.vlo_gr_seo_h-wy4 {
  margin: 0 0 6px;
  color: #C5CCD6;
  font-size: 13px;
  max-width: 680px;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.vlo_gr_seo_h-wy4 {
  font-size: 0.875rem;
}
}.vlo_gr_seo-wy4 {
  overflow-wrap: break-word;
  max-width: 680px;
  line-height: 1.55;
  font-size: 0.75rem;
  color: #626C7A;
  margin-bottom: 12px;
}.vlo_gr_seo-wy4 strong {
  color: #C5CCD6;
  font-weight: 600;
}.vlo_gr_scroll-wy4 {
  gap: 10px;
  scrollbar-width: none;
  padding-bottom: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
}.vlo_gr_scroll-wy4::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.vlo_gr_scroll-wy4 {
  gap: 0.75rem;
}
}.vlo_tb-wy4 {
  background: #0D1014;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  display: flex;
  top: 0;
  z-index: 80;
  left: 0;
  right: 0;
  position: fixed;
  align-items: center;
  height: 3.5rem;
}.vlo_tb_in-wy4 {
  padding: 0 14px;
  gap: 0;
  align-items: center;
  height: 100%;
  display: flex;
  width: 100%;
}.vlo_tb_burger-wy4 {
  border-radius: 0.5rem;
  gap: 5px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 38px;
  align-items: center;
  flex-direction: column;
  height: 38px;
  margin-right: 8px;
}.vlo_tb_burger-wy4:hover {
  background: rgba(255,255,255,0.05);
}.vlo_tb_burger_line-wy4 {
  border-radius: 1px;
  background: #8C96A4;
  display: block;
  height: 2px;
  width: 1.125rem;
}
@media(min-width:1080px) {.vlo_tb_burger-wy4 {
  display: none;
}
}.vlo_tb_logo-wy4 {
  gap: 9px;
  color: #F1F3F6;
  letter-spacing: -.01em;
  margin-right: 20px;
  flex-shrink: 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
  font-weight: 800;
}.vlo_tb_logo_mark-wy4 {
  border-radius: 0.5rem;
  overflow: hidden;
  height: 32px;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 2rem;
}.vlo_tb_logo_mark-wy4 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.vlo_tb_nav-wy4 {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width:640px) {.vlo_tb_nav-wy4 {
  display: flex;
}
}.vlo_tb_tab-wy4 {
  border-radius: 0.5rem;
  transition: background .15s,color .15s;
  padding: 8px 0.875rem;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.813rem;
  color: #8C96A4;
}.vlo_tb_tab-wy4:hover {
  background: rgba(255,255,255,0.05);
  color: #F1F3F6;
}.vlo_tb_tab-wy4.vlo_state_active-wy4 {
  background: rgba(224,44,88,0.18);
  color: #F1F3F6;
}.vlo_tb_right-wy4 {
  gap: 8px;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
  align-items: center;
}.vlo_tb_login-wy4 {
  transition: border-color .2s,color .2s;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 0.563rem 1rem;
  background: rgba(255,255,255,0.05);
  font-weight: 600;
  color: #C5CCD6;
  font-size: 13px;
  display: none;
}.vlo_tb_login-wy4:hover {
  border-color: rgba(224,44,88,0.55);
  color: #F1F3F6;
}
@media(min-width: 479px) {.vlo_tb_login-wy4 {
  display: block;
}
}.vlo_tb_reg-wy4 {
  background: #1FBF60;
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 9px 1.125rem;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  color: #0D0F12;
}.vlo_tb_reg-wy4:hover {
  background: #25D96E;
}.vlo_sb-wy4 {
  transform: translateX(-100%);
  border-right: 1px solid rgba(255,255,255,0.05);
  background: #171C22;
  transition: transform .25s ease;
  width: 13.75rem;
  position: fixed;
  top: 56px;
  z-index: 70;
  bottom: 0;
  overflow-y: auto;
  left: 0;
}.vlo_sb-wy4.vlo_state_open-wy4 {
  transform: translateX(0);
}.vlo_sb-wy4::-webkit-scrollbar {
  width: 4px;
}.vlo_sb-wy4::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1081px) {.vlo_sb-wy4 {
  transform: translateX(0);
}
}.vlo_sb_auth-wy4 {
  padding: 0.875rem 0.75rem 10px;
}.vlo_sb_btn_reg-wy4 {
  border-radius: 8px;
  padding: 11px;
  transition: background .2s;
  background: #1FBF60;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 0.813rem;
  text-align: center;
  display: block;
  color: #0D0F12;
}.vlo_sb_btn_reg-wy4:hover {
  background: #25D96E;
}.vlo_sb_btn_login-wy4 {
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  padding: 0.625rem;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.11);
  font-weight: 600;
  display: block;
  text-align: center;
  color: #C5CCD6;
  font-size: 13px;
}.vlo_sb_btn_login-wy4:hover {
  border-color: rgba(224,44,88,0.55);
  color: #F1F3F6;
}.vlo_sb_promo-wy4 {
  padding: 12px 0.875rem;
  margin: 0 12px 0.625rem;
  border-radius: 8px;
  border: 1px solid rgba(224,44,88,0.18);
  background: linear-gradient(135deg,#1C0812,#171C22);
  overflow: hidden;
  position: relative;
}.vlo_sb_promo-wy4::before {
  background: radial-gradient(circle,rgba(224,44,88,0.18),transparent 70%);
  border-radius: 50%;
  right: -1.25rem;
  top: -20px;
  content: '';
  width: 5rem;
  position: absolute;
  height: 5rem;
}.vlo_sb_promo_title-wy4 {
  color: #E02C58;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: .06em;
}.vlo_sb_promo_text-wy4 {
  font-weight: 600;
  overflow-wrap: break-word;
  color: #F1F3F6;
  line-height: 1.35;
  font-size: 0.75rem;
}.vlo_sb_promo_sub-wy4 {
  color: #626C7A;
  margin-top: 3px;
  font-size: 0.625rem;
}.vlo_sb_nav-wy4 {
  padding: 0.375rem 0.5rem 16px;
}.vlo_sb_nav_lb-wy4 {
  padding: 0.625rem 8px 0.375rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #606878;
}.vlo_sb_link-wy4 {
  padding: 0.563rem 10px;
  border-radius: 0.25rem;
  gap: 0.625rem;
  transition: background .15s,color .15s;
  overflow-wrap: break-word;
  color: #8C96A4;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  align-items: center;
  font-weight: 500;
}.vlo_sb_link-wy4:hover {
  background: rgba(255,255,255,0.05);
  color: #F1F3F6;
}.vlo_sb_link-wy4.vlo_state_active-wy4 {
  background: rgba(224,44,88,0.18);
  color: #F1F3F6;
}.vlo_sb_ic-wy4 {
  border-radius: 4px;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 30px;
  height: 1.875rem;
}.vlo_sb_ic-wy4 svg {
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
  width: 1rem;
}.vlo_sb_ic_1-wy4 {
  background: rgba(224,44,88,0.08);
  color: #E02C58;
}.vlo_sb_ic_2-wy4 {
  background: rgba(31,191,96,0.16);
  color: #1FBF60;
}.vlo_sb_ic_3-wy4 {
  background: rgba(240,160,32,0.16);
  color: #F0A020;
}.vlo_sb_ic_4-wy4 {
  background: rgba(160,30,64,0.22);
  color: #A01E40;
}.vlo_sb_ic_5-wy4 {
  background: rgba(224,44,88,0.08);
  color: #FF4480;
}.vlo_sb_ic_6-wy4 {
  background: rgba(160,30,64,0.22);
  color: #8A38D8;
}.vlo_sb_badge-wy4 {
  padding: 2px 0.438rem;
  background: #F0A020;
  border-radius: 4px;
  font-weight: 700;
  color: #0D0F12;
  font-size: 9px;
  margin-left: auto;
}.vlo_sb_bot-wy4 {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.5rem;
  padding: 12px;
  display: flex;
}.vlo_sb_lang-wy4,.vlo_sb_help-wy4 {
  background: rgba(255,255,255,0.05);
  padding: 9px 0.375rem;
  flex: 1;
  transition: border-color .2s;
  border-radius: 4px;
  gap: 6px;
  border: 1px solid rgba(255,255,255,0.06);
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  color: #8C96A4;
}.vlo_sb_lang-wy4:hover,.vlo_sb_help-wy4:hover {
  border-color: rgba(224,44,88,0.55);
  color: #F1F3F6;
}.vlo_sb_lang-wy4 svg,.vlo_sb_help-wy4 svg {
  width: 13px;
  height: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.vlo_sb_bd-wy4 {
  background: rgba(8,10,13,0.72);
  inset: 0;
  display: none;
  z-index: 69;
  position: fixed;
}.vlo_sb_bd-wy4.vlo_state_on-wy4 {
  display: block;
}
@media(min-width: 1079px) {.vlo_sb_bd-wy4 {
  display: none!important;
}
}.vlo_mob_nav-wy4 {
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #171C22;
  border-top: 1px solid rgba(255,255,255,0.11);
  z-index: 80;
  left: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
}
@media(min-width: 1078px) {.vlo_mob_nav-wy4 {
  display: none;
}
}.vlo_mob_nav_item-wy4 {
  flex: 1;
  padding: 0.25rem 2px;
  gap: 0.25rem;
  flex-direction: column;
  color: #606878;
  display: flex;
  cursor: pointer;
  align-items: center;
}.vlo_mob_nav_ic-wy4 {
  line-height: 1;
}.vlo_mob_nav_ic-wy4 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.25rem;
  height: 1.25rem;
}.vlo_mob_nav_lb-wy4 {
  font-size: 10px;
  font-weight: 600;
  color: #606878;
}.vlo_mob_nav_item-wy4.vlo_state_active-wy4 {
  color: #E02C58;
}.vlo_mob_nav_item-wy4.vlo_state_active-wy4 .vlo_mob_nav_lb-wy4 {
  color: #E02C58;
}.vlo_hero-wy4 {
  padding: 20px 1rem 0;
  background: #0D1014;
}
@media(min-width: 771px) {.vlo_hero-wy4 {
  padding: 24px 24px 0;
}
}.vlo_hero_in-wy4 {
  margin: 0 auto;
  gap: 12px;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 857px) {.vlo_hero_in-wy4 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1098px) {.vlo_hero_in-wy4 {
  grid-template-columns: 1fr 340px;
}
}.vlo_hero_promo-wy4 {
  overflow: hidden;
  background: #12171D;
  border-radius: 0.875rem;
  align-items: stretch;
  min-height: 13.75rem;
  display: flex;
  position: relative;
}
@media(min-width: 767px) {.vlo_hero_promo-wy4 {
  min-height: 17.5rem;
}
}.vlo_hero_promo_bg-wy4 {
  inset: 0;
  background: linear-gradient(120deg,#1C0812 0%,#0D1014 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.vlo_hero_promo_bg-wy4::after {
  background: linear-gradient(90deg,#0D1014 0%,rgba(8,10,13,0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.vlo_hero_promo_glow-wy4 {
  background: radial-gradient(circle,rgba(160,30,64,0.22) 0%,transparent 65%);
  border-radius: 50%;
  top: -40px;
  position: absolute;
  height: 18.75rem;
  right: 60px;
  width: 18.75rem;
  pointer-events: none;
}.vlo_hero_promo_ct-wy4 {
  padding: 1.75rem 24px 1.75rem 28px;
  flex-direction: column;
  max-width: 480px;
  position: relative;
  justify-content: center;
  z-index: 2;
  display: flex;
}
@media(min-width: 770px) {.vlo_hero_promo_ct-wy4 {
  padding: 40px 32px;
}
}.vlo_hero_badge-wy4 {
  background: rgba(224,44,88,0.18);
  border-radius: 20px;
  border: 1px solid rgba(224,44,88,0.08);
  padding: 5px 0.75rem;
  margin-bottom: 0.875rem;
  color: #E02C58;
  display: inline-block;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.625rem;
}.vlo_hero_h1-wy4 {
  line-height: 1.15;
  margin-bottom: 0.625rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F1F3F6;
}.vlo_hero_h1-wy4 em {
  color: #F0A020;
  font-style: normal;
}
@media(min-width: 765px) {.vlo_hero_h1-wy4 {
  font-size: 2.25rem;
}
}.vlo_hero_sub-wy4 {
  color: #8C96A4;
  line-height: 1.55;
  margin-bottom: 20px;
  font-size: 13px;
}
@media(min-width: 765px) {.vlo_hero_sub-wy4 {
  font-size: 14px;
}
}.vlo_hero_row-wy4 {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.vlo_hero_cta-wy4 {
  background: #1FBF60;
  transition: background .2s;
  padding: 13px 26px;
  border-radius: 0.5rem;
  box-shadow: 0 3px 14px rgba(31,191,96,0.48), inset 0 1px 0 rgba(255,255,255,0.12);
  color: #0D0F12;
  font-size: 14px;
  font-weight: 700;
}.vlo_hero_cta-wy4:hover {
  background: #25D96E;
}.vlo_hero_terms-wy4 {
  font-size: 0.688rem;
  color: #606878;
}.vlo_hero_game-wy4 {
  background: #12171D;
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  border-radius: 0.875rem;
  flex-direction: column;
  position: relative;
  display: flex;
}.vlo_hero_game_badge-wy4 {
  background: rgba(240,160,32,0.16);
  border: 1px solid rgba(240,160,32,0.16);
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 0.625rem;
  z-index: 3;
  left: 12px;
  font-weight: 700;
  top: 12px;
  text-transform: uppercase;
  position: absolute;
  letter-spacing: .06em;
  color: #F0A020;
}.vlo_hero_game_badge-wy4 svg {
  vertical-align: -1px;
  margin-right: 0.25rem;
  height: 0.688rem;
  width: 11px;
}.vlo_hero_game_img-wy4 {
  background: linear-gradient(135deg,#1C0812,#0D1014);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.vlo_hero_game_img-wy4 img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.vlo_hero_game_play-wy4 {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8,10,13,0.72);
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}.vlo_hero_game-wy4:hover .vlo_hero_game_play-wy4 {
  opacity: 1;
}.vlo_hero_game_play-wy4 span {
  background: #E02C58;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  height: 3.25rem;
  width: 3.25rem;
  align-items: center;
}.vlo_hero_game_play-wy4 span svg {
  margin-left: 2px;
  height: 18px;
  width: 18px;
}.vlo_hero_game_info-wy4 {
  padding: 14px 1rem;
}.vlo_hero_game_title-wy4 {
  color: #F1F3F6;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 15px;
  font-weight: 700;
}.vlo_hero_game_provider-wy4 {
  color: #626C7A;
  font-size: 11px;
}.vlo_hero_game_btn-wy4 {
  padding: 0.688rem;
  background: #E02C58;
  margin: 0.75rem 1rem 1rem;
  border-radius: 0.5rem;
  transition: background .2s;
  font-weight: 700;
  color: #F1F3F6;
  text-align: center;
  display: block;
  font-size: 0.813rem;
}.vlo_hero_game-wy4:hover .vlo_hero_game_btn-wy4 {
  background: #F23D68;
}.vlo_sbar-wy4 {
  padding: 16px 1rem 0;
  background: #0D1014;
}
@media(min-width: 771px) {.vlo_sbar-wy4 {
  padding: 1.125rem 1.5rem 0;
}
}.vlo_sbar_in-wy4 {
  margin: 0 auto;
  max-width: 1320px;
}.vlo_sbar_row-wy4 {
  gap: 0.625rem;
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
}.vlo_sbar_input-wy4 {
  padding: 11px 1rem;
  border-radius: 0.5rem;
  gap: 0.625rem;
  transition: border-color .2s;
  flex: 1;
  background: #12171D;
  border: 1px solid rgba(255,255,255,0.11);
  font-size: 13px;
  cursor: pointer;
  align-items: center;
  color: #626C7A;
  display: flex;
}.vlo_sbar_input-wy4:hover {
  border-color: rgba(224,44,88,0.55);
}.vlo_sbar_input-wy4 svg {
  flex-shrink: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 15px;
  width: 0.938rem;
}.vlo_sbar_providers-wy4 {
  gap: 0.5rem;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 0.688rem 18px;
  background: #12171D;
  transition: border-color .2s;
  display: flex;
  font-weight: 600;
  font-size: 0.813rem;
  white-space: nowrap;
  align-items: center;
  color: #C5CCD6;
}.vlo_sbar_providers-wy4:hover {
  border-color: rgba(224,44,88,0.55);
  color: #F1F3F6;
}.vlo_sbar_providers-wy4 svg {
  width: 14px;
  height: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.vlo_sbar_tabs-wy4 {
  gap: 0.375rem;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 2px;
}.vlo_sbar_tabs-wy4::-webkit-scrollbar {
  display: none;
}.vlo_sbar_tab-wy4 {
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.06);
  padding: 8px 14px;
  background: rgba(255,255,255,0.05);
  gap: 7px;
  transition: background .15s,color .15s,border-color .15s;
  align-items: center;
  display: flex;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 600;
  color: #8C96A4;
}.vlo_sbar_tab-wy4:hover {
  border-color: rgba(224,44,88,0.55);
  background: rgba(255,255,255,0.07);
  color: #F1F3F6;
}.vlo_sbar_tab-wy4.vlo_state_active-wy4 {
  background: rgba(224,44,88,0.18);
  border-color: rgba(224,44,88,0.08);
  color: #F1F3F6;
}.vlo_sbar_tab_ic-wy4 svg {
  stroke-linejoin: round;
  width: 14px;
  height: 14px;
  stroke-linecap: round;
}.vlo_gr_jp-wy4 {
  overflow: hidden;
  padding: 1.25rem;
  background: linear-gradient(135deg,#1A0928 0%,#0A0C11 100%);
  border-radius: 14px;
  position: relative;
}.vlo_gr_jp-wy4::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(160,30,64,0.22) 0%,transparent 70%);
  height: 250px;
  position: absolute;
  left: -60px;
  width: 250px;
  content: '';
  top: -3.75rem;
}.vlo_gr_jp-wy4::after {
  background: radial-gradient(circle,rgba(240,160,32,0.16) 0%,transparent 70%);
  border-radius: 50%;
  width: 200px;
  bottom: -2.5rem;
  height: 12.5rem;
  content: '';
  right: 0;
  position: absolute;
}.vlo_gr_jp_head-wy4 {
  gap: 16px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
  margin-bottom: 1rem;
}.vlo_gr_jp_info-wy4 {
  flex: 1;
}.vlo_gr_jp_label-wy4 {
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  color: #8A38D8;
}.vlo_gr_jp_label-wy4 svg {
  margin-right: 0.25rem;
  stroke-linejoin: round;
  height: 0.875rem;
  vertical-align: -2px;
  width: 14px;
  stroke-linecap: round;
}.vlo_gr_jp_amount-wy4 {
  color: #F1F3F6;
  line-height: 1;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-size: 2rem;
  margin-bottom: 0.25rem;
}
@media(min-width: 769px) {.vlo_gr_jp_amount-wy4 {
  font-size: 2.5rem;
}
}.vlo_gr_jp_amount-wy4 span {
  color: #F0A020;
}.vlo_gr_jp_seo-wy4 {
  max-width: 480px;
  line-height: 1.5;
  color: #8C96A4;
  overflow-wrap: break-word;
  font-size: 12px;
}.vlo_gr_jp_cta-wy4 {
  background: rgba(160,30,64,0.22);
  transition: background .2s;
  padding: 0.688rem 20px;
  border: 1px solid rgba(160,30,64,0.22);
  border-radius: 8px;
  z-index: 1;
  align-self: flex-start;
  margin-top: 0.25rem;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  color: #F1F3F6;
  flex-shrink: 0;
  position: relative;
}.vlo_gr_jp_cta-wy4:hover {
  background: #A01E40;
}.vlo_gcg-wy4 {
  padding: 2.25rem 16px 0;
  background: #0D1014;
}
@media(min-width: 767px) {.vlo_gcg-wy4 {
  padding: 2.75rem 1.5rem 0;
}
}.vlo_gcg_in-wy4 {
  margin: 0 auto;
  max-width: 1320px;
}.vlo_gcg_head-wy4 {
  max-width: 720px;
  margin-bottom: 20px;
}.vlo_gcg_label-wy4 {
  color: #E02C58;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
}.vlo_gcg_h2-wy4 {
  font-weight: 800;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-size: 22px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F1F3F6;
}
@media(min-width: 766px) {.vlo_gcg_h2-wy4 {
  font-size: 1.75rem;
}
}.vlo_gcg_intro-wy4 {
  font-size: 13px;
  line-height: 1.6;
  color: #626C7A;
}.vlo_gcg_grid-wy4 {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.vlo_gcg_grid-wy4 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.vlo_gcg_grid-wy4 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.vlo_gcg_card-wy4 {
  padding: 20px;
  border-radius: 0.875rem;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255,255,255,0.11);
  overflow: hidden;
  display: flex;
  min-height: 240px;
  justify-content: flex-end;
  position: relative;
  flex-direction: column;
  cursor: pointer;
}.vlo_gcg_card-wy4:hover {
  border-color: rgba(224,44,88,0.18);
  transform: translateY(-3px);
}.vlo_gcg_card_bg-wy4 {
  inset: 0;
  z-index: 0;
  position: absolute;
}.vlo_gcg_card_bg-wy4::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.vlo_gcg_card_ic-wy4 {
  border-radius: 4px;
  background: rgba(0,0,0,.45);
  z-index: 2;
  display: flex;
  right: 1.125rem;
  height: 2.5rem;
  width: 40px;
  align-items: center;
  justify-content: center;
  top: 18px;
  color: #F1F3F6;
  position: absolute;
}.vlo_gcg_card_ic-wy4 svg {
  stroke-linejoin: round;
  height: 1.25rem;
  stroke-linecap: round;
  width: 20px;
}.vlo_gcg_card_ct-wy4 {
  position: relative;
  z-index: 1;
}.vlo_gcg_card_h-wy4 {
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 8px;
  font-size: 18px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F1F3F6;
}
@media(min-width: 767px) {.vlo_gcg_card_h-wy4 {
  font-size: 1.25rem;
}
}.vlo_gcg_card_p-wy4 {
  margin-bottom: 0.625rem;
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.55;
}.vlo_gcg_card_p-wy4 strong {
  color: #F1F3F6;
  font-weight: 600;
}.vlo_gcg_card_cta-wy4 {
  gap: 4px;
  text-transform: uppercase;
  color: #E02C58;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .04em;
  display: inline-flex;
  align-items: center;
}.vlo_gcg_card_cta-wy4 svg {
  height: 12px;
  stroke-linecap: round;
  width: 0.75rem;
  stroke-linejoin: round;
}.vlo_ws-wy4 {
  background: #0D1014;
  padding: 2rem 16px 0;
}
@media(min-width: 769px) {.vlo_ws-wy4 {
  padding: 36px 1.5rem 0;
}
}.vlo_ws_in-wy4 {
  margin: 0 auto;
  max-width: 1320px;
}.vlo_ws_head-wy4 {
  gap: 12px;
  margin-bottom: 0.875rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  justify-content: space-between;
}.vlo_ws_title-wy4 {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  color: #F1F3F6;
  font-family: 'Barlow Condensed', sans-serif;
  align-items: center;
  overflow-wrap: break-word;
}.vlo_ws_title_ic-wy4 svg {
  stroke-linejoin: round;
  width: 1.125rem;
  color: #F0A020;
  stroke-linecap: round;
  height: 18px;
}.vlo_ws_online-wy4 {
  gap: 0.438rem;
  display: flex;
  font-weight: 600;
  font-size: 12px;
  align-items: center;
  color: #626C7A;
}.vlo_ws_online_dot-wy4 {
  background: #1FBF60;
  border-radius: 50%;
  box-shadow: 0 0 0.375rem rgba(31,191,96,0.16);
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
}.vlo_ws_scroll-wy4 {
  gap: 8px;
  display: flex;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
}.vlo_ws_scroll-wy4::-webkit-scrollbar {
  display: none;
}.vlo_wc-wy4 {
  border: 1px solid rgba(255,255,255,0.11);
  padding: 0.625rem 14px;
  gap: 10px;
  border-radius: 8px;
  background: #12171D;
  flex-shrink: 0;
  min-width: 220px;
  display: flex;
  align-items: center;
}.vlo_wc_img-wy4 {
  border-radius: 4px;
  overflow: hidden;
  background: #171C22;
  height: 36px;
  width: 36px;
  flex-shrink: 0;
}.vlo_wc_img-wy4 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.vlo_wc_info-wy4 {
  min-width: 0;
}.vlo_wc_game-wy4 {
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  color: #C5CCD6;
  text-overflow: ellipsis;
  white-space: nowrap;
}.vlo_wc_player-wy4 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
  color: #606878;
  white-space: nowrap;
}.vlo_wc_amount-wy4 {
  color: #1FBF60;
  white-space: nowrap;
  font-size: 13px;
  margin-left: auto;
  font-weight: 700;
  flex-shrink: 0;
}.vlo_reg-wy4 {
  background: #0D1014;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.vlo_reg-wy4 {
  padding: 2.75rem 1.5rem 0;
}
}.vlo_reg_in-wy4 {
  background: #171C22;
  padding: 1.75rem 24px;
  margin: 0 auto;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.06);
  max-width: 82.5rem;
}
@media(min-width: 765px) {.vlo_reg_in-wy4 {
  padding: 40px;
}
}.vlo_reg_top-wy4 {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 859px) {.vlo_reg_top-wy4 {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.vlo_reg_label-wy4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  color: #E02C58;
  font-weight: 700;
}.vlo_reg_h2-wy4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  color: #F1F3F6;
  margin-bottom: 0.75rem;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.vlo_reg_h2-wy4 {
  font-size: 1.75rem;
}
}.vlo_reg_bonus-wy4 {
  border: 1px solid rgba(240,160,32,0.16);
  background: rgba(240,160,32,0.16);
  border-radius: 0.5rem;
  gap: 8px;
  padding: 10px 1rem;
  align-items: center;
  margin-bottom: 1rem;
  display: inline-flex;
}.vlo_reg_bonus_amount-wy4 {
  font-size: 20px;
  font-weight: 800;
  color: #F0A020;
}.vlo_reg_bonus_text-wy4 {
  font-size: 13px;
  color: #8C96A4;
  line-height: 1.35;
}.vlo_reg_cta_btn-wy4 {
  background: #1FBF60;
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 0.875rem 2rem;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  color: #0D0F12;
  margin-bottom: 0.75rem;
  box-shadow: 0 3px 0.875rem rgba(31,191,96,0.48), inset 0 1px 0 rgba(255,255,255,0.12);
}.vlo_reg_cta_btn-wy4:hover {
  background: #25D96E;
}.vlo_reg_terms-wy4 {
  line-height: 1.5;
  font-size: 0.688rem;
  color: #606878;
}.vlo_reg_seo-wy4 {
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #626C7A;
  padding-top: 1.25rem;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
  margin-top: 20px;
}.vlo_reg_seo-wy4 p {
  color: #626C7A;
  margin-bottom: 10px;
  font-size: 0.813rem;
  line-height: 1.65;
}.vlo_reg_seo-wy4 p:last-child {
  margin-bottom: 0;
}.vlo_reg_seo-wy4 strong {
  font-weight: 700;
  color: #C5CCD6;
}.vlo_reg_seo-wy4 a {
  transition: color .2s;
  color: #E02C58;
  text-decoration: underline;
}.vlo_reg_seo-wy4 a:hover {
  color: #F23D68;
}.vlo_reg_seo-wy4 ul,.vlo_reg_seo-wy4 ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.vlo_reg_seo-wy4 ol {
  list-style: decimal;
}.vlo_reg_seo-wy4 li {
  line-height: 1.65;
  font-size: 0.813rem;
  margin-bottom: 0.25rem;
  color: #626C7A;
}.vlo_reg_seo-wy4 table {
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
  display: block;
  font-size: 13px;
}
@media(min-width: 765px) {.vlo_reg_seo-wy4 table {
  display: table;
}
}.vlo_reg_seo-wy4 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 8px;
  font-weight: 700;
  text-align: left;
  color: #C5CCD6;
}.vlo_reg_seo-wy4 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.5rem;
  color: #626C7A;
}.vlo_reg_steps-wy4 {
  gap: 0.875rem;
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}
@media(min-width: 859px) {.vlo_reg_steps-wy4 {
  margin-top: 0;
}
}.vlo_reg_step-wy4 {
  border-radius: 0.5rem;
  background: rgba(255,255,255,0.05);
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.06);
  gap: 14px;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.vlo_reg_step_num-wy4 {
  border: 1px solid rgba(224,44,88,0.08);
  background: rgba(224,44,88,0.18);
  border-radius: 50%;
  flex-shrink: 0;
  height: 2.125rem;
  width: 2.125rem;
  color: #E02C58;
  justify-content: center;
  font-weight: 800;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}.vlo_reg_step_title-wy4 {
  margin-bottom: 3px;
  color: #F1F3F6;
  font-size: 0.875rem;
  font-weight: 700;
}.vlo_reg_step_text-wy4 {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #626C7A;
}.vlo_reg_trust-wy4 {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  flex-wrap: wrap;
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
}.vlo_reg_trust_item-wy4 {
  gap: 0.438rem;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  color: #626C7A;
}.vlo_reg_trust_ic-wy4 svg {
  stroke-linejoin: round;
  height: 1rem;
  color: #E02C58;
  width: 1rem;
  stroke-linecap: round;
}.vlo_app-wy4 {
  padding: 36px 1rem 0;
  background: #0D1014;
}
@media(min-width: 765px) {.vlo_app-wy4 {
  padding: 44px 1.5rem 0;
}
}.vlo_app_in-wy4 {
  margin: 0 auto;
  max-width: 1320px;
}.vlo_app_head-wy4 {
  margin-bottom: 1rem;
}.vlo_app_label-wy4 {
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #E02C58;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
}.vlo_app_h2-wy4 {
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
  color: #F1F3F6;
}
@media(min-width: 770px) {.vlo_app_h2-wy4 {
  font-size: 1.5rem;
}
}.vlo_app_sub-wy4 {
  color: #626C7A;
  font-size: 0.813rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  max-width: 600px;
}.vlo_app_sub-wy4 strong {
  font-weight: 700;
  color: #C5CCD6;
}.vlo_app_cards-wy4 {
  gap: 0.625rem;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.vlo_app_cards-wy4 {
  grid-template-columns: repeat(3,1fr);
}
}.vlo_app_card-wy4 {
  padding: 20px;
  overflow: hidden;
  gap: 16px;
  border-radius: 8px;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  display: flex;
}.vlo_app_card_ios-wy4 {
  background: linear-gradient(135deg,rgba(224,44,88,0.18) 0%,#171C22 100%);
}.vlo_app_card_android-wy4 {
  background: linear-gradient(135deg,rgba(31,191,96,0.16) 0%,#171C22 100%);
}.vlo_app_card_win-wy4 {
  background: linear-gradient(135deg,rgba(240,160,32,0.16) 0%,#171C22 100%);
}.vlo_app_card_ic-wy4 svg {
  width: 2.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 34px;
}.vlo_app_card_ic-wy4 {
  flex-shrink: 0;
  color: #F1F3F6;
}.vlo_app_card_os-wy4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
  color: #626C7A;
}.vlo_app_card_title-wy4 {
  line-height: 1.2;
  color: #F1F3F6;
  overflow-wrap: break-word;
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 700;
}.vlo_app_card_text-wy4 {
  font-size: 12px;
  line-height: 1.5;
  color: #626C7A;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}.vlo_app_card_btn-wy4 {
  border-radius: 0.25rem;
  gap: 0.438rem;
  padding: 10px 1.125rem;
  transition: background .2s;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(224,44,88,0.55);
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #F1F3F6;
  display: inline-flex;
}.vlo_app_card_btn-wy4:hover {
  background: rgba(255,255,255,0.07);
}.vlo_bon-wy4 {
  padding: 2.25rem 16px 0;
  background: #0D1014;
}
@media(min-width: 766px) {.vlo_bon-wy4 {
  padding: 44px 24px 0;
}
}.vlo_bon_in-wy4 {
  margin: 0 auto;
  max-width: 82.5rem;
}.vlo_bon_head-wy4 {
  margin-bottom: 1.25rem;
}.vlo_bon_label-wy4 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #E02C58;
  font-size: 11px;
}.vlo_bon_h2-wy4 {
  color: #F1F3F6;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.vlo_bon_h2-wy4 {
  font-size: 1.5rem;
}
}.vlo_bon_seo-wy4 {
  color: #626C7A;
  max-width: 620px;
  line-height: 1.6;
  font-size: 13px;
  overflow-wrap: break-word;
}.vlo_bon_seo-wy4 strong {
  font-weight: 700;
  color: #C5CCD6;
}.vlo_bon_seo-wy4 a {
  color: #E02C58;
  text-decoration: underline;
}.vlo_bon_grid-wy4 {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 639px) {.vlo_bon_grid-wy4 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.vlo_bon_grid-wy4 {
  grid-template-columns: repeat(5,1fr);
}
}.vlo_bon_card-wy4 {
  border-radius: 8px;
  padding: 16px;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255,255,255,0.11);
  background: #12171D;
}.vlo_bon_card-wy4:hover {
  border-color: rgba(224,44,88,0.08);
  transform: translateY(-2px);
}.vlo_bon_card_ic-wy4 svg {
  stroke-linecap: round;
  height: 26px;
  width: 1.625rem;
  stroke-linejoin: round;
}.vlo_bon_card_ic-wy4 {
  margin-bottom: 0.625rem;
}.vlo_bon_card_type-wy4 {
  font-weight: 700;
  color: #626C7A;
  margin-bottom: 0.375rem;
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}.vlo_bon_card_amount-wy4 {
  color: #F0A020;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 6px;
}.vlo_bon_card_name-wy4 {
  color: #F1F3F6;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 13px;
}.vlo_bon_card_detail-wy4 {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  padding-top: 0.5rem;
  font-size: 0.688rem;
  color: #606878;
  line-height: 1.5;
}.vlo_prov-wy4 {
  background: #0D1014;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.vlo_prov-wy4 {
  padding: 44px 24px 0;
}
}.vlo_prov_in-wy4 {
  margin: 0 auto;
  max-width: 1320px;
}.vlo_prov_head-wy4 {
  margin-bottom: 1rem;
}.vlo_prov_label-wy4 {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 11px;
  color: #E02C58;
}.vlo_prov_h2-wy4 {
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  color: #F1F3F6;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0.5rem;
}
@media(min-width: 769px) {.vlo_prov_h2-wy4 {
  font-size: 24px;
}
}.vlo_prov_seo-wy4 {
  font-size: 0.813rem;
  color: #626C7A;
  margin-bottom: 1rem;
  max-width: 620px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.vlo_prov_seo-wy4 strong {
  font-weight: 700;
  color: #C5CCD6;
}.vlo_prov_seo-wy4 a {
  text-decoration: underline;
  color: #E02C58;
}.vlo_prov_grid-wy4 {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 637px) {.vlo_prov_grid-wy4 {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.vlo_prov_grid-wy4 {
  grid-template-columns: repeat(8,1fr);
}
}.vlo_prov_card-wy4 {
  padding: 0.875rem 10px;
  gap: 7px;
  transition: border-color .2s,background .2s;
  border-radius: 0.5rem;
  background: #12171D;
  border: 1px solid rgba(255,255,255,0.11);
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
}.vlo_prov_card-wy4:hover {
  border-color: rgba(224,44,88,0.55);
  background: #171C22;
}.vlo_prov_logo-wy4 {
  border-radius: 4px;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  align-items: center;
  justify-content: center;
  display: flex;
  height: 2.75rem;
  width: 44px;
}.vlo_prov_logo-wy4 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.vlo_prov_name-wy4 {
  font-size: 0.688rem;
  font-weight: 600;
  text-align: center;
  color: #8C96A4;
  overflow-wrap: break-word;
}.vlo_faq-wy4 {
  background: #0D1014;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.vlo_faq-wy4 {
  padding: 2.75rem 1.5rem 0;
}
}.vlo_faq_in-wy4 {
  margin: 0 auto;
  max-width: 1320px;
}.vlo_faq_head-wy4 {
  margin-bottom: 20px;
}.vlo_faq_label-wy4 {
  color: #E02C58;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.vlo_faq_h2-wy4 {
  color: #F1F3F6;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
}
@media(min-width: 766px) {.vlo_faq_h2-wy4 {
  font-size: 1.5rem;
}
}.vlo_faq_list-wy4 {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.vlo_faq_item-wy4 {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.11);
  background: #171C22;
  border-radius: 8px;
}.vlo_faq_q-wy4 {
  padding: 16px 1.25rem;
  transition: color .2s;
  gap: 0.75rem;
  color: #C5CCD6;
  justify-content: space-between;
  display: flex;
  cursor: pointer;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 600;
}.vlo_faq_q-wy4:hover {
  color: #F1F3F6;
}.vlo_faq_q_ic-wy4 {
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  border-radius: 50%;
  width: 1.5rem;
  height: 24px;
  justify-content: center;
  color: #E02C58;
  flex-shrink: 0;
  align-items: center;
  font-size: 1rem;
  display: flex;
}.vlo_faq_item-wy4.vlo_state_open-wy4 .vlo_faq_q_ic-wy4 {
  transform: rotate(45deg);
}.vlo_faq_a-wy4 {
  padding: 0 1.25rem 1rem;
  color: #626C7A;
  overflow-wrap: break-word;
  line-height: 1.7;
  display: none;
  font-size: 0.813rem;
}.vlo_faq_item-wy4.vlo_state_open-wy4 .vlo_faq_a-wy4 {
  display: block;
}.vlo_faq_a-wy4 strong {
  color: #C5CCD6;
  font-weight: 700;
}.vlo_faq_a-wy4 a {
  text-decoration: underline;
  color: #E02C58;
}.vlo_faq_a-wy4 ul,.vlo_faq_a-wy4 ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.vlo_faq_a-wy4 ol {
  list-style: decimal;
}.vlo_faq_a-wy4 li {
  line-height: 1.6;
  margin-bottom: 4px;
}.vlo_faq_a-wy4 table {
  margin: 0.5rem 0;
  overflow-x: auto;
  font-size: 0.75rem;
  display: block;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 771px) {.vlo_faq_a-wy4 table {
  display: table;
}
}.vlo_faq_a-wy4 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 6px 8px;
  font-weight: 700;
  text-align: left;
  color: #C5CCD6;
}.vlo_faq_a-wy4 td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #626C7A;
}.vlo_pmt-wy4 {
  background: #0D1014;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.vlo_pmt-wy4 {
  padding: 2.75rem 1.5rem 0;
}
}.vlo_pmt_in-wy4 {
  margin: 0 auto;
  max-width: 1320px;
}.vlo_pmt_head-wy4 {
  margin-bottom: 22px;
  max-width: 45rem;
}.vlo_pmt_label-wy4 {
  font-size: 11px;
  margin-bottom: 0.5rem;
  color: #E02C58;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.vlo_pmt_h2-wy4 {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  color: #F1F3F6;
  font-size: 1.375rem;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 769px) {.vlo_pmt_h2-wy4 {
  font-size: 1.75rem;
}
}.vlo_pmt_intro-wy4 {
  color: #626C7A;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.875rem;
}.vlo_pmt_groups-wy4 {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.vlo_pmt_group-wy4 {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  padding: 20px;
  background: #171C22;
}.vlo_pmt_group_head-wy4 {
  gap: 0.75rem;
  margin-bottom: 10px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.vlo_pmt_group_ic-wy4 {
  background: rgba(224,44,88,0.18);
  border-radius: 4px;
  display: flex;
  height: 2.25rem;
  align-items: center;
  color: #E02C58;
  width: 36px;
  justify-content: center;
  flex-shrink: 0;
}.vlo_pmt_group_ic-wy4 svg {
  width: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 18px;
}.vlo_pmt_group_h-wy4 {
  margin: 0;
  font-size: 16px;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F1F3F6;
}.vlo_pmt_group_p-wy4 {
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 13px;
  margin-bottom: 14px;
  color: #626C7A;
}.vlo_pmt_group_p-wy4 strong {
  color: #C5CCD6;
  font-weight: 600;
}.vlo_pmt_table_wrap-wy4 {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.vlo_pmt_table-wy4 {
  font-size: 0.813rem;
  min-width: 33.75rem;
  border-collapse: collapse;
  width: 100%;
}.vlo_pmt_table-wy4 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  font-size: 11px;
  color: #C5CCD6;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: .04em;
  font-weight: 700;
}.vlo_pmt_table-wy4 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 12px;
  color: #626C7A;
}.vlo_pmt_table-wy4 tbody tr:last-child td {
  border-bottom: none;
}.vlo_pmt_table-wy4 tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #C5CCD6;
}.vlo_seo-wy4 {
  padding: 2.25rem 1rem 0;
  background: #0D1014;
}
@media(min-width: 769px) {.vlo_seo-wy4 {
  padding: 44px 1.5rem 0;
}
}.vlo_seo_in-wy4 {
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.11);
  margin: 0 auto;
  padding: 28px 1.5rem;
  background: #171C22;
  max-width: 1320px;
}
@media(min-width: 770px) {.vlo_seo_in-wy4 {
  padding: 36px 40px;
}
}.vlo_seo_label-wy4 {
  text-transform: uppercase;
  color: #E02C58;
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
}.vlo_seo_h2-wy4 {
  color: #F1F3F6;
  font-size: 20px;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 767px) {.vlo_seo_h2-wy4 {
  font-size: 1.5rem;
}
}.vlo_seo_body-wy4 {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #8C96A4;
  font-size: 0.875rem;
}.vlo_seo_body-wy4 p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #8C96A4;
  margin-bottom: 12px;
}.vlo_seo_body-wy4 p:last-child {
  margin-bottom: 0;
}.vlo_seo_body-wy4 strong {
  color: #C5CCD6;
  font-weight: 700;
}.vlo_seo_body-wy4 a {
  transition: color .2s;
  text-decoration: underline;
  color: #E02C58;
}.vlo_seo_body-wy4 a:hover {
  color: #F23D68;
}.vlo_seo_body-wy4 ul,.vlo_seo_body-wy4 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.vlo_seo_body-wy4 ol {
  list-style: decimal;
}.vlo_seo_body-wy4 li {
  font-size: 14px;
  line-height: 1.75;
  color: #8C96A4;
  margin-bottom: 6px;
}.vlo_seo_body-wy4 table {
  display: block;
  margin-bottom: 12px;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.vlo_seo_body-wy4 table {
  display: table;
}
}.vlo_seo_body-wy4 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  color: #C5CCD6;
  font-weight: 700;
  text-align: left;
}.vlo_seo_body-wy4 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 12px;
  color: #8C96A4;
}.vlo_seo_cols-wy4 {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 639px) {.vlo_seo_cols-wy4 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.vlo_seo_cols-wy4 {
  grid-template-columns: repeat(3,1fr);
}
}.vlo_seo_col_h-wy4 {
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-weight: 700;
  color: #C5CCD6;
  font-size: 0.813rem;
}.vlo_seo_col_p-wy4 {
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #626C7A;
}.vlo_seo_stats-wy4 {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.vlo_seo_stat-wy4 {
  padding: 0.875rem 1rem;
  background: rgba(224,44,88,0.08);
  border-radius: 0.5rem;
  border: 1px solid rgba(224,44,88,0.18);
  flex: 1;
  min-width: 8.75rem;
}.vlo_seo_stat_val-wy4 {
  margin-bottom: 0.25rem;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #E02C58;
}.vlo_seo_stat_lb-wy4 {
  overflow-wrap: break-word;
  color: #626C7A;
  font-size: 11px;
}.vlo_seo-wy4 {
  background: #0D1014;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.vlo_seo-wy4 {
  padding: 2.75rem 1.5rem 0;
}
}.vlo_seo_in-wy4 {
  padding: 28px 24px;
  background: #171C22;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 14px;
  max-width: 1320px;
}
@media(min-width: 769px) {.vlo_seo_in-wy4 {
  padding: 2.25rem 40px;
}
}.vlo_seo_label-wy4 {
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #E02C58;
}.vlo_seo_h2-wy4 {
  margin-bottom: 0.875rem;
  color: #F1F3F6;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.25;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
}
@media(min-width: 765px) {.vlo_seo_h2-wy4 {
  font-size: 24px;
}
}.vlo_seo_body-wy4 {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #8C96A4;
  overflow-wrap: break-word;
}.vlo_seo_body-wy4 p {
  font-size: 0.875rem;
  color: #8C96A4;
  line-height: 1.75;
  margin-bottom: 12px;
}.vlo_seo_body-wy4 p:last-child {
  margin-bottom: 0;
}.vlo_seo_body-wy4 strong {
  color: #C5CCD6;
  font-weight: 700;
}.vlo_seo_body-wy4 a {
  transition: color .2s;
  text-decoration: underline;
  color: #E02C58;
}.vlo_seo_body-wy4 a:hover {
  color: #F23D68;
}.vlo_seo_body-wy4 ul,.vlo_seo_body-wy4 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.vlo_seo_body-wy4 ol {
  list-style: decimal;
}.vlo_seo_body-wy4 li {
  color: #8C96A4;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.vlo_seo_body-wy4 table {
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  font-size: 13px;
  display: block;
}
@media(min-width: 765px) {.vlo_seo_body-wy4 table {
  display: table;
}
}.vlo_seo_body-wy4 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 12px;
  font-weight: 700;
  text-align: left;
  color: #C5CCD6;
}.vlo_seo_body-wy4 td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #8C96A4;
}.vlo_seo_cols-wy4 {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width:640px) {.vlo_seo_cols-wy4 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.vlo_seo_cols-wy4 {
  grid-template-columns: repeat(3,1fr);
}
}.vlo_seo_col_h-wy4 {
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 700;
  color: #C5CCD6;
}.vlo_seo_col_p-wy4 {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #626C7A;
}.vlo_seo_stats-wy4 {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.vlo_seo_stat-wy4 {
  border: 1px solid rgba(224,44,88,0.18);
  border-radius: 0.5rem;
  padding: 0.875rem 16px;
  flex: 1;
  background: rgba(224,44,88,0.08);
  min-width: 140px;
}.vlo_seo_stat_val-wy4 {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #E02C58;
  margin-bottom: 4px;
  font-weight: 800;
}.vlo_seo_stat_lb-wy4 {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #626C7A;
}.vlo_seo-wy4 {
  padding: 2.25rem 1rem 0;
  background: #0D1014;
}
@media(min-width: 771px) {.vlo_seo-wy4 {
  padding: 44px 1.5rem 0;
}
}.vlo_seo_in-wy4 {
  border-radius: 0.875rem;
  margin: 0 auto;
  background: #171C22;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  max-width: 82.5rem;
}
@media(min-width: 770px) {.vlo_seo_in-wy4 {
  padding: 2.25rem 40px;
}
}.vlo_seo_label-wy4 {
  font-size: 11px;
  font-weight: 700;
  color: #E02C58;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.vlo_seo_h2-wy4 {
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F1F3F6;
  font-weight: 800;
  line-height: 1.25;
  font-size: 1.25rem;
}
@media(min-width: 767px) {.vlo_seo_h2-wy4 {
  font-size: 1.5rem;
}
}.vlo_seo_body-wy4 {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #8C96A4;
  font-size: 14px;
}.vlo_seo_body-wy4 p {
  margin-bottom: 12px;
  color: #8C96A4;
  font-size: 14px;
  line-height: 1.75;
}.vlo_seo_body-wy4 p:last-child {
  margin-bottom: 0;
}.vlo_seo_body-wy4 strong {
  color: #C5CCD6;
  font-weight: 700;
}.vlo_seo_body-wy4 a {
  transition: color .2s;
  color: #E02C58;
  text-decoration: underline;
}.vlo_seo_body-wy4 a:hover {
  color: #F23D68;
}.vlo_seo_body-wy4 ul,.vlo_seo_body-wy4 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.vlo_seo_body-wy4 ol {
  list-style: decimal;
}.vlo_seo_body-wy4 li {
  color: #8C96A4;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 14px;
}.vlo_seo_body-wy4 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  font-size: 0.813rem;
  display: block;
}
@media(min-width: 765px) {.vlo_seo_body-wy4 table {
  display: table;
}
}.vlo_seo_body-wy4 th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  font-weight: 700;
  color: #C5CCD6;
}.vlo_seo_body-wy4 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #8C96A4;
}.vlo_seo_cols-wy4 {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 639px) {.vlo_seo_cols-wy4 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.vlo_seo_cols-wy4 {
  grid-template-columns: repeat(3,1fr);
}
}.vlo_seo_col_h-wy4 {
  color: #C5CCD6;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.vlo_seo_col_p-wy4 {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #626C7A;
  font-size: 13px;
}.vlo_seo_stats-wy4 {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.vlo_seo_stat-wy4 {
  flex: 1;
  border: 1px solid rgba(224,44,88,0.18);
  padding: 0.875rem 1rem;
  background: rgba(224,44,88,0.08);
  border-radius: 8px;
  min-width: 8.75rem;
}.vlo_seo_stat_val-wy4 {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 0.25rem;
  color: #E02C58;
}.vlo_seo_stat_lb-wy4 {
  color: #626C7A;
  font-size: 11px;
  overflow-wrap: break-word;
}.vlo_ft-wy4 {
  border-top: 1px solid rgba(255,255,255,0.05);
  background: #080A0D;
  margin-top: 3rem;
}.vlo_ft_support-wy4 {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 1.5rem 1rem;
}
@media(min-width: 765px) {.vlo_ft_support-wy4 {
  padding: 28px 24px;
}
}.vlo_ft_support_in-wy4 {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1320px;
}.vlo_ft_support_main-wy4 {
  flex: 1;
  gap: 16px;
  min-width: 220px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.vlo_ft_support_ic-wy4 {
  flex-shrink: 0;
  color: #E02C58;
}.vlo_ft_support_ic-wy4 svg {
  width: 1.875rem;
  height: 30px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.vlo_ft_support_text_title-wy4 {
  margin-bottom: 3px;
  color: #F1F3F6;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 15px;
}.vlo_ft_support_text_sub-wy4 {
  color: #626C7A;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.vlo_ft_support_btn-wy4 {
  border-radius: 8px;
  background: #E02C58;
  padding: 0.688rem 22px;
  transition: background .2s;
  font-weight: 700;
  color: #F1F3F6;
  font-size: 0.813rem;
  flex-shrink: 0;
  white-space: nowrap;
}.vlo_ft_support_btn-wy4:hover {
  background: #F23D68;
}.vlo_ft_support_contacts-wy4 {
  gap: 1rem;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.vlo_ft_support_contact-wy4 {
  color: #606878;
  font-size: 12px;
  line-height: 1.4;
}.vlo_ft_support_contact-wy4 strong {
  font-weight: 600;
  display: block;
  font-size: 0.688rem;
  color: #8C96A4;
  margin-bottom: 2px;
}.vlo_ft_main-wy4 {
  padding: 32px 16px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width:768px) {.vlo_ft_main-wy4 {
  padding: 2.5rem 1.5rem 2rem;
}
}.vlo_ft_main_in-wy4 {
  margin: 0 auto;
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1320px;
}
@media(min-width: 639px) {.vlo_ft_main_in-wy4 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.vlo_ft_main_in-wy4 {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.vlo_ft_col_logo-wy4 {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.vlo_ft_col_logo-wy4 {
  grid-column: auto;
}
}.vlo_ft_logo-wy4 {
  gap: 0.563rem;
  display: flex;
  margin-bottom: 12px;
  font-size: 16px;
  flex-wrap: wrap;
  color: #F1F3F6;
  overflow-wrap: break-word;
  align-items: center;
  font-weight: 800;
}.vlo_ft_logo_mark-wy4 {
  overflow: hidden;
  border-radius: 0.25rem;
  height: 30px;
  width: 30px;
}.vlo_ft_logo_mark-wy4 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.vlo_ft_logo_sub-wy4 {
  max-width: 200px;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #606878;
  font-size: 0.75rem;
}.vlo_ft_col_title-wy4 {
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #8C96A4;
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 0.75rem;
}.vlo_ft_col_links-wy4 {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.vlo_ft_col_link-wy4 {
  transition: color .2s;
  font-size: 13px;
  color: #606878;
  overflow-wrap: break-word;
}.vlo_ft_col_link-wy4:hover {
  color: #C5CCD6;
}.vlo_ft_apps-wy4 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.vlo_ft_app_card-wy4 {
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,0.11);
  background: rgba(255,255,255,0.05);
  border-radius: 4px;
  gap: 0.625rem;
  transition: border-color .2s;
  display: flex;
  align-items: center;
}.vlo_ft_app_card-wy4:hover {
  border-color: rgba(224,44,88,0.55);
}.vlo_ft_app_card_ic-wy4 svg {
  width: 22px;
  height: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.vlo_ft_app_card_os-wy4 {
  font-weight: 600;
  color: #606878;
  font-size: 0.625rem;
}.vlo_ft_app_card_action-wy4 {
  color: #C5CCD6;
  font-size: 0.75rem;
  font-weight: 700;
}.vlo_ft_bot-wy4 {
  padding: 20px 16px;
}
@media(min-width: 767px) {.vlo_ft_bot-wy4 {
  padding: 1.25rem 1.5rem;
}
}.vlo_ft_bot_in-wy4 {
  margin: 0 auto;
  gap: 1rem;
  max-width: 82.5rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.vlo_ft_socials-wy4 {
  gap: 0.5rem;
  display: flex;
}.vlo_ft_soc-wy4 {
  background: rgba(255,255,255,0.05);
  transition: background .2s;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 36px;
  width: 36px;
  justify-content: center;
  color: #8C96A4;
}.vlo_ft_soc-wy4 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
  height: 16px;
}.vlo_ft_soc-wy4:hover {
  background: rgba(255,255,255,0.07);
}.vlo_ft_legal-wy4 {
  flex: 1;
  min-width: 200px;
  line-height: 1.6;
  font-size: 0.688rem;
  color: #7A8494;
  overflow-wrap: break-word;
}.vlo_ft_legal-wy4 strong {
  color: #8C96A4;
  font-weight: 700;
}.vlo_ft_legal-wy4 a {
  text-decoration: underline;
  color: #8C96A4;
}.vlo_ft_age-wy4 {
  border-radius: 50%;
  border: 2px solid #7A8494;
  justify-content: center;
  display: flex;
  font-size: 11px;
  height: 2rem;
  color: #7A8494;
  flex-shrink: 0;
  width: 2rem;
  font-weight: 800;
  align-items: center;
  margin-left: auto;
}