html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 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 {
  max-width: 100%;
  display: block;
}body {
  background: #0C0B0B;
  line-height: 1.6;
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #D6D0CC;
}.pgg_layout-duk {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.pgg_page-duk {
  display: flex;
  min-height: 100vh;
}.pgg_main-duk {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1082px) {.pgg_main-duk {
  padding-left: 220px;
}
}
@media (max-width: 1080px) {.pgg_main-duk {
  padding-bottom: 4.5rem;
}
}.pgg_gc-duk {
  background: #111010;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  cursor: pointer;
  width: 8.75rem;
  flex-shrink: 0;
}
@media(min-width: 637px) {.pgg_gc-duk {
  width: 156px;
}
}
@media(min-width: 1078px) {.pgg_gc-duk {
  width: 168px;
}
}.pgg_gc-duk:hover {
  transform: translateY(-3px);
  border-color: rgba(229, 52, 31, 0.07);
}.pgg_gc_img-duk {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.pgg_gc_img-duk img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}.pgg_gc_hover-duk {
  background: rgba(6, 5, 5, 0.72);
  inset: 0;
  transition: opacity .2s;
  opacity: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
}.pgg_gc-duk:hover .pgg_gc_hover-duk {
  opacity: 1;
}.pgg_gc_hover_btn-duk {
  background: #E5341F;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-weight: 700;
  color: #F5F2F0;
  font-size: 12px;
}.pgg_gc_info-duk {
  padding: 8px 10px 0.625rem;
}.pgg_gc_name-duk {
  overflow: hidden;
  color: #D6D0CC;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-bottom: 3px;
  font-weight: 600;
  white-space: nowrap;
  font-size: 12px;
}.pgg_gc_prov-duk {
  font-size: 10px;
  color: #5E5855;
}.pgg_gc_tag-duk {
  padding: 2px 7px;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: .04em;
  z-index: 2;
  text-transform: uppercase;
  top: 0.375rem;
  left: 6px;
  position: absolute;
  font-size: 9px;
}.pgg_gc_tag_hot-duk {
  background: #FF3020;
  color: #fff;
}.pgg_gc_tag_new-duk {
  background: #22C55E;
  color: #0C0B0B;
}.pgg_gc_tag_jp-duk {
  background: #F5A623;
  color: #0C0B0B;
}.pgg_gc_tag_ex-duk {
  background: #7A1A10;
  color: #fff;
}.pgg_gc_tag_live-duk {
  background: #FF3020;
  color: #fff;
}.pgg_gr-duk {
  padding: 2rem 1rem 0;
  background: #0C0B0B;
}
@media(min-width: 765px) {.pgg_gr-duk {
  padding: 36px 24px 0;
}
}.pgg_gr_in-duk {
  margin: 0 auto;
  max-width: 83.75rem;
}.pgg_gr_head-duk {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.625rem;
  align-items: center;
}.pgg_gr_head_l-duk {
  flex: 1;
  gap: 0.625rem;
  min-width: 0;
  align-items: center;
  display: flex;
}.pgg_gr_ic-duk {
  border-radius: 8px;
  width: 2rem;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  height: 32px;
}.pgg_gr_ic-duk svg {
  stroke-linecap: round;
  width: 16px;
  height: 16px;
  stroke-linejoin: round;
}.pgg_gr_title-duk {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #F5F2F0;
  font-size: 16px;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.pgg_gr_title-duk {
  font-size: 1.125rem;
}
}.pgg_gr_more-duk {
  gap: 0.313rem;
  transition: color .2s;
  white-space: nowrap;
  color: #7A7270;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  flex-shrink: 0;
}.pgg_gr_more-duk:hover {
  color: #E5341F;
}.pgg_gr_more-duk svg {
  height: 12px;
  width: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.pgg_gr_arrows-duk {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.pgg_gr_arr-duk {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 4px;
  transition: background .15s,color .15s;
  display: flex;
  height: 1.875rem;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  color: #A89F9B;
}.pgg_gr_arr-duk:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F5F2F0;
}.pgg_gr_arr-duk svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
  height: 0.813rem;
}.pgg_gr_seo_h-duk {
  margin: 0 0 0.375rem;
  max-width: 42.5rem;
  font-size: 13px;
  font-family: 'Playfair Display', serif;
  color: #D6D0CC;
  overflow-wrap: break-word;
  font-weight: 700;
}
@media(min-width: 767px) {.pgg_gr_seo_h-duk {
  font-size: 14px;
}
}.pgg_gr_seo-duk {
  line-height: 1.55;
  margin-bottom: 0.75rem;
  max-width: 680px;
  overflow-wrap: break-word;
  color: #7A7270;
  font-size: 12px;
}.pgg_gr_seo-duk strong {
  font-weight: 600;
  color: #D6D0CC;
}.pgg_gr_scroll-duk {
  gap: 10px;
  padding-bottom: 0.625rem;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}.pgg_gr_scroll-duk::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.pgg_gr_scroll-duk {
  gap: 0.75rem;
}
}.pgg_tb-duk {
  background: #0C0B0B;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  left: 0;
  align-items: center;
  display: flex;
  top: 0;
  right: 0;
  z-index: 80;
  height: 3.5rem;
  position: fixed;
}.pgg_tb_in-duk {
  gap: 0;
  padding: 0 14px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}.pgg_tb_burger-duk {
  gap: 5px;
  border-radius: 8px;
  justify-content: center;
  width: 2.375rem;
  display: flex;
  margin-right: 8px;
  flex-direction: column;
  height: 2.375rem;
  flex-shrink: 0;
  align-items: center;
}.pgg_tb_burger-duk:hover {
  background: rgba(255, 255, 255, 0.05);
}.pgg_tb_burger_line-duk {
  background: #A89F9B;
  border-radius: 1px;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width: 1077px) {.pgg_tb_burger-duk {
  display: none;
}
}.pgg_tb_logo-duk {
  gap: 0.563rem;
  color: #F5F2F0;
  overflow-wrap: break-word;
  flex-shrink: 0;
  font-weight: 800;
  margin-right: 20px;
  display: flex;
  font-size: 1.125rem;
  letter-spacing: -.01em;
  align-items: center;
}.pgg_tb_logo_mark-duk {
  border-radius: 8px;
  overflow: hidden;
  justify-content: center;
  height: 32px;
  width: 2rem;
  align-items: center;
  display: flex;
}.pgg_tb_logo_mark-duk img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.pgg_tb_nav-duk {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 641px) {.pgg_tb_nav-duk {
  display: flex;
}
}.pgg_tb_tab-duk {
  padding: 0.5rem 14px;
  border-radius: 8px;
  transition: background .15s,color .15s;
  white-space: nowrap;
  font-weight: 600;
  color: #A89F9B;
  font-size: 13px;
}.pgg_tb_tab-duk:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5F2F0;
}.pgg_tb_tab-duk.pgg_state_active-duk {
  background: rgba(229, 52, 31, 0.18);
  color: #F5F2F0;
}.pgg_tb_right-duk {
  gap: 0.5rem;
  display: flex;
  margin-left: auto;
  align-items: center;
  flex-shrink: 0;
}.pgg_tb_login-duk {
  transition: border-color .2s,color .2s;
  padding: 0.563rem 1rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  color: #D6D0CC;
  font-weight: 600;
  display: none;
}.pgg_tb_login-duk:hover {
  border-color: rgba(229, 52, 31, 0.55);
  color: #F5F2F0;
}
@media(min-width: 483px) {.pgg_tb_login-duk {
  display: block;
}
}.pgg_tb_reg-duk {
  transition: background .2s;
  border-radius: 0.5rem;
  background: #22C55E;
  padding: 9px 1.125rem;
  white-space: nowrap;
  font-weight: 700;
  color: #100C0B;
  font-size: 13px;
}.pgg_tb_reg-duk:hover {
  background: #16A34A;
}.pgg_sb-duk {
  background: #161414;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  transform: translateX(-100%);
  left: 0;
  width: 13.75rem;
  overflow-y: auto;
  z-index: 70;
  bottom: 0;
  top: 3.5rem;
  position: fixed;
}.pgg_sb-duk.pgg_state_open-duk {
  transform: translateX(0);
}.pgg_sb-duk::-webkit-scrollbar {
  width: 0.25rem;
}.pgg_sb-duk::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1077px) {.pgg_sb-duk {
  transform: translateX(0);
}
}.pgg_sb_auth-duk {
  padding: 0.875rem 0.75rem 0.625rem;
}.pgg_sb_btn_reg-duk {
  transition: background .2s;
  background: #22C55E;
  border-radius: 8px;
  padding: 0.688rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #100C0B;
  display: block;
  font-size: 13px;
  text-align: center;
}.pgg_sb_btn_reg-duk:hover {
  background: #16A34A;
}.pgg_sb_btn_login-duk {
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  display: block;
  color: #D6D0CC;
}.pgg_sb_btn_login-duk:hover {
  border-color: rgba(229, 52, 31, 0.55);
  color: #F5F2F0;
}.pgg_sb_promo-duk {
  background: linear-gradient(135deg,#3D0E08,#161414);
  border: 1px solid rgba(229, 52, 31, 0.18);
  overflow: hidden;
  margin: 0 12px 0.625rem;
  padding: 0.75rem 0.875rem;
  border-radius: 0.5rem;
  position: relative;
}.pgg_sb_promo-duk::before {
  background: radial-gradient(circle,rgba(229, 52, 31, 0.18),transparent 70%);
  border-radius: 50%;
  top: -20px;
  content: '';
  position: absolute;
  height: 5rem;
  right: -20px;
  width: 80px;
}.pgg_sb_promo_title-duk {
  margin-bottom: 0.25rem;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #E5341F;
  letter-spacing: .06em;
}.pgg_sb_promo_text-duk {
  color: #F5F2F0;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.35;
  overflow-wrap: break-word;
}.pgg_sb_promo_sub-duk {
  font-size: 10px;
  color: #7A7270;
  margin-top: 3px;
}.pgg_sb_nav-duk {
  padding: 6px 0.5rem 16px;
}.pgg_sb_nav_lb-duk {
  padding: 10px 0.5rem 6px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #5E5855;
  text-transform: uppercase;
  font-size: 10px;
}.pgg_sb_link-duk {
  border-radius: 4px;
  gap: 0.625rem;
  transition: background .15s,color .15s;
  padding: 9px 0.625rem;
  color: #A89F9B;
  display: flex;
  font-weight: 500;
  align-items: center;
  cursor: pointer;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.pgg_sb_link-duk:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5F2F0;
}.pgg_sb_link-duk.pgg_state_active-duk {
  background: rgba(229, 52, 31, 0.18);
  color: #F5F2F0;
}.pgg_sb_ic-duk {
  border-radius: 4px;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 1.875rem;
  width: 30px;
  flex-shrink: 0;
}.pgg_sb_ic-duk svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
  width: 1rem;
}.pgg_sb_ic_1-duk {
  background: rgba(229, 52, 31, 0.07);
  color: #E5341F;
}.pgg_sb_ic_2-duk {
  background: rgba(34, 197, 94, 0.15);
  color: #22C55E;
}.pgg_sb_ic_3-duk {
  background: rgba(245, 166, 35, 0.14);
  color: #F5A623;
}.pgg_sb_ic_4-duk {
  background: rgba(122, 26, 16, 0.35);
  color: #7A1A10;
}.pgg_sb_ic_5-duk {
  background: rgba(229, 52, 31, 0.07);
  color: #EC4899;
}.pgg_sb_ic_6-duk {
  background: rgba(122, 26, 16, 0.35);
  color: #9333EA;
}.pgg_sb_badge-duk {
  border-radius: 4px;
  padding: 2px 0.438rem;
  background: #F5A623;
  color: #100C0B;
  margin-left: auto;
  font-weight: 700;
  font-size: 9px;
}.pgg_sb_bot-duk {
  padding: 12px;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.pgg_sb_lang-duk,.pgg_sb_help-duk {
  background: rgba(255, 255, 255, 0.05);
  gap: 6px;
  border-radius: 0.25rem;
  padding: 0.563rem 6px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.06);
  flex: 1;
  display: flex;
  font-weight: 600;
  color: #A89F9B;
  justify-content: center;
  align-items: center;
  font-size: 11px;
}.pgg_sb_lang-duk:hover,.pgg_sb_help-duk:hover {
  border-color: rgba(229, 52, 31, 0.55);
  color: #F5F2F0;
}.pgg_sb_lang-duk svg,.pgg_sb_help-duk svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
  height: 0.813rem;
}.pgg_sb_bd-duk {
  background: rgba(6, 5, 5, 0.72);
  inset: 0;
  display: none;
  z-index: 69;
  position: fixed;
}.pgg_sb_bd-duk.pgg_state_on-duk {
  display: block;
}
@media(min-width: 1077px) {.pgg_sb_bd-duk {
  display: none!important;
}
}.pgg_mob_nav-duk {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  background: #161414;
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  left: 0;
  z-index: 80;
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
}
@media(min-width: 1083px) {.pgg_mob_nav-duk {
  display: none;
}
}.pgg_mob_nav_item-duk {
  gap: 4px;
  padding: 0.25rem 2px;
  flex: 1;
  color: #5E5855;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
  display: flex;
}.pgg_mob_nav_ic-duk {
  line-height: 1;
}.pgg_mob_nav_ic-duk svg {
  width: 20px;
  stroke-linejoin: round;
  height: 20px;
  stroke-linecap: round;
}.pgg_mob_nav_lb-duk {
  font-size: 10px;
  color: #5E5855;
  font-weight: 600;
}.pgg_mob_nav_item-duk.pgg_state_active-duk {
  color: #E5341F;
}.pgg_mob_nav_item-duk.pgg_state_active-duk .pgg_mob_nav_lb-duk {
  color: #E5341F;
}.pgg_hero-duk {
  padding: 1.25rem 16px 0;
  background: #0C0B0B;
}
@media(min-width: 769px) {.pgg_hero-duk {
  padding: 1.5rem 24px 0;
}
}.pgg_hero_in-duk {
  margin: 0 auto;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  max-width: 83.75rem;
  display: grid;
}
@media(min-width: 861px) {.pgg_hero_in-duk {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1098px) {.pgg_hero_in-duk {
  grid-template-columns: 1fr 340px;
}
}.pgg_hero_promo-duk {
  background: #111010;
  overflow: hidden;
  border-radius: 14px;
  position: relative;
  align-items: stretch;
  min-height: 220px;
  display: flex;
}
@media(min-width: 766px) {.pgg_hero_promo-duk {
  min-height: 280px;
}
}.pgg_hero_promo_bg-duk {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#3D0E08 0%,#0C0B0B 100%);
  background-size: cover;
  position: absolute;
}.pgg_hero_promo_bg-duk::after {
  background: linear-gradient(90deg,#0C0B0B 0%,rgba(6, 5, 5, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.pgg_hero_promo_glow-duk {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(122, 26, 16, 0.35) 0%,transparent 65%);
  height: 18.75rem;
  width: 300px;
  top: -2.5rem;
  position: absolute;
  pointer-events: none;
  right: 60px;
}.pgg_hero_promo_ct-duk {
  padding: 28px 24px 1.75rem 28px;
  justify-content: center;
  max-width: 30rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media(min-width: 771px) {.pgg_hero_promo_ct-duk {
  padding: 2.5rem 32px;
}
}.pgg_hero_badge-duk {
  border-radius: 20px;
  padding: 0.313rem 0.75rem;
  background: rgba(229, 52, 31, 0.18);
  border: 1px solid rgba(229, 52, 31, 0.07);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  color: #E5341F;
  display: inline-block;
  margin-bottom: 14px;
}.pgg_hero_h1-duk {
  line-height: 1.15;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.625rem;
  font-size: 1.625rem;
  color: #F5F2F0;
  font-family: 'Playfair Display', serif;
}.pgg_hero_h1-duk em {
  font-style: normal;
  color: #F5A623;
}
@media(min-width:768px) {.pgg_hero_h1-duk {
  font-size: 2.25rem;
}
}.pgg_hero_sub-duk {
  line-height: 1.55;
  font-size: 0.813rem;
  color: #A89F9B;
  margin-bottom: 1.25rem;
}
@media(min-width: 771px) {.pgg_hero_sub-duk {
  font-size: 0.875rem;
}
}.pgg_hero_row-duk {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.pgg_hero_cta-duk {
  padding: 13px 26px;
  background: #22C55E;
  border-radius: 0.5rem;
  transition: background .2s;
  color: #100C0B;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 4px 1.125rem rgba(34, 197, 94, 0.42);
  font-size: 0.875rem;
}.pgg_hero_cta-duk:hover {
  background: #16A34A;
}.pgg_hero_terms-duk {
  font-size: 11px;
  color: #5E5855;
}.pgg_hero_game-duk {
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  background: #111010;
  border-radius: 14px;
  display: flex;
  position: relative;
  flex-direction: column;
}.pgg_hero_game_badge-duk {
  padding: 5px 10px;
  border: 1px solid rgba(245, 166, 35, 0.14);
  background: rgba(245, 166, 35, 0.14);
  border-radius: 20px;
  top: 0.75rem;
  left: 12px;
  position: absolute;
  letter-spacing: .06em;
  text-transform: uppercase;
  z-index: 3;
  font-weight: 700;
  color: #F5A623;
  font-size: 10px;
}.pgg_hero_game_badge-duk svg {
  vertical-align: -1px;
  margin-right: 4px;
  height: 11px;
  width: 11px;
}.pgg_hero_game_img-duk {
  overflow: hidden;
  background: linear-gradient(135deg,#3D0E08,#0C0B0B);
  position: relative;
  padding-bottom: 60%;
}.pgg_hero_game_img-duk img {
  inset: 0;
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}.pgg_hero_game_play-duk {
  inset: 0;
  background: rgba(6, 5, 5, 0.72);
  transition: opacity .2s;
  position: absolute;
  align-items: center;
  justify-content: center;
  opacity: 0;
  display: flex;
}.pgg_hero_game-duk:hover .pgg_hero_game_play-duk {
  opacity: 1;
}.pgg_hero_game_play-duk span {
  background: #E5341F;
  border-radius: 50%;
  height: 3.25rem;
  align-items: center;
  width: 52px;
  justify-content: center;
  display: flex;
}.pgg_hero_game_play-duk span svg {
  margin-left: 2px;
  height: 18px;
  width: 1.125rem;
}.pgg_hero_game_info-duk {
  padding: 0.875rem 1rem;
}.pgg_hero_game_title-duk {
  color: #F5F2F0;
  margin-bottom: 0.25rem;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.938rem;
}.pgg_hero_game_provider-duk {
  color: #7A7270;
  font-size: 11px;
}.pgg_hero_game_btn-duk {
  background: #E5341F;
  padding: 0.688rem;
  transition: background .2s;
  border-radius: 0.5rem;
  margin: 12px 16px 1rem;
  display: block;
  font-weight: 700;
  font-size: 0.813rem;
  color: #F5F2F0;
  text-align: center;
}.pgg_hero_game-duk:hover .pgg_hero_game_btn-duk {
  background: #F04432;
}.pgg_sbar-duk {
  padding: 16px 1rem 0;
  background: #0C0B0B;
}
@media(min-width: 766px) {.pgg_sbar-duk {
  padding: 18px 24px 0;
}
}.pgg_sbar_in-duk {
  margin: 0 auto;
  max-width: 1340px;
}.pgg_sbar_row-duk {
  gap: 10px;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  display: flex;
}.pgg_sbar_input-duk {
  background: #111010;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 10px;
  border-radius: 0.5rem;
  transition: border-color .2s;
  padding: 0.688rem 1rem;
  font-size: 0.813rem;
  cursor: pointer;
  display: flex;
  color: #7A7270;
  align-items: center;
}.pgg_sbar_input-duk:hover {
  border-color: rgba(229, 52, 31, 0.55);
}.pgg_sbar_input-duk svg {
  width: 15px;
  stroke-linejoin: round;
  flex-shrink: 0;
  stroke-linecap: round;
  height: 0.938rem;
}.pgg_sbar_providers-duk {
  gap: 8px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #111010;
  padding: 0.688rem 1.125rem;
  border-radius: 8px;
  color: #D6D0CC;
  display: flex;
  font-weight: 600;
  align-items: center;
  font-size: 0.813rem;
  white-space: nowrap;
}.pgg_sbar_providers-duk:hover {
  border-color: rgba(229, 52, 31, 0.55);
  color: #F5F2F0;
}.pgg_sbar_providers-duk svg {
  height: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.875rem;
}.pgg_sbar_tabs-duk {
  gap: 0.375rem;
  padding-bottom: 2px;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
}.pgg_sbar_tabs-duk::-webkit-scrollbar {
  display: none;
}.pgg_sbar_tab-duk {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  gap: 0.438rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.5rem 0.875rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 12px;
  color: #A89F9B;
  cursor: pointer;
}.pgg_sbar_tab-duk:hover {
  border-color: rgba(229, 52, 31, 0.55);
  background: rgba(255, 255, 255, 0.07);
  color: #F5F2F0;
}.pgg_sbar_tab-duk.pgg_state_active-duk {
  background: rgba(229, 52, 31, 0.18);
  border-color: rgba(229, 52, 31, 0.07);
  color: #F5F2F0;
}.pgg_sbar_tab_ic-duk svg {
  width: 14px;
  height: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.pgg_wy-duk {
  padding: 2rem 16px 0;
  background: #0C0B0B;
}
@media(min-width: 766px) {.pgg_wy-duk {
  padding: 2.5rem 24px 0;
}
}.pgg_wy_in-duk {
  margin: 0 auto;
  max-width: 1340px;
}.pgg_wy_head-duk {
  margin-bottom: 1.125rem;
  max-width: 720px;
}.pgg_wy_label-duk {
  color: #E5341F;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.pgg_wy_h2-duk {
  overflow-wrap: break-word;
  color: #F5F2F0;
  font-size: 20px;
  margin-bottom: 8px;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
}
@media(min-width: 767px) {.pgg_wy_h2-duk {
  font-size: 1.5rem;
}
}.pgg_wy_intro-duk {
  margin: 0;
  line-height: 1.6;
  font-size: 0.813rem;
  color: #7A7270;
}.pgg_wy_grid-duk {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:640px) {.pgg_wy_grid-duk {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.pgg_wy_grid-duk {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.pgg_wy_card-duk {
  transition: border-color .2s,transform .2s;
  background: #161414;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
}.pgg_wy_card-duk:hover {
  border-color: rgba(229, 52, 31, 0.07);
  transform: translateY(-2px);
}.pgg_wy_card_ic-duk {
  background: rgba(229, 52, 31, 0.18);
  border-radius: 50%;
  height: 44px;
  color: #E5341F;
  display: flex;
  width: 2.75rem;
  margin-bottom: 14px;
  align-items: center;
  justify-content: center;
}.pgg_wy_card_ic-duk svg {
  stroke-linejoin: round;
  width: 1.375rem;
  stroke-linecap: round;
  height: 1.375rem;
}.pgg_wy_card_h-duk {
  color: #F5F2F0;
  overflow-wrap: break-word;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.375rem;
  font-size: 15px;
}.pgg_wy_card_p-duk {
  color: #7A7270;
  line-height: 1.6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.pgg_wy_card_p-duk strong {
  font-weight: 600;
  color: #D6D0CC;
}.pgg_gr_jp-duk {
  overflow: hidden;
  border-radius: 0.875rem;
  padding: 20px;
  background: linear-gradient(135deg,#1A0A22 0%,#0A0710 100%);
  position: relative;
}.pgg_gr_jp-duk::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(122, 26, 16, 0.35) 0%,transparent 70%);
  width: 250px;
  content: '';
  left: -3.75rem;
  position: absolute;
  top: -60px;
  height: 250px;
}.pgg_gr_jp-duk::after {
  background: radial-gradient(circle,rgba(245, 166, 35, 0.14) 0%,transparent 70%);
  border-radius: 50%;
  bottom: -2.5rem;
  position: absolute;
  width: 200px;
  height: 12.5rem;
  right: 0;
  content: '';
}.pgg_gr_jp_head-duk {
  gap: 16px;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
}.pgg_gr_jp_info-duk {
  flex: 1;
}.pgg_gr_jp_label-duk {
  margin-bottom: 0.375rem;
  font-weight: 700;
  font-size: 11px;
  color: #9333EA;
  text-transform: uppercase;
  letter-spacing: .08em;
}.pgg_gr_jp_label-duk svg {
  stroke-linecap: round;
  height: 0.875rem;
  margin-right: 0.25rem;
  width: 0.875rem;
  stroke-linejoin: round;
  vertical-align: -2px;
}.pgg_gr_jp_amount-duk {
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.25rem;
  color: #F5F2F0;
  line-height: 1;
  font-size: 2rem;
  font-weight: 800;
}
@media(min-width: 771px) {.pgg_gr_jp_amount-duk {
  font-size: 2.5rem;
}
}.pgg_gr_jp_amount-duk span {
  color: #F5A623;
}.pgg_gr_jp_seo-duk {
  line-height: 1.5;
  max-width: 480px;
  color: #A89F9B;
  font-size: 12px;
  overflow-wrap: break-word;
}.pgg_gr_jp_cta-duk {
  padding: 11px 1.25rem;
  background: rgba(122, 26, 16, 0.35);
  transition: background .2s;
  border: 1px solid rgba(122, 26, 16, 0.35);
  border-radius: 0.5rem;
  white-space: nowrap;
  font-weight: 700;
  margin-top: 4px;
  align-self: flex-start;
  color: #F5F2F0;
  font-size: 13px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}.pgg_gr_jp_cta-duk:hover {
  background: #7A1A10;
}.pgg_ws-duk {
  padding: 2rem 16px 0;
  background: #0C0B0B;
}
@media(min-width: 766px) {.pgg_ws-duk {
  padding: 2.25rem 24px 0;
}
}.pgg_ws_in-duk {
  margin: 0 auto;
  max-width: 83.75rem;
}.pgg_ws_head-duk {
  gap: 12px;
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}.pgg_ws_title-duk {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  align-items: center;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  color: #F5F2F0;
  font-weight: 700;
}.pgg_ws_title_ic-duk svg {
  height: 1.125rem;
  stroke-linejoin: round;
  color: #F5A623;
  stroke-linecap: round;
  width: 1.125rem;
}.pgg_ws_online-duk {
  gap: 0.438rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  color: #7A7270;
}.pgg_ws_online_dot-duk {
  background: #22C55E;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.15);
  width: 8px;
  height: 0.5rem;
  flex-shrink: 0;
}.pgg_ws_scroll-duk {
  gap: 8px;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 8px;
}.pgg_ws_scroll-duk::-webkit-scrollbar {
  display: none;
}.pgg_wc-duk {
  border-radius: 0.5rem;
  background: #111010;
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 0.625rem;
  padding: 10px 14px;
  align-items: center;
  display: flex;
  min-width: 220px;
  flex-shrink: 0;
}.pgg_wc_img-duk {
  overflow: hidden;
  background: #161414;
  border-radius: 4px;
  flex-shrink: 0;
  height: 36px;
  width: 36px;
}.pgg_wc_img-duk img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.pgg_wc_info-duk {
  min-width: 0;
}.pgg_wc_game-duk {
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  color: #D6D0CC;
  text-overflow: ellipsis;
  font-size: 12px;
}.pgg_wc_player-duk {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.625rem;
  color: #5E5855;
  text-overflow: ellipsis;
}.pgg_wc_amount-duk {
  margin-left: auto;
  color: #22C55E;
  white-space: nowrap;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 0.813rem;
}.pgg_app-duk {
  background: #0C0B0B;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.pgg_app-duk {
  padding: 44px 24px 0;
}
}.pgg_app_in-duk {
  margin: 0 auto;
  max-width: 1340px;
}.pgg_app_head-duk {
  margin-bottom: 1rem;
}.pgg_app_label-duk {
  margin-bottom: 8px;
  font-size: 11px;
  color: #E5341F;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.pgg_app_h2-duk {
  margin-bottom: 0.375rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #F5F2F0;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.pgg_app_h2-duk {
  font-size: 24px;
}
}.pgg_app_sub-duk {
  line-height: 1.6;
  max-width: 37.5rem;
  color: #7A7270;
  overflow-wrap: break-word;
  font-size: 13px;
}.pgg_app_sub-duk strong {
  color: #D6D0CC;
  font-weight: 700;
}.pgg_app_cards-duk {
  gap: 0.625rem;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.pgg_app_cards-duk {
  grid-template-columns: repeat(3,1fr);
}
}.pgg_app_card-duk {
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
  gap: 16px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
}.pgg_app_card_ios-duk {
  background: linear-gradient(135deg,rgba(229, 52, 31, 0.18) 0%,#161414 100%);
}.pgg_app_card_android-duk {
  background: linear-gradient(135deg,rgba(34, 197, 94, 0.15) 0%,#161414 100%);
}.pgg_app_card_win-duk {
  background: linear-gradient(135deg,rgba(245, 166, 35, 0.14) 0%,#161414 100%);
}.pgg_app_card_ic-duk svg {
  stroke-linejoin: round;
  width: 2.125rem;
  stroke-linecap: round;
  height: 34px;
}.pgg_app_card_ic-duk {
  flex-shrink: 0;
  color: #F5F2F0;
}.pgg_app_card_os-duk {
  text-transform: uppercase;
  font-size: 10px;
  color: #7A7270;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 6px;
}.pgg_app_card_title-duk {
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  color: #F5F2F0;
}.pgg_app_card_text-duk {
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 1.5;
  color: #7A7270;
  overflow-wrap: break-word;
}.pgg_app_card_btn-duk {
  border: 1px solid rgba(229, 52, 31, 0.55);
  padding: 10px 1.125rem;
  border-radius: 4px;
  gap: 7px;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.12);
  display: inline-flex;
  font-size: 13px;
  color: #F5F2F0;
  font-weight: 700;
  align-items: center;
}.pgg_app_card_btn-duk:hover {
  background: rgba(255, 255, 255, 0.07);
}.pgg_reg-duk {
  background: #0C0B0B;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.pgg_reg-duk {
  padding: 44px 24px 0;
}
}.pgg_reg_in-duk {
  border-radius: 0.875rem;
  background: #161414;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin: 0 auto;
  max-width: 1340px;
}
@media(min-width:768px) {.pgg_reg_in-duk {
  padding: 40px;
}
}.pgg_reg_top-duk {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 857px) {.pgg_reg_top-duk {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.pgg_reg_label-duk {
  color: #E5341F;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}.pgg_reg_h2-duk {
  font-weight: 800;
  line-height: 1.2;
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.75rem;
  color: #F5F2F0;
  font-size: 1.375rem;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.pgg_reg_h2-duk {
  font-size: 28px;
}
}.pgg_reg_bonus-duk {
  background: rgba(245, 166, 35, 0.14);
  border: 1px solid rgba(245, 166, 35, 0.14);
  gap: 8px;
  padding: 10px 16px;
  border-radius: 8px;
  align-items: center;
  display: inline-flex;
  margin-bottom: 1rem;
}.pgg_reg_bonus_amount-duk {
  color: #F5A623;
  font-weight: 800;
  font-size: 20px;
}.pgg_reg_bonus_text-duk {
  line-height: 1.35;
  font-size: 13px;
  color: #A89F9B;
}.pgg_reg_cta_btn-duk {
  padding: 0.875rem 32px;
  transition: background .2s;
  border-radius: 0.5rem;
  background: #22C55E;
  font-weight: 700;
  display: inline-block;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 0.25rem 18px rgba(34, 197, 94, 0.42);
  margin-bottom: 12px;
  color: #100C0B;
  font-size: 0.938rem;
}.pgg_reg_cta_btn-duk:hover {
  background: #16A34A;
}.pgg_reg_terms-duk {
  color: #5E5855;
  font-size: 0.688rem;
  line-height: 1.5;
}.pgg_reg_seo-duk {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #7A7270;
  margin-top: 20px;
  font-size: 0.813rem;
  padding-top: 20px;
}.pgg_reg_seo-duk p {
  font-size: 13px;
  margin-bottom: 0.625rem;
  color: #7A7270;
  line-height: 1.65;
}.pgg_reg_seo-duk p:last-child {
  margin-bottom: 0;
}.pgg_reg_seo-duk strong {
  font-weight: 700;
  color: #D6D0CC;
}.pgg_reg_seo-duk a {
  transition: color .2s;
  text-decoration: underline;
  color: #E5341F;
}.pgg_reg_seo-duk a:hover {
  color: #F04432;
}.pgg_reg_seo-duk ul,.pgg_reg_seo-duk ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.pgg_reg_seo-duk ol {
  list-style: decimal;
}.pgg_reg_seo-duk li {
  color: #7A7270;
  line-height: 1.65;
  font-size: 0.813rem;
  margin-bottom: 0.25rem;
}.pgg_reg_seo-duk table {
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  margin-bottom: 0.625rem;
}
@media(min-width: 766px) {.pgg_reg_seo-duk table {
  display: table;
}
}.pgg_reg_seo-duk th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  font-weight: 700;
  color: #D6D0CC;
  text-align: left;
}.pgg_reg_seo-duk td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #7A7270;
}.pgg_reg_steps-duk {
  gap: 0.875rem;
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
}
@media(min-width: 862px) {.pgg_reg_steps-duk {
  margin-top: 0;
}
}.pgg_reg_step-duk {
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 16px;
  gap: 14px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.pgg_reg_step_num-duk {
  background: rgba(229, 52, 31, 0.18);
  border-radius: 50%;
  border: 1px solid rgba(229, 52, 31, 0.07);
  align-items: center;
  display: flex;
  font-weight: 800;
  color: #E5341F;
  width: 34px;
  justify-content: center;
  height: 2.125rem;
  flex-shrink: 0;
  font-size: 14px;
}.pgg_reg_step_title-duk {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 3px;
  color: #F5F2F0;
}.pgg_reg_step_text-duk {
  color: #7A7270;
  line-height: 1.5;
  font-size: 0.75rem;
}.pgg_reg_trust-duk {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  padding-top: 20px;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}.pgg_reg_trust_item-duk {
  gap: 0.438rem;
  align-items: center;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #7A7270;
  display: flex;
}.pgg_reg_trust_ic-duk svg {
  color: #E5341F;
  stroke-linecap: round;
  width: 1rem;
  height: 16px;
  stroke-linejoin: round;
}.pgg_bon-duk {
  padding: 2.25rem 1rem 0;
  background: #0C0B0B;
}
@media(min-width: 769px) {.pgg_bon-duk {
  padding: 44px 24px 0;
}
}.pgg_bon_in-duk {
  margin: 0 auto;
  max-width: 83.75rem;
}.pgg_bon_head-duk {
  margin-bottom: 20px;
}.pgg_bon_label-duk {
  font-size: 0.688rem;
  margin-bottom: 8px;
  font-weight: 700;
  color: #E5341F;
  text-transform: uppercase;
  letter-spacing: .08em;
}.pgg_bon_h2-duk {
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.5rem;
  font-size: 20px;
  color: #F5F2F0;
}
@media(min-width: 769px) {.pgg_bon_h2-duk {
  font-size: 1.5rem;
}
}.pgg_bon_seo-duk {
  color: #7A7270;
  overflow-wrap: break-word;
  font-size: 13px;
  max-width: 620px;
  line-height: 1.6;
}.pgg_bon_seo-duk strong {
  font-weight: 700;
  color: #D6D0CC;
}.pgg_bon_seo-duk a {
  text-decoration: underline;
  color: #E5341F;
}.pgg_bon_grid-duk {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.pgg_bon_grid-duk {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.pgg_bon_grid-duk {
  grid-template-columns: repeat(5,1fr);
}
}.pgg_bon_card-duk {
  border-radius: 0.5rem;
  background: #111010;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,transform .2s;
}.pgg_bon_card-duk:hover {
  border-color: rgba(229, 52, 31, 0.07);
  transform: translateY(-2px);
}.pgg_bon_card_ic-duk svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.625rem;
  height: 1.625rem;
}.pgg_bon_card_ic-duk {
  margin-bottom: 0.625rem;
}.pgg_bon_card_type-duk {
  color: #7A7270;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: .06em;
  margin-bottom: 0.375rem;
  font-weight: 700;
}.pgg_bon_card_amount-duk {
  color: #F5A623;
  font-weight: 800;
  margin-bottom: 0.375rem;
  line-height: 1.1;
  font-size: 18px;
}.pgg_bon_card_name-duk {
  color: #F5F2F0;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 13px;
  overflow-wrap: break-word;
}.pgg_bon_card_detail-duk {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #5E5855;
  line-height: 1.5;
  font-size: 11px;
  overflow-wrap: break-word;
  padding-top: 8px;
}.pgg_prov-duk {
  background: #0C0B0B;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.pgg_prov-duk {
  padding: 2.75rem 1.5rem 0;
}
}.pgg_prov_in-duk {
  margin: 0 auto;
  max-width: 1340px;
}.pgg_prov_head-duk {
  margin-bottom: 1rem;
}.pgg_prov_label-duk {
  font-size: 11px;
  margin-bottom: 0.5rem;
  color: #E5341F;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.pgg_prov_h2-duk {
  font-weight: 800;
  color: #F5F2F0;
  margin-bottom: 0.5rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.pgg_prov_h2-duk {
  font-size: 1.5rem;
}
}.pgg_prov_seo-duk {
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 620px;
  overflow-wrap: break-word;
  color: #7A7270;
  margin-bottom: 16px;
}.pgg_prov_seo-duk strong {
  font-weight: 700;
  color: #D6D0CC;
}.pgg_prov_seo-duk a {
  text-decoration: underline;
  color: #E5341F;
}.pgg_prov_grid-duk {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width:640px) {.pgg_prov_grid-duk {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.pgg_prov_grid-duk {
  grid-template-columns: repeat(8,1fr);
}
}.pgg_prov_card-duk {
  padding: 14px 0.625rem;
  background: #111010;
  border-radius: 0.5rem;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 7px;
  cursor: pointer;
  align-items: center;
  display: flex;
  flex-direction: column;
}.pgg_prov_card-duk:hover {
  background: #161414;
  border-color: rgba(229, 52, 31, 0.55);
}.pgg_prov_logo-duk {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  justify-content: center;
  width: 2.75rem;
  display: flex;
  align-items: center;
  height: 44px;
}.pgg_prov_logo-duk img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.pgg_prov_name-duk {
  font-weight: 600;
  overflow-wrap: break-word;
  color: #A89F9B;
  font-size: 11px;
  text-align: center;
}.pgg_htp-duk {
  background: #0C0B0B;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.pgg_htp-duk {
  padding: 44px 24px 0;
}
}.pgg_htp_in-duk {
  margin: 0 auto;
  max-width: 83.75rem;
}.pgg_htp_head-duk {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.pgg_htp_label-duk {
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #E5341F;
  font-size: 11px;
  font-weight: 700;
}.pgg_htp_h2-duk {
  font-weight: 800;
  color: #F5F2F0;
  font-size: 1.375rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.pgg_htp_h2-duk {
  font-size: 28px;
}
}.pgg_htp_intro-duk {
  line-height: 1.6;
  font-size: 0.875rem;
  color: #7A7270;
}.pgg_htp_steps-duk {
  padding: 0;
  list-style: none;
  gap: 0.75rem;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width: 643px) {.pgg_htp_steps-duk {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.pgg_htp_steps-duk {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.pgg_htp_step-duk {
  padding: 1.25rem 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  background: #161414;
  position: relative;
  flex-direction: column;
  display: flex;
}.pgg_htp_step_num-duk {
  background: #E5341F;
  border-radius: 50%;
  font-size: 13px;
  display: flex;
  height: 28px;
  font-family: 'Playfair Display', serif;
  width: 28px;
  top: -0.75rem;
  color: #100C0B;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 20px;
  font-weight: 800;
}.pgg_htp_step_ic-duk {
  background: rgba(229, 52, 31, 0.18);
  border-radius: 4px;
  margin: 8px 0 12px;
  color: #E5341F;
  align-items: center;
  height: 2.25rem;
  justify-content: center;
  width: 2.25rem;
  display: flex;
}.pgg_htp_step_ic-duk svg {
  stroke-linecap: round;
  width: 18px;
  stroke-linejoin: round;
  height: 1.125rem;
}.pgg_htp_step_h-duk {
  color: #F5F2F0;
  font-weight: 700;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  line-height: 1.25;
}.pgg_htp_step_p-duk {
  overflow-wrap: break-word;
  color: #7A7270;
  font-size: 13px;
  line-height: 1.55;
}.pgg_htp_step_p-duk strong {
  font-weight: 600;
  color: #D6D0CC;
}.pgg_htp_cta-duk {
  border-radius: 0.5rem;
  padding: 13px 1.625rem;
  transition: background .2s;
  background: #22C55E;
  font-weight: 700;
  font-size: 0.875rem;
  color: #100C0B;
  display: inline-block;
  margin-top: 20px;
}.pgg_htp_cta-duk:hover {
  background: #16A34A;
}.pgg_seo-duk {
  background: #0C0B0B;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.pgg_seo-duk {
  padding: 2.75rem 1.5rem 0;
}
}.pgg_seo_in-duk {
  padding: 1.75rem 1.5rem;
  border-radius: 14px;
  background: #161414;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.10);
  max-width: 1340px;
}
@media(min-width:768px) {.pgg_seo_in-duk {
  padding: 36px 2.5rem;
}
}.pgg_seo_label-duk {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-size: 0.688rem;
  color: #E5341F;
}.pgg_seo_h2-duk {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  color: #F5F2F0;
  line-height: 1.25;
}
@media(min-width:768px) {.pgg_seo_h2-duk {
  font-size: 1.5rem;
}
}.pgg_seo_body-duk {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #A89F9B;
  overflow-wrap: break-word;
}.pgg_seo_body-duk p {
  color: #A89F9B;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}.pgg_seo_body-duk p:last-child {
  margin-bottom: 0;
}.pgg_seo_body-duk strong {
  font-weight: 700;
  color: #D6D0CC;
}.pgg_seo_body-duk a {
  transition: color .2s;
  text-decoration: underline;
  color: #E5341F;
}.pgg_seo_body-duk a:hover {
  color: #F04432;
}.pgg_seo_body-duk ul,.pgg_seo_body-duk ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.pgg_seo_body-duk ol {
  list-style: decimal;
}.pgg_seo_body-duk li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  color: #A89F9B;
}.pgg_seo_body-duk table {
  overflow-x: auto;
  width: 100%;
  font-size: 13px;
  display: block;
  margin-bottom: 12px;
  border-collapse: collapse;
}
@media(min-width: 769px) {.pgg_seo_body-duk table {
  display: table;
}
}.pgg_seo_body-duk th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  text-align: left;
  color: #D6D0CC;
  font-weight: 700;
}.pgg_seo_body-duk td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A89F9B;
}.pgg_seo_cols-duk {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 639px) {.pgg_seo_cols-duk {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.pgg_seo_cols-duk {
  grid-template-columns: repeat(3,1fr);
}
}.pgg_seo_col_h-duk {
  font-weight: 700;
  margin-bottom: 0.438rem;
  color: #D6D0CC;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.pgg_seo_col_p-duk {
  color: #7A7270;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
}.pgg_seo_stats-duk {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.pgg_seo_stat-duk {
  border: 1px solid rgba(229, 52, 31, 0.18);
  flex: 1;
  background: rgba(229, 52, 31, 0.07);
  padding: 14px 1rem;
  border-radius: 0.5rem;
  min-width: 140px;
}.pgg_seo_stat_val-duk {
  font-size: 1.25rem;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #E5341F;
}.pgg_seo_stat_lb-duk {
  overflow-wrap: break-word;
  color: #7A7270;
  font-size: 11px;
}.pgg_seo-duk {
  padding: 36px 16px 0;
  background: #0C0B0B;
}
@media(min-width: 769px) {.pgg_seo-duk {
  padding: 44px 24px 0;
}
}.pgg_seo_in-duk {
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 14px;
  background: #161414;
  margin: 0 auto;
  max-width: 83.75rem;
}
@media(min-width: 767px) {.pgg_seo_in-duk {
  padding: 2.25rem 40px;
}
}.pgg_seo_label-duk {
  font-size: 0.688rem;
  margin-bottom: 10px;
  color: #E5341F;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.pgg_seo_h2-duk {
  overflow-wrap: break-word;
  margin-bottom: 14px;
  line-height: 1.25;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 20px;
  color: #F5F2F0;
}
@media(min-width: 766px) {.pgg_seo_h2-duk {
  font-size: 1.5rem;
}
}.pgg_seo_body-duk {
  color: #A89F9B;
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
}.pgg_seo_body-duk p {
  color: #A89F9B;
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 0.875rem;
}.pgg_seo_body-duk p:last-child {
  margin-bottom: 0;
}.pgg_seo_body-duk strong {
  color: #D6D0CC;
  font-weight: 700;
}.pgg_seo_body-duk a {
  transition: color .2s;
  text-decoration: underline;
  color: #E5341F;
}.pgg_seo_body-duk a:hover {
  color: #F04432;
}.pgg_seo_body-duk ul,.pgg_seo_body-duk ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.pgg_seo_body-duk ol {
  list-style: decimal;
}.pgg_seo_body-duk li {
  color: #A89F9B;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.pgg_seo_body-duk table {
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  font-size: 0.813rem;
  margin-bottom: 12px;
  width: 100%;
}
@media(min-width: 771px) {.pgg_seo_body-duk table {
  display: table;
}
}.pgg_seo_body-duk th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D6D0CC;
  text-align: left;
  font-weight: 700;
}.pgg_seo_body-duk td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #A89F9B;
}.pgg_seo_cols-duk {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 637px) {.pgg_seo_cols-duk {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.pgg_seo_cols-duk {
  grid-template-columns: repeat(3,1fr);
}
}.pgg_seo_col_h-duk {
  color: #D6D0CC;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 700;
}.pgg_seo_col_p-duk {
  color: #7A7270;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
}.pgg_seo_stats-duk {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.pgg_seo_stat-duk {
  border: 1px solid rgba(229, 52, 31, 0.18);
  flex: 1;
  border-radius: 8px;
  background: rgba(229, 52, 31, 0.07);
  padding: 0.875rem 16px;
  min-width: 140px;
}.pgg_seo_stat_val-duk {
  overflow-wrap: break-word;
  color: #E5341F;
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 20px;
}.pgg_seo_stat_lb-duk {
  overflow-wrap: break-word;
  color: #7A7270;
  font-size: 0.688rem;
}.pgg_pmt-duk {
  padding: 2.25rem 1rem 0;
  background: #0C0B0B;
}
@media(min-width: 767px) {.pgg_pmt-duk {
  padding: 44px 1.5rem 0;
}
}.pgg_pmt_in-duk {
  margin: 0 auto;
  max-width: 1340px;
}.pgg_pmt_head-duk {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.pgg_pmt_label-duk {
  font-weight: 700;
  margin-bottom: 8px;
  color: #E5341F;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
}.pgg_pmt_h2-duk {
  font-size: 1.375rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F5F2F0;
}
@media(min-width:768px) {.pgg_pmt_h2-duk {
  font-size: 1.75rem;
}
}.pgg_pmt_intro-duk {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #7A7270;
  line-height: 1.6;
}.pgg_pmt_groups-duk {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.pgg_pmt_group-duk {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.5rem;
  padding: 20px;
  background: #161414;
}.pgg_pmt_group_head-duk {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}.pgg_pmt_group_ic-duk {
  border-radius: 0.25rem;
  background: rgba(229, 52, 31, 0.18);
  width: 36px;
  flex-shrink: 0;
  justify-content: center;
  height: 36px;
  color: #E5341F;
  align-items: center;
  display: flex;
}.pgg_pmt_group_ic-duk svg {
  width: 18px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 18px;
}.pgg_pmt_group_h-duk {
  margin: 0;
  font-size: 1rem;
  color: #F5F2F0;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-weight: 700;
}.pgg_pmt_group_p-duk {
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  color: #7A7270;
  line-height: 1.6;
  font-size: 13px;
}.pgg_pmt_group_p-duk strong {
  font-weight: 600;
  color: #D6D0CC;
}.pgg_pmt_table_wrap-duk {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.pgg_pmt_table-duk {
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
  min-width: 33.75rem;
}.pgg_pmt_table-duk th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  letter-spacing: .04em;
  white-space: nowrap;
  font-size: 0.688rem;
  color: #D6D0CC;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}.pgg_pmt_table-duk td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  color: #7A7270;
}.pgg_pmt_table-duk tbody tr:last-child td {
  border-bottom: none;
}.pgg_pmt_table-duk tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D6D0CC;
}.pgg_faq-duk {
  padding: 36px 16px 0;
  background: #0C0B0B;
}
@media(min-width: 766px) {.pgg_faq-duk {
  padding: 2.75rem 1.5rem 0;
}
}.pgg_faq_in-duk {
  margin: 0 auto;
  max-width: 1340px;
}.pgg_faq_head-duk {
  margin-bottom: 1.25rem;
}.pgg_faq_label-duk {
  margin-bottom: 8px;
  color: #E5341F;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.pgg_faq_h2-duk {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  color: #F5F2F0;
}
@media(min-width: 765px) {.pgg_faq_h2-duk {
  font-size: 24px;
}
}.pgg_faq_list-duk {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.pgg_faq_item-duk {
  background: #161414;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.5rem;
  overflow: hidden;
}.pgg_faq_q-duk {
  transition: color .2s;
  padding: 16px 1.25rem;
  gap: 0.75rem;
  font-weight: 600;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  color: #D6D0CC;
  overflow-wrap: break-word;
  cursor: pointer;
}.pgg_faq_q-duk:hover {
  color: #F5F2F0;
}.pgg_faq_q_ic-duk {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  color: #E5341F;
  font-size: 1rem;
  width: 1.5rem;
  align-items: center;
  height: 1.5rem;
}.pgg_faq_item-duk.pgg_state_open-duk .pgg_faq_q_ic-duk {
  transform: rotate(45deg);
}.pgg_faq_a-duk {
  padding: 0 1.25rem 1rem;
  line-height: 1.7;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #7A7270;
  display: none;
}.pgg_faq_item-duk.pgg_state_open-duk .pgg_faq_a-duk {
  display: block;
}.pgg_faq_a-duk strong {
  font-weight: 700;
  color: #D6D0CC;
}.pgg_faq_a-duk a {
  text-decoration: underline;
  color: #E5341F;
}.pgg_faq_a-duk ul,.pgg_faq_a-duk ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.pgg_faq_a-duk ol {
  list-style: decimal;
}.pgg_faq_a-duk li {
  line-height: 1.6;
  margin-bottom: 4px;
}.pgg_faq_a-duk table {
  margin: 0.5rem 0;
  width: 100%;
  display: block;
  border-collapse: collapse;
  font-size: 0.75rem;
  overflow-x: auto;
}
@media(min-width: 765px) {.pgg_faq_a-duk table {
  display: table;
}
}.pgg_faq_a-duk th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 8px;
  font-weight: 700;
  color: #D6D0CC;
  text-align: left;
}.pgg_faq_a-duk td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 0.5rem;
  color: #7A7270;
}.pgg_seo-duk {
  background: #0C0B0B;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.pgg_seo-duk {
  padding: 2.75rem 1.5rem 0;
}
}.pgg_seo_in-duk {
  margin: 0 auto;
  border-radius: 14px;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #161414;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.pgg_seo_in-duk {
  padding: 36px 40px;
}
}.pgg_seo_label-duk {
  color: #E5341F;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.pgg_seo_h2-duk {
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #F5F2F0;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 769px) {.pgg_seo_h2-duk {
  font-size: 24px;
}
}.pgg_seo_body-duk {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
  color: #A89F9B;
}.pgg_seo_body-duk p {
  color: #A89F9B;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  font-size: 14px;
}.pgg_seo_body-duk p:last-child {
  margin-bottom: 0;
}.pgg_seo_body-duk strong {
  color: #D6D0CC;
  font-weight: 700;
}.pgg_seo_body-duk a {
  transition: color .2s;
  text-decoration: underline;
  color: #E5341F;
}.pgg_seo_body-duk a:hover {
  color: #F04432;
}.pgg_seo_body-duk ul,.pgg_seo_body-duk ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.pgg_seo_body-duk ol {
  list-style: decimal;
}.pgg_seo_body-duk li {
  font-size: 0.875rem;
  color: #A89F9B;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.pgg_seo_body-duk table {
  margin-bottom: 12px;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  width: 100%;
  font-size: 0.813rem;
}
@media(min-width: 770px) {.pgg_seo_body-duk table {
  display: table;
}
}.pgg_seo_body-duk th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D6D0CC;
  text-align: left;
  font-weight: 700;
}.pgg_seo_body-duk td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #A89F9B;
}.pgg_seo_cols-duk {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width:640px) {.pgg_seo_cols-duk {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.pgg_seo_cols-duk {
  grid-template-columns: repeat(3,1fr);
}
}.pgg_seo_col_h-duk {
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 0.813rem;
  color: #D6D0CC;
}.pgg_seo_col_p-duk {
  color: #7A7270;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
}.pgg_seo_stats-duk {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.pgg_seo_stat-duk {
  flex: 1;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid rgba(229, 52, 31, 0.18);
  background: rgba(229, 52, 31, 0.07);
  min-width: 140px;
}.pgg_seo_stat_val-duk {
  color: #E5341F;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
}.pgg_seo_stat_lb-duk {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #7A7270;
}.pgg_rv-duk {
  background: #0C0B0B;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.pgg_rv-duk {
  padding: 44px 1.5rem 0;
}
}.pgg_rv_in-duk {
  margin: 0 auto;
  max-width: 1340px;
}.pgg_rv_head-duk {
  max-width: 45rem;
  margin-bottom: 20px;
}.pgg_rv_label-duk {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #E5341F;
  letter-spacing: .08em;
}.pgg_rv_h2-duk {
  font-family: 'Playfair Display', serif;
  margin-bottom: 10px;
  font-size: 22px;
  color: #F5F2F0;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.pgg_rv_h2-duk {
  font-size: 1.75rem;
}
}.pgg_rv_stats-duk {
  gap: 18px;
  display: flex;
  font-size: 0.813rem;
  align-items: center;
  flex-wrap: wrap;
  color: #7A7270;
}.pgg_rv_stats_score-duk {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.pgg_rv_stats_score_val-duk {
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #F5A623;
}.pgg_rv_stats_score_max-duk {
  font-size: 0.813rem;
  color: #5E5855;
}.pgg_rv_stats_badge-duk {
  gap: 4px;
  align-items: center;
  display: flex;
}.pgg_rv_stats_badge-duk svg {
  width: 0.875rem;
  height: 14px;
  color: #F5A623;
}.pgg_rv_grid-duk {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:640px) {.pgg_rv_grid-duk {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.pgg_rv_grid-duk {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.pgg_rv_card-duk {
  border-radius: 8px;
  background: #161414;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 20px;
  flex-direction: column;
  display: flex;
}.pgg_rv_card_stars-duk {
  gap: 2px;
  color: #F5A623;
  margin-bottom: 10px;
  display: flex;
}.pgg_rv_card_stars-duk svg {
  height: 0.875rem;
  width: 0.875rem;
}.pgg_rv_card_h-duk {
  font-size: 14px;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  color: #F5F2F0;
  font-weight: 700;
}.pgg_rv_card_body-duk {
  flex: 1;
  margin-bottom: 14px;
  font-size: 0.813rem;
  line-height: 1.65;
  color: #7A7270;
  overflow-wrap: break-word;
}.pgg_rv_card_body-duk strong {
  color: #D6D0CC;
  font-weight: 600;
}.pgg_rv_card_meta-duk {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
}.pgg_rv_card_author-duk {
  font-weight: 600;
  color: #D6D0CC;
  font-size: 12px;
}.pgg_rv_card_date-duk {
  color: #5E5855;
  font-size: 11px;
}.pgg_ft-duk {
  background: #060505;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.pgg_ft_support-duk {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 1rem;
}
@media(min-width: 771px) {.pgg_ft_support-duk {
  padding: 28px 1.5rem;
}
}.pgg_ft_support_in-duk {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  max-width: 83.75rem;
  display: flex;
  flex-wrap: wrap;
}.pgg_ft_support_main-duk {
  gap: 16px;
  flex: 1;
  min-width: 13.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.pgg_ft_support_ic-duk {
  color: #E5341F;
  flex-shrink: 0;
}.pgg_ft_support_ic-duk svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 30px;
  width: 30px;
}.pgg_ft_support_text_title-duk {
  margin-bottom: 3px;
  overflow-wrap: break-word;
  color: #F5F2F0;
  font-weight: 700;
  font-size: 15px;
}.pgg_ft_support_text_sub-duk {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #7A7270;
}.pgg_ft_support_btn-duk {
  padding: 0.688rem 1.375rem;
  border-radius: 0.5rem;
  background: #E5341F;
  transition: background .2s;
  font-size: 0.813rem;
  flex-shrink: 0;
  font-weight: 700;
  color: #F5F2F0;
  white-space: nowrap;
}.pgg_ft_support_btn-duk:hover {
  background: #F04432;
}.pgg_ft_support_contacts-duk {
  gap: 16px;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.pgg_ft_support_contact-duk {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #5E5855;
}.pgg_ft_support_contact-duk strong {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 0.688rem;
  color: #A89F9B;
  display: block;
}.pgg_ft_main-duk {
  padding: 32px 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 767px) {.pgg_ft_main-duk {
  padding: 2.5rem 24px 32px;
}
}.pgg_ft_main_in-duk {
  margin: 0 auto;
  gap: 1.5rem;
  max-width: 1340px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width:640px) {.pgg_ft_main_in-duk {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.pgg_ft_main_in-duk {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.pgg_ft_col_logo-duk {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.pgg_ft_col_logo-duk {
  grid-column: auto;
}
}.pgg_ft_logo-duk {
  gap: 0.563rem;
  margin-bottom: 0.75rem;
  font-weight: 800;
  align-items: center;
  color: #F5F2F0;
  flex-wrap: wrap;
  display: flex;
  font-size: 16px;
  overflow-wrap: break-word;
}.pgg_ft_logo_mark-duk {
  overflow: hidden;
  border-radius: 4px;
  height: 30px;
  width: 30px;
}.pgg_ft_logo_mark-duk img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.pgg_ft_logo_sub-duk {
  color: #5E5855;
  line-height: 1.55;
  font-size: 12px;
  overflow-wrap: break-word;
  max-width: 12.5rem;
}.pgg_ft_col_title-duk {
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 700;
  color: #A89F9B;
  font-size: 12px;
}.pgg_ft_col_links-duk {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.pgg_ft_col_link-duk {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #5E5855;
  font-size: 0.813rem;
}.pgg_ft_col_link-duk:hover {
  color: #D6D0CC;
}.pgg_ft_apps-duk {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.pgg_ft_app_card-duk {
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 4px;
  transition: border-color .2s;
  padding: 10px 12px;
  align-items: center;
  display: flex;
}.pgg_ft_app_card-duk:hover {
  border-color: rgba(229, 52, 31, 0.55);
}.pgg_ft_app_card_ic-duk svg {
  width: 1.375rem;
  stroke-linejoin: round;
  height: 1.375rem;
  stroke-linecap: round;
}.pgg_ft_app_card_os-duk {
  font-weight: 600;
  color: #5E5855;
  font-size: 0.625rem;
}.pgg_ft_app_card_action-duk {
  font-weight: 700;
  color: #D6D0CC;
  font-size: 12px;
}.pgg_ft_bot-duk {
  padding: 1.25rem 1rem;
}
@media(min-width: 771px) {.pgg_ft_bot-duk {
  padding: 20px 24px;
}
}.pgg_ft_bot_in-duk {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1340px;
  align-items: center;
}.pgg_ft_socials-duk {
  gap: 8px;
  display: flex;
}.pgg_ft_soc-duk {
  transition: background .2s;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  justify-content: center;
  color: #A89F9B;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
}.pgg_ft_soc-duk svg {
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
  height: 16px;
}.pgg_ft_soc-duk:hover {
  background: rgba(255, 255, 255, 0.07);
}.pgg_ft_legal-duk {
  flex: 1;
  min-width: 200px;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #787370;
  line-height: 1.6;
}.pgg_ft_legal-duk strong {
  color: #A89F9B;
  font-weight: 700;
}.pgg_ft_legal-duk a {
  text-decoration: underline;
  color: #A89F9B;
}.pgg_ft_age-duk {
  border-radius: 50%;
  border: 2px solid #787370;
  align-items: center;
  margin-left: auto;
  font-size: 11px;
  display: flex;
  flex-shrink: 0;
  height: 32px;
  justify-content: center;
  width: 32px;
  font-weight: 800;
  color: #787370;
}