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: #0E1219;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  color: #C8B99A;
  font-family: 'Barlow', sans-serif;
  min-height: 100vh;
}.myw_layout-dd3 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.myw_page-dd3 {
  display: flex;
  min-height: 100vh;
}.myw_main-dd3 {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media (min-width: 1079px) {.myw_main-dd3 {
  padding-left: 220px;
}
}
@media (max-width: 1082px) {.myw_main-dd3 {
  padding-bottom: 4.5rem;
}
}.myw_gc-dd3 {
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  border-radius: 10px;
  background: #121720;
  width: 140px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}
@media(min-width: 643px) {.myw_gc-dd3 {
  width: 156px;
}
}
@media(min-width:1080px) {.myw_gc-dd3 {
  width: 10.5rem;
}
}.myw_gc-dd3:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 135, 40, 0.07);
}.myw_gc_img-dd3 {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.myw_gc_img-dd3 img {
  inset: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}.myw_gc_hover-dd3 {
  transition: opacity .2s;
  background: rgba(6, 9, 14, 0.74);
  inset: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  align-items: center;
  position: absolute;
}.myw_gc-dd3:hover .myw_gc_hover-dd3 {
  opacity: 1;
}.myw_gc_hover_btn-dd3 {
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  background: #C98728;
  font-weight: 700;
  font-size: 0.75rem;
  color: #F3E9CE;
}.myw_gc_info-dd3 {
  padding: 0.5rem 10px 10px;
}.myw_gc_name-dd3 {
  overflow: hidden;
  font-size: 0.75rem;
  font-weight: 600;
  max-width: 100%;
  text-overflow: ellipsis;
  color: #C8B99A;
  white-space: nowrap;
  margin-bottom: 3px;
}.myw_gc_prov-dd3 {
  color: #50432F;
  font-size: 0.625rem;
}.myw_gc_tag-dd3 {
  border-radius: 0.25rem;
  padding: 2px 7px;
  font-size: 0.563rem;
  top: 6px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .04em;
  left: 6px;
  z-index: 2;
  position: absolute;
}.myw_gc_tag_hot-dd3 {
  background: #D93C3C;
  color: #fff;
}.myw_gc_tag_new-dd3 {
  background: #2DBF6A;
  color: #0E1219;
}.myw_gc_tag_jp-dd3 {
  background: #F5B731;
  color: #0E1219;
}.myw_gc_tag_ex-dd3 {
  background: #5E3B1A;
  color: #fff;
}.myw_gc_tag_live-dd3 {
  background: #D93C3C;
  color: #fff;
}.myw_gr-dd3 {
  background: #0E1219;
  padding: 2rem 1rem 0;
}
@media(min-width: 766px) {.myw_gr-dd3 {
  padding: 2.25rem 24px 0;
}
}.myw_gr_in-dd3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.myw_gr_head-dd3 {
  gap: 12px;
  display: flex;
  margin-bottom: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
}.myw_gr_head_l-dd3 {
  flex: 1;
  gap: 0.625rem;
  min-width: 0;
  align-items: center;
  display: flex;
}.myw_gr_ic-dd3 {
  border-radius: 10px;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  width: 32px;
  height: 2rem;
}.myw_gr_ic-dd3 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
  height: 16px;
}.myw_gr_title-dd3 {
  color: #F3E9CE;
  overflow-wrap: break-word;
  font-size: 1rem;
  font-family: 'Cinzel Decorative', serif;
  font-weight: 700;
}
@media(min-width: 765px) {.myw_gr_title-dd3 {
  font-size: 1.125rem;
}
}.myw_gr_more-dd3 {
  transition: color .2s;
  gap: 0.313rem;
  font-weight: 600;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 12px;
  display: flex;
  align-items: center;
  color: #6A5C4A;
}.myw_gr_more-dd3:hover {
  color: #C98728;
}.myw_gr_more-dd3 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.75rem;
  width: 0.75rem;
}.myw_gr_arrows-dd3 {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.myw_gr_arr-dd3 {
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  color: #8E7E68;
  height: 1.875rem;
  width: 1.875rem;
  align-items: center;
  display: flex;
  justify-content: center;
}.myw_gr_arr-dd3:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F3E9CE;
}.myw_gr_arr-dd3 svg {
  width: 13px;
  height: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.myw_gr_seo_h-dd3 {
  margin: 0 0 6px;
  font-family: 'Cinzel Decorative', serif;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  font-weight: 700;
  color: #C8B99A;
}
@media(min-width: 770px) {.myw_gr_seo_h-dd3 {
  font-size: 14px;
}
}.myw_gr_seo-dd3 {
  font-size: 12px;
  margin-bottom: 12px;
  line-height: 1.55;
  overflow-wrap: break-word;
  max-width: 680px;
  color: #6A5C4A;
}.myw_gr_seo-dd3 strong {
  color: #C8B99A;
  font-weight: 600;
}.myw_gr_scroll-dd3 {
  gap: 0.625rem;
  display: flex;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 10px;
}.myw_gr_scroll-dd3::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.myw_gr_scroll-dd3 {
  gap: 0.75rem;
}
}.myw_tb-dd3 {
  background: #0C1017;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  z-index: 80;
  align-items: center;
  right: 0;
  left: 0;
  top: 0;
  display: flex;
  position: fixed;
  height: 56px;
}.myw_tb_in-dd3 {
  gap: 0;
  padding: 0 0.875rem;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}.myw_tb_burger-dd3 {
  gap: 0.313rem;
  border-radius: 10px;
  margin-right: 0.5rem;
  flex-direction: column;
  width: 38px;
  justify-content: center;
  height: 2.375rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.myw_tb_burger-dd3:hover {
  background: rgba(255, 255, 255, 0.05);
}.myw_tb_burger_line-dd3 {
  background: #8E7E68;
  border-radius: 1px;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width: 1082px) {.myw_tb_burger-dd3 {
  display: none;
}
}.myw_tb_logo-dd3 {
  gap: 0.563rem;
  color: #F3E9CE;
  margin-right: 1.25rem;
  overflow-wrap: break-word;
  font-size: 18px;
  display: flex;
  font-weight: 800;
  align-items: center;
  letter-spacing: -.01em;
  flex-shrink: 0;
}.myw_tb_logo_mark-dd3 {
  border-radius: 0.625rem;
  overflow: hidden;
  justify-content: center;
  height: 2rem;
  display: flex;
  width: 32px;
  align-items: center;
}.myw_tb_logo_mark-dd3 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.myw_tb_nav-dd3 {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 641px) {.myw_tb_nav-dd3 {
  display: flex;
}
}.myw_tb_tab-dd3 {
  transition: background .15s,color .15s;
  border-radius: 0.625rem;
  padding: 8px 0.875rem;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  color: #8E7E68;
}.myw_tb_tab-dd3:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F3E9CE;
}.myw_tb_tab-dd3.myw_state_active-dd3 {
  background: rgba(201, 135, 40, 0.18);
  color: #F3E9CE;
}.myw_tb_right-dd3 {
  gap: 8px;
  display: flex;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
}.myw_tb_login-dd3 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem;
  padding: 0.563rem 16px;
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: none;
  font-size: 0.813rem;
  color: #C8B99A;
  font-weight: 600;
}.myw_tb_login-dd3:hover {
  border-color: rgba(201, 135, 42, 0.55);
  color: #F3E9CE;
}
@media(min-width: 477px) {.myw_tb_login-dd3 {
  display: block;
}
}.myw_tb_reg-dd3 {
  transition: background .2s;
  background: #2DBF6A;
  border-radius: 0.625rem;
  padding: 9px 1.125rem;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #0D0B07;
  font-weight: 700;
}.myw_tb_reg-dd3:hover {
  background: #38D47A;
}.myw_sb-dd3 {
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #151C26;
  transition: transform .25s ease;
  overflow-y: auto;
  top: 3.5rem;
  width: 13.75rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 70;
}.myw_sb-dd3.myw_state_open-dd3 {
  transform: translateX(0);
}.myw_sb-dd3::-webkit-scrollbar {
  width: 0.25rem;
}.myw_sb-dd3::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1079px) {.myw_sb-dd3 {
  transform: translateX(0);
}
}.myw_sb_auth-dd3 {
  padding: 0.875rem 0.75rem 10px;
}.myw_sb_btn_reg-dd3 {
  border-radius: 0.625rem;
  transition: background .2s;
  background: #2DBF6A;
  padding: 0.688rem;
  color: #0D0B07;
  font-size: 0.813rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
  display: block;
}.myw_sb_btn_reg-dd3:hover {
  background: #38D47A;
}.myw_sb_btn_login-dd3 {
  transition: border-color .2s;
  border-radius: 0.625rem;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: #C8B99A;
  display: block;
  font-weight: 600;
  font-size: 0.813rem;
  text-align: center;
}.myw_sb_btn_login-dd3:hover {
  border-color: rgba(201, 135, 42, 0.55);
  color: #F3E9CE;
}.myw_sb_promo-dd3 {
  background: linear-gradient(135deg,#3B1E08,#151C26);
  overflow: hidden;
  padding: 12px 0.875rem;
  margin: 0 0.75rem 0.625rem;
  border: 1px solid rgba(201, 135, 40, 0.18);
  border-radius: 0.625rem;
  position: relative;
}.myw_sb_promo-dd3::before {
  background: radial-gradient(circle,rgba(201, 135, 40, 0.18),transparent 70%);
  border-radius: 50%;
  content: '';
  position: absolute;
  top: -20px;
  width: 80px;
  height: 5rem;
  right: -1.25rem;
}.myw_sb_promo_title-dd3 {
  margin-bottom: 0.25rem;
  font-size: 11px;
  font-weight: 700;
  color: #C98728;
  text-transform: uppercase;
  letter-spacing: .06em;
}.myw_sb_promo_text-dd3 {
  color: #F3E9CE;
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.35;
  font-weight: 600;
}.myw_sb_promo_sub-dd3 {
  font-size: 0.625rem;
  color: #6A5C4A;
  margin-top: 3px;
}.myw_sb_nav-dd3 {
  padding: 0.375rem 0.5rem 1rem;
}.myw_sb_nav_lb-dd3 {
  padding: 0.625rem 0.5rem 0.375rem;
  letter-spacing: .08em;
  font-size: 0.625rem;
  color: #50432F;
  font-weight: 700;
  text-transform: uppercase;
}.myw_sb_link-dd3 {
  padding: 0.563rem 0.625rem;
  gap: 10px;
  transition: background .15s,color .15s;
  border-radius: 6px;
  overflow-wrap: break-word;
  color: #8E7E68;
  font-weight: 500;
  display: flex;
  font-size: 0.813rem;
  align-items: center;
  cursor: pointer;
}.myw_sb_link-dd3:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F3E9CE;
}.myw_sb_link-dd3.myw_state_active-dd3 {
  background: rgba(201, 135, 40, 0.18);
  color: #F3E9CE;
}.myw_sb_ic-dd3 {
  border-radius: 6px;
  align-items: center;
  height: 30px;
  display: flex;
  justify-content: center;
  width: 1.875rem;
  flex-shrink: 0;
}.myw_sb_ic-dd3 svg {
  width: 16px;
  stroke-linecap: round;
  height: 16px;
  stroke-linejoin: round;
}.myw_sb_ic_1-dd3 {
  background: rgba(201, 135, 40, 0.07);
  color: #C98728;
}.myw_sb_ic_2-dd3 {
  background: rgba(45, 191, 106, 0.15);
  color: #2DBF6A;
}.myw_sb_ic_3-dd3 {
  background: rgba(245, 183, 49, 0.14);
  color: #F5B731;
}.myw_sb_ic_4-dd3 {
  background: rgba(94, 59, 26, 0.35);
  color: #5E3B1A;
}.myw_sb_ic_5-dd3 {
  background: rgba(201, 135, 40, 0.07);
  color: #E84878;
}.myw_sb_ic_6-dd3 {
  background: rgba(94, 59, 26, 0.35);
  color: #9B4FD4;
}.myw_sb_badge-dd3 {
  padding: 2px 0.438rem;
  border-radius: 0.375rem;
  background: #F5B731;
  font-size: 9px;
  margin-left: auto;
  color: #0D0B07;
  font-weight: 700;
}.myw_sb_bot-dd3 {
  gap: 0.5rem;
  padding: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.myw_sb_lang-dd3,.myw_sb_help-dd3 {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 0.375rem;
  flex: 1;
  border-radius: 0.375rem;
  padding: 0.563rem 6px;
  transition: border-color .2s;
  display: flex;
  font-weight: 600;
  font-size: 0.688rem;
  color: #8E7E68;
  justify-content: center;
  align-items: center;
}.myw_sb_lang-dd3:hover,.myw_sb_help-dd3:hover {
  border-color: rgba(201, 135, 42, 0.55);
  color: #F3E9CE;
}.myw_sb_lang-dd3 svg,.myw_sb_help-dd3 svg {
  stroke-linejoin: round;
  height: 13px;
  width: 13px;
  stroke-linecap: round;
}.myw_sb_bd-dd3 {
  inset: 0;
  background: rgba(6, 9, 14, 0.74);
  z-index: 69;
  display: none;
  position: fixed;
}.myw_sb_bd-dd3.myw_state_on-dd3 {
  display: block;
}
@media(min-width: 1081px) {.myw_sb_bd-dd3 {
  display: none!important;
}
}.myw_mob_nav-dd3 {
  background: #151C26;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  position: fixed;
  z-index: 80;
  display: flex;
  left: 0;
  right: 0;
  bottom: 0;
}
@media(min-width: 1078px) {.myw_mob_nav-dd3 {
  display: none;
}
}.myw_mob_nav_item-dd3 {
  gap: 0.25rem;
  flex: 1;
  padding: 4px 2px;
  flex-direction: column;
  color: #50432F;
  display: flex;
  align-items: center;
  cursor: pointer;
}.myw_mob_nav_ic-dd3 {
  line-height: 1;
}.myw_mob_nav_ic-dd3 svg {
  height: 1.25rem;
  width: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.myw_mob_nav_lb-dd3 {
  font-size: 0.625rem;
  font-weight: 600;
  color: #50432F;
}.myw_mob_nav_item-dd3.myw_state_active-dd3 {
  color: #C98728;
}.myw_mob_nav_item-dd3.myw_state_active-dd3 .myw_mob_nav_lb-dd3 {
  color: #C98728;
}.myw_hero-dd3 {
  background: #0E1219;
  padding: 20px 1rem 0;
}
@media(min-width:768px) {.myw_hero-dd3 {
  padding: 1.5rem 1.5rem 0;
}
}.myw_hero_in-dd3 {
  margin: 0 auto;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 1320px;
}
@media(min-width: 862px) {.myw_hero_in-dd3 {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.myw_hero_in-dd3 {
  grid-template-columns: 1fr 21.25rem;
}
}.myw_hero_promo-dd3 {
  background: #121720;
  overflow: hidden;
  border-radius: 0.875rem;
  min-height: 13.75rem;
  display: flex;
  position: relative;
  align-items: stretch;
}
@media(min-width: 769px) {.myw_hero_promo-dd3 {
  min-height: 17.5rem;
}
}.myw_hero_promo_bg-dd3 {
  background-position: center;
  background: linear-gradient(120deg,#3B1E08 0%,#0E1219 100%);
  inset: 0;
  background-size: cover;
  position: absolute;
}.myw_hero_promo_bg-dd3::after {
  background: linear-gradient(90deg,#0E1219 0%,rgba(6, 9, 14, 0.74) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.myw_hero_promo_glow-dd3 {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(94, 59, 26, 0.35) 0%,transparent 65%);
  right: 60px;
  position: absolute;
  top: -40px;
  width: 18.75rem;
  height: 300px;
  pointer-events: none;
}.myw_hero_promo_ct-dd3 {
  padding: 28px 1.5rem 1.75rem 1.75rem;
  display: flex;
  justify-content: center;
  z-index: 2;
  flex-direction: column;
  position: relative;
  max-width: 480px;
}
@media(min-width: 765px) {.myw_hero_promo_ct-dd3 {
  padding: 2.5rem 32px;
}
}.myw_hero_badge-dd3 {
  padding: 5px 12px;
  background: rgba(201, 135, 40, 0.18);
  border: 1px solid rgba(201, 135, 40, 0.07);
  border-radius: 20px;
  font-size: 0.625rem;
  color: #C98728;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 14px;
  display: inline-block;
  text-transform: uppercase;
}.myw_hero_h1-dd3 {
  font-size: 1.625rem;
  color: #F3E9CE;
  margin-bottom: 0.625rem;
  line-height: 1.15;
  font-weight: 800;
  font-family: 'Cinzel Decorative', serif;
  overflow-wrap: break-word;
}.myw_hero_h1-dd3 em {
  color: #F5B731;
  font-style: normal;
}
@media(min-width: 769px) {.myw_hero_h1-dd3 {
  font-size: 36px;
}
}.myw_hero_sub-dd3 {
  margin-bottom: 20px;
  font-size: 0.813rem;
  color: #8E7E68;
  line-height: 1.55;
}
@media(min-width: 771px) {.myw_hero_sub-dd3 {
  font-size: 0.875rem;
}
}.myw_hero_row-dd3 {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.myw_hero_cta-dd3 {
  transition: background .2s;
  padding: 0.813rem 26px;
  background: #2DBF6A;
  border-radius: 0.625rem;
  box-shadow: 4px 4px 0px #0E6633, 0 0 1.125rem rgba(45, 191, 106, 0.38);
  font-size: 0.875rem;
  color: #0D0B07;
  font-weight: 700;
}.myw_hero_cta-dd3:hover {
  background: #38D47A;
}.myw_hero_terms-dd3 {
  color: #50432F;
  font-size: 11px;
}.myw_hero_game-dd3 {
  background: #121720;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  flex-direction: column;
  position: relative;
  display: flex;
}.myw_hero_game_badge-dd3 {
  border: 1px solid rgba(245, 183, 49, 0.14);
  border-radius: 1.25rem;
  background: rgba(245, 183, 49, 0.14);
  padding: 0.313rem 10px;
  letter-spacing: .06em;
  position: absolute;
  left: 0.75rem;
  font-size: 0.625rem;
  z-index: 3;
  text-transform: uppercase;
  font-weight: 700;
  top: 0.75rem;
  color: #F5B731;
}.myw_hero_game_badge-dd3 svg {
  height: 11px;
  width: 0.688rem;
  margin-right: 0.25rem;
  vertical-align: -1px;
}.myw_hero_game_img-dd3 {
  background: linear-gradient(135deg,#3B1E08,#0E1219);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.myw_hero_game_img-dd3 img {
  inset: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}.myw_hero_game_play-dd3 {
  transition: opacity .2s;
  inset: 0;
  background: rgba(6, 9, 14, 0.74);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  opacity: 0;
}.myw_hero_game-dd3:hover .myw_hero_game_play-dd3 {
  opacity: 1;
}.myw_hero_game_play-dd3 span {
  background: #C98728;
  border-radius: 50%;
  width: 52px;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 52px;
}.myw_hero_game_play-dd3 span svg {
  height: 18px;
  margin-left: 2px;
  width: 1.125rem;
}.myw_hero_game_info-dd3 {
  padding: 0.875rem 16px;
}.myw_hero_game_title-dd3 {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  font-weight: 700;
  color: #F3E9CE;
}.myw_hero_game_provider-dd3 {
  font-size: 0.688rem;
  color: #6A5C4A;
}.myw_hero_game_btn-dd3 {
  margin: 0.75rem 16px 1rem;
  transition: background .2s;
  border-radius: 10px;
  padding: 11px;
  background: #C98728;
  font-size: 13px;
  display: block;
  font-weight: 700;
  color: #F3E9CE;
  text-align: center;
}.myw_hero_game-dd3:hover .myw_hero_game_btn-dd3 {
  background: #DFA040;
}.myw_sbar-dd3 {
  padding: 16px 1rem 0;
  background: #0E1219;
}
@media(min-width: 766px) {.myw_sbar-dd3 {
  padding: 18px 24px 0;
}
}.myw_sbar_in-dd3 {
  margin: 0 auto;
  max-width: 1320px;
}.myw_sbar_row-dd3 {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}.myw_sbar_input-dd3 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 11px 1rem;
  gap: 0.625rem;
  border-radius: 0.625rem;
  flex: 1;
  background: #121720;
  transition: border-color .2s;
  font-size: 0.813rem;
  cursor: pointer;
  align-items: center;
  display: flex;
  color: #6A5C4A;
}.myw_sbar_input-dd3:hover {
  border-color: rgba(201, 135, 42, 0.55);
}.myw_sbar_input-dd3 svg {
  stroke-linecap: round;
  width: 15px;
  height: 0.938rem;
  stroke-linejoin: round;
  flex-shrink: 0;
}.myw_sbar_providers-dd3 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s;
  gap: 0.5rem;
  padding: 0.688rem 1.125rem;
  background: #121720;
  border-radius: 10px;
  display: flex;
  color: #C8B99A;
  font-weight: 600;
  white-space: nowrap;
  align-items: center;
  font-size: 13px;
}.myw_sbar_providers-dd3:hover {
  border-color: rgba(201, 135, 42, 0.55);
  color: #F3E9CE;
}.myw_sbar_providers-dd3 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 14px;
  width: 0.875rem;
}.myw_sbar_tabs-dd3 {
  gap: 0.375rem;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 2px;
}.myw_sbar_tabs-dd3::-webkit-scrollbar {
  display: none;
}.myw_sbar_tab-dd3 {
  border-radius: 20px;
  transition: background .15s,color .15s,border-color .15s;
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 7px;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 0.875rem;
  align-items: center;
  font-size: 0.75rem;
  flex-shrink: 0;
  font-weight: 600;
  display: flex;
  color: #8E7E68;
  white-space: nowrap;
  cursor: pointer;
}.myw_sbar_tab-dd3:hover {
  border-color: rgba(201, 135, 42, 0.55);
  background: rgba(255, 255, 255, 0.07);
  color: #F3E9CE;
}.myw_sbar_tab-dd3.myw_state_active-dd3 {
  background: rgba(201, 135, 40, 0.18);
  border-color: rgba(201, 135, 40, 0.07);
  color: #F3E9CE;
}.myw_sbar_tab_ic-dd3 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
  width: 14px;
}.myw_gcg-dd3 {
  padding: 36px 1rem 0;
  background: #0E1219;
}
@media(min-width: 769px) {.myw_gcg-dd3 {
  padding: 2.75rem 24px 0;
}
}.myw_gcg_in-dd3 {
  margin: 0 auto;
  max-width: 1320px;
}.myw_gcg_head-dd3 {
  max-width: 45rem;
  margin-bottom: 20px;
}.myw_gcg_label-dd3 {
  color: #C98728;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
}.myw_gcg_h2-dd3 {
  overflow-wrap: break-word;
  font-family: 'Cinzel Decorative', serif;
  margin-bottom: 8px;
  font-weight: 800;
  color: #F3E9CE;
  font-size: 22px;
}
@media(min-width: 766px) {.myw_gcg_h2-dd3 {
  font-size: 1.75rem;
}
}.myw_gcg_intro-dd3 {
  font-size: 13px;
  line-height: 1.6;
  color: #6A5C4A;
}.myw_gcg_grid-dd3 {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.myw_gcg_grid-dd3 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.myw_gcg_grid-dd3 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.myw_gcg_card-dd3 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 14px;
  transition: transform .2s,border-color .2s;
  justify-content: flex-end;
  position: relative;
  cursor: pointer;
  display: flex;
  min-height: 15rem;
  flex-direction: column;
}.myw_gcg_card-dd3:hover {
  border-color: rgba(201, 135, 40, 0.18);
  transform: translateY(-3px);
}.myw_gcg_card_bg-dd3 {
  inset: 0;
  position: absolute;
  z-index: 0;
}.myw_gcg_card_bg-dd3::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.myw_gcg_card_ic-dd3 {
  background: rgba(0,0,0,.45);
  border-radius: 6px;
  top: 18px;
  width: 40px;
  right: 1.125rem;
  color: #F3E9CE;
  align-items: center;
  height: 40px;
  justify-content: center;
  z-index: 2;
  display: flex;
  position: absolute;
}.myw_gcg_card_ic-dd3 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.25rem;
  height: 1.25rem;
}.myw_gcg_card_ct-dd3 {
  position: relative;
  z-index: 1;
}.myw_gcg_card_h-dd3 {
  color: #F3E9CE;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 800;
  line-height: 1.2;
  font-size: 1.125rem;
  font-family: 'Cinzel Decorative', serif;
}
@media(min-width: 769px) {.myw_gcg_card_h-dd3 {
  font-size: 1.25rem;
}
}.myw_gcg_card_p-dd3 {
  color: rgba(255,255,255,.82);
  margin-bottom: 10px;
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.myw_gcg_card_p-dd3 strong {
  font-weight: 600;
  color: #F3E9CE;
}.myw_gcg_card_cta-dd3 {
  gap: 0.25rem;
  color: #C98728;
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 700;
  align-items: center;
  font-size: 12px;
  letter-spacing: .04em;
}.myw_gcg_card_cta-dd3 svg {
  width: 12px;
  stroke-linecap: round;
  height: 0.75rem;
  stroke-linejoin: round;
}.myw_gr_jp-dd3 {
  padding: 1.25rem;
  border-radius: 14px;
  background: linear-gradient(135deg,#1C0E2E 0%,#090C11 100%);
  overflow: hidden;
  position: relative;
}.myw_gr_jp-dd3::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(94, 59, 26, 0.35) 0%,transparent 70%);
  width: 15.625rem;
  height: 250px;
  content: '';
  left: -3.75rem;
  top: -60px;
  position: absolute;
}.myw_gr_jp-dd3::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(245, 183, 49, 0.14) 0%,transparent 70%);
  content: '';
  height: 12.5rem;
  bottom: -40px;
  position: absolute;
  width: 12.5rem;
  right: 0;
}.myw_gr_jp_head-dd3 {
  gap: 1rem;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 16px;
  align-items: flex-start;
  display: flex;
  z-index: 1;
}.myw_gr_jp_info-dd3 {
  flex: 1;
}.myw_gr_jp_label-dd3 {
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  color: #9B4FD4;
  margin-bottom: 6px;
  text-transform: uppercase;
}.myw_gr_jp_label-dd3 svg {
  height: 0.875rem;
  margin-right: 0.25rem;
  vertical-align: -2px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 14px;
}.myw_gr_jp_amount-dd3 {
  color: #F3E9CE;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-family: 'Cinzel Decorative', serif;
  line-height: 1;
  font-size: 2rem;
  font-weight: 800;
}
@media(min-width: 769px) {.myw_gr_jp_amount-dd3 {
  font-size: 2.5rem;
}
}.myw_gr_jp_amount-dd3 span {
  color: #F5B731;
}.myw_gr_jp_seo-dd3 {
  color: #8E7E68;
  line-height: 1.5;
  max-width: 30rem;
  overflow-wrap: break-word;
  font-size: 12px;
}.myw_gr_jp_cta-dd3 {
  border-radius: 10px;
  transition: background .2s;
  border: 1px solid rgba(94, 59, 26, 0.35);
  padding: 0.688rem 20px;
  background: rgba(94, 59, 26, 0.35);
  margin-top: 4px;
  z-index: 1;
  position: relative;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 700;
  flex-shrink: 0;
  align-self: flex-start;
  color: #F3E9CE;
}.myw_gr_jp_cta-dd3:hover {
  background: #5E3B1A;
}.myw_ws-dd3 {
  padding: 2rem 1rem 0;
  background: #0E1219;
}
@media(min-width: 765px) {.myw_ws-dd3 {
  padding: 2.25rem 1.5rem 0;
}
}.myw_ws_in-dd3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.myw_ws_head-dd3 {
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
  justify-content: space-between;
  display: flex;
  align-items: center;
}.myw_ws_title-dd3 {
  gap: 10px;
  font-weight: 700;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1rem;
  display: flex;
  font-family: 'Cinzel Decorative', serif;
  color: #F3E9CE;
}.myw_ws_title_ic-dd3 svg {
  stroke-linecap: round;
  height: 18px;
  color: #F5B731;
  stroke-linejoin: round;
  width: 1.125rem;
}.myw_ws_online-dd3 {
  gap: 0.438rem;
  font-size: 12px;
  display: flex;
  font-weight: 600;
  color: #6A5C4A;
  align-items: center;
}.myw_ws_online_dot-dd3 {
  background: #2DBF6A;
  border-radius: 50%;
  height: 8px;
  box-shadow: 0 0 6px rgba(45, 191, 106, 0.15);
  flex-shrink: 0;
  width: 8px;
}.myw_ws_scroll-dd3 {
  gap: 8px;
  display: flex;
  padding-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}.myw_ws_scroll-dd3::-webkit-scrollbar {
  display: none;
}.myw_wc-dd3 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 10px 14px;
  border-radius: 10px;
  gap: 0.625rem;
  background: #121720;
  min-width: 220px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.myw_wc_img-dd3 {
  overflow: hidden;
  border-radius: 6px;
  background: #151C26;
  flex-shrink: 0;
  width: 36px;
  height: 2.25rem;
}.myw_wc_img-dd3 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.myw_wc_info-dd3 {
  min-width: 0;
}.myw_wc_game-dd3 {
  overflow: hidden;
  font-size: 0.75rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #C8B99A;
}.myw_wc_player-dd3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.625rem;
  color: #50432F;
}.myw_wc_amount-dd3 {
  font-weight: 700;
  color: #2DBF6A;
  flex-shrink: 0;
  margin-left: auto;
  font-size: 13px;
  white-space: nowrap;
}.myw_reg-dd3 {
  padding: 2.25rem 16px 0;
  background: #0E1219;
}
@media(min-width: 769px) {.myw_reg-dd3 {
  padding: 2.75rem 24px 0;
}
}.myw_reg_in-dd3 {
  background: #151C26;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width:768px) {.myw_reg_in-dd3 {
  padding: 2.5rem;
}
}.myw_reg_top-dd3 {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.myw_reg_top-dd3 {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.myw_reg_label-dd3 {
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #C98728;
  font-size: 0.688rem;
}.myw_reg_h2-dd3 {
  font-weight: 800;
  font-family: 'Cinzel Decorative', serif;
  margin-bottom: 0.75rem;
  font-size: 1.375rem;
  color: #F3E9CE;
  line-height: 1.2;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.myw_reg_h2-dd3 {
  font-size: 28px;
}
}.myw_reg_bonus-dd3 {
  border: 1px solid rgba(245, 183, 49, 0.14);
  gap: 8px;
  border-radius: 10px;
  padding: 0.625rem 16px;
  background: rgba(245, 183, 49, 0.14);
  align-items: center;
  display: inline-flex;
  margin-bottom: 16px;
}.myw_reg_bonus_amount-dd3 {
  font-weight: 800;
  color: #F5B731;
  font-size: 1.25rem;
}.myw_reg_bonus_text-dd3 {
  line-height: 1.35;
  color: #8E7E68;
  font-size: 0.813rem;
}.myw_reg_cta_btn-dd3 {
  background: #2DBF6A;
  transition: background .2s;
  border-radius: 10px;
  padding: 0.875rem 2rem;
  margin-bottom: 12px;
  font-weight: 700;
  display: inline-block;
  color: #0D0B07;
  box-shadow: 4px 4px 0px #0E6633, 0 0 1.125rem rgba(45, 191, 106, 0.38);
  font-size: 0.938rem;
}.myw_reg_cta_btn-dd3:hover {
  background: #38D47A;
}.myw_reg_terms-dd3 {
  font-size: 0.688rem;
  line-height: 1.5;
  color: #50432F;
}.myw_reg_seo-dd3 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
  margin-top: 20px;
  padding-top: 1.25rem;
  color: #6A5C4A;
}.myw_reg_seo-dd3 p {
  color: #6A5C4A;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.65;
}.myw_reg_seo-dd3 p:last-child {
  margin-bottom: 0;
}.myw_reg_seo-dd3 strong {
  font-weight: 700;
  color: #C8B99A;
}.myw_reg_seo-dd3 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C98728;
}.myw_reg_seo-dd3 a:hover {
  color: #DFA040;
}.myw_reg_seo-dd3 ul,.myw_reg_seo-dd3 ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.myw_reg_seo-dd3 ol {
  list-style: decimal;
}.myw_reg_seo-dd3 li {
  color: #6A5C4A;
  margin-bottom: 4px;
  line-height: 1.65;
  font-size: 0.813rem;
}.myw_reg_seo-dd3 table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  display: block;
  overflow-x: auto;
  margin-bottom: 0.625rem;
}
@media(min-width: 769px) {.myw_reg_seo-dd3 table {
  display: table;
}
}.myw_reg_seo-dd3 th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C8B99A;
  font-weight: 700;
  text-align: left;
}.myw_reg_seo-dd3 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #6A5C4A;
}.myw_reg_steps-dd3 {
  gap: 0.875rem;
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}
@media(min-width: 861px) {.myw_reg_steps-dd3 {
  margin-top: 0;
}
}.myw_reg_step-dd3 {
  gap: 0.875rem;
  padding: 1rem;
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.myw_reg_step_num-dd3 {
  border: 1px solid rgba(201, 135, 40, 0.07);
  background: rgba(201, 135, 40, 0.18);
  border-radius: 50%;
  display: flex;
  font-weight: 800;
  height: 34px;
  align-items: center;
  flex-shrink: 0;
  font-size: 14px;
  width: 34px;
  color: #C98728;
  justify-content: center;
}.myw_reg_step_title-dd3 {
  color: #F3E9CE;
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 14px;
}.myw_reg_step_text-dd3 {
  line-height: 1.5;
  font-size: 0.75rem;
  color: #6A5C4A;
}.myw_reg_trust-dd3 {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}.myw_reg_trust_item-dd3 {
  gap: 0.438rem;
  font-size: 12px;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
  color: #6A5C4A;
}.myw_reg_trust_ic-dd3 svg {
  width: 1rem;
  stroke-linejoin: round;
  height: 1rem;
  color: #C98728;
  stroke-linecap: round;
}.myw_bon-dd3 {
  padding: 2.25rem 16px 0;
  background: #0E1219;
}
@media(min-width: 766px) {.myw_bon-dd3 {
  padding: 2.75rem 1.5rem 0;
}
}.myw_bon_in-dd3 {
  margin: 0 auto;
  max-width: 1320px;
}.myw_bon_head-dd3 {
  margin-bottom: 1.25rem;
}.myw_bon_label-dd3 {
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #C98728;
  font-weight: 700;
}.myw_bon_h2-dd3 {
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  color: #F3E9CE;
  font-family: 'Cinzel Decorative', serif;
  margin-bottom: 0.5rem;
}
@media(min-width: 767px) {.myw_bon_h2-dd3 {
  font-size: 24px;
}
}.myw_bon_seo-dd3 {
  line-height: 1.6;
  overflow-wrap: break-word;
  max-width: 38.75rem;
  font-size: 0.813rem;
  color: #6A5C4A;
}.myw_bon_seo-dd3 strong {
  color: #C8B99A;
  font-weight: 700;
}.myw_bon_seo-dd3 a {
  text-decoration: underline;
  color: #C98728;
}.myw_bon_grid-dd3 {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 643px) {.myw_bon_grid-dd3 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.myw_bon_grid-dd3 {
  grid-template-columns: repeat(5,1fr);
}
}.myw_bon_card-dd3 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1rem;
  border-radius: 0.625rem;
  transition: border-color .2s,transform .2s;
  background: #121720;
}.myw_bon_card-dd3:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 135, 40, 0.07);
}.myw_bon_card_ic-dd3 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.625rem;
  width: 26px;
}.myw_bon_card_ic-dd3 {
  margin-bottom: 0.625rem;
}.myw_bon_card_type-dd3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #6A5C4A;
  margin-bottom: 0.375rem;
  font-size: 10px;
  letter-spacing: .06em;
}.myw_bon_card_amount-dd3 {
  line-height: 1.1;
  color: #F5B731;
  font-weight: 800;
  margin-bottom: 0.375rem;
  font-size: 1.125rem;
}.myw_bon_card_name-dd3 {
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 13px;
  color: #F3E9CE;
}.myw_bon_card_detail-dd3 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  font-size: 11px;
  padding-top: 8px;
  overflow-wrap: break-word;
  color: #50432F;
}.myw_htp-dd3 {
  background: #0E1219;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.myw_htp-dd3 {
  padding: 2.75rem 1.5rem 0;
}
}.myw_htp_in-dd3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.myw_htp_head-dd3 {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.myw_htp_label-dd3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #C98728;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
}.myw_htp_h2-dd3 {
  overflow-wrap: break-word;
  font-family: 'Cinzel Decorative', serif;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-size: 22px;
  color: #F3E9CE;
}
@media(min-width: 765px) {.myw_htp_h2-dd3 {
  font-size: 1.75rem;
}
}.myw_htp_intro-dd3 {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #6A5C4A;
}.myw_htp_steps-dd3 {
  padding: 0;
  margin: 0;
  gap: 0.75rem;
  list-style: none;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.myw_htp_steps-dd3 {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.myw_htp_steps-dd3 {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.myw_htp_step-dd3 {
  background: #151C26;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 20px 1.125rem 18px;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  position: relative;
}.myw_htp_step_num-dd3 {
  background: #C98728;
  border-radius: 50%;
  justify-content: center;
  height: 1.75rem;
  position: absolute;
  font-weight: 800;
  display: flex;
  font-size: 0.813rem;
  left: 1.25rem;
  top: -0.75rem;
  font-family: 'Cinzel Decorative', serif;
  align-items: center;
  color: #0D0B07;
  width: 28px;
}.myw_htp_step_ic-dd3 {
  border-radius: 6px;
  background: rgba(201, 135, 40, 0.18);
  margin: 8px 0 0.75rem;
  width: 36px;
  justify-content: center;
  color: #C98728;
  height: 2.25rem;
  display: flex;
  align-items: center;
}.myw_htp_step_ic-dd3 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 18px;
  width: 1.125rem;
}.myw_htp_step_h-dd3 {
  line-height: 1.25;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F3E9CE;
  font-size: 0.875rem;
  margin-bottom: 6px;
}.myw_htp_step_p-dd3 {
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #6A5C4A;
  font-size: 0.813rem;
}.myw_htp_step_p-dd3 strong {
  font-weight: 600;
  color: #C8B99A;
}.myw_htp_cta-dd3 {
  padding: 0.813rem 26px;
  transition: background .2s;
  border-radius: 10px;
  background: #2DBF6A;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
  font-size: 14px;
  color: #0D0B07;
}.myw_htp_cta-dd3:hover {
  background: #38D47A;
}.myw_prov-dd3 {
  padding: 36px 16px 0;
  background: #0E1219;
}
@media(min-width: 766px) {.myw_prov-dd3 {
  padding: 2.75rem 24px 0;
}
}.myw_prov_in-dd3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.myw_prov_head-dd3 {
  margin-bottom: 1rem;
}.myw_prov_label-dd3 {
  color: #C98728;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.myw_prov_h2-dd3 {
  font-size: 20px;
  color: #F3E9CE;
  font-weight: 800;
  font-family: 'Cinzel Decorative', serif;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.myw_prov_h2-dd3 {
  font-size: 1.5rem;
}
}.myw_prov_seo-dd3 {
  margin-bottom: 16px;
  overflow-wrap: break-word;
  max-width: 38.75rem;
  color: #6A5C4A;
  font-size: 0.813rem;
  line-height: 1.6;
}.myw_prov_seo-dd3 strong {
  font-weight: 700;
  color: #C8B99A;
}.myw_prov_seo-dd3 a {
  color: #C98728;
  text-decoration: underline;
}.myw_prov_grid-dd3 {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 643px) {.myw_prov_grid-dd3 {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1082px) {.myw_prov_grid-dd3 {
  grid-template-columns: repeat(8,1fr);
}
}.myw_prov_card-dd3 {
  padding: 14px 0.625rem;
  background: #121720;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.625rem;
  gap: 7px;
  transition: border-color .2s,background .2s;
  align-items: center;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}.myw_prov_card-dd3:hover {
  background: #151C26;
  border-color: rgba(201, 135, 42, 0.55);
}.myw_prov_logo-dd3 {
  overflow: hidden;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  width: 2.75rem;
}.myw_prov_logo-dd3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.myw_prov_name-dd3 {
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  overflow-wrap: break-word;
  color: #8E7E68;
}.myw_app-dd3 {
  padding: 36px 1rem 0;
  background: #0E1219;
}
@media(min-width: 771px) {.myw_app-dd3 {
  padding: 44px 1.5rem 0;
}
}.myw_app_in-dd3 {
  margin: 0 auto;
  max-width: 1320px;
}.myw_app_head-dd3 {
  margin-bottom: 16px;
}.myw_app_label-dd3 {
  color: #C98728;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.myw_app_h2-dd3 {
  font-family: 'Cinzel Decorative', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 6px;
  color: #F3E9CE;
  font-size: 1.25rem;
}
@media(min-width: 766px) {.myw_app_h2-dd3 {
  font-size: 24px;
}
}.myw_app_sub-dd3 {
  color: #6A5C4A;
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
  max-width: 37.5rem;
}.myw_app_sub-dd3 strong {
  font-weight: 700;
  color: #C8B99A;
}.myw_app_cards-dd3 {
  gap: 0.625rem;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.myw_app_cards-dd3 {
  grid-template-columns: repeat(3,1fr);
}
}.myw_app_card-dd3 {
  overflow: hidden;
  padding: 20px;
  gap: 16px;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}.myw_app_card_ios-dd3 {
  background: linear-gradient(135deg,rgba(201, 135, 40, 0.18) 0%,#151C26 100%);
}.myw_app_card_android-dd3 {
  background: linear-gradient(135deg,rgba(45, 191, 106, 0.15) 0%,#151C26 100%);
}.myw_app_card_win-dd3 {
  background: linear-gradient(135deg,rgba(245, 183, 49, 0.14) 0%,#151C26 100%);
}.myw_app_card_ic-dd3 svg {
  stroke-linecap: round;
  width: 2.125rem;
  stroke-linejoin: round;
  height: 2.125rem;
}.myw_app_card_ic-dd3 {
  color: #F3E9CE;
  flex-shrink: 0;
}.myw_app_card_os-dd3 {
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #6A5C4A;
}.myw_app_card_title-dd3 {
  font-weight: 700;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  color: #F3E9CE;
  line-height: 1.2;
  font-size: 15px;
}.myw_app_card_text-dd3 {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  color: #6A5C4A;
  line-height: 1.5;
}.myw_app_card_btn-dd3 {
  padding: 0.625rem 18px;
  border: 1px solid rgba(201, 135, 42, 0.55);
  transition: background .2s;
  gap: 7px;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.12);
  font-size: 13px;
  color: #F3E9CE;
  display: inline-flex;
  font-weight: 700;
  align-items: center;
}.myw_app_card_btn-dd3:hover {
  background: rgba(255, 255, 255, 0.07);
}.myw_seo-dd3 {
  background: #0E1219;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.myw_seo-dd3 {
  padding: 2.75rem 24px 0;
}
}.myw_seo_in-dd3 {
  margin: 0 auto;
  background: #151C26;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  padding: 28px 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.myw_seo_in-dd3 {
  padding: 36px 2.5rem;
}
}.myw_seo_label-dd3 {
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase;
  color: #C98728;
  font-weight: 700;
}.myw_seo_h2-dd3 {
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 14px;
  line-height: 1.25;
  font-family: 'Cinzel Decorative', serif;
  overflow-wrap: break-word;
  color: #F3E9CE;
}
@media(min-width: 770px) {.myw_seo_h2-dd3 {
  font-size: 1.5rem;
}
}.myw_seo_body-dd3 {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #8E7E68;
  font-size: 0.875rem;
}.myw_seo_body-dd3 p {
  font-size: 0.875rem;
  margin-bottom: 12px;
  color: #8E7E68;
  line-height: 1.75;
}.myw_seo_body-dd3 p:last-child {
  margin-bottom: 0;
}.myw_seo_body-dd3 strong {
  font-weight: 700;
  color: #C8B99A;
}.myw_seo_body-dd3 a {
  transition: color .2s;
  color: #C98728;
  text-decoration: underline;
}.myw_seo_body-dd3 a:hover {
  color: #DFA040;
}.myw_seo_body-dd3 ul,.myw_seo_body-dd3 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.myw_seo_body-dd3 ol {
  list-style: decimal;
}.myw_seo_body-dd3 li {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #8E7E68;
  margin-bottom: 0.375rem;
}.myw_seo_body-dd3 table {
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  width: 100%;
  font-size: 0.813rem;
  overflow-x: auto;
  display: block;
}
@media(min-width: 765px) {.myw_seo_body-dd3 table {
  display: table;
}
}.myw_seo_body-dd3 th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C8B99A;
}.myw_seo_body-dd3 td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8E7E68;
}.myw_seo_cols-dd3 {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.myw_seo_cols-dd3 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.myw_seo_cols-dd3 {
  grid-template-columns: repeat(3,1fr);
}
}.myw_seo_col_h-dd3 {
  font-size: 0.813rem;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  color: #C8B99A;
  font-weight: 700;
}.myw_seo_col_p-dd3 {
  color: #6A5C4A;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
}.myw_seo_stats-dd3 {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.myw_seo_stat-dd3 {
  flex: 1;
  border-radius: 0.625rem;
  background: rgba(201, 135, 40, 0.07);
  border: 1px solid rgba(201, 135, 40, 0.18);
  padding: 14px 1rem;
  min-width: 140px;
}.myw_seo_stat_val-dd3 {
  font-weight: 800;
  font-size: 20px;
  color: #C98728;
  overflow-wrap: break-word;
  margin-bottom: 4px;
}.myw_seo_stat_lb-dd3 {
  font-size: 0.688rem;
  color: #6A5C4A;
  overflow-wrap: break-word;
}.myw_faq-dd3 {
  background: #0E1219;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.myw_faq-dd3 {
  padding: 2.75rem 1.5rem 0;
}
}.myw_faq_in-dd3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.myw_faq_head-dd3 {
  margin-bottom: 1.25rem;
}.myw_faq_label-dd3 {
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #C98728;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
}.myw_faq_h2-dd3 {
  color: #F3E9CE;
  font-family: 'Cinzel Decorative', serif;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.myw_faq_h2-dd3 {
  font-size: 24px;
}
}.myw_faq_list-dd3 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.myw_faq_item-dd3 {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #151C26;
  border-radius: 10px;
}.myw_faq_q-dd3 {
  gap: 0.75rem;
  padding: 16px 20px;
  transition: color .2s;
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  color: #C8B99A;
  align-items: center;
  cursor: pointer;
  flex-wrap: wrap;
}.myw_faq_q-dd3:hover {
  color: #F3E9CE;
}.myw_faq_q_ic-dd3 {
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  height: 24px;
  color: #C98728;
  width: 24px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 1rem;
  flex-shrink: 0;
}.myw_faq_item-dd3.myw_state_open-dd3 .myw_faq_q_ic-dd3 {
  transform: rotate(45deg);
}.myw_faq_a-dd3 {
  padding: 0 1.25rem 1rem;
  overflow-wrap: break-word;
  display: none;
  color: #6A5C4A;
  font-size: 0.813rem;
  line-height: 1.7;
}.myw_faq_item-dd3.myw_state_open-dd3 .myw_faq_a-dd3 {
  display: block;
}.myw_faq_a-dd3 strong {
  color: #C8B99A;
  font-weight: 700;
}.myw_faq_a-dd3 a {
  text-decoration: underline;
  color: #C98728;
}.myw_faq_a-dd3 ul,.myw_faq_a-dd3 ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.myw_faq_a-dd3 ol {
  list-style: decimal;
}.myw_faq_a-dd3 li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.myw_faq_a-dd3 table {
  margin: 8px 0;
  display: block;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 12px;
}
@media(min-width: 765px) {.myw_faq_a-dd3 table {
  display: table;
}
}.myw_faq_a-dd3 th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C8B99A;
  font-weight: 700;
  text-align: left;
}.myw_faq_a-dd3 td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6A5C4A;
}.myw_seo-dd3 {
  padding: 2.25rem 16px 0;
  background: #0E1219;
}
@media(min-width: 770px) {.myw_seo-dd3 {
  padding: 2.75rem 1.5rem 0;
}
}.myw_seo_in-dd3 {
  background: #151C26;
  border-radius: 0.875rem;
  padding: 28px 24px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.11);
  max-width: 1320px;
}
@media(min-width: 767px) {.myw_seo_in-dd3 {
  padding: 2.25rem 2.5rem;
}
}.myw_seo_label-dd3 {
  color: #C98728;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.myw_seo_h2-dd3 {
  font-weight: 800;
  font-size: 1.25rem;
  font-family: 'Cinzel Decorative', serif;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  color: #F3E9CE;
  line-height: 1.25;
}
@media(min-width: 765px) {.myw_seo_h2-dd3 {
  font-size: 24px;
}
}.myw_seo_body-dd3 {
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #8E7E68;
}.myw_seo_body-dd3 p {
  color: #8E7E68;
  font-size: 14px;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.myw_seo_body-dd3 p:last-child {
  margin-bottom: 0;
}.myw_seo_body-dd3 strong {
  color: #C8B99A;
  font-weight: 700;
}.myw_seo_body-dd3 a {
  transition: color .2s;
  color: #C98728;
  text-decoration: underline;
}.myw_seo_body-dd3 a:hover {
  color: #DFA040;
}.myw_seo_body-dd3 ul,.myw_seo_body-dd3 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.myw_seo_body-dd3 ol {
  list-style: decimal;
}.myw_seo_body-dd3 li {
  margin-bottom: 6px;
  line-height: 1.75;
  color: #8E7E68;
  font-size: 14px;
}.myw_seo_body-dd3 table {
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.813rem;
  display: block;
  margin-bottom: 12px;
}
@media(min-width: 766px) {.myw_seo_body-dd3 table {
  display: table;
}
}.myw_seo_body-dd3 th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C8B99A;
  text-align: left;
  font-weight: 700;
}.myw_seo_body-dd3 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #8E7E68;
}.myw_seo_cols-dd3 {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.myw_seo_cols-dd3 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.myw_seo_cols-dd3 {
  grid-template-columns: repeat(3,1fr);
}
}.myw_seo_col_h-dd3 {
  color: #C8B99A;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-size: 0.813rem;
}.myw_seo_col_p-dd3 {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #6A5C4A;
  line-height: 1.65;
}.myw_seo_stats-dd3 {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.myw_seo_stat-dd3 {
  border: 1px solid rgba(201, 135, 40, 0.18);
  padding: 14px 16px;
  flex: 1;
  background: rgba(201, 135, 40, 0.07);
  border-radius: 0.625rem;
  min-width: 140px;
}.myw_seo_stat_val-dd3 {
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 0.25rem;
  color: #C98728;
  font-weight: 800;
}.myw_seo_stat_lb-dd3 {
  overflow-wrap: break-word;
  color: #6A5C4A;
  font-size: 11px;
}.myw_seo-dd3 {
  background: #0E1219;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.myw_seo-dd3 {
  padding: 44px 24px 0;
}
}.myw_seo_in-dd3 {
  background: #151C26;
  padding: 28px 24px;
  margin: 0 auto;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  max-width: 1320px;
}
@media(min-width: 770px) {.myw_seo_in-dd3 {
  padding: 36px 2.5rem;
}
}.myw_seo_label-dd3 {
  color: #C98728;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.625rem;
  font-size: 11px;
  text-transform: uppercase;
}.myw_seo_h2-dd3 {
  line-height: 1.25;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 14px;
  font-size: 1.25rem;
  font-family: 'Cinzel Decorative', serif;
  color: #F3E9CE;
}
@media(min-width: 767px) {.myw_seo_h2-dd3 {
  font-size: 24px;
}
}.myw_seo_body-dd3 {
  color: #8E7E68;
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: break-word;
}.myw_seo_body-dd3 p {
  color: #8E7E68;
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 0.875rem;
}.myw_seo_body-dd3 p:last-child {
  margin-bottom: 0;
}.myw_seo_body-dd3 strong {
  font-weight: 700;
  color: #C8B99A;
}.myw_seo_body-dd3 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C98728;
}.myw_seo_body-dd3 a:hover {
  color: #DFA040;
}.myw_seo_body-dd3 ul,.myw_seo_body-dd3 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.myw_seo_body-dd3 ol {
  list-style: decimal;
}.myw_seo_body-dd3 li {
  color: #8E7E68;
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 0.875rem;
}.myw_seo_body-dd3 table {
  border-collapse: collapse;
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-size: 0.813rem;
  overflow-x: auto;
}
@media(min-width:768px) {.myw_seo_body-dd3 table {
  display: table;
}
}.myw_seo_body-dd3 th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C8B99A;
  text-align: left;
  font-weight: 700;
}.myw_seo_body-dd3 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #8E7E68;
}.myw_seo_cols-dd3 {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 643px) {.myw_seo_cols-dd3 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.myw_seo_cols-dd3 {
  grid-template-columns: repeat(3,1fr);
}
}.myw_seo_col_h-dd3 {
  margin-bottom: 7px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #C8B99A;
  font-size: 0.813rem;
}.myw_seo_col_p-dd3 {
  color: #6A5C4A;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.myw_seo_stats-dd3 {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.myw_seo_stat-dd3 {
  flex: 1;
  background: rgba(201, 135, 40, 0.07);
  padding: 0.875rem 1rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(201, 135, 40, 0.18);
  min-width: 140px;
}.myw_seo_stat_val-dd3 {
  overflow-wrap: break-word;
  margin-bottom: 4px;
  color: #C98728;
  font-size: 1.25rem;
  font-weight: 800;
}.myw_seo_stat_lb-dd3 {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #6A5C4A;
}.myw_ft-dd3 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #090C11;
  margin-top: 3rem;
}.myw_ft_support-dd3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
}
@media(min-width: 771px) {.myw_ft_support-dd3 {
  padding: 28px 24px;
}
}.myw_ft_support_in-dd3 {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  max-width: 1320px;
  align-items: center;
  flex-wrap: wrap;
}.myw_ft_support_main-dd3 {
  gap: 1rem;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  min-width: 220px;
}.myw_ft_support_ic-dd3 {
  color: #C98728;
  flex-shrink: 0;
}.myw_ft_support_ic-dd3 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 30px;
  width: 30px;
}.myw_ft_support_text_title-dd3 {
  color: #F3E9CE;
  font-weight: 700;
  font-size: 0.938rem;
  margin-bottom: 3px;
  overflow-wrap: break-word;
}.myw_ft_support_text_sub-dd3 {
  color: #6A5C4A;
  overflow-wrap: break-word;
  font-size: 12px;
}.myw_ft_support_btn-dd3 {
  padding: 0.688rem 22px;
  border-radius: 0.625rem;
  transition: background .2s;
  background: #C98728;
  font-weight: 700;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #F3E9CE;
  flex-shrink: 0;
}.myw_ft_support_btn-dd3:hover {
  background: #DFA040;
}.myw_ft_support_contacts-dd3 {
  gap: 1rem;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.myw_ft_support_contact-dd3 {
  font-size: 12px;
  line-height: 1.4;
  color: #50432F;
}.myw_ft_support_contact-dd3 strong {
  margin-bottom: 2px;
  color: #8E7E68;
  display: block;
  font-size: 11px;
  font-weight: 600;
}.myw_ft_main-dd3 {
  padding: 32px 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 770px) {.myw_ft_main-dd3 {
  padding: 40px 24px 2rem;
}
}.myw_ft_main_in-dd3 {
  margin: 0 auto;
  gap: 24px;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.myw_ft_main_in-dd3 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.myw_ft_main_in-dd3 {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.myw_ft_col_logo-dd3 {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.myw_ft_col_logo-dd3 {
  grid-column: auto;
}
}.myw_ft_logo-dd3 {
  gap: 9px;
  overflow-wrap: break-word;
  font-weight: 800;
  flex-wrap: wrap;
  margin-bottom: 12px;
  color: #F3E9CE;
  font-size: 1rem;
  align-items: center;
  display: flex;
}.myw_ft_logo_mark-dd3 {
  overflow: hidden;
  border-radius: 6px;
  height: 1.875rem;
  width: 1.875rem;
}.myw_ft_logo_mark-dd3 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.myw_ft_logo_sub-dd3 {
  color: #50432F;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  max-width: 12.5rem;
}.myw_ft_col_title-dd3 {
  font-size: 0.75rem;
  letter-spacing: .07em;
  color: #8E7E68;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
}.myw_ft_col_links-dd3 {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.myw_ft_col_link-dd3 {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #50432F;
  font-size: 13px;
}.myw_ft_col_link-dd3:hover {
  color: #C8B99A;
}.myw_ft_apps-dd3 {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.myw_ft_app_card-dd3 {
  transition: border-color .2s;
  padding: 10px 12px;
  gap: 0.625rem;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  align-items: center;
  display: flex;
}.myw_ft_app_card-dd3:hover {
  border-color: rgba(201, 135, 42, 0.55);
}.myw_ft_app_card_ic-dd3 svg {
  width: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.375rem;
}.myw_ft_app_card_os-dd3 {
  font-size: 0.625rem;
  font-weight: 600;
  color: #50432F;
}.myw_ft_app_card_action-dd3 {
  font-weight: 700;
  color: #C8B99A;
  font-size: 0.75rem;
}.myw_ft_bot-dd3 {
  padding: 1.25rem 1rem;
}
@media(min-width: 770px) {.myw_ft_bot-dd3 {
  padding: 1.25rem 24px;
}
}.myw_ft_bot_in-dd3 {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1320px;
}.myw_ft_socials-dd3 {
  gap: 0.5rem;
  display: flex;
}.myw_ft_soc-dd3 {
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: #8E7E68;
  align-items: center;
  height: 2.25rem;
  display: flex;
  width: 2.25rem;
  justify-content: center;
}.myw_ft_soc-dd3 svg {
  width: 1rem;
  stroke-linecap: round;
  height: 16px;
  stroke-linejoin: round;
}.myw_ft_soc-dd3:hover {
  background: rgba(255, 255, 255, 0.07);
}.myw_ft_legal-dd3 {
  flex: 1;
  font-size: 11px;
  overflow-wrap: break-word;
  min-width: 200px;
  color: #7A6D58;
  line-height: 1.6;
}.myw_ft_legal-dd3 strong {
  color: #8E7E68;
  font-weight: 700;
}.myw_ft_legal-dd3 a {
  text-decoration: underline;
  color: #8E7E68;
}.myw_ft_age-dd3 {
  border: 2px solid #7A6D58;
  border-radius: 50%;
  width: 32px;
  font-weight: 800;
  height: 32px;
  display: flex;
  font-size: 0.688rem;
  margin-left: auto;
  flex-shrink: 0;
  color: #7A6D58;
  justify-content: center;
  align-items: center;
}