*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  line-height: 1.6;
  font-family: 'Exo 2', sans-serif;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  color: #B8CDD9;
  background-color: #090C14;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: inherit;
}a {
  text-decoration: none;
  color: inherit;
}.csg-layout-x5s {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.csg-page-x5s {
  min-height: 100vh;
  display: flex;
}.csg-main-x5s {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media screen and (min-width: 1081px) {.csg-main-x5s {
  padding-left: 220px;
}
}
@media screen and (max-width: 1077px) {.csg-main-x5s {
  padding-bottom: 72px;
}
}.csg-gc-x5s {
  transition: transform .2s,border-color .2s;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.05);
  background: #0D1119;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  width: 8.75rem;
}
@media(min-width: 641px) {.csg-gc-x5s {
  width: 156px;
}
}
@media(min-width: 1082px) {.csg-gc-x5s {
  width: 10.5rem;
}
}.csg-gc-x5s:hover {
  border-color: rgba(0,200,224,0.07);
  transform: translateY(-3px);
}.csg-gc_img-x5s {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.csg-gc_img-x5s img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}.csg-gc_hover-x5s {
  inset: 0;
  transition: opacity .2s;
  background: rgba(5,7,9,0.72);
  justify-content: center;
  display: flex;
  opacity: 0;
  position: absolute;
  align-items: center;
}.csg-gc-x5s:hover .csg-gc_hover-x5s {
  opacity: 1;
}.csg-gc_hover_btn-x5s {
  border-radius: 0.25rem;
  background: #00C8E0;
  padding: 0.5rem 1rem;
  color: #EDF5FA;
  font-size: 0.75rem;
  font-weight: 700;
}.csg-gc_info-x5s {
  padding: 8px 0.625rem 10px;
}.csg-gc_name-x5s {
  overflow: hidden;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.75rem;
  color: #B8CDD9;
}.csg-gc_prov-x5s {
  color: #4E6272;
  font-size: 0.625rem;
}.csg-gc_tag-x5s {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 700;
  position: absolute;
  left: 0.375rem;
  font-size: 9px;
  z-index: 2;
  top: 6px;
}.csg-gc_tag_hot-x5s {
  background: #E02840;
  color: #fff;
}.csg-gc_tag_new-x5s {
  background: #00B87C;
  color: #090C14;
}.csg-gc_tag_jp-x5s {
  background: #E6A818;
  color: #090C14;
}.csg-gc_tag_ex-x5s {
  background: #0A4870;
  color: #fff;
}.csg-gc_tag_live-x5s {
  background: #E02840;
  color: #fff;
}.csg-gr-x5s {
  background: #090C14;
  padding: 32px 1rem 0;
}
@media(min-width: 767px) {.csg-gr-x5s {
  padding: 2.25rem 1.5rem 0;
}
}.csg-gr_in-x5s {
  margin: 0 auto;
  max-width: 1320px;
}.csg-gr_head-x5s {
  gap: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}.csg-gr_head_l-x5s {
  gap: 10px;
  flex: 1;
  align-items: center;
  min-width: 0;
  display: flex;
}.csg-gr_ic-x5s {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}.csg-gr_ic-x5s svg {
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
}.csg-gr_title-x5s {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 1rem;
  color: #EDF5FA;
}
@media(min-width: 769px) {.csg-gr_title-x5s {
  font-size: 1.125rem;
}
}.csg-gr_more-x5s {
  transition: color .2s;
  gap: 0.313rem;
  white-space: nowrap;
  display: flex;
  font-weight: 600;
  font-size: 12px;
  align-items: center;
  color: #637D90;
  flex-shrink: 0;
}.csg-gr_more-x5s:hover {
  color: #00C8E0;
}.csg-gr_more-x5s svg {
  width: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.75rem;
}.csg-gr_arrows-x5s {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.csg-gr_arr-x5s {
  transition: background .15s,color .15s;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 4px;
  color: #8AA3B5;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  display: flex;
}.csg-gr_arr-x5s:hover {
  background: rgba(255,255,255,0.07);
  color: #EDF5FA;
}.csg-gr_arr-x5s svg {
  height: 13px;
  width: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.csg-gr_seo_h-x5s {
  margin: 0 0 0.375rem;
  overflow-wrap: break-word;
  font-size: 13px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  color: #B8CDD9;
  max-width: 42.5rem;
}
@media(min-width: 770px) {.csg-gr_seo_h-x5s {
  font-size: 14px;
}
}.csg-gr_seo-x5s {
  max-width: 42.5rem;
  font-size: 12px;
  margin-bottom: 12px;
  color: #637D90;
  line-height: 1.55;
  overflow-wrap: break-word;
}.csg-gr_seo-x5s strong {
  font-weight: 600;
  color: #B8CDD9;
}.csg-gr_scroll-x5s {
  gap: 10px;
  padding-bottom: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
  -webkit-overflow-scrolling: touch;
}.csg-gr_scroll-x5s::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.csg-gr_scroll-x5s {
  gap: 12px;
}
}.csg-tb-x5s {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #090C14;
  height: 3.5rem;
  top: 0;
  display: flex;
  position: fixed;
  z-index: 80;
  left: 0;
  align-items: center;
  right: 0;
}.csg-tb_in-x5s {
  gap: 0;
  padding: 0 14px;
  width: 100%;
  align-items: center;
  display: flex;
  height: 100%;
}.csg-tb_burger-x5s {
  border-radius: 8px;
  gap: 0.313rem;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  width: 38px;
  display: flex;
  height: 2.375rem;
  margin-right: 0.5rem;
}.csg-tb_burger-x5s:hover {
  background: rgba(255,255,255,0.04);
}.csg-tb_burger_line-x5s {
  border-radius: 1px;
  background: #8AA3B5;
  width: 1.125rem;
  display: block;
  height: 2px;
}
@media(min-width: 1082px) {.csg-tb_burger-x5s {
  display: none;
}
}.csg-tb_logo-x5s {
  gap: 0.563rem;
  overflow-wrap: break-word;
  color: #EDF5FA;
  display: flex;
  margin-right: 20px;
  letter-spacing: -.01em;
  flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: 800;
  align-items: center;
}.csg-tb_logo_mark-x5s {
  border-radius: 8px;
  overflow: hidden;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 32px;
  width: 2rem;
}.csg-tb_logo_mark-x5s img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.csg-tb_nav-x5s {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 641px) {.csg-tb_nav-x5s {
  display: flex;
}
}.csg-tb_tab-x5s {
  transition: background .15s,color .15s;
  border-radius: 0.5rem;
  padding: 8px 0.875rem;
  white-space: nowrap;
  font-weight: 600;
  color: #8AA3B5;
  font-size: 0.813rem;
}.csg-tb_tab-x5s:hover {
  background: rgba(255,255,255,0.04);
  color: #EDF5FA;
}.csg-tb_tab-x5s.csg-state_active-x5s {
  background: rgba(0,200,224,0.15);
  color: #EDF5FA;
}.csg-tb_right-x5s {
  gap: 8px;
  margin-left: auto;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.csg-tb_login-x5s {
  padding: 9px 1rem;
  transition: border-color .2s,color .2s;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.04);
  font-weight: 600;
  font-size: 0.813rem;
  display: none;
  color: #B8CDD9;
}.csg-tb_login-x5s:hover {
  border-color: rgba(0,210,232,0.35);
  color: #EDF5FA;
}
@media(min-width: 479px) {.csg-tb_login-x5s {
  display: block;
}
}.csg-tb_reg-x5s {
  border-radius: 8px;
  padding: 9px 1.125rem;
  background: #00B87C;
  transition: background .2s;
  color: #040C10;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}.csg-tb_reg-x5s:hover {
  background: #00CE8C;
}.csg-sb-x5s {
  background: #10151F;
  transition: transform .25s ease;
  border-right: 1px solid rgba(255,255,255,0.04);
  transform: translateX(-100%);
  width: 13.75rem;
  bottom: 0;
  z-index: 70;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 56px;
}.csg-sb-x5s.csg-state_open-x5s {
  transform: translateX(0);
}.csg-sb-x5s::-webkit-scrollbar {
  width: 0.25rem;
}.csg-sb-x5s::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
}
@media(min-width: 1081px) {.csg-sb-x5s {
  transform: translateX(0);
}
}.csg-sb_auth-x5s {
  padding: 14px 0.75rem 0.625rem;
}.csg-sb_btn_reg-x5s {
  border-radius: 0.5rem;
  padding: 11px;
  background: #00B87C;
  transition: background .2s;
  font-size: 0.813rem;
  font-weight: 700;
  color: #040C10;
  margin-bottom: 8px;
  display: block;
  text-align: center;
}.csg-sb_btn_reg-x5s:hover {
  background: #00CE8C;
}.csg-sb_btn_login-x5s {
  border-radius: 0.5rem;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 0.625rem;
  background: rgba(255,255,255,0.04);
  font-weight: 600;
  text-align: center;
  display: block;
  font-size: 13px;
  color: #B8CDD9;
}.csg-sb_btn_login-x5s:hover {
  border-color: rgba(0,210,232,0.35);
  color: #EDF5FA;
}.csg-sb_promo-x5s {
  border: 1px solid rgba(0,200,224,0.15);
  padding: 0.75rem 0.875rem;
  background: linear-gradient(135deg,#041A28,#10151F);
  border-radius: 0.5rem;
  margin: 0 0.75rem 10px;
  overflow: hidden;
  position: relative;
}.csg-sb_promo-x5s::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(0,200,224,0.15),transparent 70%);
  right: -1.25rem;
  content: '';
  position: absolute;
  height: 5rem;
  top: -1.25rem;
  width: 5rem;
}.csg-sb_promo_title-x5s {
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  color: #00C8E0;
  letter-spacing: .06em;
  font-weight: 700;
  font-size: 11px;
}.csg-sb_promo_text-x5s {
  font-weight: 600;
  line-height: 1.35;
  color: #EDF5FA;
  font-size: 12px;
  overflow-wrap: break-word;
}.csg-sb_promo_sub-x5s {
  font-size: 0.625rem;
  margin-top: 3px;
  color: #637D90;
}.csg-sb_nav-x5s {
  padding: 0.375rem 8px 16px;
}.csg-sb_nav_lb-x5s {
  padding: 0.625rem 8px 6px;
  letter-spacing: .08em;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #4E6272;
}.csg-sb_link-x5s {
  padding: 9px 10px;
  gap: 0.625rem;
  transition: background .15s,color .15s;
  border-radius: 4px;
  display: flex;
  overflow-wrap: break-word;
  font-weight: 500;
  align-items: center;
  color: #8AA3B5;
  cursor: pointer;
  font-size: 13px;
}.csg-sb_link-x5s:hover {
  background: rgba(255,255,255,0.04);
  color: #EDF5FA;
}.csg-sb_link-x5s.csg-state_active-x5s {
  background: rgba(0,200,224,0.15);
  color: #EDF5FA;
}.csg-sb_ic-x5s {
  border-radius: 4px;
  flex-shrink: 0;
  justify-content: center;
  height: 1.875rem;
  width: 30px;
  display: flex;
  align-items: center;
}.csg-sb_ic-x5s svg {
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
  height: 1rem;
}.csg-sb_ic_1-x5s {
  background: rgba(0,200,224,0.07);
  color: #00C8E0;
}.csg-sb_ic_2-x5s {
  background: rgba(0,184,124,0.15);
  color: #00B87C;
}.csg-sb_ic_3-x5s {
  background: rgba(230,168,24,0.14);
  color: #E6A818;
}.csg-sb_ic_4-x5s {
  background: rgba(10,72,112,0.40);
  color: #0A4870;
}.csg-sb_ic_5-x5s {
  background: rgba(0,200,224,0.07);
  color: #E03080;
}.csg-sb_ic_6-x5s {
  background: rgba(10,72,112,0.40);
  color: #7038C8;
}.csg-sb_badge-x5s {
  border-radius: 0.25rem;
  background: #E6A818;
  padding: 2px 0.438rem;
  font-size: 0.563rem;
  color: #040C10;
  margin-left: auto;
  font-weight: 700;
}.csg-sb_bot-x5s {
  padding: 12px;
  border-top: 1px solid rgba(255,255,255,0.04);
  gap: 8px;
  display: flex;
}.csg-sb_lang-x5s,.csg-sb_help-x5s {
  padding: 0.563rem 6px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 0.25rem;
  flex: 1;
  transition: border-color .2s;
  gap: 6px;
  font-weight: 600;
  justify-content: center;
  color: #8AA3B5;
  display: flex;
  align-items: center;
  font-size: 0.688rem;
}.csg-sb_lang-x5s:hover,.csg-sb_help-x5s:hover {
  border-color: rgba(0,210,232,0.35);
  color: #EDF5FA;
}.csg-sb_lang-x5s svg,.csg-sb_help-x5s svg {
  stroke-linecap: round;
  width: 13px;
  height: 13px;
  stroke-linejoin: round;
}.csg-sb_bd-x5s {
  background: rgba(5,7,9,0.72);
  inset: 0;
  z-index: 69;
  position: fixed;
  display: none;
}.csg-sb_bd-x5s.csg-state_on-x5s {
  display: block;
}
@media(min-width: 1079px) {.csg-sb_bd-x5s {
  display: none!important;
}
}.csg-mob_nav-x5s {
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #10151F;
  border-top: 1px solid rgba(255,255,255,0.09);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 80;
  display: flex;
  bottom: 0;
}
@media(min-width: 1078px) {.csg-mob_nav-x5s {
  display: none;
}
}.csg-mob_nav_item-x5s {
  flex: 1;
  gap: 0.25rem;
  padding: 0.25rem 2px;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  align-items: center;
  color: #4E6272;
}.csg-mob_nav_ic-x5s {
  line-height: 1;
}.csg-mob_nav_ic-x5s svg {
  stroke-linejoin: round;
  width: 1.25rem;
  stroke-linecap: round;
  height: 1.25rem;
}.csg-mob_nav_lb-x5s {
  font-size: 0.625rem;
  color: #4E6272;
  font-weight: 600;
}.csg-mob_nav_item-x5s.csg-state_active-x5s {
  color: #00C8E0;
}.csg-mob_nav_item-x5s.csg-state_active-x5s .csg-mob_nav_lb-x5s {
  color: #00C8E0;
}.csg-hero-x5s {
  padding: 1.25rem 16px 0;
  background: #090C14;
}
@media(min-width: 765px) {.csg-hero-x5s {
  padding: 24px 1.5rem 0;
}
}.csg-hero_in-x5s {
  margin: 0 auto;
  gap: 12px;
  grid-template-columns: 1fr;
  max-width: 1320px;
  display: grid;
}
@media(min-width: 858px) {.csg-hero_in-x5s {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width:1100px) {.csg-hero_in-x5s {
  grid-template-columns: 1fr 21.25rem;
}
}.csg-hero_promo-x5s {
  overflow: hidden;
  background: #0D1119;
  border-radius: 14px;
  min-height: 220px;
  align-items: stretch;
  position: relative;
  display: flex;
}
@media(min-width: 769px) {.csg-hero_promo-x5s {
  min-height: 280px;
}
}.csg-hero_promo_bg-x5s {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#041A28 0%,#090C14 100%);
  background-size: cover;
  position: absolute;
}.csg-hero_promo_bg-x5s::after {
  background: linear-gradient(90deg,#090C14 0%,rgba(5,7,9,0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.csg-hero_promo_glow-x5s {
  background: radial-gradient(circle,rgba(10,72,112,0.40) 0%,transparent 65%);
  border-radius: 50%;
  right: 3.75rem;
  position: absolute;
  width: 18.75rem;
  pointer-events: none;
  top: -2.5rem;
  height: 18.75rem;
}.csg-hero_promo_ct-x5s {
  padding: 1.75rem 24px 1.75rem 28px;
  flex-direction: column;
  position: relative;
  z-index: 2;
  max-width: 480px;
  justify-content: center;
  display: flex;
}
@media(min-width: 770px) {.csg-hero_promo_ct-x5s {
  padding: 2.5rem 32px;
}
}.csg-hero_badge-x5s {
  background: rgba(0,200,224,0.15);
  padding: 0.313rem 12px;
  border: 1px solid rgba(0,200,224,0.07);
  border-radius: 1.25rem;
  text-transform: uppercase;
  color: #00C8E0;
  display: inline-block;
  margin-bottom: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.625rem;
}.csg-hero_h1-x5s {
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
  line-height: 1.15;
  font-size: 26px;
  margin-bottom: 10px;
  color: #EDF5FA;
}.csg-hero_h1-x5s em {
  color: #E6A818;
  font-style: normal;
}
@media(min-width: 769px) {.csg-hero_h1-x5s {
  font-size: 36px;
}
}.csg-hero_sub-x5s {
  color: #8AA3B5;
  line-height: 1.55;
  font-size: 0.813rem;
  margin-bottom: 20px;
}
@media(min-width: 769px) {.csg-hero_sub-x5s {
  font-size: 14px;
}
}.csg-hero_row-x5s {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.csg-hero_cta-x5s {
  padding: 13px 26px;
  transition: background .2s;
  border-radius: 0.5rem;
  background: #00B87C;
  box-shadow: 0 0.25rem 1.25rem rgba(0,184,124,0.48), inset 0 -2px 0 rgba(0,0,0,0.28);
  color: #040C10;
  font-size: 14px;
  font-weight: 700;
}.csg-hero_cta-x5s:hover {
  background: #00CE8C;
}.csg-hero_terms-x5s {
  color: #4E6272;
  font-size: 11px;
}.csg-hero_game-x5s {
  background: #0D1119;
  border-radius: 0.875rem;
  border: 1px solid rgba(255,255,255,0.05);
  overflow: hidden;
  flex-direction: column;
  display: flex;
  position: relative;
}.csg-hero_game_badge-x5s {
  background: rgba(230,168,24,0.14);
  padding: 5px 0.625rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(230,168,24,0.14);
  font-size: 0.625rem;
  z-index: 3;
  color: #E6A818;
  position: absolute;
  font-weight: 700;
  text-transform: uppercase;
  top: 12px;
  left: 0.75rem;
  letter-spacing: .06em;
}.csg-hero_game_badge-x5s svg {
  height: 11px;
  width: 11px;
  margin-right: 0.25rem;
  vertical-align: -1px;
}.csg-hero_game_img-x5s {
  background: linear-gradient(135deg,#041A28,#090C14);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.csg-hero_game_img-x5s img {
  inset: 0;
  width: 100%;
  position: absolute;
  object-fit: cover;
  height: 100%;
}.csg-hero_game_play-x5s {
  transition: opacity .2s;
  background: rgba(5,7,9,0.72);
  inset: 0;
  display: flex;
  position: absolute;
  opacity: 0;
  justify-content: center;
  align-items: center;
}.csg-hero_game-x5s:hover .csg-hero_game_play-x5s {
  opacity: 1;
}.csg-hero_game_play-x5s span {
  border-radius: 50%;
  background: #00C8E0;
  height: 52px;
  justify-content: center;
  display: flex;
  width: 52px;
  align-items: center;
}.csg-hero_game_play-x5s span svg {
  margin-left: 2px;
  height: 1.125rem;
  width: 1.125rem;
}.csg-hero_game_info-x5s {
  padding: 14px 1rem;
}.csg-hero_game_title-x5s {
  font-weight: 700;
  font-size: 0.938rem;
  margin-bottom: 4px;
  color: #EDF5FA;
  overflow-wrap: break-word;
}.csg-hero_game_provider-x5s {
  font-size: 11px;
  color: #637D90;
}.csg-hero_game_btn-x5s {
  border-radius: 0.5rem;
  transition: background .2s;
  margin: 0.75rem 1rem 1rem;
  padding: 11px;
  background: #00C8E0;
  color: #EDF5FA;
  font-size: 13px;
  display: block;
  text-align: center;
  font-weight: 700;
}.csg-hero_game-x5s:hover .csg-hero_game_btn-x5s {
  background: #00DDF6;
}.csg-gcg-x5s {
  padding: 2.25rem 16px 0;
  background: #090C14;
}
@media(min-width: 771px) {.csg-gcg-x5s {
  padding: 44px 24px 0;
}
}.csg-gcg_in-x5s {
  margin: 0 auto;
  max-width: 82.5rem;
}.csg-gcg_head-x5s {
  max-width: 45rem;
  margin-bottom: 20px;
}.csg-gcg_label-x5s {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 11px;
  color: #00C8E0;
  letter-spacing: .08em;
  font-weight: 700;
}.csg-gcg_h2-x5s {
  font-weight: 800;
  color: #EDF5FA;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.375rem;
}
@media(min-width: 769px) {.csg-gcg_h2-x5s {
  font-size: 28px;
}
}.csg-gcg_intro-x5s {
  color: #637D90;
  line-height: 1.6;
  font-size: 13px;
}.csg-gcg_grid-x5s {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.csg-gcg_grid-x5s {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.csg-gcg_grid-x5s {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.csg-gcg_card-x5s {
  overflow: hidden;
  border-radius: 0.875rem;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.09);
  transition: transform .2s,border-color .2s;
  justify-content: flex-end;
  min-height: 15rem;
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}.csg-gcg_card-x5s:hover {
  border-color: rgba(0,200,224,0.15);
  transform: translateY(-3px);
}.csg-gcg_card_bg-x5s {
  inset: 0;
  position: absolute;
  z-index: 0;
}.csg-gcg_card_bg-x5s::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.csg-gcg_card_ic-x5s {
  background: rgba(0,0,0,.45);
  border-radius: 4px;
  top: 18px;
  width: 40px;
  display: flex;
  justify-content: center;
  height: 40px;
  position: absolute;
  right: 18px;
  align-items: center;
  color: #EDF5FA;
  z-index: 2;
}.csg-gcg_card_ic-x5s svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.25rem;
  height: 20px;
}.csg-gcg_card_ct-x5s {
  z-index: 1;
  position: relative;
}.csg-gcg_card_h-x5s {
  font-weight: 800;
  color: #EDF5FA;
  line-height: 1.2;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width: 770px) {.csg-gcg_card_h-x5s {
  font-size: 20px;
}
}.csg-gcg_card_p-x5s {
  font-size: 12px;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
}.csg-gcg_card_p-x5s strong {
  color: #EDF5FA;
  font-weight: 600;
}.csg-gcg_card_cta-x5s {
  gap: 4px;
  color: #00C8E0;
  display: inline-flex;
  font-size: 12px;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}.csg-gcg_card_cta-x5s svg {
  height: 0.75rem;
  stroke-linecap: round;
  width: 0.75rem;
  stroke-linejoin: round;
}.csg-gr_jp-x5s {
  border-radius: 0.875rem;
  padding: 1.25rem;
  background: linear-gradient(135deg,#0C0820 0%,#050709 100%);
  overflow: hidden;
  position: relative;
}.csg-gr_jp-x5s::before {
  background: radial-gradient(circle,rgba(10,72,112,0.40) 0%,transparent 70%);
  border-radius: 50%;
  top: -60px;
  height: 15.625rem;
  width: 15.625rem;
  left: -3.75rem;
  position: absolute;
  content: '';
}.csg-gr_jp-x5s::after {
  background: radial-gradient(circle,rgba(230,168,24,0.14) 0%,transparent 70%);
  border-radius: 50%;
  right: 0;
  bottom: -2.5rem;
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
}.csg-gr_jp_head-x5s {
  gap: 1rem;
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  z-index: 1;
  align-items: flex-start;
  flex-wrap: wrap;
}.csg-gr_jp_info-x5s {
  flex: 1;
}.csg-gr_jp_label-x5s {
  text-transform: uppercase;
  font-size: 11px;
  color: #7038C8;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
}.csg-gr_jp_label-x5s svg {
  vertical-align: -2px;
  width: 0.875rem;
  height: 0.875rem;
  stroke-linejoin: round;
  margin-right: 4px;
  stroke-linecap: round;
}.csg-gr_jp_amount-x5s {
  margin-bottom: 0.25rem;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  color: #EDF5FA;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
}
@media(min-width: 769px) {.csg-gr_jp_amount-x5s {
  font-size: 2.5rem;
}
}.csg-gr_jp_amount-x5s span {
  color: #E6A818;
}.csg-gr_jp_seo-x5s {
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.5;
  max-width: 480px;
  color: #8AA3B5;
}.csg-gr_jp_cta-x5s {
  border: 1px solid rgba(10,72,112,0.40);
  transition: background .2s;
  border-radius: 8px;
  padding: 0.688rem 20px;
  background: rgba(10,72,112,0.40);
  flex-shrink: 0;
  align-self: flex-start;
  font-weight: 700;
  font-size: 13px;
  margin-top: 0.25rem;
  white-space: nowrap;
  position: relative;
  color: #EDF5FA;
  z-index: 1;
}.csg-gr_jp_cta-x5s:hover {
  background: #0A4870;
}.csg-ws-x5s {
  padding: 32px 16px 0;
  background: #090C14;
}
@media(min-width: 769px) {.csg-ws-x5s {
  padding: 2.25rem 24px 0;
}
}.csg-ws_in-x5s {
  margin: 0 auto;
  max-width: 1320px;
}.csg-ws_head-x5s {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}.csg-ws_title-x5s {
  gap: 0.625rem;
  font-weight: 700;
  align-items: center;
  font-family: 'Rajdhani', sans-serif;
  display: flex;
  overflow-wrap: break-word;
  color: #EDF5FA;
  flex-wrap: wrap;
  font-size: 16px;
}.csg-ws_title_ic-x5s svg {
  height: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #E6A818;
  width: 18px;
}.csg-ws_online-x5s {
  gap: 7px;
  display: flex;
  font-weight: 600;
  align-items: center;
  color: #637D90;
  font-size: 0.75rem;
}.csg-ws_online_dot-x5s {
  border-radius: 50%;
  background: #00B87C;
  box-shadow: 0 0 0.375rem rgba(0,184,124,0.15);
  height: 8px;
  flex-shrink: 0;
  width: 8px;
}.csg-ws_scroll-x5s {
  gap: 0.5rem;
  padding-bottom: 8px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
}.csg-ws_scroll-x5s::-webkit-scrollbar {
  display: none;
}.csg-wc-x5s {
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.09);
  gap: 0.625rem;
  padding: 10px 14px;
  background: #0D1119;
  display: flex;
  min-width: 220px;
  align-items: center;
  flex-shrink: 0;
}.csg-wc_img-x5s {
  background: #10151F;
  overflow: hidden;
  border-radius: 4px;
  height: 36px;
  flex-shrink: 0;
  width: 2.25rem;
}.csg-wc_img-x5s img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.csg-wc_info-x5s {
  min-width: 0;
}.csg-wc_game-x5s {
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #B8CDD9;
}.csg-wc_player-x5s {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4E6272;
  white-space: nowrap;
  font-size: 10px;
}.csg-wc_amount-x5s {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 0.813rem;
  color: #00B87C;
  font-weight: 700;
  white-space: nowrap;
}.csg-reg-x5s {
  padding: 36px 16px 0;
  background: #090C14;
}
@media(min-width: 771px) {.csg-reg-x5s {
  padding: 2.75rem 24px 0;
}
}.csg-reg_in-x5s {
  padding: 1.75rem 24px;
  background: #10151F;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 14px;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.csg-reg_in-x5s {
  padding: 40px;
}
}.csg-reg_top-x5s {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 859px) {.csg-reg_top-x5s {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.csg-reg_label-x5s {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  color: #00C8E0;
  margin-bottom: 0.625rem;
}.csg-reg_h2-x5s {
  color: #EDF5FA;
  font-size: 22px;
  font-family: 'Rajdhani', sans-serif;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 12px;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.csg-reg_h2-x5s {
  font-size: 28px;
}
}.csg-reg_bonus-x5s {
  background: rgba(230,168,24,0.14);
  border: 1px solid rgba(230,168,24,0.14);
  padding: 10px 16px;
  gap: 0.5rem;
  border-radius: 0.5rem;
  align-items: center;
  display: inline-flex;
  margin-bottom: 1rem;
}.csg-reg_bonus_amount-x5s {
  font-size: 20px;
  font-weight: 800;
  color: #E6A818;
}.csg-reg_bonus_text-x5s {
  color: #8AA3B5;
  line-height: 1.35;
  font-size: 13px;
}.csg-reg_cta_btn-x5s {
  padding: 0.875rem 32px;
  border-radius: 0.5rem;
  background: #00B87C;
  transition: background .2s;
  color: #040C10;
  box-shadow: 0 4px 20px rgba(0,184,124,0.48), inset 0 -2px 0 rgba(0,0,0,0.28);
  font-size: 0.938rem;
  display: inline-block;
  margin-bottom: 0.75rem;
  font-weight: 700;
}.csg-reg_cta_btn-x5s:hover {
  background: #00CE8C;
}.csg-reg_terms-x5s {
  color: #4E6272;
  line-height: 1.5;
  font-size: 11px;
}.csg-reg_seo-x5s {
  border-top: 1px solid rgba(255,255,255,0.04);
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
  margin-top: 20px;
  padding-top: 20px;
  color: #637D90;
}.csg-reg_seo-x5s p {
  line-height: 1.65;
  margin-bottom: 0.625rem;
  color: #637D90;
  font-size: 0.813rem;
}.csg-reg_seo-x5s p:last-child {
  margin-bottom: 0;
}.csg-reg_seo-x5s strong {
  color: #B8CDD9;
  font-weight: 700;
}.csg-reg_seo-x5s a {
  transition: color .2s;
  color: #00C8E0;
  text-decoration: underline;
}.csg-reg_seo-x5s a:hover {
  color: #00DDF6;
}.csg-reg_seo-x5s ul,.csg-reg_seo-x5s ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 18px;
}.csg-reg_seo-x5s ol {
  list-style: decimal;
}.csg-reg_seo-x5s li {
  font-size: 0.813rem;
  color: #637D90;
  margin-bottom: 4px;
  line-height: 1.65;
}.csg-reg_seo-x5s table {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width:768px) {.csg-reg_seo-x5s table {
  display: table;
}
}.csg-reg_seo-x5s th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  font-weight: 700;
  color: #B8CDD9;
}.csg-reg_seo-x5s td {
  border-bottom: 1px solid rgba(255,255,255,0.04);
  padding: 8px;
  color: #637D90;
}.csg-reg_steps-x5s {
  gap: 0.875rem;
  flex-direction: column;
  margin-top: 1.75rem;
  display: flex;
}
@media(min-width: 863px) {.csg-reg_steps-x5s {
  margin-top: 0;
}
}.csg-reg_step-x5s {
  border-radius: 8px;
  gap: 0.875rem;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.05);
  background: rgba(255,255,255,0.04);
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.csg-reg_step_num-x5s {
  border: 1px solid rgba(0,200,224,0.07);
  background: rgba(0,200,224,0.15);
  border-radius: 50%;
  font-size: 0.875rem;
  display: flex;
  width: 34px;
  color: #00C8E0;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: 34px;
  font-weight: 800;
}.csg-reg_step_title-x5s {
  font-size: 14px;
  margin-bottom: 3px;
  color: #EDF5FA;
  font-weight: 700;
}.csg-reg_step_text-x5s {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #637D90;
}.csg-reg_trust-x5s {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.04);
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.25rem;
  margin-top: 20px;
}.csg-reg_trust_item-x5s {
  gap: 7px;
  font-size: 0.75rem;
  align-items: center;
  overflow-wrap: break-word;
  color: #637D90;
  display: flex;
}.csg-reg_trust_ic-x5s svg {
  width: 16px;
  color: #00C8E0;
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
}.csg-prov-x5s {
  background: #090C14;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.csg-prov-x5s {
  padding: 2.75rem 1.5rem 0;
}
}.csg-prov_in-x5s {
  margin: 0 auto;
  max-width: 1320px;
}.csg-prov_head-x5s {
  margin-bottom: 1rem;
}.csg-prov_label-x5s {
  font-size: 0.688rem;
  margin-bottom: 8px;
  font-weight: 700;
  color: #00C8E0;
  text-transform: uppercase;
  letter-spacing: .08em;
}.csg-prov_h2-x5s {
  font-weight: 800;
  color: #EDF5FA;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width: 771px) {.csg-prov_h2-x5s {
  font-size: 1.5rem;
}
}.csg-prov_seo-x5s {
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 13px;
  color: #637D90;
  max-width: 620px;
  margin-bottom: 16px;
}.csg-prov_seo-x5s strong {
  font-weight: 700;
  color: #B8CDD9;
}.csg-prov_seo-x5s a {
  color: #00C8E0;
  text-decoration: underline;
}.csg-prov_grid-x5s {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 639px) {.csg-prov_grid-x5s {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.csg-prov_grid-x5s {
  grid-template-columns: repeat(8,1fr);
}
}.csg-prov_card-x5s {
  padding: 0.875rem 10px;
  transition: border-color .2s,background .2s;
  gap: 7px;
  border-radius: 0.5rem;
  background: #0D1119;
  border: 1px solid rgba(255,255,255,0.09);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}.csg-prov_card-x5s:hover {
  background: #10151F;
  border-color: rgba(0,210,232,0.35);
}.csg-prov_logo-x5s {
  border-radius: 0.25rem;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
  width: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
}.csg-prov_logo-x5s img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.csg-prov_name-x5s {
  font-size: 11px;
  color: #8AA3B5;
  overflow-wrap: break-word;
  font-weight: 600;
  text-align: center;
}.csg-app-x5s {
  padding: 36px 1rem 0;
  background: #090C14;
}
@media(min-width: 771px) {.csg-app-x5s {
  padding: 44px 1.5rem 0;
}
}.csg-app_in-x5s {
  margin: 0 auto;
  max-width: 82.5rem;
}.csg-app_head-x5s {
  margin-bottom: 1rem;
}.csg-app_label-x5s {
  font-size: 11px;
  color: #00C8E0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 8px;
}.csg-app_h2-x5s {
  margin-bottom: 6px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  color: #EDF5FA;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.csg-app_h2-x5s {
  font-size: 24px;
}
}.csg-app_sub-x5s {
  overflow-wrap: break-word;
  color: #637D90;
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 37.5rem;
}.csg-app_sub-x5s strong {
  color: #B8CDD9;
  font-weight: 700;
}.csg-app_cards-x5s {
  gap: 0.625rem;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.csg-app_cards-x5s {
  grid-template-columns: repeat(3,1fr);
}
}.csg-app_card-x5s {
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}.csg-app_card_ios-x5s {
  background: linear-gradient(135deg,rgba(0,200,224,0.15) 0%,#10151F 100%);
}.csg-app_card_android-x5s {
  background: linear-gradient(135deg,rgba(0,184,124,0.15) 0%,#10151F 100%);
}.csg-app_card_win-x5s {
  background: linear-gradient(135deg,rgba(230,168,24,0.14) 0%,#10151F 100%);
}.csg-app_card_ic-x5s svg {
  width: 2.125rem;
  height: 2.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.csg-app_card_ic-x5s {
  color: #EDF5FA;
  flex-shrink: 0;
}.csg-app_card_os-x5s {
  letter-spacing: .08em;
  font-size: 0.625rem;
  color: #637D90;
  margin-bottom: 6px;
  font-weight: 700;
  text-transform: uppercase;
}.csg-app_card_title-x5s {
  font-size: 0.938rem;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  line-height: 1.2;
  color: #EDF5FA;
  font-weight: 700;
}.csg-app_card_text-x5s {
  line-height: 1.5;
  color: #637D90;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-size: 12px;
}.csg-app_card_btn-x5s {
  gap: 0.438rem;
  border-radius: 4px;
  padding: 0.625rem 1.125rem;
  transition: background .2s;
  border: 1px solid rgba(0,210,232,0.35);
  background: rgba(255,255,255,0.12);
  align-items: center;
  display: inline-flex;
  color: #EDF5FA;
  font-weight: 700;
  font-size: 13px;
}.csg-app_card_btn-x5s:hover {
  background: rgba(255,255,255,0.07);
}.csg-bon-x5s {
  background: #090C14;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.csg-bon-x5s {
  padding: 2.75rem 24px 0;
}
}.csg-bon_in-x5s {
  margin: 0 auto;
  max-width: 82.5rem;
}.csg-bon_head-x5s {
  margin-bottom: 1.25rem;
}.csg-bon_label-x5s {
  font-weight: 700;
  text-transform: uppercase;
  color: #00C8E0;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.csg-bon_h2-x5s {
  color: #EDF5FA;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 0.5rem;
}
@media(min-width: 771px) {.csg-bon_h2-x5s {
  font-size: 1.5rem;
}
}.csg-bon_seo-x5s {
  color: #637D90;
  line-height: 1.6;
  overflow-wrap: break-word;
  max-width: 620px;
  font-size: 0.813rem;
}.csg-bon_seo-x5s strong {
  color: #B8CDD9;
  font-weight: 700;
}.csg-bon_seo-x5s a {
  text-decoration: underline;
  color: #00C8E0;
}.csg-bon_grid-x5s {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 643px) {.csg-bon_grid-x5s {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.csg-bon_grid-x5s {
  grid-template-columns: repeat(5,1fr);
}
}.csg-bon_card-x5s {
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.09);
  background: #0D1119;
  padding: 1rem;
  transition: border-color .2s,transform .2s;
}.csg-bon_card-x5s:hover {
  border-color: rgba(0,200,224,0.07);
  transform: translateY(-2px);
}.csg-bon_card_ic-x5s svg {
  stroke-linejoin: round;
  width: 1.625rem;
  height: 26px;
  stroke-linecap: round;
}.csg-bon_card_ic-x5s {
  margin-bottom: 0.625rem;
}.csg-bon_card_type-x5s {
  font-weight: 700;
  text-transform: uppercase;
  color: #637D90;
  letter-spacing: .06em;
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
}.csg-bon_card_amount-x5s {
  font-weight: 800;
  font-size: 18px;
  color: #E6A818;
  margin-bottom: 0.375rem;
  line-height: 1.1;
}.csg-bon_card_name-x5s {
  font-weight: 600;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #EDF5FA;
  margin-bottom: 8px;
}.csg-bon_card_detail-x5s {
  border-top: 1px solid rgba(255,255,255,0.04);
  line-height: 1.5;
  font-size: 11px;
  color: #4E6272;
  overflow-wrap: break-word;
  padding-top: 0.5rem;
}.csg-htp-x5s {
  padding: 36px 1rem 0;
  background: #090C14;
}
@media(min-width: 769px) {.csg-htp-x5s {
  padding: 44px 24px 0;
}
}.csg-htp_in-x5s {
  margin: 0 auto;
  max-width: 1320px;
}.csg-htp_head-x5s {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.csg-htp_label-x5s {
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #00C8E0;
  font-weight: 700;
  margin-bottom: 8px;
}.csg-htp_h2-x5s {
  margin-bottom: 8px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  color: #EDF5FA;
  overflow-wrap: break-word;
  font-size: 22px;
}
@media(min-width: 767px) {.csg-htp_h2-x5s {
  font-size: 1.75rem;
}
}.csg-htp_intro-x5s {
  color: #637D90;
  font-size: 14px;
  line-height: 1.6;
}.csg-htp_steps-x5s {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.csg-htp_steps-x5s {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.csg-htp_steps-x5s {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.csg-htp_step-x5s {
  border-radius: 0.5rem;
  background: #10151F;
  padding: 1.25rem 18px 18px;
  border: 1px solid rgba(255,255,255,0.09);
  display: flex;
  position: relative;
  flex-direction: column;
}.csg-htp_step_num-x5s {
  background: #00C8E0;
  border-radius: 50%;
  left: 20px;
  width: 28px;
  font-size: 13px;
  position: absolute;
  align-items: center;
  color: #040C10;
  height: 28px;
  font-family: 'Rajdhani', sans-serif;
  justify-content: center;
  font-weight: 800;
  display: flex;
  top: -12px;
}.csg-htp_step_ic-x5s {
  background: rgba(0,200,224,0.15);
  border-radius: 0.25rem;
  margin: 0.5rem 0 0.75rem;
  justify-content: center;
  height: 2.25rem;
  display: flex;
  color: #00C8E0;
  align-items: center;
  width: 36px;
}.csg-htp_step_ic-x5s svg {
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.125rem;
}.csg-htp_step_h-x5s {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #EDF5FA;
  line-height: 1.25;
  margin-bottom: 6px;
  font-size: 0.875rem;
}.csg-htp_step_p-x5s {
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.55;
  color: #637D90;
}.csg-htp_step_p-x5s strong {
  font-weight: 600;
  color: #B8CDD9;
}.csg-htp_cta-x5s {
  padding: 13px 26px;
  border-radius: 8px;
  transition: background .2s;
  background: #00B87C;
  display: inline-block;
  color: #040C10;
  font-weight: 700;
  margin-top: 1.25rem;
  font-size: 14px;
}.csg-htp_cta-x5s:hover {
  background: #00CE8C;
}.csg-faq-x5s {
  background: #090C14;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.csg-faq-x5s {
  padding: 2.75rem 1.5rem 0;
}
}.csg-faq_in-x5s {
  margin: 0 auto;
  max-width: 82.5rem;
}.csg-faq_head-x5s {
  margin-bottom: 20px;
}.csg-faq_label-x5s {
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #00C8E0;
}.csg-faq_h2-x5s {
  font-size: 1.25rem;
  color: #EDF5FA;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.csg-faq_h2-x5s {
  font-size: 24px;
}
}.csg-faq_list-x5s {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.csg-faq_item-x5s {
  overflow: hidden;
  background: #10151F;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.5rem;
}.csg-faq_q-x5s {
  transition: color .2s;
  padding: 16px 20px;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #B8CDD9;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}.csg-faq_q-x5s:hover {
  color: #EDF5FA;
}.csg-faq_q_ic-x5s {
  transition: transform .25s;
  background: rgba(255,255,255,0.04);
  border-radius: 50%;
  justify-content: center;
  width: 24px;
  font-size: 16px;
  align-items: center;
  display: flex;
  height: 24px;
  color: #00C8E0;
  flex-shrink: 0;
}.csg-faq_item-x5s.csg-state_open-x5s .csg-faq_q_ic-x5s {
  transform: rotate(45deg);
}.csg-faq_a-x5s {
  padding: 0 20px 16px;
  display: none;
  line-height: 1.7;
  color: #637D90;
  overflow-wrap: break-word;
  font-size: 13px;
}.csg-faq_item-x5s.csg-state_open-x5s .csg-faq_a-x5s {
  display: block;
}.csg-faq_a-x5s strong {
  font-weight: 700;
  color: #B8CDD9;
}.csg-faq_a-x5s a {
  color: #00C8E0;
  text-decoration: underline;
}.csg-faq_a-x5s ul,.csg-faq_a-x5s ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.csg-faq_a-x5s ol {
  list-style: decimal;
}.csg-faq_a-x5s li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.csg-faq_a-x5s table {
  margin: 8px 0;
  display: block;
  font-size: 0.75rem;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 767px) {.csg-faq_a-x5s table {
  display: table;
}
}.csg-faq_a-x5s th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 6px 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #B8CDD9;
}.csg-faq_a-x5s td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  color: #637D90;
}.csg-seo-x5s {
  padding: 2.25rem 1rem 0;
  background: #090C14;
}
@media(min-width: 770px) {.csg-seo-x5s {
  padding: 2.75rem 1.5rem 0;
}
}.csg-seo_in-x5s {
  margin: 0 auto;
  background: #10151F;
  padding: 1.75rem 1.5rem;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.09);
  max-width: 82.5rem;
}
@media(min-width: 771px) {.csg-seo_in-x5s {
  padding: 36px 2.5rem;
}
}.csg-seo_label-x5s {
  text-transform: uppercase;
  color: #00C8E0;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 10px;
}.csg-seo_h2-x5s {
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  color: #EDF5FA;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
  line-height: 1.25;
}
@media(min-width: 766px) {.csg-seo_h2-x5s {
  font-size: 1.5rem;
}
}.csg-seo_body-x5s {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #8AA3B5;
  overflow-wrap: break-word;
}.csg-seo_body-x5s p {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 12px;
  color: #8AA3B5;
}.csg-seo_body-x5s p:last-child {
  margin-bottom: 0;
}.csg-seo_body-x5s strong {
  color: #B8CDD9;
  font-weight: 700;
}.csg-seo_body-x5s a {
  transition: color .2s;
  color: #00C8E0;
  text-decoration: underline;
}.csg-seo_body-x5s a:hover {
  color: #00DDF6;
}.csg-seo_body-x5s ul,.csg-seo_body-x5s ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.csg-seo_body-x5s ol {
  list-style: decimal;
}.csg-seo_body-x5s li {
  line-height: 1.75;
  margin-bottom: 6px;
  color: #8AA3B5;
  font-size: 0.875rem;
}.csg-seo_body-x5s table {
  overflow-x: auto;
  display: block;
  font-size: 13px;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  width: 100%;
}
@media(min-width: 767px) {.csg-seo_body-x5s table {
  display: table;
}
}.csg-seo_body-x5s th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #B8CDD9;
  text-align: left;
  font-weight: 700;
}.csg-seo_body-x5s td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  color: #8AA3B5;
}.csg-seo_cols-x5s {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.csg-seo_cols-x5s {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.csg-seo_cols-x5s {
  grid-template-columns: repeat(3,1fr);
}
}.csg-seo_col_h-x5s {
  overflow-wrap: break-word;
  color: #B8CDD9;
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
}.csg-seo_col_p-x5s {
  color: #637D90;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
}.csg-seo_stats-x5s {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.csg-seo_stat-x5s {
  border: 1px solid rgba(0,200,224,0.15);
  flex: 1;
  background: rgba(0,200,224,0.07);
  border-radius: 0.5rem;
  padding: 14px 16px;
  min-width: 140px;
}.csg-seo_stat_val-x5s {
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #00C8E0;
  font-size: 20px;
  font-weight: 800;
}.csg-seo_stat_lb-x5s {
  font-size: 0.688rem;
  color: #637D90;
  overflow-wrap: break-word;
}.csg-seo-x5s {
  padding: 2.25rem 16px 0;
  background: #090C14;
}
@media(min-width: 767px) {.csg-seo-x5s {
  padding: 44px 1.5rem 0;
}
}.csg-seo_in-x5s {
  background: #10151F;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 28px 1.5rem;
  border-radius: 0.875rem;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.csg-seo_in-x5s {
  padding: 2.25rem 40px;
}
}.csg-seo_label-x5s {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #00C8E0;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
}.csg-seo_h2-x5s {
  color: #EDF5FA;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-size: 20px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  margin-bottom: 0.875rem;
}
@media(min-width: 765px) {.csg-seo_h2-x5s {
  font-size: 1.5rem;
}
}.csg-seo_body-x5s {
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
  color: #8AA3B5;
}.csg-seo_body-x5s p {
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 0.875rem;
  color: #8AA3B5;
}.csg-seo_body-x5s p:last-child {
  margin-bottom: 0;
}.csg-seo_body-x5s strong {
  color: #B8CDD9;
  font-weight: 700;
}.csg-seo_body-x5s a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C8E0;
}.csg-seo_body-x5s a:hover {
  color: #00DDF6;
}.csg-seo_body-x5s ul,.csg-seo_body-x5s ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.csg-seo_body-x5s ol {
  list-style: decimal;
}.csg-seo_body-x5s li {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  color: #8AA3B5;
}.csg-seo_body-x5s table {
  display: block;
  width: 100%;
  font-size: 13px;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width:768px) {.csg-seo_body-x5s table {
  display: table;
}
}.csg-seo_body-x5s th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  color: #B8CDD9;
  text-align: left;
  font-weight: 700;
}.csg-seo_body-x5s td {
  border-bottom: 1px solid rgba(255,255,255,0.04);
  padding: 0.625rem 0.75rem;
  color: #8AA3B5;
}.csg-seo_cols-x5s {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 643px) {.csg-seo_cols-x5s {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.csg-seo_cols-x5s {
  grid-template-columns: repeat(3,1fr);
}
}.csg-seo_col_h-x5s {
  font-size: 13px;
  margin-bottom: 0.438rem;
  font-weight: 700;
  color: #B8CDD9;
  overflow-wrap: break-word;
}.csg-seo_col_p-x5s {
  font-size: 13px;
  color: #637D90;
  overflow-wrap: break-word;
  line-height: 1.65;
}.csg-seo_stats-x5s {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.csg-seo_stat-x5s {
  padding: 0.875rem 16px;
  flex: 1;
  background: rgba(0,200,224,0.07);
  border: 1px solid rgba(0,200,224,0.15);
  border-radius: 0.5rem;
  min-width: 140px;
}.csg-seo_stat_val-x5s {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #00C8E0;
  overflow-wrap: break-word;
}.csg-seo_stat_lb-x5s {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #637D90;
}.csg-pmt-x5s {
  background: #090C14;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.csg-pmt-x5s {
  padding: 44px 1.5rem 0;
}
}.csg-pmt_in-x5s {
  margin: 0 auto;
  max-width: 1320px;
}.csg-pmt_head-x5s {
  margin-bottom: 22px;
  max-width: 45rem;
}.csg-pmt_label-x5s {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-size: 11px;
  font-weight: 700;
  color: #00C8E0;
}.csg-pmt_h2-x5s {
  font-size: 22px;
  color: #EDF5FA;
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.csg-pmt_h2-x5s {
  font-size: 1.75rem;
}
}.csg-pmt_intro-x5s {
  font-size: 0.875rem;
  color: #637D90;
  overflow-wrap: break-word;
  line-height: 1.6;
}.csg-pmt_groups-x5s {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.csg-pmt_group-x5s {
  background: #10151F;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 20px;
}.csg-pmt_group_head-x5s {
  gap: 12px;
  display: flex;
  margin-bottom: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
}.csg-pmt_group_ic-x5s {
  background: rgba(0,200,224,0.15);
  border-radius: 0.25rem;
  align-items: center;
  width: 36px;
  height: 2.25rem;
  justify-content: center;
  color: #00C8E0;
  flex-shrink: 0;
  display: flex;
}.csg-pmt_group_ic-x5s svg {
  stroke-linejoin: round;
  width: 18px;
  stroke-linecap: round;
  height: 1.125rem;
}.csg-pmt_group_h-x5s {
  margin: 0;
  color: #EDF5FA;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  font-size: 16px;
}.csg-pmt_group_p-x5s {
  font-size: 0.813rem;
  color: #637D90;
  line-height: 1.6;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}.csg-pmt_group_p-x5s strong {
  font-weight: 600;
  color: #B8CDD9;
}.csg-pmt_table_wrap-x5s {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.csg-pmt_table-x5s {
  border-collapse: collapse;
  font-size: 13px;
  min-width: 540px;
  width: 100%;
}.csg-pmt_table-x5s th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  color: #B8CDD9;
  text-align: left;
  letter-spacing: .04em;
  font-size: 11px;
}.csg-pmt_table-x5s td {
  border-bottom: 1px solid rgba(255,255,255,0.04);
  padding: 0.75rem;
  color: #637D90;
}.csg-pmt_table-x5s tbody tr:last-child td {
  border-bottom: none;
}.csg-pmt_table-x5s tr:hover td {
  background: rgba(255,255,255,0.04);
  color: #B8CDD9;
}.csg-seo-x5s {
  background: #090C14;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.csg-seo-x5s {
  padding: 44px 1.5rem 0;
}
}.csg-seo_in-x5s {
  border: 1px solid rgba(255,255,255,0.09);
  margin: 0 auto;
  border-radius: 14px;
  background: #10151F;
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 771px) {.csg-seo_in-x5s {
  padding: 36px 40px;
}
}.csg-seo_label-x5s {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #00C8E0;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 10px;
}.csg-seo_h2-x5s {
  font-weight: 800;
  color: #EDF5FA;
  font-size: 20px;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.25;
}
@media(min-width: 771px) {.csg-seo_h2-x5s {
  font-size: 1.5rem;
}
}.csg-seo_body-x5s {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #8AA3B5;
  overflow-wrap: break-word;
}.csg-seo_body-x5s p {
  font-size: 0.875rem;
  color: #8AA3B5;
  margin-bottom: 12px;
  line-height: 1.75;
}.csg-seo_body-x5s p:last-child {
  margin-bottom: 0;
}.csg-seo_body-x5s strong {
  color: #B8CDD9;
  font-weight: 700;
}.csg-seo_body-x5s a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C8E0;
}.csg-seo_body-x5s a:hover {
  color: #00DDF6;
}.csg-seo_body-x5s ul,.csg-seo_body-x5s ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.csg-seo_body-x5s ol {
  list-style: decimal;
}.csg-seo_body-x5s li {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 6px;
  color: #8AA3B5;
}.csg-seo_body-x5s table {
  display: block;
  margin-bottom: 12px;
  border-collapse: collapse;
  width: 100%;
  font-size: 0.813rem;
  overflow-x: auto;
}
@media(min-width: 765px) {.csg-seo_body-x5s table {
  display: table;
}
}.csg-seo_body-x5s th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  font-weight: 700;
  color: #B8CDD9;
  text-align: left;
}.csg-seo_body-x5s td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  color: #8AA3B5;
}.csg-seo_cols-x5s {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width:640px) {.csg-seo_cols-x5s {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.csg-seo_cols-x5s {
  grid-template-columns: repeat(3,1fr);
}
}.csg-seo_col_h-x5s {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 0.438rem;
  color: #B8CDD9;
}.csg-seo_col_p-x5s {
  color: #637D90;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
}.csg-seo_stats-x5s {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.csg-seo_stat-x5s {
  flex: 1;
  border: 1px solid rgba(0,200,224,0.15);
  border-radius: 8px;
  background: rgba(0,200,224,0.07);
  padding: 0.875rem 1rem;
  min-width: 140px;
}.csg-seo_stat_val-x5s {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  color: #00C8E0;
}.csg-seo_stat_lb-x5s {
  font-size: 11px;
  color: #637D90;
  overflow-wrap: break-word;
}.csg-rv-x5s {
  padding: 36px 16px 0;
  background: #090C14;
}
@media(min-width: 770px) {.csg-rv-x5s {
  padding: 44px 24px 0;
}
}.csg-rv_in-x5s {
  margin: 0 auto;
  max-width: 1320px;
}.csg-rv_head-x5s {
  max-width: 45rem;
  margin-bottom: 20px;
}.csg-rv_label-x5s {
  margin-bottom: 8px;
  color: #00C8E0;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.csg-rv_h2-x5s {
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  color: #EDF5FA;
  font-size: 1.375rem;
  margin-bottom: 10px;
}
@media(min-width: 771px) {.csg-rv_h2-x5s {
  font-size: 28px;
}
}.csg-rv_stats-x5s {
  gap: 18px;
  color: #637D90;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}.csg-rv_stats_score-x5s {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.csg-rv_stats_score_val-x5s {
  font-weight: 800;
  font-size: 22px;
  font-family: 'Rajdhani', sans-serif;
  color: #E6A818;
}.csg-rv_stats_score_max-x5s {
  color: #4E6272;
  font-size: 13px;
}.csg-rv_stats_badge-x5s {
  gap: 4px;
  align-items: center;
  display: flex;
}.csg-rv_stats_badge-x5s svg {
  color: #E6A818;
  width: 14px;
  height: 14px;
}.csg-rv_grid-x5s {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.csg-rv_grid-x5s {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.csg-rv_grid-x5s {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.csg-rv_card-x5s {
  border-radius: 8px;
  background: #10151F;
  padding: 1.25rem;
  border: 1px solid rgba(255,255,255,0.09);
  flex-direction: column;
  display: flex;
}.csg-rv_card_stars-x5s {
  gap: 2px;
  color: #E6A818;
  margin-bottom: 0.625rem;
  display: flex;
}.csg-rv_card_stars-x5s svg {
  width: 14px;
  height: 0.875rem;
}.csg-rv_card_h-x5s {
  line-height: 1.3;
  font-size: 0.875rem;
  font-weight: 700;
  color: #EDF5FA;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}.csg-rv_card_body-x5s {
  flex: 1;
  color: #637D90;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  margin-bottom: 14px;
}.csg-rv_card_body-x5s strong {
  color: #B8CDD9;
  font-weight: 600;
}.csg-rv_card_meta-x5s {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.04);
  display: flex;
  align-items: center;
  padding-top: 12px;
  justify-content: space-between;
  flex-wrap: wrap;
}.csg-rv_card_author-x5s {
  font-weight: 600;
  font-size: 0.75rem;
  color: #B8CDD9;
}.csg-rv_card_date-x5s {
  font-size: 11px;
  color: #4E6272;
}.csg-ft-x5s {
  background: #050709;
  border-top: 1px solid rgba(255,255,255,0.04);
  margin-top: 48px;
}.csg-ft_support-x5s {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
@media(min-width: 766px) {.csg-ft_support-x5s {
  padding: 28px 24px;
}
}.csg-ft_support_in-x5s {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 82.5rem;
}.csg-ft_support_main-x5s {
  gap: 16px;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  min-width: 220px;
}.csg-ft_support_ic-x5s {
  color: #00C8E0;
  flex-shrink: 0;
}.csg-ft_support_ic-x5s svg {
  stroke-linecap: round;
  height: 30px;
  width: 30px;
  stroke-linejoin: round;
}.csg-ft_support_text_title-x5s {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.938rem;
  color: #EDF5FA;
  margin-bottom: 3px;
}.csg-ft_support_text_sub-x5s {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #637D90;
}.csg-ft_support_btn-x5s {
  border-radius: 0.5rem;
  padding: 11px 22px;
  transition: background .2s;
  background: #00C8E0;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  color: #EDF5FA;
}.csg-ft_support_btn-x5s:hover {
  background: #00DDF6;
}.csg-ft_support_contacts-x5s {
  gap: 16px;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.csg-ft_support_contact-x5s {
  line-height: 1.4;
  font-size: 12px;
  color: #4E6272;
}.csg-ft_support_contact-x5s strong {
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
  color: #8AA3B5;
  font-size: 11px;
}.csg-ft_main-x5s {
  padding: 2rem 16px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
@media(min-width: 765px) {.csg-ft_main-x5s {
  padding: 40px 24px 32px;
}
}.csg-ft_main_in-x5s {
  margin: 0 auto;
  gap: 24px;
  max-width: 82.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.csg-ft_main_in-x5s {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.csg-ft_main_in-x5s {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.csg-ft_col_logo-x5s {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.csg-ft_col_logo-x5s {
  grid-column: auto;
}
}.csg-ft_logo-x5s {
  gap: 0.563rem;
  font-size: 16px;
  align-items: center;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: #EDF5FA;
}.csg-ft_logo_mark-x5s {
  border-radius: 4px;
  overflow: hidden;
  width: 1.875rem;
  height: 30px;
}.csg-ft_logo_mark-x5s img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.csg-ft_logo_sub-x5s {
  font-size: 12px;
  line-height: 1.55;
  color: #4E6272;
  max-width: 200px;
  overflow-wrap: break-word;
}.csg-ft_col_title-x5s {
  margin-bottom: 0.875rem;
  color: #8AA3B5;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .07em;
  font-weight: 700;
}.csg-ft_col_links-x5s {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.csg-ft_col_link-x5s {
  transition: color .2s;
  font-size: 0.813rem;
  color: #4E6272;
  overflow-wrap: break-word;
}.csg-ft_col_link-x5s:hover {
  color: #B8CDD9;
}.csg-ft_apps-x5s {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.csg-ft_app_card-x5s {
  border-radius: 4px;
  padding: 10px 0.75rem;
  background: rgba(255,255,255,0.04);
  gap: 10px;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.09);
  align-items: center;
  display: flex;
}.csg-ft_app_card-x5s:hover {
  border-color: rgba(0,210,232,0.35);
}.csg-ft_app_card_ic-x5s svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.375rem;
  height: 22px;
}.csg-ft_app_card_os-x5s {
  color: #4E6272;
  font-weight: 600;
  font-size: 0.625rem;
}.csg-ft_app_card_action-x5s {
  font-size: 0.75rem;
  font-weight: 700;
  color: #B8CDD9;
}.csg-ft_bot-x5s {
  padding: 1.25rem 16px;
}
@media(min-width: 769px) {.csg-ft_bot-x5s {
  padding: 20px 24px;
}
}.csg-ft_bot_in-x5s {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 1320px;
  display: flex;
  align-items: center;
}.csg-ft_socials-x5s {
  gap: 8px;
  display: flex;
}.csg-ft_soc-x5s {
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.04);
  transition: background .2s;
  border-radius: 4px;
  color: #8AA3B5;
  display: flex;
  width: 2.25rem;
  height: 36px;
  justify-content: center;
  align-items: center;
}.csg-ft_soc-x5s svg {
  height: 16px;
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.csg-ft_soc-x5s:hover {
  background: rgba(255,255,255,0.07);
}.csg-ft_legal-x5s {
  flex: 1;
  min-width: 200px;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7A909E;
  line-height: 1.6;
}.csg-ft_legal-x5s strong {
  color: #8AA3B5;
  font-weight: 700;
}.csg-ft_legal-x5s a {
  text-decoration: underline;
  color: #8AA3B5;
}.csg-ft_age-x5s {
  border: 2px solid #7A909E;
  border-radius: 50%;
  font-weight: 800;
  color: #7A909E;
  width: 2rem;
  margin-left: auto;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.688rem;
  align-items: center;
  height: 2rem;
  display: flex;
}