html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #08091A;
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  color: #D2C6B0;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}.dlo_layout-xbc {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.dlo_page-xbc {
  display: flex;
  min-height: 100vh;
}.dlo_main-xbc {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media (min-width: 1078px) {.dlo_main-xbc {
  padding-left: 220px;
}
}
@media (max-width: 1081px) {.dlo_main-xbc {
  padding-bottom: 4.5rem;
}
}.dlo_gc-xbc {
  border-radius: 0.5rem;
  background: #0A0E1E;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  width: 140px;
}
@media(min-width: 643px) {.dlo_gc-xbc {
  width: 9.75rem;
}
}
@media(min-width: 1077px) {.dlo_gc-xbc {
  width: 168px;
}
}.dlo_gc-xbc:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 160, 85, 0.07);
}.dlo_gc_img-xbc {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.dlo_gc_img-xbc img {
  inset: 0;
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}.dlo_gc_hover-xbc {
  inset: 0;
  background: rgba(5, 7, 16, 0.74);
  transition: opacity .2s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  position: absolute;
}.dlo_gc-xbc:hover .dlo_gc_hover-xbc {
  opacity: 1;
}.dlo_gc_hover_btn-xbc {
  background: #C9A055;
  border-radius: 0.25rem;
  padding: 0.5rem 16px;
  font-size: 0.75rem;
  color: #F2EDE0;
  font-weight: 700;
}.dlo_gc_info-xbc {
  padding: 0.5rem 10px 0.625rem;
}.dlo_gc_name-xbc {
  overflow: hidden;
  margin-bottom: 3px;
  max-width: 100%;
  font-weight: 600;
  color: #D2C6B0;
  white-space: nowrap;
  font-size: 0.75rem;
  text-overflow: ellipsis;
}.dlo_gc_prov-xbc {
  font-size: 10px;
  color: #887E76;
}.dlo_gc_tag-xbc {
  padding: 2px 7px;
  border-radius: 0.25rem;
  left: 0.375rem;
  font-weight: 700;
  position: absolute;
  letter-spacing: .04em;
  text-transform: uppercase;
  top: 6px;
  z-index: 2;
  font-size: 9px;
}.dlo_gc_tag_hot-xbc {
  background: #E84855;
  color: #fff;
}.dlo_gc_tag_new-xbc {
  background: #2DC88A;
  color: #08091A;
}.dlo_gc_tag_jp-xbc {
  background: #E8B84B;
  color: #08091A;
}.dlo_gc_tag_ex-xbc {
  background: #7C5A2A;
  color: #fff;
}.dlo_gc_tag_live-xbc {
  background: #E84855;
  color: #fff;
}.dlo_gr-xbc {
  padding: 32px 16px 0;
  background: #08091A;
}
@media(min-width: 771px) {.dlo_gr-xbc {
  padding: 36px 24px 0;
}
}.dlo_gr_in-xbc {
  margin: 0 auto;
  max-width: 1320px;
}.dlo_gr_head-xbc {
  gap: 12px;
  margin-bottom: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.dlo_gr_head_l-xbc {
  flex: 1;
  gap: 0.625rem;
  align-items: center;
  display: flex;
  min-width: 0;
}.dlo_gr_ic-xbc {
  border-radius: 8px;
  height: 2rem;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  width: 2rem;
}.dlo_gr_ic-xbc svg {
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
}.dlo_gr_title-xbc {
  color: #F2EDE0;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  font-size: 1rem;
  font-weight: 700;
}
@media(min-width: 771px) {.dlo_gr_title-xbc {
  font-size: 18px;
}
}.dlo_gr_more-xbc {
  gap: 0.313rem;
  transition: color .2s;
  align-items: center;
  font-size: 0.75rem;
  white-space: nowrap;
  display: flex;
  color: #948C80;
  flex-shrink: 0;
  font-weight: 600;
}.dlo_gr_more-xbc:hover {
  color: #C9A055;
}.dlo_gr_more-xbc svg {
  stroke-linejoin: round;
  height: 0.75rem;
  width: 12px;
  stroke-linecap: round;
}.dlo_gr_arrows-xbc {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.dlo_gr_arr-xbc {
  transition: background .15s,color .15s;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  height: 1.875rem;
  color: #ACA090;
  width: 30px;
  justify-content: center;
  display: flex;
  align-items: center;
}.dlo_gr_arr-xbc:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F2EDE0;
}.dlo_gr_arr-xbc svg {
  width: 0.813rem;
  stroke-linecap: round;
  height: 0.813rem;
  stroke-linejoin: round;
}.dlo_gr_seo_h-xbc {
  margin: 0 0 0.375rem;
  font-family: 'Cormorant Garamond', serif;
  max-width: 42.5rem;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #D2C6B0;
  font-size: 0.813rem;
}
@media(min-width: 766px) {.dlo_gr_seo_h-xbc {
  font-size: 0.875rem;
}
}.dlo_gr_seo-xbc {
  margin-bottom: 12px;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #948C80;
  line-height: 1.55;
  max-width: 680px;
}.dlo_gr_seo-xbc strong {
  color: #D2C6B0;
  font-weight: 600;
}.dlo_gr_scroll-xbc {
  gap: 0.625rem;
  scrollbar-width: none;
  padding-bottom: 10px;
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.dlo_gr_scroll-xbc::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.dlo_gr_scroll-xbc {
  gap: 0.75rem;
}
}.dlo_tb-xbc {
  background: #08091A;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  z-index: 80;
  height: 56px;
  left: 0;
  align-items: center;
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
}.dlo_tb_in-xbc {
  padding: 0 0.875rem;
  gap: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}.dlo_tb_burger-xbc {
  border-radius: 8px;
  gap: 0.313rem;
  width: 2.375rem;
  align-items: center;
  margin-right: 8px;
  justify-content: center;
  flex-shrink: 0;
  flex-direction: column;
  display: flex;
  height: 38px;
}.dlo_tb_burger-xbc:hover {
  background: rgba(255, 255, 255, 0.05);
}.dlo_tb_burger_line-xbc {
  border-radius: 1px;
  background: #ACA090;
  height: 2px;
  display: block;
  width: 1.125rem;
}
@media(min-width:1080px) {.dlo_tb_burger-xbc {
  display: none;
}
}.dlo_tb_logo-xbc {
  gap: 0.563rem;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-right: 1.25rem;
  color: #F2EDE0;
  display: flex;
  align-items: center;
  letter-spacing: -.01em;
  flex-shrink: 0;
  font-size: 18px;
}.dlo_tb_logo_mark-xbc {
  overflow: hidden;
  border-radius: 8px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
}.dlo_tb_logo_mark-xbc img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.dlo_tb_nav-xbc {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 642px) {.dlo_tb_nav-xbc {
  display: flex;
}
}.dlo_tb_tab-xbc {
  padding: 0.5rem 14px;
  border-radius: 8px;
  transition: background .15s,color .15s;
  white-space: nowrap;
  font-weight: 600;
  font-size: 13px;
  color: #ACA090;
}.dlo_tb_tab-xbc:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2EDE0;
}.dlo_tb_tab-xbc.dlo_state_active-xbc {
  background: rgba(201, 160, 85, 0.16);
  color: #F2EDE0;
}.dlo_tb_right-xbc {
  gap: 0.5rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
}.dlo_tb_login-xbc {
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 9px 1rem;
  transition: border-color .2s,color .2s;
  font-weight: 600;
  display: none;
  color: #D2C6B0;
  font-size: 0.813rem;
}.dlo_tb_login-xbc:hover {
  border-color: rgba(201, 160, 85, 0.50);
  color: #F2EDE0;
}
@media(min-width: 479px) {.dlo_tb_login-xbc {
  display: block;
}
}.dlo_tb_reg-xbc {
  background: #2DC88A;
  padding: 9px 1.125rem;
  transition: background .2s;
  border-radius: 0.5rem;
  white-space: nowrap;
  color: #0C0C18;
  font-size: 0.813rem;
  font-weight: 700;
}.dlo_tb_reg-xbc:hover {
  background: #38D898;
}.dlo_sb-xbc {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  background: #0D1124;
  transform: translateX(-100%);
  bottom: 0;
  width: 13.75rem;
  top: 3.5rem;
  left: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 70;
}.dlo_sb-xbc.dlo_state_open-xbc {
  transform: translateX(0);
}.dlo_sb-xbc::-webkit-scrollbar {
  width: 0.25rem;
}.dlo_sb-xbc::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1083px) {.dlo_sb-xbc {
  transform: translateX(0);
}
}.dlo_sb_auth-xbc {
  padding: 0.875rem 0.75rem 10px;
}.dlo_sb_btn_reg-xbc {
  transition: background .2s;
  border-radius: 8px;
  padding: 0.688rem;
  background: #2DC88A;
  color: #0C0C18;
  text-align: center;
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  display: block;
}.dlo_sb_btn_reg-xbc:hover {
  background: #38D898;
}.dlo_sb_btn_login-xbc {
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s;
  border-radius: 0.5rem;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.813rem;
  text-align: center;
  display: block;
  color: #D2C6B0;
  font-weight: 600;
}.dlo_sb_btn_login-xbc:hover {
  border-color: rgba(201, 160, 85, 0.50);
  color: #F2EDE0;
}.dlo_sb_promo-xbc {
  overflow: hidden;
  padding: 12px 14px;
  margin: 0 0.75rem 10px;
  border: 1px solid rgba(201, 160, 85, 0.16);
  border-radius: 8px;
  background: linear-gradient(135deg,#0C1530,#0D1124);
  position: relative;
}.dlo_sb_promo-xbc::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(201, 160, 85, 0.16),transparent 70%);
  right: -1.25rem;
  width: 5rem;
  position: absolute;
  height: 80px;
  content: '';
  top: -1.25rem;
}.dlo_sb_promo_title-xbc {
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  letter-spacing: .06em;
  color: #C9A055;
  font-weight: 700;
  font-size: 0.688rem;
}.dlo_sb_promo_text-xbc {
  color: #F2EDE0;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: break-word;
  font-size: 12px;
}.dlo_sb_promo_sub-xbc {
  margin-top: 3px;
  font-size: 0.625rem;
  color: #948C80;
}.dlo_sb_nav-xbc {
  padding: 6px 0.5rem 1rem;
}.dlo_sb_nav_lb-xbc {
  padding: 10px 0.5rem 6px;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 10px;
  text-transform: uppercase;
  color: #887E76;
}.dlo_sb_link-xbc {
  transition: background .15s,color .15s;
  border-radius: 0.25rem;
  gap: 10px;
  padding: 9px 0.625rem;
  display: flex;
  color: #ACA090;
  font-weight: 500;
  align-items: center;
  overflow-wrap: break-word;
  cursor: pointer;
  font-size: 13px;
}.dlo_sb_link-xbc:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2EDE0;
}.dlo_sb_link-xbc.dlo_state_active-xbc {
  background: rgba(201, 160, 85, 0.16);
  color: #F2EDE0;
}.dlo_sb_ic-xbc {
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  flex-shrink: 0;
  display: flex;
}.dlo_sb_ic-xbc svg {
  stroke-linejoin: round;
  width: 1rem;
  height: 1rem;
  stroke-linecap: round;
}.dlo_sb_ic_1-xbc {
  background: rgba(201, 160, 85, 0.07);
  color: #C9A055;
}.dlo_sb_ic_2-xbc {
  background: rgba(45, 200, 138, 0.13);
  color: #2DC88A;
}.dlo_sb_ic_3-xbc {
  background: rgba(232, 184, 75, 0.14);
  color: #E8B84B;
}.dlo_sb_ic_4-xbc {
  background: rgba(124, 90, 42, 0.22);
  color: #7C5A2A;
}.dlo_sb_ic_5-xbc {
  background: rgba(201, 160, 85, 0.07);
  color: #E8609A;
}.dlo_sb_ic_6-xbc {
  background: rgba(124, 90, 42, 0.22);
  color: #9B5FE0;
}.dlo_sb_badge-xbc {
  background: #E8B84B;
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  font-size: 0.563rem;
  color: #0C0C18;
  font-weight: 700;
  margin-left: auto;
}.dlo_sb_bot-xbc {
  gap: 8px;
  padding: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.dlo_sb_lang-xbc,.dlo_sb_help-xbc {
  border-radius: 4px;
  flex: 1;
  padding: 9px 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  gap: 0.375rem;
  color: #ACA090;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 11px;
}.dlo_sb_lang-xbc:hover,.dlo_sb_help-xbc:hover {
  border-color: rgba(201, 160, 85, 0.50);
  color: #F2EDE0;
}.dlo_sb_lang-xbc svg,.dlo_sb_help-xbc svg {
  width: 0.813rem;
  stroke-linejoin: round;
  height: 13px;
  stroke-linecap: round;
}.dlo_sb_bd-xbc {
  background: rgba(5, 7, 16, 0.74);
  inset: 0;
  position: fixed;
  display: none;
  z-index: 69;
}.dlo_sb_bd-xbc.dlo_state_on-xbc {
  display: block;
}
@media(min-width: 1079px) {.dlo_sb_bd-xbc {
  display: none!important;
}
}.dlo_mob_nav-xbc {
  background: #0D1124;
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  z-index: 80;
  right: 0;
}
@media(min-width: 1083px) {.dlo_mob_nav-xbc {
  display: none;
}
}.dlo_mob_nav_item-xbc {
  padding: 4px 2px;
  gap: 4px;
  flex: 1;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  color: #887E76;
  align-items: center;
}.dlo_mob_nav_ic-xbc {
  line-height: 1;
}.dlo_mob_nav_ic-xbc svg {
  stroke-linejoin: round;
  height: 20px;
  stroke-linecap: round;
  width: 1.25rem;
}.dlo_mob_nav_lb-xbc {
  font-size: 0.625rem;
  color: #887E76;
  font-weight: 600;
}.dlo_mob_nav_item-xbc.dlo_state_active-xbc {
  color: #C9A055;
}.dlo_mob_nav_item-xbc.dlo_state_active-xbc .dlo_mob_nav_lb-xbc {
  color: #C9A055;
}.dlo_hero-xbc {
  background: #08091A;
  padding: 20px 1rem 0;
}
@media(min-width: 770px) {.dlo_hero-xbc {
  padding: 24px 1.5rem 0;
}
}.dlo_hero_in-xbc {
  margin: 0 auto;
  gap: 12px;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.dlo_hero_in-xbc {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.dlo_hero_in-xbc {
  grid-template-columns: 1fr 340px;
}
}.dlo_hero_promo-xbc {
  border-radius: 0.875rem;
  background: #0A0E1E;
  overflow: hidden;
  align-items: stretch;
  display: flex;
  min-height: 220px;
  position: relative;
}
@media(min-width: 769px) {.dlo_hero_promo-xbc {
  min-height: 280px;
}
}.dlo_hero_promo_bg-xbc {
  background: linear-gradient(120deg,#0C1530 0%,#08091A 100%);
  inset: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
}.dlo_hero_promo_bg-xbc::after {
  inset: 0;
  background: linear-gradient(90deg,#08091A 0%,rgba(5, 7, 16, 0.74) 60%,transparent 100%);
  content: '';
  position: absolute;
}.dlo_hero_promo_glow-xbc {
  background: radial-gradient(circle,rgba(124, 90, 42, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  height: 300px;
  position: absolute;
  top: -2.5rem;
  width: 18.75rem;
  right: 60px;
  pointer-events: none;
}.dlo_hero_promo_ct-xbc {
  padding: 28px 24px 1.75rem 28px;
  flex-direction: column;
  max-width: 480px;
  justify-content: center;
  display: flex;
  position: relative;
  z-index: 2;
}
@media(min-width: 766px) {.dlo_hero_promo_ct-xbc {
  padding: 40px 2rem;
}
}.dlo_hero_badge-xbc {
  padding: 5px 0.75rem;
  border-radius: 20px;
  background: rgba(201, 160, 85, 0.16);
  border: 1px solid rgba(201, 160, 85, 0.07);
  color: #C9A055;
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 14px;
}.dlo_hero_h1-xbc {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F2EDE0;
  line-height: 1.15;
  margin-bottom: 0.625rem;
  font-size: 1.625rem;
}.dlo_hero_h1-xbc em {
  color: #E8B84B;
  font-style: normal;
}
@media(min-width:768px) {.dlo_hero_h1-xbc {
  font-size: 36px;
}
}.dlo_hero_sub-xbc {
  line-height: 1.55;
  color: #ACA090;
  font-size: 13px;
  margin-bottom: 20px;
}
@media(min-width: 766px) {.dlo_hero_sub-xbc {
  font-size: 0.875rem;
}
}.dlo_hero_row-xbc {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.dlo_hero_cta-xbc {
  transition: background .2s;
  padding: 0.813rem 26px;
  border-radius: 8px;
  background: #2DC88A;
  color: #0C0C18;
  font-weight: 700;
  box-shadow: 0 0.25rem 20px rgba(45, 200, 138, 0.42), 0 1px 0.25rem rgba(0, 0, 0, 0.28);
  font-size: 14px;
}.dlo_hero_cta-xbc:hover {
  background: #38D898;
}.dlo_hero_terms-xbc {
  font-size: 0.688rem;
  color: #887E76;
}.dlo_hero_game-xbc {
  overflow: hidden;
  background: #0A0E1E;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.875rem;
  display: flex;
  flex-direction: column;
  position: relative;
}.dlo_hero_game_badge-xbc {
  background: rgba(232, 184, 75, 0.14);
  padding: 5px 0.625rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(232, 184, 75, 0.14);
  font-weight: 700;
  left: 0.75rem;
  top: 0.75rem;
  font-size: 10px;
  position: absolute;
  z-index: 3;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #E8B84B;
}.dlo_hero_game_badge-xbc svg {
  height: 0.688rem;
  width: 0.688rem;
  margin-right: 4px;
  vertical-align: -1px;
}.dlo_hero_game_img-xbc {
  overflow: hidden;
  background: linear-gradient(135deg,#0C1530,#08091A);
  padding-bottom: 60%;
  position: relative;
}.dlo_hero_game_img-xbc img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
}.dlo_hero_game_play-xbc {
  inset: 0;
  transition: opacity .2s;
  background: rgba(5, 7, 16, 0.74);
  justify-content: center;
  display: flex;
  position: absolute;
  align-items: center;
  opacity: 0;
}.dlo_hero_game-xbc:hover .dlo_hero_game_play-xbc {
  opacity: 1;
}.dlo_hero_game_play-xbc span {
  border-radius: 50%;
  background: #C9A055;
  display: flex;
  width: 52px;
  height: 52px;
  justify-content: center;
  align-items: center;
}.dlo_hero_game_play-xbc span svg {
  width: 18px;
  height: 18px;
  margin-left: 2px;
}.dlo_hero_game_info-xbc {
  padding: 14px 16px;
}.dlo_hero_game_title-xbc {
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #F2EDE0;
  font-size: 0.938rem;
  overflow-wrap: break-word;
}.dlo_hero_game_provider-xbc {
  font-size: 11px;
  color: #948C80;
}.dlo_hero_game_btn-xbc {
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 11px;
  margin: 0.75rem 1rem 16px;
  background: #C9A055;
  font-size: 0.813rem;
  text-align: center;
  color: #F2EDE0;
  display: block;
  font-weight: 700;
}.dlo_hero_game-xbc:hover .dlo_hero_game_btn-xbc {
  background: #D9B46A;
}.dlo_sbar-xbc {
  background: #08091A;
  padding: 1rem 1rem 0;
}
@media(min-width: 765px) {.dlo_sbar-xbc {
  padding: 1.125rem 24px 0;
}
}.dlo_sbar_in-xbc {
  margin: 0 auto;
  max-width: 82.5rem;
}.dlo_sbar_row-xbc {
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  display: flex;
}.dlo_sbar_input-xbc {
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  padding: 11px 1rem;
  background: #0A0E1E;
  gap: 0.625rem;
  transition: border-color .2s;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 0.813rem;
  color: #948C80;
}.dlo_sbar_input-xbc:hover {
  border-color: rgba(201, 160, 85, 0.50);
}.dlo_sbar_input-xbc svg {
  stroke-linejoin: round;
  height: 0.938rem;
  flex-shrink: 0;
  stroke-linecap: round;
  width: 0.938rem;
}.dlo_sbar_providers-xbc {
  border-radius: 0.5rem;
  gap: 0.5rem;
  background: #0A0E1E;
  padding: 11px 1.125rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  font-size: 13px;
  white-space: nowrap;
  color: #D2C6B0;
  font-weight: 600;
  align-items: center;
  display: flex;
}.dlo_sbar_providers-xbc:hover {
  border-color: rgba(201, 160, 85, 0.50);
  color: #F2EDE0;
}.dlo_sbar_providers-xbc svg {
  stroke-linecap: round;
  width: 14px;
  height: 14px;
  stroke-linejoin: round;
}.dlo_sbar_tabs-xbc {
  gap: 6px;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 2px;
}.dlo_sbar_tabs-xbc::-webkit-scrollbar {
  display: none;
}.dlo_sbar_tab-xbc {
  background: rgba(255, 255, 255, 0.05);
  padding: 0.5rem 14px;
  gap: 0.438rem;
  border-radius: 1.25rem;
  transition: background .15s,color .15s,border-color .15s;
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.75rem;
  color: #ACA090;
  font-weight: 600;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  cursor: pointer;
  white-space: nowrap;
}.dlo_sbar_tab-xbc:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(201, 160, 85, 0.50);
  color: #F2EDE0;
}.dlo_sbar_tab-xbc.dlo_state_active-xbc {
  background: rgba(201, 160, 85, 0.16);
  border-color: rgba(201, 160, 85, 0.07);
  color: #F2EDE0;
}.dlo_sbar_tab_ic-xbc svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 14px;
  height: 0.875rem;
}.dlo_wy-xbc {
  padding: 2rem 16px 0;
  background: #08091A;
}
@media(min-width: 766px) {.dlo_wy-xbc {
  padding: 2.5rem 24px 0;
}
}.dlo_wy_in-xbc {
  margin: 0 auto;
  max-width: 1320px;
}.dlo_wy_head-xbc {
  margin-bottom: 1.125rem;
  max-width: 45rem;
}.dlo_wy_label-xbc {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #C9A055;
  font-size: 0.688rem;
}.dlo_wy_h2-xbc {
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-size: 20px;
  font-family: 'Cormorant Garamond', serif;
  color: #F2EDE0;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.dlo_wy_h2-xbc {
  font-size: 24px;
}
}.dlo_wy_intro-xbc {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #948C80;
}.dlo_wy_grid-xbc {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.dlo_wy_grid-xbc {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.dlo_wy_grid-xbc {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.dlo_wy_card-xbc {
  background: #0D1124;
  padding: 20px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,transform .2s;
}.dlo_wy_card-xbc:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 160, 85, 0.07);
}.dlo_wy_card_ic-xbc {
  background: rgba(201, 160, 85, 0.16);
  border-radius: 50%;
  justify-content: center;
  height: 44px;
  color: #C9A055;
  margin-bottom: 0.875rem;
  align-items: center;
  display: flex;
  width: 2.75rem;
}.dlo_wy_card_ic-xbc svg {
  width: 1.375rem;
  height: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.dlo_wy_card_h-xbc {
  color: #F2EDE0;
  margin-bottom: 0.375rem;
  font-weight: 700;
  line-height: 1.25;
  font-size: 15px;
  overflow-wrap: break-word;
}.dlo_wy_card_p-xbc {
  color: #948C80;
  line-height: 1.6;
  font-size: 13px;
  overflow-wrap: break-word;
}.dlo_wy_card_p-xbc strong {
  font-weight: 600;
  color: #D2C6B0;
}.dlo_gcg-xbc {
  padding: 36px 1rem 0;
  background: #08091A;
}
@media(min-width: 769px) {.dlo_gcg-xbc {
  padding: 44px 1.5rem 0;
}
}.dlo_gcg_in-xbc {
  margin: 0 auto;
  max-width: 82.5rem;
}.dlo_gcg_head-xbc {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.dlo_gcg_label-xbc {
  color: #C9A055;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
}.dlo_gcg_h2-xbc {
  font-weight: 800;
  color: #F2EDE0;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 22px;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 766px) {.dlo_gcg_h2-xbc {
  font-size: 1.75rem;
}
}.dlo_gcg_intro-xbc {
  color: #948C80;
  line-height: 1.6;
  font-size: 13px;
}.dlo_gcg_grid-xbc {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.dlo_gcg_grid-xbc {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.dlo_gcg_grid-xbc {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.dlo_gcg_card-xbc {
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  padding: 20px;
  border-radius: 14px;
  position: relative;
  justify-content: flex-end;
  display: flex;
  min-height: 240px;
  flex-direction: column;
  cursor: pointer;
}.dlo_gcg_card-xbc:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 160, 85, 0.16);
}.dlo_gcg_card_bg-xbc {
  inset: 0;
  z-index: 0;
  position: absolute;
}.dlo_gcg_card_bg-xbc::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.dlo_gcg_card_ic-xbc {
  border-radius: 4px;
  background: rgba(0,0,0,.45);
  right: 1.125rem;
  top: 18px;
  color: #F2EDE0;
  height: 2.5rem;
  position: absolute;
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 2;
  width: 40px;
}.dlo_gcg_card_ic-xbc svg {
  stroke-linejoin: round;
  height: 20px;
  stroke-linecap: round;
  width: 20px;
}.dlo_gcg_card_ct-xbc {
  position: relative;
  z-index: 1;
}.dlo_gcg_card_h-xbc {
  font-family: 'Cormorant Garamond', serif;
  color: #F2EDE0;
  line-height: 1.2;
  font-weight: 800;
  font-size: 1.125rem;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.dlo_gcg_card_h-xbc {
  font-size: 1.25rem;
}
}.dlo_gcg_card_p-xbc {
  color: rgba(255,255,255,.82);
  line-height: 1.55;
  font-size: 12px;
  margin-bottom: 10px;
  overflow-wrap: break-word;
}.dlo_gcg_card_p-xbc strong {
  font-weight: 600;
  color: #F2EDE0;
}.dlo_gcg_card_cta-xbc {
  gap: 0.25rem;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-flex;
  letter-spacing: .04em;
  align-items: center;
  color: #C9A055;
}.dlo_gcg_card_cta-xbc svg {
  stroke-linejoin: round;
  width: 12px;
  stroke-linecap: round;
  height: 12px;
}.dlo_ws-xbc {
  padding: 32px 1rem 0;
  background: #08091A;
}
@media(min-width: 771px) {.dlo_ws-xbc {
  padding: 2.25rem 1.5rem 0;
}
}.dlo_ws_in-xbc {
  margin: 0 auto;
  max-width: 1320px;
}.dlo_ws_head-xbc {
  gap: 12px;
  display: flex;
  margin-bottom: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}.dlo_ws_title-xbc {
  gap: 10px;
  overflow-wrap: break-word;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Cormorant Garamond', serif;
  flex-wrap: wrap;
  align-items: center;
  color: #F2EDE0;
  display: flex;
}.dlo_ws_title_ic-xbc svg {
  height: 18px;
  stroke-linejoin: round;
  color: #E8B84B;
  stroke-linecap: round;
  width: 1.125rem;
}.dlo_ws_online-xbc {
  gap: 0.438rem;
  font-weight: 600;
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  color: #948C80;
}.dlo_ws_online_dot-xbc {
  background: #2DC88A;
  border-radius: 50%;
  height: 0.5rem;
  flex-shrink: 0;
  width: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(45, 200, 138, 0.13);
}.dlo_ws_scroll-xbc {
  gap: 0.5rem;
  padding-bottom: 8px;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
}.dlo_ws_scroll-xbc::-webkit-scrollbar {
  display: none;
}.dlo_wc-xbc {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #0A0E1E;
  border-radius: 0.5rem;
  padding: 10px 0.875rem;
  gap: 0.625rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  min-width: 13.75rem;
}.dlo_wc_img-xbc {
  border-radius: 0.25rem;
  background: #0D1124;
  overflow: hidden;
  flex-shrink: 0;
  height: 36px;
  width: 2.25rem;
}.dlo_wc_img-xbc img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.dlo_wc_info-xbc {
  min-width: 0;
}.dlo_wc_game-xbc {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #D2C6B0;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
}.dlo_wc_player-xbc {
  overflow: hidden;
  color: #887E76;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
}.dlo_wc_amount-xbc {
  color: #2DC88A;
  margin-left: auto;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 700;
  flex-shrink: 0;
}.dlo_prov-xbc {
  background: #08091A;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.dlo_prov-xbc {
  padding: 2.75rem 1.5rem 0;
}
}.dlo_prov_in-xbc {
  margin: 0 auto;
  max-width: 82.5rem;
}.dlo_prov_head-xbc {
  margin-bottom: 1rem;
}.dlo_prov_label-xbc {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 8px;
  color: #C9A055;
  letter-spacing: .08em;
}.dlo_prov_h2-xbc {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 8px;
  color: #F2EDE0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
}
@media(min-width: 771px) {.dlo_prov_h2-xbc {
  font-size: 24px;
}
}.dlo_prov_seo-xbc {
  max-width: 38.75rem;
  margin-bottom: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #948C80;
  font-size: 13px;
}.dlo_prov_seo-xbc strong {
  color: #D2C6B0;
  font-weight: 700;
}.dlo_prov_seo-xbc a {
  color: #C9A055;
  text-decoration: underline;
}.dlo_prov_grid-xbc {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 643px) {.dlo_prov_grid-xbc {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.dlo_prov_grid-xbc {
  grid-template-columns: repeat(8,1fr);
}
}.dlo_prov_card-xbc {
  padding: 14px 10px;
  gap: 0.438rem;
  border-radius: 8px;
  transition: border-color .2s,background .2s;
  background: #0A0E1E;
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
}.dlo_prov_card-xbc:hover {
  background: #0D1124;
  border-color: rgba(201, 160, 85, 0.50);
}.dlo_prov_logo-xbc {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  display: flex;
  height: 2.75rem;
}.dlo_prov_logo-xbc img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.dlo_prov_name-xbc {
  color: #ACA090;
  font-size: 11px;
  text-align: center;
  overflow-wrap: break-word;
  font-weight: 600;
}.dlo_app-xbc {
  padding: 36px 1rem 0;
  background: #08091A;
}
@media(min-width: 771px) {.dlo_app-xbc {
  padding: 44px 1.5rem 0;
}
}.dlo_app_in-xbc {
  margin: 0 auto;
  max-width: 82.5rem;
}.dlo_app_head-xbc {
  margin-bottom: 16px;
}.dlo_app_label-xbc {
  font-weight: 700;
  color: #C9A055;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.dlo_app_h2-xbc {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  margin-bottom: 0.375rem;
  color: #F2EDE0;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 771px) {.dlo_app_h2-xbc {
  font-size: 24px;
}
}.dlo_app_sub-xbc {
  max-width: 600px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #948C80;
}.dlo_app_sub-xbc strong {
  color: #D2C6B0;
  font-weight: 700;
}.dlo_app_cards-xbc {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1rem;
}
@media(min-width: 641px) {.dlo_app_cards-xbc {
  grid-template-columns: repeat(3,1fr);
}
}.dlo_app_card-xbc {
  gap: 1rem;
  padding: 20px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.dlo_app_card_ios-xbc {
  background: linear-gradient(135deg,rgba(201, 160, 85, 0.16) 0%,#0D1124 100%);
}.dlo_app_card_android-xbc {
  background: linear-gradient(135deg,rgba(45, 200, 138, 0.13) 0%,#0D1124 100%);
}.dlo_app_card_win-xbc {
  background: linear-gradient(135deg,rgba(232, 184, 75, 0.14) 0%,#0D1124 100%);
}.dlo_app_card_ic-xbc svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 2.125rem;
  width: 34px;
}.dlo_app_card_ic-xbc {
  color: #F2EDE0;
  flex-shrink: 0;
}.dlo_app_card_os-xbc {
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #948C80;
  margin-bottom: 6px;
}.dlo_app_card_title-xbc {
  margin-bottom: 6px;
  overflow-wrap: break-word;
  color: #F2EDE0;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
}.dlo_app_card_text-xbc {
  overflow-wrap: break-word;
  color: #948C80;
  font-size: 12px;
  margin-bottom: 14px;
  line-height: 1.5;
}.dlo_app_card_btn-xbc {
  padding: 10px 1.125rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(201, 160, 85, 0.50);
  border-radius: 0.25rem;
  gap: 0.438rem;
  transition: background .2s;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #F2EDE0;
}.dlo_app_card_btn-xbc:hover {
  background: rgba(255, 255, 255, 0.07);
}.dlo_reg-xbc {
  padding: 2.25rem 1rem 0;
  background: #08091A;
}
@media(min-width: 767px) {.dlo_reg-xbc {
  padding: 2.75rem 1.5rem 0;
}
}.dlo_reg_in-xbc {
  border-radius: 0.875rem;
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #0D1124;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.dlo_reg_in-xbc {
  padding: 2.5rem;
}
}.dlo_reg_top-xbc {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.dlo_reg_top-xbc {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.dlo_reg_label-xbc {
  color: #C9A055;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
}.dlo_reg_h2-xbc {
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.2;
  color: #F2EDE0;
}
@media(min-width: 766px) {.dlo_reg_h2-xbc {
  font-size: 1.75rem;
}
}.dlo_reg_bonus-xbc {
  border-radius: 0.5rem;
  border: 1px solid rgba(232, 184, 75, 0.14);
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  background: rgba(232, 184, 75, 0.14);
  margin-bottom: 16px;
  align-items: center;
  display: inline-flex;
}.dlo_reg_bonus_amount-xbc {
  font-weight: 800;
  font-size: 1.25rem;
  color: #E8B84B;
}.dlo_reg_bonus_text-xbc {
  color: #ACA090;
  line-height: 1.35;
  font-size: 0.813rem;
}.dlo_reg_cta_btn-xbc {
  transition: background .2s;
  background: #2DC88A;
  border-radius: 8px;
  padding: 0.875rem 32px;
  display: inline-block;
  color: #0C0C18;
  margin-bottom: 0.75rem;
  font-size: 0.938rem;
  box-shadow: 0 4px 20px rgba(45, 200, 138, 0.42), 0 1px 4px rgba(0, 0, 0, 0.28);
  font-weight: 700;
}.dlo_reg_cta_btn-xbc:hover {
  background: #38D898;
}.dlo_reg_terms-xbc {
  font-size: 0.688rem;
  color: #887E76;
  line-height: 1.5;
}.dlo_reg_seo-xbc {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 20px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
  color: #948C80;
  padding-top: 1.25rem;
}.dlo_reg_seo-xbc p {
  margin-bottom: 10px;
  font-size: 13px;
  color: #948C80;
  line-height: 1.65;
}.dlo_reg_seo-xbc p:last-child {
  margin-bottom: 0;
}.dlo_reg_seo-xbc strong {
  color: #D2C6B0;
  font-weight: 700;
}.dlo_reg_seo-xbc a {
  transition: color .2s;
  color: #C9A055;
  text-decoration: underline;
}.dlo_reg_seo-xbc a:hover {
  color: #D9B46A;
}.dlo_reg_seo-xbc ul,.dlo_reg_seo-xbc ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.dlo_reg_seo-xbc ol {
  list-style: decimal;
}.dlo_reg_seo-xbc li {
  margin-bottom: 0.25rem;
  color: #948C80;
  font-size: 13px;
  line-height: 1.65;
}.dlo_reg_seo-xbc table {
  font-size: 0.813rem;
  margin-bottom: 10px;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 769px) {.dlo_reg_seo-xbc table {
  display: table;
}
}.dlo_reg_seo-xbc th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  color: #D2C6B0;
  text-align: left;
  font-weight: 700;
}.dlo_reg_seo-xbc td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #948C80;
}.dlo_reg_steps-xbc {
  gap: 14px;
  flex-direction: column;
  display: flex;
  margin-top: 1.75rem;
}
@media(min-width: 858px) {.dlo_reg_steps-xbc {
  margin-top: 0;
}
}.dlo_reg_step-xbc {
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.dlo_reg_step_num-xbc {
  border: 1px solid rgba(201, 160, 85, 0.07);
  border-radius: 50%;
  background: rgba(201, 160, 85, 0.16);
  flex-shrink: 0;
  height: 2.125rem;
  font-weight: 800;
  align-items: center;
  width: 34px;
  color: #C9A055;
  display: flex;
  font-size: 0.875rem;
  justify-content: center;
}.dlo_reg_step_title-xbc {
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 700;
  color: #F2EDE0;
}.dlo_reg_step_text-xbc {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #948C80;
}.dlo_reg_trust-xbc {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}.dlo_reg_trust_item-xbc {
  gap: 7px;
  color: #948C80;
  font-size: 12px;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
}.dlo_reg_trust_ic-xbc svg {
  width: 1rem;
  color: #C9A055;
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.dlo_htp-xbc {
  background: #08091A;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.dlo_htp-xbc {
  padding: 44px 1.5rem 0;
}
}.dlo_htp_in-xbc {
  margin: 0 auto;
  max-width: 82.5rem;
}.dlo_htp_head-xbc {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.dlo_htp_label-xbc {
  text-transform: uppercase;
  color: #C9A055;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
}.dlo_htp_h2-xbc {
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.375rem;
  color: #F2EDE0;
  margin-bottom: 8px;
}
@media(min-width: 771px) {.dlo_htp_h2-xbc {
  font-size: 1.75rem;
}
}.dlo_htp_intro-xbc {
  font-size: 14px;
  color: #948C80;
  line-height: 1.6;
}.dlo_htp_steps-xbc {
  padding: 0;
  gap: 0.75rem;
  margin: 0;
  list-style: none;
  grid-template-columns: 1fr;
  counter-reset: none;
  display: grid;
}
@media(min-width:640px) {.dlo_htp_steps-xbc {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.dlo_htp_steps-xbc {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.dlo_htp_step-xbc {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.5rem;
  padding: 1.25rem 18px 18px;
  background: #0D1124;
  flex-direction: column;
  position: relative;
  display: flex;
}.dlo_htp_step_num-xbc {
  background: #C9A055;
  border-radius: 50%;
  font-family: 'Cormorant Garamond', serif;
  align-items: center;
  left: 20px;
  font-size: 0.813rem;
  color: #0C0C18;
  display: flex;
  width: 28px;
  justify-content: center;
  position: absolute;
  height: 1.75rem;
  font-weight: 800;
  top: -0.75rem;
}.dlo_htp_step_ic-xbc {
  background: rgba(201, 160, 85, 0.16);
  border-radius: 4px;
  margin: 0.5rem 0 0.75rem;
  justify-content: center;
  height: 36px;
  align-items: center;
  color: #C9A055;
  display: flex;
  width: 36px;
}.dlo_htp_step_ic-xbc svg {
  width: 18px;
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.dlo_htp_step_h-xbc {
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
  color: #F2EDE0;
}.dlo_htp_step_p-xbc {
  color: #948C80;
  line-height: 1.55;
  font-size: 13px;
  overflow-wrap: break-word;
}.dlo_htp_step_p-xbc strong {
  color: #D2C6B0;
  font-weight: 600;
}.dlo_htp_cta-xbc {
  background: #2DC88A;
  padding: 13px 1.625rem;
  transition: background .2s;
  border-radius: 0.5rem;
  color: #0C0C18;
  font-weight: 700;
  display: inline-block;
  font-size: 0.875rem;
  margin-top: 1.25rem;
}.dlo_htp_cta-xbc:hover {
  background: #38D898;
}.dlo_bon-xbc {
  padding: 36px 16px 0;
  background: #08091A;
}
@media(min-width: 771px) {.dlo_bon-xbc {
  padding: 2.75rem 24px 0;
}
}.dlo_bon_in-xbc {
  margin: 0 auto;
  max-width: 82.5rem;
}.dlo_bon_head-xbc {
  margin-bottom: 1.25rem;
}.dlo_bon_label-xbc {
  color: #C9A055;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
}.dlo_bon_h2-xbc {
  font-size: 20px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  color: #F2EDE0;
}
@media(min-width: 769px) {.dlo_bon_h2-xbc {
  font-size: 1.5rem;
}
}.dlo_bon_seo-xbc {
  max-width: 620px;
  color: #948C80;
  font-size: 0.813rem;
  line-height: 1.6;
  overflow-wrap: break-word;
}.dlo_bon_seo-xbc strong {
  color: #D2C6B0;
  font-weight: 700;
}.dlo_bon_seo-xbc a {
  text-decoration: underline;
  color: #C9A055;
}.dlo_bon_grid-xbc {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 643px) {.dlo_bon_grid-xbc {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.dlo_bon_grid-xbc {
  grid-template-columns: repeat(5,1fr);
}
}.dlo_bon_card-xbc {
  border-radius: 8px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #0A0E1E;
  transition: border-color .2s,transform .2s;
}.dlo_bon_card-xbc:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 160, 85, 0.07);
}.dlo_bon_card_ic-xbc svg {
  stroke-linejoin: round;
  height: 1.625rem;
  stroke-linecap: round;
  width: 1.625rem;
}.dlo_bon_card_ic-xbc {
  margin-bottom: 0.625rem;
}.dlo_bon_card_type-xbc {
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 10px;
  color: #948C80;
  margin-bottom: 0.375rem;
}.dlo_bon_card_amount-xbc {
  line-height: 1.1;
  margin-bottom: 6px;
  font-weight: 800;
  font-size: 18px;
  color: #E8B84B;
}.dlo_bon_card_name-xbc {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 13px;
  color: #F2EDE0;
  overflow-wrap: break-word;
}.dlo_bon_card_detail-xbc {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #887E76;
  padding-top: 0.5rem;
  line-height: 1.5;
}.dlo_seo-xbc {
  padding: 36px 1rem 0;
  background: #08091A;
}
@media(min-width: 766px) {.dlo_seo-xbc {
  padding: 44px 24px 0;
}
}.dlo_seo_in-xbc {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 14px;
  margin: 0 auto;
  background: #0D1124;
  padding: 1.75rem 1.5rem;
  max-width: 1320px;
}
@media(min-width: 769px) {.dlo_seo_in-xbc {
  padding: 36px 40px;
}
}.dlo_seo_label-xbc {
  text-transform: uppercase;
  color: #C9A055;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
}.dlo_seo_h2-xbc {
  font-size: 20px;
  color: #F2EDE0;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
}
@media(min-width: 770px) {.dlo_seo_h2-xbc {
  font-size: 1.5rem;
}
}.dlo_seo_body-xbc {
  color: #ACA090;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
}.dlo_seo_body-xbc p {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0.75rem;
  color: #ACA090;
}.dlo_seo_body-xbc p:last-child {
  margin-bottom: 0;
}.dlo_seo_body-xbc strong {
  font-weight: 700;
  color: #D2C6B0;
}.dlo_seo_body-xbc a {
  transition: color .2s;
  text-decoration: underline;
  color: #C9A055;
}.dlo_seo_body-xbc a:hover {
  color: #D9B46A;
}.dlo_seo_body-xbc ul,.dlo_seo_body-xbc ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.dlo_seo_body-xbc ol {
  list-style: decimal;
}.dlo_seo_body-xbc li {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 6px;
  color: #ACA090;
}.dlo_seo_body-xbc table {
  width: 100%;
  font-size: 13px;
  overflow-x: auto;
  margin-bottom: 0.75rem;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 769px) {.dlo_seo_body-xbc table {
  display: table;
}
}.dlo_seo_body-xbc th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  color: #D2C6B0;
  text-align: left;
}.dlo_seo_body-xbc td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #ACA090;
}.dlo_seo_cols-xbc {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 642px) {.dlo_seo_cols-xbc {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.dlo_seo_cols-xbc {
  grid-template-columns: repeat(3,1fr);
}
}.dlo_seo_col_h-xbc {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.438rem;
  font-size: 13px;
  color: #D2C6B0;
}.dlo_seo_col_p-xbc {
  color: #948C80;
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.dlo_seo_stats-xbc {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.dlo_seo_stat-xbc {
  border: 1px solid rgba(201, 160, 85, 0.16);
  flex: 1;
  padding: 0.875rem 16px;
  background: rgba(201, 160, 85, 0.07);
  border-radius: 0.5rem;
  min-width: 8.75rem;
}.dlo_seo_stat_val-xbc {
  color: #C9A055;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 800;
}.dlo_seo_stat_lb-xbc {
  color: #948C80;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.dlo_faq-xbc {
  background: #08091A;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.dlo_faq-xbc {
  padding: 44px 1.5rem 0;
}
}.dlo_faq_in-xbc {
  margin: 0 auto;
  max-width: 1320px;
}.dlo_faq_head-xbc {
  margin-bottom: 20px;
}.dlo_faq_label-xbc {
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C9A055;
  font-size: 0.688rem;
  font-weight: 700;
}.dlo_faq_h2-xbc {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  color: #F2EDE0;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 769px) {.dlo_faq_h2-xbc {
  font-size: 24px;
}
}.dlo_faq_list-xbc {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.dlo_faq_item-xbc {
  overflow: hidden;
  background: #0D1124;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
}.dlo_faq_q-xbc {
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  transition: color .2s;
  font-size: 0.875rem;
  align-items: center;
  color: #D2C6B0;
  flex-wrap: wrap;
  font-weight: 600;
  justify-content: space-between;
  display: flex;
  cursor: pointer;
  overflow-wrap: break-word;
}.dlo_faq_q-xbc:hover {
  color: #F2EDE0;
}.dlo_faq_q_ic-xbc {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  color: #C9A055;
  align-items: center;
  font-size: 16px;
  height: 24px;
  width: 24px;
}.dlo_faq_item-xbc.dlo_state_open-xbc .dlo_faq_q_ic-xbc {
  transform: rotate(45deg);
}.dlo_faq_a-xbc {
  padding: 0 1.25rem 16px;
  line-height: 1.7;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #948C80;
  display: none;
}.dlo_faq_item-xbc.dlo_state_open-xbc .dlo_faq_a-xbc {
  display: block;
}.dlo_faq_a-xbc strong {
  color: #D2C6B0;
  font-weight: 700;
}.dlo_faq_a-xbc a {
  text-decoration: underline;
  color: #C9A055;
}.dlo_faq_a-xbc ul,.dlo_faq_a-xbc ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.dlo_faq_a-xbc ol {
  list-style: decimal;
}.dlo_faq_a-xbc li {
  line-height: 1.6;
  margin-bottom: 4px;
}.dlo_faq_a-xbc table {
  margin: 8px 0;
  display: block;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.75rem;
  overflow-x: auto;
}
@media(min-width: 766px) {.dlo_faq_a-xbc table {
  display: table;
}
}.dlo_faq_a-xbc th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 8px;
  text-align: left;
  font-weight: 700;
  color: #D2C6B0;
}.dlo_faq_a-xbc td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 8px;
  color: #948C80;
}.dlo_seo-xbc {
  background: #08091A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.dlo_seo-xbc {
  padding: 44px 24px 0;
}
}.dlo_seo_in-xbc {
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.875rem;
  background: #0D1124;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 771px) {.dlo_seo_in-xbc {
  padding: 36px 2.5rem;
}
}.dlo_seo_label-xbc {
  letter-spacing: .08em;
  color: #C9A055;
  font-size: 11px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}.dlo_seo_h2-xbc {
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 0.875rem;
  font-size: 20px;
  color: #F2EDE0;
  line-height: 1.25;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.dlo_seo_h2-xbc {
  font-size: 24px;
}
}.dlo_seo_body-xbc {
  line-height: 1.75;
  color: #ACA090;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.dlo_seo_body-xbc p {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  color: #ACA090;
}.dlo_seo_body-xbc p:last-child {
  margin-bottom: 0;
}.dlo_seo_body-xbc strong {
  color: #D2C6B0;
  font-weight: 700;
}.dlo_seo_body-xbc a {
  transition: color .2s;
  text-decoration: underline;
  color: #C9A055;
}.dlo_seo_body-xbc a:hover {
  color: #D9B46A;
}.dlo_seo_body-xbc ul,.dlo_seo_body-xbc ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.dlo_seo_body-xbc ol {
  list-style: decimal;
}.dlo_seo_body-xbc li {
  color: #ACA090;
  margin-bottom: 0.375rem;
  font-size: 14px;
  line-height: 1.75;
}.dlo_seo_body-xbc table {
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 12px;
  display: block;
  width: 100%;
}
@media(min-width: 769px) {.dlo_seo_body-xbc table {
  display: table;
}
}.dlo_seo_body-xbc th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D2C6B0;
  text-align: left;
  font-weight: 700;
}.dlo_seo_body-xbc td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #ACA090;
}.dlo_seo_cols-xbc {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 637px) {.dlo_seo_cols-xbc {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.dlo_seo_cols-xbc {
  grid-template-columns: repeat(3,1fr);
}
}.dlo_seo_col_h-xbc {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 7px;
  font-weight: 700;
  color: #D2C6B0;
}.dlo_seo_col_p-xbc {
  color: #948C80;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
}.dlo_seo_stats-xbc {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.dlo_seo_stat-xbc {
  padding: 14px 1rem;
  border: 1px solid rgba(201, 160, 85, 0.16);
  background: rgba(201, 160, 85, 0.07);
  border-radius: 8px;
  flex: 1;
  min-width: 8.75rem;
}.dlo_seo_stat_val-xbc {
  margin-bottom: 4px;
  color: #C9A055;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
}.dlo_seo_stat_lb-xbc {
  color: #948C80;
  overflow-wrap: break-word;
  font-size: 11px;
}.dlo_seo-xbc {
  background: #08091A;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.dlo_seo-xbc {
  padding: 2.75rem 24px 0;
}
}.dlo_seo_in-xbc {
  margin: 0 auto;
  padding: 28px 24px;
  border-radius: 14px;
  background: #0D1124;
  border: 1px solid rgba(255, 255, 255, 0.10);
  max-width: 82.5rem;
}
@media(min-width: 766px) {.dlo_seo_in-xbc {
  padding: 2.25rem 2.5rem;
}
}.dlo_seo_label-xbc {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  color: #C9A055;
  font-size: 0.688rem;
  text-transform: uppercase;
}.dlo_seo_h2-xbc {
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-weight: 800;
  line-height: 1.25;
  font-size: 20px;
  color: #F2EDE0;
}
@media(min-width: 767px) {.dlo_seo_h2-xbc {
  font-size: 24px;
}
}.dlo_seo_body-xbc {
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
  color: #ACA090;
}.dlo_seo_body-xbc p {
  line-height: 1.75;
  color: #ACA090;
  margin-bottom: 12px;
  font-size: 0.875rem;
}.dlo_seo_body-xbc p:last-child {
  margin-bottom: 0;
}.dlo_seo_body-xbc strong {
  color: #D2C6B0;
  font-weight: 700;
}.dlo_seo_body-xbc a {
  transition: color .2s;
  text-decoration: underline;
  color: #C9A055;
}.dlo_seo_body-xbc a:hover {
  color: #D9B46A;
}.dlo_seo_body-xbc ul,.dlo_seo_body-xbc ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.dlo_seo_body-xbc ol {
  list-style: decimal;
}.dlo_seo_body-xbc li {
  line-height: 1.75;
  color: #ACA090;
  font-size: 14px;
  margin-bottom: 6px;
}.dlo_seo_body-xbc table {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  overflow-x: auto;
  font-size: 13px;
  border-collapse: collapse;
}
@media(min-width: 770px) {.dlo_seo_body-xbc table {
  display: table;
}
}.dlo_seo_body-xbc th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  font-weight: 700;
  color: #D2C6B0;
  text-align: left;
}.dlo_seo_body-xbc td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #ACA090;
}.dlo_seo_cols-xbc {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.dlo_seo_cols-xbc {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.dlo_seo_cols-xbc {
  grid-template-columns: repeat(3,1fr);
}
}.dlo_seo_col_h-xbc {
  color: #D2C6B0;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 7px;
  overflow-wrap: break-word;
}.dlo_seo_col_p-xbc {
  color: #948C80;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
}.dlo_seo_stats-xbc {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.dlo_seo_stat-xbc {
  background: rgba(201, 160, 85, 0.07);
  border-radius: 0.5rem;
  padding: 14px 1rem;
  flex: 1;
  border: 1px solid rgba(201, 160, 85, 0.16);
  min-width: 140px;
}.dlo_seo_stat_val-xbc {
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  color: #C9A055;
}.dlo_seo_stat_lb-xbc {
  overflow-wrap: break-word;
  color: #948C80;
  font-size: 0.688rem;
}.dlo_ft-xbc {
  background: #050710;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.dlo_ft_support-xbc {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 1rem;
}
@media(min-width: 771px) {.dlo_ft_support-xbc {
  padding: 1.75rem 1.5rem;
}
}.dlo_ft_support_in-xbc {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 82.5rem;
}.dlo_ft_support_main-xbc {
  gap: 1rem;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  min-width: 13.75rem;
}.dlo_ft_support_ic-xbc {
  flex-shrink: 0;
  color: #C9A055;
}.dlo_ft_support_ic-xbc svg {
  stroke-linejoin: round;
  width: 1.875rem;
  height: 30px;
  stroke-linecap: round;
}.dlo_ft_support_text_title-xbc {
  color: #F2EDE0;
  font-size: 15px;
  margin-bottom: 3px;
  overflow-wrap: break-word;
  font-weight: 700;
}.dlo_ft_support_text_sub-xbc {
  color: #948C80;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.dlo_ft_support_btn-xbc {
  transition: background .2s;
  padding: 11px 1.375rem;
  border-radius: 0.5rem;
  background: #C9A055;
  font-size: 13px;
  flex-shrink: 0;
  white-space: nowrap;
  color: #F2EDE0;
  font-weight: 700;
}.dlo_ft_support_btn-xbc:hover {
  background: #D9B46A;
}.dlo_ft_support_contacts-xbc {
  gap: 16px;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.dlo_ft_support_contact-xbc {
  line-height: 1.4;
  color: #887E76;
  font-size: 12px;
}.dlo_ft_support_contact-xbc strong {
  margin-bottom: 2px;
  display: block;
  font-weight: 600;
  font-size: 0.688rem;
  color: #ACA090;
}.dlo_ft_main-xbc {
  padding: 2rem 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 771px) {.dlo_ft_main-xbc {
  padding: 40px 24px 2rem;
}
}.dlo_ft_main_in-xbc {
  margin: 0 auto;
  gap: 24px;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
}
@media(min-width:640px) {.dlo_ft_main_in-xbc {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.dlo_ft_main_in-xbc {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.dlo_ft_col_logo-xbc {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.dlo_ft_col_logo-xbc {
  grid-column: auto;
}
}.dlo_ft_logo-xbc {
  gap: 9px;
  flex-wrap: wrap;
  color: #F2EDE0;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 800;
  align-items: center;
  font-size: 16px;
}.dlo_ft_logo_mark-xbc {
  overflow: hidden;
  border-radius: 0.25rem;
  width: 1.875rem;
  height: 30px;
}.dlo_ft_logo_mark-xbc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.dlo_ft_logo_sub-xbc {
  color: #887E76;
  max-width: 200px;
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 12px;
}.dlo_ft_col_title-xbc {
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: 12px;
  font-weight: 700;
  color: #ACA090;
  margin-bottom: 14px;
}.dlo_ft_col_links-xbc {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.dlo_ft_col_link-xbc {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #887E76;
  font-size: 0.813rem;
}.dlo_ft_col_link-xbc:hover {
  color: #D2C6B0;
}.dlo_ft_apps-xbc {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.dlo_ft_app_card-xbc {
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  gap: 0.625rem;
  border-radius: 4px;
  align-items: center;
  display: flex;
}.dlo_ft_app_card-xbc:hover {
  border-color: rgba(201, 160, 85, 0.50);
}.dlo_ft_app_card_ic-xbc svg {
  stroke-linejoin: round;
  height: 22px;
  width: 22px;
  stroke-linecap: round;
}.dlo_ft_app_card_os-xbc {
  font-weight: 600;
  color: #887E76;
  font-size: 0.625rem;
}.dlo_ft_app_card_action-xbc {
  color: #D2C6B0;
  font-size: 12px;
  font-weight: 700;
}.dlo_ft_bot-xbc {
  padding: 20px 1rem;
}
@media(min-width: 769px) {.dlo_ft_bot-xbc {
  padding: 20px 1.5rem;
}
}.dlo_ft_bot_in-xbc {
  gap: 1rem;
  margin: 0 auto;
  max-width: 1320px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.dlo_ft_socials-xbc {
  gap: 0.5rem;
  display: flex;
}.dlo_ft_soc-xbc {
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: background .2s;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 2.25rem;
  width: 36px;
  color: #ACA090;
}.dlo_ft_soc-xbc svg {
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
}.dlo_ft_soc-xbc:hover {
  background: rgba(255, 255, 255, 0.07);
}.dlo_ft_legal-xbc {
  flex: 1;
  font-size: 0.688rem;
  line-height: 1.6;
  min-width: 200px;
  overflow-wrap: break-word;
  color: #8C8472;
}.dlo_ft_legal-xbc strong {
  color: #ACA090;
  font-weight: 700;
}.dlo_ft_legal-xbc a {
  text-decoration: underline;
  color: #ACA090;
}.dlo_ft_age-xbc {
  border: 2px solid #8C8472;
  border-radius: 50%;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  color: #8C8472;
  flex-shrink: 0;
  font-weight: 800;
  font-size: 11px;
  display: flex;
  width: 32px;
  height: 2rem;
}