@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap");

.mxr_footer_chrome, .mxr_footer_chrome *, .mxr_footer_chrome *::before, .mxr_footer_chrome *::after{box-sizing:border-box}

.mxr_footer_chrome{
  --mxr-mag:#de097f;
  --mxr-aqua:#14e0c0;
  --mxr-dark-muted:#b3a7c4;
  --mxr-font:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --mxr-mono:"JetBrains Mono",ui-monospace,"SF Mono",Menlo,monospace;
  width:100%;max-width:100%;margin:0;padding:0;display:block;position:relative;
  font-family:var(--mxr-font);overflow:hidden;isolation:isolate
}
.mxr_footer_chrome a{color:inherit;text-decoration:none}
.mxr_footer_chrome img, .mxr_footer_chrome svg{max-width:100%;display:block}
.mxr_footer_chrome .mxr_ftr{
  width:100%;max-width:100%;margin:0;position:relative;
  background:radial-gradient(900px 520px at 10% 0%,rgba(222,9,127,.16),transparent 62%),
             radial-gradient(760px 460px at 92% 20%,rgba(20,224,192,.11),transparent 60%),
             linear-gradient(160deg,#10081b 0%,#0c0616 58%,#08040f 100%);
  color:var(--mxr-dark-muted);padding:84px clamp(18px,3vw,48px) 36px;overflow:hidden;border-top:1px solid rgba(255,255,255,.07)
}
.mxr_footer_chrome .mxr_ftr-glow{position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--mxr-mag) 30%,var(--mxr-aqua) 70%,transparent);opacity:.75}
.mxr_footer_chrome .mxr_ftr-inner{width:100%;max-width:1380px;margin:0 auto;position:relative;z-index:2}
.mxr_footer_chrome .mxr_ftr-grid{display:grid;grid-template-columns:minmax(280px,1.45fr) repeat(3,minmax(160px,1fr));gap:clamp(34px,4vw,58px);align-items:start}
.mxr_footer_chrome .mxr_ftr-brand .lg{height:52px;width:auto;margin-bottom:20px}
.mxr_footer_chrome .mxr_ftr-brand p{font-size:14px;line-height:1.75;max-width:360px;margin:0;color:var(--mxr-dark-muted)}
.mxr_footer_chrome .mxr_ftr-soc{display:flex;gap:10px;margin-top:24px}
.mxr_footer_chrome .mxr_ftr-soc a{width:40px;height:40px;border-radius:12px;border:1px solid rgba(255,255,255,.12);display:grid;place-items:center;transition:transform .22s ease,border-color .22s ease,background .22s ease}
.mxr_footer_chrome .mxr_ftr-soc svg{width:16px;height:16px;fill:var(--mxr-dark-muted);transition:fill .22s ease}
.mxr_footer_chrome .mxr_ftr-soc a:hover{border-color:var(--mxr-mag);background:rgba(222,9,127,.12);transform:translateY(-3px)}
.mxr_footer_chrome .mxr_ftr-soc a:hover svg{fill:#fff}
.mxr_footer_chrome .mxr_ftr-maj{display:flex;align-items:center;gap:12px;margin-top:28px;flex-wrap:wrap}
.mxr_footer_chrome .mxr_ftr-maj img{height:26px;width:auto;opacity:.8}
.mxr_footer_chrome .mxr_ftr-maj span{font-size:12px;color:#7d6d94}
.mxr_footer_chrome .mxr_ftr-col .t{font-family:var(--mxr-mono);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#fff;margin:0 0 18px}
.mxr_footer_chrome .mxr_ftr-col a{display:block;width:max-content;max-width:100%;font-size:13.5px;line-height:1.45;color:var(--mxr-dark-muted);padding:5.5px 0;transition:color .18s ease,transform .18s ease}
.mxr_footer_chrome .mxr_ftr-col a:hover{color:var(--mxr-aqua);transform:translateX(4px)}
.mxr_footer_chrome .mxr_ftr-col .mxr_ftr-subtitle{margin-top:26px}
.mxr_footer_chrome .mxr_ftr-legal{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;margin-top:64px;padding-top:26px;border-top:1px solid rgba(255,255,255,.08)}
.mxr_footer_chrome .mxr_ftr-legal .lnk{display:flex;gap:20px;flex-wrap:wrap}
.mxr_footer_chrome .mxr_ftr-legal a{font-size:12.5px;color:#8b7ba2;transition:color .18s ease}
.mxr_footer_chrome .mxr_ftr-legal a:hover{color:#fff}
.mxr_footer_chrome .mxr_ftr-legal p{font-size:12.5px;line-height:1.5;color:#7d6d94;margin:0}
@media(max-width:1100px){
  .mxr_footer_chrome .mxr_ftr-grid{grid-template-columns:1.2fr 1fr 1fr}
  .mxr_footer_chrome .mxr_ftr-brand{grid-column:1/-1}
  .mxr_footer_chrome .mxr_ftr-brand p{max-width:620px}
}
@media(max-width:760px){
  .mxr_footer_chrome .mxr_ftr-grid{grid-template-columns:1fr 1fr;gap:36px 26px}
  .mxr_footer_chrome .mxr_ftr-brand{grid-column:1/-1}
  .mxr_footer_chrome .mxr_ftr-legal{align-items:flex-start;flex-direction:column}
  .mxr_footer_chrome .mxr_ftr-legal .lnk{gap:14px 20px}
}
@media(max-width:520px){
  .mxr_footer_chrome .mxr_ftr-grid{grid-template-columns:1fr;gap:34px}
  .mxr_footer_chrome .mxr_ftr-brand .lg{height:46px}
  .mxr_footer_chrome .mxr_ftr-col a{width:100%}
  .mxr_footer_chrome .mxr_ftr-legal .lnk{flex-direction:column;gap:10px}
}
