/* COOKIES */

.cookies-notice {
	font-family: 'Gotham Greek XLight';
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 10;
	transition-duration: 0.4s;
	transform: translateY(100%);
}

.cookies-notice.visible {
	transform: translateY(0%)
}

.cookies-notice--container {
	max-width: 1400px;
	margin: 0 auto;
	color: inherit;
}

.cookies-notice--container * {
	color: inherit;
}

.cookies-notice button {
	margin-left: auto;
	display: inherit;
	font-family: inherit;
	font-weight: 900;
	cursor: pointer;
	border: 1px solid #fff;
}