*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #0E0A06;
  min-height: 100vh;
  color: #D8C4A0;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  font-family: 'Raleway', sans-serif;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  color: inherit;
  text-decoration: none;
}button {
  font: inherit;
  border: none;
  background: none;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.drl_layout_1p9 {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.drl_page_1p9 {
  display: flex;
  min-height: 100vh;
}.drl_main_1p9 {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media(min-width: 1081px) {.drl_main_1p9 {
  padding-left: 220px;
}
}
@media(max-width: 1081px) {.drl_main_1p9 {
  padding-bottom: 72px;
}
}.drl_gc_1p9 {
  border: 1px solid rgba(255,245,220,0.06);
  transition: transform .2s,border-color .2s;
  border-radius: 10px;
  overflow: hidden;
  background: #130E08;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  width: 8.75rem;
}
@media(min-width: 641px) {.drl_gc_1p9 {
  width: 9.75rem;
}
}
@media(min-width: 1082px) {.drl_gc_1p9 {
  width: 10.5rem;
}
}.drl_gc_1p9:hover {
  border-color: rgba(200,131,10,0.08);
  transform: translateY(-3px);
}.drl_gc_img_1p9 {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.drl_gc_img_1p9 img {
  inset: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}.drl_gc_hover_1p9 {
  inset: 0;
  background: rgba(6,4,2,0.74);
  transition: opacity .2s;
  opacity: 0;
  align-items: center;
  position: absolute;
  justify-content: center;
  display: flex;
}.drl_gc_1p9:hover .drl_gc_hover_1p9 {
  opacity: 1;
}.drl_gc_hover_btn_1p9 {
  border-radius: 6px;
  background: #C8830A;
  padding: 0.5rem 1rem;
  color: #F5E8CC;
  font-size: 12px;
  font-weight: 700;
}.drl_gc_info_1p9 {
  padding: 0.5rem 10px 10px;
}.drl_gc_name_1p9 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  font-size: 0.75rem;
  color: #D8C4A0;
  margin-bottom: 3px;
  font-weight: 600;
}.drl_gc_prov_1p9 {
  color: #8A7060;
  font-size: 10px;
}.drl_gc_tag_1p9 {
  padding: 2px 7px;
  border-radius: 4px;
  top: 6px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
  left: 6px;
  position: absolute;
  letter-spacing: .04em;
  font-size: 0.563rem;
}.drl_gc_tag_hot_1p9 {
  background: #C43030;
  color: #fff;
}.drl_gc_tag_new_1p9 {
  background: #3DA862;
  color: #0E0A06;
}.drl_gc_tag_jp_1p9 {
  background: #E8A820;
  color: #0E0A06;
}.drl_gc_tag_ex_1p9 {
  background: #7A4A9C;
  color: #fff;
}.drl_gc_tag_live_1p9 {
  background: #C43030;
  color: #fff;
}.drl_gr_1p9 {
  padding: 32px 16px 0;
  background: #0E0A06;
}
@media(min-width: 771px) {.drl_gr_1p9 {
  padding: 36px 24px 0;
}
}.drl_gr_in_1p9 {
  margin: 0 auto;
  max-width: 1340px;
}.drl_gr_head_1p9 {
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}.drl_gr_head_l_1p9 {
  gap: 0.625rem;
  flex: 1;
  min-width: 0;
  align-items: center;
  display: flex;
}.drl_gr_ic_1p9 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 2rem;
  flex-shrink: 0;
  width: 32px;
  display: flex;
}.drl_gr_ic_1p9 svg {
  height: 1rem;
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.drl_gr_title_1p9 {
  font-size: 16px;
  color: #F5E8CC;
  font-weight: 700;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.drl_gr_title_1p9 {
  font-size: 1.125rem;
}
}.drl_gr_more_1p9 {
  gap: 5px;
  transition: color .2s;
  font-weight: 600;
  display: flex;
  white-space: nowrap;
  font-size: 12px;
  flex-shrink: 0;
  align-items: center;
  color: #8A7A62;
}.drl_gr_more_1p9:hover {
  color: #C8830A;
}.drl_gr_more_1p9 svg {
  stroke-linejoin: round;
  height: 0.75rem;
  stroke-linecap: round;
  width: 0.75rem;
}.drl_gr_arrows_1p9 {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.drl_gr_arr_1p9 {
  background: rgba(255,245,220,0.05);
  border: 1px solid rgba(255,245,220,0.12);
  border-radius: 6px;
  transition: background .15s,color .15s;
  width: 1.875rem;
  justify-content: center;
  display: flex;
  color: #B09878;
  align-items: center;
  height: 1.875rem;
}.drl_gr_arr_1p9:hover {
  background: rgba(255,245,220,0.07);
  color: #F5E8CC;
}.drl_gr_arr_1p9 svg {
  stroke-linecap: round;
  height: 13px;
  width: 0.813rem;
  stroke-linejoin: round;
}.drl_gr_seo_h_1p9 {
  margin: 0 0 6px;
  color: #D8C4A0;
  font-size: 0.813rem;
  font-family: 'Cinzel', serif;
  max-width: 42.5rem;
  overflow-wrap: break-word;
  font-weight: 700;
}
@media(min-width: 771px) {.drl_gr_seo_h_1p9 {
  font-size: 0.875rem;
}
}.drl_gr_seo_1p9 {
  overflow-wrap: break-word;
  margin-bottom: 12px;
  color: #8A7A62;
  line-height: 1.55;
  font-size: 12px;
  max-width: 42.5rem;
}.drl_gr_seo_1p9 strong {
  color: #D8C4A0;
  font-weight: 600;
}.drl_gr_scroll_1p9 {
  gap: 10px;
  padding-bottom: 0.625rem;
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  scrollbar-width: none;
}.drl_gr_scroll_1p9::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.drl_gr_scroll_1p9 {
  gap: 0.75rem;
}
}.drl_tb_1p9 {
  background: #0E0A06;
  border-bottom: 1px solid rgba(255,245,220,0.07);
  height: 3.5rem;
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 80;
}.drl_tb_in_1p9 {
  padding: 0 0.875rem;
  gap: 0;
  width: 100%;
  align-items: center;
  height: 100%;
  display: flex;
}.drl_tb_burger_1p9 {
  gap: 0.313rem;
  border-radius: 10px;
  width: 2.375rem;
  flex-direction: column;
  align-items: center;
  margin-right: 8px;
  height: 38px;
  justify-content: center;
  flex-shrink: 0;
  display: flex;
}.drl_tb_burger_1p9:hover {
  background: rgba(255,245,220,0.05);
}.drl_tb_burger_line_1p9 {
  background: #B09878;
  border-radius: 1px;
  height: 2px;
  display: block;
  width: 1.125rem;
}
@media(min-width: 1081px) {.drl_tb_burger_1p9 {
  display: none;
}
}.drl_tb_logo_1p9 {
  gap: 0.563rem;
  overflow-wrap: break-word;
  letter-spacing: -.01em;
  display: flex;
  color: #F5E8CC;
  margin-right: 20px;
  font-weight: 800;
  align-items: center;
  font-size: 1.125rem;
  flex-shrink: 0;
}.drl_tb_logo_mark_1p9 {
  overflow: hidden;
  border-radius: 10px;
  width: 2rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}.drl_tb_logo_mark_1p9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.drl_tb_nav_1p9 {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 638px) {.drl_tb_nav_1p9 {
  display: flex;
}
}.drl_tb_tab_1p9 {
  border-radius: 10px;
  padding: 8px 0.875rem;
  transition: background .15s,color .15s;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.813rem;
  color: #B09878;
}.drl_tb_tab_1p9:hover {
  background: rgba(255,245,220,0.05);
  color: #F5E8CC;
}.drl_tb_tab_1p9.drl_state_active_1p9 {
  background: rgba(200,131,10,0.18);
  color: #F5E8CC;
}.drl_tb_right_1p9 {
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  margin-left: auto;
}.drl_tb_login_1p9 {
  background: rgba(255,245,220,0.05);
  transition: border-color .2s,color .2s;
  padding: 0.563rem 16px;
  border-radius: 10px;
  border: 1px solid rgba(255,245,220,0.12);
  font-weight: 600;
  display: none;
  color: #D8C4A0;
  font-size: 13px;
}.drl_tb_login_1p9:hover {
  border-color: rgba(200,131,10,0.52);
  color: #F5E8CC;
}
@media(min-width: 483px) {.drl_tb_login_1p9 {
  display: block;
}
}.drl_tb_reg_1p9 {
  padding: 9px 1.125rem;
  transition: background .2s;
  border-radius: 10px;
  background: #3DA862;
  font-size: 0.813rem;
  color: #0C0806;
  font-weight: 700;
  white-space: nowrap;
}.drl_tb_reg_1p9:hover {
  background: #4ABF70;
}.drl_sb_1p9 {
  border-right: 1px solid rgba(255,245,220,0.05);
  transform: translateX(-100%);
  background: #1A1209;
  transition: transform .25s ease;
  position: fixed;
  top: 56px;
  width: 220px;
  left: 0;
  overflow-y: auto;
  z-index: 70;
  bottom: 0;
}.drl_sb_1p9.drl_state_open_1p9 {
  transform: translateX(0);
}.drl_sb_1p9::-webkit-scrollbar {
  width: 0.25rem;
}.drl_sb_1p9::-webkit-scrollbar-thumb {
  background: rgba(255,245,220,0.07);
  border-radius: 2px;
}
@media(min-width: 1083px) {.drl_sb_1p9 {
  transform: translateX(0);
}
}.drl_sb_auth_1p9 {
  padding: 14px 0.75rem 0.625rem;
}.drl_sb_btn_reg_1p9 {
  border-radius: 10px;
  background: #3DA862;
  padding: 11px;
  transition: background .2s;
  display: block;
  color: #0C0806;
  font-size: 0.813rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
}.drl_sb_btn_reg_1p9:hover {
  background: #4ABF70;
}.drl_sb_btn_login_1p9 {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255,245,220,0.12);
  transition: border-color .2s;
  background: rgba(255,245,220,0.05);
  display: block;
  color: #D8C4A0;
  font-size: 0.813rem;
  font-weight: 600;
  text-align: center;
}.drl_sb_btn_login_1p9:hover {
  border-color: rgba(200,131,10,0.52);
  color: #F5E8CC;
}.drl_sb_promo_1p9 {
  background: linear-gradient(135deg,#2A1404,#1A1209);
  overflow: hidden;
  padding: 12px 0.875rem;
  border: 1px solid rgba(200,131,10,0.18);
  border-radius: 10px;
  margin: 0 12px 10px;
  position: relative;
}.drl_sb_promo_1p9::before {
  background: radial-gradient(circle,rgba(200,131,10,0.18),transparent 70%);
  border-radius: 50%;
  height: 80px;
  position: absolute;
  right: -20px;
  content: '';
  width: 5rem;
  top: -1.25rem;
}.drl_sb_promo_title_1p9 {
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 0.688rem;
  font-weight: 700;
  color: #C8830A;
  margin-bottom: 4px;
}.drl_sb_promo_text_1p9 {
  font-weight: 600;
  line-height: 1.35;
  color: #F5E8CC;
  font-size: 12px;
  overflow-wrap: break-word;
}.drl_sb_promo_sub_1p9 {
  margin-top: 3px;
  color: #8A7A62;
  font-size: 0.625rem;
}.drl_sb_nav_1p9 {
  padding: 6px 8px 16px;
}.drl_sb_nav_lb_1p9 {
  padding: 0.625rem 8px 0.375rem;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #8A7060;
}.drl_sb_link_1p9 {
  border-radius: 0.375rem;
  gap: 10px;
  padding: 0.563rem 10px;
  transition: background .15s,color .15s;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #B09878;
  cursor: pointer;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.drl_sb_link_1p9:hover {
  background: rgba(255,245,220,0.05);
  color: #F5E8CC;
}.drl_sb_link_1p9.drl_state_active_1p9 {
  background: rgba(200,131,10,0.18);
  color: #F5E8CC;
}.drl_sb_ic_1p9 {
  border-radius: 0.375rem;
  height: 1.875rem;
  align-items: center;
  width: 30px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}.drl_sb_ic_1p9 svg {
  width: 16px;
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
}.drl_sb_ic_1_1p9 {
  background: rgba(200,131,10,0.08);
  color: #C8830A;
}.drl_sb_ic_2_1p9 {
  background: rgba(61,168,98,0.16);
  color: #3DA862;
}.drl_sb_ic_3_1p9 {
  background: rgba(232,168,32,0.18);
  color: #E8A820;
}.drl_sb_ic_4_1p9 {
  background: rgba(122,74,156,0.20);
  color: #7A4A9C;
}.drl_sb_ic_5_1p9 {
  background: rgba(200,131,10,0.08);
  color: #D44A7A;
}.drl_sb_ic_6_1p9 {
  background: rgba(122,74,156,0.20);
  color: #8B2FC9;
}.drl_sb_badge_1p9 {
  background: #E8A820;
  border-radius: 6px;
  padding: 2px 0.438rem;
  color: #0C0806;
  font-weight: 700;
  font-size: 0.563rem;
  margin-left: auto;
}.drl_sb_bot_1p9 {
  gap: 0.5rem;
  padding: 0.75rem;
  border-top: 1px solid rgba(255,245,220,0.05);
  display: flex;
}.drl_sb_lang_1p9,.drl_sb_help_1p9 {
  flex: 1;
  border: 1px solid rgba(255,245,220,0.06);
  background: rgba(255,245,220,0.05);
  padding: 0.563rem 0.375rem;
  border-radius: 6px;
  gap: 0.375rem;
  transition: border-color .2s;
  justify-content: center;
  font-size: 11px;
  display: flex;
  font-weight: 600;
  align-items: center;
  color: #B09878;
}.drl_sb_lang_1p9:hover,.drl_sb_help_1p9:hover {
  border-color: rgba(200,131,10,0.52);
  color: #F5E8CC;
}.drl_sb_lang_1p9 svg,.drl_sb_help_1p9 svg {
  stroke-linejoin: round;
  height: 0.813rem;
  stroke-linecap: round;
  width: 13px;
}.drl_sb_bd_1p9 {
  background: rgba(6,4,2,0.74);
  inset: 0;
  display: none;
  z-index: 69;
  position: fixed;
}.drl_sb_bd_1p9.drl_state_on_1p9 {
  display: block;
}
@media(min-width: 1077px) {.drl_sb_bd_1p9 {
  display: none!important;
}
}.drl_mob_nav_1p9 {
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #1A1209;
  border-top: 1px solid rgba(255,245,220,0.12);
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 80;
  left: 0;
  position: fixed;
}
@media(min-width: 1081px) {.drl_mob_nav_1p9 {
  display: none;
}
}.drl_mob_nav_item_1p9 {
  gap: 4px;
  padding: 0.25rem 2px;
  flex: 1;
  align-items: center;
  flex-direction: column;
  color: #8A7060;
  display: flex;
  cursor: pointer;
}.drl_mob_nav_ic_1p9 {
  line-height: 1;
}.drl_mob_nav_ic_1p9 svg {
  width: 20px;
  stroke-linecap: round;
  height: 1.25rem;
  stroke-linejoin: round;
}.drl_mob_nav_lb_1p9 {
  font-size: 10px;
  color: #8A7060;
  font-weight: 600;
}.drl_mob_nav_item_1p9.drl_state_active_1p9 {
  color: #C8830A;
}.drl_mob_nav_item_1p9.drl_state_active_1p9 .drl_mob_nav_lb_1p9 {
  color: #C8830A;
}.drl_hero_1p9 {
  background: #0E0A06;
  padding: 20px 16px 0;
}
@media(min-width: 765px) {.drl_hero_1p9 {
  padding: 1.5rem 24px 0;
}
}.drl_hero_in_1p9 {
  gap: 12px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  max-width: 1340px;
  display: grid;
}
@media(min-width: 861px) {.drl_hero_in_1p9 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1103px) {.drl_hero_in_1p9 {
  grid-template-columns: 1fr 21.25rem;
}
}.drl_hero_promo_1p9 {
  border-radius: 16px;
  overflow: hidden;
  background: #130E08;
  align-items: stretch;
  min-height: 220px;
  display: flex;
  position: relative;
}
@media(min-width: 767px) {.drl_hero_promo_1p9 {
  min-height: 280px;
}
}.drl_hero_promo_bg_1p9 {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#2A1404 0%,#0E0A06 100%);
  position: absolute;
  background-size: cover;
}.drl_hero_promo_bg_1p9::after {
  background: linear-gradient(90deg,#0E0A06 0%,rgba(6,4,2,0.74) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.drl_hero_promo_glow_1p9 {
  background: radial-gradient(circle,rgba(122,74,156,0.20) 0%,transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  height: 300px;
  top: -2.5rem;
  right: 60px;
  position: absolute;
  width: 18.75rem;
}.drl_hero_promo_ct_1p9 {
  padding: 1.75rem 24px 28px 28px;
  z-index: 2;
  flex-direction: column;
  display: flex;
  max-width: 480px;
  justify-content: center;
  position: relative;
}
@media(min-width: 769px) {.drl_hero_promo_ct_1p9 {
  padding: 2.5rem 2rem;
}
}.drl_hero_badge_1p9 {
  border-radius: 20px;
  background: rgba(200,131,10,0.18);
  border: 1px solid rgba(200,131,10,0.08);
  padding: 0.313rem 12px;
  color: #C8830A;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: inline-block;
}.drl_hero_h1_1p9 {
  overflow-wrap: break-word;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 0.625rem;
  font-family: 'Cinzel', serif;
  font-size: 26px;
  color: #F5E8CC;
}.drl_hero_h1_1p9 em {
  color: #E8A820;
  font-style: normal;
}
@media(min-width: 771px) {.drl_hero_h1_1p9 {
  font-size: 36px;
}
}.drl_hero_sub_1p9 {
  font-size: 13px;
  line-height: 1.55;
  color: #B09878;
  margin-bottom: 20px;
}
@media(min-width:768px) {.drl_hero_sub_1p9 {
  font-size: 0.875rem;
}
}.drl_hero_row_1p9 {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.drl_hero_cta_1p9 {
  background: #3DA862;
  padding: 13px 1.625rem;
  transition: background .2s;
  border-radius: 10px;
  font-size: 0.875rem;
  box-shadow: 0 4px 20px rgba(61,168,98,0.42), 0 1px 4px rgba(0,0,0,0.62);
  font-weight: 700;
  color: #0C0806;
}.drl_hero_cta_1p9:hover {
  background: #4ABF70;
}.drl_hero_terms_1p9 {
  font-size: 0.688rem;
  color: #8A7060;
}.drl_hero_game_1p9 {
  border: 1px solid rgba(255,245,220,0.06);
  overflow: hidden;
  background: #130E08;
  border-radius: 16px;
  flex-direction: column;
  display: flex;
  position: relative;
}.drl_hero_game_badge_1p9 {
  border: 1px solid rgba(232,168,32,0.18);
  border-radius: 1.25rem;
  padding: 5px 10px;
  background: rgba(232,168,32,0.18);
  left: 0.75rem;
  z-index: 3;
  text-transform: uppercase;
  position: absolute;
  color: #E8A820;
  font-size: 10px;
  letter-spacing: .06em;
  font-weight: 700;
  top: 12px;
}.drl_hero_game_badge_1p9 svg {
  vertical-align: -1px;
  margin-right: 0.25rem;
  height: 11px;
  width: 11px;
}.drl_hero_game_img_1p9 {
  overflow: hidden;
  background: linear-gradient(135deg,#2A1404,#0E0A06);
  position: relative;
  padding-bottom: 60%;
}.drl_hero_game_img_1p9 img {
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}.drl_hero_game_play_1p9 {
  inset: 0;
  background: rgba(6,4,2,0.74);
  transition: opacity .2s;
  align-items: center;
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
}.drl_hero_game_1p9:hover .drl_hero_game_play_1p9 {
  opacity: 1;
}.drl_hero_game_play_1p9 span {
  background: #C8830A;
  border-radius: 50%;
  width: 52px;
  justify-content: center;
  height: 52px;
  align-items: center;
  display: flex;
}.drl_hero_game_play_1p9 span svg {
  width: 18px;
  height: 18px;
  margin-left: 2px;
}.drl_hero_game_info_1p9 {
  padding: 14px 16px;
}.drl_hero_game_title_1p9 {
  color: #F5E8CC;
  font-size: 15px;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-weight: 700;
}.drl_hero_game_provider_1p9 {
  color: #8A7A62;
  font-size: 0.688rem;
}.drl_hero_game_btn_1p9 {
  padding: 0.688rem;
  margin: 12px 16px 1rem;
  transition: background .2s;
  border-radius: 0.625rem;
  background: #C8830A;
  font-size: 13px;
  text-align: center;
  color: #F5E8CC;
  display: block;
  font-weight: 700;
}.drl_hero_game_1p9:hover .drl_hero_game_btn_1p9 {
  background: #D9940F;
}.drl_wy_1p9 {
  padding: 32px 1rem 0;
  background: #0E0A06;
}
@media(min-width: 770px) {.drl_wy_1p9 {
  padding: 2.5rem 24px 0;
}
}.drl_wy_in_1p9 {
  margin: 0 auto;
  max-width: 83.75rem;
}.drl_wy_head_1p9 {
  margin-bottom: 18px;
  max-width: 45rem;
}.drl_wy_label_1p9 {
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  color: #C8830A;
}.drl_wy_h2_1p9 {
  font-size: 1.25rem;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F5E8CC;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.drl_wy_h2_1p9 {
  font-size: 1.5rem;
}
}.drl_wy_intro_1p9 {
  margin: 0;
  line-height: 1.6;
  font-size: 13px;
  color: #8A7A62;
}.drl_wy_grid_1p9 {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.drl_wy_grid_1p9 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.drl_wy_grid_1p9 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.drl_wy_card_1p9 {
  background: #1A1209;
  padding: 1.25rem;
  transition: border-color .2s,transform .2s;
  border-radius: 0.625rem;
  border: 1px solid rgba(255,245,220,0.12);
}.drl_wy_card_1p9:hover {
  transform: translateY(-2px);
  border-color: rgba(200,131,10,0.08);
}.drl_wy_card_ic_1p9 {
  background: rgba(200,131,10,0.18);
  border-radius: 50%;
  align-items: center;
  height: 44px;
  display: flex;
  color: #C8830A;
  justify-content: center;
  width: 2.75rem;
  margin-bottom: 0.875rem;
}.drl_wy_card_ic_1p9 svg {
  stroke-linecap: round;
  width: 1.375rem;
  height: 22px;
  stroke-linejoin: round;
}.drl_wy_card_h_1p9 {
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  color: #F5E8CC;
  margin-bottom: 6px;
  font-weight: 700;
}.drl_wy_card_p_1p9 {
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.6;
  color: #8A7A62;
}.drl_wy_card_p_1p9 strong {
  color: #D8C4A0;
  font-weight: 600;
}.drl_gr_jp_1p9 {
  background: linear-gradient(135deg,#1E0A2E 0%,#0A0612 100%);
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 16px;
  position: relative;
}.drl_gr_jp_1p9::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(122,74,156,0.20) 0%,transparent 70%);
  height: 15.625rem;
  left: -60px;
  content: '';
  top: -60px;
  position: absolute;
  width: 250px;
}.drl_gr_jp_1p9::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(232,168,32,0.18) 0%,transparent 70%);
  position: absolute;
  width: 200px;
  bottom: -2.5rem;
  height: 200px;
  right: 0;
  content: '';
}.drl_gr_jp_head_1p9 {
  gap: 16px;
  z-index: 1;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
}.drl_gr_jp_info_1p9 {
  flex: 1;
}.drl_gr_jp_label_1p9 {
  color: #8B2FC9;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.drl_gr_jp_label_1p9 svg {
  height: 0.875rem;
  width: 14px;
  vertical-align: -2px;
  margin-right: 0.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.drl_gr_jp_amount_1p9 {
  margin-bottom: 0.25rem;
  font-family: 'Cinzel', serif;
  font-size: 2rem;
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1;
  color: #F5E8CC;
}
@media(min-width: 770px) {.drl_gr_jp_amount_1p9 {
  font-size: 2.5rem;
}
}.drl_gr_jp_amount_1p9 span {
  color: #E8A820;
}.drl_gr_jp_seo_1p9 {
  font-size: 0.75rem;
  color: #B09878;
  max-width: 30rem;
  line-height: 1.5;
  overflow-wrap: break-word;
}.drl_gr_jp_cta_1p9 {
  transition: background .2s;
  background: rgba(122,74,156,0.20);
  border-radius: 10px;
  border: 1px solid rgba(122,74,156,0.20);
  padding: 11px 1.25rem;
  color: #F5E8CC;
  font-weight: 700;
  flex-shrink: 0;
  z-index: 1;
  font-size: 0.813rem;
  margin-top: 4px;
  position: relative;
  align-self: flex-start;
  white-space: nowrap;
}.drl_gr_jp_cta_1p9:hover {
  background: #7A4A9C;
}.drl_ws_1p9 {
  background: #0E0A06;
  padding: 2rem 16px 0;
}
@media(min-width: 766px) {.drl_ws_1p9 {
  padding: 2.25rem 1.5rem 0;
}
}.drl_ws_in_1p9 {
  margin: 0 auto;
  max-width: 83.75rem;
}.drl_ws_head_1p9 {
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  align-items: center;
  display: flex;
}.drl_ws_title_1p9 {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F5E8CC;
  font-size: 16px;
  display: flex;
}.drl_ws_title_ic_1p9 svg {
  stroke-linejoin: round;
  color: #E8A820;
  width: 1.125rem;
  height: 1.125rem;
  stroke-linecap: round;
}.drl_ws_online_1p9 {
  gap: 7px;
  display: flex;
  color: #8A7A62;
  font-size: 12px;
  align-items: center;
  font-weight: 600;
}.drl_ws_online_dot_1p9 {
  background: #3DA862;
  border-radius: 50%;
  flex-shrink: 0;
  height: 0.5rem;
  width: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(61,168,98,0.16);
}.drl_ws_scroll_1p9 {
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  display: flex;
}.drl_ws_scroll_1p9::-webkit-scrollbar {
  display: none;
}.drl_wc_1p9 {
  border-radius: 0.625rem;
  background: #130E08;
  padding: 0.625rem 0.875rem;
  gap: 0.625rem;
  border: 1px solid rgba(255,245,220,0.12);
  align-items: center;
  min-width: 13.75rem;
  display: flex;
  flex-shrink: 0;
}.drl_wc_img_1p9 {
  overflow: hidden;
  background: #1A1209;
  border-radius: 6px;
  height: 2.25rem;
  flex-shrink: 0;
  width: 2.25rem;
}.drl_wc_img_1p9 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.drl_wc_info_1p9 {
  min-width: 0;
}.drl_wc_game_1p9 {
  overflow: hidden;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #D8C4A0;
}.drl_wc_player_1p9 {
  overflow: hidden;
  color: #8A7060;
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}.drl_wc_amount_1p9 {
  font-size: 0.813rem;
  font-weight: 700;
  color: #3DA862;
  flex-shrink: 0;
  margin-left: auto;
  white-space: nowrap;
}.drl_bon_1p9 {
  padding: 36px 16px 0;
  background: #0E0A06;
}
@media(min-width: 770px) {.drl_bon_1p9 {
  padding: 44px 1.5rem 0;
}
}.drl_bon_in_1p9 {
  margin: 0 auto;
  max-width: 83.75rem;
}.drl_bon_head_1p9 {
  margin-bottom: 1.25rem;
}.drl_bon_label_1p9 {
  font-weight: 700;
  color: #C8830A;
  margin-bottom: 8px;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.drl_bon_h2_1p9 {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  color: #F5E8CC;
  font-size: 1.25rem;
}
@media(min-width: 766px) {.drl_bon_h2_1p9 {
  font-size: 1.5rem;
}
}.drl_bon_seo_1p9 {
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 620px;
  color: #8A7A62;
  overflow-wrap: break-word;
}.drl_bon_seo_1p9 strong {
  font-weight: 700;
  color: #D8C4A0;
}.drl_bon_seo_1p9 a {
  text-decoration: underline;
  color: #C8830A;
}.drl_bon_grid_1p9 {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.drl_bon_grid_1p9 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.drl_bon_grid_1p9 {
  grid-template-columns: repeat(5,1fr);
}
}.drl_bon_card_1p9 {
  background: #130E08;
  border-radius: 0.625rem;
  padding: 16px;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255,245,220,0.12);
}.drl_bon_card_1p9:hover {
  border-color: rgba(200,131,10,0.08);
  transform: translateY(-2px);
}.drl_bon_card_ic_1p9 svg {
  stroke-linecap: round;
  width: 1.625rem;
  stroke-linejoin: round;
  height: 26px;
}.drl_bon_card_ic_1p9 {
  margin-bottom: 0.625rem;
}.drl_bon_card_type_1p9 {
  letter-spacing: .06em;
  font-size: 10px;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #8A7A62;
  font-weight: 700;
}.drl_bon_card_amount_1p9 {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 800;
  color: #E8A820;
  line-height: 1.1;
}.drl_bon_card_name_1p9 {
  font-size: 0.813rem;
  color: #F5E8CC;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 600;
}.drl_bon_card_detail_1p9 {
  border-top: 1px solid rgba(255,245,220,0.05);
  color: #8A7060;
  padding-top: 0.5rem;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  line-height: 1.5;
}.drl_prov_1p9 {
  padding: 2.25rem 1rem 0;
  background: #0E0A06;
}
@media(min-width: 765px) {.drl_prov_1p9 {
  padding: 2.75rem 1.5rem 0;
}
}.drl_prov_in_1p9 {
  margin: 0 auto;
  max-width: 1340px;
}.drl_prov_head_1p9 {
  margin-bottom: 1rem;
}.drl_prov_label_1p9 {
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  color: #C8830A;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}.drl_prov_h2_1p9 {
  color: #F5E8CC;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
@media(min-width: 771px) {.drl_prov_h2_1p9 {
  font-size: 24px;
}
}.drl_prov_seo_1p9 {
  color: #8A7A62;
  margin-bottom: 1rem;
  max-width: 620px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.6;
}.drl_prov_seo_1p9 strong {
  color: #D8C4A0;
  font-weight: 700;
}.drl_prov_seo_1p9 a {
  text-decoration: underline;
  color: #C8830A;
}.drl_prov_grid_1p9 {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.drl_prov_grid_1p9 {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width:1080px) {.drl_prov_grid_1p9 {
  grid-template-columns: repeat(8,1fr);
}
}.drl_prov_card_1p9 {
  background: #130E08;
  gap: 0.438rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(255,245,220,0.12);
  transition: border-color .2s,background .2s;
  padding: 0.875rem 10px;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  display: flex;
}.drl_prov_card_1p9:hover {
  background: #1A1209;
  border-color: rgba(200,131,10,0.52);
}.drl_prov_logo_1p9 {
  background: rgba(255,245,220,0.05);
  overflow: hidden;
  border-radius: 6px;
  width: 2.75rem;
  align-items: center;
  height: 2.75rem;
  display: flex;
  justify-content: center;
}.drl_prov_logo_1p9 img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.drl_prov_name_1p9 {
  overflow-wrap: break-word;
  color: #B09878;
  font-weight: 600;
  text-align: center;
  font-size: 11px;
}.drl_app_1p9 {
  padding: 2.25rem 1rem 0;
  background: #0E0A06;
}
@media(min-width: 767px) {.drl_app_1p9 {
  padding: 44px 24px 0;
}
}.drl_app_in_1p9 {
  margin: 0 auto;
  max-width: 1340px;
}.drl_app_head_1p9 {
  margin-bottom: 1rem;
}.drl_app_label_1p9 {
  color: #C8830A;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 8px;
}.drl_app_h2_1p9 {
  color: #F5E8CC;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 6px;
}
@media(min-width: 769px) {.drl_app_h2_1p9 {
  font-size: 1.5rem;
}
}.drl_app_sub_1p9 {
  font-size: 13px;
  max-width: 600px;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #8A7A62;
}.drl_app_sub_1p9 strong {
  font-weight: 700;
  color: #D8C4A0;
}.drl_app_cards_1p9 {
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}
@media(min-width: 642px) {.drl_app_cards_1p9 {
  grid-template-columns: repeat(3,1fr);
}
}.drl_app_card_1p9 {
  padding: 1.25rem;
  overflow: hidden;
  border-radius: 0.625rem;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  position: relative;
}.drl_app_card_ios_1p9 {
  background: linear-gradient(135deg,rgba(200,131,10,0.18) 0%,#1A1209 100%);
}.drl_app_card_android_1p9 {
  background: linear-gradient(135deg,rgba(61,168,98,0.16) 0%,#1A1209 100%);
}.drl_app_card_win_1p9 {
  background: linear-gradient(135deg,rgba(232,168,32,0.18) 0%,#1A1209 100%);
}.drl_app_card_ic_1p9 svg {
  stroke-linecap: round;
  height: 34px;
  width: 34px;
  stroke-linejoin: round;
}.drl_app_card_ic_1p9 {
  flex-shrink: 0;
  color: #F5E8CC;
}.drl_app_card_os_1p9 {
  font-size: 10px;
  color: #8A7A62;
  letter-spacing: .08em;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 700;
}.drl_app_card_title_1p9 {
  color: #F5E8CC;
  font-size: 15px;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-weight: 700;
}.drl_app_card_text_1p9 {
  margin-bottom: 0.875rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #8A7A62;
  overflow-wrap: break-word;
}.drl_app_card_btn_1p9 {
  padding: 10px 1.125rem;
  background: rgba(255,245,220,0.12);
  gap: 7px;
  border: 1px solid rgba(200,131,10,0.52);
  border-radius: 0.375rem;
  transition: background .2s;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #F5E8CC;
  display: inline-flex;
}.drl_app_card_btn_1p9:hover {
  background: rgba(255,245,220,0.07);
}.drl_reg_1p9 {
  background: #0E0A06;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.drl_reg_1p9 {
  padding: 44px 1.5rem 0;
}
}.drl_reg_in_1p9 {
  border-radius: 1rem;
  border: 1px solid rgba(255,245,220,0.06);
  margin: 0 auto;
  background: #1A1209;
  padding: 28px 1.5rem;
  max-width: 83.75rem;
}
@media(min-width: 767px) {.drl_reg_in_1p9 {
  padding: 2.5rem;
}
}.drl_reg_top_1p9 {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.drl_reg_top_1p9 {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.drl_reg_label_1p9 {
  letter-spacing: .08em;
  margin-bottom: 10px;
  color: #C8830A;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
}.drl_reg_h2_1p9 {
  font-weight: 800;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 22px;
  line-height: 1.2;
  color: #F5E8CC;
}
@media(min-width: 767px) {.drl_reg_h2_1p9 {
  font-size: 28px;
}
}.drl_reg_bonus_1p9 {
  background: rgba(232,168,32,0.18);
  border: 1px solid rgba(232,168,32,0.18);
  padding: 10px 16px;
  gap: 8px;
  border-radius: 0.625rem;
  align-items: center;
  margin-bottom: 16px;
  display: inline-flex;
}.drl_reg_bonus_amount_1p9 {
  color: #E8A820;
  font-weight: 800;
  font-size: 20px;
}.drl_reg_bonus_text_1p9 {
  color: #B09878;
  line-height: 1.35;
  font-size: 0.813rem;
}.drl_reg_cta_btn_1p9 {
  border-radius: 10px;
  transition: background .2s;
  background: #3DA862;
  padding: 14px 32px;
  color: #0C0806;
  font-size: 0.938rem;
  font-weight: 700;
  margin-bottom: 12px;
  display: inline-block;
  box-shadow: 0 4px 20px rgba(61,168,98,0.42), 0 1px 0.25rem rgba(0,0,0,0.62);
}.drl_reg_cta_btn_1p9:hover {
  background: #4ABF70;
}.drl_reg_terms_1p9 {
  line-height: 1.5;
  font-size: 11px;
  color: #8A7060;
}.drl_reg_seo_1p9 {
  border-top: 1px solid rgba(255,245,220,0.05);
  line-height: 1.65;
  margin-top: 20px;
  color: #8A7A62;
  overflow-wrap: break-word;
  font-size: 13px;
  padding-top: 20px;
}.drl_reg_seo_1p9 p {
  line-height: 1.65;
  margin-bottom: 0.625rem;
  font-size: 13px;
  color: #8A7A62;
}.drl_reg_seo_1p9 p:last-child {
  margin-bottom: 0;
}.drl_reg_seo_1p9 strong {
  font-weight: 700;
  color: #D8C4A0;
}.drl_reg_seo_1p9 a {
  transition: color .2s;
  color: #C8830A;
  text-decoration: underline;
}.drl_reg_seo_1p9 a:hover {
  color: #D9940F;
}.drl_reg_seo_1p9 ul,.drl_reg_seo_1p9 ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.drl_reg_seo_1p9 ol {
  list-style: decimal;
}.drl_reg_seo_1p9 li {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #8A7A62;
  margin-bottom: 0.25rem;
}.drl_reg_seo_1p9 table {
  margin-bottom: 10px;
  width: 100%;
  font-size: 13px;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
}
@media(min-width:768px) {.drl_reg_seo_1p9 table {
  display: table;
}
}.drl_reg_seo_1p9 th {
  border-bottom: 1px solid rgba(255,245,220,0.07);
  padding: 8px;
  text-align: left;
  font-weight: 700;
  color: #D8C4A0;
}.drl_reg_seo_1p9 td {
  border-bottom: 1px solid rgba(255,245,220,0.05);
  padding: 8px;
  color: #8A7A62;
}.drl_reg_steps_1p9 {
  gap: 14px;
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
}
@media(min-width: 858px) {.drl_reg_steps_1p9 {
  margin-top: 0;
}
}.drl_reg_step_1p9 {
  background: rgba(255,245,220,0.05);
  border-radius: 0.625rem;
  padding: 1rem;
  border: 1px solid rgba(255,245,220,0.06);
  gap: 0.875rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.drl_reg_step_num_1p9 {
  background: rgba(200,131,10,0.18);
  border: 1px solid rgba(200,131,10,0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  color: #C8830A;
  width: 2.125rem;
  font-weight: 800;
  font-size: 0.875rem;
  justify-content: center;
  height: 34px;
  flex-shrink: 0;
}.drl_reg_step_title_1p9 {
  font-weight: 700;
  font-size: 0.875rem;
  color: #F5E8CC;
  margin-bottom: 3px;
}.drl_reg_step_text_1p9 {
  line-height: 1.5;
  color: #8A7A62;
  font-size: 0.75rem;
}.drl_reg_trust_1p9 {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,245,220,0.05);
  padding-top: 1.25rem;
  display: flex;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}.drl_reg_trust_item_1p9 {
  gap: 0.438rem;
  font-size: 0.75rem;
  align-items: center;
  display: flex;
  color: #8A7A62;
  overflow-wrap: break-word;
}.drl_reg_trust_ic_1p9 svg {
  color: #C8830A;
  stroke-linecap: round;
  height: 16px;
  width: 16px;
  stroke-linejoin: round;
}.drl_seo_1p9 {
  background: #0E0A06;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.drl_seo_1p9 {
  padding: 2.75rem 1.5rem 0;
}
}.drl_seo_in_1p9 {
  background: #1A1209;
  border-radius: 1rem;
  padding: 28px 24px;
  margin: 0 auto;
  border: 1px solid rgba(255,245,220,0.12);
  max-width: 83.75rem;
}
@media(min-width: 771px) {.drl_seo_in_1p9 {
  padding: 2.25rem 40px;
}
}.drl_seo_label_1p9 {
  text-transform: uppercase;
  color: #C8830A;
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 10px;
}.drl_seo_h2_1p9 {
  font-weight: 800;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  color: #F5E8CC;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  font-size: 20px;
}
@media(min-width: 769px) {.drl_seo_h2_1p9 {
  font-size: 24px;
}
}.drl_seo_body_1p9 {
  color: #B09878;
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
}.drl_seo_body_1p9 p {
  margin-bottom: 12px;
  color: #B09878;
  font-size: 14px;
  line-height: 1.75;
}.drl_seo_body_1p9 p:last-child {
  margin-bottom: 0;
}.drl_seo_body_1p9 strong {
  font-weight: 700;
  color: #D8C4A0;
}.drl_seo_body_1p9 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8830A;
}.drl_seo_body_1p9 a:hover {
  color: #D9940F;
}.drl_seo_body_1p9 ul,.drl_seo_body_1p9 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.drl_seo_body_1p9 ol {
  list-style: decimal;
}.drl_seo_body_1p9 li {
  color: #B09878;
  font-size: 0.875rem;
  margin-bottom: 6px;
  line-height: 1.75;
}.drl_seo_body_1p9 table {
  margin-bottom: 0.75rem;
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
}
@media(min-width: 769px) {.drl_seo_body_1p9 table {
  display: table;
}
}.drl_seo_body_1p9 th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,245,220,0.07);
  color: #D8C4A0;
  text-align: left;
  font-weight: 700;
}.drl_seo_body_1p9 td {
  border-bottom: 1px solid rgba(255,245,220,0.05);
  padding: 10px 12px;
  color: #B09878;
}.drl_seo_cols_1p9 {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width:640px) {.drl_seo_cols_1p9 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.drl_seo_cols_1p9 {
  grid-template-columns: repeat(3,1fr);
}
}.drl_seo_col_h_1p9 {
  margin-bottom: 0.438rem;
  color: #D8C4A0;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 700;
}.drl_seo_col_p_1p9 {
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #8A7A62;
}.drl_seo_stats_1p9 {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.drl_seo_stat_1p9 {
  padding: 0.875rem 1rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(200,131,10,0.18);
  flex: 1;
  background: rgba(200,131,10,0.08);
  min-width: 8.75rem;
}.drl_seo_stat_val_1p9 {
  color: #C8830A;
  margin-bottom: 0.25rem;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}.drl_seo_stat_lb_1p9 {
  font-size: 11px;
  color: #8A7A62;
  overflow-wrap: break-word;
}.drl_faq_1p9 {
  padding: 2.25rem 1rem 0;
  background: #0E0A06;
}
@media(min-width: 769px) {.drl_faq_1p9 {
  padding: 44px 24px 0;
}
}.drl_faq_in_1p9 {
  margin: 0 auto;
  max-width: 83.75rem;
}.drl_faq_head_1p9 {
  margin-bottom: 1.25rem;
}.drl_faq_label_1p9 {
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C8830A;
  font-size: 0.688rem;
  font-weight: 700;
}.drl_faq_h2_1p9 {
  font-family: 'Cinzel', serif;
  color: #F5E8CC;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width:768px) {.drl_faq_h2_1p9 {
  font-size: 24px;
}
}.drl_faq_list_1p9 {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.drl_faq_item_1p9 {
  border-radius: 0.625rem;
  overflow: hidden;
  border: 1px solid rgba(255,245,220,0.12);
  background: #1A1209;
}.drl_faq_q_1p9 {
  padding: 16px 20px;
  gap: 12px;
  transition: color .2s;
  font-size: 14px;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  overflow-wrap: break-word;
  justify-content: space-between;
  color: #D8C4A0;
}.drl_faq_q_1p9:hover {
  color: #F5E8CC;
}.drl_faq_q_ic_1p9 {
  background: rgba(255,245,220,0.05);
  transition: transform .25s;
  border-radius: 50%;
  height: 24px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  font-size: 1rem;
  color: #C8830A;
  width: 1.5rem;
  justify-content: center;
}.drl_faq_item_1p9.drl_state_open_1p9 .drl_faq_q_ic_1p9 {
  transform: rotate(45deg);
}.drl_faq_a_1p9 {
  padding: 0 20px 1rem;
  display: none;
  font-size: 0.813rem;
  line-height: 1.7;
  color: #8A7A62;
  overflow-wrap: break-word;
}.drl_faq_item_1p9.drl_state_open_1p9 .drl_faq_a_1p9 {
  display: block;
}.drl_faq_a_1p9 strong {
  font-weight: 700;
  color: #D8C4A0;
}.drl_faq_a_1p9 a {
  text-decoration: underline;
  color: #C8830A;
}.drl_faq_a_1p9 ul,.drl_faq_a_1p9 ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.drl_faq_a_1p9 ol {
  list-style: decimal;
}.drl_faq_a_1p9 li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.drl_faq_a_1p9 table {
  margin: 0.5rem 0;
  font-size: 0.75rem;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 765px) {.drl_faq_a_1p9 table {
  display: table;
}
}.drl_faq_a_1p9 th {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255,245,220,0.07);
  color: #D8C4A0;
  font-weight: 700;
  text-align: left;
}.drl_faq_a_1p9 td {
  border-bottom: 1px solid rgba(255,245,220,0.05);
  padding: 6px 8px;
  color: #8A7A62;
}.drl_pmt_1p9 {
  padding: 2.25rem 16px 0;
  background: #0E0A06;
}
@media(min-width: 766px) {.drl_pmt_1p9 {
  padding: 44px 1.5rem 0;
}
}.drl_pmt_in_1p9 {
  margin: 0 auto;
  max-width: 83.75rem;
}.drl_pmt_head_1p9 {
  margin-bottom: 22px;
  max-width: 720px;
}.drl_pmt_label_1p9 {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  color: #C8830A;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.drl_pmt_h2_1p9 {
  color: #F5E8CC;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 22px;
}
@media(min-width: 769px) {.drl_pmt_h2_1p9 {
  font-size: 28px;
}
}.drl_pmt_intro_1p9 {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #8A7A62;
  line-height: 1.6;
}.drl_pmt_groups_1p9 {
  gap: 1.25rem;
  flex-direction: column;
  display: flex;
}.drl_pmt_group_1p9 {
  padding: 20px;
  background: #1A1209;
  border: 1px solid rgba(255,245,220,0.12);
  border-radius: 0.625rem;
}.drl_pmt_group_head_1p9 {
  gap: 12px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.drl_pmt_group_ic_1p9 {
  border-radius: 0.375rem;
  background: rgba(200,131,10,0.18);
  display: flex;
  flex-shrink: 0;
  align-items: center;
  height: 2.25rem;
  width: 2.25rem;
  color: #C8830A;
  justify-content: center;
}.drl_pmt_group_ic_1p9 svg {
  stroke-linecap: round;
  height: 18px;
  width: 1.125rem;
  stroke-linejoin: round;
}.drl_pmt_group_h_1p9 {
  margin: 0;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 1rem;
  color: #F5E8CC;
}.drl_pmt_group_p_1p9 {
  line-height: 1.6;
  font-size: 13px;
  margin-bottom: 0.875rem;
  color: #8A7A62;
  overflow-wrap: break-word;
}.drl_pmt_group_p_1p9 strong {
  color: #D8C4A0;
  font-weight: 600;
}.drl_pmt_table_wrap_1p9 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.drl_pmt_table_1p9 {
  min-width: 540px;
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
}.drl_pmt_table_1p9 th {
  border-bottom: 1px solid rgba(255,245,220,0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #D8C4A0;
  text-align: left;
  white-space: nowrap;
}.drl_pmt_table_1p9 td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255,245,220,0.05);
  color: #8A7A62;
}.drl_pmt_table_1p9 tbody tr:last-child td {
  border-bottom: none;
}.drl_pmt_table_1p9 tr:hover td {
  background: rgba(255,245,220,0.05);
  color: #D8C4A0;
}.drl_seo_1p9 {
  background: #0E0A06;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.drl_seo_1p9 {
  padding: 2.75rem 1.5rem 0;
}
}.drl_seo_in_1p9 {
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  border: 1px solid rgba(255,245,220,0.12);
  background: #1A1209;
  border-radius: 1rem;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.drl_seo_in_1p9 {
  padding: 2.25rem 40px;
}
}.drl_seo_label_1p9 {
  margin-bottom: 10px;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #C8830A;
  font-weight: 700;
  text-transform: uppercase;
}.drl_seo_h2_1p9 {
  margin-bottom: 14px;
  font-size: 1.25rem;
  color: #F5E8CC;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.25;
}
@media(min-width: 770px) {.drl_seo_h2_1p9 {
  font-size: 1.5rem;
}
}.drl_seo_body_1p9 {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #B09878;
  font-size: 14px;
}.drl_seo_body_1p9 p {
  font-size: 0.875rem;
  color: #B09878;
  margin-bottom: 12px;
  line-height: 1.75;
}.drl_seo_body_1p9 p:last-child {
  margin-bottom: 0;
}.drl_seo_body_1p9 strong {
  color: #D8C4A0;
  font-weight: 700;
}.drl_seo_body_1p9 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8830A;
}.drl_seo_body_1p9 a:hover {
  color: #D9940F;
}.drl_seo_body_1p9 ul,.drl_seo_body_1p9 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.drl_seo_body_1p9 ol {
  list-style: decimal;
}.drl_seo_body_1p9 li {
  color: #B09878;
  margin-bottom: 0.375rem;
  font-size: 14px;
  line-height: 1.75;
}.drl_seo_body_1p9 table {
  width: 100%;
  display: block;
  margin-bottom: 12px;
  overflow-x: auto;
  font-size: 13px;
  border-collapse: collapse;
}
@media(min-width: 765px) {.drl_seo_body_1p9 table {
  display: table;
}
}.drl_seo_body_1p9 th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,245,220,0.07);
  text-align: left;
  color: #D8C4A0;
  font-weight: 700;
}.drl_seo_body_1p9 td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,245,220,0.05);
  color: #B09878;
}.drl_seo_cols_1p9 {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 643px) {.drl_seo_cols_1p9 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.drl_seo_cols_1p9 {
  grid-template-columns: repeat(3,1fr);
}
}.drl_seo_col_h_1p9 {
  font-weight: 700;
  color: #D8C4A0;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-size: 13px;
}.drl_seo_col_p_1p9 {
  color: #8A7A62;
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}.drl_seo_stats_1p9 {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.drl_seo_stat_1p9 {
  border-radius: 0.625rem;
  border: 1px solid rgba(200,131,10,0.18);
  flex: 1;
  background: rgba(200,131,10,0.08);
  padding: 0.875rem 1rem;
  min-width: 8.75rem;
}.drl_seo_stat_val_1p9 {
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  color: #C8830A;
}.drl_seo_stat_lb_1p9 {
  overflow-wrap: break-word;
  color: #8A7A62;
  font-size: 11px;
}.drl_rv_1p9 {
  background: #0E0A06;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.drl_rv_1p9 {
  padding: 44px 24px 0;
}
}.drl_rv_in_1p9 {
  margin: 0 auto;
  max-width: 83.75rem;
}.drl_rv_head_1p9 {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.drl_rv_label_1p9 {
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #C8830A;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.drl_rv_h2_1p9 {
  margin-bottom: 10px;
  color: #F5E8CC;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 1.375rem;
}
@media(min-width: 769px) {.drl_rv_h2_1p9 {
  font-size: 1.75rem;
}
}.drl_rv_stats_1p9 {
  gap: 1.125rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  color: #8A7A62;
  font-size: 0.813rem;
}.drl_rv_stats_score_1p9 {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.drl_rv_stats_score_val_1p9 {
  font-weight: 800;
  font-size: 22px;
  color: #E8A820;
  font-family: 'Cinzel', serif;
}.drl_rv_stats_score_max_1p9 {
  font-size: 13px;
  color: #8A7060;
}.drl_rv_stats_badge_1p9 {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.drl_rv_stats_badge_1p9 svg {
  height: 0.875rem;
  color: #E8A820;
  width: 0.875rem;
}.drl_rv_grid_1p9 {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.drl_rv_grid_1p9 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.drl_rv_grid_1p9 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.drl_rv_card_1p9 {
  background: #1A1209;
  border: 1px solid rgba(255,245,220,0.12);
  border-radius: 0.625rem;
  padding: 1.25rem;
  flex-direction: column;
  display: flex;
}.drl_rv_card_stars_1p9 {
  gap: 2px;
  margin-bottom: 0.625rem;
  display: flex;
  color: #E8A820;
}.drl_rv_card_stars_1p9 svg {
  height: 0.875rem;
  width: 14px;
}.drl_rv_card_h_1p9 {
  line-height: 1.3;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  color: #F5E8CC;
  font-weight: 700;
}.drl_rv_card_body_1p9 {
  flex: 1;
  color: #8A7A62;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 14px;
}.drl_rv_card_body_1p9 strong {
  font-weight: 600;
  color: #D8C4A0;
}.drl_rv_card_meta_1p9 {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,245,220,0.05);
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  padding-top: 0.75rem;
  align-items: center;
}.drl_rv_card_author_1p9 {
  font-weight: 600;
  color: #D8C4A0;
  font-size: 0.75rem;
}.drl_rv_card_date_1p9 {
  color: #8A7060;
  font-size: 11px;
}.drl_seo_1p9 {
  padding: 2.25rem 1rem 0;
  background: #0E0A06;
}
@media(min-width: 766px) {.drl_seo_1p9 {
  padding: 44px 24px 0;
}
}.drl_seo_in_1p9 {
  background: #1A1209;
  margin: 0 auto;
  border: 1px solid rgba(255,245,220,0.12);
  border-radius: 16px;
  padding: 28px 24px;
  max-width: 1340px;
}
@media(min-width: 766px) {.drl_seo_in_1p9 {
  padding: 36px 2.5rem;
}
}.drl_seo_label_1p9 {
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  color: #C8830A;
  margin-bottom: 0.625rem;
}.drl_seo_h2_1p9 {
  color: #F5E8CC;
  line-height: 1.25;
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
}
@media(min-width: 765px) {.drl_seo_h2_1p9 {
  font-size: 24px;
}
}.drl_seo_body_1p9 {
  overflow-wrap: break-word;
  color: #B09878;
  font-size: 14px;
  line-height: 1.75;
}.drl_seo_body_1p9 p {
  font-size: 0.875rem;
  color: #B09878;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.drl_seo_body_1p9 p:last-child {
  margin-bottom: 0;
}.drl_seo_body_1p9 strong {
  color: #D8C4A0;
  font-weight: 700;
}.drl_seo_body_1p9 a {
  transition: color .2s;
  color: #C8830A;
  text-decoration: underline;
}.drl_seo_body_1p9 a:hover {
  color: #D9940F;
}.drl_seo_body_1p9 ul,.drl_seo_body_1p9 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.drl_seo_body_1p9 ol {
  list-style: decimal;
}.drl_seo_body_1p9 li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 14px;
  color: #B09878;
}.drl_seo_body_1p9 table {
  border-collapse: collapse;
  display: block;
  margin-bottom: 12px;
  width: 100%;
  overflow-x: auto;
  font-size: 13px;
}
@media(min-width: 769px) {.drl_seo_body_1p9 table {
  display: table;
}
}.drl_seo_body_1p9 th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,245,220,0.07);
  text-align: left;
  color: #D8C4A0;
  font-weight: 700;
}.drl_seo_body_1p9 td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,245,220,0.05);
  color: #B09878;
}.drl_seo_cols_1p9 {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.drl_seo_cols_1p9 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.drl_seo_cols_1p9 {
  grid-template-columns: repeat(3,1fr);
}
}.drl_seo_col_h_1p9 {
  font-size: 0.813rem;
  font-weight: 700;
  color: #D8C4A0;
  margin-bottom: 7px;
  overflow-wrap: break-word;
}.drl_seo_col_p_1p9 {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #8A7A62;
}.drl_seo_stats_1p9 {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.drl_seo_stat_1p9 {
  background: rgba(200,131,10,0.08);
  padding: 14px 1rem;
  flex: 1;
  border-radius: 0.625rem;
  border: 1px solid rgba(200,131,10,0.18);
  min-width: 8.75rem;
}.drl_seo_stat_val_1p9 {
  margin-bottom: 4px;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #C8830A;
}.drl_seo_stat_lb_1p9 {
  overflow-wrap: break-word;
  color: #8A7A62;
  font-size: 0.688rem;
}.drl_ft_1p9 {
  border-top: 1px solid rgba(255,245,220,0.05);
  background: #060402;
  margin-top: 48px;
}.drl_ft_support_1p9 {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255,245,220,0.05);
}
@media(min-width: 765px) {.drl_ft_support_1p9 {
  padding: 28px 24px;
}
}.drl_ft_support_in_1p9 {
  gap: 16px;
  margin: 0 auto;
  max-width: 1340px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.drl_ft_support_main_1p9 {
  gap: 1rem;
  flex: 1;
  align-items: center;
  min-width: 13.75rem;
  display: flex;
  flex-wrap: wrap;
}.drl_ft_support_ic_1p9 {
  flex-shrink: 0;
  color: #C8830A;
}.drl_ft_support_ic_1p9 svg {
  height: 1.875rem;
  stroke-linejoin: round;
  width: 1.875rem;
  stroke-linecap: round;
}.drl_ft_support_text_title_1p9 {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F5E8CC;
  font-size: 15px;
  margin-bottom: 3px;
}.drl_ft_support_text_sub_1p9 {
  color: #8A7A62;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.drl_ft_support_btn_1p9 {
  padding: 11px 1.375rem;
  transition: background .2s;
  background: #C8830A;
  border-radius: 10px;
  color: #F5E8CC;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
}.drl_ft_support_btn_1p9:hover {
  background: #D9940F;
}.drl_ft_support_contacts_1p9 {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.drl_ft_support_contact_1p9 {
  font-size: 0.75rem;
  color: #8A7060;
  line-height: 1.4;
}.drl_ft_support_contact_1p9 strong {
  font-size: 11px;
  font-weight: 600;
  display: block;
  color: #B09878;
  margin-bottom: 2px;
}.drl_ft_main_1p9 {
  padding: 32px 1rem 1.5rem;
  border-bottom: 1px solid rgba(255,245,220,0.05);
}
@media(min-width: 769px) {.drl_ft_main_1p9 {
  padding: 2.5rem 24px 32px;
}
}.drl_ft_main_in_1p9 {
  margin: 0 auto;
  gap: 24px;
  display: grid;
  max-width: 83.75rem;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 638px) {.drl_ft_main_in_1p9 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.drl_ft_main_in_1p9 {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.drl_ft_col_logo_1p9 {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.drl_ft_col_logo_1p9 {
  grid-column: auto;
}
}.drl_ft_logo_1p9 {
  gap: 9px;
  color: #F5E8CC;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
  font-size: 1rem;
  flex-wrap: wrap;
  margin-bottom: 12px;
  font-weight: 800;
}.drl_ft_logo_mark_1p9 {
  border-radius: 6px;
  overflow: hidden;
  height: 1.875rem;
  width: 30px;
}.drl_ft_logo_mark_1p9 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.drl_ft_logo_sub_1p9 {
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #8A7060;
  max-width: 12.5rem;
}.drl_ft_col_title_1p9 {
  font-size: 12px;
  color: #B09878;
  letter-spacing: .07em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
}.drl_ft_col_links_1p9 {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.drl_ft_col_link_1p9 {
  transition: color .2s;
  color: #8A7060;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.drl_ft_col_link_1p9:hover {
  color: #D8C4A0;
}.drl_ft_apps_1p9 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.drl_ft_app_card_1p9 {
  transition: border-color .2s;
  border: 1px solid rgba(255,245,220,0.12);
  padding: 10px 0.75rem;
  gap: 0.625rem;
  background: rgba(255,245,220,0.05);
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
}.drl_ft_app_card_1p9:hover {
  border-color: rgba(200,131,10,0.52);
}.drl_ft_app_card_ic_1p9 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.375rem;
  width: 1.375rem;
}.drl_ft_app_card_os_1p9 {
  color: #8A7060;
  font-weight: 600;
  font-size: 10px;
}.drl_ft_app_card_action_1p9 {
  font-size: 12px;
  font-weight: 700;
  color: #D8C4A0;
}.drl_ft_bot_1p9 {
  padding: 20px 1rem;
}
@media(min-width:768px) {.drl_ft_bot_1p9 {
  padding: 1.25rem 24px;
}
}.drl_ft_bot_in_1p9 {
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  max-width: 83.75rem;
  flex-wrap: wrap;
  display: flex;
}.drl_ft_socials_1p9 {
  gap: 8px;
  display: flex;
}.drl_ft_soc_1p9 {
  background: rgba(255,245,220,0.05);
  border: 1px solid rgba(255,245,220,0.12);
  border-radius: 6px;
  transition: background .2s;
  align-items: center;
  color: #B09878;
  justify-content: center;
  display: flex;
  height: 36px;
  width: 2.25rem;
}.drl_ft_soc_1p9 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
  height: 1rem;
}.drl_ft_soc_1p9:hover {
  background: rgba(255,245,220,0.07);
}.drl_ft_legal_1p9 {
  flex: 1;
  min-width: 12.5rem;
  line-height: 1.6;
  font-size: 11px;
  color: #9A8060;
  overflow-wrap: break-word;
}.drl_ft_legal_1p9 strong {
  font-weight: 700;
  color: #B09878;
}.drl_ft_legal_1p9 a {
  text-decoration: underline;
  color: #B09878;
}.drl_ft_age_1p9 {
  border: 2px solid #9A8060;
  border-radius: 50%;
  justify-content: center;
  margin-left: auto;
  color: #9A8060;
  font-weight: 800;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  font-size: 0.688rem;
  height: 2rem;
  width: 2rem;
}