a#scroll-to-top{
	position: fixed;
	right: 8px;
	bottom: 8px;
	z-index:9999;
	background:rgba(0,0,0,0.8);
	color:#FFF;
	width:48px;
	height:48px;
	text-align: center;
	line-height:40px;
	font-size:3em;
	border-radius:6px;
	transform: rotate(90deg)
}
a#scroll-to-top:hover{
	text-decoration:none;
}


#cookie-message{
    font-family: sans-serif;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    max-width: 700px;
    isolation: isolate;
    z-index: 999;
}

#cookie-message.inner{
	max-height: 80vh;
	overflow-y: auto;
}
#cookie-message.title{
	display: block;
	font-weight: 700;
}
#cookie-message:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	transform: translate(-50%, -50%);
	background: rgba(0,0,0,0.8);
	z-index: -1;
}
#cookie-message.btn{
	font-family: sans-serif;
	font-size: .85rem;
	letter-spacing: unset;
	text-transform: unset;
	font-weight: 600;
	line-height: 1rem;
}

#cookieModal{
    font-family: sans-serif;
    font-size: 0.9rem;
}
#cookieModalh1{
	font-family: sans-serif;
	font-size: 1.3rem;
}
#cookieModal.btn{
	font-family: sans-serif;
	font-size: .85rem;
	letter-spacing: unset;
	text-transform: unset;
	font-weight: 600;
	line-height: 1rem;
}
.cursor-pointer{
	cursor: pointer;
}