*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  -webkit-font-smoothing: antialiased;
  background-color: #0A1314;
  min-height: 100vh;
  line-height: 1.6;
  font-family: 'Barlow', sans-serif;
  color: #B8CECE;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}a {
  color: inherit;
  text-decoration: none;
}.mbx-layout-1v4 {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.mbx-page-1v4 {
  min-height: 100vh;
  display: flex;
}.mbx-main-1v4 {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media screen and (min-width: 1078px) {.mbx-main-1v4 {
  padding-left: 220px;
}
}
@media screen and (max-width: 1078px) {.mbx-main-1v4 {
  padding-bottom: 72px;
}
}.mbx-gc-1v4 {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #0C1718;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  flex-shrink: 0;
  width: 140px;
  cursor: pointer;
  position: relative;
}
@media(min-width: 641px) {.mbx-gc-1v4 {
  width: 156px;
}
}
@media(min-width: 1078px) {.mbx-gc-1v4 {
  width: 10.5rem;
}
}.mbx-gc-1v4:hover {
  transform: translateY(-3px);
  border-color: rgba(23, 212, 210, 0.07);
}.mbx-gc_img-1v4 {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.mbx-gc_img-1v4 img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}.mbx-gc_hover-1v4 {
  inset: 0;
  background: rgba(5, 12, 13, 0.72);
  transition: opacity .2s;
  align-items: center;
  position: absolute;
  opacity: 0;
  display: flex;
  justify-content: center;
}.mbx-gc-1v4:hover .mbx-gc_hover-1v4 {
  opacity: 1;
}.mbx-gc_hover_btn-1v4 {
  padding: 8px 16px;
  border-radius: 4px;
  background: #17D4D2;
  color: #E6F4F4;
  font-weight: 700;
  font-size: 12px;
}.mbx-gc_info-1v4 {
  padding: 0.5rem 0.625rem 0.625rem;
}.mbx-gc_name-1v4 {
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 600;
  color: #B8CECE;
  white-space: nowrap;
  text-overflow: ellipsis;
}.mbx-gc_prov-1v4 {
  font-size: 10px;
  color: #3D5859;
}.mbx-gc_tag-1v4 {
  border-radius: 0.25rem;
  padding: 2px 7px;
  left: 0.375rem;
  text-transform: uppercase;
  z-index: 2;
  font-weight: 700;
  position: absolute;
  font-size: 0.563rem;
  top: 0.375rem;
  letter-spacing: .04em;
}.mbx-gc_tag_hot-1v4 {
  background: #E8384C;
  color: #fff;
}.mbx-gc_tag_new-1v4 {
  background: #1AC96B;
  color: #0A1314;
}.mbx-gc_tag_jp-1v4 {
  background: #F0A318;
  color: #0A1314;
}.mbx-gc_tag_ex-1v4 {
  background: #0A8FA8;
  color: #fff;
}.mbx-gc_tag_live-1v4 {
  background: #E8384C;
  color: #fff;
}.mbx-gr-1v4 {
  background: #0A1314;
  padding: 32px 16px 0;
}
@media(min-width: 769px) {.mbx-gr-1v4 {
  padding: 36px 24px 0;
}
}.mbx-gr_in-1v4 {
  margin: 0 auto;
  max-width: 1320px;
}.mbx-gr_head-1v4 {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
}.mbx-gr_head_l-1v4 {
  flex: 1;
  gap: 10px;
  align-items: center;
  min-width: 0;
  display: flex;
}.mbx-gr_ic-1v4 {
  border-radius: 8px;
  display: flex;
  width: 32px;
  height: 2rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}.mbx-gr_ic-1v4 svg {
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
  height: 1rem;
}.mbx-gr_title-1v4 {
  font-weight: 700;
  font-size: 1rem;
  color: #E6F4F4;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 769px) {.mbx-gr_title-1v4 {
  font-size: 1.125rem;
}
}.mbx-gr_more-1v4 {
  transition: color .2s;
  gap: 5px;
  white-space: nowrap;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  align-items: center;
  color: #557375;
  flex-shrink: 0;
}.mbx-gr_more-1v4:hover {
  color: #17D4D2;
}.mbx-gr_more-1v4 svg {
  height: 12px;
  stroke-linejoin: round;
  width: 12px;
  stroke-linecap: round;
}.mbx-gr_arrows-1v4 {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.mbx-gr_arr-1v4 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  transition: background .15s,color .15s;
  display: flex;
  justify-content: center;
  color: #7FA8AA;
  align-items: center;
  height: 1.875rem;
  width: 1.875rem;
}.mbx-gr_arr-1v4:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #E6F4F4;
}.mbx-gr_arr-1v4 svg {
  width: 0.813rem;
  height: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.mbx-gr_seo_h-1v4 {
  margin: 0 0 0.375rem;
  overflow-wrap: break-word;
  color: #B8CECE;
  font-size: 0.813rem;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  max-width: 42.5rem;
}
@media(min-width: 769px) {.mbx-gr_seo_h-1v4 {
  font-size: 0.875rem;
}
}.mbx-gr_seo-1v4 {
  max-width: 680px;
  line-height: 1.55;
  margin-bottom: 0.75rem;
  color: #557375;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.mbx-gr_seo-1v4 strong {
  font-weight: 600;
  color: #B8CECE;
}.mbx-gr_scroll-1v4 {
  gap: 10px;
  overflow-x: auto;
  display: flex;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.625rem;
  scrollbar-width: none;
}.mbx-gr_scroll-1v4::-webkit-scrollbar {
  display: none;
}
@media(min-width: 770px) {.mbx-gr_scroll-1v4 {
  gap: 12px;
}
}.mbx-tb-1v4 {
  background: #081112;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  align-items: center;
  position: fixed;
  z-index: 80;
  height: 3.5rem;
  left: 0;
  display: flex;
  right: 0;
  top: 0;
}.mbx-tb_in-1v4 {
  padding: 0 14px;
  gap: 0;
  width: 100%;
  align-items: center;
  display: flex;
  height: 100%;
}.mbx-tb_burger-1v4 {
  gap: 5px;
  border-radius: 8px;
  width: 38px;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0.5rem;
  display: flex;
  height: 38px;
  justify-content: center;
}.mbx-tb_burger-1v4:hover {
  background: rgba(255, 255, 255, 0.05);
}.mbx-tb_burger_line-1v4 {
  background: #7FA8AA;
  border-radius: 1px;
  width: 1.125rem;
  height: 2px;
  display: block;
}
@media(min-width: 1079px) {.mbx-tb_burger-1v4 {
  display: none;
}
}.mbx-tb_logo-1v4 {
  gap: 9px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  overflow-wrap: break-word;
  flex-shrink: 0;
  color: #E6F4F4;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.01em;
}.mbx-tb_logo_mark-1v4 {
  overflow: hidden;
  border-radius: 8px;
  justify-content: center;
  height: 2rem;
  display: flex;
  align-items: center;
  width: 32px;
}.mbx-tb_logo_mark-1v4 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.mbx-tb_nav-1v4 {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 641px) {.mbx-tb_nav-1v4 {
  display: flex;
}
}.mbx-tb_tab-1v4 {
  padding: 0.5rem 14px;
  border-radius: 0.5rem;
  transition: background .15s,color .15s;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #7FA8AA;
  font-weight: 600;
}.mbx-tb_tab-1v4:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #E6F4F4;
}.mbx-tb_tab-1v4.mbx-state_active-1v4 {
  background: rgba(23, 212, 210, 0.18);
  color: #E6F4F4;
}.mbx-tb_right-1v4 {
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  margin-left: auto;
}.mbx-tb_login-1v4 {
  padding: 9px 1rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,color .2s;
  font-weight: 600;
  display: none;
  font-size: 0.813rem;
  color: #B8CECE;
}.mbx-tb_login-1v4:hover {
  border-color: rgba(23, 212, 210, 0.40);
  color: #E6F4F4;
}
@media(min-width: 482px) {.mbx-tb_login-1v4 {
  display: block;
}
}.mbx-tb_reg-1v4 {
  transition: background .2s;
  padding: 9px 18px;
  background: #1AC96B;
  border-radius: 8px;
  font-weight: 700;
  color: #061010;
  white-space: nowrap;
  font-size: 13px;
}.mbx-tb_reg-1v4:hover {
  background: #22E077;
}.mbx-sb-1v4 {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  transition: transform .25s ease;
  background: #0F1C1E;
  position: fixed;
  left: 0;
  width: 13.75rem;
  top: 3.5rem;
  bottom: 0;
  z-index: 70;
  overflow-y: auto;
}.mbx-sb-1v4.mbx-state_open-1v4 {
  transform: translateX(0);
}.mbx-sb-1v4::-webkit-scrollbar {
  width: 4px;
}.mbx-sb-1v4::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1077px) {.mbx-sb-1v4 {
  transform: translateX(0);
}
}.mbx-sb_auth-1v4 {
  padding: 0.875rem 12px 10px;
}.mbx-sb_btn_reg-1v4 {
  padding: 11px;
  transition: background .2s;
  border-radius: 8px;
  background: #1AC96B;
  display: block;
  color: #061010;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 13px;
  text-align: center;
}.mbx-sb_btn_reg-1v4:hover {
  background: #22E077;
}.mbx-sb_btn_login-1v4 {
  border-radius: 0.5rem;
  padding: 0.625rem;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: block;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
  color: #B8CECE;
}.mbx-sb_btn_login-1v4:hover {
  border-color: rgba(23, 212, 210, 0.40);
  color: #E6F4F4;
}.mbx-sb_promo-1v4 {
  border: 1px solid rgba(23, 212, 210, 0.18);
  overflow: hidden;
  border-radius: 0.5rem;
  margin: 0 12px 0.625rem;
  background: linear-gradient(135deg,#062428,#0F1C1E);
  padding: 12px 14px;
  position: relative;
}.mbx-sb_promo-1v4::before {
  background: radial-gradient(circle,rgba(23, 212, 210, 0.18),transparent 70%);
  border-radius: 50%;
  height: 80px;
  width: 5rem;
  top: -1.25rem;
  right: -20px;
  position: absolute;
  content: '';
}.mbx-sb_promo_title-1v4 {
  letter-spacing: .06em;
  color: #17D4D2;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}.mbx-sb_promo_text-1v4 {
  font-size: 0.75rem;
  line-height: 1.35;
  color: #E6F4F4;
  font-weight: 600;
  overflow-wrap: break-word;
}.mbx-sb_promo_sub-1v4 {
  font-size: 0.625rem;
  margin-top: 3px;
  color: #557375;
}.mbx-sb_nav-1v4 {
  padding: 6px 0.5rem 1rem;
}.mbx-sb_nav_lb-1v4 {
  padding: 10px 8px 0.375rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #3D5859;
  font-size: 10px;
}.mbx-sb_link-1v4 {
  padding: 0.563rem 10px;
  transition: background .15s,color .15s;
  gap: 0.625rem;
  border-radius: 4px;
  color: #7FA8AA;
  cursor: pointer;
  align-items: center;
  overflow-wrap: break-word;
  font-weight: 500;
  font-size: 13px;
  display: flex;
}.mbx-sb_link-1v4:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #E6F4F4;
}.mbx-sb_link-1v4.mbx-state_active-1v4 {
  background: rgba(23, 212, 210, 0.18);
  color: #E6F4F4;
}.mbx-sb_ic-1v4 {
  border-radius: 4px;
  height: 30px;
  width: 30px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}.mbx-sb_ic-1v4 svg {
  height: 16px;
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
}.mbx-sb_ic_1-1v4 {
  background: rgba(23, 212, 210, 0.07);
  color: #17D4D2;
}.mbx-sb_ic_2-1v4 {
  background: rgba(26, 201, 107, 0.16);
  color: #1AC96B;
}.mbx-sb_ic_3-1v4 {
  background: rgba(240, 163, 24, 0.16);
  color: #F0A318;
}.mbx-sb_ic_4-1v4 {
  background: rgba(10, 143, 168, 0.22);
  color: #0A8FA8;
}.mbx-sb_ic_5-1v4 {
  background: rgba(23, 212, 210, 0.07);
  color: #E8417B;
}.mbx-sb_ic_6-1v4 {
  background: rgba(10, 143, 168, 0.22);
  color: #7C3FE5;
}.mbx-sb_badge-1v4 {
  padding: 2px 0.438rem;
  background: #F0A318;
  border-radius: 0.25rem;
  font-weight: 700;
  margin-left: auto;
  color: #061010;
  font-size: 0.563rem;
}.mbx-sb_bot-1v4 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.5rem;
  padding: 0.75rem;
  display: flex;
}.mbx-sb_lang-1v4,.mbx-sb_help-1v4 {
  padding: 0.563rem 6px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  flex: 1;
  gap: 6px;
  transition: border-color .2s;
  font-size: 11px;
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  color: #7FA8AA;
}.mbx-sb_lang-1v4:hover,.mbx-sb_help-1v4:hover {
  border-color: rgba(23, 212, 210, 0.40);
  color: #E6F4F4;
}.mbx-sb_lang-1v4 svg,.mbx-sb_help-1v4 svg {
  width: 13px;
  stroke-linecap: round;
  height: 13px;
  stroke-linejoin: round;
}.mbx-sb_bd-1v4 {
  inset: 0;
  background: rgba(5, 12, 13, 0.72);
  display: none;
  z-index: 69;
  position: fixed;
}.mbx-sb_bd-1v4.mbx-state_on-1v4 {
  display: block;
}
@media(min-width: 1077px) {.mbx-sb_bd-1v4 {
  display: none!important;
}
}.mbx-mob_nav-1v4 {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  background: #0F1C1E;
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  z-index: 80;
  right: 0;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}
@media(min-width: 1081px) {.mbx-mob_nav-1v4 {
  display: none;
}
}.mbx-mob_nav_item-1v4 {
  flex: 1;
  gap: 4px;
  padding: 0.25rem 2px;
  display: flex;
  color: #3D5859;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
}.mbx-mob_nav_ic-1v4 {
  line-height: 1;
}.mbx-mob_nav_ic-1v4 svg {
  height: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.25rem;
}.mbx-mob_nav_lb-1v4 {
  font-size: 10px;
  color: #3D5859;
  font-weight: 600;
}.mbx-mob_nav_item-1v4.mbx-state_active-1v4 {
  color: #17D4D2;
}.mbx-mob_nav_item-1v4.mbx-state_active-1v4 .mbx-mob_nav_lb-1v4 {
  color: #17D4D2;
}.mbx-hero-1v4 {
  padding: 20px 1rem 0;
  background: #0A1314;
}
@media(min-width: 767px) {.mbx-hero-1v4 {
  padding: 24px 1.5rem 0;
}
}.mbx-hero_in-1v4 {
  gap: 12px;
  margin: 0 auto;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 863px) {.mbx-hero_in-1v4 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1102px) {.mbx-hero_in-1v4 {
  grid-template-columns: 1fr 340px;
}
}.mbx-hero_promo-1v4 {
  overflow: hidden;
  background: #0C1718;
  border-radius: 0.75rem;
  display: flex;
  position: relative;
  align-items: stretch;
  min-height: 220px;
}
@media(min-width: 766px) {.mbx-hero_promo-1v4 {
  min-height: 17.5rem;
}
}.mbx-hero_promo_bg-1v4 {
  background-position: center;
  background: linear-gradient(120deg,#062428 0%,#0A1314 100%);
  inset: 0;
  background-size: cover;
  position: absolute;
}.mbx-hero_promo_bg-1v4::after {
  background: linear-gradient(90deg,#0A1314 0%,rgba(5, 12, 13, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.mbx-hero_promo_glow-1v4 {
  background: radial-gradient(circle,rgba(10, 143, 168, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  top: -2.5rem;
  pointer-events: none;
  width: 300px;
  position: absolute;
  right: 3.75rem;
  height: 300px;
}.mbx-hero_promo_ct-1v4 {
  padding: 1.75rem 1.5rem 28px 28px;
  display: flex;
  max-width: 30rem;
  z-index: 2;
  position: relative;
  justify-content: center;
  flex-direction: column;
}
@media(min-width: 767px) {.mbx-hero_promo_ct-1v4 {
  padding: 2.5rem 32px;
}
}.mbx-hero_badge-1v4 {
  border: 1px solid rgba(23, 212, 210, 0.07);
  background: rgba(23, 212, 210, 0.18);
  border-radius: 20px;
  padding: 0.313rem 0.75rem;
  display: inline-block;
  margin-bottom: 14px;
  color: #17D4D2;
  font-size: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.mbx-hero_h1-1v4 {
  line-height: 1.15;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px;
  color: #E6F4F4;
  margin-bottom: 0.625rem;
}.mbx-hero_h1-1v4 em {
  font-style: normal;
  color: #F0A318;
}
@media(min-width: 765px) {.mbx-hero_h1-1v4 {
  font-size: 36px;
}
}.mbx-hero_sub-1v4 {
  margin-bottom: 20px;
  color: #7FA8AA;
  line-height: 1.55;
  font-size: 13px;
}
@media(min-width: 769px) {.mbx-hero_sub-1v4 {
  font-size: 14px;
}
}.mbx-hero_row-1v4 {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.mbx-hero_cta-1v4 {
  padding: 0.813rem 1.625rem;
  border-radius: 0.5rem;
  transition: background .2s;
  background: #1AC96B;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 6px 1.375rem rgba(26, 201, 107, 0.42);
  color: #061010;
  font-size: 0.875rem;
}.mbx-hero_cta-1v4:hover {
  background: #22E077;
}.mbx-hero_terms-1v4 {
  color: #3D5859;
  font-size: 0.688rem;
}.mbx-hero_game-1v4 {
  overflow: hidden;
  background: #0C1718;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.75rem;
  position: relative;
  flex-direction: column;
  display: flex;
}.mbx-hero_game_badge-1v4 {
  padding: 0.313rem 0.625rem;
  border: 1px solid rgba(240, 163, 24, 0.16);
  border-radius: 20px;
  background: rgba(240, 163, 24, 0.16);
  text-transform: uppercase;
  left: 0.75rem;
  z-index: 3;
  top: 12px;
  font-weight: 700;
  position: absolute;
  letter-spacing: .06em;
  font-size: 10px;
  color: #F0A318;
}.mbx-hero_game_badge-1v4 svg {
  height: 0.688rem;
  width: 11px;
  margin-right: 4px;
  vertical-align: -1px;
}.mbx-hero_game_img-1v4 {
  background: linear-gradient(135deg,#062428,#0A1314);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.mbx-hero_game_img-1v4 img {
  inset: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  object-fit: cover;
}.mbx-hero_game_play-1v4 {
  inset: 0;
  background: rgba(5, 12, 13, 0.72);
  transition: opacity .2s;
  align-items: center;
  opacity: 0;
  position: absolute;
  justify-content: center;
  display: flex;
}.mbx-hero_game-1v4:hover .mbx-hero_game_play-1v4 {
  opacity: 1;
}.mbx-hero_game_play-1v4 span {
  border-radius: 50%;
  background: #17D4D2;
  height: 3.25rem;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 52px;
}.mbx-hero_game_play-1v4 span svg {
  margin-left: 2px;
  height: 18px;
  width: 18px;
}.mbx-hero_game_info-1v4 {
  padding: 14px 16px;
}.mbx-hero_game_title-1v4 {
  color: #E6F4F4;
  overflow-wrap: break-word;
  font-size: 15px;
  margin-bottom: 0.25rem;
  font-weight: 700;
}.mbx-hero_game_provider-1v4 {
  font-size: 0.688rem;
  color: #557375;
}.mbx-hero_game_btn-1v4 {
  margin: 12px 1rem 1rem;
  transition: background .2s;
  padding: 11px;
  border-radius: 0.5rem;
  background: #17D4D2;
  text-align: center;
  display: block;
  color: #E6F4F4;
  font-size: 0.813rem;
  font-weight: 700;
}.mbx-hero_game-1v4:hover .mbx-hero_game_btn-1v4 {
  background: #2AECEA;
}.mbx-sbar-1v4 {
  background: #0A1314;
  padding: 16px 16px 0;
}
@media(min-width: 769px) {.mbx-sbar-1v4 {
  padding: 1.125rem 1.5rem 0;
}
}.mbx-sbar_in-1v4 {
  margin: 0 auto;
  max-width: 1320px;
}.mbx-sbar_row-1v4 {
  gap: 0.625rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  display: flex;
}.mbx-sbar_input-1v4 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s;
  gap: 0.625rem;
  border-radius: 0.5rem;
  padding: 11px 1rem;
  background: #0C1718;
  flex: 1;
  cursor: pointer;
  align-items: center;
  display: flex;
  font-size: 0.813rem;
  color: #557375;
}.mbx-sbar_input-1v4:hover {
  border-color: rgba(23, 212, 210, 0.40);
}.mbx-sbar_input-1v4 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 15px;
  width: 0.938rem;
  flex-shrink: 0;
}.mbx-sbar_providers-1v4 {
  gap: 0.5rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  background: #0C1718;
  padding: 0.688rem 1.125rem;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  font-size: 0.813rem;
  color: #B8CECE;
}.mbx-sbar_providers-1v4:hover {
  border-color: rgba(23, 212, 210, 0.40);
  color: #E6F4F4;
}.mbx-sbar_providers-1v4 svg {
  stroke-linejoin: round;
  height: 14px;
  width: 14px;
  stroke-linecap: round;
}.mbx-sbar_tabs-1v4 {
  gap: 0.375rem;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}.mbx-sbar_tabs-1v4::-webkit-scrollbar {
  display: none;
}.mbx-sbar_tab-1v4 {
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 7px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  align-items: center;
  cursor: pointer;
  font-size: 12px;
  color: #7FA8AA;
  display: flex;
  flex-shrink: 0;
  font-weight: 600;
  white-space: nowrap;
}.mbx-sbar_tab-1v4:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(23, 212, 210, 0.40);
  color: #E6F4F4;
}.mbx-sbar_tab-1v4.mbx-state_active-1v4 {
  border-color: rgba(23, 212, 210, 0.07);
  background: rgba(23, 212, 210, 0.18);
  color: #E6F4F4;
}.mbx-sbar_tab_ic-1v4 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.875rem;
  height: 0.875rem;
}.mbx-ws-1v4 {
  background: #0A1314;
  padding: 2rem 1rem 0;
}
@media(min-width: 771px) {.mbx-ws-1v4 {
  padding: 2.25rem 24px 0;
}
}.mbx-ws_in-1v4 {
  margin: 0 auto;
  max-width: 82.5rem;
}.mbx-ws_head-1v4 {
  gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.875rem;
  flex-wrap: wrap;
  display: flex;
}.mbx-ws_title-1v4 {
  gap: 0.625rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  font-weight: 700;
  color: #E6F4F4;
  align-items: center;
  display: flex;
}.mbx-ws_title_ic-1v4 svg {
  stroke-linejoin: round;
  height: 18px;
  stroke-linecap: round;
  color: #F0A318;
  width: 1.125rem;
}.mbx-ws_online-1v4 {
  gap: 0.438rem;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  color: #557375;
  align-items: center;
}.mbx-ws_online_dot-1v4 {
  border-radius: 50%;
  background: #1AC96B;
  width: 8px;
  flex-shrink: 0;
  height: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(26, 201, 107, 0.16);
}.mbx-ws_scroll-1v4 {
  gap: 0.5rem;
  display: flex;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
}.mbx-ws_scroll-1v4::-webkit-scrollbar {
  display: none;
}.mbx-wc-1v4 {
  padding: 10px 14px;
  border-radius: 8px;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #0C1718;
  min-width: 220px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.mbx-wc_img-1v4 {
  border-radius: 4px;
  overflow: hidden;
  background: #0F1C1E;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}.mbx-wc_img-1v4 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.mbx-wc_info-1v4 {
  min-width: 0;
}.mbx-wc_game-1v4 {
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  color: #B8CECE;
  text-overflow: ellipsis;
  font-weight: 600;
}.mbx-wc_player-1v4 {
  overflow: hidden;
  color: #3D5859;
  font-size: 0.625rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}.mbx-wc_amount-1v4 {
  white-space: nowrap;
  color: #1AC96B;
  font-weight: 700;
  margin-left: auto;
  font-size: 13px;
  flex-shrink: 0;
}.mbx-bon-1v4 {
  background: #0A1314;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.mbx-bon-1v4 {
  padding: 2.75rem 1.5rem 0;
}
}.mbx-bon_in-1v4 {
  margin: 0 auto;
  max-width: 82.5rem;
}.mbx-bon_head-1v4 {
  margin-bottom: 20px;
}.mbx-bon_label-1v4 {
  font-size: 0.688rem;
  color: #17D4D2;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.mbx-bon_h2-1v4 {
  color: #E6F4F4;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 767px) {.mbx-bon_h2-1v4 {
  font-size: 1.5rem;
}
}.mbx-bon_seo-1v4 {
  font-size: 13px;
  color: #557375;
  overflow-wrap: break-word;
  max-width: 38.75rem;
  line-height: 1.6;
}.mbx-bon_seo-1v4 strong {
  font-weight: 700;
  color: #B8CECE;
}.mbx-bon_seo-1v4 a {
  color: #17D4D2;
  text-decoration: underline;
}.mbx-bon_grid-1v4 {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 642px) {.mbx-bon_grid-1v4 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.mbx-bon_grid-1v4 {
  grid-template-columns: repeat(5,1fr);
}
}.mbx-bon_card-1v4 {
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
  padding: 16px;
  background: #0C1718;
  border: 1px solid rgba(255, 255, 255, 0.10);
}.mbx-bon_card-1v4:hover {
  transform: translateY(-2px);
  border-color: rgba(23, 212, 210, 0.07);
}.mbx-bon_card_ic-1v4 svg {
  width: 26px;
  height: 26px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.mbx-bon_card_ic-1v4 {
  margin-bottom: 10px;
}.mbx-bon_card_type-1v4 {
  color: #557375;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: .06em;
}.mbx-bon_card_amount-1v4 {
  font-size: 1.125rem;
  color: #F0A318;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 0.375rem;
}.mbx-bon_card_name-1v4 {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 0.813rem;
  color: #E6F4F4;
  overflow-wrap: break-word;
}.mbx-bon_card_detail-1v4 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  color: #3D5859;
  padding-top: 0.5rem;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.mbx-prov-1v4 {
  background: #0A1314;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.mbx-prov-1v4 {
  padding: 44px 1.5rem 0;
}
}.mbx-prov_in-1v4 {
  margin: 0 auto;
  max-width: 1320px;
}.mbx-prov_head-1v4 {
  margin-bottom: 1rem;
}.mbx-prov_label-1v4 {
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #17D4D2;
  font-size: 11px;
}.mbx-prov_h2-1v4 {
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 20px;
  color: #E6F4F4;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.mbx-prov_h2-1v4 {
  font-size: 24px;
}
}.mbx-prov_seo-1v4 {
  font-size: 13px;
  color: #557375;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  margin-bottom: 1rem;
}.mbx-prov_seo-1v4 strong {
  color: #B8CECE;
  font-weight: 700;
}.mbx-prov_seo-1v4 a {
  text-decoration: underline;
  color: #17D4D2;
}.mbx-prov_grid-1v4 {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 641px) {.mbx-prov_grid-1v4 {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.mbx-prov_grid-1v4 {
  grid-template-columns: repeat(8,1fr);
}
}.mbx-prov_card-1v4 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,background .2s;
  padding: 0.875rem 0.625rem;
  border-radius: 8px;
  background: #0C1718;
  gap: 7px;
  flex-direction: column;
  align-items: center;
  display: flex;
  cursor: pointer;
}.mbx-prov_card-1v4:hover {
  background: #0F1C1E;
  border-color: rgba(23, 212, 210, 0.40);
}.mbx-prov_logo-1v4 {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  justify-content: center;
  height: 44px;
  align-items: center;
  width: 2.75rem;
  display: flex;
}.mbx-prov_logo-1v4 img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.mbx-prov_name-1v4 {
  overflow-wrap: break-word;
  font-weight: 600;
  color: #7FA8AA;
  text-align: center;
  font-size: 0.688rem;
}.mbx-reg-1v4 {
  background: #0A1314;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.mbx-reg-1v4 {
  padding: 2.75rem 24px 0;
}
}.mbx-reg_in-1v4 {
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #0F1C1E;
  padding: 1.75rem 24px;
  border-radius: 12px;
  max-width: 1320px;
}
@media(min-width: 769px) {.mbx-reg_in-1v4 {
  padding: 40px;
}
}.mbx-reg_top-1v4 {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 858px) {.mbx-reg_top-1v4 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.mbx-reg_label-1v4 {
  color: #17D4D2;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-size: 11px;
  font-weight: 700;
}.mbx-reg_h2-1v4 {
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  line-height: 1.2;
  font-size: 1.375rem;
  color: #E6F4F4;
}
@media(min-width: 769px) {.mbx-reg_h2-1v4 {
  font-size: 28px;
}
}.mbx-reg_bonus-1v4 {
  border-radius: 8px;
  background: rgba(240, 163, 24, 0.16);
  padding: 10px 1rem;
  gap: 8px;
  border: 1px solid rgba(240, 163, 24, 0.16);
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}.mbx-reg_bonus_amount-1v4 {
  color: #F0A318;
  font-weight: 800;
  font-size: 20px;
}.mbx-reg_bonus_text-1v4 {
  color: #7FA8AA;
  line-height: 1.35;
  font-size: 0.813rem;
}.mbx-reg_cta_btn-1v4 {
  padding: 14px 32px;
  transition: background .2s;
  border-radius: 8px;
  background: #1AC96B;
  color: #061010;
  font-weight: 700;
  display: inline-block;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 6px 22px rgba(26, 201, 107, 0.42);
  margin-bottom: 0.75rem;
  font-size: 0.938rem;
}.mbx-reg_cta_btn-1v4:hover {
  background: #22E077;
}.mbx-reg_terms-1v4 {
  line-height: 1.5;
  color: #3D5859;
  font-size: 11px;
}.mbx-reg_seo-1v4 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.65;
  margin-top: 20px;
  font-size: 0.813rem;
  padding-top: 1.25rem;
  color: #557375;
  overflow-wrap: break-word;
}.mbx-reg_seo-1v4 p {
  color: #557375;
  font-size: 13px;
  margin-bottom: 0.625rem;
  line-height: 1.65;
}.mbx-reg_seo-1v4 p:last-child {
  margin-bottom: 0;
}.mbx-reg_seo-1v4 strong {
  font-weight: 700;
  color: #B8CECE;
}.mbx-reg_seo-1v4 a {
  transition: color .2s;
  color: #17D4D2;
  text-decoration: underline;
}.mbx-reg_seo-1v4 a:hover {
  color: #2AECEA;
}.mbx-reg_seo-1v4 ul,.mbx-reg_seo-1v4 ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.mbx-reg_seo-1v4 ol {
  list-style: decimal;
}.mbx-reg_seo-1v4 li {
  font-size: 13px;
  margin-bottom: 0.25rem;
  color: #557375;
  line-height: 1.65;
}.mbx-reg_seo-1v4 table {
  margin-bottom: 0.625rem;
  overflow-x: auto;
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 765px) {.mbx-reg_seo-1v4 table {
  display: table;
}
}.mbx-reg_seo-1v4 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  color: #B8CECE;
  font-weight: 700;
  text-align: left;
}.mbx-reg_seo-1v4 td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #557375;
}.mbx-reg_steps-1v4 {
  gap: 14px;
  margin-top: 28px;
  flex-direction: column;
  display: flex;
}
@media(min-width: 857px) {.mbx-reg_steps-1v4 {
  margin-top: 0;
}
}.mbx-reg_step-1v4 {
  background: rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.mbx-reg_step_num-1v4 {
  background: rgba(23, 212, 210, 0.18);
  border: 1px solid rgba(23, 212, 210, 0.07);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  color: #17D4D2;
  display: flex;
  font-size: 0.875rem;
  font-weight: 800;
  width: 2.125rem;
  height: 34px;
}.mbx-reg_step_title-1v4 {
  font-weight: 700;
  color: #E6F4F4;
  font-size: 14px;
  margin-bottom: 3px;
}.mbx-reg_step_text-1v4 {
  color: #557375;
  line-height: 1.5;
  font-size: 12px;
}.mbx-reg_trust-1v4 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.25rem;
}.mbx-reg_trust_item-1v4 {
  gap: 0.438rem;
  display: flex;
  overflow-wrap: break-word;
  color: #557375;
  align-items: center;
  font-size: 0.75rem;
}.mbx-reg_trust_ic-1v4 svg {
  width: 16px;
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #17D4D2;
}.mbx-app-1v4 {
  background: #0A1314;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.mbx-app-1v4 {
  padding: 2.75rem 24px 0;
}
}.mbx-app_in-1v4 {
  margin: 0 auto;
  max-width: 82.5rem;
}.mbx-app_head-1v4 {
  margin-bottom: 1rem;
}.mbx-app_label-1v4 {
  font-size: 11px;
  color: #17D4D2;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.mbx-app_h2-1v4 {
  font-weight: 800;
  color: #E6F4F4;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
}
@media(min-width: 769px) {.mbx-app_h2-1v4 {
  font-size: 24px;
}
}.mbx-app_sub-1v4 {
  max-width: 600px;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
  color: #557375;
}.mbx-app_sub-1v4 strong {
  font-weight: 700;
  color: #B8CECE;
}.mbx-app_cards-1v4 {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  margin-top: 16px;
  display: grid;
}
@media(min-width: 641px) {.mbx-app_cards-1v4 {
  grid-template-columns: repeat(3,1fr);
}
}.mbx-app_card-1v4 {
  overflow: hidden;
  gap: 16px;
  padding: 1.25rem;
  border-radius: 0.5rem;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
}.mbx-app_card_ios-1v4 {
  background: linear-gradient(135deg,rgba(23, 212, 210, 0.18) 0%,#0F1C1E 100%);
}.mbx-app_card_android-1v4 {
  background: linear-gradient(135deg,rgba(26, 201, 107, 0.16) 0%,#0F1C1E 100%);
}.mbx-app_card_win-1v4 {
  background: linear-gradient(135deg,rgba(240, 163, 24, 0.16) 0%,#0F1C1E 100%);
}.mbx-app_card_ic-1v4 svg {
  width: 34px;
  stroke-linejoin: round;
  height: 2.125rem;
  stroke-linecap: round;
}.mbx-app_card_ic-1v4 {
  flex-shrink: 0;
  color: #E6F4F4;
}.mbx-app_card_os-1v4 {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #557375;
  letter-spacing: .08em;
  margin-bottom: 6px;
}.mbx-app_card_title-1v4 {
  overflow-wrap: break-word;
  line-height: 1.2;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 0.938rem;
  color: #E6F4F4;
}.mbx-app_card_text-1v4 {
  font-size: 0.75rem;
  line-height: 1.5;
  overflow-wrap: break-word;
  color: #557375;
  margin-bottom: 14px;
}.mbx-app_card_btn-1v4 {
  border-radius: 0.25rem;
  transition: background .2s;
  border: 1px solid rgba(23, 212, 210, 0.40);
  gap: 7px;
  padding: 10px 1.125rem;
  background: rgba(255, 255, 255, 0.12);
  align-items: center;
  display: inline-flex;
  font-weight: 700;
  font-size: 0.813rem;
  color: #E6F4F4;
}.mbx-app_card_btn-1v4:hover {
  background: rgba(255, 255, 255, 0.07);
}.mbx-seo-1v4 {
  background: #0A1314;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.mbx-seo-1v4 {
  padding: 2.75rem 1.5rem 0;
}
}.mbx-seo_in-1v4 {
  border-radius: 0.75rem;
  background: #0F1C1E;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 28px 24px;
  max-width: 1320px;
}
@media(min-width: 765px) {.mbx-seo_in-1v4 {
  padding: 2.25rem 40px;
}
}.mbx-seo_label-1v4 {
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  color: #17D4D2;
}.mbx-seo_h2-1v4 {
  color: #E6F4F4;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 14px;
}
@media(min-width: 769px) {.mbx-seo_h2-1v4 {
  font-size: 24px;
}
}.mbx-seo_body-1v4 {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #7FA8AA;
  line-height: 1.75;
}.mbx-seo_body-1v4 p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.75;
  color: #7FA8AA;
}.mbx-seo_body-1v4 p:last-child {
  margin-bottom: 0;
}.mbx-seo_body-1v4 strong {
  color: #B8CECE;
  font-weight: 700;
}.mbx-seo_body-1v4 a {
  transition: color .2s;
  color: #17D4D2;
  text-decoration: underline;
}.mbx-seo_body-1v4 a:hover {
  color: #2AECEA;
}.mbx-seo_body-1v4 ul,.mbx-seo_body-1v4 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.mbx-seo_body-1v4 ol {
  list-style: decimal;
}.mbx-seo_body-1v4 li {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 6px;
  color: #7FA8AA;
}.mbx-seo_body-1v4 table {
  overflow-x: auto;
  margin-bottom: 12px;
  font-size: 13px;
  width: 100%;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 769px) {.mbx-seo_body-1v4 table {
  display: table;
}
}.mbx-seo_body-1v4 th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #B8CECE;
  text-align: left;
}.mbx-seo_body-1v4 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #7FA8AA;
}.mbx-seo_cols-1v4 {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 643px) {.mbx-seo_cols-1v4 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.mbx-seo_cols-1v4 {
  grid-template-columns: repeat(3,1fr);
}
}.mbx-seo_col_h-1v4 {
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #B8CECE;
  margin-bottom: 7px;
}.mbx-seo_col_p-1v4 {
  color: #557375;
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}.mbx-seo_stats-1v4 {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.mbx-seo_stat-1v4 {
  flex: 1;
  background: rgba(23, 212, 210, 0.07);
  border: 1px solid rgba(23, 212, 210, 0.18);
  border-radius: 0.5rem;
  padding: 0.875rem 16px;
  min-width: 8.75rem;
}.mbx-seo_stat_val-1v4 {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 4px;
  color: #17D4D2;
  font-size: 1.25rem;
}.mbx-seo_stat_lb-1v4 {
  color: #557375;
  overflow-wrap: break-word;
  font-size: 11px;
}.mbx-faq-1v4 {
  background: #0A1314;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.mbx-faq-1v4 {
  padding: 2.75rem 1.5rem 0;
}
}.mbx-faq_in-1v4 {
  margin: 0 auto;
  max-width: 1320px;
}.mbx-faq_head-1v4 {
  margin-bottom: 20px;
}.mbx-faq_label-1v4 {
  font-size: 0.688rem;
  color: #17D4D2;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.mbx-faq_h2-1v4 {
  color: #E6F4F4;
  font-weight: 800;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.mbx-faq_h2-1v4 {
  font-size: 1.5rem;
}
}.mbx-faq_list-1v4 {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.mbx-faq_item-1v4 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #0F1C1E;
  border-radius: 0.5rem;
  overflow: hidden;
}.mbx-faq_q-1v4 {
  padding: 1rem 1.25rem;
  gap: 12px;
  transition: color .2s;
  overflow-wrap: break-word;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  cursor: pointer;
  color: #B8CECE;
}.mbx-faq_q-1v4:hover {
  color: #E6F4F4;
}.mbx-faq_q_ic-1v4 {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  width: 1.5rem;
  display: flex;
  height: 24px;
  color: #17D4D2;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  flex-shrink: 0;
}.mbx-faq_item-1v4.mbx-state_open-1v4 .mbx-faq_q_ic-1v4 {
  transform: rotate(45deg);
}.mbx-faq_a-1v4 {
  padding: 0 1.25rem 1rem;
  font-size: 13px;
  line-height: 1.7;
  display: none;
  color: #557375;
  overflow-wrap: break-word;
}.mbx-faq_item-1v4.mbx-state_open-1v4 .mbx-faq_a-1v4 {
  display: block;
}.mbx-faq_a-1v4 strong {
  font-weight: 700;
  color: #B8CECE;
}.mbx-faq_a-1v4 a {
  text-decoration: underline;
  color: #17D4D2;
}.mbx-faq_a-1v4 ul,.mbx-faq_a-1v4 ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.mbx-faq_a-1v4 ol {
  list-style: decimal;
}.mbx-faq_a-1v4 li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.mbx-faq_a-1v4 table {
  margin: 0.5rem 0;
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  display: block;
  overflow-x: auto;
}
@media(min-width:768px) {.mbx-faq_a-1v4 table {
  display: table;
}
}.mbx-faq_a-1v4 th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #B8CECE;
  font-weight: 700;
}.mbx-faq_a-1v4 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 0.5rem;
  color: #557375;
}.mbx-seo-1v4 {
  background: #0A1314;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.mbx-seo-1v4 {
  padding: 44px 24px 0;
}
}.mbx-seo_in-1v4 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  margin: 0 auto;
  padding: 1.75rem 24px;
  background: #0F1C1E;
  border-radius: 0.75rem;
  max-width: 1320px;
}
@media(min-width: 769px) {.mbx-seo_in-1v4 {
  padding: 2.25rem 2.5rem;
}
}.mbx-seo_label-1v4 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #17D4D2;
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
}.mbx-seo_h2-1v4 {
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  color: #E6F4F4;
  line-height: 1.25;
  margin-bottom: 14px;
  font-size: 20px;
}
@media(min-width:768px) {.mbx-seo_h2-1v4 {
  font-size: 1.5rem;
}
}.mbx-seo_body-1v4 {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #7FA8AA;
  line-height: 1.75;
}.mbx-seo_body-1v4 p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #7FA8AA;
  line-height: 1.75;
}.mbx-seo_body-1v4 p:last-child {
  margin-bottom: 0;
}.mbx-seo_body-1v4 strong {
  font-weight: 700;
  color: #B8CECE;
}.mbx-seo_body-1v4 a {
  transition: color .2s;
  text-decoration: underline;
  color: #17D4D2;
}.mbx-seo_body-1v4 a:hover {
  color: #2AECEA;
}.mbx-seo_body-1v4 ul,.mbx-seo_body-1v4 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.mbx-seo_body-1v4 ol {
  list-style: decimal;
}.mbx-seo_body-1v4 li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #7FA8AA;
  font-size: 0.875rem;
}.mbx-seo_body-1v4 table {
  display: block;
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  overflow-x: auto;
}
@media(min-width:768px) {.mbx-seo_body-1v4 table {
  display: table;
}
}.mbx-seo_body-1v4 th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #B8CECE;
  text-align: left;
  font-weight: 700;
}.mbx-seo_body-1v4 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #7FA8AA;
}.mbx-seo_cols-1v4 {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 639px) {.mbx-seo_cols-1v4 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.mbx-seo_cols-1v4 {
  grid-template-columns: repeat(3,1fr);
}
}.mbx-seo_col_h-1v4 {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #B8CECE;
  font-weight: 700;
  margin-bottom: 7px;
}.mbx-seo_col_p-1v4 {
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #557375;
}.mbx-seo_stats-1v4 {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.mbx-seo_stat-1v4 {
  border-radius: 8px;
  border: 1px solid rgba(23, 212, 210, 0.18);
  padding: 14px 1rem;
  flex: 1;
  background: rgba(23, 212, 210, 0.07);
  min-width: 140px;
}.mbx-seo_stat_val-1v4 {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
  color: #17D4D2;
}.mbx-seo_stat_lb-1v4 {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #557375;
}.mbx-seo-1v4 {
  padding: 36px 16px 0;
  background: #0A1314;
}
@media(min-width: 771px) {.mbx-seo-1v4 {
  padding: 44px 24px 0;
}
}.mbx-seo_in-1v4 {
  padding: 28px 24px;
  margin: 0 auto;
  border-radius: 12px;
  background: #0F1C1E;
  border: 1px solid rgba(255, 255, 255, 0.10);
  max-width: 1320px;
}
@media(min-width: 769px) {.mbx-seo_in-1v4 {
  padding: 36px 2.5rem;
}
}.mbx-seo_label-1v4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 10px;
  color: #17D4D2;
}.mbx-seo_h2-1v4 {
  margin-bottom: 0.875rem;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #E6F4F4;
  line-height: 1.25;
  font-size: 20px;
}
@media(min-width: 769px) {.mbx-seo_h2-1v4 {
  font-size: 24px;
}
}.mbx-seo_body-1v4 {
  color: #7FA8AA;
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
}.mbx-seo_body-1v4 p {
  line-height: 1.75;
  color: #7FA8AA;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}.mbx-seo_body-1v4 p:last-child {
  margin-bottom: 0;
}.mbx-seo_body-1v4 strong {
  font-weight: 700;
  color: #B8CECE;
}.mbx-seo_body-1v4 a {
  transition: color .2s;
  text-decoration: underline;
  color: #17D4D2;
}.mbx-seo_body-1v4 a:hover {
  color: #2AECEA;
}.mbx-seo_body-1v4 ul,.mbx-seo_body-1v4 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.mbx-seo_body-1v4 ol {
  list-style: decimal;
}.mbx-seo_body-1v4 li {
  color: #7FA8AA;
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0.375rem;
}.mbx-seo_body-1v4 table {
  display: block;
  border-collapse: collapse;
  font-size: 13px;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 12px;
}
@media(min-width: 767px) {.mbx-seo_body-1v4 table {
  display: table;
}
}.mbx-seo_body-1v4 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #B8CECE;
}.mbx-seo_body-1v4 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #7FA8AA;
}.mbx-seo_cols-1v4 {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 639px) {.mbx-seo_cols-1v4 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.mbx-seo_cols-1v4 {
  grid-template-columns: repeat(3,1fr);
}
}.mbx-seo_col_h-1v4 {
  font-weight: 700;
  color: #B8CECE;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 7px;
}.mbx-seo_col_p-1v4 {
  color: #557375;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
}.mbx-seo_stats-1v4 {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.mbx-seo_stat-1v4 {
  padding: 0.875rem 16px;
  background: rgba(23, 212, 210, 0.07);
  flex: 1;
  border-radius: 8px;
  border: 1px solid rgba(23, 212, 210, 0.18);
  min-width: 8.75rem;
}.mbx-seo_stat_val-1v4 {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #17D4D2;
  font-size: 20px;
  font-weight: 800;
}.mbx-seo_stat_lb-1v4 {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #557375;
}.mbx-ft-1v4 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #050C0D;
  margin-top: 3rem;
}.mbx-ft_support-1v4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width: 769px) {.mbx-ft_support-1v4 {
  padding: 28px 24px;
}
}.mbx-ft_support_in-1v4 {
  margin: 0 auto;
  gap: 16px;
  align-items: center;
  max-width: 82.5rem;
  flex-wrap: wrap;
  display: flex;
}.mbx-ft_support_main-1v4 {
  gap: 16px;
  flex: 1;
  min-width: 220px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.mbx-ft_support_ic-1v4 {
  flex-shrink: 0;
  color: #17D4D2;
}.mbx-ft_support_ic-1v4 svg {
  width: 30px;
  height: 1.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.mbx-ft_support_text_title-1v4 {
  color: #E6F4F4;
  overflow-wrap: break-word;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
}.mbx-ft_support_text_sub-1v4 {
  font-size: 0.75rem;
  color: #557375;
  overflow-wrap: break-word;
}.mbx-ft_support_btn-1v4 {
  background: #17D4D2;
  transition: background .2s;
  padding: 11px 1.375rem;
  border-radius: 0.5rem;
  white-space: nowrap;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 0.813rem;
  color: #E6F4F4;
}.mbx-ft_support_btn-1v4:hover {
  background: #2AECEA;
}.mbx-ft_support_contacts-1v4 {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.mbx-ft_support_contact-1v4 {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #3D5859;
}.mbx-ft_support_contact-1v4 strong {
  margin-bottom: 2px;
  display: block;
  font-weight: 600;
  color: #7FA8AA;
  font-size: 11px;
}.mbx-ft_main-1v4 {
  padding: 32px 1rem 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 771px) {.mbx-ft_main-1v4 {
  padding: 2.5rem 24px 32px;
}
}.mbx-ft_main_in-1v4 {
  margin: 0 auto;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  max-width: 1320px;
  display: grid;
}
@media(min-width: 643px) {.mbx-ft_main_in-1v4 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.mbx-ft_main_in-1v4 {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.mbx-ft_col_logo-1v4 {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.mbx-ft_col_logo-1v4 {
  grid-column: auto;
}
}.mbx-ft_logo-1v4 {
  gap: 0.563rem;
  margin-bottom: 12px;
  display: flex;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  font-size: 1rem;
  color: #E6F4F4;
  align-items: center;
  font-weight: 800;
}.mbx-ft_logo_mark-1v4 {
  overflow: hidden;
  border-radius: 4px;
  height: 30px;
  width: 1.875rem;
}.mbx-ft_logo_mark-1v4 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.mbx-ft_logo_sub-1v4 {
  font-size: 0.75rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  max-width: 200px;
  color: #3D5859;
}.mbx-ft_col_title-1v4 {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0.875rem;
  letter-spacing: .07em;
  color: #7FA8AA;
  font-weight: 700;
}.mbx-ft_col_links-1v4 {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.mbx-ft_col_link-1v4 {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #3D5859;
}.mbx-ft_col_link-1v4:hover {
  color: #B8CECE;
}.mbx-ft_apps-1v4 {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.mbx-ft_app_card-1v4 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s;
  border-radius: 0.25rem;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  align-items: center;
  display: flex;
}.mbx-ft_app_card-1v4:hover {
  border-color: rgba(23, 212, 210, 0.40);
}.mbx-ft_app_card_ic-1v4 svg {
  width: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 22px;
}.mbx-ft_app_card_os-1v4 {
  color: #3D5859;
  font-size: 0.625rem;
  font-weight: 600;
}.mbx-ft_app_card_action-1v4 {
  color: #B8CECE;
  font-weight: 700;
  font-size: 0.75rem;
}.mbx-ft_bot-1v4 {
  padding: 20px 1rem;
}
@media(min-width: 767px) {.mbx-ft_bot-1v4 {
  padding: 20px 24px;
}
}.mbx-ft_bot_in-1v4 {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 82.5rem;
}.mbx-ft_socials-1v4 {
  gap: 0.5rem;
  display: flex;
}.mbx-ft_soc-1v4 {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  justify-content: center;
  height: 2.25rem;
  color: #7FA8AA;
  width: 2.25rem;
  display: flex;
  align-items: center;
}.mbx-ft_soc-1v4 svg {
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
}.mbx-ft_soc-1v4:hover {
  background: rgba(255, 255, 255, 0.07);
}.mbx-ft_legal-1v4 {
  flex: 1;
  line-height: 1.6;
  color: #4E6C6D;
  min-width: 12.5rem;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.mbx-ft_legal-1v4 strong {
  color: #7FA8AA;
  font-weight: 700;
}.mbx-ft_legal-1v4 a {
  color: #7FA8AA;
  text-decoration: underline;
}.mbx-ft_age-1v4 {
  border-radius: 50%;
  border: 2px solid #4E6C6D;
  font-size: 0.688rem;
  flex-shrink: 0;
  width: 32px;
  margin-left: auto;
  align-items: center;
  color: #4E6C6D;
  height: 2rem;
  font-weight: 800;
  justify-content: center;
  display: flex;
}