.gpcc-footer-minimal{
  --gpcc-sans:var(--e-global-typography-text-font-family,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif);
  position:relative;
  z-index:5;
  width:100%;
  margin:0;
  background:var(--gpcc-footer-bg);
  color:var(--gpcc-footer-text);
  font-family:var(--gpcc-sans);
}
.gpcc-footer-minimal *{box-sizing:border-box}
.gpcc-footer-minimal a{color:inherit;text-decoration:none}
.gpcc-footer-shell{width:min(1180px,calc(100% - 64px));margin:0 auto;padding:0 0 54px}
.gpcc-footer-rule{height:1px;background:var(--gpcc-footer-border);margin:0 0 54px}
.gpcc-footer-row{display:flex;align-items:flex-end;justify-content:space-between;gap:50px}
.gpcc-footer-has-logo .gpcc-footer-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:42px}
.gpcc-footer-logo{display:flex;align-items:center;justify-content:flex-start;min-width:var(--gpcc-footer-logo-width)}
.gpcc-footer-logo a{display:inline-flex;align-items:center;justify-content:center}
.gpcc-footer-logo-image{display:block;width:var(--gpcc-footer-logo-width);max-width:100%;height:auto;max-height:110px;object-fit:contain}
.gpcc-footer-legal{min-width:0;display:flex;flex-direction:column;gap:19px;font-size:15px;line-height:1.55;letter-spacing:.015em}
.gpcc-footer-copyright,.gpcc-footer-links{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.gpcc-footer-links a,.gpcc-footer-member{transition:color .18s ease}
.gpcc-footer-links a:hover,.gpcc-footer-links a:focus,.gpcc-footer-member:hover,.gpcc-footer-member:focus{color:var(--gpcc-footer-hover)}
.gpcc-footer-dot{opacity:.86}
.gpcc-footer-access{display:flex;align-items:center;gap:27px;flex-shrink:0}
.gpcc-footer-member{font-size:13px;font-weight:500;letter-spacing:.2em;white-space:nowrap}
.gpcc-footer-separator{width:1px;height:40px;background:var(--gpcc-footer-border)}
.gpcc-footer-socials{display:flex;align-items:center;gap:14px}
.gpcc-footer-social{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border:1px solid var(--gpcc-footer-border);border-radius:50%;color:var(--gpcc-footer-hover)!important;transition:border-color .18s ease,color .18s ease,background .18s ease,transform .18s ease}
.gpcc-footer-social svg{width:18px;height:18px;display:block;fill:currentColor}
.gpcc-footer-social:hover,.gpcc-footer-social:focus{border-color:var(--gpcc-footer-accent);color:#fff!important;background:rgba(123,36,43,.11);transform:translateY(-1px)}
@media(max-width:980px){
  .gpcc-footer-has-logo .gpcc-footer-row{grid-template-columns:auto minmax(0,1fr);align-items:center}
  .gpcc-footer-has-logo .gpcc-footer-access{grid-column:2;justify-self:start}
}
@media(max-width:820px){
  .gpcc-footer-shell{width:min(100% - 46px,1180px);padding-bottom:46px}
  .gpcc-footer-rule{margin-bottom:46px}
  .gpcc-footer-row,.gpcc-footer-has-logo .gpcc-footer-row{display:flex;align-items:flex-start;flex-direction:column;gap:34px}
  .gpcc-footer-logo{min-width:0}
  .gpcc-footer-logo-image{max-height:95px}
  .gpcc-footer-legal{gap:17px;font-size:15px}
}
@media(max-width:520px){
  .gpcc-footer-shell{width:min(100% - 38px,1180px);padding-bottom:38px}
  .gpcc-footer-rule{margin-bottom:36px}
  .gpcc-footer-row,.gpcc-footer-has-logo .gpcc-footer-row{gap:32px}
  .gpcc-footer-copyright{display:block;line-height:1.55}
  .gpcc-footer-copyright .gpcc-footer-dot{margin-left:8px}
  .gpcc-footer-links{gap:12px;font-size:14px}
  .gpcc-footer-access{gap:20px;flex-wrap:wrap}
  .gpcc-footer-member{font-size:12px;letter-spacing:.18em}
  .gpcc-footer-separator{height:36px}
  .gpcc-footer-socials{gap:10px}
  .gpcc-footer-social{width:44px;height:44px}
}
@media(max-width:390px){
  .gpcc-footer-access{gap:16px}
  .gpcc-footer-separator{display:none}
  .gpcc-footer-member{width:100%;margin-bottom:2px}
}
@media(prefers-reduced-motion:reduce){
  .gpcc-footer-minimal *{transition:none!important}
}
