*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background-color: #130B05;
  line-height: 1.6;
  color: #DCCFB3;
  font-family: 'Nunito Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}a {
  text-decoration: none;
  color: inherit;
}.ctb_layout_jut {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.ctb_page_jut {
  min-height: 100vh;
  display: flex;
}.ctb_main_jut {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media screen and (min-width: 1077px) {.ctb_main_jut {
  padding-left: 220px;
}
}
@media screen and (max-width: 1078px) {.ctb_main_jut {
  padding-bottom: 4.5rem;
}
}.ctb_gc_jut {
  background: #1C1008;
  overflow: hidden;
  border-radius: 10px;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
  position: relative;
  width: 8.75rem;
  flex-shrink: 0;
}
@media(min-width: 642px) {.ctb_gc_jut {
  width: 156px;
}
}
@media(min-width: 1081px) {.ctb_gc_jut {
  width: 10.5rem;
}
}.ctb_gc_jut:hover {
  border-color: rgba(200, 130, 10, 0.08);
  transform: translateY(-3px);
}.ctb_gc_img_jut {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.ctb_gc_img_jut img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}.ctb_gc_hover_jut {
  inset: 0;
  transition: opacity .2s;
  background: rgba(13, 8, 4, 0.74);
  opacity: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  align-items: center;
}.ctb_gc_jut:hover .ctb_gc_hover_jut {
  opacity: 1;
}.ctb_gc_hover_btn_jut {
  border-radius: 0.313rem;
  padding: 0.5rem 1rem;
  background: #C8820A;
  font-weight: 700;
  color: #F5EDD8;
  font-size: 12px;
}.ctb_gc_info_jut {
  padding: 0.5rem 0.625rem 0.625rem;
}.ctb_gc_name_jut {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 0.75rem;
  color: #DCCFB3;
  max-width: 100%;
  text-overflow: ellipsis;
}.ctb_gc_prov_jut {
  font-size: 0.625rem;
  color: #726048;
}.ctb_gc_tag_jut {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  left: 6px;
  position: absolute;
  top: 6px;
  font-weight: 700;
  z-index: 2;
  letter-spacing: .04em;
  font-size: 9px;
}.ctb_gc_tag_hot_jut {
  background: #C0392B;
  color: #fff;
}.ctb_gc_tag_new_jut {
  background: #3D9B4A;
  color: #130B05;
}.ctb_gc_tag_jp_jut {
  background: #E8A020;
  color: #130B05;
}.ctb_gc_tag_ex_jut {
  background: #8B4E06;
  color: #fff;
}.ctb_gc_tag_live_jut {
  background: #C0392B;
  color: #fff;
}.ctb_gr_jut {
  padding: 2rem 1rem 0;
  background: #130B05;
}
@media(min-width: 769px) {.ctb_gr_jut {
  padding: 2.25rem 1.5rem 0;
}
}.ctb_gr_in_jut {
  margin: 0 auto;
  max-width: 1320px;
}.ctb_gr_head_jut {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}.ctb_gr_head_l_jut {
  gap: 10px;
  flex: 1;
  align-items: center;
  display: flex;
  min-width: 0;
}.ctb_gr_ic_jut {
  border-radius: 0.625rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 32px;
}.ctb_gr_ic_jut svg {
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
}.ctb_gr_title_jut {
  font-family: 'Cormorant Garamond', serif;
  color: #F5EDD8;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 16px;
}
@media(min-width: 769px) {.ctb_gr_title_jut {
  font-size: 1.125rem;
}
}.ctb_gr_more_jut {
  transition: color .2s;
  gap: 0.313rem;
  display: flex;
  color: #8A7055;
  font-weight: 600;
  align-items: center;
  flex-shrink: 0;
  font-size: 0.75rem;
  white-space: nowrap;
}.ctb_gr_more_jut:hover {
  color: #C8820A;
}.ctb_gr_more_jut svg {
  width: 0.75rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 12px;
}.ctb_gr_arrows_jut {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.ctb_gr_arr_jut {
  border-radius: 0.313rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  width: 1.875rem;
  display: flex;
  justify-content: center;
  color: #B09878;
  align-items: center;
  height: 30px;
}.ctb_gr_arr_jut:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F5EDD8;
}.ctb_gr_arr_jut svg {
  width: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.813rem;
}.ctb_gr_seo_h_jut {
  margin: 0 0 6px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  max-width: 42.5rem;
  font-size: 13px;
  color: #DCCFB3;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.ctb_gr_seo_h_jut {
  font-size: 14px;
}
}.ctb_gr_seo_jut {
  color: #8A7055;
  font-size: 0.75rem;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  line-height: 1.55;
  max-width: 680px;
}.ctb_gr_seo_jut strong {
  font-weight: 600;
  color: #DCCFB3;
}.ctb_gr_scroll_jut {
  gap: 0.625rem;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.ctb_gr_scroll_jut::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.ctb_gr_scroll_jut {
  gap: 12px;
}
}.ctb_tb_jut {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0F0904;
  align-items: center;
  left: 0;
  z-index: 80;
  height: 56px;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
}.ctb_tb_in_jut {
  padding: 0 0.875rem;
  gap: 0;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
}.ctb_tb_burger_jut {
  gap: 0.313rem;
  border-radius: 10px;
  justify-content: center;
  flex-direction: column;
  height: 38px;
  margin-right: 0.5rem;
  flex-shrink: 0;
  width: 2.375rem;
  align-items: center;
  display: flex;
}.ctb_tb_burger_jut:hover {
  background: rgba(255, 255, 255, 0.05);
}.ctb_tb_burger_line_jut {
  background: #B09878;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 18px;
}
@media(min-width: 1077px) {.ctb_tb_burger_jut {
  display: none;
}
}.ctb_tb_logo_jut {
  gap: 9px;
  color: #F5EDD8;
  display: flex;
  margin-right: 20px;
  flex-shrink: 0;
  letter-spacing: -.01em;
  font-size: 1.125rem;
  align-items: center;
  font-weight: 800;
  overflow-wrap: break-word;
}.ctb_tb_logo_mark_jut {
  border-radius: 0.625rem;
  overflow: hidden;
  height: 32px;
  align-items: center;
  display: flex;
  width: 32px;
  justify-content: center;
}.ctb_tb_logo_mark_jut img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.ctb_tb_nav_jut {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 642px) {.ctb_tb_nav_jut {
  display: flex;
}
}.ctb_tb_tab_jut {
  transition: background .15s,color .15s;
  padding: 0.5rem 14px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 13px;
  color: #B09878;
  white-space: nowrap;
}.ctb_tb_tab_jut:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDD8;
}.ctb_tb_tab_jut.ctb_state_active_jut {
  background: rgba(200, 130, 10, 0.18);
  color: #F5EDD8;
}.ctb_tb_right_jut {
  gap: 0.5rem;
  margin-left: auto;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.ctb_tb_login_jut {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 9px 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  transition: border-color .2s,color .2s;
  color: #DCCFB3;
  display: none;
  font-weight: 600;
  font-size: 0.813rem;
}.ctb_tb_login_jut:hover {
  border-color: rgba(200, 130, 10, 0.48);
  color: #F5EDD8;
}
@media(min-width: 478px) {.ctb_tb_login_jut {
  display: block;
}
}.ctb_tb_reg_jut {
  background: #3D9B4A;
  border-radius: 0.625rem;
  transition: background .2s;
  padding: 0.563rem 18px;
  white-space: nowrap;
  font-weight: 700;
  color: #0D0804;
  font-size: 13px;
}.ctb_tb_reg_jut:hover {
  background: #4AB558;
}.ctb_sb_jut {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #231409;
  transition: transform .25s ease;
  transform: translateX(-100%);
  overflow-y: auto;
  top: 3.5rem;
  left: 0;
  width: 13.75rem;
  z-index: 70;
  position: fixed;
  bottom: 0;
}.ctb_sb_jut.ctb_state_open_jut {
  transform: translateX(0);
}.ctb_sb_jut::-webkit-scrollbar {
  width: 0.25rem;
}.ctb_sb_jut::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1083px) {.ctb_sb_jut {
  transform: translateX(0);
}
}.ctb_sb_auth_jut {
  padding: 14px 12px 0.625rem;
}.ctb_sb_btn_reg_jut {
  background: #3D9B4A;
  border-radius: 10px;
  transition: background .2s;
  padding: 11px;
  margin-bottom: 0.5rem;
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 13px;
  color: #0D0804;
}.ctb_sb_btn_reg_jut:hover {
  background: #4AB558;
}.ctb_sb_btn_login_jut {
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  text-align: center;
  font-weight: 600;
  color: #DCCFB3;
  font-size: 0.813rem;
  display: block;
}.ctb_sb_btn_login_jut:hover {
  border-color: rgba(200, 130, 10, 0.48);
  color: #F5EDD8;
}.ctb_sb_promo_jut {
  padding: 12px 14px;
  background: linear-gradient(135deg,#2A1408,#231409);
  overflow: hidden;
  border: 1px solid rgba(200, 130, 10, 0.18);
  border-radius: 0.625rem;
  margin: 0 12px 0.625rem;
  position: relative;
}.ctb_sb_promo_jut::before {
  background: radial-gradient(circle,rgba(200, 130, 10, 0.18),transparent 70%);
  border-radius: 50%;
  right: -1.25rem;
  content: '';
  width: 5rem;
  height: 5rem;
  top: -1.25rem;
  position: absolute;
}.ctb_sb_promo_title_jut {
  letter-spacing: .06em;
  color: #C8820A;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 0.25rem;
  font-weight: 700;
}.ctb_sb_promo_text_jut {
  color: #F5EDD8;
  overflow-wrap: break-word;
  line-height: 1.35;
  font-weight: 600;
  font-size: 0.75rem;
}.ctb_sb_promo_sub_jut {
  margin-top: 3px;
  color: #8A7055;
  font-size: 0.625rem;
}.ctb_sb_nav_jut {
  padding: 0.375rem 0.5rem 16px;
}.ctb_sb_nav_lb_jut {
  padding: 10px 8px 6px;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #726048;
}.ctb_sb_link_jut {
  padding: 9px 0.625rem;
  gap: 0.625rem;
  transition: background .15s,color .15s;
  border-radius: 5px;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 500;
  font-size: 0.813rem;
  color: #B09878;
  cursor: pointer;
  align-items: center;
}.ctb_sb_link_jut:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDD8;
}.ctb_sb_link_jut.ctb_state_active_jut {
  background: rgba(200, 130, 10, 0.18);
  color: #F5EDD8;
}.ctb_sb_ic_jut {
  border-radius: 0.313rem;
  display: flex;
  height: 30px;
  width: 30px;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
}.ctb_sb_ic_jut svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
  width: 16px;
}.ctb_sb_ic_1_jut {
  background: rgba(200, 130, 10, 0.08);
  color: #C8820A;
}.ctb_sb_ic_2_jut {
  background: rgba(61, 155, 74, 0.18);
  color: #3D9B4A;
}.ctb_sb_ic_3_jut {
  background: rgba(232, 160, 32, 0.18);
  color: #E8A020;
}.ctb_sb_ic_4_jut {
  background: rgba(139, 78, 6, 0.22);
  color: #8B4E06;
}.ctb_sb_ic_5_jut {
  background: rgba(200, 130, 10, 0.08);
  color: #C4417A;
}.ctb_sb_ic_6_jut {
  background: rgba(139, 78, 6, 0.22);
  color: #7B3FA0;
}.ctb_sb_badge_jut {
  background: #E8A020;
  padding: 2px 7px;
  border-radius: 5px;
  margin-left: auto;
  font-weight: 700;
  font-size: 9px;
  color: #0D0804;
}.ctb_sb_bot_jut {
  gap: 0.5rem;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.ctb_sb_lang_jut,.ctb_sb_help_jut {
  border-radius: 0.313rem;
  flex: 1;
  gap: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  padding: 9px 6px;
  font-weight: 600;
  justify-content: center;
  color: #B09878;
  align-items: center;
  font-size: 11px;
  display: flex;
}.ctb_sb_lang_jut:hover,.ctb_sb_help_jut:hover {
  border-color: rgba(200, 130, 10, 0.48);
  color: #F5EDD8;
}.ctb_sb_lang_jut svg,.ctb_sb_help_jut svg {
  width: 13px;
  height: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.ctb_sb_bd_jut {
  background: rgba(13, 8, 4, 0.74);
  inset: 0;
  z-index: 69;
  position: fixed;
  display: none;
}.ctb_sb_bd_jut.ctb_state_on_jut {
  display: block;
}
@media(min-width: 1079px) {.ctb_sb_bd_jut {
  display: none!important;
}
}.ctb_mob_nav_jut {
  background: #231409;
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 80;
  position: fixed;
}
@media(min-width: 1079px) {.ctb_mob_nav_jut {
  display: none;
}
}.ctb_mob_nav_item_jut {
  flex: 1;
  gap: 0.25rem;
  padding: 0.25rem 2px;
  flex-direction: column;
  color: #726048;
  cursor: pointer;
  display: flex;
  align-items: center;
}.ctb_mob_nav_ic_jut {
  line-height: 1;
}.ctb_mob_nav_ic_jut svg {
  stroke-linejoin: round;
  height: 20px;
  width: 1.25rem;
  stroke-linecap: round;
}.ctb_mob_nav_lb_jut {
  font-weight: 600;
  font-size: 0.625rem;
  color: #726048;
}.ctb_mob_nav_item_jut.ctb_state_active_jut {
  color: #C8820A;
}.ctb_mob_nav_item_jut.ctb_state_active_jut .ctb_mob_nav_lb_jut {
  color: #C8820A;
}.ctb_hero_jut {
  background: #130B05;
  padding: 20px 1rem 0;
}
@media(min-width: 771px) {.ctb_hero_jut {
  padding: 1.5rem 1.5rem 0;
}
}.ctb_hero_in_jut {
  gap: 0.75rem;
  margin: 0 auto;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 861px) {.ctb_hero_in_jut {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1103px) {.ctb_hero_in_jut {
  grid-template-columns: 1fr 21.25rem;
}
}.ctb_hero_promo_jut {
  overflow: hidden;
  background: #1C1008;
  border-radius: 16px;
  min-height: 220px;
  align-items: stretch;
  display: flex;
  position: relative;
}
@media(min-width: 769px) {.ctb_hero_promo_jut {
  min-height: 280px;
}
}.ctb_hero_promo_bg_jut {
  inset: 0;
  background: linear-gradient(120deg,#2A1408 0%,#130B05 100%);
  background-position: center;
  background-size: cover;
  position: absolute;
}.ctb_hero_promo_bg_jut::after {
  inset: 0;
  background: linear-gradient(90deg,#130B05 0%,rgba(13, 8, 4, 0.74) 60%,transparent 100%);
  content: '';
  position: absolute;
}.ctb_hero_promo_glow_jut {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(139, 78, 6, 0.22) 0%,transparent 65%);
  pointer-events: none;
  right: 60px;
  height: 18.75rem;
  top: -2.5rem;
  position: absolute;
  width: 300px;
}.ctb_hero_promo_ct_jut {
  padding: 28px 24px 28px 28px;
  position: relative;
  max-width: 480px;
  justify-content: center;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media(min-width: 767px) {.ctb_hero_promo_ct_jut {
  padding: 2.5rem 2rem;
}
}.ctb_hero_badge_jut {
  padding: 0.313rem 12px;
  background: rgba(200, 130, 10, 0.18);
  border: 1px solid rgba(200, 130, 10, 0.08);
  border-radius: 1.25rem;
  margin-bottom: 14px;
  letter-spacing: .08em;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: #C8820A;
  text-transform: uppercase;
}.ctb_hero_h1_jut {
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1.15;
  font-size: 1.625rem;
  color: #F5EDD8;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 0.625rem;
}.ctb_hero_h1_jut em {
  color: #E8A020;
  font-style: normal;
}
@media(min-width: 770px) {.ctb_hero_h1_jut {
  font-size: 2.25rem;
}
}.ctb_hero_sub_jut {
  color: #B09878;
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.55;
}
@media(min-width: 765px) {.ctb_hero_sub_jut {
  font-size: 14px;
}
}.ctb_hero_row_jut {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.ctb_hero_cta_jut {
  border-radius: 0.625rem;
  background: #3D9B4A;
  padding: 0.813rem 26px;
  transition: background .2s;
  color: #0D0804;
  font-weight: 700;
  box-shadow: 0 6px 1.125rem rgba(61, 155, 74, 0.40);
  font-size: 0.875rem;
}.ctb_hero_cta_jut:hover {
  background: #4AB558;
}.ctb_hero_terms_jut {
  font-size: 0.688rem;
  color: #726048;
}.ctb_hero_game_jut {
  overflow: hidden;
  background: #1C1008;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  flex-direction: column;
  display: flex;
  position: relative;
}.ctb_hero_game_badge_jut {
  padding: 0.313rem 0.625rem;
  background: rgba(232, 160, 32, 0.18);
  border: 1px solid rgba(232, 160, 32, 0.18);
  border-radius: 20px;
  font-size: 10px;
  z-index: 3;
  position: absolute;
  left: 12px;
  top: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #E8A020;
  text-transform: uppercase;
}.ctb_hero_game_badge_jut svg {
  height: 0.688rem;
  vertical-align: -1px;
  margin-right: 4px;
  width: 0.688rem;
}.ctb_hero_game_img_jut {
  overflow: hidden;
  background: linear-gradient(135deg,#2A1408,#130B05);
  position: relative;
  padding-bottom: 60%;
}.ctb_hero_game_img_jut img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}.ctb_hero_game_play_jut {
  inset: 0;
  background: rgba(13, 8, 4, 0.74);
  transition: opacity .2s;
  display: flex;
  opacity: 0;
  position: absolute;
  align-items: center;
  justify-content: center;
}.ctb_hero_game_jut:hover .ctb_hero_game_play_jut {
  opacity: 1;
}.ctb_hero_game_play_jut span {
  background: #C8820A;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.25rem;
  width: 52px;
}.ctb_hero_game_play_jut span svg {
  width: 18px;
  height: 18px;
  margin-left: 2px;
}.ctb_hero_game_info_jut {
  padding: 0.875rem 1rem;
}.ctb_hero_game_title_jut {
  color: #F5EDD8;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 15px;
}.ctb_hero_game_provider_jut {
  color: #8A7055;
  font-size: 0.688rem;
}.ctb_hero_game_btn_jut {
  margin: 12px 1rem 16px;
  transition: background .2s;
  border-radius: 10px;
  background: #C8820A;
  padding: 11px;
  color: #F5EDD8;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  display: block;
}.ctb_hero_game_jut:hover .ctb_hero_game_btn_jut {
  background: #D9920F;
}.ctb_sbar_jut {
  padding: 16px 1rem 0;
  background: #130B05;
}
@media(min-width: 770px) {.ctb_sbar_jut {
  padding: 1.125rem 1.5rem 0;
}
}.ctb_sbar_in_jut {
  margin: 0 auto;
  max-width: 82.5rem;
}.ctb_sbar_row_jut {
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap;
  display: flex;
}.ctb_sbar_input_jut {
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  gap: 0.625rem;
  border-radius: 10px;
  padding: 0.688rem 16px;
  background: #1C1008;
  align-items: center;
  font-size: 0.813rem;
  color: #8A7055;
  cursor: pointer;
  display: flex;
}.ctb_sbar_input_jut:hover {
  border-color: rgba(200, 130, 10, 0.48);
}.ctb_sbar_input_jut svg {
  flex-shrink: 0;
  stroke-linecap: round;
  height: 0.938rem;
  stroke-linejoin: round;
  width: 0.938rem;
}.ctb_sbar_providers_jut {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  border-radius: 10px;
  background: #1C1008;
  padding: 0.688rem 18px;
  gap: 0.5rem;
  font-size: 0.813rem;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  color: #DCCFB3;
  display: flex;
}.ctb_sbar_providers_jut:hover {
  border-color: rgba(200, 130, 10, 0.48);
  color: #F5EDD8;
}.ctb_sbar_providers_jut svg {
  stroke-linecap: round;
  height: 14px;
  stroke-linejoin: round;
  width: 14px;
}.ctb_sbar_tabs_jut {
  gap: 0.375rem;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 2px;
}.ctb_sbar_tabs_jut::-webkit-scrollbar {
  display: none;
}.ctb_sbar_tab_jut {
  padding: 8px 0.875rem;
  gap: 7px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.75rem;
  display: flex;
  font-weight: 600;
  color: #B09878;
  flex-shrink: 0;
  cursor: pointer;
  white-space: nowrap;
  align-items: center;
}.ctb_sbar_tab_jut:hover {
  border-color: rgba(200, 130, 10, 0.48);
  background: rgba(255, 255, 255, 0.07);
  color: #F5EDD8;
}.ctb_sbar_tab_jut.ctb_state_active_jut {
  background: rgba(200, 130, 10, 0.18);
  border-color: rgba(200, 130, 10, 0.08);
  color: #F5EDD8;
}.ctb_sbar_tab_ic_jut svg {
  stroke-linejoin: round;
  width: 14px;
  height: 14px;
  stroke-linecap: round;
}.ctb_wy_jut {
  background: #130B05;
  padding: 2rem 16px 0;
}
@media(min-width: 771px) {.ctb_wy_jut {
  padding: 40px 24px 0;
}
}.ctb_wy_in_jut {
  margin: 0 auto;
  max-width: 1320px;
}.ctb_wy_head_jut {
  margin-bottom: 18px;
  max-width: 720px;
}.ctb_wy_label_jut {
  color: #C8820A;
  font-size: 11px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.ctb_wy_h2_jut {
  margin-bottom: 0.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  color: #F5EDD8;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.ctb_wy_h2_jut {
  font-size: 1.5rem;
}
}.ctb_wy_intro_jut {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #8A7055;
}.ctb_wy_grid_jut {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.ctb_wy_grid_jut {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.ctb_wy_grid_jut {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.ctb_wy_card_jut {
  transition: border-color .2s,transform .2s;
  background: #231409;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
  padding: 1.25rem;
}.ctb_wy_card_jut:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 130, 10, 0.08);
}.ctb_wy_card_ic_jut {
  background: rgba(200, 130, 10, 0.18);
  border-radius: 50%;
  justify-content: center;
  height: 2.75rem;
  width: 2.75rem;
  margin-bottom: 14px;
  color: #C8820A;
  align-items: center;
  display: flex;
}.ctb_wy_card_ic_jut svg {
  stroke-linecap: round;
  width: 22px;
  height: 1.375rem;
  stroke-linejoin: round;
}.ctb_wy_card_h_jut {
  line-height: 1.25;
  color: #F5EDD8;
  margin-bottom: 6px;
  font-size: 15px;
  overflow-wrap: break-word;
  font-weight: 700;
}.ctb_wy_card_p_jut {
  font-size: 13px;
  line-height: 1.6;
  color: #8A7055;
  overflow-wrap: break-word;
}.ctb_wy_card_p_jut strong {
  font-weight: 600;
  color: #DCCFB3;
}.ctb_gcg_jut {
  background: #130B05;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.ctb_gcg_jut {
  padding: 44px 24px 0;
}
}.ctb_gcg_in_jut {
  margin: 0 auto;
  max-width: 82.5rem;
}.ctb_gcg_head_jut {
  margin-bottom: 20px;
  max-width: 45rem;
}.ctb_gcg_label_jut {
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C8820A;
  font-size: 0.688rem;
}.ctb_gcg_h2_jut {
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-size: 22px;
  color: #F5EDD8;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 771px) {.ctb_gcg_h2_jut {
  font-size: 28px;
}
}.ctb_gcg_intro_jut {
  font-size: 0.813rem;
  line-height: 1.6;
  color: #8A7055;
}.ctb_gcg_grid_jut {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.ctb_gcg_grid_jut {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.ctb_gcg_grid_jut {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.ctb_gcg_card_jut {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem;
  transition: transform .2s,border-color .2s;
  justify-content: flex-end;
  cursor: pointer;
  display: flex;
  min-height: 240px;
  position: relative;
  flex-direction: column;
}.ctb_gcg_card_jut:hover {
  border-color: rgba(200, 130, 10, 0.18);
  transform: translateY(-3px);
}.ctb_gcg_card_bg_jut {
  inset: 0;
  position: absolute;
  z-index: 0;
}.ctb_gcg_card_bg_jut::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.ctb_gcg_card_ic_jut {
  background: rgba(0,0,0,.45);
  border-radius: 0.313rem;
  justify-content: center;
  display: flex;
  position: absolute;
  color: #F5EDD8;
  width: 2.5rem;
  height: 40px;
  right: 1.125rem;
  z-index: 2;
  align-items: center;
  top: 1.125rem;
}.ctb_gcg_card_ic_jut svg {
  width: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.25rem;
}.ctb_gcg_card_ct_jut {
  z-index: 1;
  position: relative;
}.ctb_gcg_card_h_jut {
  line-height: 1.2;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  color: #F5EDD8;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 8px;
}
@media(min-width: 771px) {.ctb_gcg_card_h_jut {
  font-size: 20px;
}
}.ctb_gcg_card_p_jut {
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.ctb_gcg_card_p_jut strong {
  color: #F5EDD8;
  font-weight: 600;
}.ctb_gcg_card_cta_jut {
  gap: 0.25rem;
  color: #C8820A;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .04em;
  font-weight: 700;
  display: inline-flex;
}.ctb_gcg_card_cta_jut svg {
  width: 0.75rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.75rem;
}.ctb_ws_jut {
  background: #130B05;
  padding: 2rem 16px 0;
}
@media(min-width: 765px) {.ctb_ws_jut {
  padding: 36px 24px 0;
}
}.ctb_ws_in_jut {
  margin: 0 auto;
  max-width: 82.5rem;
}.ctb_ws_head_jut {
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  margin-bottom: 0.875rem;
}.ctb_ws_title_jut {
  gap: 10px;
  color: #F5EDD8;
  flex-wrap: wrap;
  align-items: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  overflow-wrap: break-word;
  font-weight: 700;
  display: flex;
}.ctb_ws_title_ic_jut svg {
  height: 18px;
  stroke-linecap: round;
  color: #E8A020;
  stroke-linejoin: round;
  width: 18px;
}.ctb_ws_online_jut {
  gap: 7px;
  font-size: 12px;
  align-items: center;
  color: #8A7055;
  display: flex;
  font-weight: 600;
}.ctb_ws_online_dot_jut {
  border-radius: 50%;
  background: #3D9B4A;
  width: 8px;
  height: 0.5rem;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(61, 155, 74, 0.18);
}.ctb_ws_scroll_jut {
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
}.ctb_ws_scroll_jut::-webkit-scrollbar {
  display: none;
}.ctb_wc_jut {
  border-radius: 0.625rem;
  gap: 0.625rem;
  padding: 10px 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1C1008;
  min-width: 220px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.ctb_wc_img_jut {
  overflow: hidden;
  background: #231409;
  border-radius: 0.313rem;
  height: 36px;
  flex-shrink: 0;
  width: 36px;
}.ctb_wc_img_jut img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.ctb_wc_info_jut {
  min-width: 0;
}.ctb_wc_game_jut {
  overflow: hidden;
  font-weight: 600;
  font-size: 0.75rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #DCCFB3;
}.ctb_wc_player_jut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.625rem;
  color: #726048;
}.ctb_wc_amount_jut {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 13px;
  color: #3D9B4A;
  white-space: nowrap;
  font-weight: 700;
}.ctb_app_jut {
  padding: 2.25rem 1rem 0;
  background: #130B05;
}
@media(min-width: 771px) {.ctb_app_jut {
  padding: 2.75rem 24px 0;
}
}.ctb_app_in_jut {
  margin: 0 auto;
  max-width: 82.5rem;
}.ctb_app_head_jut {
  margin-bottom: 1rem;
}.ctb_app_label_jut {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #C8820A;
  margin-bottom: 8px;
}.ctb_app_h2_jut {
  margin-bottom: 0.375rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F5EDD8;
}
@media(min-width: 766px) {.ctb_app_h2_jut {
  font-size: 24px;
}
}.ctb_app_sub_jut {
  line-height: 1.6;
  color: #8A7055;
  font-size: 13px;
  overflow-wrap: break-word;
  max-width: 37.5rem;
}.ctb_app_sub_jut strong {
  color: #DCCFB3;
  font-weight: 700;
}.ctb_app_cards_jut {
  gap: 10px;
  display: grid;
  margin-top: 16px;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.ctb_app_cards_jut {
  grid-template-columns: repeat(3,1fr);
}
}.ctb_app_card_jut {
  padding: 20px;
  border-radius: 0.625rem;
  overflow: hidden;
  gap: 1rem;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
}.ctb_app_card_ios_jut {
  background: linear-gradient(135deg,rgba(200, 130, 10, 0.18) 0%,#231409 100%);
}.ctb_app_card_android_jut {
  background: linear-gradient(135deg,rgba(61, 155, 74, 0.18) 0%,#231409 100%);
}.ctb_app_card_win_jut {
  background: linear-gradient(135deg,rgba(232, 160, 32, 0.18) 0%,#231409 100%);
}.ctb_app_card_ic_jut svg {
  height: 2.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 2.125rem;
}.ctb_app_card_ic_jut {
  flex-shrink: 0;
  color: #F5EDD8;
}.ctb_app_card_os_jut {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #8A7055;
  font-weight: 700;
  margin-bottom: 0.375rem;
  font-size: 10px;
}.ctb_app_card_title_jut {
  font-weight: 700;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-size: 0.938rem;
  line-height: 1.2;
}.ctb_app_card_text_jut {
  margin-bottom: 14px;
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #8A7055;
}.ctb_app_card_btn_jut {
  border: 1px solid rgba(200, 130, 10, 0.48);
  background: rgba(255, 255, 255, 0.12);
  transition: background .2s;
  border-radius: 0.313rem;
  gap: 0.438rem;
  padding: 10px 1.125rem;
  font-size: 0.813rem;
  font-weight: 700;
  display: inline-flex;
  color: #F5EDD8;
  align-items: center;
}.ctb_app_card_btn_jut:hover {
  background: rgba(255, 255, 255, 0.07);
}.ctb_reg_jut {
  padding: 36px 1rem 0;
  background: #130B05;
}
@media(min-width: 765px) {.ctb_reg_jut {
  padding: 2.75rem 1.5rem 0;
}
}.ctb_reg_in_jut {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 28px 24px;
  background: #231409;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.ctb_reg_in_jut {
  padding: 2.5rem;
}
}.ctb_reg_top_jut {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 857px) {.ctb_reg_top_jut {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.ctb_reg_label_jut {
  letter-spacing: .08em;
  font-size: 11px;
  color: #C8820A;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}.ctb_reg_h2_jut {
  font-weight: 800;
  font-size: 1.375rem;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 12px;
  line-height: 1.2;
  color: #F5EDD8;
}
@media(min-width: 766px) {.ctb_reg_h2_jut {
  font-size: 1.75rem;
}
}.ctb_reg_bonus_jut {
  border: 1px solid rgba(232, 160, 32, 0.18);
  border-radius: 10px;
  padding: 0.625rem 1rem;
  background: rgba(232, 160, 32, 0.18);
  gap: 8px;
  margin-bottom: 16px;
  align-items: center;
  display: inline-flex;
}.ctb_reg_bonus_amount_jut {
  font-size: 20px;
  font-weight: 800;
  color: #E8A020;
}.ctb_reg_bonus_text_jut {
  line-height: 1.35;
  font-size: 13px;
  color: #B09878;
}.ctb_reg_cta_btn_jut {
  border-radius: 10px;
  transition: background .2s;
  padding: 14px 32px;
  background: #3D9B4A;
  box-shadow: 0 6px 1.125rem rgba(61, 155, 74, 0.40);
  color: #0D0804;
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 0.75rem;
}.ctb_reg_cta_btn_jut:hover {
  background: #4AB558;
}.ctb_reg_terms_jut {
  line-height: 1.5;
  font-size: 0.688rem;
  color: #726048;
}.ctb_reg_seo_jut {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #8A7055;
  padding-top: 1.25rem;
  margin-top: 20px;
}.ctb_reg_seo_jut p {
  line-height: 1.65;
  color: #8A7055;
  font-size: 0.813rem;
  margin-bottom: 0.625rem;
}.ctb_reg_seo_jut p:last-child {
  margin-bottom: 0;
}.ctb_reg_seo_jut strong {
  font-weight: 700;
  color: #DCCFB3;
}.ctb_reg_seo_jut a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8820A;
}.ctb_reg_seo_jut a:hover {
  color: #D9920F;
}.ctb_reg_seo_jut ul,.ctb_reg_seo_jut ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.ctb_reg_seo_jut ol {
  list-style: decimal;
}.ctb_reg_seo_jut li {
  color: #8A7055;
  margin-bottom: 0.25rem;
  font-size: 13px;
  line-height: 1.65;
}.ctb_reg_seo_jut table {
  overflow-x: auto;
  width: 100%;
  font-size: 0.813rem;
  margin-bottom: 10px;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 766px) {.ctb_reg_seo_jut table {
  display: table;
}
}.ctb_reg_seo_jut th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #DCCFB3;
  text-align: left;
}.ctb_reg_seo_jut td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #8A7055;
}.ctb_reg_steps_jut {
  gap: 14px;
  flex-direction: column;
  display: flex;
  margin-top: 28px;
}
@media(min-width: 859px) {.ctb_reg_steps_jut {
  margin-top: 0;
}
}.ctb_reg_step_jut {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 1rem;
  gap: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.ctb_reg_step_num_jut {
  border: 1px solid rgba(200, 130, 10, 0.08);
  border-radius: 50%;
  background: rgba(200, 130, 10, 0.18);
  justify-content: center;
  width: 2.125rem;
  display: flex;
  color: #C8820A;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 800;
  height: 2.125rem;
  align-items: center;
}.ctb_reg_step_title_jut {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 14px;
  color: #F5EDD8;
}.ctb_reg_step_text_jut {
  font-size: 0.75rem;
  color: #8A7055;
  line-height: 1.5;
}.ctb_reg_trust_jut {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  padding-top: 1.25rem;
  flex-wrap: wrap;
  margin-top: 20px;
}.ctb_reg_trust_item_jut {
  gap: 7px;
  color: #8A7055;
  overflow-wrap: break-word;
  align-items: center;
  font-size: 12px;
  display: flex;
}.ctb_reg_trust_ic_jut svg {
  height: 1rem;
  width: 16px;
  color: #C8820A;
  stroke-linejoin: round;
  stroke-linecap: round;
}.ctb_bon_jut {
  background: #130B05;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.ctb_bon_jut {
  padding: 44px 24px 0;
}
}.ctb_bon_in_jut {
  margin: 0 auto;
  max-width: 1320px;
}.ctb_bon_head_jut {
  margin-bottom: 20px;
}.ctb_bon_label_jut {
  margin-bottom: 8px;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C8820A;
  font-weight: 700;
}.ctb_bon_h2_jut {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  margin-bottom: 8px;
  color: #F5EDD8;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.ctb_bon_h2_jut {
  font-size: 24px;
}
}.ctb_bon_seo_jut {
  max-width: 38.75rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
  color: #8A7055;
}.ctb_bon_seo_jut strong {
  font-weight: 700;
  color: #DCCFB3;
}.ctb_bon_seo_jut a {
  text-decoration: underline;
  color: #C8820A;
}.ctb_bon_grid_jut {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 643px) {.ctb_bon_grid_jut {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.ctb_bon_grid_jut {
  grid-template-columns: repeat(5,1fr);
}
}.ctb_bon_card_jut {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1C1008;
  transition: border-color .2s,transform .2s;
  border-radius: 10px;
}.ctb_bon_card_jut:hover {
  border-color: rgba(200, 130, 10, 0.08);
  transform: translateY(-2px);
}.ctb_bon_card_ic_jut svg {
  width: 1.625rem;
  height: 26px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.ctb_bon_card_ic_jut {
  margin-bottom: 10px;
}.ctb_bon_card_type_jut {
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 0.375rem;
  color: #8A7055;
  font-size: 0.625rem;
  font-weight: 700;
}.ctb_bon_card_amount_jut {
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 0.375rem;
  color: #E8A020;
  line-height: 1.1;
}.ctb_bon_card_name_jut {
  color: #F5EDD8;
  margin-bottom: 0.5rem;
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 600;
}.ctb_bon_card_detail_jut {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 11px;
  padding-top: 8px;
  color: #726048;
  line-height: 1.5;
  overflow-wrap: break-word;
}.ctb_prov_jut {
  background: #130B05;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.ctb_prov_jut {
  padding: 2.75rem 24px 0;
}
}.ctb_prov_in_jut {
  margin: 0 auto;
  max-width: 82.5rem;
}.ctb_prov_head_jut {
  margin-bottom: 1rem;
}.ctb_prov_label_jut {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C8820A;
  margin-bottom: 8px;
  font-weight: 700;
}.ctb_prov_h2_jut {
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-weight: 800;
  margin-bottom: 8px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
}
@media(min-width: 767px) {.ctb_prov_h2_jut {
  font-size: 24px;
}
}.ctb_prov_seo_jut {
  overflow-wrap: break-word;
  color: #8A7055;
  margin-bottom: 1rem;
  max-width: 620px;
  font-size: 13px;
  line-height: 1.6;
}.ctb_prov_seo_jut strong {
  font-weight: 700;
  color: #DCCFB3;
}.ctb_prov_seo_jut a {
  color: #C8820A;
  text-decoration: underline;
}.ctb_prov_grid_jut {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 641px) {.ctb_prov_grid_jut {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1082px) {.ctb_prov_grid_jut {
  grid-template-columns: repeat(8,1fr);
}
}.ctb_prov_card_jut {
  gap: 0.438rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.875rem 10px;
  transition: border-color .2s,background .2s;
  background: #1C1008;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}.ctb_prov_card_jut:hover {
  border-color: rgba(200, 130, 10, 0.48);
  background: #231409;
}.ctb_prov_logo_jut {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.313rem;
  width: 2.75rem;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 2.75rem;
}.ctb_prov_logo_jut img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.ctb_prov_name_jut {
  font-size: 0.688rem;
  font-weight: 600;
  color: #B09878;
  text-align: center;
  overflow-wrap: break-word;
}.ctb_seo_jut {
  background: #130B05;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.ctb_seo_jut {
  padding: 2.75rem 1.5rem 0;
}
}.ctb_seo_in_jut {
  padding: 28px 24px;
  border-radius: 1rem;
  background: #231409;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.ctb_seo_in_jut {
  padding: 36px 2.5rem;
}
}.ctb_seo_label_jut {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-size: 11px;
  color: #C8820A;
}.ctb_seo_h2_jut {
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  line-height: 1.25;
  color: #F5EDD8;
}
@media(min-width: 765px) {.ctb_seo_h2_jut {
  font-size: 24px;
}
}.ctb_seo_body_jut {
  color: #B09878;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.ctb_seo_body_jut p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #B09878;
  line-height: 1.75;
}.ctb_seo_body_jut p:last-child {
  margin-bottom: 0;
}.ctb_seo_body_jut strong {
  font-weight: 700;
  color: #DCCFB3;
}.ctb_seo_body_jut a {
  transition: color .2s;
  color: #C8820A;
  text-decoration: underline;
}.ctb_seo_body_jut a:hover {
  color: #D9920F;
}.ctb_seo_body_jut ul,.ctb_seo_body_jut ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.ctb_seo_body_jut ol {
  list-style: decimal;
}.ctb_seo_body_jut li {
  color: #B09878;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
}.ctb_seo_body_jut table {
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 12px;
  font-size: 0.813rem;
  display: block;
}
@media(min-width: 765px) {.ctb_seo_body_jut table {
  display: table;
}
}.ctb_seo_body_jut th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #DCCFB3;
  text-align: left;
  font-weight: 700;
}.ctb_seo_body_jut td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #B09878;
}.ctb_seo_cols_jut {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 638px) {.ctb_seo_cols_jut {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.ctb_seo_cols_jut {
  grid-template-columns: repeat(3,1fr);
}
}.ctb_seo_col_h_jut {
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  color: #DCCFB3;
  font-size: 0.813rem;
}.ctb_seo_col_p_jut {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #8A7055;
}.ctb_seo_stats_jut {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.ctb_seo_stat_jut {
  background: rgba(200, 130, 10, 0.08);
  flex: 1;
  padding: 14px 1rem;
  border: 1px solid rgba(200, 130, 10, 0.18);
  border-radius: 0.625rem;
  min-width: 8.75rem;
}.ctb_seo_stat_val_jut {
  margin-bottom: 0.25rem;
  font-weight: 800;
  font-size: 20px;
  color: #C8820A;
  overflow-wrap: break-word;
}.ctb_seo_stat_lb_jut {
  color: #8A7055;
  overflow-wrap: break-word;
  font-size: 11px;
}.ctb_faq_jut {
  background: #130B05;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.ctb_faq_jut {
  padding: 44px 24px 0;
}
}.ctb_faq_in_jut {
  margin: 0 auto;
  max-width: 82.5rem;
}.ctb_faq_head_jut {
  margin-bottom: 20px;
}.ctb_faq_label_jut {
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #C8820A;
}.ctb_faq_h2_jut {
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  color: #F5EDD8;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 766px) {.ctb_faq_h2_jut {
  font-size: 1.5rem;
}
}.ctb_faq_list_jut {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.ctb_faq_item_jut {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
  background: #231409;
}.ctb_faq_q_jut {
  gap: 12px;
  padding: 1rem 1.25rem;
  transition: color .2s;
  color: #DCCFB3;
  overflow-wrap: break-word;
  align-items: center;
  font-weight: 600;
  justify-content: space-between;
  display: flex;
  cursor: pointer;
  font-size: 14px;
  flex-wrap: wrap;
}.ctb_faq_q_jut:hover {
  color: #F5EDD8;
}.ctb_faq_q_ic_jut {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  align-items: center;
  height: 24px;
  font-size: 1rem;
  display: flex;
  color: #C8820A;
  flex-shrink: 0;
  width: 24px;
}.ctb_faq_item_jut.ctb_state_open_jut .ctb_faq_q_ic_jut {
  transform: rotate(45deg);
}.ctb_faq_a_jut {
  padding: 0 20px 16px;
  font-size: 13px;
  color: #8A7055;
  line-height: 1.7;
  display: none;
  overflow-wrap: break-word;
}.ctb_faq_item_jut.ctb_state_open_jut .ctb_faq_a_jut {
  display: block;
}.ctb_faq_a_jut strong {
  color: #DCCFB3;
  font-weight: 700;
}.ctb_faq_a_jut a {
  color: #C8820A;
  text-decoration: underline;
}.ctb_faq_a_jut ul,.ctb_faq_a_jut ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.ctb_faq_a_jut ol {
  list-style: decimal;
}.ctb_faq_a_jut li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.ctb_faq_a_jut table {
  margin: 0.5rem 0;
  font-size: 0.75rem;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
}
@media(min-width: 766px) {.ctb_faq_a_jut table {
  display: table;
}
}.ctb_faq_a_jut th {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #DCCFB3;
  text-align: left;
}.ctb_faq_a_jut td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 0.5rem;
  color: #8A7055;
}.ctb_seo_jut {
  padding: 2.25rem 1rem 0;
  background: #130B05;
}
@media(min-width: 766px) {.ctb_seo_jut {
  padding: 44px 1.5rem 0;
}
}.ctb_seo_in_jut {
  background: #231409;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.ctb_seo_in_jut {
  padding: 36px 2.5rem;
}
}.ctb_seo_label_jut {
  text-transform: uppercase;
  color: #C8820A;
  font-weight: 700;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-size: 11px;
}.ctb_seo_h2_jut {
  line-height: 1.25;
  font-family: 'Cormorant Garamond', serif;
  color: #F5EDD8;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
}
@media(min-width: 771px) {.ctb_seo_h2_jut {
  font-size: 24px;
}
}.ctb_seo_body_jut {
  font-size: 14px;
  color: #B09878;
  overflow-wrap: break-word;
  line-height: 1.75;
}.ctb_seo_body_jut p {
  font-size: 0.875rem;
  color: #B09878;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.ctb_seo_body_jut p:last-child {
  margin-bottom: 0;
}.ctb_seo_body_jut strong {
  color: #DCCFB3;
  font-weight: 700;
}.ctb_seo_body_jut a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8820A;
}.ctb_seo_body_jut a:hover {
  color: #D9920F;
}.ctb_seo_body_jut ul,.ctb_seo_body_jut ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.ctb_seo_body_jut ol {
  list-style: decimal;
}.ctb_seo_body_jut li {
  color: #B09878;
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 6px;
}.ctb_seo_body_jut table {
  width: 100%;
  display: block;
  font-size: 13px;
  border-collapse: collapse;
  margin-bottom: 12px;
  overflow-x: auto;
}
@media(min-width: 766px) {.ctb_seo_body_jut table {
  display: table;
}
}.ctb_seo_body_jut th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #DCCFB3;
}.ctb_seo_body_jut td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #B09878;
}.ctb_seo_cols_jut {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 637px) {.ctb_seo_cols_jut {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.ctb_seo_cols_jut {
  grid-template-columns: repeat(3,1fr);
}
}.ctb_seo_col_h_jut {
  font-weight: 700;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #DCCFB3;
  margin-bottom: 7px;
}.ctb_seo_col_p_jut {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #8A7055;
  line-height: 1.65;
}.ctb_seo_stats_jut {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.ctb_seo_stat_jut {
  padding: 0.875rem 16px;
  border: 1px solid rgba(200, 130, 10, 0.18);
  flex: 1;
  border-radius: 10px;
  background: rgba(200, 130, 10, 0.08);
  min-width: 8.75rem;
}.ctb_seo_stat_val_jut {
  overflow-wrap: break-word;
  color: #C8820A;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 4px;
}.ctb_seo_stat_lb_jut {
  color: #8A7055;
  overflow-wrap: break-word;
  font-size: 11px;
}.ctb_seo_jut {
  padding: 2.25rem 1rem 0;
  background: #130B05;
}
@media(min-width:768px) {.ctb_seo_jut {
  padding: 44px 24px 0;
}
}.ctb_seo_in_jut {
  margin: 0 auto;
  padding: 28px 24px;
  border-radius: 16px;
  background: #231409;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 82.5rem;
}
@media(min-width: 770px) {.ctb_seo_in_jut {
  padding: 36px 40px;
}
}.ctb_seo_label_jut {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.625rem;
  color: #C8820A;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.ctb_seo_h2_jut {
  margin-bottom: 0.875rem;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  line-height: 1.25;
  color: #F5EDD8;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.ctb_seo_h2_jut {
  font-size: 24px;
}
}.ctb_seo_body_jut {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #B09878;
  font-size: 14px;
}.ctb_seo_body_jut p {
  margin-bottom: 12px;
  line-height: 1.75;
  color: #B09878;
  font-size: 14px;
}.ctb_seo_body_jut p:last-child {
  margin-bottom: 0;
}.ctb_seo_body_jut strong {
  font-weight: 700;
  color: #DCCFB3;
}.ctb_seo_body_jut a {
  transition: color .2s;
  color: #C8820A;
  text-decoration: underline;
}.ctb_seo_body_jut a:hover {
  color: #D9920F;
}.ctb_seo_body_jut ul,.ctb_seo_body_jut ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.ctb_seo_body_jut ol {
  list-style: decimal;
}.ctb_seo_body_jut li {
  color: #B09878;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 14px;
}.ctb_seo_body_jut table {
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  margin-bottom: 12px;
  overflow-x: auto;
  display: block;
}
@media(min-width: 769px) {.ctb_seo_body_jut table {
  display: table;
}
}.ctb_seo_body_jut th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  text-align: left;
  color: #DCCFB3;
  font-weight: 700;
}.ctb_seo_body_jut td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #B09878;
}.ctb_seo_cols_jut {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 639px) {.ctb_seo_cols_jut {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.ctb_seo_cols_jut {
  grid-template-columns: repeat(3,1fr);
}
}.ctb_seo_col_h_jut {
  font-weight: 700;
  font-size: 13px;
  color: #DCCFB3;
  overflow-wrap: break-word;
  margin-bottom: 7px;
}.ctb_seo_col_p_jut {
  font-size: 0.813rem;
  color: #8A7055;
  line-height: 1.65;
  overflow-wrap: break-word;
}.ctb_seo_stats_jut {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.ctb_seo_stat_jut {
  flex: 1;
  border-radius: 0.625rem;
  padding: 14px 1rem;
  background: rgba(200, 130, 10, 0.08);
  border: 1px solid rgba(200, 130, 10, 0.18);
  min-width: 8.75rem;
}.ctb_seo_stat_val_jut {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #C8820A;
  font-size: 20px;
  font-weight: 800;
}.ctb_seo_stat_lb_jut {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #8A7055;
}.ctb_rv_jut {
  background: #130B05;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.ctb_rv_jut {
  padding: 44px 1.5rem 0;
}
}.ctb_rv_in_jut {
  margin: 0 auto;
  max-width: 1320px;
}.ctb_rv_head_jut {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}.ctb_rv_label_jut {
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #C8820A;
  letter-spacing: .08em;
}.ctb_rv_h2_jut {
  color: #F5EDD8;
  margin-bottom: 10px;
  font-size: 1.375rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 770px) {.ctb_rv_h2_jut {
  font-size: 28px;
}
}.ctb_rv_stats_jut {
  gap: 1.125rem;
  flex-wrap: wrap;
  font-size: 0.813rem;
  color: #8A7055;
  align-items: center;
  display: flex;
}.ctb_rv_stats_score_jut {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.ctb_rv_stats_score_val_jut {
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  color: #E8A020;
  font-size: 22px;
}.ctb_rv_stats_score_max_jut {
  color: #726048;
  font-size: 0.813rem;
}.ctb_rv_stats_badge_jut {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.ctb_rv_stats_badge_jut svg {
  height: 14px;
  color: #E8A020;
  width: 0.875rem;
}.ctb_rv_grid_jut {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.ctb_rv_grid_jut {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.ctb_rv_grid_jut {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.ctb_rv_card_jut {
  background: #231409;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 20px;
  flex-direction: column;
  display: flex;
}.ctb_rv_card_stars_jut {
  gap: 2px;
  color: #E8A020;
  display: flex;
  margin-bottom: 0.625rem;
}.ctb_rv_card_stars_jut svg {
  width: 0.875rem;
  height: 0.875rem;
}.ctb_rv_card_h_jut {
  overflow-wrap: break-word;
  line-height: 1.3;
  color: #F5EDD8;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0.5rem;
}.ctb_rv_card_body_jut {
  flex: 1;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 14px;
  color: #8A7055;
}.ctb_rv_card_body_jut strong {
  color: #DCCFB3;
  font-weight: 600;
}.ctb_rv_card_meta_jut {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  padding-top: 0.75rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}.ctb_rv_card_author_jut {
  font-size: 12px;
  color: #DCCFB3;
  font-weight: 600;
}.ctb_rv_card_date_jut {
  color: #726048;
  font-size: 0.688rem;
}.ctb_ft_jut {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #0D0804;
  margin-top: 3rem;
}.ctb_ft_support_jut {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 765px) {.ctb_ft_support_jut {
  padding: 28px 24px;
}
}.ctb_ft_support_in_jut {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  max-width: 1320px;
  align-items: center;
}.ctb_ft_support_main_jut {
  flex: 1;
  gap: 1rem;
  display: flex;
  min-width: 13.75rem;
  align-items: center;
  flex-wrap: wrap;
}.ctb_ft_support_ic_jut {
  flex-shrink: 0;
  color: #C8820A;
}.ctb_ft_support_ic_jut svg {
  width: 30px;
  stroke-linecap: round;
  height: 30px;
  stroke-linejoin: round;
}.ctb_ft_support_text_title_jut {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 15px;
  margin-bottom: 3px;
  color: #F5EDD8;
}.ctb_ft_support_text_sub_jut {
  color: #8A7055;
  font-size: 12px;
  overflow-wrap: break-word;
}.ctb_ft_support_btn_jut {
  background: #C8820A;
  padding: 0.688rem 22px;
  border-radius: 10px;
  transition: background .2s;
  white-space: nowrap;
  flex-shrink: 0;
  color: #F5EDD8;
  font-weight: 700;
  font-size: 0.813rem;
}.ctb_ft_support_btn_jut:hover {
  background: #D9920F;
}.ctb_ft_support_contacts_jut {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.ctb_ft_support_contact_jut {
  font-size: 0.75rem;
  color: #726048;
  line-height: 1.4;
}.ctb_ft_support_contact_jut strong {
  display: block;
  color: #B09878;
  font-size: 0.688rem;
  margin-bottom: 2px;
  font-weight: 600;
}.ctb_ft_main_jut {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 1rem 1.5rem;
}
@media(min-width: 769px) {.ctb_ft_main_jut {
  padding: 2.5rem 1.5rem 2rem;
}
}.ctb_ft_main_in_jut {
  gap: 24px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1320px;
  display: grid;
}
@media(min-width: 641px) {.ctb_ft_main_in_jut {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.ctb_ft_main_in_jut {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.ctb_ft_col_logo_jut {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.ctb_ft_col_logo_jut {
  grid-column: auto;
}
}.ctb_ft_logo_jut {
  gap: 0.563rem;
  font-size: 1rem;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  align-items: center;
  color: #F5EDD8;
  display: flex;
  margin-bottom: 0.75rem;
  font-weight: 800;
}.ctb_ft_logo_mark_jut {
  overflow: hidden;
  border-radius: 5px;
  width: 1.875rem;
  height: 30px;
}.ctb_ft_logo_mark_jut img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.ctb_ft_logo_sub_jut {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #726048;
  max-width: 200px;
  line-height: 1.55;
}.ctb_ft_col_title_jut {
  font-size: 0.75rem;
  letter-spacing: .07em;
  margin-bottom: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #B09878;
}.ctb_ft_col_links_jut {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.ctb_ft_col_link_jut {
  transition: color .2s;
  color: #726048;
  font-size: 13px;
  overflow-wrap: break-word;
}.ctb_ft_col_link_jut:hover {
  color: #DCCFB3;
}.ctb_ft_apps_jut {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.ctb_ft_app_card_jut {
  border-radius: 0.313rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  padding: 0.625rem 0.75rem;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
}.ctb_ft_app_card_jut:hover {
  border-color: rgba(200, 130, 10, 0.48);
}.ctb_ft_app_card_ic_jut svg {
  stroke-linejoin: round;
  width: 22px;
  stroke-linecap: round;
  height: 1.375rem;
}.ctb_ft_app_card_os_jut {
  font-weight: 600;
  color: #726048;
  font-size: 0.625rem;
}.ctb_ft_app_card_action_jut {
  color: #DCCFB3;
  font-size: 12px;
  font-weight: 700;
}.ctb_ft_bot_jut {
  padding: 1.25rem 1rem;
}
@media(min-width: 770px) {.ctb_ft_bot_jut {
  padding: 1.25rem 24px;
}
}.ctb_ft_bot_in_jut {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  max-width: 82.5rem;
  display: flex;
}.ctb_ft_socials_jut {
  gap: 0.5rem;
  display: flex;
}.ctb_ft_soc_jut {
  transition: background .2s;
  border-radius: 0.313rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  height: 36px;
  display: flex;
  color: #B09878;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
}.ctb_ft_soc_jut svg {
  height: 1rem;
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
}.ctb_ft_soc_jut:hover {
  background: rgba(255, 255, 255, 0.07);
}.ctb_ft_legal_jut {
  flex: 1;
  overflow-wrap: break-word;
  min-width: 200px;
  font-size: 0.688rem;
  line-height: 1.6;
  color: #7A6450;
}.ctb_ft_legal_jut strong {
  color: #B09878;
  font-weight: 700;
}.ctb_ft_legal_jut a {
  text-decoration: underline;
  color: #B09878;
}.ctb_ft_age_jut {
  border-radius: 50%;
  border: 2px solid #7A6450;
  flex-shrink: 0;
  display: flex;
  color: #7A6450;
  height: 32px;
  justify-content: center;
  margin-left: auto;
  font-weight: 800;
  align-items: center;
  width: 32px;
  font-size: 11px;
}