*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  color: #D2C09A;
  background-color: #0C0A0D;
  font-family: 'Nunito', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  min-height: 100vh;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
}a {
  color: inherit;
  text-decoration: none;
}.efp-layout_frr {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.efp-page_frr {
  display: flex;
  min-height: 100vh;
}.efp-main_frr {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media screen and (min-width: 1079px) {.efp-main_frr {
  padding-left: 13.75rem;
}
}
@media screen and (max-width: 1080px) {.efp-main_frr {
  padding-bottom: 72px;
}
}.efp-gc_frr {
  border-radius: 10px;
  background: #13101A;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  width: 140px;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
@media(min-width: 641px) {.efp-gc_frr {
  width: 156px;
}
}
@media(min-width: 1077px) {.efp-gc_frr {
  width: 10.5rem;
}
}.efp-gc_frr:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 138, 42, 0.07);
}.efp-gc_img_frr {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.efp-gc_img_frr img {
  inset: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}.efp-gc_hover_frr {
  inset: 0;
  background: rgba(7, 5, 8, 0.72);
  transition: opacity .2s;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
  display: flex;
}.efp-gc_frr:hover .efp-gc_hover_frr {
  opacity: 1;
}.efp-gc_hover_btn_frr {
  background: #C88A2A;
  border-radius: 6px;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 0.75rem;
  color: #F4E8C6;
}.efp-gc_info_frr {
  padding: 8px 0.625rem 10px;
}.efp-gc_name_frr {
  overflow: hidden;
  font-weight: 600;
  margin-bottom: 3px;
  max-width: 100%;
  white-space: nowrap;
  color: #D2C09A;
  text-overflow: ellipsis;
  font-size: 12px;
}.efp-gc_prov_frr {
  color: #60503C;
  font-size: 0.625rem;
}.efp-gc_tag_frr {
  border-radius: 4px;
  padding: 2px 7px;
  font-weight: 700;
  letter-spacing: .04em;
  position: absolute;
  left: 0.375rem;
  font-size: 0.563rem;
  z-index: 2;
  text-transform: uppercase;
  top: 6px;
}.efp-gc_tag_hot_frr {
  background: #C83028;
  color: #fff;
}.efp-gc_tag_new_frr {
  background: #3DAE5C;
  color: #0C0A0D;
}.efp-gc_tag_jp_frr {
  background: #D49408;
  color: #0C0A0D;
}.efp-gc_tag_ex_frr {
  background: #8B1C2E;
  color: #fff;
}.efp-gc_tag_live_frr {
  background: #C83028;
  color: #fff;
}.efp-gr_frr {
  background: #0C0A0D;
  padding: 2rem 16px 0;
}
@media(min-width:768px) {.efp-gr_frr {
  padding: 2.25rem 24px 0;
}
}.efp-gr_in_frr {
  margin: 0 auto;
  max-width: 1320px;
}.efp-gr_head_frr {
  gap: 0.75rem;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}.efp-gr_head_l_frr {
  flex: 1;
  gap: 0.625rem;
  min-width: 0;
  align-items: center;
  display: flex;
}.efp-gr_ic_frr {
  border-radius: 0.625rem;
  display: flex;
  flex-shrink: 0;
  width: 32px;
  justify-content: center;
  height: 2rem;
  align-items: center;
}.efp-gr_ic_frr svg {
  stroke-linejoin: round;
  height: 16px;
  width: 16px;
  stroke-linecap: round;
}.efp-gr_title_frr {
  overflow-wrap: break-word;
  color: #F4E8C6;
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  font-weight: 700;
}
@media(min-width: 765px) {.efp-gr_title_frr {
  font-size: 1.125rem;
}
}.efp-gr_more_frr {
  transition: color .2s;
  gap: 5px;
  font-weight: 600;
  font-size: 12px;
  color: #7A6852;
  white-space: nowrap;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.efp-gr_more_frr:hover {
  color: #C88A2A;
}.efp-gr_more_frr svg {
  stroke-linejoin: round;
  width: 12px;
  height: 0.75rem;
  stroke-linecap: round;
}.efp-gr_arrows_frr {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.efp-gr_arr_frr {
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.375rem;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #A08B6A;
  display: flex;
}.efp-gr_arr_frr:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F4E8C6;
}.efp-gr_arr_frr svg {
  height: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
}.efp-gr_seo_h_frr {
  margin: 0 0 6px;
  max-width: 680px;
  color: #D2C09A;
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.efp-gr_seo_h_frr {
  font-size: 0.875rem;
}
}.efp-gr_seo_frr {
  margin-bottom: 0.75rem;
  color: #7A6852;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  max-width: 42.5rem;
}.efp-gr_seo_frr strong {
  font-weight: 600;
  color: #D2C09A;
}.efp-gr_scroll_frr {
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  display: flex;
  overflow-x: auto;
  padding-bottom: 0.625rem;
  scrollbar-width: none;
}.efp-gr_scroll_frr::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.efp-gr_scroll_frr {
  gap: 12px;
}
}.efp-tb_frr {
  background: #0C0A0D;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  align-items: center;
  z-index: 80;
  height: 3.5rem;
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}.efp-tb_in_frr {
  gap: 0;
  padding: 0 0.875rem;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}.efp-tb_burger_frr {
  border-radius: 10px;
  gap: 0.313rem;
  width: 38px;
  flex-shrink: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-right: 8px;
  height: 2.375rem;
  display: flex;
}.efp-tb_burger_frr:hover {
  background: rgba(255, 255, 255, 0.05);
}.efp-tb_burger_line_frr {
  border-radius: 1px;
  background: #A08B6A;
  width: 1.125rem;
  height: 2px;
  display: block;
}
@media(min-width: 1081px) {.efp-tb_burger_frr {
  display: none;
}
}.efp-tb_logo_frr {
  gap: 9px;
  font-size: 1.125rem;
  overflow-wrap: break-word;
  display: flex;
  color: #F4E8C6;
  flex-shrink: 0;
  letter-spacing: -.01em;
  align-items: center;
  font-weight: 800;
  margin-right: 20px;
}.efp-tb_logo_mark_frr {
  border-radius: 10px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  height: 32px;
  display: flex;
  width: 32px;
}.efp-tb_logo_mark_frr img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.efp-tb_nav_frr {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width:640px) {.efp-tb_nav_frr {
  display: flex;
}
}.efp-tb_tab_frr {
  padding: 8px 14px;
  transition: background .15s,color .15s;
  border-radius: 10px;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #A08B6A;
}.efp-tb_tab_frr:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4E8C6;
}.efp-tb_tab_frr.efp-state_active_frr {
  background: rgba(200, 138, 42, 0.18);
  color: #F4E8C6;
}.efp-tb_right_frr {
  gap: 8px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
}.efp-tb_login_frr {
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 9px 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem;
  transition: border-color .2s,color .2s;
  color: #D2C09A;
  font-size: 13px;
  font-weight: 600;
  display: none;
}.efp-tb_login_frr:hover {
  border-color: rgba(200, 140, 42, 0.45);
  color: #F4E8C6;
}
@media(min-width: 481px) {.efp-tb_login_frr {
  display: block;
}
}.efp-tb_reg_frr {
  padding: 9px 1.125rem;
  transition: background .2s;
  border-radius: 10px;
  background: #3DAE5C;
  color: #0E0A06;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 700;
}.efp-tb_reg_frr:hover {
  background: #50C870;
}.efp-sb_frr {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  background: #181320;
  transform: translateX(-100%);
  bottom: 0;
  left: 0;
  z-index: 70;
  width: 13.75rem;
  overflow-y: auto;
  top: 3.5rem;
  position: fixed;
}.efp-sb_frr.efp-state_open_frr {
  transform: translateX(0);
}.efp-sb_frr::-webkit-scrollbar {
  width: 4px;
}.efp-sb_frr::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.efp-sb_frr {
  transform: translateX(0);
}
}.efp-sb_auth_frr {
  padding: 14px 12px 0.625rem;
}.efp-sb_btn_reg_frr {
  background: #3DAE5C;
  padding: 0.688rem;
  transition: background .2s;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 8px;
  text-align: center;
  display: block;
  color: #0E0A06;
}.efp-sb_btn_reg_frr:hover {
  background: #50C870;
}.efp-sb_btn_login_frr {
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  font-size: 13px;
  color: #D2C09A;
  display: block;
  font-weight: 600;
  text-align: center;
}.efp-sb_btn_login_frr:hover {
  border-color: rgba(200, 140, 42, 0.45);
  color: #F4E8C6;
}.efp-sb_promo_frr {
  border: 1px solid rgba(200, 138, 42, 0.18);
  overflow: hidden;
  background: linear-gradient(135deg,#3E1A06,#181320);
  margin: 0 0.75rem 0.625rem;
  padding: 12px 14px;
  border-radius: 0.625rem;
  position: relative;
}.efp-sb_promo_frr::before {
  background: radial-gradient(circle,rgba(200, 138, 42, 0.18),transparent 70%);
  border-radius: 50%;
  position: absolute;
  width: 80px;
  right: -20px;
  top: -20px;
  height: 5rem;
  content: '';
}.efp-sb_promo_title_frr {
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 0.688rem;
  color: #C88A2A;
}.efp-sb_promo_text_frr {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #F4E8C6;
  line-height: 1.35;
  font-weight: 600;
}.efp-sb_promo_sub_frr {
  margin-top: 3px;
  color: #7A6852;
  font-size: 0.625rem;
}.efp-sb_nav_frr {
  padding: 0.375rem 8px 1rem;
}.efp-sb_nav_lb_frr {
  padding: 0.625rem 0.5rem 0.375rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.625rem;
  font-weight: 700;
  color: #60503C;
}.efp-sb_link_frr {
  transition: background .15s,color .15s;
  border-radius: 0.375rem;
  padding: 9px 10px;
  gap: 0.625rem;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
  font-weight: 500;
  color: #A08B6A;
  font-size: 0.813rem;
  cursor: pointer;
}.efp-sb_link_frr:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4E8C6;
}.efp-sb_link_frr.efp-state_active_frr {
  background: rgba(200, 138, 42, 0.18);
  color: #F4E8C6;
}.efp-sb_ic_frr {
  border-radius: 6px;
  display: flex;
  height: 30px;
  width: 1.875rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}.efp-sb_ic_frr svg {
  stroke-linejoin: round;
  width: 1rem;
  height: 1rem;
  stroke-linecap: round;
}.efp-sb_ic_1_frr {
  background: rgba(200, 138, 42, 0.07);
  color: #C88A2A;
}.efp-sb_ic_2_frr {
  background: rgba(61, 174, 92, 0.16);
  color: #3DAE5C;
}.efp-sb_ic_3_frr {
  background: rgba(212, 148, 8, 0.18);
  color: #D49408;
}.efp-sb_ic_4_frr {
  background: rgba(139, 28, 46, 0.24);
  color: #8B1C2E;
}.efp-sb_ic_5_frr {
  background: rgba(200, 138, 42, 0.07);
  color: #E0427C;
}.efp-sb_ic_6_frr {
  background: rgba(139, 28, 46, 0.24);
  color: #9B4FD6;
}.efp-sb_badge_frr {
  background: #D49408;
  padding: 2px 7px;
  border-radius: 6px;
  color: #0E0A06;
  margin-left: auto;
  font-weight: 700;
  font-size: 0.563rem;
}.efp-sb_bot_frr {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  gap: 0.5rem;
  display: flex;
}.efp-sb_lang_frr,.efp-sb_help_frr {
  gap: 0.375rem;
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  padding: 9px 6px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  justify-content: center;
  font-weight: 600;
  font-size: 11px;
  align-items: center;
  color: #A08B6A;
  display: flex;
}.efp-sb_lang_frr:hover,.efp-sb_help_frr:hover {
  border-color: rgba(200, 140, 42, 0.45);
  color: #F4E8C6;
}.efp-sb_lang_frr svg,.efp-sb_help_frr svg {
  height: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.813rem;
}.efp-sb_bd_frr {
  inset: 0;
  background: rgba(7, 5, 8, 0.72);
  z-index: 69;
  position: fixed;
  display: none;
}.efp-sb_bd_frr.efp-state_on_frr {
  display: block;
}
@media(min-width: 1078px) {.efp-sb_bd_frr {
  display: none!important;
}
}.efp-mob_nav_frr {
  background: #181320;
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  right: 0;
  position: fixed;
  bottom: 0;
  display: flex;
  z-index: 80;
  left: 0;
}
@media(min-width: 1078px) {.efp-mob_nav_frr {
  display: none;
}
}.efp-mob_nav_item_frr {
  padding: 0.25rem 2px;
  gap: 4px;
  flex: 1;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  color: #60503C;
  display: flex;
}.efp-mob_nav_ic_frr {
  line-height: 1;
}.efp-mob_nav_ic_frr svg {
  stroke-linejoin: round;
  height: 1.25rem;
  stroke-linecap: round;
  width: 20px;
}.efp-mob_nav_lb_frr {
  font-size: 10px;
  color: #60503C;
  font-weight: 600;
}.efp-mob_nav_item_frr.efp-state_active_frr {
  color: #C88A2A;
}.efp-mob_nav_item_frr.efp-state_active_frr .efp-mob_nav_lb_frr {
  color: #C88A2A;
}.efp-hero_frr {
  background: #0C0A0D;
  padding: 1.25rem 1rem 0;
}
@media(min-width: 770px) {.efp-hero_frr {
  padding: 1.5rem 24px 0;
}
}.efp-hero_in_frr {
  margin: 0 auto;
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 858px) {.efp-hero_in_frr {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width:1100px) {.efp-hero_in_frr {
  grid-template-columns: 1fr 340px;
}
}.efp-hero_promo_frr {
  border-radius: 16px;
  background: #13101A;
  overflow: hidden;
  align-items: stretch;
  min-height: 13.75rem;
  display: flex;
  position: relative;
}
@media(min-width: 769px) {.efp-hero_promo_frr {
  min-height: 280px;
}
}.efp-hero_promo_bg_frr {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#3E1A06 0%,#0C0A0D 100%);
  position: absolute;
  background-size: cover;
}.efp-hero_promo_bg_frr::after {
  inset: 0;
  background: linear-gradient(90deg,#0C0A0D 0%,rgba(7, 5, 8, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.efp-hero_promo_glow_frr {
  background: radial-gradient(circle,rgba(139, 28, 46, 0.24) 0%,transparent 65%);
  border-radius: 50%;
  top: -2.5rem;
  pointer-events: none;
  width: 18.75rem;
  height: 300px;
  right: 3.75rem;
  position: absolute;
}.efp-hero_promo_ct_frr {
  padding: 28px 1.5rem 28px 1.75rem;
  position: relative;
  z-index: 2;
  max-width: 480px;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
@media(min-width: 769px) {.efp-hero_promo_ct_frr {
  padding: 40px 32px;
}
}.efp-hero_badge_frr {
  border: 1px solid rgba(200, 138, 42, 0.07);
  background: rgba(200, 138, 42, 0.18);
  border-radius: 20px;
  padding: 0.313rem 0.75rem;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 10px;
  color: #C88A2A;
}.efp-hero_h1_frr {
  font-size: 26px;
  color: #F4E8C6;
  overflow-wrap: break-word;
  line-height: 1.15;
  margin-bottom: 0.625rem;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}.efp-hero_h1_frr em {
  color: #D49408;
  font-style: normal;
}
@media(min-width: 766px) {.efp-hero_h1_frr {
  font-size: 36px;
}
}.efp-hero_sub_frr {
  color: #A08B6A;
  margin-bottom: 1.25rem;
  line-height: 1.55;
  font-size: 13px;
}
@media(min-width: 766px) {.efp-hero_sub_frr {
  font-size: 14px;
}
}.efp-hero_row_frr {
  gap: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.efp-hero_cta_frr {
  padding: 0.813rem 26px;
  background: #3DAE5C;
  transition: background .2s;
  border-radius: 0.625rem;
  color: #0E0A06;
  box-shadow: 0 0 0 1px rgba(61, 174, 92, 0.30), 0 0.25rem 18px rgba(61, 174, 92, 0.44);
  font-size: 14px;
  font-weight: 700;
}.efp-hero_cta_frr:hover {
  background: #50C870;
}.efp-hero_terms_frr {
  color: #60503C;
  font-size: 11px;
}.efp-hero_game_frr {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  background: #13101A;
  position: relative;
  flex-direction: column;
  display: flex;
}.efp-hero_game_badge_frr {
  border-radius: 1.25rem;
  background: rgba(212, 148, 8, 0.18);
  border: 1px solid rgba(212, 148, 8, 0.18);
  padding: 0.313rem 0.625rem;
  text-transform: uppercase;
  left: 12px;
  letter-spacing: .06em;
  top: 0.75rem;
  font-size: 10px;
  font-weight: 700;
  z-index: 3;
  color: #D49408;
  position: absolute;
}.efp-hero_game_badge_frr svg {
  width: 0.688rem;
  vertical-align: -1px;
  margin-right: 4px;
  height: 0.688rem;
}.efp-hero_game_img_frr {
  overflow: hidden;
  background: linear-gradient(135deg,#3E1A06,#0C0A0D);
  padding-bottom: 60%;
  position: relative;
}.efp-hero_game_img_frr img {
  inset: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
}.efp-hero_game_play_frr {
  background: rgba(7, 5, 8, 0.72);
  transition: opacity .2s;
  inset: 0;
  justify-content: center;
  position: absolute;
  align-items: center;
  display: flex;
  opacity: 0;
}.efp-hero_game_frr:hover .efp-hero_game_play_frr {
  opacity: 1;
}.efp-hero_game_play_frr span {
  background: #C88A2A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
}.efp-hero_game_play_frr span svg {
  height: 18px;
  margin-left: 2px;
  width: 18px;
}.efp-hero_game_info_frr {
  padding: 14px 1rem;
}.efp-hero_game_title_frr {
  color: #F4E8C6;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-size: 15px;
}.efp-hero_game_provider_frr {
  color: #7A6852;
  font-size: 0.688rem;
}.efp-hero_game_btn_frr {
  margin: 0.75rem 1rem 16px;
  padding: 0.688rem;
  transition: background .2s;
  background: #C88A2A;
  border-radius: 0.625rem;
  font-weight: 700;
  text-align: center;
  color: #F4E8C6;
  font-size: 0.813rem;
  display: block;
}.efp-hero_game_frr:hover .efp-hero_game_btn_frr {
  background: #DFAA44;
}.efp-sbar_frr {
  background: #0C0A0D;
  padding: 1rem 1rem 0;
}
@media(min-width:768px) {.efp-sbar_frr {
  padding: 18px 1.5rem 0;
}
}.efp-sbar_in_frr {
  margin: 0 auto;
  max-width: 82.5rem;
}.efp-sbar_row_frr {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 12px;
}.efp-sbar_input_frr {
  gap: 0.625rem;
  flex: 1;
  padding: 0.688rem 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.625rem;
  transition: border-color .2s;
  background: #13101A;
  display: flex;
  color: #7A6852;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
}.efp-sbar_input_frr:hover {
  border-color: rgba(200, 140, 42, 0.45);
}.efp-sbar_input_frr svg {
  flex-shrink: 0;
  stroke-linejoin: round;
  width: 0.938rem;
  height: 0.938rem;
  stroke-linecap: round;
}.efp-sbar_providers_frr {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #13101A;
  gap: 8px;
  padding: 11px 18px;
  transition: border-color .2s;
  border-radius: 10px;
  white-space: nowrap;
  font-weight: 600;
  align-items: center;
  display: flex;
  font-size: 0.813rem;
  color: #D2C09A;
}.efp-sbar_providers_frr:hover {
  border-color: rgba(200, 140, 42, 0.45);
  color: #F4E8C6;
}.efp-sbar_providers_frr svg {
  height: 14px;
  stroke-linejoin: round;
  width: 14px;
  stroke-linecap: round;
}.efp-sbar_tabs_frr {
  gap: 0.375rem;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 2px;
  overflow-x: auto;
}.efp-sbar_tabs_frr::-webkit-scrollbar {
  display: none;
}.efp-sbar_tab_frr {
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  gap: 0.438rem;
  border-radius: 20px;
  padding: 8px 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
  font-weight: 600;
  color: #A08B6A;
  white-space: nowrap;
  font-size: 0.75rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.efp-sbar_tab_frr:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(200, 140, 42, 0.45);
  color: #F4E8C6;
}.efp-sbar_tab_frr.efp-state_active_frr {
  border-color: rgba(200, 138, 42, 0.07);
  background: rgba(200, 138, 42, 0.18);
  color: #F4E8C6;
}.efp-sbar_tab_ic_frr svg {
  width: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 14px;
}.efp-wy_frr {
  padding: 32px 1rem 0;
  background: #0C0A0D;
}
@media(min-width: 770px) {.efp-wy_frr {
  padding: 40px 24px 0;
}
}.efp-wy_in_frr {
  margin: 0 auto;
  max-width: 1320px;
}.efp-wy_head_frr {
  max-width: 45rem;
  margin-bottom: 1.125rem;
}.efp-wy_label_frr {
  letter-spacing: .08em;
  color: #C88A2A;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 8px;
}.efp-wy_h2_frr {
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  color: #F4E8C6;
}
@media(min-width: 767px) {.efp-wy_h2_frr {
  font-size: 24px;
}
}.efp-wy_intro_frr {
  margin: 0;
  line-height: 1.6;
  font-size: 13px;
  color: #7A6852;
}.efp-wy_grid_frr {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.efp-wy_grid_frr {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.efp-wy_grid_frr {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.efp-wy_card_frr {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #181320;
  transition: border-color .2s,transform .2s;
  border-radius: 0.625rem;
  padding: 1.25rem;
}.efp-wy_card_frr:hover {
  border-color: rgba(200, 138, 42, 0.07);
  transform: translateY(-2px);
}.efp-wy_card_ic_frr {
  background: rgba(200, 138, 42, 0.18);
  border-radius: 50%;
  height: 44px;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  display: flex;
  color: #C88A2A;
  margin-bottom: 0.875rem;
}.efp-wy_card_ic_frr svg {
  stroke-linejoin: round;
  width: 1.375rem;
  stroke-linecap: round;
  height: 1.375rem;
}.efp-wy_card_h_frr {
  line-height: 1.25;
  font-size: 15px;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  color: #F4E8C6;
  font-weight: 700;
}.efp-wy_card_p_frr {
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #7A6852;
  font-size: 0.813rem;
}.efp-wy_card_p_frr strong {
  font-weight: 600;
  color: #D2C09A;
}.efp-gcg_frr {
  padding: 36px 16px 0;
  background: #0C0A0D;
}
@media(min-width: 766px) {.efp-gcg_frr {
  padding: 2.75rem 1.5rem 0;
}
}.efp-gcg_in_frr {
  margin: 0 auto;
  max-width: 82.5rem;
}.efp-gcg_head_frr {
  max-width: 45rem;
  margin-bottom: 20px;
}.efp-gcg_label_frr {
  text-transform: uppercase;
  font-weight: 700;
  color: #C88A2A;
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 0.5rem;
}.efp-gcg_h2_frr {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 22px;
  font-weight: 800;
  color: #F4E8C6;
  margin-bottom: 8px;
}
@media(min-width: 771px) {.efp-gcg_h2_frr {
  font-size: 1.75rem;
}
}.efp-gcg_intro_frr {
  line-height: 1.6;
  color: #7A6852;
  font-size: 13px;
}.efp-gcg_grid_frr {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.efp-gcg_grid_frr {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.efp-gcg_grid_frr {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.efp-gcg_card_frr {
  border: 1px solid rgba(255, 255, 255, 0.10);
  overflow: hidden;
  border-radius: 16px;
  padding: 1.25rem;
  transition: transform .2s,border-color .2s;
  min-height: 15rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
}.efp-gcg_card_frr:hover {
  border-color: rgba(200, 138, 42, 0.18);
  transform: translateY(-3px);
}.efp-gcg_card_bg_frr {
  inset: 0;
  position: absolute;
  z-index: 0;
}.efp-gcg_card_bg_frr::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.efp-gcg_card_ic_frr {
  border-radius: 0.375rem;
  background: rgba(0,0,0,.45);
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 40px;
  color: #F4E8C6;
  position: absolute;
  height: 2.5rem;
  right: 18px;
  top: 1.125rem;
  display: flex;
}.efp-gcg_card_ic_frr svg {
  stroke-linejoin: round;
  width: 20px;
  height: 1.25rem;
  stroke-linecap: round;
}.efp-gcg_card_ct_frr {
  z-index: 1;
  position: relative;
}.efp-gcg_card_h_frr {
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.2;
  color: #F4E8C6;
  font-size: 18px;
}
@media(min-width: 769px) {.efp-gcg_card_h_frr {
  font-size: 1.25rem;
}
}.efp-gcg_card_p_frr {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.55;
  margin-bottom: 0.625rem;
  color: rgba(255,255,255,.82);
}.efp-gcg_card_p_frr strong {
  font-weight: 600;
  color: #F4E8C6;
}.efp-gcg_card_cta_frr {
  gap: 4px;
  font-size: 0.75rem;
  display: inline-flex;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  align-items: center;
  color: #C88A2A;
}.efp-gcg_card_cta_frr svg {
  width: 12px;
  stroke-linejoin: round;
  height: 0.75rem;
  stroke-linecap: round;
}.efp-gr_jp_frr {
  background: linear-gradient(135deg,#2C0E30 0%,#0D090F 100%);
  padding: 20px;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}.efp-gr_jp_frr::before {
  background: radial-gradient(circle,rgba(139, 28, 46, 0.24) 0%,transparent 70%);
  border-radius: 50%;
  top: -3.75rem;
  height: 15.625rem;
  left: -3.75rem;
  position: absolute;
  width: 250px;
  content: '';
}.efp-gr_jp_frr::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(212, 148, 8, 0.18) 0%,transparent 70%);
  content: '';
  bottom: -2.5rem;
  right: 0;
  width: 12.5rem;
  position: absolute;
  height: 12.5rem;
}.efp-gr_jp_head_frr {
  gap: 1rem;
  z-index: 1;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}.efp-gr_jp_info_frr {
  flex: 1;
}.efp-gr_jp_label_frr {
  color: #9B4FD6;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.375rem;
}.efp-gr_jp_label_frr svg {
  vertical-align: -2px;
  width: 14px;
  height: 0.875rem;
  margin-right: 4px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.efp-gr_jp_amount_frr {
  font-family: 'Cinzel', serif;
  margin-bottom: 0.25rem;
  line-height: 1;
  color: #F4E8C6;
  font-size: 32px;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.efp-gr_jp_amount_frr {
  font-size: 2.5rem;
}
}.efp-gr_jp_amount_frr span {
  color: #D49408;
}.efp-gr_jp_seo_frr {
  max-width: 30rem;
  color: #A08B6A;
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 12px;
}.efp-gr_jp_cta_frr {
  border: 1px solid rgba(139, 28, 46, 0.24);
  padding: 0.688rem 20px;
  transition: background .2s;
  background: rgba(139, 28, 46, 0.24);
  border-radius: 0.625rem;
  color: #F4E8C6;
  font-size: 13px;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 4px;
  font-weight: 700;
  white-space: nowrap;
  z-index: 1;
  position: relative;
}.efp-gr_jp_cta_frr:hover {
  background: #8B1C2E;
}.efp-ws_frr {
  padding: 2rem 1rem 0;
  background: #0C0A0D;
}
@media(min-width: 767px) {.efp-ws_frr {
  padding: 36px 1.5rem 0;
}
}.efp-ws_in_frr {
  margin: 0 auto;
  max-width: 1320px;
}.efp-ws_head_frr {
  gap: 0.75rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 14px;
}.efp-ws_title_frr {
  gap: 0.625rem;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  font-size: 1rem;
  display: flex;
  font-family: 'Cinzel', serif;
  color: #F4E8C6;
  font-weight: 700;
  align-items: center;
}.efp-ws_title_ic_frr svg {
  stroke-linecap: round;
  height: 18px;
  color: #D49408;
  width: 1.125rem;
  stroke-linejoin: round;
}.efp-ws_online_frr {
  gap: 7px;
  align-items: center;
  display: flex;
  color: #7A6852;
  font-weight: 600;
  font-size: 0.75rem;
}.efp-ws_online_dot_frr {
  background: #3DAE5C;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(61, 174, 92, 0.16);
  height: 0.5rem;
  width: 0.5rem;
}.efp-ws_scroll_frr {
  gap: 0.5rem;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  display: flex;
}.efp-ws_scroll_frr::-webkit-scrollbar {
  display: none;
}.efp-wc_frr {
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 0.625rem;
  background: #13101A;
  padding: 0.625rem 0.875rem;
  border-radius: 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  min-width: 13.75rem;
}.efp-wc_img_frr {
  overflow: hidden;
  background: #181320;
  border-radius: 0.375rem;
  width: 36px;
  flex-shrink: 0;
  height: 36px;
}.efp-wc_img_frr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.efp-wc_info_frr {
  min-width: 0;
}.efp-wc_game_frr {
  overflow: hidden;
  color: #D2C09A;
  text-overflow: ellipsis;
  font-weight: 600;
  white-space: nowrap;
  font-size: 12px;
}.efp-wc_player_frr {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #60503C;
  font-size: 0.625rem;
}.efp-wc_amount_frr {
  margin-left: auto;
  font-size: 0.813rem;
  font-weight: 700;
  white-space: nowrap;
  color: #3DAE5C;
  flex-shrink: 0;
}.efp-app_frr {
  background: #0C0A0D;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.efp-app_frr {
  padding: 44px 1.5rem 0;
}
}.efp-app_in_frr {
  margin: 0 auto;
  max-width: 82.5rem;
}.efp-app_head_frr {
  margin-bottom: 1rem;
}.efp-app_label_frr {
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #C88A2A;
}.efp-app_h2_frr {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.375rem;
  font-family: 'Cinzel', serif;
  color: #F4E8C6;
  font-size: 1.25rem;
}
@media(min-width: 766px) {.efp-app_h2_frr {
  font-size: 24px;
}
}.efp-app_sub_frr {
  color: #7A6852;
  line-height: 1.6;
  max-width: 37.5rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.efp-app_sub_frr strong {
  color: #D2C09A;
  font-weight: 700;
}.efp-app_cards_frr {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}
@media(min-width: 641px) {.efp-app_cards_frr {
  grid-template-columns: repeat(3,1fr);
}
}.efp-app_card_frr {
  gap: 16px;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.efp-app_card_ios_frr {
  background: linear-gradient(135deg,rgba(200, 138, 42, 0.18) 0%,#181320 100%);
}.efp-app_card_android_frr {
  background: linear-gradient(135deg,rgba(61, 174, 92, 0.16) 0%,#181320 100%);
}.efp-app_card_win_frr {
  background: linear-gradient(135deg,rgba(212, 148, 8, 0.18) 0%,#181320 100%);
}.efp-app_card_ic_frr svg {
  width: 34px;
  stroke-linejoin: round;
  height: 2.125rem;
  stroke-linecap: round;
}.efp-app_card_ic_frr {
  color: #F4E8C6;
  flex-shrink: 0;
}.efp-app_card_os_frr {
  font-weight: 700;
  font-size: 10px;
  color: #7A6852;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}.efp-app_card_title_frr {
  font-weight: 700;
  color: #F4E8C6;
  margin-bottom: 0.375rem;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-size: 15px;
}.efp-app_card_text_frr {
  font-size: 12px;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #7A6852;
}.efp-app_card_btn_frr {
  border: 1px solid rgba(200, 140, 42, 0.45);
  border-radius: 6px;
  transition: background .2s;
  padding: 0.625rem 18px;
  gap: 7px;
  background: rgba(255, 255, 255, 0.12);
  display: inline-flex;
  color: #F4E8C6;
  align-items: center;
  font-size: 0.813rem;
  font-weight: 700;
}.efp-app_card_btn_frr:hover {
  background: rgba(255, 255, 255, 0.07);
}.efp-reg_frr {
  background: #0C0A0D;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.efp-reg_frr {
  padding: 2.75rem 1.5rem 0;
}
}.efp-reg_in_frr {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.75rem 1.5rem;
  background: #181320;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width:768px) {.efp-reg_in_frr {
  padding: 40px;
}
}.efp-reg_top_frr {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.efp-reg_top_frr {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.efp-reg_label_frr {
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  color: #C88A2A;
}.efp-reg_h2_frr {
  overflow-wrap: break-word;
  font-size: 22px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  color: #F4E8C6;
}
@media(min-width: 769px) {.efp-reg_h2_frr {
  font-size: 28px;
}
}.efp-reg_bonus_frr {
  border: 1px solid rgba(212, 148, 8, 0.18);
  gap: 8px;
  padding: 0.625rem 1rem;
  border-radius: 10px;
  background: rgba(212, 148, 8, 0.18);
  margin-bottom: 16px;
  align-items: center;
  display: inline-flex;
}.efp-reg_bonus_amount_frr {
  font-size: 1.25rem;
  color: #D49408;
  font-weight: 800;
}.efp-reg_bonus_text_frr {
  line-height: 1.35;
  font-size: 0.813rem;
  color: #A08B6A;
}.efp-reg_cta_btn_frr {
  border-radius: 10px;
  background: #3DAE5C;
  transition: background .2s;
  padding: 0.875rem 32px;
  font-size: 15px;
  color: #0E0A06;
  margin-bottom: 12px;
  font-weight: 700;
  box-shadow: 0 0 0 1px rgba(61, 174, 92, 0.30), 0 4px 18px rgba(61, 174, 92, 0.44);
  display: inline-block;
}.efp-reg_cta_btn_frr:hover {
  background: #50C870;
}.efp-reg_terms_frr {
  color: #60503C;
  line-height: 1.5;
  font-size: 0.688rem;
}.efp-reg_seo_frr {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A6852;
  margin-top: 20px;
  line-height: 1.65;
  padding-top: 20px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.efp-reg_seo_frr p {
  color: #7A6852;
  margin-bottom: 10px;
  font-size: 0.813rem;
  line-height: 1.65;
}.efp-reg_seo_frr p:last-child {
  margin-bottom: 0;
}.efp-reg_seo_frr strong {
  font-weight: 700;
  color: #D2C09A;
}.efp-reg_seo_frr a {
  transition: color .2s;
  text-decoration: underline;
  color: #C88A2A;
}.efp-reg_seo_frr a:hover {
  color: #DFAA44;
}.efp-reg_seo_frr ul,.efp-reg_seo_frr ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.efp-reg_seo_frr ol {
  list-style: decimal;
}.efp-reg_seo_frr li {
  line-height: 1.65;
  color: #7A6852;
  font-size: 13px;
  margin-bottom: 4px;
}.efp-reg_seo_frr table {
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
@media(min-width: 765px) {.efp-reg_seo_frr table {
  display: table;
}
}.efp-reg_seo_frr th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D2C09A;
  font-weight: 700;
  text-align: left;
}.efp-reg_seo_frr td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #7A6852;
}.efp-reg_steps_frr {
  gap: 0.875rem;
  flex-direction: column;
  margin-top: 28px;
  display: flex;
}
@media(min-width: 861px) {.efp-reg_steps_frr {
  margin-top: 0;
}
}.efp-reg_step_frr {
  gap: 14px;
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.efp-reg_step_num_frr {
  border-radius: 50%;
  border: 1px solid rgba(200, 138, 42, 0.07);
  background: rgba(200, 138, 42, 0.18);
  font-weight: 800;
  color: #C88A2A;
  font-size: 14px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  width: 2.125rem;
  justify-content: center;
  height: 2.125rem;
}.efp-reg_step_title_frr {
  color: #F4E8C6;
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 14px;
}.efp-reg_step_text_frr {
  font-size: 12px;
  color: #7A6852;
  line-height: 1.5;
}.efp-reg_trust_frr {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  padding-top: 1.25rem;
  margin-top: 20px;
  display: flex;
}.efp-reg_trust_item_frr {
  gap: 0.438rem;
  font-size: 12px;
  overflow-wrap: break-word;
  color: #7A6852;
  align-items: center;
  display: flex;
}.efp-reg_trust_ic_frr svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
  width: 1rem;
  color: #C88A2A;
}.efp-htp_frr {
  background: #0C0A0D;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.efp-htp_frr {
  padding: 44px 24px 0;
}
}.efp-htp_in_frr {
  margin: 0 auto;
  max-width: 82.5rem;
}.efp-htp_head_frr {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.efp-htp_label_frr {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #C88A2A;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
}.efp-htp_h2_frr {
  font-weight: 800;
  font-size: 22px;
  overflow-wrap: break-word;
  color: #F4E8C6;
  font-family: 'Cinzel', serif;
  margin-bottom: 8px;
}
@media(min-width: 769px) {.efp-htp_h2_frr {
  font-size: 1.75rem;
}
}.efp-htp_intro_frr {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #7A6852;
}.efp-htp_steps_frr {
  margin: 0;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.efp-htp_steps_frr {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.efp-htp_steps_frr {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.efp-htp_step_frr {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #181320;
  padding: 1.25rem 1.125rem 18px;
  border-radius: 10px;
  flex-direction: column;
  position: relative;
  display: flex;
}.efp-htp_step_num_frr {
  border-radius: 50%;
  background: #C88A2A;
  height: 28px;
  justify-content: center;
  top: -12px;
  position: absolute;
  align-items: center;
  display: flex;
  font-size: 13px;
  left: 20px;
  width: 1.75rem;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #0E0A06;
}.efp-htp_step_ic_frr {
  margin: 8px 0 0.75rem;
  background: rgba(200, 138, 42, 0.18);
  border-radius: 6px;
  height: 2.25rem;
  color: #C88A2A;
  align-items: center;
  display: flex;
  width: 36px;
  justify-content: center;
}.efp-htp_step_ic_frr svg {
  height: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.125rem;
}.efp-htp_step_h_frr {
  line-height: 1.25;
  color: #F4E8C6;
  font-size: 14px;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 6px;
}.efp-htp_step_p_frr {
  overflow-wrap: break-word;
  color: #7A6852;
  font-size: 13px;
  line-height: 1.55;
}.efp-htp_step_p_frr strong {
  color: #D2C09A;
  font-weight: 600;
}.efp-htp_cta_frr {
  border-radius: 10px;
  padding: 13px 26px;
  transition: background .2s;
  background: #3DAE5C;
  color: #0E0A06;
  font-size: 0.875rem;
  display: inline-block;
  margin-top: 1.25rem;
  font-weight: 700;
}.efp-htp_cta_frr:hover {
  background: #50C870;
}.efp-prov_frr {
  padding: 2.25rem 16px 0;
  background: #0C0A0D;
}
@media(min-width: 767px) {.efp-prov_frr {
  padding: 2.75rem 24px 0;
}
}.efp-prov_in_frr {
  margin: 0 auto;
  max-width: 82.5rem;
}.efp-prov_head_frr {
  margin-bottom: 1rem;
}.efp-prov_label_frr {
  color: #C88A2A;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
}.efp-prov_h2_frr {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F4E8C6;
}
@media(min-width: 771px) {.efp-prov_h2_frr {
  font-size: 24px;
}
}.efp-prov_seo_frr {
  font-size: 13px;
  color: #7A6852;
  max-width: 38.75rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  margin-bottom: 16px;
}.efp-prov_seo_frr strong {
  color: #D2C09A;
  font-weight: 700;
}.efp-prov_seo_frr a {
  text-decoration: underline;
  color: #C88A2A;
}.efp-prov_grid_frr {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 643px) {.efp-prov_grid_frr {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1078px) {.efp-prov_grid_frr {
  grid-template-columns: repeat(8,1fr);
}
}.efp-prov_card_frr {
  padding: 0.875rem 0.625rem;
  border-radius: 10px;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 7px;
  background: #13101A;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
}.efp-prov_card_frr:hover {
  background: #181320;
  border-color: rgba(200, 140, 42, 0.45);
}.efp-prov_logo_frr {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  justify-content: center;
  width: 44px;
  align-items: center;
  height: 44px;
  display: flex;
}.efp-prov_logo_frr img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.efp-prov_name_frr {
  font-size: 0.688rem;
  font-weight: 600;
  overflow-wrap: break-word;
  color: #A08B6A;
  text-align: center;
}.efp-bon_frr {
  background: #0C0A0D;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.efp-bon_frr {
  padding: 2.75rem 24px 0;
}
}.efp-bon_in_frr {
  margin: 0 auto;
  max-width: 1320px;
}.efp-bon_head_frr {
  margin-bottom: 20px;
}.efp-bon_label_frr {
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #C88A2A;
}.efp-bon_h2_frr {
  margin-bottom: 8px;
  font-weight: 800;
  color: #F4E8C6;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.efp-bon_h2_frr {
  font-size: 24px;
}
}.efp-bon_seo_frr {
  line-height: 1.6;
  font-size: 13px;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  color: #7A6852;
}.efp-bon_seo_frr strong {
  font-weight: 700;
  color: #D2C09A;
}.efp-bon_seo_frr a {
  text-decoration: underline;
  color: #C88A2A;
}.efp-bon_grid_frr {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 642px) {.efp-bon_grid_frr {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.efp-bon_grid_frr {
  grid-template-columns: repeat(5,1fr);
}
}.efp-bon_card_frr {
  transition: border-color .2s,transform .2s;
  background: #13101A;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1rem;
  border-radius: 10px;
}.efp-bon_card_frr:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 138, 42, 0.07);
}.efp-bon_card_ic_frr svg {
  height: 26px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 26px;
}.efp-bon_card_ic_frr {
  margin-bottom: 10px;
}.efp-bon_card_type_frr {
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: #7A6852;
  font-size: 10px;
}.efp-bon_card_amount_frr {
  color: #D49408;
  line-height: 1.1;
  margin-bottom: 6px;
  font-weight: 800;
  font-size: 1.125rem;
}.efp-bon_card_name_frr {
  margin-bottom: 8px;
  color: #F4E8C6;
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 0.813rem;
}.efp-bon_card_detail_frr {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  color: #60503C;
  font-size: 0.688rem;
  padding-top: 8px;
  overflow-wrap: break-word;
}.efp-faq_frr {
  background: #0C0A0D;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.efp-faq_frr {
  padding: 44px 24px 0;
}
}.efp-faq_in_frr {
  margin: 0 auto;
  max-width: 82.5rem;
}.efp-faq_head_frr {
  margin-bottom: 20px;
}.efp-faq_label_frr {
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  color: #C88A2A;
  margin-bottom: 8px;
}.efp-faq_h2_frr {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F4E8C6;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 769px) {.efp-faq_h2_frr {
  font-size: 24px;
}
}.efp-faq_list_frr {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.efp-faq_item_frr {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #181320;
}.efp-faq_q_frr {
  padding: 16px 20px;
  gap: 0.75rem;
  transition: color .2s;
  flex-wrap: wrap;
  cursor: pointer;
  align-items: center;
  font-weight: 600;
  overflow-wrap: break-word;
  color: #D2C09A;
  display: flex;
  font-size: 0.875rem;
  justify-content: space-between;
}.efp-faq_q_frr:hover {
  color: #F4E8C6;
}.efp-faq_q_ic_frr {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  font-size: 1rem;
  flex-shrink: 0;
  justify-content: center;
  color: #C88A2A;
  width: 1.5rem;
  align-items: center;
  height: 24px;
  display: flex;
}.efp-faq_item_frr.efp-state_open_frr .efp-faq_q_ic_frr {
  transform: rotate(45deg);
}.efp-faq_a_frr {
  padding: 0 1.25rem 16px;
  color: #7A6852;
  overflow-wrap: break-word;
  display: none;
  font-size: 0.813rem;
  line-height: 1.7;
}.efp-faq_item_frr.efp-state_open_frr .efp-faq_a_frr {
  display: block;
}.efp-faq_a_frr strong {
  font-weight: 700;
  color: #D2C09A;
}.efp-faq_a_frr a {
  text-decoration: underline;
  color: #C88A2A;
}.efp-faq_a_frr ul,.efp-faq_a_frr ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.efp-faq_a_frr ol {
  list-style: decimal;
}.efp-faq_a_frr li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.efp-faq_a_frr table {
  margin: 0.5rem 0;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}
@media(min-width:768px) {.efp-faq_a_frr table {
  display: table;
}
}.efp-faq_a_frr th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 0.5rem;
  font-weight: 700;
  text-align: left;
  color: #D2C09A;
}.efp-faq_a_frr td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A6852;
}.efp-seo_frr {
  padding: 2.25rem 1rem 0;
  background: #0C0A0D;
}
@media(min-width: 767px) {.efp-seo_frr {
  padding: 44px 24px 0;
}
}.efp-seo_in_frr {
  border-radius: 1rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #181320;
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width:768px) {.efp-seo_in_frr {
  padding: 36px 40px;
}
}.efp-seo_label_frr {
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #C88A2A;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  font-weight: 700;
}.efp-seo_h2_frr {
  line-height: 1.25;
  margin-bottom: 14px;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  color: #F4E8C6;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.efp-seo_h2_frr {
  font-size: 24px;
}
}.efp-seo_body_frr {
  line-height: 1.75;
  font-size: 14px;
  color: #A08B6A;
  overflow-wrap: break-word;
}.efp-seo_body_frr p {
  color: #A08B6A;
  margin-bottom: 0.75rem;
  font-size: 14px;
  line-height: 1.75;
}.efp-seo_body_frr p:last-child {
  margin-bottom: 0;
}.efp-seo_body_frr strong {
  font-weight: 700;
  color: #D2C09A;
}.efp-seo_body_frr a {
  transition: color .2s;
  text-decoration: underline;
  color: #C88A2A;
}.efp-seo_body_frr a:hover {
  color: #DFAA44;
}.efp-seo_body_frr ul,.efp-seo_body_frr ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.efp-seo_body_frr ol {
  list-style: decimal;
}.efp-seo_body_frr li {
  margin-bottom: 0.375rem;
  color: #A08B6A;
  font-size: 14px;
  line-height: 1.75;
}.efp-seo_body_frr table {
  border-collapse: collapse;
  width: 100%;
  display: block;
  font-size: 13px;
  overflow-x: auto;
  margin-bottom: 0.75rem;
}
@media(min-width: 771px) {.efp-seo_body_frr table {
  display: table;
}
}.efp-seo_body_frr th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D2C09A;
  font-weight: 700;
  text-align: left;
}.efp-seo_body_frr td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #A08B6A;
}.efp-seo_cols_frr {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width:640px) {.efp-seo_cols_frr {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.efp-seo_cols_frr {
  grid-template-columns: repeat(3,1fr);
}
}.efp-seo_col_h_frr {
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-weight: 700;
  color: #D2C09A;
  font-size: 13px;
}.efp-seo_col_p_frr {
  color: #7A6852;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
}.efp-seo_stats_frr {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.efp-seo_stat_frr {
  border: 1px solid rgba(200, 138, 42, 0.18);
  background: rgba(200, 138, 42, 0.07);
  flex: 1;
  padding: 14px 1rem;
  border-radius: 10px;
  min-width: 140px;
}.efp-seo_stat_val_frr {
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #C88A2A;
}.efp-seo_stat_lb_frr {
  color: #7A6852;
  font-size: 11px;
  overflow-wrap: break-word;
}.efp-seo_frr {
  padding: 2.25rem 1rem 0;
  background: #0C0A0D;
}
@media(min-width: 765px) {.efp-seo_frr {
  padding: 44px 24px 0;
}
}.efp-seo_in_frr {
  margin: 0 auto;
  padding: 1.75rem 24px;
  background: #181320;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  max-width: 1320px;
}
@media(min-width: 765px) {.efp-seo_in_frr {
  padding: 2.25rem 40px;
}
}.efp-seo_label_frr {
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  color: #C88A2A;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
}.efp-seo_h2_frr {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  color: #F4E8C6;
  margin-bottom: 14px;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.efp-seo_h2_frr {
  font-size: 24px;
}
}.efp-seo_body_frr {
  overflow-wrap: break-word;
  color: #A08B6A;
  line-height: 1.75;
  font-size: 0.875rem;
}.efp-seo_body_frr p {
  line-height: 1.75;
  color: #A08B6A;
  font-size: 0.875rem;
  margin-bottom: 12px;
}.efp-seo_body_frr p:last-child {
  margin-bottom: 0;
}.efp-seo_body_frr strong {
  font-weight: 700;
  color: #D2C09A;
}.efp-seo_body_frr a {
  transition: color .2s;
  text-decoration: underline;
  color: #C88A2A;
}.efp-seo_body_frr a:hover {
  color: #DFAA44;
}.efp-seo_body_frr ul,.efp-seo_body_frr ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.efp-seo_body_frr ol {
  list-style: decimal;
}.efp-seo_body_frr li {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 6px;
  color: #A08B6A;
}.efp-seo_body_frr table {
  width: 100%;
  overflow-x: auto;
  font-size: 13px;
  border-collapse: collapse;
  margin-bottom: 12px;
  display: block;
}
@media(min-width: 769px) {.efp-seo_body_frr table {
  display: table;
}
}.efp-seo_body_frr th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #D2C09A;
}.efp-seo_body_frr td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A08B6A;
}.efp-seo_cols_frr {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 643px) {.efp-seo_cols_frr {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.efp-seo_cols_frr {
  grid-template-columns: repeat(3,1fr);
}
}.efp-seo_col_h_frr {
  margin-bottom: 0.438rem;
  color: #D2C09A;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.efp-seo_col_p_frr {
  line-height: 1.65;
  color: #7A6852;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.efp-seo_stats_frr {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.efp-seo_stat_frr {
  border-radius: 0.625rem;
  border: 1px solid rgba(200, 138, 42, 0.18);
  flex: 1;
  background: rgba(200, 138, 42, 0.07);
  padding: 14px 1rem;
  min-width: 140px;
}.efp-seo_stat_val_frr {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #C88A2A;
  font-weight: 800;
  font-size: 1.25rem;
}.efp-seo_stat_lb_frr {
  color: #7A6852;
  font-size: 11px;
  overflow-wrap: break-word;
}.efp-seo_frr {
  background: #0C0A0D;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.efp-seo_frr {
  padding: 44px 24px 0;
}
}.efp-seo_in_frr {
  border-radius: 1rem;
  margin: 0 auto;
  background: #181320;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 28px 24px;
  max-width: 82.5rem;
}
@media(min-width:768px) {.efp-seo_in_frr {
  padding: 36px 40px;
}
}.efp-seo_label_frr {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  color: #C88A2A;
  font-weight: 700;
}.efp-seo_h2_frr {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
  color: #F4E8C6;
}
@media(min-width: 771px) {.efp-seo_h2_frr {
  font-size: 1.5rem;
}
}.efp-seo_body_frr {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
  color: #A08B6A;
}.efp-seo_body_frr p {
  color: #A08B6A;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 14px;
}.efp-seo_body_frr p:last-child {
  margin-bottom: 0;
}.efp-seo_body_frr strong {
  font-weight: 700;
  color: #D2C09A;
}.efp-seo_body_frr a {
  transition: color .2s;
  text-decoration: underline;
  color: #C88A2A;
}.efp-seo_body_frr a:hover {
  color: #DFAA44;
}.efp-seo_body_frr ul,.efp-seo_body_frr ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.efp-seo_body_frr ol {
  list-style: decimal;
}.efp-seo_body_frr li {
  font-size: 14px;
  color: #A08B6A;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.efp-seo_body_frr table {
  border-collapse: collapse;
  margin-bottom: 12px;
  width: 100%;
  overflow-x: auto;
  font-size: 13px;
  display: block;
}
@media(min-width: 769px) {.efp-seo_body_frr table {
  display: table;
}
}.efp-seo_body_frr th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #D2C09A;
  font-weight: 700;
}.efp-seo_body_frr td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #A08B6A;
}.efp-seo_cols_frr {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.efp-seo_cols_frr {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.efp-seo_cols_frr {
  grid-template-columns: repeat(3,1fr);
}
}.efp-seo_col_h_frr {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 0.813rem;
  color: #D2C09A;
}.efp-seo_col_p_frr {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #7A6852;
}.efp-seo_stats_frr {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.efp-seo_stat_frr {
  border-radius: 10px;
  padding: 14px 1rem;
  border: 1px solid rgba(200, 138, 42, 0.18);
  flex: 1;
  background: rgba(200, 138, 42, 0.07);
  min-width: 8.75rem;
}.efp-seo_stat_val_frr {
  font-size: 1.25rem;
  margin-bottom: 4px;
  font-weight: 800;
  color: #C88A2A;
  overflow-wrap: break-word;
}.efp-seo_stat_lb_frr {
  color: #7A6852;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.efp-pmt_frr {
  padding: 36px 1rem 0;
  background: #0C0A0D;
}
@media(min-width: 765px) {.efp-pmt_frr {
  padding: 44px 24px 0;
}
}.efp-pmt_in_frr {
  margin: 0 auto;
  max-width: 1320px;
}.efp-pmt_head_frr {
  max-width: 45rem;
  margin-bottom: 22px;
}.efp-pmt_label_frr {
  color: #C88A2A;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.efp-pmt_h2_frr {
  font-size: 22px;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #F4E8C6;
  font-weight: 800;
}
@media(min-width: 769px) {.efp-pmt_h2_frr {
  font-size: 1.75rem;
}
}.efp-pmt_intro_frr {
  overflow-wrap: break-word;
  color: #7A6852;
  line-height: 1.6;
  font-size: 14px;
}.efp-pmt_groups_frr {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.efp-pmt_group_frr {
  background: #181320;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.625rem;
  padding: 1.25rem;
}.efp-pmt_group_head_frr {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}.efp-pmt_group_ic_frr {
  background: rgba(200, 138, 42, 0.18);
  border-radius: 0.375rem;
  justify-content: center;
  height: 36px;
  flex-shrink: 0;
  align-items: center;
  width: 36px;
  display: flex;
  color: #C88A2A;
}.efp-pmt_group_ic_frr svg {
  stroke-linecap: round;
  height: 1.125rem;
  stroke-linejoin: round;
  width: 1.125rem;
}.efp-pmt_group_h_frr {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #F4E8C6;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}.efp-pmt_group_p_frr {
  font-size: 13px;
  color: #7A6852;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  line-height: 1.6;
}.efp-pmt_group_p_frr strong {
  font-weight: 600;
  color: #D2C09A;
}.efp-pmt_table_wrap_frr {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.efp-pmt_table_frr {
  width: 100%;
  min-width: 33.75rem;
  font-size: 0.813rem;
  border-collapse: collapse;
}.efp-pmt_table_frr th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  color: #D2C09A;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 700;
  white-space: nowrap;
  text-align: left;
  font-size: 11px;
}.efp-pmt_table_frr td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  color: #7A6852;
}.efp-pmt_table_frr tbody tr:last-child td {
  border-bottom: none;
}.efp-pmt_table_frr tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D2C09A;
}.efp-rv_frr {
  padding: 36px 1rem 0;
  background: #0C0A0D;
}
@media(min-width: 766px) {.efp-rv_frr {
  padding: 44px 24px 0;
}
}.efp-rv_in_frr {
  margin: 0 auto;
  max-width: 82.5rem;
}.efp-rv_head_frr {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}.efp-rv_label_frr {
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  font-weight: 700;
  color: #C88A2A;
  letter-spacing: .08em;
  text-transform: uppercase;
}.efp-rv_h2_frr {
  overflow-wrap: break-word;
  margin-bottom: 10px;
  color: #F4E8C6;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 1.375rem;
}
@media(min-width: 767px) {.efp-rv_h2_frr {
  font-size: 28px;
}
}.efp-rv_stats_frr {
  gap: 1.125rem;
  flex-wrap: wrap;
  font-size: 13px;
  color: #7A6852;
  align-items: center;
  display: flex;
}.efp-rv_stats_score_frr {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.efp-rv_stats_score_val_frr {
  font-weight: 800;
  color: #D49408;
  font-family: 'Cinzel', serif;
  font-size: 1.375rem;
}.efp-rv_stats_score_max_frr {
  color: #60503C;
  font-size: 13px;
}.efp-rv_stats_badge_frr {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.efp-rv_stats_badge_frr svg {
  color: #D49408;
  width: 14px;
  height: 0.875rem;
}.efp-rv_grid_frr {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.efp-rv_grid_frr {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.efp-rv_grid_frr {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.efp-rv_card_frr {
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1.25rem;
  border-radius: 10px;
  background: #181320;
  display: flex;
  flex-direction: column;
}.efp-rv_card_stars_frr {
  gap: 2px;
  color: #D49408;
  display: flex;
  margin-bottom: 0.625rem;
}.efp-rv_card_stars_frr svg {
  height: 0.875rem;
  width: 14px;
}.efp-rv_card_h_frr {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 0.875rem;
  color: #F4E8C6;
  line-height: 1.3;
}.efp-rv_card_body_frr {
  flex: 1;
  line-height: 1.65;
  margin-bottom: 14px;
  color: #7A6852;
  overflow-wrap: break-word;
  font-size: 13px;
}.efp-rv_card_body_frr strong {
  font-weight: 600;
  color: #D2C09A;
}.efp-rv_card_meta_frr {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  justify-content: space-between;
  display: flex;
  padding-top: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
}.efp-rv_card_author_frr {
  font-size: 0.75rem;
  font-weight: 600;
  color: #D2C09A;
}.efp-rv_card_date_frr {
  color: #60503C;
  font-size: 0.688rem;
}.efp-ft_frr {
  background: #070508;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.efp-ft_support_frr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 1rem;
}
@media(min-width: 765px) {.efp-ft_support_frr {
  padding: 28px 1.5rem;
}
}.efp-ft_support_in_frr {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1320px;
}.efp-ft_support_main_frr {
  flex: 1;
  gap: 1rem;
  min-width: 13.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.efp-ft_support_ic_frr {
  flex-shrink: 0;
  color: #C88A2A;
}.efp-ft_support_ic_frr svg {
  width: 1.875rem;
  stroke-linejoin: round;
  height: 1.875rem;
  stroke-linecap: round;
}.efp-ft_support_text_title_frr {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #F4E8C6;
  overflow-wrap: break-word;
}.efp-ft_support_text_sub_frr {
  font-size: 12px;
  color: #7A6852;
  overflow-wrap: break-word;
}.efp-ft_support_btn_frr {
  padding: 11px 1.375rem;
  border-radius: 10px;
  transition: background .2s;
  background: #C88A2A;
  font-size: 13px;
  flex-shrink: 0;
  color: #F4E8C6;
  white-space: nowrap;
  font-weight: 700;
}.efp-ft_support_btn_frr:hover {
  background: #DFAA44;
}.efp-ft_support_contacts_frr {
  gap: 16px;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.efp-ft_support_contact_frr {
  line-height: 1.4;
  font-size: 12px;
  color: #60503C;
}.efp-ft_support_contact_frr strong {
  display: block;
  color: #A08B6A;
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 0.688rem;
}.efp-ft_main_frr {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 771px) {.efp-ft_main_frr {
  padding: 40px 1.5rem 2rem;
}
}.efp-ft_main_in_frr {
  gap: 24px;
  margin: 0 auto;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 639px) {.efp-ft_main_in_frr {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.efp-ft_main_in_frr {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.efp-ft_col_logo_frr {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.efp-ft_col_logo_frr {
  grid-column: auto;
}
}.efp-ft_logo_frr {
  gap: 9px;
  margin-bottom: 0.75rem;
  font-size: 16px;
  display: flex;
  font-weight: 800;
  align-items: center;
  color: #F4E8C6;
  overflow-wrap: break-word;
  flex-wrap: wrap;
}.efp-ft_logo_mark_frr {
  border-radius: 0.375rem;
  overflow: hidden;
  height: 1.875rem;
  width: 30px;
}.efp-ft_logo_mark_frr img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.efp-ft_logo_sub_frr {
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 12px;
  max-width: 12.5rem;
  color: #60503C;
}.efp-ft_col_title_frr {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  color: #A08B6A;
  letter-spacing: .07em;
}.efp-ft_col_links_frr {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.efp-ft_col_link_frr {
  transition: color .2s;
  color: #60503C;
  font-size: 13px;
  overflow-wrap: break-word;
}.efp-ft_col_link_frr:hover {
  color: #D2C09A;
}.efp-ft_apps_frr {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.efp-ft_app_card_frr {
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 10px 0.75rem;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
}.efp-ft_app_card_frr:hover {
  border-color: rgba(200, 140, 42, 0.45);
}.efp-ft_app_card_ic_frr svg {
  width: 22px;
  stroke-linecap: round;
  height: 1.375rem;
  stroke-linejoin: round;
}.efp-ft_app_card_os_frr {
  font-size: 0.625rem;
  font-weight: 600;
  color: #60503C;
}.efp-ft_app_card_action_frr {
  color: #D2C09A;
  font-size: 12px;
  font-weight: 700;
}.efp-ft_bot_frr {
  padding: 20px 16px;
}
@media(min-width: 766px) {.efp-ft_bot_frr {
  padding: 1.25rem 1.5rem;
}
}.efp-ft_bot_in_frr {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1320px;
}.efp-ft_socials_frr {
  gap: 0.5rem;
  display: flex;
}.efp-ft_soc_frr {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: background .2s;
  border-radius: 0.375rem;
  align-items: center;
  justify-content: center;
  color: #A08B6A;
  display: flex;
  height: 36px;
  width: 2.25rem;
}.efp-ft_soc_frr svg {
  width: 1rem;
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.efp-ft_soc_frr:hover {
  background: rgba(255, 255, 255, 0.07);
}.efp-ft_legal_frr {
  flex: 1;
  font-size: 0.688rem;
  line-height: 1.6;
  color: #9A8870;
  min-width: 12.5rem;
  overflow-wrap: break-word;
}.efp-ft_legal_frr strong {
  color: #A08B6A;
  font-weight: 700;
}.efp-ft_legal_frr a {
  color: #A08B6A;
  text-decoration: underline;
}.efp-ft_age_frr {
  border: 2px solid #9A8870;
  border-radius: 50%;
  font-weight: 800;
  display: flex;
  height: 32px;
  width: 2rem;
  margin-left: auto;
  font-size: 0.688rem;
  flex-shrink: 0;
  color: #9A8870;
  align-items: center;
  justify-content: center;
}