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 {
  background: none;
  border: 0;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0D0B08;
  font-family: 'Jost', sans-serif;
  line-height: 1.6;
  color: #CEBF9E;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}.lil_layout_g8r {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.lil_page_g8r {
  min-height: 100vh;
  display: flex;
}.lil_main_g8r {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1077px) {.lil_main_g8r {
  padding-left: 220px;
}
}
@media (max-width:1079px) {.lil_main_g8r {
  padding-bottom: 4.5rem;
}
}.lil_gc_g8r {
  border: 1px solid rgba(255, 225, 170, 0.07);
  background: #141109;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border-radius: 0.625rem;
  width: 8.75rem;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
@media(min-width: 638px) {.lil_gc_g8r {
  width: 156px;
}
}
@media(min-width: 1082px) {.lil_gc_g8r {
  width: 10.5rem;
}
}.lil_gc_g8r:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 154, 60, 0.08);
}.lil_gc_img_g8r {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.lil_gc_img_g8r img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.lil_gc_hover_g8r {
  background: rgba(8, 6, 4, 0.72);
  inset: 0;
  transition: opacity .2s;
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  opacity: 0;
}.lil_gc_g8r:hover .lil_gc_hover_g8r {
  opacity: 1;
}.lil_gc_hover_btn_g8r {
  border-radius: 6px;
  background: #C49A3C;
  padding: 0.5rem 16px;
  font-weight: 700;
  color: #F4EDD8;
  font-size: 12px;
}.lil_gc_info_g8r {
  padding: 0.5rem 10px 0.625rem;
}.lil_gc_name_g8r {
  overflow: hidden;
  font-weight: 600;
  font-size: 12px;
  text-overflow: ellipsis;
  color: #CEBF9E;
  max-width: 100%;
  margin-bottom: 3px;
  white-space: nowrap;
}.lil_gc_prov_g8r {
  color: #5E5040;
  font-size: 0.625rem;
}.lil_gc_tag_g8r {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  top: 6px;
  letter-spacing: .04em;
  left: 6px;
  font-size: 0.563rem;
  position: absolute;
  font-weight: 700;
  z-index: 2;
}.lil_gc_tag_hot_g8r {
  background: #CC3030;
  color: #fff;
}.lil_gc_tag_new_g8r {
  background: #3BAA5E;
  color: #0D0B08;
}.lil_gc_tag_jp_g8r {
  background: #E8A820;
  color: #0D0B08;
}.lil_gc_tag_ex_g8r {
  background: #7A5228;
  color: #fff;
}.lil_gc_tag_live_g8r {
  background: #CC3030;
  color: #fff;
}.lil_gr_g8r {
  padding: 2rem 1rem 0;
  background: #0D0B08;
}
@media(min-width:768px) {.lil_gr_g8r {
  padding: 36px 24px 0;
}
}.lil_gr_in_g8r {
  margin: 0 auto;
  max-width: 82.5rem;
}.lil_gr_head_g8r {
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}.lil_gr_head_l_g8r {
  gap: 10px;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}.lil_gr_ic_g8r {
  border-radius: 0.625rem;
  width: 2rem;
  justify-content: center;
  height: 2rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.lil_gr_ic_g8r svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
  width: 1rem;
}.lil_gr_title_g8r {
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  color: #F4EDD8;
  font-weight: 700;
  font-size: 1rem;
}
@media(min-width: 769px) {.lil_gr_title_g8r {
  font-size: 1.125rem;
}
}.lil_gr_more_g8r {
  gap: 5px;
  transition: color .2s;
  font-weight: 600;
  color: #786654;
  white-space: nowrap;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}.lil_gr_more_g8r:hover {
  color: #C49A3C;
}.lil_gr_more_g8r svg {
  stroke-linecap: round;
  height: 12px;
  stroke-linejoin: round;
  width: 12px;
}.lil_gr_arrows_g8r {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.lil_gr_arr_g8r {
  border: 1px solid rgba(255, 225, 170, 0.14);
  background: rgba(255, 235, 190, 0.05);
  transition: background .15s,color .15s;
  border-radius: 0.375rem;
  display: flex;
  height: 1.875rem;
  color: #9C8B6E;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
}.lil_gr_arr_g8r:hover {
  background: rgba(255, 235, 190, 0.07);
  color: #F4EDD8;
}.lil_gr_arr_g8r svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.813rem;
  height: 0.813rem;
}.lil_gr_seo_h_g8r {
  margin: 0 0 0.375rem;
  font-size: 0.813rem;
  color: #CEBF9E;
  font-weight: 700;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  max-width: 42.5rem;
}
@media(min-width:768px) {.lil_gr_seo_h_g8r {
  font-size: 14px;
}
}.lil_gr_seo_g8r {
  font-size: 12px;
  margin-bottom: 12px;
  color: #786654;
  max-width: 680px;
  line-height: 1.55;
  overflow-wrap: break-word;
}.lil_gr_seo_g8r strong {
  font-weight: 600;
  color: #CEBF9E;
}.lil_gr_scroll_g8r {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 10px;
}.lil_gr_scroll_g8r::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.lil_gr_scroll_g8r {
  gap: 0.75rem;
}
}.lil_tb_g8r {
  background: #0D0B08;
  border-bottom: 1px solid rgba(255, 235, 190, 0.07);
  top: 0;
  height: 56px;
  position: fixed;
  display: flex;
  z-index: 80;
  right: 0;
  left: 0;
  align-items: center;
}.lil_tb_in_g8r {
  gap: 0;
  padding: 0 0.875rem;
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
}.lil_tb_burger_g8r {
  border-radius: 0.625rem;
  gap: 0.313rem;
  justify-content: center;
  align-items: center;
  height: 2.375rem;
  margin-right: 8px;
  flex-shrink: 0;
  flex-direction: column;
  width: 2.375rem;
  display: flex;
}.lil_tb_burger_g8r:hover {
  background: rgba(255, 235, 190, 0.05);
}.lil_tb_burger_line_g8r {
  border-radius: 1px;
  background: #9C8B6E;
  display: block;
  height: 2px;
  width: 18px;
}
@media(min-width: 1081px) {.lil_tb_burger_g8r {
  display: none;
}
}.lil_tb_logo_g8r {
  gap: 9px;
  color: #F4EDD8;
  margin-right: 20px;
  letter-spacing: -.01em;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.lil_tb_logo_mark_g8r {
  border-radius: 0.625rem;
  overflow: hidden;
  height: 32px;
  width: 2rem;
  align-items: center;
  justify-content: center;
  display: flex;
}.lil_tb_logo_mark_g8r img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.lil_tb_nav_g8r {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.lil_tb_nav_g8r {
  display: flex;
}
}.lil_tb_tab_g8r {
  border-radius: 10px;
  transition: background .15s,color .15s;
  padding: 8px 0.875rem;
  font-size: 13px;
  color: #9C8B6E;
  font-weight: 600;
  white-space: nowrap;
}.lil_tb_tab_g8r:hover {
  background: rgba(255, 235, 190, 0.05);
  color: #F4EDD8;
}.lil_tb_tab_g8r.lil_state_active_g8r {
  background: rgba(196, 154, 60, 0.18);
  color: #F4EDD8;
}.lil_tb_right_g8r {
  gap: 0.5rem;
  flex-shrink: 0;
  margin-left: auto;
  align-items: center;
  display: flex;
}.lil_tb_login_g8r {
  border-radius: 0.625rem;
  padding: 0.563rem 16px;
  border: 1px solid rgba(255, 225, 170, 0.14);
  background: rgba(255, 235, 190, 0.05);
  transition: border-color .2s,color .2s;
  color: #CEBF9E;
  font-size: 0.813rem;
  font-weight: 600;
  display: none;
}.lil_tb_login_g8r:hover {
  border-color: rgba(196, 154, 60, 0.55);
  color: #F4EDD8;
}
@media(min-width: 478px) {.lil_tb_login_g8r {
  display: block;
}
}.lil_tb_reg_g8r {
  transition: background .2s;
  padding: 9px 1.125rem;
  background: #3BAA5E;
  border-radius: 0.625rem;
  color: #0E0B06;
  font-weight: 700;
  font-size: 0.813rem;
  white-space: nowrap;
}.lil_tb_reg_g8r:hover {
  background: #4DC272;
}.lil_sb_g8r {
  background: #191511;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 235, 190, 0.05);
  transition: transform .25s ease;
  left: 0;
  bottom: 0;
  top: 3.5rem;
  width: 220px;
  overflow-y: auto;
  z-index: 70;
  position: fixed;
}.lil_sb_g8r.lil_state_open_g8r {
  transform: translateX(0);
}.lil_sb_g8r::-webkit-scrollbar {
  width: 0.25rem;
}.lil_sb_g8r::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 235, 190, 0.07);
}
@media(min-width: 1079px) {.lil_sb_g8r {
  transform: translateX(0);
}
}.lil_sb_auth_g8r {
  padding: 0.875rem 12px 10px;
}.lil_sb_btn_reg_g8r {
  background: #3BAA5E;
  padding: 11px;
  transition: background .2s;
  border-radius: 10px;
  margin-bottom: 8px;
  color: #0E0B06;
  display: block;
  font-size: 0.813rem;
  text-align: center;
  font-weight: 700;
}.lil_sb_btn_reg_g8r:hover {
  background: #4DC272;
}.lil_sb_btn_login_g8r {
  transition: border-color .2s;
  background: rgba(255, 235, 190, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(255, 225, 170, 0.14);
  padding: 0.625rem;
  display: block;
  color: #CEBF9E;
  text-align: center;
  font-size: 0.813rem;
  font-weight: 600;
}.lil_sb_btn_login_g8r:hover {
  border-color: rgba(196, 154, 60, 0.55);
  color: #F4EDD8;
}.lil_sb_promo_g8r {
  border-radius: 10px;
  padding: 12px 0.875rem;
  overflow: hidden;
  margin: 0 0.75rem 10px;
  border: 1px solid rgba(196, 154, 60, 0.18);
  background: linear-gradient(135deg,#1E1508,#191511);
  position: relative;
}.lil_sb_promo_g8r::before {
  background: radial-gradient(circle,rgba(196, 154, 60, 0.18),transparent 70%);
  border-radius: 50%;
  position: absolute;
  top: -1.25rem;
  width: 80px;
  height: 5rem;
  right: -1.25rem;
  content: '';
}.lil_sb_promo_title_g8r {
  margin-bottom: 4px;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 11px;
  color: #C49A3C;
  font-weight: 700;
}.lil_sb_promo_text_g8r {
  font-size: 12px;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #F4EDD8;
  line-height: 1.35;
}.lil_sb_promo_sub_g8r {
  color: #786654;
  margin-top: 3px;
  font-size: 10px;
}.lil_sb_nav_g8r {
  padding: 6px 0.5rem 1rem;
}.lil_sb_nav_lb_g8r {
  padding: 10px 0.5rem 6px;
  font-weight: 700;
  text-transform: uppercase;
  color: #5E5040;
  letter-spacing: .08em;
  font-size: 10px;
}.lil_sb_link_g8r {
  border-radius: 0.375rem;
  gap: 10px;
  padding: 9px 0.625rem;
  transition: background .15s,color .15s;
  cursor: pointer;
  overflow-wrap: break-word;
  font-size: 13px;
  align-items: center;
  display: flex;
  font-weight: 500;
  color: #9C8B6E;
}.lil_sb_link_g8r:hover {
  background: rgba(255, 235, 190, 0.05);
  color: #F4EDD8;
}.lil_sb_link_g8r.lil_state_active_g8r {
  background: rgba(196, 154, 60, 0.18);
  color: #F4EDD8;
}.lil_sb_ic_g8r {
  border-radius: 0.375rem;
  display: flex;
  flex-shrink: 0;
  height: 30px;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
}.lil_sb_ic_g8r svg {
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
}.lil_sb_ic_1_g8r {
  background: rgba(196, 154, 60, 0.08);
  color: #C49A3C;
}.lil_sb_ic_2_g8r {
  background: rgba(59, 170, 94, 0.16);
  color: #3BAA5E;
}.lil_sb_ic_3_g8r {
  background: rgba(232, 168, 32, 0.16);
  color: #E8A820;
}.lil_sb_ic_4_g8r {
  background: rgba(122, 82, 40, 0.28);
  color: #7A5228;
}.lil_sb_ic_5_g8r {
  background: rgba(196, 154, 60, 0.08);
  color: #C44070;
}.lil_sb_ic_6_g8r {
  background: rgba(122, 82, 40, 0.28);
  color: #7C50C0;
}.lil_sb_badge_g8r {
  border-radius: 0.375rem;
  background: #E8A820;
  padding: 2px 0.438rem;
  margin-left: auto;
  color: #0E0B06;
  font-size: 9px;
  font-weight: 700;
}.lil_sb_bot_g8r {
  padding: 0.75rem;
  gap: 8px;
  border-top: 1px solid rgba(255, 235, 190, 0.05);
  display: flex;
}.lil_sb_lang_g8r,.lil_sb_help_g8r {
  border: 1px solid rgba(255, 225, 170, 0.07);
  padding: 9px 0.375rem;
  transition: border-color .2s;
  flex: 1;
  gap: 0.375rem;
  border-radius: 6px;
  background: rgba(255, 235, 190, 0.05);
  font-size: 11px;
  font-weight: 600;
  display: flex;
  color: #9C8B6E;
  align-items: center;
  justify-content: center;
}.lil_sb_lang_g8r:hover,.lil_sb_help_g8r:hover {
  border-color: rgba(196, 154, 60, 0.55);
  color: #F4EDD8;
}.lil_sb_lang_g8r svg,.lil_sb_help_g8r svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
  height: 13px;
}.lil_sb_bd_g8r {
  inset: 0;
  background: rgba(8, 6, 4, 0.72);
  display: none;
  z-index: 69;
  position: fixed;
}.lil_sb_bd_g8r.lil_state_on_g8r {
  display: block;
}
@media(min-width: 1081px) {.lil_sb_bd_g8r {
  display: none!important;
}
}.lil_mob_nav_g8r {
  background: #191511;
  border-top: 1px solid rgba(255, 225, 170, 0.14);
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 80;
  right: 0;
}
@media(min-width: 1081px) {.lil_mob_nav_g8r {
  display: none;
}
}.lil_mob_nav_item_g8r {
  padding: 4px 2px;
  gap: 0.25rem;
  flex: 1;
  align-items: center;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  color: #5E5040;
}.lil_mob_nav_ic_g8r {
  line-height: 1;
}.lil_mob_nav_ic_g8r svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.25rem;
  width: 20px;
}.lil_mob_nav_lb_g8r {
  font-weight: 600;
  color: #5E5040;
  font-size: 0.625rem;
}.lil_mob_nav_item_g8r.lil_state_active_g8r {
  color: #C49A3C;
}.lil_mob_nav_item_g8r.lil_state_active_g8r .lil_mob_nav_lb_g8r {
  color: #C49A3C;
}.lil_hero_g8r {
  background: #0D0B08;
  padding: 20px 16px 0;
}
@media(min-width: 770px) {.lil_hero_g8r {
  padding: 24px 1.5rem 0;
}
}.lil_hero_in_g8r {
  margin: 0 auto;
  gap: 12px;
  max-width: 82.5rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.lil_hero_in_g8r {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1099px) {.lil_hero_in_g8r {
  grid-template-columns: 1fr 21.25rem;
}
}.lil_hero_promo_g8r {
  background: #141109;
  overflow: hidden;
  border-radius: 16px;
  align-items: stretch;
  display: flex;
  min-height: 13.75rem;
  position: relative;
}
@media(min-width: 767px) {.lil_hero_promo_g8r {
  min-height: 17.5rem;
}
}.lil_hero_promo_bg_g8r {
  background: linear-gradient(120deg,#1E1508 0%,#0D0B08 100%);
  background-position: center;
  inset: 0;
  background-size: cover;
  position: absolute;
}.lil_hero_promo_bg_g8r::after {
  inset: 0;
  background: linear-gradient(90deg,#0D0B08 0%,rgba(8, 6, 4, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.lil_hero_promo_glow_g8r {
  background: radial-gradient(circle,rgba(122, 82, 40, 0.28) 0%,transparent 65%);
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
  height: 300px;
  top: -2.5rem;
  width: 18.75rem;
  right: 3.75rem;
}.lil_hero_promo_ct_g8r {
  padding: 28px 24px 28px 1.75rem;
  max-width: 30rem;
  display: flex;
  position: relative;
  flex-direction: column;
  z-index: 2;
  justify-content: center;
}
@media(min-width: 769px) {.lil_hero_promo_ct_g8r {
  padding: 40px 2rem;
}
}.lil_hero_badge_g8r {
  padding: 0.313rem 0.75rem;
  border: 1px solid rgba(196, 154, 60, 0.08);
  border-radius: 20px;
  background: rgba(196, 154, 60, 0.18);
  font-weight: 700;
  display: inline-block;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: #C49A3C;
  font-size: 0.625rem;
}.lil_hero_h1_g8r {
  font-weight: 800;
  color: #F4EDD8;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  line-height: 1.15;
  margin-bottom: 10px;
  font-size: 1.625rem;
}.lil_hero_h1_g8r em {
  font-style: normal;
  color: #E8A820;
}
@media(min-width: 766px) {.lil_hero_h1_g8r {
  font-size: 2.25rem;
}
}.lil_hero_sub_g8r {
  line-height: 1.55;
  margin-bottom: 20px;
  font-size: 0.813rem;
  color: #9C8B6E;
}
@media(min-width: 769px) {.lil_hero_sub_g8r {
  font-size: 0.875rem;
}
}.lil_hero_row_g8r {
  gap: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.lil_hero_cta_g8r {
  background: #3BAA5E;
  border-radius: 10px;
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  box-shadow: 0 0.25rem 18px rgba(59, 170, 94, 0.38), 0 1px 4px rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  font-weight: 700;
  color: #0E0B06;
}.lil_hero_cta_g8r:hover {
  background: #4DC272;
}.lil_hero_terms_g8r {
  color: #5E5040;
  font-size: 0.688rem;
}.lil_hero_game_g8r {
  border-radius: 1rem;
  border: 1px solid rgba(255, 225, 170, 0.07);
  background: #141109;
  overflow: hidden;
  flex-direction: column;
  position: relative;
  display: flex;
}.lil_hero_game_badge_g8r {
  background: rgba(232, 168, 32, 0.16);
  border: 1px solid rgba(232, 168, 32, 0.16);
  border-radius: 1.25rem;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #E8A820;
  font-size: 10px;
  position: absolute;
  top: 0.75rem;
  font-weight: 700;
  letter-spacing: .06em;
  left: 0.75rem;
  z-index: 3;
}.lil_hero_game_badge_g8r svg {
  width: 0.688rem;
  margin-right: 4px;
  vertical-align: -1px;
  height: 0.688rem;
}.lil_hero_game_img_g8r {
  overflow: hidden;
  background: linear-gradient(135deg,#1E1508,#0D0B08);
  padding-bottom: 60%;
  position: relative;
}.lil_hero_game_img_g8r img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}.lil_hero_game_play_g8r {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8, 6, 4, 0.72);
  position: absolute;
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 0;
}.lil_hero_game_g8r:hover .lil_hero_game_play_g8r {
  opacity: 1;
}.lil_hero_game_play_g8r span {
  background: #C49A3C;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 52px;
  width: 52px;
}.lil_hero_game_play_g8r span svg {
  height: 18px;
  width: 1.125rem;
  margin-left: 2px;
}.lil_hero_game_info_g8r {
  padding: 0.875rem 16px;
}.lil_hero_game_title_g8r {
  font-weight: 700;
  font-size: 0.938rem;
  margin-bottom: 0.25rem;
  color: #F4EDD8;
  overflow-wrap: break-word;
}.lil_hero_game_provider_g8r {
  color: #786654;
  font-size: 0.688rem;
}.lil_hero_game_btn_g8r {
  border-radius: 0.625rem;
  transition: background .2s;
  margin: 12px 1rem 16px;
  background: #C49A3C;
  padding: 0.688rem;
  display: block;
  color: #F4EDD8;
  font-size: 0.813rem;
  text-align: center;
  font-weight: 700;
}.lil_hero_game_g8r:hover .lil_hero_game_btn_g8r {
  background: #D8AE52;
}.lil_sbar_g8r {
  padding: 1rem 1rem 0;
  background: #0D0B08;
}
@media(min-width: 766px) {.lil_sbar_g8r {
  padding: 1.125rem 1.5rem 0;
}
}.lil_sbar_in_g8r {
  margin: 0 auto;
  max-width: 1320px;
}.lil_sbar_row_g8r {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}.lil_sbar_input_g8r {
  flex: 1;
  background: #141109;
  gap: 0.625rem;
  border: 1px solid rgba(255, 225, 170, 0.14);
  border-radius: 0.625rem;
  transition: border-color .2s;
  padding: 0.688rem 1rem;
  font-size: 13px;
  display: flex;
  color: #786654;
  cursor: pointer;
  align-items: center;
}.lil_sbar_input_g8r:hover {
  border-color: rgba(196, 154, 60, 0.55);
}.lil_sbar_input_g8r svg {
  stroke-linecap: round;
  height: 15px;
  width: 0.938rem;
  stroke-linejoin: round;
  flex-shrink: 0;
}.lil_sbar_providers_g8r {
  transition: border-color .2s;
  padding: 0.688rem 18px;
  gap: 8px;
  border: 1px solid rgba(255, 225, 170, 0.14);
  border-radius: 0.625rem;
  background: #141109;
  display: flex;
  font-size: 0.813rem;
  align-items: center;
  font-weight: 600;
  color: #CEBF9E;
  white-space: nowrap;
}.lil_sbar_providers_g8r:hover {
  border-color: rgba(196, 154, 60, 0.55);
  color: #F4EDD8;
}.lil_sbar_providers_g8r svg {
  width: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
}.lil_sbar_tabs_g8r {
  gap: 6px;
  padding-bottom: 2px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}.lil_sbar_tabs_g8r::-webkit-scrollbar {
  display: none;
}.lil_sbar_tab_g8r {
  padding: 8px 0.875rem;
  border-radius: 20px;
  gap: 7px;
  background: rgba(255, 235, 190, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  border: 1px solid rgba(255, 225, 170, 0.07);
  display: flex;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 600;
  flex-shrink: 0;
  white-space: nowrap;
  align-items: center;
  color: #9C8B6E;
}.lil_sbar_tab_g8r:hover {
  border-color: rgba(196, 154, 60, 0.55);
  background: rgba(255, 235, 190, 0.07);
  color: #F4EDD8;
}.lil_sbar_tab_g8r.lil_state_active_g8r {
  border-color: rgba(196, 154, 60, 0.08);
  background: rgba(196, 154, 60, 0.18);
  color: #F4EDD8;
}.lil_sbar_tab_ic_g8r svg {
  height: 14px;
  width: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.lil_wy_g8r {
  padding: 32px 1rem 0;
  background: #0D0B08;
}
@media(min-width: 765px) {.lil_wy_g8r {
  padding: 2.5rem 1.5rem 0;
}
}.lil_wy_in_g8r {
  margin: 0 auto;
  max-width: 1320px;
}.lil_wy_head_g8r {
  max-width: 45rem;
  margin-bottom: 1.125rem;
}.lil_wy_label_g8r {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #C49A3C;
  letter-spacing: .08em;
  font-size: 11px;
}.lil_wy_h2_g8r {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  color: #F4EDD8;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.lil_wy_h2_g8r {
  font-size: 24px;
}
}.lil_wy_intro_g8r {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #786654;
}.lil_wy_grid_g8r {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.lil_wy_grid_g8r {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.lil_wy_grid_g8r {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.lil_wy_card_g8r {
  padding: 1.25rem;
  border-radius: 0.625rem;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 225, 170, 0.14);
  background: #191511;
}.lil_wy_card_g8r:hover {
  border-color: rgba(196, 154, 60, 0.08);
  transform: translateY(-2px);
}.lil_wy_card_ic_g8r {
  border-radius: 50%;
  background: rgba(196, 154, 60, 0.18);
  color: #C49A3C;
  height: 2.75rem;
  display: flex;
  margin-bottom: 14px;
  width: 44px;
  align-items: center;
  justify-content: center;
}.lil_wy_card_ic_g8r svg {
  width: 22px;
  height: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.lil_wy_card_h_g8r {
  font-size: 15px;
  color: #F4EDD8;
  margin-bottom: 0.375rem;
  line-height: 1.25;
  font-weight: 700;
  overflow-wrap: break-word;
}.lil_wy_card_p_g8r {
  font-size: 0.813rem;
  color: #786654;
  line-height: 1.6;
  overflow-wrap: break-word;
}.lil_wy_card_p_g8r strong {
  color: #CEBF9E;
  font-weight: 600;
}.lil_gr_jp_g8r {
  overflow: hidden;
  background: linear-gradient(135deg,#1A0E28 0%,#0C0810 100%);
  border-radius: 1rem;
  padding: 1.25rem;
  position: relative;
}.lil_gr_jp_g8r::before {
  background: radial-gradient(circle,rgba(122, 82, 40, 0.28) 0%,transparent 70%);
  border-radius: 50%;
  height: 250px;
  content: '';
  top: -60px;
  width: 250px;
  position: absolute;
  left: -3.75rem;
}.lil_gr_jp_g8r::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(232, 168, 32, 0.16) 0%,transparent 70%);
  right: 0;
  position: absolute;
  height: 12.5rem;
  bottom: -2.5rem;
  width: 200px;
  content: '';
}.lil_gr_jp_head_g8r {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  align-items: flex-start;
  z-index: 1;
  position: relative;
}.lil_gr_jp_info_g8r {
  flex: 1;
}.lil_gr_jp_label_g8r {
  color: #7C50C0;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
}.lil_gr_jp_label_g8r svg {
  width: 0.875rem;
  stroke-linecap: round;
  vertical-align: -2px;
  stroke-linejoin: round;
  margin-right: 0.25rem;
  height: 14px;
}.lil_gr_jp_amount_g8r {
  font-size: 2rem;
  line-height: 1;
  color: #F4EDD8;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 769px) {.lil_gr_jp_amount_g8r {
  font-size: 2.5rem;
}
}.lil_gr_jp_amount_g8r span {
  color: #E8A820;
}.lil_gr_jp_seo_g8r {
  font-size: 12px;
  line-height: 1.5;
  overflow-wrap: break-word;
  max-width: 480px;
  color: #9C8B6E;
}.lil_gr_jp_cta_g8r {
  padding: 0.688rem 1.25rem;
  transition: background .2s;
  border: 1px solid rgba(122, 82, 40, 0.28);
  background: rgba(122, 82, 40, 0.28);
  border-radius: 0.625rem;
  font-size: 13px;
  z-index: 1;
  position: relative;
  color: #F4EDD8;
  margin-top: 0.25rem;
  align-self: flex-start;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 700;
}.lil_gr_jp_cta_g8r:hover {
  background: #7A5228;
}.lil_ws_g8r {
  background: #0D0B08;
  padding: 2rem 16px 0;
}
@media(min-width: 765px) {.lil_ws_g8r {
  padding: 2.25rem 1.5rem 0;
}
}.lil_ws_in_g8r {
  margin: 0 auto;
  max-width: 1320px;
}.lil_ws_head_g8r {
  gap: 12px;
  display: flex;
  margin-bottom: 14px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}.lil_ws_title_g8r {
  gap: 10px;
  color: #F4EDD8;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  flex-wrap: wrap;
}.lil_ws_title_ic_g8r svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.125rem;
  color: #E8A820;
  height: 1.125rem;
}.lil_ws_online_g8r {
  gap: 7px;
  font-weight: 600;
  display: flex;
  font-size: 0.75rem;
  align-items: center;
  color: #786654;
}.lil_ws_online_dot_g8r {
  border-radius: 50%;
  background: #3BAA5E;
  box-shadow: 0 0 0.375rem rgba(59, 170, 94, 0.16);
  flex-shrink: 0;
  height: 0.5rem;
  width: 0.5rem;
}.lil_ws_scroll_g8r {
  gap: 0.5rem;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 8px;
}.lil_ws_scroll_g8r::-webkit-scrollbar {
  display: none;
}.lil_wc_g8r {
  background: #141109;
  border: 1px solid rgba(255, 225, 170, 0.14);
  padding: 0.625rem 0.875rem;
  gap: 0.625rem;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 220px;
}.lil_wc_img_g8r {
  overflow: hidden;
  border-radius: 6px;
  background: #191511;
  height: 2.25rem;
  flex-shrink: 0;
  width: 36px;
}.lil_wc_img_g8r img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.lil_wc_info_g8r {
  min-width: 0;
}.lil_wc_game_g8r {
  overflow: hidden;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  font-weight: 600;
  white-space: nowrap;
  color: #CEBF9E;
}.lil_wc_player_g8r {
  overflow: hidden;
  color: #5E5040;
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}.lil_wc_amount_g8r {
  white-space: nowrap;
  font-weight: 700;
  flex-shrink: 0;
  margin-left: auto;
  font-size: 0.813rem;
  color: #3BAA5E;
}.lil_app_g8r {
  background: #0D0B08;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.lil_app_g8r {
  padding: 2.75rem 24px 0;
}
}.lil_app_in_g8r {
  margin: 0 auto;
  max-width: 82.5rem;
}.lil_app_head_g8r {
  margin-bottom: 16px;
}.lil_app_label_g8r {
  margin-bottom: 0.5rem;
  color: #C49A3C;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.lil_app_h2_g8r {
  margin-bottom: 6px;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #F4EDD8;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
}
@media(min-width: 765px) {.lil_app_h2_g8r {
  font-size: 24px;
}
}.lil_app_sub_g8r {
  max-width: 600px;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #786654;
  font-size: 13px;
}.lil_app_sub_g8r strong {
  font-weight: 700;
  color: #CEBF9E;
}.lil_app_cards_g8r {
  gap: 10px;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.lil_app_cards_g8r {
  grid-template-columns: repeat(3,1fr);
}
}.lil_app_card_g8r {
  overflow: hidden;
  gap: 16px;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
}.lil_app_card_ios_g8r {
  background: linear-gradient(135deg,rgba(196, 154, 60, 0.18) 0%,#191511 100%);
}.lil_app_card_android_g8r {
  background: linear-gradient(135deg,rgba(59, 170, 94, 0.16) 0%,#191511 100%);
}.lil_app_card_win_g8r {
  background: linear-gradient(135deg,rgba(232, 168, 32, 0.16) 0%,#191511 100%);
}.lil_app_card_ic_g8r svg {
  height: 2.125rem;
  width: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.lil_app_card_ic_g8r {
  flex-shrink: 0;
  color: #F4EDD8;
}.lil_app_card_os_g8r {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #786654;
  margin-bottom: 0.375rem;
  font-weight: 700;
  font-size: 0.625rem;
}.lil_app_card_title_g8r {
  font-size: 0.938rem;
  margin-bottom: 6px;
  line-height: 1.2;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F4EDD8;
}.lil_app_card_text_g8r {
  margin-bottom: 0.875rem;
  font-size: 12px;
  line-height: 1.5;
  overflow-wrap: break-word;
  color: #786654;
}.lil_app_card_btn_g8r {
  background: rgba(255, 235, 190, 0.12);
  padding: 10px 1.125rem;
  border: 1px solid rgba(196, 154, 60, 0.55);
  transition: background .2s;
  border-radius: 0.375rem;
  gap: 0.438rem;
  font-weight: 700;
  align-items: center;
  display: inline-flex;
  color: #F4EDD8;
  font-size: 0.813rem;
}.lil_app_card_btn_g8r:hover {
  background: rgba(255, 235, 190, 0.07);
}.lil_prov_g8r {
  background: #0D0B08;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.lil_prov_g8r {
  padding: 2.75rem 1.5rem 0;
}
}.lil_prov_in_g8r {
  margin: 0 auto;
  max-width: 1320px;
}.lil_prov_head_g8r {
  margin-bottom: 16px;
}.lil_prov_label_g8r {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  color: #C49A3C;
  margin-bottom: 8px;
}.lil_prov_h2_g8r {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  color: #F4EDD8;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 0.5rem;
}
@media(min-width: 767px) {.lil_prov_h2_g8r {
  font-size: 1.5rem;
}
}.lil_prov_seo_g8r {
  margin-bottom: 1rem;
  color: #786654;
  line-height: 1.6;
  overflow-wrap: break-word;
  max-width: 620px;
  font-size: 13px;
}.lil_prov_seo_g8r strong {
  color: #CEBF9E;
  font-weight: 700;
}.lil_prov_seo_g8r a {
  color: #C49A3C;
  text-decoration: underline;
}.lil_prov_grid_g8r {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width:640px) {.lil_prov_grid_g8r {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1082px) {.lil_prov_grid_g8r {
  grid-template-columns: repeat(8,1fr);
}
}.lil_prov_card_g8r {
  gap: 0.438rem;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255, 225, 170, 0.14);
  border-radius: 10px;
  padding: 0.875rem 0.625rem;
  background: #141109;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
}.lil_prov_card_g8r:hover {
  background: #191511;
  border-color: rgba(196, 154, 60, 0.55);
}.lil_prov_logo_g8r {
  background: rgba(255, 235, 190, 0.05);
  overflow: hidden;
  border-radius: 0.375rem;
  align-items: center;
  width: 44px;
  justify-content: center;
  height: 2.75rem;
  display: flex;
}.lil_prov_logo_g8r img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.lil_prov_name_g8r {
  font-weight: 600;
  font-size: 0.688rem;
  color: #9C8B6E;
  overflow-wrap: break-word;
  text-align: center;
}.lil_bon_g8r {
  background: #0D0B08;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.lil_bon_g8r {
  padding: 44px 24px 0;
}
}.lil_bon_in_g8r {
  margin: 0 auto;
  max-width: 1320px;
}.lil_bon_head_g8r {
  margin-bottom: 20px;
}.lil_bon_label_g8r {
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #C49A3C;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.lil_bon_h2_g8r {
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  color: #F4EDD8;
  font-size: 1.25rem;
}
@media(min-width: 766px) {.lil_bon_h2_g8r {
  font-size: 1.5rem;
}
}.lil_bon_seo_g8r {
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 620px;
  color: #786654;
  font-size: 13px;
}.lil_bon_seo_g8r strong {
  font-weight: 700;
  color: #CEBF9E;
}.lil_bon_seo_g8r a {
  text-decoration: underline;
  color: #C49A3C;
}.lil_bon_grid_g8r {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.lil_bon_grid_g8r {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.lil_bon_grid_g8r {
  grid-template-columns: repeat(5,1fr);
}
}.lil_bon_card_g8r {
  background: #141109;
  border-radius: 10px;
  border: 1px solid rgba(255, 225, 170, 0.14);
  transition: border-color .2s,transform .2s;
  padding: 1rem;
}.lil_bon_card_g8r:hover {
  transform: translateY(-2px);
  border-color: rgba(196, 154, 60, 0.08);
}.lil_bon_card_ic_g8r svg {
  stroke-linecap: round;
  height: 26px;
  stroke-linejoin: round;
  width: 1.625rem;
}.lil_bon_card_ic_g8r {
  margin-bottom: 10px;
}.lil_bon_card_type_g8r {
  text-transform: uppercase;
  font-weight: 700;
  color: #786654;
  margin-bottom: 0.375rem;
  font-size: 10px;
  letter-spacing: .06em;
}.lil_bon_card_amount_g8r {
  font-size: 1.125rem;
  color: #E8A820;
  margin-bottom: 0.375rem;
  font-weight: 800;
  line-height: 1.1;
}.lil_bon_card_name_g8r {
  margin-bottom: 8px;
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #F4EDD8;
}.lil_bon_card_detail_g8r {
  border-top: 1px solid rgba(255, 235, 190, 0.05);
  line-height: 1.5;
  padding-top: 0.5rem;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #5E5040;
}.lil_reg_g8r {
  padding: 2.25rem 1rem 0;
  background: #0D0B08;
}
@media(min-width: 767px) {.lil_reg_g8r {
  padding: 2.75rem 1.5rem 0;
}
}.lil_reg_in_g8r {
  background: #191511;
  padding: 28px 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 225, 170, 0.07);
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 766px) {.lil_reg_in_g8r {
  padding: 2.5rem;
}
}.lil_reg_top_g8r {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.lil_reg_top_g8r {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.lil_reg_label_g8r {
  color: #C49A3C;
  font-weight: 700;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
}.lil_reg_h2_g8r {
  overflow-wrap: break-word;
  font-size: 22px;
  margin-bottom: 12px;
  color: #F4EDD8;
  line-height: 1.2;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
}
@media(min-width: 771px) {.lil_reg_h2_g8r {
  font-size: 28px;
}
}.lil_reg_bonus_g8r {
  border-radius: 10px;
  background: rgba(232, 168, 32, 0.16);
  border: 1px solid rgba(232, 168, 32, 0.16);
  padding: 0.625rem 1rem;
  gap: 8px;
  margin-bottom: 1rem;
  align-items: center;
  display: inline-flex;
}.lil_reg_bonus_amount_g8r {
  font-size: 20px;
  color: #E8A820;
  font-weight: 800;
}.lil_reg_bonus_text_g8r {
  line-height: 1.35;
  font-size: 0.813rem;
  color: #9C8B6E;
}.lil_reg_cta_btn_g8r {
  transition: background .2s;
  padding: 0.875rem 2rem;
  border-radius: 0.625rem;
  background: #3BAA5E;
  margin-bottom: 12px;
  font-size: 0.938rem;
  font-weight: 700;
  color: #0E0B06;
  display: inline-block;
  box-shadow: 0 0.25rem 1.125rem rgba(59, 170, 94, 0.38), 0 1px 4px rgba(0, 0, 0, 0.6);
}.lil_reg_cta_btn_g8r:hover {
  background: #4DC272;
}.lil_reg_terms_g8r {
  line-height: 1.5;
  color: #5E5040;
  font-size: 0.688rem;
}.lil_reg_seo_g8r {
  border-top: 1px solid rgba(255, 235, 190, 0.05);
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-top: 20px;
  padding-top: 1.25rem;
  color: #786654;
}.lil_reg_seo_g8r p {
  font-size: 0.813rem;
  color: #786654;
  line-height: 1.65;
  margin-bottom: 0.625rem;
}.lil_reg_seo_g8r p:last-child {
  margin-bottom: 0;
}.lil_reg_seo_g8r strong {
  font-weight: 700;
  color: #CEBF9E;
}.lil_reg_seo_g8r a {
  transition: color .2s;
  color: #C49A3C;
  text-decoration: underline;
}.lil_reg_seo_g8r a:hover {
  color: #D8AE52;
}.lil_reg_seo_g8r ul,.lil_reg_seo_g8r ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.lil_reg_seo_g8r ol {
  list-style: decimal;
}.lil_reg_seo_g8r li {
  margin-bottom: 4px;
  font-size: 0.813rem;
  color: #786654;
  line-height: 1.65;
}.lil_reg_seo_g8r table {
  overflow-x: auto;
  font-size: 0.813rem;
  margin-bottom: 10px;
  display: block;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 769px) {.lil_reg_seo_g8r table {
  display: table;
}
}.lil_reg_seo_g8r th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 235, 190, 0.07);
  font-weight: 700;
  text-align: left;
  color: #CEBF9E;
}.lil_reg_seo_g8r td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  color: #786654;
}.lil_reg_steps_g8r {
  gap: 0.875rem;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}
@media(min-width: 859px) {.lil_reg_steps_g8r {
  margin-top: 0;
}
}.lil_reg_step_g8r {
  background: rgba(255, 235, 190, 0.05);
  border: 1px solid rgba(255, 225, 170, 0.07);
  padding: 16px;
  border-radius: 10px;
  gap: 0.875rem;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.lil_reg_step_num_g8r {
  border-radius: 50%;
  background: rgba(196, 154, 60, 0.18);
  border: 1px solid rgba(196, 154, 60, 0.08);
  align-items: center;
  display: flex;
  height: 2.125rem;
  justify-content: center;
  color: #C49A3C;
  width: 2.125rem;
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 800;
}.lil_reg_step_title_g8r {
  color: #F4EDD8;
  margin-bottom: 3px;
  font-size: 0.875rem;
  font-weight: 700;
}.lil_reg_step_text_g8r {
  color: #786654;
  line-height: 1.5;
  font-size: 0.75rem;
}.lil_reg_trust_g8r {
  gap: 10px;
  border-top: 1px solid rgba(255, 235, 190, 0.05);
  display: flex;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}.lil_reg_trust_item_g8r {
  gap: 0.438rem;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #786654;
  align-items: center;
  display: flex;
}.lil_reg_trust_ic_g8r svg {
  color: #C49A3C;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
  height: 16px;
}.lil_seo_g8r {
  background: #0D0B08;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.lil_seo_g8r {
  padding: 44px 24px 0;
}
}.lil_seo_in_g8r {
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 225, 170, 0.14);
  background: #191511;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.lil_seo_in_g8r {
  padding: 2.25rem 40px;
}
}.lil_seo_label_g8r {
  font-weight: 700;
  color: #C49A3C;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}.lil_seo_h2_g8r {
  font-weight: 800;
  color: #F4EDD8;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-size: 20px;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 765px) {.lil_seo_h2_g8r {
  font-size: 24px;
}
}.lil_seo_body_g8r {
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #9C8B6E;
}.lil_seo_body_g8r p {
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 0.875rem;
  color: #9C8B6E;
}.lil_seo_body_g8r p:last-child {
  margin-bottom: 0;
}.lil_seo_body_g8r strong {
  color: #CEBF9E;
  font-weight: 700;
}.lil_seo_body_g8r a {
  transition: color .2s;
  color: #C49A3C;
  text-decoration: underline;
}.lil_seo_body_g8r a:hover {
  color: #D8AE52;
}.lil_seo_body_g8r ul,.lil_seo_body_g8r ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.lil_seo_body_g8r ol {
  list-style: decimal;
}.lil_seo_body_g8r li {
  font-size: 14px;
  color: #9C8B6E;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.lil_seo_body_g8r table {
  overflow-x: auto;
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-size: 0.813rem;
  border-collapse: collapse;
}
@media(min-width: 770px) {.lil_seo_body_g8r table {
  display: table;
}
}.lil_seo_body_g8r th {
  border-bottom: 1px solid rgba(255, 235, 190, 0.07);
  padding: 10px 0.75rem;
  text-align: left;
  color: #CEBF9E;
  font-weight: 700;
}.lil_seo_body_g8r td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  color: #9C8B6E;
}.lil_seo_cols_g8r {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 643px) {.lil_seo_cols_g8r {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.lil_seo_cols_g8r {
  grid-template-columns: repeat(3,1fr);
}
}.lil_seo_col_h_g8r {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 700;
  margin-bottom: 0.438rem;
  color: #CEBF9E;
}.lil_seo_col_p_g8r {
  overflow-wrap: break-word;
  color: #786654;
  line-height: 1.65;
  font-size: 0.813rem;
}.lil_seo_stats_g8r {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.lil_seo_stat_g8r {
  padding: 0.875rem 1rem;
  flex: 1;
  background: rgba(196, 154, 60, 0.08);
  border: 1px solid rgba(196, 154, 60, 0.18);
  border-radius: 0.625rem;
  min-width: 8.75rem;
}.lil_seo_stat_val_g8r {
  overflow-wrap: break-word;
  color: #C49A3C;
  margin-bottom: 4px;
  font-size: 1.25rem;
  font-weight: 800;
}.lil_seo_stat_lb_g8r {
  font-size: 11px;
  color: #786654;
  overflow-wrap: break-word;
}.lil_faq_g8r {
  background: #0D0B08;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.lil_faq_g8r {
  padding: 2.75rem 24px 0;
}
}.lil_faq_in_g8r {
  margin: 0 auto;
  max-width: 1320px;
}.lil_faq_head_g8r {
  margin-bottom: 1.25rem;
}.lil_faq_label_g8r {
  font-size: 11px;
  color: #C49A3C;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-weight: 700;
}.lil_faq_h2_g8r {
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  color: #F4EDD8;
}
@media(min-width: 767px) {.lil_faq_h2_g8r {
  font-size: 1.5rem;
}
}.lil_faq_list_g8r {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.lil_faq_item_g8r {
  overflow: hidden;
  border-radius: 0.625rem;
  background: #191511;
  border: 1px solid rgba(255, 225, 170, 0.14);
}.lil_faq_q_g8r {
  transition: color .2s;
  padding: 16px 1.25rem;
  gap: 12px;
  color: #CEBF9E;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  cursor: pointer;
  font-weight: 600;
}.lil_faq_q_g8r:hover {
  color: #F4EDD8;
}.lil_faq_q_ic_g8r {
  background: rgba(255, 235, 190, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  color: #C49A3C;
}.lil_faq_item_g8r.lil_state_open_g8r .lil_faq_q_ic_g8r {
  transform: rotate(45deg);
}.lil_faq_a_g8r {
  padding: 0 20px 16px;
  font-size: 13px;
  display: none;
  overflow-wrap: break-word;
  color: #786654;
  line-height: 1.7;
}.lil_faq_item_g8r.lil_state_open_g8r .lil_faq_a_g8r {
  display: block;
}.lil_faq_a_g8r strong {
  font-weight: 700;
  color: #CEBF9E;
}.lil_faq_a_g8r a {
  color: #C49A3C;
  text-decoration: underline;
}.lil_faq_a_g8r ul,.lil_faq_a_g8r ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.lil_faq_a_g8r ol {
  list-style: decimal;
}.lil_faq_a_g8r li {
  line-height: 1.6;
  margin-bottom: 4px;
}.lil_faq_a_g8r table {
  margin: 8px 0;
  font-size: 12px;
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 769px) {.lil_faq_a_g8r table {
  display: table;
}
}.lil_faq_a_g8r th {
  border-bottom: 1px solid rgba(255, 235, 190, 0.07);
  padding: 6px 0.5rem;
  text-align: left;
  color: #CEBF9E;
  font-weight: 700;
}.lil_faq_a_g8r td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  color: #786654;
}.lil_pmt_g8r {
  background: #0D0B08;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.lil_pmt_g8r {
  padding: 44px 24px 0;
}
}.lil_pmt_in_g8r {
  margin: 0 auto;
  max-width: 1320px;
}.lil_pmt_head_g8r {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.lil_pmt_label_g8r {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #C49A3C;
  font-size: 0.688rem;
  font-weight: 700;
}.lil_pmt_h2_g8r {
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-weight: 800;
  color: #F4EDD8;
  margin-bottom: 8px;
}
@media(min-width:768px) {.lil_pmt_h2_g8r {
  font-size: 1.75rem;
}
}.lil_pmt_intro_g8r {
  line-height: 1.6;
  color: #786654;
  font-size: 14px;
  overflow-wrap: break-word;
}.lil_pmt_groups_g8r {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.lil_pmt_group_g8r {
  padding: 1.25rem;
  border-radius: 0.625rem;
  background: #191511;
  border: 1px solid rgba(255, 225, 170, 0.14);
}.lil_pmt_group_head_g8r {
  gap: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
}.lil_pmt_group_ic_g8r {
  border-radius: 6px;
  background: rgba(196, 154, 60, 0.18);
  color: #C49A3C;
  justify-content: center;
  width: 36px;
  align-items: center;
  height: 2.25rem;
  flex-shrink: 0;
  display: flex;
}.lil_pmt_group_ic_g8r svg {
  stroke-linejoin: round;
  width: 18px;
  stroke-linecap: round;
  height: 18px;
}.lil_pmt_group_h_g8r {
  margin: 0;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  color: #F4EDD8;
  font-weight: 700;
}.lil_pmt_group_p_g8r {
  line-height: 1.6;
  font-size: 13px;
  margin-bottom: 0.875rem;
  color: #786654;
  overflow-wrap: break-word;
}.lil_pmt_group_p_g8r strong {
  font-weight: 600;
  color: #CEBF9E;
}.lil_pmt_table_wrap_g8r {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.lil_pmt_table_g8r {
  border-collapse: collapse;
  font-size: 13px;
  min-width: 33.75rem;
  width: 100%;
}.lil_pmt_table_g8r th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 235, 190, 0.07);
  text-align: left;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #CEBF9E;
  letter-spacing: .04em;
  white-space: nowrap;
}.lil_pmt_table_g8r td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  color: #786654;
}.lil_pmt_table_g8r tbody tr:last-child td {
  border-bottom: none;
}.lil_pmt_table_g8r tr:hover td {
  background: rgba(255, 235, 190, 0.05);
  color: #CEBF9E;
}.lil_seo_g8r {
  background: #0D0B08;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.lil_seo_g8r {
  padding: 44px 24px 0;
}
}.lil_seo_in_g8r {
  background: #191511;
  margin: 0 auto;
  border-radius: 1rem;
  border: 1px solid rgba(255, 225, 170, 0.14);
  padding: 1.75rem 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.lil_seo_in_g8r {
  padding: 2.25rem 40px;
}
}.lil_seo_label_g8r {
  margin-bottom: 0.625rem;
  font-size: 11px;
  color: #C49A3C;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.lil_seo_h2_g8r {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 0.875rem;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  color: #F4EDD8;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.lil_seo_h2_g8r {
  font-size: 24px;
}
}.lil_seo_body_g8r {
  color: #9C8B6E;
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.lil_seo_body_g8r p {
  margin-bottom: 0.75rem;
  color: #9C8B6E;
  font-size: 0.875rem;
  line-height: 1.75;
}.lil_seo_body_g8r p:last-child {
  margin-bottom: 0;
}.lil_seo_body_g8r strong {
  color: #CEBF9E;
  font-weight: 700;
}.lil_seo_body_g8r a {
  transition: color .2s;
  text-decoration: underline;
  color: #C49A3C;
}.lil_seo_body_g8r a:hover {
  color: #D8AE52;
}.lil_seo_body_g8r ul,.lil_seo_body_g8r ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.lil_seo_body_g8r ol {
  list-style: decimal;
}.lil_seo_body_g8r li {
  color: #9C8B6E;
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.75;
}.lil_seo_body_g8r table {
  width: 100%;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  display: block;
  font-size: 0.813rem;
  border-collapse: collapse;
}
@media(min-width: 767px) {.lil_seo_body_g8r table {
  display: table;
}
}.lil_seo_body_g8r th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 235, 190, 0.07);
  text-align: left;
  font-weight: 700;
  color: #CEBF9E;
}.lil_seo_body_g8r td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  color: #9C8B6E;
}.lil_seo_cols_g8r {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 637px) {.lil_seo_cols_g8r {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.lil_seo_cols_g8r {
  grid-template-columns: repeat(3,1fr);
}
}.lil_seo_col_h_g8r {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 700;
  color: #CEBF9E;
  margin-bottom: 7px;
}.lil_seo_col_p_g8r {
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #786654;
}.lil_seo_stats_g8r {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.lil_seo_stat_g8r {
  flex: 1;
  border: 1px solid rgba(196, 154, 60, 0.18);
  padding: 0.875rem 1rem;
  background: rgba(196, 154, 60, 0.08);
  border-radius: 0.625rem;
  min-width: 8.75rem;
}.lil_seo_stat_val_g8r {
  font-size: 20px;
  overflow-wrap: break-word;
  color: #C49A3C;
  margin-bottom: 4px;
  font-weight: 800;
}.lil_seo_stat_lb_g8r {
  font-size: 0.688rem;
  color: #786654;
  overflow-wrap: break-word;
}.lil_seo_g8r {
  background: #0D0B08;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.lil_seo_g8r {
  padding: 44px 1.5rem 0;
}
}.lil_seo_in_g8r {
  border-radius: 1rem;
  margin: 0 auto;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 225, 170, 0.14);
  background: #191511;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.lil_seo_in_g8r {
  padding: 36px 2.5rem;
}
}.lil_seo_label_g8r {
  font-size: 11px;
  letter-spacing: .08em;
  color: #C49A3C;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-weight: 700;
}.lil_seo_h2_g8r {
  color: #F4EDD8;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.25;
}
@media(min-width: 771px) {.lil_seo_h2_g8r {
  font-size: 1.5rem;
}
}.lil_seo_body_g8r {
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #9C8B6E;
}.lil_seo_body_g8r p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.75;
  color: #9C8B6E;
}.lil_seo_body_g8r p:last-child {
  margin-bottom: 0;
}.lil_seo_body_g8r strong {
  color: #CEBF9E;
  font-weight: 700;
}.lil_seo_body_g8r a {
  transition: color .2s;
  text-decoration: underline;
  color: #C49A3C;
}.lil_seo_body_g8r a:hover {
  color: #D8AE52;
}.lil_seo_body_g8r ul,.lil_seo_body_g8r ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.lil_seo_body_g8r ol {
  list-style: decimal;
}.lil_seo_body_g8r li {
  color: #9C8B6E;
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0.375rem;
}.lil_seo_body_g8r table {
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 0.75rem;
  font-size: 0.813rem;
  display: block;
}
@media(min-width: 771px) {.lil_seo_body_g8r table {
  display: table;
}
}.lil_seo_body_g8r th {
  border-bottom: 1px solid rgba(255, 235, 190, 0.07);
  padding: 10px 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #CEBF9E;
}.lil_seo_body_g8r td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  color: #9C8B6E;
}.lil_seo_cols_g8r {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 637px) {.lil_seo_cols_g8r {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.lil_seo_cols_g8r {
  grid-template-columns: repeat(3,1fr);
}
}.lil_seo_col_h_g8r {
  overflow-wrap: break-word;
  color: #CEBF9E;
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
}.lil_seo_col_p_g8r {
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
  color: #786654;
}.lil_seo_stats_g8r {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.lil_seo_stat_g8r {
  border: 1px solid rgba(196, 154, 60, 0.18);
  background: rgba(196, 154, 60, 0.08);
  flex: 1;
  padding: 0.875rem 16px;
  border-radius: 0.625rem;
  min-width: 8.75rem;
}.lil_seo_stat_val_g8r {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #C49A3C;
  font-weight: 800;
  margin-bottom: 0.25rem;
}.lil_seo_stat_lb_g8r {
  color: #786654;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.lil_ft_g8r {
  border-top: 1px solid rgba(255, 235, 190, 0.05);
  background: #080604;
  margin-top: 3rem;
}.lil_ft_support_g8r {
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  padding: 24px 16px;
}
@media(min-width: 767px) {.lil_ft_support_g8r {
  padding: 28px 1.5rem;
}
}.lil_ft_support_in_g8r {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1320px;
  display: flex;
}.lil_ft_support_main_g8r {
  flex: 1;
  gap: 16px;
  min-width: 13.75rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.lil_ft_support_ic_g8r {
  color: #C49A3C;
  flex-shrink: 0;
}.lil_ft_support_ic_g8r svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.875rem;
  width: 1.875rem;
}.lil_ft_support_text_title_g8r {
  font-weight: 700;
  font-size: 0.938rem;
  color: #F4EDD8;
  overflow-wrap: break-word;
  margin-bottom: 3px;
}.lil_ft_support_text_sub_g8r {
  color: #786654;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.lil_ft_support_btn_g8r {
  background: #C49A3C;
  transition: background .2s;
  padding: 0.688rem 1.375rem;
  border-radius: 0.625rem;
  flex-shrink: 0;
  white-space: nowrap;
  color: #F4EDD8;
  font-weight: 700;
  font-size: 0.813rem;
}.lil_ft_support_btn_g8r:hover {
  background: #D8AE52;
}.lil_ft_support_contacts_g8r {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.lil_ft_support_contact_g8r {
  font-size: 12px;
  line-height: 1.4;
  color: #5E5040;
}.lil_ft_support_contact_g8r strong {
  font-size: 0.688rem;
  font-weight: 600;
  display: block;
  color: #9C8B6E;
  margin-bottom: 2px;
}.lil_ft_main_g8r {
  padding: 2rem 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
}
@media(min-width: 765px) {.lil_ft_main_g8r {
  padding: 2.5rem 1.5rem 2rem;
}
}.lil_ft_main_in_g8r {
  margin: 0 auto;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  max-width: 1320px;
  display: grid;
}
@media(min-width: 639px) {.lil_ft_main_in_g8r {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.lil_ft_main_in_g8r {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.lil_ft_col_logo_g8r {
  grid-column: 1/-1;
}
@media(min-width: 1083px) {.lil_ft_col_logo_g8r {
  grid-column: auto;
}
}.lil_ft_logo_g8r {
  gap: 9px;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.75rem;
  align-items: center;
  font-size: 16px;
  color: #F4EDD8;
  font-weight: 800;
}.lil_ft_logo_mark_g8r {
  overflow: hidden;
  border-radius: 0.375rem;
  height: 1.875rem;
  width: 30px;
}.lil_ft_logo_mark_g8r img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.lil_ft_logo_sub_g8r {
  overflow-wrap: break-word;
  color: #5E5040;
  max-width: 200px;
  line-height: 1.55;
  font-size: 0.75rem;
}.lil_ft_col_title_g8r {
  font-size: 0.75rem;
  margin-bottom: 0.875rem;
  color: #9C8B6E;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}.lil_ft_col_links_g8r {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.lil_ft_col_link_g8r {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #5E5040;
}.lil_ft_col_link_g8r:hover {
  color: #CEBF9E;
}.lil_ft_apps_g8r {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.lil_ft_app_card_g8r {
  border-radius: 0.375rem;
  padding: 10px 0.75rem;
  background: rgba(255, 235, 190, 0.05);
  border: 1px solid rgba(255, 225, 170, 0.14);
  transition: border-color .2s;
  gap: 10px;
  align-items: center;
  display: flex;
}.lil_ft_app_card_g8r:hover {
  border-color: rgba(196, 154, 60, 0.55);
}.lil_ft_app_card_ic_g8r svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 22px;
  height: 1.375rem;
}.lil_ft_app_card_os_g8r {
  font-size: 0.625rem;
  color: #5E5040;
  font-weight: 600;
}.lil_ft_app_card_action_g8r {
  font-size: 12px;
  font-weight: 700;
  color: #CEBF9E;
}.lil_ft_bot_g8r {
  padding: 1.25rem 1rem;
}
@media(min-width: 769px) {.lil_ft_bot_g8r {
  padding: 1.25rem 24px;
}
}.lil_ft_bot_in_g8r {
  gap: 16px;
  margin: 0 auto;
  max-width: 82.5rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.lil_ft_socials_g8r {
  gap: 0.5rem;
  display: flex;
}.lil_ft_soc_g8r {
  border-radius: 6px;
  background: rgba(255, 235, 190, 0.05);
  border: 1px solid rgba(255, 225, 170, 0.14);
  transition: background .2s;
  width: 36px;
  align-items: center;
  display: flex;
  height: 36px;
  justify-content: center;
  color: #9C8B6E;
}.lil_ft_soc_g8r svg {
  width: 1rem;
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
}.lil_ft_soc_g8r:hover {
  background: rgba(255, 235, 190, 0.07);
}.lil_ft_legal_g8r {
  flex: 1;
  font-size: 0.688rem;
  line-height: 1.6;
  color: #9A8870;
  min-width: 200px;
  overflow-wrap: break-word;
}.lil_ft_legal_g8r strong {
  font-weight: 700;
  color: #9C8B6E;
}.lil_ft_legal_g8r a {
  text-decoration: underline;
  color: #9C8B6E;
}.lil_ft_age_g8r {
  border: 2px solid #9A8870;
  border-radius: 50%;
  justify-content: center;
  margin-left: auto;
  flex-shrink: 0;
  font-weight: 800;
  height: 32px;
  color: #9A8870;
  width: 2rem;
  font-size: 0.688rem;
  display: flex;
  align-items: center;
}