*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #0F0C07;
  color: #CDBF9A;
  font-family: 'Raleway', sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  text-decoration: none;
  color: inherit;
}button {
  background: none;
  font: inherit;
  border: none;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.wyn-layout-cbd {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.wyn-page-cbd {
  min-height: 100vh;
  display: flex;
}.wyn-main-cbd {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media(min-width: 1081px) {.wyn-main-cbd {
  padding-left: 13.75rem;
}
}
@media(max-width:1079px) {.wyn-main-cbd {
  padding-bottom: 4.5rem;
}
}.wyn-gc-cbd {
  background: #161009;
  border: 1px solid rgba(255, 220, 150, 0.06);
  transition: transform .2s,border-color .2s;
  border-radius: 0.5rem;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
  width: 140px;
  position: relative;
}
@media(min-width: 641px) {.wyn-gc-cbd {
  width: 156px;
}
}
@media(min-width:1080px) {.wyn-gc-cbd {
  width: 10.5rem;
}
}.wyn-gc-cbd:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 147, 58, 0.08);
}.wyn-gc_img-cbd {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.wyn-gc_img-cbd img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
}.wyn-gc_hover-cbd {
  background: rgba(8, 5, 2, 0.78);
  transition: opacity .2s;
  inset: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}.wyn-gc-cbd:hover .wyn-gc_hover-cbd {
  opacity: 1;
}.wyn-gc_hover_btn-cbd {
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  background: #C8933A;
  font-weight: 700;
  color: #F0E6CC;
  font-size: 0.75rem;
}.wyn-gc_info-cbd {
  padding: 8px 10px 10px;
}.wyn-gc_name-cbd {
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  color: #CDBF9A;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  max-width: 100%;
  font-size: 12px;
}.wyn-gc_prov-cbd {
  color: #6A5A42;
  font-size: 10px;
}.wyn-gc_tag-cbd {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  z-index: 2;
  font-size: 0.563rem;
  top: 6px;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 700;
  left: 0.375rem;
  position: absolute;
}.wyn-gc_tag_hot-cbd {
  background: #C4402A;
  color: #fff;
}.wyn-gc_tag_new-cbd {
  background: #4A9E6B;
  color: #0F0C07;
}.wyn-gc_tag_jp-cbd {
  background: #D4A832;
  color: #0F0C07;
}.wyn-gc_tag_ex-cbd {
  background: #8B5A24;
  color: #fff;
}.wyn-gc_tag_live-cbd {
  background: #C4402A;
  color: #fff;
}.wyn-gr-cbd {
  background: #0F0C07;
  padding: 32px 1rem 0;
}
@media(min-width:768px) {.wyn-gr-cbd {
  padding: 36px 1.5rem 0;
}
}.wyn-gr_in-cbd {
  margin: 0 auto;
  max-width: 83.75rem;
}.wyn-gr_head-cbd {
  gap: 12px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.wyn-gr_head_l-cbd {
  flex: 1;
  gap: 0.625rem;
  display: flex;
  align-items: center;
  min-width: 0;
}.wyn-gr_ic-cbd {
  border-radius: 0.5rem;
  flex-shrink: 0;
  width: 32px;
  justify-content: center;
  align-items: center;
  height: 2rem;
  display: flex;
}.wyn-gr_ic-cbd svg {
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
  height: 16px;
}.wyn-gr_title-cbd {
  font-size: 16px;
  font-family: 'Cinzel', serif;
  color: #F0E6CC;
  overflow-wrap: break-word;
  font-weight: 700;
}
@media(min-width: 767px) {.wyn-gr_title-cbd {
  font-size: 18px;
}
}.wyn-gr_more-cbd {
  gap: 0.313rem;
  transition: color .2s;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 0.75rem;
  align-items: center;
  color: #7D6A50;
  white-space: nowrap;
  display: flex;
}.wyn-gr_more-cbd:hover {
  color: #C8933A;
}.wyn-gr_more-cbd svg {
  width: 0.75rem;
  height: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.wyn-gr_arrows-cbd {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.wyn-gr_arr-cbd {
  background: rgba(255, 235, 180, 0.05);
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 220, 150, 0.13);
  border-radius: 0.25rem;
  align-items: center;
  color: #A08C6A;
  width: 30px;
  display: flex;
  height: 1.875rem;
  justify-content: center;
}.wyn-gr_arr-cbd:hover {
  background: rgba(255, 235, 180, 0.07);
  color: #F0E6CC;
}.wyn-gr_arr-cbd svg {
  stroke-linecap: round;
  height: 0.813rem;
  width: 0.813rem;
  stroke-linejoin: round;
}.wyn-gr_seo_h-cbd {
  margin: 0 0 6px;
  font-weight: 700;
  max-width: 680px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #CDBF9A;
}
@media(min-width: 769px) {.wyn-gr_seo_h-cbd {
  font-size: 0.875rem;
}
}.wyn-gr_seo-cbd {
  line-height: 1.55;
  color: #7D6A50;
  max-width: 680px;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  margin-bottom: 12px;
}.wyn-gr_seo-cbd strong {
  color: #CDBF9A;
  font-weight: 600;
}.wyn-gr_scroll-cbd {
  gap: 10px;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.625rem;
}.wyn-gr_scroll-cbd::-webkit-scrollbar {
  display: none;
}
@media(min-width: 770px) {.wyn-gr_scroll-cbd {
  gap: 12px;
}
}.wyn-tb-cbd {
  background: #0F0C07;
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  position: fixed;
  right: 0;
  height: 56px;
  top: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  left: 0;
}.wyn-tb_in-cbd {
  padding: 0 14px;
  gap: 0;
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}.wyn-tb_burger-cbd {
  gap: 5px;
  border-radius: 0.5rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
  flex-direction: column;
  height: 38px;
  width: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
}.wyn-tb_burger-cbd:hover {
  background: rgba(255, 235, 180, 0.05);
}.wyn-tb_burger_line-cbd {
  border-radius: 1px;
  background: #A08C6A;
  height: 2px;
  display: block;
  width: 18px;
}
@media(min-width:1080px) {.wyn-tb_burger-cbd {
  display: none;
}
}.wyn-tb_logo-cbd {
  gap: 0.563rem;
  font-size: 18px;
  letter-spacing: -.01em;
  margin-right: 20px;
  display: flex;
  color: #F0E6CC;
  flex-shrink: 0;
  overflow-wrap: break-word;
  font-weight: 800;
  align-items: center;
}.wyn-tb_logo_mark-cbd {
  overflow: hidden;
  border-radius: 8px;
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 2rem;
}.wyn-tb_logo_mark-cbd img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.wyn-tb_nav-cbd {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 641px) {.wyn-tb_nav-cbd {
  display: flex;
}
}.wyn-tb_tab-cbd {
  border-radius: 8px;
  padding: 8px 0.875rem;
  transition: background .15s,color .15s;
  white-space: nowrap;
  font-weight: 600;
  color: #A08C6A;
  font-size: 0.813rem;
}.wyn-tb_tab-cbd:hover {
  background: rgba(255, 235, 180, 0.05);
  color: #F0E6CC;
}.wyn-tb_tab-cbd.wyn-state_active-cbd {
  background: rgba(200, 147, 58, 0.18);
  color: #F0E6CC;
}.wyn-tb_right-cbd {
  gap: 0.5rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}.wyn-tb_login-cbd {
  padding: 0.563rem 1rem;
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255, 220, 150, 0.13);
  border-radius: 0.5rem;
  background: rgba(255, 235, 180, 0.05);
  display: none;
  font-size: 0.813rem;
  color: #CDBF9A;
  font-weight: 600;
}.wyn-tb_login-cbd:hover {
  border-color: rgba(200, 147, 58, 0.45);
  color: #F0E6CC;
}
@media(min-width: 482px) {.wyn-tb_login-cbd {
  display: block;
}
}.wyn-tb_reg-cbd {
  background: #4A9E6B;
  padding: 0.563rem 18px;
  transition: background .2s;
  border-radius: 8px;
  color: #0D0A04;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
}.wyn-tb_reg-cbd:hover {
  background: #5AB37C;
}.wyn-sb-cbd {
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 235, 180, 0.05);
  transition: transform .25s ease;
  background: #1C1510;
  left: 0;
  position: fixed;
  overflow-y: auto;
  bottom: 0;
  z-index: 70;
  top: 56px;
  width: 13.75rem;
}.wyn-sb-cbd.wyn-state_open-cbd {
  transform: translateX(0);
}.wyn-sb-cbd::-webkit-scrollbar {
  width: 0.25rem;
}.wyn-sb-cbd::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 235, 180, 0.07);
}
@media(min-width: 1081px) {.wyn-sb-cbd {
  transform: translateX(0);
}
}.wyn-sb_auth-cbd {
  padding: 0.875rem 12px 10px;
}.wyn-sb_btn_reg-cbd {
  padding: 11px;
  background: #4A9E6B;
  border-radius: 8px;
  transition: background .2s;
  margin-bottom: 0.5rem;
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 13px;
  color: #0D0A04;
}.wyn-sb_btn_reg-cbd:hover {
  background: #5AB37C;
}.wyn-sb_btn_login-cbd {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 220, 150, 0.13);
  transition: border-color .2s;
  background: rgba(255, 235, 180, 0.05);
  text-align: center;
  display: block;
  font-weight: 600;
  color: #CDBF9A;
  font-size: 0.813rem;
}.wyn-sb_btn_login-cbd:hover {
  border-color: rgba(200, 147, 58, 0.45);
  color: #F0E6CC;
}.wyn-sb_promo-cbd {
  background: linear-gradient(135deg,#1E1005,#1C1510);
  border: 1px solid rgba(200, 147, 58, 0.18);
  border-radius: 0.5rem;
  padding: 12px 14px;
  margin: 0 0.75rem 0.625rem;
  overflow: hidden;
  position: relative;
}.wyn-sb_promo-cbd::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200, 147, 58, 0.18),transparent 70%);
  top: -20px;
  position: absolute;
  right: -1.25rem;
  width: 5rem;
  content: '';
  height: 5rem;
}.wyn-sb_promo_title-cbd {
  letter-spacing: .06em;
  color: #C8933A;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.25rem;
  font-size: 11px;
}.wyn-sb_promo_text-cbd {
  font-weight: 600;
  color: #F0E6CC;
  line-height: 1.35;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.wyn-sb_promo_sub-cbd {
  margin-top: 3px;
  font-size: 10px;
  color: #7D6A50;
}.wyn-sb_nav-cbd {
  padding: 6px 8px 16px;
}.wyn-sb_nav_lb-cbd {
  padding: 0.625rem 8px 6px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #6A5A42;
  text-transform: uppercase;
  font-size: 10px;
}.wyn-sb_link-cbd {
  transition: background .15s,color .15s;
  gap: 10px;
  padding: 9px 0.625rem;
  border-radius: 4px;
  font-size: 13px;
  display: flex;
  font-weight: 500;
  align-items: center;
  overflow-wrap: break-word;
  cursor: pointer;
  color: #A08C6A;
}.wyn-sb_link-cbd:hover {
  background: rgba(255, 235, 180, 0.05);
  color: #F0E6CC;
}.wyn-sb_link-cbd.wyn-state_active-cbd {
  background: rgba(200, 147, 58, 0.18);
  color: #F0E6CC;
}.wyn-sb_ic-cbd {
  border-radius: 4px;
  display: flex;
  flex-shrink: 0;
  width: 1.875rem;
  align-items: center;
  justify-content: center;
  height: 1.875rem;
}.wyn-sb_ic-cbd svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
  width: 1rem;
}.wyn-sb_ic_1-cbd {
  background: rgba(200, 147, 58, 0.08);
  color: #C8933A;
}.wyn-sb_ic_2-cbd {
  background: rgba(74, 158, 107, 0.18);
  color: #4A9E6B;
}.wyn-sb_ic_3-cbd {
  background: rgba(212, 168, 50, 0.18);
  color: #D4A832;
}.wyn-sb_ic_4-cbd {
  background: rgba(139, 90, 36, 0.24);
  color: #8B5A24;
}.wyn-sb_ic_5-cbd {
  background: rgba(200, 147, 58, 0.08);
  color: #C45882;
}.wyn-sb_ic_6-cbd {
  background: rgba(139, 90, 36, 0.24);
  color: #7B4FC8;
}.wyn-sb_badge-cbd {
  background: #D4A832;
  padding: 2px 7px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 9px;
  margin-left: auto;
  color: #0D0A04;
}.wyn-sb_bot-cbd {
  gap: 0.5rem;
  padding: 0.75rem;
  border-top: 1px solid rgba(255, 235, 180, 0.05);
  display: flex;
}.wyn-sb_lang-cbd,.wyn-sb_help-cbd {
  gap: 0.375rem;
  transition: border-color .2s;
  flex: 1;
  padding: 9px 6px;
  border: 1px solid rgba(255, 220, 150, 0.06);
  background: rgba(255, 235, 180, 0.05);
  border-radius: 0.25rem;
  justify-content: center;
  color: #A08C6A;
  align-items: center;
  display: flex;
  font-weight: 600;
  font-size: 0.688rem;
}.wyn-sb_lang-cbd:hover,.wyn-sb_help-cbd:hover {
  border-color: rgba(200, 147, 58, 0.45);
  color: #F0E6CC;
}.wyn-sb_lang-cbd svg,.wyn-sb_help-cbd svg {
  width: 13px;
  stroke-linejoin: round;
  height: 0.813rem;
  stroke-linecap: round;
}.wyn-sb_bd-cbd {
  inset: 0;
  background: rgba(8, 5, 2, 0.78);
  position: fixed;
  display: none;
  z-index: 69;
}.wyn-sb_bd-cbd.wyn-state_on-cbd {
  display: block;
}
@media(min-width: 1082px) {.wyn-sb_bd-cbd {
  display: none!important;
}
}.wyn-mob_nav-cbd {
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 220, 150, 0.13);
  background: #1C1510;
  z-index: 80;
  bottom: 0;
  left: 0;
  display: flex;
  position: fixed;
  right: 0;
}
@media(min-width: 1081px) {.wyn-mob_nav-cbd {
  display: none;
}
}.wyn-mob_nav_item-cbd {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 0.25rem;
  align-items: center;
  display: flex;
  cursor: pointer;
  color: #6A5A42;
  flex-direction: column;
}.wyn-mob_nav_ic-cbd {
  line-height: 1;
}.wyn-mob_nav_ic-cbd svg {
  stroke-linejoin: round;
  height: 1.25rem;
  width: 20px;
  stroke-linecap: round;
}.wyn-mob_nav_lb-cbd {
  color: #6A5A42;
  font-weight: 600;
  font-size: 10px;
}.wyn-mob_nav_item-cbd.wyn-state_active-cbd {
  color: #C8933A;
}.wyn-mob_nav_item-cbd.wyn-state_active-cbd .wyn-mob_nav_lb-cbd {
  color: #C8933A;
}.wyn-hero-cbd {
  padding: 20px 1rem 0;
  background: #0F0C07;
}
@media(min-width:768px) {.wyn-hero-cbd {
  padding: 24px 1.5rem 0;
}
}.wyn-hero_in-cbd {
  gap: 0.75rem;
  margin: 0 auto;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 83.75rem;
}
@media(min-width: 862px) {.wyn-hero_in-cbd {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1102px) {.wyn-hero_in-cbd {
  grid-template-columns: 1fr 21.25rem;
}
}.wyn-hero_promo-cbd {
  border-radius: 12px;
  overflow: hidden;
  background: #161009;
  align-items: stretch;
  position: relative;
  display: flex;
  min-height: 13.75rem;
}
@media(min-width: 766px) {.wyn-hero_promo-cbd {
  min-height: 280px;
}
}.wyn-hero_promo_bg-cbd {
  inset: 0;
  background: linear-gradient(120deg,#1E1005 0%,#0F0C07 100%);
  background-position: center;
  background-size: cover;
  position: absolute;
}.wyn-hero_promo_bg-cbd::after {
  background: linear-gradient(90deg,#0F0C07 0%,rgba(8, 5, 2, 0.78) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.wyn-hero_promo_glow-cbd {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(139, 90, 36, 0.24) 0%,transparent 65%);
  width: 18.75rem;
  top: -2.5rem;
  position: absolute;
  right: 60px;
  pointer-events: none;
  height: 18.75rem;
}.wyn-hero_promo_ct-cbd {
  padding: 28px 24px 28px 1.75rem;
  justify-content: center;
  flex-direction: column;
  max-width: 480px;
  position: relative;
  z-index: 2;
  display: flex;
}
@media(min-width: 766px) {.wyn-hero_promo_ct-cbd {
  padding: 40px 2rem;
}
}.wyn-hero_badge-cbd {
  border-radius: 20px;
  padding: 5px 0.75rem;
  background: rgba(200, 147, 58, 0.18);
  border: 1px solid rgba(200, 147, 58, 0.08);
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  color: #C8933A;
  letter-spacing: .08em;
  margin-bottom: 0.875rem;
  font-size: 10px;
}.wyn-hero_h1-cbd {
  overflow-wrap: break-word;
  font-size: 26px;
  font-family: 'Cinzel', serif;
  color: #F0E6CC;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 10px;
}.wyn-hero_h1-cbd em {
  color: #D4A832;
  font-style: normal;
}
@media(min-width: 770px) {.wyn-hero_h1-cbd {
  font-size: 2.25rem;
}
}.wyn-hero_sub-cbd {
  color: #A08C6A;
  font-size: 0.813rem;
  margin-bottom: 20px;
  line-height: 1.55;
}
@media(min-width: 770px) {.wyn-hero_sub-cbd {
  font-size: 14px;
}
}.wyn-hero_row-cbd {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.wyn-hero_cta-cbd {
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 13px 1.625rem;
  background: #4A9E6B;
  font-weight: 700;
  font-size: 14px;
  color: #0D0A04;
  box-shadow: 0 0.25rem 1.375rem rgba(74, 158, 107, 0.42), 0 1px 0 rgba(20, 60, 36, 0.8);
}.wyn-hero_cta-cbd:hover {
  background: #5AB37C;
}.wyn-hero_terms-cbd {
  font-size: 0.688rem;
  color: #6A5A42;
}.wyn-hero_game-cbd {
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 220, 150, 0.06);
  background: #161009;
  position: relative;
  display: flex;
  flex-direction: column;
}.wyn-hero_game_badge-cbd {
  background: rgba(212, 168, 50, 0.18);
  padding: 5px 0.625rem;
  border: 1px solid rgba(212, 168, 50, 0.18);
  border-radius: 1.25rem;
  top: 12px;
  color: #D4A832;
  font-size: 10px;
  left: 0.75rem;
  position: absolute;
  text-transform: uppercase;
  z-index: 3;
  letter-spacing: .06em;
  font-weight: 700;
}.wyn-hero_game_badge-cbd svg {
  height: 0.688rem;
  margin-right: 0.25rem;
  width: 0.688rem;
  vertical-align: -1px;
}.wyn-hero_game_img-cbd {
  background: linear-gradient(135deg,#1E1005,#0F0C07);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.wyn-hero_game_img-cbd img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}.wyn-hero_game_play-cbd {
  background: rgba(8, 5, 2, 0.78);
  transition: opacity .2s;
  inset: 0;
  opacity: 0;
  justify-content: center;
  display: flex;
  position: absolute;
  align-items: center;
}.wyn-hero_game-cbd:hover .wyn-hero_game_play-cbd {
  opacity: 1;
}.wyn-hero_game_play-cbd span {
  border-radius: 50%;
  background: #C8933A;
  height: 3.25rem;
  width: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}.wyn-hero_game_play-cbd span svg {
  height: 1.125rem;
  margin-left: 2px;
  width: 1.125rem;
}.wyn-hero_game_info-cbd {
  padding: 14px 1rem;
}.wyn-hero_game_title-cbd {
  color: #F0E6CC;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-size: 0.938rem;
  font-weight: 700;
}.wyn-hero_game_provider-cbd {
  font-size: 0.688rem;
  color: #7D6A50;
}.wyn-hero_game_btn-cbd {
  transition: background .2s;
  margin: 0.75rem 16px 1rem;
  border-radius: 0.5rem;
  padding: 11px;
  background: #C8933A;
  font-weight: 700;
  color: #F0E6CC;
  font-size: 13px;
  display: block;
  text-align: center;
}.wyn-hero_game-cbd:hover .wyn-hero_game_btn-cbd {
  background: #D9A84E;
}.wyn-sbar-cbd {
  background: #0F0C07;
  padding: 16px 1rem 0;
}
@media(min-width: 769px) {.wyn-sbar-cbd {
  padding: 1.125rem 1.5rem 0;
}
}.wyn-sbar_in-cbd {
  margin: 0 auto;
  max-width: 1340px;
}.wyn-sbar_row-cbd {
  gap: 10px;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  display: flex;
}.wyn-sbar_input-cbd {
  transition: border-color .2s;
  border-radius: 0.5rem;
  padding: 11px 16px;
  background: #161009;
  gap: 0.625rem;
  border: 1px solid rgba(255, 220, 150, 0.13);
  flex: 1;
  color: #7D6A50;
  align-items: center;
  display: flex;
  cursor: pointer;
  font-size: 0.813rem;
}.wyn-sbar_input-cbd:hover {
  border-color: rgba(200, 147, 58, 0.45);
}.wyn-sbar_input-cbd svg {
  flex-shrink: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.938rem;
  width: 0.938rem;
}.wyn-sbar_providers-cbd {
  background: #161009;
  border-radius: 8px;
  border: 1px solid rgba(255, 220, 150, 0.13);
  gap: 0.5rem;
  padding: 11px 18px;
  transition: border-color .2s;
  align-items: center;
  white-space: nowrap;
  font-size: 0.813rem;
  display: flex;
  font-weight: 600;
  color: #CDBF9A;
}.wyn-sbar_providers-cbd:hover {
  border-color: rgba(200, 147, 58, 0.45);
  color: #F0E6CC;
}.wyn-sbar_providers-cbd svg {
  height: 14px;
  stroke-linejoin: round;
  width: 14px;
  stroke-linecap: round;
}.wyn-sbar_tabs-cbd {
  gap: 6px;
  padding-bottom: 2px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}.wyn-sbar_tabs-cbd::-webkit-scrollbar {
  display: none;
}.wyn-sbar_tab-cbd {
  gap: 0.438rem;
  background: rgba(255, 235, 180, 0.05);
  border-radius: 1.25rem;
  padding: 8px 14px;
  transition: background .15s,color .15s,border-color .15s;
  border: 1px solid rgba(255, 220, 150, 0.06);
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  font-size: 0.75rem;
  white-space: nowrap;
  color: #A08C6A;
}.wyn-sbar_tab-cbd:hover {
  background: rgba(255, 235, 180, 0.07);
  border-color: rgba(200, 147, 58, 0.45);
  color: #F0E6CC;
}.wyn-sbar_tab-cbd.wyn-state_active-cbd {
  border-color: rgba(200, 147, 58, 0.08);
  background: rgba(200, 147, 58, 0.18);
  color: #F0E6CC;
}.wyn-sbar_tab_ic-cbd svg {
  stroke-linejoin: round;
  width: 14px;
  height: 0.875rem;
  stroke-linecap: round;
}.wyn-wy-cbd {
  background: #0F0C07;
  padding: 32px 16px 0;
}
@media(min-width: 766px) {.wyn-wy-cbd {
  padding: 2.5rem 1.5rem 0;
}
}.wyn-wy_in-cbd {
  margin: 0 auto;
  max-width: 83.75rem;
}.wyn-wy_head-cbd {
  margin-bottom: 1.125rem;
  max-width: 720px;
}.wyn-wy_label-cbd {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #C8933A;
  font-size: 0.688rem;
}.wyn-wy_h2-cbd {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F0E6CC;
}
@media(min-width: 770px) {.wyn-wy_h2-cbd {
  font-size: 1.5rem;
}
}.wyn-wy_intro-cbd {
  margin: 0;
  line-height: 1.6;
  color: #7D6A50;
  font-size: 0.813rem;
}.wyn-wy_grid-cbd {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:640px) {.wyn-wy_grid-cbd {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.wyn-wy_grid-cbd {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.wyn-wy_card-cbd {
  padding: 20px;
  transition: border-color .2s,transform .2s;
  border-radius: 8px;
  background: #1C1510;
  border: 1px solid rgba(255, 220, 150, 0.13);
}.wyn-wy_card-cbd:hover {
  border-color: rgba(200, 147, 58, 0.08);
  transform: translateY(-2px);
}.wyn-wy_card_ic-cbd {
  border-radius: 50%;
  background: rgba(200, 147, 58, 0.18);
  margin-bottom: 14px;
  width: 2.75rem;
  justify-content: center;
  display: flex;
  color: #C8933A;
  height: 44px;
  align-items: center;
}.wyn-wy_card_ic-cbd svg {
  stroke-linejoin: round;
  width: 1.375rem;
  stroke-linecap: round;
  height: 22px;
}.wyn-wy_card_h-cbd {
  font-weight: 700;
  color: #F0E6CC;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  line-height: 1.25;
}.wyn-wy_card_p-cbd {
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #7D6A50;
}.wyn-wy_card_p-cbd strong {
  color: #CDBF9A;
  font-weight: 600;
}.wyn-gcg-cbd {
  padding: 2.25rem 1rem 0;
  background: #0F0C07;
}
@media(min-width: 765px) {.wyn-gcg-cbd {
  padding: 44px 24px 0;
}
}.wyn-gcg_in-cbd {
  margin: 0 auto;
  max-width: 83.75rem;
}.wyn-gcg_head-cbd {
  max-width: 45rem;
  margin-bottom: 20px;
}.wyn-gcg_label-cbd {
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #C8933A;
}.wyn-gcg_h2-cbd {
  margin-bottom: 8px;
  font-size: 22px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #F0E6CC;
}
@media(min-width: 769px) {.wyn-gcg_h2-cbd {
  font-size: 28px;
}
}.wyn-gcg_intro-cbd {
  color: #7D6A50;
  font-size: 0.813rem;
  line-height: 1.6;
}.wyn-gcg_grid-cbd {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.wyn-gcg_grid-cbd {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.wyn-gcg_grid-cbd {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.wyn-gcg_card-cbd {
  border: 1px solid rgba(255, 220, 150, 0.13);
  border-radius: 12px;
  overflow: hidden;
  padding: 1.25rem;
  transition: transform .2s,border-color .2s;
  cursor: pointer;
  position: relative;
  min-height: 15rem;
  justify-content: flex-end;
  flex-direction: column;
  display: flex;
}.wyn-gcg_card-cbd:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 147, 58, 0.18);
}.wyn-gcg_card_bg-cbd {
  inset: 0;
  z-index: 0;
  position: absolute;
}.wyn-gcg_card_bg-cbd::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.wyn-gcg_card_ic-cbd {
  background: rgba(0,0,0,.45);
  border-radius: 4px;
  top: 1.125rem;
  position: absolute;
  display: flex;
  z-index: 2;
  align-items: center;
  right: 18px;
  color: #F0E6CC;
  width: 2.5rem;
  height: 40px;
  justify-content: center;
}.wyn-gcg_card_ic-cbd svg {
  stroke-linejoin: round;
  height: 1.25rem;
  stroke-linecap: round;
  width: 1.25rem;
}.wyn-gcg_card_ct-cbd {
  position: relative;
  z-index: 1;
}.wyn-gcg_card_h-cbd {
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-family: 'Cinzel', serif;
  color: #F0E6CC;
  overflow-wrap: break-word;
  font-size: 18px;
  font-weight: 800;
}
@media(min-width: 769px) {.wyn-gcg_card_h-cbd {
  font-size: 1.25rem;
}
}.wyn-gcg_card_p-cbd {
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
  line-height: 1.55;
}.wyn-gcg_card_p-cbd strong {
  color: #F0E6CC;
  font-weight: 600;
}.wyn-gcg_card_cta-cbd {
  gap: 0.25rem;
  letter-spacing: .04em;
  align-items: center;
  display: inline-flex;
  text-transform: uppercase;
  color: #C8933A;
  font-size: 12px;
  font-weight: 700;
}.wyn-gcg_card_cta-cbd svg {
  width: 0.75rem;
  height: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.wyn-ws-cbd {
  background: #0F0C07;
  padding: 2rem 1rem 0;
}
@media(min-width:768px) {.wyn-ws-cbd {
  padding: 36px 24px 0;
}
}.wyn-ws_in-cbd {
  margin: 0 auto;
  max-width: 1340px;
}.wyn-ws_head-cbd {
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}.wyn-ws_title-cbd {
  gap: 0.625rem;
  font-weight: 700;
  align-items: center;
  font-size: 16px;
  color: #F0E6CC;
  display: flex;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  font-family: 'Cinzel', serif;
}.wyn-ws_title_ic-cbd svg {
  color: #D4A832;
  width: 1.125rem;
  height: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.wyn-ws_online-cbd {
  gap: 7px;
  display: flex;
  font-weight: 600;
  align-items: center;
  color: #7D6A50;
  font-size: 12px;
}.wyn-ws_online_dot-cbd {
  background: #4A9E6B;
  border-radius: 50%;
  height: 0.5rem;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(74, 158, 107, 0.18);
  width: 0.5rem;
}.wyn-ws_scroll-cbd {
  gap: 8px;
  padding-bottom: 8px;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
}.wyn-ws_scroll-cbd::-webkit-scrollbar {
  display: none;
}.wyn-wc-cbd {
  border-radius: 0.5rem;
  gap: 0.625rem;
  padding: 0.625rem 14px;
  border: 1px solid rgba(255, 220, 150, 0.13);
  background: #161009;
  display: flex;
  min-width: 13.75rem;
  align-items: center;
  flex-shrink: 0;
}.wyn-wc_img-cbd {
  border-radius: 4px;
  background: #1C1510;
  overflow: hidden;
  height: 36px;
  flex-shrink: 0;
  width: 2.25rem;
}.wyn-wc_img-cbd img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.wyn-wc_info-cbd {
  min-width: 0;
}.wyn-wc_game-cbd {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #CDBF9A;
  font-weight: 600;
  white-space: nowrap;
}.wyn-wc_player-cbd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6A5A42;
  font-size: 10px;
}.wyn-wc_amount-cbd {
  font-size: 0.813rem;
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
  margin-left: auto;
  color: #4A9E6B;
}.wyn-reg-cbd {
  padding: 36px 1rem 0;
  background: #0F0C07;
}
@media(min-width:768px) {.wyn-reg-cbd {
  padding: 44px 24px 0;
}
}.wyn-reg_in-cbd {
  border-radius: 12px;
  border: 1px solid rgba(255, 220, 150, 0.06);
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  background: #1C1510;
  max-width: 1340px;
}
@media(min-width: 770px) {.wyn-reg_in-cbd {
  padding: 2.5rem;
}
}.wyn-reg_top-cbd {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.wyn-reg_top-cbd {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.wyn-reg_label-cbd {
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #C8933A;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
}.wyn-reg_h2-cbd {
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  color: #F0E6CC;
  font-size: 1.375rem;
  line-height: 1.2;
  font-weight: 800;
  font-family: 'Cinzel', serif;
}
@media(min-width: 767px) {.wyn-reg_h2-cbd {
  font-size: 1.75rem;
}
}.wyn-reg_bonus-cbd {
  border: 1px solid rgba(212, 168, 50, 0.18);
  background: rgba(212, 168, 50, 0.18);
  gap: 8px;
  border-radius: 8px;
  padding: 0.625rem 16px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}.wyn-reg_bonus_amount-cbd {
  font-size: 20px;
  color: #D4A832;
  font-weight: 800;
}.wyn-reg_bonus_text-cbd {
  color: #A08C6A;
  font-size: 13px;
  line-height: 1.35;
}.wyn-reg_cta_btn-cbd {
  border-radius: 0.5rem;
  background: #4A9E6B;
  transition: background .2s;
  padding: 0.875rem 32px;
  font-size: 0.938rem;
  display: inline-block;
  color: #0D0A04;
  font-weight: 700;
  margin-bottom: 12px;
  box-shadow: 0 0.25rem 1.375rem rgba(74, 158, 107, 0.42), 0 1px 0 rgba(20, 60, 36, 0.8);
}.wyn-reg_cta_btn-cbd:hover {
  background: #5AB37C;
}.wyn-reg_terms-cbd {
  line-height: 1.5;
  color: #6A5A42;
  font-size: 0.688rem;
}.wyn-reg_seo-cbd {
  border-top: 1px solid rgba(255, 235, 180, 0.05);
  color: #7D6A50;
  margin-top: 20px;
  overflow-wrap: break-word;
  padding-top: 1.25rem;
  line-height: 1.65;
  font-size: 0.813rem;
}.wyn-reg_seo-cbd p {
  line-height: 1.65;
  font-size: 0.813rem;
  margin-bottom: 10px;
  color: #7D6A50;
}.wyn-reg_seo-cbd p:last-child {
  margin-bottom: 0;
}.wyn-reg_seo-cbd strong {
  font-weight: 700;
  color: #CDBF9A;
}.wyn-reg_seo-cbd a {
  transition: color .2s;
  color: #C8933A;
  text-decoration: underline;
}.wyn-reg_seo-cbd a:hover {
  color: #D9A84E;
}.wyn-reg_seo-cbd ul,.wyn-reg_seo-cbd ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.wyn-reg_seo-cbd ol {
  list-style: decimal;
}.wyn-reg_seo-cbd li {
  color: #7D6A50;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.65;
}.wyn-reg_seo-cbd table {
  margin-bottom: 0.625rem;
  overflow-x: auto;
  font-size: 0.813rem;
  border-collapse: collapse;
  display: block;
  width: 100%;
}
@media(min-width: 769px) {.wyn-reg_seo-cbd table {
  display: table;
}
}.wyn-reg_seo-cbd th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  font-weight: 700;
  color: #CDBF9A;
  text-align: left;
}.wyn-reg_seo-cbd td {
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
  padding: 0.5rem;
  color: #7D6A50;
}.wyn-reg_steps-cbd {
  gap: 14px;
  margin-top: 28px;
  flex-direction: column;
  display: flex;
}
@media(min-width:860px) {.wyn-reg_steps-cbd {
  margin-top: 0;
}
}.wyn-reg_step-cbd {
  border: 1px solid rgba(255, 220, 150, 0.06);
  padding: 1rem;
  gap: 0.875rem;
  border-radius: 0.5rem;
  background: rgba(255, 235, 180, 0.05);
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.wyn-reg_step_num-cbd {
  border: 1px solid rgba(200, 147, 58, 0.08);
  background: rgba(200, 147, 58, 0.18);
  border-radius: 50%;
  font-size: 14px;
  flex-shrink: 0;
  height: 2.125rem;
  justify-content: center;
  display: flex;
  color: #C8933A;
  font-weight: 800;
  align-items: center;
  width: 34px;
}.wyn-reg_step_title-cbd {
  margin-bottom: 3px;
  color: #F0E6CC;
  font-weight: 700;
  font-size: 14px;
}.wyn-reg_step_text-cbd {
  color: #7D6A50;
  line-height: 1.5;
  font-size: 0.75rem;
}.wyn-reg_trust-cbd {
  gap: 10px;
  border-top: 1px solid rgba(255, 235, 180, 0.05);
  padding-top: 20px;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  display: flex;
}.wyn-reg_trust_item-cbd {
  gap: 0.438rem;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  display: flex;
  color: #7D6A50;
  align-items: center;
}.wyn-reg_trust_ic-cbd svg {
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
  color: #C8933A;
  stroke-linecap: round;
}.wyn-bon-cbd {
  background: #0F0C07;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.wyn-bon-cbd {
  padding: 44px 24px 0;
}
}.wyn-bon_in-cbd {
  margin: 0 auto;
  max-width: 1340px;
}.wyn-bon_head-cbd {
  margin-bottom: 20px;
}.wyn-bon_label-cbd {
  margin-bottom: 0.5rem;
  color: #C8933A;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
}.wyn-bon_h2-cbd {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  color: #F0E6CC;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.wyn-bon_h2-cbd {
  font-size: 1.5rem;
}
}.wyn-bon_seo-cbd {
  color: #7D6A50;
  line-height: 1.6;
  font-size: 13px;
  max-width: 38.75rem;
  overflow-wrap: break-word;
}.wyn-bon_seo-cbd strong {
  color: #CDBF9A;
  font-weight: 700;
}.wyn-bon_seo-cbd a {
  color: #C8933A;
  text-decoration: underline;
}.wyn-bon_grid-cbd {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 643px) {.wyn-bon_grid-cbd {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.wyn-bon_grid-cbd {
  grid-template-columns: repeat(5,1fr);
}
}.wyn-bon_card-cbd {
  background: #161009;
  border-radius: 8px;
  border: 1px solid rgba(255, 220, 150, 0.13);
  padding: 16px;
  transition: border-color .2s,transform .2s;
}.wyn-bon_card-cbd:hover {
  border-color: rgba(200, 147, 58, 0.08);
  transform: translateY(-2px);
}.wyn-bon_card_ic-cbd svg {
  height: 26px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.625rem;
}.wyn-bon_card_ic-cbd {
  margin-bottom: 10px;
}.wyn-bon_card_type-cbd {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 0.625rem;
  color: #7D6A50;
  letter-spacing: .06em;
}.wyn-bon_card_amount-cbd {
  font-weight: 800;
  font-size: 1.125rem;
  color: #D4A832;
  line-height: 1.1;
  margin-bottom: 6px;
}.wyn-bon_card_name-cbd {
  font-size: 0.813rem;
  font-weight: 600;
  color: #F0E6CC;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}.wyn-bon_card_detail-cbd {
  border-top: 1px solid rgba(255, 235, 180, 0.05);
  color: #6A5A42;
  padding-top: 8px;
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.wyn-prov-cbd {
  background: #0F0C07;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.wyn-prov-cbd {
  padding: 44px 24px 0;
}
}.wyn-prov_in-cbd {
  margin: 0 auto;
  max-width: 83.75rem;
}.wyn-prov_head-cbd {
  margin-bottom: 16px;
}.wyn-prov_label-cbd {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #C8933A;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
}.wyn-prov_h2-cbd {
  color: #F0E6CC;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 766px) {.wyn-prov_h2-cbd {
  font-size: 24px;
}
}.wyn-prov_seo-cbd {
  font-size: 0.813rem;
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #7D6A50;
  max-width: 38.75rem;
  overflow-wrap: break-word;
}.wyn-prov_seo-cbd strong {
  font-weight: 700;
  color: #CDBF9A;
}.wyn-prov_seo-cbd a {
  text-decoration: underline;
  color: #C8933A;
}.wyn-prov_grid-cbd {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 643px) {.wyn-prov_grid-cbd {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.wyn-prov_grid-cbd {
  grid-template-columns: repeat(8,1fr);
}
}.wyn-prov_card-cbd {
  gap: 7px;
  border: 1px solid rgba(255, 220, 150, 0.13);
  border-radius: 8px;
  background: #161009;
  padding: 0.875rem 0.625rem;
  transition: border-color .2s,background .2s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}.wyn-prov_card-cbd:hover {
  border-color: rgba(200, 147, 58, 0.45);
  background: #1C1510;
}.wyn-prov_logo-cbd {
  overflow: hidden;
  background: rgba(255, 235, 180, 0.05);
  border-radius: 4px;
  justify-content: center;
  display: flex;
  width: 44px;
  align-items: center;
  height: 44px;
}.wyn-prov_logo-cbd img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.wyn-prov_name-cbd {
  color: #A08C6A;
  font-weight: 600;
  font-size: 11px;
  overflow-wrap: break-word;
  text-align: center;
}.wyn-app-cbd {
  padding: 2.25rem 16px 0;
  background: #0F0C07;
}
@media(min-width: 765px) {.wyn-app-cbd {
  padding: 2.75rem 1.5rem 0;
}
}.wyn-app_in-cbd {
  margin: 0 auto;
  max-width: 83.75rem;
}.wyn-app_head-cbd {
  margin-bottom: 16px;
}.wyn-app_label-cbd {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #C8933A;
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
}.wyn-app_h2-cbd {
  font-size: 1.25rem;
  color: #F0E6CC;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 6px;
  font-family: 'Cinzel', serif;
}
@media(min-width: 765px) {.wyn-app_h2-cbd {
  font-size: 1.5rem;
}
}.wyn-app_sub-cbd {
  color: #7D6A50;
  max-width: 600px;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
}.wyn-app_sub-cbd strong {
  color: #CDBF9A;
  font-weight: 700;
}.wyn-app_cards-cbd {
  gap: 10px;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.wyn-app_cards-cbd {
  grid-template-columns: repeat(3,1fr);
}
}.wyn-app_card-cbd {
  overflow: hidden;
  border-radius: 8px;
  gap: 1rem;
  padding: 1.25rem;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  display: flex;
}.wyn-app_card_ios-cbd {
  background: linear-gradient(135deg,rgba(200, 147, 58, 0.18) 0%,#1C1510 100%);
}.wyn-app_card_android-cbd {
  background: linear-gradient(135deg,rgba(74, 158, 107, 0.18) 0%,#1C1510 100%);
}.wyn-app_card_win-cbd {
  background: linear-gradient(135deg,rgba(212, 168, 50, 0.18) 0%,#1C1510 100%);
}.wyn-app_card_ic-cbd svg {
  stroke-linecap: round;
  height: 2.125rem;
  stroke-linejoin: round;
  width: 34px;
}.wyn-app_card_ic-cbd {
  flex-shrink: 0;
  color: #F0E6CC;
}.wyn-app_card_os-cbd {
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  color: #7D6A50;
  letter-spacing: .08em;
}.wyn-app_card_title-cbd {
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-size: 0.938rem;
  line-height: 1.2;
  color: #F0E6CC;
  font-weight: 700;
}.wyn-app_card_text-cbd {
  overflow-wrap: break-word;
  font-size: 12px;
  color: #7D6A50;
  line-height: 1.5;
  margin-bottom: 0.875rem;
}.wyn-app_card_btn-cbd {
  padding: 0.625rem 1.125rem;
  border-radius: 4px;
  transition: background .2s;
  gap: 7px;
  border: 1px solid rgba(200, 147, 58, 0.45);
  background: rgba(255, 235, 180, 0.12);
  font-size: 13px;
  font-weight: 700;
  color: #F0E6CC;
  display: inline-flex;
  align-items: center;
}.wyn-app_card_btn-cbd:hover {
  background: rgba(255, 235, 180, 0.07);
}.wyn-seo-cbd {
  background: #0F0C07;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.wyn-seo-cbd {
  padding: 44px 1.5rem 0;
}
}.wyn-seo_in-cbd {
  padding: 28px 1.5rem;
  margin: 0 auto;
  background: #1C1510;
  border: 1px solid rgba(255, 220, 150, 0.13);
  border-radius: 12px;
  max-width: 1340px;
}
@media(min-width: 771px) {.wyn-seo_in-cbd {
  padding: 36px 2.5rem;
}
}.wyn-seo_label-cbd {
  color: #C8933A;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.wyn-seo_h2-cbd {
  margin-bottom: 0.875rem;
  color: #F0E6CC;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.wyn-seo_h2-cbd {
  font-size: 1.5rem;
}
}.wyn-seo_body-cbd {
  color: #A08C6A;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
}.wyn-seo_body-cbd p {
  color: #A08C6A;
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.75;
}.wyn-seo_body-cbd p:last-child {
  margin-bottom: 0;
}.wyn-seo_body-cbd strong {
  color: #CDBF9A;
  font-weight: 700;
}.wyn-seo_body-cbd a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8933A;
}.wyn-seo_body-cbd a:hover {
  color: #D9A84E;
}.wyn-seo_body-cbd ul,.wyn-seo_body-cbd ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.wyn-seo_body-cbd ol {
  list-style: decimal;
}.wyn-seo_body-cbd li {
  color: #A08C6A;
  margin-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.75;
}.wyn-seo_body-cbd table {
  width: 100%;
  overflow-x: auto;
  font-size: 0.813rem;
  border-collapse: collapse;
  display: block;
  margin-bottom: 12px;
}
@media(min-width: 765px) {.wyn-seo_body-cbd table {
  display: table;
}
}.wyn-seo_body-cbd th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  color: #CDBF9A;
  font-weight: 700;
  text-align: left;
}.wyn-seo_body-cbd td {
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
  padding: 10px 12px;
  color: #A08C6A;
}.wyn-seo_cols-cbd {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.wyn-seo_cols-cbd {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.wyn-seo_cols-cbd {
  grid-template-columns: repeat(3,1fr);
}
}.wyn-seo_col_h-cbd {
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #CDBF9A;
  margin-bottom: 7px;
}.wyn-seo_col_p-cbd {
  line-height: 1.65;
  color: #7D6A50;
  overflow-wrap: break-word;
  font-size: 13px;
}.wyn-seo_stats-cbd {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.wyn-seo_stat-cbd {
  padding: 14px 16px;
  border: 1px solid rgba(200, 147, 58, 0.18);
  border-radius: 0.5rem;
  background: rgba(200, 147, 58, 0.08);
  flex: 1;
  min-width: 140px;
}.wyn-seo_stat_val-cbd {
  color: #C8933A;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
}.wyn-seo_stat_lb-cbd {
  overflow-wrap: break-word;
  color: #7D6A50;
  font-size: 11px;
}.wyn-pmt-cbd {
  background: #0F0C07;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.wyn-pmt-cbd {
  padding: 44px 24px 0;
}
}.wyn-pmt_in-cbd {
  margin: 0 auto;
  max-width: 1340px;
}.wyn-pmt_head-cbd {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.wyn-pmt_label-cbd {
  font-weight: 700;
  letter-spacing: .08em;
  color: #C8933A;
  margin-bottom: 8px;
  font-size: 0.688rem;
  text-transform: uppercase;
}.wyn-pmt_h2-cbd {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F0E6CC;
  font-size: 22px;
  font-family: 'Cinzel', serif;
  margin-bottom: 8px;
}
@media(min-width:768px) {.wyn-pmt_h2-cbd {
  font-size: 1.75rem;
}
}.wyn-pmt_intro-cbd {
  overflow-wrap: break-word;
  color: #7D6A50;
  font-size: 0.875rem;
  line-height: 1.6;
}.wyn-pmt_groups-cbd {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.wyn-pmt_group-cbd {
  background: #1C1510;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 220, 150, 0.13);
  padding: 1.25rem;
}.wyn-pmt_group_head-cbd {
  gap: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}.wyn-pmt_group_ic-cbd {
  background: rgba(200, 147, 58, 0.18);
  border-radius: 0.25rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #C8933A;
  width: 36px;
  height: 36px;
}.wyn-pmt_group_ic-cbd svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.125rem;
  width: 1.125rem;
}.wyn-pmt_group_h-cbd {
  margin: 0;
  color: #F0E6CC;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 16px;
}.wyn-pmt_group_p-cbd {
  margin-bottom: 0.875rem;
  color: #7D6A50;
  font-size: 0.813rem;
  line-height: 1.6;
  overflow-wrap: break-word;
}.wyn-pmt_group_p-cbd strong {
  font-weight: 600;
  color: #CDBF9A;
}.wyn-pmt_table_wrap-cbd {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.wyn-pmt_table-cbd {
  width: 100%;
  min-width: 33.75rem;
  border-collapse: collapse;
  font-size: 13px;
}.wyn-pmt_table-cbd th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  color: #CDBF9A;
  letter-spacing: .04em;
  white-space: nowrap;
  font-size: 0.688rem;
}.wyn-pmt_table-cbd td {
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
  padding: 12px;
  color: #7D6A50;
}.wyn-pmt_table-cbd tbody tr:last-child td {
  border-bottom: none;
}.wyn-pmt_table-cbd tr:hover td {
  background: rgba(255, 235, 180, 0.05);
  color: #CDBF9A;
}.wyn-seo-cbd {
  padding: 2.25rem 1rem 0;
  background: #0F0C07;
}
@media(min-width: 771px) {.wyn-seo-cbd {
  padding: 2.75rem 1.5rem 0;
}
}.wyn-seo_in-cbd {
  border-radius: 0.75rem;
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 220, 150, 0.13);
  background: #1C1510;
  max-width: 83.75rem;
}
@media(min-width:768px) {.wyn-seo_in-cbd {
  padding: 2.25rem 40px;
}
}.wyn-seo_label-cbd {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase;
  color: #C8933A;
}.wyn-seo_h2-cbd {
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #F0E6CC;
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}
@media(min-width: 769px) {.wyn-seo_h2-cbd {
  font-size: 24px;
}
}.wyn-seo_body-cbd {
  overflow-wrap: break-word;
  color: #A08C6A;
  font-size: 0.875rem;
  line-height: 1.75;
}.wyn-seo_body-cbd p {
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #A08C6A;
  font-size: 0.875rem;
}.wyn-seo_body-cbd p:last-child {
  margin-bottom: 0;
}.wyn-seo_body-cbd strong {
  font-weight: 700;
  color: #CDBF9A;
}.wyn-seo_body-cbd a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8933A;
}.wyn-seo_body-cbd a:hover {
  color: #D9A84E;
}.wyn-seo_body-cbd ul,.wyn-seo_body-cbd ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.wyn-seo_body-cbd ol {
  list-style: decimal;
}.wyn-seo_body-cbd li {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 6px;
  color: #A08C6A;
}.wyn-seo_body-cbd table {
  width: 100%;
  border-collapse: collapse;
  display: block;
  font-size: 0.813rem;
  overflow-x: auto;
  margin-bottom: 12px;
}
@media(min-width: 769px) {.wyn-seo_body-cbd table {
  display: table;
}
}.wyn-seo_body-cbd th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  color: #CDBF9A;
  text-align: left;
  font-weight: 700;
}.wyn-seo_body-cbd td {
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
  padding: 0.625rem 12px;
  color: #A08C6A;
}.wyn-seo_cols-cbd {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 643px) {.wyn-seo_cols-cbd {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.wyn-seo_cols-cbd {
  grid-template-columns: repeat(3,1fr);
}
}.wyn-seo_col_h-cbd {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  color: #CDBF9A;
  font-weight: 700;
}.wyn-seo_col_p-cbd {
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
  color: #7D6A50;
}.wyn-seo_stats-cbd {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.wyn-seo_stat-cbd {
  background: rgba(200, 147, 58, 0.08);
  padding: 0.875rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(200, 147, 58, 0.18);
  flex: 1;
  min-width: 8.75rem;
}.wyn-seo_stat_val-cbd {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  color: #C8933A;
  font-size: 1.25rem;
}.wyn-seo_stat_lb-cbd {
  overflow-wrap: break-word;
  color: #7D6A50;
  font-size: 0.688rem;
}.wyn-faq-cbd {
  padding: 2.25rem 16px 0;
  background: #0F0C07;
}
@media(min-width: 771px) {.wyn-faq-cbd {
  padding: 44px 24px 0;
}
}.wyn-faq_in-cbd {
  margin: 0 auto;
  max-width: 83.75rem;
}.wyn-faq_head-cbd {
  margin-bottom: 1.25rem;
}.wyn-faq_label-cbd {
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C8933A;
}.wyn-faq_h2-cbd {
  color: #F0E6CC;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
}
@media(min-width: 767px) {.wyn-faq_h2-cbd {
  font-size: 24px;
}
}.wyn-faq_list-cbd {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.wyn-faq_item-cbd {
  overflow: hidden;
  border: 1px solid rgba(255, 220, 150, 0.13);
  border-radius: 8px;
  background: #1C1510;
}.wyn-faq_q-cbd {
  transition: color .2s;
  gap: 12px;
  padding: 16px 1.25rem;
  flex-wrap: wrap;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #CDBF9A;
  overflow-wrap: break-word;
  align-items: center;
  cursor: pointer;
}.wyn-faq_q-cbd:hover {
  color: #F0E6CC;
}.wyn-faq_q_ic-cbd {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 235, 180, 0.05);
  color: #C8933A;
  height: 1.5rem;
  flex-shrink: 0;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  display: flex;
}.wyn-faq_item-cbd.wyn-state_open-cbd .wyn-faq_q_ic-cbd {
  transform: rotate(45deg);
}.wyn-faq_a-cbd {
  padding: 0 20px 1rem;
  line-height: 1.7;
  font-size: 0.813rem;
  color: #7D6A50;
  overflow-wrap: break-word;
  display: none;
}.wyn-faq_item-cbd.wyn-state_open-cbd .wyn-faq_a-cbd {
  display: block;
}.wyn-faq_a-cbd strong {
  color: #CDBF9A;
  font-weight: 700;
}.wyn-faq_a-cbd a {
  text-decoration: underline;
  color: #C8933A;
}.wyn-faq_a-cbd ul,.wyn-faq_a-cbd ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.wyn-faq_a-cbd ol {
  list-style: decimal;
}.wyn-faq_a-cbd li {
  line-height: 1.6;
  margin-bottom: 4px;
}.wyn-faq_a-cbd table {
  margin: 0.5rem 0;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.75rem;
  width: 100%;
  display: block;
}
@media(min-width: 769px) {.wyn-faq_a-cbd table {
  display: table;
}
}.wyn-faq_a-cbd th {
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  padding: 0.375rem 0.5rem;
  color: #CDBF9A;
  font-weight: 700;
  text-align: left;
}.wyn-faq_a-cbd td {
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
  padding: 0.375rem 0.5rem;
  color: #7D6A50;
}.wyn-rv-cbd {
  background: #0F0C07;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.wyn-rv-cbd {
  padding: 44px 1.5rem 0;
}
}.wyn-rv_in-cbd {
  margin: 0 auto;
  max-width: 83.75rem;
}.wyn-rv_head-cbd {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.wyn-rv_label-cbd {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 8px;
  color: #C8933A;
  letter-spacing: .08em;
  font-weight: 700;
}.wyn-rv_h2-cbd {
  color: #F0E6CC;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  margin-bottom: 10px;
  font-size: 22px;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.wyn-rv_h2-cbd {
  font-size: 1.75rem;
}
}.wyn-rv_stats-cbd {
  gap: 1.125rem;
  align-items: center;
  color: #7D6A50;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.813rem;
}.wyn-rv_stats_score-cbd {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.wyn-rv_stats_score_val-cbd {
  font-weight: 800;
  font-size: 1.375rem;
  color: #D4A832;
  font-family: 'Cinzel', serif;
}.wyn-rv_stats_score_max-cbd {
  font-size: 0.813rem;
  color: #6A5A42;
}.wyn-rv_stats_badge-cbd {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.wyn-rv_stats_badge-cbd svg {
  color: #D4A832;
  width: 0.875rem;
  height: 0.875rem;
}.wyn-rv_grid-cbd {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:640px) {.wyn-rv_grid-cbd {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.wyn-rv_grid-cbd {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.wyn-rv_card-cbd {
  padding: 20px;
  background: #1C1510;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 220, 150, 0.13);
  flex-direction: column;
  display: flex;
}.wyn-rv_card_stars-cbd {
  gap: 2px;
  color: #D4A832;
  display: flex;
  margin-bottom: 10px;
}.wyn-rv_card_stars-cbd svg {
  width: 14px;
  height: 14px;
}.wyn-rv_card_h-cbd {
  color: #F0E6CC;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.3;
  font-size: 0.875rem;
}.wyn-rv_card_body-cbd {
  flex: 1;
  color: #7D6A50;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 14px;
}.wyn-rv_card_body-cbd strong {
  font-weight: 600;
  color: #CDBF9A;
}.wyn-rv_card_meta-cbd {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 235, 180, 0.05);
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  display: flex;
}.wyn-rv_card_author-cbd {
  font-size: 0.75rem;
  font-weight: 600;
  color: #CDBF9A;
}.wyn-rv_card_date-cbd {
  font-size: 11px;
  color: #6A5A42;
}.wyn-seo-cbd {
  padding: 2.25rem 16px 0;
  background: #0F0C07;
}
@media(min-width: 767px) {.wyn-seo-cbd {
  padding: 44px 24px 0;
}
}.wyn-seo_in-cbd {
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 220, 150, 0.13);
  background: #1C1510;
  margin: 0 auto;
  border-radius: 0.75rem;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.wyn-seo_in-cbd {
  padding: 2.25rem 40px;
}
}.wyn-seo_label-cbd {
  color: #C8933A;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}.wyn-seo_h2-cbd {
  font-family: 'Cinzel', serif;
  color: #F0E6CC;
  margin-bottom: 14px;
  line-height: 1.25;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.wyn-seo_h2-cbd {
  font-size: 24px;
}
}.wyn-seo_body-cbd {
  color: #A08C6A;
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.75;
}.wyn-seo_body-cbd p {
  margin-bottom: 0.75rem;
  color: #A08C6A;
  font-size: 14px;
  line-height: 1.75;
}.wyn-seo_body-cbd p:last-child {
  margin-bottom: 0;
}.wyn-seo_body-cbd strong {
  font-weight: 700;
  color: #CDBF9A;
}.wyn-seo_body-cbd a {
  transition: color .2s;
  color: #C8933A;
  text-decoration: underline;
}.wyn-seo_body-cbd a:hover {
  color: #D9A84E;
}.wyn-seo_body-cbd ul,.wyn-seo_body-cbd ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.wyn-seo_body-cbd ol {
  list-style: decimal;
}.wyn-seo_body-cbd li {
  line-height: 1.75;
  color: #A08C6A;
  margin-bottom: 6px;
  font-size: 14px;
}.wyn-seo_body-cbd table {
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  display: block;
  margin-bottom: 12px;
}
@media(min-width:768px) {.wyn-seo_body-cbd table {
  display: table;
}
}.wyn-seo_body-cbd th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  font-weight: 700;
  color: #CDBF9A;
  text-align: left;
}.wyn-seo_body-cbd td {
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
  padding: 10px 0.75rem;
  color: #A08C6A;
}.wyn-seo_cols-cbd {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 642px) {.wyn-seo_cols-cbd {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.wyn-seo_cols-cbd {
  grid-template-columns: repeat(3,1fr);
}
}.wyn-seo_col_h-cbd {
  color: #CDBF9A;
  font-size: 13px;
  margin-bottom: 7px;
  font-weight: 700;
  overflow-wrap: break-word;
}.wyn-seo_col_p-cbd {
  overflow-wrap: break-word;
  color: #7D6A50;
  font-size: 13px;
  line-height: 1.65;
}.wyn-seo_stats-cbd {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.wyn-seo_stat-cbd {
  background: rgba(200, 147, 58, 0.08);
  border: 1px solid rgba(200, 147, 58, 0.18);
  flex: 1;
  padding: 0.875rem 1rem;
  border-radius: 0.5rem;
  min-width: 140px;
}.wyn-seo_stat_val-cbd {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #C8933A;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}.wyn-seo_stat_lb-cbd {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7D6A50;
}.wyn-ft-cbd {
  border-top: 1px solid rgba(255, 235, 180, 0.05);
  background: #0A0804;
  margin-top: 3rem;
}.wyn-ft_support-cbd {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
}
@media(min-width: 767px) {.wyn-ft_support-cbd {
  padding: 28px 1.5rem;
}
}.wyn-ft_support_in-cbd {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  max-width: 83.75rem;
}.wyn-ft_support_main-cbd {
  gap: 16px;
  flex: 1;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  min-width: 13.75rem;
}.wyn-ft_support_ic-cbd {
  flex-shrink: 0;
  color: #C8933A;
}.wyn-ft_support_ic-cbd svg {
  width: 1.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.875rem;
}.wyn-ft_support_text_title-cbd {
  margin-bottom: 3px;
  color: #F0E6CC;
  overflow-wrap: break-word;
  font-size: 15px;
  font-weight: 700;
}.wyn-ft_support_text_sub-cbd {
  overflow-wrap: break-word;
  color: #7D6A50;
  font-size: 0.75rem;
}.wyn-ft_support_btn-cbd {
  background: #C8933A;
  padding: 0.688rem 1.375rem;
  border-radius: 0.5rem;
  transition: background .2s;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  color: #F0E6CC;
  flex-shrink: 0;
}.wyn-ft_support_btn-cbd:hover {
  background: #D9A84E;
}.wyn-ft_support_contacts-cbd {
  gap: 16px;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.wyn-ft_support_contact-cbd {
  color: #6A5A42;
  line-height: 1.4;
  font-size: 0.75rem;
}.wyn-ft_support_contact-cbd strong {
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #A08C6A;
  display: block;
}.wyn-ft_main-cbd {
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
  padding: 32px 16px 24px;
}
@media(min-width: 770px) {.wyn-ft_main-cbd {
  padding: 40px 1.5rem 32px;
}
}.wyn-ft_main_in-cbd {
  margin: 0 auto;
  gap: 1.5rem;
  max-width: 83.75rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 643px) {.wyn-ft_main_in-cbd {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.wyn-ft_main_in-cbd {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.wyn-ft_col_logo-cbd {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.wyn-ft_col_logo-cbd {
  grid-column: auto;
}
}.wyn-ft_logo-cbd {
  gap: 0.563rem;
  overflow-wrap: break-word;
  align-items: center;
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  display: flex;
  color: #F0E6CC;
  flex-wrap: wrap;
}.wyn-ft_logo_mark-cbd {
  border-radius: 4px;
  overflow: hidden;
  width: 1.875rem;
  height: 1.875rem;
}.wyn-ft_logo_mark-cbd img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.wyn-ft_logo_sub-cbd {
  max-width: 12.5rem;
  font-size: 0.75rem;
  color: #6A5A42;
  line-height: 1.55;
  overflow-wrap: break-word;
}.wyn-ft_col_title-cbd {
  color: #A08C6A;
  letter-spacing: .07em;
  font-weight: 700;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  font-size: 12px;
}.wyn-ft_col_links-cbd {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.wyn-ft_col_link-cbd {
  transition: color .2s;
  font-size: 13px;
  color: #6A5A42;
  overflow-wrap: break-word;
}.wyn-ft_col_link-cbd:hover {
  color: #CDBF9A;
}.wyn-ft_apps-cbd {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.wyn-ft_app_card-cbd {
  border-radius: 0.25rem;
  transition: border-color .2s;
  background: rgba(255, 235, 180, 0.05);
  padding: 10px 12px;
  gap: 0.625rem;
  border: 1px solid rgba(255, 220, 150, 0.13);
  align-items: center;
  display: flex;
}.wyn-ft_app_card-cbd:hover {
  border-color: rgba(200, 147, 58, 0.45);
}.wyn-ft_app_card_ic-cbd svg {
  width: 22px;
  stroke-linecap: round;
  height: 1.375rem;
  stroke-linejoin: round;
}.wyn-ft_app_card_os-cbd {
  font-weight: 600;
  color: #6A5A42;
  font-size: 10px;
}.wyn-ft_app_card_action-cbd {
  color: #CDBF9A;
  font-size: 0.75rem;
  font-weight: 700;
}.wyn-ft_bot-cbd {
  padding: 1.25rem 16px;
}
@media(min-width: 771px) {.wyn-ft_bot-cbd {
  padding: 1.25rem 24px;
}
}.wyn-ft_bot_in-cbd {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1340px;
  display: flex;
}.wyn-ft_socials-cbd {
  gap: 8px;
  display: flex;
}.wyn-ft_soc-cbd {
  background: rgba(255, 235, 180, 0.05);
  border-radius: 0.25rem;
  transition: background .2s;
  border: 1px solid rgba(255, 220, 150, 0.13);
  height: 36px;
  display: flex;
  align-items: center;
  width: 2.25rem;
  color: #A08C6A;
  justify-content: center;
}.wyn-ft_soc-cbd svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
  height: 1rem;
}.wyn-ft_soc-cbd:hover {
  background: rgba(255, 235, 180, 0.07);
}.wyn-ft_legal-cbd {
  flex: 1;
  overflow-wrap: break-word;
  line-height: 1.6;
  min-width: 200px;
  font-size: 0.688rem;
  color: #8C7A5A;
}.wyn-ft_legal-cbd strong {
  font-weight: 700;
  color: #A08C6A;
}.wyn-ft_legal-cbd a {
  text-decoration: underline;
  color: #A08C6A;
}.wyn-ft_age-cbd {
  border-radius: 50%;
  border: 2px solid #8C7A5A;
  justify-content: center;
  margin-left: auto;
  height: 2rem;
  font-weight: 800;
  width: 2rem;
  color: #8C7A5A;
  align-items: center;
  font-size: 11px;
  flex-shrink: 0;
  display: flex;
}