html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #110D08;
  -webkit-font-smoothing: antialiased;
  font-family: 'Barlow', sans-serif;
  color: #D5C9A6;
  min-height: 100vh;
  line-height: 1.6;
}.cxv_layout_pqq {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.cxv_page_pqq {
  display: flex;
  min-height: 100vh;
}.cxv_main_pqq {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media (min-width: 1077px) {.cxv_main_pqq {
  padding-left: 220px;
}
}
@media (max-width: 1078px) {.cxv_main_pqq {
  padding-bottom: 72px;
}
}.cxv_gc_pqq {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .2s,border-color .2s;
  background: #161009;
  border-radius: 0.625rem;
  width: 140px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}
@media(min-width: 638px) {.cxv_gc_pqq {
  width: 9.75rem;
}
}
@media(min-width: 1079px) {.cxv_gc_pqq {
  width: 10.5rem;
}
}.cxv_gc_pqq:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 146, 26, 0.08);
}.cxv_gc_img_pqq {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.cxv_gc_img_pqq img {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}.cxv_gc_hover_pqq {
  inset: 0;
  background: rgba(10, 6, 3, 0.72);
  transition: opacity .2s;
  position: absolute;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}.cxv_gc_pqq:hover .cxv_gc_hover_pqq {
  opacity: 1;
}.cxv_gc_hover_btn_pqq {
  border-radius: 0.375rem;
  padding: 8px 16px;
  background: #C8921A;
  color: #F6EDDA;
  font-weight: 700;
  font-size: 0.75rem;
}.cxv_gc_info_pqq {
  padding: 8px 10px 10px;
}.cxv_gc_name_pqq {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 3px;
  font-size: 12px;
  max-width: 100%;
  color: #D5C9A6;
  text-overflow: ellipsis;
  font-weight: 600;
}.cxv_gc_prov_pqq {
  color: #6A5C42;
  font-size: 10px;
}.cxv_gc_tag_pqq {
  border-radius: 0.25rem;
  padding: 2px 7px;
  left: 6px;
  position: absolute;
  top: 6px;
  letter-spacing: .04em;
  z-index: 2;
  text-transform: uppercase;
  font-size: 0.563rem;
  font-weight: 700;
}.cxv_gc_tag_hot_pqq {
  background: #CC3A3A;
  color: #fff;
}.cxv_gc_tag_new_pqq {
  background: #3AAD5C;
  color: #110D08;
}.cxv_gc_tag_jp_pqq {
  background: #E8B840;
  color: #110D08;
}.cxv_gc_tag_ex_pqq {
  background: #2E5C3A;
  color: #fff;
}.cxv_gc_tag_live_pqq {
  background: #CC3A3A;
  color: #fff;
}.cxv_gr_pqq {
  background: #110D08;
  padding: 2rem 1rem 0;
}
@media(min-width: 766px) {.cxv_gr_pqq {
  padding: 36px 1.5rem 0;
}
}.cxv_gr_in_pqq {
  margin: 0 auto;
  max-width: 1320px;
}.cxv_gr_head_pqq {
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}.cxv_gr_head_l_pqq {
  flex: 1;
  gap: 0.625rem;
  align-items: center;
  min-width: 0;
  display: flex;
}.cxv_gr_ic_pqq {
  border-radius: 0.625rem;
  width: 32px;
  flex-shrink: 0;
  align-items: center;
  height: 2rem;
  display: flex;
  justify-content: center;
}.cxv_gr_ic_pqq svg {
  stroke-linejoin: round;
  width: 16px;
  height: 16px;
  stroke-linecap: round;
}.cxv_gr_title_pqq {
  font-weight: 700;
  color: #F6EDDA;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  font-size: 16px;
}
@media(min-width: 766px) {.cxv_gr_title_pqq {
  font-size: 18px;
}
}.cxv_gr_more_pqq {
  gap: 0.313rem;
  transition: color .2s;
  font-size: 0.75rem;
  font-weight: 600;
  align-items: center;
  color: #7A6B4C;
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
}.cxv_gr_more_pqq:hover {
  color: #C8921A;
}.cxv_gr_more_pqq svg {
  stroke-linecap: round;
  width: 0.75rem;
  height: 12px;
  stroke-linejoin: round;
}.cxv_gr_arrows_pqq {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.cxv_gr_arr_pqq {
  transition: background .15s,color .15s;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  justify-content: center;
  width: 1.875rem;
  align-items: center;
  height: 1.875rem;
  color: #A08E68;
  display: flex;
}.cxv_gr_arr_pqq:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F6EDDA;
}.cxv_gr_arr_pqq svg {
  height: 13px;
  stroke-linecap: round;
  width: 0.813rem;
  stroke-linejoin: round;
}.cxv_gr_seo_h_pqq {
  margin: 0 0 0.375rem;
  color: #D5C9A6;
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: break-word;
  max-width: 680px;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 770px) {.cxv_gr_seo_h_pqq {
  font-size: 0.875rem;
}
}.cxv_gr_seo_pqq {
  color: #7A6B4C;
  font-size: 0.75rem;
  max-width: 42.5rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  margin-bottom: 12px;
}.cxv_gr_seo_pqq strong {
  font-weight: 600;
  color: #D5C9A6;
}.cxv_gr_scroll_pqq {
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 10px;
  display: flex;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}.cxv_gr_scroll_pqq::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.cxv_gr_scroll_pqq {
  gap: 0.75rem;
}
}.cxv_tb_pqq {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #110D08;
  display: flex;
  height: 3.5rem;
  right: 0;
  position: fixed;
  left: 0;
  align-items: center;
  z-index: 80;
  top: 0;
}.cxv_tb_in_pqq {
  gap: 0;
  padding: 0 0.875rem;
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
}.cxv_tb_burger_pqq {
  gap: 0.313rem;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  height: 2.375rem;
  display: flex;
  flex-shrink: 0;
  width: 2.375rem;
}.cxv_tb_burger_pqq:hover {
  background: rgba(255, 255, 255, 0.05);
}.cxv_tb_burger_line_pqq {
  background: #A08E68;
  border-radius: 1px;
  height: 2px;
  display: block;
  width: 18px;
}
@media(min-width: 1081px) {.cxv_tb_burger_pqq {
  display: none;
}
}.cxv_tb_logo_pqq {
  gap: 0.563rem;
  margin-right: 20px;
  flex-shrink: 0;
  letter-spacing: -.01em;
  align-items: center;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F6EDDA;
  display: flex;
  font-size: 18px;
}.cxv_tb_logo_mark_pqq {
  overflow: hidden;
  border-radius: 0.625rem;
  align-items: center;
  width: 32px;
  justify-content: center;
  height: 2rem;
  display: flex;
}.cxv_tb_logo_mark_pqq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.cxv_tb_nav_pqq {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 638px) {.cxv_tb_nav_pqq {
  display: flex;
}
}.cxv_tb_tab_pqq {
  padding: 8px 0.875rem;
  border-radius: 10px;
  transition: background .15s,color .15s;
  font-size: 13px;
  white-space: nowrap;
  color: #A08E68;
  font-weight: 600;
}.cxv_tb_tab_pqq:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6EDDA;
}.cxv_tb_tab_pqq.cxv_state_active_pqq {
  background: rgba(200, 146, 26, 0.18);
  color: #F6EDDA;
}.cxv_tb_right_pqq {
  gap: 0.5rem;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.cxv_tb_login_pqq {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,color .2s;
  padding: 0.563rem 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  display: none;
  font-size: 13px;
  color: #D5C9A6;
  font-weight: 600;
}.cxv_tb_login_pqq:hover {
  border-color: rgba(200, 146, 42, 0.45);
  color: #F6EDDA;
}
@media(min-width: 479px) {.cxv_tb_login_pqq {
  display: block;
}
}.cxv_tb_reg_pqq {
  background: #3AAD5C;
  transition: background .2s;
  border-radius: 0.625rem;
  padding: 0.563rem 18px;
  font-size: 13px;
  white-space: nowrap;
  color: #0D0906;
  font-weight: 700;
}.cxv_tb_reg_pqq:hover {
  background: #4DC470;
}.cxv_sb_pqq {
  transition: transform .25s ease;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #1C1610;
  position: fixed;
  overflow-y: auto;
  width: 220px;
  top: 3.5rem;
  z-index: 70;
  left: 0;
  bottom: 0;
}.cxv_sb_pqq.cxv_state_open_pqq {
  transform: translateX(0);
}.cxv_sb_pqq::-webkit-scrollbar {
  width: 0.25rem;
}.cxv_sb_pqq::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1078px) {.cxv_sb_pqq {
  transform: translateX(0);
}
}.cxv_sb_auth_pqq {
  padding: 0.875rem 0.75rem 10px;
}.cxv_sb_btn_reg_pqq {
  border-radius: 10px;
  background: #3AAD5C;
  padding: 11px;
  transition: background .2s;
  display: block;
  color: #0D0906;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 0.813rem;
}.cxv_sb_btn_reg_pqq:hover {
  background: #4DC470;
}.cxv_sb_btn_login_pqq {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
  text-align: center;
  font-size: 0.813rem;
  display: block;
  color: #D5C9A6;
}.cxv_sb_btn_login_pqq:hover {
  border-color: rgba(200, 146, 42, 0.45);
  color: #F6EDDA;
}.cxv_sb_promo_pqq {
  overflow: hidden;
  padding: 0.75rem 14px;
  margin: 0 0.75rem 10px;
  background: linear-gradient(135deg,#1E1008,#1C1610);
  border: 1px solid rgba(200, 146, 26, 0.18);
  border-radius: 10px;
  position: relative;
}.cxv_sb_promo_pqq::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200, 146, 26, 0.18),transparent 70%);
  height: 80px;
  content: '';
  position: absolute;
  width: 80px;
  top: -1.25rem;
  right: -20px;
}.cxv_sb_promo_title_pqq {
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 0.688rem;
  color: #C8921A;
  font-weight: 700;
  margin-bottom: 4px;
}.cxv_sb_promo_text_pqq {
  line-height: 1.35;
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 0.75rem;
  color: #F6EDDA;
}.cxv_sb_promo_sub_pqq {
  color: #7A6B4C;
  margin-top: 3px;
  font-size: 10px;
}.cxv_sb_nav_pqq {
  padding: 6px 8px 1rem;
}.cxv_sb_nav_lb_pqq {
  padding: 10px 8px 6px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #6A5C42;
}.cxv_sb_link_pqq {
  border-radius: 0.375rem;
  gap: 0.625rem;
  padding: 9px 10px;
  transition: background .15s,color .15s;
  cursor: pointer;
  color: #A08E68;
  font-size: 13px;
  display: flex;
  font-weight: 500;
  align-items: center;
  overflow-wrap: break-word;
}.cxv_sb_link_pqq:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6EDDA;
}.cxv_sb_link_pqq.cxv_state_active_pqq {
  background: rgba(200, 146, 26, 0.18);
  color: #F6EDDA;
}.cxv_sb_ic_pqq {
  border-radius: 6px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 1.875rem;
  align-items: center;
}.cxv_sb_ic_pqq svg {
  stroke-linejoin: round;
  height: 1rem;
  width: 1rem;
  stroke-linecap: round;
}.cxv_sb_ic_1_pqq {
  background: rgba(200, 146, 26, 0.08);
  color: #C8921A;
}.cxv_sb_ic_2_pqq {
  background: rgba(58, 173, 92, 0.16);
  color: #3AAD5C;
}.cxv_sb_ic_3_pqq {
  background: rgba(232, 184, 64, 0.15);
  color: #E8B840;
}.cxv_sb_ic_4_pqq {
  background: rgba(46, 92, 58, 0.28);
  color: #2E5C3A;
}.cxv_sb_ic_5_pqq {
  background: rgba(200, 146, 26, 0.08);
  color: #D44E82;
}.cxv_sb_ic_6_pqq {
  background: rgba(46, 92, 58, 0.28);
  color: #8A4EC8;
}.cxv_sb_badge_pqq {
  background: #E8B840;
  border-radius: 0.375rem;
  padding: 2px 7px;
  margin-left: auto;
  font-weight: 700;
  color: #0D0906;
  font-size: 0.563rem;
}.cxv_sb_bot_pqq {
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  display: flex;
}.cxv_sb_lang_pqq,.cxv_sb_help_pqq {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  padding: 9px 0.375rem;
  flex: 1;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 6px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 0.688rem;
  color: #A08E68;
}.cxv_sb_lang_pqq:hover,.cxv_sb_help_pqq:hover {
  border-color: rgba(200, 146, 42, 0.45);
  color: #F6EDDA;
}.cxv_sb_lang_pqq svg,.cxv_sb_help_pqq svg {
  height: 0.813rem;
  width: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.cxv_sb_bd_pqq {
  background: rgba(10, 6, 3, 0.72);
  inset: 0;
  z-index: 69;
  position: fixed;
  display: none;
}.cxv_sb_bd_pqq.cxv_state_on_pqq {
  display: block;
}
@media(min-width: 1081px) {.cxv_sb_bd_pqq {
  display: none!important;
}
}.cxv_mob_nav_pqq {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #1C1610;
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  bottom: 0;
  position: fixed;
  right: 0;
  left: 0;
  display: flex;
  z-index: 80;
}
@media(min-width: 1078px) {.cxv_mob_nav_pqq {
  display: none;
}
}.cxv_mob_nav_item_pqq {
  padding: 0.25rem 2px;
  gap: 0.25rem;
  flex: 1;
  flex-direction: column;
  display: flex;
  color: #6A5C42;
  align-items: center;
  cursor: pointer;
}.cxv_mob_nav_ic_pqq {
  line-height: 1;
}.cxv_mob_nav_ic_pqq svg {
  height: 1.25rem;
  width: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.cxv_mob_nav_lb_pqq {
  font-size: 10px;
  font-weight: 600;
  color: #6A5C42;
}.cxv_mob_nav_item_pqq.cxv_state_active_pqq {
  color: #C8921A;
}.cxv_mob_nav_item_pqq.cxv_state_active_pqq .cxv_mob_nav_lb_pqq {
  color: #C8921A;
}.cxv_hero_pqq {
  padding: 1.25rem 1rem 0;
  background: #110D08;
}
@media(min-width:768px) {.cxv_hero_pqq {
  padding: 1.5rem 1.5rem 0;
}
}.cxv_hero_in_pqq {
  gap: 12px;
  margin: 0 auto;
  max-width: 1320px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:860px) {.cxv_hero_in_pqq {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1102px) {.cxv_hero_in_pqq {
  grid-template-columns: 1fr 340px;
}
}.cxv_hero_promo_pqq {
  overflow: hidden;
  background: #161009;
  border-radius: 16px;
  position: relative;
  align-items: stretch;
  display: flex;
  min-height: 13.75rem;
}
@media(min-width:768px) {.cxv_hero_promo_pqq {
  min-height: 280px;
}
}.cxv_hero_promo_bg_pqq {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#1E1008 0%,#110D08 100%);
  position: absolute;
  background-size: cover;
}.cxv_hero_promo_bg_pqq::after {
  background: linear-gradient(90deg,#110D08 0%,rgba(10, 6, 3, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.cxv_hero_promo_glow_pqq {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(46, 92, 58, 0.28) 0%,transparent 65%);
  width: 18.75rem;
  position: absolute;
  height: 300px;
  right: 60px;
  pointer-events: none;
  top: -2.5rem;
}.cxv_hero_promo_ct_pqq {
  padding: 1.75rem 1.5rem 1.75rem 28px;
  justify-content: center;
  flex-direction: column;
  display: flex;
  position: relative;
  z-index: 2;
  max-width: 480px;
}
@media(min-width: 771px) {.cxv_hero_promo_ct_pqq {
  padding: 2.5rem 2rem;
}
}.cxv_hero_badge_pqq {
  background: rgba(200, 146, 26, 0.18);
  border: 1px solid rgba(200, 146, 26, 0.08);
  border-radius: 1.25rem;
  padding: 5px 12px;
  color: #C8921A;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: inline-block;
}.cxv_hero_h1_pqq {
  margin-bottom: 10px;
  overflow-wrap: break-word;
  line-height: 1.15;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  color: #F6EDDA;
  font-size: 1.625rem;
}.cxv_hero_h1_pqq em {
  font-style: normal;
  color: #E8B840;
}
@media(min-width: 769px) {.cxv_hero_h1_pqq {
  font-size: 36px;
}
}.cxv_hero_sub_pqq {
  color: #A08E68;
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 20px;
}
@media(min-width: 769px) {.cxv_hero_sub_pqq {
  font-size: 0.875rem;
}
}.cxv_hero_row_pqq {
  gap: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.cxv_hero_cta_pqq {
  padding: 13px 26px;
  transition: background .2s;
  background: #3AAD5C;
  border-radius: 10px;
  box-shadow: 0 3px 0.875rem rgba(58, 173, 92, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.10);
  font-weight: 700;
  color: #0D0906;
  font-size: 0.875rem;
}.cxv_hero_cta_pqq:hover {
  background: #4DC470;
}.cxv_hero_terms_pqq {
  color: #6A5C42;
  font-size: 11px;
}.cxv_hero_game_pqq {
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  background: #161009;
  border-radius: 16px;
  flex-direction: column;
  position: relative;
  display: flex;
}.cxv_hero_game_badge_pqq {
  border: 1px solid rgba(232, 184, 64, 0.15);
  background: rgba(232, 184, 64, 0.15);
  padding: 5px 0.625rem;
  border-radius: 1.25rem;
  top: 0.75rem;
  font-size: 0.625rem;
  font-weight: 700;
  color: #E8B840;
  letter-spacing: .06em;
  position: absolute;
  text-transform: uppercase;
  left: 12px;
  z-index: 3;
}.cxv_hero_game_badge_pqq svg {
  margin-right: 0.25rem;
  vertical-align: -1px;
  width: 0.688rem;
  height: 0.688rem;
}.cxv_hero_game_img_pqq {
  background: linear-gradient(135deg,#1E1008,#110D08);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.cxv_hero_game_img_pqq img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}.cxv_hero_game_play_pqq {
  transition: opacity .2s;
  inset: 0;
  background: rgba(10, 6, 3, 0.72);
  justify-content: center;
  align-items: center;
  opacity: 0;
  display: flex;
  position: absolute;
}.cxv_hero_game_pqq:hover .cxv_hero_game_play_pqq {
  opacity: 1;
}.cxv_hero_game_play_pqq span {
  border-radius: 50%;
  background: #C8921A;
  display: flex;
  height: 52px;
  justify-content: center;
  align-items: center;
  width: 52px;
}.cxv_hero_game_play_pqq span svg {
  margin-left: 2px;
  height: 18px;
  width: 1.125rem;
}.cxv_hero_game_info_pqq {
  padding: 14px 16px;
}.cxv_hero_game_title_pqq {
  overflow-wrap: break-word;
  font-size: 0.938rem;
  color: #F6EDDA;
  font-weight: 700;
  margin-bottom: 0.25rem;
}.cxv_hero_game_provider_pqq {
  color: #7A6B4C;
  font-size: 0.688rem;
}.cxv_hero_game_btn_pqq {
  transition: background .2s;
  margin: 12px 16px 16px;
  padding: 0.688rem;
  border-radius: 10px;
  background: #C8921A;
  color: #F6EDDA;
  font-weight: 700;
  text-align: center;
  font-size: 13px;
  display: block;
}.cxv_hero_game_pqq:hover .cxv_hero_game_btn_pqq {
  background: #DBA830;
}.cxv_sbar_pqq {
  background: #110D08;
  padding: 1rem 1rem 0;
}
@media(min-width: 767px) {.cxv_sbar_pqq {
  padding: 1.125rem 1.5rem 0;
}
}.cxv_sbar_in_pqq {
  margin: 0 auto;
  max-width: 82.5rem;
}.cxv_sbar_row_pqq {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}.cxv_sbar_input_pqq {
  gap: 0.625rem;
  border-radius: 0.625rem;
  padding: 11px 1rem;
  background: #161009;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex: 1;
  transition: border-color .2s;
  align-items: center;
  color: #7A6B4C;
  font-size: 0.813rem;
  display: flex;
  cursor: pointer;
}.cxv_sbar_input_pqq:hover {
  border-color: rgba(200, 146, 42, 0.45);
}.cxv_sbar_input_pqq svg {
  width: 15px;
  stroke-linejoin: round;
  stroke-linecap: round;
  flex-shrink: 0;
  height: 15px;
}.cxv_sbar_providers_pqq {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  background: #161009;
  border-radius: 10px;
  padding: 0.688rem 18px;
  gap: 8px;
  font-size: 0.813rem;
  display: flex;
  white-space: nowrap;
  align-items: center;
  font-weight: 600;
  color: #D5C9A6;
}.cxv_sbar_providers_pqq:hover {
  border-color: rgba(200, 146, 42, 0.45);
  color: #F6EDDA;
}.cxv_sbar_providers_pqq svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
  width: 14px;
}.cxv_sbar_tabs_pqq {
  gap: 0.375rem;
  display: flex;
  padding-bottom: 2px;
  overflow-x: auto;
  scrollbar-width: none;
}.cxv_sbar_tabs_pqq::-webkit-scrollbar {
  display: none;
}.cxv_sbar_tab_pqq {
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  gap: 0.438rem;
  padding: 8px 0.875rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 600;
  color: #A08E68;
  white-space: nowrap;
  flex-shrink: 0;
}.cxv_sbar_tab_pqq:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(200, 146, 42, 0.45);
  color: #F6EDDA;
}.cxv_sbar_tab_pqq.cxv_state_active_pqq {
  background: rgba(200, 146, 26, 0.18);
  border-color: rgba(200, 146, 26, 0.08);
  color: #F6EDDA;
}.cxv_sbar_tab_ic_pqq svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.875rem;
  width: 0.875rem;
}.cxv_wy_pqq {
  padding: 2rem 16px 0;
  background: #110D08;
}
@media(min-width: 767px) {.cxv_wy_pqq {
  padding: 40px 24px 0;
}
}.cxv_wy_in_pqq {
  margin: 0 auto;
  max-width: 1320px;
}.cxv_wy_head_pqq {
  margin-bottom: 1.125rem;
  max-width: 45rem;
}.cxv_wy_label_pqq {
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #C8921A;
  font-weight: 700;
}.cxv_wy_h2_pqq {
  font-size: 1.25rem;
  color: #F6EDDA;
  margin-bottom: 0.5rem;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width:768px) {.cxv_wy_h2_pqq {
  font-size: 1.5rem;
}
}.cxv_wy_intro_pqq {
  margin: 0;
  color: #7A6B4C;
  line-height: 1.6;
  font-size: 0.813rem;
}.cxv_wy_grid_pqq {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.cxv_wy_grid_pqq {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.cxv_wy_grid_pqq {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.cxv_wy_card_pqq {
  transition: border-color .2s,transform .2s;
  background: #1C1610;
  padding: 1.25rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.cxv_wy_card_pqq:hover {
  border-color: rgba(200, 146, 26, 0.08);
  transform: translateY(-2px);
}.cxv_wy_card_ic_pqq {
  background: rgba(200, 146, 26, 0.18);
  border-radius: 50%;
  height: 44px;
  justify-content: center;
  display: flex;
  color: #C8921A;
  margin-bottom: 0.875rem;
  align-items: center;
  width: 44px;
}.cxv_wy_card_ic_pqq svg {
  stroke-linecap: round;
  width: 1.375rem;
  height: 1.375rem;
  stroke-linejoin: round;
}.cxv_wy_card_h_pqq {
  font-weight: 700;
  line-height: 1.25;
  font-size: 0.938rem;
  color: #F6EDDA;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
}.cxv_wy_card_p_pqq {
  font-size: 13px;
  color: #7A6B4C;
  overflow-wrap: break-word;
  line-height: 1.6;
}.cxv_wy_card_p_pqq strong {
  font-weight: 600;
  color: #D5C9A6;
}.cxv_ws_pqq {
  padding: 32px 1rem 0;
  background: #110D08;
}
@media(min-width: 767px) {.cxv_ws_pqq {
  padding: 2.25rem 24px 0;
}
}.cxv_ws_in_pqq {
  margin: 0 auto;
  max-width: 82.5rem;
}.cxv_ws_head_pqq {
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}.cxv_ws_title_pqq {
  gap: 10px;
  display: flex;
  font-size: 1rem;
  font-family: 'Cormorant Garamond', serif;
  color: #F6EDDA;
  overflow-wrap: break-word;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 700;
}.cxv_ws_title_ic_pqq svg {
  stroke-linecap: round;
  height: 1.125rem;
  color: #E8B840;
  stroke-linejoin: round;
  width: 1.125rem;
}.cxv_ws_online_pqq {
  gap: 0.438rem;
  font-size: 0.75rem;
  color: #7A6B4C;
  display: flex;
  font-weight: 600;
  align-items: center;
}.cxv_ws_online_dot_pqq {
  background: #3AAD5C;
  border-radius: 50%;
  box-shadow: 0 0 0.375rem rgba(58, 173, 92, 0.16);
  height: 8px;
  flex-shrink: 0;
  width: 0.5rem;
}.cxv_ws_scroll_pqq {
  gap: 0.5rem;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 8px;
}.cxv_ws_scroll_pqq::-webkit-scrollbar {
  display: none;
}.cxv_wc_pqq {
  padding: 10px 0.875rem;
  background: #161009;
  gap: 0.625rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  align-items: center;
  flex-shrink: 0;
  display: flex;
  min-width: 220px;
}.cxv_wc_img_pqq {
  background: #1C1610;
  overflow: hidden;
  border-radius: 6px;
  flex-shrink: 0;
  height: 36px;
  width: 36px;
}.cxv_wc_img_pqq img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.cxv_wc_info_pqq {
  min-width: 0;
}.cxv_wc_game_pqq {
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  color: #D5C9A6;
}.cxv_wc_player_pqq {
  overflow: hidden;
  color: #6A5C42;
  font-size: 0.625rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}.cxv_wc_amount_pqq {
  white-space: nowrap;
  margin-left: auto;
  font-size: 13px;
  flex-shrink: 0;
  color: #3AAD5C;
  font-weight: 700;
}.cxv_reg_pqq {
  padding: 36px 16px 0;
  background: #110D08;
}
@media(min-width: 770px) {.cxv_reg_pqq {
  padding: 44px 1.5rem 0;
}
}.cxv_reg_in_pqq {
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 28px 24px;
  background: #1C1610;
  margin: 0 auto;
  border-radius: 1rem;
  max-width: 82.5rem;
}
@media(min-width:768px) {.cxv_reg_in_pqq {
  padding: 40px;
}
}.cxv_reg_top_pqq {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.cxv_reg_top_pqq {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.cxv_reg_label_pqq {
  font-size: 11px;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C8921A;
}.cxv_reg_h2_pqq {
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  font-weight: 800;
  line-height: 1.2;
  font-size: 22px;
  color: #F6EDDA;
}
@media(min-width: 769px) {.cxv_reg_h2_pqq {
  font-size: 28px;
}
}.cxv_reg_bonus_pqq {
  gap: 0.5rem;
  border: 1px solid rgba(232, 184, 64, 0.15);
  background: rgba(232, 184, 64, 0.15);
  border-radius: 0.625rem;
  padding: 0.625rem 1rem;
  align-items: center;
  display: inline-flex;
  margin-bottom: 1rem;
}.cxv_reg_bonus_amount_pqq {
  font-weight: 800;
  font-size: 20px;
  color: #E8B840;
}.cxv_reg_bonus_text_pqq {
  font-size: 13px;
  color: #A08E68;
  line-height: 1.35;
}.cxv_reg_cta_btn_pqq {
  border-radius: 10px;
  transition: background .2s;
  background: #3AAD5C;
  padding: 0.875rem 2rem;
  box-shadow: 0 3px 0.875rem rgba(58, 173, 92, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.10);
  margin-bottom: 0.75rem;
  color: #0D0906;
  font-weight: 700;
  font-size: 0.938rem;
  display: inline-block;
}.cxv_reg_cta_btn_pqq:hover {
  background: #4DC470;
}.cxv_reg_terms_pqq {
  color: #6A5C42;
  font-size: 11px;
  line-height: 1.5;
}.cxv_reg_seo_pqq {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 1.25rem;
  font-size: 0.813rem;
  margin-top: 20px;
  line-height: 1.65;
  color: #7A6B4C;
  overflow-wrap: break-word;
}.cxv_reg_seo_pqq p {
  font-size: 0.813rem;
  margin-bottom: 0.625rem;
  line-height: 1.65;
  color: #7A6B4C;
}.cxv_reg_seo_pqq p:last-child {
  margin-bottom: 0;
}.cxv_reg_seo_pqq strong {
  color: #D5C9A6;
  font-weight: 700;
}.cxv_reg_seo_pqq a {
  transition: color .2s;
  color: #C8921A;
  text-decoration: underline;
}.cxv_reg_seo_pqq a:hover {
  color: #DBA830;
}.cxv_reg_seo_pqq ul,.cxv_reg_seo_pqq ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.cxv_reg_seo_pqq ol {
  list-style: decimal;
}.cxv_reg_seo_pqq li {
  color: #7A6B4C;
  font-size: 0.813rem;
  margin-bottom: 4px;
  line-height: 1.65;
}.cxv_reg_seo_pqq table {
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 10px;
  width: 100%;
  display: block;
  font-size: 13px;
}
@media(min-width: 766px) {.cxv_reg_seo_pqq table {
  display: table;
}
}.cxv_reg_seo_pqq th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D5C9A6;
  text-align: left;
  font-weight: 700;
}.cxv_reg_seo_pqq td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #7A6B4C;
}.cxv_reg_steps_pqq {
  gap: 0.875rem;
  margin-top: 1.75rem;
  flex-direction: column;
  display: flex;
}
@media(min-width: 863px) {.cxv_reg_steps_pqq {
  margin-top: 0;
}
}.cxv_reg_step_pqq {
  border-radius: 0.625rem;
  padding: 1rem;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.cxv_reg_step_num_pqq {
  border-radius: 50%;
  background: rgba(200, 146, 26, 0.18);
  border: 1px solid rgba(200, 146, 26, 0.08);
  font-weight: 800;
  font-size: 14px;
  width: 2.125rem;
  display: flex;
  justify-content: center;
  height: 2.125rem;
  flex-shrink: 0;
  align-items: center;
  color: #C8921A;
}.cxv_reg_step_title_pqq {
  font-weight: 700;
  font-size: 14px;
  color: #F6EDDA;
  margin-bottom: 3px;
}.cxv_reg_step_text_pqq {
  color: #7A6B4C;
  line-height: 1.5;
  font-size: 12px;
}.cxv_reg_trust_pqq {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  margin-top: 1.25rem;
  flex-wrap: wrap;
  padding-top: 20px;
  display: flex;
}.cxv_reg_trust_item_pqq {
  gap: 0.438rem;
  display: flex;
  align-items: center;
  font-size: 12px;
  overflow-wrap: break-word;
  color: #7A6B4C;
}.cxv_reg_trust_ic_pqq svg {
  color: #C8921A;
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
}.cxv_htp_pqq {
  padding: 2.25rem 1rem 0;
  background: #110D08;
}
@media(min-width: 769px) {.cxv_htp_pqq {
  padding: 44px 24px 0;
}
}.cxv_htp_in_pqq {
  margin: 0 auto;
  max-width: 82.5rem;
}.cxv_htp_head_pqq {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.cxv_htp_label_pqq {
  font-weight: 700;
  margin-bottom: 8px;
  color: #C8921A;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.cxv_htp_h2_pqq {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  color: #F6EDDA;
  font-size: 1.375rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
}
@media(min-width: 769px) {.cxv_htp_h2_pqq {
  font-size: 28px;
}
}.cxv_htp_intro_pqq {
  color: #7A6B4C;
  font-size: 14px;
  line-height: 1.6;
}.cxv_htp_steps_pqq {
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.cxv_htp_steps_pqq {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.cxv_htp_steps_pqq {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.cxv_htp_step_pqq {
  border-radius: 10px;
  padding: 1.25rem 1.125rem 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1C1610;
  flex-direction: column;
  position: relative;
  display: flex;
}.cxv_htp_step_num_pqq {
  border-radius: 50%;
  background: #C8921A;
  font-size: 13px;
  width: 1.75rem;
  position: absolute;
  top: -12px;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  display: flex;
  align-items: center;
  height: 1.75rem;
  color: #0D0906;
  font-weight: 800;
  left: 20px;
}.cxv_htp_step_ic_pqq {
  margin: 0.5rem 0 0.75rem;
  border-radius: 0.375rem;
  background: rgba(200, 146, 26, 0.18);
  height: 2.25rem;
  color: #C8921A;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 2.25rem;
}.cxv_htp_step_ic_pqq svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 18px;
  width: 18px;
}.cxv_htp_step_h_pqq {
  color: #F6EDDA;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-size: 14px;
}.cxv_htp_step_p_pqq {
  color: #7A6B4C;
  line-height: 1.55;
  font-size: 13px;
  overflow-wrap: break-word;
}.cxv_htp_step_p_pqq strong {
  font-weight: 600;
  color: #D5C9A6;
}.cxv_htp_cta_pqq {
  background: #3AAD5C;
  padding: 0.813rem 26px;
  transition: background .2s;
  border-radius: 0.625rem;
  font-weight: 700;
  font-size: 0.875rem;
  color: #0D0906;
  margin-top: 20px;
  display: inline-block;
}.cxv_htp_cta_pqq:hover {
  background: #4DC470;
}.cxv_prov_pqq {
  background: #110D08;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.cxv_prov_pqq {
  padding: 44px 24px 0;
}
}.cxv_prov_in_pqq {
  margin: 0 auto;
  max-width: 82.5rem;
}.cxv_prov_head_pqq {
  margin-bottom: 1rem;
}.cxv_prov_label_pqq {
  color: #C8921A;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 8px;
  letter-spacing: .08em;
}.cxv_prov_h2_pqq {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #F6EDDA;
}
@media(min-width: 769px) {.cxv_prov_h2_pqq {
  font-size: 1.5rem;
}
}.cxv_prov_seo_pqq {
  margin-bottom: 1rem;
  max-width: 620px;
  color: #7A6B4C;
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.cxv_prov_seo_pqq strong {
  color: #D5C9A6;
  font-weight: 700;
}.cxv_prov_seo_pqq a {
  text-decoration: underline;
  color: #C8921A;
}.cxv_prov_grid_pqq {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.cxv_prov_grid_pqq {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.cxv_prov_grid_pqq {
  grid-template-columns: repeat(8,1fr);
}
}.cxv_prov_card_pqq {
  padding: 14px 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,background .2s;
  background: #161009;
  border-radius: 0.625rem;
  gap: 7px;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  align-items: center;
}.cxv_prov_card_pqq:hover {
  border-color: rgba(200, 146, 42, 0.45);
  background: #1C1610;
}.cxv_prov_logo_pqq {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  overflow: hidden;
  height: 44px;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 44px;
}.cxv_prov_logo_pqq img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.cxv_prov_name_pqq {
  text-align: center;
  font-weight: 600;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #A08E68;
}.cxv_bon_pqq {
  background: #110D08;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.cxv_bon_pqq {
  padding: 44px 1.5rem 0;
}
}.cxv_bon_in_pqq {
  margin: 0 auto;
  max-width: 1320px;
}.cxv_bon_head_pqq {
  margin-bottom: 1.25rem;
}.cxv_bon_label_pqq {
  margin-bottom: 8px;
  font-size: 0.688rem;
  color: #C8921A;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.cxv_bon_h2_pqq {
  margin-bottom: 8px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F6EDDA;
  font-size: 20px;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 769px) {.cxv_bon_h2_pqq {
  font-size: 1.5rem;
}
}.cxv_bon_seo_pqq {
  max-width: 620px;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #7A6B4C;
}.cxv_bon_seo_pqq strong {
  color: #D5C9A6;
  font-weight: 700;
}.cxv_bon_seo_pqq a {
  text-decoration: underline;
  color: #C8921A;
}.cxv_bon_grid_pqq {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 642px) {.cxv_bon_grid_pqq {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.cxv_bon_grid_pqq {
  grid-template-columns: repeat(5,1fr);
}
}.cxv_bon_card_pqq {
  transition: border-color .2s,transform .2s;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #161009;
}.cxv_bon_card_pqq:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 146, 26, 0.08);
}.cxv_bon_card_ic_pqq svg {
  height: 1.625rem;
  stroke-linecap: round;
  width: 26px;
  stroke-linejoin: round;
}.cxv_bon_card_ic_pqq {
  margin-bottom: 0.625rem;
}.cxv_bon_card_type_pqq {
  font-size: 0.625rem;
  letter-spacing: .06em;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #7A6B4C;
}.cxv_bon_card_amount_pqq {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0.375rem;
  color: #E8B840;
  line-height: 1.1;
}.cxv_bon_card_name_pqq {
  color: #F6EDDA;
  font-size: 0.813rem;
  margin-bottom: 8px;
  font-weight: 600;
  overflow-wrap: break-word;
}.cxv_bon_card_detail_pqq {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 0.5rem;
  line-height: 1.5;
  color: #6A5C42;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.cxv_app_pqq {
  background: #110D08;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.cxv_app_pqq {
  padding: 2.75rem 1.5rem 0;
}
}.cxv_app_in_pqq {
  margin: 0 auto;
  max-width: 1320px;
}.cxv_app_head_pqq {
  margin-bottom: 1rem;
}.cxv_app_label_pqq {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  color: #C8921A;
  text-transform: uppercase;
  font-weight: 700;
}.cxv_app_h2_pqq {
  font-size: 1.25rem;
  margin-bottom: 6px;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  color: #F6EDDA;
  font-weight: 800;
}
@media(min-width:768px) {.cxv_app_h2_pqq {
  font-size: 1.5rem;
}
}.cxv_app_sub_pqq {
  overflow-wrap: break-word;
  max-width: 37.5rem;
  color: #7A6B4C;
  line-height: 1.6;
  font-size: 0.813rem;
}.cxv_app_sub_pqq strong {
  font-weight: 700;
  color: #D5C9A6;
}.cxv_app_cards_pqq {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 16px;
}
@media(min-width: 638px) {.cxv_app_cards_pqq {
  grid-template-columns: repeat(3,1fr);
}
}.cxv_app_card_pqq {
  border-radius: 10px;
  gap: 1rem;
  overflow: hidden;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
}.cxv_app_card_ios_pqq {
  background: linear-gradient(135deg,rgba(200, 146, 26, 0.18) 0%,#1C1610 100%);
}.cxv_app_card_android_pqq {
  background: linear-gradient(135deg,rgba(58, 173, 92, 0.16) 0%,#1C1610 100%);
}.cxv_app_card_win_pqq {
  background: linear-gradient(135deg,rgba(232, 184, 64, 0.15) 0%,#1C1610 100%);
}.cxv_app_card_ic_pqq svg {
  width: 34px;
  stroke-linecap: round;
  height: 34px;
  stroke-linejoin: round;
}.cxv_app_card_ic_pqq {
  color: #F6EDDA;
  flex-shrink: 0;
}.cxv_app_card_os_pqq {
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  color: #7A6B4C;
}.cxv_app_card_title_pqq {
  font-weight: 700;
  line-height: 1.2;
  font-size: 15px;
  overflow-wrap: break-word;
  color: #F6EDDA;
  margin-bottom: 6px;
}.cxv_app_card_text_pqq {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0.875rem;
  color: #7A6B4C;
  overflow-wrap: break-word;
}.cxv_app_card_btn_pqq {
  gap: 0.438rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  padding: 0.625rem 1.125rem;
  transition: background .2s;
  border: 1px solid rgba(200, 146, 42, 0.45);
  font-size: 0.813rem;
  color: #F6EDDA;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}.cxv_app_card_btn_pqq:hover {
  background: rgba(255, 255, 255, 0.07);
}.cxv_seo_pqq {
  background: #110D08;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.cxv_seo_pqq {
  padding: 2.75rem 1.5rem 0;
}
}.cxv_seo_in_pqq {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1C1610;
  margin: 0 auto;
  padding: 28px 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.cxv_seo_in_pqq {
  padding: 2.25rem 40px;
}
}.cxv_seo_label_pqq {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  color: #C8921A;
  letter-spacing: .08em;
}.cxv_seo_h2_pqq {
  color: #F6EDDA;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 0.875rem;
  font-weight: 800;
  font-size: 20px;
}
@media(min-width: 765px) {.cxv_seo_h2_pqq {
  font-size: 24px;
}
}.cxv_seo_body_pqq {
  overflow-wrap: break-word;
  color: #A08E68;
  line-height: 1.75;
  font-size: 0.875rem;
}.cxv_seo_body_pqq p {
  font-size: 14px;
  margin-bottom: 0.75rem;
  color: #A08E68;
  line-height: 1.75;
}.cxv_seo_body_pqq p:last-child {
  margin-bottom: 0;
}.cxv_seo_body_pqq strong {
  font-weight: 700;
  color: #D5C9A6;
}.cxv_seo_body_pqq a {
  transition: color .2s;
  color: #C8921A;
  text-decoration: underline;
}.cxv_seo_body_pqq a:hover {
  color: #DBA830;
}.cxv_seo_body_pqq ul,.cxv_seo_body_pqq ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.cxv_seo_body_pqq ol {
  list-style: decimal;
}.cxv_seo_body_pqq li {
  line-height: 1.75;
  margin-bottom: 6px;
  font-size: 14px;
  color: #A08E68;
}.cxv_seo_body_pqq table {
  overflow-x: auto;
  width: 100%;
  display: block;
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 0.75rem;
}
@media(min-width:768px) {.cxv_seo_body_pqq table {
  display: table;
}
}.cxv_seo_body_pqq th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  color: #D5C9A6;
  text-align: left;
  font-weight: 700;
}.cxv_seo_body_pqq td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #A08E68;
}.cxv_seo_cols_pqq {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 642px) {.cxv_seo_cols_pqq {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.cxv_seo_cols_pqq {
  grid-template-columns: repeat(3,1fr);
}
}.cxv_seo_col_h_pqq {
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 700;
  color: #D5C9A6;
}.cxv_seo_col_p_pqq {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #7A6B4C;
  line-height: 1.65;
}.cxv_seo_stats_pqq {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.cxv_seo_stat_pqq {
  border: 1px solid rgba(200, 146, 26, 0.18);
  background: rgba(200, 146, 26, 0.08);
  flex: 1;
  border-radius: 10px;
  padding: 14px 16px;
  min-width: 140px;
}.cxv_seo_stat_val_pqq {
  font-size: 20px;
  color: #C8921A;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
}.cxv_seo_stat_lb_pqq {
  overflow-wrap: break-word;
  color: #7A6B4C;
  font-size: 0.688rem;
}.cxv_pmt_pqq {
  background: #110D08;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.cxv_pmt_pqq {
  padding: 44px 24px 0;
}
}.cxv_pmt_in_pqq {
  margin: 0 auto;
  max-width: 1320px;
}.cxv_pmt_head_pqq {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.cxv_pmt_label_pqq {
  font-size: 11px;
  margin-bottom: 8px;
  color: #C8921A;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.cxv_pmt_h2_pqq {
  overflow-wrap: break-word;
  color: #F6EDDA;
  margin-bottom: 8px;
  font-size: 22px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
}
@media(min-width: 766px) {.cxv_pmt_h2_pqq {
  font-size: 28px;
}
}.cxv_pmt_intro_pqq {
  line-height: 1.6;
  font-size: 0.875rem;
  color: #7A6B4C;
  overflow-wrap: break-word;
}.cxv_pmt_groups_pqq {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.cxv_pmt_group_pqq {
  border-radius: 0.625rem;
  background: #1C1610;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.cxv_pmt_group_head_pqq {
  gap: 12px;
  display: flex;
  margin-bottom: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
}.cxv_pmt_group_ic_pqq {
  border-radius: 6px;
  background: rgba(200, 146, 26, 0.18);
  width: 2.25rem;
  height: 36px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  color: #C8921A;
}.cxv_pmt_group_ic_pqq svg {
  stroke-linecap: round;
  height: 1.125rem;
  width: 1.125rem;
  stroke-linejoin: round;
}.cxv_pmt_group_h_pqq {
  margin: 0;
  overflow-wrap: break-word;
  font-weight: 700;
  font-family: 'Cormorant Garamond', serif;
  color: #F6EDDA;
  font-size: 16px;
}.cxv_pmt_group_p_pqq {
  margin-bottom: 14px;
  line-height: 1.6;
  color: #7A6B4C;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.cxv_pmt_group_p_pqq strong {
  color: #D5C9A6;
  font-weight: 600;
}.cxv_pmt_table_wrap_pqq {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.cxv_pmt_table_pqq {
  min-width: 33.75rem;
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
}.cxv_pmt_table_pqq th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 0.688rem;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  text-align: left;
  letter-spacing: .04em;
  color: #D5C9A6;
}.cxv_pmt_table_pqq td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  color: #7A6B4C;
}.cxv_pmt_table_pqq tbody tr:last-child td {
  border-bottom: none;
}.cxv_pmt_table_pqq tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D5C9A6;
}.cxv_seo_pqq {
  background: #110D08;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.cxv_seo_pqq {
  padding: 2.75rem 24px 0;
}
}.cxv_seo_in_pqq {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1C1610;
  margin: 0 auto;
  padding: 28px 24px;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.cxv_seo_in_pqq {
  padding: 2.25rem 40px;
}
}.cxv_seo_label_pqq {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.625rem;
  color: #C8921A;
  letter-spacing: .08em;
}.cxv_seo_h2_pqq {
  color: #F6EDDA;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 14px;
  font-size: 20px;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.cxv_seo_h2_pqq {
  font-size: 24px;
}
}.cxv_seo_body_pqq {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #A08E68;
  font-size: 0.875rem;
}.cxv_seo_body_pqq p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #A08E68;
}.cxv_seo_body_pqq p:last-child {
  margin-bottom: 0;
}.cxv_seo_body_pqq strong {
  color: #D5C9A6;
  font-weight: 700;
}.cxv_seo_body_pqq a {
  transition: color .2s;
  color: #C8921A;
  text-decoration: underline;
}.cxv_seo_body_pqq a:hover {
  color: #DBA830;
}.cxv_seo_body_pqq ul,.cxv_seo_body_pqq ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.cxv_seo_body_pqq ol {
  list-style: decimal;
}.cxv_seo_body_pqq li {
  margin-bottom: 0.375rem;
  color: #A08E68;
  line-height: 1.75;
  font-size: 14px;
}.cxv_seo_body_pqq table {
  border-collapse: collapse;
  font-size: 13px;
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 12px;
}
@media(min-width: 767px) {.cxv_seo_body_pqq table {
  display: table;
}
}.cxv_seo_body_pqq th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D5C9A6;
  text-align: left;
  font-weight: 700;
}.cxv_seo_body_pqq td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A08E68;
}.cxv_seo_cols_pqq {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 637px) {.cxv_seo_cols_pqq {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.cxv_seo_cols_pqq {
  grid-template-columns: repeat(3,1fr);
}
}.cxv_seo_col_h_pqq {
  color: #D5C9A6;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 7px;
}.cxv_seo_col_p_pqq {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #7A6B4C;
  line-height: 1.65;
}.cxv_seo_stats_pqq {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.cxv_seo_stat_pqq {
  flex: 1;
  background: rgba(200, 146, 26, 0.08);
  border-radius: 10px;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(200, 146, 26, 0.18);
  min-width: 8.75rem;
}.cxv_seo_stat_val_pqq {
  color: #C8921A;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-weight: 800;
}.cxv_seo_stat_lb_pqq {
  color: #7A6B4C;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.cxv_seo_pqq {
  padding: 36px 1rem 0;
  background: #110D08;
}
@media(min-width: 767px) {.cxv_seo_pqq {
  padding: 2.75rem 1.5rem 0;
}
}.cxv_seo_in_pqq {
  background: #1C1610;
  border-radius: 16px;
  margin: 0 auto;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 82.5rem;
}
@media(min-width: 767px) {.cxv_seo_in_pqq {
  padding: 2.25rem 40px;
}
}.cxv_seo_label_pqq {
  text-transform: uppercase;
  color: #C8921A;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
}.cxv_seo_h2_pqq {
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 14px;
  font-family: 'Cormorant Garamond', serif;
  color: #F6EDDA;
}
@media(min-width: 769px) {.cxv_seo_h2_pqq {
  font-size: 1.5rem;
}
}.cxv_seo_body_pqq {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
  color: #A08E68;
}.cxv_seo_body_pqq p {
  color: #A08E68;
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 14px;
}.cxv_seo_body_pqq p:last-child {
  margin-bottom: 0;
}.cxv_seo_body_pqq strong {
  color: #D5C9A6;
  font-weight: 700;
}.cxv_seo_body_pqq a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8921A;
}.cxv_seo_body_pqq a:hover {
  color: #DBA830;
}.cxv_seo_body_pqq ul,.cxv_seo_body_pqq ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.cxv_seo_body_pqq ol {
  list-style: decimal;
}.cxv_seo_body_pqq li {
  color: #A08E68;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
}.cxv_seo_body_pqq table {
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
  display: block;
  margin-bottom: 12px;
  overflow-x: auto;
}
@media(min-width: 766px) {.cxv_seo_body_pqq table {
  display: table;
}
}.cxv_seo_body_pqq th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  font-weight: 700;
  text-align: left;
  color: #D5C9A6;
}.cxv_seo_body_pqq td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #A08E68;
}.cxv_seo_cols_pqq {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 638px) {.cxv_seo_cols_pqq {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.cxv_seo_cols_pqq {
  grid-template-columns: repeat(3,1fr);
}
}.cxv_seo_col_h_pqq {
  margin-bottom: 7px;
  color: #D5C9A6;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 700;
}.cxv_seo_col_p_pqq {
  line-height: 1.65;
  font-size: 13px;
  color: #7A6B4C;
  overflow-wrap: break-word;
}.cxv_seo_stats_pqq {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.cxv_seo_stat_pqq {
  border-radius: 10px;
  padding: 14px 1rem;
  background: rgba(200, 146, 26, 0.08);
  border: 1px solid rgba(200, 146, 26, 0.18);
  flex: 1;
  min-width: 8.75rem;
}.cxv_seo_stat_val_pqq {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #C8921A;
}.cxv_seo_stat_lb_pqq {
  overflow-wrap: break-word;
  color: #7A6B4C;
  font-size: 0.688rem;
}.cxv_rv_pqq {
  background: #110D08;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.cxv_rv_pqq {
  padding: 44px 1.5rem 0;
}
}.cxv_rv_in_pqq {
  margin: 0 auto;
  max-width: 1320px;
}.cxv_rv_head_pqq {
  max-width: 45rem;
  margin-bottom: 20px;
}.cxv_rv_label_pqq {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #C8921A;
  letter-spacing: .08em;
  margin-bottom: 8px;
}.cxv_rv_h2_pqq {
  color: #F6EDDA;
  margin-bottom: 10px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 771px) {.cxv_rv_h2_pqq {
  font-size: 28px;
}
}.cxv_rv_stats_pqq {
  gap: 18px;
  color: #7A6B4C;
  font-size: 13px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.cxv_rv_stats_score_pqq {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.cxv_rv_stats_score_val_pqq {
  color: #E8B840;
  font-size: 1.375rem;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
}.cxv_rv_stats_score_max_pqq {
  font-size: 13px;
  color: #6A5C42;
}.cxv_rv_stats_badge_pqq {
  gap: 4px;
  align-items: center;
  display: flex;
}.cxv_rv_stats_badge_pqq svg {
  color: #E8B840;
  width: 14px;
  height: 0.875rem;
}.cxv_rv_grid_pqq {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.cxv_rv_grid_pqq {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.cxv_rv_grid_pqq {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.cxv_rv_card_pqq {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 20px;
  background: #1C1610;
  flex-direction: column;
  display: flex;
}.cxv_rv_card_stars_pqq {
  gap: 2px;
  display: flex;
  color: #E8B840;
  margin-bottom: 0.625rem;
}.cxv_rv_card_stars_pqq svg {
  height: 0.875rem;
  width: 0.875rem;
}.cxv_rv_card_h_pqq {
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #F6EDDA;
  line-height: 1.3;
  font-size: 14px;
}.cxv_rv_card_body_pqq {
  flex: 1;
  color: #7A6B4C;
  margin-bottom: 14px;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.cxv_rv_card_body_pqq strong {
  color: #D5C9A6;
  font-weight: 600;
}.cxv_rv_card_meta_pqq {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.75rem;
  justify-content: space-between;
  align-items: center;
}.cxv_rv_card_author_pqq {
  font-size: 12px;
  color: #D5C9A6;
  font-weight: 600;
}.cxv_rv_card_date_pqq {
  font-size: 11px;
  color: #6A5C42;
}.cxv_faq_pqq {
  padding: 36px 1rem 0;
  background: #110D08;
}
@media(min-width: 767px) {.cxv_faq_pqq {
  padding: 2.75rem 24px 0;
}
}.cxv_faq_in_pqq {
  margin: 0 auto;
  max-width: 82.5rem;
}.cxv_faq_head_pqq {
  margin-bottom: 1.25rem;
}.cxv_faq_label_pqq {
  font-size: 11px;
  text-transform: uppercase;
  color: #C8921A;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.cxv_faq_h2_pqq {
  color: #F6EDDA;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 765px) {.cxv_faq_h2_pqq {
  font-size: 1.5rem;
}
}.cxv_faq_list_pqq {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.cxv_faq_item_pqq {
  border-radius: 0.625rem;
  overflow: hidden;
  background: #1C1610;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.cxv_faq_q_pqq {
  gap: 0.75rem;
  transition: color .2s;
  padding: 16px 20px;
  cursor: pointer;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  overflow-wrap: break-word;
  color: #D5C9A6;
  display: flex;
  font-weight: 600;
  font-size: 0.875rem;
}.cxv_faq_q_pqq:hover {
  color: #F6EDDA;
}.cxv_faq_q_ic_pqq {
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 24px;
  flex-shrink: 0;
  width: 24px;
  align-items: center;
  color: #C8921A;
  font-size: 16px;
}.cxv_faq_item_pqq.cxv_state_open_pqq .cxv_faq_q_ic_pqq {
  transform: rotate(45deg);
}.cxv_faq_a_pqq {
  padding: 0 20px 16px;
  line-height: 1.7;
  color: #7A6B4C;
  font-size: 13px;
  overflow-wrap: break-word;
  display: none;
}.cxv_faq_item_pqq.cxv_state_open_pqq .cxv_faq_a_pqq {
  display: block;
}.cxv_faq_a_pqq strong {
  font-weight: 700;
  color: #D5C9A6;
}.cxv_faq_a_pqq a {
  color: #C8921A;
  text-decoration: underline;
}.cxv_faq_a_pqq ul,.cxv_faq_a_pqq ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.cxv_faq_a_pqq ol {
  list-style: decimal;
}.cxv_faq_a_pqq li {
  margin-bottom: 4px;
  line-height: 1.6;
}.cxv_faq_a_pqq table {
  margin: 8px 0;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  font-size: 0.75rem;
  width: 100%;
}
@media(min-width: 771px) {.cxv_faq_a_pqq table {
  display: table;
}
}.cxv_faq_a_pqq th {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #D5C9A6;
}.cxv_faq_a_pqq td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A6B4C;
}.cxv_ft_pqq {
  background: #0C0906;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.cxv_ft_support_pqq {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 1rem;
}
@media(min-width: 769px) {.cxv_ft_support_pqq {
  padding: 28px 1.5rem;
}
}.cxv_ft_support_in_pqq {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 82.5rem;
}.cxv_ft_support_main_pqq {
  flex: 1;
  gap: 16px;
  display: flex;
  min-width: 220px;
  align-items: center;
  flex-wrap: wrap;
}.cxv_ft_support_ic_pqq {
  flex-shrink: 0;
  color: #C8921A;
}.cxv_ft_support_ic_pqq svg {
  height: 30px;
  stroke-linejoin: round;
  width: 1.875rem;
  stroke-linecap: round;
}.cxv_ft_support_text_title_pqq {
  font-weight: 700;
  color: #F6EDDA;
  overflow-wrap: break-word;
  font-size: 15px;
  margin-bottom: 3px;
}.cxv_ft_support_text_sub_pqq {
  color: #7A6B4C;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.cxv_ft_support_btn_pqq {
  background: #C8921A;
  border-radius: 10px;
  padding: 11px 1.375rem;
  transition: background .2s;
  font-weight: 700;
  flex-shrink: 0;
  color: #F6EDDA;
  white-space: nowrap;
  font-size: 13px;
}.cxv_ft_support_btn_pqq:hover {
  background: #DBA830;
}.cxv_ft_support_contacts_pqq {
  gap: 1rem;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.cxv_ft_support_contact_pqq {
  line-height: 1.4;
  color: #6A5C42;
  font-size: 0.75rem;
}.cxv_ft_support_contact_pqq strong {
  color: #A08E68;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
  font-size: 0.688rem;
}.cxv_ft_main_pqq {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.cxv_ft_main_pqq {
  padding: 2.5rem 24px 2rem;
}
}.cxv_ft_main_in_pqq {
  gap: 1.5rem;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 642px) {.cxv_ft_main_in_pqq {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.cxv_ft_main_in_pqq {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.cxv_ft_col_logo_pqq {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.cxv_ft_col_logo_pqq {
  grid-column: auto;
}
}.cxv_ft_logo_pqq {
  gap: 9px;
  align-items: center;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  color: #F6EDDA;
  font-size: 1rem;
  flex-wrap: wrap;
  font-weight: 800;
  display: flex;
}.cxv_ft_logo_mark_pqq {
  border-radius: 0.375rem;
  overflow: hidden;
  height: 1.875rem;
  width: 30px;
}.cxv_ft_logo_mark_pqq img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.cxv_ft_logo_sub_pqq {
  max-width: 200px;
  font-size: 12px;
  color: #6A5C42;
  line-height: 1.55;
  overflow-wrap: break-word;
}.cxv_ft_col_title_pqq {
  letter-spacing: .07em;
  font-weight: 700;
  margin-bottom: 14px;
  color: #A08E68;
  font-size: 0.75rem;
  text-transform: uppercase;
}.cxv_ft_col_links_pqq {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.cxv_ft_col_link_pqq {
  transition: color .2s;
  font-size: 13px;
  color: #6A5C42;
  overflow-wrap: break-word;
}.cxv_ft_col_link_pqq:hover {
  color: #D5C9A6;
}.cxv_ft_apps_pqq {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.cxv_ft_app_card_pqq {
  border-radius: 6px;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  align-items: center;
  display: flex;
}.cxv_ft_app_card_pqq:hover {
  border-color: rgba(200, 146, 42, 0.45);
}.cxv_ft_app_card_ic_pqq svg {
  height: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 22px;
}.cxv_ft_app_card_os_pqq {
  color: #6A5C42;
  font-size: 0.625rem;
  font-weight: 600;
}.cxv_ft_app_card_action_pqq {
  color: #D5C9A6;
  font-weight: 700;
  font-size: 12px;
}.cxv_ft_bot_pqq {
  padding: 1.25rem 16px;
}
@media(min-width: 770px) {.cxv_ft_bot_pqq {
  padding: 1.25rem 24px;
}
}.cxv_ft_bot_in_pqq {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  max-width: 82.5rem;
}.cxv_ft_socials_pqq {
  gap: 0.5rem;
  display: flex;
}.cxv_ft_soc_pqq {
  transition: background .2s;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  height: 36px;
  width: 36px;
  color: #A08E68;
  justify-content: center;
  align-items: center;
  display: flex;
}.cxv_ft_soc_pqq svg {
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
  height: 16px;
}.cxv_ft_soc_pqq:hover {
  background: rgba(255, 255, 255, 0.07);
}.cxv_ft_legal_pqq {
  flex: 1;
  font-size: 11px;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #8C7C5E;
  min-width: 12.5rem;
}.cxv_ft_legal_pqq strong {
  color: #A08E68;
  font-weight: 700;
}.cxv_ft_legal_pqq a {
  text-decoration: underline;
  color: #A08E68;
}.cxv_ft_age_pqq {
  border: 2px solid #8C7C5E;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: auto;
  color: #8C7C5E;
  width: 2rem;
  font-weight: 800;
  height: 2rem;
  font-size: 0.688rem;
  justify-content: center;
  align-items: center;
  display: flex;
}