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;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #0E0B09;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  line-height: 1.6;
  color: #C9C0B3;
  font-family: 'DM Sans', sans-serif;
}.lkl_layout-mrp {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.lkl_page-mrp {
  min-height: 100vh;
  display: flex;
}.lkl_main-mrp {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width: 1082px) {.lkl_main-mrp {
  padding-left: 13.75rem;
}
}
@media (max-width: 1082px) {.lkl_main-mrp {
  padding-bottom: 72px;
}
}.lkl_gc-mrp {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .2s,border-color .2s;
  background: #120F0C;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  width: 140px;
}
@media(min-width: 643px) {.lkl_gc-mrp {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.lkl_gc-mrp {
  width: 168px;
}
}.lkl_gc-mrp:hover {
  border-color: rgba(201, 162, 39, 0.07);
  transform: translateY(-3px);
}.lkl_gc_img-mrp {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.lkl_gc_img-mrp img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}.lkl_gc_hover-mrp {
  background: rgba(8, 6, 4, 0.72);
  transition: opacity .2s;
  inset: 0;
  justify-content: center;
  position: absolute;
  align-items: center;
  display: flex;
  opacity: 0;
}.lkl_gc-mrp:hover .lkl_gc_hover-mrp {
  opacity: 1;
}.lkl_gc_hover_btn-mrp {
  background: #C9A227;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 700;
  color: #F2EDE6;
  font-size: 0.75rem;
}.lkl_gc_info-mrp {
  padding: 8px 0.625rem 10px;
}.lkl_gc_name-mrp {
  overflow: hidden;
  max-width: 100%;
  font-weight: 600;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  color: #C9C0B3;
  white-space: nowrap;
}.lkl_gc_prov-mrp {
  font-size: 10px;
  color: #8A7F79;
}.lkl_gc_tag-mrp {
  border-radius: 4px;
  padding: 2px 0.438rem;
  font-size: 9px;
  z-index: 2;
  top: 0.375rem;
  font-weight: 700;
  letter-spacing: .04em;
  left: 6px;
  text-transform: uppercase;
  position: absolute;
}.lkl_gc_tag_hot-mrp {
  background: #D63B3B;
  color: #fff;
}.lkl_gc_tag_new-mrp {
  background: #33C97F;
  color: #0E0B09;
}.lkl_gc_tag_jp-mrp {
  background: #E8B422;
  color: #0E0B09;
}.lkl_gc_tag_ex-mrp {
  background: #8B6028;
  color: #fff;
}.lkl_gc_tag_live-mrp {
  background: #D63B3B;
  color: #fff;
}.lkl_gr-mrp {
  padding: 32px 1rem 0;
  background: #0E0B09;
}
@media(min-width:768px) {.lkl_gr-mrp {
  padding: 36px 1.5rem 0;
}
}.lkl_gr_in-mrp {
  margin: 0 auto;
  max-width: 1320px;
}.lkl_gr_head-mrp {
  gap: 12px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.lkl_gr_head_l-mrp {
  gap: 10px;
  flex: 1;
  min-width: 0;
  align-items: center;
  display: flex;
}.lkl_gr_ic-mrp {
  border-radius: 0.5rem;
  flex-shrink: 0;
  width: 2rem;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 2rem;
}.lkl_gr_ic-mrp svg {
  width: 16px;
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.lkl_gr_title-mrp {
  overflow-wrap: break-word;
  font-size: 16px;
  color: #F2EDE6;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}
@media(min-width: 771px) {.lkl_gr_title-mrp {
  font-size: 18px;
}
}.lkl_gr_more-mrp {
  transition: color .2s;
  gap: 5px;
  align-items: center;
  font-weight: 600;
  font-size: 0.75rem;
  color: #837870;
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
}.lkl_gr_more-mrp:hover {
  color: #C9A227;
}.lkl_gr_more-mrp svg {
  width: 12px;
  stroke-linejoin: round;
  height: 12px;
  stroke-linecap: round;
}.lkl_gr_arrows-mrp {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.lkl_gr_arr-mrp {
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  color: #9C9189;
  display: flex;
  justify-content: center;
  width: 30px;
  align-items: center;
  height: 30px;
}.lkl_gr_arr-mrp:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F2EDE6;
}.lkl_gr_arr-mrp svg {
  stroke-linecap: round;
  height: 13px;
  width: 13px;
  stroke-linejoin: round;
}.lkl_gr_seo_h-mrp {
  margin: 0 0 6px;
  color: #C9C0B3;
  max-width: 42.5rem;
  font-weight: 700;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  font-size: 13px;
}
@media(min-width:768px) {.lkl_gr_seo_h-mrp {
  font-size: 0.875rem;
}
}.lkl_gr_seo-mrp {
  overflow-wrap: break-word;
  margin-bottom: 12px;
  font-size: 0.75rem;
  max-width: 680px;
  color: #837870;
  line-height: 1.55;
}.lkl_gr_seo-mrp strong {
  color: #C9C0B3;
  font-weight: 600;
}.lkl_gr_scroll-mrp {
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding-bottom: 10px;
  display: flex;
  scrollbar-width: none;
}.lkl_gr_scroll-mrp::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.lkl_gr_scroll-mrp {
  gap: 0.75rem;
}
}.lkl_tb-mrp {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0E0B09;
  position: fixed;
  left: 0;
  top: 0;
  height: 3.5rem;
  display: flex;
  align-items: center;
  z-index: 80;
  right: 0;
}.lkl_tb_in-mrp {
  padding: 0 14px;
  gap: 0;
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
}.lkl_tb_burger-mrp {
  border-radius: 8px;
  gap: 0.313rem;
  flex-direction: column;
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
  width: 2.375rem;
  flex-shrink: 0;
  justify-content: center;
  height: 38px;
}.lkl_tb_burger-mrp:hover {
  background: rgba(255, 255, 255, 0.05);
}.lkl_tb_burger_line-mrp {
  border-radius: 1px;
  background: #9C9189;
  width: 18px;
  height: 2px;
  display: block;
}
@media(min-width: 1079px) {.lkl_tb_burger-mrp {
  display: none;
}
}.lkl_tb_logo-mrp {
  gap: 0.563rem;
  display: flex;
  color: #F2EDE6;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  letter-spacing: -.01em;
  flex-shrink: 0;
  margin-right: 1.25rem;
  font-weight: 800;
  align-items: center;
}.lkl_tb_logo_mark-mrp {
  border-radius: 8px;
  overflow: hidden;
  height: 2rem;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 2rem;
}.lkl_tb_logo_mark-mrp img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.lkl_tb_nav-mrp {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 643px) {.lkl_tb_nav-mrp {
  display: flex;
}
}.lkl_tb_tab-mrp {
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s;
  border-radius: 0.5rem;
  white-space: nowrap;
  color: #9C9189;
  font-size: 13px;
  font-weight: 600;
}.lkl_tb_tab-mrp:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2EDE6;
}.lkl_tb_tab-mrp.lkl_state_active-mrp {
  background: rgba(201, 162, 39, 0.15);
  color: #F2EDE6;
}.lkl_tb_right-mrp {
  gap: 8px;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
  align-items: center;
}.lkl_tb_login-mrp {
  transition: border-color .2s,color .2s;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.563rem 16px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.813rem;
  display: none;
  color: #C9C0B3;
  font-weight: 600;
}.lkl_tb_login-mrp:hover {
  border-color: rgba(201, 162, 39, 0.38);
  color: #F2EDE6;
}
@media(min-width: 483px) {.lkl_tb_login-mrp {
  display: block;
}
}.lkl_tb_reg-mrp {
  transition: background .2s;
  border-radius: 8px;
  padding: 9px 1.125rem;
  background: #33C97F;
  white-space: nowrap;
  color: #0A0806;
  font-size: 0.813rem;
  font-weight: 700;
}.lkl_tb_reg-mrp:hover {
  background: #3DD98C;
}.lkl_sb-mrp {
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  background: #171310;
  bottom: 0;
  top: 56px;
  left: 0;
  overflow-y: auto;
  width: 220px;
  position: fixed;
  z-index: 70;
}.lkl_sb-mrp.lkl_state_open-mrp {
  transform: translateX(0);
}.lkl_sb-mrp::-webkit-scrollbar {
  width: 0.25rem;
}.lkl_sb-mrp::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1082px) {.lkl_sb-mrp {
  transform: translateX(0);
}
}.lkl_sb_auth-mrp {
  padding: 14px 12px 10px;
}.lkl_sb_btn_reg-mrp {
  padding: 11px;
  border-radius: 0.5rem;
  transition: background .2s;
  background: #33C97F;
  font-weight: 700;
  text-align: center;
  color: #0A0806;
  display: block;
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
}.lkl_sb_btn_reg-mrp:hover {
  background: #3DD98C;
}.lkl_sb_btn_login-mrp {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.625rem;
  transition: border-color .2s;
  font-weight: 600;
  font-size: 0.813rem;
  color: #C9C0B3;
  text-align: center;
  display: block;
}.lkl_sb_btn_login-mrp:hover {
  border-color: rgba(201, 162, 39, 0.38);
  color: #F2EDE6;
}.lkl_sb_promo-mrp {
  border-radius: 0.5rem;
  border: 1px solid rgba(201, 162, 39, 0.15);
  background: linear-gradient(135deg,#1C1208,#171310);
  margin: 0 12px 10px;
  padding: 0.75rem 0.875rem;
  overflow: hidden;
  position: relative;
}.lkl_sb_promo-mrp::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(201, 162, 39, 0.15),transparent 70%);
  top: -1.25rem;
  right: -1.25rem;
  height: 5rem;
  width: 5rem;
  position: absolute;
  content: '';
}.lkl_sb_promo_title-mrp {
  font-size: 11px;
  color: #C9A227;
  margin-bottom: 0.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}.lkl_sb_promo_text-mrp {
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.35;
  font-weight: 600;
  color: #F2EDE6;
}.lkl_sb_promo_sub-mrp {
  margin-top: 3px;
  color: #837870;
  font-size: 10px;
}.lkl_sb_nav-mrp {
  padding: 0.375rem 8px 1rem;
}.lkl_sb_nav_lb-mrp {
  padding: 10px 0.5rem 0.375rem;
  font-size: 10px;
  text-transform: uppercase;
  color: #8A7F79;
  letter-spacing: .08em;
  font-weight: 700;
}.lkl_sb_link-mrp {
  gap: 0.625rem;
  border-radius: 0.25rem;
  padding: 0.563rem 10px;
  transition: background .15s,color .15s;
  display: flex;
  font-size: 13px;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  overflow-wrap: break-word;
  color: #9C9189;
}.lkl_sb_link-mrp:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2EDE6;
}.lkl_sb_link-mrp.lkl_state_active-mrp {
  background: rgba(201, 162, 39, 0.15);
  color: #F2EDE6;
}.lkl_sb_ic-mrp {
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 30px;
  flex-shrink: 0;
  height: 30px;
}.lkl_sb_ic-mrp svg {
  height: 1rem;
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.lkl_sb_ic_1-mrp {
  background: rgba(201, 162, 39, 0.07);
  color: #C9A227;
}.lkl_sb_ic_2-mrp {
  background: rgba(51, 201, 127, 0.14);
  color: #33C97F;
}.lkl_sb_ic_3-mrp {
  background: rgba(232, 180, 34, 0.14);
  color: #E8B422;
}.lkl_sb_ic_4-mrp {
  background: rgba(139, 96, 40, 0.18);
  color: #8B6028;
}.lkl_sb_ic_5-mrp {
  background: rgba(201, 162, 39, 0.07);
  color: #E05BAA;
}.lkl_sb_ic_6-mrp {
  background: rgba(139, 96, 40, 0.18);
  color: #9B5DE5;
}.lkl_sb_badge-mrp {
  border-radius: 4px;
  padding: 2px 7px;
  background: #E8B422;
  font-size: 9px;
  font-weight: 700;
  margin-left: auto;
  color: #0A0806;
}.lkl_sb_bot-mrp {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 8px;
  padding: 12px;
  display: flex;
}.lkl_sb_lang-mrp,.lkl_sb_help-mrp {
  padding: 9px 6px;
  background: rgba(255, 255, 255, 0.05);
  gap: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  transition: border-color .2s;
  flex: 1;
  font-size: 0.688rem;
  color: #9C9189;
  display: flex;
  font-weight: 600;
  justify-content: center;
  align-items: center;
}.lkl_sb_lang-mrp:hover,.lkl_sb_help-mrp:hover {
  border-color: rgba(201, 162, 39, 0.38);
  color: #F2EDE6;
}.lkl_sb_lang-mrp svg,.lkl_sb_help-mrp svg {
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
  height: 0.813rem;
}.lkl_sb_bd-mrp {
  inset: 0;
  background: rgba(8, 6, 4, 0.72);
  position: fixed;
  z-index: 69;
  display: none;
}.lkl_sb_bd-mrp.lkl_state_on-mrp {
  display: block;
}
@media(min-width: 1077px) {.lkl_sb_bd-mrp {
  display: none!important;
}
}.lkl_mob_nav-mrp {
  background: #171310;
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  position: fixed;
  display: flex;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 80;
}
@media(min-width: 1079px) {.lkl_mob_nav-mrp {
  display: none;
}
}.lkl_mob_nav_item-mrp {
  padding: 4px 2px;
  flex: 1;
  gap: 0.25rem;
  flex-direction: column;
  display: flex;
  color: #8A7F79;
  cursor: pointer;
  align-items: center;
}.lkl_mob_nav_ic-mrp {
  line-height: 1;
}.lkl_mob_nav_ic-mrp svg {
  stroke-linecap: round;
  width: 1.25rem;
  stroke-linejoin: round;
  height: 20px;
}.lkl_mob_nav_lb-mrp {
  font-size: 10px;
  color: #8A7F79;
  font-weight: 600;
}.lkl_mob_nav_item-mrp.lkl_state_active-mrp {
  color: #C9A227;
}.lkl_mob_nav_item-mrp.lkl_state_active-mrp .lkl_mob_nav_lb-mrp {
  color: #C9A227;
}.lkl_hero-mrp {
  background: #0E0B09;
  padding: 1.25rem 1rem 0;
}
@media(min-width: 767px) {.lkl_hero-mrp {
  padding: 1.5rem 1.5rem 0;
}
}.lkl_hero_in-mrp {
  margin: 0 auto;
  gap: 12px;
  max-width: 1320px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:860px) {.lkl_hero_in-mrp {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1103px) {.lkl_hero_in-mrp {
  grid-template-columns: 1fr 340px;
}
}.lkl_hero_promo-mrp {
  border-radius: 14px;
  overflow: hidden;
  background: #120F0C;
  align-items: stretch;
  position: relative;
  min-height: 220px;
  display: flex;
}
@media(min-width: 771px) {.lkl_hero_promo-mrp {
  min-height: 17.5rem;
}
}.lkl_hero_promo_bg-mrp {
  inset: 0;
  background: linear-gradient(120deg,#1C1208 0%,#0E0B09 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.lkl_hero_promo_bg-mrp::after {
  background: linear-gradient(90deg,#0E0B09 0%,rgba(8, 6, 4, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.lkl_hero_promo_glow-mrp {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(139, 96, 40, 0.18) 0%,transparent 65%);
  pointer-events: none;
  width: 300px;
  top: -2.5rem;
  right: 60px;
  height: 300px;
  position: absolute;
}.lkl_hero_promo_ct-mrp {
  padding: 28px 24px 1.75rem 28px;
  display: flex;
  justify-content: center;
  max-width: 480px;
  position: relative;
  z-index: 2;
  flex-direction: column;
}
@media(min-width: 766px) {.lkl_hero_promo_ct-mrp {
  padding: 40px 2rem;
}
}.lkl_hero_badge-mrp {
  border-radius: 20px;
  background: rgba(201, 162, 39, 0.15);
  padding: 5px 12px;
  border: 1px solid rgba(201, 162, 39, 0.07);
  color: #C9A227;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  display: inline-block;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.625rem;
}.lkl_hero_h1-mrp {
  font-size: 26px;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  color: #F2EDE6;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  line-height: 1.15;
}.lkl_hero_h1-mrp em {
  font-style: normal;
  color: #E8B422;
}
@media(min-width: 767px) {.lkl_hero_h1-mrp {
  font-size: 2.25rem;
}
}.lkl_hero_sub-mrp {
  line-height: 1.55;
  margin-bottom: 1.25rem;
  color: #9C9189;
  font-size: 13px;
}
@media(min-width: 766px) {.lkl_hero_sub-mrp {
  font-size: 14px;
}
}.lkl_hero_row-mrp {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.lkl_hero_cta-mrp {
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 0.813rem 26px;
  background: #33C97F;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 3px 14px rgba(51, 201, 127, 0.42), 0 1px 3px rgba(0, 0, 0, 0.5);
  color: #0A0806;
}.lkl_hero_cta-mrp:hover {
  background: #3DD98C;
}.lkl_hero_terms-mrp {
  font-size: 11px;
  color: #8A7F79;
}.lkl_hero_game-mrp {
  overflow: hidden;
  background: #120F0C;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.875rem;
  flex-direction: column;
  position: relative;
  display: flex;
}.lkl_hero_game_badge-mrp {
  background: rgba(232, 180, 34, 0.14);
  padding: 0.313rem 0.625rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(232, 180, 34, 0.14);
  z-index: 3;
  top: 12px;
  left: 0.75rem;
  position: absolute;
  text-transform: uppercase;
  color: #E8B422;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 0.625rem;
}.lkl_hero_game_badge-mrp svg {
  height: 0.688rem;
  vertical-align: -1px;
  margin-right: 0.25rem;
  width: 0.688rem;
}.lkl_hero_game_img-mrp {
  overflow: hidden;
  background: linear-gradient(135deg,#1C1208,#0E0B09);
  position: relative;
  padding-bottom: 60%;
}.lkl_hero_game_img-mrp img {
  inset: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
}.lkl_hero_game_play-mrp {
  background: rgba(8, 6, 4, 0.72);
  transition: opacity .2s;
  inset: 0;
  display: flex;
  position: absolute;
  opacity: 0;
  justify-content: center;
  align-items: center;
}.lkl_hero_game-mrp:hover .lkl_hero_game_play-mrp {
  opacity: 1;
}.lkl_hero_game_play-mrp span {
  border-radius: 50%;
  background: #C9A227;
  justify-content: center;
  width: 52px;
  align-items: center;
  display: flex;
  height: 52px;
}.lkl_hero_game_play-mrp span svg {
  height: 1.125rem;
  margin-left: 2px;
  width: 1.125rem;
}.lkl_hero_game_info-mrp {
  padding: 0.875rem 1rem;
}.lkl_hero_game_title-mrp {
  color: #F2EDE6;
  margin-bottom: 0.25rem;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.lkl_hero_game_provider-mrp {
  color: #837870;
  font-size: 0.688rem;
}.lkl_hero_game_btn-mrp {
  margin: 12px 1rem 16px;
  background: #C9A227;
  transition: background .2s;
  border-radius: 8px;
  padding: 11px;
  color: #F2EDE6;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  display: block;
}.lkl_hero_game-mrp:hover .lkl_hero_game_btn-mrp {
  background: #DAAF32;
}.lkl_gcg-mrp {
  background: #0E0B09;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.lkl_gcg-mrp {
  padding: 2.75rem 1.5rem 0;
}
}.lkl_gcg_in-mrp {
  margin: 0 auto;
  max-width: 82.5rem;
}.lkl_gcg_head-mrp {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.lkl_gcg_label-mrp {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #C9A227;
  text-transform: uppercase;
  font-size: 11px;
}.lkl_gcg_h2-mrp {
  color: #F2EDE6;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
}
@media(min-width: 771px) {.lkl_gcg_h2-mrp {
  font-size: 28px;
}
}.lkl_gcg_intro-mrp {
  line-height: 1.6;
  color: #837870;
  font-size: 13px;
}.lkl_gcg_grid-mrp {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.lkl_gcg_grid-mrp {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.lkl_gcg_grid-mrp {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.lkl_gcg_card-mrp {
  overflow: hidden;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: transform .2s,border-color .2s;
  border-radius: 0.875rem;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  justify-content: flex-end;
  min-height: 15rem;
  position: relative;
}.lkl_gcg_card-mrp:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 162, 39, 0.15);
}.lkl_gcg_card_bg-mrp {
  inset: 0;
  z-index: 0;
  position: absolute;
}.lkl_gcg_card_bg-mrp::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.lkl_gcg_card_ic-mrp {
  border-radius: 0.25rem;
  background: rgba(0,0,0,.45);
  align-items: center;
  color: #F2EDE6;
  width: 2.5rem;
  display: flex;
  justify-content: center;
  top: 1.125rem;
  z-index: 2;
  position: absolute;
  right: 18px;
  height: 40px;
}.lkl_gcg_card_ic-mrp svg {
  height: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 20px;
}.lkl_gcg_card_ct-mrp {
  z-index: 1;
  position: relative;
}.lkl_gcg_card_h-mrp {
  font-family: 'Playfair Display', serif;
  color: #F2EDE6;
  margin-bottom: 0.5rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 18px;
  line-height: 1.2;
}
@media(min-width: 771px) {.lkl_gcg_card_h-mrp {
  font-size: 1.25rem;
}
}.lkl_gcg_card_p-mrp {
  line-height: 1.55;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  font-size: 12px;
  color: rgba(255,255,255,.82);
}.lkl_gcg_card_p-mrp strong {
  font-weight: 600;
  color: #F2EDE6;
}.lkl_gcg_card_cta-mrp {
  gap: 4px;
  font-size: 0.75rem;
  align-items: center;
  letter-spacing: .04em;
  font-weight: 700;
  display: inline-flex;
  color: #C9A227;
  text-transform: uppercase;
}.lkl_gcg_card_cta-mrp svg {
  height: 0.75rem;
  width: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.lkl_ws-mrp {
  padding: 32px 16px 0;
  background: #0E0B09;
}
@media(min-width: 769px) {.lkl_ws-mrp {
  padding: 2.25rem 24px 0;
}
}.lkl_ws_in-mrp {
  margin: 0 auto;
  max-width: 1320px;
}.lkl_ws_head-mrp {
  gap: 12px;
  margin-bottom: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}.lkl_ws_title-mrp {
  gap: 10px;
  align-items: center;
  font-size: 1rem;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  color: #F2EDE6;
  font-weight: 700;
  flex-wrap: wrap;
  display: flex;
}.lkl_ws_title_ic-mrp svg {
  color: #E8B422;
  height: 18px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.125rem;
}.lkl_ws_online-mrp {
  gap: 0.438rem;
  font-size: 0.75rem;
  display: flex;
  font-weight: 600;
  align-items: center;
  color: #837870;
}.lkl_ws_online_dot-mrp {
  border-radius: 50%;
  background: #33C97F;
  flex-shrink: 0;
  width: 0.5rem;
  box-shadow: 0 0 6px rgba(51, 201, 127, 0.14);
  height: 0.5rem;
}.lkl_ws_scroll-mrp {
  gap: 8px;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
  display: flex;
  overflow-x: auto;
}.lkl_ws_scroll-mrp::-webkit-scrollbar {
  display: none;
}.lkl_wc-mrp {
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 0.625rem;
  border-radius: 0.5rem;
  background: #120F0C;
  padding: 0.625rem 14px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  min-width: 220px;
}.lkl_wc_img-mrp {
  border-radius: 4px;
  overflow: hidden;
  background: #171310;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
}.lkl_wc_img-mrp img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.lkl_wc_info-mrp {
  min-width: 0;
}.lkl_wc_game-mrp {
  overflow: hidden;
  font-size: 12px;
  color: #C9C0B3;
  white-space: nowrap;
  font-weight: 600;
  text-overflow: ellipsis;
}.lkl_wc_player-mrp {
  overflow: hidden;
  white-space: nowrap;
  color: #8A7F79;
  font-size: 0.625rem;
  text-overflow: ellipsis;
}.lkl_wc_amount-mrp {
  font-weight: 700;
  color: #33C97F;
  font-size: 0.813rem;
  flex-shrink: 0;
  white-space: nowrap;
  margin-left: auto;
}.lkl_reg-mrp {
  padding: 36px 1rem 0;
  background: #0E0B09;
}
@media(min-width:768px) {.lkl_reg-mrp {
  padding: 44px 1.5rem 0;
}
}.lkl_reg_in-mrp {
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 28px 1.5rem;
  border-radius: 0.875rem;
  background: #171310;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 765px) {.lkl_reg_in-mrp {
  padding: 40px;
}
}.lkl_reg_top-mrp {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 858px) {.lkl_reg_top-mrp {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.lkl_reg_label-mrp {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0.625rem;
  font-weight: 700;
  color: #C9A227;
}.lkl_reg_h2-mrp {
  font-size: 22px;
  color: #F2EDE6;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  font-weight: 800;
  line-height: 1.2;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 765px) {.lkl_reg_h2-mrp {
  font-size: 1.75rem;
}
}.lkl_reg_bonus-mrp {
  padding: 0.625rem 1rem;
  background: rgba(232, 180, 34, 0.14);
  gap: 8px;
  border-radius: 8px;
  border: 1px solid rgba(232, 180, 34, 0.14);
  align-items: center;
  margin-bottom: 1rem;
  display: inline-flex;
}.lkl_reg_bonus_amount-mrp {
  font-size: 20px;
  color: #E8B422;
  font-weight: 800;
}.lkl_reg_bonus_text-mrp {
  color: #9C9189;
  font-size: 0.813rem;
  line-height: 1.35;
}.lkl_reg_cta_btn-mrp {
  transition: background .2s;
  background: #33C97F;
  border-radius: 0.5rem;
  padding: 0.875rem 2rem;
  color: #0A0806;
  font-size: 15px;
  box-shadow: 0 3px 14px rgba(51, 201, 127, 0.42), 0 1px 3px rgba(0, 0, 0, 0.5);
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.75rem;
}.lkl_reg_cta_btn-mrp:hover {
  background: #3DD98C;
}.lkl_reg_terms-mrp {
  line-height: 1.5;
  color: #8A7F79;
  font-size: 11px;
}.lkl_reg_seo-mrp {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 1.25rem;
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #837870;
  margin-top: 20px;
}.lkl_reg_seo-mrp p {
  color: #837870;
  margin-bottom: 0.625rem;
  font-size: 13px;
  line-height: 1.65;
}.lkl_reg_seo-mrp p:last-child {
  margin-bottom: 0;
}.lkl_reg_seo-mrp strong {
  font-weight: 700;
  color: #C9C0B3;
}.lkl_reg_seo-mrp a {
  transition: color .2s;
  color: #C9A227;
  text-decoration: underline;
}.lkl_reg_seo-mrp a:hover {
  color: #DAAF32;
}.lkl_reg_seo-mrp ul,.lkl_reg_seo-mrp ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.lkl_reg_seo-mrp ol {
  list-style: decimal;
}.lkl_reg_seo-mrp li {
  font-size: 0.813rem;
  color: #837870;
  line-height: 1.65;
  margin-bottom: 4px;
}.lkl_reg_seo-mrp table {
  width: 100%;
  display: block;
  font-size: 13px;
  margin-bottom: 0.625rem;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 765px) {.lkl_reg_seo-mrp table {
  display: table;
}
}.lkl_reg_seo-mrp th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C9C0B3;
  font-weight: 700;
  text-align: left;
}.lkl_reg_seo-mrp td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #837870;
}.lkl_reg_steps-mrp {
  gap: 14px;
  flex-direction: column;
  margin-top: 1.75rem;
  display: flex;
}
@media(min-width: 863px) {.lkl_reg_steps-mrp {
  margin-top: 0;
}
}.lkl_reg_step-mrp {
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  padding: 1rem;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.lkl_reg_step_num-mrp {
  background: rgba(201, 162, 39, 0.15);
  border: 1px solid rgba(201, 162, 39, 0.07);
  border-radius: 50%;
  display: flex;
  width: 34px;
  font-weight: 800;
  color: #C9A227;
  height: 34px;
  flex-shrink: 0;
  justify-content: center;
  font-size: 0.875rem;
  align-items: center;
}.lkl_reg_step_title-mrp {
  color: #F2EDE6;
  font-size: 0.875rem;
  margin-bottom: 3px;
  font-weight: 700;
}.lkl_reg_step_text-mrp {
  color: #837870;
  line-height: 1.5;
  font-size: 0.75rem;
}.lkl_reg_trust-mrp {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  flex-wrap: wrap;
  display: flex;
  margin-top: 1.25rem;
}.lkl_reg_trust_item-mrp {
  gap: 7px;
  align-items: center;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #837870;
  display: flex;
}.lkl_reg_trust_ic-mrp svg {
  width: 16px;
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #C9A227;
}.lkl_app-mrp {
  padding: 36px 1rem 0;
  background: #0E0B09;
}
@media(min-width: 765px) {.lkl_app-mrp {
  padding: 44px 24px 0;
}
}.lkl_app_in-mrp {
  margin: 0 auto;
  max-width: 1320px;
}.lkl_app_head-mrp {
  margin-bottom: 1rem;
}.lkl_app_label-mrp {
  font-size: 11px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #C9A227;
  letter-spacing: .08em;
  font-weight: 700;
}.lkl_app_h2-mrp {
  font-size: 1.25rem;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  color: #F2EDE6;
  font-weight: 800;
  margin-bottom: 0.375rem;
}
@media(min-width: 769px) {.lkl_app_h2-mrp {
  font-size: 24px;
}
}.lkl_app_sub-mrp {
  font-size: 0.813rem;
  line-height: 1.6;
  max-width: 600px;
  color: #837870;
  overflow-wrap: break-word;
}.lkl_app_sub-mrp strong {
  color: #C9C0B3;
  font-weight: 700;
}.lkl_app_cards-mrp {
  gap: 10px;
  display: grid;
  margin-top: 1rem;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.lkl_app_cards-mrp {
  grid-template-columns: repeat(3,1fr);
}
}.lkl_app_card-mrp {
  padding: 1.25rem;
  border-radius: 8px;
  gap: 1rem;
  overflow: hidden;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  display: flex;
}.lkl_app_card_ios-mrp {
  background: linear-gradient(135deg,rgba(201, 162, 39, 0.15) 0%,#171310 100%);
}.lkl_app_card_android-mrp {
  background: linear-gradient(135deg,rgba(51, 201, 127, 0.14) 0%,#171310 100%);
}.lkl_app_card_win-mrp {
  background: linear-gradient(135deg,rgba(232, 180, 34, 0.14) 0%,#171310 100%);
}.lkl_app_card_ic-mrp svg {
  width: 34px;
  height: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.lkl_app_card_ic-mrp {
  color: #F2EDE6;
  flex-shrink: 0;
}.lkl_app_card_os-mrp {
  letter-spacing: .08em;
  color: #837870;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.625rem;
  margin-bottom: 6px;
}.lkl_app_card_title-mrp {
  line-height: 1.2;
  overflow-wrap: break-word;
  color: #F2EDE6;
  font-size: 0.938rem;
  font-weight: 700;
  margin-bottom: 0.375rem;
}.lkl_app_card_text-mrp {
  color: #837870;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 14px;
  overflow-wrap: break-word;
}.lkl_app_card_btn-mrp {
  transition: background .2s;
  border-radius: 4px;
  border: 1px solid rgba(201, 162, 39, 0.38);
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.12);
  gap: 7px;
  font-weight: 700;
  color: #F2EDE6;
  font-size: 0.813rem;
  display: inline-flex;
  align-items: center;
}.lkl_app_card_btn-mrp:hover {
  background: rgba(255, 255, 255, 0.07);
}.lkl_htp-mrp {
  padding: 36px 1rem 0;
  background: #0E0B09;
}
@media(min-width:768px) {.lkl_htp-mrp {
  padding: 2.75rem 24px 0;
}
}.lkl_htp_in-mrp {
  margin: 0 auto;
  max-width: 1320px;
}.lkl_htp_head-mrp {
  max-width: 720px;
  margin-bottom: 22px;
}.lkl_htp_label-mrp {
  color: #C9A227;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}.lkl_htp_h2-mrp {
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  margin-bottom: 8px;
  font-size: 22px;
  overflow-wrap: break-word;
  color: #F2EDE6;
}
@media(min-width: 769px) {.lkl_htp_h2-mrp {
  font-size: 1.75rem;
}
}.lkl_htp_intro-mrp {
  line-height: 1.6;
  color: #837870;
  font-size: 0.875rem;
}.lkl_htp_steps-mrp {
  padding: 0;
  margin: 0;
  gap: 0.75rem;
  list-style: none;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.lkl_htp_steps-mrp {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.lkl_htp_steps-mrp {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.lkl_htp_step-mrp {
  padding: 1.25rem 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  background: #171310;
  position: relative;
  flex-direction: column;
  display: flex;
}.lkl_htp_step_num-mrp {
  border-radius: 50%;
  background: #C9A227;
  position: absolute;
  width: 28px;
  font-family: 'Playfair Display', serif;
  align-items: center;
  justify-content: center;
  height: 1.75rem;
  font-size: 0.813rem;
  top: -12px;
  display: flex;
  left: 20px;
  color: #0A0806;
  font-weight: 800;
}.lkl_htp_step_ic-mrp {
  margin: 0.5rem 0 0.75rem;
  background: rgba(201, 162, 39, 0.15);
  border-radius: 0.25rem;
  color: #C9A227;
  display: flex;
  justify-content: center;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
}.lkl_htp_step_ic-mrp svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.125rem;
  width: 18px;
}.lkl_htp_step_h-mrp {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  line-height: 1.25;
  color: #F2EDE6;
  font-weight: 700;
}.lkl_htp_step_p-mrp {
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 13px;
  color: #837870;
}.lkl_htp_step_p-mrp strong {
  color: #C9C0B3;
  font-weight: 600;
}.lkl_htp_cta-mrp {
  padding: 0.813rem 1.625rem;
  background: #33C97F;
  transition: background .2s;
  border-radius: 0.5rem;
  color: #0A0806;
  margin-top: 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
}.lkl_htp_cta-mrp:hover {
  background: #3DD98C;
}.lkl_prov-mrp {
  background: #0E0B09;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.lkl_prov-mrp {
  padding: 2.75rem 24px 0;
}
}.lkl_prov_in-mrp {
  margin: 0 auto;
  max-width: 1320px;
}.lkl_prov_head-mrp {
  margin-bottom: 1rem;
}.lkl_prov_label-mrp {
  font-weight: 700;
  color: #C9A227;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.lkl_prov_h2-mrp {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  color: #F2EDE6;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}
@media(min-width: 770px) {.lkl_prov_h2-mrp {
  font-size: 24px;
}
}.lkl_prov_seo-mrp {
  line-height: 1.6;
  margin-bottom: 16px;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #837870;
  max-width: 620px;
}.lkl_prov_seo-mrp strong {
  font-weight: 700;
  color: #C9C0B3;
}.lkl_prov_seo-mrp a {
  text-decoration: underline;
  color: #C9A227;
}.lkl_prov_grid-mrp {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 643px) {.lkl_prov_grid-mrp {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width:1080px) {.lkl_prov_grid-mrp {
  grid-template-columns: repeat(8,1fr);
}
}.lkl_prov_card-mrp {
  background: #120F0C;
  gap: 0.438rem;
  border-radius: 0.5rem;
  transition: border-color .2s,background .2s;
  padding: 0.875rem 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
}.lkl_prov_card-mrp:hover {
  background: #171310;
  border-color: rgba(201, 162, 39, 0.38);
}.lkl_prov_logo-mrp {
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  width: 2.75rem;
  display: flex;
}.lkl_prov_logo-mrp img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.lkl_prov_name-mrp {
  color: #9C9189;
  font-size: 0.688rem;
  text-align: center;
  font-weight: 600;
  overflow-wrap: break-word;
}.lkl_bon-mrp {
  background: #0E0B09;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.lkl_bon-mrp {
  padding: 2.75rem 1.5rem 0;
}
}.lkl_bon_in-mrp {
  margin: 0 auto;
  max-width: 82.5rem;
}.lkl_bon_head-mrp {
  margin-bottom: 1.25rem;
}.lkl_bon_label-mrp {
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #C9A227;
  letter-spacing: .08em;
  font-weight: 700;
}.lkl_bon_h2-mrp {
  color: #F2EDE6;
  font-family: 'Playfair Display', serif;
  margin-bottom: 8px;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.lkl_bon_h2-mrp {
  font-size: 24px;
}
}.lkl_bon_seo-mrp {
  max-width: 38.75rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #837870;
}.lkl_bon_seo-mrp strong {
  color: #C9C0B3;
  font-weight: 700;
}.lkl_bon_seo-mrp a {
  text-decoration: underline;
  color: #C9A227;
}.lkl_bon_grid-mrp {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.lkl_bon_grid-mrp {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.lkl_bon_grid-mrp {
  grid-template-columns: repeat(5,1fr);
}
}.lkl_bon_card-mrp {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  padding: 1rem;
  background: #120F0C;
  transition: border-color .2s,transform .2s;
}.lkl_bon_card-mrp:hover {
  border-color: rgba(201, 162, 39, 0.07);
  transform: translateY(-2px);
}.lkl_bon_card_ic-mrp svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.625rem;
  width: 1.625rem;
}.lkl_bon_card_ic-mrp {
  margin-bottom: 0.625rem;
}.lkl_bon_card_type-mrp {
  font-weight: 700;
  letter-spacing: .06em;
  margin-bottom: 6px;
  color: #837870;
  text-transform: uppercase;
  font-size: 10px;
}.lkl_bon_card_amount-mrp {
  line-height: 1.1;
  color: #E8B422;
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 6px;
}.lkl_bon_card_name-mrp {
  margin-bottom: 8px;
  font-weight: 600;
  color: #F2EDE6;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.lkl_bon_card_detail-mrp {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  line-height: 1.5;
  padding-top: 8px;
  font-size: 0.688rem;
  color: #8A7F79;
}.lkl_seo-mrp {
  background: #0E0B09;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.lkl_seo-mrp {
  padding: 44px 24px 0;
}
}.lkl_seo_in-mrp {
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #171310;
  border-radius: 0.875rem;
  padding: 1.75rem 24px;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.lkl_seo_in-mrp {
  padding: 36px 2.5rem;
}
}.lkl_seo_label-mrp {
  font-weight: 700;
  color: #C9A227;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 10px;
}.lkl_seo_h2-mrp {
  font-weight: 800;
  margin-bottom: 14px;
  color: #F2EDE6;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 765px) {.lkl_seo_h2-mrp {
  font-size: 1.5rem;
}
}.lkl_seo_body-mrp {
  color: #9C9189;
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.lkl_seo_body-mrp p {
  margin-bottom: 12px;
  line-height: 1.75;
  color: #9C9189;
  font-size: 0.875rem;
}.lkl_seo_body-mrp p:last-child {
  margin-bottom: 0;
}.lkl_seo_body-mrp strong {
  color: #C9C0B3;
  font-weight: 700;
}.lkl_seo_body-mrp a {
  transition: color .2s;
  text-decoration: underline;
  color: #C9A227;
}.lkl_seo_body-mrp a:hover {
  color: #DAAF32;
}.lkl_seo_body-mrp ul,.lkl_seo_body-mrp ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.lkl_seo_body-mrp ol {
  list-style: decimal;
}.lkl_seo_body-mrp li {
  margin-bottom: 0.375rem;
  color: #9C9189;
  font-size: 0.875rem;
  line-height: 1.75;
}.lkl_seo_body-mrp table {
  font-size: 0.813rem;
  border-collapse: collapse;
  width: 100%;
  display: block;
  margin-bottom: 0.75rem;
  overflow-x: auto;
}
@media(min-width: 769px) {.lkl_seo_body-mrp table {
  display: table;
}
}.lkl_seo_body-mrp th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  font-weight: 700;
  text-align: left;
  color: #C9C0B3;
}.lkl_seo_body-mrp td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #9C9189;
}.lkl_seo_cols-mrp {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 638px) {.lkl_seo_cols-mrp {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.lkl_seo_cols-mrp {
  grid-template-columns: repeat(3,1fr);
}
}.lkl_seo_col_h-mrp {
  font-size: 0.813rem;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  color: #C9C0B3;
  font-weight: 700;
}.lkl_seo_col_p-mrp {
  line-height: 1.65;
  color: #837870;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.lkl_seo_stats-mrp {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.lkl_seo_stat-mrp {
  border: 1px solid rgba(201, 162, 39, 0.15);
  padding: 0.875rem 1rem;
  flex: 1;
  background: rgba(201, 162, 39, 0.07);
  border-radius: 8px;
  min-width: 8.75rem;
}.lkl_seo_stat_val-mrp {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  color: #C9A227;
  font-weight: 800;
  font-size: 20px;
}.lkl_seo_stat_lb-mrp {
  overflow-wrap: break-word;
  color: #837870;
  font-size: 0.688rem;
}.lkl_seo-mrp {
  background: #0E0B09;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.lkl_seo-mrp {
  padding: 2.75rem 24px 0;
}
}.lkl_seo_in-mrp {
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #171310;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.lkl_seo_in-mrp {
  padding: 2.25rem 40px;
}
}.lkl_seo_label-mrp {
  color: #C9A227;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  font-weight: 700;
}.lkl_seo_h2-mrp {
  color: #F2EDE6;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
}
@media(min-width: 766px) {.lkl_seo_h2-mrp {
  font-size: 1.5rem;
}
}.lkl_seo_body-mrp {
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
  color: #9C9189;
}.lkl_seo_body-mrp p {
  color: #9C9189;
  margin-bottom: 12px;
  font-size: 0.875rem;
  line-height: 1.75;
}.lkl_seo_body-mrp p:last-child {
  margin-bottom: 0;
}.lkl_seo_body-mrp strong {
  font-weight: 700;
  color: #C9C0B3;
}.lkl_seo_body-mrp a {
  transition: color .2s;
  color: #C9A227;
  text-decoration: underline;
}.lkl_seo_body-mrp a:hover {
  color: #DAAF32;
}.lkl_seo_body-mrp ul,.lkl_seo_body-mrp ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.lkl_seo_body-mrp ol {
  list-style: decimal;
}.lkl_seo_body-mrp li {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #9C9189;
  margin-bottom: 6px;
}.lkl_seo_body-mrp table {
  font-size: 13px;
  border-collapse: collapse;
  display: block;
  margin-bottom: 12px;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 766px) {.lkl_seo_body-mrp table {
  display: table;
}
}.lkl_seo_body-mrp th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #C9C0B3;
}.lkl_seo_body-mrp td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9C9189;
}.lkl_seo_cols-mrp {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width:640px) {.lkl_seo_cols-mrp {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.lkl_seo_cols-mrp {
  grid-template-columns: repeat(3,1fr);
}
}.lkl_seo_col_h-mrp {
  font-weight: 700;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #C9C0B3;
}.lkl_seo_col_p-mrp {
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #837870;
}.lkl_seo_stats-mrp {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.lkl_seo_stat-mrp {
  background: rgba(201, 162, 39, 0.07);
  border: 1px solid rgba(201, 162, 39, 0.15);
  padding: 14px 1rem;
  border-radius: 0.5rem;
  flex: 1;
  min-width: 8.75rem;
}.lkl_seo_stat_val-mrp {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 4px;
  color: #C9A227;
  font-size: 20px;
}.lkl_seo_stat_lb-mrp {
  color: #837870;
  overflow-wrap: break-word;
  font-size: 11px;
}.lkl_faq-mrp {
  padding: 2.25rem 16px 0;
  background: #0E0B09;
}
@media(min-width: 769px) {.lkl_faq-mrp {
  padding: 44px 1.5rem 0;
}
}.lkl_faq_in-mrp {
  margin: 0 auto;
  max-width: 82.5rem;
}.lkl_faq_head-mrp {
  margin-bottom: 1.25rem;
}.lkl_faq_label-mrp {
  color: #C9A227;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.lkl_faq_h2-mrp {
  color: #F2EDE6;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.lkl_faq_h2-mrp {
  font-size: 1.5rem;
}
}.lkl_faq_list-mrp {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.lkl_faq_item-mrp {
  background: #171310;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.lkl_faq_q-mrp {
  gap: 12px;
  padding: 1rem 1.25rem;
  transition: color .2s;
  justify-content: space-between;
  display: flex;
  overflow-wrap: break-word;
  color: #C9C0B3;
  cursor: pointer;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}.lkl_faq_q-mrp:hover {
  color: #F2EDE6;
}.lkl_faq_q_ic-mrp {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  width: 1.5rem;
  font-size: 16px;
  height: 1.5rem;
  flex-shrink: 0;
  color: #C9A227;
  justify-content: center;
  display: flex;
  align-items: center;
}.lkl_faq_item-mrp.lkl_state_open-mrp .lkl_faq_q_ic-mrp {
  transform: rotate(45deg);
}.lkl_faq_a-mrp {
  padding: 0 1.25rem 16px;
  color: #837870;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.7;
  display: none;
}.lkl_faq_item-mrp.lkl_state_open-mrp .lkl_faq_a-mrp {
  display: block;
}.lkl_faq_a-mrp strong {
  font-weight: 700;
  color: #C9C0B3;
}.lkl_faq_a-mrp a {
  color: #C9A227;
  text-decoration: underline;
}.lkl_faq_a-mrp ul,.lkl_faq_a-mrp ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.lkl_faq_a-mrp ol {
  list-style: decimal;
}.lkl_faq_a-mrp li {
  line-height: 1.6;
  margin-bottom: 4px;
}.lkl_faq_a-mrp table {
  margin: 0.5rem 0;
  overflow-x: auto;
  width: 100%;
  font-size: 12px;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 771px) {.lkl_faq_a-mrp table {
  display: table;
}
}.lkl_faq_a-mrp th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C9C0B3;
}.lkl_faq_a-mrp td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 0.5rem;
  color: #837870;
}.lkl_seo-mrp {
  padding: 2.25rem 1rem 0;
  background: #0E0B09;
}
@media(min-width: 766px) {.lkl_seo-mrp {
  padding: 2.75rem 24px 0;
}
}.lkl_seo_in-mrp {
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  padding: 1.75rem 24px;
  border-radius: 14px;
  background: #171310;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.lkl_seo_in-mrp {
  padding: 36px 2.5rem;
}
}.lkl_seo_label-mrp {
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  color: #C9A227;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
}.lkl_seo_h2-mrp {
  font-size: 1.25rem;
  line-height: 1.25;
  color: #F2EDE6;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 766px) {.lkl_seo_h2-mrp {
  font-size: 24px;
}
}.lkl_seo_body-mrp {
  color: #9C9189;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
}.lkl_seo_body-mrp p {
  margin-bottom: 12px;
  color: #9C9189;
  line-height: 1.75;
  font-size: 14px;
}.lkl_seo_body-mrp p:last-child {
  margin-bottom: 0;
}.lkl_seo_body-mrp strong {
  color: #C9C0B3;
  font-weight: 700;
}.lkl_seo_body-mrp a {
  transition: color .2s;
  text-decoration: underline;
  color: #C9A227;
}.lkl_seo_body-mrp a:hover {
  color: #DAAF32;
}.lkl_seo_body-mrp ul,.lkl_seo_body-mrp ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.lkl_seo_body-mrp ol {
  list-style: decimal;
}.lkl_seo_body-mrp li {
  font-size: 0.875rem;
  color: #9C9189;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.lkl_seo_body-mrp table {
  font-size: 0.813rem;
  margin-bottom: 12px;
  border-collapse: collapse;
  display: block;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 769px) {.lkl_seo_body-mrp table {
  display: table;
}
}.lkl_seo_body-mrp th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  color: #C9C0B3;
  font-weight: 700;
  text-align: left;
}.lkl_seo_body-mrp td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9C9189;
}.lkl_seo_cols-mrp {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.lkl_seo_cols-mrp {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.lkl_seo_cols-mrp {
  grid-template-columns: repeat(3,1fr);
}
}.lkl_seo_col_h-mrp {
  margin-bottom: 7px;
  font-size: 13px;
  color: #C9C0B3;
  overflow-wrap: break-word;
  font-weight: 700;
}.lkl_seo_col_p-mrp {
  color: #837870;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.lkl_seo_stats-mrp {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.lkl_seo_stat-mrp {
  border-radius: 0.5rem;
  flex: 1;
  border: 1px solid rgba(201, 162, 39, 0.15);
  background: rgba(201, 162, 39, 0.07);
  padding: 0.875rem 16px;
  min-width: 8.75rem;
}.lkl_seo_stat_val-mrp {
  font-weight: 800;
  margin-bottom: 0.25rem;
  color: #C9A227;
  font-size: 20px;
  overflow-wrap: break-word;
}.lkl_seo_stat_lb-mrp {
  overflow-wrap: break-word;
  color: #837870;
  font-size: 11px;
}.lkl_ft-mrp {
  background: #080604;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.lkl_ft_support-mrp {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width: 766px) {.lkl_ft_support-mrp {
  padding: 1.75rem 1.5rem;
}
}.lkl_ft_support_in-mrp {
  gap: 1rem;
  margin: 0 auto;
  max-width: 1320px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.lkl_ft_support_main-mrp {
  flex: 1;
  gap: 16px;
  align-items: center;
  display: flex;
  min-width: 13.75rem;
  flex-wrap: wrap;
}.lkl_ft_support_ic-mrp {
  flex-shrink: 0;
  color: #C9A227;
}.lkl_ft_support_ic-mrp svg {
  height: 1.875rem;
  width: 30px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.lkl_ft_support_text_title-mrp {
  font-size: 15px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F2EDE6;
  margin-bottom: 3px;
}.lkl_ft_support_text_sub-mrp {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #837870;
}.lkl_ft_support_btn-mrp {
  background: #C9A227;
  padding: 0.688rem 1.375rem;
  border-radius: 0.5rem;
  transition: background .2s;
  font-size: 13px;
  color: #F2EDE6;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}.lkl_ft_support_btn-mrp:hover {
  background: #DAAF32;
}.lkl_ft_support_contacts-mrp {
  gap: 16px;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.lkl_ft_support_contact-mrp {
  color: #8A7F79;
  font-size: 12px;
  line-height: 1.4;
}.lkl_ft_support_contact-mrp strong {
  color: #9C9189;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 0.688rem;
  display: block;
}.lkl_ft_main-mrp {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 1rem 24px;
}
@media(min-width: 770px) {.lkl_ft_main-mrp {
  padding: 40px 1.5rem 32px;
}
}.lkl_ft_main_in-mrp {
  gap: 24px;
  margin: 0 auto;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.lkl_ft_main_in-mrp {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.lkl_ft_main_in-mrp {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.lkl_ft_col_logo-mrp {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.lkl_ft_col_logo-mrp {
  grid-column: auto;
}
}.lkl_ft_logo-mrp {
  gap: 9px;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
  font-size: 16px;
  color: #F2EDE6;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  font-weight: 800;
}.lkl_ft_logo_mark-mrp {
  overflow: hidden;
  border-radius: 0.25rem;
  width: 1.875rem;
  height: 1.875rem;
}.lkl_ft_logo_mark-mrp img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.lkl_ft_logo_sub-mrp {
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #8A7F79;
  font-size: 12px;
  max-width: 12.5rem;
}.lkl_ft_col_title-mrp {
  font-size: 12px;
  margin-bottom: 0.875rem;
  color: #9C9189;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .07em;
}.lkl_ft_col_links-mrp {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.lkl_ft_col_link-mrp {
  transition: color .2s;
  font-size: 13px;
  color: #8A7F79;
  overflow-wrap: break-word;
}.lkl_ft_col_link-mrp:hover {
  color: #C9C0B3;
}.lkl_ft_apps-mrp {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.lkl_ft_app_card-mrp {
  padding: 0.625rem 12px;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  border-radius: 0.25rem;
  align-items: center;
  display: flex;
}.lkl_ft_app_card-mrp:hover {
  border-color: rgba(201, 162, 39, 0.38);
}.lkl_ft_app_card_ic-mrp svg {
  width: 22px;
  stroke-linejoin: round;
  height: 22px;
  stroke-linecap: round;
}.lkl_ft_app_card_os-mrp {
  font-weight: 600;
  color: #8A7F79;
  font-size: 10px;
}.lkl_ft_app_card_action-mrp {
  font-size: 0.75rem;
  color: #C9C0B3;
  font-weight: 700;
}.lkl_ft_bot-mrp {
  padding: 20px 16px;
}
@media(min-width:768px) {.lkl_ft_bot-mrp {
  padding: 1.25rem 1.5rem;
}
}.lkl_ft_bot_in-mrp {
  gap: 16px;
  margin: 0 auto;
  max-width: 1320px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.lkl_ft_socials-mrp {
  gap: 0.5rem;
  display: flex;
}.lkl_ft_soc-mrp {
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  align-items: center;
  color: #9C9189;
  display: flex;
  width: 36px;
  justify-content: center;
  height: 36px;
}.lkl_ft_soc-mrp svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
  height: 16px;
}.lkl_ft_soc-mrp:hover {
  background: rgba(255, 255, 255, 0.07);
}.lkl_ft_legal-mrp {
  flex: 1;
  min-width: 12.5rem;
  font-size: 0.688rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #7C716B;
}.lkl_ft_legal-mrp strong {
  color: #9C9189;
  font-weight: 700;
}.lkl_ft_legal-mrp a {
  text-decoration: underline;
  color: #9C9189;
}.lkl_ft_age-mrp {
  border-radius: 50%;
  border: 2px solid #7C716B;
  justify-content: center;
  font-weight: 800;
  display: flex;
  color: #7C716B;
  align-items: center;
  width: 32px;
  margin-left: auto;
  flex-shrink: 0;
  height: 2rem;
  font-size: 11px;
}