html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #0D0F15;
  line-height: 1.6;
  color: #C4BEB4;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-family: 'Barlow', sans-serif;
}.fxa-layout_zla {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.fxa-page_zla {
  display: flex;
  min-height: 100vh;
}.fxa-main_zla {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media (min-width: 1081px) {.fxa-main_zla {
  padding-left: 13.75rem;
}
}
@media (max-width: 1082px) {.fxa-main_zla {
  padding-bottom: 4.5rem;
}
}.fxa-gc_zla {
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border-radius: 9px;
  border: 1px solid rgba(255,255,255,0.06);
  background: #11141C;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  width: 8.75rem;
}
@media(min-width: 638px) {.fxa-gc_zla {
  width: 9.75rem;
}
}
@media(min-width: 1083px) {.fxa-gc_zla {
  width: 168px;
}
}.fxa-gc_zla:hover {
  transform: translateY(-3px);
  border-color: rgba(61,142,194,0.07);
}.fxa-gc_img_zla {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.fxa-gc_img_zla img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
}.fxa-gc_hover_zla {
  transition: opacity .2s;
  background: rgba(8,8,13,0.72);
  inset: 0;
  position: absolute;
  display: flex;
  opacity: 0;
  justify-content: center;
  align-items: center;
}.fxa-gc_zla:hover .fxa-gc_hover_zla {
  opacity: 1;
}.fxa-gc_hover_btn_zla {
  background: #3D8EC2;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-weight: 700;
  font-size: 0.75rem;
  color: #F2EEE6;
}.fxa-gc_info_zla {
  padding: 8px 10px 0.625rem;
}.fxa-gc_name_zla {
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 3px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  text-overflow: ellipsis;
  color: #C4BEB4;
}.fxa-gc_prov_zla {
  font-size: 10px;
  color: #565360;
}.fxa-gc_tag_zla {
  border-radius: 0.25rem;
  padding: 2px 7px;
  top: 6px;
  left: 0.375rem;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
  position: absolute;
  font-size: 9px;
  letter-spacing: .04em;
}.fxa-gc_tag_hot_zla {
  background: #E03838;
  color: #fff;
}.fxa-gc_tag_new_zla {
  background: #25B872;
  color: #0D0F15;
}.fxa-gc_tag_jp_zla {
  background: #D4A22C;
  color: #0D0F15;
}.fxa-gc_tag_ex_zla {
  background: #5C3FA0;
  color: #fff;
}.fxa-gc_tag_live_zla {
  background: #E03838;
  color: #fff;
}.fxa-gr_zla {
  background: #0D0F15;
  padding: 2rem 1rem 0;
}
@media(min-width: 765px) {.fxa-gr_zla {
  padding: 2.25rem 24px 0;
}
}.fxa-gr_in_zla {
  margin: 0 auto;
  max-width: 1340px;
}.fxa-gr_head_zla {
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 10px;
}.fxa-gr_head_l_zla {
  flex: 1;
  gap: 10px;
  min-width: 0;
  display: flex;
  align-items: center;
}.fxa-gr_ic_zla {
  border-radius: 9px;
  justify-content: center;
  height: 32px;
  display: flex;
  width: 32px;
  align-items: center;
  flex-shrink: 0;
}.fxa-gr_ic_zla svg {
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
  height: 16px;
}.fxa-gr_title_zla {
  color: #F2EEE6;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.fxa-gr_title_zla {
  font-size: 18px;
}
}.fxa-gr_more_zla {
  gap: 0.313rem;
  transition: color .2s;
  align-items: center;
  color: #6A6670;
  flex-shrink: 0;
  font-size: 12px;
  display: flex;
  white-space: nowrap;
  font-weight: 600;
}.fxa-gr_more_zla:hover {
  color: #3D8EC2;
}.fxa-gr_more_zla svg {
  height: 12px;
  width: 0.75rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.fxa-gr_arrows_zla {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.fxa-gr_arr_zla {
  border-radius: 0.313rem;
  background: rgba(255,255,255,0.05);
  transition: background .15s,color .15s;
  border: 1px solid rgba(255,255,255,0.10);
  align-items: center;
  height: 1.875rem;
  width: 1.875rem;
  color: #8E8880;
  display: flex;
  justify-content: center;
}.fxa-gr_arr_zla:hover {
  background: rgba(255,255,255,0.07);
  color: #F2EEE6;
}.fxa-gr_arr_zla svg {
  height: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 13px;
}.fxa-gr_seo_h_zla {
  margin: 0 0 6px;
  font-weight: 700;
  color: #C4BEB4;
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  overflow-wrap: break-word;
  max-width: 680px;
}
@media(min-width: 769px) {.fxa-gr_seo_h_zla {
  font-size: 14px;
}
}.fxa-gr_seo_zla {
  overflow-wrap: break-word;
  max-width: 42.5rem;
  line-height: 1.55;
  color: #6A6670;
  margin-bottom: 0.75rem;
  font-size: 12px;
}.fxa-gr_seo_zla strong {
  color: #C4BEB4;
  font-weight: 600;
}.fxa-gr_scroll_zla {
  gap: 0.625rem;
  overflow-x: auto;
  padding-bottom: 0.625rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  display: flex;
}.fxa-gr_scroll_zla::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.fxa-gr_scroll_zla {
  gap: 12px;
}
}.fxa-tb_zla {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #0D0F15;
  height: 56px;
  top: 0;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 80;
  right: 0;
  left: 0;
}.fxa-tb_in_zla {
  gap: 0;
  padding: 0 0.875rem;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}.fxa-tb_burger_zla {
  gap: 5px;
  border-radius: 0.563rem;
  align-items: center;
  display: flex;
  height: 2.375rem;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  margin-right: 0.5rem;
  width: 38px;
}.fxa-tb_burger_zla:hover {
  background: rgba(255,255,255,0.05);
}.fxa-tb_burger_line_zla {
  background: #8E8880;
  border-radius: 1px;
  display: block;
  width: 18px;
  height: 2px;
}
@media(min-width: 1081px) {.fxa-tb_burger_zla {
  display: none;
}
}.fxa-tb_logo_zla {
  gap: 9px;
  color: #F2EEE6;
  overflow-wrap: break-word;
  flex-shrink: 0;
  letter-spacing: -.01em;
  margin-right: 1.25rem;
  align-items: center;
  font-size: 1.125rem;
  display: flex;
  font-weight: 800;
}.fxa-tb_logo_mark_zla {
  overflow: hidden;
  border-radius: 0.563rem;
  display: flex;
  width: 2rem;
  align-items: center;
  height: 2rem;
  justify-content: center;
}.fxa-tb_logo_mark_zla img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.fxa-tb_nav_zla {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 642px) {.fxa-tb_nav_zla {
  display: flex;
}
}.fxa-tb_tab_zla {
  transition: background .15s,color .15s;
  border-radius: 9px;
  padding: 0.5rem 0.875rem;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
  color: #8E8880;
}.fxa-tb_tab_zla:hover {
  background: rgba(255,255,255,0.05);
  color: #F2EEE6;
}.fxa-tb_tab_zla.fxa-state_active_zla {
  background: rgba(61,142,194,0.18);
  color: #F2EEE6;
}.fxa-tb_right_zla {
  gap: 8px;
  margin-left: auto;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.fxa-tb_login_zla {
  padding: 0.563rem 1rem;
  background: rgba(255,255,255,0.05);
  border-radius: 0.563rem;
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s,color .2s;
  color: #C4BEB4;
  font-weight: 600;
  font-size: 0.813rem;
  display: none;
}.fxa-tb_login_zla:hover {
  border-color: rgba(212,162,44,0.45);
  color: #F2EEE6;
}
@media(min-width: 477px) {.fxa-tb_login_zla {
  display: block;
}
}.fxa-tb_reg_zla {
  background: #25B872;
  padding: 9px 18px;
  border-radius: 0.563rem;
  transition: background .2s;
  font-weight: 700;
  color: #0C0D14;
  font-size: 0.813rem;
  white-space: nowrap;
}.fxa-tb_reg_zla:hover {
  background: #2ED485;
}.fxa-sb_zla {
  transform: translateX(-100%);
  border-right: 1px solid rgba(255,255,255,0.05);
  background: #161A24;
  transition: transform .25s ease;
  width: 13.75rem;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  position: fixed;
  top: 56px;
  z-index: 70;
}.fxa-sb_zla.fxa-state_open_zla {
  transform: translateX(0);
}.fxa-sb_zla::-webkit-scrollbar {
  width: 0.25rem;
}.fxa-sb_zla::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width:1080px) {.fxa-sb_zla {
  transform: translateX(0);
}
}.fxa-sb_auth_zla {
  padding: 0.875rem 0.75rem 10px;
}.fxa-sb_btn_reg_zla {
  transition: background .2s;
  border-radius: 0.563rem;
  padding: 11px;
  background: #25B872;
  margin-bottom: 8px;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 0.813rem;
  color: #0C0D14;
}.fxa-sb_btn_reg_zla:hover {
  background: #2ED485;
}.fxa-sb_btn_login_zla {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s;
  border-radius: 9px;
  padding: 0.625rem;
  display: block;
  text-align: center;
  color: #C4BEB4;
  font-size: 0.813rem;
  font-weight: 600;
}.fxa-sb_btn_login_zla:hover {
  border-color: rgba(212,162,44,0.45);
  color: #F2EEE6;
}.fxa-sb_promo_zla {
  border-radius: 9px;
  background: linear-gradient(135deg,#1C1234,#161A24);
  overflow: hidden;
  margin: 0 0.75rem 10px;
  padding: 12px 14px;
  border: 1px solid rgba(61,142,194,0.18);
  position: relative;
}.fxa-sb_promo_zla::before {
  background: radial-gradient(circle,rgba(61,142,194,0.18),transparent 70%);
  border-radius: 50%;
  top: -1.25rem;
  right: -1.25rem;
  width: 80px;
  content: '';
  height: 80px;
  position: absolute;
}.fxa-sb_promo_title_zla {
  font-size: 11px;
  letter-spacing: .06em;
  color: #3D8EC2;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
}.fxa-sb_promo_text_zla {
  line-height: 1.35;
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 0.75rem;
  color: #F2EEE6;
}.fxa-sb_promo_sub_zla {
  color: #6A6670;
  margin-top: 3px;
  font-size: 0.625rem;
}.fxa-sb_nav_zla {
  padding: 0.375rem 0.5rem 1rem;
}.fxa-sb_nav_lb_zla {
  padding: 0.625rem 8px 6px;
  text-transform: uppercase;
  color: #565360;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.625rem;
}.fxa-sb_link_zla {
  border-radius: 0.313rem;
  gap: 0.625rem;
  padding: 0.563rem 10px;
  transition: background .15s,color .15s;
  display: flex;
  font-size: 13px;
  color: #8E8880;
  cursor: pointer;
  align-items: center;
  overflow-wrap: break-word;
  font-weight: 500;
}.fxa-sb_link_zla:hover {
  background: rgba(255,255,255,0.05);
  color: #F2EEE6;
}.fxa-sb_link_zla.fxa-state_active_zla {
  background: rgba(61,142,194,0.18);
  color: #F2EEE6;
}.fxa-sb_ic_zla {
  border-radius: 0.313rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 1.875rem;
  justify-content: center;
  width: 1.875rem;
}.fxa-sb_ic_zla svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
  width: 1rem;
}.fxa-sb_ic_1_zla {
  background: rgba(61,142,194,0.07);
  color: #3D8EC2;
}.fxa-sb_ic_2_zla {
  background: rgba(37,184,114,0.16);
  color: #25B872;
}.fxa-sb_ic_3_zla {
  background: rgba(212,162,44,0.18);
  color: #D4A22C;
}.fxa-sb_ic_4_zla {
  background: rgba(92,63,160,0.22);
  color: #5C3FA0;
}.fxa-sb_ic_5_zla {
  background: rgba(61,142,194,0.07);
  color: #D94E8A;
}.fxa-sb_ic_6_zla {
  background: rgba(92,63,160,0.22);
  color: #8B42CC;
}.fxa-sb_badge_zla {
  background: #D4A22C;
  border-radius: 0.313rem;
  padding: 2px 7px;
  margin-left: auto;
  font-weight: 700;
  color: #0C0D14;
  font-size: 9px;
}.fxa-sb_bot_zla {
  padding: 12px;
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 8px;
  display: flex;
}.fxa-sb_lang_zla,.fxa-sb_help_zla {
  flex: 1;
  transition: border-color .2s;
  background: rgba(255,255,255,0.05);
  gap: 6px;
  border: 1px solid rgba(255,255,255,0.06);
  padding: 9px 6px;
  border-radius: 5px;
  justify-content: center;
  font-weight: 600;
  font-size: 0.688rem;
  align-items: center;
  color: #8E8880;
  display: flex;
}.fxa-sb_lang_zla:hover,.fxa-sb_help_zla:hover {
  border-color: rgba(212,162,44,0.45);
  color: #F2EEE6;
}.fxa-sb_lang_zla svg,.fxa-sb_help_zla svg {
  width: 13px;
  stroke-linejoin: round;
  height: 0.813rem;
  stroke-linecap: round;
}.fxa-sb_bd_zla {
  background: rgba(8,8,13,0.72);
  inset: 0;
  display: none;
  z-index: 69;
  position: fixed;
}.fxa-sb_bd_zla.fxa-state_on_zla {
  display: block;
}
@media(min-width: 1081px) {.fxa-sb_bd_zla {
  display: none!important;
}
}.fxa-mob_nav_zla {
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #161A24;
  border-top: 1px solid rgba(255,255,255,0.10);
  right: 0;
  left: 0;
  z-index: 80;
  display: flex;
  bottom: 0;
  position: fixed;
}
@media(min-width: 1081px) {.fxa-mob_nav_zla {
  display: none;
}
}.fxa-mob_nav_item_zla {
  gap: 4px;
  padding: 4px 2px;
  flex: 1;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  color: #565360;
  align-items: center;
}.fxa-mob_nav_ic_zla {
  line-height: 1;
}.fxa-mob_nav_ic_zla svg {
  width: 20px;
  stroke-linejoin: round;
  height: 20px;
  stroke-linecap: round;
}.fxa-mob_nav_lb_zla {
  color: #565360;
  font-size: 10px;
  font-weight: 600;
}.fxa-mob_nav_item_zla.fxa-state_active_zla {
  color: #3D8EC2;
}.fxa-mob_nav_item_zla.fxa-state_active_zla .fxa-mob_nav_lb_zla {
  color: #3D8EC2;
}.fxa-hero_zla {
  background: #0D0F15;
  padding: 1.25rem 1rem 0;
}
@media(min-width:768px) {.fxa-hero_zla {
  padding: 24px 24px 0;
}
}.fxa-hero_in_zla {
  gap: 12px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 1340px;
}
@media(min-width: 862px) {.fxa-hero_in_zla {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1101px) {.fxa-hero_in_zla {
  grid-template-columns: 1fr 340px;
}
}.fxa-hero_promo_zla {
  border-radius: 0.875rem;
  background: #11141C;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 13.75rem;
}
@media(min-width: 766px) {.fxa-hero_promo_zla {
  min-height: 280px;
}
}.fxa-hero_promo_bg_zla {
  background-position: center;
  background: linear-gradient(120deg,#1C1234 0%,#0D0F15 100%);
  inset: 0;
  position: absolute;
  background-size: cover;
}.fxa-hero_promo_bg_zla::after {
  inset: 0;
  background: linear-gradient(90deg,#0D0F15 0%,rgba(8,8,13,0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.fxa-hero_promo_glow_zla {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(92,63,160,0.22) 0%,transparent 65%);
  position: absolute;
  pointer-events: none;
  width: 18.75rem;
  right: 3.75rem;
  top: -40px;
  height: 18.75rem;
}.fxa-hero_promo_ct_zla {
  padding: 1.75rem 24px 1.75rem 28px;
  max-width: 30rem;
  display: flex;
  z-index: 2;
  flex-direction: column;
  position: relative;
  justify-content: center;
}
@media(min-width:768px) {.fxa-hero_promo_ct_zla {
  padding: 2.5rem 2rem;
}
}.fxa-hero_badge_zla {
  border-radius: 1.25rem;
  background: rgba(61,142,194,0.18);
  border: 1px solid rgba(61,142,194,0.07);
  padding: 5px 12px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #3D8EC2;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.875rem;
  font-size: 0.625rem;
}.fxa-hero_h1_zla {
  color: #F2EEE6;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  margin-bottom: 0.625rem;
  line-height: 1.15;
  font-size: 1.625rem;
}.fxa-hero_h1_zla em {
  color: #D4A22C;
  font-style: normal;
}
@media(min-width: 766px) {.fxa-hero_h1_zla {
  font-size: 2.25rem;
}
}.fxa-hero_sub_zla {
  line-height: 1.55;
  color: #8E8880;
  font-size: 13px;
  margin-bottom: 20px;
}
@media(min-width: 769px) {.fxa-hero_sub_zla {
  font-size: 14px;
}
}.fxa-hero_row_zla {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.fxa-hero_cta_zla {
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  background: #25B872;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  color: #0C0D14;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 0.375rem 18px rgba(37,184,114,0.38);
}.fxa-hero_cta_zla:hover {
  background: #2ED485;
}.fxa-hero_terms_zla {
  font-size: 11px;
  color: #565360;
}.fxa-hero_game_zla {
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  background: #11141C;
  position: relative;
  flex-direction: column;
  display: flex;
}.fxa-hero_game_badge_zla {
  border: 1px solid rgba(212,162,44,0.18);
  border-radius: 20px;
  padding: 0.313rem 10px;
  background: rgba(212,162,44,0.18);
  z-index: 3;
  font-weight: 700;
  color: #D4A22C;
  left: 0.75rem;
  top: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
  position: absolute;
  font-size: 0.625rem;
}.fxa-hero_game_badge_zla svg {
  margin-right: 0.25rem;
  width: 0.688rem;
  height: 11px;
  vertical-align: -1px;
}.fxa-hero_game_img_zla {
  overflow: hidden;
  background: linear-gradient(135deg,#1C1234,#0D0F15);
  padding-bottom: 60%;
  position: relative;
}.fxa-hero_game_img_zla img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}.fxa-hero_game_play_zla {
  transition: opacity .2s;
  background: rgba(8,8,13,0.72);
  inset: 0;
  justify-content: center;
  align-items: center;
  position: absolute;
  display: flex;
  opacity: 0;
}.fxa-hero_game_zla:hover .fxa-hero_game_play_zla {
  opacity: 1;
}.fxa-hero_game_play_zla span {
  border-radius: 50%;
  background: #3D8EC2;
  width: 3.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
}.fxa-hero_game_play_zla span svg {
  height: 1.125rem;
  width: 1.125rem;
  margin-left: 2px;
}.fxa-hero_game_info_zla {
  padding: 0.875rem 16px;
}.fxa-hero_game_title_zla {
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #F2EEE6;
  font-weight: 700;
  font-size: 15px;
}.fxa-hero_game_provider_zla {
  font-size: 0.688rem;
  color: #6A6670;
}.fxa-hero_game_btn_zla {
  border-radius: 0.563rem;
  background: #3D8EC2;
  transition: background .2s;
  padding: 11px;
  margin: 0.75rem 16px 1rem;
  text-align: center;
  display: block;
  color: #F2EEE6;
  font-size: 0.813rem;
  font-weight: 700;
}.fxa-hero_game_zla:hover .fxa-hero_game_btn_zla {
  background: #52A8DC;
}.fxa-sbar_zla {
  background: #0D0F15;
  padding: 16px 16px 0;
}
@media(min-width: 767px) {.fxa-sbar_zla {
  padding: 18px 24px 0;
}
}.fxa-sbar_in_zla {
  margin: 0 auto;
  max-width: 1340px;
}.fxa-sbar_row_zla {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 12px;
}.fxa-sbar_input_zla {
  transition: border-color .2s;
  background: #11141C;
  padding: 11px 16px;
  border-radius: 9px;
  gap: 10px;
  border: 1px solid rgba(255,255,255,0.10);
  flex: 1;
  display: flex;
  cursor: pointer;
  align-items: center;
  color: #6A6670;
  font-size: 13px;
}.fxa-sbar_input_zla:hover {
  border-color: rgba(212,162,44,0.45);
}.fxa-sbar_input_zla svg {
  flex-shrink: 0;
  width: 15px;
  stroke-linejoin: round;
  height: 0.938rem;
  stroke-linecap: round;
}.fxa-sbar_providers_zla {
  background: #11141C;
  border-radius: 9px;
  padding: 11px 1.125rem;
  border: 1px solid rgba(255,255,255,0.10);
  gap: 8px;
  transition: border-color .2s;
  font-size: 0.813rem;
  white-space: nowrap;
  display: flex;
  font-weight: 600;
  color: #C4BEB4;
  align-items: center;
}.fxa-sbar_providers_zla:hover {
  border-color: rgba(212,162,44,0.45);
  color: #F2EEE6;
}.fxa-sbar_providers_zla svg {
  stroke-linejoin: round;
  height: 0.875rem;
  stroke-linecap: round;
  width: 14px;
}.fxa-sbar_tabs_zla {
  gap: 0.375rem;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  padding-bottom: 2px;
}.fxa-sbar_tabs_zla::-webkit-scrollbar {
  display: none;
}.fxa-sbar_tab_zla {
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 1.25rem;
  gap: 7px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 8px 14px;
  color: #8E8880;
  font-weight: 600;
  cursor: pointer;
  align-items: center;
  font-size: 12px;
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
}.fxa-sbar_tab_zla:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(212,162,44,0.45);
  color: #F2EEE6;
}.fxa-sbar_tab_zla.fxa-state_active_zla {
  border-color: rgba(61,142,194,0.07);
  background: rgba(61,142,194,0.18);
  color: #F2EEE6;
}.fxa-sbar_tab_ic_zla svg {
  width: 14px;
  height: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.fxa-gr_jp_zla {
  background: linear-gradient(135deg,#1A0E3A 0%,#09090D 100%);
  padding: 20px;
  overflow: hidden;
  border-radius: 0.875rem;
  position: relative;
}.fxa-gr_jp_zla::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(92,63,160,0.22) 0%,transparent 70%);
  position: absolute;
  content: '';
  height: 15.625rem;
  width: 15.625rem;
  top: -60px;
  left: -60px;
}.fxa-gr_jp_zla::after {
  background: radial-gradient(circle,rgba(212,162,44,0.18) 0%,transparent 70%);
  border-radius: 50%;
  width: 200px;
  bottom: -40px;
  position: absolute;
  content: '';
  right: 0;
  height: 200px;
}.fxa-gr_jp_head_zla {
  gap: 16px;
  z-index: 1;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  margin-bottom: 1rem;
  align-items: flex-start;
}.fxa-gr_jp_info_zla {
  flex: 1;
}.fxa-gr_jp_label_zla {
  font-size: 0.688rem;
  color: #8B42CC;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.fxa-gr_jp_label_zla svg {
  width: 14px;
  vertical-align: -2px;
  height: 14px;
  margin-right: 0.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.fxa-gr_jp_amount_zla {
  margin-bottom: 4px;
  line-height: 1;
  color: #F2EEE6;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 2rem;
}
@media(min-width: 770px) {.fxa-gr_jp_amount_zla {
  font-size: 40px;
}
}.fxa-gr_jp_amount_zla span {
  color: #D4A22C;
}.fxa-gr_jp_seo_zla {
  font-size: 12px;
  max-width: 30rem;
  overflow-wrap: break-word;
  color: #8E8880;
  line-height: 1.5;
}.fxa-gr_jp_cta_zla {
  border: 1px solid rgba(92,63,160,0.22);
  transition: background .2s;
  background: rgba(92,63,160,0.22);
  border-radius: 9px;
  padding: 11px 20px;
  flex-shrink: 0;
  margin-top: 0.25rem;
  font-size: 0.813rem;
  color: #F2EEE6;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  font-weight: 700;
  align-self: flex-start;
}.fxa-gr_jp_cta_zla:hover {
  background: #5C3FA0;
}.fxa-ws_zla {
  background: #0D0F15;
  padding: 2rem 1rem 0;
}
@media(min-width:768px) {.fxa-ws_zla {
  padding: 36px 24px 0;
}
}.fxa-ws_in_zla {
  margin: 0 auto;
  max-width: 1340px;
}.fxa-ws_head_zla {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}.fxa-ws_title_zla {
  gap: 10px;
  overflow-wrap: break-word;
  align-items: center;
  color: #F2EEE6;
  flex-wrap: wrap;
  display: flex;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
}.fxa-ws_title_ic_zla svg {
  stroke-linejoin: round;
  width: 18px;
  stroke-linecap: round;
  height: 1.125rem;
  color: #D4A22C;
}.fxa-ws_online_zla {
  gap: 7px;
  font-weight: 600;
  align-items: center;
  display: flex;
  color: #6A6670;
  font-size: 0.75rem;
}.fxa-ws_online_dot_zla {
  background: #25B872;
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0.375rem rgba(37,184,114,0.16);
}.fxa-ws_scroll_zla {
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
  display: flex;
  scrollbar-width: none;
}.fxa-ws_scroll_zla::-webkit-scrollbar {
  display: none;
}.fxa-wc_zla {
  background: #11141C;
  padding: 0.625rem 0.875rem;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 9px;
  gap: 0.625rem;
  min-width: 13.75rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.fxa-wc_img_zla {
  overflow: hidden;
  background: #161A24;
  border-radius: 0.313rem;
  height: 36px;
  flex-shrink: 0;
  width: 36px;
}.fxa-wc_img_zla img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.fxa-wc_info_zla {
  min-width: 0;
}.fxa-wc_game_zla {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #C4BEB4;
  font-size: 12px;
  font-weight: 600;
}.fxa-wc_player_zla {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #565360;
  font-size: 0.625rem;
}.fxa-wc_amount_zla {
  font-size: 13px;
  margin-left: auto;
  color: #25B872;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 700;
}.fxa-app_zla {
  background: #0D0F15;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.fxa-app_zla {
  padding: 2.75rem 1.5rem 0;
}
}.fxa-app_in_zla {
  margin: 0 auto;
  max-width: 83.75rem;
}.fxa-app_head_zla {
  margin-bottom: 1rem;
}.fxa-app_label_zla {
  font-size: 11px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #3D8EC2;
}.fxa-app_h2_zla {
  margin-bottom: 0.375rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F2EEE6;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 771px) {.fxa-app_h2_zla {
  font-size: 1.5rem;
}
}.fxa-app_sub_zla {
  max-width: 37.5rem;
  line-height: 1.6;
  color: #6A6670;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.fxa-app_sub_zla strong {
  color: #C4BEB4;
  font-weight: 700;
}.fxa-app_cards_zla {
  gap: 10px;
  display: grid;
  margin-top: 1rem;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.fxa-app_cards_zla {
  grid-template-columns: repeat(3,1fr);
}
}.fxa-app_card_zla {
  overflow: hidden;
  padding: 20px;
  border-radius: 0.563rem;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  align-items: flex-start;
}.fxa-app_card_ios_zla {
  background: linear-gradient(135deg,rgba(61,142,194,0.18) 0%,#161A24 100%);
}.fxa-app_card_android_zla {
  background: linear-gradient(135deg,rgba(37,184,114,0.16) 0%,#161A24 100%);
}.fxa-app_card_win_zla {
  background: linear-gradient(135deg,rgba(212,162,44,0.18) 0%,#161A24 100%);
}.fxa-app_card_ic_zla svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 2.125rem;
  height: 34px;
}.fxa-app_card_ic_zla {
  color: #F2EEE6;
  flex-shrink: 0;
}.fxa-app_card_os_zla {
  font-weight: 700;
  margin-bottom: 6px;
  color: #6A6670;
  letter-spacing: .08em;
  font-size: 0.625rem;
  text-transform: uppercase;
}.fxa-app_card_title_zla {
  margin-bottom: 0.375rem;
  font-weight: 700;
  font-size: 15px;
  color: #F2EEE6;
  line-height: 1.2;
  overflow-wrap: break-word;
}.fxa-app_card_text_zla {
  color: #6A6670;
  line-height: 1.5;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.fxa-app_card_btn_zla {
  transition: background .2s;
  border-radius: 0.313rem;
  padding: 0.625rem 1.125rem;
  background: rgba(255,255,255,0.12);
  gap: 7px;
  border: 1px solid rgba(212,162,44,0.45);
  font-weight: 700;
  font-size: 13px;
  align-items: center;
  color: #F2EEE6;
  display: inline-flex;
}.fxa-app_card_btn_zla:hover {
  background: rgba(255,255,255,0.07);
}.fxa-prov_zla {
  background: #0D0F15;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.fxa-prov_zla {
  padding: 2.75rem 1.5rem 0;
}
}.fxa-prov_in_zla {
  margin: 0 auto;
  max-width: 83.75rem;
}.fxa-prov_head_zla {
  margin-bottom: 16px;
}.fxa-prov_label_zla {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #3D8EC2;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
}.fxa-prov_h2_zla {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  color: #F2EEE6;
  font-size: 1.25rem;
}
@media(min-width: 765px) {.fxa-prov_h2_zla {
  font-size: 24px;
}
}.fxa-prov_seo_zla {
  color: #6A6670;
  max-width: 620px;
  line-height: 1.6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 1rem;
}.fxa-prov_seo_zla strong {
  font-weight: 700;
  color: #C4BEB4;
}.fxa-prov_seo_zla a {
  text-decoration: underline;
  color: #3D8EC2;
}.fxa-prov_grid_zla {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 643px) {.fxa-prov_grid_zla {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.fxa-prov_grid_zla {
  grid-template-columns: repeat(8,1fr);
}
}.fxa-prov_card_zla {
  background: #11141C;
  border-radius: 9px;
  padding: 0.875rem 0.625rem;
  gap: 0.438rem;
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s,background .2s;
  align-items: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}.fxa-prov_card_zla:hover {
  border-color: rgba(212,162,44,0.45);
  background: #161A24;
}.fxa-prov_logo_zla {
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  border-radius: 5px;
  width: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
}.fxa-prov_logo_zla img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.fxa-prov_name_zla {
  overflow-wrap: break-word;
  font-weight: 600;
  text-align: center;
  font-size: 0.688rem;
  color: #8E8880;
}.fxa-htp_zla {
  padding: 36px 1rem 0;
  background: #0D0F15;
}
@media(min-width:768px) {.fxa-htp_zla {
  padding: 2.75rem 1.5rem 0;
}
}.fxa-htp_in_zla {
  margin: 0 auto;
  max-width: 83.75rem;
}.fxa-htp_head_zla {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.fxa-htp_label_zla {
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #3D8EC2;
  text-transform: uppercase;
  font-size: 0.688rem;
}.fxa-htp_h2_zla {
  font-size: 1.375rem;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  color: #F2EEE6;
}
@media(min-width: 771px) {.fxa-htp_h2_zla {
  font-size: 1.75rem;
}
}.fxa-htp_intro_zla {
  color: #6A6670;
  line-height: 1.6;
  font-size: 14px;
}.fxa-htp_steps_zla {
  list-style: none;
  padding: 0;
  gap: 0.75rem;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width: 638px) {.fxa-htp_steps_zla {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.fxa-htp_steps_zla {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.fxa-htp_step_zla {
  background: #161A24;
  padding: 1.25rem 18px 18px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.563rem;
  flex-direction: column;
  position: relative;
  display: flex;
}.fxa-htp_step_num_zla {
  background: #3D8EC2;
  border-radius: 50%;
  width: 28px;
  display: flex;
  left: 1.25rem;
  justify-content: center;
  position: absolute;
  font-size: 0.813rem;
  font-family: 'Playfair Display', serif;
  top: -0.75rem;
  align-items: center;
  color: #0C0D14;
  height: 1.75rem;
  font-weight: 800;
}.fxa-htp_step_ic_zla {
  background: rgba(61,142,194,0.18);
  border-radius: 5px;
  margin: 8px 0 0.75rem;
  color: #3D8EC2;
  height: 2.25rem;
  width: 36px;
  align-items: center;
  display: flex;
  justify-content: center;
}.fxa-htp_step_ic_zla svg {
  width: 1.125rem;
  stroke-linejoin: round;
  height: 18px;
  stroke-linecap: round;
}.fxa-htp_step_h_zla {
  font-size: 14px;
  overflow-wrap: break-word;
  color: #F2EEE6;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 6px;
}.fxa-htp_step_p_zla {
  line-height: 1.55;
  color: #6A6670;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.fxa-htp_step_p_zla strong {
  color: #C4BEB4;
  font-weight: 600;
}.fxa-htp_cta_zla {
  transition: background .2s;
  border-radius: 9px;
  background: #25B872;
  padding: 13px 26px;
  font-weight: 700;
  font-size: 14px;
  margin-top: 20px;
  color: #0C0D14;
  display: inline-block;
}.fxa-htp_cta_zla:hover {
  background: #2ED485;
}.fxa-bon_zla {
  padding: 2.25rem 16px 0;
  background: #0D0F15;
}
@media(min-width: 771px) {.fxa-bon_zla {
  padding: 44px 24px 0;
}
}.fxa-bon_in_zla {
  margin: 0 auto;
  max-width: 83.75rem;
}.fxa-bon_head_zla {
  margin-bottom: 20px;
}.fxa-bon_label_zla {
  text-transform: uppercase;
  color: #3D8EC2;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.fxa-bon_h2_zla {
  overflow-wrap: break-word;
  color: #F2EEE6;
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  margin-bottom: 8px;
  font-weight: 800;
}
@media(min-width: 771px) {.fxa-bon_h2_zla {
  font-size: 24px;
}
}.fxa-bon_seo_zla {
  color: #6A6670;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  max-width: 620px;
  line-height: 1.6;
}.fxa-bon_seo_zla strong {
  font-weight: 700;
  color: #C4BEB4;
}.fxa-bon_seo_zla a {
  text-decoration: underline;
  color: #3D8EC2;
}.fxa-bon_grid_zla {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.fxa-bon_grid_zla {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.fxa-bon_grid_zla {
  grid-template-columns: repeat(5,1fr);
}
}.fxa-bon_card_zla {
  border: 1px solid rgba(255,255,255,0.10);
  padding: 1rem;
  border-radius: 0.563rem;
  transition: border-color .2s,transform .2s;
  background: #11141C;
}.fxa-bon_card_zla:hover {
  transform: translateY(-2px);
  border-color: rgba(61,142,194,0.07);
}.fxa-bon_card_ic_zla svg {
  height: 26px;
  width: 26px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.fxa-bon_card_ic_zla {
  margin-bottom: 10px;
}.fxa-bon_card_type_zla {
  letter-spacing: .06em;
  font-weight: 700;
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
  color: #6A6670;
  text-transform: uppercase;
}.fxa-bon_card_amount_zla {
  font-weight: 800;
  color: #D4A22C;
  line-height: 1.1;
  margin-bottom: 0.375rem;
  font-size: 18px;
}.fxa-bon_card_name_zla {
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #F2EEE6;
  font-weight: 600;
}.fxa-bon_card_detail_zla {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 0.5rem;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #565360;
  line-height: 1.5;
}.fxa-reg_zla {
  background: #0D0F15;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.fxa-reg_zla {
  padding: 44px 24px 0;
}
}.fxa-reg_in_zla {
  border-radius: 0.875rem;
  padding: 28px 1.5rem;
  background: #161A24;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.06);
  max-width: 83.75rem;
}
@media(min-width:768px) {.fxa-reg_in_zla {
  padding: 2.5rem;
}
}.fxa-reg_top_zla {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 857px) {.fxa-reg_top_zla {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.fxa-reg_label_zla {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #3D8EC2;
  margin-bottom: 0.625rem;
}.fxa-reg_h2_zla {
  font-weight: 800;
  margin-bottom: 12px;
  font-size: 22px;
  font-family: 'Playfair Display', serif;
  color: #F2EEE6;
  overflow-wrap: break-word;
  line-height: 1.2;
}
@media(min-width: 771px) {.fxa-reg_h2_zla {
  font-size: 1.75rem;
}
}.fxa-reg_bonus_zla {
  padding: 0.625rem 16px;
  gap: 0.5rem;
  background: rgba(212,162,44,0.18);
  border-radius: 0.563rem;
  border: 1px solid rgba(212,162,44,0.18);
  align-items: center;
  display: inline-flex;
  margin-bottom: 16px;
}.fxa-reg_bonus_amount_zla {
  font-size: 20px;
  font-weight: 800;
  color: #D4A22C;
}.fxa-reg_bonus_text_zla {
  color: #8E8880;
  line-height: 1.35;
  font-size: 13px;
}.fxa-reg_cta_btn_zla {
  border-radius: 0.563rem;
  transition: background .2s;
  background: #25B872;
  padding: 0.875rem 32px;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 0.375rem 18px rgba(37,184,114,0.38);
  color: #0C0D14;
}.fxa-reg_cta_btn_zla:hover {
  background: #2ED485;
}.fxa-reg_terms_zla {
  color: #565360;
  line-height: 1.5;
  font-size: 11px;
}.fxa-reg_seo_zla {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  padding-top: 20px;
  line-height: 1.65;
  margin-top: 20px;
  color: #6A6670;
  font-size: 13px;
}.fxa-reg_seo_zla p {
  line-height: 1.65;
  color: #6A6670;
  font-size: 13px;
  margin-bottom: 0.625rem;
}.fxa-reg_seo_zla p:last-child {
  margin-bottom: 0;
}.fxa-reg_seo_zla strong {
  font-weight: 700;
  color: #C4BEB4;
}.fxa-reg_seo_zla a {
  transition: color .2s;
  text-decoration: underline;
  color: #3D8EC2;
}.fxa-reg_seo_zla a:hover {
  color: #52A8DC;
}.fxa-reg_seo_zla ul,.fxa-reg_seo_zla ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.fxa-reg_seo_zla ol {
  list-style: decimal;
}.fxa-reg_seo_zla li {
  margin-bottom: 0.25rem;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #6A6670;
}.fxa-reg_seo_zla table {
  font-size: 13px;
  width: 100%;
  margin-bottom: 0.625rem;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
}
@media(min-width:768px) {.fxa-reg_seo_zla table {
  display: table;
}
}.fxa-reg_seo_zla th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  color: #C4BEB4;
  font-weight: 700;
}.fxa-reg_seo_zla td {
  padding: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #6A6670;
}.fxa-reg_steps_zla {
  gap: 14px;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}
@media(min-width: 863px) {.fxa-reg_steps_zla {
  margin-top: 0;
}
}.fxa-reg_step_zla {
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 9px;
  background: rgba(255,255,255,0.05);
  gap: 14px;
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.fxa-reg_step_num_zla {
  border: 1px solid rgba(61,142,194,0.07);
  border-radius: 50%;
  background: rgba(61,142,194,0.18);
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  align-items: center;
  color: #3D8EC2;
  height: 34px;
  width: 34px;
}.fxa-reg_step_title_zla {
  font-weight: 700;
  font-size: 14px;
  color: #F2EEE6;
  margin-bottom: 3px;
}.fxa-reg_step_text_zla {
  color: #6A6670;
  line-height: 1.5;
  font-size: 0.75rem;
}.fxa-reg_trust_zla {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.25rem;
}.fxa-reg_trust_item_zla {
  gap: 0.438rem;
  align-items: center;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  display: flex;
  color: #6A6670;
}.fxa-reg_trust_ic_zla svg {
  width: 16px;
  stroke-linecap: round;
  color: #3D8EC2;
  height: 16px;
  stroke-linejoin: round;
}.fxa-seo_zla {
  background: #0D0F15;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.fxa-seo_zla {
  padding: 44px 1.5rem 0;
}
}.fxa-seo_in_zla {
  padding: 28px 1.5rem;
  border: 1px solid rgba(255,255,255,0.10);
  margin: 0 auto;
  background: #161A24;
  border-radius: 14px;
  max-width: 1340px;
}
@media(min-width: 769px) {.fxa-seo_in_zla {
  padding: 36px 40px;
}
}.fxa-seo_label_zla {
  margin-bottom: 10px;
  color: #3D8EC2;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
}.fxa-seo_h2_zla {
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
  color: #F2EEE6;
  margin-bottom: 14px;
}
@media(min-width: 771px) {.fxa-seo_h2_zla {
  font-size: 1.5rem;
}
}.fxa-seo_body_zla {
  line-height: 1.75;
  color: #8E8880;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.fxa-seo_body_zla p {
  font-size: 14px;
  line-height: 1.75;
  color: #8E8880;
  margin-bottom: 0.75rem;
}.fxa-seo_body_zla p:last-child {
  margin-bottom: 0;
}.fxa-seo_body_zla strong {
  color: #C4BEB4;
  font-weight: 700;
}.fxa-seo_body_zla a {
  transition: color .2s;
  color: #3D8EC2;
  text-decoration: underline;
}.fxa-seo_body_zla a:hover {
  color: #52A8DC;
}.fxa-seo_body_zla ul,.fxa-seo_body_zla ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.fxa-seo_body_zla ol {
  list-style: decimal;
}.fxa-seo_body_zla li {
  color: #8E8880;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 14px;
}.fxa-seo_body_zla table {
  margin-bottom: 12px;
  display: block;
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width:768px) {.fxa-seo_body_zla table {
  display: table;
}
}.fxa-seo_body_zla th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  color: #C4BEB4;
  font-weight: 700;
}.fxa-seo_body_zla td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #8E8880;
}.fxa-seo_cols_zla {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.fxa-seo_cols_zla {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.fxa-seo_cols_zla {
  grid-template-columns: repeat(3,1fr);
}
}.fxa-seo_col_h_zla {
  margin-bottom: 7px;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #C4BEB4;
}.fxa-seo_col_p_zla {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #6A6670;
  overflow-wrap: break-word;
}.fxa-seo_stats_zla {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.fxa-seo_stat_zla {
  border-radius: 9px;
  flex: 1;
  background: rgba(61,142,194,0.07);
  border: 1px solid rgba(61,142,194,0.18);
  padding: 14px 16px;
  min-width: 8.75rem;
}.fxa-seo_stat_val_zla {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #3D8EC2;
}.fxa-seo_stat_lb_zla {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #6A6670;
}.fxa-faq_zla {
  background: #0D0F15;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.fxa-faq_zla {
  padding: 2.75rem 24px 0;
}
}.fxa-faq_in_zla {
  margin: 0 auto;
  max-width: 1340px;
}.fxa-faq_head_zla {
  margin-bottom: 1.25rem;
}.fxa-faq_label_zla {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #3D8EC2;
  margin-bottom: 0.5rem;
}.fxa-faq_h2_zla {
  font-size: 20px;
  font-weight: 800;
  color: #F2EEE6;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 769px) {.fxa-faq_h2_zla {
  font-size: 24px;
}
}.fxa-faq_list_zla {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.fxa-faq_item_zla {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 9px;
  overflow: hidden;
  background: #161A24;
}.fxa-faq_q_zla {
  transition: color .2s;
  gap: 12px;
  padding: 16px 20px;
  justify-content: space-between;
  font-weight: 600;
  cursor: pointer;
  color: #C4BEB4;
  flex-wrap: wrap;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
  font-size: 14px;
}.fxa-faq_q_zla:hover {
  color: #F2EEE6;
}.fxa-faq_q_ic_zla {
  transition: transform .25s;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  color: #3D8EC2;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  font-size: 1rem;
  display: flex;
  height: 1.5rem;
  width: 24px;
}.fxa-faq_item_zla.fxa-state_open_zla .fxa-faq_q_ic_zla {
  transform: rotate(45deg);
}.fxa-faq_a_zla {
  padding: 0 1.25rem 16px;
  font-size: 13px;
  display: none;
  color: #6A6670;
  line-height: 1.7;
  overflow-wrap: break-word;
}.fxa-faq_item_zla.fxa-state_open_zla .fxa-faq_a_zla {
  display: block;
}.fxa-faq_a_zla strong {
  color: #C4BEB4;
  font-weight: 700;
}.fxa-faq_a_zla a {
  color: #3D8EC2;
  text-decoration: underline;
}.fxa-faq_a_zla ul,.fxa-faq_a_zla ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 1.25rem;
}.fxa-faq_a_zla ol {
  list-style: decimal;
}.fxa-faq_a_zla li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.fxa-faq_a_zla table {
  margin: 8px 0;
  overflow-x: auto;
  font-size: 0.75rem;
  border-collapse: collapse;
  width: 100%;
  display: block;
}
@media(min-width:768px) {.fxa-faq_a_zla table {
  display: table;
}
}.fxa-faq_a_zla th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #C4BEB4;
}.fxa-faq_a_zla td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #6A6670;
}.fxa-seo_zla {
  background: #0D0F15;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.fxa-seo_zla {
  padding: 2.75rem 1.5rem 0;
}
}.fxa-seo_in_zla {
  border: 1px solid rgba(255,255,255,0.10);
  margin: 0 auto;
  background: #161A24;
  border-radius: 0.875rem;
  padding: 1.75rem 1.5rem;
  max-width: 83.75rem;
}
@media(min-width: 771px) {.fxa-seo_in_zla {
  padding: 2.25rem 2.5rem;
}
}.fxa-seo_label_zla {
  text-transform: uppercase;
  color: #3D8EC2;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 10px;
}.fxa-seo_h2_zla {
  line-height: 1.25;
  color: #F2EEE6;
  margin-bottom: 14px;
  font-size: 1.25rem;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.fxa-seo_h2_zla {
  font-size: 24px;
}
}.fxa-seo_body_zla {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #8E8880;
  line-height: 1.75;
}.fxa-seo_body_zla p {
  color: #8E8880;
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 0.875rem;
}.fxa-seo_body_zla p:last-child {
  margin-bottom: 0;
}.fxa-seo_body_zla strong {
  font-weight: 700;
  color: #C4BEB4;
}.fxa-seo_body_zla a {
  transition: color .2s;
  color: #3D8EC2;
  text-decoration: underline;
}.fxa-seo_body_zla a:hover {
  color: #52A8DC;
}.fxa-seo_body_zla ul,.fxa-seo_body_zla ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.fxa-seo_body_zla ol {
  list-style: decimal;
}.fxa-seo_body_zla li {
  font-size: 0.875rem;
  color: #8E8880;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.fxa-seo_body_zla table {
  overflow-x: auto;
  font-size: 13px;
  display: block;
  border-collapse: collapse;
  margin-bottom: 12px;
  width: 100%;
}
@media(min-width: 766px) {.fxa-seo_body_zla table {
  display: table;
}
}.fxa-seo_body_zla th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #C4BEB4;
}.fxa-seo_body_zla td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #8E8880;
}.fxa-seo_cols_zla {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.fxa-seo_cols_zla {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.fxa-seo_cols_zla {
  grid-template-columns: repeat(3,1fr);
}
}.fxa-seo_col_h_zla {
  overflow-wrap: break-word;
  color: #C4BEB4;
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 0.813rem;
}.fxa-seo_col_p_zla {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #6A6670;
  overflow-wrap: break-word;
}.fxa-seo_stats_zla {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.fxa-seo_stat_zla {
  border-radius: 9px;
  border: 1px solid rgba(61,142,194,0.18);
  background: rgba(61,142,194,0.07);
  padding: 14px 16px;
  flex: 1;
  min-width: 8.75rem;
}.fxa-seo_stat_val_zla {
  color: #3D8EC2;
  margin-bottom: 0.25rem;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}.fxa-seo_stat_lb_zla {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #6A6670;
}.fxa-seo_zla {
  background: #0D0F15;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.fxa-seo_zla {
  padding: 44px 24px 0;
}
}.fxa-seo_in_zla {
  padding: 1.75rem 24px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.875rem;
  margin: 0 auto;
  background: #161A24;
  max-width: 83.75rem;
}
@media(min-width: 770px) {.fxa-seo_in_zla {
  padding: 2.25rem 2.5rem;
}
}.fxa-seo_label_zla {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 10px;
  color: #3D8EC2;
}.fxa-seo_h2_zla {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 0.875rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F2EEE6;
}
@media(min-width: 769px) {.fxa-seo_h2_zla {
  font-size: 24px;
}
}.fxa-seo_body_zla {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #8E8880;
  font-size: 14px;
}.fxa-seo_body_zla p {
  margin-bottom: 12px;
  line-height: 1.75;
  color: #8E8880;
  font-size: 0.875rem;
}.fxa-seo_body_zla p:last-child {
  margin-bottom: 0;
}.fxa-seo_body_zla strong {
  color: #C4BEB4;
  font-weight: 700;
}.fxa-seo_body_zla a {
  transition: color .2s;
  color: #3D8EC2;
  text-decoration: underline;
}.fxa-seo_body_zla a:hover {
  color: #52A8DC;
}.fxa-seo_body_zla ul,.fxa-seo_body_zla ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.fxa-seo_body_zla ol {
  list-style: decimal;
}.fxa-seo_body_zla li {
  color: #8E8880;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.fxa-seo_body_zla table {
  border-collapse: collapse;
  width: 100%;
  display: block;
  font-size: 0.813rem;
  margin-bottom: 12px;
  overflow-x: auto;
}
@media(min-width: 767px) {.fxa-seo_body_zla table {
  display: table;
}
}.fxa-seo_body_zla th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #C4BEB4;
  text-align: left;
}.fxa-seo_body_zla td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 12px;
  color: #8E8880;
}.fxa-seo_cols_zla {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 642px) {.fxa-seo_cols_zla {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.fxa-seo_cols_zla {
  grid-template-columns: repeat(3,1fr);
}
}.fxa-seo_col_h_zla {
  font-weight: 700;
  margin-bottom: 0.438rem;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #C4BEB4;
}.fxa-seo_col_p_zla {
  color: #6A6670;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.fxa-seo_stats_zla {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.fxa-seo_stat_zla {
  border: 1px solid rgba(61,142,194,0.18);
  border-radius: 9px;
  flex: 1;
  padding: 14px 16px;
  background: rgba(61,142,194,0.07);
  min-width: 140px;
}.fxa-seo_stat_val_zla {
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  color: #3D8EC2;
}.fxa-seo_stat_lb_zla {
  color: #6A6670;
  overflow-wrap: break-word;
  font-size: 11px;
}.fxa-pmt_zla {
  padding: 2.25rem 1rem 0;
  background: #0D0F15;
}
@media(min-width: 769px) {.fxa-pmt_zla {
  padding: 2.75rem 24px 0;
}
}.fxa-pmt_in_zla {
  margin: 0 auto;
  max-width: 1340px;
}.fxa-pmt_head_zla {
  margin-bottom: 22px;
  max-width: 45rem;
}.fxa-pmt_label_zla {
  text-transform: uppercase;
  color: #3D8EC2;
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.fxa-pmt_h2_zla {
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #F2EEE6;
}
@media(min-width: 765px) {.fxa-pmt_h2_zla {
  font-size: 1.75rem;
}
}.fxa-pmt_intro_zla {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #6A6670;
}.fxa-pmt_groups_zla {
  gap: 1.25rem;
  flex-direction: column;
  display: flex;
}.fxa-pmt_group_zla {
  border: 1px solid rgba(255,255,255,0.10);
  padding: 1.25rem;
  border-radius: 9px;
  background: #161A24;
}.fxa-pmt_group_head_zla {
  gap: 12px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.fxa-pmt_group_ic_zla {
  border-radius: 5px;
  background: rgba(61,142,194,0.18);
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: #3D8EC2;
  justify-content: center;
  display: flex;
  align-items: center;
}.fxa-pmt_group_ic_zla svg {
  stroke-linejoin: round;
  width: 18px;
  height: 18px;
  stroke-linecap: round;
}.fxa-pmt_group_h_zla {
  margin: 0;
  overflow-wrap: break-word;
  color: #F2EEE6;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
}.fxa-pmt_group_p_zla {
  line-height: 1.6;
  color: #6A6670;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.fxa-pmt_group_p_zla strong {
  color: #C4BEB4;
  font-weight: 600;
}.fxa-pmt_table_wrap_zla {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.fxa-pmt_table_zla {
  border-collapse: collapse;
  min-width: 33.75rem;
  width: 100%;
  font-size: 13px;
}.fxa-pmt_table_zla th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  letter-spacing: .04em;
  font-size: 0.688rem;
  font-weight: 700;
  color: #C4BEB4;
  white-space: nowrap;
  text-align: left;
  text-transform: uppercase;
}.fxa-pmt_table_zla td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 12px;
  color: #6A6670;
}.fxa-pmt_table_zla tbody tr:last-child td {
  border-bottom: none;
}.fxa-pmt_table_zla tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #C4BEB4;
}.fxa-ft_zla {
  background: #09090D;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 48px;
}.fxa-ft_support_zla {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 1.5rem 1rem;
}
@media(min-width:768px) {.fxa-ft_support_zla {
  padding: 1.75rem 24px;
}
}.fxa-ft_support_in_zla {
  margin: 0 auto;
  gap: 16px;
  max-width: 83.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.fxa-ft_support_main_zla {
  gap: 1rem;
  flex: 1;
  align-items: center;
  min-width: 13.75rem;
  display: flex;
  flex-wrap: wrap;
}.fxa-ft_support_ic_zla {
  flex-shrink: 0;
  color: #3D8EC2;
}.fxa-ft_support_ic_zla svg {
  stroke-linecap: round;
  height: 30px;
  stroke-linejoin: round;
  width: 30px;
}.fxa-ft_support_text_title_zla {
  overflow-wrap: break-word;
  font-size: 0.938rem;
  color: #F2EEE6;
  font-weight: 700;
  margin-bottom: 3px;
}.fxa-ft_support_text_sub_zla {
  font-size: 0.75rem;
  color: #6A6670;
  overflow-wrap: break-word;
}.fxa-ft_support_btn_zla {
  padding: 11px 22px;
  transition: background .2s;
  border-radius: 9px;
  background: #3D8EC2;
  color: #F2EEE6;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 0.813rem;
  white-space: nowrap;
}.fxa-ft_support_btn_zla:hover {
  background: #52A8DC;
}.fxa-ft_support_contacts_zla {
  gap: 1rem;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.fxa-ft_support_contact_zla {
  line-height: 1.4;
  color: #565360;
  font-size: 12px;
}.fxa-ft_support_contact_zla strong {
  color: #8E8880;
  font-weight: 600;
  display: block;
  font-size: 0.688rem;
  margin-bottom: 2px;
}.fxa-ft_main_zla {
  padding: 32px 16px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 770px) {.fxa-ft_main_zla {
  padding: 40px 1.5rem 2rem;
}
}.fxa-ft_main_in_zla {
  margin: 0 auto;
  gap: 24px;
  max-width: 1340px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 643px) {.fxa-ft_main_in_zla {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.fxa-ft_main_in_zla {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.fxa-ft_col_logo_zla {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.fxa-ft_col_logo_zla {
  grid-column: auto;
}
}.fxa-ft_logo_zla {
  gap: 0.563rem;
  flex-wrap: wrap;
  color: #F2EEE6;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  margin-bottom: 12px;
  font-weight: 800;
  font-size: 1rem;
}.fxa-ft_logo_mark_zla {
  border-radius: 5px;
  overflow: hidden;
  height: 1.875rem;
  width: 30px;
}.fxa-ft_logo_mark_zla img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.fxa-ft_logo_sub_zla {
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  max-width: 12.5rem;
  color: #565360;
}.fxa-ft_col_title_zla {
  letter-spacing: .07em;
  margin-bottom: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #8E8880;
  font-size: 0.75rem;
}.fxa-ft_col_links_zla {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.fxa-ft_col_link_zla {
  transition: color .2s;
  font-size: 0.813rem;
  color: #565360;
  overflow-wrap: break-word;
}.fxa-ft_col_link_zla:hover {
  color: #C4BEB4;
}.fxa-ft_apps_zla {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.fxa-ft_app_card_zla {
  gap: 0.625rem;
  background: rgba(255,255,255,0.05);
  padding: 0.625rem 12px;
  transition: border-color .2s;
  border-radius: 0.313rem;
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  align-items: center;
}.fxa-ft_app_card_zla:hover {
  border-color: rgba(212,162,44,0.45);
}.fxa-ft_app_card_ic_zla svg {
  stroke-linejoin: round;
  width: 22px;
  stroke-linecap: round;
  height: 22px;
}.fxa-ft_app_card_os_zla {
  font-weight: 600;
  font-size: 10px;
  color: #565360;
}.fxa-ft_app_card_action_zla {
  font-weight: 700;
  font-size: 12px;
  color: #C4BEB4;
}.fxa-ft_bot_zla {
  padding: 20px 16px;
}
@media(min-width: 771px) {.fxa-ft_bot_zla {
  padding: 20px 1.5rem;
}
}.fxa-ft_bot_in_zla {
  gap: 1rem;
  margin: 0 auto;
  max-width: 1340px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.fxa-ft_socials_zla {
  gap: 0.5rem;
  display: flex;
}.fxa-ft_soc_zla {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 5px;
  transition: background .2s;
  background: rgba(255,255,255,0.05);
  width: 36px;
  height: 36px;
  color: #8E8880;
  display: flex;
  justify-content: center;
  align-items: center;
}.fxa-ft_soc_zla svg {
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
  height: 1rem;
}.fxa-ft_soc_zla:hover {
  background: rgba(255,255,255,0.07);
}.fxa-ft_legal_zla {
  flex: 1;
  line-height: 1.6;
  color: #7C7A88;
  font-size: 11px;
  overflow-wrap: break-word;
  min-width: 12.5rem;
}.fxa-ft_legal_zla strong {
  font-weight: 700;
  color: #8E8880;
}.fxa-ft_legal_zla a {
  color: #8E8880;
  text-decoration: underline;
}.fxa-ft_age_zla {
  border-radius: 50%;
  border: 2px solid #7C7A88;
  color: #7C7A88;
  height: 32px;
  align-items: center;
  width: 2rem;
  margin-left: auto;
  flex-shrink: 0;
  justify-content: center;
  font-size: 0.688rem;
  display: flex;
  font-weight: 800;
}