html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0D0A07;
  -webkit-font-smoothing: antialiased;
  font-family: 'Rajdhani', sans-serif;
  min-height: 100vh;
  line-height: 1.6;
  color: #D0C0A8;
}.ayq-layout_daz {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.ayq-page_daz {
  display: flex;
  min-height: 100vh;
}.ayq-main_daz {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1077px) {.ayq-main_daz {
  padding-left: 13.75rem;
}
}
@media (max-width: 1082px) {.ayq-main_daz {
  padding-bottom: 4.5rem;
}
}.ayq-gc_daz {
  background: #151009;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  position: relative;
  width: 140px;
  cursor: pointer;
  flex-shrink: 0;
}
@media(min-width: 642px) {.ayq-gc_daz {
  width: 9.75rem;
}
}
@media(min-width: 1083px) {.ayq-gc_daz {
  width: 10.5rem;
}
}.ayq-gc_daz:hover {
  transform: translateY(-3px);
  border-color: rgba(224, 120, 32, 0.07);
}.ayq-gc_img_daz {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.ayq-gc_img_daz img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}.ayq-gc_hover_daz {
  transition: opacity .2s;
  background: rgba(8, 5, 3, 0.72);
  inset: 0;
  opacity: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
}.ayq-gc_daz:hover .ayq-gc_hover_daz {
  opacity: 1;
}.ayq-gc_hover_btn_daz {
  background: #E07820;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #F5EDE0;
}.ayq-gc_info_daz {
  padding: 0.5rem 10px 0.625rem;
}.ayq-gc_name_daz {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  max-width: 100%;
  color: #D0C0A8;
  margin-bottom: 3px;
}.ayq-gc_prov_daz {
  color: #514540;
  font-size: 0.625rem;
}.ayq-gc_tag_daz {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  top: 0.375rem;
  z-index: 2;
  left: 6px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .04em;
  position: absolute;
}.ayq-gc_tag_hot_daz {
  background: #D83030;
  color: #fff;
}.ayq-gc_tag_new_daz {
  background: #28B848;
  color: #0D0A07;
}.ayq-gc_tag_jp_daz {
  background: #F0A820;
  color: #0D0A07;
}.ayq-gc_tag_ex_daz {
  background: #B84E10;
  color: #fff;
}.ayq-gc_tag_live_daz {
  background: #D83030;
  color: #fff;
}.ayq-gr_daz {
  background: #0D0A07;
  padding: 2rem 16px 0;
}
@media(min-width: 769px) {.ayq-gr_daz {
  padding: 36px 1.5rem 0;
}
}.ayq-gr_in_daz {
  margin: 0 auto;
  max-width: 83.75rem;
}.ayq-gr_head_daz {
  gap: 12px;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}.ayq-gr_head_l_daz {
  gap: 10px;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}.ayq-gr_ic_daz {
  border-radius: 0.5rem;
  justify-content: center;
  height: 32px;
  width: 2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.ayq-gr_ic_daz svg {
  stroke-linecap: round;
  height: 16px;
  stroke-linejoin: round;
  width: 16px;
}.ayq-gr_title_daz {
  font-weight: 700;
  font-size: 1rem;
  overflow-wrap: break-word;
  color: #F5EDE0;
  font-family: 'Bebas Neue', sans-serif;
}
@media(min-width: 765px) {.ayq-gr_title_daz {
  font-size: 18px;
}
}.ayq-gr_more_daz {
  gap: 5px;
  transition: color .2s;
  font-size: 0.75rem;
  align-items: center;
  font-weight: 600;
  color: #6E5E50;
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
}.ayq-gr_more_daz:hover {
  color: #E07820;
}.ayq-gr_more_daz svg {
  stroke-linecap: round;
  height: 0.75rem;
  stroke-linejoin: round;
  width: 12px;
}.ayq-gr_arrows_daz {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.ayq-gr_arr_daz {
  transition: background .15s,color .15s;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  align-items: center;
  height: 30px;
  justify-content: center;
  width: 1.875rem;
  display: flex;
  color: #9A8878;
}.ayq-gr_arr_daz:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F5EDE0;
}.ayq-gr_arr_daz svg {
  stroke-linejoin: round;
  height: 13px;
  width: 13px;
  stroke-linecap: round;
}.ayq-gr_seo_h_daz {
  margin: 0 0 6px;
  overflow-wrap: break-word;
  max-width: 680px;
  font-family: 'Bebas Neue', sans-serif;
  color: #D0C0A8;
  font-size: 0.813rem;
  font-weight: 700;
}
@media(min-width: 767px) {.ayq-gr_seo_h_daz {
  font-size: 0.875rem;
}
}.ayq-gr_seo_daz {
  font-size: 12px;
  max-width: 680px;
  color: #6E5E50;
  margin-bottom: 12px;
  line-height: 1.55;
  overflow-wrap: break-word;
}.ayq-gr_seo_daz strong {
  color: #D0C0A8;
  font-weight: 600;
}.ayq-gr_scroll_daz {
  gap: 0.625rem;
  padding-bottom: 0.625rem;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
  -webkit-overflow-scrolling: touch;
}.ayq-gr_scroll_daz::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.ayq-gr_scroll_daz {
  gap: 12px;
}
}.ayq-tb_daz {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0D0A07;
  z-index: 80;
  position: fixed;
  top: 0;
  align-items: center;
  display: flex;
  right: 0;
  left: 0;
  height: 56px;
}.ayq-tb_in_daz {
  padding: 0 14px;
  gap: 0;
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}.ayq-tb_burger_daz {
  border-radius: 0.5rem;
  gap: 0.313rem;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  height: 38px;
  display: flex;
  margin-right: 8px;
  justify-content: center;
  width: 2.375rem;
}.ayq-tb_burger_daz:hover {
  background: rgba(255, 255, 255, 0.05);
}.ayq-tb_burger_line_daz {
  background: #9A8878;
  border-radius: 1px;
  height: 2px;
  width: 1.125rem;
  display: block;
}
@media(min-width: 1077px) {.ayq-tb_burger_daz {
  display: none;
}
}.ayq-tb_logo_daz {
  gap: 9px;
  color: #F5EDE0;
  font-size: 18px;
  margin-right: 20px;
  font-weight: 800;
  align-items: center;
  flex-shrink: 0;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  display: flex;
}.ayq-tb_logo_mark_daz {
  border-radius: 8px;
  overflow: hidden;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
}.ayq-tb_logo_mark_daz img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.ayq-tb_nav_daz {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 637px) {.ayq-tb_nav_daz {
  display: flex;
}
}.ayq-tb_tab_daz {
  transition: background .15s,color .15s;
  border-radius: 8px;
  padding: 0.5rem 14px;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 600;
  color: #9A8878;
}.ayq-tb_tab_daz:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDE0;
}.ayq-tb_tab_daz.ayq-state_active_daz {
  background: rgba(224, 120, 32, 0.18);
  color: #F5EDE0;
}.ayq-tb_right_daz {
  gap: 0.5rem;
  margin-left: auto;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.ayq-tb_login_daz {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  border-radius: 8px;
  padding: 0.563rem 16px;
  color: #D0C0A8;
  font-weight: 600;
  font-size: 0.813rem;
  display: none;
}.ayq-tb_login_daz:hover {
  border-color: rgba(224, 122, 24, 0.55);
  color: #F5EDE0;
}
@media(min-width: 481px) {.ayq-tb_login_daz {
  display: block;
}
}.ayq-tb_reg_daz {
  border-radius: 8px;
  transition: background .2s;
  padding: 9px 18px;
  background: #28B848;
  font-weight: 700;
  white-space: nowrap;
  font-size: 13px;
  color: #0D0A07;
}.ayq-tb_reg_daz:hover {
  background: #34CC58;
}.ayq-sb_daz {
  transform: translateX(-100%);
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #1C1510;
  top: 56px;
  bottom: 0;
  position: fixed;
  z-index: 70;
  width: 220px;
  left: 0;
  overflow-y: auto;
}.ayq-sb_daz.ayq-state_open_daz {
  transform: translateX(0);
}.ayq-sb_daz::-webkit-scrollbar {
  width: 0.25rem;
}.ayq-sb_daz::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width:1080px) {.ayq-sb_daz {
  transform: translateX(0);
}
}.ayq-sb_auth_daz {
  padding: 0.875rem 12px 0.625rem;
}.ayq-sb_btn_reg_daz {
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 11px;
  background: #28B848;
  text-align: center;
  margin-bottom: 8px;
  font-weight: 700;
  display: block;
  font-size: 13px;
  color: #0D0A07;
}.ayq-sb_btn_reg_daz:hover {
  background: #34CC58;
}.ayq-sb_btn_login_daz {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 0.625rem;
  transition: border-color .2s;
  color: #D0C0A8;
  text-align: center;
  font-size: 0.813rem;
  display: block;
  font-weight: 600;
}.ayq-sb_btn_login_daz:hover {
  border-color: rgba(224, 122, 24, 0.55);
  color: #F5EDE0;
}.ayq-sb_promo_daz {
  margin: 0 0.75rem 0.625rem;
  border-radius: 0.5rem;
  padding: 12px 0.875rem;
  border: 1px solid rgba(224, 120, 32, 0.18);
  overflow: hidden;
  background: linear-gradient(135deg,#2A1204,#1C1510);
  position: relative;
}.ayq-sb_promo_daz::before {
  background: radial-gradient(circle,rgba(224, 120, 32, 0.18),transparent 70%);
  border-radius: 50%;
  content: '';
  right: -1.25rem;
  width: 5rem;
  position: absolute;
  top: -1.25rem;
  height: 5rem;
}.ayq-sb_promo_title_daz {
  font-size: 0.688rem;
  color: #E07820;
  letter-spacing: .06em;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: 700;
}.ayq-sb_promo_text_daz {
  color: #F5EDE0;
  font-weight: 600;
  overflow-wrap: break-word;
  line-height: 1.35;
  font-size: 12px;
}.ayq-sb_promo_sub_daz {
  color: #6E5E50;
  margin-top: 3px;
  font-size: 10px;
}.ayq-sb_nav_daz {
  padding: 0.375rem 8px 1rem;
}.ayq-sb_nav_lb_daz {
  padding: 0.625rem 8px 6px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #514540;
  font-weight: 700;
  font-size: 0.625rem;
}.ayq-sb_link_daz {
  border-radius: 4px;
  padding: 0.563rem 0.625rem;
  transition: background .15s,color .15s;
  gap: 10px;
  color: #9A8878;
  align-items: center;
  cursor: pointer;
  display: flex;
  overflow-wrap: break-word;
  font-weight: 500;
  font-size: 13px;
}.ayq-sb_link_daz:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDE0;
}.ayq-sb_link_daz.ayq-state_active_daz {
  background: rgba(224, 120, 32, 0.18);
  color: #F5EDE0;
}.ayq-sb_ic_daz {
  border-radius: 0.25rem;
  flex-shrink: 0;
  align-items: center;
  height: 30px;
  justify-content: center;
  width: 1.875rem;
  display: flex;
}.ayq-sb_ic_daz svg {
  width: 16px;
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.ayq-sb_ic_1_daz {
  background: rgba(224, 120, 32, 0.07);
  color: #E07820;
}.ayq-sb_ic_2_daz {
  background: rgba(40, 184, 72, 0.16);
  color: #28B848;
}.ayq-sb_ic_3_daz {
  background: rgba(240, 168, 32, 0.16);
  color: #F0A820;
}.ayq-sb_ic_4_daz {
  background: rgba(184, 78, 16, 0.22);
  color: #B84E10;
}.ayq-sb_ic_5_daz {
  background: rgba(224, 120, 32, 0.07);
  color: #D8406A;
}.ayq-sb_ic_6_daz {
  background: rgba(184, 78, 16, 0.22);
  color: #8C38C0;
}.ayq-sb_badge_daz {
  border-radius: 4px;
  background: #F0A820;
  padding: 2px 7px;
  margin-left: auto;
  font-weight: 700;
  font-size: 0.563rem;
  color: #0D0A07;
}.ayq-sb_bot_daz {
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  display: flex;
}.ayq-sb_lang_daz,.ayq-sb_help_daz {
  flex: 1;
  padding: 0.563rem 6px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  gap: 0.375rem;
  transition: border-color .2s;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  color: #9A8878;
  font-weight: 600;
  justify-content: center;
  font-size: 0.688rem;
}.ayq-sb_lang_daz:hover,.ayq-sb_help_daz:hover {
  border-color: rgba(224, 122, 24, 0.55);
  color: #F5EDE0;
}.ayq-sb_lang_daz svg,.ayq-sb_help_daz svg {
  stroke-linejoin: round;
  width: 0.813rem;
  height: 13px;
  stroke-linecap: round;
}.ayq-sb_bd_daz {
  background: rgba(8, 5, 3, 0.72);
  inset: 0;
  z-index: 69;
  position: fixed;
  display: none;
}.ayq-sb_bd_daz.ayq-state_on_daz {
  display: block;
}
@media(min-width: 1081px) {.ayq-sb_bd_daz {
  display: none!important;
}
}.ayq-mob_nav_daz {
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  background: #1C1510;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 80;
  position: fixed;
}
@media(min-width: 1079px) {.ayq-mob_nav_daz {
  display: none;
}
}.ayq-mob_nav_item_daz {
  gap: 0.25rem;
  padding: 4px 2px;
  flex: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #514540;
  flex-direction: column;
}.ayq-mob_nav_ic_daz {
  line-height: 1;
}.ayq-mob_nav_ic_daz svg {
  width: 1.25rem;
  stroke-linejoin: round;
  height: 1.25rem;
  stroke-linecap: round;
}.ayq-mob_nav_lb_daz {
  color: #514540;
  font-size: 0.625rem;
  font-weight: 600;
}.ayq-mob_nav_item_daz.ayq-state_active_daz {
  color: #E07820;
}.ayq-mob_nav_item_daz.ayq-state_active_daz .ayq-mob_nav_lb_daz {
  color: #E07820;
}.ayq-hero_daz {
  background: #0D0A07;
  padding: 1.25rem 1rem 0;
}
@media(min-width: 770px) {.ayq-hero_daz {
  padding: 1.5rem 1.5rem 0;
}
}.ayq-hero_in_daz {
  margin: 0 auto;
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1340px;
}
@media(min-width: 862px) {.ayq-hero_in_daz {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1101px) {.ayq-hero_in_daz {
  grid-template-columns: 1fr 21.25rem;
}
}.ayq-hero_promo_daz {
  background: #151009;
  border-radius: 12px;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  position: relative;
  align-items: stretch;
}
@media(min-width: 769px) {.ayq-hero_promo_daz {
  min-height: 280px;
}
}.ayq-hero_promo_bg_daz {
  background-position: center;
  background: linear-gradient(120deg,#2A1204 0%,#0D0A07 100%);
  inset: 0;
  position: absolute;
  background-size: cover;
}.ayq-hero_promo_bg_daz::after {
  inset: 0;
  background: linear-gradient(90deg,#0D0A07 0%,rgba(8, 5, 3, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.ayq-hero_promo_glow_daz {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(184, 78, 16, 0.22) 0%,transparent 65%);
  position: absolute;
  right: 60px;
  height: 300px;
  pointer-events: none;
  width: 18.75rem;
  top: -2.5rem;
}.ayq-hero_promo_ct_daz {
  padding: 28px 24px 28px 1.75rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
  max-width: 30rem;
  z-index: 2;
  position: relative;
}
@media(min-width: 769px) {.ayq-hero_promo_ct_daz {
  padding: 2.5rem 32px;
}
}.ayq-hero_badge_daz {
  padding: 0.313rem 0.75rem;
  border-radius: 1.25rem;
  background: rgba(224, 120, 32, 0.18);
  border: 1px solid rgba(224, 120, 32, 0.07);
  font-weight: 700;
  margin-bottom: 0.875rem;
  display: inline-block;
  color: #E07820;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: .08em;
}.ayq-hero_h1_daz {
  font-size: 1.625rem;
  font-family: 'Bebas Neue', sans-serif;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  line-height: 1.15;
  color: #F5EDE0;
  font-weight: 800;
}.ayq-hero_h1_daz em {
  font-style: normal;
  color: #F0A820;
}
@media(min-width:768px) {.ayq-hero_h1_daz {
  font-size: 36px;
}
}.ayq-hero_sub_daz {
  color: #9A8878;
  margin-bottom: 20px;
  line-height: 1.55;
  font-size: 13px;
}
@media(min-width: 765px) {.ayq-hero_sub_daz {
  font-size: 0.875rem;
}
}.ayq-hero_row_daz {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.ayq-hero_cta_daz {
  border-radius: 8px;
  transition: background .2s;
  padding: 0.813rem 26px;
  background: #28B848;
  font-size: 0.875rem;
  box-shadow: 0 0.375rem 18px rgba(40, 184, 72, 0.45);
  color: #0D0A07;
  font-weight: 700;
}.ayq-hero_cta_daz:hover {
  background: #34CC58;
}.ayq-hero_terms_daz {
  color: #514540;
  font-size: 11px;
}.ayq-hero_game_daz {
  background: #151009;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  position: relative;
  flex-direction: column;
  display: flex;
}.ayq-hero_game_badge_daz {
  padding: 5px 10px;
  background: rgba(240, 168, 32, 0.16);
  border-radius: 1.25rem;
  border: 1px solid rgba(240, 168, 32, 0.16);
  top: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  z-index: 3;
  letter-spacing: .06em;
  position: absolute;
  color: #F0A820;
  left: 12px;
}.ayq-hero_game_badge_daz svg {
  height: 0.688rem;
  vertical-align: -1px;
  margin-right: 4px;
  width: 0.688rem;
}.ayq-hero_game_img_daz {
  overflow: hidden;
  background: linear-gradient(135deg,#2A1204,#0D0A07);
  position: relative;
  padding-bottom: 60%;
}.ayq-hero_game_img_daz img {
  inset: 0;
  width: 100%;
  position: absolute;
  object-fit: cover;
  height: 100%;
}.ayq-hero_game_play_daz {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8, 5, 3, 0.72);
  align-items: center;
  display: flex;
  position: absolute;
  justify-content: center;
  opacity: 0;
}.ayq-hero_game_daz:hover .ayq-hero_game_play_daz {
  opacity: 1;
}.ayq-hero_game_play_daz span {
  background: #E07820;
  border-radius: 50%;
  height: 52px;
  display: flex;
  justify-content: center;
  width: 3.25rem;
  align-items: center;
}.ayq-hero_game_play_daz span svg {
  height: 1.125rem;
  margin-left: 2px;
  width: 18px;
}.ayq-hero_game_info_daz {
  padding: 14px 16px;
}.ayq-hero_game_title_daz {
  color: #F5EDE0;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 0.938rem;
}.ayq-hero_game_provider_daz {
  font-size: 0.688rem;
  color: #6E5E50;
}.ayq-hero_game_btn_daz {
  background: #E07820;
  transition: background .2s;
  padding: 0.688rem;
  border-radius: 0.5rem;
  margin: 12px 16px 16px;
  font-size: 0.813rem;
  display: block;
  font-weight: 700;
  color: #F5EDE0;
  text-align: center;
}.ayq-hero_game_daz:hover .ayq-hero_game_btn_daz {
  background: #F08C30;
}.ayq-gr_jp_daz {
  background: linear-gradient(135deg,#1A0830 0%,#0D0A07 100%);
  padding: 20px;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}.ayq-gr_jp_daz::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(184, 78, 16, 0.22) 0%,transparent 70%);
  height: 250px;
  left: -60px;
  width: 15.625rem;
  content: '';
  top: -60px;
  position: absolute;
}.ayq-gr_jp_daz::after {
  background: radial-gradient(circle,rgba(240, 168, 32, 0.16) 0%,transparent 70%);
  border-radius: 50%;
  width: 12.5rem;
  height: 200px;
  bottom: -40px;
  position: absolute;
  right: 0;
  content: '';
}.ayq-gr_jp_head_daz {
  gap: 1rem;
  display: flex;
  z-index: 1;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  align-items: flex-start;
}.ayq-gr_jp_info_daz {
  flex: 1;
}.ayq-gr_jp_label_daz {
  margin-bottom: 6px;
  font-size: 0.688rem;
  color: #8C38C0;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.ayq-gr_jp_label_daz svg {
  margin-right: 4px;
  stroke-linecap: round;
  height: 0.875rem;
  width: 14px;
  vertical-align: -2px;
  stroke-linejoin: round;
}.ayq-gr_jp_amount_daz {
  overflow-wrap: break-word;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  line-height: 1;
  color: #F5EDE0;
  font-weight: 800;
  margin-bottom: 0.25rem;
}
@media(min-width: 770px) {.ayq-gr_jp_amount_daz {
  font-size: 40px;
}
}.ayq-gr_jp_amount_daz span {
  color: #F0A820;
}.ayq-gr_jp_seo_daz {
  line-height: 1.5;
  font-size: 0.75rem;
  max-width: 480px;
  color: #9A8878;
  overflow-wrap: break-word;
}.ayq-gr_jp_cta_daz {
  padding: 11px 20px;
  border: 1px solid rgba(184, 78, 16, 0.22);
  background: rgba(184, 78, 16, 0.22);
  border-radius: 0.5rem;
  transition: background .2s;
  font-size: 13px;
  position: relative;
  color: #F5EDE0;
  white-space: nowrap;
  z-index: 1;
  flex-shrink: 0;
  align-self: flex-start;
  font-weight: 700;
  margin-top: 4px;
}.ayq-gr_jp_cta_daz:hover {
  background: #B84E10;
}.ayq-gcg_daz {
  padding: 36px 1rem 0;
  background: #0D0A07;
}
@media(min-width:768px) {.ayq-gcg_daz {
  padding: 44px 1.5rem 0;
}
}.ayq-gcg_in_daz {
  margin: 0 auto;
  max-width: 83.75rem;
}.ayq-gcg_head_daz {
  margin-bottom: 20px;
  max-width: 45rem;
}.ayq-gcg_label_daz {
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 11px;
  color: #E07820;
  text-transform: uppercase;
  font-weight: 700;
}.ayq-gcg_h2_daz {
  overflow-wrap: break-word;
  font-family: 'Bebas Neue', sans-serif;
  color: #F5EDE0;
  font-size: 1.375rem;
  font-weight: 800;
  margin-bottom: 8px;
}
@media(min-width: 767px) {.ayq-gcg_h2_daz {
  font-size: 1.75rem;
}
}.ayq-gcg_intro_daz {
  line-height: 1.6;
  color: #6E5E50;
  font-size: 0.813rem;
}.ayq-gcg_grid_daz {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.ayq-gcg_grid_daz {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.ayq-gcg_grid_daz {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.ayq-gcg_card_daz {
  padding: 20px;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.75rem;
  display: flex;
  justify-content: flex-end;
  position: relative;
  flex-direction: column;
  min-height: 15rem;
  cursor: pointer;
}.ayq-gcg_card_daz:hover {
  border-color: rgba(224, 120, 32, 0.18);
  transform: translateY(-3px);
}.ayq-gcg_card_bg_daz {
  inset: 0;
  position: absolute;
  z-index: 0;
}.ayq-gcg_card_bg_daz::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.ayq-gcg_card_ic_daz {
  border-radius: 4px;
  background: rgba(0,0,0,.45);
  align-items: center;
  color: #F5EDE0;
  display: flex;
  position: absolute;
  right: 18px;
  z-index: 2;
  height: 2.5rem;
  justify-content: center;
  width: 40px;
  top: 1.125rem;
}.ayq-gcg_card_ic_daz svg {
  stroke-linecap: round;
  height: 1.25rem;
  stroke-linejoin: round;
  width: 1.25rem;
}.ayq-gcg_card_ct_daz {
  z-index: 1;
  position: relative;
}.ayq-gcg_card_h_daz {
  font-weight: 800;
  color: #F5EDE0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-size: 18px;
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.ayq-gcg_card_h_daz {
  font-size: 1.25rem;
}
}.ayq-gcg_card_p_daz {
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  margin-bottom: 10px;
  overflow-wrap: break-word;
  font-size: 12px;
}.ayq-gcg_card_p_daz strong {
  color: #F5EDE0;
  font-weight: 600;
}.ayq-gcg_card_cta_daz {
  gap: 0.25rem;
  align-items: center;
  text-transform: uppercase;
  display: inline-flex;
  color: #E07820;
  letter-spacing: .04em;
  font-size: 12px;
  font-weight: 700;
}.ayq-gcg_card_cta_daz svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 12px;
  height: 0.75rem;
}.ayq-ws_daz {
  padding: 2rem 16px 0;
  background: #0D0A07;
}
@media(min-width:768px) {.ayq-ws_daz {
  padding: 2.25rem 1.5rem 0;
}
}.ayq-ws_in_daz {
  margin: 0 auto;
  max-width: 1340px;
}.ayq-ws_head_daz {
  gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-bottom: 0.875rem;
}.ayq-ws_title_daz {
  gap: 0.625rem;
  color: #F5EDE0;
  overflow-wrap: break-word;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  align-items: center;
  font-weight: 700;
  font-family: 'Bebas Neue', sans-serif;
}.ayq-ws_title_ic_daz svg {
  color: #F0A820;
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 18px;
}.ayq-ws_online_daz {
  gap: 7px;
  font-size: 0.75rem;
  color: #6E5E50;
  display: flex;
  font-weight: 600;
  align-items: center;
}.ayq-ws_online_dot_daz {
  border-radius: 50%;
  background: #28B848;
  height: 0.5rem;
  flex-shrink: 0;
  width: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(40, 184, 72, 0.16);
}.ayq-ws_scroll_daz {
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  display: flex;
}.ayq-ws_scroll_daz::-webkit-scrollbar {
  display: none;
}.ayq-wc_daz {
  border-radius: 0.5rem;
  background: #151009;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 10px 14px;
  gap: 0.625rem;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  min-width: 13.75rem;
}.ayq-wc_img_daz {
  border-radius: 0.25rem;
  overflow: hidden;
  background: #1C1510;
  flex-shrink: 0;
  height: 36px;
  width: 36px;
}.ayq-wc_img_daz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.ayq-wc_info_daz {
  min-width: 0;
}.ayq-wc_game_daz {
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  color: #D0C0A8;
  white-space: nowrap;
  font-size: 0.75rem;
}.ayq-wc_player_daz {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
  white-space: nowrap;
  color: #514540;
}.ayq-wc_amount_daz {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  margin-left: auto;
  color: #28B848;
  white-space: nowrap;
}.ayq-bon_daz {
  background: #0D0A07;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.ayq-bon_daz {
  padding: 44px 1.5rem 0;
}
}.ayq-bon_in_daz {
  margin: 0 auto;
  max-width: 83.75rem;
}.ayq-bon_head_daz {
  margin-bottom: 1.25rem;
}.ayq-bon_label_daz {
  color: #E07820;
  margin-bottom: 8px;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.ayq-bon_h2_daz {
  font-weight: 800;
  margin-bottom: 8px;
  color: #F5EDE0;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-family: 'Bebas Neue', sans-serif;
}
@media(min-width: 771px) {.ayq-bon_h2_daz {
  font-size: 1.5rem;
}
}.ayq-bon_seo_daz {
  overflow-wrap: break-word;
  color: #6E5E50;
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 38.75rem;
}.ayq-bon_seo_daz strong {
  font-weight: 700;
  color: #D0C0A8;
}.ayq-bon_seo_daz a {
  color: #E07820;
  text-decoration: underline;
}.ayq-bon_grid_daz {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.ayq-bon_grid_daz {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.ayq-bon_grid_daz {
  grid-template-columns: repeat(5,1fr);
}
}.ayq-bon_card_daz {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  background: #151009;
  transition: border-color .2s,transform .2s;
  padding: 1rem;
}.ayq-bon_card_daz:hover {
  border-color: rgba(224, 120, 32, 0.07);
  transform: translateY(-2px);
}.ayq-bon_card_ic_daz svg {
  height: 26px;
  stroke-linecap: round;
  width: 1.625rem;
  stroke-linejoin: round;
}.ayq-bon_card_ic_daz {
  margin-bottom: 10px;
}.ayq-bon_card_type_daz {
  letter-spacing: .06em;
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
  color: #6E5E50;
  font-weight: 700;
  text-transform: uppercase;
}.ayq-bon_card_amount_daz {
  color: #F0A820;
  font-weight: 800;
  line-height: 1.1;
  font-size: 18px;
  margin-bottom: 0.375rem;
}.ayq-bon_card_name_daz {
  font-size: 13px;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #F5EDE0;
  overflow-wrap: break-word;
}.ayq-bon_card_detail_daz {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  color: #514540;
  font-size: 11px;
  overflow-wrap: break-word;
  padding-top: 8px;
}.ayq-htp_daz {
  padding: 2.25rem 16px 0;
  background: #0D0A07;
}
@media(min-width: 770px) {.ayq-htp_daz {
  padding: 44px 24px 0;
}
}.ayq-htp_in_daz {
  margin: 0 auto;
  max-width: 1340px;
}.ayq-htp_head_daz {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.ayq-htp_label_daz {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 11px;
  color: #E07820;
  letter-spacing: .08em;
}.ayq-htp_h2_daz {
  font-size: 1.375rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Bebas Neue', sans-serif;
  color: #F5EDE0;
  margin-bottom: 8px;
}
@media(min-width: 769px) {.ayq-htp_h2_daz {
  font-size: 28px;
}
}.ayq-htp_intro_daz {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #6E5E50;
}.ayq-htp_steps_daz {
  padding: 0;
  list-style: none;
  margin: 0;
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width: 639px) {.ayq-htp_steps_daz {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.ayq-htp_steps_daz {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.ayq-htp_step_daz {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #1C1510;
  padding: 20px 1.125rem 18px;
  border-radius: 0.5rem;
  flex-direction: column;
  position: relative;
  display: flex;
}.ayq-htp_step_num_daz {
  border-radius: 50%;
  background: #E07820;
  color: #0D0A07;
  display: flex;
  height: 28px;
  position: absolute;
  left: 20px;
  font-family: 'Bebas Neue', sans-serif;
  width: 28px;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  top: -12px;
  font-size: 0.813rem;
}.ayq-htp_step_ic_daz {
  margin: 8px 0 0.75rem;
  background: rgba(224, 120, 32, 0.18);
  border-radius: 4px;
  align-items: center;
  color: #E07820;
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
}.ayq-htp_step_ic_daz svg {
  height: 18px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 18px;
}.ayq-htp_step_h_daz {
  font-weight: 700;
  color: #F5EDE0;
  font-size: 14px;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  line-height: 1.25;
}.ayq-htp_step_p_daz {
  font-size: 0.813rem;
  color: #6E5E50;
  line-height: 1.55;
  overflow-wrap: break-word;
}.ayq-htp_step_p_daz strong {
  color: #D0C0A8;
  font-weight: 600;
}.ayq-htp_cta_daz {
  padding: 13px 26px;
  border-radius: 8px;
  background: #28B848;
  transition: background .2s;
  font-size: 14px;
  margin-top: 20px;
  font-weight: 700;
  display: inline-block;
  color: #0D0A07;
}.ayq-htp_cta_daz:hover {
  background: #34CC58;
}.ayq-prov_daz {
  background: #0D0A07;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.ayq-prov_daz {
  padding: 2.75rem 1.5rem 0;
}
}.ayq-prov_in_daz {
  margin: 0 auto;
  max-width: 83.75rem;
}.ayq-prov_head_daz {
  margin-bottom: 1rem;
}.ayq-prov_label_daz {
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #E07820;
  font-weight: 700;
  font-size: 11px;
}.ayq-prov_h2_daz {
  overflow-wrap: break-word;
  color: #F5EDE0;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width: 766px) {.ayq-prov_h2_daz {
  font-size: 1.5rem;
}
}.ayq-prov_seo_daz {
  font-size: 0.813rem;
  color: #6E5E50;
  line-height: 1.6;
  margin-bottom: 1rem;
  max-width: 620px;
  overflow-wrap: break-word;
}.ayq-prov_seo_daz strong {
  font-weight: 700;
  color: #D0C0A8;
}.ayq-prov_seo_daz a {
  text-decoration: underline;
  color: #E07820;
}.ayq-prov_grid_daz {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 639px) {.ayq-prov_grid_daz {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.ayq-prov_grid_daz {
  grid-template-columns: repeat(8,1fr);
}
}.ayq-prov_card_daz {
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 14px 0.625rem;
  transition: border-color .2s,background .2s;
  background: #151009;
  border-radius: 0.5rem;
  gap: 0.438rem;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
  display: flex;
}.ayq-prov_card_daz:hover {
  background: #1C1510;
  border-color: rgba(224, 122, 24, 0.55);
}.ayq-prov_logo_daz {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  display: flex;
  width: 44px;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
}.ayq-prov_logo_daz img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.ayq-prov_name_daz {
  font-weight: 600;
  text-align: center;
  color: #9A8878;
  overflow-wrap: break-word;
  font-size: 11px;
}.ayq-app_daz {
  padding: 36px 16px 0;
  background: #0D0A07;
}
@media(min-width: 769px) {.ayq-app_daz {
  padding: 2.75rem 1.5rem 0;
}
}.ayq-app_in_daz {
  margin: 0 auto;
  max-width: 83.75rem;
}.ayq-app_head_daz {
  margin-bottom: 1rem;
}.ayq-app_label_daz {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  color: #E07820;
  letter-spacing: .08em;
}.ayq-app_h2_daz {
  font-size: 1.25rem;
  font-weight: 800;
  color: #F5EDE0;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-family: 'Bebas Neue', sans-serif;
}
@media(min-width: 769px) {.ayq-app_h2_daz {
  font-size: 24px;
}
}.ayq-app_sub_daz {
  font-size: 0.813rem;
  max-width: 37.5rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #6E5E50;
}.ayq-app_sub_daz strong {
  font-weight: 700;
  color: #D0C0A8;
}.ayq-app_cards_daz {
  gap: 0.625rem;
  display: grid;
  margin-top: 16px;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.ayq-app_cards_daz {
  grid-template-columns: repeat(3,1fr);
}
}.ayq-app_card_daz {
  gap: 16px;
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 0.5rem;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  display: flex;
}.ayq-app_card_ios_daz {
  background: linear-gradient(135deg,rgba(224, 120, 32, 0.18) 0%,#1C1510 100%);
}.ayq-app_card_android_daz {
  background: linear-gradient(135deg,rgba(40, 184, 72, 0.16) 0%,#1C1510 100%);
}.ayq-app_card_win_daz {
  background: linear-gradient(135deg,rgba(240, 168, 32, 0.16) 0%,#1C1510 100%);
}.ayq-app_card_ic_daz svg {
  stroke-linecap: round;
  width: 2.125rem;
  stroke-linejoin: round;
  height: 34px;
}.ayq-app_card_ic_daz {
  color: #F5EDE0;
  flex-shrink: 0;
}.ayq-app_card_os_daz {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
  color: #6E5E50;
  font-size: 0.625rem;
}.ayq-app_card_title_daz {
  color: #F5EDE0;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  line-height: 1.2;
  font-weight: 700;
  font-size: 15px;
}.ayq-app_card_text_daz {
  margin-bottom: 0.875rem;
  line-height: 1.5;
  font-size: 12px;
  overflow-wrap: break-word;
  color: #6E5E50;
}.ayq-app_card_btn_daz {
  transition: background .2s;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(224, 122, 24, 0.55);
  gap: 0.438rem;
  border-radius: 0.25rem;
  padding: 10px 1.125rem;
  font-weight: 700;
  font-size: 0.813rem;
  color: #F5EDE0;
  align-items: center;
  display: inline-flex;
}.ayq-app_card_btn_daz:hover {
  background: rgba(255, 255, 255, 0.07);
}.ayq-reg_daz {
  background: #0D0A07;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.ayq-reg_daz {
  padding: 44px 24px 0;
}
}.ayq-reg_in_daz {
  background: #1C1510;
  margin: 0 auto;
  border-radius: 12px;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  max-width: 1340px;
}
@media(min-width: 769px) {.ayq-reg_in_daz {
  padding: 40px;
}
}.ayq-reg_top_daz {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.ayq-reg_top_daz {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.ayq-reg_label_daz {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
  color: #E07820;
  font-weight: 700;
}.ayq-reg_h2_daz {
  color: #F5EDE0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 12px;
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.ayq-reg_h2_daz {
  font-size: 28px;
}
}.ayq-reg_bonus_daz {
  padding: 10px 1rem;
  background: rgba(240, 168, 32, 0.16);
  gap: 8px;
  border: 1px solid rgba(240, 168, 32, 0.16);
  border-radius: 8px;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
}.ayq-reg_bonus_amount_daz {
  color: #F0A820;
  font-size: 20px;
  font-weight: 800;
}.ayq-reg_bonus_text_daz {
  font-size: 0.813rem;
  color: #9A8878;
  line-height: 1.35;
}.ayq-reg_cta_btn_daz {
  transition: background .2s;
  border-radius: 8px;
  padding: 14px 2rem;
  background: #28B848;
  box-shadow: 0 6px 1.125rem rgba(40, 184, 72, 0.45);
  display: inline-block;
  color: #0D0A07;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 12px;
}.ayq-reg_cta_btn_daz:hover {
  background: #34CC58;
}.ayq-reg_terms_daz {
  line-height: 1.5;
  font-size: 0.688rem;
  color: #514540;
}.ayq-reg_seo_daz {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #6E5E50;
  line-height: 1.65;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.ayq-reg_seo_daz p {
  line-height: 1.65;
  margin-bottom: 10px;
  font-size: 0.813rem;
  color: #6E5E50;
}.ayq-reg_seo_daz p:last-child {
  margin-bottom: 0;
}.ayq-reg_seo_daz strong {
  font-weight: 700;
  color: #D0C0A8;
}.ayq-reg_seo_daz a {
  transition: color .2s;
  text-decoration: underline;
  color: #E07820;
}.ayq-reg_seo_daz a:hover {
  color: #F08C30;
}.ayq-reg_seo_daz ul,.ayq-reg_seo_daz ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.ayq-reg_seo_daz ol {
  list-style: decimal;
}.ayq-reg_seo_daz li {
  font-size: 0.813rem;
  color: #6E5E50;
  margin-bottom: 0.25rem;
  line-height: 1.65;
}.ayq-reg_seo_daz table {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
  display: block;
  font-size: 13px;
}
@media(min-width: 766px) {.ayq-reg_seo_daz table {
  display: table;
}
}.ayq-reg_seo_daz th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  text-align: left;
  font-weight: 700;
  color: #D0C0A8;
}.ayq-reg_seo_daz td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #6E5E50;
}.ayq-reg_steps_daz {
  gap: 14px;
  flex-direction: column;
  display: flex;
  margin-top: 1.75rem;
}
@media(min-width: 861px) {.ayq-reg_steps_daz {
  margin-top: 0;
}
}.ayq-reg_step_daz {
  gap: 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 16px;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.ayq-reg_step_num_daz {
  border-radius: 50%;
  background: rgba(224, 120, 32, 0.18);
  border: 1px solid rgba(224, 120, 32, 0.07);
  width: 34px;
  display: flex;
  height: 34px;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  color: #E07820;
  font-weight: 800;
  font-size: 0.875rem;
}.ayq-reg_step_title_daz {
  font-size: 0.875rem;
  margin-bottom: 3px;
  color: #F5EDE0;
  font-weight: 700;
}.ayq-reg_step_text_daz {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #6E5E50;
}.ayq-reg_trust_daz {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 1.25rem;
  display: flex;
}.ayq-reg_trust_item_daz {
  gap: 7px;
  align-items: center;
  color: #6E5E50;
  font-size: 0.75rem;
  display: flex;
  overflow-wrap: break-word;
}.ayq-reg_trust_ic_daz svg {
  height: 16px;
  stroke-linejoin: round;
  color: #E07820;
  width: 1rem;
  stroke-linecap: round;
}.ayq-seo_daz {
  padding: 2.25rem 1rem 0;
  background: #0D0A07;
}
@media(min-width: 769px) {.ayq-seo_daz {
  padding: 2.75rem 24px 0;
}
}.ayq-seo_in_daz {
  padding: 1.75rem 24px;
  background: #1C1510;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.75rem;
  margin: 0 auto;
  max-width: 83.75rem;
}
@media(min-width: 770px) {.ayq-seo_in_daz {
  padding: 36px 2.5rem;
}
}.ayq-seo_label_daz {
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  color: #E07820;
  margin-bottom: 10px;
  font-size: 0.688rem;
}.ayq-seo_h2_daz {
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-family: 'Bebas Neue', sans-serif;
  color: #F5EDE0;
  font-weight: 800;
}
@media(min-width: 766px) {.ayq-seo_h2_daz {
  font-size: 1.5rem;
}
}.ayq-seo_body_daz {
  line-height: 1.75;
  font-size: 14px;
  color: #9A8878;
  overflow-wrap: break-word;
}.ayq-seo_body_daz p {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 12px;
  color: #9A8878;
}.ayq-seo_body_daz p:last-child {
  margin-bottom: 0;
}.ayq-seo_body_daz strong {
  color: #D0C0A8;
  font-weight: 700;
}.ayq-seo_body_daz a {
  transition: color .2s;
  text-decoration: underline;
  color: #E07820;
}.ayq-seo_body_daz a:hover {
  color: #F08C30;
}.ayq-seo_body_daz ul,.ayq-seo_body_daz ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.ayq-seo_body_daz ol {
  list-style: decimal;
}.ayq-seo_body_daz li {
  color: #9A8878;
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.ayq-seo_body_daz table {
  overflow-x: auto;
  font-size: 0.813rem;
  width: 100%;
  margin-bottom: 12px;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 770px) {.ayq-seo_body_daz table {
  display: table;
}
}.ayq-seo_body_daz th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #D0C0A8;
  font-weight: 700;
}.ayq-seo_body_daz td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #9A8878;
}.ayq-seo_cols_daz {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.ayq-seo_cols_daz {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.ayq-seo_cols_daz {
  grid-template-columns: repeat(3,1fr);
}
}.ayq-seo_col_h_daz {
  overflow-wrap: break-word;
  margin-bottom: 7px;
  color: #D0C0A8;
  font-size: 13px;
  font-weight: 700;
}.ayq-seo_col_p_daz {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #6E5E50;
  font-size: 13px;
}.ayq-seo_stats_daz {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.ayq-seo_stat_daz {
  border-radius: 0.5rem;
  background: rgba(224, 120, 32, 0.07);
  padding: 0.875rem 16px;
  flex: 1;
  border: 1px solid rgba(224, 120, 32, 0.18);
  min-width: 8.75rem;
}.ayq-seo_stat_val_daz {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #E07820;
  margin-bottom: 0.25rem;
}.ayq-seo_stat_lb_daz {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #6E5E50;
}.ayq-seo_daz {
  padding: 36px 1rem 0;
  background: #0D0A07;
}
@media(min-width: 769px) {.ayq-seo_daz {
  padding: 44px 24px 0;
}
}.ayq-seo_in_daz {
  padding: 28px 1.5rem;
  margin: 0 auto;
  background: #1C1510;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  max-width: 83.75rem;
}
@media(min-width:768px) {.ayq-seo_in_daz {
  padding: 36px 2.5rem;
}
}.ayq-seo_label_daz {
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-size: 11px;
  color: #E07820;
  text-transform: uppercase;
  font-weight: 700;
}.ayq-seo_h2_daz {
  font-weight: 800;
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
  color: #F5EDE0;
  line-height: 1.25;
  font-size: 1.25rem;
  margin-bottom: 14px;
}
@media(min-width: 769px) {.ayq-seo_h2_daz {
  font-size: 24px;
}
}.ayq-seo_body_daz {
  overflow-wrap: break-word;
  color: #9A8878;
  font-size: 0.875rem;
  line-height: 1.75;
}.ayq-seo_body_daz p {
  color: #9A8878;
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 0.875rem;
}.ayq-seo_body_daz p:last-child {
  margin-bottom: 0;
}.ayq-seo_body_daz strong {
  font-weight: 700;
  color: #D0C0A8;
}.ayq-seo_body_daz a {
  transition: color .2s;
  text-decoration: underline;
  color: #E07820;
}.ayq-seo_body_daz a:hover {
  color: #F08C30;
}.ayq-seo_body_daz ul,.ayq-seo_body_daz ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.ayq-seo_body_daz ol {
  list-style: decimal;
}.ayq-seo_body_daz li {
  line-height: 1.75;
  margin-bottom: 6px;
  color: #9A8878;
  font-size: 14px;
}.ayq-seo_body_daz table {
  border-collapse: collapse;
  margin-bottom: 12px;
  width: 100%;
  overflow-x: auto;
  font-size: 13px;
  display: block;
}
@media(min-width:768px) {.ayq-seo_body_daz table {
  display: table;
}
}.ayq-seo_body_daz th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #D0C0A8;
}.ayq-seo_body_daz td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9A8878;
}.ayq-seo_cols_daz {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.ayq-seo_cols_daz {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.ayq-seo_cols_daz {
  grid-template-columns: repeat(3,1fr);
}
}.ayq-seo_col_h_daz {
  color: #D0C0A8;
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 0.438rem;
  font-weight: 700;
}.ayq-seo_col_p_daz {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  color: #6E5E50;
}.ayq-seo_stats_daz {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.ayq-seo_stat_daz {
  padding: 0.875rem 1rem;
  background: rgba(224, 120, 32, 0.07);
  border-radius: 8px;
  border: 1px solid rgba(224, 120, 32, 0.18);
  flex: 1;
  min-width: 8.75rem;
}.ayq-seo_stat_val_daz {
  color: #E07820;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}.ayq-seo_stat_lb_daz {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #6E5E50;
}.ayq-seo_daz {
  background: #0D0A07;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.ayq-seo_daz {
  padding: 44px 24px 0;
}
}.ayq-seo_in_daz {
  background: #1C1510;
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 12px;
  max-width: 1340px;
}
@media(min-width: 767px) {.ayq-seo_in_daz {
  padding: 2.25rem 40px;
}
}.ayq-seo_label_daz {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #E07820;
  margin-bottom: 0.625rem;
}.ayq-seo_h2_daz {
  color: #F5EDE0;
  font-family: 'Bebas Neue', sans-serif;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width:768px) {.ayq-seo_h2_daz {
  font-size: 1.5rem;
}
}.ayq-seo_body_daz {
  line-height: 1.75;
  color: #9A8878;
  font-size: 14px;
  overflow-wrap: break-word;
}.ayq-seo_body_daz p {
  color: #9A8878;
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}.ayq-seo_body_daz p:last-child {
  margin-bottom: 0;
}.ayq-seo_body_daz strong {
  color: #D0C0A8;
  font-weight: 700;
}.ayq-seo_body_daz a {
  transition: color .2s;
  text-decoration: underline;
  color: #E07820;
}.ayq-seo_body_daz a:hover {
  color: #F08C30;
}.ayq-seo_body_daz ul,.ayq-seo_body_daz ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.ayq-seo_body_daz ol {
  list-style: decimal;
}.ayq-seo_body_daz li {
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  color: #9A8878;
  line-height: 1.75;
}.ayq-seo_body_daz table {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  display: block;
  margin-bottom: 12px;
}
@media(min-width: 767px) {.ayq-seo_body_daz table {
  display: table;
}
}.ayq-seo_body_daz th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D0C0A8;
  text-align: left;
  font-weight: 700;
}.ayq-seo_body_daz td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #9A8878;
}.ayq-seo_cols_daz {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 643px) {.ayq-seo_cols_daz {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.ayq-seo_cols_daz {
  grid-template-columns: repeat(3,1fr);
}
}.ayq-seo_col_h_daz {
  font-size: 0.813rem;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  color: #D0C0A8;
}.ayq-seo_col_p_daz {
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #6E5E50;
}.ayq-seo_stats_daz {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.ayq-seo_stat_daz {
  background: rgba(224, 120, 32, 0.07);
  flex: 1;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(224, 120, 32, 0.18);
  border-radius: 8px;
  min-width: 8.75rem;
}.ayq-seo_stat_val_daz {
  margin-bottom: 4px;
  color: #E07820;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
}.ayq-seo_stat_lb_daz {
  overflow-wrap: break-word;
  color: #6E5E50;
  font-size: 0.688rem;
}.ayq-faq_daz {
  padding: 36px 1rem 0;
  background: #0D0A07;
}
@media(min-width: 770px) {.ayq-faq_daz {
  padding: 2.75rem 24px 0;
}
}.ayq-faq_in_daz {
  margin: 0 auto;
  max-width: 83.75rem;
}.ayq-faq_head_daz {
  margin-bottom: 1.25rem;
}.ayq-faq_label_daz {
  font-weight: 700;
  text-transform: uppercase;
  color: #E07820;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 11px;
}.ayq-faq_h2_daz {
  font-size: 1.25rem;
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F5EDE0;
}
@media(min-width: 770px) {.ayq-faq_h2_daz {
  font-size: 1.5rem;
}
}.ayq-faq_list_daz {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.ayq-faq_item_daz {
  overflow: hidden;
  background: #1C1510;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
}.ayq-faq_q_daz {
  padding: 1rem 1.25rem;
  transition: color .2s;
  gap: 12px;
  font-size: 0.875rem;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-wrap: break-word;
  font-weight: 600;
  align-items: center;
  cursor: pointer;
  display: flex;
  color: #D0C0A8;
}.ayq-faq_q_daz:hover {
  color: #F5EDE0;
}.ayq-faq_q_ic_daz {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: transform .25s;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  color: #E07820;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 1rem;
}.ayq-faq_item_daz.ayq-state_open_daz .ayq-faq_q_ic_daz {
  transform: rotate(45deg);
}.ayq-faq_a_daz {
  padding: 0 1.25rem 16px;
  line-height: 1.7;
  display: none;
  overflow-wrap: break-word;
  color: #6E5E50;
  font-size: 0.813rem;
}.ayq-faq_item_daz.ayq-state_open_daz .ayq-faq_a_daz {
  display: block;
}.ayq-faq_a_daz strong {
  font-weight: 700;
  color: #D0C0A8;
}.ayq-faq_a_daz a {
  color: #E07820;
  text-decoration: underline;
}.ayq-faq_a_daz ul,.ayq-faq_a_daz ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.ayq-faq_a_daz ol {
  list-style: decimal;
}.ayq-faq_a_daz li {
  margin-bottom: 4px;
  line-height: 1.6;
}.ayq-faq_a_daz table {
  margin: 8px 0;
  width: 100%;
  display: block;
  overflow-x: auto;
  font-size: 0.75rem;
  border-collapse: collapse;
}
@media(min-width: 769px) {.ayq-faq_a_daz table {
  display: table;
}
}.ayq-faq_a_daz th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 8px;
  font-weight: 700;
  text-align: left;
  color: #D0C0A8;
}.ayq-faq_a_daz td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 8px;
  color: #6E5E50;
}.ayq-ft_daz {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #080503;
  margin-top: 48px;
}.ayq-ft_support_daz {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 1rem;
}
@media(min-width: 765px) {.ayq-ft_support_daz {
  padding: 28px 1.5rem;
}
}.ayq-ft_support_in_daz {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 83.75rem;
}.ayq-ft_support_main_daz {
  flex: 1;
  gap: 1rem;
  min-width: 13.75rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.ayq-ft_support_ic_daz {
  flex-shrink: 0;
  color: #E07820;
}.ayq-ft_support_ic_daz svg {
  stroke-linejoin: round;
  height: 1.875rem;
  stroke-linecap: round;
  width: 30px;
}.ayq-ft_support_text_title_daz {
  font-weight: 700;
  font-size: 15px;
  overflow-wrap: break-word;
  color: #F5EDE0;
  margin-bottom: 3px;
}.ayq-ft_support_text_sub_daz {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #6E5E50;
}.ayq-ft_support_btn_daz {
  border-radius: 8px;
  padding: 11px 22px;
  transition: background .2s;
  background: #E07820;
  font-weight: 700;
  color: #F5EDE0;
  flex-shrink: 0;
  font-size: 13px;
  white-space: nowrap;
}.ayq-ft_support_btn_daz:hover {
  background: #F08C30;
}.ayq-ft_support_contacts_daz {
  gap: 1rem;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.ayq-ft_support_contact_daz {
  color: #514540;
  line-height: 1.4;
  font-size: 0.75rem;
}.ayq-ft_support_contact_daz strong {
  font-weight: 600;
  margin-bottom: 2px;
  color: #9A8878;
  display: block;
  font-size: 11px;
}.ayq-ft_main_daz {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 16px 1.5rem;
}
@media(min-width: 766px) {.ayq-ft_main_daz {
  padding: 2.5rem 24px 2rem;
}
}.ayq-ft_main_in_daz {
  gap: 24px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  max-width: 83.75rem;
  display: grid;
}
@media(min-width: 641px) {.ayq-ft_main_in_daz {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.ayq-ft_main_in_daz {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.ayq-ft_col_logo_daz {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.ayq-ft_col_logo_daz {
  grid-column: auto;
}
}.ayq-ft_logo_daz {
  gap: 9px;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #F5EDE0;
  flex-wrap: wrap;
  font-weight: 800;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
}.ayq-ft_logo_mark_daz {
  overflow: hidden;
  border-radius: 4px;
  width: 1.875rem;
  height: 1.875rem;
}.ayq-ft_logo_mark_daz img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.ayq-ft_logo_sub_daz {
  color: #514540;
  line-height: 1.55;
  max-width: 200px;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.ayq-ft_col_title_daz {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  color: #9A8878;
  letter-spacing: .07em;
  margin-bottom: 0.875rem;
}.ayq-ft_col_links_daz {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.ayq-ft_col_link_daz {
  transition: color .2s;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #514540;
}.ayq-ft_col_link_daz:hover {
  color: #D0C0A8;
}.ayq-ft_apps_daz {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.ayq-ft_app_card_daz {
  padding: 0.625rem 0.75rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
}.ayq-ft_app_card_daz:hover {
  border-color: rgba(224, 122, 24, 0.55);
}.ayq-ft_app_card_ic_daz svg {
  stroke-linejoin: round;
  height: 22px;
  width: 22px;
  stroke-linecap: round;
}.ayq-ft_app_card_os_daz {
  font-weight: 600;
  font-size: 0.625rem;
  color: #514540;
}.ayq-ft_app_card_action_daz {
  font-weight: 700;
  color: #D0C0A8;
  font-size: 0.75rem;
}.ayq-ft_bot_daz {
  padding: 20px 16px;
}
@media(min-width: 767px) {.ayq-ft_bot_daz {
  padding: 20px 1.5rem;
}
}.ayq-ft_bot_in_daz {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 1340px;
  align-items: center;
  display: flex;
}.ayq-ft_socials_daz {
  gap: 8px;
  display: flex;
}.ayq-ft_soc_daz {
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 4px;
  width: 36px;
  height: 2.25rem;
  color: #9A8878;
  display: flex;
  justify-content: center;
  align-items: center;
}.ayq-ft_soc_daz svg {
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
}.ayq-ft_soc_daz:hover {
  background: rgba(255, 255, 255, 0.07);
}.ayq-ft_legal_daz {
  flex: 1;
  min-width: 12.5rem;
  color: #887870;
  font-size: 0.688rem;
  line-height: 1.6;
  overflow-wrap: break-word;
}.ayq-ft_legal_daz strong {
  color: #9A8878;
  font-weight: 700;
}.ayq-ft_legal_daz a {
  text-decoration: underline;
  color: #9A8878;
}.ayq-ft_age_daz {
  border: 2px solid #887870;
  border-radius: 50%;
  color: #887870;
  font-weight: 800;
  margin-left: auto;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 0.688rem;
  width: 2rem;
}