*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #0A0D1A;
  color: #C4CEEB;
  font-family: 'Exo 2', sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  color: inherit;
  text-decoration: none;
}button {
  border: none;
  background: none;
  font: inherit;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.ccg_layout-4is {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.ccg_page-4is {
  display: flex;
  min-height: 100vh;
}.ccg_main-4is {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media(min-width: 1081px) {.ccg_main-4is {
  padding-left: 13.75rem;
}
}
@media(max-width: 1076px) {.ccg_main-4is {
  padding-bottom: 72px;
}
}.ccg_gc-4is {
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  background: #0D1020;
  border-radius: 0.625rem;
  flex-shrink: 0;
  width: 140px;
  cursor: pointer;
  position: relative;
}
@media(min-width: 639px) {.ccg_gc-4is {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.ccg_gc-4is {
  width: 10.5rem;
}
}.ccg_gc-4is:hover {
  border-color: rgba(53, 196, 228, 0.07);
  transform: translateY(-3px);
}.ccg_gc_img-4is {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.ccg_gc_img-4is img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}.ccg_gc_hover-4is {
  inset: 0;
  transition: opacity .2s;
  background: rgba(6, 8, 15, 0.72);
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}.ccg_gc-4is:hover .ccg_gc_hover-4is {
  opacity: 1;
}.ccg_gc_hover_btn-4is {
  border-radius: 6px;
  padding: 0.5rem 1rem;
  background: #35C4E4;
  font-size: 0.75rem;
  font-weight: 700;
  color: #EEF2FF;
}.ccg_gc_info-4is {
  padding: 0.5rem 10px 0.625rem;
}.ccg_gc_name-4is {
  overflow: hidden;
  margin-bottom: 3px;
  white-space: nowrap;
  font-weight: 600;
  max-width: 100%;
  color: #C4CEEB;
  text-overflow: ellipsis;
  font-size: 0.75rem;
}.ccg_gc_prov-4is {
  color: #505A88;
  font-size: 0.625rem;
}.ccg_gc_tag-4is {
  padding: 2px 7px;
  border-radius: 0.25rem;
  text-transform: uppercase;
  z-index: 2;
  top: 6px;
  position: absolute;
  left: 6px;
  letter-spacing: .04em;
  font-size: 0.563rem;
  font-weight: 700;
}.ccg_gc_tag_hot-4is {
  background: #E83E3E;
  color: #fff;
}.ccg_gc_tag_new-4is {
  background: #2ED88A;
  color: #0A0D1A;
}.ccg_gc_tag_jp-4is {
  background: #E8A424;
  color: #0A0D1A;
}.ccg_gc_tag_ex-4is {
  background: #7C3FCC;
  color: #fff;
}.ccg_gc_tag_live-4is {
  background: #E83E3E;
  color: #fff;
}.ccg_gr-4is {
  background: #0A0D1A;
  padding: 32px 16px 0;
}
@media(min-width: 771px) {.ccg_gr-4is {
  padding: 2.25rem 24px 0;
}
}.ccg_gr_in-4is {
  margin: 0 auto;
  max-width: 85rem;
}.ccg_gr_head-4is {
  gap: 12px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}.ccg_gr_head_l-4is {
  flex: 1;
  gap: 10px;
  min-width: 0;
  align-items: center;
  display: flex;
}.ccg_gr_ic-4is {
  border-radius: 0.625rem;
  flex-shrink: 0;
  height: 32px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  display: flex;
}.ccg_gr_ic-4is svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
  width: 16px;
}.ccg_gr_title-4is {
  font-family: 'Orbitron', sans-serif;
  overflow-wrap: break-word;
  color: #EEF2FF;
  font-weight: 700;
  font-size: 16px;
}
@media(min-width: 769px) {.ccg_gr_title-4is {
  font-size: 18px;
}
}.ccg_gr_more-4is {
  transition: color .2s;
  gap: 5px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  align-items: center;
  font-size: 12px;
  color: #6672A2;
  font-weight: 600;
}.ccg_gr_more-4is:hover {
  color: #35C4E4;
}.ccg_gr_more-4is svg {
  height: 12px;
  stroke-linecap: round;
  width: 12px;
  stroke-linejoin: round;
}.ccg_gr_arrows-4is {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.ccg_gr_arr-4is {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  transition: background .15s,color .15s;
  width: 30px;
  height: 30px;
  align-items: center;
  color: #8A96C0;
  display: flex;
  justify-content: center;
}.ccg_gr_arr-4is:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EEF2FF;
}.ccg_gr_arr-4is svg {
  stroke-linecap: round;
  height: 13px;
  width: 13px;
  stroke-linejoin: round;
}.ccg_gr_seo_h-4is {
  margin: 0 0 6px;
  color: #C4CEEB;
  overflow-wrap: break-word;
  max-width: 680px;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.813rem;
  font-weight: 700;
}
@media(min-width: 769px) {.ccg_gr_seo_h-4is {
  font-size: 14px;
}
}.ccg_gr_seo-4is {
  font-size: 12px;
  margin-bottom: 12px;
  line-height: 1.55;
  color: #6672A2;
  max-width: 42.5rem;
  overflow-wrap: break-word;
}.ccg_gr_seo-4is strong {
  color: #C4CEEB;
  font-weight: 600;
}.ccg_gr_scroll-4is {
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 0.625rem;
  display: flex;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}.ccg_gr_scroll-4is::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.ccg_gr_scroll-4is {
  gap: 0.75rem;
}
}.ccg_tb-4is {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #080B16;
  align-items: center;
  display: flex;
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 80;
  height: 56px;
}.ccg_tb_in-4is {
  gap: 0;
  padding: 0 0.875rem;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}.ccg_tb_burger-4is {
  gap: 0.313rem;
  border-radius: 10px;
  justify-content: center;
  flex-direction: column;
  display: flex;
  flex-shrink: 0;
  margin-right: 0.5rem;
  align-items: center;
  width: 38px;
  height: 2.375rem;
}.ccg_tb_burger-4is:hover {
  background: rgba(255, 255, 255, 0.05);
}.ccg_tb_burger_line-4is {
  border-radius: 1px;
  background: #8A96C0;
  display: block;
  width: 1.125rem;
  height: 2px;
}
@media(min-width:1080px) {.ccg_tb_burger-4is {
  display: none;
}
}.ccg_tb_logo-4is {
  gap: 0.563rem;
  align-items: center;
  flex-shrink: 0;
  margin-right: 1.25rem;
  color: #EEF2FF;
  overflow-wrap: break-word;
  letter-spacing: -.01em;
  font-size: 18px;
  display: flex;
  font-weight: 800;
}.ccg_tb_logo_mark-4is {
  overflow: hidden;
  border-radius: 0.625rem;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 2rem;
  height: 32px;
}.ccg_tb_logo_mark-4is img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.ccg_tb_nav-4is {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 639px) {.ccg_tb_nav-4is {
  display: flex;
}
}.ccg_tb_tab-4is {
  transition: background .15s,color .15s;
  padding: 0.5rem 14px;
  border-radius: 0.625rem;
  font-size: 13px;
  font-weight: 600;
  color: #8A96C0;
  white-space: nowrap;
}.ccg_tb_tab-4is:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EEF2FF;
}.ccg_tb_tab-4is.ccg_state_active-4is {
  background: rgba(53, 196, 228, 0.18);
  color: #EEF2FF;
}.ccg_tb_right-4is {
  gap: 8px;
  align-items: center;
  display: flex;
  margin-left: auto;
  flex-shrink: 0;
}.ccg_tb_login-4is {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,color .2s;
  border-radius: 0.625rem;
  padding: 9px 1rem;
  display: none;
  font-size: 13px;
  font-weight: 600;
  color: #C4CEEB;
}.ccg_tb_login-4is:hover {
  border-color: rgba(53, 196, 228, 0.38);
  color: #EEF2FF;
}
@media(min-width:480px) {.ccg_tb_login-4is {
  display: block;
}
}.ccg_tb_reg-4is {
  border-radius: 0.625rem;
  padding: 9px 1.125rem;
  transition: background .2s;
  background: #2ED88A;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #07091A;
  font-weight: 700;
}.ccg_tb_reg-4is:hover {
  background: #4FEBA0;
}.ccg_sb-4is {
  transition: transform .25s ease;
  background: #111525;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  left: 0;
  position: fixed;
  top: 3.5rem;
  z-index: 70;
  bottom: 0;
  width: 220px;
  overflow-y: auto;
}.ccg_sb-4is.ccg_state_open-4is {
  transform: translateX(0);
}.ccg_sb-4is::-webkit-scrollbar {
  width: 0.25rem;
}.ccg_sb-4is::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width:1080px) {.ccg_sb-4is {
  transform: translateX(0);
}
}.ccg_sb_auth-4is {
  padding: 0.875rem 12px 10px;
}.ccg_sb_btn_reg-4is {
  background: #2ED88A;
  padding: 11px;
  transition: background .2s;
  border-radius: 0.625rem;
  text-align: center;
  color: #07091A;
  font-size: 13px;
  margin-bottom: 8px;
  display: block;
  font-weight: 700;
}.ccg_sb_btn_reg-4is:hover {
  background: #4FEBA0;
}.ccg_sb_btn_login-4is {
  padding: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  color: #C4CEEB;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 0.813rem;
}.ccg_sb_btn_login-4is:hover {
  border-color: rgba(53, 196, 228, 0.38);
  color: #EEF2FF;
}.ccg_sb_promo-4is {
  border: 1px solid rgba(53, 196, 228, 0.18);
  margin: 0 0.75rem 10px;
  overflow: hidden;
  background: linear-gradient(135deg,#1A0A3A,#111525);
  padding: 0.75rem 0.875rem;
  border-radius: 0.625rem;
  position: relative;
}.ccg_sb_promo-4is::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(53, 196, 228, 0.18),transparent 70%);
  width: 80px;
  content: '';
  top: -1.25rem;
  right: -20px;
  position: absolute;
  height: 5rem;
}.ccg_sb_promo_title-4is {
  font-size: 0.688rem;
  letter-spacing: .06em;
  margin-bottom: 0.25rem;
  color: #35C4E4;
  font-weight: 700;
  text-transform: uppercase;
}.ccg_sb_promo_text-4is {
  overflow-wrap: break-word;
  font-weight: 600;
  color: #EEF2FF;
  font-size: 12px;
  line-height: 1.35;
}.ccg_sb_promo_sub-4is {
  margin-top: 3px;
  font-size: 10px;
  color: #6672A2;
}.ccg_sb_nav-4is {
  padding: 0.375rem 0.5rem 1rem;
}.ccg_sb_nav_lb-4is {
  padding: 10px 8px 0.375rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .08em;
  color: #505A88;
}.ccg_sb_link-4is {
  transition: background .15s,color .15s;
  padding: 9px 10px;
  border-radius: 0.375rem;
  gap: 0.625rem;
  color: #8A96C0;
  align-items: center;
  cursor: pointer;
  display: flex;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 500;
}.ccg_sb_link-4is:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EEF2FF;
}.ccg_sb_link-4is.ccg_state_active-4is {
  background: rgba(53, 196, 228, 0.18);
  color: #EEF2FF;
}.ccg_sb_ic-4is {
  border-radius: 6px;
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  justify-content: center;
  flex-shrink: 0;
}.ccg_sb_ic-4is svg {
  height: 16px;
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.ccg_sb_ic_1-4is {
  background: rgba(53, 196, 228, 0.07);
  color: #35C4E4;
}.ccg_sb_ic_2-4is {
  background: rgba(46, 216, 138, 0.16);
  color: #2ED88A;
}.ccg_sb_ic_3-4is {
  background: rgba(232, 164, 36, 0.16);
  color: #E8A424;
}.ccg_sb_ic_4-4is {
  background: rgba(124, 63, 204, 0.22);
  color: #7C3FCC;
}.ccg_sb_ic_5-4is {
  background: rgba(53, 196, 228, 0.07);
  color: #E040A0;
}.ccg_sb_ic_6-4is {
  background: rgba(124, 63, 204, 0.22);
  color: #9B46F0;
}.ccg_sb_badge-4is {
  border-radius: 6px;
  background: #E8A424;
  padding: 2px 7px;
  margin-left: auto;
  font-weight: 700;
  font-size: 0.563rem;
  color: #07091A;
}.ccg_sb_bot-4is {
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 8px;
  display: flex;
}.ccg_sb_lang-4is,.ccg_sb_help-4is {
  gap: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  flex: 1;
  transition: border-color .2s;
  padding: 9px 0.375rem;
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-weight: 600;
  font-size: 0.688rem;
  justify-content: center;
  color: #8A96C0;
  align-items: center;
  display: flex;
}.ccg_sb_lang-4is:hover,.ccg_sb_help-4is:hover {
  border-color: rgba(53, 196, 228, 0.38);
  color: #EEF2FF;
}.ccg_sb_lang-4is svg,.ccg_sb_help-4is svg {
  width: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 13px;
}.ccg_sb_bd-4is {
  inset: 0;
  background: rgba(6, 8, 15, 0.72);
  display: none;
  position: fixed;
  z-index: 69;
}.ccg_sb_bd-4is.ccg_state_on-4is {
  display: block;
}
@media(min-width: 1079px) {.ccg_sb_bd-4is {
  display: none!important;
}
}.ccg_mob_nav-4is {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  background: #111525;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 80;
  position: fixed;
}
@media(min-width: 1077px) {.ccg_mob_nav-4is {
  display: none;
}
}.ccg_mob_nav_item-4is {
  flex: 1;
  gap: 4px;
  padding: 4px 2px;
  align-items: center;
  flex-direction: column;
  color: #505A88;
  display: flex;
  cursor: pointer;
}.ccg_mob_nav_ic-4is {
  line-height: 1;
}.ccg_mob_nav_ic-4is svg {
  width: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 20px;
}.ccg_mob_nav_lb-4is {
  font-size: 0.625rem;
  color: #505A88;
  font-weight: 600;
}.ccg_mob_nav_item-4is.ccg_state_active-4is {
  color: #35C4E4;
}.ccg_mob_nav_item-4is.ccg_state_active-4is .ccg_mob_nav_lb-4is {
  color: #35C4E4;
}.ccg_hero-4is {
  background: #0A0D1A;
  padding: 20px 1rem 0;
}
@media(min-width: 769px) {.ccg_hero-4is {
  padding: 1.5rem 24px 0;
}
}.ccg_hero_in-4is {
  gap: 12px;
  margin: 0 auto;
  max-width: 85rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.ccg_hero_in-4is {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1103px) {.ccg_hero_in-4is {
  grid-template-columns: 1fr 21.25rem;
}
}.ccg_hero_promo-4is {
  background: #0D1020;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  min-height: 13.75rem;
  align-items: stretch;
  position: relative;
}
@media(min-width:768px) {.ccg_hero_promo-4is {
  min-height: 17.5rem;
}
}.ccg_hero_promo_bg-4is {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#1A0A3A 0%,#091022 100%);
  position: absolute;
  background-size: cover;
}.ccg_hero_promo_bg-4is::after {
  inset: 0;
  background: linear-gradient(90deg,#0A0D1A 0%,rgba(6, 8, 15, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.ccg_hero_promo_glow-4is {
  background: radial-gradient(circle,rgba(124, 63, 204, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  height: 18.75rem;
  top: -2.5rem;
  pointer-events: none;
  width: 18.75rem;
  position: absolute;
  right: 60px;
}.ccg_hero_promo_ct-4is {
  padding: 28px 24px 1.75rem 28px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 30rem;
  z-index: 2;
}
@media(min-width: 769px) {.ccg_hero_promo_ct-4is {
  padding: 2.5rem 2rem;
}
}.ccg_hero_badge-4is {
  background: rgba(53, 196, 228, 0.18);
  border-radius: 1.25rem;
  padding: 0.313rem 0.75rem;
  border: 1px solid rgba(53, 196, 228, 0.07);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 0.625rem;
  color: #35C4E4;
  display: inline-block;
  letter-spacing: .08em;
}.ccg_hero_h1-4is {
  overflow-wrap: break-word;
  font-family: 'Orbitron', sans-serif;
  color: #EEF2FF;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 0.625rem;
}.ccg_hero_h1-4is em {
  font-style: normal;
  color: #E8A424;
}
@media(min-width: 769px) {.ccg_hero_h1-4is {
  font-size: 36px;
}
}.ccg_hero_sub-4is {
  color: #8A96C0;
  line-height: 1.55;
  font-size: 0.813rem;
  margin-bottom: 20px;
}
@media(min-width: 771px) {.ccg_hero_sub-4is {
  font-size: 14px;
}
}.ccg_hero_row-4is {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.ccg_hero_cta-4is {
  padding: 13px 1.625rem;
  transition: background .2s;
  border-radius: 0.625rem;
  background: #2ED88A;
  color: #07091A;
  font-weight: 700;
  font-size: 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 0 18px rgba(46, 216, 138, 0.44), 0 4px 0.625rem rgba(6, 8, 15, 0.50);
}.ccg_hero_cta-4is:hover {
  background: #4FEBA0;
}.ccg_hero_terms-4is {
  font-size: 11px;
  color: #505A88;
}.ccg_hero_game-4is {
  border-radius: 16px;
  overflow: hidden;
  background: #0D1020;
  border: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  display: flex;
  flex-direction: column;
}.ccg_hero_game_badge-4is {
  border-radius: 1.25rem;
  border: 1px solid rgba(232, 164, 36, 0.16);
  background: rgba(232, 164, 36, 0.16);
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 700;
  left: 0.75rem;
  text-transform: uppercase;
  top: 12px;
  letter-spacing: .06em;
  color: #E8A424;
  position: absolute;
  z-index: 3;
}.ccg_hero_game_badge-4is svg {
  width: 0.688rem;
  vertical-align: -1px;
  height: 0.688rem;
  margin-right: 4px;
}.ccg_hero_game_img-4is {
  overflow: hidden;
  background: linear-gradient(135deg,#1A0A3A,#091022);
  position: relative;
  padding-bottom: 60%;
}.ccg_hero_game_img-4is img {
  inset: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}.ccg_hero_game_play-4is {
  background: rgba(6, 8, 15, 0.72);
  inset: 0;
  transition: opacity .2s;
  justify-content: center;
  opacity: 0;
  position: absolute;
  align-items: center;
  display: flex;
}.ccg_hero_game-4is:hover .ccg_hero_game_play-4is {
  opacity: 1;
}.ccg_hero_game_play-4is span {
  background: #35C4E4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  height: 52px;
  width: 3.25rem;
  justify-content: center;
}.ccg_hero_game_play-4is span svg {
  height: 18px;
  width: 18px;
  margin-left: 2px;
}.ccg_hero_game_info-4is {
  padding: 0.875rem 1rem;
}.ccg_hero_game_title-4is {
  overflow-wrap: break-word;
  font-size: 15px;
  color: #EEF2FF;
  font-weight: 700;
  margin-bottom: 0.25rem;
}.ccg_hero_game_provider-4is {
  color: #6672A2;
  font-size: 11px;
}.ccg_hero_game_btn-4is {
  border-radius: 10px;
  padding: 11px;
  transition: background .2s;
  background: #35C4E4;
  margin: 0.75rem 1rem 1rem;
  font-weight: 700;
  font-size: 13px;
  display: block;
  color: #EEF2FF;
  text-align: center;
}.ccg_hero_game-4is:hover .ccg_hero_game_btn-4is {
  background: #58D6F2;
}.ccg_sbar-4is {
  padding: 16px 16px 0;
  background: #0A0D1A;
}
@media(min-width: 769px) {.ccg_sbar-4is {
  padding: 18px 1.5rem 0;
}
}.ccg_sbar_in-4is {
  margin: 0 auto;
  max-width: 1360px;
}.ccg_sbar_row-4is {
  gap: 0.625rem;
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
}.ccg_sbar_input-4is {
  flex: 1;
  padding: 0.688rem 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #0D1020;
  transition: border-color .2s;
  gap: 10px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 0.813rem;
  align-items: center;
  display: flex;
  color: #6672A2;
}.ccg_sbar_input-4is:hover {
  border-color: rgba(53, 196, 228, 0.38);
}.ccg_sbar_input-4is svg {
  stroke-linejoin: round;
  flex-shrink: 0;
  width: 0.938rem;
  height: 0.938rem;
  stroke-linecap: round;
}.ccg_sbar_providers-4is {
  border-radius: 0.625rem;
  gap: 8px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #0D1020;
  padding: 11px 18px;
  align-items: center;
  font-size: 13px;
  color: #C4CEEB;
  display: flex;
  white-space: nowrap;
  font-weight: 600;
}.ccg_sbar_providers-4is:hover {
  border-color: rgba(53, 196, 228, 0.38);
  color: #EEF2FF;
}.ccg_sbar_providers-4is svg {
  height: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 14px;
}.ccg_sbar_tabs-4is {
  gap: 6px;
  padding-bottom: 2px;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
}.ccg_sbar_tabs-4is::-webkit-scrollbar {
  display: none;
}.ccg_sbar_tab-4is {
  border-radius: 1.25rem;
  transition: background .15s,color .15s,border-color .15s;
  padding: 0.5rem 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 7px;
  flex-shrink: 0;
  font-size: 12px;
  align-items: center;
  display: flex;
  white-space: nowrap;
  color: #8A96C0;
  cursor: pointer;
  font-weight: 600;
}.ccg_sbar_tab-4is:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(53, 196, 228, 0.38);
  color: #EEF2FF;
}.ccg_sbar_tab-4is.ccg_state_active-4is {
  border-color: rgba(53, 196, 228, 0.07);
  background: rgba(53, 196, 228, 0.18);
  color: #EEF2FF;
}.ccg_sbar_tab_ic-4is svg {
  height: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 14px;
}.ccg_ws-4is {
  background: #0A0D1A;
  padding: 2rem 1rem 0;
}
@media(min-width:768px) {.ccg_ws-4is {
  padding: 2.25rem 24px 0;
}
}.ccg_ws_in-4is {
  margin: 0 auto;
  max-width: 85rem;
}.ccg_ws_head-4is {
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 14px;
  display: flex;
}.ccg_ws_title-4is {
  gap: 0.625rem;
  font-weight: 700;
  align-items: center;
  color: #EEF2FF;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  font-family: 'Orbitron', sans-serif;
  display: flex;
  font-size: 1rem;
}.ccg_ws_title_ic-4is svg {
  height: 18px;
  width: 1.125rem;
  color: #E8A424;
  stroke-linecap: round;
  stroke-linejoin: round;
}.ccg_ws_online-4is {
  gap: 7px;
  color: #6672A2;
  font-weight: 600;
  font-size: 0.75rem;
  align-items: center;
  display: flex;
}.ccg_ws_online_dot-4is {
  border-radius: 50%;
  background: #2ED88A;
  flex-shrink: 0;
  height: 8px;
  width: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(46, 216, 138, 0.16);
}.ccg_ws_scroll-4is {
  gap: 0.5rem;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 0.5rem;
  overflow-x: auto;
}.ccg_ws_scroll-4is::-webkit-scrollbar {
  display: none;
}.ccg_wc-4is {
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 0.625rem;
  background: #0D1020;
  border-radius: 10px;
  padding: 0.625rem 14px;
  display: flex;
  align-items: center;
  min-width: 220px;
  flex-shrink: 0;
}.ccg_wc_img-4is {
  overflow: hidden;
  background: #111525;
  border-radius: 0.375rem;
  width: 36px;
  height: 2.25rem;
  flex-shrink: 0;
}.ccg_wc_img-4is img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.ccg_wc_info-4is {
  min-width: 0;
}.ccg_wc_game-4is {
  overflow: hidden;
  font-size: 12px;
  color: #C4CEEB;
  text-overflow: ellipsis;
  font-weight: 600;
  white-space: nowrap;
}.ccg_wc_player-4is {
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  color: #505A88;
  white-space: nowrap;
}.ccg_wc_amount-4is {
  margin-left: auto;
  color: #2ED88A;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
}.ccg_prov-4is {
  background: #0A0D1A;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.ccg_prov-4is {
  padding: 44px 1.5rem 0;
}
}.ccg_prov_in-4is {
  margin: 0 auto;
  max-width: 1360px;
}.ccg_prov_head-4is {
  margin-bottom: 16px;
}.ccg_prov_label-4is {
  color: #35C4E4;
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}.ccg_prov_h2-4is {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Orbitron', sans-serif;
  margin-bottom: 0.5rem;
  color: #EEF2FF;
}
@media(min-width: 766px) {.ccg_prov_h2-4is {
  font-size: 24px;
}
}.ccg_prov_seo-4is {
  line-height: 1.6;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  margin-bottom: 1rem;
  font-size: 0.813rem;
  color: #6672A2;
}.ccg_prov_seo-4is strong {
  color: #C4CEEB;
  font-weight: 700;
}.ccg_prov_seo-4is a {
  text-decoration: underline;
  color: #35C4E4;
}.ccg_prov_grid-4is {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.ccg_prov_grid-4is {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.ccg_prov_grid-4is {
  grid-template-columns: repeat(8,1fr);
}
}.ccg_prov_card-4is {
  border-radius: 10px;
  transition: border-color .2s,background .2s;
  padding: 14px 0.625rem;
  gap: 7px;
  background: #0D1020;
  border: 1px solid rgba(255, 255, 255, 0.10);
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}.ccg_prov_card-4is:hover {
  border-color: rgba(53, 196, 228, 0.38);
  background: #111525;
}.ccg_prov_logo-4is {
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 6px;
  display: flex;
  width: 44px;
  justify-content: center;
  height: 2.75rem;
  align-items: center;
}.ccg_prov_logo-4is img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.ccg_prov_name-4is {
  font-weight: 600;
  color: #8A96C0;
  overflow-wrap: break-word;
  text-align: center;
  font-size: 0.688rem;
}.ccg_htp-4is {
  background: #0A0D1A;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.ccg_htp-4is {
  padding: 2.75rem 24px 0;
}
}.ccg_htp_in-4is {
  margin: 0 auto;
  max-width: 85rem;
}.ccg_htp_head-4is {
  margin-bottom: 22px;
  max-width: 720px;
}.ccg_htp_label-4is {
  font-size: 11px;
  color: #35C4E4;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.ccg_htp_h2-4is {
  color: #EEF2FF;
  font-weight: 800;
  font-family: 'Orbitron', sans-serif;
  font-size: 1.375rem;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
}
@media(min-width:768px) {.ccg_htp_h2-4is {
  font-size: 28px;
}
}.ccg_htp_intro-4is {
  color: #6672A2;
  font-size: 0.875rem;
  line-height: 1.6;
}.ccg_htp_steps-4is {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 12px;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.ccg_htp_steps-4is {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.ccg_htp_steps-4is {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.ccg_htp_step-4is {
  background: #111525;
  padding: 20px 1.125rem 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.625rem;
  position: relative;
  flex-direction: column;
  display: flex;
}.ccg_htp_step_num-4is {
  background: #35C4E4;
  border-radius: 50%;
  font-weight: 800;
  align-items: center;
  justify-content: center;
  position: absolute;
  display: flex;
  font-size: 13px;
  font-family: 'Orbitron', sans-serif;
  left: 20px;
  top: -12px;
  color: #07091A;
  height: 28px;
  width: 28px;
}.ccg_htp_step_ic-4is {
  border-radius: 6px;
  margin: 0.5rem 0 0.75rem;
  background: rgba(53, 196, 228, 0.18);
  width: 36px;
  display: flex;
  color: #35C4E4;
  height: 36px;
  align-items: center;
  justify-content: center;
}.ccg_htp_step_ic-4is svg {
  stroke-linejoin: round;
  height: 1.125rem;
  width: 18px;
  stroke-linecap: round;
}.ccg_htp_step_h-4is {
  font-weight: 700;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #EEF2FF;
  overflow-wrap: break-word;
}.ccg_htp_step_p-4is {
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #6672A2;
}.ccg_htp_step_p-4is strong {
  font-weight: 600;
  color: #C4CEEB;
}.ccg_htp_cta-4is {
  border-radius: 10px;
  padding: 0.813rem 26px;
  background: #2ED88A;
  transition: background .2s;
  font-size: 0.875rem;
  display: inline-block;
  margin-top: 20px;
  color: #07091A;
  font-weight: 700;
}.ccg_htp_cta-4is:hover {
  background: #4FEBA0;
}.ccg_reg-4is {
  padding: 36px 16px 0;
  background: #0A0D1A;
}
@media(min-width: 771px) {.ccg_reg-4is {
  padding: 2.75rem 1.5rem 0;
}
}.ccg_reg_in-4is {
  padding: 1.75rem 1.5rem;
  background: #111525;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  max-width: 85rem;
}
@media(min-width: 771px) {.ccg_reg_in-4is {
  padding: 40px;
}
}.ccg_reg_top-4is {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 858px) {.ccg_reg_top-4is {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.ccg_reg_label-4is {
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #35C4E4;
  font-weight: 700;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}.ccg_reg_h2-4is {
  color: #EEF2FF;
  line-height: 1.2;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-family: 'Orbitron', sans-serif;
  margin-bottom: 12px;
}
@media(min-width: 769px) {.ccg_reg_h2-4is {
  font-size: 28px;
}
}.ccg_reg_bonus-4is {
  padding: 0.625rem 1rem;
  gap: 8px;
  background: rgba(232, 164, 36, 0.16);
  border-radius: 10px;
  border: 1px solid rgba(232, 164, 36, 0.16);
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}.ccg_reg_bonus_amount-4is {
  color: #E8A424;
  font-size: 1.25rem;
  font-weight: 800;
}.ccg_reg_bonus_text-4is {
  color: #8A96C0;
  font-size: 0.813rem;
  line-height: 1.35;
}.ccg_reg_cta_btn-4is {
  border-radius: 0.625rem;
  padding: 14px 2rem;
  background: #2ED88A;
  transition: background .2s;
  display: inline-block;
  margin-bottom: 12px;
  color: #07091A;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 0 1.125rem rgba(46, 216, 138, 0.44), 0 0.25rem 0.625rem rgba(6, 8, 15, 0.50);
  font-size: 0.938rem;
  font-weight: 700;
}.ccg_reg_cta_btn-4is:hover {
  background: #4FEBA0;
}.ccg_reg_terms-4is {
  line-height: 1.5;
  font-size: 0.688rem;
  color: #505A88;
}.ccg_reg_seo-4is {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 1.25rem;
  padding-top: 20px;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #6672A2;
  overflow-wrap: break-word;
}.ccg_reg_seo-4is p {
  margin-bottom: 10px;
  color: #6672A2;
  font-size: 13px;
  line-height: 1.65;
}.ccg_reg_seo-4is p:last-child {
  margin-bottom: 0;
}.ccg_reg_seo-4is strong {
  color: #C4CEEB;
  font-weight: 700;
}.ccg_reg_seo-4is a {
  transition: color .2s;
  text-decoration: underline;
  color: #35C4E4;
}.ccg_reg_seo-4is a:hover {
  color: #58D6F2;
}.ccg_reg_seo-4is ul,.ccg_reg_seo-4is ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.ccg_reg_seo-4is ol {
  list-style: decimal;
}.ccg_reg_seo-4is li {
  line-height: 1.65;
  color: #6672A2;
  font-size: 0.813rem;
  margin-bottom: 0.25rem;
}.ccg_reg_seo-4is table {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 13px;
  display: block;
}
@media(min-width: 771px) {.ccg_reg_seo-4is table {
  display: table;
}
}.ccg_reg_seo-4is th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C4CEEB;
  font-weight: 700;
  text-align: left;
}.ccg_reg_seo-4is td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6672A2;
}.ccg_reg_steps-4is {
  gap: 14px;
  flex-direction: column;
  display: flex;
  margin-top: 28px;
}
@media(min-width: 859px) {.ccg_reg_steps-4is {
  margin-top: 0;
}
}.ccg_reg_step-4is {
  gap: 14px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.ccg_reg_step_num-4is {
  border: 1px solid rgba(53, 196, 228, 0.07);
  background: rgba(53, 196, 228, 0.18);
  border-radius: 50%;
  width: 2.125rem;
  flex-shrink: 0;
  display: flex;
  color: #35C4E4;
  align-items: center;
  height: 2.125rem;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
}.ccg_reg_step_title-4is {
  color: #EEF2FF;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 3px;
}.ccg_reg_step_text-4is {
  line-height: 1.5;
  color: #6672A2;
  font-size: 0.75rem;
}.ccg_reg_trust-4is {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  margin-top: 1.25rem;
}.ccg_reg_trust_item-4is {
  gap: 7px;
  overflow-wrap: break-word;
  display: flex;
  font-size: 0.75rem;
  color: #6672A2;
  align-items: center;
}.ccg_reg_trust_ic-4is svg {
  stroke-linecap: round;
  width: 1rem;
  height: 1rem;
  color: #35C4E4;
  stroke-linejoin: round;
}.ccg_app-4is {
  padding: 36px 1rem 0;
  background: #0A0D1A;
}
@media(min-width:768px) {.ccg_app-4is {
  padding: 44px 1.5rem 0;
}
}.ccg_app_in-4is {
  margin: 0 auto;
  max-width: 85rem;
}.ccg_app_head-4is {
  margin-bottom: 1rem;
}.ccg_app_label-4is {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 11px;
  color: #35C4E4;
}.ccg_app_h2-4is {
  margin-bottom: 0.375rem;
  font-family: 'Orbitron', sans-serif;
  color: #EEF2FF;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 766px) {.ccg_app_h2-4is {
  font-size: 24px;
}
}.ccg_app_sub-4is {
  line-height: 1.6;
  max-width: 600px;
  font-size: 0.813rem;
  color: #6672A2;
  overflow-wrap: break-word;
}.ccg_app_sub-4is strong {
  font-weight: 700;
  color: #C4CEEB;
}.ccg_app_cards-4is {
  gap: 10px;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 16px;
}
@media(min-width:640px) {.ccg_app_cards-4is {
  grid-template-columns: repeat(3,1fr);
}
}.ccg_app_card-4is {
  border-radius: 0.625rem;
  padding: 1.25rem;
  overflow: hidden;
  gap: 16px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
}.ccg_app_card_ios-4is {
  background: linear-gradient(135deg,rgba(53, 196, 228, 0.18) 0%,#111525 100%);
}.ccg_app_card_android-4is {
  background: linear-gradient(135deg,rgba(46, 216, 138, 0.16) 0%,#111525 100%);
}.ccg_app_card_win-4is {
  background: linear-gradient(135deg,rgba(232, 164, 36, 0.16) 0%,#111525 100%);
}.ccg_app_card_ic-4is svg {
  width: 34px;
  height: 34px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.ccg_app_card_ic-4is {
  color: #EEF2FF;
  flex-shrink: 0;
}.ccg_app_card_os-4is {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .08em;
  margin-bottom: 6px;
  color: #6672A2;
  text-transform: uppercase;
}.ccg_app_card_title-4is {
  color: #EEF2FF;
  font-weight: 700;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-size: 15px;
}.ccg_app_card_text-4is {
  margin-bottom: 0.875rem;
  line-height: 1.5;
  font-size: 12px;
  color: #6672A2;
  overflow-wrap: break-word;
}.ccg_app_card_btn-4is {
  border-radius: 0.375rem;
  gap: 0.438rem;
  border: 1px solid rgba(53, 196, 228, 0.38);
  background: rgba(255, 255, 255, 0.12);
  transition: background .2s;
  padding: 0.625rem 1.125rem;
  align-items: center;
  font-weight: 700;
  color: #EEF2FF;
  font-size: 13px;
  display: inline-flex;
}.ccg_app_card_btn-4is:hover {
  background: rgba(255, 255, 255, 0.07);
}.ccg_bon-4is {
  background: #0A0D1A;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.ccg_bon-4is {
  padding: 2.75rem 1.5rem 0;
}
}.ccg_bon_in-4is {
  margin: 0 auto;
  max-width: 1360px;
}.ccg_bon_head-4is {
  margin-bottom: 20px;
}.ccg_bon_label-4is {
  margin-bottom: 8px;
  color: #35C4E4;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.ccg_bon_h2-4is {
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 800;
  color: #EEF2FF;
  font-family: 'Orbitron', sans-serif;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.ccg_bon_h2-4is {
  font-size: 24px;
}
}.ccg_bon_seo-4is {
  font-size: 13px;
  max-width: 620px;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #6672A2;
}.ccg_bon_seo-4is strong {
  font-weight: 700;
  color: #C4CEEB;
}.ccg_bon_seo-4is a {
  text-decoration: underline;
  color: #35C4E4;
}.ccg_bon_grid-4is {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 639px) {.ccg_bon_grid-4is {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.ccg_bon_grid-4is {
  grid-template-columns: repeat(5,1fr);
}
}.ccg_bon_card-4is {
  transition: border-color .2s,transform .2s;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1rem;
  background: #0D1020;
}.ccg_bon_card-4is:hover {
  border-color: rgba(53, 196, 228, 0.07);
  transform: translateY(-2px);
}.ccg_bon_card_ic-4is svg {
  height: 1.625rem;
  width: 1.625rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.ccg_bon_card_ic-4is {
  margin-bottom: 10px;
}.ccg_bon_card_type-4is {
  margin-bottom: 6px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #6672A2;
  font-weight: 700;
  font-size: 0.625rem;
}.ccg_bon_card_amount-4is {
  font-weight: 800;
  font-size: 18px;
  color: #E8A424;
  margin-bottom: 0.375rem;
  line-height: 1.1;
}.ccg_bon_card_name-4is {
  font-weight: 600;
  font-size: 0.813rem;
  color: #EEF2FF;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}.ccg_bon_card_detail-4is {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #505A88;
  line-height: 1.5;
  font-size: 11px;
  overflow-wrap: break-word;
  padding-top: 8px;
}.ccg_pmt-4is {
  padding: 2.25rem 1rem 0;
  background: #0A0D1A;
}
@media(min-width: 769px) {.ccg_pmt-4is {
  padding: 44px 1.5rem 0;
}
}.ccg_pmt_in-4is {
  margin: 0 auto;
  max-width: 85rem;
}.ccg_pmt_head-4is {
  max-width: 720px;
  margin-bottom: 22px;
}.ccg_pmt_label-4is {
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  color: #35C4E4;
  text-transform: uppercase;
  letter-spacing: .08em;
}.ccg_pmt_h2-4is {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: 'Orbitron', sans-serif;
  color: #EEF2FF;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.ccg_pmt_h2-4is {
  font-size: 28px;
}
}.ccg_pmt_intro-4is {
  font-size: 0.875rem;
  color: #6672A2;
  line-height: 1.6;
  overflow-wrap: break-word;
}.ccg_pmt_groups-4is {
  gap: 1.25rem;
  flex-direction: column;
  display: flex;
}.ccg_pmt_group-4is {
  border-radius: 0.625rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #111525;
}.ccg_pmt_group_head-4is {
  gap: 12px;
  display: flex;
  margin-bottom: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
}.ccg_pmt_group_ic-4is {
  border-radius: 6px;
  background: rgba(53, 196, 228, 0.18);
  flex-shrink: 0;
  color: #35C4E4;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
}.ccg_pmt_group_ic-4is svg {
  width: 1.125rem;
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.ccg_pmt_group_h-4is {
  margin: 0;
  font-family: 'Orbitron', sans-serif;
  overflow-wrap: break-word;
  color: #EEF2FF;
  font-weight: 700;
  font-size: 1rem;
}.ccg_pmt_group_p-4is {
  font-size: 0.813rem;
  color: #6672A2;
  line-height: 1.6;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
}.ccg_pmt_group_p-4is strong {
  font-weight: 600;
  color: #C4CEEB;
}.ccg_pmt_table_wrap-4is {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.ccg_pmt_table-4is {
  font-size: 0.813rem;
  border-collapse: collapse;
  width: 100%;
  min-width: 540px;
}.ccg_pmt_table-4is th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C4CEEB;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  text-align: left;
  letter-spacing: .04em;
}.ccg_pmt_table-4is td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  color: #6672A2;
}.ccg_pmt_table-4is tbody tr:last-child td {
  border-bottom: none;
}.ccg_pmt_table-4is tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C4CEEB;
}.ccg_seo-4is {
  background: #0A0D1A;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.ccg_seo-4is {
  padding: 2.75rem 24px 0;
}
}.ccg_seo_in-4is {
  border: 1px solid rgba(255, 255, 255, 0.10);
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  background: #111525;
  border-radius: 1rem;
  max-width: 85rem;
}
@media(min-width: 769px) {.ccg_seo_in-4is {
  padding: 36px 40px;
}
}.ccg_seo_label-4is {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #35C4E4;
  font-weight: 700;
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
}.ccg_seo_h2-4is {
  color: #EEF2FF;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Orbitron', sans-serif;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 14px;
}
@media(min-width:768px) {.ccg_seo_h2-4is {
  font-size: 24px;
}
}.ccg_seo_body-4is {
  line-height: 1.75;
  color: #8A96C0;
  font-size: 14px;
  overflow-wrap: break-word;
}.ccg_seo_body-4is p {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0.75rem;
  color: #8A96C0;
}.ccg_seo_body-4is p:last-child {
  margin-bottom: 0;
}.ccg_seo_body-4is strong {
  font-weight: 700;
  color: #C4CEEB;
}.ccg_seo_body-4is a {
  transition: color .2s;
  color: #35C4E4;
  text-decoration: underline;
}.ccg_seo_body-4is a:hover {
  color: #58D6F2;
}.ccg_seo_body-4is ul,.ccg_seo_body-4is ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.ccg_seo_body-4is ol {
  list-style: decimal;
}.ccg_seo_body-4is li {
  font-size: 14px;
  margin-bottom: 0.375rem;
  color: #8A96C0;
  line-height: 1.75;
}.ccg_seo_body-4is table {
  width: 100%;
  margin-bottom: 12px;
  display: block;
  font-size: 13px;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 767px) {.ccg_seo_body-4is table {
  display: table;
}
}.ccg_seo_body-4is th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #C4CEEB;
}.ccg_seo_body-4is td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #8A96C0;
}.ccg_seo_cols-4is {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.ccg_seo_cols-4is {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.ccg_seo_cols-4is {
  grid-template-columns: repeat(3,1fr);
}
}.ccg_seo_col_h-4is {
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #C4CEEB;
  font-weight: 700;
}.ccg_seo_col_p-4is {
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #6672A2;
}.ccg_seo_stats-4is {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.ccg_seo_stat-4is {
  border-radius: 0.625rem;
  padding: 0.875rem 16px;
  border: 1px solid rgba(53, 196, 228, 0.18);
  flex: 1;
  background: rgba(53, 196, 228, 0.07);
  min-width: 8.75rem;
}.ccg_seo_stat_val-4is {
  margin-bottom: 0.25rem;
  font-weight: 800;
  color: #35C4E4;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}.ccg_seo_stat_lb-4is {
  color: #6672A2;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.ccg_seo-4is {
  padding: 2.25rem 1rem 0;
  background: #0A0D1A;
}
@media(min-width: 766px) {.ccg_seo-4is {
  padding: 44px 1.5rem 0;
}
}.ccg_seo_in-4is {
  border-radius: 1rem;
  background: #111525;
  border: 1px solid rgba(255, 255, 255, 0.10);
  margin: 0 auto;
  padding: 28px 24px;
  max-width: 85rem;
}
@media(min-width: 771px) {.ccg_seo_in-4is {
  padding: 2.25rem 2.5rem;
}
}.ccg_seo_label-4is {
  letter-spacing: .08em;
  color: #35C4E4;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.625rem;
}.ccg_seo_h2-4is {
  color: #EEF2FF;
  font-weight: 800;
  font-family: 'Orbitron', sans-serif;
  margin-bottom: 14px;
  font-size: 1.25rem;
  line-height: 1.25;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.ccg_seo_h2-4is {
  font-size: 1.5rem;
}
}.ccg_seo_body-4is {
  color: #8A96C0;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
}.ccg_seo_body-4is p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #8A96C0;
}.ccg_seo_body-4is p:last-child {
  margin-bottom: 0;
}.ccg_seo_body-4is strong {
  color: #C4CEEB;
  font-weight: 700;
}.ccg_seo_body-4is a {
  transition: color .2s;
  color: #35C4E4;
  text-decoration: underline;
}.ccg_seo_body-4is a:hover {
  color: #58D6F2;
}.ccg_seo_body-4is ul,.ccg_seo_body-4is ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.ccg_seo_body-4is ol {
  list-style: decimal;
}.ccg_seo_body-4is li {
  font-size: 14px;
  margin-bottom: 6px;
  color: #8A96C0;
  line-height: 1.75;
}.ccg_seo_body-4is table {
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 13px;
  width: 100%;
  display: block;
}
@media(min-width: 769px) {.ccg_seo_body-4is table {
  display: table;
}
}.ccg_seo_body-4is th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C4CEEB;
}.ccg_seo_body-4is td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #8A96C0;
}.ccg_seo_cols-4is {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.ccg_seo_cols-4is {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.ccg_seo_cols-4is {
  grid-template-columns: repeat(3,1fr);
}
}.ccg_seo_col_h-4is {
  color: #C4CEEB;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.ccg_seo_col_p-4is {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #6672A2;
  font-size: 13px;
}.ccg_seo_stats-4is {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.ccg_seo_stat-4is {
  background: rgba(53, 196, 228, 0.07);
  padding: 14px 1rem;
  border: 1px solid rgba(53, 196, 228, 0.18);
  flex: 1;
  border-radius: 10px;
  min-width: 140px;
}.ccg_seo_stat_val-4is {
  overflow-wrap: break-word;
  color: #35C4E4;
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 1.25rem;
}.ccg_seo_stat_lb-4is {
  color: #6672A2;
  font-size: 11px;
  overflow-wrap: break-word;
}.ccg_rv-4is {
  padding: 36px 16px 0;
  background: #0A0D1A;
}
@media(min-width: 767px) {.ccg_rv-4is {
  padding: 2.75rem 1.5rem 0;
}
}.ccg_rv_in-4is {
  margin: 0 auto;
  max-width: 1360px;
}.ccg_rv_head-4is {
  max-width: 720px;
  margin-bottom: 20px;
}.ccg_rv_label-4is {
  text-transform: uppercase;
  color: #35C4E4;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
}.ccg_rv_h2-4is {
  color: #EEF2FF;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Orbitron', sans-serif;
  font-size: 22px;
}
@media(min-width: 770px) {.ccg_rv_h2-4is {
  font-size: 1.75rem;
}
}.ccg_rv_stats-4is {
  gap: 1.125rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  align-items: center;
  color: #6672A2;
}.ccg_rv_stats_score-4is {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.ccg_rv_stats_score_val-4is {
  font-weight: 800;
  font-size: 22px;
  font-family: 'Orbitron', sans-serif;
  color: #E8A424;
}.ccg_rv_stats_score_max-4is {
  color: #505A88;
  font-size: 13px;
}.ccg_rv_stats_badge-4is {
  gap: 4px;
  align-items: center;
  display: flex;
}.ccg_rv_stats_badge-4is svg {
  width: 0.875rem;
  color: #E8A424;
  height: 0.875rem;
}.ccg_rv_grid-4is {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.ccg_rv_grid-4is {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.ccg_rv_grid-4is {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.ccg_rv_card-4is {
  padding: 1.25rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #111525;
  flex-direction: column;
  display: flex;
}.ccg_rv_card_stars-4is {
  gap: 2px;
  display: flex;
  margin-bottom: 0.625rem;
  color: #E8A424;
}.ccg_rv_card_stars-4is svg {
  height: 14px;
  width: 0.875rem;
}.ccg_rv_card_h-4is {
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #EEF2FF;
}.ccg_rv_card_body-4is {
  flex: 1;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #6672A2;
  line-height: 1.65;
  margin-bottom: 14px;
}.ccg_rv_card_body-4is strong {
  color: #C4CEEB;
  font-weight: 600;
}.ccg_rv_card_meta-4is {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  padding-top: 0.75rem;
}.ccg_rv_card_author-4is {
  color: #C4CEEB;
  font-weight: 600;
  font-size: 0.75rem;
}.ccg_rv_card_date-4is {
  font-size: 0.688rem;
  color: #505A88;
}.ccg_seo-4is {
  padding: 36px 16px 0;
  background: #0A0D1A;
}
@media(min-width: 769px) {.ccg_seo-4is {
  padding: 2.75rem 24px 0;
}
}.ccg_seo_in-4is {
  margin: 0 auto;
  border-radius: 1rem;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #111525;
  max-width: 1360px;
}
@media(min-width: 765px) {.ccg_seo_in-4is {
  padding: 36px 2.5rem;
}
}.ccg_seo_label-4is {
  font-weight: 700;
  color: #35C4E4;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 10px;
}.ccg_seo_h2-4is {
  color: #EEF2FF;
  font-family: 'Orbitron', sans-serif;
  margin-bottom: 14px;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.25;
}
@media(min-width: 771px) {.ccg_seo_h2-4is {
  font-size: 1.5rem;
}
}.ccg_seo_body-4is {
  color: #8A96C0;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
}.ccg_seo_body-4is p {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 12px;
  color: #8A96C0;
}.ccg_seo_body-4is p:last-child {
  margin-bottom: 0;
}.ccg_seo_body-4is strong {
  font-weight: 700;
  color: #C4CEEB;
}.ccg_seo_body-4is a {
  transition: color .2s;
  text-decoration: underline;
  color: #35C4E4;
}.ccg_seo_body-4is a:hover {
  color: #58D6F2;
}.ccg_seo_body-4is ul,.ccg_seo_body-4is ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.ccg_seo_body-4is ol {
  list-style: decimal;
}.ccg_seo_body-4is li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #8A96C0;
  font-size: 14px;
}.ccg_seo_body-4is table {
  font-size: 0.813rem;
  display: block;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 0.75rem;
}
@media(min-width: 767px) {.ccg_seo_body-4is table {
  display: table;
}
}.ccg_seo_body-4is th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  color: #C4CEEB;
  text-align: left;
  font-weight: 700;
}.ccg_seo_body-4is td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8A96C0;
}.ccg_seo_cols-4is {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.ccg_seo_cols-4is {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.ccg_seo_cols-4is {
  grid-template-columns: repeat(3,1fr);
}
}.ccg_seo_col_h-4is {
  color: #C4CEEB;
  margin-bottom: 0.438rem;
  font-weight: 700;
  font-size: 13px;
  overflow-wrap: break-word;
}.ccg_seo_col_p-4is {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #6672A2;
  line-height: 1.65;
}.ccg_seo_stats-4is {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.ccg_seo_stat-4is {
  background: rgba(53, 196, 228, 0.07);
  flex: 1;
  padding: 14px 1rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(53, 196, 228, 0.18);
  min-width: 140px;
}.ccg_seo_stat_val-4is {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  color: #35C4E4;
}.ccg_seo_stat_lb-4is {
  color: #6672A2;
  overflow-wrap: break-word;
  font-size: 11px;
}.ccg_faq-4is {
  background: #0A0D1A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.ccg_faq-4is {
  padding: 44px 1.5rem 0;
}
}.ccg_faq_in-4is {
  margin: 0 auto;
  max-width: 85rem;
}.ccg_faq_head-4is {
  margin-bottom: 1.25rem;
}.ccg_faq_label-4is {
  color: #35C4E4;
  font-size: 11px;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.ccg_faq_h2-4is {
  color: #EEF2FF;
  font-family: 'Orbitron', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width:768px) {.ccg_faq_h2-4is {
  font-size: 24px;
}
}.ccg_faq_list-4is {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.ccg_faq_item-4is {
  overflow: hidden;
  background: #111525;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.625rem;
}.ccg_faq_q-4is {
  gap: 12px;
  padding: 16px 1.25rem;
  transition: color .2s;
  justify-content: space-between;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  cursor: pointer;
  color: #C4CEEB;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  font-weight: 600;
}.ccg_faq_q-4is:hover {
  color: #EEF2FF;
}.ccg_faq_q_ic-4is {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  height: 24px;
  color: #35C4E4;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  font-size: 16px;
  width: 1.5rem;
  align-items: center;
}.ccg_faq_item-4is.ccg_state_open-4is .ccg_faq_q_ic-4is {
  transform: rotate(45deg);
}.ccg_faq_a-4is {
  padding: 0 20px 16px;
  color: #6672A2;
  overflow-wrap: break-word;
  display: none;
  line-height: 1.7;
  font-size: 13px;
}.ccg_faq_item-4is.ccg_state_open-4is .ccg_faq_a-4is {
  display: block;
}.ccg_faq_a-4is strong {
  font-weight: 700;
  color: #C4CEEB;
}.ccg_faq_a-4is a {
  color: #35C4E4;
  text-decoration: underline;
}.ccg_faq_a-4is ul,.ccg_faq_a-4is ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.ccg_faq_a-4is ol {
  list-style: decimal;
}.ccg_faq_a-4is li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.ccg_faq_a-4is table {
  margin: 0.5rem 0;
  font-size: 12px;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 769px) {.ccg_faq_a-4is table {
  display: table;
}
}.ccg_faq_a-4is th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 0.5rem;
  font-weight: 700;
  color: #C4CEEB;
  text-align: left;
}.ccg_faq_a-4is td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6672A2;
}.ccg_ft-4is {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #06080F;
  margin-top: 48px;
}.ccg_ft_support-4is {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
}
@media(min-width: 765px) {.ccg_ft_support-4is {
  padding: 28px 24px;
}
}.ccg_ft_support_in-4is {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  max-width: 1360px;
  align-items: center;
}.ccg_ft_support_main-4is {
  gap: 1rem;
  flex: 1;
  display: flex;
  min-width: 220px;
  flex-wrap: wrap;
  align-items: center;
}.ccg_ft_support_ic-4is {
  color: #35C4E4;
  flex-shrink: 0;
}.ccg_ft_support_ic-4is svg {
  height: 1.875rem;
  width: 1.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.ccg_ft_support_text_title-4is {
  overflow-wrap: break-word;
  font-size: 0.938rem;
  color: #EEF2FF;
  font-weight: 700;
  margin-bottom: 3px;
}.ccg_ft_support_text_sub-4is {
  color: #6672A2;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.ccg_ft_support_btn-4is {
  transition: background .2s;
  background: #35C4E4;
  border-radius: 10px;
  padding: 0.688rem 1.375rem;
  font-size: 13px;
  color: #EEF2FF;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
}.ccg_ft_support_btn-4is:hover {
  background: #58D6F2;
}.ccg_ft_support_contacts-4is {
  gap: 1rem;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.ccg_ft_support_contact-4is {
  color: #505A88;
  line-height: 1.4;
  font-size: 0.75rem;
}.ccg_ft_support_contact-4is strong {
  color: #8A96C0;
  display: block;
  font-size: 11px;
  margin-bottom: 2px;
  font-weight: 600;
}.ccg_ft_main-4is {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 766px) {.ccg_ft_main-4is {
  padding: 40px 24px 32px;
}
}.ccg_ft_main_in-4is {
  gap: 24px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 1360px;
}
@media(min-width: 641px) {.ccg_ft_main_in-4is {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.ccg_ft_main_in-4is {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.ccg_ft_col_logo-4is {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.ccg_ft_col_logo-4is {
  grid-column: auto;
}
}.ccg_ft_logo-4is {
  gap: 0.563rem;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  align-items: center;
  font-weight: 800;
  color: #EEF2FF;
}.ccg_ft_logo_mark-4is {
  overflow: hidden;
  border-radius: 0.375rem;
  height: 30px;
  width: 1.875rem;
}.ccg_ft_logo_mark-4is img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.ccg_ft_logo_sub-4is {
  color: #505A88;
  max-width: 200px;
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 0.75rem;
}.ccg_ft_col_title-4is {
  color: #8A96C0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .07em;
  margin-bottom: 0.875rem;
}.ccg_ft_col_links-4is {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.ccg_ft_col_link-4is {
  transition: color .2s;
  color: #505A88;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.ccg_ft_col_link-4is:hover {
  color: #C4CEEB;
}.ccg_ft_apps-4is {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.ccg_ft_app_card-4is {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  gap: 10px;
  transition: border-color .2s;
  border-radius: 6px;
  display: flex;
  align-items: center;
}.ccg_ft_app_card-4is:hover {
  border-color: rgba(53, 196, 228, 0.38);
}.ccg_ft_app_card_ic-4is svg {
  stroke-linecap: round;
  height: 22px;
  width: 22px;
  stroke-linejoin: round;
}.ccg_ft_app_card_os-4is {
  color: #505A88;
  font-weight: 600;
  font-size: 0.625rem;
}.ccg_ft_app_card_action-4is {
  color: #C4CEEB;
  font-weight: 700;
  font-size: 0.75rem;
}.ccg_ft_bot-4is {
  padding: 20px 1rem;
}
@media(min-width: 769px) {.ccg_ft_bot-4is {
  padding: 20px 24px;
}
}.ccg_ft_bot_in-4is {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1360px;
  display: flex;
}.ccg_ft_socials-4is {
  gap: 0.5rem;
  display: flex;
}.ccg_ft_soc-4is {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  transition: background .2s;
  justify-content: center;
  height: 36px;
  width: 36px;
  color: #8A96C0;
  align-items: center;
  display: flex;
}.ccg_ft_soc-4is svg {
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
}.ccg_ft_soc-4is:hover {
  background: rgba(255, 255, 255, 0.07);
}.ccg_ft_legal-4is {
  flex: 1;
  overflow-wrap: break-word;
  color: #6878B0;
  min-width: 12.5rem;
  font-size: 0.688rem;
  line-height: 1.6;
}.ccg_ft_legal-4is strong {
  font-weight: 700;
  color: #8A96C0;
}.ccg_ft_legal-4is a {
  color: #8A96C0;
  text-decoration: underline;
}.ccg_ft_age-4is {
  border-radius: 50%;
  border: 2px solid #6878B0;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  font-weight: 800;
  font-size: 11px;
  align-items: center;
  color: #6878B0;
  justify-content: center;
  display: flex;
  margin-left: auto;
}