.vc-window {
	font-size: 16px;
	line-height: 1.5em;
	position: fixed;
	z-index: 9999;
	display: flex;
	overflow: auto;
	flex-wrap: nowrap;
	box-sizing: border-box;
	transition: opacity 1s ease;
	opacity: 1;
}
.vc-window.vc-invisible {
	opacity: 0;
}
.vc-window.vc-static {
	position: static;
}
@media print {
	.vc-window {
		display: none;
	}
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
	.vc-window.vc-left,
	.vc-window.vc-right {
		right: 0;
		left: 0;
	}
	.vc-window.vc-top {
		top: 0;
	}
	.vc-window.vc-bottom {
		bottom: 0;
	}
}
.vc-compliance {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-content: space-between;
	align-items: center;
}
.vc-animate:hover {
	transform: translateY(0);
}
.vc-grower {
	overflow: hidden;
	max-height: 0;
	transition: max-height 1s;
}
.vc-header {
	font-size: 18px;
	font-weight: 700;
}
.vc-btn,
.vc-close,
.vc-link {
	cursor: pointer;
}
.vc-btn:focus {
	outline: none;
}
.vc-allow {
	background-color: #7491bd;
}
.vc-link {
	display: inline-block;
	padding: 0.2em;
	text-decoration: underline;
	opacity: 0.8;
}
.vc-link:hover {
	opacity: 1;
}
.vc-link:focus {
	outline: none;
}
.vc-link:active,
.vc-link:visited {
	color: initial;
}
.vc-btn {
	font-size: 0.9em;
	font-weight: 700;
	display: block;
	padding: 0.4em 0.8em;
	text-align: center;
	white-space: nowrap;
	border-width: 2px;
	border-style: solid;
}
@media screen and (max-width: 900px) {
	.vc-btn {
		white-space: normal;
	}
}
.vc-btn + .vc-btn {
	margin-left: 0.5em;
}
.vc-highlight .vc-btn:first-child {
	border-color: transparent;
	background-color: transparent;
}
.vc-highlight .vc-btn:first-child:focus,
.vc-highlight .vc-btn:first-child:hover {
	text-decoration: underline;
	background-color: transparent;
}
.vc-close {
	font-size: 1.6em;
	line-height: 0.75;
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	display: block;
	opacity: 0.9;
}
.vc-close:focus,
.vc-close:hover {
	opacity: 1;
}
.vc-theme-classic .vc-btn {
	border-radius: 5px;
}
.vc-theme-classic .vc-btn:last-child {
	min-width: 140px;
}
.vc-top {
	top: 1em;
}
.vc-left {
	left: 1em;
}
.vc-right {
	right: 1em;
}
.vc-bottom {
	bottom: 1em;
}
.vc-banner {
	padding: 1em;
}
.vc-banner .vc-message {
	display: block;
	flex: 1 1 auto;
	max-width: 100%;
	margin-right: 1em;
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
	.vc-banner .vc-message {
		margin-right: 0;
	}
}
.vc-banner.vc-window {
	align-items: center;
	flex-direction: row;
	width: 100%;
	padding: 1em 1.8em;
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
	.vc-banner.vc-window {
		right: 0;
		left: 0;
		align-items: unset;
		flex-direction: column;
	}
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
	.vc-banner.vc-window .vc-compliance {
		flex: 1 1 auto;
	}
}
.vc-banner.vc-top {
	top: 0;
	right: 0;
	left: 0;
}
.vc-banner.vc-bottom {
	right: 0;
	bottom: 0;
	left: 0;
}
.vc-banner.vc-theme-edgeless .vc-btn {
	height: 100%;
	margin: 0;
	padding: 0.8em 1.8em;
}
.vc-floating > .vc-link {
	margin-bottom: 1em;
}
.vc-floating .vc-message {
	display: block;
	padding-bottom: 1.5em;
	font-size: 13px;
	line-height: 20px;
}
.vc-floating .vc-compliance > .vc-btn {
	flex: 1;
}
.vc-floating.vc-window {
	flex-direction: column;
	height: auto;
	max-width: 30em;
	max-height: 32em;
	bottom: 0;
	right: 2em;
	padding: 2em;
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
	.vc-floating.vc-window {
		right: 0;
		left: 0;
		max-width: none;
	}
}
.vc-message .collapse-trigger {
	text-decoration: underline;
	cursor: pointer;
}
.dp--cookie-check .collapse-trigger {
	text-decoration: none;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	display: block;
	float: left;
	margin-right: 2px;
	margin-left: -4px;
}
.vc-floating.vc-window .vc-compliance {
	flex: 1 0 auto;
	max-height: 40px;
}
.vc-floating.vc-theme-classic {
	padding: 1.2em;
	border-radius: 5px;
}
.vc-floating.vc-theme-classic.vc-type-info .vc-compliance {
	display: inline;
	flex: none;
	text-align: center;
}
.vc-floating.vc-theme-classic.vc-type-info .vc-btn {
	display: inline-block;
}
.vc-floating.vc-theme-edgeless {
	padding: 0;
}
.vc-floating.vc-theme-edgeless .vc-message {
	padding: 1em 2em 1.5em;
}
.vc-floating.vc-theme-edgeless .vc-message h2 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 10px 0;
}
.vc-floating.vc-theme-edgeless .vc-btn + .vc-btn {
	margin-left: 0;
}
.vc-revoke {
	line-height: 1.5em;
	position: fixed;
	z-index: 9999;
	display: flex;
	overflow: hidden;
	flex-wrap: nowrap;
	box-sizing: border-box;
	padding: 5px 15px;
	cursor: pointer;
	font-size: 14px;
}
.vc-revoke:hover {
	text-decoration: underline;
}
.vc-revoke.vc-top {
	top: 0;
	left: 3em;
}
.vc-revoke.vc-bottom {
	bottom: 0;
	left: 3em;
}
.vc-revoke.vc-left {
	right: unset;
	left: 3em;
}
.vc-revoke.vc-right {
	right: 3em;
	left: unset;
}
@media print {
	.vc-revoke {
		display: none;
	}
}
.vc-revoke.vc-animate {
	transition: transform 1s ease;
	transition: transform 1s ease, -webkit-transform 1s ease;
}
.vc-revoke.vc-animate.vc-top {
	transform: translateY(-2em);
}
.vc-revoke.vc-animate.vc-bottom {
	transform: translateY(2em);
}
.vc-revoke.vc-animate.vc-active.vc-bottom {
	transform: translateY(0);
}
.vc-revoke.vc-animate.vc-active.vc-top {
	transform: translateY(0);
}
.dp--cookie-check {
	margin: 0;
}
.dp--cookie-check label {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dp--cookie-check label:first-child {
	padding-left: 0;
}
.dp--cookie-check label:last-child {
	padding-right: 0;
}
.dp--cookie-group-container {
	margin-top: 10px;
	padding: 10px;
	background-color: #7491bd;
}
.dp--cookie-group-container h4 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	float: left;
}
.dp--cookie-group-container .switch {
	float: right;
	margin-bottom: 0;
}
.dp--cookie-group-container .switch.small input:checked + label:after {
	left: 1.75rem;
}
.dp--cookie-group-container .switch.small label:after {
	height: 1rem;
	width: 1rem;
}
.dp--cookie-group-container .switch.small label {
	height: 1.5rem;
	width: 3rem;
}
.dp--cookie-group-container p {
	clear: both;
	margin-bottom: 0.5rem;
}
.dp--iframe {
	display: none;
}
.dp--iframe.dp--loaded {
	display: block;
}
.dp--overlay {
	padding: 1rem 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.dp--overlay-header h2 {
	font-size: 20px;
	font-weight: 600;
	color: #fff !important;
	margin: 0 0 10px 0;
}
.dp--overlay-description {
	margin-top: 0.8rem;
	font-size: 13px;
}
.dp--overlay-description a,
.dp--overlay-description a:visited,
.dp--overlay-description a:hover,
.dp--overlay-description a:focus,
.dp--overlay-description a:active {
	color: #fff;
	outline: none;
}
.dp--overlay-button {
	margin-top: 0.8rem;
}
.db--overlay-submit {
	border: 2px solid transparent;
	display: inline-block;
	padding: 0.4em 0.8em;
	font-weight: 700;
	text-align: center;
}
.dp--iframe.dp--loaded + .dp--overlay {
	display: none;
}
.vc-revoke.dp--revoke {
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	margin: 5px;
	transition: all 0.3s ease-in-out;
	transform: none !important;
	text-decoration: none !important;
	border-radius: 20px !important;
}
.vc-revoke.dp--revoke i {
	font-size: 24px;
	pointer-events: none;
}
.vc-revoke.dp--revoke.vc-top,
.vc-revoke.dp--revoke.vc-bottom {
	left: 0;
}
.vc-revoke.dp--revoke.vc-right {
	right: 0;
	left: auto;
}
.vc-revoke.dp--revoke .dp--hover {
	pointer-events: none;
	display: none;
}
.vc-revoke.dp--revoke:hover {
	opacity: 0.7;
}
.vc-revoke.dp--revoke:hover .dp--hover {
	display: inline-block;
}
.dp--sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
@font-face {
	font-family: "dp-icomoon";
	src: url(../fonts/icomoon.eot?f870c2c5f3295e7ca61cc6d2a126d459);
	src: url(../fonts/icomoon.eot?f870c2c5f3295e7ca61cc6d2a126d459#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?680ba2f9dbb4a562d6925301b53d7e3f) format("truetype"),
		url(../fonts/icomoon.woff?266bdcdc3bdf196f83ba46fe87ab27ac) format("woff"), url(../fonts/icomoon.svg?47dcde5d00856de36ef15ca662e0e099#icomoon) format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="dp--icon-"],
[class*=" dp--icon-"] {
	font-family: "dp-icomoon" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.dp--icon-fingerprint:before {
	content: "\e900";
}

/* test */
.vc-window2 {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-width: none !important;
	padding: 40px 27% !important;
	background-color: rgba(0, 0, 0, 0.57) !important;
	overflow-x: auto;
}
.vc-message2 {
	background-color: #80a0d0;
	height: auto;
	overflow-x: auto;
}
.vc-compliance2 {
	background-color: #80a0d0;
	max-height: 40px;
}