:root {
  --delay-hover: cubic-bezier(0.16,1,0.3,1);
}

body{margin:0;padding:0;font-family:"Playfair Display", sans-serif;}
*{box-sizing:border-box;}
.cookies{position:fixed;right:1.34rem;top:1.5rem;z-index:1200}
.cookies .service-surface{width:min(28rem,calc(100vw - 1.34rem*2));padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 24%,transparent);border-radius:0.56rem;background:#F1ECDF;color:#1B2A2D;box-shadow:0 8px 20px rgba(0,0,0,0.07)}
.cookies .site-contact{display:flex;justify-content:space-between;gap:1.5rem;align-items:center}
.cookies strong{font-size:calc(15.4px * 1.35);line-height:1.12}
.cookies .site-contact button{border:0;background:transparent;color:#0F5C6B;font:inherit;cursor:pointer}
.cookies p{margin:1.5rem 0 0;line-height:1.8}
.cookies .bottom-actions{display:flex;gap:calc(1.5rem * .75);margin-top:1.5rem}
.cookies .bottom-actions button{flex:1;border:1px solid #E2DCCD;border-radius:0.2rem;background:#FFFFFF;color:#1B2A2D;font:inherit;padding:calc(1.5rem * .75);cursor:pointer}
.cookies .bottom-actions button.cookie-accept{background:#0F5C6B;color:#FBF8F1;border-color:#0F5C6B}
