html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #100E09;
  line-height: 1.6;
  font-family: 'Nunito', sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  color: #D5C99F;
}.egi_layout-z9p {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.egi_page-z9p {
  display: flex;
  min-height: 100vh;
}.egi_main-z9p {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width: 1082px) {.egi_main-z9p {
  padding-left: 220px;
}
}
@media (max-width: 1077px) {.egi_main-z9p {
  padding-bottom: 72px;
}
}.egi_gc-z9p {
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 220, 140, 0.06);
  background: #161208;
  overflow: hidden;
  border-radius: 0.625rem;
  position: relative;
  cursor: pointer;
  width: 140px;
  flex-shrink: 0;
}
@media(min-width: 641px) {.egi_gc-z9p {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.egi_gc-z9p {
  width: 10.5rem;
}
}.egi_gc-z9p:hover {
  border-color: rgba(232, 98, 26, 0.07);
  transform: translateY(-3px);
}.egi_gc_img-z9p {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.egi_gc_img-z9p img {
  inset: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}.egi_gc_hover-z9p {
  background: rgba(8, 5, 2, 0.72);
  transition: opacity .2s;
  inset: 0;
  position: absolute;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}.egi_gc-z9p:hover .egi_gc_hover-z9p {
  opacity: 1;
}.egi_gc_hover_btn-z9p {
  padding: 8px 16px;
  background: #E8621A;
  border-radius: 0.375rem;
  font-weight: 700;
  font-size: 12px;
  color: #F6EDD6;
}.egi_gc_info-z9p {
  padding: 8px 0.625rem 10px;
}.egi_gc_name-z9p {
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  margin-bottom: 3px;
  color: #D5C99F;
  font-weight: 600;
  max-width: 100%;
  text-overflow: ellipsis;
}.egi_gc_prov-z9p {
  color: #5E5035;
  font-size: 0.625rem;
}.egi_gc_tag-z9p {
  padding: 2px 7px;
  border-radius: 0.25rem;
  text-transform: uppercase;
  top: 6px;
  left: 6px;
  font-weight: 700;
  font-size: 0.563rem;
  z-index: 2;
  position: absolute;
  letter-spacing: .04em;
}.egi_gc_tag_hot-z9p {
  background: #E03030;
  color: #fff;
}.egi_gc_tag_new-z9p {
  background: #28B86E;
  color: #100E09;
}.egi_gc_tag_jp-z9p {
  background: #F5C030;
  color: #100E09;
}.egi_gc_tag_ex-z9p {
  background: #C8940E;
  color: #fff;
}.egi_gc_tag_live-z9p {
  background: #E03030;
  color: #fff;
}.egi_gr-z9p {
  padding: 2rem 16px 0;
  background: #100E09;
}
@media(min-width: 767px) {.egi_gr-z9p {
  padding: 36px 24px 0;
}
}.egi_gr_in-z9p {
  margin: 0 auto;
  max-width: 82.5rem;
}.egi_gr_head-z9p {
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  display: flex;
}.egi_gr_head_l-z9p {
  flex: 1;
  gap: 10px;
  align-items: center;
  min-width: 0;
  display: flex;
}.egi_gr_ic-z9p {
  border-radius: 10px;
  width: 2rem;
  align-items: center;
  height: 32px;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
}.egi_gr_ic-z9p svg {
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
}.egi_gr_title-z9p {
  color: #F6EDD6;
  font-size: 1rem;
  font-weight: 700;
  overflow-wrap: break-word;
  font-family: 'Fredoka One', sans-serif;
}
@media(min-width: 770px) {.egi_gr_title-z9p {
  font-size: 18px;
}
}.egi_gr_more-z9p {
  transition: color .2s;
  gap: 0.313rem;
  color: #7D6D4A;
  flex-shrink: 0;
  align-items: center;
  font-size: 0.75rem;
  white-space: nowrap;
  font-weight: 600;
  display: flex;
}.egi_gr_more-z9p:hover {
  color: #E8621A;
}.egi_gr_more-z9p svg {
  width: 0.75rem;
  stroke-linecap: round;
  height: 0.75rem;
  stroke-linejoin: round;
}.egi_gr_arrows-z9p {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.egi_gr_arr-z9p {
  border-radius: 0.375rem;
  background: rgba(255, 235, 180, 0.05);
  border: 1px solid rgba(255, 220, 140, 0.13);
  transition: background .15s,color .15s;
  color: #A8966C;
  height: 30px;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  display: flex;
}.egi_gr_arr-z9p:hover {
  background: rgba(255, 235, 180, 0.07);
  color: #F6EDD6;
}.egi_gr_arr-z9p svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.813rem;
  width: 0.813rem;
}.egi_gr_seo_h-z9p {
  margin: 0 0 6px;
  color: #D5C99F;
  overflow-wrap: break-word;
  font-family: 'Fredoka One', sans-serif;
  max-width: 42.5rem;
  font-size: 0.813rem;
  font-weight: 700;
}
@media(min-width: 770px) {.egi_gr_seo_h-z9p {
  font-size: 0.875rem;
}
}.egi_gr_seo-z9p {
  margin-bottom: 12px;
  line-height: 1.55;
  font-size: 0.75rem;
  max-width: 42.5rem;
  color: #7D6D4A;
  overflow-wrap: break-word;
}.egi_gr_seo-z9p strong {
  font-weight: 600;
  color: #D5C99F;
}.egi_gr_scroll-z9p {
  gap: 10px;
  display: flex;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 10px;
}.egi_gr_scroll-z9p::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.egi_gr_scroll-z9p {
  gap: 0.75rem;
}
}.egi_tb-z9p {
  background: #0D0B07;
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  right: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  z-index: 80;
  height: 56px;
}.egi_tb_in-z9p {
  padding: 0 14px;
  gap: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}.egi_tb_burger-z9p {
  border-radius: 0.625rem;
  gap: 5px;
  align-items: center;
  width: 38px;
  justify-content: center;
  flex-shrink: 0;
  flex-direction: column;
  display: flex;
  height: 38px;
  margin-right: 8px;
}.egi_tb_burger-z9p:hover {
  background: rgba(255, 235, 180, 0.05);
}.egi_tb_burger_line-z9p {
  border-radius: 1px;
  background: #A8966C;
  width: 1.125rem;
  display: block;
  height: 2px;
}
@media(min-width: 1077px) {.egi_tb_burger-z9p {
  display: none;
}
}.egi_tb_logo-z9p {
  gap: 0.563rem;
  overflow-wrap: break-word;
  color: #F6EDD6;
  font-weight: 800;
  font-size: 1.125rem;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  letter-spacing: -.01em;
  margin-right: 1.25rem;
}.egi_tb_logo_mark-z9p {
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  height: 32px;
  width: 2rem;
  align-items: center;
}.egi_tb_logo_mark-z9p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.egi_tb_nav-z9p {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 641px) {.egi_tb_nav-z9p {
  display: flex;
}
}.egi_tb_tab-z9p {
  padding: 8px 0.875rem;
  border-radius: 0.625rem;
  transition: background .15s,color .15s;
  white-space: nowrap;
  color: #A8966C;
  font-weight: 600;
  font-size: 13px;
}.egi_tb_tab-z9p:hover {
  background: rgba(255, 235, 180, 0.05);
  color: #F6EDD6;
}.egi_tb_tab-z9p.egi_state_active-z9p {
  background: rgba(232, 98, 26, 0.18);
  color: #F6EDD6;
}.egi_tb_right-z9p {
  gap: 0.5rem;
  flex-shrink: 0;
  display: flex;
  margin-left: auto;
  align-items: center;
}.egi_tb_login-z9p {
  transition: border-color .2s,color .2s;
  border-radius: 0.625rem;
  background: rgba(255, 235, 180, 0.05);
  padding: 9px 1rem;
  border: 1px solid rgba(255, 220, 140, 0.13);
  color: #D5C99F;
  display: none;
  font-weight: 600;
  font-size: 0.813rem;
}.egi_tb_login-z9p:hover {
  border-color: rgba(232, 98, 26, 0.55);
  color: #F6EDD6;
}
@media(min-width: 478px) {.egi_tb_login-z9p {
  display: block;
}
}.egi_tb_reg-z9p {
  padding: 0.563rem 18px;
  background: #28B86E;
  border-radius: 0.625rem;
  transition: background .2s;
  white-space: nowrap;
  color: #0D0A04;
  font-size: 0.813rem;
  font-weight: 700;
}.egi_tb_reg-z9p:hover {
  background: #35CC80;
}.egi_sb-z9p {
  transition: transform .25s ease;
  background: #1C1810;
  border-right: 1px solid rgba(255, 235, 180, 0.05);
  transform: translateX(-100%);
  bottom: 0;
  overflow-y: auto;
  top: 3.5rem;
  z-index: 70;
  width: 13.75rem;
  position: fixed;
  left: 0;
}.egi_sb-z9p.egi_state_open-z9p {
  transform: translateX(0);
}.egi_sb-z9p::-webkit-scrollbar {
  width: 0.25rem;
}.egi_sb-z9p::-webkit-scrollbar-thumb {
  background: rgba(255, 235, 180, 0.07);
  border-radius: 2px;
}
@media(min-width: 1078px) {.egi_sb-z9p {
  transform: translateX(0);
}
}.egi_sb_auth-z9p {
  padding: 14px 12px 0.625rem;
}.egi_sb_btn_reg-z9p {
  background: #28B86E;
  transition: background .2s;
  padding: 11px;
  border-radius: 0.625rem;
  color: #0D0A04;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 0.813rem;
  display: block;
  font-weight: 700;
}.egi_sb_btn_reg-z9p:hover {
  background: #35CC80;
}.egi_sb_btn_login-z9p {
  transition: border-color .2s;
  border: 1px solid rgba(255, 220, 140, 0.13);
  border-radius: 0.625rem;
  background: rgba(255, 235, 180, 0.05);
  padding: 0.625rem;
  font-size: 13px;
  font-weight: 600;
  color: #D5C99F;
  text-align: center;
  display: block;
}.egi_sb_btn_login-z9p:hover {
  border-color: rgba(232, 98, 26, 0.55);
  color: #F6EDD6;
}.egi_sb_promo-z9p {
  padding: 0.75rem 0.875rem;
  border-radius: 0.625rem;
  background: linear-gradient(135deg,#3D1A04,#1C1810);
  overflow: hidden;
  margin: 0 12px 10px;
  border: 1px solid rgba(232, 98, 26, 0.18);
  position: relative;
}.egi_sb_promo-z9p::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(232, 98, 26, 0.18),transparent 70%);
  height: 80px;
  right: -20px;
  width: 80px;
  top: -1.25rem;
  content: '';
  position: absolute;
}.egi_sb_promo_title-z9p {
  color: #E8621A;
  letter-spacing: .06em;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}.egi_sb_promo_text-z9p {
  color: #F6EDD6;
  font-size: 0.75rem;
  font-weight: 600;
  overflow-wrap: break-word;
  line-height: 1.35;
}.egi_sb_promo_sub-z9p {
  color: #7D6D4A;
  margin-top: 3px;
  font-size: 10px;
}.egi_sb_nav-z9p {
  padding: 0.375rem 8px 1rem;
}.egi_sb_nav_lb-z9p {
  padding: 0.625rem 0.5rem 0.375rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #5E5035;
  font-weight: 700;
}.egi_sb_link-z9p {
  border-radius: 6px;
  transition: background .15s,color .15s;
  gap: 0.625rem;
  padding: 9px 10px;
  align-items: center;
  display: flex;
  font-weight: 500;
  cursor: pointer;
  color: #A8966C;
  font-size: 13px;
  overflow-wrap: break-word;
}.egi_sb_link-z9p:hover {
  background: rgba(255, 235, 180, 0.05);
  color: #F6EDD6;
}.egi_sb_link-z9p.egi_state_active-z9p {
  background: rgba(232, 98, 26, 0.18);
  color: #F6EDD6;
}.egi_sb_ic-z9p {
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  width: 1.875rem;
  justify-content: center;
  flex-shrink: 0;
  height: 30px;
}.egi_sb_ic-z9p svg {
  height: 1rem;
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.egi_sb_ic_1-z9p {
  background: rgba(232, 98, 26, 0.07);
  color: #E8621A;
}.egi_sb_ic_2-z9p {
  background: rgba(40, 184, 110, 0.16);
  color: #28B86E;
}.egi_sb_ic_3-z9p {
  background: rgba(245, 192, 48, 0.16);
  color: #F5C030;
}.egi_sb_ic_4-z9p {
  background: rgba(200, 148, 14, 0.20);
  color: #C8940E;
}.egi_sb_ic_5-z9p {
  background: rgba(232, 98, 26, 0.07);
  color: #E0408A;
}.egi_sb_ic_6-z9p {
  background: rgba(200, 148, 14, 0.20);
  color: #A044D8;
}.egi_sb_badge-z9p {
  padding: 2px 7px;
  border-radius: 0.375rem;
  background: #F5C030;
  margin-left: auto;
  font-size: 9px;
  color: #0D0A04;
  font-weight: 700;
}.egi_sb_bot-z9p {
  border-top: 1px solid rgba(255, 235, 180, 0.05);
  gap: 8px;
  padding: 0.75rem;
  display: flex;
}.egi_sb_lang-z9p,.egi_sb_help-z9p {
  gap: 0.375rem;
  padding: 0.563rem 6px;
  border-radius: 6px;
  background: rgba(255, 235, 180, 0.05);
  transition: border-color .2s;
  border: 1px solid rgba(255, 220, 140, 0.06);
  flex: 1;
  align-items: center;
  font-size: 0.688rem;
  color: #A8966C;
  justify-content: center;
  font-weight: 600;
  display: flex;
}.egi_sb_lang-z9p:hover,.egi_sb_help-z9p:hover {
  border-color: rgba(232, 98, 26, 0.55);
  color: #F6EDD6;
}.egi_sb_lang-z9p svg,.egi_sb_help-z9p svg {
  stroke-linejoin: round;
  width: 13px;
  height: 0.813rem;
  stroke-linecap: round;
}.egi_sb_bd-z9p {
  inset: 0;
  background: rgba(8, 5, 2, 0.72);
  z-index: 69;
  display: none;
  position: fixed;
}.egi_sb_bd-z9p.egi_state_on-z9p {
  display: block;
}
@media(min-width: 1081px) {.egi_sb_bd-z9p {
  display: none!important;
}
}.egi_mob_nav-z9p {
  background: #1C1810;
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 220, 140, 0.13);
  right: 0;
  bottom: 0;
  z-index: 80;
  left: 0;
  display: flex;
  position: fixed;
}
@media(min-width: 1077px) {.egi_mob_nav-z9p {
  display: none;
}
}.egi_mob_nav_item-z9p {
  padding: 4px 2px;
  flex: 1;
  gap: 4px;
  cursor: pointer;
  color: #5E5035;
  flex-direction: column;
  display: flex;
  align-items: center;
}.egi_mob_nav_ic-z9p {
  line-height: 1;
}.egi_mob_nav_ic-z9p svg {
  width: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.25rem;
}.egi_mob_nav_lb-z9p {
  font-size: 10px;
  font-weight: 600;
  color: #5E5035;
}.egi_mob_nav_item-z9p.egi_state_active-z9p {
  color: #E8621A;
}.egi_mob_nav_item-z9p.egi_state_active-z9p .egi_mob_nav_lb-z9p {
  color: #E8621A;
}.egi_hero-z9p {
  background: #100E09;
  padding: 1.25rem 1rem 0;
}
@media(min-width: 771px) {.egi_hero-z9p {
  padding: 1.5rem 24px 0;
}
}.egi_hero_in-z9p {
  margin: 0 auto;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 863px) {.egi_hero_in-z9p {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width:1100px) {.egi_hero_in-z9p {
  grid-template-columns: 1fr 21.25rem;
}
}.egi_hero_promo-z9p {
  overflow: hidden;
  border-radius: 16px;
  background: #161208;
  display: flex;
  position: relative;
  align-items: stretch;
  min-height: 220px;
}
@media(min-width: 769px) {.egi_hero_promo-z9p {
  min-height: 17.5rem;
}
}.egi_hero_promo_bg-z9p {
  background-position: center;
  background: linear-gradient(120deg,#3D1A04 0%,#110D08 100%);
  inset: 0;
  position: absolute;
  background-size: cover;
}.egi_hero_promo_bg-z9p::after {
  background: linear-gradient(90deg,#100E09 0%,rgba(8, 5, 2, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.egi_hero_promo_glow-z9p {
  background: radial-gradient(circle,rgba(200, 148, 14, 0.20) 0%,transparent 65%);
  border-radius: 50%;
  top: -2.5rem;
  right: 3.75rem;
  pointer-events: none;
  width: 300px;
  position: absolute;
  height: 300px;
}.egi_hero_promo_ct-z9p {
  padding: 1.75rem 1.5rem 28px 28px;
  display: flex;
  max-width: 30rem;
  justify-content: center;
  z-index: 2;
  flex-direction: column;
  position: relative;
}
@media(min-width: 769px) {.egi_hero_promo_ct-z9p {
  padding: 2.5rem 32px;
}
}.egi_hero_badge-z9p {
  border: 1px solid rgba(232, 98, 26, 0.07);
  border-radius: 24px;
  background: rgba(232, 98, 26, 0.18);
  padding: 0.313rem 12px;
  font-size: 10px;
  color: #E8621A;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  display: inline-block;
  font-weight: 700;
}.egi_hero_h1-z9p {
  margin-bottom: 0.625rem;
  color: #F6EDD6;
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1.15;
  font-size: 1.625rem;
  font-family: 'Fredoka One', sans-serif;
}.egi_hero_h1-z9p em {
  color: #F5C030;
  font-style: normal;
}
@media(min-width: 767px) {.egi_hero_h1-z9p {
  font-size: 2.25rem;
}
}.egi_hero_sub-z9p {
  color: #A8966C;
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 20px;
}
@media(min-width: 767px) {.egi_hero_sub-z9p {
  font-size: 0.875rem;
}
}.egi_hero_row-z9p {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.egi_hero_cta-z9p {
  border-radius: 0.625rem;
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  background: #28B86E;
  font-weight: 700;
  font-size: 14px;
  color: #0D0A04;
  box-shadow: 0.25rem 0.375rem 0px #0D5C30, 0 0 14px rgba(40, 184, 110, 0.38);
}.egi_hero_cta-z9p:hover {
  background: #35CC80;
}.egi_hero_terms-z9p {
  font-size: 11px;
  color: #5E5035;
}.egi_hero_game-z9p {
  border-radius: 1rem;
  background: #161208;
  overflow: hidden;
  border: 1px solid rgba(255, 220, 140, 0.06);
  flex-direction: column;
  position: relative;
  display: flex;
}.egi_hero_game_badge-z9p {
  background: rgba(245, 192, 48, 0.16);
  border-radius: 1.5rem;
  border: 1px solid rgba(245, 192, 48, 0.16);
  padding: 5px 0.625rem;
  position: absolute;
  text-transform: uppercase;
  z-index: 3;
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: .06em;
  color: #F5C030;
  left: 12px;
  top: 12px;
}.egi_hero_game_badge-z9p svg {
  width: 0.688rem;
  height: 0.688rem;
  margin-right: 0.25rem;
  vertical-align: -1px;
}.egi_hero_game_img-z9p {
  background: linear-gradient(135deg,#3D1A04,#110D08);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.egi_hero_game_img-z9p img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}.egi_hero_game_play-z9p {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8, 5, 2, 0.72);
  display: flex;
  justify-content: center;
  position: absolute;
  opacity: 0;
  align-items: center;
}.egi_hero_game-z9p:hover .egi_hero_game_play-z9p {
  opacity: 1;
}.egi_hero_game_play-z9p span {
  border-radius: 50%;
  background: #E8621A;
  height: 3.25rem;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 3.25rem;
}.egi_hero_game_play-z9p span svg {
  margin-left: 2px;
  height: 1.125rem;
  width: 18px;
}.egi_hero_game_info-z9p {
  padding: 14px 1rem;
}.egi_hero_game_title-z9p {
  font-size: 0.938rem;
  color: #F6EDD6;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.egi_hero_game_provider-z9p {
  font-size: 0.688rem;
  color: #7D6D4A;
}.egi_hero_game_btn-z9p {
  padding: 11px;
  margin: 0.75rem 16px 16px;
  background: #E8621A;
  border-radius: 0.625rem;
  transition: background .2s;
  text-align: center;
  font-size: 13px;
  display: block;
  font-weight: 700;
  color: #F6EDD6;
}.egi_hero_game-z9p:hover .egi_hero_game_btn-z9p {
  background: #F5782E;
}.egi_sbar-z9p {
  padding: 16px 1rem 0;
  background: #100E09;
}
@media(min-width: 769px) {.egi_sbar-z9p {
  padding: 18px 24px 0;
}
}.egi_sbar_in-z9p {
  margin: 0 auto;
  max-width: 1320px;
}.egi_sbar_row-z9p {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}.egi_sbar_input-z9p {
  gap: 0.625rem;
  padding: 0.688rem 16px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 220, 140, 0.13);
  flex: 1;
  background: #161208;
  border-radius: 0.625rem;
  display: flex;
  cursor: pointer;
  color: #7D6D4A;
  align-items: center;
  font-size: 0.813rem;
}.egi_sbar_input-z9p:hover {
  border-color: rgba(232, 98, 26, 0.55);
}.egi_sbar_input-z9p svg {
  stroke-linecap: round;
  height: 0.938rem;
  width: 15px;
  stroke-linejoin: round;
  flex-shrink: 0;
}.egi_sbar_providers-z9p {
  transition: border-color .2s;
  gap: 8px;
  padding: 11px 1.125rem;
  border: 1px solid rgba(255, 220, 140, 0.13);
  background: #161208;
  border-radius: 0.625rem;
  align-items: center;
  font-size: 0.813rem;
  font-weight: 600;
  display: flex;
  white-space: nowrap;
  color: #D5C99F;
}.egi_sbar_providers-z9p:hover {
  border-color: rgba(232, 98, 26, 0.55);
  color: #F6EDD6;
}.egi_sbar_providers-z9p svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 14px;
  width: 0.875rem;
}.egi_sbar_tabs-z9p {
  gap: 0.375rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
  display: flex;
}.egi_sbar_tabs-z9p::-webkit-scrollbar {
  display: none;
}.egi_sbar_tab-z9p {
  border-radius: 1.5rem;
  background: rgba(255, 235, 180, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  gap: 7px;
  padding: 0.5rem 14px;
  border: 1px solid rgba(255, 220, 140, 0.06);
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
  color: #A8966C;
  font-weight: 600;
  display: flex;
  font-size: 12px;
  white-space: nowrap;
}.egi_sbar_tab-z9p:hover {
  border-color: rgba(232, 98, 26, 0.55);
  background: rgba(255, 235, 180, 0.07);
  color: #F6EDD6;
}.egi_sbar_tab-z9p.egi_state_active-z9p {
  background: rgba(232, 98, 26, 0.18);
  border-color: rgba(232, 98, 26, 0.07);
  color: #F6EDD6;
}.egi_sbar_tab_ic-z9p svg {
  width: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.875rem;
}.egi_wy-z9p {
  padding: 32px 1rem 0;
  background: #100E09;
}
@media(min-width: 771px) {.egi_wy-z9p {
  padding: 40px 24px 0;
}
}.egi_wy_in-z9p {
  margin: 0 auto;
  max-width: 82.5rem;
}.egi_wy_head-z9p {
  max-width: 720px;
  margin-bottom: 18px;
}.egi_wy_label-z9p {
  color: #E8621A;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}.egi_wy_h2-z9p {
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-family: 'Fredoka One', sans-serif;
  font-size: 20px;
  color: #F6EDD6;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.egi_wy_h2-z9p {
  font-size: 24px;
}
}.egi_wy_intro-z9p {
  margin: 0;
  line-height: 1.6;
  color: #7D6D4A;
  font-size: 13px;
}.egi_wy_grid-z9p {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.egi_wy_grid-z9p {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.egi_wy_grid-z9p {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.egi_wy_card-z9p {
  border: 1px solid rgba(255, 220, 140, 0.13);
  padding: 20px;
  border-radius: 10px;
  background: #1C1810;
  transition: border-color .2s,transform .2s;
}.egi_wy_card-z9p:hover {
  transform: translateY(-2px);
  border-color: rgba(232, 98, 26, 0.07);
}.egi_wy_card_ic-z9p {
  border-radius: 50%;
  background: rgba(232, 98, 26, 0.18);
  margin-bottom: 14px;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  color: #E8621A;
}.egi_wy_card_ic-z9p svg {
  width: 22px;
  stroke-linecap: round;
  height: 1.375rem;
  stroke-linejoin: round;
}.egi_wy_card_h-z9p {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F6EDD6;
  font-size: 15px;
  margin-bottom: 0.375rem;
  line-height: 1.25;
}.egi_wy_card_p-z9p {
  color: #7D6D4A;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.6;
}.egi_wy_card_p-z9p strong {
  color: #D5C99F;
  font-weight: 600;
}.egi_ws-z9p {
  padding: 2rem 1rem 0;
  background: #100E09;
}
@media(min-width: 767px) {.egi_ws-z9p {
  padding: 2.25rem 1.5rem 0;
}
}.egi_ws_in-z9p {
  margin: 0 auto;
  max-width: 82.5rem;
}.egi_ws_head-z9p {
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}.egi_ws_title-z9p {
  gap: 10px;
  color: #F6EDD6;
  display: flex;
  align-items: center;
  font-family: 'Fredoka One', sans-serif;
  flex-wrap: wrap;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 1rem;
}.egi_ws_title_ic-z9p svg {
  height: 1.125rem;
  color: #F5C030;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 18px;
}.egi_ws_online-z9p {
  gap: 7px;
  color: #7D6D4A;
  display: flex;
  font-size: 0.75rem;
  align-items: center;
  font-weight: 600;
}.egi_ws_online_dot-z9p {
  background: #28B86E;
  border-radius: 50%;
  height: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(40, 184, 110, 0.16);
  flex-shrink: 0;
  width: 8px;
}.egi_ws_scroll-z9p {
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
}.egi_ws_scroll-z9p::-webkit-scrollbar {
  display: none;
}.egi_wc-z9p {
  padding: 0.625rem 0.875rem;
  gap: 0.625rem;
  border-radius: 0.625rem;
  background: #161208;
  border: 1px solid rgba(255, 220, 140, 0.13);
  flex-shrink: 0;
  display: flex;
  min-width: 13.75rem;
  align-items: center;
}.egi_wc_img-z9p {
  background: #1C1810;
  border-radius: 6px;
  overflow: hidden;
  height: 2.25rem;
  flex-shrink: 0;
  width: 2.25rem;
}.egi_wc_img-z9p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.egi_wc_info-z9p {
  min-width: 0;
}.egi_wc_game-z9p {
  overflow: hidden;
  font-weight: 600;
  color: #D5C99F;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  white-space: nowrap;
}.egi_wc_player-z9p {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5E5035;
  font-size: 10px;
  white-space: nowrap;
}.egi_wc_amount-z9p {
  white-space: nowrap;
  margin-left: auto;
  flex-shrink: 0;
  color: #28B86E;
  font-weight: 700;
  font-size: 13px;
}.egi_prov-z9p {
  background: #100E09;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.egi_prov-z9p {
  padding: 2.75rem 1.5rem 0;
}
}.egi_prov_in-z9p {
  margin: 0 auto;
  max-width: 82.5rem;
}.egi_prov_head-z9p {
  margin-bottom: 16px;
}.egi_prov_label-z9p {
  font-weight: 700;
  color: #E8621A;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 8px;
  letter-spacing: .08em;
}.egi_prov_h2-z9p {
  color: #F6EDD6;
  font-weight: 800;
  font-family: 'Fredoka One', sans-serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 771px) {.egi_prov_h2-z9p {
  font-size: 24px;
}
}.egi_prov_seo-z9p {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #7D6D4A;
  max-width: 620px;
  line-height: 1.6;
  margin-bottom: 1rem;
}.egi_prov_seo-z9p strong {
  color: #D5C99F;
  font-weight: 700;
}.egi_prov_seo-z9p a {
  color: #E8621A;
  text-decoration: underline;
}.egi_prov_grid-z9p {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 638px) {.egi_prov_grid-z9p {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.egi_prov_grid-z9p {
  grid-template-columns: repeat(8,1fr);
}
}.egi_prov_card-z9p {
  transition: border-color .2s,background .2s;
  padding: 14px 0.625rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 220, 140, 0.13);
  background: #161208;
  gap: 0.438rem;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  display: flex;
}.egi_prov_card-z9p:hover {
  border-color: rgba(232, 98, 26, 0.55);
  background: #1C1810;
}.egi_prov_logo-z9p {
  background: rgba(255, 235, 180, 0.05);
  border-radius: 0.375rem;
  overflow: hidden;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
}.egi_prov_logo-z9p img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.egi_prov_name-z9p {
  overflow-wrap: break-word;
  font-weight: 600;
  color: #A8966C;
  text-align: center;
  font-size: 11px;
}.egi_app-z9p {
  background: #100E09;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.egi_app-z9p {
  padding: 44px 1.5rem 0;
}
}.egi_app_in-z9p {
  margin: 0 auto;
  max-width: 1320px;
}.egi_app_head-z9p {
  margin-bottom: 16px;
}.egi_app_label-z9p {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  color: #E8621A;
  font-size: 11px;
}.egi_app_h2-z9p {
  font-weight: 800;
  font-family: 'Fredoka One', sans-serif;
  font-size: 20px;
  margin-bottom: 6px;
  color: #F6EDD6;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.egi_app_h2-z9p {
  font-size: 24px;
}
}.egi_app_sub-z9p {
  overflow-wrap: break-word;
  color: #7D6D4A;
  font-size: 13px;
  line-height: 1.6;
  max-width: 37.5rem;
}.egi_app_sub-z9p strong {
  color: #D5C99F;
  font-weight: 700;
}.egi_app_cards-z9p {
  gap: 10px;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.egi_app_cards-z9p {
  grid-template-columns: repeat(3,1fr);
}
}.egi_app_card-z9p {
  overflow: hidden;
  padding: 20px;
  gap: 1rem;
  border-radius: 0.625rem;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.egi_app_card_ios-z9p {
  background: linear-gradient(135deg,rgba(232, 98, 26, 0.18) 0%,#1C1810 100%);
}.egi_app_card_android-z9p {
  background: linear-gradient(135deg,rgba(40, 184, 110, 0.16) 0%,#1C1810 100%);
}.egi_app_card_win-z9p {
  background: linear-gradient(135deg,rgba(245, 192, 48, 0.16) 0%,#1C1810 100%);
}.egi_app_card_ic-z9p svg {
  height: 2.125rem;
  width: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.egi_app_card_ic-z9p {
  flex-shrink: 0;
  color: #F6EDD6;
}.egi_app_card_os-z9p {
  color: #7D6D4A;
  font-size: 0.625rem;
  font-weight: 700;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.egi_app_card_title-z9p {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6px;
  font-size: 15px;
  overflow-wrap: break-word;
  color: #F6EDD6;
}.egi_app_card_text-z9p {
  color: #7D6D4A;
  font-size: 12px;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  line-height: 1.5;
}.egi_app_card_btn-z9p {
  transition: background .2s;
  background: rgba(255, 235, 180, 0.12);
  gap: 0.438rem;
  border: 1px solid rgba(232, 98, 26, 0.55);
  padding: 10px 1.125rem;
  border-radius: 6px;
  font-weight: 700;
  color: #F6EDD6;
  display: inline-flex;
  font-size: 13px;
  align-items: center;
}.egi_app_card_btn-z9p:hover {
  background: rgba(255, 235, 180, 0.07);
}.egi_reg-z9p {
  padding: 36px 16px 0;
  background: #100E09;
}
@media(min-width: 765px) {.egi_reg-z9p {
  padding: 44px 24px 0;
}
}.egi_reg_in-z9p {
  border-radius: 1rem;
  border: 1px solid rgba(255, 220, 140, 0.06);
  margin: 0 auto;
  padding: 28px 24px;
  background: #1C1810;
  max-width: 1320px;
}
@media(min-width: 770px) {.egi_reg_in-z9p {
  padding: 40px;
}
}.egi_reg_top-z9p {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 859px) {.egi_reg_top-z9p {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.egi_reg_label-z9p {
  font-size: 11px;
  color: #E8621A;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
}.egi_reg_h2-z9p {
  line-height: 1.2;
  font-weight: 800;
  font-family: 'Fredoka One', sans-serif;
  font-size: 22px;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  color: #F6EDD6;
}
@media(min-width: 766px) {.egi_reg_h2-z9p {
  font-size: 28px;
}
}.egi_reg_bonus-z9p {
  background: rgba(245, 192, 48, 0.16);
  border-radius: 10px;
  border: 1px solid rgba(245, 192, 48, 0.16);
  gap: 0.5rem;
  padding: 0.625rem 16px;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
}.egi_reg_bonus_amount-z9p {
  font-size: 20px;
  font-weight: 800;
  color: #F5C030;
}.egi_reg_bonus_text-z9p {
  line-height: 1.35;
  font-size: 0.813rem;
  color: #A8966C;
}.egi_reg_cta_btn-z9p {
  background: #28B86E;
  border-radius: 10px;
  transition: background .2s;
  padding: 14px 2rem;
  box-shadow: 0.25rem 6px 0px #0D5C30, 0 0 14px rgba(40, 184, 110, 0.38);
  font-size: 0.938rem;
  font-weight: 700;
  display: inline-block;
  color: #0D0A04;
  margin-bottom: 0.75rem;
}.egi_reg_cta_btn-z9p:hover {
  background: #35CC80;
}.egi_reg_terms-z9p {
  line-height: 1.5;
  color: #5E5035;
  font-size: 0.688rem;
}.egi_reg_seo-z9p {
  border-top: 1px solid rgba(255, 235, 180, 0.05);
  padding-top: 1.25rem;
  line-height: 1.65;
  margin-top: 20px;
  color: #7D6D4A;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.egi_reg_seo-z9p p {
  margin-bottom: 10px;
  line-height: 1.65;
  color: #7D6D4A;
  font-size: 0.813rem;
}.egi_reg_seo-z9p p:last-child {
  margin-bottom: 0;
}.egi_reg_seo-z9p strong {
  color: #D5C99F;
  font-weight: 700;
}.egi_reg_seo-z9p a {
  transition: color .2s;
  color: #E8621A;
  text-decoration: underline;
}.egi_reg_seo-z9p a:hover {
  color: #F5782E;
}.egi_reg_seo-z9p ul,.egi_reg_seo-z9p ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.egi_reg_seo-z9p ol {
  list-style: decimal;
}.egi_reg_seo-z9p li {
  margin-bottom: 4px;
  color: #7D6D4A;
  font-size: 0.813rem;
  line-height: 1.65;
}.egi_reg_seo-z9p table {
  margin-bottom: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  font-size: 13px;
}
@media(min-width: 769px) {.egi_reg_seo-z9p table {
  display: table;
}
}.egi_reg_seo-z9p th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  color: #D5C99F;
  font-weight: 700;
  text-align: left;
}.egi_reg_seo-z9p td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
  color: #7D6D4A;
}.egi_reg_steps-z9p {
  gap: 0.875rem;
  flex-direction: column;
  margin-top: 28px;
  display: flex;
}
@media(min-width: 862px) {.egi_reg_steps-z9p {
  margin-top: 0;
}
}.egi_reg_step-z9p {
  border-radius: 0.625rem;
  padding: 1rem;
  background: rgba(255, 235, 180, 0.05);
  gap: 0.875rem;
  border: 1px solid rgba(255, 220, 140, 0.06);
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.egi_reg_step_num-z9p {
  border: 1px solid rgba(232, 98, 26, 0.07);
  border-radius: 50%;
  background: rgba(232, 98, 26, 0.18);
  font-size: 14px;
  display: flex;
  height: 2.125rem;
  font-weight: 800;
  justify-content: center;
  width: 2.125rem;
  flex-shrink: 0;
  color: #E8621A;
  align-items: center;
}.egi_reg_step_title-z9p {
  font-weight: 700;
  color: #F6EDD6;
  margin-bottom: 3px;
  font-size: 0.875rem;
}.egi_reg_step_text-z9p {
  line-height: 1.5;
  color: #7D6D4A;
  font-size: 0.75rem;
}.egi_reg_trust-z9p {
  border-top: 1px solid rgba(255, 235, 180, 0.05);
  gap: 0.625rem;
  padding-top: 1.25rem;
  display: flex;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}.egi_reg_trust_item-z9p {
  gap: 0.438rem;
  font-size: 0.75rem;
  align-items: center;
  overflow-wrap: break-word;
  color: #7D6D4A;
  display: flex;
}.egi_reg_trust_ic-z9p svg {
  color: #E8621A;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
  height: 1rem;
}.egi_bon-z9p {
  background: #100E09;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.egi_bon-z9p {
  padding: 44px 1.5rem 0;
}
}.egi_bon_in-z9p {
  margin: 0 auto;
  max-width: 82.5rem;
}.egi_bon_head-z9p {
  margin-bottom: 1.25rem;
}.egi_bon_label-z9p {
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #E8621A;
  letter-spacing: .08em;
}.egi_bon_h2-z9p {
  color: #F6EDD6;
  margin-bottom: 8px;
  font-family: 'Fredoka One', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
}
@media(min-width: 765px) {.egi_bon_h2-z9p {
  font-size: 24px;
}
}.egi_bon_seo-z9p {
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  max-width: 38.75rem;
  color: #7D6D4A;
}.egi_bon_seo-z9p strong {
  color: #D5C99F;
  font-weight: 700;
}.egi_bon_seo-z9p a {
  color: #E8621A;
  text-decoration: underline;
}.egi_bon_grid-z9p {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width:640px) {.egi_bon_grid-z9p {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.egi_bon_grid-z9p {
  grid-template-columns: repeat(5,1fr);
}
}.egi_bon_card-z9p {
  border: 1px solid rgba(255, 220, 140, 0.13);
  background: #161208;
  border-radius: 0.625rem;
  transition: border-color .2s,transform .2s;
  padding: 1rem;
}.egi_bon_card-z9p:hover {
  transform: translateY(-2px);
  border-color: rgba(232, 98, 26, 0.07);
}.egi_bon_card_ic-z9p svg {
  height: 26px;
  width: 1.625rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.egi_bon_card_ic-z9p {
  margin-bottom: 10px;
}.egi_bon_card_type-z9p {
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #7D6D4A;
  margin-bottom: 6px;
}.egi_bon_card_amount-z9p {
  color: #F5C030;
  margin-bottom: 0.375rem;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.1;
}.egi_bon_card_name-z9p {
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 8px;
  color: #F6EDD6;
}.egi_bon_card_detail-z9p {
  border-top: 1px solid rgba(255, 235, 180, 0.05);
  overflow-wrap: break-word;
  color: #5E5035;
  font-size: 0.688rem;
  padding-top: 0.5rem;
  line-height: 1.5;
}.egi_seo-z9p {
  padding: 36px 16px 0;
  background: #100E09;
}
@media(min-width: 769px) {.egi_seo-z9p {
  padding: 2.75rem 24px 0;
}
}.egi_seo_in-z9p {
  border-radius: 16px;
  background: #1C1810;
  margin: 0 auto;
  border: 1px solid rgba(255, 220, 140, 0.13);
  padding: 1.75rem 1.5rem;
  max-width: 1320px;
}
@media(min-width:768px) {.egi_seo_in-z9p {
  padding: 36px 40px;
}
}.egi_seo_label-z9p {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #E8621A;
}.egi_seo_h2-z9p {
  font-family: 'Fredoka One', sans-serif;
  font-weight: 800;
  margin-bottom: 14px;
  color: #F6EDD6;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  line-height: 1.25;
}
@media(min-width: 769px) {.egi_seo_h2-z9p {
  font-size: 24px;
}
}.egi_seo_body-z9p {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #A8966C;
  font-size: 0.875rem;
}.egi_seo_body-z9p p {
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #A8966C;
}.egi_seo_body-z9p p:last-child {
  margin-bottom: 0;
}.egi_seo_body-z9p strong {
  color: #D5C99F;
  font-weight: 700;
}.egi_seo_body-z9p a {
  transition: color .2s;
  color: #E8621A;
  text-decoration: underline;
}.egi_seo_body-z9p a:hover {
  color: #F5782E;
}.egi_seo_body-z9p ul,.egi_seo_body-z9p ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.egi_seo_body-z9p ol {
  list-style: decimal;
}.egi_seo_body-z9p li {
  font-size: 14px;
  margin-bottom: 6px;
  color: #A8966C;
  line-height: 1.75;
}.egi_seo_body-z9p table {
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 13px;
}
@media(min-width: 771px) {.egi_seo_body-z9p table {
  display: table;
}
}.egi_seo_body-z9p th {
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  padding: 10px 12px;
  color: #D5C99F;
  text-align: left;
  font-weight: 700;
}.egi_seo_body-z9p td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
  color: #A8966C;
}.egi_seo_cols-z9p {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 643px) {.egi_seo_cols-z9p {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.egi_seo_cols-z9p {
  grid-template-columns: repeat(3,1fr);
}
}.egi_seo_col_h-z9p {
  font-size: 0.813rem;
  color: #D5C99F;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-weight: 700;
}.egi_seo_col_p-z9p {
  font-size: 13px;
  color: #7D6D4A;
  line-height: 1.65;
  overflow-wrap: break-word;
}.egi_seo_stats-z9p {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.egi_seo_stat-z9p {
  background: rgba(232, 98, 26, 0.07);
  border-radius: 10px;
  flex: 1;
  border: 1px solid rgba(232, 98, 26, 0.18);
  padding: 0.875rem 1rem;
  min-width: 140px;
}.egi_seo_stat_val-z9p {
  font-size: 1.25rem;
  color: #E8621A;
  font-weight: 800;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.egi_seo_stat_lb-z9p {
  font-size: 0.688rem;
  color: #7D6D4A;
  overflow-wrap: break-word;
}.egi_faq-z9p {
  padding: 36px 16px 0;
  background: #100E09;
}
@media(min-width: 771px) {.egi_faq-z9p {
  padding: 44px 24px 0;
}
}.egi_faq_in-z9p {
  margin: 0 auto;
  max-width: 82.5rem;
}.egi_faq_head-z9p {
  margin-bottom: 20px;
}.egi_faq_label-z9p {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #E8621A;
}.egi_faq_h2-z9p {
  overflow-wrap: break-word;
  color: #F6EDD6;
  font-weight: 800;
  font-family: 'Fredoka One', sans-serif;
  font-size: 1.25rem;
}
@media(min-width: 766px) {.egi_faq_h2-z9p {
  font-size: 24px;
}
}.egi_faq_list-z9p {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.egi_faq_item-z9p {
  border-radius: 10px;
  background: #1C1810;
  overflow: hidden;
  border: 1px solid rgba(255, 220, 140, 0.13);
}.egi_faq_q-z9p {
  gap: 0.75rem;
  transition: color .2s;
  padding: 1rem 20px;
  cursor: pointer;
  font-size: 14px;
  justify-content: space-between;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
  font-weight: 600;
  flex-wrap: wrap;
  color: #D5C99F;
}.egi_faq_q-z9p:hover {
  color: #F6EDD6;
}.egi_faq_q_ic-z9p {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 235, 180, 0.05);
  align-items: center;
  width: 24px;
  display: flex;
  color: #E8621A;
  justify-content: center;
  height: 24px;
  flex-shrink: 0;
  font-size: 16px;
}.egi_faq_item-z9p.egi_state_open-z9p .egi_faq_q_ic-z9p {
  transform: rotate(45deg);
}.egi_faq_a-z9p {
  padding: 0 20px 16px;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #7D6D4A;
  display: none;
  line-height: 1.7;
}.egi_faq_item-z9p.egi_state_open-z9p .egi_faq_a-z9p {
  display: block;
}.egi_faq_a-z9p strong {
  color: #D5C99F;
  font-weight: 700;
}.egi_faq_a-z9p a {
  text-decoration: underline;
  color: #E8621A;
}.egi_faq_a-z9p ul,.egi_faq_a-z9p ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 1.25rem;
}.egi_faq_a-z9p ol {
  list-style: decimal;
}.egi_faq_a-z9p li {
  line-height: 1.6;
  margin-bottom: 4px;
}.egi_faq_a-z9p table {
  margin: 8px 0;
  font-size: 12px;
  border-collapse: collapse;
  display: block;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 769px) {.egi_faq_a-z9p table {
  display: table;
}
}.egi_faq_a-z9p th {
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  padding: 6px 0.5rem;
  font-weight: 700;
  text-align: left;
  color: #D5C99F;
}.egi_faq_a-z9p td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
  color: #7D6D4A;
}.egi_seo-z9p {
  padding: 36px 16px 0;
  background: #100E09;
}
@media(min-width: 769px) {.egi_seo-z9p {
  padding: 2.75rem 1.5rem 0;
}
}.egi_seo_in-z9p {
  border-radius: 16px;
  border: 1px solid rgba(255, 220, 140, 0.13);
  background: #1C1810;
  margin: 0 auto;
  padding: 28px 24px;
  max-width: 1320px;
}
@media(min-width: 769px) {.egi_seo_in-z9p {
  padding: 2.25rem 2.5rem;
}
}.egi_seo_label-z9p {
  color: #E8621A;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-weight: 700;
}.egi_seo_h2-z9p {
  margin-bottom: 0.875rem;
  color: #F6EDD6;
  font-weight: 800;
  font-family: 'Fredoka One', sans-serif;
  overflow-wrap: break-word;
  font-size: 20px;
  line-height: 1.25;
}
@media(min-width:768px) {.egi_seo_h2-z9p {
  font-size: 1.5rem;
}
}.egi_seo_body-z9p {
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #A8966C;
}.egi_seo_body-z9p p {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  color: #A8966C;
}.egi_seo_body-z9p p:last-child {
  margin-bottom: 0;
}.egi_seo_body-z9p strong {
  font-weight: 700;
  color: #D5C99F;
}.egi_seo_body-z9p a {
  transition: color .2s;
  color: #E8621A;
  text-decoration: underline;
}.egi_seo_body-z9p a:hover {
  color: #F5782E;
}.egi_seo_body-z9p ul,.egi_seo_body-z9p ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.egi_seo_body-z9p ol {
  list-style: decimal;
}.egi_seo_body-z9p li {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A8966C;
  margin-bottom: 6px;
}.egi_seo_body-z9p table {
  display: block;
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
  margin-bottom: 0.75rem;
  overflow-x: auto;
}
@media(min-width:768px) {.egi_seo_body-z9p table {
  display: table;
}
}.egi_seo_body-z9p th {
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  padding: 10px 12px;
  font-weight: 700;
  color: #D5C99F;
  text-align: left;
}.egi_seo_body-z9p td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
  color: #A8966C;
}.egi_seo_cols-z9p {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 642px) {.egi_seo_cols-z9p {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.egi_seo_cols-z9p {
  grid-template-columns: repeat(3,1fr);
}
}.egi_seo_col_h-z9p {
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  font-weight: 700;
  color: #D5C99F;
}.egi_seo_col_p-z9p {
  color: #7D6D4A;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.egi_seo_stats-z9p {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.egi_seo_stat-z9p {
  border-radius: 0.625rem;
  flex: 1;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(232, 98, 26, 0.18);
  background: rgba(232, 98, 26, 0.07);
  min-width: 140px;
}.egi_seo_stat_val-z9p {
  font-weight: 800;
  color: #E8621A;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-size: 20px;
}.egi_seo_stat_lb-z9p {
  font-size: 0.688rem;
  color: #7D6D4A;
  overflow-wrap: break-word;
}.egi_seo-z9p {
  padding: 36px 1rem 0;
  background: #100E09;
}
@media(min-width: 770px) {.egi_seo-z9p {
  padding: 2.75rem 24px 0;
}
}.egi_seo_in-z9p {
  background: #1C1810;
  border-radius: 1rem;
  padding: 28px 24px;
  border: 1px solid rgba(255, 220, 140, 0.13);
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width:768px) {.egi_seo_in-z9p {
  padding: 36px 40px;
}
}.egi_seo_label-z9p {
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #E8621A;
  margin-bottom: 10px;
  font-weight: 700;
}.egi_seo_h2-z9p {
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  color: #F6EDD6;
  font-family: 'Fredoka One', sans-serif;
  line-height: 1.25;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 766px) {.egi_seo_h2-z9p {
  font-size: 1.5rem;
}
}.egi_seo_body-z9p {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A8966C;
}.egi_seo_body-z9p p {
  color: #A8966C;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.egi_seo_body-z9p p:last-child {
  margin-bottom: 0;
}.egi_seo_body-z9p strong {
  font-weight: 700;
  color: #D5C99F;
}.egi_seo_body-z9p a {
  transition: color .2s;
  text-decoration: underline;
  color: #E8621A;
}.egi_seo_body-z9p a:hover {
  color: #F5782E;
}.egi_seo_body-z9p ul,.egi_seo_body-z9p ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.egi_seo_body-z9p ol {
  list-style: decimal;
}.egi_seo_body-z9p li {
  font-size: 0.875rem;
  color: #A8966C;
  margin-bottom: 6px;
  line-height: 1.75;
}.egi_seo_body-z9p table {
  width: 100%;
  font-size: 0.813rem;
  display: block;
  margin-bottom: 12px;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 770px) {.egi_seo_body-z9p table {
  display: table;
}
}.egi_seo_body-z9p th {
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  padding: 0.625rem 12px;
  color: #D5C99F;
  font-weight: 700;
  text-align: left;
}.egi_seo_body-z9p td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
  color: #A8966C;
}.egi_seo_cols-z9p {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 637px) {.egi_seo_cols-z9p {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.egi_seo_cols-z9p {
  grid-template-columns: repeat(3,1fr);
}
}.egi_seo_col_h-z9p {
  font-weight: 700;
  overflow-wrap: break-word;
  color: #D5C99F;
  margin-bottom: 7px;
  font-size: 0.813rem;
}.egi_seo_col_p-z9p {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #7D6D4A;
  font-size: 13px;
}.egi_seo_stats-z9p {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.egi_seo_stat-z9p {
  border-radius: 10px;
  background: rgba(232, 98, 26, 0.07);
  border: 1px solid rgba(232, 98, 26, 0.18);
  flex: 1;
  padding: 0.875rem 16px;
  min-width: 8.75rem;
}.egi_seo_stat_val-z9p {
  font-size: 20px;
  overflow-wrap: break-word;
  color: #E8621A;
  margin-bottom: 4px;
  font-weight: 800;
}.egi_seo_stat_lb-z9p {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7D6D4A;
}.egi_rv-z9p {
  background: #100E09;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.egi_rv-z9p {
  padding: 2.75rem 24px 0;
}
}.egi_rv_in-z9p {
  margin: 0 auto;
  max-width: 82.5rem;
}.egi_rv_head-z9p {
  margin-bottom: 20px;
  max-width: 720px;
}.egi_rv_label-z9p {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  color: #E8621A;
  margin-bottom: 8px;
}.egi_rv_h2-z9p {
  font-size: 1.375rem;
  font-family: 'Fredoka One', sans-serif;
  font-weight: 800;
  margin-bottom: 10px;
  color: #F6EDD6;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.egi_rv_h2-z9p {
  font-size: 1.75rem;
}
}.egi_rv_stats-z9p {
  gap: 1.125rem;
  align-items: center;
  font-size: 0.813rem;
  flex-wrap: wrap;
  display: flex;
  color: #7D6D4A;
}.egi_rv_stats_score-z9p {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.egi_rv_stats_score_val-z9p {
  font-weight: 800;
  font-family: 'Fredoka One', sans-serif;
  font-size: 22px;
  color: #F5C030;
}.egi_rv_stats_score_max-z9p {
  font-size: 13px;
  color: #5E5035;
}.egi_rv_stats_badge-z9p {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.egi_rv_stats_badge-z9p svg {
  height: 14px;
  color: #F5C030;
  width: 0.875rem;
}.egi_rv_grid-z9p {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.egi_rv_grid-z9p {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.egi_rv_grid-z9p {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.egi_rv_card-z9p {
  background: #1C1810;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 220, 140, 0.13);
  padding: 20px;
  flex-direction: column;
  display: flex;
}.egi_rv_card_stars-z9p {
  gap: 2px;
  color: #F5C030;
  display: flex;
  margin-bottom: 0.625rem;
}.egi_rv_card_stars-z9p svg {
  width: 14px;
  height: 0.875rem;
}.egi_rv_card_h-z9p {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: #F6EDD6;
  font-weight: 700;
  overflow-wrap: break-word;
  line-height: 1.3;
}.egi_rv_card_body-z9p {
  flex: 1;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #7D6D4A;
  font-size: 13px;
}.egi_rv_card_body-z9p strong {
  color: #D5C99F;
  font-weight: 600;
}.egi_rv_card_meta-z9p {
  gap: 10px;
  border-top: 1px solid rgba(255, 235, 180, 0.05);
  display: flex;
  align-items: center;
  padding-top: 0.75rem;
  flex-wrap: wrap;
  justify-content: space-between;
}.egi_rv_card_author-z9p {
  font-weight: 600;
  color: #D5C99F;
  font-size: 0.75rem;
}.egi_rv_card_date-z9p {
  color: #5E5035;
  font-size: 11px;
}.egi_ft-z9p {
  border-top: 1px solid rgba(255, 235, 180, 0.05);
  background: #080604;
  margin-top: 48px;
}.egi_ft_support-z9p {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
}
@media(min-width: 769px) {.egi_ft_support-z9p {
  padding: 1.75rem 24px;
}
}.egi_ft_support_in-z9p {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  max-width: 82.5rem;
}.egi_ft_support_main-z9p {
  flex: 1;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  min-width: 220px;
  display: flex;
}.egi_ft_support_ic-z9p {
  color: #E8621A;
  flex-shrink: 0;
}.egi_ft_support_ic-z9p svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.875rem;
  width: 30px;
}.egi_ft_support_text_title-z9p {
  font-size: 0.938rem;
  color: #F6EDD6;
  margin-bottom: 3px;
  font-weight: 700;
  overflow-wrap: break-word;
}.egi_ft_support_text_sub-z9p {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #7D6D4A;
}.egi_ft_support_btn-z9p {
  transition: background .2s;
  border-radius: 0.625rem;
  padding: 0.688rem 1.375rem;
  background: #E8621A;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #F6EDD6;
  font-weight: 700;
  flex-shrink: 0;
}.egi_ft_support_btn-z9p:hover {
  background: #F5782E;
}.egi_ft_support_contacts-z9p {
  gap: 16px;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.egi_ft_support_contact-z9p {
  line-height: 1.4;
  color: #5E5035;
  font-size: 0.75rem;
}.egi_ft_support_contact-z9p strong {
  color: #A8966C;
  font-weight: 600;
  display: block;
  font-size: 0.688rem;
  margin-bottom: 2px;
}.egi_ft_main-z9p {
  padding: 32px 16px 24px;
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
}
@media(min-width: 771px) {.egi_ft_main-z9p {
  padding: 40px 1.5rem 32px;
}
}.egi_ft_main_in-z9p {
  margin: 0 auto;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 1320px;
}
@media(min-width: 638px) {.egi_ft_main_in-z9p {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.egi_ft_main_in-z9p {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.egi_ft_col_logo-z9p {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.egi_ft_col_logo-z9p {
  grid-column: auto;
}
}.egi_ft_logo-z9p {
  gap: 9px;
  color: #F6EDD6;
  flex-wrap: wrap;
  font-weight: 800;
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  overflow-wrap: break-word;
}.egi_ft_logo_mark-z9p {
  border-radius: 6px;
  overflow: hidden;
  height: 1.875rem;
  width: 30px;
}.egi_ft_logo_mark-z9p img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.egi_ft_logo_sub-z9p {
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #5E5035;
  font-size: 0.75rem;
  max-width: 12.5rem;
}.egi_ft_col_title-z9p {
  font-weight: 700;
  letter-spacing: .07em;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  color: #A8966C;
}.egi_ft_col_links-z9p {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.egi_ft_col_link-z9p {
  transition: color .2s;
  color: #5E5035;
  overflow-wrap: break-word;
  font-size: 13px;
}.egi_ft_col_link-z9p:hover {
  color: #D5C99F;
}.egi_ft_apps-z9p {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.egi_ft_app_card-z9p {
  border: 1px solid rgba(255, 220, 140, 0.13);
  gap: 10px;
  border-radius: 6px;
  transition: border-color .2s;
  background: rgba(255, 235, 180, 0.05);
  padding: 10px 0.75rem;
  align-items: center;
  display: flex;
}.egi_ft_app_card-z9p:hover {
  border-color: rgba(232, 98, 26, 0.55);
}.egi_ft_app_card_ic-z9p svg {
  stroke-linecap: round;
  height: 1.375rem;
  stroke-linejoin: round;
  width: 1.375rem;
}.egi_ft_app_card_os-z9p {
  font-size: 0.625rem;
  font-weight: 600;
  color: #5E5035;
}.egi_ft_app_card_action-z9p {
  font-weight: 700;
  font-size: 0.75rem;
  color: #D5C99F;
}.egi_ft_bot-z9p {
  padding: 20px 1rem;
}
@media(min-width: 770px) {.egi_ft_bot-z9p {
  padding: 20px 1.5rem;
}
}.egi_ft_bot_in-z9p {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  max-width: 82.5rem;
  flex-wrap: wrap;
}.egi_ft_socials-z9p {
  gap: 8px;
  display: flex;
}.egi_ft_soc-z9p {
  border: 1px solid rgba(255, 220, 140, 0.13);
  background: rgba(255, 235, 180, 0.05);
  border-radius: 6px;
  transition: background .2s;
  display: flex;
  color: #A8966C;
  height: 36px;
  justify-content: center;
  width: 36px;
  align-items: center;
}.egi_ft_soc-z9p svg {
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
}.egi_ft_soc-z9p:hover {
  background: rgba(255, 235, 180, 0.07);
}.egi_ft_legal-z9p {
  flex: 1;
  font-size: 0.688rem;
  color: #907B58;
  overflow-wrap: break-word;
  min-width: 12.5rem;
  line-height: 1.6;
}.egi_ft_legal-z9p strong {
  color: #A8966C;
  font-weight: 700;
}.egi_ft_legal-z9p a {
  text-decoration: underline;
  color: #A8966C;
}.egi_ft_age-z9p {
  border: 2px solid #907B58;
  border-radius: 50%;
  justify-content: center;
  height: 2rem;
  margin-left: auto;
  align-items: center;
  font-weight: 800;
  color: #907B58;
  display: flex;
  flex-shrink: 0;
  font-size: 0.688rem;
  width: 32px;
}