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 {
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #131018;
  color: #C8C0E0;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  font-family: 'Nunito', sans-serif;
}.gdy_layout_1ui {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.gdy_page_1ui {
  min-height: 100vh;
  display: flex;
}.gdy_main_1ui {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1081px) {.gdy_main_1ui {
  padding-left: 13.75rem;
}
}
@media (max-width: 1076px) {.gdy_main_1ui {
  padding-bottom: 72px;
}
}.gdy_gc_1ui {
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  background: #1A1524;
  width: 140px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
@media(min-width: 639px) {.gdy_gc_1ui {
  width: 156px;
}
}
@media(min-width: 1077px) {.gdy_gc_1ui {
  width: 168px;
}
}.gdy_gc_1ui:hover {
  border-color: rgba(114,72,212,0.08);
  transform: translateY(-3px);
}.gdy_gc_img_1ui {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.gdy_gc_img_1ui img {
  inset: 0;
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}.gdy_gc_hover_1ui {
  transition: opacity .2s;
  background: rgba(12,10,18,0.74);
  inset: 0;
  align-items: center;
  position: absolute;
  display: flex;
  justify-content: center;
  opacity: 0;
}.gdy_gc_1ui:hover .gdy_gc_hover_1ui {
  opacity: 1;
}.gdy_gc_hover_btn_1ui {
  border-radius: 6px;
  background: #7248D4;
  padding: 0.5rem 1rem;
  font-size: 12px;
  font-weight: 700;
  color: #F0EAFF;
}.gdy_gc_info_1ui {
  padding: 8px 0.625rem 10px;
}.gdy_gc_name_1ui {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #C8C0E0;
  white-space: nowrap;
  font-size: 0.75rem;
  margin-bottom: 3px;
  font-weight: 600;
}.gdy_gc_prov_1ui {
  font-size: 10px;
  color: #7A72A0;
}.gdy_gc_tag_1ui {
  border-radius: 0.25rem;
  padding: 2px 7px;
  position: absolute;
  z-index: 2;
  font-weight: 700;
  letter-spacing: .04em;
  top: 0.375rem;
  text-transform: uppercase;
  left: 0.375rem;
  font-size: 9px;
}.gdy_gc_tag_hot_1ui {
  background: #E84820;
  color: #fff;
}.gdy_gc_tag_new_1ui {
  background: #2DBF65;
  color: #131018;
}.gdy_gc_tag_jp_1ui {
  background: #F0A020;
  color: #131018;
}.gdy_gc_tag_ex_1ui {
  background: #A838C8;
  color: #fff;
}.gdy_gc_tag_live_1ui {
  background: #E84820;
  color: #fff;
}.gdy_gr_1ui {
  padding: 2rem 1rem 0;
  background: #131018;
}
@media(min-width:768px) {.gdy_gr_1ui {
  padding: 2.25rem 24px 0;
}
}.gdy_gr_in_1ui {
  margin: 0 auto;
  max-width: 1320px;
}.gdy_gr_head_1ui {
  gap: 12px;
  margin-bottom: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.gdy_gr_head_l_1ui {
  gap: 0.625rem;
  flex: 1;
  display: flex;
  min-width: 0;
  align-items: center;
}.gdy_gr_ic_1ui {
  border-radius: 10px;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  width: 32px;
  height: 32px;
}.gdy_gr_ic_1ui svg {
  width: 16px;
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
}.gdy_gr_title_1ui {
  font-family: 'Baloo 2', sans-serif;
  overflow-wrap: break-word;
  font-size: 16px;
  font-weight: 700;
  color: #F0EAFF;
}
@media(min-width: 771px) {.gdy_gr_title_1ui {
  font-size: 18px;
}
}.gdy_gr_more_1ui {
  gap: 5px;
  transition: color .2s;
  font-weight: 600;
  flex-shrink: 0;
  color: #8A82A8;
  white-space: nowrap;
  display: flex;
  font-size: 12px;
  align-items: center;
}.gdy_gr_more_1ui:hover {
  color: #7248D4;
}.gdy_gr_more_1ui svg {
  stroke-linejoin: round;
  height: 12px;
  width: 0.75rem;
  stroke-linecap: round;
}.gdy_gr_arrows_1ui {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.gdy_gr_arr_1ui {
  border: 1px solid rgba(255,255,255,0.10);
  transition: background .15s,color .15s;
  background: rgba(255,255,255,0.05);
  border-radius: 0.375rem;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 30px;
  color: #A098C0;
  height: 30px;
}.gdy_gr_arr_1ui:hover {
  background: rgba(255,255,255,0.07);
  color: #F0EAFF;
}.gdy_gr_arr_1ui svg {
  width: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.813rem;
}.gdy_gr_seo_h_1ui {
  margin: 0 0 6px;
  font-family: 'Baloo 2', sans-serif;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #C8C0E0;
  max-width: 42.5rem;
}
@media(min-width: 767px) {.gdy_gr_seo_h_1ui {
  font-size: 14px;
}
}.gdy_gr_seo_1ui {
  max-width: 680px;
  font-size: 0.75rem;
  color: #8A82A8;
  line-height: 1.55;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
}.gdy_gr_seo_1ui strong {
  font-weight: 600;
  color: #C8C0E0;
}.gdy_gr_scroll_1ui {
  gap: 0.625rem;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}.gdy_gr_scroll_1ui::-webkit-scrollbar {
  display: none;
}
@media(min-width: 770px) {.gdy_gr_scroll_1ui {
  gap: 12px;
}
}.gdy_tb_1ui {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #131018;
  right: 0;
  left: 0;
  position: fixed;
  align-items: center;
  z-index: 80;
  height: 56px;
  top: 0;
  display: flex;
}.gdy_tb_in_1ui {
  padding: 0 0.875rem;
  gap: 0;
  width: 100%;
  align-items: center;
  height: 100%;
  display: flex;
}.gdy_tb_burger_1ui {
  border-radius: 0.625rem;
  gap: 0.313rem;
  flex-shrink: 0;
  margin-right: 8px;
  flex-direction: column;
  align-items: center;
  height: 2.375rem;
  width: 38px;
  justify-content: center;
  display: flex;
}.gdy_tb_burger_1ui:hover {
  background: rgba(255,255,255,0.05);
}.gdy_tb_burger_line_1ui {
  border-radius: 1px;
  background: #A098C0;
  height: 2px;
  display: block;
  width: 18px;
}
@media(min-width: 1081px) {.gdy_tb_burger_1ui {
  display: none;
}
}.gdy_tb_logo_1ui {
  gap: 0.563rem;
  align-items: center;
  font-size: 1.125rem;
  color: #F0EAFF;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  flex-shrink: 0;
  font-weight: 800;
  display: flex;
  margin-right: 1.25rem;
}.gdy_tb_logo_mark_1ui {
  overflow: hidden;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  height: 32px;
  width: 2rem;
  justify-content: center;
}.gdy_tb_logo_mark_1ui img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.gdy_tb_nav_1ui {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.gdy_tb_nav_1ui {
  display: flex;
}
}.gdy_tb_tab_1ui {
  transition: background .15s,color .15s;
  border-radius: 0.625rem;
  padding: 0.5rem 14px;
  font-size: 0.813rem;
  color: #A098C0;
  white-space: nowrap;
  font-weight: 600;
}.gdy_tb_tab_1ui:hover {
  background: rgba(255,255,255,0.05);
  color: #F0EAFF;
}.gdy_tb_tab_1ui.gdy_state_active_1ui {
  background: rgba(114,72,212,0.18);
  color: #F0EAFF;
}.gdy_tb_right_1ui {
  gap: 0.5rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  margin-left: auto;
}.gdy_tb_login_1ui {
  border-radius: 0.625rem;
  transition: border-color .2s,color .2s;
  padding: 0.563rem 1rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  font-weight: 600;
  display: none;
  color: #C8C0E0;
  font-size: 0.813rem;
}.gdy_tb_login_1ui:hover {
  border-color: rgba(114,72,212,0.55);
  color: #F0EAFF;
}
@media(min-width: 479px) {.gdy_tb_login_1ui {
  display: block;
}
}.gdy_tb_reg_1ui {
  border-radius: 10px;
  transition: background .2s;
  background: #2DBF65;
  padding: 0.563rem 18px;
  color: #0F0818;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.813rem;
}.gdy_tb_reg_1ui:hover {
  background: #35D474;
}.gdy_sb_1ui {
  transition: transform .25s ease;
  background: #221B31;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255,255,255,0.05);
  z-index: 70;
  top: 3.5rem;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  width: 220px;
}.gdy_sb_1ui.gdy_state_open_1ui {
  transform: translateX(0);
}.gdy_sb_1ui::-webkit-scrollbar {
  width: 4px;
}.gdy_sb_1ui::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
}
@media(min-width: 1081px) {.gdy_sb_1ui {
  transform: translateX(0);
}
}.gdy_sb_auth_1ui {
  padding: 0.875rem 0.75rem 0.625rem;
}.gdy_sb_btn_reg_1ui {
  background: #2DBF65;
  transition: background .2s;
  padding: 11px;
  border-radius: 0.625rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 0.813rem;
  color: #0F0818;
  display: block;
}.gdy_sb_btn_reg_1ui:hover {
  background: #35D474;
}.gdy_sb_btn_login_1ui {
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 0.625rem;
  border-radius: 10px;
  background: rgba(255,255,255,0.05);
  font-weight: 600;
  text-align: center;
  font-size: 0.813rem;
  display: block;
  color: #C8C0E0;
}.gdy_sb_btn_login_1ui:hover {
  border-color: rgba(114,72,212,0.55);
  color: #F0EAFF;
}.gdy_sb_promo_1ui {
  margin: 0 12px 10px;
  border-radius: 10px;
  border: 1px solid rgba(114,72,212,0.18);
  background: linear-gradient(135deg,#2A1458,#221B31);
  padding: 0.75rem 0.875rem;
  overflow: hidden;
  position: relative;
}.gdy_sb_promo_1ui::before {
  background: radial-gradient(circle,rgba(114,72,212,0.18),transparent 70%);
  border-radius: 50%;
  right: -20px;
  height: 5rem;
  position: absolute;
  content: '';
  top: -1.25rem;
  width: 80px;
}.gdy_sb_promo_title_1ui {
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.25rem;
  color: #7248D4;
  text-transform: uppercase;
  letter-spacing: .06em;
}.gdy_sb_promo_text_1ui {
  color: #F0EAFF;
  line-height: 1.35;
  font-size: 12px;
  overflow-wrap: break-word;
  font-weight: 600;
}.gdy_sb_promo_sub_1ui {
  font-size: 0.625rem;
  margin-top: 3px;
  color: #8A82A8;
}.gdy_sb_nav_1ui {
  padding: 6px 8px 16px;
}.gdy_sb_nav_lb_1ui {
  padding: 0.625rem 8px 0.375rem;
  font-size: 10px;
  color: #7A72A0;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.gdy_sb_link_1ui {
  gap: 0.625rem;
  transition: background .15s,color .15s;
  padding: 9px 10px;
  border-radius: 0.375rem;
  color: #A098C0;
  font-weight: 500;
  font-size: 13px;
  display: flex;
  cursor: pointer;
  overflow-wrap: break-word;
  align-items: center;
}.gdy_sb_link_1ui:hover {
  background: rgba(255,255,255,0.05);
  color: #F0EAFF;
}.gdy_sb_link_1ui.gdy_state_active_1ui {
  background: rgba(114,72,212,0.18);
  color: #F0EAFF;
}.gdy_sb_ic_1ui {
  border-radius: 6px;
  flex-shrink: 0;
  height: 1.875rem;
  justify-content: center;
  width: 30px;
  align-items: center;
  display: flex;
}.gdy_sb_ic_1ui svg {
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  width: 16px;
}.gdy_sb_ic_1_1ui {
  background: rgba(114,72,212,0.08);
  color: #7248D4;
}.gdy_sb_ic_2_1ui {
  background: rgba(45,191,101,0.15);
  color: #2DBF65;
}.gdy_sb_ic_3_1ui {
  background: rgba(240,160,32,0.15);
  color: #F0A020;
}.gdy_sb_ic_4_1ui {
  background: rgba(168,56,200,0.18);
  color: #A838C8;
}.gdy_sb_ic_5_1ui {
  background: rgba(114,72,212,0.08);
  color: #E83578;
}.gdy_sb_ic_6_1ui {
  background: rgba(168,56,200,0.18);
  color: #9B38D8;
}.gdy_sb_badge_1ui {
  background: #F0A020;
  padding: 2px 7px;
  border-radius: 0.375rem;
  margin-left: auto;
  font-weight: 700;
  color: #0F0818;
  font-size: 9px;
}.gdy_sb_bot_1ui {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 0.75rem;
  gap: 8px;
  display: flex;
}.gdy_sb_lang_1ui,.gdy_sb_help_1ui {
  flex: 1;
  gap: 0.375rem;
  border: 1px solid rgba(255,255,255,0.06);
  transition: border-color .2s;
  border-radius: 0.375rem;
  background: rgba(255,255,255,0.05);
  padding: 0.563rem 6px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #A098C0;
}.gdy_sb_lang_1ui:hover,.gdy_sb_help_1ui:hover {
  border-color: rgba(114,72,212,0.55);
  color: #F0EAFF;
}.gdy_sb_lang_1ui svg,.gdy_sb_help_1ui svg {
  stroke-linecap: round;
  height: 0.813rem;
  stroke-linejoin: round;
  width: 0.813rem;
}.gdy_sb_bd_1ui {
  inset: 0;
  background: rgba(12,10,18,0.74);
  z-index: 69;
  display: none;
  position: fixed;
}.gdy_sb_bd_1ui.gdy_state_on_1ui {
  display: block;
}
@media(min-width:1080px) {.gdy_sb_bd_1ui {
  display: none!important;
}
}.gdy_mob_nav_1ui {
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #221B31;
  border-top: 1px solid rgba(255,255,255,0.10);
  left: 0;
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 80;
  display: flex;
}
@media(min-width: 1082px) {.gdy_mob_nav_1ui {
  display: none;
}
}.gdy_mob_nav_item_1ui {
  gap: 4px;
  padding: 0.25rem 2px;
  flex: 1;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  color: #7A72A0;
  display: flex;
}.gdy_mob_nav_ic_1ui {
  line-height: 1;
}.gdy_mob_nav_ic_1ui svg {
  stroke-linejoin: round;
  width: 1.25rem;
  stroke-linecap: round;
  height: 1.25rem;
}.gdy_mob_nav_lb_1ui {
  font-size: 10px;
  font-weight: 600;
  color: #7A72A0;
}.gdy_mob_nav_item_1ui.gdy_state_active_1ui {
  color: #7248D4;
}.gdy_mob_nav_item_1ui.gdy_state_active_1ui .gdy_mob_nav_lb_1ui {
  color: #7248D4;
}.gdy_hero_1ui {
  background: #131018;
  padding: 20px 16px 0;
}
@media(min-width: 767px) {.gdy_hero_1ui {
  padding: 1.5rem 24px 0;
}
}.gdy_hero_in_1ui {
  margin: 0 auto;
  gap: 0.75rem;
  max-width: 1320px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 863px) {.gdy_hero_in_1ui {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1103px) {.gdy_hero_in_1ui {
  grid-template-columns: 1fr 340px;
}
}.gdy_hero_promo_1ui {
  border-radius: 16px;
  background: #1A1524;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  min-height: 220px;
  position: relative;
}
@media(min-width: 771px) {.gdy_hero_promo_1ui {
  min-height: 17.5rem;
}
}.gdy_hero_promo_bg_1ui {
  inset: 0;
  background: linear-gradient(120deg,#2A1458 0%,#131018 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.gdy_hero_promo_bg_1ui::after {
  background: linear-gradient(90deg,#131018 0%,rgba(12,10,18,0.74) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.gdy_hero_promo_glow_1ui {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(168,56,200,0.18) 0%,transparent 65%);
  top: -40px;
  height: 18.75rem;
  width: 300px;
  right: 3.75rem;
  position: absolute;
  pointer-events: none;
}.gdy_hero_promo_ct_1ui {
  padding: 1.75rem 24px 28px 1.75rem;
  display: flex;
  max-width: 30rem;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  position: relative;
}
@media(min-width:768px) {.gdy_hero_promo_ct_1ui {
  padding: 40px 2rem;
}
}.gdy_hero_badge_1ui {
  border: 1px solid rgba(114,72,212,0.08);
  padding: 5px 0.75rem;
  border-radius: 22px;
  background: rgba(114,72,212,0.18);
  font-weight: 700;
  margin-bottom: 0.875rem;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.625rem;
  color: #7248D4;
}.gdy_hero_h1_1ui {
  margin-bottom: 0.625rem;
  font-size: 1.625rem;
  line-height: 1.15;
  font-family: 'Baloo 2', sans-serif;
  color: #F0EAFF;
  overflow-wrap: break-word;
  font-weight: 800;
}.gdy_hero_h1_1ui em {
  font-style: normal;
  color: #F0A020;
}
@media(min-width: 769px) {.gdy_hero_h1_1ui {
  font-size: 2.25rem;
}
}.gdy_hero_sub_1ui {
  line-height: 1.55;
  font-size: 13px;
  color: #A098C0;
  margin-bottom: 1.25rem;
}
@media(min-width: 765px) {.gdy_hero_sub_1ui {
  font-size: 0.875rem;
}
}.gdy_hero_row_1ui {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.gdy_hero_cta_1ui {
  transition: background .2s;
  background: #2DBF65;
  border-radius: 0.625rem;
  padding: 0.813rem 26px;
  color: #0F0818;
  box-shadow: 0 0.5rem 28px rgba(45,191,101,0.50), 0 2px 0.25rem rgba(0,0,0,0.28);
  font-weight: 700;
  font-size: 0.875rem;
}.gdy_hero_cta_1ui:hover {
  background: #35D474;
}.gdy_hero_terms_1ui {
  font-size: 11px;
  color: #7A72A0;
}.gdy_hero_game_1ui {
  background: #1A1524;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  flex-direction: column;
  position: relative;
  display: flex;
}.gdy_hero_game_badge_1ui {
  padding: 0.313rem 10px;
  background: rgba(240,160,32,0.15);
  border-radius: 1.375rem;
  border: 1px solid rgba(240,160,32,0.15);
  position: absolute;
  color: #F0A020;
  letter-spacing: .06em;
  z-index: 3;
  font-weight: 700;
  font-size: 10px;
  left: 0.75rem;
  text-transform: uppercase;
  top: 0.75rem;
}.gdy_hero_game_badge_1ui svg {
  height: 0.688rem;
  vertical-align: -1px;
  width: 0.688rem;
  margin-right: 0.25rem;
}.gdy_hero_game_img_1ui {
  overflow: hidden;
  background: linear-gradient(135deg,#2A1458,#131018);
  position: relative;
  padding-bottom: 60%;
}.gdy_hero_game_img_1ui img {
  inset: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}.gdy_hero_game_play_1ui {
  inset: 0;
  background: rgba(12,10,18,0.74);
  transition: opacity .2s;
  position: absolute;
  justify-content: center;
  align-items: center;
  opacity: 0;
  display: flex;
}.gdy_hero_game_1ui:hover .gdy_hero_game_play_1ui {
  opacity: 1;
}.gdy_hero_game_play_1ui span {
  border-radius: 50%;
  background: #7248D4;
  height: 52px;
  align-items: center;
  justify-content: center;
  width: 52px;
  display: flex;
}.gdy_hero_game_play_1ui span svg {
  margin-left: 2px;
  height: 18px;
  width: 1.125rem;
}.gdy_hero_game_info_1ui {
  padding: 0.875rem 16px;
}.gdy_hero_game_title_1ui {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  margin-bottom: 4px;
  color: #F0EAFF;
}.gdy_hero_game_provider_1ui {
  color: #8A82A8;
  font-size: 11px;
}.gdy_hero_game_btn_1ui {
  padding: 0.688rem;
  transition: background .2s;
  margin: 0.75rem 1rem 16px;
  background: #7248D4;
  border-radius: 10px;
  font-weight: 700;
  color: #F0EAFF;
  text-align: center;
  font-size: 13px;
  display: block;
}.gdy_hero_game_1ui:hover .gdy_hero_game_btn_1ui {
  background: #8A60E8;
}.gdy_sbar_1ui {
  background: #131018;
  padding: 1rem 1rem 0;
}
@media(min-width: 769px) {.gdy_sbar_1ui {
  padding: 18px 24px 0;
}
}.gdy_sbar_in_1ui {
  margin: 0 auto;
  max-width: 82.5rem;
}.gdy_sbar_row_1ui {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.75rem;
}.gdy_sbar_input_1ui {
  transition: border-color .2s;
  flex: 1;
  background: #1A1524;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 11px 1rem;
  gap: 0.625rem;
  display: flex;
  cursor: pointer;
  color: #8A82A8;
  align-items: center;
  font-size: 0.813rem;
}.gdy_sbar_input_1ui:hover {
  border-color: rgba(114,72,212,0.55);
}.gdy_sbar_input_1ui svg {
  flex-shrink: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 15px;
  width: 0.938rem;
}.gdy_sbar_providers_1ui {
  padding: 11px 18px;
  gap: 8px;
  transition: border-color .2s;
  border-radius: 0.625rem;
  background: #1A1524;
  border: 1px solid rgba(255,255,255,0.10);
  white-space: nowrap;
  align-items: center;
  display: flex;
  color: #C8C0E0;
  font-size: 13px;
  font-weight: 600;
}.gdy_sbar_providers_1ui:hover {
  border-color: rgba(114,72,212,0.55);
  color: #F0EAFF;
}.gdy_sbar_providers_1ui svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 14px;
  width: 14px;
}.gdy_sbar_tabs_1ui {
  gap: 0.375rem;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 2px;
  overflow-x: auto;
}.gdy_sbar_tabs_1ui::-webkit-scrollbar {
  display: none;
}.gdy_sbar_tab_1ui {
  border-radius: 1.375rem;
  background: rgba(255,255,255,0.05);
  gap: 7px;
  padding: 8px 14px;
  transition: background .15s,color .15s,border-color .15s;
  border: 1px solid rgba(255,255,255,0.06);
  align-items: center;
  font-weight: 600;
  font-size: 0.75rem;
  white-space: nowrap;
  flex-shrink: 0;
  color: #A098C0;
  display: flex;
  cursor: pointer;
}.gdy_sbar_tab_1ui:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(114,72,212,0.55);
  color: #F0EAFF;
}.gdy_sbar_tab_1ui.gdy_state_active_1ui {
  background: rgba(114,72,212,0.18);
  border-color: rgba(114,72,212,0.08);
  color: #F0EAFF;
}.gdy_sbar_tab_ic_1ui svg {
  height: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 14px;
}.gdy_wy_1ui {
  background: #131018;
  padding: 32px 16px 0;
}
@media(min-width: 770px) {.gdy_wy_1ui {
  padding: 40px 24px 0;
}
}.gdy_wy_in_1ui {
  margin: 0 auto;
  max-width: 1320px;
}.gdy_wy_head_1ui {
  margin-bottom: 1.125rem;
  max-width: 720px;
}.gdy_wy_label_1ui {
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #7248D4;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
}.gdy_wy_h2_1ui {
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-family: 'Baloo 2', sans-serif;
  color: #F0EAFF;
}
@media(min-width: 769px) {.gdy_wy_h2_1ui {
  font-size: 24px;
}
}.gdy_wy_intro_1ui {
  margin: 0;
  color: #8A82A8;
  line-height: 1.6;
  font-size: 0.813rem;
}.gdy_wy_grid_1ui {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.gdy_wy_grid_1ui {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.gdy_wy_grid_1ui {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.gdy_wy_card_1ui {
  padding: 20px;
  border-radius: 0.625rem;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255,255,255,0.10);
  background: #221B31;
}.gdy_wy_card_1ui:hover {
  transform: translateY(-2px);
  border-color: rgba(114,72,212,0.08);
}.gdy_wy_card_ic_1ui {
  border-radius: 50%;
  background: rgba(114,72,212,0.18);
  display: flex;
  height: 44px;
  margin-bottom: 14px;
  align-items: center;
  color: #7248D4;
  justify-content: center;
  width: 2.75rem;
}.gdy_wy_card_ic_1ui svg {
  stroke-linejoin: round;
  height: 22px;
  width: 1.375rem;
  stroke-linecap: round;
}.gdy_wy_card_h_1ui {
  margin-bottom: 6px;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-weight: 700;
  color: #F0EAFF;
  font-size: 0.938rem;
}.gdy_wy_card_p_1ui {
  color: #8A82A8;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
}.gdy_wy_card_p_1ui strong {
  color: #C8C0E0;
  font-weight: 600;
}.gdy_gcg_1ui {
  background: #131018;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.gdy_gcg_1ui {
  padding: 44px 24px 0;
}
}.gdy_gcg_in_1ui {
  margin: 0 auto;
  max-width: 82.5rem;
}.gdy_gcg_head_1ui {
  margin-bottom: 20px;
  max-width: 720px;
}.gdy_gcg_label_1ui {
  font-weight: 700;
  text-transform: uppercase;
  color: #7248D4;
  margin-bottom: 8px;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.gdy_gcg_h2_1ui {
  margin-bottom: 8px;
  font-size: 22px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F0EAFF;
  font-family: 'Baloo 2', sans-serif;
}
@media(min-width:768px) {.gdy_gcg_h2_1ui {
  font-size: 28px;
}
}.gdy_gcg_intro_1ui {
  font-size: 13px;
  color: #8A82A8;
  line-height: 1.6;
}.gdy_gcg_grid_1ui {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.gdy_gcg_grid_1ui {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.gdy_gcg_grid_1ui {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.gdy_gcg_card_1ui {
  padding: 1.25rem;
  transition: transform .2s,border-color .2s;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.10);
  overflow: hidden;
  position: relative;
  flex-direction: column;
  cursor: pointer;
  justify-content: flex-end;
  display: flex;
  min-height: 15rem;
}.gdy_gcg_card_1ui:hover {
  transform: translateY(-3px);
  border-color: rgba(114,72,212,0.18);
}.gdy_gcg_card_bg_1ui {
  inset: 0;
  z-index: 0;
  position: absolute;
}.gdy_gcg_card_bg_1ui::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.gdy_gcg_card_ic_1ui {
  border-radius: 0.375rem;
  background: rgba(0,0,0,.45);
  justify-content: center;
  top: 1.125rem;
  display: flex;
  width: 2.5rem;
  z-index: 2;
  right: 1.125rem;
  color: #F0EAFF;
  position: absolute;
  align-items: center;
  height: 40px;
}.gdy_gcg_card_ic_1ui svg {
  width: 20px;
  height: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.gdy_gcg_card_ct_1ui {
  z-index: 1;
  position: relative;
}.gdy_gcg_card_h_1ui {
  font-weight: 800;
  margin-bottom: 8px;
  line-height: 1.2;
  color: #F0EAFF;
  font-family: 'Baloo 2', sans-serif;
  font-size: 1.125rem;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.gdy_gcg_card_h_1ui {
  font-size: 20px;
}
}.gdy_gcg_card_p_1ui {
  font-size: 0.75rem;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
}.gdy_gcg_card_p_1ui strong {
  color: #F0EAFF;
  font-weight: 600;
}.gdy_gcg_card_cta_1ui {
  gap: 4px;
  color: #7248D4;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  align-items: center;
  letter-spacing: .04em;
  display: inline-flex;
}.gdy_gcg_card_cta_1ui svg {
  height: 0.75rem;
  stroke-linejoin: round;
  width: 12px;
  stroke-linecap: round;
}.gdy_ws_1ui {
  padding: 32px 1rem 0;
  background: #131018;
}
@media(min-width: 769px) {.gdy_ws_1ui {
  padding: 36px 1.5rem 0;
}
}.gdy_ws_in_1ui {
  margin: 0 auto;
  max-width: 1320px;
}.gdy_ws_head_1ui {
  gap: 12px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  align-items: center;
}.gdy_ws_title_1ui {
  gap: 10px;
  font-family: 'Baloo 2', sans-serif;
  overflow-wrap: break-word;
  font-size: 16px;
  color: #F0EAFF;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  align-items: center;
}.gdy_ws_title_ic_1ui svg {
  height: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #F0A020;
  width: 18px;
}.gdy_ws_online_1ui {
  gap: 0.438rem;
  font-weight: 600;
  display: flex;
  color: #8A82A8;
  align-items: center;
  font-size: 0.75rem;
}.gdy_ws_online_dot_1ui {
  background: #2DBF65;
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0.375rem rgba(45,191,101,0.15);
}.gdy_ws_scroll_1ui {
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
}.gdy_ws_scroll_1ui::-webkit-scrollbar {
  display: none;
}.gdy_wc_1ui {
  border-radius: 0.625rem;
  gap: 10px;
  border: 1px solid rgba(255,255,255,0.10);
  background: #1A1524;
  padding: 10px 0.875rem;
  flex-shrink: 0;
  align-items: center;
  min-width: 220px;
  display: flex;
}.gdy_wc_img_1ui {
  border-radius: 6px;
  background: #221B31;
  overflow: hidden;
  width: 2.25rem;
  flex-shrink: 0;
  height: 36px;
}.gdy_wc_img_1ui img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.gdy_wc_info_1ui {
  min-width: 0;
}.gdy_wc_game_1ui {
  overflow: hidden;
  font-weight: 600;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #C8C0E0;
}.gdy_wc_player_1ui {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.625rem;
  white-space: nowrap;
  color: #7A72A0;
}.gdy_wc_amount_1ui {
  margin-left: auto;
  font-size: 0.813rem;
  flex-shrink: 0;
  color: #2DBF65;
  font-weight: 700;
  white-space: nowrap;
}.gdy_htp_1ui {
  padding: 2.25rem 1rem 0;
  background: #131018;
}
@media(min-width: 767px) {.gdy_htp_1ui {
  padding: 44px 1.5rem 0;
}
}.gdy_htp_in_1ui {
  margin: 0 auto;
  max-width: 1320px;
}.gdy_htp_head_1ui {
  max-width: 720px;
  margin-bottom: 22px;
}.gdy_htp_label_1ui {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  color: #7248D4;
  font-weight: 700;
  margin-bottom: 8px;
}.gdy_htp_h2_1ui {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  color: #F0EAFF;
  margin-bottom: 8px;
  font-family: 'Baloo 2', sans-serif;
}
@media(min-width: 770px) {.gdy_htp_h2_1ui {
  font-size: 28px;
}
}.gdy_htp_intro_1ui {
  font-size: 14px;
  color: #8A82A8;
  line-height: 1.6;
}.gdy_htp_steps_1ui {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width:640px) {.gdy_htp_steps_1ui {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.gdy_htp_steps_1ui {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.gdy_htp_step_1ui {
  border-radius: 10px;
  padding: 20px 18px 1.125rem;
  border: 1px solid rgba(255,255,255,0.10);
  background: #221B31;
  display: flex;
  position: relative;
  flex-direction: column;
}.gdy_htp_step_num_1ui {
  border-radius: 50%;
  background: #7248D4;
  width: 28px;
  display: flex;
  color: #0F0818;
  left: 20px;
  font-weight: 800;
  font-size: 13px;
  top: -0.75rem;
  align-items: center;
  height: 28px;
  justify-content: center;
  font-family: 'Baloo 2', sans-serif;
  position: absolute;
}.gdy_htp_step_ic_1ui {
  border-radius: 6px;
  background: rgba(114,72,212,0.18);
  margin: 0.5rem 0 12px;
  width: 36px;
  align-items: center;
  color: #7248D4;
  justify-content: center;
  height: 36px;
  display: flex;
}.gdy_htp_step_ic_1ui svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 18px;
  height: 18px;
}.gdy_htp_step_h_1ui {
  line-height: 1.25;
  font-weight: 700;
  font-size: 14px;
  color: #F0EAFF;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
}.gdy_htp_step_p_1ui {
  color: #8A82A8;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.55;
}.gdy_htp_step_p_1ui strong {
  color: #C8C0E0;
  font-weight: 600;
}.gdy_htp_cta_1ui {
  transition: background .2s;
  padding: 0.813rem 26px;
  border-radius: 10px;
  background: #2DBF65;
  display: inline-block;
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 1.25rem;
  color: #0F0818;
}.gdy_htp_cta_1ui:hover {
  background: #35D474;
}.gdy_app_1ui {
  background: #131018;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.gdy_app_1ui {
  padding: 44px 24px 0;
}
}.gdy_app_in_1ui {
  margin: 0 auto;
  max-width: 1320px;
}.gdy_app_head_1ui {
  margin-bottom: 16px;
}.gdy_app_label_1ui {
  text-transform: uppercase;
  color: #7248D4;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 8px;
  letter-spacing: .08em;
}.gdy_app_h2_1ui {
  color: #F0EAFF;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
}
@media(min-width:768px) {.gdy_app_h2_1ui {
  font-size: 24px;
}
}.gdy_app_sub_1ui {
  color: #8A82A8;
  line-height: 1.6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 37.5rem;
}.gdy_app_sub_1ui strong {
  font-weight: 700;
  color: #C8C0E0;
}.gdy_app_cards_1ui {
  gap: 0.625rem;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.gdy_app_cards_1ui {
  grid-template-columns: repeat(3,1fr);
}
}.gdy_app_card_1ui {
  border-radius: 10px;
  overflow: hidden;
  gap: 1rem;
  padding: 20px;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.gdy_app_card_ios_1ui {
  background: linear-gradient(135deg,rgba(114,72,212,0.18) 0%,#221B31 100%);
}.gdy_app_card_android_1ui {
  background: linear-gradient(135deg,rgba(45,191,101,0.15) 0%,#221B31 100%);
}.gdy_app_card_win_1ui {
  background: linear-gradient(135deg,rgba(240,160,32,0.15) 0%,#221B31 100%);
}.gdy_app_card_ic_1ui svg {
  height: 2.125rem;
  width: 34px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.gdy_app_card_ic_1ui {
  color: #F0EAFF;
  flex-shrink: 0;
}.gdy_app_card_os_1ui {
  margin-bottom: 6px;
  color: #8A82A8;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}.gdy_app_card_title_1ui {
  color: #F0EAFF;
  line-height: 1.2;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 15px;
}.gdy_app_card_text_1ui {
  color: #8A82A8;
  margin-bottom: 0.875rem;
  font-size: 0.75rem;
  line-height: 1.5;
  overflow-wrap: break-word;
}.gdy_app_card_btn_1ui {
  padding: 0.625rem 18px;
  border: 1px solid rgba(114,72,212,0.55);
  border-radius: 0.375rem;
  transition: background .2s;
  background: rgba(255,255,255,0.12);
  gap: 0.438rem;
  align-items: center;
  font-weight: 700;
  color: #F0EAFF;
  font-size: 13px;
  display: inline-flex;
}.gdy_app_card_btn_1ui:hover {
  background: rgba(255,255,255,0.07);
}.gdy_reg_1ui {
  padding: 2.25rem 16px 0;
  background: #131018;
}
@media(min-width: 769px) {.gdy_reg_1ui {
  padding: 2.75rem 24px 0;
}
}.gdy_reg_in_1ui {
  margin: 0 auto;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255,255,255,0.06);
  background: #221B31;
  border-radius: 1rem;
  max-width: 1320px;
}
@media(min-width: 770px) {.gdy_reg_in_1ui {
  padding: 2.5rem;
}
}.gdy_reg_top_1ui {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:860px) {.gdy_reg_top_1ui {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.gdy_reg_label_1ui {
  color: #7248D4;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
}.gdy_reg_h2_1ui {
  line-height: 1.2;
  font-weight: 800;
  color: #F0EAFF;
  margin-bottom: 12px;
  font-family: 'Baloo 2', sans-serif;
  font-size: 22px;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.gdy_reg_h2_1ui {
  font-size: 28px;
}
}.gdy_reg_bonus_1ui {
  border-radius: 0.625rem;
  background: rgba(240,160,32,0.15);
  gap: 0.5rem;
  padding: 10px 16px;
  border: 1px solid rgba(240,160,32,0.15);
  align-items: center;
  margin-bottom: 16px;
  display: inline-flex;
}.gdy_reg_bonus_amount_1ui {
  font-weight: 800;
  font-size: 1.25rem;
  color: #F0A020;
}.gdy_reg_bonus_text_1ui {
  font-size: 0.813rem;
  color: #A098C0;
  line-height: 1.35;
}.gdy_reg_cta_btn_1ui {
  border-radius: 10px;
  padding: 0.875rem 2rem;
  transition: background .2s;
  background: #2DBF65;
  display: inline-block;
  color: #0F0818;
  font-size: 15px;
  box-shadow: 0 8px 1.75rem rgba(45,191,101,0.50), 0 2px 0.25rem rgba(0,0,0,0.28);
  margin-bottom: 0.75rem;
  font-weight: 700;
}.gdy_reg_cta_btn_1ui:hover {
  background: #35D474;
}.gdy_reg_terms_1ui {
  line-height: 1.5;
  color: #7A72A0;
  font-size: 11px;
}.gdy_reg_seo_1ui {
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 13px;
  color: #8A82A8;
  line-height: 1.65;
  padding-top: 20px;
  margin-top: 1.25rem;
  overflow-wrap: break-word;
}.gdy_reg_seo_1ui p {
  color: #8A82A8;
  line-height: 1.65;
  margin-bottom: 10px;
  font-size: 13px;
}.gdy_reg_seo_1ui p:last-child {
  margin-bottom: 0;
}.gdy_reg_seo_1ui strong {
  color: #C8C0E0;
  font-weight: 700;
}.gdy_reg_seo_1ui a {
  transition: color .2s;
  text-decoration: underline;
  color: #7248D4;
}.gdy_reg_seo_1ui a:hover {
  color: #8A60E8;
}.gdy_reg_seo_1ui ul,.gdy_reg_seo_1ui ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.gdy_reg_seo_1ui ol {
  list-style: decimal;
}.gdy_reg_seo_1ui li {
  color: #8A82A8;
  line-height: 1.65;
  margin-bottom: 4px;
  font-size: 0.813rem;
}.gdy_reg_seo_1ui table {
  font-size: 13px;
  display: block;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.625rem;
  overflow-x: auto;
}
@media(min-width: 766px) {.gdy_reg_seo_1ui table {
  display: table;
}
}.gdy_reg_seo_1ui th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.5rem;
  font-weight: 700;
  color: #C8C0E0;
  text-align: left;
}.gdy_reg_seo_1ui td {
  padding: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #8A82A8;
}.gdy_reg_steps_1ui {
  gap: 14px;
  display: flex;
  margin-top: 28px;
  flex-direction: column;
}
@media(min-width: 862px) {.gdy_reg_steps_1ui {
  margin-top: 0;
}
}.gdy_reg_step_1ui {
  padding: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  gap: 14px;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.gdy_reg_step_num_1ui {
  border: 1px solid rgba(114,72,212,0.08);
  border-radius: 50%;
  background: rgba(114,72,212,0.18);
  height: 2.125rem;
  display: flex;
  justify-content: center;
  width: 34px;
  font-weight: 800;
  font-size: 0.875rem;
  color: #7248D4;
  flex-shrink: 0;
  align-items: center;
}.gdy_reg_step_title_1ui {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 3px;
  color: #F0EAFF;
}.gdy_reg_step_text_1ui {
  font-size: 12px;
  line-height: 1.5;
  color: #8A82A8;
}.gdy_reg_trust_1ui {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.25rem;
  margin-top: 20px;
}.gdy_reg_trust_item_1ui {
  gap: 7px;
  font-size: 12px;
  align-items: center;
  color: #8A82A8;
  overflow-wrap: break-word;
  display: flex;
}.gdy_reg_trust_ic_1ui svg {
  height: 1rem;
  stroke-linecap: round;
  width: 1rem;
  color: #7248D4;
  stroke-linejoin: round;
}.gdy_prov_1ui {
  background: #131018;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.gdy_prov_1ui {
  padding: 2.75rem 1.5rem 0;
}
}.gdy_prov_in_1ui {
  margin: 0 auto;
  max-width: 1320px;
}.gdy_prov_head_1ui {
  margin-bottom: 1rem;
}.gdy_prov_label_1ui {
  font-size: 11px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #7248D4;
  letter-spacing: .08em;
  font-weight: 700;
}.gdy_prov_h2_1ui {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F0EAFF;
  margin-bottom: 8px;
  font-size: 20px;
  font-family: 'Baloo 2', sans-serif;
}
@media(min-width:768px) {.gdy_prov_h2_1ui {
  font-size: 1.5rem;
}
}.gdy_prov_seo_1ui {
  font-size: 13px;
  margin-bottom: 1rem;
  line-height: 1.6;
  max-width: 620px;
  color: #8A82A8;
  overflow-wrap: break-word;
}.gdy_prov_seo_1ui strong {
  color: #C8C0E0;
  font-weight: 700;
}.gdy_prov_seo_1ui a {
  color: #7248D4;
  text-decoration: underline;
}.gdy_prov_grid_1ui {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 642px) {.gdy_prov_grid_1ui {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1082px) {.gdy_prov_grid_1ui {
  grid-template-columns: repeat(8,1fr);
}
}.gdy_prov_card_1ui {
  background: #1A1524;
  transition: border-color .2s,background .2s;
  padding: 0.875rem 10px;
  border: 1px solid rgba(255,255,255,0.10);
  gap: 7px;
  border-radius: 0.625rem;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
  display: flex;
}.gdy_prov_card_1ui:hover {
  background: #221B31;
  border-color: rgba(114,72,212,0.55);
}.gdy_prov_logo_1ui {
  border-radius: 0.375rem;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  justify-content: center;
  height: 44px;
  width: 44px;
  align-items: center;
  display: flex;
}.gdy_prov_logo_1ui img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.gdy_prov_name_1ui {
  font-size: 11px;
  font-weight: 600;
  overflow-wrap: break-word;
  color: #A098C0;
  text-align: center;
}.gdy_bon_1ui {
  background: #131018;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.gdy_bon_1ui {
  padding: 44px 24px 0;
}
}.gdy_bon_in_1ui {
  margin: 0 auto;
  max-width: 1320px;
}.gdy_bon_head_1ui {
  margin-bottom: 20px;
}.gdy_bon_label_1ui {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #7248D4;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 11px;
}.gdy_bon_h2_1ui {
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-size: 20px;
  color: #F0EAFF;
  overflow-wrap: break-word;
  font-family: 'Baloo 2', sans-serif;
}
@media(min-width: 766px) {.gdy_bon_h2_1ui {
  font-size: 24px;
}
}.gdy_bon_seo_1ui {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 38.75rem;
  color: #8A82A8;
  line-height: 1.6;
}.gdy_bon_seo_1ui strong {
  font-weight: 700;
  color: #C8C0E0;
}.gdy_bon_seo_1ui a {
  text-decoration: underline;
  color: #7248D4;
}.gdy_bon_grid_1ui {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.gdy_bon_grid_1ui {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.gdy_bon_grid_1ui {
  grid-template-columns: repeat(5,1fr);
}
}.gdy_bon_card_1ui {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 10px;
  background: #1A1524;
  transition: border-color .2s,transform .2s;
  padding: 16px;
}.gdy_bon_card_1ui:hover {
  border-color: rgba(114,72,212,0.08);
  transform: translateY(-2px);
}.gdy_bon_card_ic_1ui svg {
  stroke-linecap: round;
  width: 26px;
  stroke-linejoin: round;
  height: 26px;
}.gdy_bon_card_ic_1ui {
  margin-bottom: 0.625rem;
}.gdy_bon_card_type_1ui {
  font-size: 0.625rem;
  font-weight: 700;
  color: #8A82A8;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}.gdy_bon_card_amount_1ui {
  color: #F0A020;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0.375rem;
  font-size: 1.125rem;
}.gdy_bon_card_name_1ui {
  font-weight: 600;
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #F0EAFF;
}.gdy_bon_card_detail_1ui {
  border-top: 1px solid rgba(255,255,255,0.05);
  line-height: 1.5;
  padding-top: 0.5rem;
  color: #7A72A0;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.gdy_seo_1ui {
  padding: 2.25rem 16px 0;
  background: #131018;
}
@media(min-width: 771px) {.gdy_seo_1ui {
  padding: 2.75rem 1.5rem 0;
}
}.gdy_seo_in_1ui {
  padding: 28px 24px;
  background: #221B31;
  margin: 0 auto;
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,0.10);
  max-width: 82.5rem;
}
@media(min-width: 769px) {.gdy_seo_in_1ui {
  padding: 36px 40px;
}
}.gdy_seo_label_1ui {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 10px;
  color: #7248D4;
  font-size: 0.688rem;
  font-weight: 700;
}.gdy_seo_h2_1ui {
  font-family: 'Baloo 2', sans-serif;
  color: #F0EAFF;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.25;
}
@media(min-width: 771px) {.gdy_seo_h2_1ui {
  font-size: 1.5rem;
}
}.gdy_seo_body_1ui {
  line-height: 1.75;
  color: #A098C0;
  font-size: 14px;
  overflow-wrap: break-word;
}.gdy_seo_body_1ui p {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #A098C0;
}.gdy_seo_body_1ui p:last-child {
  margin-bottom: 0;
}.gdy_seo_body_1ui strong {
  font-weight: 700;
  color: #C8C0E0;
}.gdy_seo_body_1ui a {
  transition: color .2s;
  text-decoration: underline;
  color: #7248D4;
}.gdy_seo_body_1ui a:hover {
  color: #8A60E8;
}.gdy_seo_body_1ui ul,.gdy_seo_body_1ui ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.gdy_seo_body_1ui ol {
  list-style: decimal;
}.gdy_seo_body_1ui li {
  color: #A098C0;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.75;
}.gdy_seo_body_1ui table {
  font-size: 0.813rem;
  margin-bottom: 12px;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 770px) {.gdy_seo_body_1ui table {
  display: table;
}
}.gdy_seo_body_1ui th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #C8C0E0;
  font-weight: 700;
  text-align: left;
}.gdy_seo_body_1ui td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 0.75rem;
  color: #A098C0;
}.gdy_seo_cols_1ui {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 637px) {.gdy_seo_cols_1ui {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.gdy_seo_cols_1ui {
  grid-template-columns: repeat(3,1fr);
}
}.gdy_seo_col_h_1ui {
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #C8C0E0;
  font-weight: 700;
}.gdy_seo_col_p_1ui {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #8A82A8;
  font-size: 13px;
}.gdy_seo_stats_1ui {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.gdy_seo_stat_1ui {
  background: rgba(114,72,212,0.08);
  padding: 0.875rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(114,72,212,0.18);
  flex: 1;
  min-width: 140px;
}.gdy_seo_stat_val_1ui {
  font-weight: 800;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #7248D4;
}.gdy_seo_stat_lb_1ui {
  font-size: 11px;
  color: #8A82A8;
  overflow-wrap: break-word;
}.gdy_seo_1ui {
  background: #131018;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.gdy_seo_1ui {
  padding: 2.75rem 1.5rem 0;
}
}.gdy_seo_in_1ui {
  border-radius: 1rem;
  margin: 0 auto;
  padding: 28px 24px;
  background: #221B31;
  border: 1px solid rgba(255,255,255,0.10);
  max-width: 82.5rem;
}
@media(min-width:768px) {.gdy_seo_in_1ui {
  padding: 36px 40px;
}
}.gdy_seo_label_1ui {
  color: #7248D4;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}.gdy_seo_h2_1ui {
  overflow-wrap: break-word;
  color: #F0EAFF;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 0.875rem;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
}
@media(min-width: 770px) {.gdy_seo_h2_1ui {
  font-size: 1.5rem;
}
}.gdy_seo_body_1ui {
  font-size: 0.875rem;
  color: #A098C0;
  line-height: 1.75;
  overflow-wrap: break-word;
}.gdy_seo_body_1ui p {
  font-size: 0.875rem;
  margin-bottom: 12px;
  color: #A098C0;
  line-height: 1.75;
}.gdy_seo_body_1ui p:last-child {
  margin-bottom: 0;
}.gdy_seo_body_1ui strong {
  font-weight: 700;
  color: #C8C0E0;
}.gdy_seo_body_1ui a {
  transition: color .2s;
  color: #7248D4;
  text-decoration: underline;
}.gdy_seo_body_1ui a:hover {
  color: #8A60E8;
}.gdy_seo_body_1ui ul,.gdy_seo_body_1ui ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.gdy_seo_body_1ui ol {
  list-style: decimal;
}.gdy_seo_body_1ui li {
  line-height: 1.75;
  color: #A098C0;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
}.gdy_seo_body_1ui table {
  overflow-x: auto;
  margin-bottom: 0.75rem;
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 766px) {.gdy_seo_body_1ui table {
  display: table;
}
}.gdy_seo_body_1ui th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  text-align: left;
  font-weight: 700;
  color: #C8C0E0;
}.gdy_seo_body_1ui td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 0.75rem;
  color: #A098C0;
}.gdy_seo_cols_1ui {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 639px) {.gdy_seo_cols_1ui {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.gdy_seo_cols_1ui {
  grid-template-columns: repeat(3,1fr);
}
}.gdy_seo_col_h_1ui {
  font-weight: 700;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  color: #C8C0E0;
  font-size: 13px;
}.gdy_seo_col_p_1ui {
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
  color: #8A82A8;
}.gdy_seo_stats_1ui {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.gdy_seo_stat_1ui {
  border: 1px solid rgba(114,72,212,0.18);
  padding: 14px 16px;
  background: rgba(114,72,212,0.08);
  border-radius: 10px;
  flex: 1;
  min-width: 140px;
}.gdy_seo_stat_val_1ui {
  color: #7248D4;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
}.gdy_seo_stat_lb_1ui {
  color: #8A82A8;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.gdy_seo_1ui {
  background: #131018;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.gdy_seo_1ui {
  padding: 2.75rem 1.5rem 0;
}
}.gdy_seo_in_1ui {
  border: 1px solid rgba(255,255,255,0.10);
  padding: 28px 24px;
  background: #221B31;
  border-radius: 16px;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.gdy_seo_in_1ui {
  padding: 2.25rem 40px;
}
}.gdy_seo_label_1ui {
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #7248D4;
}.gdy_seo_h2_1ui {
  color: #F0EAFF;
  font-family: 'Baloo 2', sans-serif;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  line-height: 1.25;
}
@media(min-width: 767px) {.gdy_seo_h2_1ui {
  font-size: 1.5rem;
}
}.gdy_seo_body_1ui {
  font-size: 14px;
  color: #A098C0;
  line-height: 1.75;
  overflow-wrap: break-word;
}.gdy_seo_body_1ui p {
  font-size: 14px;
  color: #A098C0;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}.gdy_seo_body_1ui p:last-child {
  margin-bottom: 0;
}.gdy_seo_body_1ui strong {
  color: #C8C0E0;
  font-weight: 700;
}.gdy_seo_body_1ui a {
  transition: color .2s;
  text-decoration: underline;
  color: #7248D4;
}.gdy_seo_body_1ui a:hover {
  color: #8A60E8;
}.gdy_seo_body_1ui ul,.gdy_seo_body_1ui ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.gdy_seo_body_1ui ol {
  list-style: decimal;
}.gdy_seo_body_1ui li {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A098C0;
  margin-bottom: 6px;
}.gdy_seo_body_1ui table {
  width: 100%;
  margin-bottom: 12px;
  border-collapse: collapse;
  display: block;
  font-size: 0.813rem;
  overflow-x: auto;
}
@media(min-width: 769px) {.gdy_seo_body_1ui table {
  display: table;
}
}.gdy_seo_body_1ui th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  text-align: left;
  color: #C8C0E0;
  font-weight: 700;
}.gdy_seo_body_1ui td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #A098C0;
}.gdy_seo_cols_1ui {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 638px) {.gdy_seo_cols_1ui {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.gdy_seo_cols_1ui {
  grid-template-columns: repeat(3,1fr);
}
}.gdy_seo_col_h_1ui {
  color: #C8C0E0;
  margin-bottom: 0.438rem;
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 700;
}.gdy_seo_col_p_1ui {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #8A82A8;
  font-size: 13px;
}.gdy_seo_stats_1ui {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.gdy_seo_stat_1ui {
  border-radius: 10px;
  padding: 14px 1rem;
  border: 1px solid rgba(114,72,212,0.18);
  flex: 1;
  background: rgba(114,72,212,0.08);
  min-width: 8.75rem;
}.gdy_seo_stat_val_1ui {
  font-size: 20px;
  color: #7248D4;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
}.gdy_seo_stat_lb_1ui {
  color: #8A82A8;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.gdy_faq_1ui {
  background: #131018;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.gdy_faq_1ui {
  padding: 2.75rem 24px 0;
}
}.gdy_faq_in_1ui {
  margin: 0 auto;
  max-width: 82.5rem;
}.gdy_faq_head_1ui {
  margin-bottom: 20px;
}.gdy_faq_label_1ui {
  margin-bottom: 8px;
  color: #7248D4;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.gdy_faq_h2_1ui {
  overflow-wrap: break-word;
  color: #F0EAFF;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width: 766px) {.gdy_faq_h2_1ui {
  font-size: 24px;
}
}.gdy_faq_list_1ui {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.gdy_faq_item_1ui {
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.10);
  background: #221B31;
  overflow: hidden;
}.gdy_faq_q_1ui {
  transition: color .2s;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  justify-content: space-between;
  overflow-wrap: break-word;
  display: flex;
  color: #C8C0E0;
  font-size: 14px;
  align-items: center;
  cursor: pointer;
  flex-wrap: wrap;
  font-weight: 600;
}.gdy_faq_q_1ui:hover {
  color: #F0EAFF;
}.gdy_faq_q_ic_1ui {
  transition: transform .25s;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  color: #7248D4;
  width: 1.5rem;
  flex-shrink: 0;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  display: flex;
  height: 24px;
}.gdy_faq_item_1ui.gdy_state_open_1ui .gdy_faq_q_ic_1ui {
  transform: rotate(45deg);
}.gdy_faq_a_1ui {
  padding: 0 20px 16px;
  font-size: 0.813rem;
  display: none;
  overflow-wrap: break-word;
  line-height: 1.7;
  color: #8A82A8;
}.gdy_faq_item_1ui.gdy_state_open_1ui .gdy_faq_a_1ui {
  display: block;
}.gdy_faq_a_1ui strong {
  font-weight: 700;
  color: #C8C0E0;
}.gdy_faq_a_1ui a {
  color: #7248D4;
  text-decoration: underline;
}.gdy_faq_a_1ui ul,.gdy_faq_a_1ui ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.gdy_faq_a_1ui ol {
  list-style: decimal;
}.gdy_faq_a_1ui li {
  margin-bottom: 4px;
  line-height: 1.6;
}.gdy_faq_a_1ui table {
  margin: 8px 0;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 12px;
  width: 100%;
}
@media(min-width: 766px) {.gdy_faq_a_1ui table {
  display: table;
}
}.gdy_faq_a_1ui th {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #C8C0E0;
  text-align: left;
}.gdy_faq_a_1ui td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.375rem 0.5rem;
  color: #8A82A8;
}.gdy_ft_1ui {
  border-top: 1px solid rgba(255,255,255,0.05);
  background: #0C0A12;
  margin-top: 3rem;
}.gdy_ft_support_1ui {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 767px) {.gdy_ft_support_1ui {
  padding: 1.75rem 1.5rem;
}
}.gdy_ft_support_in_1ui {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 82.5rem;
}.gdy_ft_support_main_1ui {
  flex: 1;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  min-width: 220px;
  align-items: center;
}.gdy_ft_support_ic_1ui {
  color: #7248D4;
  flex-shrink: 0;
}.gdy_ft_support_ic_1ui svg {
  stroke-linecap: round;
  height: 1.875rem;
  width: 30px;
  stroke-linejoin: round;
}.gdy_ft_support_text_title_1ui {
  overflow-wrap: break-word;
  color: #F0EAFF;
  margin-bottom: 3px;
  font-size: 0.938rem;
  font-weight: 700;
}.gdy_ft_support_text_sub_1ui {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #8A82A8;
}.gdy_ft_support_btn_1ui {
  transition: background .2s;
  border-radius: 0.625rem;
  background: #7248D4;
  padding: 0.688rem 22px;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
  color: #F0EAFF;
  white-space: nowrap;
}.gdy_ft_support_btn_1ui:hover {
  background: #8A60E8;
}.gdy_ft_support_contacts_1ui {
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.gdy_ft_support_contact_1ui {
  line-height: 1.4;
  color: #7A72A0;
  font-size: 0.75rem;
}.gdy_ft_support_contact_1ui strong {
  margin-bottom: 2px;
  display: block;
  font-weight: 600;
  color: #A098C0;
  font-size: 0.688rem;
}.gdy_ft_main_1ui {
  padding: 32px 16px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 766px) {.gdy_ft_main_1ui {
  padding: 40px 1.5rem 32px;
}
}.gdy_ft_main_in_1ui {
  gap: 1.5rem;
  margin: 0 auto;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 638px) {.gdy_ft_main_in_1ui {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.gdy_ft_main_in_1ui {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.gdy_ft_col_logo_1ui {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.gdy_ft_col_logo_1ui {
  grid-column: auto;
}
}.gdy_ft_logo_1ui {
  gap: 0.563rem;
  font-weight: 800;
  color: #F0EAFF;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  font-size: 1rem;
}.gdy_ft_logo_mark_1ui {
  border-radius: 6px;
  overflow: hidden;
  width: 1.875rem;
  height: 30px;
}.gdy_ft_logo_mark_1ui img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.gdy_ft_logo_sub_1ui {
  overflow-wrap: break-word;
  font-size: 12px;
  color: #7A72A0;
  max-width: 12.5rem;
  line-height: 1.55;
}.gdy_ft_col_title_1ui {
  margin-bottom: 14px;
  font-weight: 700;
  letter-spacing: .07em;
  color: #A098C0;
  text-transform: uppercase;
  font-size: 12px;
}.gdy_ft_col_links_1ui {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.gdy_ft_col_link_1ui {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #7A72A0;
  font-size: 0.813rem;
}.gdy_ft_col_link_1ui:hover {
  color: #C8C0E0;
}.gdy_ft_apps_1ui {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.gdy_ft_app_card_1ui {
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  padding: 0.625rem 0.75rem;
  transition: border-color .2s;
  border-radius: 6px;
  gap: 10px;
  display: flex;
  align-items: center;
}.gdy_ft_app_card_1ui:hover {
  border-color: rgba(114,72,212,0.55);
}.gdy_ft_app_card_ic_1ui svg {
  height: 22px;
  width: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.gdy_ft_app_card_os_1ui {
  font-size: 10px;
  color: #7A72A0;
  font-weight: 600;
}.gdy_ft_app_card_action_1ui {
  font-size: 0.75rem;
  color: #C8C0E0;
  font-weight: 700;
}.gdy_ft_bot_1ui {
  padding: 20px 16px;
}
@media(min-width: 769px) {.gdy_ft_bot_1ui {
  padding: 1.25rem 1.5rem;
}
}.gdy_ft_bot_in_1ui {
  margin: 0 auto;
  gap: 1rem;
  max-width: 82.5rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.gdy_ft_socials_1ui {
  gap: 0.5rem;
  display: flex;
}.gdy_ft_soc_1ui {
  transition: background .2s;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 6px;
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  color: #A098C0;
  width: 2.25rem;
}.gdy_ft_soc_1ui svg {
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
}.gdy_ft_soc_1ui:hover {
  background: rgba(255,255,255,0.07);
}.gdy_ft_legal_1ui {
  flex: 1;
  min-width: 12.5rem;
  color: #857E9E;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.gdy_ft_legal_1ui strong {
  color: #A098C0;
  font-weight: 700;
}.gdy_ft_legal_1ui a {
  text-decoration: underline;
  color: #A098C0;
}.gdy_ft_age_1ui {
  border-radius: 50%;
  border: 2px solid #857E9E;
  justify-content: center;
  height: 32px;
  width: 32px;
  flex-shrink: 0;
  align-items: center;
  font-weight: 800;
  font-size: 0.688rem;
  margin-left: auto;
  display: flex;
  color: #857E9E;
}