@charset "UTF-8";

body.disablescroll {
	overflow: hidden;
}
.cookiepopup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,.50);
	-webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
	z-index: 9999999999;
}
.cookiepopupcontent {
	flex: none;
	width: 800px;
	max-height: 90vh;
	max-width: 90vw;
	display: flex;
	flex-direction: column;
	background-color: rgba(255,255,255,1.00);
	border-radius: 10px;
	box-shadow: 0 0 80px rgba(0,0,0,.1);
}
.cookiepopupcontent > * {
	flex: none;
}
.cookiepopupcontent > .cookiepopupheader {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cookiepopupcontent > .cookiepopupheader img {
	height: auto;
    width: 150px;
	max-width: 40%;
    object-fit: scale-down;
    object-position: 0 50%;
}
.cookiepopupcontent > .cookietabsheader {
	display: flex;
	border: solid 1px rgba(227,227,227,1.00);
	border-right: none;
	border-left: none;
}
.cookiepopupcontent > .cookietabsheader > div {
	flex: auto;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	cursor: pointer;
	position: relative;
    font-size: 15px;
    user-select: none;
}
.cookiepopupcontent > .cookietabsheader > div.active {
    color: #1032CF;
}
.cookiepopupcontent > .cookietabsheader > div.active:after {
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
	height: 2px;
	position: absolute;
	background-color: #1032CF;
}
/*
.cookiepopupcontent > .cookietabsheader > :not(:last-child) {
	border-right: solid 1px rgba(227,227,227,1.00);
}
*/
.cookiepopupcontent > .cookietabsbody {
	flex: auto;
	-webkit-overflow-scrolling:touch;
	overflow-x:hidden;
	overflow-y:auto;
}
.cookiepopupcontent > .cookietabsbody > div {
	display: none;
}
.cookiepopupcontent > .cookietabsbody > div > section {
	padding: 25px 20px;
}
.cookiepopupcontent > .cookietabsbody > div.active {
	display: block;
}
.cookiepopupcontent > .cookietabsbody > div .cookieinfotitle,
.cookiepopupcontent > .cookietabsbody h3 {
	margin: 0 0 10px;
    font-weight: bold;
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	flex-wrap: wrap;
    color: #222;
    font-size: 15px;
    padding: 0;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}
.cookiepopupcontent > .cookietabsbody h3 {
    
}

.cookiepopupcontent > .cookietabsbody p,
.cookiepopupcontent > .cookietabsbody > div > section {
    font-size: 15px;
    line-height: 24px;
}

.cookiepopupcontent > .cookietabsbody p {
    margin: 0;
    padding: 0;
}
.cookiepopupcontent > .cookietabsbody > div .cookieinfotitle.hasdeclarations {
	cursor: pointer;
    text-transform: uppercase; 
}
.cookiepopupcontent > .cookietabsbody > div .cookieinfotitle .declarationscount {
	border-radius: 25px;
	height: 20px;
    padding: 0 7px;
	font-weight: bold;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(224,224,224,1.00);
	margin: 0 0 0 15px;
}
.cookiepopupcontent .declarationscontainer {
	display: none;
	margin: 20px 0 0;
	padding: 0;
	list-style-type: none;
}
.cookiepopupcontent .declarationscontainer > * {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 10px;
	border-radius: 5px;
	background-color: rgba(244,244,244,1.00);
}
.cookiepopupcontent .declarationscontainer > *:not(:last-child) {
	margin-bottom: 10px;
}
.cookiepopupcontent .declarationscontainer > * > * {
	flex: none;
}
.cookiepopupcontent .declarationscontainer > * > strong {
	margin: 0 15px 0 0;
}
.cookiepopupcontent .declarationscontainer > * > span {
	flex: auto;
}
.cookiepopupcontent .declarationscontainer > * > a {
	margin: 0 0 0 15px;
}
.cookiepopupcontent > .cookiepopupfooter {
	display: flex;
	gap: 12px;
	padding: 20px;
	border-top: solid 1px rgba(227,227,227,1.00);
    justify-content: flex-end;
}
.cookiepopupcontent > .cookiepopupfooter > button {
	flex: auto;
    max-width: calc(33% - 6px);
	padding: 20px;
    font-size: 15px;
	text-transform: uppercase;
	border-radius: .25em;
    font-weight: bold;
	text-align: center;
    text-decoration: none;
	cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.cookiepopupcontent > .cookiepopupfooter > button:not([data-type="all"]) {
	border: solid 2px #1032CF;
	background-color: rgba(255,255,255,1.00);
	color: rgba(0,0,0,1.00);
    
}
.cookiepopupcontent > .cookiepopupfooter > button[data-type="customize"]:after {
    content: "";
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border: solid 2px rgba(0,0,0,1.00);
    border-left: none;
    border-bottom: none;
    display: block;
}
.cookiepopupcontent > .cookiepopupfooter > button[data-type="all"] {
	background-color: #1032CF;
    color: #FFF;
	border: none;
}
.cookiepopupcontent > .cookiepopupfooter > button:hover {
	opacity: .9;
}
.cookiepopupcontent > .cookiepopupfooter > button.hidden {
    display: none;
}
.consentrow {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.consentrow:not(:last-child) {
	border-bottom: solid 1px rgba(227,227,227,1.00);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.consentrow > .cookietoggle {
	margin-left: 30px;
}
.consentsettings {
	/*display: flex;*/
    display: none;
	-webkit-overflow-scrolling:touch;
	overflow-x:auto;
	overflow-y:hidden;
}
.consentsettings > div {
	flex: auto;
	padding: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-top: solid 1px rgba(227,227,227,1.00);
}
.consentsettings > div:not(:last-child) {
	border-right: solid 1px rgba(227,227,227,1.00);
}
.consentsettings > div > strong {
	margin: 0 0 15px;
}
.cookietoggle {
	flex: none;
	display: inline-flex;
	border-radius: 25px;
	background-color: rgba(0,0,0,1.00);
	padding: 4px;
	width: 57px;
	height: 32px;
	cursor: pointer;
	transition: all .3s ease;
	position: relative;
}
.cookietoggle.active {
	background-color: #1032CF;
}
.cookietoggle:before {
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	left: 5px;
	border-radius: 50%;
	background-color: rgba(255,255,255,1.00);
	transition: all .3s ease;
}
.cookietoggle.active:before {
	left: 28px;
}
.cookietoggle.disabled {
	background-color: rgba(207,207,207,1.00);
	cursor: not-allowed;
}

@media (max-width: 759px) {
	
	.cookiepopupcontent > .cookietabsheader > div {
		padding: 13px;
	}
	.cookiepopupcontent > .cookietabsbody > div > section {
		padding: 15px 20px;
	}
	.cookiepopupcontent > .cookiepopupfooter {
		flex-direction: column-reverse;
	}
	.cookiepopupcontent > .cookiepopupfooter > button {
		padding: 10px;
		font-size: 12px;
        max-width: 100%;
	}
	.consentsettings > div {
		padding: 10px;
	}
	.cookietoggle {
		width: 50px;
		height: 28px;
	}
	.cookietoggle:before {
		height: 20px;
		width: 20px;
	}
	.cookietoggle.active:before {
		left: 25px;
	}
	.consentsettings > div > strong {
		margin: 0 0 5px;
	}
}