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;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #0D0804;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #D5C4A0;
  min-height: 100vh;
  line-height: 1.6;
}.buw-layout-pdi {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.buw-page-pdi {
  display: flex;
  min-height: 100vh;
}.buw-main-pdi {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width: 1081px) {.buw-main-pdi {
  padding-left: 220px;
}
}
@media (max-width: 1077px) {.buw-main-pdi {
  padding-bottom: 4.5rem;
}
}.buw-gc-pdi {
  border-radius: 8px;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255,220,150,0.06);
  background: #13100A;
  flex-shrink: 0;
  width: 140px;
  position: relative;
  cursor: pointer;
}
@media(min-width: 638px) {.buw-gc-pdi {
  width: 156px;
}
}
@media(min-width:1080px) {.buw-gc-pdi {
  width: 168px;
}
}.buw-gc-pdi:hover {
  border-color: rgba(196,144,32,0.08);
  transform: translateY(-3px);
}.buw-gc_img-pdi {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.buw-gc_img-pdi img {
  inset: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
}.buw-gc_hover-pdi {
  background: rgba(7,4,2,0.72);
  inset: 0;
  transition: opacity .2s;
  position: absolute;
  opacity: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}.buw-gc-pdi:hover .buw-gc_hover-pdi {
  opacity: 1;
}.buw-gc_hover_btn-pdi {
  padding: 0.5rem 16px;
  background: #C49020;
  border-radius: 4px;
  color: #F6EDD8;
  font-weight: 700;
  font-size: 12px;
}.buw-gc_info-pdi {
  padding: 8px 10px 10px;
}.buw-gc_name-pdi {
  overflow: hidden;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  color: #D5C4A0;
  max-width: 100%;
  font-weight: 600;
  white-space: nowrap;
}.buw-gc_prov-pdi {
  color: #6A5840;
  font-size: 10px;
}.buw-gc_tag-pdi {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  position: absolute;
  text-transform: uppercase;
  font-size: 9px;
  left: 6px;
  font-weight: 700;
  letter-spacing: .04em;
  top: 6px;
  z-index: 2;
}.buw-gc_tag_hot-pdi {
  background: #C02820;
  color: #fff;
}.buw-gc_tag_new-pdi {
  background: #2E9E5C;
  color: #0D0804;
}.buw-gc_tag_jp-pdi {
  background: #E8A030;
  color: #0D0804;
}.buw-gc_tag_ex-pdi {
  background: #8B1C1A;
  color: #fff;
}.buw-gc_tag_live-pdi {
  background: #C02820;
  color: #fff;
}.buw-gr-pdi {
  background: #0D0804;
  padding: 2rem 16px 0;
}
@media(min-width: 767px) {.buw-gr-pdi {
  padding: 36px 1.5rem 0;
}
}.buw-gr_in-pdi {
  margin: 0 auto;
  max-width: 82.5rem;
}.buw-gr_head-pdi {
  gap: 12px;
  margin-bottom: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.buw-gr_head_l-pdi {
  gap: 10px;
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
}.buw-gr_ic-pdi {
  border-radius: 8px;
  display: flex;
  flex-shrink: 0;
  width: 32px;
  align-items: center;
  justify-content: center;
  height: 32px;
}.buw-gr_ic-pdi svg {
  height: 1rem;
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.buw-gr_title-pdi {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  color: #F6EDD8;
  font-size: 1rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.buw-gr_title-pdi {
  font-size: 18px;
}
}.buw-gr_more-pdi {
  gap: 0.313rem;
  transition: color .2s;
  align-items: center;
  display: flex;
  font-size: 12px;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 600;
  color: #7E6A50;
}.buw-gr_more-pdi:hover {
  color: #C49020;
}.buw-gr_more-pdi svg {
  stroke-linejoin: round;
  height: 12px;
  width: 12px;
  stroke-linecap: round;
}.buw-gr_arrows-pdi {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.buw-gr_arr-pdi {
  border-radius: 4px;
  border: 1px solid rgba(255,220,150,0.12);
  background: rgba(255,235,190,0.05);
  transition: background .15s,color .15s;
  height: 30px;
  align-items: center;
  width: 1.875rem;
  color: #A89472;
  justify-content: center;
  display: flex;
}.buw-gr_arr-pdi:hover {
  background: rgba(255,235,190,0.07);
  color: #F6EDD8;
}.buw-gr_arr-pdi svg {
  stroke-linejoin: round;
  height: 13px;
  width: 0.813rem;
  stroke-linecap: round;
}.buw-gr_seo_h-pdi {
  margin: 0 0 0.375rem;
  max-width: 680px;
  color: #D5C4A0;
  overflow-wrap: break-word;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  font-size: 13px;
}
@media(min-width: 767px) {.buw-gr_seo_h-pdi {
  font-size: 0.875rem;
}
}.buw-gr_seo-pdi {
  color: #7E6A50;
  margin-bottom: 0.75rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  max-width: 680px;
  font-size: 12px;
}.buw-gr_seo-pdi strong {
  color: #D5C4A0;
  font-weight: 600;
}.buw-gr_scroll-pdi {
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  display: flex;
  padding-bottom: 0.625rem;
  overflow-x: auto;
  scrollbar-width: none;
}.buw-gr_scroll-pdi::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.buw-gr_scroll-pdi {
  gap: 0.75rem;
}
}.buw-tb-pdi {
  background: #0D0804;
  border-bottom: 1px solid rgba(255,235,190,0.07);
  top: 0;
  height: 56px;
  right: 0;
  align-items: center;
  position: fixed;
  z-index: 80;
  left: 0;
  display: flex;
}.buw-tb_in-pdi {
  padding: 0 14px;
  gap: 0;
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
}.buw-tb_burger-pdi {
  border-radius: 0.5rem;
  gap: 5px;
  height: 2.375rem;
  justify-content: center;
  flex-shrink: 0;
  flex-direction: column;
  display: flex;
  width: 38px;
  margin-right: 0.5rem;
  align-items: center;
}.buw-tb_burger-pdi:hover {
  background: rgba(255,235,190,0.05);
}.buw-tb_burger_line-pdi {
  background: #A89472;
  border-radius: 1px;
  height: 2px;
  display: block;
  width: 18px;
}
@media(min-width: 1079px) {.buw-tb_burger-pdi {
  display: none;
}
}.buw-tb_logo-pdi {
  gap: 9px;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 800;
  overflow-wrap: break-word;
  letter-spacing: -.01em;
  display: flex;
  align-items: center;
  margin-right: 1.25rem;
  color: #F6EDD8;
}.buw-tb_logo_mark-pdi {
  border-radius: 0.5rem;
  overflow: hidden;
  height: 2rem;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 32px;
}.buw-tb_logo_mark-pdi img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.buw-tb_nav-pdi {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 642px) {.buw-tb_nav-pdi {
  display: flex;
}
}.buw-tb_tab-pdi {
  padding: 8px 0.875rem;
  border-radius: 8px;
  transition: background .15s,color .15s;
  color: #A89472;
  font-weight: 600;
  white-space: nowrap;
  font-size: 13px;
}.buw-tb_tab-pdi:hover {
  background: rgba(255,235,190,0.05);
  color: #F6EDD8;
}.buw-tb_tab-pdi.buw-state_active-pdi {
  background: rgba(196,144,32,0.18);
  color: #F6EDD8;
}.buw-tb_right-pdi {
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
}.buw-tb_login-pdi {
  border: 1px solid rgba(255,220,150,0.12);
  padding: 9px 1rem;
  transition: border-color .2s,color .2s;
  border-radius: 8px;
  background: rgba(255,235,190,0.05);
  color: #D5C4A0;
  font-size: 13px;
  display: none;
  font-weight: 600;
}.buw-tb_login-pdi:hover {
  border-color: rgba(196,144,28,0.40);
  color: #F6EDD8;
}
@media(min-width: 482px) {.buw-tb_login-pdi {
  display: block;
}
}.buw-tb_reg-pdi {
  border-radius: 0.5rem;
  transition: background .2s;
  background: #2E9E5C;
  padding: 0.563rem 1.125rem;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.813rem;
  color: #0E0804;
}.buw-tb_reg-pdi:hover {
  background: #35B468;
}.buw-sb-pdi {
  border-right: 1px solid rgba(255,235,190,0.05);
  transform: translateX(-100%);
  background: #181108;
  transition: transform .25s ease;
  overflow-y: auto;
  z-index: 70;
  left: 0;
  bottom: 0;
  top: 56px;
  position: fixed;
  width: 13.75rem;
}.buw-sb-pdi.buw-state_open-pdi {
  transform: translateX(0);
}.buw-sb-pdi::-webkit-scrollbar {
  width: 4px;
}.buw-sb-pdi::-webkit-scrollbar-thumb {
  background: rgba(255,235,190,0.07);
  border-radius: 2px;
}
@media(min-width: 1078px) {.buw-sb-pdi {
  transform: translateX(0);
}
}.buw-sb_auth-pdi {
  padding: 14px 0.75rem 0.625rem;
}.buw-sb_btn_reg-pdi {
  padding: 11px;
  background: #2E9E5C;
  border-radius: 0.5rem;
  transition: background .2s;
  font-weight: 700;
  text-align: center;
  color: #0E0804;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.813rem;
}.buw-sb_btn_reg-pdi:hover {
  background: #35B468;
}.buw-sb_btn_login-pdi {
  border-radius: 0.5rem;
  border: 1px solid rgba(255,220,150,0.12);
  padding: 10px;
  background: rgba(255,235,190,0.05);
  transition: border-color .2s;
  font-size: 0.813rem;
  text-align: center;
  font-weight: 600;
  color: #D5C4A0;
  display: block;
}.buw-sb_btn_login-pdi:hover {
  border-color: rgba(196,144,28,0.40);
  color: #F6EDD8;
}.buw-sb_promo-pdi {
  margin: 0 12px 0.625rem;
  overflow: hidden;
  padding: 0.75rem 14px;
  background: linear-gradient(135deg,#1E0A06,#181108);
  border: 1px solid rgba(196,144,32,0.18);
  border-radius: 8px;
  position: relative;
}.buw-sb_promo-pdi::before {
  background: radial-gradient(circle,rgba(196,144,32,0.18),transparent 70%);
  border-radius: 50%;
  top: -1.25rem;
  content: '';
  height: 80px;
  position: absolute;
  right: -1.25rem;
  width: 80px;
}.buw-sb_promo_title-pdi {
  font-size: 0.688rem;
  margin-bottom: 4px;
  color: #C49020;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}.buw-sb_promo_text-pdi {
  line-height: 1.35;
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 12px;
  color: #F6EDD8;
}.buw-sb_promo_sub-pdi {
  color: #7E6A50;
  margin-top: 3px;
  font-size: 10px;
}.buw-sb_nav-pdi {
  padding: 6px 8px 1rem;
}.buw-sb_nav_lb-pdi {
  padding: 0.625rem 8px 6px;
  color: #6A5840;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10px;
}.buw-sb_link-pdi {
  gap: 0.625rem;
  transition: background .15s,color .15s;
  padding: 0.563rem 10px;
  border-radius: 0.25rem;
  font-weight: 500;
  align-items: center;
  font-size: 0.813rem;
  display: flex;
  color: #A89472;
  overflow-wrap: break-word;
  cursor: pointer;
}.buw-sb_link-pdi:hover {
  background: rgba(255,235,190,0.05);
  color: #F6EDD8;
}.buw-sb_link-pdi.buw-state_active-pdi {
  background: rgba(196,144,32,0.18);
  color: #F6EDD8;
}.buw-sb_ic-pdi {
  border-radius: 0.25rem;
  align-items: center;
  display: flex;
  width: 30px;
  height: 1.875rem;
  flex-shrink: 0;
  justify-content: center;
}.buw-sb_ic-pdi svg {
  width: 1rem;
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.buw-sb_ic_1-pdi {
  background: rgba(196,144,32,0.08);
  color: #C49020;
}.buw-sb_ic_2-pdi {
  background: rgba(46,158,92,0.16);
  color: #2E9E5C;
}.buw-sb_ic_3-pdi {
  background: rgba(232,160,48,0.16);
  color: #E8A030;
}.buw-sb_ic_4-pdi {
  background: rgba(139,28,26,0.22);
  color: #8B1C1A;
}.buw-sb_ic_5-pdi {
  background: rgba(196,144,32,0.08);
  color: #C0406A;
}.buw-sb_ic_6-pdi {
  background: rgba(139,28,26,0.22);
  color: #7A3FA0;
}.buw-sb_badge-pdi {
  background: #E8A030;
  padding: 2px 0.438rem;
  border-radius: 4px;
  color: #0E0804;
  font-weight: 700;
  font-size: 9px;
  margin-left: auto;
}.buw-sb_bot-pdi {
  gap: 0.5rem;
  padding: 12px;
  border-top: 1px solid rgba(255,235,190,0.05);
  display: flex;
}.buw-sb_lang-pdi,.buw-sb_help-pdi {
  gap: 0.375rem;
  padding: 0.563rem 0.375rem;
  background: rgba(255,235,190,0.05);
  transition: border-color .2s;
  flex: 1;
  border-radius: 0.25rem;
  border: 1px solid rgba(255,220,150,0.06);
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 0.688rem;
  font-weight: 600;
  color: #A89472;
}.buw-sb_lang-pdi:hover,.buw-sb_help-pdi:hover {
  border-color: rgba(196,144,28,0.40);
  color: #F6EDD8;
}.buw-sb_lang-pdi svg,.buw-sb_help-pdi svg {
  width: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 13px;
}.buw-sb_bd-pdi {
  background: rgba(7,4,2,0.72);
  inset: 0;
  display: none;
  z-index: 69;
  position: fixed;
}.buw-sb_bd-pdi.buw-state_on-pdi {
  display: block;
}
@media(min-width: 1077px) {.buw-sb_bd-pdi {
  display: none!important;
}
}.buw-mob_nav-pdi {
  background: #181108;
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,220,150,0.12);
  right: 0;
  z-index: 80;
  display: flex;
  bottom: 0;
  position: fixed;
  left: 0;
}
@media(min-width: 1081px) {.buw-mob_nav-pdi {
  display: none;
}
}.buw-mob_nav_item-pdi {
  flex: 1;
  padding: 0.25rem 2px;
  gap: 0.25rem;
  align-items: center;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  color: #6A5840;
}.buw-mob_nav_ic-pdi {
  line-height: 1;
}.buw-mob_nav_ic-pdi svg {
  stroke-linecap: round;
  height: 20px;
  width: 20px;
  stroke-linejoin: round;
}.buw-mob_nav_lb-pdi {
  color: #6A5840;
  font-size: 10px;
  font-weight: 600;
}.buw-mob_nav_item-pdi.buw-state_active-pdi {
  color: #C49020;
}.buw-mob_nav_item-pdi.buw-state_active-pdi .buw-mob_nav_lb-pdi {
  color: #C49020;
}.buw-hero-pdi {
  background: #0D0804;
  padding: 20px 16px 0;
}
@media(min-width: 769px) {.buw-hero-pdi {
  padding: 1.5rem 1.5rem 0;
}
}.buw-hero_in-pdi {
  margin: 0 auto;
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1320px;
}
@media(min-width:860px) {.buw-hero_in-pdi {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1102px) {.buw-hero_in-pdi {
  grid-template-columns: 1fr 340px;
}
}.buw-hero_promo-pdi {
  border-radius: 14px;
  overflow: hidden;
  background: #13100A;
  min-height: 13.75rem;
  display: flex;
  align-items: stretch;
  position: relative;
}
@media(min-width: 769px) {.buw-hero_promo-pdi {
  min-height: 280px;
}
}.buw-hero_promo_bg-pdi {
  inset: 0;
  background: linear-gradient(120deg,#1E0A06 0%,#0D0804 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.buw-hero_promo_bg-pdi::after {
  background: linear-gradient(90deg,#0D0804 0%,rgba(7,4,2,0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.buw-hero_promo_glow-pdi {
  background: radial-gradient(circle,rgba(139,28,26,0.22) 0%,transparent 65%);
  border-radius: 50%;
  position: absolute;
  top: -40px;
  right: 60px;
  pointer-events: none;
  height: 300px;
  width: 18.75rem;
}.buw-hero_promo_ct-pdi {
  padding: 28px 24px 28px 1.75rem;
  display: flex;
  justify-content: center;
  z-index: 2;
  position: relative;
  max-width: 480px;
  flex-direction: column;
}
@media(min-width: 767px) {.buw-hero_promo_ct-pdi {
  padding: 40px 32px;
}
}.buw-hero_badge-pdi {
  padding: 5px 0.75rem;
  border-radius: 1.25rem;
  background: rgba(196,144,32,0.18);
  border: 1px solid rgba(196,144,32,0.08);
  color: #C49020;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem;
  display: inline-block;
  letter-spacing: .08em;
  margin-bottom: 14px;
}.buw-hero_h1-pdi {
  font-size: 26px;
  color: #F6EDD8;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 0.625rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}.buw-hero_h1-pdi em {
  color: #E8A030;
  font-style: normal;
}
@media(min-width: 769px) {.buw-hero_h1-pdi {
  font-size: 36px;
}
}.buw-hero_sub-pdi {
  margin-bottom: 1.25rem;
  color: #A89472;
  line-height: 1.55;
  font-size: 0.813rem;
}
@media(min-width: 771px) {.buw-hero_sub-pdi {
  font-size: 0.875rem;
}
}.buw-hero_row-pdi {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.buw-hero_cta-pdi {
  border-radius: 8px;
  background: #2E9E5C;
  padding: 0.813rem 26px;
  transition: background .2s;
  font-weight: 700;
  box-shadow: 0 3px 0.875rem rgba(46,158,92,0.55), 0 1px 0.25rem rgba(46,158,92,0.25);
  font-size: 14px;
  color: #0E0804;
}.buw-hero_cta-pdi:hover {
  background: #35B468;
}.buw-hero_terms-pdi {
  color: #6A5840;
  font-size: 11px;
}.buw-hero_game-pdi {
  border-radius: 0.875rem;
  overflow: hidden;
  border: 1px solid rgba(255,220,150,0.06);
  background: #13100A;
  position: relative;
  flex-direction: column;
  display: flex;
}.buw-hero_game_badge-pdi {
  border: 1px solid rgba(232,160,48,0.16);
  padding: 5px 10px;
  background: rgba(232,160,48,0.16);
  border-radius: 20px;
  z-index: 3;
  font-size: 10px;
  top: 12px;
  color: #E8A030;
  text-transform: uppercase;
  position: absolute;
  left: 0.75rem;
  font-weight: 700;
  letter-spacing: .06em;
}.buw-hero_game_badge-pdi svg {
  margin-right: 0.25rem;
  vertical-align: -1px;
  height: 11px;
  width: 11px;
}.buw-hero_game_img-pdi {
  background: linear-gradient(135deg,#1E0A06,#0D0804);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.buw-hero_game_img-pdi img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
}.buw-hero_game_play-pdi {
  background: rgba(7,4,2,0.72);
  inset: 0;
  transition: opacity .2s;
  display: flex;
  align-items: center;
  opacity: 0;
  justify-content: center;
  position: absolute;
}.buw-hero_game-pdi:hover .buw-hero_game_play-pdi {
  opacity: 1;
}.buw-hero_game_play-pdi span {
  background: #C49020;
  border-radius: 50%;
  justify-content: center;
  width: 52px;
  height: 3.25rem;
  align-items: center;
  display: flex;
}.buw-hero_game_play-pdi span svg {
  width: 1.125rem;
  margin-left: 2px;
  height: 1.125rem;
}.buw-hero_game_info-pdi {
  padding: 0.875rem 1rem;
}.buw-hero_game_title-pdi {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F6EDD8;
  margin-bottom: 4px;
  font-size: 15px;
}.buw-hero_game_provider-pdi {
  font-size: 11px;
  color: #7E6A50;
}.buw-hero_game_btn-pdi {
  margin: 12px 1rem 1rem;
  background: #C49020;
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 0.688rem;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #F6EDD8;
  font-size: 13px;
}.buw-hero_game-pdi:hover .buw-hero_game_btn-pdi {
  background: #D4A830;
}.buw-sbar-pdi {
  padding: 16px 1rem 0;
  background: #0D0804;
}
@media(min-width: 769px) {.buw-sbar-pdi {
  padding: 18px 24px 0;
}
}.buw-sbar_in-pdi {
  margin: 0 auto;
  max-width: 1320px;
}.buw-sbar_row-pdi {
  gap: 10px;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
}.buw-sbar_input-pdi {
  border-radius: 0.5rem;
  background: #13100A;
  gap: 10px;
  transition: border-color .2s;
  flex: 1;
  padding: 11px 1rem;
  border: 1px solid rgba(255,220,150,0.12);
  color: #7E6A50;
  cursor: pointer;
  font-size: 0.813rem;
  display: flex;
  align-items: center;
}.buw-sbar_input-pdi:hover {
  border-color: rgba(196,144,28,0.40);
}.buw-sbar_input-pdi svg {
  stroke-linejoin: round;
  height: 15px;
  stroke-linecap: round;
  flex-shrink: 0;
  width: 15px;
}.buw-sbar_providers-pdi {
  gap: 0.5rem;
  background: #13100A;
  border-radius: 0.5rem;
  transition: border-color .2s;
  padding: 11px 1.125rem;
  border: 1px solid rgba(255,220,150,0.12);
  font-size: 0.813rem;
  color: #D5C4A0;
  font-weight: 600;
  white-space: nowrap;
  align-items: center;
  display: flex;
}.buw-sbar_providers-pdi:hover {
  border-color: rgba(196,144,28,0.40);
  color: #F6EDD8;
}.buw-sbar_providers-pdi svg {
  height: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.875rem;
}.buw-sbar_tabs-pdi {
  gap: 0.375rem;
  display: flex;
  padding-bottom: 2px;
  scrollbar-width: none;
  overflow-x: auto;
}.buw-sbar_tabs-pdi::-webkit-scrollbar {
  display: none;
}.buw-sbar_tab-pdi {
  border-radius: 1.25rem;
  transition: background .15s,color .15s,border-color .15s;
  gap: 7px;
  padding: 8px 0.875rem;
  background: rgba(255,235,190,0.05);
  border: 1px solid rgba(255,220,150,0.06);
  align-items: center;
  font-size: 0.75rem;
  white-space: nowrap;
  display: flex;
  font-weight: 600;
  color: #A89472;
  flex-shrink: 0;
  cursor: pointer;
}.buw-sbar_tab-pdi:hover {
  border-color: rgba(196,144,28,0.40);
  background: rgba(255,235,190,0.07);
  color: #F6EDD8;
}.buw-sbar_tab-pdi.buw-state_active-pdi {
  background: rgba(196,144,32,0.18);
  border-color: rgba(196,144,32,0.08);
  color: #F6EDD8;
}.buw-sbar_tab_ic-pdi svg {
  stroke-linecap: round;
  height: 14px;
  width: 0.875rem;
  stroke-linejoin: round;
}.buw-wy-pdi {
  background: #0D0804;
  padding: 32px 16px 0;
}
@media(min-width: 769px) {.buw-wy-pdi {
  padding: 40px 1.5rem 0;
}
}.buw-wy_in-pdi {
  margin: 0 auto;
  max-width: 82.5rem;
}.buw-wy_head-pdi {
  margin-bottom: 1.125rem;
  max-width: 720px;
}.buw-wy_label-pdi {
  font-weight: 700;
  color: #C49020;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
}.buw-wy_h2-pdi {
  margin-bottom: 0.5rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  color: #F6EDD8;
}
@media(min-width: 766px) {.buw-wy_h2-pdi {
  font-size: 1.5rem;
}
}.buw-wy_intro-pdi {
  margin: 0;
  line-height: 1.6;
  font-size: 0.813rem;
  color: #7E6A50;
}.buw-wy_grid-pdi {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.buw-wy_grid-pdi {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.buw-wy_grid-pdi {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.buw-wy_card-pdi {
  border: 1px solid rgba(255,220,150,0.12);
  background: #181108;
  padding: 20px;
  border-radius: 0.5rem;
  transition: border-color .2s,transform .2s;
}.buw-wy_card-pdi:hover {
  border-color: rgba(196,144,32,0.08);
  transform: translateY(-2px);
}.buw-wy_card_ic-pdi {
  background: rgba(196,144,32,0.18);
  border-radius: 50%;
  justify-content: center;
  margin-bottom: 0.875rem;
  height: 2.75rem;
  display: flex;
  color: #C49020;
  align-items: center;
  width: 44px;
}.buw-wy_card_ic-pdi svg {
  height: 1.375rem;
  stroke-linecap: round;
  width: 22px;
  stroke-linejoin: round;
}.buw-wy_card_h-pdi {
  font-weight: 700;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  line-height: 1.25;
  color: #F6EDD8;
  font-size: 15px;
}.buw-wy_card_p-pdi {
  line-height: 1.6;
  font-size: 13px;
  color: #7E6A50;
  overflow-wrap: break-word;
}.buw-wy_card_p-pdi strong {
  font-weight: 600;
  color: #D5C4A0;
}.buw-ws-pdi {
  padding: 2rem 1rem 0;
  background: #0D0804;
}
@media(min-width: 766px) {.buw-ws-pdi {
  padding: 2.25rem 1.5rem 0;
}
}.buw-ws_in-pdi {
  margin: 0 auto;
  max-width: 1320px;
}.buw-ws_head-pdi {
  gap: 12px;
  align-items: center;
  margin-bottom: 0.875rem;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}.buw-ws_title-pdi {
  gap: 0.625rem;
  font-family: 'Cinzel', serif;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  overflow-wrap: break-word;
  display: flex;
  flex-wrap: wrap;
  color: #F6EDD8;
}.buw-ws_title_ic-pdi svg {
  width: 18px;
  height: 1.125rem;
  color: #E8A030;
  stroke-linejoin: round;
  stroke-linecap: round;
}.buw-ws_online-pdi {
  gap: 0.438rem;
  font-size: 12px;
  color: #7E6A50;
  font-weight: 600;
  align-items: center;
  display: flex;
}.buw-ws_online_dot-pdi {
  background: #2E9E5C;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(46,158,92,0.16);
  height: 0.5rem;
  flex-shrink: 0;
  width: 0.5rem;
}.buw-ws_scroll-pdi {
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
}.buw-ws_scroll-pdi::-webkit-scrollbar {
  display: none;
}.buw-wc-pdi {
  gap: 10px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,220,150,0.12);
  background: #13100A;
  padding: 10px 14px;
  min-width: 220px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.buw-wc_img-pdi {
  border-radius: 0.25rem;
  background: #181108;
  overflow: hidden;
  width: 2.25rem;
  height: 36px;
  flex-shrink: 0;
}.buw-wc_img-pdi img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.buw-wc_info-pdi {
  min-width: 0;
}.buw-wc_game-pdi {
  overflow: hidden;
  font-size: 0.75rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #D5C4A0;
}.buw-wc_player-pdi {
  overflow: hidden;
  color: #6A5840;
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}.buw-wc_amount-pdi {
  color: #2E9E5C;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  margin-left: auto;
  white-space: nowrap;
}.buw-htp-pdi {
  background: #0D0804;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.buw-htp-pdi {
  padding: 44px 1.5rem 0;
}
}.buw-htp_in-pdi {
  margin: 0 auto;
  max-width: 82.5rem;
}.buw-htp_head-pdi {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.buw-htp_label-pdi {
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #C49020;
}.buw-htp_h2-pdi {
  font-family: 'Cinzel', serif;
  color: #F6EDD8;
  font-size: 1.375rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.buw-htp_h2-pdi {
  font-size: 1.75rem;
}
}.buw-htp_intro-pdi {
  color: #7E6A50;
  font-size: 0.875rem;
  line-height: 1.6;
}.buw-htp_steps-pdi {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0.75rem;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.buw-htp_steps-pdi {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.buw-htp_steps-pdi {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.buw-htp_step-pdi {
  border-radius: 8px;
  padding: 20px 1.125rem 18px;
  background: #181108;
  border: 1px solid rgba(255,220,150,0.12);
  flex-direction: column;
  position: relative;
  display: flex;
}.buw-htp_step_num-pdi {
  background: #C49020;
  border-radius: 50%;
  font-size: 0.813rem;
  font-weight: 800;
  height: 1.75rem;
  align-items: center;
  position: absolute;
  width: 1.75rem;
  justify-content: center;
  top: -0.75rem;
  left: 20px;
  display: flex;
  font-family: 'Cinzel', serif;
  color: #0E0804;
}.buw-htp_step_ic-pdi {
  margin: 0.5rem 0 12px;
  border-radius: 4px;
  background: rgba(196,144,32,0.18);
  color: #C49020;
  height: 36px;
  align-items: center;
  width: 2.25rem;
  display: flex;
  justify-content: center;
}.buw-htp_step_ic-pdi svg {
  width: 18px;
  height: 18px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.buw-htp_step_h-pdi {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #F6EDD8;
  line-height: 1.25;
}.buw-htp_step_p-pdi {
  overflow-wrap: break-word;
  color: #7E6A50;
  line-height: 1.55;
  font-size: 0.813rem;
}.buw-htp_step_p-pdi strong {
  font-weight: 600;
  color: #D5C4A0;
}.buw-htp_cta-pdi {
  transition: background .2s;
  padding: 0.813rem 26px;
  background: #2E9E5C;
  border-radius: 0.5rem;
  margin-top: 1.25rem;
  font-size: 14px;
  color: #0E0804;
  font-weight: 700;
  display: inline-block;
}.buw-htp_cta-pdi:hover {
  background: #35B468;
}.buw-app-pdi {
  background: #0D0804;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.buw-app-pdi {
  padding: 44px 24px 0;
}
}.buw-app_in-pdi {
  margin: 0 auto;
  max-width: 1320px;
}.buw-app_head-pdi {
  margin-bottom: 16px;
}.buw-app_label-pdi {
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #C49020;
  font-weight: 700;
}.buw-app_h2-pdi {
  font-family: 'Cinzel', serif;
  margin-bottom: 6px;
  font-weight: 800;
  font-size: 1.25rem;
  color: #F6EDD8;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.buw-app_h2-pdi {
  font-size: 1.5rem;
}
}.buw-app_sub-pdi {
  max-width: 37.5rem;
  font-size: 13px;
  color: #7E6A50;
  line-height: 1.6;
  overflow-wrap: break-word;
}.buw-app_sub-pdi strong {
  color: #D5C4A0;
  font-weight: 700;
}.buw-app_cards-pdi {
  gap: 10px;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.buw-app_cards-pdi {
  grid-template-columns: repeat(3,1fr);
}
}.buw-app_card-pdi {
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 1.25rem;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  position: relative;
}.buw-app_card_ios-pdi {
  background: linear-gradient(135deg,rgba(196,144,32,0.18) 0%,#181108 100%);
}.buw-app_card_android-pdi {
  background: linear-gradient(135deg,rgba(46,158,92,0.16) 0%,#181108 100%);
}.buw-app_card_win-pdi {
  background: linear-gradient(135deg,rgba(232,160,48,0.16) 0%,#181108 100%);
}.buw-app_card_ic-pdi svg {
  stroke-linejoin: round;
  width: 2.125rem;
  height: 2.125rem;
  stroke-linecap: round;
}.buw-app_card_ic-pdi {
  color: #F6EDD8;
  flex-shrink: 0;
}.buw-app_card_os-pdi {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem;
  margin-bottom: 6px;
  color: #7E6A50;
  letter-spacing: .08em;
}.buw-app_card_title-pdi {
  font-weight: 700;
  margin-bottom: 0.375rem;
  color: #F6EDD8;
  font-size: 15px;
  line-height: 1.2;
  overflow-wrap: break-word;
}.buw-app_card_text-pdi {
  color: #7E6A50;
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 1.5;
  overflow-wrap: break-word;
}.buw-app_card_btn-pdi {
  padding: 0.625rem 18px;
  border-radius: 4px;
  gap: 7px;
  transition: background .2s;
  background: rgba(255,235,190,0.12);
  border: 1px solid rgba(196,144,28,0.40);
  align-items: center;
  color: #F6EDD8;
  display: inline-flex;
  font-weight: 700;
  font-size: 0.813rem;
}.buw-app_card_btn-pdi:hover {
  background: rgba(255,235,190,0.07);
}.buw-reg-pdi {
  padding: 2.25rem 1rem 0;
  background: #0D0804;
}
@media(min-width: 771px) {.buw-reg-pdi {
  padding: 44px 1.5rem 0;
}
}.buw-reg_in-pdi {
  margin: 0 auto;
  padding: 28px 1.5rem;
  background: #181108;
  border-radius: 14px;
  border: 1px solid rgba(255,220,150,0.06);
  max-width: 1320px;
}
@media(min-width: 767px) {.buw-reg_in-pdi {
  padding: 40px;
}
}.buw-reg_top-pdi {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.buw-reg_top-pdi {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.buw-reg_label-pdi {
  color: #C49020;
  font-size: 11px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.buw-reg_h2-pdi {
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  font-size: 1.375rem;
  color: #F6EDD8;
}
@media(min-width: 771px) {.buw-reg_h2-pdi {
  font-size: 28px;
}
}.buw-reg_bonus-pdi {
  gap: 0.5rem;
  background: rgba(232,160,48,0.16);
  border-radius: 8px;
  border: 1px solid rgba(232,160,48,0.16);
  padding: 10px 16px;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
}.buw-reg_bonus_amount-pdi {
  font-weight: 800;
  font-size: 20px;
  color: #E8A030;
}.buw-reg_bonus_text-pdi {
  font-size: 0.813rem;
  line-height: 1.35;
  color: #A89472;
}.buw-reg_cta_btn-pdi {
  transition: background .2s;
  background: #2E9E5C;
  padding: 14px 2rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.938rem;
  margin-bottom: 12px;
  display: inline-block;
  color: #0E0804;
  box-shadow: 0 3px 0.875rem rgba(46,158,92,0.55), 0 1px 4px rgba(46,158,92,0.25);
}.buw-reg_cta_btn-pdi:hover {
  background: #35B468;
}.buw-reg_terms-pdi {
  font-size: 0.688rem;
  color: #6A5840;
  line-height: 1.5;
}.buw-reg_seo-pdi {
  border-top: 1px solid rgba(255,235,190,0.05);
  padding-top: 20px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #7E6A50;
}.buw-reg_seo-pdi p {
  color: #7E6A50;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.65;
}.buw-reg_seo-pdi p:last-child {
  margin-bottom: 0;
}.buw-reg_seo-pdi strong {
  font-weight: 700;
  color: #D5C4A0;
}.buw-reg_seo-pdi a {
  transition: color .2s;
  color: #C49020;
  text-decoration: underline;
}.buw-reg_seo-pdi a:hover {
  color: #D4A830;
}.buw-reg_seo-pdi ul,.buw-reg_seo-pdi ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.buw-reg_seo-pdi ol {
  list-style: decimal;
}.buw-reg_seo-pdi li {
  margin-bottom: 4px;
  font-size: 0.813rem;
  color: #7E6A50;
  line-height: 1.65;
}.buw-reg_seo-pdi table {
  display: block;
  font-size: 0.813rem;
  border-collapse: collapse;
  margin-bottom: 10px;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 766px) {.buw-reg_seo-pdi table {
  display: table;
}
}.buw-reg_seo-pdi th {
  border-bottom: 1px solid rgba(255,235,190,0.07);
  padding: 0.5rem;
  color: #D5C4A0;
  text-align: left;
  font-weight: 700;
}.buw-reg_seo-pdi td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,235,190,0.05);
  color: #7E6A50;
}.buw-reg_steps-pdi {
  gap: 0.875rem;
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}
@media(min-width: 861px) {.buw-reg_steps-pdi {
  margin-top: 0;
}
}.buw-reg_step-pdi {
  border-radius: 8px;
  border: 1px solid rgba(255,220,150,0.06);
  padding: 1rem;
  gap: 14px;
  background: rgba(255,235,190,0.05);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.buw-reg_step_num-pdi {
  background: rgba(196,144,32,0.18);
  border-radius: 50%;
  border: 1px solid rgba(196,144,32,0.08);
  width: 2.125rem;
  justify-content: center;
  flex-shrink: 0;
  height: 2.125rem;
  display: flex;
  color: #C49020;
  align-items: center;
  font-weight: 800;
  font-size: 14px;
}.buw-reg_step_title-pdi {
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 3px;
  color: #F6EDD8;
}.buw-reg_step_text-pdi {
  font-size: 12px;
  line-height: 1.5;
  color: #7E6A50;
}.buw-reg_trust-pdi {
  border-top: 1px solid rgba(255,235,190,0.05);
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
}.buw-reg_trust_item-pdi {
  gap: 7px;
  color: #7E6A50;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}.buw-reg_trust_ic-pdi svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #C49020;
  width: 16px;
  height: 1rem;
}.buw-prov-pdi {
  background: #0D0804;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.buw-prov-pdi {
  padding: 44px 1.5rem 0;
}
}.buw-prov_in-pdi {
  margin: 0 auto;
  max-width: 82.5rem;
}.buw-prov_head-pdi {
  margin-bottom: 1rem;
}.buw-prov_label-pdi {
  color: #C49020;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 8px;
  letter-spacing: .08em;
}.buw-prov_h2-pdi {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #F6EDD8;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.buw-prov_h2-pdi {
  font-size: 1.5rem;
}
}.buw-prov_seo-pdi {
  margin-bottom: 1rem;
  max-width: 620px;
  color: #7E6A50;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.6;
}.buw-prov_seo-pdi strong {
  color: #D5C4A0;
  font-weight: 700;
}.buw-prov_seo-pdi a {
  text-decoration: underline;
  color: #C49020;
}.buw-prov_grid-pdi {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.buw-prov_grid-pdi {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.buw-prov_grid-pdi {
  grid-template-columns: repeat(8,1fr);
}
}.buw-prov_card-pdi {
  border-radius: 8px;
  background: #13100A;
  gap: 7px;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255,220,150,0.12);
  padding: 14px 0.625rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}.buw-prov_card-pdi:hover {
  background: #181108;
  border-color: rgba(196,144,28,0.40);
}.buw-prov_logo-pdi {
  border-radius: 4px;
  background: rgba(255,235,190,0.05);
  overflow: hidden;
  display: flex;
  width: 2.75rem;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
}.buw-prov_logo-pdi img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.buw-prov_name-pdi {
  text-align: center;
  font-weight: 600;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #A89472;
}.buw-bon-pdi {
  padding: 36px 1rem 0;
  background: #0D0804;
}
@media(min-width: 765px) {.buw-bon-pdi {
  padding: 44px 24px 0;
}
}.buw-bon_in-pdi {
  margin: 0 auto;
  max-width: 1320px;
}.buw-bon_head-pdi {
  margin-bottom: 20px;
}.buw-bon_label-pdi {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 11px;
  color: #C49020;
  font-weight: 700;
}.buw-bon_h2-pdi {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F6EDD8;
}
@media(min-width: 767px) {.buw-bon_h2-pdi {
  font-size: 1.5rem;
}
}.buw-bon_seo-pdi {
  max-width: 38.75rem;
  font-size: 0.813rem;
  color: #7E6A50;
  overflow-wrap: break-word;
  line-height: 1.6;
}.buw-bon_seo-pdi strong {
  font-weight: 700;
  color: #D5C4A0;
}.buw-bon_seo-pdi a {
  color: #C49020;
  text-decoration: underline;
}.buw-bon_grid-pdi {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.buw-bon_grid-pdi {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.buw-bon_grid-pdi {
  grid-template-columns: repeat(5,1fr);
}
}.buw-bon_card-pdi {
  border: 1px solid rgba(255,220,150,0.12);
  padding: 16px;
  background: #13100A;
  transition: border-color .2s,transform .2s;
  border-radius: 8px;
}.buw-bon_card-pdi:hover {
  border-color: rgba(196,144,32,0.08);
  transform: translateY(-2px);
}.buw-bon_card_ic-pdi svg {
  stroke-linejoin: round;
  width: 26px;
  stroke-linecap: round;
  height: 26px;
}.buw-bon_card_ic-pdi {
  margin-bottom: 10px;
}.buw-bon_card_type-pdi {
  color: #7E6A50;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 0.625rem;
  font-weight: 700;
  margin-bottom: 0.375rem;
}.buw-bon_card_amount-pdi {
  color: #E8A030;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 6px;
  font-size: 1.125rem;
}.buw-bon_card_name-pdi {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  color: #F6EDD8;
  font-weight: 600;
  font-size: 0.813rem;
}.buw-bon_card_detail-pdi {
  border-top: 1px solid rgba(255,235,190,0.05);
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 11px;
  color: #6A5840;
  padding-top: 8px;
}.buw-seo-pdi {
  background: #0D0804;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.buw-seo-pdi {
  padding: 44px 1.5rem 0;
}
}.buw-seo_in-pdi {
  border: 1px solid rgba(255,220,150,0.12);
  background: #181108;
  margin: 0 auto;
  padding: 28px 24px;
  border-radius: 14px;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.buw-seo_in-pdi {
  padding: 2.25rem 2.5rem;
}
}.buw-seo_label-pdi {
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  color: #C49020;
  text-transform: uppercase;
}.buw-seo_h2-pdi {
  color: #F6EDD8;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-weight: 800;
  font-size: 20px;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
}
@media(min-width:768px) {.buw-seo_h2-pdi {
  font-size: 24px;
}
}.buw-seo_body-pdi {
  color: #A89472;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
}.buw-seo_body-pdi p {
  line-height: 1.75;
  color: #A89472;
  margin-bottom: 12px;
  font-size: 14px;
}.buw-seo_body-pdi p:last-child {
  margin-bottom: 0;
}.buw-seo_body-pdi strong {
  color: #D5C4A0;
  font-weight: 700;
}.buw-seo_body-pdi a {
  transition: color .2s;
  text-decoration: underline;
  color: #C49020;
}.buw-seo_body-pdi a:hover {
  color: #D4A830;
}.buw-seo_body-pdi ul,.buw-seo_body-pdi ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.buw-seo_body-pdi ol {
  list-style: decimal;
}.buw-seo_body-pdi li {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #A89472;
  margin-bottom: 0.375rem;
}.buw-seo_body-pdi table {
  font-size: 0.813rem;
  border-collapse: collapse;
  display: block;
  margin-bottom: 0.75rem;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 769px) {.buw-seo_body-pdi table {
  display: table;
}
}.buw-seo_body-pdi th {
  border-bottom: 1px solid rgba(255,235,190,0.07);
  padding: 10px 12px;
  font-weight: 700;
  color: #D5C4A0;
  text-align: left;
}.buw-seo_body-pdi td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,235,190,0.05);
  color: #A89472;
}.buw-seo_cols-pdi {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 639px) {.buw-seo_cols-pdi {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.buw-seo_cols-pdi {
  grid-template-columns: repeat(3,1fr);
}
}.buw-seo_col_h-pdi {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #D5C4A0;
  margin-bottom: 0.438rem;
  font-weight: 700;
}.buw-seo_col_p-pdi {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #7E6A50;
  line-height: 1.65;
}.buw-seo_stats-pdi {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.buw-seo_stat-pdi {
  background: rgba(196,144,32,0.08);
  border: 1px solid rgba(196,144,32,0.18);
  border-radius: 8px;
  padding: 14px 16px;
  flex: 1;
  min-width: 140px;
}.buw-seo_stat_val-pdi {
  color: #C49020;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 20px;
}.buw-seo_stat_lb-pdi {
  font-size: 0.688rem;
  color: #7E6A50;
  overflow-wrap: break-word;
}.buw-seo-pdi {
  background: #0D0804;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.buw-seo-pdi {
  padding: 2.75rem 1.5rem 0;
}
}.buw-seo_in-pdi {
  padding: 1.75rem 24px;
  border-radius: 14px;
  border: 1px solid rgba(255,220,150,0.12);
  background: #181108;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.buw-seo_in-pdi {
  padding: 2.25rem 40px;
}
}.buw-seo_label-pdi {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C49020;
  margin-bottom: 10px;
  font-size: 11px;
}.buw-seo_h2-pdi {
  margin-bottom: 14px;
  font-weight: 800;
  color: #F6EDD8;
  font-size: 1.25rem;
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.buw-seo_h2-pdi {
  font-size: 24px;
}
}.buw-seo_body-pdi {
  line-height: 1.75;
  color: #A89472;
  font-size: 14px;
  overflow-wrap: break-word;
}.buw-seo_body-pdi p {
  margin-bottom: 12px;
  color: #A89472;
  line-height: 1.75;
  font-size: 0.875rem;
}.buw-seo_body-pdi p:last-child {
  margin-bottom: 0;
}.buw-seo_body-pdi strong {
  color: #D5C4A0;
  font-weight: 700;
}.buw-seo_body-pdi a {
  transition: color .2s;
  text-decoration: underline;
  color: #C49020;
}.buw-seo_body-pdi a:hover {
  color: #D4A830;
}.buw-seo_body-pdi ul,.buw-seo_body-pdi ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.buw-seo_body-pdi ol {
  list-style: decimal;
}.buw-seo_body-pdi li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #A89472;
  font-size: 14px;
}.buw-seo_body-pdi table {
  font-size: 0.813rem;
  overflow-x: auto;
  width: 100%;
  display: block;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
}
@media(min-width: 771px) {.buw-seo_body-pdi table {
  display: table;
}
}.buw-seo_body-pdi th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,235,190,0.07);
  text-align: left;
  color: #D5C4A0;
  font-weight: 700;
}.buw-seo_body-pdi td {
  border-bottom: 1px solid rgba(255,235,190,0.05);
  padding: 10px 12px;
  color: #A89472;
}.buw-seo_cols-pdi {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.buw-seo_cols-pdi {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.buw-seo_cols-pdi {
  grid-template-columns: repeat(3,1fr);
}
}.buw-seo_col_h-pdi {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  color: #D5C4A0;
}.buw-seo_col_p-pdi {
  color: #7E6A50;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.buw-seo_stats-pdi {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.buw-seo_stat-pdi {
  padding: 14px 1rem;
  border-radius: 8px;
  flex: 1;
  border: 1px solid rgba(196,144,32,0.18);
  background: rgba(196,144,32,0.08);
  min-width: 140px;
}.buw-seo_stat_val-pdi {
  color: #C49020;
  font-weight: 800;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-size: 20px;
}.buw-seo_stat_lb-pdi {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7E6A50;
}.buw-rv-pdi {
  padding: 2.25rem 1rem 0;
  background: #0D0804;
}
@media(min-width: 770px) {.buw-rv-pdi {
  padding: 2.75rem 24px 0;
}
}.buw-rv_in-pdi {
  margin: 0 auto;
  max-width: 1320px;
}.buw-rv_head-pdi {
  max-width: 720px;
  margin-bottom: 20px;
}.buw-rv_label-pdi {
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #C49020;
}.buw-rv_h2-pdi {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 22px;
  color: #F6EDD8;
  font-family: 'Cinzel', serif;
}
@media(min-width: 771px) {.buw-rv_h2-pdi {
  font-size: 1.75rem;
}
}.buw-rv_stats-pdi {
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.813rem;
  color: #7E6A50;
  display: flex;
}.buw-rv_stats_score-pdi {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.buw-rv_stats_score_val-pdi {
  font-family: 'Cinzel', serif;
  color: #E8A030;
  font-weight: 800;
  font-size: 22px;
}.buw-rv_stats_score_max-pdi {
  color: #6A5840;
  font-size: 0.813rem;
}.buw-rv_stats_badge-pdi {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.buw-rv_stats_badge-pdi svg {
  height: 14px;
  width: 0.875rem;
  color: #E8A030;
}.buw-rv_grid-pdi {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.buw-rv_grid-pdi {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.buw-rv_grid-pdi {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.buw-rv_card-pdi {
  background: #181108;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,220,150,0.12);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}.buw-rv_card_stars-pdi {
  gap: 2px;
  color: #E8A030;
  display: flex;
  margin-bottom: 0.625rem;
}.buw-rv_card_stars-pdi svg {
  width: 0.875rem;
  height: 14px;
}.buw-rv_card_h-pdi {
  color: #F6EDD8;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.buw-rv_card_body-pdi {
  flex: 1;
  line-height: 1.65;
  color: #7E6A50;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
}.buw-rv_card_body-pdi strong {
  color: #D5C4A0;
  font-weight: 600;
}.buw-rv_card_meta-pdi {
  border-top: 1px solid rgba(255,235,190,0.05);
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
}.buw-rv_card_author-pdi {
  font-weight: 600;
  color: #D5C4A0;
  font-size: 0.75rem;
}.buw-rv_card_date-pdi {
  font-size: 11px;
  color: #6A5840;
}.buw-faq-pdi {
  background: #0D0804;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.buw-faq-pdi {
  padding: 2.75rem 24px 0;
}
}.buw-faq_in-pdi {
  margin: 0 auto;
  max-width: 1320px;
}.buw-faq_head-pdi {
  margin-bottom: 1.25rem;
}.buw-faq_label-pdi {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 0.688rem;
  color: #C49020;
}.buw-faq_h2-pdi {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F6EDD8;
  font-weight: 800;
}
@media(min-width: 767px) {.buw-faq_h2-pdi {
  font-size: 1.5rem;
}
}.buw-faq_list-pdi {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.buw-faq_item-pdi {
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,220,150,0.12);
  background: #181108;
}.buw-faq_q-pdi {
  gap: 0.75rem;
  transition: color .2s;
  padding: 16px 1.25rem;
  align-items: center;
  justify-content: space-between;
  color: #D5C4A0;
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  display: flex;
  cursor: pointer;
  flex-wrap: wrap;
}.buw-faq_q-pdi:hover {
  color: #F6EDD8;
}.buw-faq_q_ic-pdi {
  transition: transform .25s;
  background: rgba(255,235,190,0.05);
  border-radius: 50%;
  width: 24px;
  display: flex;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  color: #C49020;
  flex-shrink: 0;
  font-size: 1rem;
}.buw-faq_item-pdi.buw-state_open-pdi .buw-faq_q_ic-pdi {
  transform: rotate(45deg);
}.buw-faq_a-pdi {
  padding: 0 1.25rem 1rem;
  line-height: 1.7;
  font-size: 13px;
  color: #7E6A50;
  display: none;
  overflow-wrap: break-word;
}.buw-faq_item-pdi.buw-state_open-pdi .buw-faq_a-pdi {
  display: block;
}.buw-faq_a-pdi strong {
  color: #D5C4A0;
  font-weight: 700;
}.buw-faq_a-pdi a {
  text-decoration: underline;
  color: #C49020;
}.buw-faq_a-pdi ul,.buw-faq_a-pdi ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.buw-faq_a-pdi ol {
  list-style: decimal;
}.buw-faq_a-pdi li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.buw-faq_a-pdi table {
  margin: 8px 0;
  font-size: 12px;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 771px) {.buw-faq_a-pdi table {
  display: table;
}
}.buw-faq_a-pdi th {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255,235,190,0.07);
  color: #D5C4A0;
  text-align: left;
  font-weight: 700;
}.buw-faq_a-pdi td {
  border-bottom: 1px solid rgba(255,235,190,0.05);
  padding: 0.375rem 8px;
  color: #7E6A50;
}.buw-seo-pdi {
  padding: 2.25rem 1rem 0;
  background: #0D0804;
}
@media(min-width: 771px) {.buw-seo-pdi {
  padding: 44px 1.5rem 0;
}
}.buw-seo_in-pdi {
  border-radius: 0.875rem;
  border: 1px solid rgba(255,220,150,0.12);
  padding: 1.75rem 24px;
  background: #181108;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 770px) {.buw-seo_in-pdi {
  padding: 36px 2.5rem;
}
}.buw-seo_label-pdi {
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C49020;
}.buw-seo_h2-pdi {
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #F6EDD8;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.buw-seo_h2-pdi {
  font-size: 24px;
}
}.buw-seo_body-pdi {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
  color: #A89472;
}.buw-seo_body-pdi p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A89472;
}.buw-seo_body-pdi p:last-child {
  margin-bottom: 0;
}.buw-seo_body-pdi strong {
  font-weight: 700;
  color: #D5C4A0;
}.buw-seo_body-pdi a {
  transition: color .2s;
  text-decoration: underline;
  color: #C49020;
}.buw-seo_body-pdi a:hover {
  color: #D4A830;
}.buw-seo_body-pdi ul,.buw-seo_body-pdi ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.buw-seo_body-pdi ol {
  list-style: decimal;
}.buw-seo_body-pdi li {
  color: #A89472;
  font-size: 14px;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.buw-seo_body-pdi table {
  overflow-x: auto;
  display: block;
  font-size: 13px;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 769px) {.buw-seo_body-pdi table {
  display: table;
}
}.buw-seo_body-pdi th {
  border-bottom: 1px solid rgba(255,235,190,0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  color: #D5C4A0;
  text-align: left;
}.buw-seo_body-pdi td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,235,190,0.05);
  color: #A89472;
}.buw-seo_cols-pdi {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.buw-seo_cols-pdi {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.buw-seo_cols-pdi {
  grid-template-columns: repeat(3,1fr);
}
}.buw-seo_col_h-pdi {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 7px;
  color: #D5C4A0;
  font-weight: 700;
}.buw-seo_col_p-pdi {
  line-height: 1.65;
  color: #7E6A50;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.buw-seo_stats-pdi {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.buw-seo_stat-pdi {
  border: 1px solid rgba(196,144,32,0.18);
  border-radius: 0.5rem;
  padding: 0.875rem 16px;
  flex: 1;
  background: rgba(196,144,32,0.08);
  min-width: 140px;
}.buw-seo_stat_val-pdi {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #C49020;
  font-weight: 800;
}.buw-seo_stat_lb-pdi {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #7E6A50;
}.buw-ft-pdi {
  border-top: 1px solid rgba(255,235,190,0.05);
  background: #070502;
  margin-top: 48px;
}.buw-ft_support-pdi {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255,235,190,0.05);
}
@media(min-width: 770px) {.buw-ft_support-pdi {
  padding: 1.75rem 24px;
}
}.buw-ft_support_in-pdi {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  max-width: 82.5rem;
  align-items: center;
}.buw-ft_support_main-pdi {
  gap: 1rem;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  min-width: 13.75rem;
  align-items: center;
}.buw-ft_support_ic-pdi {
  flex-shrink: 0;
  color: #C49020;
}.buw-ft_support_ic-pdi svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.875rem;
  height: 1.875rem;
}.buw-ft_support_text_title-pdi {
  font-size: 15px;
  color: #F6EDD8;
  margin-bottom: 3px;
  font-weight: 700;
  overflow-wrap: break-word;
}.buw-ft_support_text_sub-pdi {
  color: #7E6A50;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.buw-ft_support_btn-pdi {
  border-radius: 0.5rem;
  background: #C49020;
  padding: 0.688rem 22px;
  transition: background .2s;
  font-size: 0.813rem;
  color: #F6EDD8;
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
}.buw-ft_support_btn-pdi:hover {
  background: #D4A830;
}.buw-ft_support_contacts-pdi {
  gap: 1rem;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.buw-ft_support_contact-pdi {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #6A5840;
}.buw-ft_support_contact-pdi strong {
  font-weight: 600;
  display: block;
  font-size: 0.688rem;
  margin-bottom: 2px;
  color: #A89472;
}.buw-ft_main-pdi {
  padding: 2rem 1rem 24px;
  border-bottom: 1px solid rgba(255,235,190,0.05);
}
@media(min-width: 765px) {.buw-ft_main-pdi {
  padding: 2.5rem 1.5rem 2rem;
}
}.buw-ft_main_in-pdi {
  margin: 0 auto;
  gap: 24px;
  max-width: 82.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.buw-ft_main_in-pdi {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.buw-ft_main_in-pdi {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.buw-ft_col_logo-pdi {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.buw-ft_col_logo-pdi {
  grid-column: auto;
}
}.buw-ft_logo-pdi {
  gap: 9px;
  display: flex;
  margin-bottom: 0.75rem;
  font-weight: 800;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  color: #F6EDD8;
  align-items: center;
  font-size: 1rem;
}.buw-ft_logo_mark-pdi {
  border-radius: 0.25rem;
  overflow: hidden;
  height: 30px;
  width: 1.875rem;
}.buw-ft_logo_mark-pdi img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.buw-ft_logo_sub-pdi {
  overflow-wrap: break-word;
  color: #6A5840;
  font-size: 12px;
  line-height: 1.55;
  max-width: 12.5rem;
}.buw-ft_col_title-pdi {
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 14px;
  color: #A89472;
  font-weight: 700;
  font-size: 0.75rem;
}.buw-ft_col_links-pdi {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.buw-ft_col_link-pdi {
  transition: color .2s;
  color: #6A5840;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.buw-ft_col_link-pdi:hover {
  color: #D5C4A0;
}.buw-ft_apps-pdi {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.buw-ft_app_card-pdi {
  background: rgba(255,235,190,0.05);
  transition: border-color .2s;
  border-radius: 4px;
  padding: 10px 12px;
  gap: 0.625rem;
  border: 1px solid rgba(255,220,150,0.12);
  align-items: center;
  display: flex;
}.buw-ft_app_card-pdi:hover {
  border-color: rgba(196,144,28,0.40);
}.buw-ft_app_card_ic-pdi svg {
  height: 1.375rem;
  width: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.buw-ft_app_card_os-pdi {
  font-size: 0.625rem;
  color: #6A5840;
  font-weight: 600;
}.buw-ft_app_card_action-pdi {
  font-size: 12px;
  font-weight: 700;
  color: #D5C4A0;
}.buw-ft_bot-pdi {
  padding: 20px 1rem;
}
@media(min-width: 769px) {.buw-ft_bot-pdi {
  padding: 20px 24px;
}
}.buw-ft_bot_in-pdi {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 82.5rem;
  flex-wrap: wrap;
}.buw-ft_socials-pdi {
  gap: 8px;
  display: flex;
}.buw-ft_soc-pdi {
  border: 1px solid rgba(255,220,150,0.12);
  transition: background .2s;
  background: rgba(255,235,190,0.05);
  border-radius: 4px;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 36px;
  color: #A89472;
  width: 2.25rem;
}.buw-ft_soc-pdi svg {
  stroke-linejoin: round;
  width: 1rem;
  height: 1rem;
  stroke-linecap: round;
}.buw-ft_soc-pdi:hover {
  background: rgba(255,235,190,0.07);
}.buw-ft_legal-pdi {
  flex: 1;
  line-height: 1.6;
  min-width: 200px;
  color: #8C7A60;
  overflow-wrap: break-word;
  font-size: 11px;
}.buw-ft_legal-pdi strong {
  color: #A89472;
  font-weight: 700;
}.buw-ft_legal-pdi a {
  color: #A89472;
  text-decoration: underline;
}.buw-ft_age-pdi {
  border-radius: 50%;
  border: 2px solid #8C7A60;
  justify-content: center;
  margin-left: auto;
  width: 2rem;
  height: 2rem;
  align-items: center;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  color: #8C7A60;
}