*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  font-family: 'Nunito Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #0D1410;
  min-height: 100vh;
  color: #BFCFC5;
  line-height: 1.6;
}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;
}.coz_layout_kaj {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.coz_page_kaj {
  display: flex;
  min-height: 100vh;
}.coz_main_kaj {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media screen and (min-width: 1083px) {.coz_main_kaj {
  padding-left: 13.75rem;
}
}
@media screen and (max-width: 1080px) {.coz_main_kaj {
  padding-bottom: 72px;
}
}.coz_gc_kaj {
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.05);
  background: #121A14;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  width: 8.75rem;
}
@media(min-width: 642px) {.coz_gc_kaj {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.coz_gc_kaj {
  width: 168px;
}
}.coz_gc_kaj:hover {
  transform: translateY(-3px);
  border-color: rgba(58,222,124,0.07);
}.coz_gc_img_kaj {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.coz_gc_img_kaj img {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}.coz_gc_hover_kaj {
  transition: opacity .2s;
  inset: 0;
  background: rgba(8,12,9,0.76);
  display: flex;
  position: absolute;
  opacity: 0;
  justify-content: center;
  align-items: center;
}.coz_gc_kaj:hover .coz_gc_hover_kaj {
  opacity: 1;
}.coz_gc_hover_btn_kaj {
  background: #3ADE7C;
  padding: 8px 16px;
  border-radius: 0.313rem;
  color: #EEF9F1;
  font-size: 12px;
  font-weight: 700;
}.coz_gc_info_kaj {
  padding: 8px 10px 10px;
}.coz_gc_name_kaj {
  overflow: hidden;
  color: #BFCFC5;
  font-weight: 600;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  white-space: nowrap;
  max-width: 100%;
  font-size: 0.75rem;
}.coz_gc_prov_kaj {
  font-size: 10px;
  color: #688778;
}.coz_gc_tag_kaj {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  position: absolute;
  text-transform: uppercase;
  left: 0.375rem;
  font-weight: 700;
  letter-spacing: .04em;
  z-index: 2;
  font-size: 9px;
  top: 6px;
}.coz_gc_tag_hot_kaj {
  background: #EF4444;
  color: #fff;
}.coz_gc_tag_new_kaj {
  background: #22C55E;
  color: #0D1410;
}.coz_gc_tag_jp_kaj {
  background: #F59E0B;
  color: #0D1410;
}.coz_gc_tag_ex_kaj {
  background: #C97A32;
  color: #fff;
}.coz_gc_tag_live_kaj {
  background: #EF4444;
  color: #fff;
}.coz_gr_kaj {
  padding: 32px 1rem 0;
  background: #0D1410;
}
@media(min-width: 765px) {.coz_gr_kaj {
  padding: 2.25rem 1.5rem 0;
}
}.coz_gr_in_kaj {
  margin: 0 auto;
  max-width: 1320px;
}.coz_gr_head_kaj {
  gap: 0.75rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}.coz_gr_head_l_kaj {
  gap: 10px;
  flex: 1;
  min-width: 0;
  align-items: center;
  display: flex;
}.coz_gr_ic_kaj {
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  width: 32px;
  justify-content: center;
  flex-shrink: 0;
  height: 2rem;
}.coz_gr_ic_kaj svg {
  height: 1rem;
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.coz_gr_title_kaj {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #EEF9F1;
}
@media(min-width: 765px) {.coz_gr_title_kaj {
  font-size: 1.125rem;
}
}.coz_gr_more_kaj {
  gap: 0.313rem;
  transition: color .2s;
  font-weight: 600;
  white-space: nowrap;
  align-items: center;
  color: #7B9A89;
  font-size: 0.75rem;
  flex-shrink: 0;
  display: flex;
}.coz_gr_more_kaj:hover {
  color: #3ADE7C;
}.coz_gr_more_kaj svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 12px;
  width: 0.75rem;
}.coz_gr_arrows_kaj {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.coz_gr_arr_kaj {
  transition: background .15s,color .15s;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 5px;
  background: rgba(255,255,255,0.05);
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  display: flex;
  color: #96B5A4;
  height: 1.875rem;
}.coz_gr_arr_kaj:hover {
  background: rgba(255,255,255,0.07);
  color: #EEF9F1;
}.coz_gr_arr_kaj svg {
  stroke-linecap: round;
  height: 13px;
  width: 13px;
  stroke-linejoin: round;
}.coz_gr_seo_h_kaj {
  margin: 0 0 6px;
  max-width: 42.5rem;
  color: #BFCFC5;
  font-size: 13px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.coz_gr_seo_h_kaj {
  font-size: 0.875rem;
}
}.coz_gr_seo_kaj {
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  line-height: 1.55;
  font-size: 0.75rem;
  color: #7B9A89;
  max-width: 42.5rem;
}.coz_gr_seo_kaj strong {
  font-weight: 600;
  color: #BFCFC5;
}.coz_gr_scroll_kaj {
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 10px;
  display: flex;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}.coz_gr_scroll_kaj::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.coz_gr_scroll_kaj {
  gap: 12px;
}
}.coz_tb_kaj {
  background: #0D1410;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  position: fixed;
  z-index: 80;
  height: 56px;
  top: 0;
  right: 0;
  align-items: center;
  left: 0;
  display: flex;
}.coz_tb_in_kaj {
  padding: 0 14px;
  gap: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}.coz_tb_burger_kaj {
  gap: 5px;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 38px;
  flex-shrink: 0;
  width: 2.375rem;
  margin-right: 8px;
  display: flex;
}.coz_tb_burger_kaj:hover {
  background: rgba(255,255,255,0.05);
}.coz_tb_burger_line_kaj {
  border-radius: 1px;
  background: #96B5A4;
  width: 18px;
  height: 2px;
  display: block;
}
@media(min-width: 1077px) {.coz_tb_burger_kaj {
  display: none;
}
}.coz_tb_logo_kaj {
  gap: 9px;
  color: #EEF9F1;
  overflow-wrap: break-word;
  flex-shrink: 0;
  font-size: 18px;
  align-items: center;
  margin-right: 1.25rem;
  font-weight: 800;
  letter-spacing: -.01em;
  display: flex;
}.coz_tb_logo_mark_kaj {
  overflow: hidden;
  border-radius: 8px;
  height: 2rem;
  width: 32px;
  align-items: center;
  justify-content: center;
  display: flex;
}.coz_tb_logo_mark_kaj img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.coz_tb_nav_kaj {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 643px) {.coz_tb_nav_kaj {
  display: flex;
}
}.coz_tb_tab_kaj {
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s;
  border-radius: 8px;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 600;
  color: #96B5A4;
}.coz_tb_tab_kaj:hover {
  background: rgba(255,255,255,0.05);
  color: #EEF9F1;
}.coz_tb_tab_kaj.coz_state_active_kaj {
  background: rgba(58,222,124,0.15);
  color: #EEF9F1;
}.coz_tb_right_kaj {
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
}.coz_tb_login_kaj {
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color .2s,color .2s;
  border-radius: 8px;
  padding: 9px 1rem;
  background: rgba(255,255,255,0.05);
  color: #BFCFC5;
  font-weight: 600;
  font-size: 0.813rem;
  display: none;
}.coz_tb_login_kaj:hover {
  border-color: rgba(58,222,124,0.32);
  color: #EEF9F1;
}
@media(min-width:480px) {.coz_tb_login_kaj {
  display: block;
}
}.coz_tb_reg_kaj {
  padding: 0.563rem 18px;
  background: #22C55E;
  border-radius: 8px;
  transition: background .2s;
  font-weight: 700;
  color: #0B1A0D;
  font-size: 13px;
  white-space: nowrap;
}.coz_tb_reg_kaj:hover {
  background: #16A34A;
}.coz_sb_kaj {
  transition: transform .25s ease;
  background: #182118;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255,255,255,0.05);
  width: 13.75rem;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 56px;
  z-index: 70;
}.coz_sb_kaj.coz_state_open_kaj {
  transform: translateX(0);
}.coz_sb_kaj::-webkit-scrollbar {
  width: 4px;
}.coz_sb_kaj::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1078px) {.coz_sb_kaj {
  transform: translateX(0);
}
}.coz_sb_auth_kaj {
  padding: 14px 12px 0.625rem;
}.coz_sb_btn_reg_kaj {
  background: #22C55E;
  border-radius: 8px;
  transition: background .2s;
  padding: 11px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
  font-size: 0.813rem;
  display: block;
  color: #0B1A0D;
}.coz_sb_btn_reg_kaj:hover {
  background: #16A34A;
}.coz_sb_btn_login_kaj {
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.5rem;
  padding: 10px;
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  color: #BFCFC5;
  font-size: 0.813rem;
  display: block;
  text-align: center;
  font-weight: 600;
}.coz_sb_btn_login_kaj:hover {
  border-color: rgba(58,222,124,0.32);
  color: #EEF9F1;
}.coz_sb_promo_kaj {
  border-radius: 8px;
  padding: 12px 14px;
  background: linear-gradient(135deg,#0A2218,#182118);
  border: 1px solid rgba(58,222,124,0.15);
  margin: 0 0.75rem 0.625rem;
  overflow: hidden;
  position: relative;
}.coz_sb_promo_kaj::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(58,222,124,0.15),transparent 70%);
  right: -20px;
  height: 5rem;
  width: 5rem;
  content: '';
  position: absolute;
  top: -20px;
}.coz_sb_promo_title_kaj {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #3ADE7C;
  font-size: 11px;
  letter-spacing: .06em;
}.coz_sb_promo_text_kaj {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  font-weight: 600;
  line-height: 1.35;
  color: #EEF9F1;
}.coz_sb_promo_sub_kaj {
  margin-top: 3px;
  font-size: 10px;
  color: #7B9A89;
}.coz_sb_nav_kaj {
  padding: 6px 0.5rem 1rem;
}.coz_sb_nav_lb_kaj {
  padding: 0.625rem 8px 0.375rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #688778;
}.coz_sb_link_kaj {
  padding: 9px 0.625rem;
  gap: 10px;
  transition: background .15s,color .15s;
  border-radius: 0.313rem;
  font-size: 13px;
  cursor: pointer;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 500;
  align-items: center;
  color: #96B5A4;
}.coz_sb_link_kaj:hover {
  background: rgba(255,255,255,0.05);
  color: #EEF9F1;
}.coz_sb_link_kaj.coz_state_active_kaj {
  background: rgba(58,222,124,0.15);
  color: #EEF9F1;
}.coz_sb_ic_kaj {
  border-radius: 5px;
  width: 30px;
  height: 1.875rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}.coz_sb_ic_kaj svg {
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
}.coz_sb_ic_1_kaj {
  background: rgba(58,222,124,0.07);
  color: #3ADE7C;
}.coz_sb_ic_2_kaj {
  background: rgba(34,197,94,0.15);
  color: #22C55E;
}.coz_sb_ic_3_kaj {
  background: rgba(245,158,11,0.14);
  color: #F59E0B;
}.coz_sb_ic_4_kaj {
  background: rgba(201,122,50,0.18);
  color: #C97A32;
}.coz_sb_ic_5_kaj {
  background: rgba(58,222,124,0.07);
  color: #EC4899;
}.coz_sb_ic_6_kaj {
  background: rgba(201,122,50,0.18);
  color: #A855F7;
}.coz_sb_badge_kaj {
  padding: 2px 0.438rem;
  border-radius: 5px;
  background: #F59E0B;
  margin-left: auto;
  color: #0B1A0D;
  font-size: 9px;
  font-weight: 700;
}.coz_sb_bot_kaj {
  padding: 0.75rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.5rem;
  display: flex;
}.coz_sb_lang_kaj,.coz_sb_help_kaj {
  border-radius: 0.313rem;
  background: rgba(255,255,255,0.05);
  padding: 9px 0.375rem;
  gap: 6px;
  border: 1px solid rgba(255,255,255,0.05);
  transition: border-color .2s;
  flex: 1;
  font-weight: 600;
  display: flex;
  justify-content: center;
  font-size: 0.688rem;
  color: #96B5A4;
  align-items: center;
}.coz_sb_lang_kaj:hover,.coz_sb_help_kaj:hover {
  border-color: rgba(58,222,124,0.32);
  color: #EEF9F1;
}.coz_sb_lang_kaj svg,.coz_sb_help_kaj svg {
  stroke-linecap: round;
  width: 13px;
  stroke-linejoin: round;
  height: 13px;
}.coz_sb_bd_kaj {
  inset: 0;
  background: rgba(8,12,9,0.76);
  z-index: 69;
  position: fixed;
  display: none;
}.coz_sb_bd_kaj.coz_state_on_kaj {
  display: block;
}
@media(min-width: 1078px) {.coz_sb_bd_kaj {
  display: none!important;
}
}.coz_mob_nav_kaj {
  background: #182118;
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,0.09);
  z-index: 80;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}
@media(min-width: 1082px) {.coz_mob_nav_kaj {
  display: none;
}
}.coz_mob_nav_item_kaj {
  gap: 0.25rem;
  flex: 1;
  padding: 4px 2px;
  flex-direction: column;
  cursor: pointer;
  display: flex;
  color: #688778;
  align-items: center;
}.coz_mob_nav_ic_kaj {
  line-height: 1;
}.coz_mob_nav_ic_kaj svg {
  width: 20px;
  height: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.coz_mob_nav_lb_kaj {
  color: #688778;
  font-size: 10px;
  font-weight: 600;
}.coz_mob_nav_item_kaj.coz_state_active_kaj {
  color: #3ADE7C;
}.coz_mob_nav_item_kaj.coz_state_active_kaj .coz_mob_nav_lb_kaj {
  color: #3ADE7C;
}.coz_hero_kaj {
  background: #0D1410;
  padding: 1.25rem 1rem 0;
}
@media(min-width: 769px) {.coz_hero_kaj {
  padding: 24px 24px 0;
}
}.coz_hero_in_kaj {
  margin: 0 auto;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  max-width: 1320px;
  display: grid;
}
@media(min-width: 858px) {.coz_hero_in_kaj {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1103px) {.coz_hero_in_kaj {
  grid-template-columns: 1fr 21.25rem;
}
}.coz_hero_promo_kaj {
  background: #121A14;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  min-height: 220px;
  position: relative;
  align-items: stretch;
}
@media(min-width: 767px) {.coz_hero_promo_kaj {
  min-height: 17.5rem;
}
}.coz_hero_promo_bg_kaj {
  background: linear-gradient(120deg,#0A2218 0%,#0D1410 100%);
  inset: 0;
  background-position: center;
  position: absolute;
  background-size: cover;
}.coz_hero_promo_bg_kaj::after {
  background: linear-gradient(90deg,#0D1410 0%,rgba(8,12,9,0.76) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.coz_hero_promo_glow_kaj {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(201,122,50,0.18) 0%,transparent 65%);
  top: -2.5rem;
  pointer-events: none;
  right: 60px;
  position: absolute;
  height: 300px;
  width: 18.75rem;
}.coz_hero_promo_ct_kaj {
  padding: 28px 24px 28px 1.75rem;
  max-width: 480px;
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: column;
  justify-content: center;
}
@media(min-width: 771px) {.coz_hero_promo_ct_kaj {
  padding: 2.5rem 32px;
}
}.coz_hero_badge_kaj {
  padding: 0.313rem 12px;
  border: 1px solid rgba(58,222,124,0.07);
  border-radius: 20px;
  background: rgba(58,222,124,0.15);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.625rem;
  margin-bottom: 14px;
  display: inline-block;
  font-weight: 700;
  color: #3ADE7C;
}.coz_hero_h1_kaj {
  margin-bottom: 0.625rem;
  font-size: 1.625rem;
  line-height: 1.15;
  font-family: 'Oswald', sans-serif;
  color: #EEF9F1;
  overflow-wrap: break-word;
  font-weight: 800;
}.coz_hero_h1_kaj em {
  font-style: normal;
  color: #F59E0B;
}
@media(min-width:768px) {.coz_hero_h1_kaj {
  font-size: 2.25rem;
}
}.coz_hero_sub_kaj {
  color: #96B5A4;
  font-size: 0.813rem;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}
@media(min-width: 771px) {.coz_hero_sub_kaj {
  font-size: 14px;
}
}.coz_hero_row_kaj {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.coz_hero_cta_kaj {
  border-radius: 0.5rem;
  padding: 13px 26px;
  transition: background .2s;
  background: #22C55E;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.28), 0 0.25rem 1.25rem rgba(34,197,94,0.38);
  font-size: 0.875rem;
  font-weight: 700;
  color: #0B1A0D;
}.coz_hero_cta_kaj:hover {
  background: #16A34A;
}.coz_hero_terms_kaj {
  font-size: 11px;
  color: #688778;
}.coz_hero_game_kaj {
  border-radius: 0.875rem;
  border: 1px solid rgba(255,255,255,0.05);
  background: #121A14;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}.coz_hero_game_badge_kaj {
  border: 1px solid rgba(245,158,11,0.14);
  padding: 5px 10px;
  border-radius: 1.25rem;
  background: rgba(245,158,11,0.14);
  font-weight: 700;
  z-index: 3;
  top: 0.75rem;
  font-size: 0.625rem;
  color: #F59E0B;
  left: 0.75rem;
  text-transform: uppercase;
  position: absolute;
  letter-spacing: .06em;
}.coz_hero_game_badge_kaj svg {
  width: 11px;
  vertical-align: -1px;
  height: 11px;
  margin-right: 0.25rem;
}.coz_hero_game_img_kaj {
  overflow: hidden;
  background: linear-gradient(135deg,#0A2218,#0D1410);
  padding-bottom: 60%;
  position: relative;
}.coz_hero_game_img_kaj img {
  inset: 0;
  width: 100%;
  position: absolute;
  object-fit: cover;
  height: 100%;
}.coz_hero_game_play_kaj {
  inset: 0;
  background: rgba(8,12,9,0.76);
  transition: opacity .2s;
  opacity: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  display: flex;
}.coz_hero_game_kaj:hover .coz_hero_game_play_kaj {
  opacity: 1;
}.coz_hero_game_play_kaj span {
  background: #3ADE7C;
  border-radius: 50%;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
}.coz_hero_game_play_kaj span svg {
  margin-left: 2px;
  height: 18px;
  width: 1.125rem;
}.coz_hero_game_info_kaj {
  padding: 14px 1rem;
}.coz_hero_game_title_kaj {
  font-weight: 700;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #EEF9F1;
  font-size: 0.938rem;
}.coz_hero_game_provider_kaj {
  font-size: 11px;
  color: #7B9A89;
}.coz_hero_game_btn_kaj {
  margin: 0.75rem 1rem 1rem;
  border-radius: 8px;
  transition: background .2s;
  padding: 11px;
  background: #3ADE7C;
  font-weight: 700;
  color: #EEF9F1;
  display: block;
  text-align: center;
  font-size: 13px;
}.coz_hero_game_kaj:hover .coz_hero_game_btn_kaj {
  background: #5AE890;
}.coz_ws_kaj {
  background: #0D1410;
  padding: 2rem 1rem 0;
}
@media(min-width: 765px) {.coz_ws_kaj {
  padding: 2.25rem 24px 0;
}
}.coz_ws_in_kaj {
  margin: 0 auto;
  max-width: 1320px;
}.coz_ws_head_kaj {
  gap: 12px;
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}.coz_ws_title_kaj {
  gap: 10px;
  display: flex;
  overflow-wrap: break-word;
  font-size: 16px;
  color: #EEF9F1;
  flex-wrap: wrap;
  font-weight: 700;
  align-items: center;
  font-family: 'Oswald', sans-serif;
}.coz_ws_title_ic_kaj svg {
  stroke-linecap: round;
  color: #F59E0B;
  stroke-linejoin: round;
  width: 18px;
  height: 1.125rem;
}.coz_ws_online_kaj {
  gap: 0.438rem;
  display: flex;
  font-size: 0.75rem;
  align-items: center;
  color: #7B9A89;
  font-weight: 600;
}.coz_ws_online_dot_kaj {
  border-radius: 50%;
  background: #22C55E;
  box-shadow: 0 0 0.375rem rgba(34,197,94,0.15);
  flex-shrink: 0;
  height: 0.5rem;
  width: 0.5rem;
}.coz_ws_scroll_kaj {
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 8px;
  display: flex;
}.coz_ws_scroll_kaj::-webkit-scrollbar {
  display: none;
}.coz_wc_kaj {
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.5rem;
  gap: 10px;
  background: #121A14;
  padding: 10px 14px;
  min-width: 13.75rem;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.coz_wc_img_kaj {
  border-radius: 5px;
  overflow: hidden;
  background: #182118;
  height: 36px;
  width: 2.25rem;
  flex-shrink: 0;
}.coz_wc_img_kaj img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.coz_wc_info_kaj {
  min-width: 0;
}.coz_wc_game_kaj {
  overflow: hidden;
  font-weight: 600;
  color: #BFCFC5;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  white-space: nowrap;
}.coz_wc_player_kaj {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #688778;
  white-space: nowrap;
  font-size: 10px;
}.coz_wc_amount_kaj {
  white-space: nowrap;
  margin-left: auto;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 0.813rem;
  color: #22C55E;
}.coz_reg_kaj {
  background: #0D1410;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.coz_reg_kaj {
  padding: 2.75rem 24px 0;
}
}.coz_reg_in_kaj {
  background: #182118;
  border-radius: 14px;
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255,255,255,0.05);
  max-width: 1320px;
}
@media(min-width: 769px) {.coz_reg_in_kaj {
  padding: 40px;
}
}.coz_reg_top_kaj {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.coz_reg_top_kaj {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.coz_reg_label_kaj {
  letter-spacing: .08em;
  margin-bottom: 10px;
  color: #3ADE7C;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
}.coz_reg_h2_kaj {
  font-family: 'Oswald', sans-serif;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 22px;
  color: #EEF9F1;
  line-height: 1.2;
}
@media(min-width: 771px) {.coz_reg_h2_kaj {
  font-size: 28px;
}
}.coz_reg_bonus_kaj {
  border-radius: 0.5rem;
  padding: 10px 1rem;
  border: 1px solid rgba(245,158,11,0.14);
  background: rgba(245,158,11,0.14);
  gap: 0.5rem;
  display: inline-flex;
  margin-bottom: 1rem;
  align-items: center;
}.coz_reg_bonus_amount_kaj {
  font-size: 20px;
  font-weight: 800;
  color: #F59E0B;
}.coz_reg_bonus_text_kaj {
  font-size: 0.813rem;
  line-height: 1.35;
  color: #96B5A4;
}.coz_reg_cta_btn_kaj {
  background: #22C55E;
  padding: 0.875rem 32px;
  transition: background .2s;
  border-radius: 8px;
  display: inline-block;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.28), 0 0.25rem 20px rgba(34,197,94,0.38);
  font-weight: 700;
  font-size: 15px;
  color: #0B1A0D;
  margin-bottom: 12px;
}.coz_reg_cta_btn_kaj:hover {
  background: #16A34A;
}.coz_reg_terms_kaj {
  color: #688778;
  line-height: 1.5;
  font-size: 0.688rem;
}.coz_reg_seo_kaj {
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 0.813rem;
  color: #7B9A89;
  padding-top: 20px;
  margin-top: 1.25rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}.coz_reg_seo_kaj p {
  color: #7B9A89;
  font-size: 0.813rem;
  line-height: 1.65;
  margin-bottom: 10px;
}.coz_reg_seo_kaj p:last-child {
  margin-bottom: 0;
}.coz_reg_seo_kaj strong {
  font-weight: 700;
  color: #BFCFC5;
}.coz_reg_seo_kaj a {
  transition: color .2s;
  text-decoration: underline;
  color: #3ADE7C;
}.coz_reg_seo_kaj a:hover {
  color: #5AE890;
}.coz_reg_seo_kaj ul,.coz_reg_seo_kaj ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.coz_reg_seo_kaj ol {
  list-style: decimal;
}.coz_reg_seo_kaj li {
  font-size: 0.813rem;
  margin-bottom: 4px;
  line-height: 1.65;
  color: #7B9A89;
}.coz_reg_seo_kaj table {
  margin-bottom: 0.625rem;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  width: 100%;
  font-size: 13px;
}
@media(min-width: 770px) {.coz_reg_seo_kaj table {
  display: table;
}
}.coz_reg_seo_kaj th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #BFCFC5;
  text-align: left;
}.coz_reg_seo_kaj td {
  padding: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #7B9A89;
}.coz_reg_steps_kaj {
  gap: 0.875rem;
  display: flex;
  margin-top: 1.75rem;
  flex-direction: column;
}
@media(min-width: 861px) {.coz_reg_steps_kaj {
  margin-top: 0;
}
}.coz_reg_step_kaj {
  background: rgba(255,255,255,0.05);
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.05);
  gap: 14px;
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.coz_reg_step_num_kaj {
  background: rgba(58,222,124,0.15);
  border: 1px solid rgba(58,222,124,0.07);
  border-radius: 50%;
  align-items: center;
  width: 2.125rem;
  height: 34px;
  display: flex;
  color: #3ADE7C;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  flex-shrink: 0;
}.coz_reg_step_title_kaj {
  color: #EEF9F1;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 3px;
}.coz_reg_step_text_kaj {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #7B9A89;
}.coz_reg_trust_kaj {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 20px;
  flex-wrap: wrap;
  display: flex;
  padding-top: 20px;
}.coz_reg_trust_item_kaj {
  gap: 0.438rem;
  overflow-wrap: break-word;
  align-items: center;
  font-size: 12px;
  display: flex;
  color: #7B9A89;
}.coz_reg_trust_ic_kaj svg {
  color: #3ADE7C;
  stroke-linejoin: round;
  width: 16px;
  height: 16px;
  stroke-linecap: round;
}.coz_app_kaj {
  background: #0D1410;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.coz_app_kaj {
  padding: 2.75rem 1.5rem 0;
}
}.coz_app_in_kaj {
  margin: 0 auto;
  max-width: 1320px;
}.coz_app_head_kaj {
  margin-bottom: 1rem;
}.coz_app_label_kaj {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #3ADE7C;
}.coz_app_h2_kaj {
  margin-bottom: 6px;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  color: #EEF9F1;
}
@media(min-width: 769px) {.coz_app_h2_kaj {
  font-size: 24px;
}
}.coz_app_sub_kaj {
  line-height: 1.6;
  color: #7B9A89;
  font-size: 13px;
  max-width: 600px;
  overflow-wrap: break-word;
}.coz_app_sub_kaj strong {
  font-weight: 700;
  color: #BFCFC5;
}.coz_app_cards_kaj {
  gap: 0.625rem;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.coz_app_cards_kaj {
  grid-template-columns: repeat(3,1fr);
}
}.coz_app_card_kaj {
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 20px;
  gap: 16px;
  align-items: flex-start;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}.coz_app_card_ios_kaj {
  background: linear-gradient(135deg,rgba(58,222,124,0.15) 0%,#182118 100%);
}.coz_app_card_android_kaj {
  background: linear-gradient(135deg,rgba(34,197,94,0.15) 0%,#182118 100%);
}.coz_app_card_win_kaj {
  background: linear-gradient(135deg,rgba(245,158,11,0.14) 0%,#182118 100%);
}.coz_app_card_ic_kaj svg {
  stroke-linecap: round;
  height: 2.125rem;
  stroke-linejoin: round;
  width: 2.125rem;
}.coz_app_card_ic_kaj {
  color: #EEF9F1;
  flex-shrink: 0;
}.coz_app_card_os_kaj {
  letter-spacing: .08em;
  font-size: 10px;
  margin-bottom: 0.375rem;
  font-weight: 700;
  color: #7B9A89;
  text-transform: uppercase;
}.coz_app_card_title_kaj {
  line-height: 1.2;
  font-size: 15px;
  margin-bottom: 6px;
  color: #EEF9F1;
  overflow-wrap: break-word;
  font-weight: 700;
}.coz_app_card_text_kaj {
  margin-bottom: 14px;
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #7B9A89;
  font-size: 12px;
}.coz_app_card_btn_kaj {
  padding: 0.625rem 18px;
  border-radius: 0.313rem;
  border: 1px solid rgba(58,222,124,0.32);
  background: rgba(255,255,255,0.12);
  gap: 0.438rem;
  transition: background .2s;
  font-weight: 700;
  align-items: center;
  display: inline-flex;
  color: #EEF9F1;
  font-size: 0.813rem;
}.coz_app_card_btn_kaj:hover {
  background: rgba(255,255,255,0.07);
}.coz_prov_kaj {
  background: #0D1410;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.coz_prov_kaj {
  padding: 2.75rem 1.5rem 0;
}
}.coz_prov_in_kaj {
  margin: 0 auto;
  max-width: 82.5rem;
}.coz_prov_head_kaj {
  margin-bottom: 16px;
}.coz_prov_label_kaj {
  text-transform: uppercase;
  color: #3ADE7C;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
}.coz_prov_h2_kaj {
  color: #EEF9F1;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
}
@media(min-width: 769px) {.coz_prov_h2_kaj {
  font-size: 24px;
}
}.coz_prov_seo_kaj {
  color: #7B9A89;
  max-width: 620px;
  margin-bottom: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
}.coz_prov_seo_kaj strong {
  font-weight: 700;
  color: #BFCFC5;
}.coz_prov_seo_kaj a {
  color: #3ADE7C;
  text-decoration: underline;
}.coz_prov_grid_kaj {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width:640px) {.coz_prov_grid_kaj {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1082px) {.coz_prov_grid_kaj {
  grid-template-columns: repeat(8,1fr);
}
}.coz_prov_card_kaj {
  padding: 14px 10px;
  background: #121A14;
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color .2s,background .2s;
  gap: 0.438rem;
  border-radius: 8px;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  align-items: center;
}.coz_prov_card_kaj:hover {
  border-color: rgba(58,222,124,0.32);
  background: #182118;
}.coz_prov_logo_kaj {
  background: rgba(255,255,255,0.05);
  overflow: hidden;
  border-radius: 0.313rem;
  justify-content: center;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
}.coz_prov_logo_kaj img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.coz_prov_name_kaj {
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  overflow-wrap: break-word;
  color: #96B5A4;
}.coz_htp_kaj {
  background: #0D1410;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.coz_htp_kaj {
  padding: 44px 24px 0;
}
}.coz_htp_in_kaj {
  margin: 0 auto;
  max-width: 1320px;
}.coz_htp_head_kaj {
  margin-bottom: 22px;
  max-width: 45rem;
}.coz_htp_label_kaj {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.688rem;
  color: #3ADE7C;
  letter-spacing: .08em;
  text-transform: uppercase;
}.coz_htp_h2_kaj {
  color: #EEF9F1;
  font-size: 1.375rem;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width: 766px) {.coz_htp_h2_kaj {
  font-size: 28px;
}
}.coz_htp_intro_kaj {
  line-height: 1.6;
  color: #7B9A89;
  font-size: 0.875rem;
}.coz_htp_steps_kaj {
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.coz_htp_steps_kaj {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.coz_htp_steps_kaj {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.coz_htp_step_kaj {
  border-radius: 8px;
  padding: 1.25rem 1.125rem 1.125rem;
  border: 1px solid rgba(255,255,255,0.09);
  background: #182118;
  display: flex;
  position: relative;
  flex-direction: column;
}.coz_htp_step_num_kaj {
  background: #3ADE7C;
  border-radius: 50%;
  display: flex;
  color: #0B1A0D;
  position: absolute;
  align-items: center;
  width: 28px;
  font-size: 13px;
  left: 20px;
  top: -0.75rem;
  font-weight: 800;
  height: 28px;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
}.coz_htp_step_ic_kaj {
  border-radius: 0.313rem;
  margin: 8px 0 12px;
  background: rgba(58,222,124,0.15);
  width: 2.25rem;
  display: flex;
  justify-content: center;
  color: #3ADE7C;
  height: 2.25rem;
  align-items: center;
}.coz_htp_step_ic_kaj svg {
  stroke-linecap: round;
  width: 18px;
  height: 18px;
  stroke-linejoin: round;
}.coz_htp_step_h_kaj {
  font-weight: 700;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #EEF9F1;
  margin-bottom: 0.375rem;
  line-height: 1.25;
}.coz_htp_step_p_kaj {
  overflow-wrap: break-word;
  color: #7B9A89;
  font-size: 13px;
  line-height: 1.55;
}.coz_htp_step_p_kaj strong {
  color: #BFCFC5;
  font-weight: 600;
}.coz_htp_cta_kaj {
  transition: background .2s;
  padding: 13px 1.625rem;
  background: #22C55E;
  border-radius: 8px;
  font-size: 0.875rem;
  margin-top: 1.25rem;
  display: inline-block;
  color: #0B1A0D;
  font-weight: 700;
}.coz_htp_cta_kaj:hover {
  background: #16A34A;
}.coz_bon_kaj {
  background: #0D1410;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.coz_bon_kaj {
  padding: 44px 24px 0;
}
}.coz_bon_in_kaj {
  margin: 0 auto;
  max-width: 1320px;
}.coz_bon_head_kaj {
  margin-bottom: 20px;
}.coz_bon_label_kaj {
  text-transform: uppercase;
  color: #3ADE7C;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
}.coz_bon_h2_kaj {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #EEF9F1;
  margin-bottom: 0.5rem;
  font-weight: 800;
}
@media(min-width: 771px) {.coz_bon_h2_kaj {
  font-size: 24px;
}
}.coz_bon_seo_kaj {
  max-width: 620px;
  line-height: 1.6;
  color: #7B9A89;
  overflow-wrap: break-word;
  font-size: 13px;
}.coz_bon_seo_kaj strong {
  color: #BFCFC5;
  font-weight: 700;
}.coz_bon_seo_kaj a {
  text-decoration: underline;
  color: #3ADE7C;
}.coz_bon_grid_kaj {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width:640px) {.coz_bon_grid_kaj {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.coz_bon_grid_kaj {
  grid-template-columns: repeat(5,1fr);
}
}.coz_bon_card_kaj {
  padding: 1rem;
  transition: border-color .2s,transform .2s;
  border-radius: 8px;
  background: #121A14;
  border: 1px solid rgba(255,255,255,0.09);
}.coz_bon_card_kaj:hover {
  transform: translateY(-2px);
  border-color: rgba(58,222,124,0.07);
}.coz_bon_card_ic_kaj svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 26px;
  height: 1.625rem;
}.coz_bon_card_ic_kaj {
  margin-bottom: 0.625rem;
}.coz_bon_card_type_kaj {
  color: #7B9A89;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 0.625rem;
  letter-spacing: .06em;
  font-weight: 700;
}.coz_bon_card_amount_kaj {
  color: #F59E0B;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 0.375rem;
}.coz_bon_card_name_kaj {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #EEF9F1;
  margin-bottom: 0.5rem;
  font-weight: 600;
}.coz_bon_card_detail_kaj {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 0.5rem;
  color: #688778;
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 0.688rem;
}.coz_pmt_kaj {
  padding: 2.25rem 16px 0;
  background: #0D1410;
}
@media(min-width: 765px) {.coz_pmt_kaj {
  padding: 2.75rem 24px 0;
}
}.coz_pmt_in_kaj {
  margin: 0 auto;
  max-width: 1320px;
}.coz_pmt_head_kaj {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.coz_pmt_label_kaj {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #3ADE7C;
  margin-bottom: 8px;
  font-weight: 700;
}.coz_pmt_h2_kaj {
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #EEF9F1;
}
@media(min-width: 769px) {.coz_pmt_h2_kaj {
  font-size: 1.75rem;
}
}.coz_pmt_intro_kaj {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #7B9A89;
}.coz_pmt_groups_kaj {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}.coz_pmt_group_kaj {
  background: #182118;
  border-radius: 8px;
  padding: 1.25rem;
  border: 1px solid rgba(255,255,255,0.09);
}.coz_pmt_group_head_kaj {
  gap: 0.75rem;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.coz_pmt_group_ic_kaj {
  border-radius: 0.313rem;
  background: rgba(58,222,124,0.15);
  width: 2.25rem;
  height: 36px;
  color: #3ADE7C;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.coz_pmt_group_ic_kaj svg {
  width: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 18px;
}.coz_pmt_group_h_kaj {
  margin: 0;
  overflow-wrap: break-word;
  font-size: 1rem;
  font-weight: 700;
  color: #EEF9F1;
  font-family: 'Oswald', sans-serif;
}.coz_pmt_group_p_kaj {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #7B9A89;
  margin-bottom: 14px;
  line-height: 1.6;
}.coz_pmt_group_p_kaj strong {
  color: #BFCFC5;
  font-weight: 600;
}.coz_pmt_table_wrap_kaj {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.coz_pmt_table_kaj {
  width: 100%;
  min-width: 33.75rem;
  font-size: 13px;
  border-collapse: collapse;
}.coz_pmt_table_kaj th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-transform: uppercase;
  white-space: nowrap;
  color: #BFCFC5;
  text-align: left;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .04em;
}.coz_pmt_table_kaj td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #7B9A89;
}.coz_pmt_table_kaj tbody tr:last-child td {
  border-bottom: none;
}.coz_pmt_table_kaj tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #BFCFC5;
}.coz_seo_kaj {
  background: #0D1410;
  padding: 36px 1rem 0;
}
@media(min-width:768px) {.coz_seo_kaj {
  padding: 44px 24px 0;
}
}.coz_seo_in_kaj {
  background: #182118;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 1.75rem 24px;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.coz_seo_in_kaj {
  padding: 2.25rem 2.5rem;
}
}.coz_seo_label_kaj {
  font-weight: 700;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #3ADE7C;
}.coz_seo_h2_kaj {
  color: #EEF9F1;
  font-weight: 800;
  line-height: 1.25;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-size: 20px;
}
@media(min-width: 771px) {.coz_seo_h2_kaj {
  font-size: 1.5rem;
}
}.coz_seo_body_kaj {
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #96B5A4;
}.coz_seo_body_kaj p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #96B5A4;
}.coz_seo_body_kaj p:last-child {
  margin-bottom: 0;
}.coz_seo_body_kaj strong {
  color: #BFCFC5;
  font-weight: 700;
}.coz_seo_body_kaj a {
  transition: color .2s;
  color: #3ADE7C;
  text-decoration: underline;
}.coz_seo_body_kaj a:hover {
  color: #5AE890;
}.coz_seo_body_kaj ul,.coz_seo_body_kaj ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.coz_seo_body_kaj ol {
  list-style: decimal;
}.coz_seo_body_kaj li {
  line-height: 1.75;
  color: #96B5A4;
  font-size: 14px;
  margin-bottom: 0.375rem;
}.coz_seo_body_kaj table {
  overflow-x: auto;
  margin-bottom: 0.75rem;
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 769px) {.coz_seo_body_kaj table {
  display: table;
}
}.coz_seo_body_kaj th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  color: #BFCFC5;
  font-weight: 700;
}.coz_seo_body_kaj td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 12px;
  color: #96B5A4;
}.coz_seo_cols_kaj {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 637px) {.coz_seo_cols_kaj {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.coz_seo_cols_kaj {
  grid-template-columns: repeat(3,1fr);
}
}.coz_seo_col_h_kaj {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #BFCFC5;
  font-weight: 700;
  margin-bottom: 0.438rem;
}.coz_seo_col_p_kaj {
  overflow-wrap: break-word;
  color: #7B9A89;
  line-height: 1.65;
  font-size: 0.813rem;
}.coz_seo_stats_kaj {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.coz_seo_stat_kaj {
  border: 1px solid rgba(58,222,124,0.15);
  flex: 1;
  border-radius: 0.5rem;
  background: rgba(58,222,124,0.07);
  padding: 14px 1rem;
  min-width: 140px;
}.coz_seo_stat_val_kaj {
  margin-bottom: 0.25rem;
  color: #3ADE7C;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
}.coz_seo_stat_lb_kaj {
  color: #7B9A89;
  overflow-wrap: break-word;
  font-size: 11px;
}.coz_faq_kaj {
  background: #0D1410;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.coz_faq_kaj {
  padding: 2.75rem 24px 0;
}
}.coz_faq_in_kaj {
  margin: 0 auto;
  max-width: 82.5rem;
}.coz_faq_head_kaj {
  margin-bottom: 20px;
}.coz_faq_label_kaj {
  font-size: 11px;
  letter-spacing: .08em;
  color: #3ADE7C;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}.coz_faq_h2_kaj {
  color: #EEF9F1;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.coz_faq_h2_kaj {
  font-size: 1.5rem;
}
}.coz_faq_list_kaj {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.coz_faq_item_kaj {
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.09);
  overflow: hidden;
  background: #182118;
}.coz_faq_q_kaj {
  gap: 12px;
  padding: 16px 20px;
  transition: color .2s;
  display: flex;
  cursor: pointer;
  overflow-wrap: break-word;
  color: #BFCFC5;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 600;
}.coz_faq_q_kaj:hover {
  color: #EEF9F1;
}.coz_faq_q_ic_kaj {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  display: flex;
  width: 1.5rem;
  align-items: center;
  height: 1.5rem;
  color: #3ADE7C;
  font-size: 1rem;
  justify-content: center;
  flex-shrink: 0;
}.coz_faq_item_kaj.coz_state_open_kaj .coz_faq_q_ic_kaj {
  transform: rotate(45deg);
}.coz_faq_a_kaj {
  padding: 0 1.25rem 1rem;
  overflow-wrap: break-word;
  color: #7B9A89;
  font-size: 0.813rem;
  display: none;
  line-height: 1.7;
}.coz_faq_item_kaj.coz_state_open_kaj .coz_faq_a_kaj {
  display: block;
}.coz_faq_a_kaj strong {
  font-weight: 700;
  color: #BFCFC5;
}.coz_faq_a_kaj a {
  color: #3ADE7C;
  text-decoration: underline;
}.coz_faq_a_kaj ul,.coz_faq_a_kaj ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.coz_faq_a_kaj ol {
  list-style: decimal;
}.coz_faq_a_kaj li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.coz_faq_a_kaj table {
  margin: 0.5rem 0;
  display: block;
  font-size: 0.75rem;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 771px) {.coz_faq_a_kaj table {
  display: table;
}
}.coz_faq_a_kaj th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 6px 0.5rem;
  font-weight: 700;
  text-align: left;
  color: #BFCFC5;
}.coz_faq_a_kaj td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #7B9A89;
}.coz_seo_kaj {
  padding: 2.25rem 1rem 0;
  background: #0D1410;
}
@media(min-width: 770px) {.coz_seo_kaj {
  padding: 44px 1.5rem 0;
}
}.coz_seo_in_kaj {
  background: #182118;
  border-radius: 14px;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 769px) {.coz_seo_in_kaj {
  padding: 36px 2.5rem;
}
}.coz_seo_label_kaj {
  font-weight: 700;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  color: #3ADE7C;
  font-size: 11px;
  letter-spacing: .08em;
}.coz_seo_h2_kaj {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 14px;
  line-height: 1.25;
  font-family: 'Oswald', sans-serif;
  color: #EEF9F1;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.coz_seo_h2_kaj {
  font-size: 1.5rem;
}
}.coz_seo_body_kaj {
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #96B5A4;
}.coz_seo_body_kaj p {
  color: #96B5A4;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}.coz_seo_body_kaj p:last-child {
  margin-bottom: 0;
}.coz_seo_body_kaj strong {
  font-weight: 700;
  color: #BFCFC5;
}.coz_seo_body_kaj a {
  transition: color .2s;
  color: #3ADE7C;
  text-decoration: underline;
}.coz_seo_body_kaj a:hover {
  color: #5AE890;
}.coz_seo_body_kaj ul,.coz_seo_body_kaj ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.coz_seo_body_kaj ol {
  list-style: decimal;
}.coz_seo_body_kaj li {
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  color: #96B5A4;
  line-height: 1.75;
}.coz_seo_body_kaj table {
  font-size: 13px;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 767px) {.coz_seo_body_kaj table {
  display: table;
}
}.coz_seo_body_kaj th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #BFCFC5;
  text-align: left;
  font-weight: 700;
}.coz_seo_body_kaj td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 12px;
  color: #96B5A4;
}.coz_seo_cols_kaj {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.coz_seo_cols_kaj {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.coz_seo_cols_kaj {
  grid-template-columns: repeat(3,1fr);
}
}.coz_seo_col_h_kaj {
  color: #BFCFC5;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 7px;
  font-weight: 700;
}.coz_seo_col_p_kaj {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #7B9A89;
  font-size: 0.813rem;
}.coz_seo_stats_kaj {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.coz_seo_stat_kaj {
  padding: 0.875rem 16px;
  background: rgba(58,222,124,0.07);
  border-radius: 0.5rem;
  flex: 1;
  border: 1px solid rgba(58,222,124,0.15);
  min-width: 8.75rem;
}.coz_seo_stat_val_kaj {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  color: #3ADE7C;
}.coz_seo_stat_lb_kaj {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #7B9A89;
}.coz_seo_kaj {
  padding: 2.25rem 1rem 0;
  background: #0D1410;
}
@media(min-width: 766px) {.coz_seo_kaj {
  padding: 44px 24px 0;
}
}.coz_seo_in_kaj {
  border: 1px solid rgba(255,255,255,0.09);
  padding: 28px 1.5rem;
  border-radius: 0.875rem;
  background: #182118;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 765px) {.coz_seo_in_kaj {
  padding: 2.25rem 2.5rem;
}
}.coz_seo_label_kaj {
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #3ADE7C;
}.coz_seo_h2_kaj {
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.25;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #EEF9F1;
  font-family: 'Oswald', sans-serif;
}
@media(min-width: 765px) {.coz_seo_h2_kaj {
  font-size: 24px;
}
}.coz_seo_body_kaj {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #96B5A4;
}.coz_seo_body_kaj p {
  font-size: 14px;
  margin-bottom: 12px;
  color: #96B5A4;
  line-height: 1.75;
}.coz_seo_body_kaj p:last-child {
  margin-bottom: 0;
}.coz_seo_body_kaj strong {
  color: #BFCFC5;
  font-weight: 700;
}.coz_seo_body_kaj a {
  transition: color .2s;
  text-decoration: underline;
  color: #3ADE7C;
}.coz_seo_body_kaj a:hover {
  color: #5AE890;
}.coz_seo_body_kaj ul,.coz_seo_body_kaj ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.coz_seo_body_kaj ol {
  list-style: decimal;
}.coz_seo_body_kaj li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 14px;
  color: #96B5A4;
}.coz_seo_body_kaj table {
  margin-bottom: 12px;
  border-collapse: collapse;
  font-size: 13px;
  overflow-x: auto;
  display: block;
  width: 100%;
}
@media(min-width: 767px) {.coz_seo_body_kaj table {
  display: table;
}
}.coz_seo_body_kaj th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  color: #BFCFC5;
  font-weight: 700;
  text-align: left;
}.coz_seo_body_kaj td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #96B5A4;
}.coz_seo_cols_kaj {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 637px) {.coz_seo_cols_kaj {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.coz_seo_cols_kaj {
  grid-template-columns: repeat(3,1fr);
}
}.coz_seo_col_h_kaj {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #BFCFC5;
  margin-bottom: 7px;
  font-weight: 700;
}.coz_seo_col_p_kaj {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
  color: #7B9A89;
}.coz_seo_stats_kaj {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.coz_seo_stat_kaj {
  border-radius: 0.5rem;
  flex: 1;
  border: 1px solid rgba(58,222,124,0.15);
  padding: 14px 16px;
  background: rgba(58,222,124,0.07);
  min-width: 140px;
}.coz_seo_stat_val_kaj {
  overflow-wrap: break-word;
  color: #3ADE7C;
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 20px;
}.coz_seo_stat_lb_kaj {
  color: #7B9A89;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.coz_ft_kaj {
  border-top: 1px solid rgba(255,255,255,0.05);
  background: #080C09;
  margin-top: 3rem;
}.coz_ft_support_kaj {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 766px) {.coz_ft_support_kaj {
  padding: 28px 24px;
}
}.coz_ft_support_in_kaj {
  gap: 16px;
  margin: 0 auto;
  max-width: 1320px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.coz_ft_support_main_kaj {
  flex: 1;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 220px;
}.coz_ft_support_ic_kaj {
  flex-shrink: 0;
  color: #3ADE7C;
}.coz_ft_support_ic_kaj svg {
  stroke-linecap: round;
  height: 30px;
  stroke-linejoin: round;
  width: 1.875rem;
}.coz_ft_support_text_title_kaj {
  font-size: 0.938rem;
  color: #EEF9F1;
  font-weight: 700;
  margin-bottom: 3px;
  overflow-wrap: break-word;
}.coz_ft_support_text_sub_kaj {
  font-size: 12px;
  color: #7B9A89;
  overflow-wrap: break-word;
}.coz_ft_support_btn_kaj {
  padding: 11px 22px;
  background: #3ADE7C;
  border-radius: 0.5rem;
  transition: background .2s;
  white-space: nowrap;
  color: #EEF9F1;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 13px;
}.coz_ft_support_btn_kaj:hover {
  background: #5AE890;
}.coz_ft_support_contacts_kaj {
  gap: 16px;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.coz_ft_support_contact_kaj {
  line-height: 1.4;
  color: #688778;
  font-size: 12px;
}.coz_ft_support_contact_kaj strong {
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 0.688rem;
  color: #96B5A4;
}.coz_ft_main_kaj {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 32px 1rem 24px;
}
@media(min-width: 770px) {.coz_ft_main_kaj {
  padding: 2.5rem 1.5rem 2rem;
}
}.coz_ft_main_in_kaj {
  margin: 0 auto;
  gap: 24px;
  max-width: 82.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.coz_ft_main_in_kaj {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.coz_ft_main_in_kaj {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.coz_ft_col_logo_kaj {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.coz_ft_col_logo_kaj {
  grid-column: auto;
}
}.coz_ft_logo_kaj {
  gap: 9px;
  font-weight: 800;
  color: #EEF9F1;
  margin-bottom: 12px;
  display: flex;
  font-size: 1rem;
  align-items: center;
  overflow-wrap: break-word;
  flex-wrap: wrap;
}.coz_ft_logo_mark_kaj {
  overflow: hidden;
  border-radius: 5px;
  height: 30px;
  width: 1.875rem;
}.coz_ft_logo_mark_kaj img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.coz_ft_logo_sub_kaj {
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 12px;
  max-width: 200px;
  color: #688778;
}.coz_ft_col_title_kaj {
  color: #96B5A4;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .07em;
}.coz_ft_col_links_kaj {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.coz_ft_col_link_kaj {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #688778;
  font-size: 13px;
}.coz_ft_col_link_kaj:hover {
  color: #BFCFC5;
}.coz_ft_apps_kaj {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.coz_ft_app_card_kaj {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color .2s;
  border-radius: 5px;
  gap: 10px;
  padding: 0.625rem 0.75rem;
  display: flex;
  align-items: center;
}.coz_ft_app_card_kaj:hover {
  border-color: rgba(58,222,124,0.32);
}.coz_ft_app_card_ic_kaj svg {
  stroke-linecap: round;
  height: 22px;
  stroke-linejoin: round;
  width: 22px;
}.coz_ft_app_card_os_kaj {
  color: #688778;
  font-weight: 600;
  font-size: 10px;
}.coz_ft_app_card_action_kaj {
  font-weight: 700;
  color: #BFCFC5;
  font-size: 12px;
}.coz_ft_bot_kaj {
  padding: 1.25rem 16px;
}
@media(min-width: 771px) {.coz_ft_bot_kaj {
  padding: 20px 1.5rem;
}
}.coz_ft_bot_in_kaj {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 82.5rem;
}.coz_ft_socials_kaj {
  gap: 8px;
  display: flex;
}.coz_ft_soc_kaj {
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.05);
  transition: background .2s;
  border-radius: 5px;
  height: 2.25rem;
  color: #96B5A4;
  display: flex;
  width: 36px;
  justify-content: center;
  align-items: center;
}.coz_ft_soc_kaj svg {
  stroke-linejoin: round;
  height: 1rem;
  width: 16px;
  stroke-linecap: round;
}.coz_ft_soc_kaj:hover {
  background: rgba(255,255,255,0.07);
}.coz_ft_legal_kaj {
  flex: 1;
  font-size: 11px;
  line-height: 1.6;
  color: #7A9A84;
  overflow-wrap: break-word;
  min-width: 12.5rem;
}.coz_ft_legal_kaj strong {
  color: #96B5A4;
  font-weight: 700;
}.coz_ft_legal_kaj a {
  color: #96B5A4;
  text-decoration: underline;
}.coz_ft_age_kaj {
  border-radius: 50%;
  border: 2px solid #7A9A84;
  width: 32px;
  color: #7A9A84;
  margin-left: auto;
  font-weight: 800;
  align-items: center;
  flex-shrink: 0;
  height: 2rem;
  justify-content: center;
  display: flex;
  font-size: 11px;
}