.notification{background:var(--palette-gray-ext);color:var(--palette-text-white);position:fixed;left:0;top:0;right:0;z-index:95;height:2.5rem;overflow:hidden}.notification__content{display:flex;flex-direction:row;align-items:center;justify-content:center;height:2.5rem;font-size:.875rem;line-height:1.2;margin-left:auto;margin-right:auto;padding-left:.625rem;padding-right:.625rem}@media (min-width: 1250px){.notification__content{width:75rem}}.notification__description{flex:1;margin:0}.notification__link{color:#fff;text-decoration:underline;cursor:pointer}.notification--light{background:var(--palette-primary)}.notification--dark{background:var(--palette-secondary)}.notification .icon{cursor:pointer}body.has-notification header,body.has-notification main{transition:all .3s ease-in-out}body.has-notification header{top:2.5rem}body.has-notification main{padding-top:7rem}body.has-notification #menu{top:7rem}
