*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  line-height: 1.6;
  font-family: 'Nunito', sans-serif;
  min-height: 100vh;
  background-color: #0E0B1C;
  color: #C8C0E8;
  -webkit-font-smoothing: antialiased;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}a {
  text-decoration: none;
  color: inherit;
}.jmm_layout-cgt {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.jmm_page-cgt {
  display: flex;
  min-height: 100vh;
}.jmm_main-cgt {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media screen and (min-width: 1078px) {.jmm_main-cgt {
  padding-left: 220px;
}
}
@media screen and (max-width:1079px) {.jmm_main-cgt {
  padding-bottom: 4.5rem;
}
}.jmm_gc-cgt {
  transition: transform .2s,border-color .2s;
  border-radius: 10px;
  overflow: hidden;
  background: #120F22;
  border: 1px solid rgba(255,255,255,0.05);
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  width: 8.75rem;
}
@media(min-width: 637px) {.jmm_gc-cgt {
  width: 9.75rem;
}
}
@media(min-width: 1078px) {.jmm_gc-cgt {
  width: 168px;
}
}.jmm_gc-cgt:hover {
  border-color: rgba(108,79,238,0.07);
  transform: translateY(-3px);
}.jmm_gc_img-cgt {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.jmm_gc_img-cgt img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}.jmm_gc_hover-cgt {
  background: rgba(8,6,15,0.72);
  inset: 0;
  transition: opacity .2s;
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  opacity: 0;
}.jmm_gc-cgt:hover .jmm_gc_hover-cgt {
  opacity: 1;
}.jmm_gc_hover_btn-cgt {
  border-radius: 6px;
  padding: 0.5rem 1rem;
  background: #6C4FEE;
  font-size: 0.75rem;
  font-weight: 700;
  color: #F2EEFF;
}.jmm_gc_info-cgt {
  padding: 0.5rem 0.625rem 0.625rem;
}.jmm_gc_name-cgt {
  overflow: hidden;
  margin-bottom: 3px;
  font-weight: 600;
  max-width: 100%;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  color: #C8C0E8;
  white-space: nowrap;
}.jmm_gc_prov-cgt {
  font-size: 0.625rem;
  color: #524C72;
}.jmm_gc_tag-cgt {
  padding: 2px 7px;
  border-radius: 0.25rem;
  top: 0.375rem;
  font-size: 0.563rem;
  position: absolute;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
  left: 0.375rem;
  letter-spacing: .04em;
}.jmm_gc_tag_hot-cgt {
  background: #E83248;
  color: #fff;
}.jmm_gc_tag_new-cgt {
  background: #28C76F;
  color: #0E0B1C;
}.jmm_gc_tag_jp-cgt {
  background: #F0A500;
  color: #0E0B1C;
}.jmm_gc_tag_ex-cgt {
  background: #4A28B0;
  color: #fff;
}.jmm_gc_tag_live-cgt {
  background: #E83248;
  color: #fff;
}.jmm_gr-cgt {
  padding: 32px 16px 0;
  background: #0E0B1C;
}
@media(min-width: 770px) {.jmm_gr-cgt {
  padding: 2.25rem 24px 0;
}
}.jmm_gr_in-cgt {
  margin: 0 auto;
  max-width: 82.5rem;
}.jmm_gr_head-cgt {
  gap: 12px;
  margin-bottom: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.jmm_gr_head_l-cgt {
  gap: 10px;
  flex: 1;
  display: flex;
  min-width: 0;
  align-items: center;
}.jmm_gr_ic-cgt {
  border-radius: 0.625rem;
  width: 32px;
  flex-shrink: 0;
  align-items: center;
  height: 2rem;
  justify-content: center;
  display: flex;
}.jmm_gr_ic-cgt svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
  height: 1rem;
}.jmm_gr_title-cgt {
  overflow-wrap: break-word;
  color: #F2EEFF;
  font-size: 16px;
  font-family: 'Fredoka One', sans-serif;
  font-weight: 700;
}
@media(min-width: 769px) {.jmm_gr_title-cgt {
  font-size: 18px;
}
}.jmm_gr_more-cgt {
  transition: color .2s;
  gap: 5px;
  display: flex;
  font-weight: 600;
  color: #6A6290;
  font-size: 0.75rem;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
}.jmm_gr_more-cgt:hover {
  color: #6C4FEE;
}.jmm_gr_more-cgt svg {
  height: 0.75rem;
  width: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.jmm_gr_arrows-cgt {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.jmm_gr_arr-cgt {
  background: rgba(255,255,255,0.05);
  border-radius: 0.375rem;
  transition: background .15s,color .15s;
  border: 1px solid rgba(255,255,255,0.09);
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #9088B8;
  justify-content: center;
}.jmm_gr_arr-cgt:hover {
  background: rgba(255,255,255,0.07);
  color: #F2EEFF;
}.jmm_gr_arr-cgt svg {
  width: 0.813rem;
  stroke-linejoin: round;
  height: 13px;
  stroke-linecap: round;
}.jmm_gr_seo_h-cgt {
  margin: 0 0 0.375rem;
  font-weight: 700;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  font-size: 13px;
  font-family: 'Fredoka One', sans-serif;
  color: #C8C0E8;
}
@media(min-width: 770px) {.jmm_gr_seo_h-cgt {
  font-size: 14px;
}
}.jmm_gr_seo-cgt {
  margin-bottom: 0.75rem;
  max-width: 680px;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #6A6290;
}.jmm_gr_seo-cgt strong {
  color: #C8C0E8;
  font-weight: 600;
}.jmm_gr_scroll-cgt {
  gap: 10px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  display: flex;
  padding-bottom: 0.625rem;
  overflow-x: auto;
}.jmm_gr_scroll-cgt::-webkit-scrollbar {
  display: none;
}
@media(min-width: 770px) {.jmm_gr_scroll-cgt {
  gap: 12px;
}
}.jmm_tb-cgt {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #0E0B1C;
  align-items: center;
  left: 0;
  top: 0;
  z-index: 80;
  height: 3.5rem;
  display: flex;
  right: 0;
  position: fixed;
}.jmm_tb_in-cgt {
  padding: 0 14px;
  gap: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}.jmm_tb_burger-cgt {
  border-radius: 0.625rem;
  gap: 0.313rem;
  margin-right: 0.5rem;
  justify-content: center;
  height: 38px;
  display: flex;
  flex-direction: column;
  width: 38px;
  flex-shrink: 0;
  align-items: center;
}.jmm_tb_burger-cgt:hover {
  background: rgba(255,255,255,0.05);
}.jmm_tb_burger_line-cgt {
  background: #9088B8;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 1.125rem;
}
@media(min-width: 1081px) {.jmm_tb_burger-cgt {
  display: none;
}
}.jmm_tb_logo-cgt {
  gap: 9px;
  color: #F2EEFF;
  overflow-wrap: break-word;
  align-items: center;
  flex-shrink: 0;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -.01em;
  margin-right: 1.25rem;
  display: flex;
}.jmm_tb_logo_mark-cgt {
  border-radius: 0.625rem;
  overflow: hidden;
  width: 32px;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 2rem;
}.jmm_tb_logo_mark-cgt img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.jmm_tb_nav-cgt {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width:640px) {.jmm_tb_nav-cgt {
  display: flex;
}
}.jmm_tb_tab-cgt {
  border-radius: 0.625rem;
  padding: 0.5rem 14px;
  transition: background .15s,color .15s;
  font-weight: 600;
  color: #9088B8;
  white-space: nowrap;
  font-size: 0.813rem;
}.jmm_tb_tab-cgt:hover {
  background: rgba(255,255,255,0.05);
  color: #F2EEFF;
}.jmm_tb_tab-cgt.jmm_state_active-cgt {
  background: rgba(108,79,238,0.18);
  color: #F2EEFF;
}.jmm_tb_right-cgt {
  gap: 8px;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
  align-items: center;
}.jmm_tb_login-cgt {
  transition: border-color .2s,color .2s;
  border-radius: 0.625rem;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 9px 1rem;
  background: rgba(255,255,255,0.05);
  font-weight: 600;
  color: #C8C0E8;
  display: none;
  font-size: 0.813rem;
}.jmm_tb_login-cgt:hover {
  border-color: rgba(255,255,255,0.18);
  color: #F2EEFF;
}
@media(min-width: 483px) {.jmm_tb_login-cgt {
  display: block;
}
}.jmm_tb_reg-cgt {
  transition: background .2s;
  padding: 0.563rem 1.125rem;
  border-radius: 10px;
  background: #28C76F;
  font-weight: 700;
  font-size: 0.813rem;
  color: #0C0A1A;
  white-space: nowrap;
}.jmm_tb_reg-cgt:hover {
  background: #36D980;
}.jmm_sb-cgt {
  transition: transform .25s ease;
  background: #161228;
  border-right: 1px solid rgba(255,255,255,0.05);
  transform: translateX(-100%);
  z-index: 70;
  overflow-y: auto;
  top: 56px;
  width: 13.75rem;
  position: fixed;
  bottom: 0;
  left: 0;
}.jmm_sb-cgt.jmm_state_open-cgt {
  transform: translateX(0);
}.jmm_sb-cgt::-webkit-scrollbar {
  width: 0.25rem;
}.jmm_sb-cgt::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
}
@media(min-width: 1081px) {.jmm_sb-cgt {
  transform: translateX(0);
}
}.jmm_sb_auth-cgt {
  padding: 0.875rem 0.75rem 0.625rem;
}.jmm_sb_btn_reg-cgt {
  transition: background .2s;
  border-radius: 10px;
  padding: 0.688rem;
  background: #28C76F;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  display: block;
  color: #0C0A1A;
  margin-bottom: 8px;
}.jmm_sb_btn_reg-cgt:hover {
  background: #36D980;
}.jmm_sb_btn_login-cgt {
  padding: 0.625rem;
  border-radius: 0.625rem;
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.09);
  font-weight: 600;
  text-align: center;
  color: #C8C0E8;
  display: block;
  font-size: 13px;
}.jmm_sb_btn_login-cgt:hover {
  border-color: rgba(255,255,255,0.18);
  color: #F2EEFF;
}.jmm_sb_promo-cgt {
  border: 1px solid rgba(108,79,238,0.18);
  margin: 0 0.75rem 10px;
  padding: 0.75rem 14px;
  border-radius: 0.625rem;
  background: linear-gradient(135deg,#2A0E6E,#161228);
  overflow: hidden;
  position: relative;
}.jmm_sb_promo-cgt::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(108,79,238,0.18),transparent 70%);
  position: absolute;
  content: '';
  width: 5rem;
  right: -20px;
  height: 80px;
  top: -1.25rem;
}.jmm_sb_promo_title-cgt {
  font-weight: 700;
  color: #6C4FEE;
  letter-spacing: .06em;
  margin-bottom: 4px;
  font-size: 0.688rem;
  text-transform: uppercase;
}.jmm_sb_promo_text-cgt {
  font-weight: 600;
  line-height: 1.35;
  font-size: 12px;
  color: #F2EEFF;
  overflow-wrap: break-word;
}.jmm_sb_promo_sub-cgt {
  font-size: 10px;
  margin-top: 3px;
  color: #6A6290;
}.jmm_sb_nav-cgt {
  padding: 0.375rem 8px 1rem;
}.jmm_sb_nav_lb-cgt {
  padding: 10px 0.5rem 6px;
  text-transform: uppercase;
  color: #524C72;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.625rem;
}.jmm_sb_link-cgt {
  transition: background .15s,color .15s;
  padding: 9px 0.625rem;
  border-radius: 0.375rem;
  gap: 10px;
  font-weight: 500;
  display: flex;
  font-size: 13px;
  align-items: center;
  cursor: pointer;
  overflow-wrap: break-word;
  color: #9088B8;
}.jmm_sb_link-cgt:hover {
  background: rgba(255,255,255,0.05);
  color: #F2EEFF;
}.jmm_sb_link-cgt.jmm_state_active-cgt {
  background: rgba(108,79,238,0.18);
  color: #F2EEFF;
}.jmm_sb_ic-cgt {
  border-radius: 0.375rem;
  flex-shrink: 0;
  width: 30px;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 30px;
}.jmm_sb_ic-cgt svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
  width: 16px;
}.jmm_sb_ic_1-cgt {
  background: rgba(108,79,238,0.07);
  color: #6C4FEE;
}.jmm_sb_ic_2-cgt {
  background: rgba(40,199,111,0.15);
  color: #28C76F;
}.jmm_sb_ic_3-cgt {
  background: rgba(240,165,0,0.14);
  color: #F0A500;
}.jmm_sb_ic_4-cgt {
  background: rgba(74,40,176,0.22);
  color: #4A28B0;
}.jmm_sb_ic_5-cgt {
  background: rgba(108,79,238,0.07);
  color: #E8407C;
}.jmm_sb_ic_6-cgt {
  background: rgba(74,40,176,0.22);
  color: #9B3FD4;
}.jmm_sb_badge-cgt {
  background: #F0A500;
  padding: 2px 0.438rem;
  border-radius: 6px;
  font-weight: 700;
  color: #0C0A1A;
  margin-left: auto;
  font-size: 0.563rem;
}.jmm_sb_bot-cgt {
  padding: 12px;
  gap: 0.5rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
}.jmm_sb_lang-cgt,.jmm_sb_help-cgt {
  gap: 6px;
  flex: 1;
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 0.375rem;
  padding: 0.563rem 6px;
  color: #9088B8;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  display: flex;
}.jmm_sb_lang-cgt:hover,.jmm_sb_help-cgt:hover {
  border-color: rgba(255,255,255,0.18);
  color: #F2EEFF;
}.jmm_sb_lang-cgt svg,.jmm_sb_help-cgt svg {
  height: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 13px;
}.jmm_sb_bd-cgt {
  inset: 0;
  background: rgba(8,6,15,0.72);
  display: none;
  position: fixed;
  z-index: 69;
}.jmm_sb_bd-cgt.jmm_state_on-cgt {
  display: block;
}
@media(min-width: 1081px) {.jmm_sb_bd-cgt {
  display: none!important;
}
}.jmm_mob_nav-cgt {
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  background: #161228;
  border-top: 1px solid rgba(255,255,255,0.09);
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 80;
  display: flex;
  right: 0;
}
@media(min-width: 1078px) {.jmm_mob_nav-cgt {
  display: none;
}
}.jmm_mob_nav_item-cgt {
  padding: 4px 2px;
  flex: 1;
  gap: 0.25rem;
  color: #524C72;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  align-items: center;
}.jmm_mob_nav_ic-cgt {
  line-height: 1;
}.jmm_mob_nav_ic-cgt svg {
  height: 1.25rem;
  stroke-linejoin: round;
  width: 1.25rem;
  stroke-linecap: round;
}.jmm_mob_nav_lb-cgt {
  color: #524C72;
  font-weight: 600;
  font-size: 0.625rem;
}.jmm_mob_nav_item-cgt.jmm_state_active-cgt {
  color: #6C4FEE;
}.jmm_mob_nav_item-cgt.jmm_state_active-cgt .jmm_mob_nav_lb-cgt {
  color: #6C4FEE;
}.jmm_hero-cgt {
  padding: 1.25rem 1rem 0;
  background: #0E0B1C;
}
@media(min-width: 771px) {.jmm_hero-cgt {
  padding: 24px 1.5rem 0;
}
}.jmm_hero_in-cgt {
  margin: 0 auto;
  gap: 0.75rem;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.jmm_hero_in-cgt {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1099px) {.jmm_hero_in-cgt {
  grid-template-columns: 1fr 21.25rem;
}
}.jmm_hero_promo-cgt {
  overflow: hidden;
  border-radius: 1rem;
  background: #120F22;
  align-items: stretch;
  min-height: 13.75rem;
  position: relative;
  display: flex;
}
@media(min-width: 766px) {.jmm_hero_promo-cgt {
  min-height: 17.5rem;
}
}.jmm_hero_promo_bg-cgt {
  inset: 0;
  background: linear-gradient(120deg,#2A0E6E 0%,#0E0B1C 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.jmm_hero_promo_bg-cgt::after {
  inset: 0;
  background: linear-gradient(90deg,#0E0B1C 0%,rgba(8,6,15,0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.jmm_hero_promo_glow-cgt {
  background: radial-gradient(circle,rgba(74,40,176,0.22) 0%,transparent 65%);
  border-radius: 50%;
  width: 300px;
  pointer-events: none;
  right: 60px;
  top: -40px;
  position: absolute;
  height: 300px;
}.jmm_hero_promo_ct-cgt {
  padding: 28px 1.5rem 1.75rem 28px;
  flex-direction: column;
  justify-content: center;
  position: relative;
  display: flex;
  max-width: 30rem;
  z-index: 2;
}
@media(min-width: 769px) {.jmm_hero_promo_ct-cgt {
  padding: 40px 32px;
}
}.jmm_hero_badge-cgt {
  border: 1px solid rgba(108,79,238,0.07);
  background: rgba(108,79,238,0.18);
  border-radius: 1.5rem;
  padding: 0.313rem 0.75rem;
  color: #6C4FEE;
  font-size: 10px;
  margin-bottom: 14px;
  letter-spacing: .08em;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
}.jmm_hero_h1-cgt {
  overflow-wrap: break-word;
  font-family: 'Fredoka One', sans-serif;
  line-height: 1.15;
  color: #F2EEFF;
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 0.625rem;
}.jmm_hero_h1-cgt em {
  color: #F0A500;
  font-style: normal;
}
@media(min-width: 769px) {.jmm_hero_h1-cgt {
  font-size: 36px;
}
}.jmm_hero_sub-cgt {
  font-size: 0.813rem;
  color: #9088B8;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}
@media(min-width: 770px) {.jmm_hero_sub-cgt {
  font-size: 0.875rem;
}
}.jmm_hero_row-cgt {
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.jmm_hero_cta-cgt {
  border-radius: 0.625rem;
  padding: 0.813rem 1.625rem;
  background: #28C76F;
  transition: background .2s;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 0.25rem 1.125rem rgba(40,199,111,0.5), 0 1px 4px rgba(0,0,0,0.4);
  color: #0C0A1A;
}.jmm_hero_cta-cgt:hover {
  background: #36D980;
}.jmm_hero_terms-cgt {
  color: #524C72;
  font-size: 11px;
}.jmm_hero_game-cgt {
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,0.05);
  background: #120F22;
  flex-direction: column;
  position: relative;
  display: flex;
}.jmm_hero_game_badge-cgt {
  border-radius: 24px;
  border: 1px solid rgba(240,165,0,0.14);
  background: rgba(240,165,0,0.14);
  padding: 0.313rem 0.625rem;
  left: 12px;
  letter-spacing: .06em;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
  font-weight: 700;
  color: #F0A500;
  font-size: 10px;
  z-index: 3;
}.jmm_hero_game_badge-cgt svg {
  margin-right: 0.25rem;
  height: 0.688rem;
  width: 11px;
  vertical-align: -1px;
}.jmm_hero_game_img-cgt {
  background: linear-gradient(135deg,#2A0E6E,#0E0B1C);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.jmm_hero_game_img-cgt img {
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}.jmm_hero_game_play-cgt {
  background: rgba(8,6,15,0.72);
  transition: opacity .2s;
  inset: 0;
  opacity: 0;
  position: absolute;
  align-items: center;
  justify-content: center;
  display: flex;
}.jmm_hero_game-cgt:hover .jmm_hero_game_play-cgt {
  opacity: 1;
}.jmm_hero_game_play-cgt span {
  border-radius: 50%;
  background: #6C4FEE;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 52px;
  height: 3.25rem;
}.jmm_hero_game_play-cgt span svg {
  height: 18px;
  width: 1.125rem;
  margin-left: 2px;
}.jmm_hero_game_info-cgt {
  padding: 14px 1rem;
}.jmm_hero_game_title-cgt {
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  color: #F2EEFF;
  font-size: 0.938rem;
}.jmm_hero_game_provider-cgt {
  color: #6A6290;
  font-size: 0.688rem;
}.jmm_hero_game_btn-cgt {
  border-radius: 0.625rem;
  transition: background .2s;
  background: #6C4FEE;
  padding: 0.688rem;
  margin: 12px 16px 16px;
  color: #F2EEFF;
  font-weight: 700;
  display: block;
  font-size: 0.813rem;
  text-align: center;
}.jmm_hero_game-cgt:hover .jmm_hero_game_btn-cgt {
  background: #8066F5;
}.jmm_sbar-cgt {
  background: #0E0B1C;
  padding: 16px 1rem 0;
}
@media(min-width: 765px) {.jmm_sbar-cgt {
  padding: 18px 1.5rem 0;
}
}.jmm_sbar_in-cgt {
  margin: 0 auto;
  max-width: 1320px;
}.jmm_sbar_row-cgt {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 12px;
}.jmm_sbar_input-cgt {
  background: #120F22;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 11px 1rem;
  border-radius: 0.625rem;
  transition: border-color .2s;
  flex: 1;
  gap: 0.625rem;
  font-size: 0.813rem;
  cursor: pointer;
  color: #6A6290;
  display: flex;
  align-items: center;
}.jmm_sbar_input-cgt:hover {
  border-color: rgba(255,255,255,0.18);
}.jmm_sbar_input-cgt svg {
  width: 15px;
  flex-shrink: 0;
  height: 0.938rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.jmm_sbar_providers-cgt {
  border-radius: 0.625rem;
  transition: border-color .2s;
  background: #120F22;
  gap: 8px;
  padding: 11px 1.125rem;
  border: 1px solid rgba(255,255,255,0.09);
  align-items: center;
  font-size: 13px;
  display: flex;
  font-weight: 600;
  color: #C8C0E8;
  white-space: nowrap;
}.jmm_sbar_providers-cgt:hover {
  border-color: rgba(255,255,255,0.18);
  color: #F2EEFF;
}.jmm_sbar_providers-cgt svg {
  height: 14px;
  stroke-linecap: round;
  width: 0.875rem;
  stroke-linejoin: round;
}.jmm_sbar_tabs-cgt {
  gap: 0.375rem;
  display: flex;
  padding-bottom: 2px;
  overflow-x: auto;
  scrollbar-width: none;
}.jmm_sbar_tabs-cgt::-webkit-scrollbar {
  display: none;
}.jmm_sbar_tab-cgt {
  border-radius: 1.5rem;
  padding: 0.5rem 0.875rem;
  border: 1px solid rgba(255,255,255,0.05);
  background: rgba(255,255,255,0.05);
  transition: background .15s,color .15s,border-color .15s;
  gap: 0.438rem;
  display: flex;
  color: #9088B8;
  font-weight: 600;
  align-items: center;
  white-space: nowrap;
  font-size: 12px;
  flex-shrink: 0;
  cursor: pointer;
}.jmm_sbar_tab-cgt:hover {
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.07);
  color: #F2EEFF;
}.jmm_sbar_tab-cgt.jmm_state_active-cgt {
  background: rgba(108,79,238,0.18);
  border-color: rgba(108,79,238,0.07);
  color: #F2EEFF;
}.jmm_sbar_tab_ic-cgt svg {
  stroke-linecap: round;
  height: 0.875rem;
  width: 14px;
  stroke-linejoin: round;
}.jmm_wy-cgt {
  background: #0E0B1C;
  padding: 32px 16px 0;
}
@media(min-width: 770px) {.jmm_wy-cgt {
  padding: 2.5rem 24px 0;
}
}.jmm_wy_in-cgt {
  margin: 0 auto;
  max-width: 82.5rem;
}.jmm_wy_head-cgt {
  margin-bottom: 18px;
  max-width: 720px;
}.jmm_wy_label-cgt {
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  color: #6C4FEE;
}.jmm_wy_h2-cgt {
  color: #F2EEFF;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Fredoka One', sans-serif;
  margin-bottom: 8px;
  font-size: 1.25rem;
}
@media(min-width: 771px) {.jmm_wy_h2-cgt {
  font-size: 1.5rem;
}
}.jmm_wy_intro-cgt {
  margin: 0;
  font-size: 0.813rem;
  color: #6A6290;
  line-height: 1.6;
}.jmm_wy_grid-cgt {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.jmm_wy_grid-cgt {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.jmm_wy_grid-cgt {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.jmm_wy_card-cgt {
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color .2s,transform .2s;
  border-radius: 0.625rem;
  background: #161228;
  padding: 1.25rem;
}.jmm_wy_card-cgt:hover {
  border-color: rgba(108,79,238,0.07);
  transform: translateY(-2px);
}.jmm_wy_card_ic-cgt {
  border-radius: 50%;
  background: rgba(108,79,238,0.18);
  width: 44px;
  height: 2.75rem;
  display: flex;
  align-items: center;
  color: #6C4FEE;
  justify-content: center;
  margin-bottom: 14px;
}.jmm_wy_card_ic-cgt svg {
  stroke-linejoin: round;
  width: 1.375rem;
  stroke-linecap: round;
  height: 22px;
}.jmm_wy_card_h-cgt {
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #F2EEFF;
  font-weight: 700;
  font-size: 0.938rem;
  margin-bottom: 6px;
}.jmm_wy_card_p-cgt {
  color: #6A6290;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 13px;
}.jmm_wy_card_p-cgt strong {
  font-weight: 600;
  color: #C8C0E8;
}.jmm_gcg-cgt {
  background: #0E0B1C;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.jmm_gcg-cgt {
  padding: 2.75rem 24px 0;
}
}.jmm_gcg_in-cgt {
  margin: 0 auto;
  max-width: 82.5rem;
}.jmm_gcg_head-cgt {
  margin-bottom: 20px;
  max-width: 720px;
}.jmm_gcg_label-cgt {
  font-weight: 700;
  text-transform: uppercase;
  color: #6C4FEE;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.jmm_gcg_h2-cgt {
  font-size: 22px;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-family: 'Fredoka One', sans-serif;
  color: #F2EEFF;
}
@media(min-width: 769px) {.jmm_gcg_h2-cgt {
  font-size: 28px;
}
}.jmm_gcg_intro-cgt {
  line-height: 1.6;
  color: #6A6290;
  font-size: 13px;
}.jmm_gcg_grid-cgt {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.jmm_gcg_grid-cgt {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.jmm_gcg_grid-cgt {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.jmm_gcg_card-cgt {
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 1.25rem;
  justify-content: flex-end;
  min-height: 240px;
  display: flex;
  position: relative;
  flex-direction: column;
  cursor: pointer;
}.jmm_gcg_card-cgt:hover {
  border-color: rgba(108,79,238,0.18);
  transform: translateY(-3px);
}.jmm_gcg_card_bg-cgt {
  inset: 0;
  z-index: 0;
  position: absolute;
}.jmm_gcg_card_bg-cgt::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.jmm_gcg_card_ic-cgt {
  background: rgba(0,0,0,.45);
  border-radius: 0.375rem;
  top: 18px;
  width: 2.5rem;
  align-items: center;
  position: absolute;
  right: 1.125rem;
  color: #F2EEFF;
  justify-content: center;
  height: 40px;
  z-index: 2;
  display: flex;
}.jmm_gcg_card_ic-cgt svg {
  stroke-linecap: round;
  width: 1.25rem;
  stroke-linejoin: round;
  height: 20px;
}.jmm_gcg_card_ct-cgt {
  position: relative;
  z-index: 1;
}.jmm_gcg_card_h-cgt {
  color: #F2EEFF;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-family: 'Fredoka One', sans-serif;
}
@media(min-width: 769px) {.jmm_gcg_card_h-cgt {
  font-size: 20px;
}
}.jmm_gcg_card_p-cgt {
  margin-bottom: 0.625rem;
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 0.75rem;
}.jmm_gcg_card_p-cgt strong {
  color: #F2EEFF;
  font-weight: 600;
}.jmm_gcg_card_cta-cgt {
  gap: 0.25rem;
  color: #6C4FEE;
  align-items: center;
  font-weight: 700;
  letter-spacing: .04em;
  display: inline-flex;
  font-size: 0.75rem;
  text-transform: uppercase;
}.jmm_gcg_card_cta-cgt svg {
  stroke-linejoin: round;
  height: 0.75rem;
  width: 12px;
  stroke-linecap: round;
}.jmm_gr_jp-cgt {
  padding: 1.25rem;
  overflow: hidden;
  background: linear-gradient(135deg,#1E0A50 0%,#09060F 100%);
  border-radius: 16px;
  position: relative;
}.jmm_gr_jp-cgt::before {
  background: radial-gradient(circle,rgba(74,40,176,0.22) 0%,transparent 70%);
  border-radius: 50%;
  left: -60px;
  top: -60px;
  height: 15.625rem;
  width: 250px;
  content: '';
  position: absolute;
}.jmm_gr_jp-cgt::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(240,165,0,0.14) 0%,transparent 70%);
  bottom: -2.5rem;
  position: absolute;
  width: 12.5rem;
  height: 12.5rem;
  right: 0;
  content: '';
}.jmm_gr_jp_head-cgt {
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
}.jmm_gr_jp_info-cgt {
  flex: 1;
}.jmm_gr_jp_label-cgt {
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #9B3FD4;
  margin-bottom: 6px;
}.jmm_gr_jp_label-cgt svg {
  stroke-linejoin: round;
  height: 14px;
  vertical-align: -2px;
  margin-right: 4px;
  stroke-linecap: round;
  width: 0.875rem;
}.jmm_gr_jp_amount-cgt {
  font-family: 'Fredoka One', sans-serif;
  font-weight: 800;
  color: #F2EEFF;
  margin-bottom: 4px;
  line-height: 1;
  overflow-wrap: break-word;
  font-size: 32px;
}
@media(min-width: 771px) {.jmm_gr_jp_amount-cgt {
  font-size: 40px;
}
}.jmm_gr_jp_amount-cgt span {
  color: #F0A500;
}.jmm_gr_jp_seo-cgt {
  max-width: 30rem;
  line-height: 1.5;
  color: #9088B8;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.jmm_gr_jp_cta-cgt {
  transition: background .2s;
  padding: 11px 20px;
  border-radius: 10px;
  border: 1px solid rgba(74,40,176,0.22);
  background: rgba(74,40,176,0.22);
  z-index: 1;
  margin-top: 4px;
  flex-shrink: 0;
  color: #F2EEFF;
  font-size: 0.813rem;
  white-space: nowrap;
  align-self: flex-start;
  font-weight: 700;
  position: relative;
}.jmm_gr_jp_cta-cgt:hover {
  background: #4A28B0;
}.jmm_ws-cgt {
  background: #0E0B1C;
  padding: 2rem 1rem 0;
}
@media(min-width: 771px) {.jmm_ws-cgt {
  padding: 2.25rem 1.5rem 0;
}
}.jmm_ws_in-cgt {
  margin: 0 auto;
  max-width: 1320px;
}.jmm_ws_head-cgt {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.875rem;
}.jmm_ws_title-cgt {
  gap: 0.625rem;
  font-size: 16px;
  align-items: center;
  overflow-wrap: break-word;
  font-family: 'Fredoka One', sans-serif;
  display: flex;
  font-weight: 700;
  color: #F2EEFF;
  flex-wrap: wrap;
}.jmm_ws_title_ic-cgt svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.125rem;
  width: 18px;
  color: #F0A500;
}.jmm_ws_online-cgt {
  gap: 7px;
  color: #6A6290;
  font-weight: 600;
  align-items: center;
  display: flex;
  font-size: 12px;
}.jmm_ws_online_dot-cgt {
  border-radius: 50%;
  background: #28C76F;
  width: 8px;
  height: 0.5rem;
  box-shadow: 0 0 6px rgba(40,199,111,0.15);
  flex-shrink: 0;
}.jmm_ws_scroll-cgt {
  gap: 8px;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  display: flex;
}.jmm_ws_scroll-cgt::-webkit-scrollbar {
  display: none;
}.jmm_wc-cgt {
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.625rem;
  padding: 10px 0.875rem;
  background: #120F22;
  gap: 10px;
  display: flex;
  align-items: center;
  min-width: 13.75rem;
  flex-shrink: 0;
}.jmm_wc_img-cgt {
  border-radius: 0.375rem;
  background: #161228;
  overflow: hidden;
  flex-shrink: 0;
  height: 2.25rem;
  width: 36px;
}.jmm_wc_img-cgt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.jmm_wc_info-cgt {
  min-width: 0;
}.jmm_wc_game-cgt {
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  color: #C8C0E8;
  font-size: 12px;
  text-overflow: ellipsis;
}.jmm_wc_player-cgt {
  overflow: hidden;
  color: #524C72;
  font-size: 0.625rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}.jmm_wc_amount-cgt {
  flex-shrink: 0;
  color: #28C76F;
  margin-left: auto;
  font-weight: 700;
  white-space: nowrap;
  font-size: 13px;
}.jmm_bon-cgt {
  background: #0E0B1C;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.jmm_bon-cgt {
  padding: 2.75rem 24px 0;
}
}.jmm_bon_in-cgt {
  margin: 0 auto;
  max-width: 82.5rem;
}.jmm_bon_head-cgt {
  margin-bottom: 1.25rem;
}.jmm_bon_label-cgt {
  margin-bottom: 8px;
  font-weight: 700;
  color: #6C4FEE;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
}.jmm_bon_h2-cgt {
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-family: 'Fredoka One', sans-serif;
  color: #F2EEFF;
}
@media(min-width: 771px) {.jmm_bon_h2-cgt {
  font-size: 1.5rem;
}
}.jmm_bon_seo-cgt {
  max-width: 38.75rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #6A6290;
}.jmm_bon_seo-cgt strong {
  font-weight: 700;
  color: #C8C0E8;
}.jmm_bon_seo-cgt a {
  text-decoration: underline;
  color: #6C4FEE;
}.jmm_bon_grid-cgt {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 643px) {.jmm_bon_grid-cgt {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.jmm_bon_grid-cgt {
  grid-template-columns: repeat(5,1fr);
}
}.jmm_bon_card-cgt {
  background: #120F22;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 1rem;
  border-radius: 10px;
  transition: border-color .2s,transform .2s;
}.jmm_bon_card-cgt:hover {
  transform: translateY(-2px);
  border-color: rgba(108,79,238,0.07);
}.jmm_bon_card_ic-cgt svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.625rem;
  height: 26px;
}.jmm_bon_card_ic-cgt {
  margin-bottom: 10px;
}.jmm_bon_card_type-cgt {
  text-transform: uppercase;
  color: #6A6290;
  font-size: 10px;
  margin-bottom: 0.375rem;
  font-weight: 700;
  letter-spacing: .06em;
}.jmm_bon_card_amount-cgt {
  line-height: 1.1;
  color: #F0A500;
  margin-bottom: 0.375rem;
  font-weight: 800;
  font-size: 18px;
}.jmm_bon_card_name-cgt {
  margin-bottom: 0.5rem;
  color: #F2EEFF;
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 13px;
}.jmm_bon_card_detail-cgt {
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 0.688rem;
  line-height: 1.5;
  overflow-wrap: break-word;
  padding-top: 0.5rem;
  color: #524C72;
}.jmm_reg-cgt {
  padding: 36px 1rem 0;
  background: #0E0B1C;
}
@media(min-width: 767px) {.jmm_reg-cgt {
  padding: 44px 1.5rem 0;
}
}.jmm_reg_in-cgt {
  background: #161228;
  border: 1px solid rgba(255,255,255,0.05);
  margin: 0 auto;
  padding: 1.75rem 24px;
  border-radius: 1rem;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.jmm_reg_in-cgt {
  padding: 2.5rem;
}
}.jmm_reg_top-cgt {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 862px) {.jmm_reg_top-cgt {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.jmm_reg_label-cgt {
  margin-bottom: 0.625rem;
  color: #6C4FEE;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
}.jmm_reg_h2-cgt {
  font-size: 1.375rem;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.75rem;
  font-family: 'Fredoka One', sans-serif;
  color: #F2EEFF;
  line-height: 1.2;
}
@media(min-width: 769px) {.jmm_reg_h2-cgt {
  font-size: 1.75rem;
}
}.jmm_reg_bonus-cgt {
  padding: 10px 1rem;
  gap: 8px;
  border-radius: 0.625rem;
  background: rgba(240,165,0,0.14);
  border: 1px solid rgba(240,165,0,0.14);
  align-items: center;
  display: inline-flex;
  margin-bottom: 16px;
}.jmm_reg_bonus_amount-cgt {
  font-size: 20px;
  color: #F0A500;
  font-weight: 800;
}.jmm_reg_bonus_text-cgt {
  font-size: 0.813rem;
  color: #9088B8;
  line-height: 1.35;
}.jmm_reg_cta_btn-cgt {
  background: #28C76F;
  padding: 14px 2rem;
  border-radius: 10px;
  transition: background .2s;
  box-shadow: 0 0.25rem 1.125rem rgba(40,199,111,0.5), 0 1px 4px rgba(0,0,0,0.4);
  margin-bottom: 0.75rem;
  color: #0C0A1A;
  font-size: 15px;
  display: inline-block;
  font-weight: 700;
}.jmm_reg_cta_btn-cgt:hover {
  background: #36D980;
}.jmm_reg_terms-cgt {
  line-height: 1.5;
  color: #524C72;
  font-size: 0.688rem;
}.jmm_reg_seo-cgt {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  margin-top: 1.25rem;
  padding-top: 20px;
  color: #6A6290;
  line-height: 1.65;
  font-size: 0.813rem;
}.jmm_reg_seo-cgt p {
  margin-bottom: 10px;
  line-height: 1.65;
  color: #6A6290;
  font-size: 13px;
}.jmm_reg_seo-cgt p:last-child {
  margin-bottom: 0;
}.jmm_reg_seo-cgt strong {
  font-weight: 700;
  color: #C8C0E8;
}.jmm_reg_seo-cgt a {
  transition: color .2s;
  color: #6C4FEE;
  text-decoration: underline;
}.jmm_reg_seo-cgt a:hover {
  color: #8066F5;
}.jmm_reg_seo-cgt ul,.jmm_reg_seo-cgt ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.jmm_reg_seo-cgt ol {
  list-style: decimal;
}.jmm_reg_seo-cgt li {
  line-height: 1.65;
  margin-bottom: 0.25rem;
  font-size: 0.813rem;
  color: #6A6290;
}.jmm_reg_seo-cgt table {
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 10px;
  width: 100%;
  font-size: 13px;
}
@media(min-width: 769px) {.jmm_reg_seo-cgt table {
  display: table;
}
}.jmm_reg_seo-cgt th {
  padding: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  color: #C8C0E8;
  font-weight: 700;
}.jmm_reg_seo-cgt td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 8px;
  color: #6A6290;
}.jmm_reg_steps-cgt {
  gap: 14px;
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
}
@media(min-width: 858px) {.jmm_reg_steps-cgt {
  margin-top: 0;
}
}.jmm_reg_step-cgt {
  border-radius: 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.05);
  gap: 0.875rem;
  padding: 1rem;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.jmm_reg_step_num-cgt {
  border: 1px solid rgba(108,79,238,0.07);
  background: rgba(108,79,238,0.18);
  border-radius: 50%;
  justify-content: center;
  font-size: 14px;
  height: 34px;
  width: 34px;
  color: #6C4FEE;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  font-weight: 800;
}.jmm_reg_step_title-cgt {
  margin-bottom: 3px;
  font-weight: 700;
  color: #F2EEFF;
  font-size: 14px;
}.jmm_reg_step_text-cgt {
  color: #6A6290;
  font-size: 12px;
  line-height: 1.5;
}.jmm_reg_trust-cgt {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  flex-wrap: wrap;
  margin-top: 20px;
  display: flex;
  padding-top: 20px;
}.jmm_reg_trust_item-cgt {
  gap: 0.438rem;
  font-size: 12px;
  overflow-wrap: break-word;
  align-items: center;
  color: #6A6290;
  display: flex;
}.jmm_reg_trust_ic-cgt svg {
  color: #6C4FEE;
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
}.jmm_app-cgt {
  background: #0E0B1C;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.jmm_app-cgt {
  padding: 2.75rem 24px 0;
}
}.jmm_app_in-cgt {
  margin: 0 auto;
  max-width: 82.5rem;
}.jmm_app_head-cgt {
  margin-bottom: 1rem;
}.jmm_app_label-cgt {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #6C4FEE;
  font-size: 11px;
}.jmm_app_h2-cgt {
  font-size: 20px;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-family: 'Fredoka One', sans-serif;
  color: #F2EEFF;
  font-weight: 800;
}
@media(min-width: 765px) {.jmm_app_h2-cgt {
  font-size: 24px;
}
}.jmm_app_sub-cgt {
  font-size: 13px;
  line-height: 1.6;
  color: #6A6290;
  max-width: 600px;
  overflow-wrap: break-word;
}.jmm_app_sub-cgt strong {
  color: #C8C0E8;
  font-weight: 700;
}.jmm_app_cards-cgt {
  gap: 10px;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 16px;
}
@media(min-width:640px) {.jmm_app_cards-cgt {
  grid-template-columns: repeat(3,1fr);
}
}.jmm_app_card-cgt {
  padding: 1.25rem;
  border-radius: 0.625rem;
  overflow: hidden;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  display: flex;
}.jmm_app_card_ios-cgt {
  background: linear-gradient(135deg,rgba(108,79,238,0.18) 0%,#161228 100%);
}.jmm_app_card_android-cgt {
  background: linear-gradient(135deg,rgba(40,199,111,0.15) 0%,#161228 100%);
}.jmm_app_card_win-cgt {
  background: linear-gradient(135deg,rgba(240,165,0,0.14) 0%,#161228 100%);
}.jmm_app_card_ic-cgt svg {
  width: 2.125rem;
  height: 2.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.jmm_app_card_ic-cgt {
  flex-shrink: 0;
  color: #F2EEFF;
}.jmm_app_card_os-cgt {
  color: #6A6290;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 700;
}.jmm_app_card_title-cgt {
  overflow-wrap: break-word;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.375rem;
  color: #F2EEFF;
}.jmm_app_card_text-cgt {
  line-height: 1.5;
  margin-bottom: 0.875rem;
  font-size: 0.75rem;
  color: #6A6290;
  overflow-wrap: break-word;
}.jmm_app_card_btn-cgt {
  padding: 0.625rem 18px;
  gap: 0.438rem;
  background: rgba(255,255,255,0.12);
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.18);
  transition: background .2s;
  align-items: center;
  font-size: 0.813rem;
  color: #F2EEFF;
  font-weight: 700;
  display: inline-flex;
}.jmm_app_card_btn-cgt:hover {
  background: rgba(255,255,255,0.07);
}.jmm_prov-cgt {
  padding: 36px 16px 0;
  background: #0E0B1C;
}
@media(min-width: 769px) {.jmm_prov-cgt {
  padding: 44px 24px 0;
}
}.jmm_prov_in-cgt {
  margin: 0 auto;
  max-width: 82.5rem;
}.jmm_prov_head-cgt {
  margin-bottom: 16px;
}.jmm_prov_label-cgt {
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #6C4FEE;
}.jmm_prov_h2-cgt {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: 'Fredoka One', sans-serif;
  color: #F2EEFF;
}
@media(min-width: 765px) {.jmm_prov_h2-cgt {
  font-size: 1.5rem;
}
}.jmm_prov_seo-cgt {
  font-size: 13px;
  margin-bottom: 16px;
  max-width: 38.75rem;
  color: #6A6290;
  line-height: 1.6;
  overflow-wrap: break-word;
}.jmm_prov_seo-cgt strong {
  color: #C8C0E8;
  font-weight: 700;
}.jmm_prov_seo-cgt a {
  text-decoration: underline;
  color: #6C4FEE;
}.jmm_prov_grid-cgt {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 639px) {.jmm_prov_grid-cgt {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1078px) {.jmm_prov_grid-cgt {
  grid-template-columns: repeat(8,1fr);
}
}.jmm_prov_card-cgt {
  padding: 0.875rem 10px;
  background: #120F22;
  gap: 0.438rem;
  border-radius: 10px;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255,255,255,0.09);
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
}.jmm_prov_card-cgt:hover {
  background: #161228;
  border-color: rgba(255,255,255,0.18);
}.jmm_prov_logo-cgt {
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  border-radius: 6px;
  align-items: center;
  display: flex;
  width: 2.75rem;
  justify-content: center;
  height: 44px;
}.jmm_prov_logo-cgt img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.jmm_prov_name-cgt {
  overflow-wrap: break-word;
  text-align: center;
  color: #9088B8;
  font-weight: 600;
  font-size: 0.688rem;
}.jmm_faq-cgt {
  padding: 2.25rem 1rem 0;
  background: #0E0B1C;
}
@media(min-width: 766px) {.jmm_faq-cgt {
  padding: 2.75rem 1.5rem 0;
}
}.jmm_faq_in-cgt {
  margin: 0 auto;
  max-width: 1320px;
}.jmm_faq_head-cgt {
  margin-bottom: 20px;
}.jmm_faq_label-cgt {
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #6C4FEE;
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: .08em;
}.jmm_faq_h2-cgt {
  font-weight: 800;
  font-size: 20px;
  color: #F2EEFF;
  font-family: 'Fredoka One', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.jmm_faq_h2-cgt {
  font-size: 1.5rem;
}
}.jmm_faq_list-cgt {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.jmm_faq_item-cgt {
  overflow: hidden;
  border-radius: 0.625rem;
  border: 1px solid rgba(255,255,255,0.09);
  background: #161228;
}.jmm_faq_q-cgt {
  padding: 1rem 1.25rem;
  transition: color .2s;
  gap: 12px;
  color: #C8C0E8;
  cursor: pointer;
  font-weight: 600;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  align-items: center;
  justify-content: space-between;
  display: flex;
  font-size: 0.875rem;
}.jmm_faq_q-cgt:hover {
  color: #F2EEFF;
}.jmm_faq_q_ic-cgt {
  transition: transform .25s;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 1.5rem;
  font-size: 1rem;
  color: #6C4FEE;
  height: 24px;
  justify-content: center;
}.jmm_faq_item-cgt.jmm_state_open-cgt .jmm_faq_q_ic-cgt {
  transform: rotate(45deg);
}.jmm_faq_a-cgt {
  padding: 0 1.25rem 1rem;
  color: #6A6290;
  line-height: 1.7;
  display: none;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.jmm_faq_item-cgt.jmm_state_open-cgt .jmm_faq_a-cgt {
  display: block;
}.jmm_faq_a-cgt strong {
  color: #C8C0E8;
  font-weight: 700;
}.jmm_faq_a-cgt a {
  text-decoration: underline;
  color: #6C4FEE;
}.jmm_faq_a-cgt ul,.jmm_faq_a-cgt ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.jmm_faq_a-cgt ol {
  list-style: decimal;
}.jmm_faq_a-cgt li {
  margin-bottom: 4px;
  line-height: 1.6;
}.jmm_faq_a-cgt table {
  margin: 0.5rem 0;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  font-size: 0.75rem;
  width: 100%;
}
@media(min-width:768px) {.jmm_faq_a-cgt table {
  display: table;
}
}.jmm_faq_a-cgt th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.375rem 8px;
  color: #C8C0E8;
  font-weight: 700;
  text-align: left;
}.jmm_faq_a-cgt td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #6A6290;
}.jmm_seo-cgt {
  background: #0E0B1C;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.jmm_seo-cgt {
  padding: 2.75rem 1.5rem 0;
}
}.jmm_seo_in-cgt {
  border: 1px solid rgba(255,255,255,0.09);
  background: #161228;
  border-radius: 16px;
  padding: 1.75rem 24px;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.jmm_seo_in-cgt {
  padding: 36px 2.5rem;
}
}.jmm_seo_label-cgt {
  letter-spacing: .08em;
  font-weight: 700;
  color: #6C4FEE;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-size: 11px;
}.jmm_seo_h2-cgt {
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
  font-family: 'Fredoka One', sans-serif;
  color: #F2EEFF;
}
@media(min-width: 769px) {.jmm_seo_h2-cgt {
  font-size: 1.5rem;
}
}.jmm_seo_body-cgt {
  color: #9088B8;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.75;
}.jmm_seo_body-cgt p {
  color: #9088B8;
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.75;
}.jmm_seo_body-cgt p:last-child {
  margin-bottom: 0;
}.jmm_seo_body-cgt strong {
  font-weight: 700;
  color: #C8C0E8;
}.jmm_seo_body-cgt a {
  transition: color .2s;
  text-decoration: underline;
  color: #6C4FEE;
}.jmm_seo_body-cgt a:hover {
  color: #8066F5;
}.jmm_seo_body-cgt ul,.jmm_seo_body-cgt ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.jmm_seo_body-cgt ol {
  list-style: decimal;
}.jmm_seo_body-cgt li {
  color: #9088B8;
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0.375rem;
}.jmm_seo_body-cgt table {
  font-size: 0.813rem;
  display: block;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  overflow-x: auto;
}
@media(min-width: 770px) {.jmm_seo_body-cgt table {
  display: table;
}
}.jmm_seo_body-cgt th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  text-align: left;
  color: #C8C0E8;
  font-weight: 700;
}.jmm_seo_body-cgt td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9088B8;
}.jmm_seo_cols-cgt {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 637px) {.jmm_seo_cols-cgt {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.jmm_seo_cols-cgt {
  grid-template-columns: repeat(3,1fr);
}
}.jmm_seo_col_h-cgt {
  font-weight: 700;
  overflow-wrap: break-word;
  color: #C8C0E8;
  font-size: 0.813rem;
  margin-bottom: 7px;
}.jmm_seo_col_p-cgt {
  color: #6A6290;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.jmm_seo_stats-cgt {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.jmm_seo_stat-cgt {
  flex: 1;
  background: rgba(108,79,238,0.07);
  border: 1px solid rgba(108,79,238,0.18);
  padding: 14px 16px;
  border-radius: 10px;
  min-width: 140px;
}.jmm_seo_stat_val-cgt {
  color: #6C4FEE;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
}.jmm_seo_stat_lb-cgt {
  color: #6A6290;
  overflow-wrap: break-word;
  font-size: 11px;
}.jmm_seo-cgt {
  padding: 2.25rem 1rem 0;
  background: #0E0B1C;
}
@media(min-width: 771px) {.jmm_seo-cgt {
  padding: 2.75rem 24px 0;
}
}.jmm_seo_in-cgt {
  background: #161228;
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 765px) {.jmm_seo_in-cgt {
  padding: 2.25rem 2.5rem;
}
}.jmm_seo_label-cgt {
  color: #6C4FEE;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.688rem;
}.jmm_seo_h2-cgt {
  margin-bottom: 14px;
  line-height: 1.25;
  color: #F2EEFF;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Fredoka One', sans-serif;
  font-size: 20px;
}
@media(min-width: 769px) {.jmm_seo_h2-cgt {
  font-size: 1.5rem;
}
}.jmm_seo_body-cgt {
  font-size: 0.875rem;
  color: #9088B8;
  overflow-wrap: break-word;
  line-height: 1.75;
}.jmm_seo_body-cgt p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  font-size: 14px;
  color: #9088B8;
}.jmm_seo_body-cgt p:last-child {
  margin-bottom: 0;
}.jmm_seo_body-cgt strong {
  color: #C8C0E8;
  font-weight: 700;
}.jmm_seo_body-cgt a {
  transition: color .2s;
  text-decoration: underline;
  color: #6C4FEE;
}.jmm_seo_body-cgt a:hover {
  color: #8066F5;
}.jmm_seo_body-cgt ul,.jmm_seo_body-cgt ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.jmm_seo_body-cgt ol {
  list-style: decimal;
}.jmm_seo_body-cgt li {
  font-size: 14px;
  line-height: 1.75;
  color: #9088B8;
  margin-bottom: 0.375rem;
}.jmm_seo_body-cgt table {
  display: block;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  font-size: 13px;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 771px) {.jmm_seo_body-cgt table {
  display: table;
}
}.jmm_seo_body-cgt th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  font-weight: 700;
  color: #C8C0E8;
  text-align: left;
}.jmm_seo_body-cgt td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #9088B8;
}.jmm_seo_cols-cgt {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 639px) {.jmm_seo_cols-cgt {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.jmm_seo_cols-cgt {
  grid-template-columns: repeat(3,1fr);
}
}.jmm_seo_col_h-cgt {
  font-weight: 700;
  margin-bottom: 0.438rem;
  color: #C8C0E8;
  overflow-wrap: break-word;
  font-size: 13px;
}.jmm_seo_col_p-cgt {
  font-size: 0.813rem;
  color: #6A6290;
  overflow-wrap: break-word;
  line-height: 1.65;
}.jmm_seo_stats-cgt {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.jmm_seo_stat-cgt {
  flex: 1;
  padding: 0.875rem 1rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(108,79,238,0.18);
  background: rgba(108,79,238,0.07);
  min-width: 8.75rem;
}.jmm_seo_stat_val-cgt {
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  color: #6C4FEE;
  font-weight: 800;
}.jmm_seo_stat_lb-cgt {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #6A6290;
}.jmm_seo-cgt {
  padding: 36px 16px 0;
  background: #0E0B1C;
}
@media(min-width:768px) {.jmm_seo-cgt {
  padding: 2.75rem 1.5rem 0;
}
}.jmm_seo_in-cgt {
  background: #161228;
  border-radius: 1rem;
  padding: 28px 24px;
  border: 1px solid rgba(255,255,255,0.09);
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 771px) {.jmm_seo_in-cgt {
  padding: 2.25rem 2.5rem;
}
}.jmm_seo_label-cgt {
  color: #6C4FEE;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
}.jmm_seo_h2-cgt {
  color: #F2EEFF;
  margin-bottom: 14px;
  font-size: 1.25rem;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Fredoka One', sans-serif;
}
@media(min-width: 769px) {.jmm_seo_h2-cgt {
  font-size: 24px;
}
}.jmm_seo_body-cgt {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9088B8;
  overflow-wrap: break-word;
}.jmm_seo_body-cgt p {
  font-size: 14px;
  color: #9088B8;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.jmm_seo_body-cgt p:last-child {
  margin-bottom: 0;
}.jmm_seo_body-cgt strong {
  font-weight: 700;
  color: #C8C0E8;
}.jmm_seo_body-cgt a {
  transition: color .2s;
  color: #6C4FEE;
  text-decoration: underline;
}.jmm_seo_body-cgt a:hover {
  color: #8066F5;
}.jmm_seo_body-cgt ul,.jmm_seo_body-cgt ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.jmm_seo_body-cgt ol {
  list-style: decimal;
}.jmm_seo_body-cgt li {
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9088B8;
}.jmm_seo_body-cgt table {
  display: block;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  font-size: 13px;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 771px) {.jmm_seo_body-cgt table {
  display: table;
}
}.jmm_seo_body-cgt th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  text-align: left;
  color: #C8C0E8;
  font-weight: 700;
}.jmm_seo_body-cgt td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9088B8;
}.jmm_seo_cols-cgt {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 639px) {.jmm_seo_cols-cgt {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.jmm_seo_cols-cgt {
  grid-template-columns: repeat(3,1fr);
}
}.jmm_seo_col_h-cgt {
  color: #C8C0E8;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 13px;
}.jmm_seo_col_p-cgt {
  overflow-wrap: break-word;
  color: #6A6290;
  line-height: 1.65;
  font-size: 0.813rem;
}.jmm_seo_stats-cgt {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.jmm_seo_stat-cgt {
  border: 1px solid rgba(108,79,238,0.18);
  border-radius: 0.625rem;
  padding: 0.875rem 1rem;
  background: rgba(108,79,238,0.07);
  flex: 1;
  min-width: 8.75rem;
}.jmm_seo_stat_val-cgt {
  font-size: 1.25rem;
  color: #6C4FEE;
  font-weight: 800;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
}.jmm_seo_stat_lb-cgt {
  overflow-wrap: break-word;
  color: #6A6290;
  font-size: 0.688rem;
}.jmm_ft-cgt {
  background: #08060F;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 3rem;
}.jmm_ft_support-cgt {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 769px) {.jmm_ft_support-cgt {
  padding: 28px 1.5rem;
}
}.jmm_ft_support_in-cgt {
  gap: 1rem;
  margin: 0 auto;
  max-width: 1320px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.jmm_ft_support_main-cgt {
  gap: 1rem;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
  min-width: 220px;
  display: flex;
}.jmm_ft_support_ic-cgt {
  flex-shrink: 0;
  color: #6C4FEE;
}.jmm_ft_support_ic-cgt svg {
  height: 1.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 30px;
}.jmm_ft_support_text_title-cgt {
  font-size: 15px;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 3px;
  color: #F2EEFF;
}.jmm_ft_support_text_sub-cgt {
  overflow-wrap: break-word;
  color: #6A6290;
  font-size: 12px;
}.jmm_ft_support_btn-cgt {
  border-radius: 10px;
  background: #6C4FEE;
  padding: 11px 22px;
  transition: background .2s;
  flex-shrink: 0;
  font-size: 0.813rem;
  font-weight: 700;
  color: #F2EEFF;
  white-space: nowrap;
}.jmm_ft_support_btn-cgt:hover {
  background: #8066F5;
}.jmm_ft_support_contacts-cgt {
  gap: 16px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.jmm_ft_support_contact-cgt {
  font-size: 0.75rem;
  color: #524C72;
  line-height: 1.4;
}.jmm_ft_support_contact-cgt strong {
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
  font-size: 0.688rem;
  color: #9088B8;
}.jmm_ft_main-cgt {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 32px 16px 1.5rem;
}
@media(min-width: 770px) {.jmm_ft_main-cgt {
  padding: 2.5rem 24px 32px;
}
}.jmm_ft_main_in-cgt {
  gap: 24px;
  margin: 0 auto;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.jmm_ft_main_in-cgt {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.jmm_ft_main_in-cgt {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.jmm_ft_col_logo-cgt {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.jmm_ft_col_logo-cgt {
  grid-column: auto;
}
}.jmm_ft_logo-cgt {
  gap: 9px;
  font-size: 16px;
  flex-wrap: wrap;
  color: #F2EEFF;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  margin-bottom: 0.75rem;
  font-weight: 800;
}.jmm_ft_logo_mark-cgt {
  overflow: hidden;
  border-radius: 6px;
  height: 30px;
  width: 1.875rem;
}.jmm_ft_logo_mark-cgt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.jmm_ft_logo_sub-cgt {
  overflow-wrap: break-word;
  font-size: 12px;
  max-width: 200px;
  color: #524C72;
  line-height: 1.55;
}.jmm_ft_col_title-cgt {
  letter-spacing: .07em;
  font-weight: 700;
  color: #9088B8;
  font-size: 0.75rem;
  margin-bottom: 14px;
  text-transform: uppercase;
}.jmm_ft_col_links-cgt {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.jmm_ft_col_link-cgt {
  transition: color .2s;
  color: #524C72;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.jmm_ft_col_link-cgt:hover {
  color: #C8C0E8;
}.jmm_ft_apps-cgt {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.jmm_ft_app_card-cgt {
  gap: 0.625rem;
  border-radius: 6px;
  padding: 0.625rem 0.75rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color .2s;
  align-items: center;
  display: flex;
}.jmm_ft_app_card-cgt:hover {
  border-color: rgba(255,255,255,0.18);
}.jmm_ft_app_card_ic-cgt svg {
  stroke-linejoin: round;
  height: 22px;
  stroke-linecap: round;
  width: 22px;
}.jmm_ft_app_card_os-cgt {
  font-weight: 600;
  color: #524C72;
  font-size: 10px;
}.jmm_ft_app_card_action-cgt {
  font-size: 0.75rem;
  color: #C8C0E8;
  font-weight: 700;
}.jmm_ft_bot-cgt {
  padding: 1.25rem 1rem;
}
@media(min-width: 770px) {.jmm_ft_bot-cgt {
  padding: 1.25rem 24px;
}
}.jmm_ft_bot_in-cgt {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 82.5rem;
  align-items: center;
  display: flex;
}.jmm_ft_socials-cgt {
  gap: 8px;
  display: flex;
}.jmm_ft_soc-cgt {
  border-radius: 6px;
  background: rgba(255,255,255,0.05);
  transition: background .2s;
  border: 1px solid rgba(255,255,255,0.09);
  color: #9088B8;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 36px;
}.jmm_ft_soc-cgt svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
  width: 16px;
}.jmm_ft_soc-cgt:hover {
  background: rgba(255,255,255,0.07);
}.jmm_ft_legal-cgt {
  flex: 1;
  min-width: 12.5rem;
  overflow-wrap: break-word;
  color: #8880AA;
  line-height: 1.6;
  font-size: 0.688rem;
}.jmm_ft_legal-cgt strong {
  color: #9088B8;
  font-weight: 700;
}.jmm_ft_legal-cgt a {
  color: #9088B8;
  text-decoration: underline;
}.jmm_ft_age-cgt {
  border-radius: 50%;
  border: 2px solid #8880AA;
  font-weight: 800;
  margin-left: auto;
  flex-shrink: 0;
  color: #8880AA;
  display: flex;
  align-items: center;
  width: 32px;
  height: 2rem;
  font-size: 0.688rem;
  justify-content: center;
}