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 {
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #0F0808;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  font-family: 'Lato', sans-serif;
  line-height: 1.6;
  color: #D5C4A6;
}.qyx-layout_gto {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.qyx-page_gto {
  display: flex;
  min-height: 100vh;
}.qyx-main_gto {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media (min-width: 1083px) {.qyx-main_gto {
  padding-left: 220px;
}
}
@media (max-width: 1077px) {.qyx-main_gto {
  padding-bottom: 72px;
}
}.qyx-gc_gto {
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  background: #160C0C;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  cursor: pointer;
  width: 140px;
  position: relative;
  flex-shrink: 0;
}
@media(min-width:640px) {.qyx-gc_gto {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.qyx-gc_gto {
  width: 168px;
}
}.qyx-gc_gto:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 138, 12, 0.07);
}.qyx-gc_img_gto {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.qyx-gc_img_gto img {
  inset: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}.qyx-gc_hover_gto {
  background: rgba(8, 4, 4, 0.72);
  transition: opacity .2s;
  inset: 0;
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}.qyx-gc_gto:hover .qyx-gc_hover_gto {
  opacity: 1;
}.qyx-gc_hover_btn_gto {
  background: #C88A0C;
  padding: 8px 16px;
  border-radius: 0.25rem;
  font-weight: 700;
  font-size: 12px;
  color: #F6EDD9;
}.qyx-gc_info_gto {
  padding: 0.5rem 0.625rem 10px;
}.qyx-gc_name_gto {
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 3px;
  font-size: 0.75rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #D5C4A6;
}.qyx-gc_prov_gto {
  font-size: 10px;
  color: #5F4C3E;
}.qyx-gc_tag_gto {
  border-radius: 4px;
  padding: 2px 7px;
  font-size: 0.563rem;
  z-index: 2;
  top: 6px;
  letter-spacing: .04em;
  text-transform: uppercase;
  position: absolute;
  font-weight: 700;
  left: 6px;
}.qyx-gc_tag_hot_gto {
  background: #CC2233;
  color: #fff;
}.qyx-gc_tag_new_gto {
  background: #2DBF72;
  color: #0F0808;
}.qyx-gc_tag_jp_gto {
  background: #D4A218;
  color: #0F0808;
}.qyx-gc_tag_ex_gto {
  background: #8B1A2C;
  color: #fff;
}.qyx-gc_tag_live_gto {
  background: #CC2233;
  color: #fff;
}.qyx-gr_gto {
  padding: 32px 16px 0;
  background: #0F0808;
}
@media(min-width: 767px) {.qyx-gr_gto {
  padding: 36px 1.5rem 0;
}
}.qyx-gr_in_gto {
  margin: 0 auto;
  max-width: 82.5rem;
}.qyx-gr_head_gto {
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}.qyx-gr_head_l_gto {
  flex: 1;
  gap: 0.625rem;
  align-items: center;
  min-width: 0;
  display: flex;
}.qyx-gr_ic_gto {
  border-radius: 0.5rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 32px;
  height: 32px;
  align-items: center;
}.qyx-gr_ic_gto svg {
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
}.qyx-gr_title_gto {
  font-weight: 700;
  font-size: 16px;
  color: #F6EDD9;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 769px) {.qyx-gr_title_gto {
  font-size: 1.125rem;
}
}.qyx-gr_more_gto {
  transition: color .2s;
  gap: 0.313rem;
  white-space: nowrap;
  font-weight: 600;
  display: flex;
  color: #7E6554;
  font-size: 0.75rem;
  flex-shrink: 0;
  align-items: center;
}.qyx-gr_more_gto:hover {
  color: #C88A0C;
}.qyx-gr_more_gto svg {
  stroke-linecap: round;
  height: 12px;
  width: 0.75rem;
  stroke-linejoin: round;
}.qyx-gr_arrows_gto {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.qyx-gr_arr_gto {
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #A89178;
  height: 30px;
  width: 1.875rem;
}.qyx-gr_arr_gto:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F6EDD9;
}.qyx-gr_arr_gto svg {
  height: 13px;
  stroke-linecap: round;
  width: 13px;
  stroke-linejoin: round;
}.qyx-gr_seo_h_gto {
  margin: 0 0 0.375rem;
  color: #D5C4A6;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.813rem;
  max-width: 42.5rem;
}
@media(min-width: 769px) {.qyx-gr_seo_h_gto {
  font-size: 14px;
}
}.qyx-gr_seo_gto {
  overflow-wrap: break-word;
  line-height: 1.55;
  max-width: 680px;
  margin-bottom: 0.75rem;
  color: #7E6554;
  font-size: 0.75rem;
}.qyx-gr_seo_gto strong {
  color: #D5C4A6;
  font-weight: 600;
}.qyx-gr_scroll_gto {
  gap: 0.625rem;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 0.625rem;
  -webkit-overflow-scrolling: touch;
}.qyx-gr_scroll_gto::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.qyx-gr_scroll_gto {
  gap: 12px;
}
}.qyx-tb_gto {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0F0808;
  height: 56px;
  align-items: center;
  z-index: 80;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  display: flex;
}.qyx-tb_in_gto {
  gap: 0;
  padding: 0 14px;
  align-items: center;
  height: 100%;
  width: 100%;
  display: flex;
}.qyx-tb_burger_gto {
  gap: 0.313rem;
  border-radius: 8px;
  align-items: center;
  height: 38px;
  display: flex;
  justify-content: center;
  margin-right: 8px;
  flex-direction: column;
  flex-shrink: 0;
  width: 38px;
}.qyx-tb_burger_gto:hover {
  background: rgba(255, 255, 255, 0.05);
}.qyx-tb_burger_line_gto {
  border-radius: 1px;
  background: #A89178;
  width: 18px;
  display: block;
  height: 2px;
}
@media(min-width: 1078px) {.qyx-tb_burger_gto {
  display: none;
}
}.qyx-tb_logo_gto {
  gap: 9px;
  margin-right: 1.25rem;
  display: flex;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  flex-shrink: 0;
  font-weight: 800;
  color: #F6EDD9;
  align-items: center;
  letter-spacing: -.01em;
}.qyx-tb_logo_mark_gto {
  border-radius: 0.5rem;
  overflow: hidden;
  height: 2rem;
  justify-content: center;
  width: 32px;
  display: flex;
  align-items: center;
}.qyx-tb_logo_mark_gto img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.qyx-tb_nav_gto {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.qyx-tb_nav_gto {
  display: flex;
}
}.qyx-tb_tab_gto {
  transition: background .15s,color .15s;
  padding: 8px 14px;
  border-radius: 0.5rem;
  font-weight: 600;
  color: #A89178;
  font-size: 13px;
  white-space: nowrap;
}.qyx-tb_tab_gto:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6EDD9;
}.qyx-tb_tab_gto.qyx-state_active_gto {
  background: rgba(200, 138, 12, 0.18);
  color: #F6EDD9;
}.qyx-tb_right_gto {
  gap: 0.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: auto;
}.qyx-tb_login_gto {
  border-radius: 8px;
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.563rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  display: none;
  font-size: 0.813rem;
  font-weight: 600;
  color: #D5C4A6;
}.qyx-tb_login_gto:hover {
  border-color: rgba(200, 138, 12, 0.45);
  color: #F6EDD9;
}
@media(min-width:480px) {.qyx-tb_login_gto {
  display: block;
}
}.qyx-tb_reg_gto {
  padding: 9px 18px;
  border-radius: 0.5rem;
  background: #2DBF72;
  transition: background .2s;
  font-weight: 700;
  font-size: 0.813rem;
  color: #0F0808;
  white-space: nowrap;
}.qyx-tb_reg_gto:hover {
  background: #34D680;
}.qyx-sb_gto {
  background: #1C1010;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  transform: translateX(-100%);
  width: 13.75rem;
  top: 56px;
  z-index: 70;
  overflow-y: auto;
  left: 0;
  position: fixed;
  bottom: 0;
}.qyx-sb_gto.qyx-state_open_gto {
  transform: translateX(0);
}.qyx-sb_gto::-webkit-scrollbar {
  width: 4px;
}.qyx-sb_gto::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1081px) {.qyx-sb_gto {
  transform: translateX(0);
}
}.qyx-sb_auth_gto {
  padding: 0.875rem 0.75rem 10px;
}.qyx-sb_btn_reg_gto {
  border-radius: 8px;
  padding: 0.688rem;
  transition: background .2s;
  background: #2DBF72;
  font-size: 0.813rem;
  color: #0F0808;
  text-align: center;
  margin-bottom: 8px;
  font-weight: 700;
  display: block;
}.qyx-sb_btn_reg_gto:hover {
  background: #34D680;
}.qyx-sb_btn_login_gto {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  color: #D5C4A6;
  display: block;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
}.qyx-sb_btn_login_gto:hover {
  border-color: rgba(200, 138, 12, 0.45);
  color: #F6EDD9;
}.qyx-sb_promo_gto {
  background: linear-gradient(135deg,#3A0C10,#1C1010);
  padding: 12px 14px;
  border: 1px solid rgba(200, 138, 12, 0.18);
  margin: 0 0.75rem 0.625rem;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}.qyx-sb_promo_gto::before {
  background: radial-gradient(circle,rgba(200, 138, 12, 0.18),transparent 70%);
  border-radius: 50%;
  top: -20px;
  width: 80px;
  height: 5rem;
  right: -20px;
  content: '';
  position: absolute;
}.qyx-sb_promo_title_gto {
  text-transform: uppercase;
  color: #C88A0C;
  letter-spacing: .06em;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 4px;
}.qyx-sb_promo_text_gto {
  font-size: 12px;
  line-height: 1.35;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #F6EDD9;
}.qyx-sb_promo_sub_gto {
  margin-top: 3px;
  font-size: 0.625rem;
  color: #7E6554;
}.qyx-sb_nav_gto {
  padding: 6px 8px 16px;
}.qyx-sb_nav_lb_gto {
  padding: 10px 8px 6px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #5F4C3E;
}.qyx-sb_link_gto {
  padding: 9px 10px;
  border-radius: 4px;
  gap: 0.625rem;
  transition: background .15s,color .15s;
  display: flex;
  cursor: pointer;
  overflow-wrap: break-word;
  font-weight: 500;
  font-size: 0.813rem;
  color: #A89178;
  align-items: center;
}.qyx-sb_link_gto:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6EDD9;
}.qyx-sb_link_gto.qyx-state_active_gto {
  background: rgba(200, 138, 12, 0.18);
  color: #F6EDD9;
}.qyx-sb_ic_gto {
  border-radius: 0.25rem;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  height: 30px;
  width: 30px;
}.qyx-sb_ic_gto svg {
  stroke-linejoin: round;
  width: 1rem;
  height: 1rem;
  stroke-linecap: round;
}.qyx-sb_ic_1_gto {
  background: rgba(200, 138, 12, 0.07);
  color: #C88A0C;
}.qyx-sb_ic_2_gto {
  background: rgba(45, 191, 114, 0.16);
  color: #2DBF72;
}.qyx-sb_ic_3_gto {
  background: rgba(212, 162, 24, 0.17);
  color: #D4A218;
}.qyx-sb_ic_4_gto {
  background: rgba(139, 26, 44, 0.22);
  color: #8B1A2C;
}.qyx-sb_ic_5_gto {
  background: rgba(200, 138, 12, 0.07);
  color: #E0426A;
}.qyx-sb_ic_6_gto {
  background: rgba(139, 26, 44, 0.22);
  color: #7B2F90;
}.qyx-sb_badge_gto {
  padding: 2px 7px;
  border-radius: 4px;
  background: #D4A218;
  margin-left: auto;
  color: #0F0808;
  font-size: 9px;
  font-weight: 700;
}.qyx-sb_bot_gto {
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  display: flex;
}.qyx-sb_lang_gto,.qyx-sb_help_gto {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  transition: border-color .2s;
  padding: 9px 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  flex: 1;
  gap: 6px;
  font-weight: 600;
  font-size: 0.688rem;
  color: #A89178;
  align-items: center;
  justify-content: center;
  display: flex;
}.qyx-sb_lang_gto:hover,.qyx-sb_help_gto:hover {
  border-color: rgba(200, 138, 12, 0.45);
  color: #F6EDD9;
}.qyx-sb_lang_gto svg,.qyx-sb_help_gto svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 13px;
  width: 13px;
}.qyx-sb_bd_gto {
  background: rgba(8, 4, 4, 0.72);
  inset: 0;
  display: none;
  position: fixed;
  z-index: 69;
}.qyx-sb_bd_gto.qyx-state_on_gto {
  display: block;
}
@media(min-width:1080px) {.qyx-sb_bd_gto {
  display: none!important;
}
}.qyx-mob_nav_gto {
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #1C1010;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  left: 0;
  right: 0;
  z-index: 80;
  display: flex;
  bottom: 0;
  position: fixed;
}
@media(min-width: 1077px) {.qyx-mob_nav_gto {
  display: none;
}
}.qyx-mob_nav_item_gto {
  gap: 4px;
  padding: 4px 2px;
  flex: 1;
  cursor: pointer;
  flex-direction: column;
  color: #5F4C3E;
  align-items: center;
  display: flex;
}.qyx-mob_nav_ic_gto {
  line-height: 1;
}.qyx-mob_nav_ic_gto svg {
  stroke-linecap: round;
  height: 1.25rem;
  width: 1.25rem;
  stroke-linejoin: round;
}.qyx-mob_nav_lb_gto {
  font-size: 10px;
  color: #5F4C3E;
  font-weight: 600;
}.qyx-mob_nav_item_gto.qyx-state_active_gto {
  color: #C88A0C;
}.qyx-mob_nav_item_gto.qyx-state_active_gto .qyx-mob_nav_lb_gto {
  color: #C88A0C;
}.qyx-hero_gto {
  padding: 1.25rem 16px 0;
  background: #0F0808;
}
@media(min-width: 766px) {.qyx-hero_gto {
  padding: 1.5rem 24px 0;
}
}.qyx-hero_in_gto {
  gap: 12px;
  margin: 0 auto;
  max-width: 82.5rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.qyx-hero_in_gto {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1097px) {.qyx-hero_in_gto {
  grid-template-columns: 1fr 21.25rem;
}
}.qyx-hero_promo_gto {
  background: #160C0C;
  overflow: hidden;
  border-radius: 0.875rem;
  display: flex;
  align-items: stretch;
  position: relative;
  min-height: 13.75rem;
}
@media(min-width: 770px) {.qyx-hero_promo_gto {
  min-height: 280px;
}
}.qyx-hero_promo_bg_gto {
  inset: 0;
  background: linear-gradient(120deg,#3A0C10 0%,#0F0808 100%);
  background-position: center;
  background-size: cover;
  position: absolute;
}.qyx-hero_promo_bg_gto::after {
  background: linear-gradient(90deg,#0F0808 0%,rgba(8, 4, 4, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.qyx-hero_promo_glow_gto {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(139, 26, 44, 0.22) 0%,transparent 65%);
  height: 18.75rem;
  top: -40px;
  position: absolute;
  width: 18.75rem;
  pointer-events: none;
  right: 60px;
}.qyx-hero_promo_ct_gto {
  padding: 1.75rem 24px 1.75rem 28px;
  z-index: 2;
  justify-content: center;
  position: relative;
  max-width: 30rem;
  flex-direction: column;
  display: flex;
}
@media(min-width:768px) {.qyx-hero_promo_ct_gto {
  padding: 2.5rem 2rem;
}
}.qyx-hero_badge_gto {
  padding: 5px 12px;
  border-radius: 20px;
  border: 1px solid rgba(200, 138, 12, 0.07);
  background: rgba(200, 138, 12, 0.18);
  font-weight: 700;
  color: #C88A0C;
  font-size: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 14px;
}.qyx-hero_h1_gto {
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  line-height: 1.15;
  font-weight: 800;
  color: #F6EDD9;
  font-size: 1.625rem;
  font-family: 'Playfair Display', serif;
}.qyx-hero_h1_gto em {
  color: #D4A218;
  font-style: normal;
}
@media(min-width: 771px) {.qyx-hero_h1_gto {
  font-size: 36px;
}
}.qyx-hero_sub_gto {
  font-size: 13px;
  color: #A89178;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}
@media(min-width: 766px) {.qyx-hero_sub_gto {
  font-size: 14px;
}
}.qyx-hero_row_gto {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.qyx-hero_cta_gto {
  padding: 13px 26px;
  border-radius: 0.5rem;
  background: #2DBF72;
  transition: background .2s;
  color: #0F0808;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 4px 0.25rem 0 rgba(0, 0, 0, 0.50), 0 2px 0.875rem rgba(45, 191, 114, 0.38);
}.qyx-hero_cta_gto:hover {
  background: #34D680;
}.qyx-hero_terms_gto {
  color: #5F4C3E;
  font-size: 11px;
}.qyx-hero_game_gto {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.875rem;
  background: #160C0C;
  flex-direction: column;
  position: relative;
  display: flex;
}.qyx-hero_game_badge_gto {
  border: 1px solid rgba(212, 162, 24, 0.17);
  border-radius: 1.25rem;
  background: rgba(212, 162, 24, 0.17);
  padding: 5px 10px;
  color: #D4A218;
  z-index: 3;
  top: 0.75rem;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 10px;
  position: absolute;
  text-transform: uppercase;
  left: 12px;
}.qyx-hero_game_badge_gto svg {
  width: 11px;
  vertical-align: -1px;
  margin-right: 0.25rem;
  height: 11px;
}.qyx-hero_game_img_gto {
  background: linear-gradient(135deg,#3A0C10,#0F0808);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.qyx-hero_game_img_gto img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}.qyx-hero_game_play_gto {
  background: rgba(8, 4, 4, 0.72);
  inset: 0;
  transition: opacity .2s;
  align-items: center;
  display: flex;
  position: absolute;
  justify-content: center;
  opacity: 0;
}.qyx-hero_game_gto:hover .qyx-hero_game_play_gto {
  opacity: 1;
}.qyx-hero_game_play_gto span {
  border-radius: 50%;
  background: #C88A0C;
  align-items: center;
  width: 52px;
  justify-content: center;
  display: flex;
  height: 3.25rem;
}.qyx-hero_game_play_gto span svg {
  margin-left: 2px;
  height: 1.125rem;
  width: 1.125rem;
}.qyx-hero_game_info_gto {
  padding: 14px 1rem;
}.qyx-hero_game_title_gto {
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
  color: #F6EDD9;
}.qyx-hero_game_provider_gto {
  color: #7E6554;
  font-size: 0.688rem;
}.qyx-hero_game_btn_gto {
  background: #C88A0C;
  padding: 11px;
  margin: 12px 16px 1rem;
  transition: background .2s;
  border-radius: 8px;
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #F6EDD9;
  text-align: center;
}.qyx-hero_game_gto:hover .qyx-hero_game_btn_gto {
  background: #DFA014;
}.qyx-sbar_gto {
  padding: 1rem 16px 0;
  background: #0F0808;
}
@media(min-width: 770px) {.qyx-sbar_gto {
  padding: 1.125rem 24px 0;
}
}.qyx-sbar_in_gto {
  margin: 0 auto;
  max-width: 1320px;
}.qyx-sbar_row_gto {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}.qyx-sbar_input_gto {
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex: 1;
  padding: 0.688rem 1rem;
  transition: border-color .2s;
  background: #160C0C;
  border-radius: 8px;
  gap: 0.625rem;
  display: flex;
  font-size: 13px;
  align-items: center;
  color: #7E6554;
  cursor: pointer;
}.qyx-sbar_input_gto:hover {
  border-color: rgba(200, 138, 12, 0.45);
}.qyx-sbar_input_gto svg {
  flex-shrink: 0;
  stroke-linejoin: round;
  height: 15px;
  width: 15px;
  stroke-linecap: round;
}.qyx-sbar_providers_gto {
  gap: 0.5rem;
  transition: border-color .2s;
  padding: 0.688rem 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #160C0C;
  border-radius: 0.5rem;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  color: #D5C4A6;
}.qyx-sbar_providers_gto:hover {
  border-color: rgba(200, 138, 12, 0.45);
  color: #F6EDD9;
}.qyx-sbar_providers_gto svg {
  stroke-linecap: round;
  height: 0.875rem;
  width: 0.875rem;
  stroke-linejoin: round;
}.qyx-sbar_tabs_gto {
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
  display: flex;
}.qyx-sbar_tabs_gto::-webkit-scrollbar {
  display: none;
}.qyx-sbar_tab_gto {
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 7px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s,border-color .15s;
  font-weight: 600;
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  white-space: nowrap;
  font-size: 12px;
  align-items: center;
  color: #A89178;
}.qyx-sbar_tab_gto:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(200, 138, 12, 0.45);
  color: #F6EDD9;
}.qyx-sbar_tab_gto.qyx-state_active_gto {
  background: rgba(200, 138, 12, 0.18);
  border-color: rgba(200, 138, 12, 0.07);
  color: #F6EDD9;
}.qyx-sbar_tab_ic_gto svg {
  stroke-linejoin: round;
  height: 14px;
  width: 14px;
  stroke-linecap: round;
}.qyx-wy_gto {
  background: #0F0808;
  padding: 32px 1rem 0;
}
@media(min-width: 771px) {.qyx-wy_gto {
  padding: 2.5rem 1.5rem 0;
}
}.qyx-wy_in_gto {
  margin: 0 auto;
  max-width: 82.5rem;
}.qyx-wy_head_gto {
  max-width: 45rem;
  margin-bottom: 18px;
}.qyx-wy_label_gto {
  margin-bottom: 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #C88A0C;
}.qyx-wy_h2_gto {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-family: 'Playfair Display', serif;
  color: #F6EDD9;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.qyx-wy_h2_gto {
  font-size: 1.5rem;
}
}.qyx-wy_intro_gto {
  margin: 0;
  font-size: 0.813rem;
  color: #7E6554;
  line-height: 1.6;
}.qyx-wy_grid_gto {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.qyx-wy_grid_gto {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.qyx-wy_grid_gto {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.qyx-wy_card_gto {
  transition: border-color .2s,transform .2s;
  padding: 1.25rem;
  border-radius: 0.5rem;
  background: #1C1010;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.qyx-wy_card_gto:hover {
  border-color: rgba(200, 138, 12, 0.07);
  transform: translateY(-2px);
}.qyx-wy_card_ic_gto {
  background: rgba(200, 138, 12, 0.18);
  border-radius: 50%;
  width: 2.75rem;
  color: #C88A0C;
  align-items: center;
  justify-content: center;
  height: 44px;
  margin-bottom: 0.875rem;
  display: flex;
}.qyx-wy_card_ic_gto svg {
  stroke-linejoin: round;
  width: 22px;
  stroke-linecap: round;
  height: 22px;
}.qyx-wy_card_h_gto {
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #F6EDD9;
  margin-bottom: 6px;
  font-size: 15px;
}.qyx-wy_card_p_gto {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #7E6554;
  line-height: 1.6;
}.qyx-wy_card_p_gto strong {
  font-weight: 600;
  color: #D5C4A6;
}.qyx-gcg_gto {
  padding: 2.25rem 1rem 0;
  background: #0F0808;
}
@media(min-width: 770px) {.qyx-gcg_gto {
  padding: 2.75rem 24px 0;
}
}.qyx-gcg_in_gto {
  margin: 0 auto;
  max-width: 1320px;
}.qyx-gcg_head_gto {
  max-width: 720px;
  margin-bottom: 20px;
}.qyx-gcg_label_gto {
  letter-spacing: .08em;
  color: #C88A0C;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 0.688rem;
  text-transform: uppercase;
}.qyx-gcg_h2_gto {
  margin-bottom: 0.5rem;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  color: #F6EDD9;
  font-size: 22px;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.qyx-gcg_h2_gto {
  font-size: 1.75rem;
}
}.qyx-gcg_intro_gto {
  font-size: 13px;
  line-height: 1.6;
  color: #7E6554;
}.qyx-gcg_grid_gto {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.qyx-gcg_grid_gto {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.qyx-gcg_grid_gto {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.qyx-gcg_card_gto {
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 20px;
  overflow: hidden;
  border-radius: 14px;
  flex-direction: column;
  min-height: 15rem;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  position: relative;
}.qyx-gcg_card_gto:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 138, 12, 0.18);
}.qyx-gcg_card_bg_gto {
  inset: 0;
  z-index: 0;
  position: absolute;
}.qyx-gcg_card_bg_gto::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.qyx-gcg_card_ic_gto {
  background: rgba(0,0,0,.45);
  border-radius: 0.25rem;
  z-index: 2;
  position: absolute;
  height: 40px;
  width: 2.5rem;
  color: #F6EDD9;
  align-items: center;
  display: flex;
  top: 1.125rem;
  right: 1.125rem;
  justify-content: center;
}.qyx-gcg_card_ic_gto svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.25rem;
  width: 20px;
}.qyx-gcg_card_ct_gto {
  z-index: 1;
  position: relative;
}.qyx-gcg_card_h_gto {
  font-size: 1.125rem;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #F6EDD9;
}
@media(min-width: 769px) {.qyx-gcg_card_h_gto {
  font-size: 20px;
}
}.qyx-gcg_card_p_gto {
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.55;
  margin-bottom: 10px;
}.qyx-gcg_card_p_gto strong {
  color: #F6EDD9;
  font-weight: 600;
}.qyx-gcg_card_cta_gto {
  gap: 4px;
  font-size: 0.75rem;
  display: inline-flex;
  color: #C88A0C;
  letter-spacing: .04em;
  font-weight: 700;
  align-items: center;
  text-transform: uppercase;
}.qyx-gcg_card_cta_gto svg {
  width: 0.75rem;
  height: 0.75rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.qyx-gr_jp_gto {
  padding: 20px;
  background: linear-gradient(135deg,#2A0D38 0%,#0F0808 100%);
  border-radius: 0.875rem;
  overflow: hidden;
  position: relative;
}.qyx-gr_jp_gto::before {
  background: radial-gradient(circle,rgba(139, 26, 44, 0.22) 0%,transparent 70%);
  border-radius: 50%;
  left: -60px;
  position: absolute;
  width: 250px;
  height: 250px;
  content: '';
  top: -3.75rem;
}.qyx-gr_jp_gto::after {
  background: radial-gradient(circle,rgba(212, 162, 24, 0.17) 0%,transparent 70%);
  border-radius: 50%;
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 200px;
  height: 200px;
}.qyx-gr_jp_head_gto {
  gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  z-index: 1;
  margin-bottom: 16px;
  position: relative;
  display: flex;
}.qyx-gr_jp_info_gto {
  flex: 1;
}.qyx-gr_jp_label_gto {
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.375rem;
  color: #7B2F90;
}.qyx-gr_jp_label_gto svg {
  margin-right: 0.25rem;
  stroke-linecap: round;
  vertical-align: -2px;
  height: 14px;
  width: 0.875rem;
  stroke-linejoin: round;
}.qyx-gr_jp_amount_gto {
  font-size: 32px;
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1;
  color: #F6EDD9;
  margin-bottom: 0.25rem;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 766px) {.qyx-gr_jp_amount_gto {
  font-size: 40px;
}
}.qyx-gr_jp_amount_gto span {
  color: #D4A218;
}.qyx-gr_jp_seo_gto {
  font-size: 0.75rem;
  max-width: 30rem;
  color: #A89178;
  overflow-wrap: break-word;
  line-height: 1.5;
}.qyx-gr_jp_cta_gto {
  border: 1px solid rgba(139, 26, 44, 0.22);
  background: rgba(139, 26, 44, 0.22);
  padding: 0.688rem 20px;
  border-radius: 0.5rem;
  transition: background .2s;
  color: #F6EDD9;
  z-index: 1;
  position: relative;
  font-size: 13px;
  white-space: nowrap;
  font-weight: 700;
  align-self: flex-start;
  margin-top: 4px;
  flex-shrink: 0;
}.qyx-gr_jp_cta_gto:hover {
  background: #8B1A2C;
}.qyx-ws_gto {
  background: #0F0808;
  padding: 32px 16px 0;
}
@media(min-width: 765px) {.qyx-ws_gto {
  padding: 36px 1.5rem 0;
}
}.qyx-ws_in_gto {
  margin: 0 auto;
  max-width: 82.5rem;
}.qyx-ws_head_gto {
  gap: 12px;
  display: flex;
  margin-bottom: 0.875rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}.qyx-ws_title_gto {
  gap: 0.625rem;
  color: #F6EDD9;
  font-weight: 700;
  flex-wrap: wrap;
  font-family: 'Playfair Display', serif;
  display: flex;
  font-size: 16px;
  overflow-wrap: break-word;
  align-items: center;
}.qyx-ws_title_ic_gto svg {
  stroke-linejoin: round;
  height: 1.125rem;
  width: 18px;
  stroke-linecap: round;
  color: #D4A218;
}.qyx-ws_online_gto {
  gap: 7px;
  display: flex;
  font-weight: 600;
  color: #7E6554;
  font-size: 0.75rem;
  align-items: center;
}.qyx-ws_online_dot_gto {
  background: #2DBF72;
  border-radius: 50%;
  width: 8px;
  box-shadow: 0 0 6px rgba(45, 191, 114, 0.16);
  flex-shrink: 0;
  height: 0.5rem;
}.qyx-ws_scroll_gto {
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 0.5rem;
}.qyx-ws_scroll_gto::-webkit-scrollbar {
  display: none;
}.qyx-wc_gto {
  background: #160C0C;
  border-radius: 8px;
  gap: 10px;
  padding: 0.625rem 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex-shrink: 0;
  display: flex;
  min-width: 13.75rem;
  align-items: center;
}.qyx-wc_img_gto {
  border-radius: 4px;
  overflow: hidden;
  background: #1C1010;
  height: 36px;
  flex-shrink: 0;
  width: 36px;
}.qyx-wc_img_gto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.qyx-wc_info_gto {
  min-width: 0;
}.qyx-wc_game_gto {
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  color: #D5C4A6;
  text-overflow: ellipsis;
  font-size: 0.75rem;
}.qyx-wc_player_gto {
  overflow: hidden;
  font-size: 10px;
  color: #5F4C3E;
  white-space: nowrap;
  text-overflow: ellipsis;
}.qyx-wc_amount_gto {
  font-size: 13px;
  flex-shrink: 0;
  white-space: nowrap;
  margin-left: auto;
  font-weight: 700;
  color: #2DBF72;
}.qyx-app_gto {
  padding: 36px 1rem 0;
  background: #0F0808;
}
@media(min-width: 769px) {.qyx-app_gto {
  padding: 2.75rem 24px 0;
}
}.qyx-app_in_gto {
  margin: 0 auto;
  max-width: 82.5rem;
}.qyx-app_head_gto {
  margin-bottom: 16px;
}.qyx-app_label_gto {
  letter-spacing: .08em;
  color: #C88A0C;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
}.qyx-app_h2_gto {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  color: #F6EDD9;
}
@media(min-width: 769px) {.qyx-app_h2_gto {
  font-size: 1.5rem;
}
}.qyx-app_sub_gto {
  line-height: 1.6;
  max-width: 37.5rem;
  color: #7E6554;
  overflow-wrap: break-word;
  font-size: 13px;
}.qyx-app_sub_gto strong {
  font-weight: 700;
  color: #D5C4A6;
}.qyx-app_cards_gto {
  gap: 10px;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.qyx-app_cards_gto {
  grid-template-columns: repeat(3,1fr);
}
}.qyx-app_card_gto {
  gap: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 20px;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.qyx-app_card_ios_gto {
  background: linear-gradient(135deg,rgba(200, 138, 12, 0.18) 0%,#1C1010 100%);
}.qyx-app_card_android_gto {
  background: linear-gradient(135deg,rgba(45, 191, 114, 0.16) 0%,#1C1010 100%);
}.qyx-app_card_win_gto {
  background: linear-gradient(135deg,rgba(212, 162, 24, 0.17) 0%,#1C1010 100%);
}.qyx-app_card_ic_gto svg {
  stroke-linejoin: round;
  width: 2.125rem;
  height: 2.125rem;
  stroke-linecap: round;
}.qyx-app_card_ic_gto {
  color: #F6EDD9;
  flex-shrink: 0;
}.qyx-app_card_os_gto {
  font-weight: 700;
  color: #7E6554;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  font-size: 0.625rem;
  text-transform: uppercase;
}.qyx-app_card_title_gto {
  font-weight: 700;
  color: #F6EDD9;
  line-height: 1.2;
  font-size: 15px;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
}.qyx-app_card_text_gto {
  line-height: 1.5;
  font-size: 12px;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  color: #7E6554;
}.qyx-app_card_btn_gto {
  gap: 7px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 0.25rem;
  border: 1px solid rgba(200, 138, 12, 0.45);
  transition: background .2s;
  padding: 10px 18px;
  align-items: center;
  font-size: 13px;
  color: #F6EDD9;
  display: inline-flex;
  font-weight: 700;
}.qyx-app_card_btn_gto:hover {
  background: rgba(255, 255, 255, 0.07);
}.qyx-prov_gto {
  padding: 2.25rem 16px 0;
  background: #0F0808;
}
@media(min-width: 771px) {.qyx-prov_gto {
  padding: 44px 1.5rem 0;
}
}.qyx-prov_in_gto {
  margin: 0 auto;
  max-width: 1320px;
}.qyx-prov_head_gto {
  margin-bottom: 16px;
}.qyx-prov_label_gto {
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  color: #C88A0C;
  margin-bottom: 0.5rem;
}.qyx-prov_h2_gto {
  margin-bottom: 0.5rem;
  color: #F6EDD9;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.qyx-prov_h2_gto {
  font-size: 24px;
}
}.qyx-prov_seo_gto {
  line-height: 1.6;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 1rem;
  color: #7E6554;
}.qyx-prov_seo_gto strong {
  font-weight: 700;
  color: #D5C4A6;
}.qyx-prov_seo_gto a {
  color: #C88A0C;
  text-decoration: underline;
}.qyx-prov_grid_gto {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 638px) {.qyx-prov_grid_gto {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.qyx-prov_grid_gto {
  grid-template-columns: repeat(8,1fr);
}
}.qyx-prov_card_gto {
  gap: 0.438rem;
  background: #160C0C;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 14px 0.625rem;
  transition: border-color .2s,background .2s;
  border-radius: 8px;
  flex-direction: column;
  cursor: pointer;
  display: flex;
  align-items: center;
}.qyx-prov_card_gto:hover {
  background: #1C1010;
  border-color: rgba(200, 138, 12, 0.45);
}.qyx-prov_logo_gto {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  display: flex;
  align-items: center;
  width: 44px;
  justify-content: center;
  height: 44px;
}.qyx-prov_logo_gto img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.qyx-prov_name_gto {
  text-align: center;
  color: #A89178;
  font-weight: 600;
  font-size: 11px;
  overflow-wrap: break-word;
}.qyx-reg_gto {
  padding: 2.25rem 1rem 0;
  background: #0F0808;
}
@media(min-width: 769px) {.qyx-reg_gto {
  padding: 2.75rem 24px 0;
}
}.qyx-reg_in_gto {
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  margin: 0 auto;
  background: #1C1010;
  max-width: 1320px;
}
@media(min-width: 770px) {.qyx-reg_in_gto {
  padding: 2.5rem;
}
}.qyx-reg_top_gto {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 862px) {.qyx-reg_top_gto {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.qyx-reg_label_gto {
  color: #C88A0C;
  font-size: 0.688rem;
  margin-bottom: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.qyx-reg_h2_gto {
  margin-bottom: 0.75rem;
  line-height: 1.2;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  color: #F6EDD9;
  font-size: 22px;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.qyx-reg_h2_gto {
  font-size: 28px;
}
}.qyx-reg_bonus_gto {
  border: 1px solid rgba(212, 162, 24, 0.17);
  background: rgba(212, 162, 24, 0.17);
  border-radius: 0.5rem;
  padding: 10px 1rem;
  gap: 0.5rem;
  align-items: center;
  display: inline-flex;
  margin-bottom: 1rem;
}.qyx-reg_bonus_amount_gto {
  font-weight: 800;
  color: #D4A218;
  font-size: 1.25rem;
}.qyx-reg_bonus_text_gto {
  color: #A89178;
  font-size: 0.813rem;
  line-height: 1.35;
}.qyx-reg_cta_btn_gto {
  border-radius: 0.5rem;
  padding: 0.875rem 2rem;
  background: #2DBF72;
  transition: background .2s;
  font-weight: 700;
  box-shadow: 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.50), 0 2px 14px rgba(45, 191, 114, 0.38);
  display: inline-block;
  font-size: 0.938rem;
  margin-bottom: 0.75rem;
  color: #0F0808;
}.qyx-reg_cta_btn_gto:hover {
  background: #34D680;
}.qyx-reg_terms_gto {
  color: #5F4C3E;
  font-size: 0.688rem;
  line-height: 1.5;
}.qyx-reg_seo_gto {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.65;
  font-size: 0.813rem;
  color: #7E6554;
  overflow-wrap: break-word;
  padding-top: 1.25rem;
  margin-top: 20px;
}.qyx-reg_seo_gto p {
  font-size: 13px;
  margin-bottom: 10px;
  color: #7E6554;
  line-height: 1.65;
}.qyx-reg_seo_gto p:last-child {
  margin-bottom: 0;
}.qyx-reg_seo_gto strong {
  font-weight: 700;
  color: #D5C4A6;
}.qyx-reg_seo_gto a {
  transition: color .2s;
  color: #C88A0C;
  text-decoration: underline;
}.qyx-reg_seo_gto a:hover {
  color: #DFA014;
}.qyx-reg_seo_gto ul,.qyx-reg_seo_gto ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.qyx-reg_seo_gto ol {
  list-style: decimal;
}.qyx-reg_seo_gto li {
  line-height: 1.65;
  color: #7E6554;
  font-size: 0.813rem;
  margin-bottom: 4px;
}.qyx-reg_seo_gto table {
  font-size: 0.813rem;
  margin-bottom: 10px;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  display: block;
}
@media(min-width:768px) {.qyx-reg_seo_gto table {
  display: table;
}
}.qyx-reg_seo_gto th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  text-align: left;
  color: #D5C4A6;
  font-weight: 700;
}.qyx-reg_seo_gto td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #7E6554;
}.qyx-reg_steps_gto {
  gap: 0.875rem;
  display: flex;
  margin-top: 28px;
  flex-direction: column;
}
@media(min-width:860px) {.qyx-reg_steps_gto {
  margin-top: 0;
}
}.qyx-reg_step_gto {
  padding: 1rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 14px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.qyx-reg_step_num_gto {
  border: 1px solid rgba(200, 138, 12, 0.07);
  background: rgba(200, 138, 12, 0.18);
  border-radius: 50%;
  justify-content: center;
  font-weight: 800;
  width: 34px;
  font-size: 0.875rem;
  display: flex;
  height: 2.125rem;
  color: #C88A0C;
  align-items: center;
  flex-shrink: 0;
}.qyx-reg_step_title_gto {
  font-weight: 700;
  color: #F6EDD9;
  margin-bottom: 3px;
  font-size: 14px;
}.qyx-reg_step_text_gto {
  font-size: 12px;
  color: #7E6554;
  line-height: 1.5;
}.qyx-reg_trust_gto {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 1.25rem;
  margin-top: 20px;
  flex-wrap: wrap;
  display: flex;
}.qyx-reg_trust_item_gto {
  gap: 0.438rem;
  align-items: center;
  color: #7E6554;
  display: flex;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.qyx-reg_trust_ic_gto svg {
  width: 1rem;
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #C88A0C;
}.qyx-bon_gto {
  padding: 36px 1rem 0;
  background: #0F0808;
}
@media(min-width: 769px) {.qyx-bon_gto {
  padding: 44px 24px 0;
}
}.qyx-bon_in_gto {
  margin: 0 auto;
  max-width: 1320px;
}.qyx-bon_head_gto {
  margin-bottom: 20px;
}.qyx-bon_label_gto {
  color: #C88A0C;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.qyx-bon_h2_gto {
  color: #F6EDD9;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 766px) {.qyx-bon_h2_gto {
  font-size: 24px;
}
}.qyx-bon_seo_gto {
  line-height: 1.6;
  max-width: 38.75rem;
  color: #7E6554;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.qyx-bon_seo_gto strong {
  font-weight: 700;
  color: #D5C4A6;
}.qyx-bon_seo_gto a {
  color: #C88A0C;
  text-decoration: underline;
}.qyx-bon_grid_gto {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 639px) {.qyx-bon_grid_gto {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.qyx-bon_grid_gto {
  grid-template-columns: repeat(5,1fr);
}
}.qyx-bon_card_gto {
  background: #160C0C;
  padding: 1rem;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
}.qyx-bon_card_gto:hover {
  border-color: rgba(200, 138, 12, 0.07);
  transform: translateY(-2px);
}.qyx-bon_card_ic_gto svg {
  stroke-linejoin: round;
  height: 1.625rem;
  width: 26px;
  stroke-linecap: round;
}.qyx-bon_card_ic_gto {
  margin-bottom: 10px;
}.qyx-bon_card_type_gto {
  font-weight: 700;
  margin-bottom: 6px;
  color: #7E6554;
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}.qyx-bon_card_amount_gto {
  line-height: 1.1;
  font-weight: 800;
  font-size: 18px;
  color: #D4A218;
  margin-bottom: 0.375rem;
}.qyx-bon_card_name_gto {
  color: #F6EDD9;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}.qyx-bon_card_detail_gto {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #5F4C3E;
  line-height: 1.5;
  padding-top: 0.5rem;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.qyx-htp_gto {
  background: #0F0808;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.qyx-htp_gto {
  padding: 44px 1.5rem 0;
}
}.qyx-htp_in_gto {
  margin: 0 auto;
  max-width: 1320px;
}.qyx-htp_head_gto {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.qyx-htp_label_gto {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #C88A0C;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}.qyx-htp_h2_gto {
  color: #F6EDD9;
  font-weight: 800;
  margin-bottom: 8px;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-size: 1.375rem;
}
@media(min-width: 767px) {.qyx-htp_h2_gto {
  font-size: 1.75rem;
}
}.qyx-htp_intro_gto {
  line-height: 1.6;
  font-size: 14px;
  color: #7E6554;
}.qyx-htp_steps_gto {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width: 641px) {.qyx-htp_steps_gto {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.qyx-htp_steps_gto {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.qyx-htp_step_gto {
  padding: 1.25rem 1.125rem 18px;
  background: #1C1010;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}.qyx-htp_step_num_gto {
  background: #C88A0C;
  border-radius: 50%;
  display: flex;
  height: 1.75rem;
  width: 28px;
  align-items: center;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  left: 20px;
  justify-content: center;
  top: -0.75rem;
  color: #0F0808;
  font-size: 13px;
  position: absolute;
}.qyx-htp_step_ic_gto {
  background: rgba(200, 138, 12, 0.18);
  margin: 8px 0 12px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 36px;
  color: #C88A0C;
  width: 2.25rem;
}.qyx-htp_step_ic_gto svg {
  height: 18px;
  width: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.qyx-htp_step_h_gto {
  font-size: 14px;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 6px;
  color: #F6EDD9;
}.qyx-htp_step_p_gto {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #7E6554;
  line-height: 1.55;
}.qyx-htp_step_p_gto strong {
  color: #D5C4A6;
  font-weight: 600;
}.qyx-htp_cta_gto {
  transition: background .2s;
  padding: 13px 26px;
  background: #2DBF72;
  border-radius: 8px;
  color: #0F0808;
  margin-top: 20px;
  font-weight: 700;
  display: inline-block;
  font-size: 0.875rem;
}.qyx-htp_cta_gto:hover {
  background: #34D680;
}.qyx-seo_gto {
  padding: 36px 1rem 0;
  background: #0F0808;
}
@media(min-width: 769px) {.qyx-seo_gto {
  padding: 2.75rem 1.5rem 0;
}
}.qyx-seo_in_gto {
  border-radius: 0.875rem;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1C1010;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 769px) {.qyx-seo_in_gto {
  padding: 36px 2.5rem;
}
}.qyx-seo_label_gto {
  color: #C88A0C;
  font-weight: 700;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
}.qyx-seo_h2_gto {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  color: #F6EDD9;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 766px) {.qyx-seo_h2_gto {
  font-size: 1.5rem;
}
}.qyx-seo_body_gto {
  color: #A89178;
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
}.qyx-seo_body_gto p {
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #A89178;
}.qyx-seo_body_gto p:last-child {
  margin-bottom: 0;
}.qyx-seo_body_gto strong {
  color: #D5C4A6;
  font-weight: 700;
}.qyx-seo_body_gto a {
  transition: color .2s;
  text-decoration: underline;
  color: #C88A0C;
}.qyx-seo_body_gto a:hover {
  color: #DFA014;
}.qyx-seo_body_gto ul,.qyx-seo_body_gto ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.qyx-seo_body_gto ol {
  list-style: decimal;
}.qyx-seo_body_gto li {
  font-size: 0.875rem;
  margin-bottom: 6px;
  line-height: 1.75;
  color: #A89178;
}.qyx-seo_body_gto table {
  margin-bottom: 0.75rem;
  width: 100%;
  overflow-x: auto;
  display: block;
  font-size: 13px;
  border-collapse: collapse;
}
@media(min-width: 771px) {.qyx-seo_body_gto table {
  display: table;
}
}.qyx-seo_body_gto th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D5C4A6;
  text-align: left;
  font-weight: 700;
}.qyx-seo_body_gto td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #A89178;
}.qyx-seo_cols_gto {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.qyx-seo_cols_gto {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.qyx-seo_cols_gto {
  grid-template-columns: repeat(3,1fr);
}
}.qyx-seo_col_h_gto {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 700;
  color: #D5C4A6;
  margin-bottom: 0.438rem;
}.qyx-seo_col_p_gto {
  font-size: 13px;
  color: #7E6554;
  line-height: 1.65;
  overflow-wrap: break-word;
}.qyx-seo_stats_gto {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.qyx-seo_stat_gto {
  padding: 14px 1rem;
  background: rgba(200, 138, 12, 0.07);
  flex: 1;
  border: 1px solid rgba(200, 138, 12, 0.18);
  border-radius: 0.5rem;
  min-width: 8.75rem;
}.qyx-seo_stat_val_gto {
  margin-bottom: 4px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #C88A0C;
}.qyx-seo_stat_lb_gto {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7E6554;
}.qyx-pmt_gto {
  padding: 2.25rem 16px 0;
  background: #0F0808;
}
@media(min-width: 770px) {.qyx-pmt_gto {
  padding: 44px 1.5rem 0;
}
}.qyx-pmt_in_gto {
  margin: 0 auto;
  max-width: 82.5rem;
}.qyx-pmt_head_gto {
  margin-bottom: 22px;
  max-width: 45rem;
}.qyx-pmt_label_gto {
  margin-bottom: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  color: #C88A0C;
}.qyx-pmt_h2_gto {
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-family: 'Playfair Display', serif;
  color: #F6EDD9;
  margin-bottom: 0.5rem;
  font-weight: 800;
}
@media(min-width: 769px) {.qyx-pmt_h2_gto {
  font-size: 28px;
}
}.qyx-pmt_intro_gto {
  line-height: 1.6;
  font-size: 0.875rem;
  color: #7E6554;
  overflow-wrap: break-word;
}.qyx-pmt_groups_gto {
  gap: 1.25rem;
  flex-direction: column;
  display: flex;
}.qyx-pmt_group_gto {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem;
  border-radius: 8px;
  background: #1C1010;
}.qyx-pmt_group_head_gto {
  gap: 0.75rem;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}.qyx-pmt_group_ic_gto {
  background: rgba(200, 138, 12, 0.18);
  border-radius: 4px;
  align-items: center;
  display: flex;
  width: 2.25rem;
  height: 36px;
  justify-content: center;
  color: #C88A0C;
  flex-shrink: 0;
}.qyx-pmt_group_ic_gto svg {
  height: 1.125rem;
  stroke-linejoin: round;
  width: 18px;
  stroke-linecap: round;
}.qyx-pmt_group_h_gto {
  margin: 0;
  font-size: 1rem;
  overflow-wrap: break-word;
  color: #F6EDD9;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}.qyx-pmt_group_p_gto {
  margin-bottom: 0.875rem;
  color: #7E6554;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.6;
}.qyx-pmt_group_p_gto strong {
  color: #D5C4A6;
  font-weight: 600;
}.qyx-pmt_table_wrap_gto {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.qyx-pmt_table_gto {
  min-width: 33.75rem;
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
}.qyx-pmt_table_gto th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  text-transform: uppercase;
  color: #D5C4A6;
  text-align: left;
  font-size: 0.688rem;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: .04em;
}.qyx-pmt_table_gto td {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7E6554;
}.qyx-pmt_table_gto tbody tr:last-child td {
  border-bottom: none;
}.qyx-pmt_table_gto tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D5C4A6;
}.qyx-seo_gto {
  background: #0F0808;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.qyx-seo_gto {
  padding: 44px 1.5rem 0;
}
}.qyx-seo_in_gto {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1C1010;
  margin: 0 auto;
  border-radius: 14px;
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 766px) {.qyx-seo_in_gto {
  padding: 36px 40px;
}
}.qyx-seo_label_gto {
  font-size: 0.688rem;
  color: #C88A0C;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
}.qyx-seo_h2_gto {
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.25;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #F6EDD9;
}
@media(min-width: 770px) {.qyx-seo_h2_gto {
  font-size: 24px;
}
}.qyx-seo_body_gto {
  overflow-wrap: break-word;
  color: #A89178;
  font-size: 14px;
  line-height: 1.75;
}.qyx-seo_body_gto p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #A89178;
  font-size: 14px;
}.qyx-seo_body_gto p:last-child {
  margin-bottom: 0;
}.qyx-seo_body_gto strong {
  font-weight: 700;
  color: #D5C4A6;
}.qyx-seo_body_gto a {
  transition: color .2s;
  color: #C88A0C;
  text-decoration: underline;
}.qyx-seo_body_gto a:hover {
  color: #DFA014;
}.qyx-seo_body_gto ul,.qyx-seo_body_gto ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.qyx-seo_body_gto ol {
  list-style: decimal;
}.qyx-seo_body_gto li {
  margin-bottom: 6px;
  color: #A89178;
  font-size: 14px;
  line-height: 1.75;
}.qyx-seo_body_gto table {
  font-size: 13px;
  margin-bottom: 12px;
  width: 100%;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 765px) {.qyx-seo_body_gto table {
  display: table;
}
}.qyx-seo_body_gto th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  text-align: left;
  color: #D5C4A6;
  font-weight: 700;
}.qyx-seo_body_gto td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #A89178;
}.qyx-seo_cols_gto {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.qyx-seo_cols_gto {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.qyx-seo_cols_gto {
  grid-template-columns: repeat(3,1fr);
}
}.qyx-seo_col_h_gto {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.438rem;
  color: #D5C4A6;
  font-size: 0.813rem;
}.qyx-seo_col_p_gto {
  color: #7E6554;
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}.qyx-seo_stats_gto {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.qyx-seo_stat_gto {
  border-radius: 0.5rem;
  padding: 14px 16px;
  background: rgba(200, 138, 12, 0.07);
  flex: 1;
  border: 1px solid rgba(200, 138, 12, 0.18);
  min-width: 8.75rem;
}.qyx-seo_stat_val_gto {
  color: #C88A0C;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.qyx-seo_stat_lb_gto {
  font-size: 0.688rem;
  color: #7E6554;
  overflow-wrap: break-word;
}.qyx-faq_gto {
  padding: 2.25rem 1rem 0;
  background: #0F0808;
}
@media(min-width:768px) {.qyx-faq_gto {
  padding: 44px 24px 0;
}
}.qyx-faq_in_gto {
  margin: 0 auto;
  max-width: 82.5rem;
}.qyx-faq_head_gto {
  margin-bottom: 20px;
}.qyx-faq_label_gto {
  letter-spacing: .08em;
  color: #C88A0C;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 8px;
}.qyx-faq_h2_gto {
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  color: #F6EDD9;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.qyx-faq_h2_gto {
  font-size: 24px;
}
}.qyx-faq_list_gto {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.qyx-faq_item_gto {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1C1010;
  overflow: hidden;
}.qyx-faq_q_gto {
  gap: 0.75rem;
  padding: 1rem 20px;
  transition: color .2s;
  cursor: pointer;
  font-size: 0.875rem;
  color: #D5C4A6;
  justify-content: space-between;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 600;
  flex-wrap: wrap;
}.qyx-faq_q_gto:hover {
  color: #F6EDD9;
}.qyx-faq_q_ic_gto {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  color: #C88A0C;
  width: 24px;
  flex-shrink: 0;
  display: flex;
  font-size: 16px;
  align-items: center;
  height: 24px;
  justify-content: center;
}.qyx-faq_item_gto.qyx-state_open_gto .qyx-faq_q_ic_gto {
  transform: rotate(45deg);
}.qyx-faq_a_gto {
  padding: 0 20px 16px;
  line-height: 1.7;
  display: none;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #7E6554;
}.qyx-faq_item_gto.qyx-state_open_gto .qyx-faq_a_gto {
  display: block;
}.qyx-faq_a_gto strong {
  font-weight: 700;
  color: #D5C4A6;
}.qyx-faq_a_gto a {
  color: #C88A0C;
  text-decoration: underline;
}.qyx-faq_a_gto ul,.qyx-faq_a_gto ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.qyx-faq_a_gto ol {
  list-style: decimal;
}.qyx-faq_a_gto li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.qyx-faq_a_gto table {
  margin: 8px 0;
  font-size: 12px;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 767px) {.qyx-faq_a_gto table {
  display: table;
}
}.qyx-faq_a_gto th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #D5C4A6;
}.qyx-faq_a_gto td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 0.5rem;
  color: #7E6554;
}.qyx-seo_gto {
  padding: 36px 16px 0;
  background: #0F0808;
}
@media(min-width: 769px) {.qyx-seo_gto {
  padding: 44px 24px 0;
}
}.qyx-seo_in_gto {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: #1C1010;
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.qyx-seo_in_gto {
  padding: 2.25rem 40px;
}
}.qyx-seo_label_gto {
  margin-bottom: 10px;
  color: #C88A0C;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}.qyx-seo_h2_gto {
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #F6EDD9;
  line-height: 1.25;
  margin-bottom: 14px;
}
@media(min-width: 766px) {.qyx-seo_h2_gto {
  font-size: 1.5rem;
}
}.qyx-seo_body_gto {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #A89178;
  font-size: 14px;
}.qyx-seo_body_gto p {
  line-height: 1.75;
  color: #A89178;
  margin-bottom: 0.75rem;
  font-size: 14px;
}.qyx-seo_body_gto p:last-child {
  margin-bottom: 0;
}.qyx-seo_body_gto strong {
  color: #D5C4A6;
  font-weight: 700;
}.qyx-seo_body_gto a {
  transition: color .2s;
  text-decoration: underline;
  color: #C88A0C;
}.qyx-seo_body_gto a:hover {
  color: #DFA014;
}.qyx-seo_body_gto ul,.qyx-seo_body_gto ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.qyx-seo_body_gto ol {
  list-style: decimal;
}.qyx-seo_body_gto li {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #A89178;
  margin-bottom: 0.375rem;
}.qyx-seo_body_gto table {
  width: 100%;
  font-size: 13px;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  margin-bottom: 12px;
}
@media(min-width:768px) {.qyx-seo_body_gto table {
  display: table;
}
}.qyx-seo_body_gto th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  color: #D5C4A6;
  font-weight: 700;
  text-align: left;
}.qyx-seo_body_gto td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #A89178;
}.qyx-seo_cols_gto {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.qyx-seo_cols_gto {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.qyx-seo_cols_gto {
  grid-template-columns: repeat(3,1fr);
}
}.qyx-seo_col_h_gto {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0.438rem;
  color: #D5C4A6;
  overflow-wrap: break-word;
}.qyx-seo_col_p_gto {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #7E6554;
  font-size: 13px;
}.qyx-seo_stats_gto {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.qyx-seo_stat_gto {
  border: 1px solid rgba(200, 138, 12, 0.18);
  background: rgba(200, 138, 12, 0.07);
  padding: 0.875rem 16px;
  flex: 1;
  border-radius: 8px;
  min-width: 140px;
}.qyx-seo_stat_val_gto {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0.25rem;
  color: #C88A0C;
  overflow-wrap: break-word;
}.qyx-seo_stat_lb_gto {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7E6554;
}.qyx-ft_gto {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #080404;
  margin-top: 48px;
}.qyx-ft_support_gto {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 765px) {.qyx-ft_support_gto {
  padding: 28px 1.5rem;
}
}.qyx-ft_support_in_gto {
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  display: flex;
  max-width: 1320px;
  flex-wrap: wrap;
}.qyx-ft_support_main_gto {
  flex: 1;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  min-width: 220px;
  display: flex;
}.qyx-ft_support_ic_gto {
  flex-shrink: 0;
  color: #C88A0C;
}.qyx-ft_support_ic_gto svg {
  height: 30px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.875rem;
}.qyx-ft_support_text_title_gto {
  font-size: 0.938rem;
  margin-bottom: 3px;
  font-weight: 700;
  color: #F6EDD9;
  overflow-wrap: break-word;
}.qyx-ft_support_text_sub_gto {
  overflow-wrap: break-word;
  font-size: 12px;
  color: #7E6554;
}.qyx-ft_support_btn_gto {
  background: #C88A0C;
  border-radius: 8px;
  padding: 0.688rem 1.375rem;
  transition: background .2s;
  white-space: nowrap;
  font-size: 0.813rem;
  flex-shrink: 0;
  font-weight: 700;
  color: #F6EDD9;
}.qyx-ft_support_btn_gto:hover {
  background: #DFA014;
}.qyx-ft_support_contacts_gto {
  gap: 1rem;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.qyx-ft_support_contact_gto {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #5F4C3E;
}.qyx-ft_support_contact_gto strong {
  font-size: 11px;
  margin-bottom: 2px;
  color: #A89178;
  display: block;
  font-weight: 600;
}.qyx-ft_main_gto {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 1rem 1.5rem;
}
@media(min-width: 767px) {.qyx-ft_main_gto {
  padding: 40px 24px 32px;
}
}.qyx-ft_main_in_gto {
  margin: 0 auto;
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1320px;
}
@media(min-width:640px) {.qyx-ft_main_in_gto {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.qyx-ft_main_in_gto {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.qyx-ft_col_logo_gto {
  grid-column: 1/-1;
}
@media(min-width: 1082px) {.qyx-ft_col_logo_gto {
  grid-column: auto;
}
}.qyx-ft_logo_gto {
  gap: 0.563rem;
  overflow-wrap: break-word;
  font-size: 16px;
  align-items: center;
  display: flex;
  font-weight: 800;
  flex-wrap: wrap;
  color: #F6EDD9;
  margin-bottom: 12px;
}.qyx-ft_logo_mark_gto {
  overflow: hidden;
  border-radius: 4px;
  width: 1.875rem;
  height: 30px;
}.qyx-ft_logo_mark_gto img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.qyx-ft_logo_sub_gto {
  overflow-wrap: break-word;
  color: #5F4C3E;
  max-width: 200px;
  line-height: 1.55;
  font-size: 0.75rem;
}.qyx-ft_col_title_gto {
  font-size: 12px;
  margin-bottom: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #A89178;
}.qyx-ft_col_links_gto {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.qyx-ft_col_link_gto {
  transition: color .2s;
  color: #5F4C3E;
  font-size: 13px;
  overflow-wrap: break-word;
}.qyx-ft_col_link_gto:hover {
  color: #D5C4A6;
}.qyx-ft_apps_gto {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.qyx-ft_app_card_gto {
  gap: 0.625rem;
  transition: border-color .2s;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  align-items: center;
}.qyx-ft_app_card_gto:hover {
  border-color: rgba(200, 138, 12, 0.45);
}.qyx-ft_app_card_ic_gto svg {
  width: 1.375rem;
  height: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.qyx-ft_app_card_os_gto {
  color: #5F4C3E;
  font-size: 10px;
  font-weight: 600;
}.qyx-ft_app_card_action_gto {
  font-weight: 700;
  font-size: 12px;
  color: #D5C4A6;
}.qyx-ft_bot_gto {
  padding: 20px 1rem;
}
@media(min-width: 771px) {.qyx-ft_bot_gto {
  padding: 1.25rem 1.5rem;
}
}.qyx-ft_bot_in_gto {
  margin: 0 auto;
  gap: 1rem;
  max-width: 82.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.qyx-ft_socials_gto {
  gap: 8px;
  display: flex;
}.qyx-ft_soc_gto {
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  color: #A89178;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  height: 36px;
}.qyx-ft_soc_gto svg {
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
}.qyx-ft_soc_gto:hover {
  background: rgba(255, 255, 255, 0.07);
}.qyx-ft_legal_gto {
  flex: 1;
  overflow-wrap: break-word;
  font-size: 11px;
  line-height: 1.6;
  color: #7C6252;
  min-width: 200px;
}.qyx-ft_legal_gto strong {
  font-weight: 700;
  color: #A89178;
}.qyx-ft_legal_gto a {
  text-decoration: underline;
  color: #A89178;
}.qyx-ft_age_gto {
  border: 2px solid #7C6252;
  border-radius: 50%;
  color: #7C6252;
  align-items: center;
  width: 32px;
  margin-left: auto;
  display: flex;
  font-weight: 800;
  flex-shrink: 0;
  height: 32px;
  font-size: 11px;
  justify-content: center;
}