*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #070E18;
  font-family: 'Exo 2', sans-serif;
  line-height: 1.6;
  color: #A6C2D6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  color: inherit;
  text-decoration: none;
}button {
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.mly-layout_rvb {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.mly-page_rvb {
  min-height: 100vh;
  display: flex;
}.mly-main_rvb {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media(min-width: 1078px) {.mly-main_rvb {
  padding-left: 220px;
}
}
@media(max-width: 1077px) {.mly-main_rvb {
  padding-bottom: 72px;
}
}.mly-gc_rvb {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #0A1422;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  width: 140px;
}
@media(min-width: 642px) {.mly-gc_rvb {
  width: 9.75rem;
}
}
@media(min-width:1080px) {.mly-gc_rvb {
  width: 168px;
}
}.mly-gc_rvb:hover {
  border-color: rgba(0, 212, 244, 0.07);
  transform: translateY(-3px);
}.mly-gc_img_rvb {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.mly-gc_img_rvb img {
  inset: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}.mly-gc_hover_rvb {
  background: rgba(3, 8, 16, 0.72);
  inset: 0;
  transition: opacity .2s;
  opacity: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}.mly-gc_rvb:hover .mly-gc_hover_rvb {
  opacity: 1;
}.mly-gc_hover_btn_rvb {
  padding: 0.5rem 16px;
  border-radius: 0.25rem;
  background: #00D4F4;
  font-size: 0.75rem;
  font-weight: 700;
  color: #EBF5FF;
}.mly-gc_info_rvb {
  padding: 8px 10px 0.625rem;
}.mly-gc_name_rvb {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: 3px;
  max-width: 100%;
  font-size: 0.75rem;
  color: #A6C2D6;
}.mly-gc_prov_rvb {
  font-size: 10px;
  color: #3E5870;
}.mly-gc_tag_rvb {
  border-radius: 4px;
  padding: 2px 7px;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 700;
  font-size: 9px;
  top: 0.375rem;
  left: 0.375rem;
  position: absolute;
}.mly-gc_tag_hot_rvb {
  background: #FF2D55;
  color: #fff;
}.mly-gc_tag_new_rvb {
  background: #00E676;
  color: #070E18;
}.mly-gc_tag_jp_rvb {
  background: #FFB300;
  color: #070E18;
}.mly-gc_tag_ex_rvb {
  background: #0050C8;
  color: #fff;
}.mly-gc_tag_live_rvb {
  background: #FF2D55;
  color: #fff;
}.mly-gr_rvb {
  background: #070E18;
  padding: 2rem 1rem 0;
}
@media(min-width: 765px) {.mly-gr_rvb {
  padding: 2.25rem 1.5rem 0;
}
}.mly-gr_in_rvb {
  margin: 0 auto;
  max-width: 82.5rem;
}.mly-gr_head_rvb {
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 0.625rem;
}.mly-gr_head_l_rvb {
  gap: 10px;
  flex: 1;
  min-width: 0;
  align-items: center;
  display: flex;
}.mly-gr_ic_rvb {
  border-radius: 8px;
  width: 2rem;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  height: 32px;
  display: flex;
}.mly-gr_ic_rvb svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
  width: 16px;
}.mly-gr_title_rvb {
  font-weight: 700;
  color: #EBF5FF;
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.mly-gr_title_rvb {
  font-size: 18px;
}
}.mly-gr_more_rvb {
  gap: 0.313rem;
  transition: color .2s;
  display: flex;
  align-items: center;
  color: #4E6E84;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 12px;
}.mly-gr_more_rvb:hover {
  color: #00D4F4;
}.mly-gr_more_rvb svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.75rem;
  width: 0.75rem;
}.mly-gr_arrows_rvb {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.mly-gr_arr_rvb {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  color: #6E90AA;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.875rem;
}.mly-gr_arr_rvb:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EBF5FF;
}.mly-gr_arr_rvb svg {
  stroke-linejoin: round;
  width: 13px;
  height: 13px;
  stroke-linecap: round;
}.mly-gr_seo_h_rvb {
  margin: 0 0 0.375rem;
  font-weight: 700;
  font-size: 13px;
  color: #A6C2D6;
  font-family: 'Rajdhani', sans-serif;
  max-width: 680px;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.mly-gr_seo_h_rvb {
  font-size: 14px;
}
}.mly-gr_seo_rvb {
  line-height: 1.55;
  font-size: 12px;
  margin-bottom: 12px;
  max-width: 680px;
  overflow-wrap: break-word;
  color: #4E6E84;
}.mly-gr_seo_rvb strong {
  font-weight: 600;
  color: #A6C2D6;
}.mly-gr_scroll_rvb {
  gap: 10px;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 0.625rem;
  -webkit-overflow-scrolling: touch;
}.mly-gr_scroll_rvb::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.mly-gr_scroll_rvb {
  gap: 12px;
}
}.mly-tb_rvb {
  background: #070E18;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  align-items: center;
  display: flex;
  height: 56px;
  right: 0;
  position: fixed;
  left: 0;
  z-index: 80;
  top: 0;
}.mly-tb_in_rvb {
  gap: 0;
  padding: 0 14px;
  height: 100%;
  align-items: center;
  width: 100%;
  display: flex;
}.mly-tb_burger_rvb {
  gap: 5px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  height: 2.375rem;
  width: 38px;
  margin-right: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.mly-tb_burger_rvb:hover {
  background: rgba(255, 255, 255, 0.05);
}.mly-tb_burger_line_rvb {
  border-radius: 1px;
  background: #6E90AA;
  display: block;
  height: 2px;
  width: 1.125rem;
}
@media(min-width: 1079px) {.mly-tb_burger_rvb {
  display: none;
}
}.mly-tb_logo_rvb {
  gap: 9px;
  flex-shrink: 0;
  font-weight: 800;
  color: #EBF5FF;
  margin-right: 20px;
  letter-spacing: -.01em;
  align-items: center;
  font-size: 1.125rem;
  display: flex;
  overflow-wrap: break-word;
}.mly-tb_logo_mark_rvb {
  border-radius: 8px;
  overflow: hidden;
  width: 2rem;
  justify-content: center;
  height: 2rem;
  display: flex;
  align-items: center;
}.mly-tb_logo_mark_rvb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.mly-tb_nav_rvb {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 638px) {.mly-tb_nav_rvb {
  display: flex;
}
}.mly-tb_tab_rvb {
  padding: 8px 14px;
  border-radius: 0.5rem;
  transition: background .15s,color .15s;
  white-space: nowrap;
  color: #6E90AA;
  font-size: 0.813rem;
  font-weight: 600;
}.mly-tb_tab_rvb:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EBF5FF;
}.mly-tb_tab_rvb.mly-state_active_rvb {
  background: rgba(0, 212, 244, 0.16);
  color: #EBF5FF;
}.mly-tb_right_rvb {
  gap: 0.5rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
}.mly-tb_login_rvb {
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 9px 1rem;
  border-radius: 8px;
  display: none;
  font-size: 0.813rem;
  font-weight: 600;
  color: #A6C2D6;
}.mly-tb_login_rvb:hover {
  border-color: rgba(0, 212, 244, 0.40);
  color: #EBF5FF;
}
@media(min-width: 479px) {.mly-tb_login_rvb {
  display: block;
}
}.mly-tb_reg_rvb {
  padding: 0.563rem 1.125rem;
  transition: background .2s;
  border-radius: 0.5rem;
  background: #00E676;
  white-space: nowrap;
  color: #030C14;
  font-weight: 700;
  font-size: 0.813rem;
}.mly-tb_reg_rvb:hover {
  background: #00CC66;
}.mly-sb_rvb {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  background: #0E1C2C;
  transition: transform .25s ease;
  left: 0;
  width: 13.75rem;
  overflow-y: auto;
  top: 3.5rem;
  bottom: 0;
  position: fixed;
  z-index: 70;
}.mly-sb_rvb.mly-state_open_rvb {
  transform: translateX(0);
}.mly-sb_rvb::-webkit-scrollbar {
  width: 4px;
}.mly-sb_rvb::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1079px) {.mly-sb_rvb {
  transform: translateX(0);
}
}.mly-sb_auth_rvb {
  padding: 0.875rem 12px 0.625rem;
}.mly-sb_btn_reg_rvb {
  transition: background .2s;
  padding: 11px;
  background: #00E676;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.813rem;
  display: block;
  font-weight: 700;
  color: #030C14;
  text-align: center;
}.mly-sb_btn_reg_rvb:hover {
  background: #00CC66;
}.mly-sb_btn_login_rvb {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  transition: border-color .2s;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
  text-align: center;
  color: #A6C2D6;
  display: block;
  font-size: 13px;
}.mly-sb_btn_login_rvb:hover {
  border-color: rgba(0, 212, 244, 0.40);
  color: #EBF5FF;
}.mly-sb_promo_rvb {
  border: 1px solid rgba(0, 212, 244, 0.16);
  background: linear-gradient(135deg,#001830,#0E1C2C);
  overflow: hidden;
  margin: 0 0.75rem 10px;
  border-radius: 8px;
  padding: 0.75rem 0.875rem;
  position: relative;
}.mly-sb_promo_rvb::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(0, 212, 244, 0.16),transparent 70%);
  height: 5rem;
  right: -20px;
  position: absolute;
  content: '';
  top: -1.25rem;
  width: 5rem;
}.mly-sb_promo_title_rvb {
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: .06em;
  color: #00D4F4;
  font-weight: 700;
  font-size: 11px;
}.mly-sb_promo_text_rvb {
  color: #EBF5FF;
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.35;
}.mly-sb_promo_sub_rvb {
  color: #4E6E84;
  margin-top: 3px;
  font-size: 10px;
}.mly-sb_nav_rvb {
  padding: 6px 8px 16px;
}.mly-sb_nav_lb_rvb {
  padding: 10px 0.5rem 6px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #3E5870;
  text-transform: uppercase;
  font-size: 0.625rem;
}.mly-sb_link_rvb {
  gap: 0.625rem;
  border-radius: 4px;
  transition: background .15s,color .15s;
  padding: 9px 10px;
  color: #6E90AA;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  display: flex;
  font-weight: 500;
  overflow-wrap: break-word;
}.mly-sb_link_rvb:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EBF5FF;
}.mly-sb_link_rvb.mly-state_active_rvb {
  background: rgba(0, 212, 244, 0.16);
  color: #EBF5FF;
}.mly-sb_ic_rvb {
  border-radius: 0.25rem;
  height: 30px;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  width: 1.875rem;
  align-items: center;
}.mly-sb_ic_rvb svg {
  width: 1rem;
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
}.mly-sb_ic_1_rvb {
  background: rgba(0, 212, 244, 0.07);
  color: #00D4F4;
}.mly-sb_ic_2_rvb {
  background: rgba(0, 230, 118, 0.15);
  color: #00E676;
}.mly-sb_ic_3_rvb {
  background: rgba(255, 179, 0, 0.15);
  color: #FFB300;
}.mly-sb_ic_4_rvb {
  background: rgba(0, 80, 200, 0.22);
  color: #0050C8;
}.mly-sb_ic_5_rvb {
  background: rgba(0, 212, 244, 0.07);
  color: #FF4D94;
}.mly-sb_ic_6_rvb {
  background: rgba(0, 80, 200, 0.22);
  color: #9B30FF;
}.mly-sb_badge_rvb {
  border-radius: 4px;
  background: #FFB300;
  padding: 2px 7px;
  margin-left: auto;
  color: #030C14;
  font-size: 0.563rem;
  font-weight: 700;
}.mly-sb_bot_rvb {
  gap: 0.5rem;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.mly-sb_lang_rvb,.mly-sb_help_rvb {
  padding: 9px 0.375rem;
  transition: border-color .2s;
  border-radius: 4px;
  gap: 0.375rem;
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #6E90AA;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  align-items: center;
  display: flex;
}.mly-sb_lang_rvb:hover,.mly-sb_help_rvb:hover {
  border-color: rgba(0, 212, 244, 0.40);
  color: #EBF5FF;
}.mly-sb_lang_rvb svg,.mly-sb_help_rvb svg {
  height: 0.813rem;
  width: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.mly-sb_bd_rvb {
  background: rgba(3, 8, 16, 0.72);
  inset: 0;
  display: none;
  z-index: 69;
  position: fixed;
}.mly-sb_bd_rvb.mly-state_on_rvb {
  display: block;
}
@media(min-width: 1081px) {.mly-sb_bd_rvb {
  display: none!important;
}
}.mly-mob_nav_rvb {
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  background: #0E1C2C;
  bottom: 0;
  display: flex;
  left: 0;
  z-index: 80;
  position: fixed;
  right: 0;
}
@media(min-width: 1081px) {.mly-mob_nav_rvb {
  display: none;
}
}.mly-mob_nav_item_rvb {
  gap: 4px;
  padding: 4px 2px;
  flex: 1;
  color: #3E5870;
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
}.mly-mob_nav_ic_rvb {
  line-height: 1;
}.mly-mob_nav_ic_rvb svg {
  stroke-linecap: round;
  height: 20px;
  width: 1.25rem;
  stroke-linejoin: round;
}.mly-mob_nav_lb_rvb {
  color: #3E5870;
  font-size: 0.625rem;
  font-weight: 600;
}.mly-mob_nav_item_rvb.mly-state_active_rvb {
  color: #00D4F4;
}.mly-mob_nav_item_rvb.mly-state_active_rvb .mly-mob_nav_lb_rvb {
  color: #00D4F4;
}.mly-hero_rvb {
  padding: 1.25rem 1rem 0;
  background: #070E18;
}
@media(min-width: 769px) {.mly-hero_rvb {
  padding: 1.5rem 24px 0;
}
}.mly-hero_in_rvb {
  gap: 0.75rem;
  margin: 0 auto;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 859px) {.mly-hero_in_rvb {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.mly-hero_in_rvb {
  grid-template-columns: 1fr 21.25rem;
}
}.mly-hero_promo_rvb {
  border-radius: 0.75rem;
  overflow: hidden;
  background: #0A1422;
  min-height: 220px;
  align-items: stretch;
  display: flex;
  position: relative;
}
@media(min-width: 766px) {.mly-hero_promo_rvb {
  min-height: 280px;
}
}.mly-hero_promo_bg_rvb {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#001830 0%,#070E18 100%);
  position: absolute;
  background-size: cover;
}.mly-hero_promo_bg_rvb::after {
  inset: 0;
  background: linear-gradient(90deg,#070E18 0%,rgba(3, 8, 16, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.mly-hero_promo_glow_rvb {
  background: radial-gradient(circle,rgba(0, 80, 200, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  height: 300px;
  top: -2.5rem;
  position: absolute;
  right: 3.75rem;
  width: 18.75rem;
}.mly-hero_promo_ct_rvb {
  padding: 1.75rem 1.5rem 28px 28px;
  max-width: 480px;
  justify-content: center;
  z-index: 2;
  display: flex;
  position: relative;
  flex-direction: column;
}
@media(min-width: 767px) {.mly-hero_promo_ct_rvb {
  padding: 2.5rem 32px;
}
}.mly-hero_badge_rvb {
  border-radius: 20px;
  background: rgba(0, 212, 244, 0.16);
  border: 1px solid rgba(0, 212, 244, 0.07);
  padding: 0.313rem 12px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.625rem;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.875rem;
  color: #00D4F4;
}.mly-hero_h1_rvb {
  margin-bottom: 10px;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
  color: #EBF5FF;
  font-size: 1.625rem;
  line-height: 1.15;
  font-weight: 800;
}.mly-hero_h1_rvb em {
  color: #FFB300;
  font-style: normal;
}
@media(min-width: 770px) {.mly-hero_h1_rvb {
  font-size: 2.25rem;
}
}.mly-hero_sub_rvb {
  color: #6E90AA;
  line-height: 1.55;
  margin-bottom: 1.25rem;
  font-size: 0.813rem;
}
@media(min-width: 767px) {.mly-hero_sub_rvb {
  font-size: 14px;
}
}.mly-hero_row_rvb {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.mly-hero_cta_rvb {
  transition: background .2s;
  background: #00E676;
  padding: 13px 1.625rem;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(0, 230, 118, 0.40), 0 1px 0.25rem rgba(0, 0, 0, 0.60);
  color: #030C14;
}.mly-hero_cta_rvb:hover {
  background: #00CC66;
}.mly-hero_terms_rvb {
  color: #3E5870;
  font-size: 11px;
}.mly-hero_game_rvb {
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  background: #0A1422;
  position: relative;
  flex-direction: column;
  display: flex;
}.mly-hero_game_badge_rvb {
  padding: 5px 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 179, 0, 0.15);
  background: rgba(255, 179, 0, 0.15);
  font-weight: 700;
  position: absolute;
  left: 12px;
  top: 0.75rem;
  z-index: 3;
  color: #FFB300;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 0.625rem;
}.mly-hero_game_badge_rvb svg {
  height: 0.688rem;
  vertical-align: -1px;
  margin-right: 0.25rem;
  width: 0.688rem;
}.mly-hero_game_img_rvb {
  background: linear-gradient(135deg,#001830,#070E18);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.mly-hero_game_img_rvb img {
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}.mly-hero_game_play_rvb {
  transition: opacity .2s;
  background: rgba(3, 8, 16, 0.72);
  inset: 0;
  position: absolute;
  align-items: center;
  display: flex;
  opacity: 0;
  justify-content: center;
}.mly-hero_game_rvb:hover .mly-hero_game_play_rvb {
  opacity: 1;
}.mly-hero_game_play_rvb span {
  background: #00D4F4;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  width: 3.25rem;
  align-items: center;
  height: 3.25rem;
}.mly-hero_game_play_rvb span svg {
  margin-left: 2px;
  width: 1.125rem;
  height: 18px;
}.mly-hero_game_info_rvb {
  padding: 14px 16px;
}.mly-hero_game_title_rvb {
  font-weight: 700;
  color: #EBF5FF;
  font-size: 15px;
  overflow-wrap: break-word;
  margin-bottom: 4px;
}.mly-hero_game_provider_rvb {
  color: #4E6E84;
  font-size: 0.688rem;
}.mly-hero_game_btn_rvb {
  border-radius: 0.5rem;
  margin: 0.75rem 1rem 1rem;
  background: #00D4F4;
  transition: background .2s;
  padding: 11px;
  color: #EBF5FF;
  font-size: 13px;
  display: block;
  text-align: center;
  font-weight: 700;
}.mly-hero_game_rvb:hover .mly-hero_game_btn_rvb {
  background: #00BEE0;
}.mly-sbar_rvb {
  background: #070E18;
  padding: 16px 1rem 0;
}
@media(min-width: 770px) {.mly-sbar_rvb {
  padding: 1.125rem 24px 0;
}
}.mly-sbar_in_rvb {
  margin: 0 auto;
  max-width: 82.5rem;
}.mly-sbar_row_rvb {
  gap: 0.625rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  display: flex;
}.mly-sbar_input_rvb {
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  padding: 11px 16px;
  flex: 1;
  transition: border-color .2s;
  background: #0A1422;
  display: flex;
  font-size: 13px;
  color: #4E6E84;
  cursor: pointer;
  align-items: center;
}.mly-sbar_input_rvb:hover {
  border-color: rgba(0, 212, 244, 0.40);
}.mly-sbar_input_rvb svg {
  height: 15px;
  width: 15px;
  stroke-linejoin: round;
  stroke-linecap: round;
  flex-shrink: 0;
}.mly-sbar_providers_rvb {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.5rem;
  gap: 0.5rem;
  padding: 0.688rem 18px;
  background: #0A1422;
  transition: border-color .2s;
  font-weight: 600;
  font-size: 13px;
  color: #A6C2D6;
  align-items: center;
  white-space: nowrap;
  display: flex;
}.mly-sbar_providers_rvb:hover {
  border-color: rgba(0, 212, 244, 0.40);
  color: #EBF5FF;
}.mly-sbar_providers_rvb svg {
  stroke-linejoin: round;
  width: 0.875rem;
  stroke-linecap: round;
  height: 0.875rem;
}.mly-sbar_tabs_rvb {
  gap: 0.375rem;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}.mly-sbar_tabs_rvb::-webkit-scrollbar {
  display: none;
}.mly-sbar_tab_rvb {
  transition: background .15s,color .15s,border-color .15s;
  padding: 8px 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.05);
  gap: 0.438rem;
  border-radius: 20px;
  display: flex;
  color: #6E90AA;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
}.mly-sbar_tab_rvb:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(0, 212, 244, 0.40);
  color: #EBF5FF;
}.mly-sbar_tab_rvb.mly-state_active_rvb {
  background: rgba(0, 212, 244, 0.16);
  border-color: rgba(0, 212, 244, 0.07);
  color: #EBF5FF;
}.mly-sbar_tab_ic_rvb svg {
  stroke-linejoin: round;
  height: 0.875rem;
  width: 14px;
  stroke-linecap: round;
}.mly-gr_jp_rvb {
  overflow: hidden;
  padding: 20px;
  border-radius: 12px;
  background: linear-gradient(135deg,#0C0830 0%,#070E18 100%);
  position: relative;
}.mly-gr_jp_rvb::before {
  background: radial-gradient(circle,rgba(0, 80, 200, 0.22) 0%,transparent 70%);
  border-radius: 50%;
  top: -3.75rem;
  position: absolute;
  width: 15.625rem;
  left: -60px;
  height: 250px;
  content: '';
}.mly-gr_jp_rvb::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(255, 179, 0, 0.15) 0%,transparent 70%);
  right: 0;
  content: '';
  bottom: -40px;
  position: absolute;
  width: 200px;
  height: 12.5rem;
}.mly-gr_jp_head_rvb {
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  align-items: flex-start;
  z-index: 1;
}.mly-gr_jp_info_rvb {
  flex: 1;
}.mly-gr_jp_label_rvb {
  font-weight: 700;
  color: #9B30FF;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 6px;
  letter-spacing: .08em;
}.mly-gr_jp_label_rvb svg {
  width: 14px;
  vertical-align: -2px;
  margin-right: 0.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.875rem;
}.mly-gr_jp_amount_rvb {
  color: #EBF5FF;
  line-height: 1;
  margin-bottom: 0.25rem;
  font-size: 32px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width: 767px) {.mly-gr_jp_amount_rvb {
  font-size: 40px;
}
}.mly-gr_jp_amount_rvb span {
  color: #FFB300;
}.mly-gr_jp_seo_rvb {
  line-height: 1.5;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  max-width: 30rem;
  color: #6E90AA;
}.mly-gr_jp_cta_rvb {
  border-radius: 8px;
  border: 1px solid rgba(0, 80, 200, 0.22);
  padding: 11px 1.25rem;
  background: rgba(0, 80, 200, 0.22);
  transition: background .2s;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: 0.25rem;
  position: relative;
  z-index: 1;
  color: #EBF5FF;
  align-self: flex-start;
  font-size: 13px;
}.mly-gr_jp_cta_rvb:hover {
  background: #0050C8;
}.mly-gcg_rvb {
  padding: 36px 1rem 0;
  background: #070E18;
}
@media(min-width: 767px) {.mly-gcg_rvb {
  padding: 2.75rem 1.5rem 0;
}
}.mly-gcg_in_rvb {
  margin: 0 auto;
  max-width: 82.5rem;
}.mly-gcg_head_rvb {
  margin-bottom: 20px;
  max-width: 720px;
}.mly-gcg_label_rvb {
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #00D4F4;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.mly-gcg_h2_rvb {
  margin-bottom: 8px;
  font-family: 'Rajdhani', sans-serif;
  color: #EBF5FF;
  font-size: 22px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.mly-gcg_h2_rvb {
  font-size: 1.75rem;
}
}.mly-gcg_intro_rvb {
  line-height: 1.6;
  color: #4E6E84;
  font-size: 13px;
}.mly-gcg_grid_rvb {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:640px) {.mly-gcg_grid_rvb {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.mly-gcg_grid_rvb {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.mly-gcg_card_rvb {
  border-radius: 12px;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  min-height: 15rem;
  justify-content: flex-end;
}.mly-gcg_card_rvb:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 212, 244, 0.16);
}.mly-gcg_card_bg_rvb {
  inset: 0;
  position: absolute;
  z-index: 0;
}.mly-gcg_card_bg_rvb::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.mly-gcg_card_ic_rvb {
  background: rgba(0,0,0,.45);
  border-radius: 0.25rem;
  align-items: center;
  z-index: 2;
  position: absolute;
  display: flex;
  right: 1.125rem;
  height: 40px;
  color: #EBF5FF;
  width: 2.5rem;
  top: 18px;
  justify-content: center;
}.mly-gcg_card_ic_rvb svg {
  height: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.25rem;
}.mly-gcg_card_ct_rvb {
  position: relative;
  z-index: 1;
}.mly-gcg_card_h_rvb {
  line-height: 1.2;
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 18px;
  color: #EBF5FF;
}
@media(min-width: 770px) {.mly-gcg_card_h_rvb {
  font-size: 20px;
}
}.mly-gcg_card_p_rvb {
  margin-bottom: 10px;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  font-size: 12px;
}.mly-gcg_card_p_rvb strong {
  color: #EBF5FF;
  font-weight: 600;
}.mly-gcg_card_cta_rvb {
  gap: 4px;
  display: inline-flex;
  font-weight: 700;
  letter-spacing: .04em;
  font-size: 0.75rem;
  align-items: center;
  text-transform: uppercase;
  color: #00D4F4;
}.mly-gcg_card_cta_rvb svg {
  height: 0.75rem;
  stroke-linejoin: round;
  width: 0.75rem;
  stroke-linecap: round;
}.mly-ws_rvb {
  background: #070E18;
  padding: 32px 1rem 0;
}
@media(min-width:768px) {.mly-ws_rvb {
  padding: 36px 1.5rem 0;
}
}.mly-ws_in_rvb {
  margin: 0 auto;
  max-width: 1320px;
}.mly-ws_head_rvb {
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
  justify-content: space-between;
  display: flex;
  align-items: center;
}.mly-ws_title_rvb {
  gap: 0.625rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #EBF5FF;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  font-size: 16px;
}.mly-ws_title_ic_rvb svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #FFB300;
  width: 18px;
  height: 1.125rem;
}.mly-ws_online_rvb {
  gap: 0.438rem;
  font-weight: 600;
  font-size: 0.75rem;
  align-items: center;
  display: flex;
  color: #4E6E84;
}.mly-ws_online_dot_rvb {
  border-radius: 50%;
  background: #00E676;
  box-shadow: 0 0 0.375rem rgba(0, 230, 118, 0.15);
  height: 0.5rem;
  flex-shrink: 0;
  width: 0.5rem;
}.mly-ws_scroll_rvb {
  gap: 8px;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}.mly-ws_scroll_rvb::-webkit-scrollbar {
  display: none;
}.mly-wc_rvb {
  gap: 0.625rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #0A1422;
  padding: 0.625rem 14px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  min-width: 13.75rem;
}.mly-wc_img_rvb {
  background: #0E1C2C;
  border-radius: 0.25rem;
  overflow: hidden;
  height: 36px;
  width: 36px;
  flex-shrink: 0;
}.mly-wc_img_rvb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.mly-wc_info_rvb {
  min-width: 0;
}.mly-wc_game_rvb {
  overflow: hidden;
  font-weight: 600;
  font-size: 12px;
  color: #A6C2D6;
  white-space: nowrap;
  text-overflow: ellipsis;
}.mly-wc_player_rvb {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #3E5870;
  font-size: 10px;
}.mly-wc_amount_rvb {
  color: #00E676;
  flex-shrink: 0;
  margin-left: auto;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 700;
}.mly-reg_rvb {
  background: #070E18;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.mly-reg_rvb {
  padding: 2.75rem 1.5rem 0;
}
}.mly-reg_in_rvb {
  background: #0E1C2C;
  border-radius: 0.75rem;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.mly-reg_in_rvb {
  padding: 2.5rem;
}
}.mly-reg_top_rvb {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 863px) {.mly-reg_top_rvb {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.mly-reg_label_rvb {
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-weight: 700;
  color: #00D4F4;
  font-size: 0.688rem;
}.mly-reg_h2_rvb {
  margin-bottom: 12px;
  line-height: 1.2;
  color: #EBF5FF;
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
  font-size: 22px;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.mly-reg_h2_rvb {
  font-size: 28px;
}
}.mly-reg_bonus_rvb {
  border-radius: 0.5rem;
  padding: 0.625rem 16px;
  border: 1px solid rgba(255, 179, 0, 0.15);
  gap: 8px;
  background: rgba(255, 179, 0, 0.15);
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}.mly-reg_bonus_amount_rvb {
  color: #FFB300;
  font-weight: 800;
  font-size: 20px;
}.mly-reg_bonus_text_rvb {
  font-size: 0.813rem;
  line-height: 1.35;
  color: #6E90AA;
}.mly-reg_cta_btn_rvb {
  background: #00E676;
  padding: 0.875rem 32px;
  transition: background .2s;
  border-radius: 8px;
  color: #030C14;
  font-weight: 700;
  box-shadow: 0 0.25rem 20px rgba(0, 230, 118, 0.40), 0 1px 4px rgba(0, 0, 0, 0.60);
  font-size: 15px;
  display: inline-block;
  margin-bottom: 0.75rem;
}.mly-reg_cta_btn_rvb:hover {
  background: #00CC66;
}.mly-reg_terms_rvb {
  color: #3E5870;
  font-size: 11px;
  line-height: 1.5;
}.mly-reg_seo_rvb {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13px;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #4E6E84;
}.mly-reg_seo_rvb p {
  font-size: 13px;
  margin-bottom: 0.625rem;
  line-height: 1.65;
  color: #4E6E84;
}.mly-reg_seo_rvb p:last-child {
  margin-bottom: 0;
}.mly-reg_seo_rvb strong {
  color: #A6C2D6;
  font-weight: 700;
}.mly-reg_seo_rvb a {
  transition: color .2s;
  color: #00D4F4;
  text-decoration: underline;
}.mly-reg_seo_rvb a:hover {
  color: #00BEE0;
}.mly-reg_seo_rvb ul,.mly-reg_seo_rvb ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.mly-reg_seo_rvb ol {
  list-style: decimal;
}.mly-reg_seo_rvb li {
  margin-bottom: 4px;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #4E6E84;
}.mly-reg_seo_rvb table {
  display: block;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.813rem;
  margin-bottom: 0.625rem;
}
@media(min-width: 770px) {.mly-reg_seo_rvb table {
  display: table;
}
}.mly-reg_seo_rvb th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  text-align: left;
  color: #A6C2D6;
  font-weight: 700;
}.mly-reg_seo_rvb td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #4E6E84;
}.mly-reg_steps_rvb {
  gap: 14px;
  display: flex;
  margin-top: 1.75rem;
  flex-direction: column;
}
@media(min-width: 859px) {.mly-reg_steps_rvb {
  margin-top: 0;
}
}.mly-reg_step_rvb {
  padding: 1rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.mly-reg_step_num_rvb {
  background: rgba(0, 212, 244, 0.16);
  border-radius: 50%;
  border: 1px solid rgba(0, 212, 244, 0.07);
  display: flex;
  justify-content: center;
  height: 2.125rem;
  font-weight: 800;
  color: #00D4F4;
  flex-shrink: 0;
  font-size: 14px;
  width: 34px;
  align-items: center;
}.mly-reg_step_title_rvb {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
  color: #EBF5FF;
}.mly-reg_step_text_rvb {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #4E6E84;
}.mly-reg_trust_rvb {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}.mly-reg_trust_item_rvb {
  gap: 7px;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #4E6E84;
}.mly-reg_trust_ic_rvb svg {
  stroke-linejoin: round;
  width: 16px;
  height: 1rem;
  color: #00D4F4;
  stroke-linecap: round;
}.mly-bon_rvb {
  background: #070E18;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.mly-bon_rvb {
  padding: 2.75rem 24px 0;
}
}.mly-bon_in_rvb {
  margin: 0 auto;
  max-width: 82.5rem;
}.mly-bon_head_rvb {
  margin-bottom: 20px;
}.mly-bon_label_rvb {
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #00D4F4;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.mly-bon_h2_rvb {
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 0.5rem;
  color: #EBF5FF;
  font-weight: 800;
}
@media(min-width: 769px) {.mly-bon_h2_rvb {
  font-size: 1.5rem;
}
}.mly-bon_seo_rvb {
  max-width: 620px;
  color: #4E6E84;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.6;
}.mly-bon_seo_rvb strong {
  color: #A6C2D6;
  font-weight: 700;
}.mly-bon_seo_rvb a {
  text-decoration: underline;
  color: #00D4F4;
}.mly-bon_grid_rvb {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 643px) {.mly-bon_grid_rvb {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.mly-bon_grid_rvb {
  grid-template-columns: repeat(5,1fr);
}
}.mly-bon_card_rvb {
  background: #0A1422;
  border-radius: 8px;
  transition: border-color .2s,transform .2s;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.mly-bon_card_rvb:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 212, 244, 0.07);
}.mly-bon_card_ic_rvb svg {
  stroke-linecap: round;
  width: 1.625rem;
  height: 1.625rem;
  stroke-linejoin: round;
}.mly-bon_card_ic_rvb {
  margin-bottom: 0.625rem;
}.mly-bon_card_type_rvb {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  margin-bottom: 6px;
  color: #4E6E84;
  letter-spacing: .06em;
}.mly-bon_card_amount_rvb {
  margin-bottom: 0.375rem;
  font-weight: 800;
  color: #FFB300;
  font-size: 18px;
  line-height: 1.1;
}.mly-bon_card_name_rvb {
  margin-bottom: 8px;
  color: #EBF5FF;
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.mly-bon_card_detail_rvb {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.688rem;
  line-height: 1.5;
  color: #3E5870;
  overflow-wrap: break-word;
  padding-top: 8px;
}.mly-app_rvb {
  background: #070E18;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.mly-app_rvb {
  padding: 44px 24px 0;
}
}.mly-app_in_rvb {
  margin: 0 auto;
  max-width: 1320px;
}.mly-app_head_rvb {
  margin-bottom: 16px;
}.mly-app_label_rvb {
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  color: #00D4F4;
}.mly-app_h2_rvb {
  margin-bottom: 0.375rem;
  font-family: 'Rajdhani', sans-serif;
  color: #EBF5FF;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 767px) {.mly-app_h2_rvb {
  font-size: 24px;
}
}.mly-app_sub_rvb {
  overflow-wrap: break-word;
  max-width: 37.5rem;
  color: #4E6E84;
  font-size: 13px;
  line-height: 1.6;
}.mly-app_sub_rvb strong {
  color: #A6C2D6;
  font-weight: 700;
}.mly-app_cards_rvb {
  gap: 10px;
  display: grid;
  margin-top: 1rem;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.mly-app_cards_rvb {
  grid-template-columns: repeat(3,1fr);
}
}.mly-app_card_rvb {
  padding: 1.25rem;
  overflow: hidden;
  gap: 16px;
  border-radius: 0.5rem;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  position: relative;
}.mly-app_card_ios_rvb {
  background: linear-gradient(135deg,rgba(0, 212, 244, 0.16) 0%,#0E1C2C 100%);
}.mly-app_card_android_rvb {
  background: linear-gradient(135deg,rgba(0, 230, 118, 0.15) 0%,#0E1C2C 100%);
}.mly-app_card_win_rvb {
  background: linear-gradient(135deg,rgba(255, 179, 0, 0.15) 0%,#0E1C2C 100%);
}.mly-app_card_ic_rvb svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 2.125rem;
  width: 34px;
}.mly-app_card_ic_rvb {
  flex-shrink: 0;
  color: #EBF5FF;
}.mly-app_card_os_rvb {
  color: #4E6E84;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  font-size: 10px;
}.mly-app_card_title_rvb {
  margin-bottom: 0.375rem;
  font-size: 0.938rem;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #EBF5FF;
}.mly-app_card_text_rvb {
  color: #4E6E84;
  margin-bottom: 0.875rem;
  font-size: 0.75rem;
  line-height: 1.5;
  overflow-wrap: break-word;
}.mly-app_card_btn_rvb {
  transition: background .2s;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  gap: 0.438rem;
  border: 1px solid rgba(0, 212, 244, 0.40);
  font-weight: 700;
  font-size: 13px;
  color: #EBF5FF;
  display: inline-flex;
  align-items: center;
}.mly-app_card_btn_rvb:hover {
  background: rgba(255, 255, 255, 0.07);
}.mly-prov_rvb {
  background: #070E18;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.mly-prov_rvb {
  padding: 44px 1.5rem 0;
}
}.mly-prov_in_rvb {
  margin: 0 auto;
  max-width: 82.5rem;
}.mly-prov_head_rvb {
  margin-bottom: 1rem;
}.mly-prov_label_rvb {
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #00D4F4;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.mly-prov_h2_rvb {
  font-size: 20px;
  color: #EBF5FF;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
}
@media(min-width: 770px) {.mly-prov_h2_rvb {
  font-size: 24px;
}
}.mly-prov_seo_rvb {
  max-width: 620px;
  color: #4E6E84;
  margin-bottom: 1rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
}.mly-prov_seo_rvb strong {
  color: #A6C2D6;
  font-weight: 700;
}.mly-prov_seo_rvb a {
  text-decoration: underline;
  color: #00D4F4;
}.mly-prov_grid_rvb {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width:640px) {.mly-prov_grid_rvb {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.mly-prov_grid_rvb {
  grid-template-columns: repeat(8,1fr);
}
}.mly-prov_card_rvb {
  background: #0A1422;
  gap: 0.438rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.875rem 0.625rem;
  transition: border-color .2s,background .2s;
  flex-direction: column;
  cursor: pointer;
  display: flex;
  align-items: center;
}.mly-prov_card_rvb:hover {
  border-color: rgba(0, 212, 244, 0.40);
  background: #0E1C2C;
}.mly-prov_logo_rvb {
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 0.25rem;
  display: flex;
  height: 44px;
  justify-content: center;
  align-items: center;
  width: 44px;
}.mly-prov_logo_rvb img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.mly-prov_name_rvb {
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 0.688rem;
  text-align: center;
  color: #6E90AA;
}.mly-htp_rvb {
  background: #070E18;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.mly-htp_rvb {
  padding: 44px 24px 0;
}
}.mly-htp_in_rvb {
  margin: 0 auto;
  max-width: 1320px;
}.mly-htp_head_rvb {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.mly-htp_label_rvb {
  font-weight: 700;
  letter-spacing: .08em;
  color: #00D4F4;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0.5rem;
}.mly-htp_h2_rvb {
  color: #EBF5FF;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 0.5rem;
}
@media(min-width: 765px) {.mly-htp_h2_rvb {
  font-size: 28px;
}
}.mly-htp_intro_rvb {
  color: #4E6E84;
  font-size: 14px;
  line-height: 1.6;
}.mly-htp_steps_rvb {
  gap: 0.75rem;
  margin: 0;
  list-style: none;
  padding: 0;
  grid-template-columns: 1fr;
  counter-reset: none;
  display: grid;
}
@media(min-width: 639px) {.mly-htp_steps_rvb {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.mly-htp_steps_rvb {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.mly-htp_step_rvb {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1.25rem 1.125rem 1.125rem;
  border-radius: 8px;
  background: #0E1C2C;
  position: relative;
  flex-direction: column;
  display: flex;
}.mly-htp_step_num_rvb {
  border-radius: 50%;
  background: #00D4F4;
  top: -12px;
  font-weight: 800;
  left: 20px;
  font-size: 0.813rem;
  position: absolute;
  align-items: center;
  color: #030C14;
  font-family: 'Rajdhani', sans-serif;
  justify-content: center;
  width: 28px;
  height: 28px;
  display: flex;
}.mly-htp_step_ic_rvb {
  border-radius: 4px;
  background: rgba(0, 212, 244, 0.16);
  margin: 0.5rem 0 0.75rem;
  display: flex;
  height: 2.25rem;
  width: 36px;
  justify-content: center;
  color: #00D4F4;
  align-items: center;
}.mly-htp_step_ic_rvb svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.125rem;
  height: 18px;
}.mly-htp_step_h_rvb {
  font-weight: 700;
  font-size: 14px;
  color: #EBF5FF;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  line-height: 1.25;
}.mly-htp_step_p_rvb {
  overflow-wrap: break-word;
  color: #4E6E84;
  font-size: 0.813rem;
  line-height: 1.55;
}.mly-htp_step_p_rvb strong {
  font-weight: 600;
  color: #A6C2D6;
}.mly-htp_cta_rvb {
  border-radius: 8px;
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  background: #00E676;
  margin-top: 1.25rem;
  color: #030C14;
  font-weight: 700;
  display: inline-block;
  font-size: 14px;
}.mly-htp_cta_rvb:hover {
  background: #00CC66;
}.mly-rv_rvb {
  background: #070E18;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.mly-rv_rvb {
  padding: 44px 24px 0;
}
}.mly-rv_in_rvb {
  margin: 0 auto;
  max-width: 82.5rem;
}.mly-rv_head_rvb {
  margin-bottom: 20px;
  max-width: 720px;
}.mly-rv_label_rvb {
  color: #00D4F4;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.mly-rv_h2_rvb {
  font-size: 1.375rem;
  font-weight: 800;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
  color: #EBF5FF;
}
@media(min-width: 769px) {.mly-rv_h2_rvb {
  font-size: 28px;
}
}.mly-rv_stats_rvb {
  gap: 1.125rem;
  font-size: 0.813rem;
  flex-wrap: wrap;
  color: #4E6E84;
  align-items: center;
  display: flex;
}.mly-rv_stats_score_rvb {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.mly-rv_stats_score_val_rvb {
  color: #FFB300;
  font-weight: 800;
  font-size: 22px;
  font-family: 'Rajdhani', sans-serif;
}.mly-rv_stats_score_max_rvb {
  color: #3E5870;
  font-size: 13px;
}.mly-rv_stats_badge_rvb {
  gap: 4px;
  align-items: center;
  display: flex;
}.mly-rv_stats_badge_rvb svg {
  height: 14px;
  color: #FFB300;
  width: 14px;
}.mly-rv_grid_rvb {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.mly-rv_grid_rvb {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.mly-rv_grid_rvb {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.mly-rv_card_rvb {
  background: #0E1C2C;
  padding: 1.25rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  flex-direction: column;
}.mly-rv_card_stars_rvb {
  gap: 2px;
  margin-bottom: 10px;
  color: #FFB300;
  display: flex;
}.mly-rv_card_stars_rvb svg {
  height: 0.875rem;
  width: 14px;
}.mly-rv_card_h_rvb {
  margin-bottom: 8px;
  color: #EBF5FF;
  font-size: 14px;
  overflow-wrap: break-word;
  font-weight: 700;
  line-height: 1.3;
}.mly-rv_card_body_rvb {
  flex: 1;
  font-size: 13px;
  margin-bottom: 14px;
  line-height: 1.65;
  color: #4E6E84;
  overflow-wrap: break-word;
}.mly-rv_card_body_rvb strong {
  color: #A6C2D6;
  font-weight: 600;
}.mly-rv_card_meta_rvb {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.mly-rv_card_author_rvb {
  font-size: 0.75rem;
  color: #A6C2D6;
  font-weight: 600;
}.mly-rv_card_date_rvb {
  color: #3E5870;
  font-size: 11px;
}.mly-seo_rvb {
  padding: 36px 16px 0;
  background: #070E18;
}
@media(min-width: 771px) {.mly-seo_rvb {
  padding: 2.75rem 1.5rem 0;
}
}.mly-seo_in_rvb {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.75rem;
  margin: 0 auto;
  background: #0E1C2C;
  padding: 1.75rem 1.5rem;
  max-width: 1320px;
}
@media(min-width: 767px) {.mly-seo_in_rvb {
  padding: 2.25rem 40px;
}
}.mly-seo_label_rvb {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #00D4F4;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
}.mly-seo_h2_rvb {
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
  line-height: 1.25;
  font-size: 20px;
  color: #EBF5FF;
}
@media(min-width: 771px) {.mly-seo_h2_rvb {
  font-size: 1.5rem;
}
}.mly-seo_body_rvb {
  line-height: 1.75;
  color: #6E90AA;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.mly-seo_body_rvb p {
  font-size: 14px;
  color: #6E90AA;
  margin-bottom: 12px;
  line-height: 1.75;
}.mly-seo_body_rvb p:last-child {
  margin-bottom: 0;
}.mly-seo_body_rvb strong {
  font-weight: 700;
  color: #A6C2D6;
}.mly-seo_body_rvb a {
  transition: color .2s;
  color: #00D4F4;
  text-decoration: underline;
}.mly-seo_body_rvb a:hover {
  color: #00BEE0;
}.mly-seo_body_rvb ul,.mly-seo_body_rvb ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.mly-seo_body_rvb ol {
  list-style: decimal;
}.mly-seo_body_rvb li {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #6E90AA;
}.mly-seo_body_rvb table {
  width: 100%;
  overflow-x: auto;
  font-size: 0.813rem;
  margin-bottom: 12px;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 771px) {.mly-seo_body_rvb table {
  display: table;
}
}.mly-seo_body_rvb th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #A6C2D6;
  font-weight: 700;
}.mly-seo_body_rvb td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6E90AA;
}.mly-seo_cols_rvb {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.mly-seo_cols_rvb {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.mly-seo_cols_rvb {
  grid-template-columns: repeat(3,1fr);
}
}.mly-seo_col_h_rvb {
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 7px;
  color: #A6C2D6;
  font-weight: 700;
}.mly-seo_col_p_rvb {
  line-height: 1.65;
  color: #4E6E84;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.mly-seo_stats_rvb {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.mly-seo_stat_rvb {
  background: rgba(0, 212, 244, 0.07);
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 212, 244, 0.16);
  flex: 1;
  padding: 0.875rem 16px;
  min-width: 8.75rem;
}.mly-seo_stat_val_rvb {
  font-size: 1.25rem;
  font-weight: 800;
  color: #00D4F4;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.mly-seo_stat_lb_rvb {
  font-size: 11px;
  color: #4E6E84;
  overflow-wrap: break-word;
}.mly-seo_rvb {
  padding: 2.25rem 16px 0;
  background: #070E18;
}
@media(min-width: 765px) {.mly-seo_rvb {
  padding: 2.75rem 24px 0;
}
}.mly-seo_in_rvb {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 28px 24px;
  margin: 0 auto;
  background: #0E1C2C;
  max-width: 1320px;
}
@media(min-width: 767px) {.mly-seo_in_rvb {
  padding: 2.25rem 40px;
}
}.mly-seo_label_rvb {
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #00D4F4;
}.mly-seo_h2_rvb {
  margin-bottom: 0.875rem;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.25rem;
  color: #EBF5FF;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.mly-seo_h2_rvb {
  font-size: 24px;
}
}.mly-seo_body_rvb {
  font-size: 14px;
  color: #6E90AA;
  overflow-wrap: break-word;
  line-height: 1.75;
}.mly-seo_body_rvb p {
  color: #6E90AA;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.mly-seo_body_rvb p:last-child {
  margin-bottom: 0;
}.mly-seo_body_rvb strong {
  color: #A6C2D6;
  font-weight: 700;
}.mly-seo_body_rvb a {
  transition: color .2s;
  color: #00D4F4;
  text-decoration: underline;
}.mly-seo_body_rvb a:hover {
  color: #00BEE0;
}.mly-seo_body_rvb ul,.mly-seo_body_rvb ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.mly-seo_body_rvb ol {
  list-style: decimal;
}.mly-seo_body_rvb li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #6E90AA;
  font-size: 0.875rem;
}.mly-seo_body_rvb table {
  display: block;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 12px;
  font-size: 0.813rem;
  border-collapse: collapse;
}
@media(min-width: 767px) {.mly-seo_body_rvb table {
  display: table;
}
}.mly-seo_body_rvb th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #A6C2D6;
  text-align: left;
  font-weight: 700;
}.mly-seo_body_rvb td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #6E90AA;
}.mly-seo_cols_rvb {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.mly-seo_cols_rvb {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.mly-seo_cols_rvb {
  grid-template-columns: repeat(3,1fr);
}
}.mly-seo_col_h_rvb {
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-size: 13px;
  color: #A6C2D6;
}.mly-seo_col_p_rvb {
  color: #4E6E84;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
}.mly-seo_stats_rvb {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.mly-seo_stat_rvb {
  padding: 0.875rem 1rem;
  border: 1px solid rgba(0, 212, 244, 0.16);
  border-radius: 0.5rem;
  background: rgba(0, 212, 244, 0.07);
  flex: 1;
  min-width: 140px;
}.mly-seo_stat_val_rvb {
  font-weight: 800;
  color: #00D4F4;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 4px;
}.mly-seo_stat_lb_rvb {
  font-size: 11px;
  color: #4E6E84;
  overflow-wrap: break-word;
}.mly-faq_rvb {
  background: #070E18;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.mly-faq_rvb {
  padding: 2.75rem 24px 0;
}
}.mly-faq_in_rvb {
  margin: 0 auto;
  max-width: 1320px;
}.mly-faq_head_rvb {
  margin-bottom: 1.25rem;
}.mly-faq_label_rvb {
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #00D4F4;
}.mly-faq_h2_rvb {
  overflow-wrap: break-word;
  color: #EBF5FF;
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 771px) {.mly-faq_h2_rvb {
  font-size: 24px;
}
}.mly-faq_list_rvb {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.mly-faq_item_rvb {
  overflow: hidden;
  border-radius: 8px;
  background: #0E1C2C;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.mly-faq_q_rvb {
  padding: 16px 20px;
  gap: 0.75rem;
  transition: color .2s;
  color: #A6C2D6;
  justify-content: space-between;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  align-items: center;
  flex-wrap: wrap;
}.mly-faq_q_rvb:hover {
  color: #EBF5FF;
}.mly-faq_q_ic_rvb {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: transform .25s;
  color: #00D4F4;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  height: 24px;
  align-items: center;
  width: 24px;
  font-size: 1rem;
}.mly-faq_item_rvb.mly-state_open_rvb .mly-faq_q_ic_rvb {
  transform: rotate(45deg);
}.mly-faq_a_rvb {
  padding: 0 20px 1rem;
  color: #4E6E84;
  display: none;
  line-height: 1.7;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.mly-faq_item_rvb.mly-state_open_rvb .mly-faq_a_rvb {
  display: block;
}.mly-faq_a_rvb strong {
  font-weight: 700;
  color: #A6C2D6;
}.mly-faq_a_rvb a {
  color: #00D4F4;
  text-decoration: underline;
}.mly-faq_a_rvb ul,.mly-faq_a_rvb ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.mly-faq_a_rvb ol {
  list-style: decimal;
}.mly-faq_a_rvb li {
  line-height: 1.6;
  margin-bottom: 4px;
}.mly-faq_a_rvb table {
  margin: 0.5rem 0;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.75rem;
  width: 100%;
}
@media(min-width: 771px) {.mly-faq_a_rvb table {
  display: table;
}
}.mly-faq_a_rvb th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 8px;
  font-weight: 700;
  color: #A6C2D6;
  text-align: left;
}.mly-faq_a_rvb td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 0.5rem;
  color: #4E6E84;
}.mly-seo_rvb {
  padding: 2.25rem 1rem 0;
  background: #070E18;
}
@media(min-width: 767px) {.mly-seo_rvb {
  padding: 44px 1.5rem 0;
}
}.mly-seo_in_rvb {
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  margin: 0 auto;
  border-radius: 0.75rem;
  background: #0E1C2C;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.mly-seo_in_rvb {
  padding: 36px 2.5rem;
}
}.mly-seo_label_rvb {
  font-size: 0.688rem;
  color: #00D4F4;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.mly-seo_h2_rvb {
  line-height: 1.25;
  font-size: 20px;
  font-family: 'Rajdhani', sans-serif;
  color: #EBF5FF;
  font-weight: 800;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.mly-seo_h2_rvb {
  font-size: 24px;
}
}.mly-seo_body_rvb {
  font-size: 14px;
  line-height: 1.75;
  color: #6E90AA;
  overflow-wrap: break-word;
}.mly-seo_body_rvb p {
  margin-bottom: 12px;
  color: #6E90AA;
  line-height: 1.75;
  font-size: 0.875rem;
}.mly-seo_body_rvb p:last-child {
  margin-bottom: 0;
}.mly-seo_body_rvb strong {
  font-weight: 700;
  color: #A6C2D6;
}.mly-seo_body_rvb a {
  transition: color .2s;
  color: #00D4F4;
  text-decoration: underline;
}.mly-seo_body_rvb a:hover {
  color: #00BEE0;
}.mly-seo_body_rvb ul,.mly-seo_body_rvb ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.mly-seo_body_rvb ol {
  list-style: decimal;
}.mly-seo_body_rvb li {
  font-size: 14px;
  color: #6E90AA;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.mly-seo_body_rvb table {
  margin-bottom: 12px;
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  display: block;
  overflow-x: auto;
}
@media(min-width: 767px) {.mly-seo_body_rvb table {
  display: table;
}
}.mly-seo_body_rvb th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  font-weight: 700;
  color: #A6C2D6;
  text-align: left;
}.mly-seo_body_rvb td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #6E90AA;
}.mly-seo_cols_rvb {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width:640px) {.mly-seo_cols_rvb {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.mly-seo_cols_rvb {
  grid-template-columns: repeat(3,1fr);
}
}.mly-seo_col_h_rvb {
  margin-bottom: 0.438rem;
  font-weight: 700;
  font-size: 0.813rem;
  color: #A6C2D6;
  overflow-wrap: break-word;
}.mly-seo_col_p_rvb {
  color: #4E6E84;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
}.mly-seo_stats_rvb {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.mly-seo_stat_rvb {
  padding: 0.875rem 16px;
  flex: 1;
  border: 1px solid rgba(0, 212, 244, 0.16);
  border-radius: 8px;
  background: rgba(0, 212, 244, 0.07);
  min-width: 8.75rem;
}.mly-seo_stat_val_rvb {
  color: #00D4F4;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 4px;
}.mly-seo_stat_lb_rvb {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #4E6E84;
}.mly-pmt_rvb {
  padding: 2.25rem 16px 0;
  background: #070E18;
}
@media(min-width: 769px) {.mly-pmt_rvb {
  padding: 44px 1.5rem 0;
}
}.mly-pmt_in_rvb {
  margin: 0 auto;
  max-width: 1320px;
}.mly-pmt_head_rvb {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.mly-pmt_label_rvb {
  color: #00D4F4;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
}.mly-pmt_h2_rvb {
  font-size: 22px;
  color: #EBF5FF;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}
@media(min-width: 770px) {.mly-pmt_h2_rvb {
  font-size: 28px;
}
}.mly-pmt_intro_rvb {
  overflow-wrap: break-word;
  font-size: 14px;
  color: #4E6E84;
  line-height: 1.6;
}.mly-pmt_groups_rvb {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.mly-pmt_group_rvb {
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #0E1C2C;
  border-radius: 8px;
}.mly-pmt_group_head_rvb {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  align-items: center;
}.mly-pmt_group_ic_rvb {
  background: rgba(0, 212, 244, 0.16);
  border-radius: 4px;
  width: 36px;
  align-items: center;
  color: #00D4F4;
  justify-content: center;
  height: 36px;
  flex-shrink: 0;
  display: flex;
}.mly-pmt_group_ic_rvb svg {
  height: 18px;
  stroke-linejoin: round;
  width: 1.125rem;
  stroke-linecap: round;
}.mly-pmt_group_h_rvb {
  margin: 0;
  color: #EBF5FF;
  font-size: 1rem;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
}.mly-pmt_group_p_rvb {
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #4E6E84;
  font-size: 0.813rem;
}.mly-pmt_group_p_rvb strong {
  font-weight: 600;
  color: #A6C2D6;
}.mly-pmt_table_wrap_rvb {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.mly-pmt_table_rvb {
  min-width: 33.75rem;
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
}.mly-pmt_table_rvb th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 11px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  text-align: left;
  color: #A6C2D6;
  letter-spacing: .04em;
}.mly-pmt_table_rvb td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  color: #4E6E84;
}.mly-pmt_table_rvb tbody tr:last-child td {
  border-bottom: none;
}.mly-pmt_table_rvb tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #A6C2D6;
}.mly-ft_rvb {
  background: #030810;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.mly-ft_support_rvb {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 767px) {.mly-ft_support_rvb {
  padding: 28px 24px;
}
}.mly-ft_support_in_rvb {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  max-width: 1320px;
  align-items: center;
  flex-wrap: wrap;
}.mly-ft_support_main_rvb {
  gap: 16px;
  flex: 1;
  display: flex;
  min-width: 13.75rem;
  flex-wrap: wrap;
  align-items: center;
}.mly-ft_support_ic_rvb {
  flex-shrink: 0;
  color: #00D4F4;
}.mly-ft_support_ic_rvb svg {
  width: 30px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.875rem;
}.mly-ft_support_text_title_rvb {
  font-size: 0.938rem;
  color: #EBF5FF;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 3px;
}.mly-ft_support_text_sub_rvb {
  overflow-wrap: break-word;
  font-size: 12px;
  color: #4E6E84;
}.mly-ft_support_btn_rvb {
  transition: background .2s;
  background: #00D4F4;
  border-radius: 0.5rem;
  padding: 11px 1.375rem;
  font-size: 0.813rem;
  color: #EBF5FF;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
}.mly-ft_support_btn_rvb:hover {
  background: #00BEE0;
}.mly-ft_support_contacts_rvb {
  gap: 16px;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.mly-ft_support_contact_rvb {
  color: #3E5870;
  line-height: 1.4;
  font-size: 12px;
}.mly-ft_support_contact_rvb strong {
  color: #6E90AA;
  font-size: 11px;
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
}.mly-ft_main_rvb {
  padding: 2rem 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.mly-ft_main_rvb {
  padding: 2.5rem 24px 2rem;
}
}.mly-ft_main_in_rvb {
  gap: 24px;
  margin: 0 auto;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.mly-ft_main_in_rvb {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.mly-ft_main_in_rvb {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.mly-ft_col_logo_rvb {
  grid-column: 1/-1;
}
@media(min-width:1080px) {.mly-ft_col_logo_rvb {
  grid-column: auto;
}
}.mly-ft_logo_rvb {
  gap: 0.563rem;
  font-weight: 800;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
  margin-bottom: 12px;
  font-size: 16px;
  flex-wrap: wrap;
  color: #EBF5FF;
}.mly-ft_logo_mark_rvb {
  overflow: hidden;
  border-radius: 0.25rem;
  height: 1.875rem;
  width: 30px;
}.mly-ft_logo_mark_rvb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.mly-ft_logo_sub_rvb {
  color: #3E5870;
  line-height: 1.55;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  max-width: 200px;
}.mly-ft_col_title_rvb {
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  color: #6E90AA;
  font-weight: 700;
  font-size: 0.75rem;
}.mly-ft_col_links_rvb {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.mly-ft_col_link_rvb {
  transition: color .2s;
  font-size: 0.813rem;
  color: #3E5870;
  overflow-wrap: break-word;
}.mly-ft_col_link_rvb:hover {
  color: #A6C2D6;
}.mly-ft_apps_rvb {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.mly-ft_app_card_rvb {
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s;
  border-radius: 4px;
  display: flex;
  align-items: center;
}.mly-ft_app_card_rvb:hover {
  border-color: rgba(0, 212, 244, 0.40);
}.mly-ft_app_card_ic_rvb svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.375rem;
  height: 22px;
}.mly-ft_app_card_os_rvb {
  color: #3E5870;
  font-weight: 600;
  font-size: 10px;
}.mly-ft_app_card_action_rvb {
  font-size: 0.75rem;
  color: #A6C2D6;
  font-weight: 700;
}.mly-ft_bot_rvb {
  padding: 1.25rem 16px;
}
@media(min-width: 771px) {.mly-ft_bot_rvb {
  padding: 20px 1.5rem;
}
}.mly-ft_bot_in_rvb {
  margin: 0 auto;
  gap: 1rem;
  max-width: 82.5rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.mly-ft_socials_rvb {
  gap: 8px;
  display: flex;
}.mly-ft_soc_rvb {
  transition: background .2s;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  width: 36px;
  display: flex;
  align-items: center;
  color: #6E90AA;
  height: 36px;
  justify-content: center;
}.mly-ft_soc_rvb svg {
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
}.mly-ft_soc_rvb:hover {
  background: rgba(255, 255, 255, 0.07);
}.mly-ft_legal_rvb {
  flex: 1;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  min-width: 12.5rem;
  line-height: 1.6;
  color: #5C7C94;
}.mly-ft_legal_rvb strong {
  color: #6E90AA;
  font-weight: 700;
}.mly-ft_legal_rvb a {
  text-decoration: underline;
  color: #6E90AA;
}.mly-ft_age_rvb {
  border: 2px solid #5C7C94;
  border-radius: 50%;
  width: 2rem;
  display: flex;
  font-weight: 800;
  font-size: 11px;
  margin-left: auto;
  color: #5C7C94;
  align-items: center;
  justify-content: center;
  height: 2rem;
  flex-shrink: 0;
}