html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Merriweather", sans-serif;}
.cookies{position:fixed;left:1.51rem;right:1.51rem;bottom:1.5rem;z-index:1200}
:root {
  --tone-inverse: #c9d0ca;
  --line-primary: #eef1ee;
  --ink-cool: #3a433c;
  --paint-dark: #1f7a3d;
  --motion-base: cubic-bezier(0.4,0,0.2,1);
  --surface-secondary: #222823;
  --paint-inverse: #232a25;
}

.cookies .secondary-brand{max-width:840px;margin:0 auto;display:flex;flex-wrap:wrap;gap:0.67rem;align-items:center;padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 24%,transparent);border-radius:0.5rem;background:linear-gradient(135deg, #1a1f1c 0%, #223026 55%, #1f3a28 100%);color:#eef1ee;box-shadow:0 6px 22px rgba(0,0,0,0.12)}
.cookies .secondary-brand>*{min-width:0;flex:1 1 12rem}
.cookies strong{display:block;font-size:calc(16px * 1.35);line-height:1.12}
.cookies p{margin:calc(1.5rem * .75) 0 0;line-height:1.86}
.cookies .public-details{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:calc(1.5rem * .75)}
.cookies .public-details>*{min-width:0;flex:1 1 10rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 28%,transparent);border-radius:0.24rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.cookies button.cookie-accept{background:var(--paint-dark);color:#f4f7f4;border-color:var(--paint-dark)}
@media(max-width:760px){.cookies .secondary-brand{display:block}.cookies .public-details{justify-content:flex-start;margin-top:1.5rem}}
