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 {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #19140F;
  font-family: 'DM Sans', sans-serif;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  color: #D5C7B8;
}.gwy_layout-s9y {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.gwy_page-s9y {
  display: flex;
  min-height: 100vh;
}.gwy_main-s9y {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media (min-width: 1081px) {.gwy_main-s9y {
  padding-left: 220px;
}
}
@media (max-width: 1080px) {.gwy_main-s9y {
  padding-bottom: 4.5rem;
}
}.gwy_gc-s9y {
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border-radius: 0.625rem;
  background: #1E1811;
  width: 140px;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
@media(min-width: 641px) {.gwy_gc-s9y {
  width: 9.75rem;
}
}
@media(min-width: 1078px) {.gwy_gc-s9y {
  width: 168px;
}
}.gwy_gc-s9y:hover {
  transform: translateY(-3px);
  border-color: rgba(240, 122, 34, 0.08);
}.gwy_gc_img-s9y {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.gwy_gc_img-s9y img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}.gwy_gc_hover-s9y {
  transition: opacity .2s;
  background: rgba(15, 10, 6, 0.72);
  inset: 0;
  position: absolute;
  align-items: center;
  opacity: 0;
  justify-content: center;
  display: flex;
}.gwy_gc-s9y:hover .gwy_gc_hover-s9y {
  opacity: 1;
}.gwy_gc_hover_btn-s9y {
  background: #F07A22;
  border-radius: 6px;
  padding: 8px 1rem;
  color: #F6EEE4;
  font-weight: 700;
  font-size: 0.75rem;
}.gwy_gc_info-s9y {
  padding: 0.5rem 10px 0.625rem;
}.gwy_gc_name-s9y {
  overflow: hidden;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  color: #D5C7B8;
  margin-bottom: 3px;
  white-space: nowrap;
  max-width: 100%;
  font-weight: 600;
}.gwy_gc_prov-s9y {
  color: #5E5248;
  font-size: 10px;
}.gwy_gc_tag-s9y {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  top: 0.375rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .04em;
  font-size: 9px;
  z-index: 2;
  position: absolute;
  left: 0.375rem;
}.gwy_gc_tag_hot-s9y {
  background: #E02828;
  color: #fff;
}.gwy_gc_tag_new-s9y {
  background: #3EC263;
  color: #19140F;
}.gwy_gc_tag_jp-s9y {
  background: #F0A820;
  color: #19140F;
}.gwy_gc_tag_ex-s9y {
  background: #C83210;
  color: #fff;
}.gwy_gc_tag_live-s9y {
  background: #E02828;
  color: #fff;
}.gwy_gr-s9y {
  padding: 2rem 1rem 0;
  background: #19140F;
}
@media(min-width: 770px) {.gwy_gr-s9y {
  padding: 36px 24px 0;
}
}.gwy_gr_in-s9y {
  margin: 0 auto;
  max-width: 82.5rem;
}.gwy_gr_head-s9y {
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
}.gwy_gr_head_l-s9y {
  flex: 1;
  gap: 10px;
  min-width: 0;
  display: flex;
  align-items: center;
}.gwy_gr_ic-s9y {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 32px;
  width: 32px;
  flex-shrink: 0;
}.gwy_gr_ic-s9y svg {
  width: 16px;
  stroke-linecap: round;
  height: 16px;
  stroke-linejoin: round;
}.gwy_gr_title-s9y {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 16px;
  color: #F6EEE4;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 767px) {.gwy_gr_title-s9y {
  font-size: 18px;
}
}.gwy_gr_more-s9y {
  transition: color .2s;
  gap: 0.313rem;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 600;
  align-items: center;
  display: flex;
  color: #7D6E5E;
  font-size: 12px;
}.gwy_gr_more-s9y:hover {
  color: #F07A22;
}.gwy_gr_more-s9y svg {
  stroke-linecap: round;
  width: 12px;
  height: 0.75rem;
  stroke-linejoin: round;
}.gwy_gr_arrows-s9y {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.gwy_gr_arr-s9y {
  transition: background .15s,color .15s;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  color: #A8967F;
  align-items: center;
  height: 1.875rem;
  width: 1.875rem;
}.gwy_gr_arr-s9y:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F6EEE4;
}.gwy_gr_arr-s9y svg {
  width: 13px;
  height: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.gwy_gr_seo_h-s9y {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 700;
  color: #D5C7B8;
  max-width: 680px;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 769px) {.gwy_gr_seo_h-s9y {
  font-size: 0.875rem;
}
}.gwy_gr_seo-s9y {
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 12px;
  margin-bottom: 12px;
  color: #7D6E5E;
  max-width: 680px;
}.gwy_gr_seo-s9y strong {
  color: #D5C7B8;
  font-weight: 600;
}.gwy_gr_scroll-s9y {
  gap: 0.625rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 10px;
}.gwy_gr_scroll-s9y::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.gwy_gr_scroll-s9y {
  gap: 0.75rem;
}
}.gwy_tb-s9y {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #19140F;
  top: 0;
  right: 0;
  display: flex;
  z-index: 80;
  align-items: center;
  position: fixed;
  height: 3.5rem;
  left: 0;
}.gwy_tb_in-s9y {
  gap: 0;
  padding: 0 0.875rem;
  height: 100%;
  align-items: center;
  display: flex;
  width: 100%;
}.gwy_tb_burger-s9y {
  gap: 5px;
  border-radius: 0.625rem;
  flex-shrink: 0;
  display: flex;
  height: 38px;
  width: 38px;
  margin-right: 8px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}.gwy_tb_burger-s9y:hover {
  background: rgba(255, 255, 255, 0.05);
}.gwy_tb_burger_line-s9y {
  background: #A8967F;
  border-radius: 1px;
  display: block;
  width: 18px;
  height: 2px;
}
@media(min-width: 1079px) {.gwy_tb_burger-s9y {
  display: none;
}
}.gwy_tb_logo-s9y {
  gap: 0.563rem;
  overflow-wrap: break-word;
  display: flex;
  flex-shrink: 0;
  color: #F6EEE4;
  margin-right: 20px;
  font-weight: 800;
  font-size: 1.125rem;
  letter-spacing: -.01em;
  align-items: center;
}.gwy_tb_logo_mark-s9y {
  overflow: hidden;
  border-radius: 10px;
  height: 2rem;
  display: flex;
  width: 2rem;
  justify-content: center;
  align-items: center;
}.gwy_tb_logo_mark-s9y img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.gwy_tb_nav-s9y {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.gwy_tb_nav-s9y {
  display: flex;
}
}.gwy_tb_tab-s9y {
  transition: background .15s,color .15s;
  padding: 8px 0.875rem;
  border-radius: 10px;
  font-size: 0.813rem;
  color: #A8967F;
  font-weight: 600;
  white-space: nowrap;
}.gwy_tb_tab-s9y:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6EEE4;
}.gwy_tb_tab-s9y.gwy_state_active-s9y {
  background: rgba(240, 122, 34, 0.18);
  color: #F6EEE4;
}.gwy_tb_right-s9y {
  gap: 0.5rem;
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}.gwy_tb_login-s9y {
  transition: border-color .2s,color .2s;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.563rem 1rem;
  font-weight: 600;
  display: none;
  font-size: 13px;
  color: #D5C7B8;
}.gwy_tb_login-s9y:hover {
  border-color: rgba(240, 122, 34, 0.55);
  color: #F6EEE4;
}
@media(min-width: 479px) {.gwy_tb_login-s9y {
  display: block;
}
}.gwy_tb_reg-s9y {
  transition: background .2s;
  background: #3EC263;
  border-radius: 0.625rem;
  padding: 9px 1.125rem;
  color: #160F08;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
}.gwy_tb_reg-s9y:hover {
  background: #52D176;
}.gwy_sb-s9y {
  transform: translateX(-100%);
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #231C15;
  top: 56px;
  position: fixed;
  width: 13.75rem;
  overflow-y: auto;
  z-index: 70;
  left: 0;
  bottom: 0;
}.gwy_sb-s9y.gwy_state_open-s9y {
  transform: translateX(0);
}.gwy_sb-s9y::-webkit-scrollbar {
  width: 0.25rem;
}.gwy_sb-s9y::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1077px) {.gwy_sb-s9y {
  transform: translateX(0);
}
}.gwy_sb_auth-s9y {
  padding: 14px 0.75rem 0.625rem;
}.gwy_sb_btn_reg-s9y {
  background: #3EC263;
  border-radius: 10px;
  padding: 0.688rem;
  transition: background .2s;
  display: block;
  font-weight: 700;
  text-align: center;
  font-size: 0.813rem;
  color: #160F08;
  margin-bottom: 0.5rem;
}.gwy_sb_btn_reg-s9y:hover {
  background: #52D176;
}.gwy_sb_btn_login-s9y {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  display: block;
  color: #D5C7B8;
  text-align: center;
  font-size: 0.813rem;
  font-weight: 600;
}.gwy_sb_btn_login-s9y:hover {
  border-color: rgba(240, 122, 34, 0.55);
  color: #F6EEE4;
}.gwy_sb_promo-s9y {
  border: 1px solid rgba(240, 122, 34, 0.18);
  overflow: hidden;
  margin: 0 12px 0.625rem;
  background: linear-gradient(135deg,#3D1A08,#231C15);
  padding: 12px 0.875rem;
  border-radius: 10px;
  position: relative;
}.gwy_sb_promo-s9y::before {
  background: radial-gradient(circle,rgba(240, 122, 34, 0.18),transparent 70%);
  border-radius: 50%;
  right: -20px;
  position: absolute;
  content: '';
  top: -20px;
  width: 80px;
  height: 80px;
}.gwy_sb_promo_title-s9y {
  letter-spacing: .06em;
  font-weight: 700;
  margin-bottom: 0.25rem;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #F07A22;
}.gwy_sb_promo_text-s9y {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #F6EEE4;
  line-height: 1.35;
}.gwy_sb_promo_sub-s9y {
  margin-top: 3px;
  color: #7D6E5E;
  font-size: 10px;
}.gwy_sb_nav-s9y {
  padding: 0.375rem 0.5rem 1rem;
}.gwy_sb_nav_lb-s9y {
  padding: 10px 0.5rem 6px;
  color: #5E5248;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.gwy_sb_link-s9y {
  transition: background .15s,color .15s;
  padding: 9px 0.625rem;
  border-radius: 6px;
  gap: 10px;
  font-weight: 500;
  color: #A8967F;
  font-size: 0.813rem;
  align-items: center;
  overflow-wrap: break-word;
  cursor: pointer;
  display: flex;
}.gwy_sb_link-s9y:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6EEE4;
}.gwy_sb_link-s9y.gwy_state_active-s9y {
  background: rgba(240, 122, 34, 0.18);
  color: #F6EEE4;
}.gwy_sb_ic-s9y {
  border-radius: 0.375rem;
  justify-content: center;
  display: flex;
  width: 30px;
  height: 1.875rem;
  align-items: center;
  flex-shrink: 0;
}.gwy_sb_ic-s9y svg {
  width: 1rem;
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
}.gwy_sb_ic_1-s9y {
  background: rgba(240, 122, 34, 0.08);
  color: #F07A22;
}.gwy_sb_ic_2-s9y {
  background: rgba(62, 194, 99, 0.16);
  color: #3EC263;
}.gwy_sb_ic_3-s9y {
  background: rgba(240, 168, 32, 0.16);
  color: #F0A820;
}.gwy_sb_ic_4-s9y {
  background: rgba(200, 50, 16, 0.20);
  color: #C83210;
}.gwy_sb_ic_5-s9y {
  background: rgba(240, 122, 34, 0.08);
  color: #E8357A;
}.gwy_sb_ic_6-s9y {
  background: rgba(200, 50, 16, 0.20);
  color: #9040D0;
}.gwy_sb_badge-s9y {
  background: #F0A820;
  padding: 2px 0.438rem;
  border-radius: 0.375rem;
  margin-left: auto;
  font-size: 0.563rem;
  font-weight: 700;
  color: #160F08;
}.gwy_sb_bot-s9y {
  padding: 12px;
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.gwy_sb_lang-s9y,.gwy_sb_help-s9y {
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color .2s;
  padding: 9px 6px;
  gap: 6px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  justify-content: center;
  font-size: 11px;
  color: #A8967F;
  align-items: center;
  font-weight: 600;
  display: flex;
}.gwy_sb_lang-s9y:hover,.gwy_sb_help-s9y:hover {
  border-color: rgba(240, 122, 34, 0.55);
  color: #F6EEE4;
}.gwy_sb_lang-s9y svg,.gwy_sb_help-s9y svg {
  height: 0.813rem;
  width: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.gwy_sb_bd-s9y {
  inset: 0;
  background: rgba(15, 10, 6, 0.72);
  position: fixed;
  display: none;
  z-index: 69;
}.gwy_sb_bd-s9y.gwy_state_on-s9y {
  display: block;
}
@media(min-width: 1082px) {.gwy_sb_bd-s9y {
  display: none!important;
}
}.gwy_mob_nav-s9y {
  background: #231C15;
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  right: 0;
  position: fixed;
  z-index: 80;
  bottom: 0;
  display: flex;
  left: 0;
}
@media(min-width: 1079px) {.gwy_mob_nav-s9y {
  display: none;
}
}.gwy_mob_nav_item-s9y {
  flex: 1;
  padding: 4px 2px;
  gap: 4px;
  align-items: center;
  color: #5E5248;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}.gwy_mob_nav_ic-s9y {
  line-height: 1;
}.gwy_mob_nav_ic-s9y svg {
  stroke-linecap: round;
  height: 20px;
  stroke-linejoin: round;
  width: 1.25rem;
}.gwy_mob_nav_lb-s9y {
  font-weight: 600;
  color: #5E5248;
  font-size: 10px;
}.gwy_mob_nav_item-s9y.gwy_state_active-s9y {
  color: #F07A22;
}.gwy_mob_nav_item-s9y.gwy_state_active-s9y .gwy_mob_nav_lb-s9y {
  color: #F07A22;
}.gwy_hero-s9y {
  background: #19140F;
  padding: 20px 16px 0;
}
@media(min-width: 765px) {.gwy_hero-s9y {
  padding: 24px 1.5rem 0;
}
}.gwy_hero_in-s9y {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
}
@media(min-width: 857px) {.gwy_hero_in-s9y {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1097px) {.gwy_hero_in-s9y {
  grid-template-columns: 1fr 21.25rem;
}
}.gwy_hero_promo-s9y {
  border-radius: 16px;
  background: #1E1811;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  position: relative;
  min-height: 13.75rem;
}
@media(min-width: 765px) {.gwy_hero_promo-s9y {
  min-height: 280px;
}
}.gwy_hero_promo_bg-s9y {
  background: linear-gradient(120deg,#3D1A08 0%,#19140F 100%);
  inset: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
}.gwy_hero_promo_bg-s9y::after {
  inset: 0;
  background: linear-gradient(90deg,#19140F 0%,rgba(15, 10, 6, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.gwy_hero_promo_glow-s9y {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200, 50, 16, 0.20) 0%,transparent 65%);
  right: 60px;
  width: 300px;
  height: 18.75rem;
  position: absolute;
  top: -2.5rem;
  pointer-events: none;
}.gwy_hero_promo_ct-s9y {
  padding: 1.75rem 24px 28px 28px;
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: relative;
  justify-content: center;
  max-width: 480px;
}
@media(min-width: 769px) {.gwy_hero_promo_ct-s9y {
  padding: 2.5rem 32px;
}
}.gwy_hero_badge-s9y {
  padding: 0.313rem 0.75rem;
  background: rgba(240, 122, 34, 0.18);
  border-radius: 1.25rem;
  border: 1px solid rgba(240, 122, 34, 0.08);
  color: #F07A22;
  font-weight: 700;
  margin-bottom: 14px;
  display: inline-block;
  letter-spacing: .08em;
  font-size: 0.625rem;
  text-transform: uppercase;
}.gwy_hero_h1-s9y {
  color: #F6EEE4;
  font-family: 'Playfair Display', serif;
  line-height: 1.15;
  font-size: 26px;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 10px;
}.gwy_hero_h1-s9y em {
  font-style: normal;
  color: #F0A820;
}
@media(min-width:768px) {.gwy_hero_h1-s9y {
  font-size: 2.25rem;
}
}.gwy_hero_sub-s9y {
  line-height: 1.55;
  color: #A8967F;
  font-size: 13px;
  margin-bottom: 1.25rem;
}
@media(min-width: 766px) {.gwy_hero_sub-s9y {
  font-size: 14px;
}
}.gwy_hero_row-s9y {
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.gwy_hero_cta-s9y {
  border-radius: 10px;
  background: #3EC263;
  padding: 13px 1.625rem;
  transition: background .2s;
  font-weight: 700;
  color: #160F08;
  font-size: 14px;
  box-shadow: 0 0.25rem 14px rgba(62, 194, 99, 0.38), 0 1px 4px rgba(0, 0, 0, 0.60);
}.gwy_hero_cta-s9y:hover {
  background: #52D176;
}.gwy_hero_terms-s9y {
  font-size: 11px;
  color: #5E5248;
}.gwy_hero_game-s9y {
  background: #1E1811;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  position: relative;
  flex-direction: column;
  display: flex;
}.gwy_hero_game_badge-s9y {
  padding: 5px 0.625rem;
  border-radius: 1.25rem;
  background: rgba(240, 168, 32, 0.16);
  border: 1px solid rgba(240, 168, 32, 0.16);
  text-transform: uppercase;
  color: #F0A820;
  letter-spacing: .06em;
  position: absolute;
  font-weight: 700;
  top: 12px;
  left: 12px;
  font-size: 0.625rem;
  z-index: 3;
}.gwy_hero_game_badge-s9y svg {
  vertical-align: -1px;
  width: 0.688rem;
  height: 11px;
  margin-right: 0.25rem;
}.gwy_hero_game_img-s9y {
  background: linear-gradient(135deg,#3D1A08,#19140F);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.gwy_hero_game_img-s9y img {
  inset: 0;
  width: 100%;
  position: absolute;
  object-fit: cover;
  height: 100%;
}.gwy_hero_game_play-s9y {
  inset: 0;
  transition: opacity .2s;
  background: rgba(15, 10, 6, 0.72);
  align-items: center;
  display: flex;
  opacity: 0;
  position: absolute;
  justify-content: center;
}.gwy_hero_game-s9y:hover .gwy_hero_game_play-s9y {
  opacity: 1;
}.gwy_hero_game_play-s9y span {
  background: #F07A22;
  border-radius: 50%;
  align-items: center;
  width: 52px;
  height: 3.25rem;
  justify-content: center;
  display: flex;
}.gwy_hero_game_play-s9y span svg {
  margin-left: 2px;
  width: 18px;
  height: 18px;
}.gwy_hero_game_info-s9y {
  padding: 14px 16px;
}.gwy_hero_game_title-s9y {
  color: #F6EEE4;
  margin-bottom: 0.25rem;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 15px;
}.gwy_hero_game_provider-s9y {
  font-size: 11px;
  color: #7D6E5E;
}.gwy_hero_game_btn-s9y {
  border-radius: 10px;
  margin: 12px 1rem 16px;
  background: #F07A22;
  padding: 11px;
  transition: background .2s;
  display: block;
  font-weight: 700;
  font-size: 0.813rem;
  text-align: center;
  color: #F6EEE4;
}.gwy_hero_game-s9y:hover .gwy_hero_game_btn-s9y {
  background: #F58E3C;
}.gwy_sbar-s9y {
  background: #19140F;
  padding: 1rem 16px 0;
}
@media(min-width: 771px) {.gwy_sbar-s9y {
  padding: 18px 1.5rem 0;
}
}.gwy_sbar_in-s9y {
  margin: 0 auto;
  max-width: 1320px;
}.gwy_sbar_row-s9y {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 12px;
}.gwy_sbar_input-s9y {
  padding: 0.688rem 16px;
  background: #1E1811;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s;
  flex: 1;
  border-radius: 0.625rem;
  align-items: center;
  font-size: 0.813rem;
  display: flex;
  cursor: pointer;
  color: #7D6E5E;
}.gwy_sbar_input-s9y:hover {
  border-color: rgba(240, 122, 34, 0.55);
}.gwy_sbar_input-s9y svg {
  height: 0.938rem;
  stroke-linejoin: round;
  width: 0.938rem;
  stroke-linecap: round;
  flex-shrink: 0;
}.gwy_sbar_providers-s9y {
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1E1811;
  padding: 11px 18px;
  border-radius: 10px;
  transition: border-color .2s;
  display: flex;
  font-size: 13px;
  color: #D5C7B8;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
}.gwy_sbar_providers-s9y:hover {
  border-color: rgba(240, 122, 34, 0.55);
  color: #F6EEE4;
}.gwy_sbar_providers-s9y svg {
  width: 0.875rem;
  stroke-linejoin: round;
  height: 0.875rem;
  stroke-linecap: round;
}.gwy_sbar_tabs-s9y {
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 2px;
  display: flex;
  scrollbar-width: none;
}.gwy_sbar_tabs-s9y::-webkit-scrollbar {
  display: none;
}.gwy_sbar_tab-s9y {
  border-radius: 20px;
  transition: background .15s,color .15s,border-color .15s;
  padding: 0.5rem 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.05);
  gap: 7px;
  align-items: center;
  color: #A8967F;
  flex-shrink: 0;
  font-size: 12px;
  white-space: nowrap;
  display: flex;
  font-weight: 600;
  cursor: pointer;
}.gwy_sbar_tab-s9y:hover {
  border-color: rgba(240, 122, 34, 0.55);
  background: rgba(255, 255, 255, 0.07);
  color: #F6EEE4;
}.gwy_sbar_tab-s9y.gwy_state_active-s9y {
  background: rgba(240, 122, 34, 0.18);
  border-color: rgba(240, 122, 34, 0.08);
  color: #F6EEE4;
}.gwy_sbar_tab_ic-s9y svg {
  stroke-linecap: round;
  height: 14px;
  stroke-linejoin: round;
  width: 0.875rem;
}.gwy_gcg-s9y {
  padding: 2.25rem 1rem 0;
  background: #19140F;
}
@media(min-width: 767px) {.gwy_gcg-s9y {
  padding: 2.75rem 1.5rem 0;
}
}.gwy_gcg_in-s9y {
  margin: 0 auto;
  max-width: 1320px;
}.gwy_gcg_head-s9y {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.gwy_gcg_label-s9y {
  font-weight: 700;
  color: #F07A22;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-size: 11px;
}.gwy_gcg_h2-s9y {
  font-size: 1.375rem;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 800;
  color: #F6EEE4;
}
@media(min-width: 766px) {.gwy_gcg_h2-s9y {
  font-size: 28px;
}
}.gwy_gcg_intro-s9y {
  color: #7D6E5E;
  line-height: 1.6;
  font-size: 13px;
}.gwy_gcg_grid-s9y {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.gwy_gcg_grid-s9y {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.gwy_gcg_grid-s9y {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.gwy_gcg_card-s9y {
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border-radius: 1rem;
  position: relative;
  cursor: pointer;
  justify-content: flex-end;
  min-height: 240px;
  flex-direction: column;
  display: flex;
}.gwy_gcg_card-s9y:hover {
  border-color: rgba(240, 122, 34, 0.18);
  transform: translateY(-3px);
}.gwy_gcg_card_bg-s9y {
  inset: 0;
  position: absolute;
  z-index: 0;
}.gwy_gcg_card_bg-s9y::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.gwy_gcg_card_ic-s9y {
  border-radius: 6px;
  background: rgba(0,0,0,.45);
  display: flex;
  z-index: 2;
  top: 18px;
  right: 1.125rem;
  width: 2.5rem;
  color: #F6EEE4;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 2.5rem;
}.gwy_gcg_card_ic-s9y svg {
  height: 1.25rem;
  stroke-linejoin: round;
  width: 1.25rem;
  stroke-linecap: round;
}.gwy_gcg_card_ct-s9y {
  z-index: 1;
  position: relative;
}.gwy_gcg_card_h-s9y {
  font-size: 1.125rem;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  color: #F6EEE4;
  margin-bottom: 0.5rem;
  font-weight: 800;
}
@media(min-width: 766px) {.gwy_gcg_card_h-s9y {
  font-size: 1.25rem;
}
}.gwy_gcg_card_p-s9y {
  color: rgba(255,255,255,.82);
  font-size: 12px;
  line-height: 1.55;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
}.gwy_gcg_card_p-s9y strong {
  color: #F6EEE4;
  font-weight: 600;
}.gwy_gcg_card_cta-s9y {
  gap: 4px;
  letter-spacing: .04em;
  font-size: 12px;
  color: #F07A22;
  font-weight: 700;
  text-transform: uppercase;
  align-items: center;
  display: inline-flex;
}.gwy_gcg_card_cta-s9y svg {
  stroke-linecap: round;
  height: 0.75rem;
  stroke-linejoin: round;
  width: 0.75rem;
}.gwy_ws-s9y {
  background: #19140F;
  padding: 2rem 1rem 0;
}
@media(min-width: 765px) {.gwy_ws-s9y {
  padding: 2.25rem 24px 0;
}
}.gwy_ws_in-s9y {
  margin: 0 auto;
  max-width: 1320px;
}.gwy_ws_head-s9y {
  gap: 12px;
  margin-bottom: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}.gwy_ws_title-s9y {
  gap: 0.625rem;
  align-items: center;
  overflow-wrap: break-word;
  color: #F6EEE4;
  flex-wrap: wrap;
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}.gwy_ws_title_ic-s9y svg {
  stroke-linecap: round;
  color: #F0A820;
  width: 18px;
  height: 18px;
  stroke-linejoin: round;
}.gwy_ws_online-s9y {
  gap: 7px;
  color: #7D6E5E;
  font-weight: 600;
  align-items: center;
  display: flex;
  font-size: 0.75rem;
}.gwy_ws_online_dot-s9y {
  border-radius: 50%;
  background: #3EC263;
  flex-shrink: 0;
  box-shadow: 0 0 0.375rem rgba(62, 194, 99, 0.16);
  width: 8px;
  height: 8px;
}.gwy_ws_scroll-s9y {
  gap: 8px;
  display: flex;
  padding-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}.gwy_ws_scroll-s9y::-webkit-scrollbar {
  display: none;
}.gwy_wc-s9y {
  gap: 10px;
  padding: 0.625rem 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background: #1E1811;
  display: flex;
  align-items: center;
  min-width: 13.75rem;
  flex-shrink: 0;
}.gwy_wc_img-s9y {
  background: #231C15;
  overflow: hidden;
  border-radius: 6px;
  flex-shrink: 0;
  height: 2.25rem;
  width: 2.25rem;
}.gwy_wc_img-s9y img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.gwy_wc_info-s9y {
  min-width: 0;
}.gwy_wc_game-s9y {
  overflow: hidden;
  white-space: nowrap;
  color: #D5C7B8;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 0.75rem;
}.gwy_wc_player-s9y {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5E5248;
  font-size: 0.625rem;
  white-space: nowrap;
}.gwy_wc_amount-s9y {
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
  font-size: 13px;
  margin-left: auto;
  color: #3EC263;
}.gwy_prov-s9y {
  padding: 36px 16px 0;
  background: #19140F;
}
@media(min-width: 769px) {.gwy_prov-s9y {
  padding: 2.75rem 24px 0;
}
}.gwy_prov_in-s9y {
  margin: 0 auto;
  max-width: 1320px;
}.gwy_prov_head-s9y {
  margin-bottom: 16px;
}.gwy_prov_label-s9y {
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #F07A22;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.gwy_prov_h2-s9y {
  overflow-wrap: break-word;
  color: #F6EEE4;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  margin-bottom: 8px;
}
@media(min-width: 765px) {.gwy_prov_h2-s9y {
  font-size: 1.5rem;
}
}.gwy_prov_seo-s9y {
  font-size: 13px;
  margin-bottom: 1rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  max-width: 38.75rem;
  color: #7D6E5E;
}.gwy_prov_seo-s9y strong {
  color: #D5C7B8;
  font-weight: 700;
}.gwy_prov_seo-s9y a {
  text-decoration: underline;
  color: #F07A22;
}.gwy_prov_grid-s9y {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.gwy_prov_grid-s9y {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.gwy_prov_grid-s9y {
  grid-template-columns: repeat(8,1fr);
}
}.gwy_prov_card-s9y {
  background: #1E1811;
  border-radius: 10px;
  transition: border-color .2s,background .2s;
  padding: 14px 10px;
  gap: 0.438rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  display: flex;
}.gwy_prov_card-s9y:hover {
  border-color: rgba(240, 122, 34, 0.55);
  background: #231C15;
}.gwy_prov_logo-s9y {
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  height: 2.75rem;
  justify-content: center;
  display: flex;
  width: 44px;
  align-items: center;
}.gwy_prov_logo-s9y img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.gwy_prov_name-s9y {
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  text-align: center;
  color: #A8967F;
}.gwy_bon-s9y {
  background: #19140F;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.gwy_bon-s9y {
  padding: 2.75rem 1.5rem 0;
}
}.gwy_bon_in-s9y {
  margin: 0 auto;
  max-width: 82.5rem;
}.gwy_bon_head-s9y {
  margin-bottom: 20px;
}.gwy_bon_label-s9y {
  font-weight: 700;
  color: #F07A22;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.gwy_bon_h2-s9y {
  margin-bottom: 8px;
  font-weight: 800;
  color: #F6EEE4;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.gwy_bon_h2-s9y {
  font-size: 1.5rem;
}
}.gwy_bon_seo-s9y {
  color: #7D6E5E;
  font-size: 13px;
  max-width: 620px;
  overflow-wrap: break-word;
  line-height: 1.6;
}.gwy_bon_seo-s9y strong {
  color: #D5C7B8;
  font-weight: 700;
}.gwy_bon_seo-s9y a {
  text-decoration: underline;
  color: #F07A22;
}.gwy_bon_grid-s9y {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 638px) {.gwy_bon_grid-s9y {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.gwy_bon_grid-s9y {
  grid-template-columns: repeat(5,1fr);
}
}.gwy_bon_card-s9y {
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s,transform .2s;
  background: #1E1811;
  border-radius: 10px;
  padding: 1rem;
}.gwy_bon_card-s9y:hover {
  border-color: rgba(240, 122, 34, 0.08);
  transform: translateY(-2px);
}.gwy_bon_card_ic-s9y svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 26px;
  height: 26px;
}.gwy_bon_card_ic-s9y {
  margin-bottom: 0.625rem;
}.gwy_bon_card_type-s9y {
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 0.625rem;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  color: #7D6E5E;
}.gwy_bon_card_amount-s9y {
  color: #F0A820;
  font-weight: 800;
  margin-bottom: 0.375rem;
  line-height: 1.1;
  font-size: 18px;
}.gwy_bon_card_name-s9y {
  font-weight: 600;
  overflow-wrap: break-word;
  color: #F6EEE4;
  font-size: 13px;
  margin-bottom: 8px;
}.gwy_bon_card_detail-s9y {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #5E5248;
  padding-top: 0.5rem;
}.gwy_reg-s9y {
  background: #19140F;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.gwy_reg-s9y {
  padding: 44px 1.5rem 0;
}
}.gwy_reg_in-s9y {
  margin: 0 auto;
  background: #231C15;
  border-radius: 1rem;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  max-width: 1320px;
}
@media(min-width: 767px) {.gwy_reg_in-s9y {
  padding: 40px;
}
}.gwy_reg_top-s9y {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 857px) {.gwy_reg_top-s9y {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.gwy_reg_label-s9y {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  color: #F07A22;
  letter-spacing: .08em;
}.gwy_reg_h2-s9y {
  font-size: 22px;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 12px;
  color: #F6EEE4;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 766px) {.gwy_reg_h2-s9y {
  font-size: 1.75rem;
}
}.gwy_reg_bonus-s9y {
  border: 1px solid rgba(240, 168, 32, 0.16);
  border-radius: 0.625rem;
  background: rgba(240, 168, 32, 0.16);
  padding: 10px 16px;
  gap: 0.5rem;
  align-items: center;
  display: inline-flex;
  margin-bottom: 16px;
}.gwy_reg_bonus_amount-s9y {
  font-weight: 800;
  color: #F0A820;
  font-size: 20px;
}.gwy_reg_bonus_text-s9y {
  line-height: 1.35;
  color: #A8967F;
  font-size: 13px;
}.gwy_reg_cta_btn-s9y {
  transition: background .2s;
  background: #3EC263;
  border-radius: 10px;
  padding: 0.875rem 2rem;
  color: #160F08;
  box-shadow: 0 0.25rem 0.875rem rgba(62, 194, 99, 0.38), 0 1px 4px rgba(0, 0, 0, 0.60);
  display: inline-block;
  font-size: 0.938rem;
  font-weight: 700;
  margin-bottom: 12px;
}.gwy_reg_cta_btn-s9y:hover {
  background: #52D176;
}.gwy_reg_terms-s9y {
  color: #5E5248;
  line-height: 1.5;
  font-size: 11px;
}.gwy_reg_seo-s9y {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  color: #7D6E5E;
  font-size: 0.813rem;
  line-height: 1.65;
  margin-top: 1.25rem;
  padding-top: 20px;
}.gwy_reg_seo-s9y p {
  font-size: 13px;
  color: #7D6E5E;
  margin-bottom: 0.625rem;
  line-height: 1.65;
}.gwy_reg_seo-s9y p:last-child {
  margin-bottom: 0;
}.gwy_reg_seo-s9y strong {
  font-weight: 700;
  color: #D5C7B8;
}.gwy_reg_seo-s9y a {
  transition: color .2s;
  text-decoration: underline;
  color: #F07A22;
}.gwy_reg_seo-s9y a:hover {
  color: #F58E3C;
}.gwy_reg_seo-s9y ul,.gwy_reg_seo-s9y ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.gwy_reg_seo-s9y ol {
  list-style: decimal;
}.gwy_reg_seo-s9y li {
  color: #7D6E5E;
  margin-bottom: 4px;
  line-height: 1.65;
  font-size: 13px;
}.gwy_reg_seo-s9y table {
  border-collapse: collapse;
  margin-bottom: 10px;
  font-size: 0.813rem;
  overflow-x: auto;
  width: 100%;
  display: block;
}
@media(min-width: 767px) {.gwy_reg_seo-s9y table {
  display: table;
}
}.gwy_reg_seo-s9y th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  text-align: left;
  font-weight: 700;
  color: #D5C7B8;
}.gwy_reg_seo-s9y td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7D6E5E;
}.gwy_reg_steps-s9y {
  gap: 0.875rem;
  display: flex;
  margin-top: 1.75rem;
  flex-direction: column;
}
@media(min-width: 858px) {.gwy_reg_steps-s9y {
  margin-top: 0;
}
}.gwy_reg_step-s9y {
  padding: 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.05);
  gap: 14px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.gwy_reg_step_num-s9y {
  border-radius: 50%;
  background: rgba(240, 122, 34, 0.18);
  border: 1px solid rgba(240, 122, 34, 0.08);
  font-weight: 800;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  justify-content: center;
  flex-shrink: 0;
  height: 34px;
  width: 2.125rem;
  color: #F07A22;
}.gwy_reg_step_title-s9y {
  font-size: 0.875rem;
  margin-bottom: 3px;
  color: #F6EEE4;
  font-weight: 700;
}.gwy_reg_step_text-s9y {
  color: #7D6E5E;
  font-size: 0.75rem;
  line-height: 1.5;
}.gwy_reg_trust-s9y {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  display: flex;
  margin-top: 1.25rem;
  padding-top: 20px;
  flex-wrap: wrap;
}.gwy_reg_trust_item-s9y {
  gap: 7px;
  font-size: 12px;
  display: flex;
  overflow-wrap: break-word;
  color: #7D6E5E;
  align-items: center;
}.gwy_reg_trust_ic-s9y svg {
  color: #F07A22;
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
  height: 1rem;
}.gwy_app-s9y {
  background: #19140F;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.gwy_app-s9y {
  padding: 44px 1.5rem 0;
}
}.gwy_app_in-s9y {
  margin: 0 auto;
  max-width: 82.5rem;
}.gwy_app_head-s9y {
  margin-bottom: 1rem;
}.gwy_app_label-s9y {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #F07A22;
  font-size: 11px;
  margin-bottom: 0.5rem;
}.gwy_app_h2-s9y {
  margin-bottom: 0.375rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #F6EEE4;
}
@media(min-width: 769px) {.gwy_app_h2-s9y {
  font-size: 1.5rem;
}
}.gwy_app_sub-s9y {
  font-size: 13px;
  line-height: 1.6;
  max-width: 600px;
  color: #7D6E5E;
  overflow-wrap: break-word;
}.gwy_app_sub-s9y strong {
  color: #D5C7B8;
  font-weight: 700;
}.gwy_app_cards-s9y {
  gap: 0.625rem;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.gwy_app_cards-s9y {
  grid-template-columns: repeat(3,1fr);
}
}.gwy_app_card-s9y {
  padding: 20px;
  gap: 1rem;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.gwy_app_card_ios-s9y {
  background: linear-gradient(135deg,rgba(240, 122, 34, 0.18) 0%,#231C15 100%);
}.gwy_app_card_android-s9y {
  background: linear-gradient(135deg,rgba(62, 194, 99, 0.16) 0%,#231C15 100%);
}.gwy_app_card_win-s9y {
  background: linear-gradient(135deg,rgba(240, 168, 32, 0.16) 0%,#231C15 100%);
}.gwy_app_card_ic-s9y svg {
  height: 34px;
  width: 34px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.gwy_app_card_ic-s9y {
  color: #F6EEE4;
  flex-shrink: 0;
}.gwy_app_card_os-s9y {
  font-size: 10px;
  margin-bottom: 6px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #7D6E5E;
}.gwy_app_card_title-s9y {
  margin-bottom: 0.375rem;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F6EEE4;
  font-size: 0.938rem;
}.gwy_app_card_text-s9y {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  color: #7D6E5E;
}.gwy_app_card_btn-s9y {
  gap: 7px;
  border-radius: 6px;
  padding: 10px 18px;
  transition: background .2s;
  border: 1px solid rgba(240, 122, 34, 0.55);
  background: rgba(255, 255, 255, 0.12);
  display: inline-flex;
  font-size: 0.813rem;
  align-items: center;
  color: #F6EEE4;
  font-weight: 700;
}.gwy_app_card_btn-s9y:hover {
  background: rgba(255, 255, 255, 0.07);
}.gwy_faq-s9y {
  background: #19140F;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.gwy_faq-s9y {
  padding: 44px 24px 0;
}
}.gwy_faq_in-s9y {
  margin: 0 auto;
  max-width: 1320px;
}.gwy_faq_head-s9y {
  margin-bottom: 20px;
}.gwy_faq_label-s9y {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #F07A22;
  margin-bottom: 8px;
  font-size: 0.688rem;
}.gwy_faq_h2-s9y {
  font-size: 20px;
  color: #F6EEE4;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 771px) {.gwy_faq_h2-s9y {
  font-size: 24px;
}
}.gwy_faq_list-s9y {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.gwy_faq_item-s9y {
  background: #231C15;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  overflow: hidden;
}.gwy_faq_q-s9y {
  gap: 0.75rem;
  padding: 16px 1.25rem;
  transition: color .2s;
  font-size: 14px;
  align-items: center;
  flex-wrap: wrap;
  color: #D5C7B8;
  cursor: pointer;
  font-weight: 600;
  overflow-wrap: break-word;
  display: flex;
  justify-content: space-between;
}.gwy_faq_q-s9y:hover {
  color: #F6EEE4;
}.gwy_faq_q_ic-s9y {
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  color: #F07A22;
  width: 1.5rem;
  font-size: 16px;
  justify-content: center;
  height: 24px;
}.gwy_faq_item-s9y.gwy_state_open-s9y .gwy_faq_q_ic-s9y {
  transform: rotate(45deg);
}.gwy_faq_a-s9y {
  padding: 0 1.25rem 16px;
  line-height: 1.7;
  display: none;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #7D6E5E;
}.gwy_faq_item-s9y.gwy_state_open-s9y .gwy_faq_a-s9y {
  display: block;
}.gwy_faq_a-s9y strong {
  font-weight: 700;
  color: #D5C7B8;
}.gwy_faq_a-s9y a {
  text-decoration: underline;
  color: #F07A22;
}.gwy_faq_a-s9y ul,.gwy_faq_a-s9y ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 1.25rem;
}.gwy_faq_a-s9y ol {
  list-style: decimal;
}.gwy_faq_a-s9y li {
  line-height: 1.6;
  margin-bottom: 4px;
}.gwy_faq_a-s9y table {
  margin: 0.5rem 0;
  font-size: 12px;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  display: block;
}
@media(min-width: 766px) {.gwy_faq_a-s9y table {
  display: table;
}
}.gwy_faq_a-s9y th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 8px;
  text-align: left;
  color: #D5C7B8;
  font-weight: 700;
}.gwy_faq_a-s9y td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 0.5rem;
  color: #7D6E5E;
}.gwy_pmt-s9y {
  background: #19140F;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.gwy_pmt-s9y {
  padding: 44px 24px 0;
}
}.gwy_pmt_in-s9y {
  margin: 0 auto;
  max-width: 1320px;
}.gwy_pmt_head-s9y {
  margin-bottom: 22px;
  max-width: 720px;
}.gwy_pmt_label-s9y {
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #F07A22;
  font-weight: 700;
}.gwy_pmt_h2-s9y {
  overflow-wrap: break-word;
  color: #F6EEE4;
  margin-bottom: 8px;
  font-size: 1.375rem;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 770px) {.gwy_pmt_h2-s9y {
  font-size: 28px;
}
}.gwy_pmt_intro-s9y {
  font-size: 14px;
  color: #7D6E5E;
  overflow-wrap: break-word;
  line-height: 1.6;
}.gwy_pmt_groups-s9y {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.gwy_pmt_group-s9y {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #231C15;
  padding: 1.25rem;
}.gwy_pmt_group_head-s9y {
  gap: 0.75rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.gwy_pmt_group_ic-s9y {
  background: rgba(240, 122, 34, 0.18);
  border-radius: 6px;
  display: flex;
  height: 36px;
  color: #F07A22;
  width: 2.25rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}.gwy_pmt_group_ic-s9y svg {
  stroke-linecap: round;
  width: 18px;
  stroke-linejoin: round;
  height: 1.125rem;
}.gwy_pmt_group_h-s9y {
  margin: 0;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-size: 16px;
  color: #F6EEE4;
}.gwy_pmt_group_p-s9y {
  font-size: 13px;
  color: #7D6E5E;
  overflow-wrap: break-word;
  line-height: 1.6;
  margin-bottom: 0.875rem;
}.gwy_pmt_group_p-s9y strong {
  color: #D5C7B8;
  font-weight: 600;
}.gwy_pmt_table_wrap-s9y {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.gwy_pmt_table-s9y {
  width: 100%;
  min-width: 540px;
  font-size: 0.813rem;
  border-collapse: collapse;
}.gwy_pmt_table-s9y th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #D5C7B8;
  font-weight: 700;
  font-size: 0.688rem;
}.gwy_pmt_table-s9y td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7D6E5E;
}.gwy_pmt_table-s9y tbody tr:last-child td {
  border-bottom: none;
}.gwy_pmt_table-s9y tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D5C7B8;
}.gwy_seo-s9y {
  background: #19140F;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.gwy_seo-s9y {
  padding: 44px 24px 0;
}
}.gwy_seo_in-s9y {
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #231C15;
  max-width: 1320px;
}
@media(min-width: 770px) {.gwy_seo_in-s9y {
  padding: 2.25rem 2.5rem;
}
}.gwy_seo_label-s9y {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #F07A22;
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
}.gwy_seo_h2-s9y {
  margin-bottom: 0.875rem;
  color: #F6EEE4;
  font-weight: 800;
  line-height: 1.25;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 767px) {.gwy_seo_h2-s9y {
  font-size: 1.5rem;
}
}.gwy_seo_body-s9y {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #A8967F;
  font-size: 0.875rem;
}.gwy_seo_body-s9y p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A8967F;
  margin-bottom: 0.75rem;
}.gwy_seo_body-s9y p:last-child {
  margin-bottom: 0;
}.gwy_seo_body-s9y strong {
  color: #D5C7B8;
  font-weight: 700;
}.gwy_seo_body-s9y a {
  transition: color .2s;
  color: #F07A22;
  text-decoration: underline;
}.gwy_seo_body-s9y a:hover {
  color: #F58E3C;
}.gwy_seo_body-s9y ul,.gwy_seo_body-s9y ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.gwy_seo_body-s9y ol {
  list-style: decimal;
}.gwy_seo_body-s9y li {
  font-size: 14px;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #A8967F;
}.gwy_seo_body-s9y table {
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 12px;
  font-size: 0.813rem;
  display: block;
  width: 100%;
}
@media(min-width: 767px) {.gwy_seo_body-s9y table {
  display: table;
}
}.gwy_seo_body-s9y th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D5C7B8;
  font-weight: 700;
  text-align: left;
}.gwy_seo_body-s9y td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #A8967F;
}.gwy_seo_cols-s9y {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 642px) {.gwy_seo_cols-s9y {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.gwy_seo_cols-s9y {
  grid-template-columns: repeat(3,1fr);
}
}.gwy_seo_col_h-s9y {
  margin-bottom: 7px;
  font-size: 13px;
  color: #D5C7B8;
  font-weight: 700;
  overflow-wrap: break-word;
}.gwy_seo_col_p-s9y {
  color: #7D6E5E;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
}.gwy_seo_stats-s9y {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.gwy_seo_stat-s9y {
  border: 1px solid rgba(240, 122, 34, 0.18);
  border-radius: 10px;
  flex: 1;
  padding: 0.875rem 1rem;
  background: rgba(240, 122, 34, 0.08);
  min-width: 140px;
}.gwy_seo_stat_val-s9y {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F07A22;
  margin-bottom: 4px;
  font-size: 20px;
}.gwy_seo_stat_lb-s9y {
  font-size: 11px;
  color: #7D6E5E;
  overflow-wrap: break-word;
}.gwy_seo-s9y {
  background: #19140F;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.gwy_seo-s9y {
  padding: 2.75rem 24px 0;
}
}.gwy_seo_in-s9y {
  border-radius: 1rem;
  padding: 28px 1.5rem;
  background: #231C15;
  border: 1px solid rgba(255, 255, 255, 0.11);
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 770px) {.gwy_seo_in-s9y {
  padding: 2.25rem 40px;
}
}.gwy_seo_label-s9y {
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #F07A22;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}.gwy_seo_h2-s9y {
  overflow-wrap: break-word;
  line-height: 1.25;
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.875rem;
  font-weight: 800;
  font-size: 20px;
  color: #F6EEE4;
}
@media(min-width: 771px) {.gwy_seo_h2-s9y {
  font-size: 1.5rem;
}
}.gwy_seo_body-s9y {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #A8967F;
  font-size: 14px;
}.gwy_seo_body-s9y p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #A8967F;
  line-height: 1.75;
}.gwy_seo_body-s9y p:last-child {
  margin-bottom: 0;
}.gwy_seo_body-s9y strong {
  color: #D5C7B8;
  font-weight: 700;
}.gwy_seo_body-s9y a {
  transition: color .2s;
  color: #F07A22;
  text-decoration: underline;
}.gwy_seo_body-s9y a:hover {
  color: #F58E3C;
}.gwy_seo_body-s9y ul,.gwy_seo_body-s9y ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.gwy_seo_body-s9y ol {
  list-style: decimal;
}.gwy_seo_body-s9y li {
  line-height: 1.75;
  color: #A8967F;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
}.gwy_seo_body-s9y table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  margin-bottom: 12px;
  display: block;
  overflow-x: auto;
}
@media(min-width: 767px) {.gwy_seo_body-s9y table {
  display: table;
}
}.gwy_seo_body-s9y th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  color: #D5C7B8;
  text-align: left;
  font-weight: 700;
}.gwy_seo_body-s9y td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #A8967F;
}.gwy_seo_cols-s9y {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 638px) {.gwy_seo_cols-s9y {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.gwy_seo_cols-s9y {
  grid-template-columns: repeat(3,1fr);
}
}.gwy_seo_col_h-s9y {
  color: #D5C7B8;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 7px;
  overflow-wrap: break-word;
}.gwy_seo_col_p-s9y {
  color: #7D6E5E;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
}.gwy_seo_stats-s9y {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.gwy_seo_stat-s9y {
  background: rgba(240, 122, 34, 0.08);
  border: 1px solid rgba(240, 122, 34, 0.18);
  flex: 1;
  border-radius: 0.625rem;
  padding: 14px 1rem;
  min-width: 140px;
}.gwy_seo_stat_val-s9y {
  overflow-wrap: break-word;
  color: #F07A22;
  font-size: 20px;
  margin-bottom: 0.25rem;
  font-weight: 800;
}.gwy_seo_stat_lb-s9y {
  font-size: 11px;
  color: #7D6E5E;
  overflow-wrap: break-word;
}.gwy_seo-s9y {
  background: #19140F;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.gwy_seo-s9y {
  padding: 2.75rem 24px 0;
}
}.gwy_seo_in-s9y {
  margin: 0 auto;
  background: #231C15;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 771px) {.gwy_seo_in-s9y {
  padding: 2.25rem 2.5rem;
}
}.gwy_seo_label-s9y {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  color: #F07A22;
}.gwy_seo_h2-s9y {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #F6EEE4;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 14px;
}
@media(min-width: 770px) {.gwy_seo_h2-s9y {
  font-size: 1.5rem;
}
}.gwy_seo_body-s9y {
  overflow-wrap: break-word;
  color: #A8967F;
  line-height: 1.75;
  font-size: 0.875rem;
}.gwy_seo_body-s9y p {
  color: #A8967F;
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}.gwy_seo_body-s9y p:last-child {
  margin-bottom: 0;
}.gwy_seo_body-s9y strong {
  font-weight: 700;
  color: #D5C7B8;
}.gwy_seo_body-s9y a {
  transition: color .2s;
  text-decoration: underline;
  color: #F07A22;
}.gwy_seo_body-s9y a:hover {
  color: #F58E3C;
}.gwy_seo_body-s9y ul,.gwy_seo_body-s9y ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.gwy_seo_body-s9y ol {
  list-style: decimal;
}.gwy_seo_body-s9y li {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 6px;
  color: #A8967F;
}.gwy_seo_body-s9y table {
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  font-size: 0.813rem;
  overflow-x: auto;
  width: 100%;
  display: block;
}
@media(min-width: 770px) {.gwy_seo_body-s9y table {
  display: table;
}
}.gwy_seo_body-s9y th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #D5C7B8;
  text-align: left;
  font-weight: 700;
}.gwy_seo_body-s9y td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #A8967F;
}.gwy_seo_cols-s9y {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 639px) {.gwy_seo_cols-s9y {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.gwy_seo_cols-s9y {
  grid-template-columns: repeat(3,1fr);
}
}.gwy_seo_col_h-s9y {
  margin-bottom: 0.438rem;
  color: #D5C7B8;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.gwy_seo_col_p-s9y {
  overflow-wrap: break-word;
  color: #7D6E5E;
  line-height: 1.65;
  font-size: 13px;
}.gwy_seo_stats-s9y {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.gwy_seo_stat-s9y {
  border: 1px solid rgba(240, 122, 34, 0.18);
  background: rgba(240, 122, 34, 0.08);
  padding: 14px 1rem;
  flex: 1;
  border-radius: 10px;
  min-width: 140px;
}.gwy_seo_stat_val-s9y {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-weight: 800;
  font-size: 20px;
  color: #F07A22;
}.gwy_seo_stat_lb-s9y {
  overflow-wrap: break-word;
  color: #7D6E5E;
  font-size: 0.688rem;
}.gwy_ft-s9y {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #110D09;
  margin-top: 3rem;
}.gwy_ft_support-s9y {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width: 770px) {.gwy_ft_support-s9y {
  padding: 1.75rem 24px;
}
}.gwy_ft_support_in-s9y {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  max-width: 1320px;
  display: flex;
  flex-wrap: wrap;
}.gwy_ft_support_main-s9y {
  flex: 1;
  gap: 1rem;
  min-width: 220px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.gwy_ft_support_ic-s9y {
  color: #F07A22;
  flex-shrink: 0;
}.gwy_ft_support_ic-s9y svg {
  width: 30px;
  height: 1.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.gwy_ft_support_text_title-s9y {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #F6EEE4;
  overflow-wrap: break-word;
}.gwy_ft_support_text_sub-s9y {
  color: #7D6E5E;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.gwy_ft_support_btn-s9y {
  border-radius: 0.625rem;
  padding: 11px 22px;
  background: #F07A22;
  transition: background .2s;
  white-space: nowrap;
  color: #F6EEE4;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 13px;
}.gwy_ft_support_btn-s9y:hover {
  background: #F58E3C;
}.gwy_ft_support_contacts-s9y {
  gap: 1rem;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.gwy_ft_support_contact-s9y {
  font-size: 12px;
  color: #5E5248;
  line-height: 1.4;
}.gwy_ft_support_contact-s9y strong {
  font-size: 11px;
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
  color: #A8967F;
}.gwy_ft_main-s9y {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 16px 24px;
}
@media(min-width: 767px) {.gwy_ft_main-s9y {
  padding: 40px 24px 32px;
}
}.gwy_ft_main_in-s9y {
  margin: 0 auto;
  gap: 1.5rem;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 642px) {.gwy_ft_main_in-s9y {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.gwy_ft_main_in-s9y {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.gwy_ft_col_logo-s9y {
  grid-column: 1/-1;
}
@media(min-width: 1082px) {.gwy_ft_col_logo-s9y {
  grid-column: auto;
}
}.gwy_ft_logo-s9y {
  gap: 9px;
  font-weight: 800;
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
  color: #F6EEE4;
  font-size: 1rem;
  overflow-wrap: break-word;
  align-items: center;
}.gwy_ft_logo_mark-s9y {
  border-radius: 0.375rem;
  overflow: hidden;
  width: 1.875rem;
  height: 30px;
}.gwy_ft_logo_mark-s9y img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.gwy_ft_logo_sub-s9y {
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #5E5248;
  font-size: 12px;
  max-width: 12.5rem;
}.gwy_ft_col_title-s9y {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #A8967F;
  font-weight: 700;
  margin-bottom: 0.875rem;
  letter-spacing: .07em;
}.gwy_ft_col_links-s9y {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.gwy_ft_col_link-s9y {
  transition: color .2s;
  font-size: 0.813rem;
  color: #5E5248;
  overflow-wrap: break-word;
}.gwy_ft_col_link-s9y:hover {
  color: #D5C7B8;
}.gwy_ft_apps-s9y {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.gwy_ft_app_card-s9y {
  gap: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 6px;
  padding: 10px 12px;
  transition: border-color .2s;
  align-items: center;
  display: flex;
}.gwy_ft_app_card-s9y:hover {
  border-color: rgba(240, 122, 34, 0.55);
}.gwy_ft_app_card_ic-s9y svg {
  height: 22px;
  stroke-linejoin: round;
  width: 1.375rem;
  stroke-linecap: round;
}.gwy_ft_app_card_os-s9y {
  font-size: 0.625rem;
  color: #5E5248;
  font-weight: 600;
}.gwy_ft_app_card_action-s9y {
  font-size: 12px;
  color: #D5C7B8;
  font-weight: 700;
}.gwy_ft_bot-s9y {
  padding: 20px 16px;
}
@media(min-width: 767px) {.gwy_ft_bot-s9y {
  padding: 20px 1.5rem;
}
}.gwy_ft_bot_in-s9y {
  margin: 0 auto;
  gap: 1rem;
  align-items: center;
  max-width: 82.5rem;
  flex-wrap: wrap;
  display: flex;
}.gwy_ft_socials-s9y {
  gap: 0.5rem;
  display: flex;
}.gwy_ft_soc-s9y {
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: background .2s;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  width: 36px;
  height: 2.25rem;
  align-items: center;
  color: #A8967F;
}.gwy_ft_soc-s9y svg {
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
}.gwy_ft_soc-s9y:hover {
  background: rgba(255, 255, 255, 0.07);
}.gwy_ft_legal-s9y {
  flex: 1;
  color: #897870;
  overflow-wrap: break-word;
  min-width: 200px;
  line-height: 1.6;
  font-size: 0.688rem;
}.gwy_ft_legal-s9y strong {
  color: #A8967F;
  font-weight: 700;
}.gwy_ft_legal-s9y a {
  text-decoration: underline;
  color: #A8967F;
}.gwy_ft_age-s9y {
  border: 2px solid #897870;
  border-radius: 50%;
  width: 2rem;
  display: flex;
  margin-left: auto;
  justify-content: center;
  color: #897870;
  font-size: 11px;
  font-weight: 800;
  align-items: center;
  height: 2rem;
  flex-shrink: 0;
}