html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"DM Sans", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --surface-main: #f4f5f7;
  --paint-primary: #1a1c20;
  --speed-hover: cubic-bezier(0.22,1,0.36,1);
}

a{color:inherit;}
.cookies{position:fixed;inset:0 0 auto 0;z-index:1200;}
.cookies .featured-brand{max-width:1460px;margin:0 auto;padding:10px 1.71rem;background:#e6e8ec;border:1px solid #d3d6dc;border-radius:0 0 1rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1.61rem;flex-wrap:wrap;color:#2b2e34;}
.cookies .featured-brand p{margin:6px 0 0 6px;}
.cookies .service-list{display:flex;gap:8px;flex-wrap:wrap;}
.cookies .service-list a{text-decoration:none;border:1px solid #d3d6dc;border-radius:999px;background:#ffffff;color:#1a1c20;padding:6px 10px;}
.cookies .service-list a.cookie-accept{background:#f2b705;border-color:#f2b705;color:#1a1c20;}
