*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #0D0608;
  -webkit-font-smoothing: antialiased;
  font-family: 'Barlow', sans-serif;
  color: #D5C6CA;
  line-height: 1.6;
  min-height: 100vh;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  color: inherit;
  text-decoration: none;
}button {
  font: inherit;
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.obq-layout_e0k {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.obq-page_e0k {
  display: flex;
  min-height: 100vh;
}.obq-main_e0k {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media(min-width: 1082px) {.obq-main_e0k {
  padding-left: 220px;
}
}
@media(max-width: 1076px) {.obq-main_e0k {
  padding-bottom: 4.5rem;
}
}.obq-gc_e0k {
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 0.5rem;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  background: #130B0F;
  width: 8.75rem;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
@media(min-width: 639px) {.obq-gc_e0k {
  width: 156px;
}
}
@media(min-width: 1078px) {.obq-gc_e0k {
  width: 10.5rem;
}
}.obq-gc_e0k:hover {
  transform: translateY(-3px);
  border-color: rgba(212,0,60,0.08);
}.obq-gc_img_e0k {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.obq-gc_img_e0k img {
  inset: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}.obq-gc_hover_e0k {
  transition: opacity .2s;
  inset: 0;
  background: rgba(8,3,4,0.72);
  align-items: center;
  opacity: 0;
  justify-content: center;
  display: flex;
  position: absolute;
}.obq-gc_e0k:hover .obq-gc_hover_e0k {
  opacity: 1;
}.obq-gc_hover_btn_e0k {
  padding: 0.5rem 16px;
  background: #D4003C;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  color: #F6F0F2;
  font-weight: 700;
}.obq-gc_info_e0k {
  padding: 8px 0.625rem 10px;
}.obq-gc_name_e0k {
  overflow: hidden;
  font-size: 12px;
  margin-bottom: 3px;
  max-width: 100%;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #D5C6CA;
  white-space: nowrap;
}.obq-gc_prov_e0k {
  font-size: 0.625rem;
  color: #5C4147;
}.obq-gc_tag_e0k {
  border-radius: 4px;
  padding: 2px 0.438rem;
  text-transform: uppercase;
  top: 6px;
  letter-spacing: .04em;
  font-weight: 700;
  position: absolute;
  left: 6px;
  font-size: 0.563rem;
  z-index: 2;
}.obq-gc_tag_hot_e0k {
  background: #FF3628;
  color: #fff;
}.obq-gc_tag_new_e0k {
  background: #18C96A;
  color: #0D0608;
}.obq-gc_tag_jp_e0k {
  background: #F5C400;
  color: #0D0608;
}.obq-gc_tag_ex_e0k {
  background: #8B0022;
  color: #fff;
}.obq-gc_tag_live_e0k {
  background: #FF3628;
  color: #fff;
}.obq-gr_e0k {
  padding: 32px 1rem 0;
  background: #0D0608;
}
@media(min-width: 765px) {.obq-gr_e0k {
  padding: 2.25rem 24px 0;
}
}.obq-gr_in_e0k {
  margin: 0 auto;
  max-width: 1320px;
}.obq-gr_head_e0k {
  gap: 12px;
  display: flex;
  margin-bottom: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
}.obq-gr_head_l_e0k {
  gap: 10px;
  flex: 1;
  display: flex;
  min-width: 0;
  align-items: center;
}.obq-gr_ic_e0k {
  border-radius: 0.5rem;
  align-items: center;
  flex-shrink: 0;
  width: 2rem;
  justify-content: center;
  display: flex;
  height: 2rem;
}.obq-gr_ic_e0k svg {
  stroke-linejoin: round;
  height: 16px;
  width: 16px;
  stroke-linecap: round;
}.obq-gr_title_e0k {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  color: #F6F0F2;
  overflow-wrap: break-word;
  font-weight: 700;
}
@media(min-width: 766px) {.obq-gr_title_e0k {
  font-size: 18px;
}
}.obq-gr_more_e0k {
  gap: 5px;
  transition: color .2s;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
  color: #78595F;
}.obq-gr_more_e0k:hover {
  color: #D4003C;
}.obq-gr_more_e0k svg {
  width: 12px;
  height: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.obq-gr_arrows_e0k {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.obq-gr_arr_e0k {
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  background: rgba(255,255,255,0.05);
  height: 1.875rem;
  width: 1.875rem;
  align-items: center;
  color: #A08488;
  display: flex;
  justify-content: center;
}.obq-gr_arr_e0k:hover {
  background: rgba(255,255,255,0.07);
  color: #F6F0F2;
}.obq-gr_arr_e0k svg {
  height: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.813rem;
}.obq-gr_seo_h_e0k {
  margin: 0 0 0.375rem;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  color: #D5C6CA;
  font-weight: 700;
  font-size: 0.813rem;
  max-width: 680px;
}
@media(min-width: 769px) {.obq-gr_seo_h_e0k {
  font-size: 14px;
}
}.obq-gr_seo_e0k {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #78595F;
  max-width: 680px;
  margin-bottom: 12px;
  line-height: 1.55;
}.obq-gr_seo_e0k strong {
  font-weight: 600;
  color: #D5C6CA;
}.obq-gr_scroll_e0k {
  gap: 10px;
  padding-bottom: 0.625rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
}.obq-gr_scroll_e0k::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.obq-gr_scroll_e0k {
  gap: 0.75rem;
}
}.obq-tb_e0k {
  background: #0D0608;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  z-index: 80;
  top: 0;
  display: flex;
  position: fixed;
  right: 0;
  align-items: center;
  left: 0;
  height: 56px;
}.obq-tb_in_e0k {
  padding: 0 0.875rem;
  gap: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}.obq-tb_burger_e0k {
  gap: 0.313rem;
  border-radius: 8px;
  height: 38px;
  width: 38px;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  margin-right: 0.5rem;
  flex-direction: column;
  align-items: center;
}.obq-tb_burger_e0k:hover {
  background: rgba(255,255,255,0.05);
}.obq-tb_burger_line_e0k {
  background: #A08488;
  border-radius: 1px;
  width: 18px;
  height: 2px;
  display: block;
}
@media(min-width:1080px) {.obq-tb_burger_e0k {
  display: none;
}
}.obq-tb_logo_e0k {
  gap: 9px;
  overflow-wrap: break-word;
  align-items: center;
  letter-spacing: -.01em;
  font-size: 18px;
  font-weight: 800;
  flex-shrink: 0;
  display: flex;
  color: #F6F0F2;
  margin-right: 20px;
}.obq-tb_logo_mark_e0k {
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  width: 32px;
  height: 2rem;
  align-items: center;
  justify-content: center;
}.obq-tb_logo_mark_e0k img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.obq-tb_nav_e0k {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.obq-tb_nav_e0k {
  display: flex;
}
}.obq-tb_tab_e0k {
  transition: background .15s,color .15s;
  border-radius: 0.5rem;
  padding: 0.5rem 14px;
  font-weight: 600;
  white-space: nowrap;
  color: #A08488;
  font-size: 0.813rem;
}.obq-tb_tab_e0k:hover {
  background: rgba(255,255,255,0.05);
  color: #F6F0F2;
}.obq-tb_tab_e0k.obq-state_active_e0k {
  background: rgba(212,0,60,0.18);
  color: #F6F0F2;
}.obq-tb_right_e0k {
  gap: 0.5rem;
  display: flex;
  margin-left: auto;
  align-items: center;
  flex-shrink: 0;
}.obq-tb_login_e0k {
  padding: 0.563rem 16px;
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255,255,255,0.09);
  font-size: 13px;
  display: none;
  color: #D5C6CA;
  font-weight: 600;
}.obq-tb_login_e0k:hover {
  border-color: rgba(255,255,255,0.18);
  color: #F6F0F2;
}
@media(min-width: 482px) {.obq-tb_login_e0k {
  display: block;
}
}.obq-tb_reg_e0k {
  transition: background .2s;
  background: #18C96A;
  border-radius: 0.5rem;
  padding: 9px 18px;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  color: #0D0608;
}.obq-tb_reg_e0k:hover {
  background: #1EE07A;
}.obq-sb_e0k {
  background: #18100D;
  transition: transform .25s ease;
  border-right: 1px solid rgba(255,255,255,0.05);
  transform: translateX(-100%);
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 70;
  width: 220px;
  top: 3.5rem;
  overflow-y: auto;
}.obq-sb_e0k.obq-state_open_e0k {
  transform: translateX(0);
}.obq-sb_e0k::-webkit-scrollbar {
  width: 4px;
}.obq-sb_e0k::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
}
@media(min-width: 1082px) {.obq-sb_e0k {
  transform: translateX(0);
}
}.obq-sb_auth_e0k {
  padding: 0.875rem 12px 0.625rem;
}.obq-sb_btn_reg_e0k {
  border-radius: 8px;
  background: #18C96A;
  padding: 11px;
  transition: background .2s;
  color: #0D0608;
  font-weight: 700;
  font-size: 13px;
  display: block;
  margin-bottom: 0.5rem;
  text-align: center;
}.obq-sb_btn_reg_e0k:hover {
  background: #1EE07A;
}.obq-sb_btn_login_e0k {
  border: 1px solid rgba(255,255,255,0.09);
  padding: 10px;
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  transition: border-color .2s;
  font-weight: 600;
  font-size: 13px;
  color: #D5C6CA;
  text-align: center;
  display: block;
}.obq-sb_btn_login_e0k:hover {
  border-color: rgba(255,255,255,0.18);
  color: #F6F0F2;
}.obq-sb_promo_e0k {
  border: 1px solid rgba(212,0,60,0.18);
  margin: 0 12px 0.625rem;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(135deg,#3D0012,#18100D);
  padding: 12px 0.875rem;
  position: relative;
}.obq-sb_promo_e0k::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(212,0,60,0.18),transparent 70%);
  height: 5rem;
  content: '';
  position: absolute;
  top: -20px;
  right: -1.25rem;
  width: 5rem;
}.obq-sb_promo_title_e0k {
  margin-bottom: 0.25rem;
  font-weight: 700;
  color: #D4003C;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .06em;
}.obq-sb_promo_text_e0k {
  line-height: 1.35;
  overflow-wrap: break-word;
  font-size: 12px;
  color: #F6F0F2;
  font-weight: 600;
}.obq-sb_promo_sub_e0k {
  font-size: 10px;
  margin-top: 3px;
  color: #78595F;
}.obq-sb_nav_e0k {
  padding: 6px 8px 16px;
}.obq-sb_nav_lb_e0k {
  padding: 0.625rem 0.5rem 0.375rem;
  font-size: 10px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #5C4147;
  text-transform: uppercase;
}.obq-sb_link_e0k {
  transition: background .15s,color .15s;
  border-radius: 0.25rem;
  padding: 9px 10px;
  gap: 10px;
  display: flex;
  font-weight: 500;
  cursor: pointer;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #A08488;
  align-items: center;
}.obq-sb_link_e0k:hover {
  background: rgba(255,255,255,0.05);
  color: #F6F0F2;
}.obq-sb_link_e0k.obq-state_active_e0k {
  background: rgba(212,0,60,0.18);
  color: #F6F0F2;
}.obq-sb_ic_e0k {
  border-radius: 4px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 1.875rem;
  width: 1.875rem;
  justify-content: center;
}.obq-sb_ic_e0k svg {
  width: 16px;
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.obq-sb_ic_1_e0k {
  background: rgba(212,0,60,0.08);
  color: #D4003C;
}.obq-sb_ic_2_e0k {
  background: rgba(24,201,106,0.16);
  color: #18C96A;
}.obq-sb_ic_3_e0k {
  background: rgba(245,196,0,0.15);
  color: #F5C400;
}.obq-sb_ic_4_e0k {
  background: rgba(139,0,34,0.28);
  color: #8B0022;
}.obq-sb_ic_5_e0k {
  background: rgba(212,0,60,0.08);
  color: #F0348C;
}.obq-sb_ic_6_e0k {
  background: rgba(139,0,34,0.28);
  color: #8B35F0;
}.obq-sb_badge_e0k {
  padding: 2px 0.438rem;
  background: #F5C400;
  border-radius: 0.25rem;
  font-weight: 700;
  font-size: 9px;
  margin-left: auto;
  color: #0D0608;
}.obq-sb_bot_e0k {
  gap: 0.5rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 0.75rem;
  display: flex;
}.obq-sb_lang_e0k,.obq-sb_help_e0k {
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  gap: 6px;
  border-radius: 4px;
  flex: 1;
  border: 1px solid rgba(255,255,255,0.05);
  padding: 0.563rem 0.375rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #A08488;
  font-size: 11px;
}.obq-sb_lang_e0k:hover,.obq-sb_help_e0k:hover {
  border-color: rgba(255,255,255,0.18);
  color: #F6F0F2;
}.obq-sb_lang_e0k svg,.obq-sb_help_e0k svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 13px;
  width: 13px;
}.obq-sb_bd_e0k {
  background: rgba(8,3,4,0.72);
  inset: 0;
  z-index: 69;
  position: fixed;
  display: none;
}.obq-sb_bd_e0k.obq-state_on_e0k {
  display: block;
}
@media(min-width:1080px) {.obq-sb_bd_e0k {
  display: none!important;
}
}.obq-mob_nav_e0k {
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,0.09);
  background: #18100D;
  display: flex;
  z-index: 80;
  right: 0;
  position: fixed;
  left: 0;
  bottom: 0;
}
@media(min-width: 1077px) {.obq-mob_nav_e0k {
  display: none;
}
}.obq-mob_nav_item_e0k {
  gap: 4px;
  padding: 4px 2px;
  flex: 1;
  flex-direction: column;
  display: flex;
  color: #5C4147;
  cursor: pointer;
  align-items: center;
}.obq-mob_nav_ic_e0k {
  line-height: 1;
}.obq-mob_nav_ic_e0k svg {
  stroke-linecap: round;
  width: 20px;
  stroke-linejoin: round;
  height: 1.25rem;
}.obq-mob_nav_lb_e0k {
  font-size: 10px;
  color: #5C4147;
  font-weight: 600;
}.obq-mob_nav_item_e0k.obq-state_active_e0k {
  color: #D4003C;
}.obq-mob_nav_item_e0k.obq-state_active_e0k .obq-mob_nav_lb_e0k {
  color: #D4003C;
}.obq-hero_e0k {
  background: #0D0608;
  padding: 20px 16px 0;
}
@media(min-width: 771px) {.obq-hero_e0k {
  padding: 1.5rem 24px 0;
}
}.obq-hero_in_e0k {
  gap: 12px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
}
@media(min-width: 861px) {.obq-hero_in_e0k {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1103px) {.obq-hero_in_e0k {
  grid-template-columns: 1fr 21.25rem;
}
}.obq-hero_promo_e0k {
  border-radius: 12px;
  background: #130B0F;
  overflow: hidden;
  align-items: stretch;
  min-height: 13.75rem;
  display: flex;
  position: relative;
}
@media(min-width: 767px) {.obq-hero_promo_e0k {
  min-height: 280px;
}
}.obq-hero_promo_bg_e0k {
  background: linear-gradient(120deg,#3D0012 0%,#0D0608 100%);
  inset: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
}.obq-hero_promo_bg_e0k::after {
  background: linear-gradient(90deg,#0D0608 0%,rgba(8,3,4,0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.obq-hero_promo_glow_e0k {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(139,0,34,0.28) 0%,transparent 65%);
  width: 300px;
  right: 3.75rem;
  position: absolute;
  height: 18.75rem;
  pointer-events: none;
  top: -40px;
}.obq-hero_promo_ct_e0k {
  padding: 28px 1.5rem 28px 28px;
  max-width: 30rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
}
@media(min-width: 770px) {.obq-hero_promo_ct_e0k {
  padding: 40px 32px;
}
}.obq-hero_badge_e0k {
  padding: 5px 12px;
  background: rgba(212,0,60,0.18);
  border-radius: 20px;
  border: 1px solid rgba(212,0,60,0.08);
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #D4003C;
  margin-bottom: 14px;
}.obq-hero_h1_e0k {
  line-height: 1.15;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F6F0F2;
  font-size: 1.625rem;
  margin-bottom: 10px;
}.obq-hero_h1_e0k em {
  font-style: normal;
  color: #F5C400;
}
@media(min-width: 770px) {.obq-hero_h1_e0k {
  font-size: 36px;
}
}.obq-hero_sub_e0k {
  margin-bottom: 1.25rem;
  font-size: 0.813rem;
  color: #A08488;
  line-height: 1.55;
}
@media(min-width: 769px) {.obq-hero_sub_e0k {
  font-size: 0.875rem;
}
}.obq-hero_row_e0k {
  gap: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.obq-hero_cta_e0k {
  background: #18C96A;
  border-radius: 0.5rem;
  padding: 0.813rem 1.625rem;
  transition: background .2s;
  font-weight: 700;
  box-shadow: 0 0.375rem 1.25rem rgba(24,201,106,0.42), 0 1px 3px rgba(24,201,106,0.28);
  color: #0D0608;
  font-size: 0.875rem;
}.obq-hero_cta_e0k:hover {
  background: #1EE07A;
}.obq-hero_terms_e0k {
  font-size: 11px;
  color: #5C4147;
}.obq-hero_game_e0k {
  overflow: hidden;
  background: #130B0F;
  border-radius: 0.75rem;
  border: 1px solid rgba(255,255,255,0.05);
  flex-direction: column;
  display: flex;
  position: relative;
}.obq-hero_game_badge_e0k {
  background: rgba(245,196,0,0.15);
  border-radius: 1.25rem;
  padding: 0.313rem 10px;
  border: 1px solid rgba(245,196,0,0.15);
  color: #F5C400;
  position: absolute;
  letter-spacing: .06em;
  text-transform: uppercase;
  top: 12px;
  z-index: 3;
  font-size: 0.625rem;
  left: 12px;
  font-weight: 700;
}.obq-hero_game_badge_e0k svg {
  height: 0.688rem;
  vertical-align: -1px;
  width: 0.688rem;
  margin-right: 4px;
}.obq-hero_game_img_e0k {
  background: linear-gradient(135deg,#3D0012,#0D0608);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.obq-hero_game_img_e0k img {
  inset: 0;
  height: 100%;
  position: absolute;
  object-fit: cover;
  width: 100%;
}.obq-hero_game_play_e0k {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8,3,4,0.72);
  align-items: center;
  justify-content: center;
  opacity: 0;
  display: flex;
  position: absolute;
}.obq-hero_game_e0k:hover .obq-hero_game_play_e0k {
  opacity: 1;
}.obq-hero_game_play_e0k span {
  border-radius: 50%;
  background: #D4003C;
  align-items: center;
  height: 3.25rem;
  width: 52px;
  display: flex;
  justify-content: center;
}.obq-hero_game_play_e0k span svg {
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 2px;
}.obq-hero_game_info_e0k {
  padding: 14px 16px;
}.obq-hero_game_title_e0k {
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F6F0F2;
  margin-bottom: 4px;
  font-size: 15px;
}.obq-hero_game_provider_e0k {
  color: #78595F;
  font-size: 0.688rem;
}.obq-hero_game_btn_e0k {
  margin: 12px 16px 16px;
  background: #D4003C;
  transition: background .2s;
  padding: 0.688rem;
  border-radius: 0.5rem;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  color: #F6F0F2;
  display: block;
}.obq-hero_game_e0k:hover .obq-hero_game_btn_e0k {
  background: #EB0044;
}.obq-sbar_e0k {
  padding: 1rem 16px 0;
  background: #0D0608;
}
@media(min-width: 771px) {.obq-sbar_e0k {
  padding: 1.125rem 1.5rem 0;
}
}.obq-sbar_in_e0k {
  margin: 0 auto;
  max-width: 82.5rem;
}.obq-sbar_row_e0k {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.75rem;
}.obq-sbar_input_e0k {
  flex: 1;
  border: 1px solid rgba(255,255,255,0.09);
  gap: 10px;
  border-radius: 0.5rem;
  background: #130B0F;
  transition: border-color .2s;
  padding: 11px 1rem;
  color: #78595F;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  display: flex;
}.obq-sbar_input_e0k:hover {
  border-color: rgba(255,255,255,0.18);
}.obq-sbar_input_e0k svg {
  width: 15px;
  stroke-linejoin: round;
  flex-shrink: 0;
  stroke-linecap: round;
  height: 15px;
}.obq-sbar_providers_e0k {
  background: #130B0F;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  padding: 11px 18px;
  gap: 8px;
  font-size: 13px;
  align-items: center;
  display: flex;
  white-space: nowrap;
  font-weight: 600;
  color: #D5C6CA;
}.obq-sbar_providers_e0k:hover {
  border-color: rgba(255,255,255,0.18);
  color: #F6F0F2;
}.obq-sbar_providers_e0k svg {
  stroke-linecap: round;
  width: 14px;
  height: 14px;
  stroke-linejoin: round;
}.obq-sbar_tabs_e0k {
  gap: 6px;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 2px;
  overflow-x: auto;
}.obq-sbar_tabs_e0k::-webkit-scrollbar {
  display: none;
}.obq-sbar_tab_e0k {
  border: 1px solid rgba(255,255,255,0.05);
  gap: 0.438rem;
  transition: background .15s,color .15s,border-color .15s;
  background: rgba(255,255,255,0.05);
  border-radius: 20px;
  padding: 0.5rem 0.875rem;
  color: #A08488;
  font-weight: 600;
  display: flex;
  font-size: 0.75rem;
  white-space: nowrap;
  flex-shrink: 0;
  align-items: center;
  cursor: pointer;
}.obq-sbar_tab_e0k:hover {
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.07);
  color: #F6F0F2;
}.obq-sbar_tab_e0k.obq-state_active_e0k {
  border-color: rgba(212,0,60,0.08);
  background: rgba(212,0,60,0.18);
  color: #F6F0F2;
}.obq-sbar_tab_ic_e0k svg {
  height: 0.875rem;
  width: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.obq-wy_e0k {
  background: #0D0608;
  padding: 2rem 1rem 0;
}
@media(min-width: 765px) {.obq-wy_e0k {
  padding: 40px 1.5rem 0;
}
}.obq-wy_in_e0k {
  margin: 0 auto;
  max-width: 82.5rem;
}.obq-wy_head_e0k {
  margin-bottom: 18px;
  max-width: 45rem;
}.obq-wy_label_e0k {
  font-weight: 700;
  text-transform: uppercase;
  color: #D4003C;
  font-size: 11px;
  margin-bottom: 8px;
  letter-spacing: .08em;
}.obq-wy_h2_e0k {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 800;
  color: #F6F0F2;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 769px) {.obq-wy_h2_e0k {
  font-size: 1.5rem;
}
}.obq-wy_intro_e0k {
  margin: 0;
  color: #78595F;
  font-size: 13px;
  line-height: 1.6;
}.obq-wy_grid_e0k {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.obq-wy_grid_e0k {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.obq-wy_grid_e0k {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.obq-wy_card_e0k {
  padding: 20px;
  background: #18100D;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.5rem;
}.obq-wy_card_e0k:hover {
  border-color: rgba(212,0,60,0.08);
  transform: translateY(-2px);
}.obq-wy_card_ic_e0k {
  background: rgba(212,0,60,0.18);
  border-radius: 50%;
  width: 2.75rem;
  margin-bottom: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  color: #D4003C;
}.obq-wy_card_ic_e0k svg {
  width: 1.375rem;
  stroke-linejoin: round;
  height: 1.375rem;
  stroke-linecap: round;
}.obq-wy_card_h_e0k {
  overflow-wrap: break-word;
  font-weight: 700;
  line-height: 1.25;
  color: #F6F0F2;
  margin-bottom: 0.375rem;
  font-size: 0.938rem;
}.obq-wy_card_p_e0k {
  color: #78595F;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.6;
}.obq-wy_card_p_e0k strong {
  font-weight: 600;
  color: #D5C6CA;
}.obq-gcg_e0k {
  background: #0D0608;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.obq-gcg_e0k {
  padding: 2.75rem 1.5rem 0;
}
}.obq-gcg_in_e0k {
  margin: 0 auto;
  max-width: 1320px;
}.obq-gcg_head_e0k {
  max-width: 720px;
  margin-bottom: 20px;
}.obq-gcg_label_e0k {
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  color: #D4003C;
  margin-bottom: 8px;
}.obq-gcg_h2_e0k {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  color: #F6F0F2;
}
@media(min-width: 769px) {.obq-gcg_h2_e0k {
  font-size: 1.75rem;
}
}.obq-gcg_intro_e0k {
  font-size: 0.813rem;
  color: #78595F;
  line-height: 1.6;
}.obq-gcg_grid_e0k {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.obq-gcg_grid_e0k {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.obq-gcg_grid_e0k {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.obq-gcg_card_e0k {
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 12px;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
  justify-content: flex-end;
  cursor: pointer;
  flex-direction: column;
  min-height: 240px;
  display: flex;
}.obq-gcg_card_e0k:hover {
  border-color: rgba(212,0,60,0.18);
  transform: translateY(-3px);
}.obq-gcg_card_bg_e0k {
  inset: 0;
  position: absolute;
  z-index: 0;
}.obq-gcg_card_bg_e0k::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.obq-gcg_card_ic_e0k {
  border-radius: 4px;
  background: rgba(0,0,0,.45);
  position: absolute;
  color: #F6F0F2;
  justify-content: center;
  height: 2.5rem;
  align-items: center;
  z-index: 2;
  top: 1.125rem;
  right: 1.125rem;
  display: flex;
  width: 2.5rem;
}.obq-gcg_card_ic_e0k svg {
  height: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.25rem;
}.obq-gcg_card_ct_e0k {
  z-index: 1;
  position: relative;
}.obq-gcg_card_h_e0k {
  color: #F6F0F2;
  line-height: 1.2;
  margin-bottom: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.125rem;
}
@media(min-width: 765px) {.obq-gcg_card_h_e0k {
  font-size: 20px;
}
}.obq-gcg_card_p_e0k {
  font-size: 0.75rem;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
}.obq-gcg_card_p_e0k strong {
  color: #F6F0F2;
  font-weight: 600;
}.obq-gcg_card_cta_e0k {
  gap: 0.25rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  align-items: center;
  letter-spacing: .04em;
  font-weight: 700;
  display: inline-flex;
  color: #D4003C;
}.obq-gcg_card_cta_e0k svg {
  stroke-linecap: round;
  width: 12px;
  height: 12px;
  stroke-linejoin: round;
}.obq-gr_jp_e0k {
  background: linear-gradient(135deg,#1C0730 0%,#090212 100%);
  overflow: hidden;
  border-radius: 12px;
  padding: 20px;
  position: relative;
}.obq-gr_jp_e0k::before {
  background: radial-gradient(circle,rgba(139,0,34,0.28) 0%,transparent 70%);
  border-radius: 50%;
  width: 15.625rem;
  height: 250px;
  top: -60px;
  left: -60px;
  content: '';
  position: absolute;
}.obq-gr_jp_e0k::after {
  background: radial-gradient(circle,rgba(245,196,0,0.15) 0%,transparent 70%);
  border-radius: 50%;
  right: 0;
  height: 12.5rem;
  bottom: -2.5rem;
  width: 200px;
  content: '';
  position: absolute;
}.obq-gr_jp_head_e0k {
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  align-items: flex-start;
}.obq-gr_jp_info_e0k {
  flex: 1;
}.obq-gr_jp_label_e0k {
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #8B35F0;
  margin-bottom: 0.375rem;
}.obq-gr_jp_label_e0k svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.875rem;
  width: 0.875rem;
  margin-right: 4px;
  vertical-align: -2px;
}.obq-gr_jp_amount_e0k {
  font-size: 2rem;
  color: #F6F0F2;
  font-weight: 800;
  margin-bottom: 4px;
  line-height: 1;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 766px) {.obq-gr_jp_amount_e0k {
  font-size: 2.5rem;
}
}.obq-gr_jp_amount_e0k span {
  color: #F5C400;
}.obq-gr_jp_seo_e0k {
  line-height: 1.5;
  max-width: 30rem;
  overflow-wrap: break-word;
  color: #A08488;
  font-size: 0.75rem;
}.obq-gr_jp_cta_e0k {
  transition: background .2s;
  border-radius: 0.5rem;
  border: 1px solid rgba(139,0,34,0.28);
  background: rgba(139,0,34,0.28);
  padding: 11px 20px;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 700;
  color: #F6F0F2;
  position: relative;
  margin-top: 4px;
  font-size: 13px;
  z-index: 1;
  align-self: flex-start;
}.obq-gr_jp_cta_e0k:hover {
  background: #8B0022;
}.obq-ws_e0k {
  padding: 2rem 1rem 0;
  background: #0D0608;
}
@media(min-width: 766px) {.obq-ws_e0k {
  padding: 36px 24px 0;
}
}.obq-ws_in_e0k {
  margin: 0 auto;
  max-width: 1320px;
}.obq-ws_head_e0k {
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  display: flex;
  flex-wrap: wrap;
}.obq-ws_title_e0k {
  gap: 0.625rem;
  display: flex;
  font-family: 'Barlow Condensed', sans-serif;
  align-items: center;
  color: #F6F0F2;
  overflow-wrap: break-word;
  font-size: 1rem;
  flex-wrap: wrap;
  font-weight: 700;
}.obq-ws_title_ic_e0k svg {
  width: 1.125rem;
  color: #F5C400;
  height: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.obq-ws_online_e0k {
  gap: 7px;
  font-size: 0.75rem;
  display: flex;
  font-weight: 600;
  align-items: center;
  color: #78595F;
}.obq-ws_online_dot_e0k {
  border-radius: 50%;
  background: #18C96A;
  width: 8px;
  flex-shrink: 0;
  box-shadow: 0 0 0.375rem rgba(24,201,106,0.16);
  height: 8px;
}.obq-ws_scroll_e0k {
  gap: 8px;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}.obq-ws_scroll_e0k::-webkit-scrollbar {
  display: none;
}.obq-wc_e0k {
  gap: 10px;
  background: #130B0F;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 0.625rem 0.875rem;
  align-items: center;
  flex-shrink: 0;
  min-width: 220px;
  display: flex;
}.obq-wc_img_e0k {
  border-radius: 4px;
  background: #18100D;
  overflow: hidden;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}.obq-wc_img_e0k img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.obq-wc_info_e0k {
  min-width: 0;
}.obq-wc_game_e0k {
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
  color: #D5C6CA;
  text-overflow: ellipsis;
}.obq-wc_player_e0k {
  overflow: hidden;
  white-space: nowrap;
  color: #5C4147;
  font-size: 10px;
  text-overflow: ellipsis;
}.obq-wc_amount_e0k {
  font-size: 0.813rem;
  flex-shrink: 0;
  margin-left: auto;
  font-weight: 700;
  color: #18C96A;
  white-space: nowrap;
}.obq-prov_e0k {
  padding: 2.25rem 1rem 0;
  background: #0D0608;
}
@media(min-width: 767px) {.obq-prov_e0k {
  padding: 44px 24px 0;
}
}.obq-prov_in_e0k {
  margin: 0 auto;
  max-width: 1320px;
}.obq-prov_head_e0k {
  margin-bottom: 16px;
}.obq-prov_label_e0k {
  text-transform: uppercase;
  color: #D4003C;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 11px;
}.obq-prov_h2_e0k {
  color: #F6F0F2;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width: 767px) {.obq-prov_h2_e0k {
  font-size: 24px;
}
}.obq-prov_seo_e0k {
  font-size: 0.813rem;
  max-width: 38.75rem;
  line-height: 1.6;
  color: #78595F;
  overflow-wrap: break-word;
  margin-bottom: 1rem;
}.obq-prov_seo_e0k strong {
  color: #D5C6CA;
  font-weight: 700;
}.obq-prov_seo_e0k a {
  color: #D4003C;
  text-decoration: underline;
}.obq-prov_grid_e0k {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 637px) {.obq-prov_grid_e0k {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.obq-prov_grid_e0k {
  grid-template-columns: repeat(8,1fr);
}
}.obq-prov_card_e0k {
  border: 1px solid rgba(255,255,255,0.09);
  background: #130B0F;
  transition: border-color .2s,background .2s;
  gap: 0.438rem;
  border-radius: 8px;
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}.obq-prov_card_e0k:hover {
  border-color: rgba(255,255,255,0.18);
  background: #18100D;
}.obq-prov_logo_e0k {
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  overflow: hidden;
  align-items: center;
  height: 44px;
  width: 2.75rem;
  display: flex;
  justify-content: center;
}.obq-prov_logo_e0k img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.obq-prov_name_e0k {
  text-align: center;
  overflow-wrap: break-word;
  color: #A08488;
  font-size: 0.688rem;
  font-weight: 600;
}.obq-app_e0k {
  padding: 2.25rem 1rem 0;
  background: #0D0608;
}
@media(min-width: 765px) {.obq-app_e0k {
  padding: 44px 24px 0;
}
}.obq-app_in_e0k {
  margin: 0 auto;
  max-width: 1320px;
}.obq-app_head_e0k {
  margin-bottom: 1rem;
}.obq-app_label_e0k {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #D4003C;
}.obq-app_h2_e0k {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 6px;
  color: #F6F0F2;
}
@media(min-width: 766px) {.obq-app_h2_e0k {
  font-size: 24px;
}
}.obq-app_sub_e0k {
  overflow-wrap: break-word;
  max-width: 37.5rem;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #78595F;
}.obq-app_sub_e0k strong {
  color: #D5C6CA;
  font-weight: 700;
}.obq-app_cards_e0k {
  gap: 0.625rem;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.obq-app_cards_e0k {
  grid-template-columns: repeat(3,1fr);
}
}.obq-app_card_e0k {
  gap: 1rem;
  overflow: hidden;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
}.obq-app_card_ios_e0k {
  background: linear-gradient(135deg,rgba(212,0,60,0.18) 0%,#18100D 100%);
}.obq-app_card_android_e0k {
  background: linear-gradient(135deg,rgba(24,201,106,0.16) 0%,#18100D 100%);
}.obq-app_card_win_e0k {
  background: linear-gradient(135deg,rgba(245,196,0,0.15) 0%,#18100D 100%);
}.obq-app_card_ic_e0k svg {
  stroke-linejoin: round;
  height: 2.125rem;
  width: 34px;
  stroke-linecap: round;
}.obq-app_card_ic_e0k {
  flex-shrink: 0;
  color: #F6F0F2;
}.obq-app_card_os_e0k {
  text-transform: uppercase;
  color: #78595F;
  margin-bottom: 0.375rem;
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: .08em;
}.obq-app_card_title_e0k {
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-size: 15px;
  line-height: 1.2;
  color: #F6F0F2;
  font-weight: 700;
}.obq-app_card_text_e0k {
  font-size: 12px;
  color: #78595F;
  line-height: 1.5;
  margin-bottom: 14px;
  overflow-wrap: break-word;
}.obq-app_card_btn_e0k {
  transition: background .2s;
  border-radius: 0.25rem;
  gap: 7px;
  border: 1px solid rgba(255,255,255,0.18);
  padding: 10px 1.125rem;
  background: rgba(255,255,255,0.12);
  display: inline-flex;
  font-size: 13px;
  color: #F6F0F2;
  font-weight: 700;
  align-items: center;
}.obq-app_card_btn_e0k:hover {
  background: rgba(255,255,255,0.07);
}.obq-reg_e0k {
  background: #0D0608;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.obq-reg_e0k {
  padding: 44px 24px 0;
}
}.obq-reg_in_e0k {
  padding: 1.75rem 24px;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 0.75rem;
  background: #18100D;
  max-width: 1320px;
}
@media(min-width: 766px) {.obq-reg_in_e0k {
  padding: 40px;
}
}.obq-reg_top_e0k {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:860px) {.obq-reg_top_e0k {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.obq-reg_label_e0k {
  font-weight: 700;
  margin-bottom: 10px;
  color: #D4003C;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.obq-reg_h2_e0k {
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  color: #F6F0F2;
  font-size: 22px;
  line-height: 1.2;
}
@media(min-width: 769px) {.obq-reg_h2_e0k {
  font-size: 1.75rem;
}
}.obq-reg_bonus_e0k {
  background: rgba(245,196,0,0.15);
  gap: 8px;
  border: 1px solid rgba(245,196,0,0.15);
  padding: 10px 16px;
  border-radius: 0.5rem;
  align-items: center;
  display: inline-flex;
  margin-bottom: 16px;
}.obq-reg_bonus_amount_e0k {
  font-weight: 800;
  font-size: 1.25rem;
  color: #F5C400;
}.obq-reg_bonus_text_e0k {
  font-size: 13px;
  line-height: 1.35;
  color: #A08488;
}.obq-reg_cta_btn_e0k {
  background: #18C96A;
  padding: 14px 32px;
  border-radius: 8px;
  transition: background .2s;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0D0608;
  box-shadow: 0 6px 20px rgba(24,201,106,0.42), 0 1px 3px rgba(24,201,106,0.28);
  font-size: 15px;
}.obq-reg_cta_btn_e0k:hover {
  background: #1EE07A;
}.obq-reg_terms_e0k {
  color: #5C4147;
  line-height: 1.5;
  font-size: 0.688rem;
}.obq-reg_seo_e0k {
  border-top: 1px solid rgba(255,255,255,0.05);
  line-height: 1.65;
  overflow-wrap: break-word;
  padding-top: 1.25rem;
  color: #78595F;
  font-size: 0.813rem;
  margin-top: 1.25rem;
}.obq-reg_seo_e0k p {
  color: #78595F;
  margin-bottom: 0.625rem;
  font-size: 0.813rem;
  line-height: 1.65;
}.obq-reg_seo_e0k p:last-child {
  margin-bottom: 0;
}.obq-reg_seo_e0k strong {
  color: #D5C6CA;
  font-weight: 700;
}.obq-reg_seo_e0k a {
  transition: color .2s;
  text-decoration: underline;
  color: #D4003C;
}.obq-reg_seo_e0k a:hover {
  color: #EB0044;
}.obq-reg_seo_e0k ul,.obq-reg_seo_e0k ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 18px;
}.obq-reg_seo_e0k ol {
  list-style: decimal;
}.obq-reg_seo_e0k li {
  font-size: 0.813rem;
  color: #78595F;
  line-height: 1.65;
  margin-bottom: 4px;
}.obq-reg_seo_e0k table {
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}
@media(min-width: 769px) {.obq-reg_seo_e0k table {
  display: table;
}
}.obq-reg_seo_e0k th {
  padding: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #D5C6CA;
  text-align: left;
}.obq-reg_seo_e0k td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 8px;
  color: #78595F;
}.obq-reg_steps_e0k {
  gap: 14px;
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}
@media(min-width: 862px) {.obq-reg_steps_e0k {
  margin-top: 0;
}
}.obq-reg_step_e0k {
  border: 1px solid rgba(255,255,255,0.05);
  gap: 14px;
  padding: 1rem;
  border-radius: 0.5rem;
  background: rgba(255,255,255,0.05);
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.obq-reg_step_num_e0k {
  border: 1px solid rgba(212,0,60,0.08);
  background: rgba(212,0,60,0.18);
  border-radius: 50%;
  align-items: center;
  font-weight: 800;
  width: 2.125rem;
  font-size: 14px;
  flex-shrink: 0;
  color: #D4003C;
  justify-content: center;
  display: flex;
  height: 34px;
}.obq-reg_step_title_e0k {
  margin-bottom: 3px;
  font-size: 14px;
  color: #F6F0F2;
  font-weight: 700;
}.obq-reg_step_text_e0k {
  line-height: 1.5;
  color: #78595F;
  font-size: 0.75rem;
}.obq-reg_trust_e0k {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.625rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  flex-wrap: wrap;
  display: flex;
}.obq-reg_trust_item_e0k {
  gap: 0.438rem;
  color: #78595F;
  align-items: center;
  font-size: 12px;
  overflow-wrap: break-word;
  display: flex;
}.obq-reg_trust_ic_e0k svg {
  color: #D4003C;
  height: 1rem;
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.obq-bon_e0k {
  background: #0D0608;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.obq-bon_e0k {
  padding: 2.75rem 1.5rem 0;
}
}.obq-bon_in_e0k {
  margin: 0 auto;
  max-width: 1320px;
}.obq-bon_head_e0k {
  margin-bottom: 1.25rem;
}.obq-bon_label_e0k {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-size: 11px;
  color: #D4003C;
}.obq-bon_h2_e0k {
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  color: #F6F0F2;
  font-size: 1.25rem;
}
@media(min-width: 766px) {.obq-bon_h2_e0k {
  font-size: 24px;
}
}.obq-bon_seo_e0k {
  color: #78595F;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
  max-width: 620px;
}.obq-bon_seo_e0k strong {
  color: #D5C6CA;
  font-weight: 700;
}.obq-bon_seo_e0k a {
  text-decoration: underline;
  color: #D4003C;
}.obq-bon_grid_e0k {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 638px) {.obq-bon_grid_e0k {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.obq-bon_grid_e0k {
  grid-template-columns: repeat(5,1fr);
}
}.obq-bon_card_e0k {
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 1rem;
  border-radius: 0.5rem;
  background: #130B0F;
}.obq-bon_card_e0k:hover {
  border-color: rgba(212,0,60,0.08);
  transform: translateY(-2px);
}.obq-bon_card_ic_e0k svg {
  width: 26px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 26px;
}.obq-bon_card_ic_e0k {
  margin-bottom: 10px;
}.obq-bon_card_type_e0k {
  letter-spacing: .06em;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #78595F;
  font-size: 0.625rem;
}.obq-bon_card_amount_e0k {
  font-size: 18px;
  color: #F5C400;
  margin-bottom: 0.375rem;
  line-height: 1.1;
  font-weight: 800;
}.obq-bon_card_name_e0k {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #F6F0F2;
  margin-bottom: 8px;
  font-weight: 600;
}.obq-bon_card_detail_e0k {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 8px;
  color: #5C4147;
  font-size: 0.688rem;
  line-height: 1.5;
  overflow-wrap: break-word;
}.obq-faq_e0k {
  background: #0D0608;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.obq-faq_e0k {
  padding: 44px 24px 0;
}
}.obq-faq_in_e0k {
  margin: 0 auto;
  max-width: 1320px;
}.obq-faq_head_e0k {
  margin-bottom: 20px;
}.obq-faq_label_e0k {
  color: #D4003C;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
}.obq-faq_h2_e0k {
  color: #F6F0F2;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 765px) {.obq-faq_h2_e0k {
  font-size: 24px;
}
}.obq-faq_list_e0k {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.obq-faq_item_e0k {
  background: #18100D;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.5rem;
  overflow: hidden;
}.obq-faq_q_e0k {
  padding: 1rem 20px;
  gap: 12px;
  transition: color .2s;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  display: flex;
  color: #D5C6CA;
  flex-wrap: wrap;
  font-weight: 600;
  cursor: pointer;
}.obq-faq_q_e0k:hover {
  color: #F6F0F2;
}.obq-faq_q_ic_e0k {
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  border-radius: 50%;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  font-size: 1rem;
  display: flex;
  height: 24px;
  align-items: center;
  color: #D4003C;
}.obq-faq_item_e0k.obq-state_open_e0k .obq-faq_q_ic_e0k {
  transform: rotate(45deg);
}.obq-faq_a_e0k {
  padding: 0 20px 16px;
  font-size: 0.813rem;
  display: none;
  line-height: 1.7;
  color: #78595F;
  overflow-wrap: break-word;
}.obq-faq_item_e0k.obq-state_open_e0k .obq-faq_a_e0k {
  display: block;
}.obq-faq_a_e0k strong {
  font-weight: 700;
  color: #D5C6CA;
}.obq-faq_a_e0k a {
  text-decoration: underline;
  color: #D4003C;
}.obq-faq_a_e0k ul,.obq-faq_a_e0k ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.obq-faq_a_e0k ol {
  list-style: decimal;
}.obq-faq_a_e0k li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.obq-faq_a_e0k table {
  margin: 8px 0;
  font-size: 0.75rem;
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width:768px) {.obq-faq_a_e0k table {
  display: table;
}
}.obq-faq_a_e0k th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.375rem 0.5rem;
  font-weight: 700;
  text-align: left;
  color: #D5C6CA;
}.obq-faq_a_e0k td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #78595F;
}.obq-seo_e0k {
  padding: 36px 16px 0;
  background: #0D0608;
}
@media(min-width: 770px) {.obq-seo_e0k {
  padding: 44px 24px 0;
}
}.obq-seo_in_e0k {
  background: #18100D;
  border-radius: 12px;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 1.75rem 24px;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.obq-seo_in_e0k {
  padding: 36px 2.5rem;
}
}.obq-seo_label_e0k {
  margin-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #D4003C;
}.obq-seo_h2_e0k {
  overflow-wrap: break-word;
  color: #F6F0F2;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 765px) {.obq-seo_h2_e0k {
  font-size: 1.5rem;
}
}.obq-seo_body_e0k {
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
  color: #A08488;
}.obq-seo_body_e0k p {
  font-size: 0.875rem;
  color: #A08488;
  margin-bottom: 12px;
  line-height: 1.75;
}.obq-seo_body_e0k p:last-child {
  margin-bottom: 0;
}.obq-seo_body_e0k strong {
  font-weight: 700;
  color: #D5C6CA;
}.obq-seo_body_e0k a {
  transition: color .2s;
  text-decoration: underline;
  color: #D4003C;
}.obq-seo_body_e0k a:hover {
  color: #EB0044;
}.obq-seo_body_e0k ul,.obq-seo_body_e0k ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.obq-seo_body_e0k ol {
  list-style: decimal;
}.obq-seo_body_e0k li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  color: #A08488;
}.obq-seo_body_e0k table {
  font-size: 13px;
  margin-bottom: 0.75rem;
  width: 100%;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 770px) {.obq-seo_body_e0k table {
  display: table;
}
}.obq-seo_body_e0k th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #D5C6CA;
  text-align: left;
}.obq-seo_body_e0k td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 12px;
  color: #A08488;
}.obq-seo_cols_e0k {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 637px) {.obq-seo_cols_e0k {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.obq-seo_cols_e0k {
  grid-template-columns: repeat(3,1fr);
}
}.obq-seo_col_h_e0k {
  color: #D5C6CA;
  margin-bottom: 0.438rem;
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: break-word;
}.obq-seo_col_p_e0k {
  line-height: 1.65;
  font-size: 13px;
  color: #78595F;
  overflow-wrap: break-word;
}.obq-seo_stats_e0k {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.obq-seo_stat_e0k {
  flex: 1;
  background: rgba(212,0,60,0.08);
  border-radius: 8px;
  padding: 0.875rem 16px;
  border: 1px solid rgba(212,0,60,0.18);
  min-width: 140px;
}.obq-seo_stat_val_e0k {
  margin-bottom: 4px;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #D4003C;
}.obq-seo_stat_lb_e0k {
  color: #78595F;
  overflow-wrap: break-word;
  font-size: 11px;
}.obq-seo_e0k {
  background: #0D0608;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.obq-seo_e0k {
  padding: 44px 1.5rem 0;
}
}.obq-seo_in_e0k {
  background: #18100D;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 12px;
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  max-width: 1320px;
}
@media(min-width: 771px) {.obq-seo_in_e0k {
  padding: 2.25rem 2.5rem;
}
}.obq-seo_label_e0k {
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 10px;
  color: #D4003C;
  text-transform: uppercase;
  font-weight: 700;
}.obq-seo_h2_e0k {
  font-weight: 800;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  color: #F6F0F2;
  line-height: 1.25;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 770px) {.obq-seo_h2_e0k {
  font-size: 1.5rem;
}
}.obq-seo_body_e0k {
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #A08488;
}.obq-seo_body_e0k p {
  color: #A08488;
  margin-bottom: 0.75rem;
  font-size: 14px;
  line-height: 1.75;
}.obq-seo_body_e0k p:last-child {
  margin-bottom: 0;
}.obq-seo_body_e0k strong {
  color: #D5C6CA;
  font-weight: 700;
}.obq-seo_body_e0k a {
  transition: color .2s;
  text-decoration: underline;
  color: #D4003C;
}.obq-seo_body_e0k a:hover {
  color: #EB0044;
}.obq-seo_body_e0k ul,.obq-seo_body_e0k ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.obq-seo_body_e0k ol {
  list-style: decimal;
}.obq-seo_body_e0k li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #A08488;
  font-size: 14px;
}.obq-seo_body_e0k table {
  width: 100%;
  display: block;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  font-size: 0.813rem;
  overflow-x: auto;
}
@media(min-width: 766px) {.obq-seo_body_e0k table {
  display: table;
}
}.obq-seo_body_e0k th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #D5C6CA;
  text-align: left;
}.obq-seo_body_e0k td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #A08488;
}.obq-seo_cols_e0k {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.obq-seo_cols_e0k {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.obq-seo_cols_e0k {
  grid-template-columns: repeat(3,1fr);
}
}.obq-seo_col_h_e0k {
  font-weight: 700;
  color: #D5C6CA;
  font-size: 13px;
  margin-bottom: 7px;
  overflow-wrap: break-word;
}.obq-seo_col_p_e0k {
  color: #78595F;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
}.obq-seo_stats_e0k {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.obq-seo_stat_e0k {
  background: rgba(212,0,60,0.08);
  padding: 0.875rem 1rem;
  border: 1px solid rgba(212,0,60,0.18);
  border-radius: 8px;
  flex: 1;
  min-width: 8.75rem;
}.obq-seo_stat_val_e0k {
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #D4003C;
  margin-bottom: 4px;
}.obq-seo_stat_lb_e0k {
  color: #78595F;
  font-size: 11px;
  overflow-wrap: break-word;
}.obq-seo_e0k {
  background: #0D0608;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.obq-seo_e0k {
  padding: 44px 24px 0;
}
}.obq-seo_in_e0k {
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  border-radius: 0.75rem;
  background: #18100D;
  border: 1px solid rgba(255,255,255,0.09);
  max-width: 82.5rem;
}
@media(min-width: 770px) {.obq-seo_in_e0k {
  padding: 2.25rem 2.5rem;
}
}.obq-seo_label_e0k {
  text-transform: uppercase;
  color: #D4003C;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.625rem;
}.obq-seo_h2_e0k {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #F6F0F2;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 769px) {.obq-seo_h2_e0k {
  font-size: 24px;
}
}.obq-seo_body_e0k {
  line-height: 1.75;
  color: #A08488;
  overflow-wrap: break-word;
  font-size: 14px;
}.obq-seo_body_e0k p {
  color: #A08488;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 14px;
}.obq-seo_body_e0k p:last-child {
  margin-bottom: 0;
}.obq-seo_body_e0k strong {
  font-weight: 700;
  color: #D5C6CA;
}.obq-seo_body_e0k a {
  transition: color .2s;
  color: #D4003C;
  text-decoration: underline;
}.obq-seo_body_e0k a:hover {
  color: #EB0044;
}.obq-seo_body_e0k ul,.obq-seo_body_e0k ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.obq-seo_body_e0k ol {
  list-style: decimal;
}.obq-seo_body_e0k li {
  font-size: 0.875rem;
  margin-bottom: 6px;
  line-height: 1.75;
  color: #A08488;
}.obq-seo_body_e0k table {
  font-size: 0.813rem;
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
}
@media(min-width: 769px) {.obq-seo_body_e0k table {
  display: table;
}
}.obq-seo_body_e0k th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  font-weight: 700;
  color: #D5C6CA;
}.obq-seo_body_e0k td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 12px;
  color: #A08488;
}.obq-seo_cols_e0k {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width:640px) {.obq-seo_cols_e0k {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.obq-seo_cols_e0k {
  grid-template-columns: repeat(3,1fr);
}
}.obq-seo_col_h_e0k {
  color: #D5C6CA;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0.438rem;
}.obq-seo_col_p_e0k {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
  color: #78595F;
}.obq-seo_stats_e0k {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.obq-seo_stat_e0k {
  border: 1px solid rgba(212,0,60,0.18);
  flex: 1;
  padding: 14px 1rem;
  border-radius: 8px;
  background: rgba(212,0,60,0.08);
  min-width: 140px;
}.obq-seo_stat_val_e0k {
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-weight: 800;
  color: #D4003C;
  font-size: 20px;
}.obq-seo_stat_lb_e0k {
  color: #78595F;
  font-size: 11px;
  overflow-wrap: break-word;
}.obq-ft_e0k {
  background: #080304;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 3rem;
}.obq-ft_support_e0k {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width:768px) {.obq-ft_support_e0k {
  padding: 1.75rem 1.5rem;
}
}.obq-ft_support_in_e0k {
  margin: 0 auto;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  max-width: 1320px;
}.obq-ft_support_main_e0k {
  gap: 1rem;
  flex: 1;
  min-width: 220px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.obq-ft_support_ic_e0k {
  flex-shrink: 0;
  color: #D4003C;
}.obq-ft_support_ic_e0k svg {
  width: 1.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.875rem;
}.obq-ft_support_text_title_e0k {
  font-size: 15px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F6F0F2;
  margin-bottom: 3px;
}.obq-ft_support_text_sub_e0k {
  color: #78595F;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.obq-ft_support_btn_e0k {
  transition: background .2s;
  border-radius: 8px;
  padding: 0.688rem 1.375rem;
  background: #D4003C;
  font-size: 0.813rem;
  font-weight: 700;
  color: #F6F0F2;
  white-space: nowrap;
  flex-shrink: 0;
}.obq-ft_support_btn_e0k:hover {
  background: #EB0044;
}.obq-ft_support_contacts_e0k {
  gap: 16px;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.obq-ft_support_contact_e0k {
  font-size: 12px;
  line-height: 1.4;
  color: #5C4147;
}.obq-ft_support_contact_e0k strong {
  color: #A08488;
  display: block;
  font-size: 0.688rem;
  font-weight: 600;
  margin-bottom: 2px;
}.obq-ft_main_e0k {
  padding: 32px 1rem 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 771px) {.obq-ft_main_e0k {
  padding: 40px 24px 2rem;
}
}.obq-ft_main_in_e0k {
  margin: 0 auto;
  gap: 1.5rem;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 642px) {.obq-ft_main_in_e0k {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.obq-ft_main_in_e0k {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.obq-ft_col_logo_e0k {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.obq-ft_col_logo_e0k {
  grid-column: auto;
}
}.obq-ft_logo_e0k {
  gap: 9px;
  margin-bottom: 12px;
  align-items: center;
  display: flex;
  color: #F6F0F2;
  overflow-wrap: break-word;
  font-size: 1rem;
  flex-wrap: wrap;
  font-weight: 800;
}.obq-ft_logo_mark_e0k {
  overflow: hidden;
  border-radius: 0.25rem;
  width: 30px;
  height: 1.875rem;
}.obq-ft_logo_mark_e0k img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.obq-ft_logo_sub_e0k {
  color: #5C4147;
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 12px;
  max-width: 200px;
}.obq-ft_col_title_e0k {
  font-size: 0.75rem;
  letter-spacing: .07em;
  font-weight: 700;
  margin-bottom: 0.875rem;
  color: #A08488;
  text-transform: uppercase;
}.obq-ft_col_links_e0k {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.obq-ft_col_link_e0k {
  transition: color .2s;
  color: #5C4147;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.obq-ft_col_link_e0k:hover {
  color: #D5C6CA;
}.obq-ft_apps_e0k {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.obq-ft_app_card_e0k {
  gap: 0.625rem;
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  padding: 0.625rem 12px;
  border: 1px solid rgba(255,255,255,0.09);
  display: flex;
  align-items: center;
}.obq-ft_app_card_e0k:hover {
  border-color: rgba(255,255,255,0.18);
}.obq-ft_app_card_ic_e0k svg {
  height: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 22px;
}.obq-ft_app_card_os_e0k {
  font-weight: 600;
  font-size: 10px;
  color: #5C4147;
}.obq-ft_app_card_action_e0k {
  font-size: 12px;
  color: #D5C6CA;
  font-weight: 700;
}.obq-ft_bot_e0k {
  padding: 1.25rem 1rem;
}
@media(min-width: 771px) {.obq-ft_bot_e0k {
  padding: 20px 24px;
}
}.obq-ft_bot_in_e0k {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  max-width: 1320px;
}.obq-ft_socials_e0k {
  gap: 8px;
  display: flex;
}.obq-ft_soc_e0k {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.25rem;
  transition: background .2s;
  display: flex;
  color: #A08488;
  width: 36px;
  justify-content: center;
  height: 2.25rem;
  align-items: center;
}.obq-ft_soc_e0k svg {
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
  width: 16px;
}.obq-ft_soc_e0k:hover {
  background: rgba(255,255,255,0.07);
}.obq-ft_legal_e0k {
  flex: 1;
  overflow-wrap: break-word;
  font-size: 11px;
  min-width: 200px;
  color: #8A7075;
  line-height: 1.6;
}.obq-ft_legal_e0k strong {
  color: #A08488;
  font-weight: 700;
}.obq-ft_legal_e0k a {
  text-decoration: underline;
  color: #A08488;
}.obq-ft_age_e0k {
  border-radius: 50%;
  border: 2px solid #8A7075;
  height: 2rem;
  width: 32px;
  justify-content: center;
  color: #8A7075;
  font-size: 0.688rem;
  margin-left: auto;
  align-items: center;
  flex-shrink: 0;
  font-weight: 800;
  display: flex;
}