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 {
  display: block;
  max-width: 100%;
}body {
  background: #0E0C13;
  -webkit-font-smoothing: antialiased;
  font-family: 'Jost', sans-serif;
  color: #C6BFB2;
  line-height: 1.6;
  min-height: 100vh;
}.dnl-layout-amy {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.dnl-page-amy {
  display: flex;
  min-height: 100vh;
}.dnl-main-amy {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media (min-width: 1083px) {.dnl-main-amy {
  padding-left: 13.75rem;
}
}
@media (max-width: 1078px) {.dnl-main-amy {
  padding-bottom: 72px;
}
}.dnl-gc-amy {
  overflow: hidden;
  border: 1px solid rgba(255, 245, 210, 0.06);
  background: #131019;
  border-radius: 0.5rem;
  transition: transform .2s,border-color .2s;
  position: relative;
  cursor: pointer;
  width: 8.75rem;
  flex-shrink: 0;
}
@media(min-width:640px) {.dnl-gc-amy {
  width: 9.75rem;
}
}
@media(min-width: 1077px) {.dnl-gc-amy {
  width: 10.5rem;
}
}.dnl-gc-amy:hover {
  border-color: rgba(200, 168, 74, 0.07);
  transform: translateY(-3px);
}.dnl-gc_img-amy {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.dnl-gc_img-amy img {
  inset: 0;
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}.dnl-gc_hover-amy {
  background: rgba(6, 5, 10, 0.72);
  inset: 0;
  transition: opacity .2s;
  opacity: 0;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}.dnl-gc-amy:hover .dnl-gc_hover-amy {
  opacity: 1;
}.dnl-gc_hover_btn-amy {
  padding: 0.5rem 1rem;
  border-radius: 4px;
  background: #C8A84A;
  font-size: 12px;
  font-weight: 700;
  color: #F0EBE0;
}.dnl-gc_info-amy {
  padding: 8px 0.625rem 0.625rem;
}.dnl-gc_name-amy {
  overflow: hidden;
  font-size: 12px;
  color: #C6BFB2;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-bottom: 3px;
  font-weight: 600;
  white-space: nowrap;
}.dnl-gc_prov-amy {
  color: #585249;
  font-size: 0.625rem;
}.dnl-gc_tag-amy {
  border-radius: 0.25rem;
  padding: 2px 7px;
  position: absolute;
  font-size: 0.563rem;
  top: 0.375rem;
  z-index: 2;
  left: 0.375rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}.dnl-gc_tag_hot-amy {
  background: #E03A4A;
  color: #fff;
}.dnl-gc_tag_new-amy {
  background: #3DD68C;
  color: #0E0C13;
}.dnl-gc_tag_jp-amy {
  background: #E8A830;
  color: #0E0C13;
}.dnl-gc_tag_ex-amy {
  background: #8EA6C8;
  color: #fff;
}.dnl-gc_tag_live-amy {
  background: #E03A4A;
  color: #fff;
}.dnl-gr-amy {
  background: #0E0C13;
  padding: 32px 1rem 0;
}
@media(min-width: 769px) {.dnl-gr-amy {
  padding: 36px 24px 0;
}
}.dnl-gr_in-amy {
  margin: 0 auto;
  max-width: 1320px;
}.dnl-gr_head-amy {
  gap: 0.75rem;
  margin-bottom: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.dnl-gr_head_l-amy {
  flex: 1;
  gap: 0.625rem;
  min-width: 0;
  align-items: center;
  display: flex;
}.dnl-gr_ic-amy {
  border-radius: 0.5rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 32px;
  width: 2rem;
  display: flex;
}.dnl-gr_ic-amy svg {
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  width: 16px;
}.dnl-gr_title-amy {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 700;
  color: #F0EBE0;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.dnl-gr_title-amy {
  font-size: 1.125rem;
}
}.dnl-gr_more-amy {
  transition: color .2s;
  gap: 0.313rem;
  white-space: nowrap;
  color: #6E6860;
  flex-shrink: 0;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  display: flex;
}.dnl-gr_more-amy:hover {
  color: #C8A84A;
}.dnl-gr_more-amy svg {
  stroke-linejoin: round;
  height: 12px;
  width: 0.75rem;
  stroke-linecap: round;
}.dnl-gr_arrows-amy {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.dnl-gr_arr-amy {
  background: rgba(255, 248, 235, 0.05);
  transition: background .15s,color .15s;
  border-radius: 4px;
  border: 1px solid rgba(255, 245, 210, 0.11);
  align-items: center;
  width: 1.875rem;
  display: flex;
  justify-content: center;
  color: #968F84;
  height: 30px;
}.dnl-gr_arr-amy:hover {
  background: rgba(255, 248, 235, 0.07);
  color: #F0EBE0;
}.dnl-gr_arr-amy svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.813rem;
  height: 0.813rem;
}.dnl-gr_seo_h-amy {
  margin: 0 0 0.375rem;
  color: #C6BFB2;
  font-weight: 700;
  max-width: 42.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.dnl-gr_seo_h-amy {
  font-size: 14px;
}
}.dnl-gr_seo-amy {
  overflow-wrap: break-word;
  color: #6E6860;
  line-height: 1.55;
  max-width: 42.5rem;
  margin-bottom: 12px;
  font-size: 0.75rem;
}.dnl-gr_seo-amy strong {
  color: #C6BFB2;
  font-weight: 600;
}.dnl-gr_scroll-amy {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 0.625rem;
  overflow-x: auto;
}.dnl-gr_scroll-amy::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.dnl-gr_scroll-amy {
  gap: 12px;
}
}.dnl-tb-amy {
  background: #0E0C13;
  border-bottom: 1px solid rgba(255, 248, 235, 0.07);
  left: 0;
  z-index: 80;
  position: fixed;
  right: 0;
  display: flex;
  align-items: center;
  top: 0;
  height: 56px;
}.dnl-tb_in-amy {
  padding: 0 0.875rem;
  gap: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}.dnl-tb_burger-amy {
  border-radius: 8px;
  gap: 0.313rem;
  width: 2.375rem;
  height: 2.375rem;
  margin-right: 0.5rem;
  flex-direction: column;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}.dnl-tb_burger-amy:hover {
  background: rgba(255, 248, 235, 0.05);
}.dnl-tb_burger_line-amy {
  border-radius: 1px;
  background: #968F84;
  height: 2px;
  display: block;
  width: 1.125rem;
}
@media(min-width: 1077px) {.dnl-tb_burger-amy {
  display: none;
}
}.dnl-tb_logo-amy {
  gap: 9px;
  display: flex;
  flex-shrink: 0;
  letter-spacing: -.01em;
  margin-right: 20px;
  color: #F0EBE0;
  font-size: 1.125rem;
  overflow-wrap: break-word;
  font-weight: 800;
  align-items: center;
}.dnl-tb_logo_mark-amy {
  border-radius: 0.5rem;
  overflow: hidden;
  height: 2rem;
  width: 2rem;
  justify-content: center;
  display: flex;
  align-items: center;
}.dnl-tb_logo_mark-amy img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.dnl-tb_nav-amy {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 641px) {.dnl-tb_nav-amy {
  display: flex;
}
}.dnl-tb_tab-amy {
  border-radius: 0.5rem;
  padding: 8px 0.875rem;
  transition: background .15s,color .15s;
  font-weight: 600;
  font-size: 13px;
  color: #968F84;
  white-space: nowrap;
}.dnl-tb_tab-amy:hover {
  background: rgba(255, 248, 235, 0.05);
  color: #F0EBE0;
}.dnl-tb_tab-amy.dnl-state_active-amy {
  background: rgba(200, 168, 74, 0.16);
  color: #F0EBE0;
}.dnl-tb_right-amy {
  gap: 0.5rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}.dnl-tb_login-amy {
  background: rgba(255, 248, 235, 0.05);
  border-radius: 8px;
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255, 245, 210, 0.11);
  padding: 0.563rem 16px;
  display: none;
  font-size: 13px;
  font-weight: 600;
  color: #C6BFB2;
}.dnl-tb_login-amy:hover {
  border-color: rgba(201, 168, 76, 0.38);
  color: #F0EBE0;
}
@media(min-width: 483px) {.dnl-tb_login-amy {
  display: block;
}
}.dnl-tb_reg-amy {
  transition: background .2s;
  border-radius: 8px;
  background: #3DD68C;
  padding: 9px 18px;
  font-weight: 700;
  font-size: 13px;
  color: #0C0A11;
  white-space: nowrap;
}.dnl-tb_reg-amy:hover {
  background: #55E4A0;
}.dnl-sb-amy {
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 248, 235, 0.05);
  background: #17141F;
  transition: transform .25s ease;
  z-index: 70;
  top: 3.5rem;
  width: 220px;
  bottom: 0;
  overflow-y: auto;
  position: fixed;
  left: 0;
}.dnl-sb-amy.dnl-state_open-amy {
  transform: translateX(0);
}.dnl-sb-amy::-webkit-scrollbar {
  width: 0.25rem;
}.dnl-sb-amy::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 248, 235, 0.07);
}
@media(min-width: 1078px) {.dnl-sb-amy {
  transform: translateX(0);
}
}.dnl-sb_auth-amy {
  padding: 0.875rem 0.75rem 0.625rem;
}.dnl-sb_btn_reg-amy {
  padding: 0.688rem;
  background: #3DD68C;
  border-radius: 0.5rem;
  transition: background .2s;
  margin-bottom: 8px;
  color: #0C0A11;
  font-weight: 700;
  display: block;
  font-size: 13px;
  text-align: center;
}.dnl-sb_btn_reg-amy:hover {
  background: #55E4A0;
}.dnl-sb_btn_login-amy {
  border: 1px solid rgba(255, 245, 210, 0.11);
  padding: 10px;
  transition: border-color .2s;
  background: rgba(255, 248, 235, 0.05);
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.813rem;
  color: #C6BFB2;
  text-align: center;
  display: block;
}.dnl-sb_btn_login-amy:hover {
  border-color: rgba(201, 168, 76, 0.38);
  color: #F0EBE0;
}.dnl-sb_promo-amy {
  border-radius: 0.5rem;
  background: linear-gradient(135deg,#1C1130,#17141F);
  overflow: hidden;
  margin: 0 12px 10px;
  border: 1px solid rgba(200, 168, 74, 0.16);
  padding: 12px 14px;
  position: relative;
}.dnl-sb_promo-amy::before {
  background: radial-gradient(circle,rgba(200, 168, 74, 0.16),transparent 70%);
  border-radius: 50%;
  right: -20px;
  top: -1.25rem;
  position: absolute;
  height: 80px;
  content: '';
  width: 80px;
}.dnl-sb_promo_title-amy {
  font-weight: 700;
  font-size: 11px;
  color: #C8A84A;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 4px;
}.dnl-sb_promo_text-amy {
  overflow-wrap: break-word;
  font-weight: 600;
  color: #F0EBE0;
  line-height: 1.35;
  font-size: 12px;
}.dnl-sb_promo_sub-amy {
  color: #6E6860;
  margin-top: 3px;
  font-size: 0.625rem;
}.dnl-sb_nav-amy {
  padding: 0.375rem 0.5rem 1rem;
}.dnl-sb_nav_lb-amy {
  padding: 10px 0.5rem 6px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #585249;
  font-size: 10px;
}.dnl-sb_link-amy {
  border-radius: 4px;
  transition: background .15s,color .15s;
  gap: 10px;
  padding: 0.563rem 0.625rem;
  overflow-wrap: break-word;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  align-items: center;
  font-weight: 500;
  color: #968F84;
}.dnl-sb_link-amy:hover {
  background: rgba(255, 248, 235, 0.05);
  color: #F0EBE0;
}.dnl-sb_link-amy.dnl-state_active-amy {
  background: rgba(200, 168, 74, 0.16);
  color: #F0EBE0;
}.dnl-sb_ic-amy {
  border-radius: 4px;
  width: 30px;
  height: 1.875rem;
  justify-content: center;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.dnl-sb_ic-amy svg {
  height: 1rem;
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
}.dnl-sb_ic_1-amy {
  background: rgba(200, 168, 74, 0.07);
  color: #C8A84A;
}.dnl-sb_ic_2-amy {
  background: rgba(61, 214, 140, 0.14);
  color: #3DD68C;
}.dnl-sb_ic_3-amy {
  background: rgba(232, 168, 48, 0.14);
  color: #E8A830;
}.dnl-sb_ic_4-amy {
  background: rgba(142, 166, 200, 0.14);
  color: #8EA6C8;
}.dnl-sb_ic_5-amy {
  background: rgba(200, 168, 74, 0.07);
  color: #E8419A;
}.dnl-sb_ic_6-amy {
  background: rgba(142, 166, 200, 0.14);
  color: #A855F7;
}.dnl-sb_badge-amy {
  background: #E8A830;
  border-radius: 4px;
  padding: 2px 7px;
  margin-left: auto;
  font-size: 0.563rem;
  color: #0C0A11;
  font-weight: 700;
}.dnl-sb_bot-amy {
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 248, 235, 0.05);
  padding: 0.75rem;
  display: flex;
}.dnl-sb_lang-amy,.dnl-sb_help-amy {
  transition: border-color .2s;
  flex: 1;
  gap: 6px;
  padding: 9px 0.375rem;
  border: 1px solid rgba(255, 245, 210, 0.06);
  background: rgba(255, 248, 235, 0.05);
  border-radius: 0.25rem;
  font-weight: 600;
  justify-content: center;
  color: #968F84;
  align-items: center;
  font-size: 11px;
  display: flex;
}.dnl-sb_lang-amy:hover,.dnl-sb_help-amy:hover {
  border-color: rgba(201, 168, 76, 0.38);
  color: #F0EBE0;
}.dnl-sb_lang-amy svg,.dnl-sb_help-amy svg {
  stroke-linecap: round;
  width: 0.813rem;
  stroke-linejoin: round;
  height: 0.813rem;
}.dnl-sb_bd-amy {
  background: rgba(6, 5, 10, 0.72);
  inset: 0;
  z-index: 69;
  display: none;
  position: fixed;
}.dnl-sb_bd-amy.dnl-state_on-amy {
  display: block;
}
@media(min-width: 1082px) {.dnl-sb_bd-amy {
  display: none!important;
}
}.dnl-mob_nav-amy {
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 245, 210, 0.11);
  background: #17141F;
  position: fixed;
  z-index: 80;
  display: flex;
  left: 0;
  bottom: 0;
  right: 0;
}
@media(min-width: 1082px) {.dnl-mob_nav-amy {
  display: none;
}
}.dnl-mob_nav_item-amy {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 4px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  display: flex;
  color: #585249;
}.dnl-mob_nav_ic-amy {
  line-height: 1;
}.dnl-mob_nav_ic-amy svg {
  height: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 20px;
}.dnl-mob_nav_lb-amy {
  font-weight: 600;
  font-size: 0.625rem;
  color: #585249;
}.dnl-mob_nav_item-amy.dnl-state_active-amy {
  color: #C8A84A;
}.dnl-mob_nav_item-amy.dnl-state_active-amy .dnl-mob_nav_lb-amy {
  color: #C8A84A;
}.dnl-hero-amy {
  padding: 1.25rem 1rem 0;
  background: #0E0C13;
}
@media(min-width: 769px) {.dnl-hero-amy {
  padding: 24px 24px 0;
}
}.dnl-hero_in-amy {
  gap: 12px;
  margin: 0 auto;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 858px) {.dnl-hero_in-amy {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1103px) {.dnl-hero_in-amy {
  grid-template-columns: 1fr 21.25rem;
}
}.dnl-hero_promo-amy {
  overflow: hidden;
  border-radius: 0.875rem;
  background: #131019;
  align-items: stretch;
  display: flex;
  position: relative;
  min-height: 13.75rem;
}
@media(min-width: 770px) {.dnl-hero_promo-amy {
  min-height: 280px;
}
}.dnl-hero_promo_bg-amy {
  inset: 0;
  background: linear-gradient(120deg,#1C1130 0%,#0E0C13 100%);
  background-position: center;
  background-size: cover;
  position: absolute;
}.dnl-hero_promo_bg-amy::after {
  inset: 0;
  background: linear-gradient(90deg,#0E0C13 0%,rgba(6, 5, 10, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.dnl-hero_promo_glow-amy {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(142, 166, 200, 0.14) 0%,transparent 65%);
  top: -40px;
  height: 300px;
  pointer-events: none;
  width: 300px;
  position: absolute;
  right: 60px;
}.dnl-hero_promo_ct-amy {
  padding: 1.75rem 24px 28px 28px;
  position: relative;
  display: flex;
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  max-width: 480px;
}
@media(min-width: 771px) {.dnl-hero_promo_ct-amy {
  padding: 40px 2rem;
}
}.dnl-hero_badge-amy {
  border-radius: 20px;
  background: rgba(200, 168, 74, 0.16);
  border: 1px solid rgba(200, 168, 74, 0.07);
  padding: 0.313rem 12px;
  color: #C8A84A;
  margin-bottom: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
}.dnl-hero_h1-amy {
  line-height: 1.15;
  font-family: 'Cormorant Garamond', serif;
  color: #F0EBE0;
  margin-bottom: 0.625rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 26px;
}.dnl-hero_h1-amy em {
  color: #E8A830;
  font-style: normal;
}
@media(min-width: 771px) {.dnl-hero_h1-amy {
  font-size: 36px;
}
}.dnl-hero_sub-amy {
  margin-bottom: 20px;
  color: #968F84;
  line-height: 1.55;
  font-size: 13px;
}
@media(min-width:768px) {.dnl-hero_sub-amy {
  font-size: 14px;
}
}.dnl-hero_row-amy {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.dnl-hero_cta-amy {
  padding: 13px 1.625rem;
  background: #3DD68C;
  transition: background .2s;
  border-radius: 0.5rem;
  box-shadow: 0 2px 0.875rem rgba(61, 214, 140, 0.5), 0 6px 28px rgba(61, 214, 140, 0.22);
  color: #0C0A11;
  font-size: 14px;
  font-weight: 700;
}.dnl-hero_cta-amy:hover {
  background: #55E4A0;
}.dnl-hero_terms-amy {
  color: #585249;
  font-size: 11px;
}.dnl-hero_game-amy {
  overflow: hidden;
  border: 1px solid rgba(255, 245, 210, 0.06);
  border-radius: 14px;
  background: #131019;
  display: flex;
  flex-direction: column;
  position: relative;
}.dnl-hero_game_badge-amy {
  border-radius: 20px;
  border: 1px solid rgba(232, 168, 48, 0.14);
  padding: 0.313rem 10px;
  background: rgba(232, 168, 48, 0.14);
  color: #E8A830;
  text-transform: uppercase;
  position: absolute;
  top: 12px;
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: .06em;
  z-index: 3;
  left: 0.75rem;
}.dnl-hero_game_badge-amy svg {
  height: 0.688rem;
  vertical-align: -1px;
  margin-right: 0.25rem;
  width: 11px;
}.dnl-hero_game_img-amy {
  overflow: hidden;
  background: linear-gradient(135deg,#1C1130,#0E0C13);
  padding-bottom: 60%;
  position: relative;
}.dnl-hero_game_img-amy img {
  inset: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}.dnl-hero_game_play-amy {
  inset: 0;
  background: rgba(6, 5, 10, 0.72);
  transition: opacity .2s;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  display: flex;
}.dnl-hero_game-amy:hover .dnl-hero_game_play-amy {
  opacity: 1;
}.dnl-hero_game_play-amy span {
  border-radius: 50%;
  background: #C8A84A;
  align-items: center;
  justify-content: center;
  width: 52px;
  display: flex;
  height: 52px;
}.dnl-hero_game_play-amy span svg {
  width: 1.125rem;
  margin-left: 2px;
  height: 1.125rem;
}.dnl-hero_game_info-amy {
  padding: 14px 1rem;
}.dnl-hero_game_title-amy {
  color: #F0EBE0;
  font-weight: 700;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
}.dnl-hero_game_provider-amy {
  color: #6E6860;
  font-size: 11px;
}.dnl-hero_game_btn-amy {
  transition: background .2s;
  background: #C8A84A;
  padding: 11px;
  border-radius: 8px;
  margin: 12px 16px 1rem;
  display: block;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  color: #F0EBE0;
}.dnl-hero_game-amy:hover .dnl-hero_game_btn-amy {
  background: #DEC06A;
}.dnl-sbar-amy {
  background: #0E0C13;
  padding: 16px 1rem 0;
}
@media(min-width: 769px) {.dnl-sbar-amy {
  padding: 1.125rem 24px 0;
}
}.dnl-sbar_in-amy {
  margin: 0 auto;
  max-width: 1320px;
}.dnl-sbar_row-amy {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}.dnl-sbar_input-amy {
  flex: 1;
  gap: 0.625rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 245, 210, 0.11);
  background: #131019;
  border-radius: 0.5rem;
  padding: 11px 1rem;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #6E6860;
  cursor: pointer;
}.dnl-sbar_input-amy:hover {
  border-color: rgba(201, 168, 76, 0.38);
}.dnl-sbar_input-amy svg {
  stroke-linejoin: round;
  flex-shrink: 0;
  height: 0.938rem;
  width: 0.938rem;
  stroke-linecap: round;
}.dnl-sbar_providers-amy {
  transition: border-color .2s;
  gap: 8px;
  border: 1px solid rgba(255, 245, 210, 0.11);
  padding: 0.688rem 18px;
  background: #131019;
  border-radius: 8px;
  font-size: 13px;
  display: flex;
  color: #C6BFB2;
  font-weight: 600;
  align-items: center;
  white-space: nowrap;
}.dnl-sbar_providers-amy:hover {
  border-color: rgba(201, 168, 76, 0.38);
  color: #F0EBE0;
}.dnl-sbar_providers-amy svg {
  stroke-linejoin: round;
  height: 14px;
  stroke-linecap: round;
  width: 14px;
}.dnl-sbar_tabs-amy {
  gap: 6px;
  padding-bottom: 2px;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
}.dnl-sbar_tabs-amy::-webkit-scrollbar {
  display: none;
}.dnl-sbar_tab-amy {
  border: 1px solid rgba(255, 245, 210, 0.06);
  border-radius: 1.25rem;
  background: rgba(255, 248, 235, 0.05);
  gap: 0.438rem;
  transition: background .15s,color .15s,border-color .15s;
  padding: 8px 14px;
  font-weight: 600;
  flex-shrink: 0;
  cursor: pointer;
  color: #968F84;
  font-size: 12px;
  align-items: center;
  display: flex;
  white-space: nowrap;
}.dnl-sbar_tab-amy:hover {
  background: rgba(255, 248, 235, 0.07);
  border-color: rgba(201, 168, 76, 0.38);
  color: #F0EBE0;
}.dnl-sbar_tab-amy.dnl-state_active-amy {
  border-color: rgba(200, 168, 74, 0.07);
  background: rgba(200, 168, 74, 0.16);
  color: #F0EBE0;
}.dnl-sbar_tab_ic-amy svg {
  stroke-linejoin: round;
  width: 14px;
  height: 14px;
  stroke-linecap: round;
}.dnl-gcg-amy {
  background: #0E0C13;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.dnl-gcg-amy {
  padding: 44px 24px 0;
}
}.dnl-gcg_in-amy {
  margin: 0 auto;
  max-width: 1320px;
}.dnl-gcg_head-amy {
  margin-bottom: 20px;
  max-width: 45rem;
}.dnl-gcg_label-amy {
  font-size: 0.688rem;
  color: #C8A84A;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.dnl-gcg_h2-amy {
  font-size: 1.375rem;
  color: #F0EBE0;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width: 771px) {.dnl-gcg_h2-amy {
  font-size: 28px;
}
}.dnl-gcg_intro-amy {
  font-size: 13px;
  color: #6E6860;
  line-height: 1.6;
}.dnl-gcg_grid-amy {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.dnl-gcg_grid-amy {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.dnl-gcg_grid-amy {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.dnl-gcg_card-amy {
  padding: 1.25rem;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 245, 210, 0.11);
  transition: transform .2s,border-color .2s;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  justify-content: flex-end;
}.dnl-gcg_card-amy:hover {
  border-color: rgba(200, 168, 74, 0.16);
  transform: translateY(-3px);
}.dnl-gcg_card_bg-amy {
  inset: 0;
  z-index: 0;
  position: absolute;
}.dnl-gcg_card_bg-amy::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.dnl-gcg_card_ic-amy {
  border-radius: 0.25rem;
  background: rgba(0,0,0,.45);
  justify-content: center;
  display: flex;
  right: 18px;
  color: #F0EBE0;
  top: 1.125rem;
  align-items: center;
  width: 40px;
  z-index: 2;
  position: absolute;
  height: 40px;
}.dnl-gcg_card_ic-amy svg {
  width: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.25rem;
}.dnl-gcg_card_ct-amy {
  z-index: 1;
  position: relative;
}.dnl-gcg_card_h-amy {
  margin-bottom: 0.5rem;
  color: #F0EBE0;
  line-height: 1.2;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.125rem;
}
@media(min-width: 770px) {.dnl-gcg_card_h-amy {
  font-size: 20px;
}
}.dnl-gcg_card_p-amy {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
}.dnl-gcg_card_p-amy strong {
  color: #F0EBE0;
  font-weight: 600;
}.dnl-gcg_card_cta-amy {
  gap: 0.25rem;
  font-weight: 700;
  color: #C8A84A;
  text-transform: uppercase;
  align-items: center;
  display: inline-flex;
  letter-spacing: .04em;
  font-size: 12px;
}.dnl-gcg_card_cta-amy svg {
  stroke-linecap: round;
  width: 12px;
  height: 0.75rem;
  stroke-linejoin: round;
}.dnl-ws-amy {
  padding: 2rem 16px 0;
  background: #0E0C13;
}
@media(min-width: 767px) {.dnl-ws-amy {
  padding: 2.25rem 1.5rem 0;
}
}.dnl-ws_in-amy {
  margin: 0 auto;
  max-width: 82.5rem;
}.dnl-ws_head-amy {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 14px;
  justify-content: space-between;
}.dnl-ws_title-amy {
  gap: 0.625rem;
  flex-wrap: wrap;
  font-weight: 700;
  align-items: center;
  color: #F0EBE0;
  overflow-wrap: break-word;
  font-size: 1rem;
  font-family: 'Cormorant Garamond', serif;
  display: flex;
}.dnl-ws_title_ic-amy svg {
  height: 1.125rem;
  stroke-linejoin: round;
  color: #E8A830;
  stroke-linecap: round;
  width: 1.125rem;
}.dnl-ws_online-amy {
  gap: 7px;
  color: #6E6860;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
}.dnl-ws_online_dot-amy {
  background: #3DD68C;
  border-radius: 50%;
  height: 0.5rem;
  width: 8px;
  flex-shrink: 0;
  box-shadow: 0 0 0.375rem rgba(61, 214, 140, 0.14);
}.dnl-ws_scroll-amy {
  gap: 8px;
  display: flex;
  padding-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}.dnl-ws_scroll-amy::-webkit-scrollbar {
  display: none;
}.dnl-wc-amy {
  padding: 0.625rem 0.875rem;
  border: 1px solid rgba(255, 245, 210, 0.11);
  border-radius: 0.5rem;
  gap: 10px;
  background: #131019;
  min-width: 220px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.dnl-wc_img-amy {
  overflow: hidden;
  background: #17141F;
  border-radius: 0.25rem;
  height: 2.25rem;
  width: 36px;
  flex-shrink: 0;
}.dnl-wc_img-amy img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.dnl-wc_info-amy {
  min-width: 0;
}.dnl-wc_game-amy {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 0.75rem;
  color: #C6BFB2;
  white-space: nowrap;
}.dnl-wc_player-amy {
  overflow: hidden;
  font-size: 0.625rem;
  white-space: nowrap;
  color: #585249;
  text-overflow: ellipsis;
}.dnl-wc_amount-amy {
  margin-left: auto;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #3DD68C;
  flex-shrink: 0;
  font-weight: 700;
}.dnl-prov-amy {
  background: #0E0C13;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.dnl-prov-amy {
  padding: 2.75rem 1.5rem 0;
}
}.dnl-prov_in-amy {
  margin: 0 auto;
  max-width: 82.5rem;
}.dnl-prov_head-amy {
  margin-bottom: 16px;
}.dnl-prov_label-amy {
  font-weight: 700;
  color: #C8A84A;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.dnl-prov_h2-amy {
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  color: #F0EBE0;
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 20px;
}
@media(min-width: 766px) {.dnl-prov_h2-amy {
  font-size: 24px;
}
}.dnl-prov_seo-amy {
  color: #6E6860;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 16px;
  max-width: 620px;
}.dnl-prov_seo-amy strong {
  font-weight: 700;
  color: #C6BFB2;
}.dnl-prov_seo-amy a {
  text-decoration: underline;
  color: #C8A84A;
}.dnl-prov_grid-amy {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 637px) {.dnl-prov_grid-amy {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1078px) {.dnl-prov_grid-amy {
  grid-template-columns: repeat(8,1fr);
}
}.dnl-prov_card-amy {
  transition: border-color .2s,background .2s;
  gap: 0.438rem;
  border: 1px solid rgba(255, 245, 210, 0.11);
  border-radius: 0.5rem;
  background: #131019;
  padding: 14px 10px;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  align-items: center;
}.dnl-prov_card-amy:hover {
  border-color: rgba(201, 168, 76, 0.38);
  background: #17141F;
}.dnl-prov_logo-amy {
  border-radius: 0.25rem;
  overflow: hidden;
  background: rgba(255, 248, 235, 0.05);
  height: 44px;
  width: 44px;
  justify-content: center;
  display: flex;
  align-items: center;
}.dnl-prov_logo-amy img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.dnl-prov_name-amy {
  font-size: 0.688rem;
  font-weight: 600;
  overflow-wrap: break-word;
  text-align: center;
  color: #968F84;
}.dnl-app-amy {
  padding: 2.25rem 16px 0;
  background: #0E0C13;
}
@media(min-width:768px) {.dnl-app-amy {
  padding: 44px 1.5rem 0;
}
}.dnl-app_in-amy {
  margin: 0 auto;
  max-width: 82.5rem;
}.dnl-app_head-amy {
  margin-bottom: 1rem;
}.dnl-app_label-amy {
  color: #C8A84A;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
}.dnl-app_h2-amy {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  color: #F0EBE0;
  margin-bottom: 0.375rem;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.dnl-app_h2-amy {
  font-size: 24px;
}
}.dnl-app_sub-amy {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  max-width: 37.5rem;
  line-height: 1.6;
  color: #6E6860;
}.dnl-app_sub-amy strong {
  font-weight: 700;
  color: #C6BFB2;
}.dnl-app_cards-amy {
  gap: 0.625rem;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.dnl-app_cards-amy {
  grid-template-columns: repeat(3,1fr);
}
}.dnl-app_card-amy {
  padding: 1.25rem;
  overflow: hidden;
  gap: 16px;
  border-radius: 0.5rem;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.dnl-app_card_ios-amy {
  background: linear-gradient(135deg,rgba(200, 168, 74, 0.16) 0%,#17141F 100%);
}.dnl-app_card_android-amy {
  background: linear-gradient(135deg,rgba(61, 214, 140, 0.14) 0%,#17141F 100%);
}.dnl-app_card_win-amy {
  background: linear-gradient(135deg,rgba(232, 168, 48, 0.14) 0%,#17141F 100%);
}.dnl-app_card_ic-amy svg {
  width: 2.125rem;
  height: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.dnl-app_card_ic-amy {
  flex-shrink: 0;
  color: #F0EBE0;
}.dnl-app_card_os-amy {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 6px;
  color: #6E6860;
  font-weight: 700;
  font-size: 0.625rem;
}.dnl-app_card_title-amy {
  color: #F0EBE0;
  margin-bottom: 6px;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  font-weight: 700;
  line-height: 1.2;
}.dnl-app_card_text-amy {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  line-height: 1.5;
  color: #6E6860;
}.dnl-app_card_btn-amy {
  transition: background .2s;
  border: 1px solid rgba(201, 168, 76, 0.38);
  padding: 0.625rem 1.125rem;
  background: rgba(255, 248, 235, 0.12);
  border-radius: 4px;
  gap: 7px;
  font-weight: 700;
  align-items: center;
  font-size: 13px;
  display: inline-flex;
  color: #F0EBE0;
}.dnl-app_card_btn-amy:hover {
  background: rgba(255, 248, 235, 0.07);
}.dnl-bon-amy {
  background: #0E0C13;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.dnl-bon-amy {
  padding: 44px 24px 0;
}
}.dnl-bon_in-amy {
  margin: 0 auto;
  max-width: 82.5rem;
}.dnl-bon_head-amy {
  margin-bottom: 20px;
}.dnl-bon_label-amy {
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #C8A84A;
  letter-spacing: .08em;
}.dnl-bon_h2-amy {
  color: #F0EBE0;
  font-weight: 800;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 769px) {.dnl-bon_h2-amy {
  font-size: 24px;
}
}.dnl-bon_seo-amy {
  max-width: 38.75rem;
  font-size: 13px;
  line-height: 1.6;
  color: #6E6860;
  overflow-wrap: break-word;
}.dnl-bon_seo-amy strong {
  color: #C6BFB2;
  font-weight: 700;
}.dnl-bon_seo-amy a {
  color: #C8A84A;
  text-decoration: underline;
}.dnl-bon_grid-amy {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.dnl-bon_grid-amy {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.dnl-bon_grid-amy {
  grid-template-columns: repeat(5,1fr);
}
}.dnl-bon_card-amy {
  padding: 1rem;
  border: 1px solid rgba(255, 245, 210, 0.11);
  border-radius: 0.5rem;
  background: #131019;
  transition: border-color .2s,transform .2s;
}.dnl-bon_card-amy:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 168, 74, 0.07);
}.dnl-bon_card_ic-amy svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.625rem;
  width: 1.625rem;
}.dnl-bon_card_ic-amy {
  margin-bottom: 0.625rem;
}.dnl-bon_card_type-amy {
  margin-bottom: 6px;
  color: #6E6860;
  letter-spacing: .06em;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
}.dnl-bon_card_amount-amy {
  color: #E8A830;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
}.dnl-bon_card_name-amy {
  color: #F0EBE0;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}.dnl-bon_card_detail-amy {
  border-top: 1px solid rgba(255, 248, 235, 0.05);
  overflow-wrap: break-word;
  color: #585249;
  font-size: 11px;
  line-height: 1.5;
  padding-top: 8px;
}.dnl-reg-amy {
  padding: 2.25rem 16px 0;
  background: #0E0C13;
}
@media(min-width: 770px) {.dnl-reg-amy {
  padding: 2.75rem 1.5rem 0;
}
}.dnl-reg_in-amy {
  border: 1px solid rgba(255, 245, 210, 0.06);
  border-radius: 14px;
  padding: 28px 24px;
  margin: 0 auto;
  background: #17141F;
  max-width: 1320px;
}
@media(min-width: 770px) {.dnl-reg_in-amy {
  padding: 40px;
}
}.dnl-reg_top-amy {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 858px) {.dnl-reg_top-amy {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.dnl-reg_label-amy {
  font-size: 0.688rem;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C8A84A;
}.dnl-reg_h2-amy {
  font-size: 22px;
  margin-bottom: 0.75rem;
  color: #F0EBE0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1.2;
}
@media(min-width: 769px) {.dnl-reg_h2-amy {
  font-size: 1.75rem;
}
}.dnl-reg_bonus-amy {
  gap: 0.5rem;
  border-radius: 8px;
  border: 1px solid rgba(232, 168, 48, 0.14);
  background: rgba(232, 168, 48, 0.14);
  padding: 10px 16px;
  align-items: center;
  display: inline-flex;
  margin-bottom: 16px;
}.dnl-reg_bonus_amount-amy {
  color: #E8A830;
  font-size: 1.25rem;
  font-weight: 800;
}.dnl-reg_bonus_text-amy {
  line-height: 1.35;
  font-size: 0.813rem;
  color: #968F84;
}.dnl-reg_cta_btn-amy {
  background: #3DD68C;
  border-radius: 0.5rem;
  padding: 14px 32px;
  transition: background .2s;
  font-weight: 700;
  box-shadow: 0 2px 0.875rem rgba(61, 214, 140, 0.5), 0 0.375rem 28px rgba(61, 214, 140, 0.22);
  margin-bottom: 12px;
  font-size: 0.938rem;
  color: #0C0A11;
  display: inline-block;
}.dnl-reg_cta_btn-amy:hover {
  background: #55E4A0;
}.dnl-reg_terms-amy {
  color: #585249;
  font-size: 11px;
  line-height: 1.5;
}.dnl-reg_seo-amy {
  border-top: 1px solid rgba(255, 248, 235, 0.05);
  color: #6E6860;
  margin-top: 1.25rem;
  line-height: 1.65;
  overflow-wrap: break-word;
  padding-top: 20px;
  font-size: 13px;
}.dnl-reg_seo-amy p {
  margin-bottom: 10px;
  font-size: 0.813rem;
  color: #6E6860;
  line-height: 1.65;
}.dnl-reg_seo-amy p:last-child {
  margin-bottom: 0;
}.dnl-reg_seo-amy strong {
  color: #C6BFB2;
  font-weight: 700;
}.dnl-reg_seo-amy a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8A84A;
}.dnl-reg_seo-amy a:hover {
  color: #DEC06A;
}.dnl-reg_seo-amy ul,.dnl-reg_seo-amy ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.dnl-reg_seo-amy ol {
  list-style: decimal;
}.dnl-reg_seo-amy li {
  color: #6E6860;
  margin-bottom: 4px;
  line-height: 1.65;
  font-size: 13px;
}.dnl-reg_seo-amy table {
  overflow-x: auto;
  margin-bottom: 0.625rem;
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
  display: block;
}
@media(min-width: 769px) {.dnl-reg_seo-amy table {
  display: table;
}
}.dnl-reg_seo-amy th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 248, 235, 0.07);
  color: #C6BFB2;
  text-align: left;
  font-weight: 700;
}.dnl-reg_seo-amy td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 248, 235, 0.05);
  color: #6E6860;
}.dnl-reg_steps-amy {
  gap: 14px;
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}
@media(min-width: 863px) {.dnl-reg_steps-amy {
  margin-top: 0;
}
}.dnl-reg_step-amy {
  border: 1px solid rgba(255, 245, 210, 0.06);
  border-radius: 0.5rem;
  background: rgba(255, 248, 235, 0.05);
  gap: 14px;
  padding: 1rem;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.dnl-reg_step_num-amy {
  border: 1px solid rgba(200, 168, 74, 0.07);
  border-radius: 50%;
  background: rgba(200, 168, 74, 0.16);
  color: #C8A84A;
  height: 2.125rem;
  justify-content: center;
  font-weight: 800;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 34px;
  font-size: 0.875rem;
}.dnl-reg_step_title-amy {
  color: #F0EBE0;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 3px;
}.dnl-reg_step_text-amy {
  line-height: 1.5;
  font-size: 12px;
  color: #6E6860;
}.dnl-reg_trust-amy {
  gap: 10px;
  border-top: 1px solid rgba(255, 248, 235, 0.05);
  flex-wrap: wrap;
  display: flex;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}.dnl-reg_trust_item-amy {
  gap: 0.438rem;
  color: #6E6860;
  align-items: center;
  display: flex;
  font-size: 12px;
  overflow-wrap: break-word;
}.dnl-reg_trust_ic-amy svg {
  stroke-linejoin: round;
  color: #C8A84A;
  stroke-linecap: round;
  width: 1rem;
  height: 16px;
}.dnl-htp-amy {
  padding: 2.25rem 16px 0;
  background: #0E0C13;
}
@media(min-width: 770px) {.dnl-htp-amy {
  padding: 44px 1.5rem 0;
}
}.dnl-htp_in-amy {
  margin: 0 auto;
  max-width: 82.5rem;
}.dnl-htp_head-amy {
  max-width: 720px;
  margin-bottom: 22px;
}.dnl-htp_label-amy {
  text-transform: uppercase;
  color: #C8A84A;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 8px;
}.dnl-htp_h2-amy {
  font-size: 1.375rem;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 8px;
  color: #F0EBE0;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 766px) {.dnl-htp_h2-amy {
  font-size: 28px;
}
}.dnl-htp_intro-amy {
  line-height: 1.6;
  color: #6E6860;
  font-size: 0.875rem;
}.dnl-htp_steps-amy {
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.dnl-htp_steps-amy {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.dnl-htp_steps-amy {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.dnl-htp_step-amy {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 245, 210, 0.11);
  background: #17141F;
  padding: 1.25rem 1.125rem 1.125rem;
  position: relative;
  flex-direction: column;
  display: flex;
}.dnl-htp_step_num-amy {
  background: #C8A84A;
  border-radius: 50%;
  height: 1.75rem;
  position: absolute;
  justify-content: center;
  font-size: 0.813rem;
  display: flex;
  width: 28px;
  align-items: center;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  left: 1.25rem;
  top: -0.75rem;
  color: #0C0A11;
}.dnl-htp_step_ic-amy {
  margin: 8px 0 12px;
  border-radius: 0.25rem;
  background: rgba(200, 168, 74, 0.16);
  justify-content: center;
  align-items: center;
  display: flex;
  color: #C8A84A;
  height: 2.25rem;
  width: 2.25rem;
}.dnl-htp_step_ic-amy svg {
  stroke-linecap: round;
  height: 18px;
  stroke-linejoin: round;
  width: 1.125rem;
}.dnl-htp_step_h-amy {
  line-height: 1.25;
  font-size: 14px;
  overflow-wrap: break-word;
  color: #F0EBE0;
  margin-bottom: 6px;
  font-weight: 700;
}.dnl-htp_step_p-amy {
  line-height: 1.55;
  color: #6E6860;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.dnl-htp_step_p-amy strong {
  color: #C6BFB2;
  font-weight: 600;
}.dnl-htp_cta-amy {
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 13px 26px;
  background: #3DD68C;
  font-weight: 700;
  display: inline-block;
  color: #0C0A11;
  font-size: 14px;
  margin-top: 1.25rem;
}.dnl-htp_cta-amy:hover {
  background: #55E4A0;
}.dnl-seo-amy {
  padding: 2.25rem 1rem 0;
  background: #0E0C13;
}
@media(min-width: 769px) {.dnl-seo-amy {
  padding: 44px 24px 0;
}
}.dnl-seo_in-amy {
  margin: 0 auto;
  background: #17141F;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 245, 210, 0.11);
  padding: 28px 24px;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.dnl-seo_in-amy {
  padding: 2.25rem 2.5rem;
}
}.dnl-seo_label-amy {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 11px;
  color: #C8A84A;
  text-transform: uppercase;
  letter-spacing: .08em;
}.dnl-seo_h2-amy {
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0.875rem;
  color: #F0EBE0;
  line-height: 1.25;
}
@media(min-width: 765px) {.dnl-seo_h2-amy {
  font-size: 24px;
}
}.dnl-seo_body-amy {
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #968F84;
}.dnl-seo_body-amy p {
  line-height: 1.75;
  color: #968F84;
  font-size: 0.875rem;
  margin-bottom: 12px;
}.dnl-seo_body-amy p:last-child {
  margin-bottom: 0;
}.dnl-seo_body-amy strong {
  font-weight: 700;
  color: #C6BFB2;
}.dnl-seo_body-amy a {
  transition: color .2s;
  color: #C8A84A;
  text-decoration: underline;
}.dnl-seo_body-amy a:hover {
  color: #DEC06A;
}.dnl-seo_body-amy ul,.dnl-seo_body-amy ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.dnl-seo_body-amy ol {
  list-style: decimal;
}.dnl-seo_body-amy li {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 6px;
  color: #968F84;
}.dnl-seo_body-amy table {
  width: 100%;
  display: block;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  font-size: 0.813rem;
  border-collapse: collapse;
}
@media(min-width: 769px) {.dnl-seo_body-amy table {
  display: table;
}
}.dnl-seo_body-amy th {
  border-bottom: 1px solid rgba(255, 248, 235, 0.07);
  padding: 0.625rem 0.75rem;
  color: #C6BFB2;
  font-weight: 700;
  text-align: left;
}.dnl-seo_body-amy td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 248, 235, 0.05);
  color: #968F84;
}.dnl-seo_cols-amy {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.dnl-seo_cols-amy {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.dnl-seo_cols-amy {
  grid-template-columns: repeat(3,1fr);
}
}.dnl-seo_col_h-amy {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #C6BFB2;
  margin-bottom: 7px;
  font-weight: 700;
}.dnl-seo_col_p-amy {
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
  color: #6E6860;
}.dnl-seo_stats-amy {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.dnl-seo_stat-amy {
  padding: 0.875rem 1rem;
  background: rgba(200, 168, 74, 0.07);
  border: 1px solid rgba(200, 168, 74, 0.16);
  flex: 1;
  border-radius: 8px;
  min-width: 8.75rem;
}.dnl-seo_stat_val-amy {
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  color: #C8A84A;
  margin-bottom: 0.25rem;
}.dnl-seo_stat_lb-amy {
  color: #6E6860;
  font-size: 11px;
  overflow-wrap: break-word;
}.dnl-seo-amy {
  padding: 2.25rem 1rem 0;
  background: #0E0C13;
}
@media(min-width: 765px) {.dnl-seo-amy {
  padding: 2.75rem 24px 0;
}
}.dnl-seo_in-amy {
  background: #17141F;
  margin: 0 auto;
  border-radius: 14px;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 245, 210, 0.11);
  max-width: 82.5rem;
}
@media(min-width: 770px) {.dnl-seo_in-amy {
  padding: 2.25rem 2.5rem;
}
}.dnl-seo_label-amy {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  color: #C8A84A;
}.dnl-seo_h2-amy {
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.25;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  color: #F0EBE0;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width: 771px) {.dnl-seo_h2-amy {
  font-size: 1.5rem;
}
}.dnl-seo_body-amy {
  font-size: 0.875rem;
  color: #968F84;
  overflow-wrap: break-word;
  line-height: 1.75;
}.dnl-seo_body-amy p {
  color: #968F84;
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 0.875rem;
}.dnl-seo_body-amy p:last-child {
  margin-bottom: 0;
}.dnl-seo_body-amy strong {
  color: #C6BFB2;
  font-weight: 700;
}.dnl-seo_body-amy a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8A84A;
}.dnl-seo_body-amy a:hover {
  color: #DEC06A;
}.dnl-seo_body-amy ul,.dnl-seo_body-amy ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.dnl-seo_body-amy ol {
  list-style: decimal;
}.dnl-seo_body-amy li {
  line-height: 1.75;
  color: #968F84;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
}.dnl-seo_body-amy table {
  border-collapse: collapse;
  font-size: 0.813rem;
  overflow-x: auto;
  display: block;
  width: 100%;
  margin-bottom: 0.75rem;
}
@media(min-width: 769px) {.dnl-seo_body-amy table {
  display: table;
}
}.dnl-seo_body-amy th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 248, 235, 0.07);
  text-align: left;
  color: #C6BFB2;
  font-weight: 700;
}.dnl-seo_body-amy td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 248, 235, 0.05);
  color: #968F84;
}.dnl-seo_cols-amy {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 639px) {.dnl-seo_cols-amy {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.dnl-seo_cols-amy {
  grid-template-columns: repeat(3,1fr);
}
}.dnl-seo_col_h-amy {
  font-weight: 700;
  font-size: 13px;
  color: #C6BFB2;
  overflow-wrap: break-word;
  margin-bottom: 7px;
}.dnl-seo_col_p-amy {
  color: #6E6860;
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
}.dnl-seo_stats-amy {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.dnl-seo_stat-amy {
  border: 1px solid rgba(200, 168, 74, 0.16);
  padding: 14px 16px;
  border-radius: 0.5rem;
  flex: 1;
  background: rgba(200, 168, 74, 0.07);
  min-width: 8.75rem;
}.dnl-seo_stat_val-amy {
  font-weight: 800;
  margin-bottom: 4px;
  color: #C8A84A;
  overflow-wrap: break-word;
  font-size: 20px;
}.dnl-seo_stat_lb-amy {
  font-size: 0.688rem;
  color: #6E6860;
  overflow-wrap: break-word;
}.dnl-faq-amy {
  background: #0E0C13;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.dnl-faq-amy {
  padding: 2.75rem 1.5rem 0;
}
}.dnl-faq_in-amy {
  margin: 0 auto;
  max-width: 1320px;
}.dnl-faq_head-amy {
  margin-bottom: 20px;
}.dnl-faq_label-amy {
  color: #C8A84A;
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
}.dnl-faq_h2-amy {
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #F0EBE0;
}
@media(min-width: 769px) {.dnl-faq_h2-amy {
  font-size: 24px;
}
}.dnl-faq_list-amy {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.dnl-faq_item-amy {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 245, 210, 0.11);
  background: #17141F;
  overflow: hidden;
}.dnl-faq_q-amy {
  gap: 0.75rem;
  padding: 1rem 20px;
  transition: color .2s;
  font-size: 14px;
  flex-wrap: wrap;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  cursor: pointer;
  font-weight: 600;
  color: #C6BFB2;
  justify-content: space-between;
}.dnl-faq_q-amy:hover {
  color: #F0EBE0;
}.dnl-faq_q_ic-amy {
  border-radius: 50%;
  background: rgba(255, 248, 235, 0.05);
  transition: transform .25s;
  justify-content: center;
  color: #C8A84A;
  align-items: center;
  height: 1.5rem;
  width: 24px;
  display: flex;
  font-size: 16px;
  flex-shrink: 0;
}.dnl-faq_item-amy.dnl-state_open-amy .dnl-faq_q_ic-amy {
  transform: rotate(45deg);
}.dnl-faq_a-amy {
  padding: 0 20px 16px;
  display: none;
  color: #6E6860;
  line-height: 1.7;
  overflow-wrap: break-word;
  font-size: 13px;
}.dnl-faq_item-amy.dnl-state_open-amy .dnl-faq_a-amy {
  display: block;
}.dnl-faq_a-amy strong {
  font-weight: 700;
  color: #C6BFB2;
}.dnl-faq_a-amy a {
  text-decoration: underline;
  color: #C8A84A;
}.dnl-faq_a-amy ul,.dnl-faq_a-amy ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.dnl-faq_a-amy ol {
  list-style: decimal;
}.dnl-faq_a-amy li {
  line-height: 1.6;
  margin-bottom: 4px;
}.dnl-faq_a-amy table {
  margin: 8px 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 0.75rem;
  display: block;
  overflow-x: auto;
}
@media(min-width:768px) {.dnl-faq_a-amy table {
  display: table;
}
}.dnl-faq_a-amy th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 248, 235, 0.07);
  font-weight: 700;
  color: #C6BFB2;
  text-align: left;
}.dnl-faq_a-amy td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 248, 235, 0.05);
  color: #6E6860;
}.dnl-pmt-amy {
  background: #0E0C13;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.dnl-pmt-amy {
  padding: 2.75rem 1.5rem 0;
}
}.dnl-pmt_in-amy {
  margin: 0 auto;
  max-width: 82.5rem;
}.dnl-pmt_head-amy {
  margin-bottom: 22px;
  max-width: 45rem;
}.dnl-pmt_label-amy {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-size: 11px;
  color: #C8A84A;
}.dnl-pmt_h2-amy {
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-family: 'Cormorant Garamond', serif;
  color: #F0EBE0;
  font-weight: 800;
  margin-bottom: 8px;
}
@media(min-width: 767px) {.dnl-pmt_h2-amy {
  font-size: 28px;
}
}.dnl-pmt_intro-amy {
  overflow-wrap: break-word;
  color: #6E6860;
  line-height: 1.6;
  font-size: 14px;
}.dnl-pmt_groups-amy {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.dnl-pmt_group-amy {
  border: 1px solid rgba(255, 245, 210, 0.11);
  background: #17141F;
  padding: 20px;
  border-radius: 0.5rem;
}.dnl-pmt_group_head-amy {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
}.dnl-pmt_group_ic-amy {
  background: rgba(200, 168, 74, 0.16);
  border-radius: 0.25rem;
  display: flex;
  color: #C8A84A;
  height: 2.25rem;
  flex-shrink: 0;
  width: 2.25rem;
  justify-content: center;
  align-items: center;
}.dnl-pmt_group_ic-amy svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 18px;
  width: 1.125rem;
}.dnl-pmt_group_h-amy {
  margin: 0;
  overflow-wrap: break-word;
  color: #F0EBE0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 700;
}.dnl-pmt_group_p-amy {
  line-height: 1.6;
  font-size: 0.813rem;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  color: #6E6860;
}.dnl-pmt_group_p-amy strong {
  color: #C6BFB2;
  font-weight: 600;
}.dnl-pmt_table_wrap-amy {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.dnl-pmt_table-amy {
  min-width: 540px;
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
}.dnl-pmt_table-amy th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 248, 235, 0.07);
  font-size: 11px;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  color: #C6BFB2;
  letter-spacing: .04em;
}.dnl-pmt_table-amy td {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 248, 235, 0.05);
  color: #6E6860;
}.dnl-pmt_table-amy tbody tr:last-child td {
  border-bottom: none;
}.dnl-pmt_table-amy tr:hover td {
  background: rgba(255, 248, 235, 0.05);
  color: #C6BFB2;
}.dnl-rv-amy {
  background: #0E0C13;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.dnl-rv-amy {
  padding: 2.75rem 24px 0;
}
}.dnl-rv_in-amy {
  margin: 0 auto;
  max-width: 1320px;
}.dnl-rv_head-amy {
  max-width: 45rem;
  margin-bottom: 20px;
}.dnl-rv_label-amy {
  margin-bottom: 8px;
  font-weight: 700;
  color: #C8A84A;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.dnl-rv_h2-amy {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  color: #F0EBE0;
  font-size: 22px;
  overflow-wrap: break-word;
  margin-bottom: 10px;
}
@media(min-width: 770px) {.dnl-rv_h2-amy {
  font-size: 1.75rem;
}
}.dnl-rv_stats-amy {
  gap: 18px;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.813rem;
  color: #6E6860;
  align-items: center;
}.dnl-rv_stats_score-amy {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.dnl-rv_stats_score_val-amy {
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  color: #E8A830;
  font-size: 1.375rem;
}.dnl-rv_stats_score_max-amy {
  color: #585249;
  font-size: 0.813rem;
}.dnl-rv_stats_badge-amy {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.dnl-rv_stats_badge-amy svg {
  height: 14px;
  width: 0.875rem;
  color: #E8A830;
}.dnl-rv_grid-amy {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.dnl-rv_grid-amy {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.dnl-rv_grid-amy {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.dnl-rv_card-amy {
  padding: 1.25rem;
  border: 1px solid rgba(255, 245, 210, 0.11);
  border-radius: 0.5rem;
  background: #17141F;
  flex-direction: column;
  display: flex;
}.dnl-rv_card_stars-amy {
  gap: 2px;
  color: #E8A830;
  margin-bottom: 10px;
  display: flex;
}.dnl-rv_card_stars-amy svg {
  height: 0.875rem;
  width: 0.875rem;
}.dnl-rv_card_h-amy {
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #F0EBE0;
  font-size: 14px;
  overflow-wrap: break-word;
}.dnl-rv_card_body-amy {
  flex: 1;
  line-height: 1.65;
  color: #6E6860;
  margin-bottom: 14px;
  font-size: 13px;
  overflow-wrap: break-word;
}.dnl-rv_card_body-amy strong {
  font-weight: 600;
  color: #C6BFB2;
}.dnl-rv_card_meta-amy {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 248, 235, 0.05);
  padding-top: 12px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}.dnl-rv_card_author-amy {
  font-weight: 600;
  font-size: 0.75rem;
  color: #C6BFB2;
}.dnl-rv_card_date-amy {
  font-size: 11px;
  color: #585249;
}.dnl-seo-amy {
  padding: 36px 1rem 0;
  background: #0E0C13;
}
@media(min-width: 770px) {.dnl-seo-amy {
  padding: 44px 24px 0;
}
}.dnl-seo_in-amy {
  border-radius: 14px;
  background: #17141F;
  margin: 0 auto;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 245, 210, 0.11);
  max-width: 1320px;
}
@media(min-width: 766px) {.dnl-seo_in-amy {
  padding: 2.25rem 40px;
}
}.dnl-seo_label-amy {
  font-weight: 700;
  color: #C8A84A;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
}.dnl-seo_h2-amy {
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  color: #F0EBE0;
  font-size: 20px;
  line-height: 1.25;
}
@media(min-width: 765px) {.dnl-seo_h2-amy {
  font-size: 24px;
}
}.dnl-seo_body-amy {
  color: #968F84;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.dnl-seo_body-amy p {
  font-size: 14px;
  line-height: 1.75;
  color: #968F84;
  margin-bottom: 0.75rem;
}.dnl-seo_body-amy p:last-child {
  margin-bottom: 0;
}.dnl-seo_body-amy strong {
  color: #C6BFB2;
  font-weight: 700;
}.dnl-seo_body-amy a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8A84A;
}.dnl-seo_body-amy a:hover {
  color: #DEC06A;
}.dnl-seo_body-amy ul,.dnl-seo_body-amy ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.dnl-seo_body-amy ol {
  list-style: decimal;
}.dnl-seo_body-amy li {
  color: #968F84;
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 14px;
}.dnl-seo_body-amy table {
  border-collapse: collapse;
  margin-bottom: 12px;
  overflow-x: auto;
  font-size: 13px;
  width: 100%;
  display: block;
}
@media(min-width: 769px) {.dnl-seo_body-amy table {
  display: table;
}
}.dnl-seo_body-amy th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 248, 235, 0.07);
  color: #C6BFB2;
  text-align: left;
  font-weight: 700;
}.dnl-seo_body-amy td {
  border-bottom: 1px solid rgba(255, 248, 235, 0.05);
  padding: 0.625rem 12px;
  color: #968F84;
}.dnl-seo_cols-amy {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 637px) {.dnl-seo_cols-amy {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.dnl-seo_cols-amy {
  grid-template-columns: repeat(3,1fr);
}
}.dnl-seo_col_h-amy {
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  color: #C6BFB2;
  font-size: 0.813rem;
}.dnl-seo_col_p-amy {
  color: #6E6860;
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}.dnl-seo_stats-amy {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.dnl-seo_stat-amy {
  border-radius: 8px;
  border: 1px solid rgba(200, 168, 74, 0.16);
  flex: 1;
  background: rgba(200, 168, 74, 0.07);
  padding: 0.875rem 16px;
  min-width: 140px;
}.dnl-seo_stat_val-amy {
  color: #C8A84A;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
}.dnl-seo_stat_lb-amy {
  color: #6E6860;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.dnl-ft-amy {
  border-top: 1px solid rgba(255, 248, 235, 0.05);
  background: #09080D;
  margin-top: 48px;
}.dnl-ft_support-amy {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255, 248, 235, 0.05);
}
@media(min-width: 769px) {.dnl-ft_support-amy {
  padding: 1.75rem 1.5rem;
}
}.dnl-ft_support_in-amy {
  margin: 0 auto;
  gap: 1rem;
  max-width: 1320px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.dnl-ft_support_main-amy {
  flex: 1;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  min-width: 220px;
}.dnl-ft_support_ic-amy {
  color: #C8A84A;
  flex-shrink: 0;
}.dnl-ft_support_ic-amy svg {
  height: 1.875rem;
  stroke-linecap: round;
  width: 1.875rem;
  stroke-linejoin: round;
}.dnl-ft_support_text_title-amy {
  font-size: 15px;
  color: #F0EBE0;
  overflow-wrap: break-word;
  margin-bottom: 3px;
  font-weight: 700;
}.dnl-ft_support_text_sub-amy {
  font-size: 0.75rem;
  color: #6E6860;
  overflow-wrap: break-word;
}.dnl-ft_support_btn-amy {
  padding: 0.688rem 1.375rem;
  background: #C8A84A;
  transition: background .2s;
  border-radius: 8px;
  white-space: nowrap;
  font-size: 0.813rem;
  flex-shrink: 0;
  color: #F0EBE0;
  font-weight: 700;
}.dnl-ft_support_btn-amy:hover {
  background: #DEC06A;
}.dnl-ft_support_contacts-amy {
  gap: 1rem;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.dnl-ft_support_contact-amy {
  font-size: 12px;
  color: #585249;
  line-height: 1.4;
}.dnl-ft_support_contact-amy strong {
  display: block;
  margin-bottom: 2px;
  font-size: 0.688rem;
  color: #968F84;
  font-weight: 600;
}.dnl-ft_main-amy {
  border-bottom: 1px solid rgba(255, 248, 235, 0.05);
  padding: 2rem 1rem 1.5rem;
}
@media(min-width: 766px) {.dnl-ft_main-amy {
  padding: 40px 24px 2rem;
}
}.dnl-ft_main_in-amy {
  margin: 0 auto;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 641px) {.dnl-ft_main_in-amy {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.dnl-ft_main_in-amy {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.dnl-ft_col_logo-amy {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.dnl-ft_col_logo-amy {
  grid-column: auto;
}
}.dnl-ft_logo-amy {
  gap: 9px;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  font-weight: 800;
  align-items: center;
  display: flex;
  font-size: 1rem;
  color: #F0EBE0;
}.dnl-ft_logo_mark-amy {
  border-radius: 0.25rem;
  overflow: hidden;
  height: 1.875rem;
  width: 30px;
}.dnl-ft_logo_mark-amy img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.dnl-ft_logo_sub-amy {
  max-width: 200px;
  line-height: 1.55;
  color: #585249;
  overflow-wrap: break-word;
  font-size: 12px;
}.dnl-ft_col_title-amy {
  letter-spacing: .07em;
  margin-bottom: 0.875rem;
  color: #968F84;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
}.dnl-ft_col_links-amy {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.dnl-ft_col_link-amy {
  transition: color .2s;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #585249;
}.dnl-ft_col_link-amy:hover {
  color: #C6BFB2;
}.dnl-ft_apps-amy {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.dnl-ft_app_card-amy {
  border-radius: 0.25rem;
  padding: 0.625rem 0.75rem;
  border: 1px solid rgba(255, 245, 210, 0.11);
  transition: border-color .2s;
  background: rgba(255, 248, 235, 0.05);
  gap: 0.625rem;
  display: flex;
  align-items: center;
}.dnl-ft_app_card-amy:hover {
  border-color: rgba(201, 168, 76, 0.38);
}.dnl-ft_app_card_ic-amy svg {
  height: 22px;
  width: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.dnl-ft_app_card_os-amy {
  font-weight: 600;
  color: #585249;
  font-size: 10px;
}.dnl-ft_app_card_action-amy {
  color: #C6BFB2;
  font-weight: 700;
  font-size: 0.75rem;
}.dnl-ft_bot-amy {
  padding: 20px 16px;
}
@media(min-width: 769px) {.dnl-ft_bot-amy {
  padding: 20px 24px;
}
}.dnl-ft_bot_in-amy {
  gap: 1rem;
  margin: 0 auto;
  max-width: 1320px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.dnl-ft_socials-amy {
  gap: 8px;
  display: flex;
}.dnl-ft_soc-amy {
  transition: background .2s;
  border: 1px solid rgba(255, 245, 210, 0.11);
  background: rgba(255, 248, 235, 0.05);
  border-radius: 4px;
  width: 36px;
  justify-content: center;
  color: #968F84;
  display: flex;
  align-items: center;
  height: 36px;
}.dnl-ft_soc-amy svg {
  width: 16px;
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.dnl-ft_soc-amy:hover {
  background: rgba(255, 248, 235, 0.07);
}.dnl-ft_legal-amy {
  flex: 1;
  color: #807870;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  min-width: 12.5rem;
}.dnl-ft_legal-amy strong {
  font-weight: 700;
  color: #968F84;
}.dnl-ft_legal-amy a {
  color: #968F84;
  text-decoration: underline;
}.dnl-ft_age-amy {
  border-radius: 50%;
  border: 2px solid #807870;
  font-weight: 800;
  justify-content: center;
  margin-left: auto;
  color: #807870;
  height: 32px;
  font-size: 11px;
  flex-shrink: 0;
  align-items: center;
  width: 2rem;
  display: flex;
}