*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #100C0C;
  -webkit-font-smoothing: antialiased;
  color: #D6C9BE;
  min-height: 100vh;
  font-family: 'Barlow', sans-serif;
  line-height: 1.6;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  color: inherit;
  text-decoration: none;
}button {
  font: inherit;
  border: none;
  background: none;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.jrl-layout-ier {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.jrl-page-ier {
  display: flex;
  min-height: 100vh;
}.jrl-main-ier {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media(min-width:1080px) {.jrl-main-ier {
  padding-left: 220px;
}
}
@media(max-width: 1078px) {.jrl-main-ier {
  padding-bottom: 72px;
}
}.jrl-gc-ier {
  border-radius: 0.5rem;
  background: #161010;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  cursor: pointer;
  width: 8.75rem;
  flex-shrink: 0;
}
@media(min-width: 641px) {.jrl-gc-ier {
  width: 9.75rem;
}
}
@media(min-width: 1082px) {.jrl-gc-ier {
  width: 10.5rem;
}
}.jrl-gc-ier:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 42, 42, 0.08);
}.jrl-gc_img-ier {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.jrl-gc_img-ier img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}.jrl-gc_hover-ier {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8, 5, 5, 0.72);
  position: absolute;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}.jrl-gc-ier:hover .jrl-gc_hover-ier {
  opacity: 1;
}.jrl-gc_hover_btn-ier {
  background: #C42A2A;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.75rem;
  color: #F4EDE6;
}.jrl-gc_info-ier {
  padding: 0.5rem 0.625rem 10px;
}.jrl-gc_name-ier {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  max-width: 100%;
  margin-bottom: 3px;
  color: #D6C9BE;
  white-space: nowrap;
  font-weight: 600;
}.jrl-gc_prov-ier {
  color: #614E46;
  font-size: 10px;
}.jrl-gc_tag-ier {
  border-radius: 0.25rem;
  padding: 2px 7px;
  letter-spacing: .04em;
  font-size: 9px;
  font-weight: 700;
  left: 0.375rem;
  z-index: 2;
  position: absolute;
  text-transform: uppercase;
  top: 6px;
}.jrl-gc_tag_hot-ier {
  background: #E03232;
  color: #fff;
}.jrl-gc_tag_new-ier {
  background: #2CB86E;
  color: #100C0C;
}.jrl-gc_tag_jp-ier {
  background: #D4922A;
  color: #100C0C;
}.jrl-gc_tag_ex-ier {
  background: #C8962E;
  color: #fff;
}.jrl-gc_tag_live-ier {
  background: #E03232;
  color: #fff;
}.jrl-gr-ier {
  padding: 2rem 1rem 0;
  background: #100C0C;
}
@media(min-width: 766px) {.jrl-gr-ier {
  padding: 36px 1.5rem 0;
}
}.jrl-gr_in-ier {
  margin: 0 auto;
  max-width: 82.5rem;
}.jrl-gr_head-ier {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.625rem;
  align-items: center;
}.jrl-gr_head_l-ier {
  flex: 1;
  gap: 10px;
  align-items: center;
  min-width: 0;
  display: flex;
}.jrl-gr_ic-ier {
  border-radius: 0.5rem;
  align-items: center;
  height: 32px;
  flex-shrink: 0;
  width: 32px;
  justify-content: center;
  display: flex;
}.jrl-gr_ic-ier svg {
  height: 16px;
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
}.jrl-gr_title-ier {
  font-size: 16px;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F4EDE6;
}
@media(min-width:768px) {.jrl-gr_title-ier {
  font-size: 18px;
}
}.jrl-gr_more-ier {
  transition: color .2s;
  gap: 0.313rem;
  font-weight: 600;
  color: #7A6458;
  white-space: nowrap;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}.jrl-gr_more-ier:hover {
  color: #C42A2A;
}.jrl-gr_more-ier svg {
  height: 0.75rem;
  stroke-linecap: round;
  width: 0.75rem;
  stroke-linejoin: round;
}.jrl-gr_arrows-ier {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.jrl-gr_arr-ier {
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  color: #A89080;
  display: flex;
  height: 1.875rem;
}.jrl-gr_arr-ier:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F4EDE6;
}.jrl-gr_arr-ier svg {
  stroke-linejoin: round;
  width: 13px;
  stroke-linecap: round;
  height: 13px;
}.jrl-gr_seo_h-ier {
  margin: 0 0 6px;
  font-size: 0.813rem;
  max-width: 42.5rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #D6C9BE;
  font-weight: 700;
}
@media(min-width:768px) {.jrl-gr_seo_h-ier {
  font-size: 0.875rem;
}
}.jrl-gr_seo-ier {
  color: #7A6458;
  overflow-wrap: break-word;
  line-height: 1.55;
  margin-bottom: 0.75rem;
  font-size: 12px;
  max-width: 680px;
}.jrl-gr_seo-ier strong {
  color: #D6C9BE;
  font-weight: 600;
}.jrl-gr_scroll-ier {
  gap: 10px;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.jrl-gr_scroll-ier::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.jrl-gr_scroll-ier {
  gap: 0.75rem;
}
}.jrl-tb-ier {
  background: #100C0C;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  right: 0;
  align-items: center;
  z-index: 80;
  top: 0;
  position: fixed;
  height: 3.5rem;
  left: 0;
  display: flex;
}.jrl-tb_in-ier {
  padding: 0 0.875rem;
  gap: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}.jrl-tb_burger-ier {
  border-radius: 0.5rem;
  gap: 0.313rem;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 8px;
  height: 38px;
  flex-direction: column;
  width: 2.375rem;
  align-items: center;
  display: flex;
}.jrl-tb_burger-ier:hover {
  background: rgba(255, 255, 255, 0.05);
}.jrl-tb_burger_line-ier {
  background: #A89080;
  border-radius: 1px;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width:1080px) {.jrl-tb_burger-ier {
  display: none;
}
}.jrl-tb_logo-ier {
  gap: 9px;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 800;
  margin-right: 20px;
  flex-shrink: 0;
  display: flex;
  color: #F4EDE6;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
}.jrl-tb_logo_mark-ier {
  border-radius: 0.5rem;
  overflow: hidden;
  align-items: center;
  display: flex;
  width: 32px;
  justify-content: center;
  height: 2rem;
}.jrl-tb_logo_mark-ier img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.jrl-tb_nav-ier {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 642px) {.jrl-tb_nav-ier {
  display: flex;
}
}.jrl-tb_tab-ier {
  transition: background .15s,color .15s;
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 600;
  color: #A89080;
  font-size: 0.813rem;
  white-space: nowrap;
}.jrl-tb_tab-ier:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4EDE6;
}.jrl-tb_tab-ier.jrl-state_active-ier {
  background: rgba(196, 42, 42, 0.18);
  color: #F4EDE6;
}.jrl-tb_right-ier {
  gap: 0.5rem;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.jrl-tb_login-ier {
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.5rem;
  padding: 9px 16px;
  font-size: 0.813rem;
  color: #D6C9BE;
  font-weight: 600;
  display: none;
}.jrl-tb_login-ier:hover {
  border-color: rgba(196, 42, 42, 0.55);
  color: #F4EDE6;
}
@media(min-width: 483px) {.jrl-tb_login-ier {
  display: block;
}
}.jrl-tb_reg-ier {
  border-radius: 8px;
  background: #2CB86E;
  transition: background .2s;
  padding: 9px 18px;
  font-weight: 700;
  white-space: nowrap;
  color: #100C0C;
  font-size: 13px;
}.jrl-tb_reg-ier:hover {
  background: #33D47E;
}.jrl-sb-ier {
  transition: transform .25s ease;
  transform: translateX(-100%);
  background: #1B1414;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  overflow-y: auto;
  left: 0;
  z-index: 70;
  top: 3.5rem;
  width: 220px;
  bottom: 0;
  position: fixed;
}.jrl-sb-ier.jrl-state_open-ier {
  transform: translateX(0);
}.jrl-sb-ier::-webkit-scrollbar {
  width: 0.25rem;
}.jrl-sb-ier::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1081px) {.jrl-sb-ier {
  transform: translateX(0);
}
}.jrl-sb_auth-ier {
  padding: 14px 12px 10px;
}.jrl-sb_btn_reg-ier {
  transition: background .2s;
  padding: 0.688rem;
  border-radius: 0.5rem;
  background: #2CB86E;
  font-weight: 700;
  margin-bottom: 8px;
  color: #100C0C;
  display: block;
  text-align: center;
  font-size: 13px;
}.jrl-sb_btn_reg-ier:hover {
  background: #33D47E;
}.jrl-sb_btn_login-ier {
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem;
  display: block;
  color: #D6C9BE;
  font-size: 0.813rem;
  font-weight: 600;
  text-align: center;
}.jrl-sb_btn_login-ier:hover {
  border-color: rgba(196, 42, 42, 0.55);
  color: #F4EDE6;
}.jrl-sb_promo-ier {
  border: 1px solid rgba(196, 42, 42, 0.18);
  background: linear-gradient(135deg,#2E0808,#1B1414);
  padding: 12px 14px;
  border-radius: 8px;
  margin: 0 12px 0.625rem;
  overflow: hidden;
  position: relative;
}.jrl-sb_promo-ier::before {
  background: radial-gradient(circle,rgba(196, 42, 42, 0.18),transparent 70%);
  border-radius: 50%;
  width: 5rem;
  right: -20px;
  top: -1.25rem;
  position: absolute;
  height: 80px;
  content: '';
}.jrl-sb_promo_title-ier {
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 4px;
  font-weight: 700;
  color: #C42A2A;
  font-size: 11px;
}.jrl-sb_promo_text-ier {
  overflow-wrap: break-word;
  line-height: 1.35;
  font-size: 12px;
  color: #F4EDE6;
  font-weight: 600;
}.jrl-sb_promo_sub-ier {
  color: #7A6458;
  font-size: 0.625rem;
  margin-top: 3px;
}.jrl-sb_nav-ier {
  padding: 0.375rem 8px 1rem;
}.jrl-sb_nav_lb-ier {
  padding: 10px 8px 6px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #614E46;
}.jrl-sb_link-ier {
  transition: background .15s,color .15s;
  border-radius: 0.25rem;
  gap: 10px;
  padding: 0.563rem 10px;
  font-weight: 500;
  color: #A89080;
  overflow-wrap: break-word;
  cursor: pointer;
  display: flex;
  font-size: 0.813rem;
  align-items: center;
}.jrl-sb_link-ier:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4EDE6;
}.jrl-sb_link-ier.jrl-state_active-ier {
  background: rgba(196, 42, 42, 0.18);
  color: #F4EDE6;
}.jrl-sb_ic-ier {
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 30px;
  flex-shrink: 0;
}.jrl-sb_ic-ier svg {
  width: 1rem;
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.jrl-sb_ic_1-ier {
  background: rgba(196, 42, 42, 0.08);
  color: #C42A2A;
}.jrl-sb_ic_2-ier {
  background: rgba(44, 184, 110, 0.16);
  color: #2CB86E;
}.jrl-sb_ic_3-ier {
  background: rgba(212, 146, 42, 0.18);
  color: #D4922A;
}.jrl-sb_ic_4-ier {
  background: rgba(200, 150, 46, 0.20);
  color: #C8962E;
}.jrl-sb_ic_5-ier {
  background: rgba(196, 42, 42, 0.08);
  color: #D94F80;
}.jrl-sb_ic_6-ier {
  background: rgba(200, 150, 46, 0.20);
  color: #8B3FCF;
}.jrl-sb_badge-ier {
  background: #D4922A;
  border-radius: 0.25rem;
  padding: 2px 7px;
  margin-left: auto;
  color: #100C0C;
  font-weight: 700;
  font-size: 9px;
}.jrl-sb_bot-ier {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.5rem;
  padding: 12px;
  display: flex;
}.jrl-sb_lang-ier,.jrl-sb_help-ier {
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 9px 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  flex: 1;
  gap: 0.375rem;
  transition: border-color .2s;
  font-weight: 600;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #A89080;
  font-size: 0.688rem;
}.jrl-sb_lang-ier:hover,.jrl-sb_help-ier:hover {
  border-color: rgba(196, 42, 42, 0.55);
  color: #F4EDE6;
}.jrl-sb_lang-ier svg,.jrl-sb_help-ier svg {
  width: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.813rem;
}.jrl-sb_bd-ier {
  background: rgba(8, 5, 5, 0.72);
  inset: 0;
  display: none;
  z-index: 69;
  position: fixed;
}.jrl-sb_bd-ier.jrl-state_on-ier {
  display: block;
}
@media(min-width:1080px) {.jrl-sb_bd-ier {
  display: none!important;
}
}.jrl-mob_nav-ier {
  background: #1B1414;
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  bottom: 0;
  display: flex;
  right: 0;
  position: fixed;
  left: 0;
  z-index: 80;
}
@media(min-width: 1077px) {.jrl-mob_nav-ier {
  display: none;
}
}.jrl-mob_nav_item-ier {
  padding: 0.25rem 2px;
  gap: 0.25rem;
  flex: 1;
  cursor: pointer;
  align-items: center;
  display: flex;
  flex-direction: column;
  color: #614E46;
}.jrl-mob_nav_ic-ier {
  line-height: 1;
}.jrl-mob_nav_ic-ier svg {
  stroke-linejoin: round;
  height: 20px;
  stroke-linecap: round;
  width: 1.25rem;
}.jrl-mob_nav_lb-ier {
  font-weight: 600;
  font-size: 0.625rem;
  color: #614E46;
}.jrl-mob_nav_item-ier.jrl-state_active-ier {
  color: #C42A2A;
}.jrl-mob_nav_item-ier.jrl-state_active-ier .jrl-mob_nav_lb-ier {
  color: #C42A2A;
}.jrl-hero-ier {
  background: #100C0C;
  padding: 20px 1rem 0;
}
@media(min-width: 770px) {.jrl-hero-ier {
  padding: 1.5rem 1.5rem 0;
}
}.jrl-hero_in-ier {
  margin: 0 auto;
  gap: 12px;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 857px) {.jrl-hero_in-ier {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1097px) {.jrl-hero_in-ier {
  grid-template-columns: 1fr 21.25rem;
}
}.jrl-hero_promo-ier {
  overflow: hidden;
  border-radius: 0.75rem;
  background: #161010;
  align-items: stretch;
  position: relative;
  min-height: 220px;
  display: flex;
}
@media(min-width: 769px) {.jrl-hero_promo-ier {
  min-height: 17.5rem;
}
}.jrl-hero_promo_bg-ier {
  background: linear-gradient(120deg,#2E0808 0%,#100C0C 100%);
  inset: 0;
  background-position: center;
  position: absolute;
  background-size: cover;
}.jrl-hero_promo_bg-ier::after {
  inset: 0;
  background: linear-gradient(90deg,#100C0C 0%,rgba(8, 5, 5, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.jrl-hero_promo_glow-ier {
  background: radial-gradient(circle,rgba(200, 150, 46, 0.20) 0%,transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  width: 18.75rem;
  top: -40px;
  height: 18.75rem;
  right: 60px;
}.jrl-hero_promo_ct-ier {
  padding: 28px 1.5rem 1.75rem 28px;
  justify-content: center;
  position: relative;
  flex-direction: column;
  z-index: 2;
  max-width: 30rem;
  display: flex;
}
@media(min-width: 769px) {.jrl-hero_promo_ct-ier {
  padding: 40px 32px;
}
}.jrl-hero_badge-ier {
  border-radius: 20px;
  border: 1px solid rgba(196, 42, 42, 0.08);
  padding: 0.313rem 12px;
  background: rgba(196, 42, 42, 0.18);
  font-weight: 700;
  color: #C42A2A;
  font-size: 10px;
  display: inline-block;
  margin-bottom: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.jrl-hero_h1-ier {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 800;
  color: #F4EDE6;
  line-height: 1.15;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}.jrl-hero_h1-ier em {
  color: #D4922A;
  font-style: normal;
}
@media(min-width: 769px) {.jrl-hero_h1-ier {
  font-size: 2.25rem;
}
}.jrl-hero_sub-ier {
  color: #A89080;
  margin-bottom: 20px;
  line-height: 1.55;
  font-size: 13px;
}
@media(min-width: 770px) {.jrl-hero_sub-ier {
  font-size: 0.875rem;
}
}.jrl-hero_row-ier {
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.jrl-hero_cta-ier {
  transition: background .2s;
  padding: 13px 1.625rem;
  background: #2CB86E;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 3px 14px rgba(44, 184, 110, 0.42);
  font-weight: 700;
  color: #100C0C;
}.jrl-hero_cta-ier:hover {
  background: #33D47E;
}.jrl-hero_terms-ier {
  font-size: 11px;
  color: #614E46;
}.jrl-hero_game-ier {
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #161010;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}.jrl-hero_game_badge-ier {
  background: rgba(212, 146, 42, 0.18);
  padding: 0.313rem 10px;
  border: 1px solid rgba(212, 146, 42, 0.18);
  border-radius: 20px;
  color: #D4922A;
  z-index: 3;
  left: 0.75rem;
  font-size: 0.625rem;
  top: 12px;
  text-transform: uppercase;
  position: absolute;
  letter-spacing: .06em;
  font-weight: 700;
}.jrl-hero_game_badge-ier svg {
  margin-right: 4px;
  vertical-align: -1px;
  width: 11px;
  height: 11px;
}.jrl-hero_game_img-ier {
  background: linear-gradient(135deg,#2E0808,#100C0C);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.jrl-hero_game_img-ier img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}.jrl-hero_game_play-ier {
  background: rgba(8, 5, 5, 0.72);
  transition: opacity .2s;
  inset: 0;
  align-items: center;
  position: absolute;
  display: flex;
  opacity: 0;
  justify-content: center;
}.jrl-hero_game-ier:hover .jrl-hero_game_play-ier {
  opacity: 1;
}.jrl-hero_game_play-ier span {
  background: #C42A2A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  height: 52px;
  width: 52px;
  justify-content: center;
}.jrl-hero_game_play-ier span svg {
  margin-left: 2px;
  width: 1.125rem;
  height: 1.125rem;
}.jrl-hero_game_info-ier {
  padding: 14px 16px;
}.jrl-hero_game_title-ier {
  font-weight: 700;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #F4EDE6;
  font-size: 15px;
}.jrl-hero_game_provider-ier {
  font-size: 11px;
  color: #7A6458;
}.jrl-hero_game_btn-ier {
  transition: background .2s;
  background: #C42A2A;
  border-radius: 8px;
  margin: 0.75rem 16px 16px;
  padding: 0.688rem;
  color: #F4EDE6;
  font-weight: 700;
  text-align: center;
  font-size: 0.813rem;
  display: block;
}.jrl-hero_game-ier:hover .jrl-hero_game_btn-ier {
  background: #D93636;
}.jrl-sbar-ier {
  background: #100C0C;
  padding: 1rem 1rem 0;
}
@media(min-width: 767px) {.jrl-sbar-ier {
  padding: 18px 24px 0;
}
}.jrl-sbar_in-ier {
  margin: 0 auto;
  max-width: 82.5rem;
}.jrl-sbar_row-ier {
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  display: flex;
}.jrl-sbar_input-ier {
  gap: 0.625rem;
  border-radius: 0.5rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  flex: 1;
  background: #161010;
  padding: 0.688rem 16px;
  cursor: pointer;
  align-items: center;
  font-size: 0.813rem;
  color: #7A6458;
  display: flex;
}.jrl-sbar_input-ier:hover {
  border-color: rgba(196, 42, 42, 0.55);
}.jrl-sbar_input-ier svg {
  stroke-linejoin: round;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  stroke-linecap: round;
}.jrl-sbar_providers-ier {
  border-radius: 0.5rem;
  padding: 11px 1.125rem;
  transition: border-color .2s;
  gap: 0.5rem;
  background: #161010;
  border: 1px solid rgba(255, 255, 255, 0.11);
  font-weight: 600;
  align-items: center;
  white-space: nowrap;
  color: #D6C9BE;
  display: flex;
  font-size: 0.813rem;
}.jrl-sbar_providers-ier:hover {
  border-color: rgba(196, 42, 42, 0.55);
  color: #F4EDE6;
}.jrl-sbar_providers-ier svg {
  height: 14px;
  width: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.jrl-sbar_tabs-ier {
  gap: 6px;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  padding-bottom: 2px;
}.jrl-sbar_tabs-ier::-webkit-scrollbar {
  display: none;
}.jrl-sbar_tab-ier {
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 0.438rem;
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 20px;
  padding: 8px 14px;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.75rem;
  display: flex;
  color: #A89080;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}.jrl-sbar_tab-ier:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(196, 42, 42, 0.55);
  color: #F4EDE6;
}.jrl-sbar_tab-ier.jrl-state_active-ier {
  border-color: rgba(196, 42, 42, 0.08);
  background: rgba(196, 42, 42, 0.18);
  color: #F4EDE6;
}.jrl-sbar_tab_ic-ier svg {
  height: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 14px;
}.jrl-wy-ier {
  background: #100C0C;
  padding: 32px 16px 0;
}
@media(min-width:768px) {.jrl-wy-ier {
  padding: 40px 24px 0;
}
}.jrl-wy_in-ier {
  margin: 0 auto;
  max-width: 82.5rem;
}.jrl-wy_head-ier {
  max-width: 45rem;
  margin-bottom: 1.125rem;
}.jrl-wy_label-ier {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
  color: #C42A2A;
  margin-bottom: 8px;
}.jrl-wy_h2-ier {
  font-size: 20px;
  color: #F4EDE6;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  margin-bottom: 8px;
}
@media(min-width: 771px) {.jrl-wy_h2-ier {
  font-size: 24px;
}
}.jrl-wy_intro-ier {
  margin: 0;
  color: #7A6458;
  line-height: 1.6;
  font-size: 0.813rem;
}.jrl-wy_grid-ier {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.jrl-wy_grid-ier {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.jrl-wy_grid-ier {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.jrl-wy_card-ier {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1B1414;
  border-radius: 8px;
  transition: border-color .2s,transform .2s;
  padding: 20px;
}.jrl-wy_card-ier:hover {
  border-color: rgba(196, 42, 42, 0.08);
  transform: translateY(-2px);
}.jrl-wy_card_ic-ier {
  background: rgba(196, 42, 42, 0.18);
  border-radius: 50%;
  margin-bottom: 14px;
  height: 44px;
  align-items: center;
  width: 2.75rem;
  display: flex;
  color: #C42A2A;
  justify-content: center;
}.jrl-wy_card_ic-ier svg {
  stroke-linejoin: round;
  height: 1.375rem;
  stroke-linecap: round;
  width: 22px;
}.jrl-wy_card_h-ier {
  overflow-wrap: break-word;
  line-height: 1.25;
  color: #F4EDE6;
  margin-bottom: 6px;
  font-size: 0.938rem;
  font-weight: 700;
}.jrl-wy_card_p-ier {
  line-height: 1.6;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #7A6458;
}.jrl-wy_card_p-ier strong {
  color: #D6C9BE;
  font-weight: 600;
}.jrl-gcg-ier {
  background: #100C0C;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.jrl-gcg-ier {
  padding: 44px 1.5rem 0;
}
}.jrl-gcg_in-ier {
  margin: 0 auto;
  max-width: 82.5rem;
}.jrl-gcg_head-ier {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.jrl-gcg_label-ier {
  letter-spacing: .08em;
  color: #C42A2A;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
}.jrl-gcg_h2-ier {
  font-size: 22px;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  color: #F4EDE6;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.jrl-gcg_h2-ier {
  font-size: 28px;
}
}.jrl-gcg_intro-ier {
  color: #7A6458;
  line-height: 1.6;
  font-size: 13px;
}.jrl-gcg_grid-ier {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.jrl-gcg_grid-ier {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.jrl-gcg_grid-ier {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.jrl-gcg_card-ier {
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-height: 15rem;
  justify-content: flex-end;
}.jrl-gcg_card-ier:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 42, 42, 0.18);
}.jrl-gcg_card_bg-ier {
  inset: 0;
  z-index: 0;
  position: absolute;
}.jrl-gcg_card_bg-ier::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.jrl-gcg_card_ic-ier {
  background: rgba(0,0,0,.45);
  border-radius: 0.25rem;
  height: 2.5rem;
  display: flex;
  right: 18px;
  color: #F4EDE6;
  top: 18px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  position: absolute;
  z-index: 2;
}.jrl-gcg_card_ic-ier svg {
  width: 1.25rem;
  stroke-linejoin: round;
  height: 1.25rem;
  stroke-linecap: round;
}.jrl-gcg_card_ct-ier {
  z-index: 1;
  position: relative;
}.jrl-gcg_card_h-ier {
  font-family: 'Cinzel', serif;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: #F4EDE6;
  font-weight: 800;
}
@media(min-width:768px) {.jrl-gcg_card_h-ier {
  font-size: 20px;
}
}.jrl-gcg_card_p-ier {
  font-size: 0.75rem;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  margin-bottom: 10px;
  overflow-wrap: break-word;
}.jrl-gcg_card_p-ier strong {
  color: #F4EDE6;
  font-weight: 600;
}.jrl-gcg_card_cta-ier {
  gap: 4px;
  font-weight: 700;
  align-items: center;
  display: inline-flex;
  color: #C42A2A;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 12px;
}.jrl-gcg_card_cta-ier svg {
  width: 12px;
  height: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.jrl-ws-ier {
  background: #100C0C;
  padding: 2rem 1rem 0;
}
@media(min-width: 765px) {.jrl-ws-ier {
  padding: 36px 1.5rem 0;
}
}.jrl-ws_in-ier {
  margin: 0 auto;
  max-width: 82.5rem;
}.jrl-ws_head-ier {
  gap: 12px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 14px;
}.jrl-ws_title-ier {
  gap: 0.625rem;
  align-items: center;
  color: #F4EDE6;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  display: flex;
  font-size: 1rem;
}.jrl-ws_title_ic-ier svg {
  width: 1.125rem;
  stroke-linejoin: round;
  color: #D4922A;
  height: 18px;
  stroke-linecap: round;
}.jrl-ws_online-ier {
  gap: 0.438rem;
  color: #7A6458;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
  display: flex;
}.jrl-ws_online_dot-ier {
  border-radius: 50%;
  background: #2CB86E;
  width: 0.5rem;
  flex-shrink: 0;
  height: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(44, 184, 110, 0.16);
}.jrl-ws_scroll-ier {
  gap: 0.5rem;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 0.5rem;
}.jrl-ws_scroll-ier::-webkit-scrollbar {
  display: none;
}.jrl-wc-ier {
  background: #161010;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 10px 14px;
  gap: 10px;
  align-items: center;
  min-width: 13.75rem;
  display: flex;
  flex-shrink: 0;
}.jrl-wc_img-ier {
  overflow: hidden;
  background: #1B1414;
  border-radius: 0.25rem;
  flex-shrink: 0;
  height: 2.25rem;
  width: 2.25rem;
}.jrl-wc_img-ier img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.jrl-wc_info-ier {
  min-width: 0;
}.jrl-wc_game-ier {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #D6C9BE;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.75rem;
}.jrl-wc_player-ier {
  overflow: hidden;
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #614E46;
}.jrl-wc_amount-ier {
  font-weight: 700;
  flex-shrink: 0;
  color: #2CB86E;
  font-size: 13px;
  white-space: nowrap;
  margin-left: auto;
}.jrl-app-ier {
  background: #100C0C;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.jrl-app-ier {
  padding: 44px 24px 0;
}
}.jrl-app_in-ier {
  margin: 0 auto;
  max-width: 82.5rem;
}.jrl-app_head-ier {
  margin-bottom: 16px;
}.jrl-app_label-ier {
  color: #C42A2A;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}.jrl-app_h2-ier {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  color: #F4EDE6;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 769px) {.jrl-app_h2-ier {
  font-size: 24px;
}
}.jrl-app_sub-ier {
  line-height: 1.6;
  max-width: 37.5rem;
  color: #7A6458;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.jrl-app_sub-ier strong {
  font-weight: 700;
  color: #D6C9BE;
}.jrl-app_cards-ier {
  gap: 10px;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.jrl-app_cards-ier {
  grid-template-columns: repeat(3,1fr);
}
}.jrl-app_card-ier {
  padding: 1.25rem;
  gap: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}.jrl-app_card_ios-ier {
  background: linear-gradient(135deg,rgba(196, 42, 42, 0.18) 0%,#1B1414 100%);
}.jrl-app_card_android-ier {
  background: linear-gradient(135deg,rgba(44, 184, 110, 0.16) 0%,#1B1414 100%);
}.jrl-app_card_win-ier {
  background: linear-gradient(135deg,rgba(212, 146, 42, 0.18) 0%,#1B1414 100%);
}.jrl-app_card_ic-ier svg {
  width: 2.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 2.125rem;
}.jrl-app_card_ic-ier {
  flex-shrink: 0;
  color: #F4EDE6;
}.jrl-app_card_os-ier {
  text-transform: uppercase;
  color: #7A6458;
  letter-spacing: .08em;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 10px;
}.jrl-app_card_title-ier {
  font-weight: 700;
  line-height: 1.2;
  font-size: 0.938rem;
  margin-bottom: 6px;
  color: #F4EDE6;
  overflow-wrap: break-word;
}.jrl-app_card_text-ier {
  color: #7A6458;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 12px;
}.jrl-app_card_btn-ier {
  transition: background .2s;
  padding: 0.625rem 1.125rem;
  background: rgba(255, 255, 255, 0.12);
  gap: 7px;
  border-radius: 0.25rem;
  border: 1px solid rgba(196, 42, 42, 0.55);
  display: inline-flex;
  font-size: 0.813rem;
  font-weight: 700;
  color: #F4EDE6;
  align-items: center;
}.jrl-app_card_btn-ier:hover {
  background: rgba(255, 255, 255, 0.07);
}.jrl-reg-ier {
  background: #100C0C;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.jrl-reg-ier {
  padding: 2.75rem 24px 0;
}
}.jrl-reg_in-ier {
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.75rem;
  background: #1B1414;
  max-width: 82.5rem;
}
@media(min-width:768px) {.jrl-reg_in-ier {
  padding: 2.5rem;
}
}.jrl-reg_top-ier {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 862px) {.jrl-reg_top-ier {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.jrl-reg_label-ier {
  font-size: 0.688rem;
  color: #C42A2A;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.jrl-reg_h2-ier {
  font-size: 1.375rem;
  margin-bottom: 12px;
  line-height: 1.2;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F4EDE6;
}
@media(min-width: 769px) {.jrl-reg_h2-ier {
  font-size: 1.75rem;
}
}.jrl-reg_bonus-ier {
  background: rgba(212, 146, 42, 0.18);
  gap: 0.5rem;
  border-radius: 8px;
  padding: 0.625rem 16px;
  border: 1px solid rgba(212, 146, 42, 0.18);
  align-items: center;
  margin-bottom: 16px;
  display: inline-flex;
}.jrl-reg_bonus_amount-ier {
  font-weight: 800;
  color: #D4922A;
  font-size: 1.25rem;
}.jrl-reg_bonus_text-ier {
  font-size: 13px;
  line-height: 1.35;
  color: #A89080;
}.jrl-reg_cta_btn-ier {
  border-radius: 8px;
  transition: background .2s;
  padding: 14px 2rem;
  background: #2CB86E;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 3px 14px rgba(44, 184, 110, 0.42);
  font-weight: 700;
  font-size: 0.938rem;
  display: inline-block;
  color: #100C0C;
  margin-bottom: 12px;
}.jrl-reg_cta_btn-ier:hover {
  background: #33D47E;
}.jrl-reg_terms-ier {
  line-height: 1.5;
  color: #614E46;
  font-size: 0.688rem;
}.jrl-reg_seo-ier {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  color: #7A6458;
  font-size: 0.813rem;
  margin-top: 20px;
  overflow-wrap: break-word;
  line-height: 1.65;
}.jrl-reg_seo-ier p {
  color: #7A6458;
  margin-bottom: 0.625rem;
  font-size: 13px;
  line-height: 1.65;
}.jrl-reg_seo-ier p:last-child {
  margin-bottom: 0;
}.jrl-reg_seo-ier strong {
  font-weight: 700;
  color: #D6C9BE;
}.jrl-reg_seo-ier a {
  transition: color .2s;
  text-decoration: underline;
  color: #C42A2A;
}.jrl-reg_seo-ier a:hover {
  color: #D93636;
}.jrl-reg_seo-ier ul,.jrl-reg_seo-ier ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.jrl-reg_seo-ier ol {
  list-style: decimal;
}.jrl-reg_seo-ier li {
  color: #7A6458;
  margin-bottom: 0.25rem;
  font-size: 0.813rem;
  line-height: 1.65;
}.jrl-reg_seo-ier table {
  overflow-x: auto;
  margin-bottom: 0.625rem;
  border-collapse: collapse;
  font-size: 0.813rem;
  display: block;
  width: 100%;
}
@media(min-width: 769px) {.jrl-reg_seo-ier table {
  display: table;
}
}.jrl-reg_seo-ier th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #D6C9BE;
}.jrl-reg_seo-ier td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A6458;
}.jrl-reg_steps-ier {
  gap: 14px;
  display: flex;
  flex-direction: column;
  margin-top: 1.75rem;
}
@media(min-width:860px) {.jrl-reg_steps-ier {
  margin-top: 0;
}
}.jrl-reg_step-ier {
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  border-radius: 8px;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.jrl-reg_step_num-ier {
  background: rgba(196, 42, 42, 0.18);
  border: 1px solid rgba(196, 42, 42, 0.08);
  border-radius: 50%;
  color: #C42A2A;
  flex-shrink: 0;
  width: 2.125rem;
  justify-content: center;
  display: flex;
  font-size: 0.875rem;
  height: 34px;
  align-items: center;
  font-weight: 800;
}.jrl-reg_step_title-ier {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #F4EDE6;
}.jrl-reg_step_text-ier {
  line-height: 1.5;
  color: #7A6458;
  font-size: 0.75rem;
}.jrl-reg_trust-ier {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}.jrl-reg_trust_item-ier {
  gap: 0.438rem;
  color: #7A6458;
  font-size: 0.75rem;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
}.jrl-reg_trust_ic-ier svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #C42A2A;
  height: 1rem;
  width: 16px;
}.jrl-bon-ier {
  padding: 2.25rem 1rem 0;
  background: #100C0C;
}
@media(min-width: 765px) {.jrl-bon-ier {
  padding: 44px 24px 0;
}
}.jrl-bon_in-ier {
  margin: 0 auto;
  max-width: 82.5rem;
}.jrl-bon_head-ier {
  margin-bottom: 1.25rem;
}.jrl-bon_label-ier {
  text-transform: uppercase;
  color: #C42A2A;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.jrl-bon_h2-ier {
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  color: #F4EDE6;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.jrl-bon_h2-ier {
  font-size: 1.5rem;
}
}.jrl-bon_seo-ier {
  line-height: 1.6;
  font-size: 13px;
  overflow-wrap: break-word;
  max-width: 620px;
  color: #7A6458;
}.jrl-bon_seo-ier strong {
  color: #D6C9BE;
  font-weight: 700;
}.jrl-bon_seo-ier a {
  text-decoration: underline;
  color: #C42A2A;
}.jrl-bon_grid-ier {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 643px) {.jrl-bon_grid-ier {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.jrl-bon_grid-ier {
  grid-template-columns: repeat(5,1fr);
}
}.jrl-bon_card-ier {
  background: #161010;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  padding: 16px;
}.jrl-bon_card-ier:hover {
  transform: translateY(-2px);
  border-color: rgba(196, 42, 42, 0.08);
}.jrl-bon_card_ic-ier svg {
  height: 1.625rem;
  width: 26px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.jrl-bon_card_ic-ier {
  margin-bottom: 0.625rem;
}.jrl-bon_card_type-ier {
  color: #7A6458;
  letter-spacing: .06em;
  font-size: 0.625rem;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 700;
}.jrl-bon_card_amount-ier {
  line-height: 1.1;
  font-size: 1.125rem;
  margin-bottom: 0.375rem;
  color: #D4922A;
  font-weight: 800;
}.jrl-bon_card_name-ier {
  margin-bottom: 8px;
  font-weight: 600;
  overflow-wrap: break-word;
  color: #F4EDE6;
  font-size: 0.813rem;
}.jrl-bon_card_detail-ier {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  overflow-wrap: break-word;
  color: #614E46;
  font-size: 11px;
  padding-top: 0.5rem;
}.jrl-prov-ier {
  background: #100C0C;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.jrl-prov-ier {
  padding: 44px 24px 0;
}
}.jrl-prov_in-ier {
  margin: 0 auto;
  max-width: 82.5rem;
}.jrl-prov_head-ier {
  margin-bottom: 16px;
}.jrl-prov_label-ier {
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #C42A2A;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
}.jrl-prov_h2-ier {
  font-weight: 800;
  color: #F4EDE6;
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 769px) {.jrl-prov_h2-ier {
  font-size: 1.5rem;
}
}.jrl-prov_seo-ier {
  margin-bottom: 1rem;
  color: #7A6458;
  font-size: 0.813rem;
  max-width: 620px;
  overflow-wrap: break-word;
  line-height: 1.6;
}.jrl-prov_seo-ier strong {
  color: #D6C9BE;
  font-weight: 700;
}.jrl-prov_seo-ier a {
  text-decoration: underline;
  color: #C42A2A;
}.jrl-prov_grid-ier {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 642px) {.jrl-prov_grid-ier {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.jrl-prov_grid-ier {
  grid-template-columns: repeat(8,1fr);
}
}.jrl-prov_card-ier {
  padding: 0.875rem 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  gap: 0.438rem;
  background: #161010;
  border-radius: 8px;
  transition: border-color .2s,background .2s;
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
}.jrl-prov_card-ier:hover {
  background: #1B1414;
  border-color: rgba(196, 42, 42, 0.55);
}.jrl-prov_logo-ier {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  height: 44px;
  display: flex;
  width: 44px;
  justify-content: center;
  align-items: center;
}.jrl-prov_logo-ier img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.jrl-prov_name-ier {
  text-align: center;
  color: #A89080;
  font-size: 0.688rem;
  font-weight: 600;
  overflow-wrap: break-word;
}.jrl-seo-ier {
  padding: 2.25rem 1rem 0;
  background: #100C0C;
}
@media(min-width: 770px) {.jrl-seo-ier {
  padding: 44px 1.5rem 0;
}
}.jrl-seo_in-ier {
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  border-radius: 0.75rem;
  background: #1B1414;
  border: 1px solid rgba(255, 255, 255, 0.11);
  max-width: 82.5rem;
}
@media(min-width: 765px) {.jrl-seo_in-ier {
  padding: 2.25rem 40px;
}
}.jrl-seo_label-ier {
  font-size: 0.688rem;
  margin-bottom: 10px;
  letter-spacing: .08em;
  color: #C42A2A;
  font-weight: 700;
  text-transform: uppercase;
}.jrl-seo_h2-ier {
  line-height: 1.25;
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F4EDE6;
  margin-bottom: 14px;
  font-weight: 800;
}
@media(min-width: 769px) {.jrl-seo_h2-ier {
  font-size: 1.5rem;
}
}.jrl-seo_body-ier {
  overflow-wrap: break-word;
  color: #A89080;
  font-size: 0.875rem;
  line-height: 1.75;
}.jrl-seo_body-ier p {
  line-height: 1.75;
  color: #A89080;
  font-size: 14px;
  margin-bottom: 12px;
}.jrl-seo_body-ier p:last-child {
  margin-bottom: 0;
}.jrl-seo_body-ier strong {
  font-weight: 700;
  color: #D6C9BE;
}.jrl-seo_body-ier a {
  transition: color .2s;
  text-decoration: underline;
  color: #C42A2A;
}.jrl-seo_body-ier a:hover {
  color: #D93636;
}.jrl-seo_body-ier ul,.jrl-seo_body-ier ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.jrl-seo_body-ier ol {
  list-style: decimal;
}.jrl-seo_body-ier li {
  line-height: 1.75;
  color: #A89080;
  font-size: 14px;
  margin-bottom: 6px;
}.jrl-seo_body-ier table {
  width: 100%;
  font-size: 13px;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 12px;
}
@media(min-width: 765px) {.jrl-seo_body-ier table {
  display: table;
}
}.jrl-seo_body-ier th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #D6C9BE;
}.jrl-seo_body-ier td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A89080;
}.jrl-seo_cols-ier {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 642px) {.jrl-seo_cols-ier {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.jrl-seo_cols-ier {
  grid-template-columns: repeat(3,1fr);
}
}.jrl-seo_col_h-ier {
  overflow-wrap: break-word;
  color: #D6C9BE;
  font-weight: 700;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
}.jrl-seo_col_p-ier {
  color: #7A6458;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
}.jrl-seo_stats-ier {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.jrl-seo_stat-ier {
  border-radius: 8px;
  flex: 1;
  background: rgba(196, 42, 42, 0.08);
  border: 1px solid rgba(196, 42, 42, 0.18);
  padding: 14px 1rem;
  min-width: 8.75rem;
}.jrl-seo_stat_val-ier {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.25rem;
  color: #C42A2A;
  font-size: 1.25rem;
}.jrl-seo_stat_lb-ier {
  overflow-wrap: break-word;
  color: #7A6458;
  font-size: 11px;
}.jrl-seo-ier {
  padding: 2.25rem 16px 0;
  background: #100C0C;
}
@media(min-width: 770px) {.jrl-seo-ier {
  padding: 2.75rem 24px 0;
}
}.jrl-seo_in-ier {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1B1414;
  padding: 1.75rem 1.5rem;
  border-radius: 0.75rem;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.jrl-seo_in-ier {
  padding: 2.25rem 40px;
}
}.jrl-seo_label-ier {
  margin-bottom: 10px;
  color: #C42A2A;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}.jrl-seo_h2-ier {
  font-size: 1.25rem;
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.875rem;
  color: #F4EDE6;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.jrl-seo_h2-ier {
  font-size: 1.5rem;
}
}.jrl-seo_body-ier {
  overflow-wrap: break-word;
  color: #A89080;
  font-size: 0.875rem;
  line-height: 1.75;
}.jrl-seo_body-ier p {
  line-height: 1.75;
  font-size: 14px;
  color: #A89080;
  margin-bottom: 0.75rem;
}.jrl-seo_body-ier p:last-child {
  margin-bottom: 0;
}.jrl-seo_body-ier strong {
  font-weight: 700;
  color: #D6C9BE;
}.jrl-seo_body-ier a {
  transition: color .2s;
  text-decoration: underline;
  color: #C42A2A;
}.jrl-seo_body-ier a:hover {
  color: #D93636;
}.jrl-seo_body-ier ul,.jrl-seo_body-ier ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.jrl-seo_body-ier ol {
  list-style: decimal;
}.jrl-seo_body-ier li {
  color: #A89080;
  margin-bottom: 0.375rem;
  font-size: 14px;
  line-height: 1.75;
}.jrl-seo_body-ier table {
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-size: 13px;
}
@media(min-width:768px) {.jrl-seo_body-ier table {
  display: table;
}
}.jrl-seo_body-ier th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #D6C9BE;
  font-weight: 700;
}.jrl-seo_body-ier td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A89080;
}.jrl-seo_cols-ier {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 637px) {.jrl-seo_cols-ier {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.jrl-seo_cols-ier {
  grid-template-columns: repeat(3,1fr);
}
}.jrl-seo_col_h-ier {
  margin-bottom: 0.438rem;
  color: #D6C9BE;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 700;
}.jrl-seo_col_p-ier {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  color: #7A6458;
}.jrl-seo_stats-ier {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.jrl-seo_stat-ier {
  border-radius: 8px;
  flex: 1;
  border: 1px solid rgba(196, 42, 42, 0.18);
  padding: 14px 1rem;
  background: rgba(196, 42, 42, 0.08);
  min-width: 8.75rem;
}.jrl-seo_stat_val-ier {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #C42A2A;
  margin-bottom: 4px;
  font-weight: 800;
}.jrl-seo_stat_lb-ier {
  overflow-wrap: break-word;
  color: #7A6458;
  font-size: 11px;
}.jrl-faq-ier {
  padding: 2.25rem 16px 0;
  background: #100C0C;
}
@media(min-width: 771px) {.jrl-faq-ier {
  padding: 44px 1.5rem 0;
}
}.jrl-faq_in-ier {
  margin: 0 auto;
  max-width: 82.5rem;
}.jrl-faq_head-ier {
  margin-bottom: 20px;
}.jrl-faq_label-ier {
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #C42A2A;
}.jrl-faq_h2-ier {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F4EDE6;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
}
@media(min-width: 770px) {.jrl-faq_h2-ier {
  font-size: 24px;
}
}.jrl-faq_list-ier {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.jrl-faq_item-ier {
  background: #1B1414;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
}.jrl-faq_q-ier {
  padding: 16px 1.25rem;
  transition: color .2s;
  gap: 0.75rem;
  color: #D6C9BE;
  flex-wrap: wrap;
  display: flex;
  font-weight: 600;
  align-items: center;
  cursor: pointer;
  overflow-wrap: break-word;
  justify-content: space-between;
  font-size: 14px;
}.jrl-faq_q-ier:hover {
  color: #F4EDE6;
}.jrl-faq_q_ic-ier {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  height: 1.5rem;
  color: #C42A2A;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  width: 1.5rem;
  justify-content: center;
  font-size: 16px;
}.jrl-faq_item-ier.jrl-state_open-ier .jrl-faq_q_ic-ier {
  transform: rotate(45deg);
}.jrl-faq_a-ier {
  padding: 0 20px 1rem;
  overflow-wrap: break-word;
  display: none;
  line-height: 1.7;
  font-size: 0.813rem;
  color: #7A6458;
}.jrl-faq_item-ier.jrl-state_open-ier .jrl-faq_a-ier {
  display: block;
}.jrl-faq_a-ier strong {
  color: #D6C9BE;
  font-weight: 700;
}.jrl-faq_a-ier a {
  color: #C42A2A;
  text-decoration: underline;
}.jrl-faq_a-ier ul,.jrl-faq_a-ier ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 1.25rem;
}.jrl-faq_a-ier ol {
  list-style: decimal;
}.jrl-faq_a-ier li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.jrl-faq_a-ier table {
  margin: 0.5rem 0;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}
@media(min-width: 767px) {.jrl-faq_a-ier table {
  display: table;
}
}.jrl-faq_a-ier th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 8px;
  text-align: left;
  font-weight: 700;
  color: #D6C9BE;
}.jrl-faq_a-ier td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 0.5rem;
  color: #7A6458;
}.jrl-seo-ier {
  background: #100C0C;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.jrl-seo-ier {
  padding: 2.75rem 1.5rem 0;
}
}.jrl-seo_in-ier {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1B1414;
  margin: 0 auto;
  border-radius: 12px;
  padding: 28px 24px;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.jrl-seo_in-ier {
  padding: 36px 40px;
}
}.jrl-seo_label-ier {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  color: #C42A2A;
  font-size: 11px;
}.jrl-seo_h2-ier {
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  color: #F4EDE6;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  line-height: 1.25;
}
@media(min-width: 771px) {.jrl-seo_h2-ier {
  font-size: 1.5rem;
}
}.jrl-seo_body-ier {
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #A89080;
}.jrl-seo_body-ier p {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  color: #A89080;
}.jrl-seo_body-ier p:last-child {
  margin-bottom: 0;
}.jrl-seo_body-ier strong {
  font-weight: 700;
  color: #D6C9BE;
}.jrl-seo_body-ier a {
  transition: color .2s;
  color: #C42A2A;
  text-decoration: underline;
}.jrl-seo_body-ier a:hover {
  color: #D93636;
}.jrl-seo_body-ier ul,.jrl-seo_body-ier ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.jrl-seo_body-ier ol {
  list-style: decimal;
}.jrl-seo_body-ier li {
  line-height: 1.75;
  color: #A89080;
  font-size: 14px;
  margin-bottom: 6px;
}.jrl-seo_body-ier table {
  margin-bottom: 0.75rem;
  font-size: 13px;
  overflow-x: auto;
  width: 100%;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 767px) {.jrl-seo_body-ier table {
  display: table;
}
}.jrl-seo_body-ier th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #D6C9BE;
}.jrl-seo_body-ier td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #A89080;
}.jrl-seo_cols-ier {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 638px) {.jrl-seo_cols-ier {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.jrl-seo_cols-ier {
  grid-template-columns: repeat(3,1fr);
}
}.jrl-seo_col_h-ier {
  overflow-wrap: break-word;
  color: #D6C9BE;
  font-size: 13px;
  margin-bottom: 7px;
  font-weight: 700;
}.jrl-seo_col_p-ier {
  font-size: 13px;
  color: #7A6458;
  line-height: 1.65;
  overflow-wrap: break-word;
}.jrl-seo_stats-ier {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.jrl-seo_stat-ier {
  padding: 14px 16px;
  flex: 1;
  border-radius: 8px;
  border: 1px solid rgba(196, 42, 42, 0.18);
  background: rgba(196, 42, 42, 0.08);
  min-width: 140px;
}.jrl-seo_stat_val-ier {
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #C42A2A;
  margin-bottom: 4px;
}.jrl-seo_stat_lb-ier {
  color: #7A6458;
  overflow-wrap: break-word;
  font-size: 11px;
}.jrl-ft-ier {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #080505;
  margin-top: 48px;
}.jrl-ft_support-ier {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 767px) {.jrl-ft_support-ier {
  padding: 28px 24px;
}
}.jrl-ft_support_in-ier {
  margin: 0 auto;
  gap: 16px;
  max-width: 1320px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.jrl-ft_support_main-ier {
  gap: 16px;
  flex: 1;
  min-width: 220px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.jrl-ft_support_ic-ier {
  color: #C42A2A;
  flex-shrink: 0;
}.jrl-ft_support_ic-ier svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.875rem;
  width: 1.875rem;
}.jrl-ft_support_text_title-ier {
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 3px;
  font-size: 15px;
  color: #F4EDE6;
}.jrl-ft_support_text_sub-ier {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #7A6458;
}.jrl-ft_support_btn-ier {
  background: #C42A2A;
  padding: 11px 22px;
  border-radius: 0.5rem;
  transition: background .2s;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  color: #F4EDE6;
}.jrl-ft_support_btn-ier:hover {
  background: #D93636;
}.jrl-ft_support_contacts-ier {
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.jrl-ft_support_contact-ier {
  line-height: 1.4;
  font-size: 12px;
  color: #614E46;
}.jrl-ft_support_contact-ier strong {
  color: #A89080;
  margin-bottom: 2px;
  font-weight: 600;
  display: block;
  font-size: 11px;
}.jrl-ft_main-ier {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 16px 1.5rem;
}
@media(min-width: 770px) {.jrl-ft_main-ier {
  padding: 40px 1.5rem 2rem;
}
}.jrl-ft_main_in-ier {
  gap: 24px;
  margin: 0 auto;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.jrl-ft_main_in-ier {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.jrl-ft_main_in-ier {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.jrl-ft_col_logo-ier {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.jrl-ft_col_logo-ier {
  grid-column: auto;
}
}.jrl-ft_logo-ier {
  gap: 0.563rem;
  display: flex;
  font-weight: 800;
  flex-wrap: wrap;
  color: #F4EDE6;
  overflow-wrap: break-word;
  align-items: center;
  margin-bottom: 12px;
  font-size: 1rem;
}.jrl-ft_logo_mark-ier {
  overflow: hidden;
  border-radius: 0.25rem;
  height: 1.875rem;
  width: 30px;
}.jrl-ft_logo_mark-ier img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.jrl-ft_logo_sub-ier {
  max-width: 12.5rem;
  font-size: 12px;
  color: #614E46;
  overflow-wrap: break-word;
  line-height: 1.55;
}.jrl-ft_col_title-ier {
  letter-spacing: .07em;
  color: #A89080;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 0.75rem;
}.jrl-ft_col_links-ier {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.jrl-ft_col_link-ier {
  transition: color .2s;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #614E46;
}.jrl-ft_col_link-ier:hover {
  color: #D6C9BE;
}.jrl-ft_apps-ier {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.jrl-ft_app_card-ier {
  gap: 0.625rem;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s;
  align-items: center;
  display: flex;
}.jrl-ft_app_card-ier:hover {
  border-color: rgba(196, 42, 42, 0.55);
}.jrl-ft_app_card_ic-ier svg {
  stroke-linecap: round;
  width: 1.375rem;
  stroke-linejoin: round;
  height: 22px;
}.jrl-ft_app_card_os-ier {
  color: #614E46;
  font-size: 10px;
  font-weight: 600;
}.jrl-ft_app_card_action-ier {
  font-weight: 700;
  color: #D6C9BE;
  font-size: 0.75rem;
}.jrl-ft_bot-ier {
  padding: 1.25rem 16px;
}
@media(min-width: 771px) {.jrl-ft_bot-ier {
  padding: 20px 24px;
}
}.jrl-ft_bot_in-ier {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 82.5rem;
}.jrl-ft_socials-ier {
  gap: 8px;
  display: flex;
}.jrl-ft_soc-ier {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  height: 36px;
  align-items: center;
  color: #A89080;
  width: 2.25rem;
  display: flex;
  justify-content: center;
}.jrl-ft_soc-ier svg {
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
  height: 1rem;
}.jrl-ft_soc-ier:hover {
  background: rgba(255, 255, 255, 0.07);
}.jrl-ft_legal-ier {
  flex: 1;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #907870;
  min-width: 12.5rem;
  font-size: 11px;
}.jrl-ft_legal-ier strong {
  font-weight: 700;
  color: #A89080;
}.jrl-ft_legal-ier a {
  color: #A89080;
  text-decoration: underline;
}.jrl-ft_age-ier {
  border-radius: 50%;
  border: 2px solid #907870;
  height: 2rem;
  margin-left: auto;
  justify-content: center;
  font-weight: 800;
  width: 32px;
  align-items: center;
  color: #907870;
  font-size: 0.688rem;
  flex-shrink: 0;
  display: flex;
}